configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN as the result of the linking...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * configure.ac:
4         Use AC_TRY_COMPILE instead of AC_TRY_RUN as the result of the linking
5         is what is interesting, not that it actually runs.
6         Fixes cross-compilation and fixes bug #558639.
7
8 2008-10-30  Michael Smith <msmith@songbirdnest.com>
9
10         * sys/qtwrapper/audiodecoders.c:
11           Add ALAC support.
12           Fix decode of mono AAC files created by itunes.
13           Set output format correctly (don't ask quicktime to
14           resample for us).
15           Use a larger decode buffer to avoid problems with large
16           ALAC packets.
17           Fix decode to loop until we have all output data.
18         * sys/qtwrapper/qtutils.c:
19           Fix includes so we compile on more OSes.
20
21 2008-10-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
22
23         * configure.ac:
24           Require at least Gtk 2.8.0 for the demos (that's the oldest I can
25           test with; I'm fairly certain Gtk 2.0.0 is not good enough any
26           longer); clean up some unused Gtk-related configure cruft.
27
28         * examples/scaletempo/demo-gui.c:
29           Define Gtk 2.12 function to noop when compiling against older Gtk.
30
31 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
32
33         * gst/speexresample/gstspeexresample.c:
34         (gst_speex_resample_convert_buffer):
35         The length for the buffer conversion function is the number of
36         audio frames, i.e. we need to multiply it by the number of channels
37         to get the number of values. Also spotted by the unit test after
38         running in valgrind.
39
40 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
41
42         * tests/check/elements/speexresample.c: (element_message_cb),
43         (eos_message_cb), (test_pipeline), (GST_START_TEST),
44         (speexresample_suite):
45         Add pipeline unit tests for testing all supported formats with
46         up/downsampling and different in/outrates.
47
48         * gst/speexresample/gstspeexresample.c:
49         (gst_speex_resample_push_drain), (gst_speex_resample_process):
50         * gst/speexresample/speex_resampler_wrapper.h:
51         Fix bugs identified by the testsuite.
52
53 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
54
55         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_stop),
56         (gst_speex_resample_get_funcs),
57         (gst_speex_resample_transform_size),
58         (gst_speex_resample_convert_buffer),
59         (gst_speex_resample_push_drain), (gst_speex_resample_process):
60         * gst/speexresample/gstspeexresample.h:
61         * gst/speexresample/speex_resampler_wrapper.h:
62         Add support for int8, int24 and int32 input by converting internally
63         to/from int16 or double.
64
65 2008-10-30  Jan Schmidt  <jan.schmidt@sun.com>
66
67         * ext/resindvd/resindvdsrc.c:
68         * ext/resindvd/resindvdsrc.h:
69         Better fix for #546319 and similar cases by explicitly
70         registering when we're in playing state or not.
71
72 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
73
74         * ext/ladspa/gstladspa.c:
75           Whitespace.
76         * ext/ladspa/gstsignalprocessor.c:
77           Add a FIXME:. not sure if this code does the forwarding correctly.
78
79 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
80
81         * gst/speexresample/Makefile.am:
82         * gst/speexresample/arch.h:
83         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_stop),
84         (gst_speex_resample_get_unit_size), (gst_speex_resample_get_funcs),
85         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
86         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
87         (_gcd), (gst_speex_resample_transform_size),
88         (gst_speex_resample_set_caps), (gst_speex_resample_push_drain),
89         (gst_speex_resample_process), (gst_speex_resample_transform),
90         (gst_speex_resample_query), (gst_speex_resample_set_property):
91         * gst/speexresample/gstspeexresample.h:
92         * gst/speexresample/resample.c:
93         * gst/speexresample/speex_resampler.h:
94         * gst/speexresample/speex_resampler_double.c:
95         * gst/speexresample/speex_resampler_wrapper.h:
96         * tests/check/elements/speexresample.c: (setup_speexresample),
97         (test_perfect_stream_instance), (GST_START_TEST),
98         (test_discont_stream_instance):
99         Add support for double samples as input and refactor the usage
100         of the different compilation flavors of the speex resampler.
101
102 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
103
104         * gst/scaletempo/gstscaletempo.c:
105           Return the result of parent_class->event().
106
107 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
108
109         * gst/audiobuffer/Makefile.am:
110         * gst/audiobuffer/gstaudioringbuffer.c:
111         (gst_int_ring_buffer_acquire), (gst_int_ring_buffer_release),
112         (gst_int_ring_buffer_start), (gst_int_ring_buffer_base_init),
113         (gst_int_ring_buffer_class_init), (gst_int_ring_buffer_init),
114         (gst_int_ring_buffer_new), (gst_audio_ringbuffer_get_type),
115         (gst_audio_ringbuffer_class_init), (gst_audio_ringbuffer_init),
116         (gst_audio_ringbuffer_finalize), (gst_audio_ringbuffer_getcaps),
117         (gst_audio_ringbuffer_setcaps), (gst_audio_ringbuffer_bufferalloc),
118         (gst_audio_ringbuffer_handle_sink_event),
119         (gst_audio_ringbuffer_render), (gst_audio_ringbuffer_chain),
120         (gst_audio_ringbuffer_handle_src_event),
121         (gst_audio_ringbuffer_handle_src_query),
122         (gst_audio_ringbuffer_get_range),
123         (gst_audio_ringbuffer_src_checkgetrange_function),
124         (gst_audio_ringbuffer_sink_activate_push),
125         (gst_audio_ringbuffer_src_activate_push),
126         (gst_audio_ringbuffer_src_activate_pull),
127         (gst_audio_ringbuffer_change_state),
128         (gst_audio_ringbuffer_set_property),
129         (gst_audio_ringbuffer_get_property), (plugin_init):
130         Add first version of an audioringbuffer element that can be inserted in
131         the pipeline to convert push-based upstream into a pull-based
132         downstream.
133
134 2008-10-29  Michael Smith <msmith@songbirdnest.com>
135
136         * gst/aiffparse/aiffparse.c:
137           AIFF is always signed, even for 8 bit.
138
139 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
140
141         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
142         Fix the docs.
143
144 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
145
146         Patch by: Robin Stocker <robin at nibor dot org>
147
148         * gst/real/gstrealvideodec.c: (gst_real_video_dec_setcaps):
149         A RealVideo video inside a container (for example MKV) should use the
150         PAR which is specified on the sinkpad caps. Fixes #558416.
151
152 2008-10-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
153
154         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_start),
155         (gst_speex_resample_get_unit_size),
156         (gst_speex_resample_push_drain), (gst_speex_resample_event),
157         (gst_speex_resample_check_discont), (gst_speex_resample_process),
158         (gst_speex_resample_transform):
159         * gst/speexresample/gstspeexresample.h:
160         Rewrite timestamp tracking to make it more robust and guarantee
161         a continous stream.
162
163         * tests/check/Makefile.am:
164         * tests/check/elements/speexresample.c: (setup_speexresample),
165         (cleanup_speexresample), (fail_unless_perfect_stream),
166         (test_perfect_stream_instance), (GST_START_TEST),
167         (test_discont_stream_instance), (live_switch_alloc_only_48000),
168         (live_switch_get_sink_caps), (live_switch_push),
169         (speexresample_suite):
170         Add unit tests for speexresample based on the audioresample unit tests.
171
172 2008-10-29  Jan Schmidt  <thaytan@noraisin.net>
173
174         * ext/resindvd/resindvdsrc.c:
175         Make sure to start the NAV packet processing when changing
176         state to PLAYING  by passing a flag that indicates the state
177         change is in progress.
178         Fixes: #546319
179
180 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
181
182         * ext/resindvd/resin-play:
183           Remove $@ to fix parse_launch warning
184
185         * ext/resindvd/resin-play2:
186           Add a version that uses deinterlace and xvimagesink.
187           
188
189 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
190
191         * gst/speexresample/gstspeexresample.c:
192         (gst_speex_resample_get_unit_size),
193         (gst_speex_resample_fixate_caps), (gst_speex_resample_init_state),
194         (gst_speex_resample_update_state), (gst_speex_resample_parse_caps),
195         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
196         (gst_speex_resample_push_drain), (gst_speex_resample_event),
197         (gst_speex_resample_check_discont), (gst_speex_fix_output_buffer),
198         (gst_speex_resample_process), (gst_speex_resample_transform),
199         (gst_speex_resample_query), (gst_speex_resample_set_property):
200         * gst/speexresample/gstspeexresample.h:
201         Some random cleanup, add G_LIKELY and friends, use GST_DEBUG_OBJECT
202         instead of GST_DEBUG, ...
203
204 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
205
206         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
207         Implement position query in time format.
208
209 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
210
211         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
212         (gst_flv_demux_loop), (gst_flv_demux_handle_seek_push),
213         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
214         (gst_flv_demux_dispose), (gst_flv_demux_init):
215         * gst/flv/gstflvdemux.h:
216         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
217         (gst_flv_parse_tag_video), (gst_flv_parse_tag_timestamp):
218         Put the GstSegment directly into the instance struct instead of
219         allocating and free'ing it again.
220
221         Push tags already if only one pad was added, no need to wait for
222         the second one.
223
224         When generating our index set has_video and has_audio if we find
225         video or audio in case the FLV header has incorrect data.
226
227 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
228
229         * gst/speexresample/gstspeexresample.c:
230         (gst_speex_resample_class_init), (gst_speex_resample_fixate_caps),
231         (gst_speex_resample_process):
232         Fixate to the nearest supported rate instead of the first one.
233
234 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
235
236         * gst/speexresample/README:
237         * gst/speexresample/arch.h:
238         * gst/speexresample/fixed_arm4.h:
239         * gst/speexresample/fixed_arm5e.h:
240         * gst/speexresample/fixed_bfin.h:
241         * gst/speexresample/fixed_debug.h:
242         * gst/speexresample/fixed_generic.h:
243         * gst/speexresample/resample.c: (compute_func), (main), (sinc),
244         (cubic_coef), (resampler_basic_direct_single),
245         (resampler_basic_direct_double),
246         (resampler_basic_interpolate_single),
247         (resampler_basic_interpolate_double), (update_filter),
248         (speex_resampler_init_frac), (speex_resampler_process_native),
249         (speex_resampler_magic), (speex_resampler_process_float),
250         (speex_resampler_process_int),
251         (speex_resampler_process_interleaved_float),
252         (speex_resampler_process_interleaved_int),
253         (speex_resampler_set_rate_frac), (speex_resampler_skip_zeros),
254         (speex_resampler_reset_mem):
255         * gst/speexresample/speex_resampler.h:
256         Update Speex resampler with latest version from Speex GIT.
257
258 2008-10-27  Michael Smith <msmith@songbirdnest.com>
259
260         * gst/aiffparse/aiffparse.c:
261         * gst/aiffparse/aiffparse.h:
262           Calculate width from depth correctly.
263           Read SSND header properly (fixes 24 bit AIFF reading).
264
265 2008-10-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
266
267         * ext/x264/gstx264enc.c: (gst_x264_enc_init_encoder):
268         Adapt to slightly modified x264 API.  Fixes #555238.
269
270 2008-10-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
271
272         * ext/faac/gstfaac.c: (gst_faac_sink_event):
273         Prevent endless loop if buffer alloc error.
274
275 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
276
277         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
278         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
279         (gst_flv_demux_create_index):
280         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_script),
281         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
282         (gst_flv_parse_tag_timestamp), (gst_flv_parse_tag_type),
283         (gst_flv_parse_header):
284         * gst/flv/gstflvparse.h:
285         Don't memcpy() all data we want to push downstream, instead just
286         create subbuffers and push them downstream.
287
288         Fix some minor memory leaks.
289
290 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
291
292         * configure.ac:
293         Require CVS of core for the last change.
294
295 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
296
297         * gst/flv/Makefile.am:
298         Fix (non-critical) syntax error and add all required CFLAGS and LIBS.
299
300         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
301         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
302         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
303         (gst_flv_parse_tag_timestamp), (gst_flv_parse_tag_type):
304         Rewrite the script tag parsing to make sure we don't try to read
305         more data than we have. Also use GST_READ_UINT24_BE directly and
306         fix some minor memory leaks.
307         This should make all crashes on fuzzed FLV files disappear.
308
309 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
310
311         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
312         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
313         (gst_flv_parse_tag_type), (gst_flv_parse_header):
314         Properly check everywhere that we have enough data to parse and
315         don't read outside the allocated memory region. 
316
317 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
318
319         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
320         (gst_flv_parse_tag_video):
321         If the caps change during playback and negotiation fails error out
322         instead of trying to continue.
323
324 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
325
326         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
327         (gst_flv_mux_request_new_pad), (gst_flv_mux_write_buffer),
328         (gst_flv_mux_collected):
329         * gst/flv/gstflvmux.h:
330         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate):
331         Add support for Speex audio and allow buffers without valid
332         timestamp in the muxer.
333
334 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
335
336         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop),
337         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
338         (gst_flv_demux_handle_seek_pull):
339         Don't post an error message on the bus if sending EOS downstream
340         didn't work. Fixes bug #550454.
341
342         Fix seek event handling to look at the flags of the seek event
343         instead of assuming some random flags, don't send segment-start
344         messages when operating in push mode and push seek events upstream
345         if we couldn't handle them.
346
347 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
348
349         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
350         Error out early if pulling a tag failed.
351
352 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
353
354         * gst/flv/gstflvdemux.c: (gst_flv_demux_create_index),
355         (gst_flv_demux_loop):
356         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_script),
357         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
358         (gst_flv_parse_tag_timestamp):
359         * gst/flv/gstflvparse.h:
360         In pull mode we create our own index before doing anything else
361         and don't use the index provided by some files (which are more than
362         often incorrect and cause failed seeks).
363
364         For push mode we still use the index provided by the file and extend it
365         while doing the playback.
366
367 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
368
369         * gst/flv/gstflvdemux.c: (gst_flv_demux_push_src_event),
370         (gst_flv_demux_loop), (gst_flv_demux_handle_seek_pull),
371         (gst_flv_demux_sink_event):
372         Instead of using gst_pad_event_default() use a small
373         gst_pad_push_event() wrapper that only does what we want and is much
374         more simple.
375
376 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
377
378         * gst/flv/gstflvdemux.c: (gst_flv_demux_change_state),
379         (gst_flv_demux_set_index), (gst_flv_demux_init):
380         * gst/flv/gstflvdemux.h:
381         If our index was created by the element and not provided from the
382         outside we should destroy it when starting a new stream to get
383         all old entries removed.
384
385 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
386
387         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range):
388         Improve debugging a bit when pulling a buffer from upstream fails.
389
390 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
391
392         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
393         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_dispose):
394         * gst/flv/gstflvdemux.h:
395         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
396         (gst_flv_parse_tag_video):
397         Close the currently playing segment from the streaming thread
398         instead of the thread where the seek event is handled.
399
400 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
401
402         Patch by: David Härdeman <david at hardeman dot nu>
403
404         * gst/mpegdemux/mpegtspacketizer.c: (mpegts_packetizer_parse_nit):
405         Add support for the frequency list descriptor, which provides
406         additional frequencies that should be scanned by a DVB application.
407         Fixes bug #557814.
408
409 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
410
411         Patch by: vanista <vanista at gmail dot com>
412
413         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_choose_best_stream):
414         Fix EOS logic by correctly popping the collect pad buffers only
415         when we've chosen to use them instead of popping them always and
416         storing them in a private queue.
417
418         Before the pipeline would deadlock if all pads go EOS at the same
419         time. Fixes bug #557763.
420
421 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
422
423         * configure.ac:
424         Back to development -> 0.10.9.1
425
426 === release 0.10.9 ===
427
428 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
429
430         * configure.ac:
431           releasing 0.10.9, "Matters of fact"
432
433 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
434
435         * configure.ac:
436         Commit 0.10.8.4 pre-release
437
438 2008-10-20  Edward Hervey  <edward.hervey@collabora.co.uk>
439
440         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
441         Fix reverse playback regression.
442         Fixes #557080
443
444 2008-10-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
445
446         * ext/apexsink/gstapexplugin.c: (plugin_init):
447           Set apexsink's rank to NONE so it doesn't get used by
448           autoaudiosink (there's no point really). (#556588)
449
450 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
451
452         * configure.ac:
453         0.10.8.3 pre-release
454
455 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
456
457         Patch by: Josep Torra
458
459         * gst/mpegdemux/gstmpegtsdemux.c:
460         * gst/mpegdemux/gstmpegtsdemux.h:
461         Properly handle some resync cases in the optimised
462         buffering strategy.
463
464 2008-10-16  Michael Smith <msmith@songbirdnest.com>
465         * sys/acmenc/Makefile.am:
466           Remove incorrect use of DIRECTSOUND_LDFLAGS
467
468 2008-10-16  Sebastian Dröge  <slomo@circular-chaos.org>
469
470         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
471         (gst_flv_mux_write_buffer):
472         Don't set video_codec to the value that actually should go
473         into audio codec, otherwise we create invalid files.
474         Fixes bug #556564.
475
476 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
477
478         * tests/check/Makefile.am:
479         Leave apexsink out of the states test.
480
481 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
482
483         * gst/rtpmanager/gstrtpjitterbuffer.c:
484         (gst_jitter_buffer_sink_parse_caps),
485         (gst_rtp_jitter_buffer_flush_start),
486         (gst_rtp_jitter_buffer_flush_stop), (gst_rtp_jitter_buffer_chain),
487         (gst_rtp_jitter_buffer_loop):
488         Fix problem with using the output seqnum counter to check for input
489         seqnum discontinuities.
490         Improve gap detection and recovery, reset and flush the jitterbuffer on
491         seqnum restart. Fixes #556520.
492
493         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert):
494         Fix wrong G_LIKELY.
495
496 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
497
498         * configure.ac:
499         Commit 0.10.8.2 pre-release bump, that actually went out in a
500         tarball on 2008-10-11
501
502 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
503
504         * gst/rtpmanager/gstrtpsession.c:
505         (gst_rtp_session_event_send_rtcp_src), (create_send_rtcp_src):
506         Install event handler on the rtcp_src pad, make LATENCY event return
507         TRUE. Fixes #556338.
508
509 2008-10-16  Edward Hervey  <edward.hervey@collabora.co.uk>
510
511         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
512         Make sure the mpegpsdemux element creates valid newsegment events.
513         Fixes #556428
514
515 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
516
517         patch by: Sebastian Pölsterl
518         
519         * gst/mpegdemux/mpegtspacketizer.c:
520         Fixes segfault in get_encoding_and_convert.
521         Fixes #556482
522
523 2008-10-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
524
525         patch by: Josep Torra
526
527         * gst/mpegdemux/gstmpegtsdemux.c:
528         Fixes a segfault in the adaptation buffer size strategy.
529         Fixes #556440
530
531 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
532
533         * gst/selector/gstinputselector.c: (gst_input_selector_event),
534         (gst_input_selector_query):
535         Gracefully handle the cases when we dont' have otherpad.
536         Fixes #556430
537
538 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
539
540         * gst/aiffparse/aiffparse.c: (plugin_init):
541         Fix debugging category initialization.
542         Fixes #556274   
543
544 2008-10-14  Jan Schmidt  <jan.schmidt@sun.com>
545
546         * ext/apexsink/gstapexsink.c:
547         Fix some more format string compiler warnings (from OS/X)
548
549 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
550
551         * ext/apexsink/gstapexraop.c: (gst_apexraop_connect),
552         (gst_apexraop_set_volume):
553         Fix format string compiler warnings.
554
555 2008-10-12  Jan Schmidt  <jan.schmidt@sun.com>
556
557         * sys/oss4/oss4-mixer.c:
558         * sys/oss4/oss4-sink.c:
559         * sys/oss4/oss4-source.c:
560         Add some spaces in translateable strings.
561         Fixes: #555969 #555968 #555965
562
563 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
564
565         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag),
566         (gst_flv_demux_pull_header):
567         Fix regression of handling flow returns in pull mode.
568         Fixes bug #556003.
569
570 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
571
572         * ext/Makefile.am:
573         Add apexsink to SUBDIRS. Fixes bug #555912.
574
575 2008-10-11  Jan Schmidt  <jan.schmidt@sun.com>
576
577         * tests/check/pipelines/metadata.c:
578         Make the metadata test not fail when jpegenc isn't available....
579         as it isn't here, because it's not in this module, and
580         therefore not in the plugin path when the check runs.
581
582 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
583
584         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
585         (gst_flv_parse_tag_video):
586         Use gst_pad_alloc_buffer_and_set_caps() to make sure we get
587         a buffer with caps that we can work with (i.e. the pad's caps).
588
589         Add non-keyframe video frames to the index too but without the
590         keyframe flag.
591
592         Add audio frames to the index only if we have no video stream.
593
594 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
595
596         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
597         (gst_flv_parse_tag_video):
598         Create pads from the pad templates, use fixed caps on them
599         and only activate them after the caps are set.
600
601 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
602
603         * configure.ac:
604         Disable flacparse for this release as it's too buggy.
605
606 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
607
608         * gst/flacparse/gstbaseparse.c (gst_base_parse_push_buffer),
609         (gst_base_parse_update_upstream_durations):
610         Fix compiler warning on OS/X about parameters not matching
611         the debug format string.
612
613 2008-10-09  Sebastian Dröge  <slomo@circular-chaos.org>
614
615         * gst/deinterlace2/tvtime/tomsmocomp.c:
616         (gst_deinterlace_method_tomsmocomp_class_init):
617         Fix unused variable compiler warning when not building
618         X86 assembly.
619
620 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
621
622         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop):
623         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_timestamp):
624         * gst/flv/gstflvparse.h:
625         Get an approximate duration of the file by looking at the timestamp
626         of the last tag in pull mode. If we get (maybe better) duration from
627         metadata later we'll use that instead.
628
629 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
630
631         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range),
632         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header):
633         Refactor _pull_range() logic with checks into a seperate function
634         to make things a bit more readable.
635
636 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
637
638         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
639         (gst_flv_demux_base_init):
640         Use gst_element_class_set_details_simple().
641
642         If we get GST_FLOW_NOT_LINKED in the parse loop but at least
643         one of the pads is linked continue the loop.
644
645 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
646
647         * ext/amrwb/gstamrwbenc.c:
648         * ext/amrwb/gstamrwbenc.h:
649           Pass the discont flag from the input buffer on to the output buffer in
650           the AMR encoder.
651
652 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
653
654         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
655         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate):
656         Correct caps for video codec id 5: It's On2 VP6 with alpha channel
657         which needs a different decoder and has different caps.
658
659         Add support for audio codec id 14, which is MP3 with 8kHz sampling
660         rate.
661
662         Fix endianness and signedness for raw audio codec ids.
663
664         Add support for alaw and mulaw audio.
665
666 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
667
668         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain):
669         Go out of the parse loop as soon as we get an error instead
670         of parsing until the GstAdapter is empty.
671
672         Add some explanations about the header and tag size.
673
674         Don't print synchronizing message if everything is fine.
675
676 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
677
678         * gst/flv/Makefile.am:
679         * gst/flv/gstflvdemux.c: (plugin_init):
680         * gst/flv/gstflvmux.c: (gst_flv_mux_base_init),
681         (gst_flv_mux_class_init), (gst_flv_mux_init),
682         (gst_flv_mux_finalize), (gst_flv_mux_reset),
683         (gst_flv_mux_handle_src_event), (gst_flv_mux_handle_sink_event),
684         (gst_flv_mux_video_pad_setcaps), (gst_flv_mux_audio_pad_setcaps),
685         (gst_flv_mux_request_new_pad), (gst_flv_mux_release_pad),
686         (gst_flv_mux_write_header), (gst_flv_mux_write_buffer),
687         (gst_flv_mux_collected), (gst_flv_mux_change_state):
688         * gst/flv/gstflvmux.h:
689         Add first version of a FLV muxer. The only missing feature is writing
690         of stream metadata.
691
692 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
693
694         * ext/amrwb/gstamrwbparse.c:
695         * ext/amrwb/gstamrwbparse.h:
696           Add flush seek handler. Taken from recent armnbparse changes.
697           Sync the code more and use #defines for HEADER.
698
699 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
700
701         * ext/amrwb/gstamrwbparse.c:
702         * ext/amrwb/gstamrwbparse.h:
703           Fix the duration query. Also set caps on the pads and buffers more
704           correctly. Taken from recent armnbparse changes.
705
706 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
707
708         * gst/mpegdemux/gstmpegdemux.c:
709         * gst/mpegdemux/gstmpegtsdemux.c:
710         Add Fluendo to the Long Name.
711
712 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
713
714         * configure.ac:
715         * gst-plugins-bad.spec.in:
716         * gst/mpegdemux/Makefile.am:
717         * gst/mpegdemux/flumpegdemux.c:
718         * gst/mpegdemux/gstmpegdesc.c:
719         * gst/mpegdemux/gstmpegdesc.h:
720         * gst/mpegdemux/mpegtspacketizer.c:
721         * gst/mpegdemux/mpegtspacketizer.h:
722         * gst/mpegdemux/mpegtsparse.c:
723         * gst/mpegdemux/mpegtsparse.h:
724         Move of mpegtsparse to mpegdemux.
725         Fixes #555193.
726
727 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
728
729         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data),
730         (gst_flups_demux_parse_pack_start):
731         Prevent a division by zero if last mux rate was zero.
732
733         If we're going to send a NEWSEGMENT event but the segment start
734         and the current buffer timestamp differ by more than a second we
735         will start the NEWSEGMENT at the buffer timestamp.
736
737         This fixes playback of the tv2-1_25.mpg file, which has 0 as first SCR
738         but the first PTS are around 1 hour and 40 minutes.
739
740         Fixes bug #553755.
741
742 2008-10-07  Jan Schmidt  <jan.schmidt@sun.com>
743
744         * ext/resindvd/resindvdsrc.c:
745         Fix next/prev chapter seeking at the beginning or end.
746         Use 64-bit scaling utility functions for converting MPEG
747         timestamps.
748
749 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
750
751         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
752
753         * gst/rtpmanager/gstrtpbin-marshal.list:
754         Add marshaller for new action signal.
755
756         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session),
757         (gst_rtp_bin_class_init):
758         * gst/rtpmanager/gstrtpbin.h:
759         Add action signal to retrieve the internal RTPSession object.
760
761         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
762         (gst_rtp_session_get_property), (gst_rtp_session_release_pad):
763         Add property to access the internal RTPSession object.
764
765         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
766         (check_collision):
767         * gst/rtpmanager/rtpsession.h:
768         Add action signal to retrieve an RTPSource object by SSRC. 
769         See #555396.
770
771 2008-10-07  Stefan Kost  <ensonic@users.sf.net>
772
773         * gst/selector/gstoutputselector.c:
774           Choose right pad for sending events. Fixes #555244
775
776 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
777
778         * gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
779         (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
780         (remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
781         (gst_rtp_bin_release_pad):
782         Release pads of the session manager.
783         Start implementing releasing pads of gstrtpbin.
784
785         * gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
786         (remove_recv_rtcp_sink), (remove_send_rtp_sink),
787         (remove_send_rtcp_src), (gst_rtp_session_release_pad):
788         Implement releasing pads in gstrtpsession.
789
790 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
791
792         * gst/rtpmanager/gstrtpjitterbuffer.c:
793         (gst_jitter_buffer_sink_parse_caps):
794         Only update the seqnum-base when it was not already configured for the
795         streams.
796
797 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
798
799         * configure.ac
800         * ext/metadata/README:
801         * ext/metadata/metadataexif.c:
802         * ext/metadata/metadatatags.c:
803         * ext/metadata/metadatatags.h:
804           Start using core geo tags (bump req). Fix handling of location
805           references.
806
807         * tests/check/Makefile.am:
808           Sort blacklisted elements and remove moved ones. Add new test.
809
810         * tests/check/pipelines/metadata.c:
811           Add first tests for metadata element.
812
813         * tests/icles/metadata_editor.c:
814           Move free to correct place.
815
816 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
817
818         * tests/check/generic/states.c:
819           Stop test on state-change error. Should be applied on other modules if
820           we agree that it makes sense.
821
822 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
823
824         * gst/mpegtsparse/mpegtsparse.c:
825         Actually copy the structure passed in when assigning it because
826         it gets freed straight after the function call.
827         Re: pat_info and pmt_info GstStructures.
828
829 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
830
831         Patch by: Josep Torra
832
833         * gst/mpegdemux/gstmpegtsdemux.c:
834         Fix wrong firing of critical introduced by previous optimisation.
835
836 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
837
838         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
839         Warn and clamp to max bitrate for samplerate.
840         Fixes #550486.
841
842 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
843
844         * gst/mpegtsparse/mpegtsparse.c:
845         Fix possible crash where pat is pointing to a freed structure.
846
847 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
848
849         * ext/metadata/README:
850         * ext/metadata/metadataexif.c:
851         * ext/metadata/metadatatags.c:
852         * ext/metadata/metadatatags.h:
853           Use core gps tags.
854
855 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
856
857         * ext/metadata/metadata_mapping.htm:
858         * ext/metadata/metadataxmp.c:
859         * ext/metadata/Makefile.am:
860           Add mapping of format and mime type to xmp.
861
862 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
863
864         * ext/metadata/README:
865         * ext/metadata/metadataexif.c:
866         * ext/metadata/metadatatags.c:
867         * ext/metadata/metadatatags.h:
868           Reverting. Will need to wait for core 0.10.21 release.
869
870 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
871
872         * ext/metadata/README:
873         * ext/metadata/metadataexif.c:
874         * ext/metadata/metadatatags.c:
875         * ext/metadata/metadatatags.h:
876           Use core gps tags.
877
878 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
879
880         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
881         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
882         (gst_base_parse_change_state), (gst_base_parse_set_index),
883         (gst_base_parse_get_index):
884         Add support for GstIndex.
885
886 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
887
888         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
889         (gst_base_parse_push_buffer),
890         (gst_base_parse_update_upstream_durations),
891         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
892         * gst/flacparse/gstbaseparse.h:
893         Provide a vfunc for the subclass to decide whether a frame is inside
894         the segment or not and add a default implementation.
895
896         Fix approximate bitrate calculations.
897
898 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
899
900         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
901         (gst_base_parse_init), (gst_base_parse_push_buffer),
902         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
903         (gst_base_parse_loop), (gst_base_parse_activate),
904         (gst_base_parse_convert), (gst_base_parse_query):
905         Approximate the average bitrate, duration and size if possible
906         and add a default conversion function which uses this for
907         time<->byte conversions.
908
909         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
910         Fix parsing if upstream gives -1 as duration.
911
912 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
913
914         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
915         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
916         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
917         Ref the rtpsource object before we release the session lock when we emit
918         the signals.
919
920 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
921
922         * sys/Makefile.am:
923         * sys/wasapi/Makefile.am:
924         * sys/wasapi/gstwasapi.c:
925         * sys/wasapi/gstwasapisink.c:
926         * sys/wasapi/gstwasapisink.h:
927         * sys/wasapi/gstwasapisrc.c:
928         * sys/wasapi/gstwasapisrc.h:
929         * sys/wasapi/gstwasapiutil.c:
930         * sys/wasapi/gstwasapiutil.h:
931         New plugin for audio capture and playback using Windows Audio Session
932         API (WASAPI) available with Vista and newer (#520901).
933
934         Comes with hardcoded caps and obviously needs lots of love. Haven't
935         had time to work on this code since it was written, was initially just
936         a quick experiment to play around with this new API.
937
938 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
939
940         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
941           (AudioFakeSink.DoRenderSample):
942         Fix a couple of signed/unsigned comparison warnings.
943
944 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
945
946         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
947         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
948         Use the _T() macro to support both Unicode and MBCS.
949
950 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
951
952         * ext/libmms/gstmms.c (plugin_init):
953         Fix return type of the GstURIHandler::get_type() implementation.
954
955 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
956
957         * configure.ac:
958         * gst/flacparse/Makefile.am:
959         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
960         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
961         (gst_base_parse_finalize), (gst_base_parse_class_init),
962         (gst_base_parse_init), (gst_base_parse_check_frame),
963         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
964         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
965         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
966         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
967         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
968         (gst_base_parse_chain), (gst_base_parse_pull_range),
969         (gst_base_parse_loop), (gst_base_parse_sink_activate),
970         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
971         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
972         (gst_base_parse_set_min_frame_size),
973         (gst_base_parse_get_querytypes), (gst_base_parse_query),
974         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
975         * gst/flacparse/gstbaseparse.h:
976         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
977         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
978         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
979         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
980         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
981         (gst_bit_reader_skip_to_byte):
982         * gst/flacparse/gstbitreader.h:
983         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
984         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
985         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
986         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
987         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
988         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
989         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
990         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
991         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
992         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
993         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
994         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
995         * gst/flacparse/gstbytereader.h:
996         * gst/flacparse/gstflac.c: (plugin_init):
997         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
998         (gst_flac_parse_class_init), (gst_flac_parse_init),
999         (gst_flac_parse_finalize), (gst_flac_parse_start),
1000         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
1001         (gst_flac_parse_check_valid_frame),
1002         (gst_flac_parse_handle_streaminfo),
1003         (gst_flac_parse_handle_vorbiscomment),
1004         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
1005         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
1006         (gst_flac_parse_parse_frame):
1007         * gst/flacparse/gstflacparse.h:
1008         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
1009         that will be added to libgstbase later.
1010
1011         The FLAC parser is currently not 100% bug free and fails to get the
1012         correct frame size for some frames in some streams.
1013
1014 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1015
1016         * ext/resindvd/gstmpegdemux.c:
1017         * ext/resindvd/gstmpegdemux.h:
1018         * ext/resindvd/resindvdbin.c:
1019         * ext/resindvd/resindvdsrc.c:
1020         * ext/resindvd/rsnstreamselector.c:
1021         Add in Title/Chapter seeking, and simple but buggy audio
1022         and subtitle stream selection.
1023
1024 2008-09-24  Michael Smith <msmith@songbirdnest.com>
1025
1026         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
1027         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1028         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
1029         * sys/dshowdecwrapper/gstdshowutil.cpp:
1030         * sys/dshowdecwrapper/gstdshowutil.h:
1031         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
1032         * sys/dshowdecwrapper/gstdshowvideodec.h:
1033           Prefer known-good filters, create directly by GUID if possible,
1034           fall back to creating highest-merit filter otherwise.
1035           Fixes playback with random dshow filters installed in some
1036           cases.
1037
1038 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1039
1040         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
1041         (rtp_jitter_buffer_get_sync):
1042         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
1043         (session_cleanup):
1044         * gst/rtpmanager/rtpsource.c:
1045         Fix some docs.
1046
1047 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1048
1049         Patch from: Josep Torra
1050
1051         * gst/mpegdemux/gstmpegtsdemux.c:
1052         * gst/mpegdemux/gstmpegtsdemux.h:
1053         Use a preallocated buffer per stream for PES packets sent on src pads.
1054         Adaptively adjust buffer size appropriately.
1055
1056 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1057
1058         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
1059           (gst_neonhttp_src_send_request_and_redirect):
1060           Clean up the debug logging code and #ifdef mess a bit: whether or not
1061           gstreamer debug messages should be output should not depend on an
1062           element property; also, GST_ELEMENT_ERROR will leave a line in the log
1063           already, so merge the more useful debug log messages with the less useful
1064           error debug strings.
1065
1066 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1067
1068         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
1069           Don't post LIBRARY_INIT errors where we should be posting
1070           RESOURCE OPEN_READ errors. Fixes #552506.
1071
1072 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1073
1074         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
1075         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
1076         Fix compiler warnings on OS/X
1077
1078 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1079
1080         patch by: Michael Krufky
1081
1082         * sys/dvb/gstdvbsrc.c:
1083         Add adapter_name for bus message in ATSC case. Fixes #552536.
1084
1085 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
1086
1087         * ext/celt/gstceltenc.h:
1088           Help gtk-doc to parse this correctly.
1089
1090         * gst/pcapparse/gstpcapparse.c:
1091           Add missing include.
1092
1093 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
1094
1095         * examples/Makefile.am:
1096           Only built scaletempo example if we have gtk.
1097
1098 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1099
1100         * gst/rtpmanager/gstrtpbin.c: (create_session),
1101         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
1102         Do not try to adjust the offset of streams for which we have not yet
1103         seen an SR packet. Avoids large ts-offsets in some cases.
1104
1105 2008-09-10  Michael Smith <msmith@songbirdnest.com>
1106
1107         * sys/dshowdecwrapper/Makefile.am:
1108         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1109         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
1110         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1111         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
1112         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
1113         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
1114         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
1115         * sys/dshowdecwrapper/gstdshowfakesrc.h:
1116         * sys/dshowdecwrapper/gstdshowutil.cpp:
1117         * sys/dshowdecwrapper/gstdshowutil.h:
1118         * sys/dshowdecwrapper/gstdshowvideodec.c:
1119         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
1120         * sys/dshowdecwrapper/gstdshowvideodec.h:
1121           Major rewrite of dshowdecwrapper. Converts code to
1122           C++, moves to direct use of DirectShow base classes,
1123           make a lot of code clearer, simplify, etc.
1124           Fix decode of MP3 on Vista by working around an apparent
1125           bug in the decoder.
1126
1127 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1128
1129         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
1130           gst_ks_clock_start):
1131           Synchronize KS clock as a single-shot operation for now, there's not
1132           much point in doing it periodically until we're actually using the
1133           KS timestamps for anything else than just discarding old frames.
1134         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
1135           Provide the GstClock when opening the device if we already have one.
1136
1137 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1138
1139         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
1140           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
1141           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
1142           gst_ks_video_device_read_frame):
1143           Guard against capturing old frames by keeping track of the last
1144           timestamp and also zero-fill the buffers before each capture.
1145           Only assign a master clock if the pin hasn't already got one.
1146           Actually free buffers on the way down to avoid a huge memory leak,
1147           as this was previously done when changing state to ACQUIRE downwards
1148           and we now skip that state on the way down.
1149           Add some debug.
1150         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
1151           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
1152           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
1153           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
1154           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
1155           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
1156           device_index, running, worker_thread, worker_lock,
1157           worker_notify_cond, worker_result_cond, worker_state,
1158           worker_pending_caps, worker_setcaps_result, worker_pending_run,
1159           worker_run_result, gst_ks_video_src_reset,
1160           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
1161           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
1162           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
1163           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
1164           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
1165           gst_ks_video_src_create):
1166           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
1167           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
1168           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
1169           behavior. As an added bonus we usually get PresentationTime set for
1170           each frame, so we can expand on this later for smarter latency
1171           reporting (by looking at the diff between the timestamp from the
1172           driver and the time according to the GStreamer clock).
1173           Use an internal worker thread for opening the device, setting caps,
1174           changing its state and closing it. This way we're a lot more
1175           compatible with drivers that rely on hacks to do video-effects
1176           between the low-level NT API and the application. Ick.
1177           Start the ks clock and set the pin to KSSTATE_RUN on the first
1178           create() so that we'll hopefully get hold of the GStreamer clock
1179           from the very beginning. This way there's no chance that the
1180           timestamps will make a sudden jump in the beginning of the stream
1181           when we're running with a clock.
1182         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
1183           ks_options_flags_to_string):
1184           Reorder the flags to match the headerfile order, and make the string
1185           a bit more compact.
1186         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
1187           Avoid leaking KSPROPERTY_PIN_DATARANGES.
1188
1189 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1190
1191         * configure.ac:
1192         * ext/Makefile.am:
1193         * ext/jp2k/Makefile.am:
1194         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
1195         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
1196         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
1197         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
1198         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
1199         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
1200         (plugin_init):
1201         * ext/jp2k/gstjasperdec.h:
1202         Add jp2k plugin.  Fixes #550657.
1203
1204 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1205
1206         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
1207         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
1208         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
1209         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
1210         (gst_fluts_demux_plugin_init):
1211         Fix conflicting public names in new mpeg demuxers.
1212         Fixes #550468
1213
1214 2008-09-08  Michael Smith <msmith@songbirdnest.com>
1215
1216         * gst/aiffparse/aiffparse.c:
1217           Support chunks in AIFF in any order in pull mode, and any order so
1218           long as we get COMM before the actual data (SSND) in push mode.
1219           Fixes playback of AIFC files.
1220
1221 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1222
1223         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
1224         (gst_input_selector_reset), (gst_input_selector_change_state):
1225         Reset the selector state when going to READY.
1226
1227 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1228
1229         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
1230         (create_session), (gst_rtp_bin_associate),
1231         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
1232         (gst_rtp_bin_request_new_pad):
1233         * gst/rtpmanager/gstrtpbin.h:
1234         Add signal to notify listeners when a sender becomes a receiver.
1235         Tweak lip-sync code, don't store our own copy of the ts-offset of the
1236         jitterbuffer, don't adjust sync if the change is less than 4msec.
1237         Get the RTP timestamp <-> GStreamer timestamp relation directly from
1238         the jitterbuffer instead of our inaccurate version from the source.
1239
1240         * gst/rtpmanager/gstrtpjitterbuffer.c:
1241         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
1242         (gst_rtp_jitter_buffer_get_sync):
1243         * gst/rtpmanager/gstrtpjitterbuffer.h:
1244         Add G_LIKELY macros, use global defines for max packet reorder and
1245         dropouts.
1246         Reset the jitterbuffer clock skew detection when packets seqnums are
1247         changed unexpectedly.
1248
1249         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
1250         (gst_rtp_session_class_init), (gst_rtp_session_init):
1251         * gst/rtpmanager/gstrtpsession.h:
1252         Add sender timeout signal.
1253
1254         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
1255         (calculate_skew), (rtp_jitter_buffer_insert),
1256         (rtp_jitter_buffer_get_sync):
1257         * gst/rtpmanager/rtpjitterbuffer.h:
1258         Add some G_LIKELY macros.
1259         Keep track of the extended RTP timestamp so that we can report the RTP
1260         timestamp <-> GStreamer timestamp relation for lip-sync.
1261         Remove server timestamp gap detection code, the server can sometimes
1262         make a huge gap in timestamps (talk spurts,...) see #549774.
1263         Detect timetamp weirdness instead by observing the sender/receiver
1264         timestamp relation and resync if it changes more than 1 second.
1265         Add method to report about the current rtp <-> gst timestamp relation
1266         which is needed for lip-sync.
1267
1268         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
1269         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
1270         (session_cleanup):
1271         * gst/rtpmanager/rtpsession.h:
1272         Add sender timeout signal.
1273         Remove inaccurate rtp <-> gst timestamp relation code, the
1274         jitterbuffer can now do an accurate reporting about this.
1275
1276         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
1277         (rtp_source_update_caps), (calculate_jitter),
1278         (rtp_source_process_rtp):
1279         * gst/rtpmanager/rtpsource.h:
1280         Remove inaccurate rtp <-> gst timestamp relation code.
1281
1282         * gst/rtpmanager/rtpstats.h:
1283         Define global max-reorder and max-dropout constants for use in various
1284         subsystems.
1285
1286 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1287
1288         patch by: Sebastian Pölsterl
1289
1290         * sys/dvb/gstdvbsrc.c:
1291         Add DVB Adapter name to structure sent over bus.
1292
1293 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
1294
1295         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
1296         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
1297         Fix build on macosx.
1298
1299 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1300
1301         * configure.ac:
1302         * gst/mpegdemux/Makefile.am:
1303         * gst/mpegdemux/flumpegdemux.c:
1304         * gst/mpegdemux/flutspatinfo.c:
1305         * gst/mpegdemux/flutspatinfo.h:
1306         * gst/mpegdemux/flutspmtinfo.c:
1307         * gst/mpegdemux/flutspmtinfo.h:
1308         * gst/mpegdemux/flutspmtstreaminfo.c:
1309         * gst/mpegdemux/flutspmtstreaminfo.h:
1310         * gst/mpegdemux/gstmpegdefs.h:
1311         * gst/mpegdemux/gstmpegdemux.c:
1312         * gst/mpegdemux/gstmpegdemux.h:
1313         * gst/mpegdemux/gstmpegdesc.c:
1314         * gst/mpegdemux/gstmpegdesc.h:
1315         * gst/mpegdemux/gstmpegtsdemux.c:
1316         * gst/mpegdemux/gstmpegtsdemux.h:
1317         * gst/mpegdemux/gstpesfilter.c:
1318         * gst/mpegdemux/gstpesfilter.h:
1319         * gst/mpegdemux/gstsectionfilter.c:
1320         * gst/mpegdemux/gstsectionfilter.h:
1321         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
1322         is now dual licensed MPL and LGPL.
1323
1324 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1325
1326         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
1327         Set caps on outgoing buffers.
1328
1329 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1330
1331         * ext/resindvd/plugin.c: (plugin_init):
1332         * ext/resindvd/resindvdsrc.c:
1333         * ext/twolame/gsttwolame.c: (plugin_init):
1334         * gst/aiffparse/aiffparse.c: (plugin_init):
1335           Enable/fix up translations for these plugins.
1336
1337         * po/LINGUAS:
1338           Add 'ca' to LINGUAS.
1339
1340         * po/POTFILES.in:
1341         * po/POTFILES.skip:
1342           Add more files for translation and more files which tools
1343           should skip.
1344
1345 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
1346
1347         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
1348         Fix build on macosx.
1349
1350 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1351
1352         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1353         Allocate a fixed size buffer on the stack instead of using malloc().
1354
1355         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
1356         (tsmux_program_new), (tsmux_program_free):
1357         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1358         (tsmux_stream_free), (tsmux_stream_consume),
1359         (tsmux_stream_add_data):
1360         Use GSlice.
1361
1362 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1363
1364         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
1365         Add support for muxing MPEG4 video.
1366
1367 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1368
1369         * gst/mpegtsmux/tsmux/tsmux.h:
1370         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1371         Fix build of mpegtsmux.
1372         
1373 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1374
1375         * configure.ac:
1376         * gst/mpegtsmux/Makefile.am:
1377         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
1378         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
1379         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
1380         (release_buffer_cb), (mpegtsmux_create_stream),
1381         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
1382         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
1383         (mpegtsmux_release_pad), (new_packet_cb),
1384         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
1385         (plugin_init):
1386         * gst/mpegtsmux/mpegtsmux.h:
1387         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1388         * gst/mpegtsmux/mpegtsmux_aac.h:
1389         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
1390         * gst/mpegtsmux/mpegtsmux_h264.h:
1391         * gst/mpegtsmux/tsmux/Makefile.am:
1392         * gst/mpegtsmux/tsmux/crc.h:
1393         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
1394         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
1395         (tsmux_program_new), (tsmux_set_pmt_frequency),
1396         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
1397         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
1398         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
1399         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
1400         (tsmux_write_stream_packet), (tsmux_program_free),
1401         (tsmux_write_section), (tsmux_write_section_hdr),
1402         (tsmux_write_pat), (tsmux_write_pmt):
1403         * gst/mpegtsmux/tsmux/tsmux.h:
1404         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
1405         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1406         (tsmux_stream_get_pid), (tsmux_stream_free),
1407         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
1408         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
1409         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
1410         (tsmux_stream_pes_header_length),
1411         (tsmux_stream_find_pts_dts_within),
1412         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
1413         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
1414         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
1415         (tsmux_stream_get_pts):
1416         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1417         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
1418         is renamed to mpegtsmux to prevent conflicts. Also all relevant
1419         informations about copyright and license are added to the top of
1420         every file but apart from that no changes compared to the latest
1421         SVN versions happened.
1422
1423 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1424
1425         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1426         (gst_input_selector_event), (gst_input_selector_query):
1427         Reuse the get_linked_pads for both source and sinkpads because they are
1428         the same.
1429         Implement a custum event handler and get the internally linked pad
1430         directly instead of relying on the default (slower) implementation.
1431
1432 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1433
1434         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
1435         Correctly take the granulepos from upstream if possible and
1436         correctly handle the granulepos in various calculations: the
1437         granulepos is the sample number of the _last_ sample in a frame, not
1438         the first. 
1439
1440         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
1441         (gst_celt_enc_encode), (gst_celt_enc_chain),
1442         (gst_celt_enc_change_state):
1443         * ext/celt/gstceltenc.h:
1444         Handle non-zero start timestamps in the encoder and detect/handle
1445         stream discontinuities. Fixes bug #547075.
1446
1447 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1448
1449         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
1450
1451         * configure.ac:
1452         * docs/plugins/Makefile.am:
1453         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1454         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1455         * docs/plugins/inspect/plugin-scaletempo.xml:
1456         * examples/scaletempo/Makefile.am:
1457         * examples/scaletempo/demo-gui.c: (pop_status_bar),
1458         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
1459         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
1460         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
1461         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
1462         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
1463         (demo_gui_do_play_pause), (demo_gui_do_open_file),
1464         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
1465         (demo_gui_do_about_dialog), (demo_gui_do_quit),
1466         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
1467         (demo_gui_request_set_search), (demo_gui_rate_changed),
1468         (demo_gui_playing_started), (demo_gui_playing_paused),
1469         (demo_gui_playing_ended), (demo_gui_player_errored),
1470         (demo_gui_stride_changed), (demo_gui_overlap_changed),
1471         (demo_gui_search_changed), (demo_gui_set_player_func),
1472         (demo_gui_set_playlist_func), (build_gvalue_array),
1473         (create_action), (demo_gui_show_func), (demo_gui_set_player),
1474         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
1475         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
1476         (demo_gui_get_type):
1477         * examples/scaletempo/demo-gui.h:
1478         * examples/scaletempo/demo-main.c: (handle_error_message),
1479         (handle_quit), (main):
1480         * examples/scaletempo/demo-player.c: (no_pipeline),
1481         (demo_player_event_listener), (demo_player_state_changed_cb),
1482         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
1483         (demo_player_scale_rate_func), (demo_player_set_rate_func),
1484         (_set_state_and_wait), (demo_player_load_uri_func),
1485         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
1486         (demo_player_seek_by_func), (demo_player_seek_to_func),
1487         (demo_player_get_position_func), (demo_player_get_duration_func),
1488         (demo_player_scale_rate), (demo_player_set_rate),
1489         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
1490         (demo_player_seek_by), (demo_player_seek_to),
1491         (demo_player_get_position), (demo_player_get_duration),
1492         (demo_player_get_property), (demo_player_set_property),
1493         (demo_player_init), (demo_player_class_init),
1494         (demo_player_get_type):
1495         * examples/scaletempo/demo-player.h:
1496         * gst/scaletempo/Makefile.am:
1497         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
1498         (best_overlap_offset_s16), (output_overlap_float),
1499         (output_overlap_s16), (fill_queue), (reinit_buffers),
1500         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
1501         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
1502         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
1503         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
1504         (gst_scaletempo_init):
1505         * gst/scaletempo/gstscaletempo.h:
1506         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
1507         Add scaletempo plugin, which allows to scale the speed of audio without
1508         changing the pitch by handling seeks with a rate!=1.0.
1509         Integrate it into the docs and add the example application for it.
1510         Fixes bug #537700.
1511
1512 2008-08-30  David Schleef  <ds@schleef.org>
1513
1514         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
1515
1516 2008-08-29  David Schleef  <ds@schleef.org>
1517
1518         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
1519           object disposal.  Handle 4:2:2 and 4:4:4 video.
1520
1521 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1522
1523         * ext/resindvd/resindvdbin.c:
1524         Fix compiler warning on Forte.
1525
1526 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1527
1528         * configure.ac:
1529         Commit FIONREAD check, needed for the dccp src.
1530
1531 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
1532
1533         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
1534         (gst_faac_chain), (gst_faac_change_state):
1535         * ext/faac/gstfaac.h:
1536         Add code for calculating proper timestamp/duration for the trailing
1537         encoded buffers that faac will output when receiving EOS.
1538
1539 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1540
1541         * configure.ac:
1542         Fix CFLAGS and LIBS for the apexsink.
1543
1544 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1545
1546         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
1547           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
1548
1549 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
1550
1551         * gst/dccp/gstdccp.c:
1552         * gst/dccp/gstdccpclientsrc.c:
1553         Fix compilation on Solaris by including filio.h as needed.
1554
1555         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1556         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1557         Fix compilation with Forte - apparently it hates concatenating a
1558         macro argument that starts with an underscore??
1559
1560 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1561
1562         Patch by: Jérémie Bernard <gremimail at gmail dot com>
1563
1564         * configure.ac:
1565         * ext/apexsink/LGPL-3.0.txt:
1566         * ext/apexsink/Makefile.am:
1567         * ext/apexsink/gstapexplugin.c: (plugin_init):
1568         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
1569         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
1570         (gst_apexraop_set_host), (gst_apexraop_get_host),
1571         (gst_apexraop_set_port), (gst_apexraop_get_port),
1572         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
1573         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
1574         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
1575         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
1576         (gst_apexraop_write), (gst_apexraop_flush):
1577         * ext/apexsink/gstapexraop.h:
1578         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
1579         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
1580         (gst_apexsink_implements_interface_init),
1581         (gst_apexsink_mixer_interface_init),
1582         (gst_apexsink_interface_supported),
1583         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
1584         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
1585         (gst_apexsink_class_init), (gst_apexsink_init),
1586         (gst_apexsink_set_property), (gst_apexsink_get_property),
1587         (gst_apexsink_finalise), (gst_apexsink_open),
1588         (gst_apexsink_prepare), (gst_apexsink_write),
1589         (gst_apexsink_unprepare), (gst_apexsink_delay),
1590         (gst_apexsink_reset), (gst_apexsink_close):
1591         * ext/apexsink/gstapexsink.h:
1592         Add apexsink for audio output to Apple AirPort Express Wireless
1593         devices. Fixes bug #542510.
1594
1595 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1596
1597         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
1598         (gst_rtp_session_event_send_rtp_sink):
1599         Send EOS when the session object instructs us to.
1600
1601         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
1602         * gst/rtpmanager/rtpsession.h:
1603         Make it possible for the session manager to instruct us to send EOS. We
1604         currently will EOS when the session is a sender and when the sender part
1605         goes EOS. This is not entirely correct behaviour because the session
1606         could still participate as a receiver.
1607         Fixes #549409.
1608
1609 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1610
1611         * gst/aiffparse/aiffparse.c:
1612           Read size of chunks preceeding the audio data with the
1613           correct endianness. Fixes playback of some files.
1614           Fixes #538500
1615
1616 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1617
1618         * configure.ac:
1619         * gst/aiffparse/Makefile.am:
1620         * gst/aiffparse/aiffparse.c:
1621         * gst/aiffparse/aiffparse.h:
1622           Add an AIFF parsing element, heavily based on wavparse.
1623
1624 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1625
1626         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
1627           gst_ks_video_device_set_state):
1628           Don't set the pin state to KSSTATE_RUN from the streaming thread.
1629           Skip KSSTATE_ACQUIRE when changing pin state downwards.
1630           Be nice and specify G_PARAM_STATIC_STRINGS.
1631           Remove unused finalize method.
1632
1633         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
1634           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
1635           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
1636           gst_ks_video_src_set_property, gst_ks_video_src_reset,
1637           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
1638           gst_ks_video_src_set_caps):
1639           First driver quirk: work around Logitech's hostile driver software to
1640           improve stability and performance. See comments for details.
1641           Provide a property to disable driver quirks (enabled by default).
1642           Be nice and specify G_PARAM_STATIC_STRINGS.
1643           Remove unused dispose method.
1644           Tweak include order.
1645
1646 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1647
1648         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1649         (gst_input_selector_query):
1650         Implement the LATENCY query in a better way by taking the latency of all
1651         sinkpads and taking the min/max instead of just taking a random pad.
1652
1653 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1654
1655         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1656         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1657         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1658         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1659         Unroll the loop to handle two bytes at once. This should give
1660         a small speedup and makes it possible to handle chroma and luma
1661         different which is needed later.
1662
1663 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1664
1665         * gst/dccp/gstdccpserversink.c:
1666         * gst/dccp/gstdccpserversink.h:
1667         Don't put globals only used by one '.c' file in a header !
1668         Declare it as static, fixes build on macosx.
1669
1670 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1671
1672         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
1673         Whoops, that was one fix too much :)
1674
1675 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1676
1677         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
1678         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
1679         size_t's size varies by platform/architecture. Use glib convenience
1680         macro instead. Fixes build on macosx.
1681         Remove ending '\n' in debug statements.
1682
1683 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1684
1685         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
1686         Remove unused code and fix includes.
1687
1688 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1689
1690         * gst/deinterlace2/gstdeinterlace2.c:
1691         (gst_deinterlace_method_class_init):
1692         * gst/deinterlace2/gstdeinterlace2.h:
1693         * gst/deinterlace2/tvtime/tomsmocomp.c:
1694         (gst_deinterlace_method_tomsmocomp_class_init):
1695         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1696         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1697         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1698         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1699         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1700         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1701         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1702         First part of the C implementation of the tomsmocomp deinterlacing
1703         algorithm. This only supports search-effort=0 currently, is painfully
1704         slow and needs some cleanup later when all search-effort settings
1705         are implemented in C.
1706
1707 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1708
1709         * configure.ac:
1710         * sys/Makefile.am:
1711         * sys/winks/Makefile.am:
1712         * sys/winks/gstksclock.c:
1713         * sys/winks/gstksclock.h:
1714         * sys/winks/gstksvideodevice.c:
1715         * sys/winks/gstksvideodevice.h:
1716         * sys/winks/gstksvideosrc.c:
1717         * sys/winks/gstksvideosrc.h:
1718         * sys/winks/kshelpers.c:
1719         * sys/winks/kshelpers.h:
1720         * sys/winks/ksvideohelpers.c:
1721         * sys/winks/ksvideohelpers.h:
1722           New plugin for low-latency video capture on Windows (#519935).
1723
1724           Uses Kernel Streaming, the lowest level API for doing video capture
1725           on Windows (more or less just raw ioctls).
1726
1727 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1728
1729         * gst/pcapparse/gstpcapparse.c:
1730         * sys/winscreencap/gstdx9screencapsrc.c:
1731         * sys/winscreencap/gstgdiscreencapsrc.c:
1732           Added documentation blobs. Thanks to Stefan for noticing!
1733
1734 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1735
1736         * configure.ac:
1737         * gst/pcapparse/Makefile.am:
1738         * gst/pcapparse/gstpcapparse.c:
1739         * gst/pcapparse/gstpcapparse.h:
1740           New plugin: pcapparse (#520899).
1741
1742 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1743
1744         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
1745
1746         * configure.ac:
1747         * sys/Makefile.am:
1748         * sys/winscreencap/Makefile.am:
1749         * sys/winscreencap/gstdx9screencapsrc.c:
1750         * sys/winscreencap/gstdx9screencapsrc.h:
1751         * sys/winscreencap/gstgdiscreencapsrc.c:
1752         * sys/winscreencap/gstgdiscreencapsrc.h:
1753         * sys/winscreencap/gstwinscreencap.c:
1754         * sys/winscreencap/gstwinscreencap.h:
1755           New plugin: winscreencap (#463941).
1756
1757 2008-08-22  Michael Smith <msmith@songbirdnest.com>
1758
1759         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1760           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
1761           is correctly, instead of backwards. No functional changes, since this
1762           mistake was completely self-consistent.
1763
1764 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
1765
1766         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1767           Add, but commented out xml/element-dc1394.xml. Its documented, but
1768           I can't get it to be build.
1769
1770         * ext/celt/gstceltdec.c:
1771         * ext/celt/gstceltenc.c:
1772           Fix doc warnings and reformat the doc block.
1773
1774 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1775
1776         patch by: Leandro Melo de Sales <leandroal@gmail.com>
1777
1778         * configure.ac:
1779         * docs/plugins/Makefile.am:
1780         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1781         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1782         * docs/plugins/gst-plugins-bad-plugins.args:
1783         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1784         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1785         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1786         * docs/plugins/gst-plugins-bad-plugins.signals:
1787         * docs/plugins/inspect/plugin-dccp.xml:
1788         * gst/dccp/Makefile.am:
1789         * gst/dccp/gstdccp.c:
1790         * gst/dccp/gstdccp.h:
1791         * gst/dccp/gstdccpclientsink.c:
1792         * gst/dccp/gstdccpclientsink.h:
1793         * gst/dccp/gstdccpclientsrc.c:
1794         * gst/dccp/gstdccpclientsrc.h:
1795         * gst/dccp/gstdccpplugin.c:
1796         * gst/dccp/gstdccpserversink.c:
1797         * gst/dccp/gstdccpserversink.h:
1798         * gst/dccp/gstdccpserversrc.c:
1799         * gst/dccp/gstdccpserversrc.h:
1800         * tests/icles/dccp/README:
1801         * tests/icles/dccp/call/README:
1802         * tests/icles/dccp/call/DCCPClient.c:
1803         * tests/icles/dccp/call/DCCPServer.c:
1804         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1805         * tests/icles/dccp/file/DCCPServerSendFile.c:
1806         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1807         * tests/icles/dccp/mic/DCCPServerMic.c:
1808         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1809         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1810         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1811         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1812         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1813         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1814           Add dccp plugin. Fixes #542390.
1815
1816 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1817
1818         * configure.ac:
1819           Remove bits that presumably weren't supposed to be committed.
1820
1821 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1822
1823         * configure.ac:
1824         * sys/Makefile.am:
1825         * sys/acmenc/Makefile.am:
1826         * sys/acmenc/acmenc.c:
1827           Add new windows ACM encoder wrapper.
1828
1829 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1830
1831         patch by: Michael Krufky
1832
1833         * sys/dvb/gstdvbsrc.c:
1834         * sys/dvb/parsechannels.c:
1835         Add ATSC tunning and channels.conf parsing support.
1836         Fixes #537455
1837
1838 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1839
1840         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1841         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1842         * sys/dshowdecwrapper/gstdshowvideodec.c:
1843         * sys/dshowdecwrapper/gstdshowvideodec.h:
1844         * sys/dshowvideosink/dshowvideosink.cpp:
1845         * sys/dshowvideosink/dshowvideosink.h:
1846           Initialise COM with default flags.
1847           Only deinitialise if the initialisation was successful.
1848
1849 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1850
1851         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1852         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1853         Reset rtp timestamp interpollation when we detect a gap when the
1854         clock_base changed.
1855         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1856
1857         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1858         * gst/rtpmanager/gstrtpsession.h:
1859         Add method to set session SSRC.
1860
1861         * gst/rtpmanager/rtpsession.c: (check_collision),
1862         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1863         (rtp_session_on_timeout):
1864         * gst/rtpmanager/rtpsession.h:
1865         Added debugging for the collision checks.
1866         Add method to change the internal SSRC of the session.
1867
1868         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1869         Reset the clock base when we detect large jumps in the seqnums.
1870
1871 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1872
1873         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1874         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1875         * ext/x264/gstx264enc.h:
1876         Do not deal with duplicated input (timestamps).  If needed,
1877         a generic element can do so.
1878         Do not manipulate input timestamps on the way out,
1879         since that shifts the timeline and A/V sync.
1880
1881 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1882
1883         * docs/plugins/gst-plugins-bad-plugins.args:
1884         Integrate new properties into documentation.
1885         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1886         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1887         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1888         Fix up API prior to eventual plugin move.
1889         API: GstX264Enc:pass (provides more options, and changed to enum)
1890
1891 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1892
1893         * docs/plugins/Makefile.am:
1894         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1895         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1896         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1897         * docs/plugins/inspect/plugin-mplex.xml:
1898         * ext/mplex/gstmplex.cc:
1899         Update and add documentation for mplex.
1900         * ext/mpeg2enc/gstmpeg2enc.cc:
1901         Documentation update.
1902
1903 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1904
1905         * docs/plugins/Makefile.am:
1906         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1907         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1908         * ext/x264/gstx264enc.c:
1909         * tests/check/Makefile.am:
1910         * tests/check/elements/x264enc.c: (setup_x264enc),
1911         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1912         Add documentation and unit test for x264enc.
1913
1914 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1915
1916         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1917         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1918         Allocate some buffers in more adaptive and economical fashion.
1919
1920 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1921
1922         * configure.ac:
1923         Check for sufficiently up-to-date x264 API.
1924         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1925         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1926         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1927         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1928         * ext/x264/gstx264enc.h:
1929         Expose some more parameters of the x264 encoder as properties.
1930
1931 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1932
1933         * gst/rtpmanager/gstrtpbin.c:
1934           Print the pad-name in debug log.
1935
1936         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1937         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1938           Use "-" instead of "_" in property names. Can we call them just
1939           "device" like everywhere else?
1940
1941 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1942
1943         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1944         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1945         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1946         (gst_x264_enc_flush_frames):
1947         Coding style and layout; re-order some functions in more
1948         typical and natural flow.
1949
1950 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1951
1952         * ext/x264/Makefile.am:
1953         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1954         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1955         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1956         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1957         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1958         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1959         * ext/x264/gstx264enc.h:
1960         Use GQueue in stead of custom queue code.
1961         Factorize flushing out encoder delayed frames.
1962         Factorize initialization and state change reset.
1963
1964 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1965
1966         * ext/x264/gstx264enc.h:
1967         * sys/fbdev/gstfbdevsink.c:
1968         Use configure-generated _stdint.h.
1969
1970 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1971
1972         * ext/x264/Makefile.am:
1973         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1974         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1975         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1976         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1977         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1978         (gst_x264_enc_encode_frame), (plugin_init):
1979         * ext/x264/gstx264enc.h:
1980         Use video format library and GST_WRITE_*_BE macros where applicable.
1981         Use finalize in stead of dispose.
1982         Set up debug category and log callback.
1983
1984 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1985
1986         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1987
1988         * ext/sndfile/gstsf.c: (plugin_init):
1989         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1990         * sys/oss4/oss4-audio.c: (plugin_init):
1991         Make sure gettext returns translations in UTF-8 encoding rather
1992         than in the current locale encoding (#546822).
1993
1994 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1995
1996         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1997         (gst_two_lame_chain):
1998         * ext/twolame/gsttwolame.h:
1999         Allow raw float samples as input for encoding.
2000
2001 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
2002
2003         * ext/jack/gstjackaudiosrc.c:
2004           Try committing this once again. Now properly renamed.
2005
2006 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
2007
2008         * docs/plugins/Makefile.am:
2009         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2010         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2011         * docs/plugins/gst-plugins-bad-plugins.args:
2012         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2013         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2014         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2015         * docs/plugins/inspect/plugin-jack.xml
2016           Add new element to docs.
2017
2018         * ext/jack/gstjack.h
2019           Add missing file.
2020
2021         * ext/jack/gstjackaudiosrc.c:
2022         * ext/jack/gstjackaudiosrc.h:
2023           Rename jackaudiosrc to jack_audio_src.
2024
2025 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
2026
2027         patch by: Tristan Matthews <tristan@sat.qc.ca>
2028
2029         * ext/jack/Makefile.am:
2030         * ext/jack/gstjack.c:
2031         * ext/jack/gstjackaudioclient.c:
2032         * ext/jack/gstjackaudiosink.c:
2033         * ext/jack/gstjackaudiosink.h:
2034         * ext/jack/gstjackaudiosrc.c:
2035         * ext/jack/gstjackaudiosrc.h:
2036         * ext/jack/gstjackringbuffer.h:
2037           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
2038           Fixes #545197.
2039
2040 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2041
2042         * docs/plugins/Makefile.am:
2043         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2044         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2045         * docs/plugins/gst-plugins-bad-plugins.args:
2046         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2047         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2048         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2049         * docs/plugins/inspect/plugin-celt.xml:
2050         * docs/plugins/inspect/plugin-twolame.xml:
2051         Add twolame and celt plugins to the docs.
2052
2053 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2054
2055         Based on patch by: Olivier Crete <tester at tester dot ca>
2056
2057         * gst/rtpmanager/gstrtpjitterbuffer.c:
2058         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
2059         Make the buffer metadata writable before inserting it in the
2060         jitterbuffer because the jitterbuffer will modify the timestamps.
2061
2062         * gst/rtpmanager/rtpjitterbuffer.c:
2063         Update method comment about requiring writable metadata on buffers.
2064
2065         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
2066         (rtp_session_process_rtcp):
2067         Make the RTCP buffer metadata writable because we want to modify the
2068         metadata.
2069         Fixes #546312.
2070
2071 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2072
2073         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
2074         (gst_selector_pad_chain), (gst_input_selector_getcaps),
2075         (gst_input_selector_activate_sinkpad):
2076         Move the select-all logic into the activation of the currently selected
2077         pad. We want to remember the last pad with activity in select-all mode.
2078         Fix the getcaps function, we can produce the union of the upstream caps
2079         in select-all mode, not the intersection like proxy_getcaps() does.
2080
2081 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2082
2083         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
2084
2085         * gst/rtpmanager/gstrtpjitterbuffer.c:
2086         (gst_rtp_jitter_buffer_chain):
2087         Fix debug by logging the right seqnum.
2088
2089 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2090
2091         Patch by: Olivier Crete <tester at tester dot ca>
2092
2093         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
2094         Release lock before emitting the request-pt-map signal.
2095         Fixes #543480.
2096
2097 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2098
2099         * gst/deinterlace2/gstdeinterlace2.c:
2100         (gst_deinterlace_simple_method_interpolate_scanline),
2101         (gst_deinterlace_simple_method_copy_scanline),
2102         (gst_deinterlace_simple_method_deinterlace_frame):
2103         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2104         * gst/deinterlace2/tvtime/greedyh.c:
2105         (deinterlace_frame_di_greedyh):
2106         * gst/deinterlace2/tvtime/scalerbob.c:
2107         (deinterlace_scanline_scaler_bob):
2108         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2109         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
2110         (copy_scanline):
2111         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
2112         (copy_scanline):
2113         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
2114         (copy_scanline):
2115         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
2116         are usually used here.
2117
2118 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2119
2120         * gst/deinterlace2/Makefile.am:
2121         * gst/deinterlace2/gstdeinterlace2.c:
2122         (gst_deinterlace_simple_method_deinterlace_frame),
2123         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
2124         * gst/deinterlace2/gstdeinterlace2.h:
2125         * gst/deinterlace2/tvtime/linear.c:
2126         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
2127         (deinterlace_scanline_linear_mmxext),
2128         (gst_deinterlace_method_linear_class_init),
2129         (gst_deinterlace_method_linear_init):
2130         * gst/deinterlace2/tvtime/linearblend.c:
2131         (deinterlace_scanline_linear_blend_c),
2132         (deinterlace_scanline_linear_blend2_c),
2133         (deinterlace_scanline_linear_blend_mmx),
2134         (deinterlace_scanline_linear_blend2_mmx),
2135         (gst_deinterlace_method_linear_blend_class_init),
2136         (gst_deinterlace_method_linear_blend_init):
2137         * gst/deinterlace2/tvtime/plugins.h:
2138         * gst/deinterlace2/tvtime/scalerbob.c:
2139         (deinterlace_scanline_scaler_bob),
2140         (gst_deinterlace_method_scaler_bob_class_init),
2141         (gst_deinterlace_method_scaler_bob_init):
2142         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
2143         (copy_scanline), (gst_deinterlace_method_weave_class_init),
2144         (gst_deinterlace_method_weave_init):
2145         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
2146         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
2147         (gst_deinterlace_method_weave_bff_init):
2148         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
2149         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
2150         (gst_deinterlace_method_weave_tff_init):
2151         Add the remaining tvtime deinterlacing methods and fix the
2152         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
2153
2154 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2155
2156         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2157         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
2158         Implement the VFIR deinterlacing method as simple method.
2159
2160 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2161
2162         * gst/deinterlace2/gstdeinterlace2.c:
2163         (gst_deinterlace_simple_method_interpolate_scanline),
2164         (gst_deinterlace_simple_method_copy_scanline),
2165         (gst_deinterlace_simple_method_deinterlace_frame),
2166         (gst_deinterlace_simple_method_class_init),
2167         (gst_deinterlace_simple_method_init):
2168         * gst/deinterlace2/gstdeinterlace2.h:
2169         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
2170         can be used by simple deinterlacing methods. They only have to provide
2171         a function for interpolating a scanline or copying a scanline.
2172
2173 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2174
2175         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
2176         Respect the latency of the deinterlacing algorithm for the timestamps
2177         of every buffer.
2178
2179 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2180
2181         * gst/deinterlace2/tvtime/greedyh.asm:
2182         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2183         Add the MMX registers to the clobbered registers only if __MMX__ is
2184         defined.
2185
2186 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2187
2188         * gst/deinterlace2/Makefile.am:
2189         * gst/deinterlace2/gstdeinterlace2.c:
2190         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
2191         (gst_deinterlace2_class_init):
2192         Enable tomsmocomp again as the C port will be ready for the next
2193         release.
2194
2195 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2196
2197         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
2198         (gst_greatest_common_divisor), (gst_fraction_double),
2199         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
2200         Don't use proxy_getcaps() but implement our own getcaps() function
2201         that doubles/halfs the framerate if all fields should be sent out.
2202
2203 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2204
2205         * configure.ac:
2206         * ext/Makefile.am:
2207         * ext/twolame/Makefile.am:
2208         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
2209         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
2210         (gst_two_lame_release_memory), (gst_two_lame_finalize),
2211         (gst_two_lame_base_init), (gst_two_lame_class_init),
2212         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
2213         (gst_two_lame_init), (gst_two_lame_set_property),
2214         (gst_two_lame_get_property), (gst_two_lame_sink_event),
2215         (gst_two_lame_chain), (gst_two_lame_setup),
2216         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
2217         (plugin_init):
2218         * ext/twolame/gsttwolame.h:
2219         Add TwoLAME MP2 encoding element, based on the LAME element.
2220
2221 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2222
2223         * configure.ac:
2224         * ext/Makefile.am:
2225         * ext/celt/Makefile.am:
2226         * ext/celt/gstcelt.c: (plugin_init):
2227         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
2228         (gst_celt_dec_class_init), (gst_celt_dec_reset),
2229         (gst_celt_dec_init), (celt_dec_convert),
2230         (celt_get_sink_query_types), (celt_dec_sink_query),
2231         (celt_get_src_query_types), (celt_dec_src_query),
2232         (celt_dec_src_event), (celt_dec_sink_event),
2233         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
2234         (celt_dec_chain_parse_data), (celt_dec_chain),
2235         (celt_dec_change_state):
2236         * ext/celt/gstceltdec.h:
2237         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
2238         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
2239         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
2240         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
2241         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
2242         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
2243         (gst_celt_enc_sink_query), (gst_celt_enc_init),
2244         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
2245         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
2246         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
2247         (gst_celt_enc_chain), (gst_celt_enc_get_property),
2248         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
2249         * ext/celt/gstceltenc.h:
2250         Add CELT encoder and decoder elements based on the Speex elements.
2251
2252 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2253
2254         Patch by: Tal Shalif <tshalif at nargila dot org>
2255
2256         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
2257         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
2258         with mingw. Fixes bug #545247.
2259
2260 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2261
2262         * configure.ac:
2263         Back to development -> 0.10.8.1
2264
2265 === release 0.10.8 ===
2266
2267 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
2268
2269         * configure.ac:
2270           releasing 0.10.8, "Vapour Trails"
2271
2272 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2273
2274         * configure.ac:
2275         0.10.7.3 pre-release
2276
2277         * po/LINGUAS:
2278         * po/id.po:
2279         Add Indonesian translation.
2280
2281 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2282
2283         * gst/festival/gstfestival.c:
2284           Guard unistd.h with HAVE_UNISTD_H
2285         * gst/modplug/libmodplug/load_it.cpp:
2286         * gst/modplug/libmodplug/sndfile.cpp:
2287         * gst/modplug/libmodplug/sndfile.h:
2288         * gst/modplug/libmodplug/stdafx.h:
2289           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
2290           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
2291           of a variable in load_it.cpp to MSVC's scoping rules.
2292         * gst/sdp/gstsdpdemux.c:
2293           Guard unistd.h with HAVE_UNISTD_H
2294           Fixes #544457.
2295
2296 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2297
2298         * ext/timidity/gsttimidity.c:
2299           Fix compiler warning. Fixes #544050.
2300
2301 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
2302
2303         * configure.ac:
2304         Don't check for nav_print.h any more - it should be included in
2305         the libdvdnav development package if libdvdnav headers depend on it.
2306         Fixes: #543846
2307
2308 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2309
2310         * configure.ac:
2311         * ext/ladspa/Makefile.am:
2312         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
2313         for loading the ladspa plugins and previously was linked in by
2314         gmodule. Fixes bug #543848.
2315
2316 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2317
2318         * gst/modplug/libmodplug/Makefile.am:
2319         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
2320         can contain compiler parameters that are invalid for C++.
2321         Fixes bug #543860.
2322
2323 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2324
2325         * ext/resindvd/Makefile.am:
2326         Dist missing header files. Fixes bug #543861.
2327
2328 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2329
2330         * configure.ac:
2331         0.10.7.2 pre-release
2332
2333 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2334
2335         * ext/Makefile.am:
2336         Dist and recurse into resindvd subdir
2337
2338 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2339
2340         * configure.ac:
2341         Remove interleave and replaygain configure.ac pieces too
2342
2343 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2344
2345         * po/LINGUAS:
2346         * po/lt.po:
2347         Add new lithunian translation, and add french to the LINGUAS
2348         file.
2349
2350 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2351
2352         * docs/plugins/Makefile.am:
2353         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2354         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2355         * docs/plugins/gst-plugins-bad-plugins.args:
2356         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2357         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2358         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2359         * docs/plugins/inspect/plugin-interleave.xml:
2360         * docs/plugins/inspect/plugin-replaygain.xml:
2361         * gst/interleave/Makefile.am:
2362         * gst/interleave/deinterleave.c:
2363         * gst/interleave/deinterleave.h:
2364         * gst/interleave/interleave.c:
2365         * gst/interleave/interleave.h:
2366         * gst/interleave/plugin.c:
2367         * gst/interleave/plugin.h:
2368         * gst/replaygain/Makefile.am:
2369         * gst/replaygain/gstrganalysis.c:
2370         * gst/replaygain/gstrganalysis.h:
2371         * gst/replaygain/gstrglimiter.c:
2372         * gst/replaygain/gstrglimiter.h:
2373         * gst/replaygain/gstrgvolume.c:
2374         * gst/replaygain/gstrgvolume.h:
2375         * gst/replaygain/replaygain.c:
2376         * gst/replaygain/replaygain.h:
2377         * gst/replaygain/rganalysis.c:
2378         * gst/replaygain/rganalysis.h:
2379         * tests/check/Makefile.am:
2380         * tests/check/elements/deinterleave.c:
2381         * tests/check/elements/interleave.c:
2382         * tests/check/elements/rganalysis.c:
2383         * tests/check/elements/rglimiter.c:
2384         * tests/check/elements/rgvolume.c:
2385         Remove interleave and replaygain plugins that have moved to -good
2386
2387 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2388
2389         * configure.ac:
2390         * gst/deinterlace2/Makefile.am:
2391         * gst/deinterlace2/gstdeinterlace2.c:
2392         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
2393         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
2394         * gst/deinterlace2/gstdeinterlace2.h:
2395         * gst/deinterlace2/tvtime/greedy.c:
2396         (gst_deinterlace_method_greedy_l_class_init):
2397         * gst/deinterlace2/tvtime/greedyh.c:
2398         (gst_deinterlace_method_greedy_h_class_init):
2399         * gst/deinterlace2/tvtime/vfir.c:
2400         (gst_deinterlace_method_vfir_class_init):
2401         Disable the tomsmocomp algorithm for this release as it's buggy
2402         and has no C implementation yet.
2403
2404         Build the deinterlace2 plugin on all architectures but still mark it
2405         as experimental.
2406         
2407         Build the x86 inline assembly only if GCC inline assembly is supported
2408         and only on x86 or amd64. Fixes bug #543286.
2409
2410 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
2411
2412         * gst/real/gstrealvideodec.c: (open_library):
2413         Add some casts to fix the build on Forte
2414
2415 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
2416
2417         * gst/deinterlace2/tvtime/greedy.c:
2418         (gst_deinterlace_method_greedy_l_class_init):
2419         * gst/deinterlace2/tvtime/greedyh.c:
2420         (gst_deinterlace_method_greedy_h_class_init):
2421         * gst/deinterlace2/tvtime/vfir.c:
2422         (gst_deinterlace_method_vfir_class_init):
2423         Fix build on x86_64
2424
2425 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
2426
2427         * ext/resindvd/gstmpegdemux.c:
2428         Remove whitespace line.
2429
2430         * ext/resindvd/resindvdbin.c:
2431         * ext/resindvd/resindvdbin.h:
2432         Make it so that audio/video pads aren't added to the bin
2433         until after data flow starts.
2434
2435         * ext/resindvd/resin-play:
2436         Move video buffer queue outside resindvdbin
2437
2438         * ext/resindvd/resindvdsrc.c:
2439         Check that the nav_clock_id didn't already get unscheduled.
2440
2441         * gst/dvdspu/gstdvdspu.c:
2442         Remove assert that sometimes triggers erroneously.
2443
2444 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2445
2446         * gst/deinterlace2/tvtime/greedyh.asm:
2447         Always use the C implementation if width is not a multiple of 4. The
2448         assembly optimized version only handle this and calling the C
2449         implementation for the remaining part doesn't work because it needs
2450         previous calculations.
2451
2452 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2453
2454         * gst/deinterlace2/tvtime/greedyh.asm:
2455         * gst/deinterlace2/tvtime/greedyh.c:
2456         * gst/deinterlace2/tvtime/greedyhmacros.h:
2457         Some cleanup, use 3DNOW instead of TDNOW in macros.
2458
2459         * gst/deinterlace2/tvtime/tomsmocomp.c:
2460         (gst_deinterlace_method_tomsmocomp_class_init):
2461         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2462         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2463         The SSE method in fact only needs MMXEXT, declare it as such.
2464
2465 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
2466
2467         * docs/plugins/.cvsignore:
2468         Ignore *-undeclared.txt
2469
2470         * ext/resindvd/rsnaudiomunge.c:
2471         Turn g_print's into debug statements.
2472
2473         * ext/resindvd/resin-play:
2474         * ext/resindvd/Makefile.am:
2475         * ext/resindvd/resindvdbin.c:
2476         * ext/resindvd/resindvdbin.h:
2477         * ext/resindvd/rsnparsetter.c:
2478         * ext/resindvd/rsnparsetter.h:
2479         * ext/resindvd/rsnwrappedbuffer.c:
2480         * ext/resindvd/rsnwrappedbuffer.h:
2481         Add a bloated implementation of a really simple idea: Replace the
2482         pixel-aspect-ratio in the output video with a prescribed one when
2483         necessary. There must be an easier way.
2484
2485         Split the dvdspu out of the resindvdbin and put out the subpicture
2486         stream on the subpicture pad.
2487
2488         * ext/resindvd/gstmpegdemux.c:
2489         Send video-aspect events down the pipe from the demuxer.
2490
2491         * ext/resindvd/resindvdsrc.c:
2492         * ext/resindvd/resindvdsrc.h:
2493         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
2494         to make it use clock-waiting later.
2495
2496         * ext/resindvd/rsnbasesrc.c:
2497         Don't overwrite the last_stop in the basesrc segment after a seamless
2498         seek.
2499
2500 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2501
2502         * gst/mpegtsparse/mpegtspacketizer.c:
2503         Convert extended event text to UTF-8.
2504
2505 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
2506
2507         * docs/plugins/Makefile.am:
2508         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2509         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2510         * docs/plugins/gst-plugins-bad-plugins.args:
2511         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2512         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2513         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2514         * docs/plugins/gst-plugins-bad-plugins.signals:
2515         * docs/plugins/inspect/plugin-stereo.xml:
2516         * gst/stereo/gststereo.c:
2517           Document one more.
2518
2519 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2520
2521         * gst/mpegtsparse/gstmpegdesc.h:
2522         Fix extended event descriptor parsing, out by 1 in position of
2523         text length.
2524
2525 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
2526
2527         * gst/festival/gstfestival.c:
2528           Add a note to the docs, that festival need to be running. Also log an
2529           error it it is not. Fixes #541327
2530
2531 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2532
2533         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2534
2535         * gst/librfb/gstrfbsrc.c:
2536         * gst/librfb/gstrfbsrc.h:
2537         Add view-only property to ignore the navigation events
2538
2539 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2540
2541         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2542           Revert previous patch apart from typo fixes; the patch was not
2543           independently useful.
2544
2545 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2546
2547         Based on patch by: Alessandro Decina <alessandro@nnva.org>
2548         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2549         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
2550         * sys/dshowdecwrapper/gstdshowvideodec.c:
2551           Add AAC, AC3 to handled codecs.
2552           Fix handling of flush events.
2553           Improve debug/error output.
2554           Fix a number of typos in comments and variable names.
2555
2556 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2557
2558         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2559
2560         * gst/librfb/rfbdecoder.c:
2561         Implement ServerCutText message
2562
2563 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2564
2565         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2566
2567         * gst/librfb/gstrfbsrc.c:
2568         * gst/librfb/rfbdecoder.c:
2569         Add property for shared desktop
2570
2571 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2572
2573         * configure.ac:
2574         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2575         flags that are invalid for C++.
2576
2577 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2578
2579         * ext/spc/gstspc.c: (spc_setup):
2580         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2581         Don't use declarations after statements in the remaining code.
2582
2583 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2584
2585         Patch by:
2586           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
2587
2588         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
2589         * ext/metadata/metadataxmp.c:
2590         (metadataparse_xmp_iter_add_to_tag_list):
2591         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
2592         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
2593         Don't use declarations after statements.
2594
2595 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2596
2597         patch by: Alessandro Decina
2598
2599         * gst/mpegtsparse/mpegtsparse.c:
2600         Fix memory leak by unreffing structures when not needed.
2601         Fixes #539292.
2602
2603 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2604
2605         * gst/sdp/gstsdpdemux.c:
2606           Use floating point math for latencies < 0 sec in log output.
2607
2608 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2609
2610         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2611         Mark internal processing functions as static inline for quite some
2612         speedup as they're used only once and need to get many local variables
2613         passed as parameter.
2614
2615 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2616
2617         * gst/deinterlace2/gstdeinterlace2.c:
2618         (gst_deinterlace_method_deinterlace_frame),
2619         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
2620         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2621         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2622         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
2623         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2624         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2625         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2626         (gst_deinterlace2_src_query):
2627         * gst/deinterlace2/gstdeinterlace2.h:
2628         Call the current instance "self" instead of "object".
2629
2630 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2631
2632         * gst/deinterlace2/gstdeinterlace2.c:
2633         (gst_deinterlace_method_get_latency),
2634         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2635         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2636         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
2637         * gst/deinterlace2/gstdeinterlace2.h:
2638         Include latency of the method in the returned latency.
2639
2640         Fix outputting of all fields, i.e. doubling of the framerate.
2641
2642 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2643
2644         * gst/deinterlace2/Makefile.am:
2645         * gst/deinterlace2/gstdeinterlace2.c:
2646         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
2647         (gst_deinterlace_method_deinterlace_frame),
2648         (gst_deinterlace_method_get_fields_required),
2649         (gst_deinterlace2_methods_get_type), (_do_init),
2650         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2651         (gst_deinterlace2_child_proxy_get_child_by_index),
2652         (gst_deinterlace2_child_proxy_get_children_count),
2653         (gst_deinterlace2_child_proxy_interface_init),
2654         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
2655         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
2656         * gst/deinterlace2/gstdeinterlace2.h:
2657         * gst/deinterlace2/tvtime/greedy.c:
2658         (deinterlace_greedy_packed422_scanline_c),
2659         (deinterlace_greedy_packed422_scanline_mmx),
2660         (deinterlace_greedy_packed422_scanline_mmxext),
2661         (deinterlace_frame_di_greedy),
2662         (gst_deinterlace_method_greedy_l_set_property),
2663         (gst_deinterlace_method_greedy_l_get_property),
2664         (gst_deinterlace_method_greedy_l_class_init),
2665         (gst_deinterlace_method_greedy_l_init):
2666         * gst/deinterlace2/tvtime/greedyh.asm:
2667         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2668         (deinterlace_frame_di_greedyh),
2669         (gst_deinterlace_method_greedy_h_set_property),
2670         (gst_deinterlace_method_greedy_h_get_property),
2671         (gst_deinterlace_method_greedy_h_class_init),
2672         (gst_deinterlace_method_greedy_h_init):
2673         * gst/deinterlace2/tvtime/greedyh.h:
2674         * gst/deinterlace2/tvtime/plugins.h:
2675         * gst/deinterlace2/tvtime/tomsmocomp.c:
2676         (gst_deinterlace_method_tomsmocomp_set_property),
2677         (gst_deinterlace_method_tomsmocomp_get_property),
2678         (gst_deinterlace_method_tomsmocomp_class_init),
2679         (gst_deinterlace_method_tomsmocomp_init):
2680         * gst/deinterlace2/tvtime/tomsmocomp.h:
2681         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2682         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
2683         (gst_deinterlace_method_vfir_class_init),
2684         (gst_deinterlace_method_vfir_init):
2685         Use a GstObject subtype for the deinterlacing methods and export
2686         the different settings for each deinterlacing method via GObject
2687         properties.
2688
2689         Implement GstChildProxy interface to allow access to the used
2690         deinterlacing method and to allow adjusting the different settings.
2691
2692         Move global variables of the tomsmocomp deinterlacing method into
2693         function local variables to make it possible to use this deinterlacing
2694         method from different instances.
2695
2696 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2697
2698         * gst/deinterlace2/tvtime/greedyh.asm:
2699         Support widths that are not a multiply of 4 when using the assembly
2700         optimized greedyh implementations.
2701
2702 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2703
2704         * gst/deinterlace2/tvtime/greedyh.c:
2705         (deinterlace_frame_di_greedyh):
2706         Only build the assembly optimized implementations on x86.
2707
2708 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2709
2710         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2711
2712         * configure.ac:
2713         Fix checking of headers for the OSS4 plugin to fail if a single
2714         header doesn't exist already. AC_CHECK_HEADERS only fails if none
2715         of the headers is found. Fixes bug #541543.
2716
2717 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2718
2719         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2720
2721         * configure.ac:
2722         * gst/festival/Makefile.am:
2723         * gst/festival/gstfestival.c:
2724         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
2725         and including winsock headers. Fixes bug #541522.
2726
2727 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2728
2729         * ChangeLog:
2730         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
2731         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
2732         Corrected a typo (interpollate -> interpolate).
2733
2734 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2735
2736         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
2737         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
2738         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
2739         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
2740         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
2741         (rtp_session_send_rtp):
2742         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
2743         (rtp_source_process_rtp), (rtp_source_send_rtp):
2744         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
2745         pipeline is running normally.
2746
2747 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2748
2749         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
2750         (gst_rtp_session_finalize), (rtcp_thread),
2751         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
2752         (gst_rtp_session_event_send_rtp_sink),
2753         (gst_rtp_session_chain_send_rtp):
2754         * gst/rtpmanager/rtpsession.c: (check_collision),
2755         (update_arrival_stats), (rtp_session_process_rtp),
2756         (rtp_session_process_rtcp), (rtp_session_send_rtp),
2757         (rtp_session_send_bye_locked), (rtp_session_send_bye),
2758         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
2759         (is_rtcp_time), (rtp_session_on_timeout):
2760         * gst/rtpmanager/rtpsession.h:
2761         Do not mix the use of g_get_current_time() with gst_clock_get_time().
2762
2763 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
2764
2765         * gst/mpegvideoparse/mpegvideoparse.c:
2766         * gst/mpegvideoparse/mpegvideoparse.h:
2767         Queue new-segment events and send them after caps have been
2768         determined and set, so that the decoder will have been auto-plugged.
2769
2770 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
2771
2772         Patch by : Michael Smith <msmith @ xiph dot org>
2773         
2774         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
2775         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
2776         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
2777         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
2778         (qtwrapper_audio_decoder_chain),
2779         (qtwrapper_audio_decoder_sink_event),
2780         (qtwrapper_audio_decoder_base_init),
2781         (qtwrapper_audio_decoder_class_init),
2782         (qtwrapper_audio_decoders_register):
2783         * sys/qtwrapper/codecmapping.h:
2784         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
2785         (image_description_for_mp4v), (image_description_from_stsd_buffer):
2786         * sys/qtwrapper/imagedescription.h:
2787         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
2788         (dump_avcc_atom), (dump_image_description),
2789         (AllocateAudioBufferList):
2790         * sys/qtwrapper/qtutils.h:
2791         * sys/qtwrapper/qtwrapper.c: (plugin_init):
2792         * sys/qtwrapper/qtwrapper.h:
2793         * sys/qtwrapper/videodecoders.c:
2794         (qtwrapper_video_decoder_base_init), (open_decoder),
2795         (decompressCb), (qtwrapper_video_decoder_chain),
2796         (qtwrapper_video_decoders_register):
2797         Make qtwrapper compile/work on win32.
2798         Lots of fixes
2799         Fixes #531840
2800
2801 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2802
2803         * gst/rawparse/gstvideoparse.c:
2804         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2805
2806 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2807
2808         * gst/deinterlace2/Makefile.am:
2809         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2810         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2811         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2812         * gst/deinterlace2/tvtime/tomsmocomp.h:
2813         Remove useless file and mark everything possible as static.
2814
2815         * gst/deinterlace2/tvtime/greedy.c:
2816         * gst/deinterlace2/tvtime/greedyh.c:
2817         Use "_stdint.h" instead of <stdint.h>.
2818
2819 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2820
2821         * gst/deinterlace2/Makefile.am:
2822         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2823         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2824         * gst/deinterlace2/tvtime/greedyh.c:
2825         (deinterlace_frame_di_greedyh):
2826         * gst/deinterlace2/tvtime/speedtools.h:
2827         * gst/deinterlace2/tvtime/speedy.c:
2828         * gst/deinterlace2/tvtime/speedy.h:
2829         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2830         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2831         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2832         Get rid of speedy.[ch] as we don't use most of it's code anyway
2833         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2834         of the speedy memcpy everywhere instead.
2835         
2836         * gst/deinterlace2/gstdeinterlace2.h:
2837         Remove many unused declarations.
2838
2839 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2840
2841         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2842         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2843         Expose the additional MPEG HDTV format profiles available in latest
2844         mjpegtools version.
2845
2846 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2847
2848         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2849         Divide latency be 2 to convert from fields to frames.
2850
2851 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2852
2853         * gst/deinterlace2/tvtime/greedy.c:
2854         (deinterlace_greedy_packed422_scanline_c),
2855         (deinterlace_greedy_packed422_scanline_mmx),
2856         (deinterlace_greedy_packed422_scanline_mmxext),
2857         (deinterlace_frame_di_greedy):
2858         Don't use scanlines function from gstdeinterlace2 as it's
2859         not appropiate for this method. Instead implement deinterlace_frame
2860         function by taking the one from greedyh.
2861         
2862         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2863         Small fix for the C implementation.
2864
2865         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2866         Don't use the scanlines function from gstdeinterlace2 as it's only
2867         used for this method and will be removed. Instead implement
2868         deinterlace_frame function and make it a bit more efficient.
2869
2870         * gst/deinterlace2/gstdeinterlace2.c:
2871         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2872         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2873         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2874         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2875         (gst_deinterlace2_src_query):
2876         Fix coding style and remove scanlines function as it's unused now.
2877
2878 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2879
2880         * gst/deinterlace2/tvtime/greedyh.asm:
2881         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2882         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2883         * gst/deinterlace2/tvtime/greedyhmacros.h:
2884         Add a C implementation for the greedyh deinterlacing method, clean
2885         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2886         require any SSE instructions.
2887
2888 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2889
2890         * gst/deinterlace2/gstdeinterlace2.c:
2891         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2892         (gst_deinterlace2_setcaps):
2893         If we're outputting all fields the framerate has to be doubled.
2894
2895         Set duration on the outgoing buffers.
2896
2897 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2898
2899         * docs/plugins/Makefile.am:
2900         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2901         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2902         * gst/y4m/gsty4mencode.c:
2903         Add documentation for YUV4MPEG2 encoder element.
2904
2905 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2906
2907         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2908         Remove unneeded macros that break build on macosx.
2909
2910 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2911
2912         * configure.ac:
2913           Depend on released versions of core and -base.
2914
2915 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2916
2917         * gst/deinterlace2/tvtime/greedy.c:
2918         (deinterlace_greedy_packed422_scanline_mmx),
2919         (deinterlace_greedy_packed422_scanline_mmxext):
2920         Optimize MMX/MMXEXT implementations a bit by requiring two less
2921         memory accesses and fix the workaround for the missing right shift
2922         on bytes to unset the highest bit of every byte.
2923
2924 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2925
2926         * gst/deinterlace2/tvtime/greedy.c:
2927         (deinterlace_greedy_packed422_scanline_mmxext):
2928         Remove sfence instruction as it's not needed and actually is an SSE
2929         instruction.
2930
2931 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2932
2933         * gst/deinterlace2/tvtime/greedy.c:
2934         (deinterlace_greedy_packed422_scanline_mmx),
2935         (deinterlace_greedy_packed422_scanline):
2936         Add plain MMX implementation for the greedyl method.
2937
2938 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2939
2940         * gst/deinterlace2/Makefile.am:
2941         Move the assembly includes to noinst_HEADERS where they belong.
2942
2943         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2944         (deinterlace_line_mmx):
2945         Fix C and MMX implementations a bit more.
2946
2947 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2948
2949         * gst/deinterlace2/tvtime/greedy.c:
2950         (deinterlace_greedy_packed422_scanline_c),
2951         (deinterlace_greedy_packed422_scanline_mmxext),
2952         (deinterlace_greedy_packed422_scanline):
2953         Fix the C implementation to produce correct results and optimize the
2954         MMXEXT implementation.
2955
2956         Handle odd widths and don't read over array boundaries in the MMXEXT
2957         implementation.
2958
2959         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2960         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2961         Fix a small rounding bug in the MMX implementation, the MMX
2962         implementation doesn't actually need MMXEXT instructions so don't mark
2963         it as such.
2964
2965         Handle odd widths in both implementations.
2966
2967 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2968
2969         * ext/resindvd/rsnbasesrc.c:
2970           Use the right i18n header.
2971
2972 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2973
2974         * gst/deinterlace2/tvtime/greedy.c:
2975         (deinterlace_greedy_packed422_scanline_sse),
2976         (deinterlace_greedy_packed422_scanline_c),
2977         (deinterlace_greedy_packed422_scanline):
2978         Implement a C version of the greedy low motion algorithm and mark the
2979         assembly optimized version as SSE as it uses SSE instructions
2980         additional to MMX instructions.
2981
2982 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2983
2984         Patch by: Sebastian Pölsterl
2985
2986         * gst/mpegtsparse/mpegtspacketizer.c:
2987         Fix problem when empty string is provided.
2988
2989 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2990
2991         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2992         (deinterlace_line_c), (deinterlace_scanline_vfir):
2993         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2994         but use the MMXEXT optimized code whenever possible.
2995
2996 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2997
2998         * gst/deinterlace2/gstdeinterlace2.c:
2999         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
3000         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
3001         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
3002         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
3003         (gst_deinterlace2_src_query):
3004         * gst/deinterlace2/gstdeinterlace2.h:
3005         Reset element state on PAUSED->READY properly, don't leak any buffers
3006         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
3007         properly return flow returns from gst_pad_push() instead of ignoring them.
3008
3009 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3010
3011         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
3012         Add missing header.
3013
3014 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3015
3016         * configure.ac:
3017         * gst/deinterlace2/Makefile.am:
3018         * gst/deinterlace2/tvtime/greedyh.asm:
3019         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
3020         Fix compilation on generic x86/amd64 and include deinterlace2 in the
3021         build system. Because of several bugs it's still enabled only
3022         by --enable-experimental.
3023
3024 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
3025
3026         * ext/resindvd/resindvdsrc.c:
3027         * ext/resindvd/resindvdsrc.h:
3028         Schedule NAV packets and activate them with an async clock callback
3029         at the right moment. This makes delayed menu highlights appear
3030         at the correct time and fixes Back To The Future.
3031
3032         When outputting new segment in do_seek(), calculate our position
3033         value properly, so we report the right time when popping in and
3034         out of the menus.
3035
3036         * ext/resindvd/rsnbasesrc.c:
3037         When handling a non-flushing seek, accumulate the segment,
3038         rather than having every seek start from 0 and messing with sync
3039
3040 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
3041
3042         * gst/selector/gstoutputselector.c:
3043         * tests/icles/output-selector-test.c:
3044           Use BOILERPLATE macro and update test to the latest api changes.
3045
3046 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3047
3048         * examples/app/appsink-src.c: (on_new_buffer_from_source):
3049         Don't use a buffer after unreffing it.
3050
3051 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
3052
3053         * ext/metadata/metadataexif.c:
3054           Add description tag mapping.
3055
3056 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
3057
3058         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3059         * examples/app/appsrc-ra.c:
3060         * examples/app/appsrc-seekable.c:
3061         * examples/app/appsrc-stream.c:
3062         * examples/app/appsrc-stream2.c:
3063         * ext/directfb/dfbvideosink.h:
3064         * ext/metadata/gstbasemetadata.c:
3065         * ext/metadata/gstbasemetadata.h:
3066         * ext/metadata/metadata.c:
3067         * ext/metadata/metadataexif.c:
3068         * ext/theora/theoradec.h:
3069         * gst/deinterlace2/gstdeinterlace2.h:
3070         * gst/deinterlace2/tvtime/speedy.c:
3071         * gst/deinterlace2/tvtime/speedy.h:
3072         * gst/deinterlace2/tvtime/vfir.c:
3073          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
3074          comments.
3075
3076 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
3077
3078         * ext/resindvd/resindvdbin.c:
3079         Parse the URI argument into the device name so dvd:///path/to/image
3080         works.
3081
3082         * ext/resindvd/resindvdsrc.c:
3083         Implement a trivial duration query reporting the current PGC length.
3084
3085         * gst/dvdspu/gstdvdspu.c:
3086         Rename typo in the function name.
3087
3088 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
3089
3090         * configure.ac:
3091         Disable deinterlace2 plugin again which was accidently enabled
3092         with last commit.
3093
3094 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
3095
3096         * configure.ac:
3097         * ext/resindvd/resindvdsrc.h:
3098         Make resindvd work with libdvdnav >= 4.0.0.
3099
3100 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
3101
3102         * configure.ac:
3103         Check for libdvdnav to build resindvd.
3104
3105         * ext/Makefile.am:
3106         * ext/resindvd/Makefile.am:
3107         * ext/resindvd/gstmpegdefs.h:
3108         * ext/resindvd/gstmpegdemux.c:
3109         * ext/resindvd/gstmpegdemux.h:
3110         * ext/resindvd/gstmpegdesc.c:
3111         * ext/resindvd/gstmpegdesc.h:
3112         * ext/resindvd/gstpesfilter.c:
3113         * ext/resindvd/gstpesfilter.h:
3114         * ext/resindvd/plugin.c:
3115         * ext/resindvd/resin-play:
3116         * ext/resindvd/resindvdbin.c:
3117         * ext/resindvd/resindvdbin.h:
3118         * ext/resindvd/resindvdsrc.c:
3119         * ext/resindvd/resindvdsrc.h:
3120         * ext/resindvd/rsnaudiomunge.c:
3121         * ext/resindvd/rsnaudiomunge.h:
3122         * ext/resindvd/rsnbasesrc.c:
3123         * ext/resindvd/rsnbasesrc.h:
3124         * ext/resindvd/rsnpushsrc.c:
3125         * ext/resindvd/rsnpushsrc.h:
3126         * ext/resindvd/rsnstreamselector.c:
3127         * ext/resindvd/rsnstreamselector.h:
3128
3129         First commit of DVD-Video playback component 'rsndvdbin'
3130         and helper elements.
3131
3132         Use --enable-experimental for now, but feel free to give it a
3133         try using the resin-play script.
3134
3135         * gst/dvdspu/gstdvdspu.c:
3136         Add some extra guards for malformed events.
3137
3138 2008-06-16  David Schleef  <ds@schleef.org>
3139
3140         * configure.ac:
3141         Bump dirac requirement to 0.10 due to api changes.
3142
3143 2008-06-16  Andy Wingo  <wingo@pobox.com>
3144
3145         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
3146         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
3147         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
3148
3149 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
3150
3151         * sys/dvb/gstdvbsrc.c:
3152           Move docblob upwards. Balance tags and restore blank line.
3153
3154 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3155
3156         * sys/dvb/gstdvbsrc.c:
3157         Fix out of date docs.
3158
3159 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3160
3161         Patch from: Vincent Genieux
3162
3163         * gst/mpegtsparse/mpegtsparse.c:
3164         Fix refcount issues, fixes #538560.
3165
3166 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3167
3168         * gst/mpegtsparse/gstmpegdesc.h:
3169         * gst/mpegtsparse/mpegtspacketizer.c:
3170         Parse the extended event descriptor.
3171
3172 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
3173
3174         * gst/rtpmanager/gstrtpjitterbuffer.c:
3175         * gst/speed/gstspeed.c:
3176         * gst/speexresample/gstspeexresample.c:
3177         * gst/videosignal/gstvideoanalyse.c:
3178         * gst/videosignal/gstvideodetect.c:
3179         * gst/videosignal/gstvideomark.c:
3180         * sys/dvb/gstdvbsrc.c:
3181         * sys/oss4/oss4-mixer.c:
3182         * sys/oss4/oss4-sink.c:
3183         * sys/oss4/oss4-source.c:
3184         * sys/wininet/gstwininetsrc.c:
3185           Final round of doc updates.
3186
3187 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
3188
3189         * gst/deinterlace/gstdeinterlace.c:
3190         * gst/rtpmanager/gstrtpbin.c:
3191         * gst/rtpmanager/gstrtpclient.c:
3192         * gst/rtpmanager/gstrtpjitterbuffer.c:
3193         * gst/rtpmanager/gstrtpptdemux.c:
3194         * gst/rtpmanager/gstrtpsession.c:
3195         * gst/rtpmanager/gstrtpssrcdemux.c:
3196         * gst/sdp/gstsdpdemux.c:
3197           More doc updates. More xrefs.
3198
3199 2008-06-14  Julien Moutte  <julien@fluendo.com>
3200
3201         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
3202         (gst_flv_demux_dispose):
3203         * gst/flv/gstflvdemux.h:
3204         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
3205         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
3206         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
3207         H.264/AVC inside FLV.
3208         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
3209         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
3210         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
3211         * sys/dshowdecwrapper/gstdshowaudiodec.h:
3212         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
3213         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
3214         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
3215         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
3216         to improve stability (ref counting, safety checks...)
3217
3218 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3219
3220         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
3221         Disable sipro on 64bits, it crashes.
3222
3223 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3224
3225         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
3226         (close_library), (open_library),
3227         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
3228         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
3229         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
3230         Add raversions we can support on the caps.
3231         Refactor the loading of the real codecs like realvideo so that we can
3232         implement probing.
3233         Probe all supported formats by trying to load the .so files, only report
3234         the versions on the caps that we can actually load.
3235
3236         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
3237         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
3238         (open_library), (close_library),
3239         (gst_real_video_dec_probe_modules),
3240         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
3241         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
3242         * gst/real/gstrealvideodec.h:
3243         Change the loading of the library like the audio decoder.
3244         Probe the supported formats by trying to load the .so files and only
3245         report the versions on the caps that we can actually load.
3246
3247 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3248
3249         patch by: Sebastian Pölsterl
3250
3251         * gst/mpegtsparse/mpegtspacketizer.c:
3252         Handle character sets in strings coming from DVB SI according
3253         to the DVB SI spec.
3254
3255 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
3256
3257         * gst/replaygain/gstrganalysis.c:
3258         * gst/replaygain/gstrglimiter.c:
3259         * gst/replaygain/gstrgvolume.c:
3260           More doc updates.
3261
3262 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
3263
3264         * docs/plugins/Makefile.am:
3265         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3266         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3267         * docs/plugins/gst-plugins-bad-plugins.args:
3268         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3269         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3270         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3271         * docs/plugins/gst-plugins-bad-plugins.signals:
3272         * docs/plugins/inspect/plugin-alsaspdif.xml:
3273         * docs/plugins/inspect/plugin-amrwb.xml:
3274         * docs/plugins/inspect/plugin-app.xml:
3275         * docs/plugins/inspect/plugin-bayer.xml:
3276         * docs/plugins/inspect/plugin-bz2.xml:
3277         * docs/plugins/inspect/plugin-cdaudio.xml:
3278         * docs/plugins/inspect/plugin-cdxaparse.xml:
3279         * docs/plugins/inspect/plugin-dtsdec.xml:
3280         * docs/plugins/inspect/plugin-dvb.xml:
3281         * docs/plugins/inspect/plugin-dvdspu.xml:
3282         * docs/plugins/inspect/plugin-faac.xml:
3283         * docs/plugins/inspect/plugin-faad.xml:
3284         * docs/plugins/inspect/plugin-fbdevsink.xml:
3285         * docs/plugins/inspect/plugin-festival.xml:
3286         * docs/plugins/inspect/plugin-filter.xml:
3287         * docs/plugins/inspect/plugin-flvdemux.xml:
3288         * docs/plugins/inspect/plugin-freeze.xml:
3289         * docs/plugins/inspect/plugin-gsm.xml:
3290         * docs/plugins/inspect/plugin-gstinterlace.xml:
3291         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3292         * docs/plugins/inspect/plugin-h264parse.xml:
3293         * docs/plugins/inspect/plugin-interleave.xml:
3294         * docs/plugins/inspect/plugin-jack.xml:
3295         * docs/plugins/inspect/plugin-ladspa.xml:
3296         * docs/plugins/inspect/plugin-metadata.xml:
3297         * docs/plugins/inspect/plugin-mms.xml:
3298         * docs/plugins/inspect/plugin-modplug.xml:
3299         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3300         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3301         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3302         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3303         * docs/plugins/inspect/plugin-musepack.xml:
3304         * docs/plugins/inspect/plugin-musicbrainz.xml:
3305         * docs/plugins/inspect/plugin-mve.xml:
3306         * docs/plugins/inspect/plugin-mythtv.xml
3307         * docs/plugins/inspect/plugin-nas.xml:
3308         * docs/plugins/inspect/plugin-neon.xml:
3309         * docs/plugins/inspect/plugin-nsfdec.xml:
3310         * docs/plugins/inspect/plugin-nuvdemux.xml:
3311         * docs/plugins/inspect/plugin-oss4.xml
3312         * docs/plugins/inspect/plugin-rawparse.xml:
3313         * docs/plugins/inspect/plugin-real.xml:
3314         * docs/plugins/inspect/plugin-replaygain.xml:
3315         * docs/plugins/inspect/plugin-rfbsrc.xml:
3316         * docs/plugins/inspect/plugin-sdl.xml:
3317         * docs/plugins/inspect/plugin-sdp.xml:
3318         * docs/plugins/inspect/plugin-selector.xml:
3319         * docs/plugins/inspect/plugin-sndfile.xml:
3320         * docs/plugins/inspect/plugin-soundtouch.xml:
3321         * docs/plugins/inspect/plugin-spcdec.xml:
3322         * docs/plugins/inspect/plugin-speed.xml:
3323         * docs/plugins/inspect/plugin-speexresample.xml:
3324         * docs/plugins/inspect/plugin-stereo.xml:
3325         * docs/plugins/inspect/plugin-subenc.xml
3326         * docs/plugins/inspect/plugin-timidity.xml:
3327         * docs/plugins/inspect/plugin-tta.xml:
3328         * docs/plugins/inspect/plugin-vcdsrc.xml:
3329         * docs/plugins/inspect/plugin-videosignal.xml:
3330         * docs/plugins/inspect/plugin-vmnc.xml:
3331         * docs/plugins/inspect/plugin-wildmidi.xml:
3332         * docs/plugins/inspect/plugin-x264.xml:
3333         * docs/plugins/inspect/plugin-xvid.xml:
3334         * docs/plugins/inspect/plugin-y4menc.xml:
3335         * ext/amrwb/gstamrwbdec.c:
3336         * ext/amrwb/gstamrwbenc.c:
3337         * ext/amrwb/gstamrwbparse.c:
3338         * ext/dc1394/gstdc1394.c:
3339         * ext/directfb/dfbvideosink.c:
3340         * ext/ivorbis/vorbisdec.c:
3341         * ext/jack/gstjackaudiosink.c:
3342         * ext/mpeg2enc/gstmpeg2enc.cc:
3343         * ext/mplex/gstmplex.cc:
3344         * ext/musicbrainz/gsttrm.c:
3345         * ext/mythtv/gstmythtvsrc.c:
3346         * ext/theora/theoradec.c:
3347         * ext/timidity/gsttimidity.c:
3348         * ext/timidity/gstwildmidi.c:
3349         * gst-libs/gst/app/gstappsink.c:
3350         * gst/deinterlace/gstdeinterlace.c:
3351         * gst/dvdspu/gstdvdspu.c:
3352         * gst/festival/gstfestival.c:
3353         * gst/freeze/gstfreeze.c:
3354         * gst/interleave/deinterleave.c:
3355         * gst/interleave/interleave.c:
3356         * gst/modplug/gstmodplug.cc:
3357         * gst/nuvdemux/gstnuvdemux.c:
3358           Add missing elements to docs. Fix doc-markup: use convinience syntax
3359           for examples (produces valid docbook), add several refsec2 when we
3360           have several titles. Fix some types.
3361
3362 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3363
3364         * examples/app/.cvsignore:
3365         * examples/app/Makefile.am:
3366         * examples/app/appsink-src.c: (on_new_buffer_from_source),
3367         (on_source_message), (on_sink_message), (main):
3368         Add beefed up example app from bug #413418. It now also uses appsink
3369         instead of fakesink for more ultimate coolness.
3370
3371         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3372         (gst_app_src_init), (gst_app_src_set_property),
3373         (gst_app_src_get_property), (gst_app_src_unlock),
3374         (gst_app_src_unlock_stop), (gst_app_src_create),
3375         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
3376         (gst_app_src_end_of_stream):
3377         * gst-libs/gst/app/gstappsrc.h:
3378         Add block property to allow push based implementation to block when we
3379         fill up the appsrc queues.
3380         Emit the enough-data signal while releasing our lock.
3381
3382 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3383
3384         * examples/app/.cvsignore:
3385           Ignore more.
3386
3387 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3388
3389         * ext/dc1394/gstdc1394.c:
3390         * ext/ivorbis/vorbisdec.c:
3391         * ext/jack/gstjackaudiosink.c:
3392         * ext/metadata/gstmetadatademux.c:
3393         * ext/mythtv/gstmythtvsrc.c:
3394         * ext/theora/theoradec.c:
3395         * gst-libs/gst/app/gstappsink.c:
3396         * gst/bayer/gstbayer2rgb.c:
3397         * gst/deinterlace/gstdeinterlace.c:
3398         * gst/rawparse/gstaudioparse.c:
3399         * gst/rawparse/gstvideoparse.c:
3400         * gst/rtpmanager/gstrtpbin.c:
3401         * gst/rtpmanager/gstrtpclient.c:
3402         * gst/rtpmanager/gstrtpjitterbuffer.c:
3403         * gst/rtpmanager/gstrtpptdemux.c:
3404         * gst/rtpmanager/gstrtpsession.c:
3405         * gst/rtpmanager/gstrtpssrcdemux.c:
3406         * gst/selector/gstinputselector.c:
3407         * gst/selector/gstoutputselector.c:
3408         * gst/videosignal/gstvideoanalyse.c:
3409         * gst/videosignal/gstvideodetect.c:
3410         * gst/videosignal/gstvideomark.c:
3411         * sys/oss4/oss4-mixer.c:
3412         * sys/oss4/oss4-sink.c:
3413         * sys/oss4/oss4-source.c:
3414           Do not use short_description in section docs for elements. We extract
3415           them from element details and there will be warnings if they differ.
3416           Also fixing up the ChangeLog order.
3417
3418 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3419
3420         Patch by: Sebastien Merle <sylane at gmail dot com>
3421
3422         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
3423         Fix the sign of the data we pass to the decoder so that the decoder
3424         compiles with newer reference code as well. Fixes #528618.
3425
3426 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3427
3428         * tests/icles/test-oss4.c:
3429           Include stdlib.h.
3430
3431 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3432
3433         Based on a patch by: Martin Eikermann <meiker at upb dot de>
3434
3435         * gst/deinterlace2/Makefile.am:
3436         * gst/deinterlace2/gstdeinterlace2.c:
3437         (gst_deinterlace2_method_get_type),
3438         (gst_deinterlace2_fields_get_type),
3439         (gst_deinterlace2_field_layout_get_type),
3440         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
3441         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
3442         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
3443         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
3444         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
3445         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
3446         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
3447         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
3448         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
3449         (plugin_init):
3450         * gst/deinterlace2/gstdeinterlace2.h:
3451         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
3452         (deinterlace_greedy_packed422_scanline_mmxext),
3453         (dscaler_greedyl_get_method):
3454         * gst/deinterlace2/tvtime/greedyh.asm:
3455         * gst/deinterlace2/tvtime/greedyh.c:
3456         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
3457         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
3458         (greedyh_filter_sse):
3459         * gst/deinterlace2/tvtime/greedyh.h:
3460         * gst/deinterlace2/tvtime/greedyhmacros.h:
3461         * gst/deinterlace2/tvtime/mmx.h:
3462         * gst/deinterlace2/tvtime/plugins.h:
3463         * gst/deinterlace2/tvtime/speedtools.h:
3464         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
3465         (comb_factor_packed422_scanline_mmx),
3466         (diff_factor_packed422_scanline_c),
3467         (diff_factor_packed422_scanline_mmx),
3468         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
3469         (packed444_to_packed422_scanline_c),
3470         (packed422_to_packed444_scanline_c),
3471         (packed422_to_packed444_rec601_scanline_c),
3472         (vfilter_chroma_121_packed422_scanline_mmx),
3473         (vfilter_chroma_121_packed422_scanline_c),
3474         (vfilter_chroma_332_packed422_scanline_mmx),
3475         (vfilter_chroma_332_packed422_scanline_c),
3476         (kill_chroma_packed422_inplace_scanline_mmx),
3477         (kill_chroma_packed422_inplace_scanline_c),
3478         (invert_colour_packed422_inplace_scanline_mmx),
3479         (invert_colour_packed422_inplace_scanline_c),
3480         (mirror_packed422_inplace_scanline_c),
3481         (interpolate_packed422_scanline_c),
3482         (convert_uyvy_to_yuyv_scanline_mmx),
3483         (convert_uyvy_to_yuyv_scanline_c),
3484         (interpolate_packed422_scanline_mmx),
3485         (interpolate_packed422_scanline_mmxext),
3486         (blit_colour_packed422_scanline_c),
3487         (blit_colour_packed422_scanline_mmx),
3488         (blit_colour_packed422_scanline_mmxext),
3489         (blit_colour_packed4444_scanline_c),
3490         (blit_colour_packed4444_scanline_mmx),
3491         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
3492         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
3493         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
3494         (blit_packed422_scanline_mmxext),
3495         (composite_colour4444_alpha_to_packed422_scanline_c),
3496         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
3497         (composite_packed4444_alpha_to_packed422_scanline_c),
3498         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
3499         (composite_packed4444_to_packed422_scanline_c),
3500         (composite_packed4444_to_packed422_scanline_mmxext),
3501         (composite_alphamask_to_packed4444_scanline_c),
3502         (composite_alphamask_to_packed4444_scanline_mmxext),
3503         (composite_alphamask_alpha_to_packed4444_scanline_c),
3504         (premultiply_packed4444_scanline_c),
3505         (premultiply_packed4444_scanline_mmxext),
3506         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
3507         (quarter_blit_vertical_packed422_scanline_mmxext),
3508         (quarter_blit_vertical_packed422_scanline_c),
3509         (subpix_blit_vertical_packed422_scanline_c),
3510         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
3511         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
3512         (rgba32_to_packed4444_rec601_scanline_c),
3513         (packed444_to_rgb24_rec601_scanline_c),
3514         (packed444_to_nonpremultiplied_packed4444_scanline_c),
3515         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
3516         (speedy_get_accel):
3517         * gst/deinterlace2/tvtime/speedy.h:
3518         * gst/deinterlace2/tvtime/sse.h:
3519         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
3520         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
3521         (tomsmocomp_init), (tomsmocomp_filter_mmx),
3522         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
3523         * gst/deinterlace2/tvtime/tomsmocomp.h:
3524         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
3525         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
3526         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
3527         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
3528         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
3529         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
3530         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
3531         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
3532         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
3533         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
3534         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
3535         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
3536         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
3537         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
3538         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
3539         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
3540         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
3541         (deinterlace_scanline_vfir), (copy_scanline),
3542         (dscaler_vfir_get_method):
3543         * gst/deinterlace2/tvtime/x86-64_macros.inc:
3544         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
3545         which was relicensed to LGPL for GStreamer and in theory provides
3546         better and faster results than the simple deinterlace element.
3547         Fixes bug #163578.
3548
3549         Ported to GStreamer 0.10 but still not enabled or included in the
3550         build system by default because of bad artefacts caused by a bug
3551         somewhere and as it can be only build on x86/amd64 ATM and requires
3552         special CFLAGS. Will be fixed soon.
3553
3554 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3555
3556         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
3557
3558         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
3559         (gst_wildmidi_change_state), (plugin_init):
3560         * ext/timidity/gstwildmidi.h:
3561         Initialize wildmidi only once in the plugin init function instead
3562         of once for every instance. The second and following calls to the
3563         wildmidi initialization function will fail. Fixes bug #525613.
3564
3565         Also don't register the element at all if wildmidi initialization
3566         fails.
3567
3568 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3569
3570         * ext/soundtouch/gstpitch.cc:
3571         Call gst_element_no_more_pads() after all pads are added.
3572
3573 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3574
3575         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
3576         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
3577         (gst_raw_parse_handle_seek_pull):
3578         Add simple reverse playback.
3579
3580 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3581
3582         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
3583         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
3584         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
3585         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
3586         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
3587         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
3588         * gst/rawparse/gstrawparse.h:
3589         Fix seeking, timestamps, duration and some more. Fixes #536309.
3590
3591 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3592
3593         * examples/app/Makefile.am:
3594         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
3595         (found_source), (bus_message), (main):
3596         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
3597         (found_source), (bus_message), (main):
3598         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
3599         (bus_message), (main):
3600         Added 3 more example application for using appsrc in random-access mode,
3601         pull-mode streaming and pull mode seekable.
3602
3603         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3604         (gst_app_src_start), (gst_app_src_do_get_size),
3605         (gst_app_src_create):
3606         * gst-libs/gst/app/gstappsrc.h:
3607         Make stream-type property writable.
3608         Unset flushing when starting so that we reuse appsrc.
3609         Inform basesrc about the configured size.
3610         Emit seek-data signal when we are going to a different offset in
3611         random-access mode.
3612
3613 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3614
3615         * examples/app/appsrc-stream.c: (found_source), (main):
3616         Use deep-notify until we can depend on a playbin2 with support for the
3617         source property.
3618
3619 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3620
3621         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
3622         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
3623         Fix deadlock when shutting down, use a new lock instead to properly
3624         shutdown.
3625
3626 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3627
3628         * examples/app/.cvsignore:
3629         * examples/app/Makefile.am:
3630         * examples/app/appsrc-stream.c: (read_data), (start_feed),
3631         (stop_feed), (found_source), (bus_message), (main):
3632         Added an example on how to use appsrc in playbin in streaming mode from
3633         an mmapped file.
3634
3635         * examples/app/appsrc_ex.c: (main):
3636         Set pipeline to NULL to free queued buffers.
3637
3638         * gst-libs/gst/app/gstapp-marshal.list:
3639         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
3640         (gst_app_src_class_init), (gst_app_src_init),
3641         (gst_app_src_flush_queued), (gst_app_src_dispose),
3642         (gst_app_src_set_property), (gst_app_src_get_property),
3643         (gst_app_src_unlock), (gst_app_src_unlock_stop),
3644         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
3645         (gst_app_src_check_get_range), (gst_app_src_do_seek),
3646         (gst_app_src_create), (gst_app_src_set_stream_type),
3647         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
3648         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
3649         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
3650         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
3651         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
3652         * gst-libs/gst/app/gstappsrc.h:
3653         Measure max queue size in bytes instead.
3654         Add support for 3 modes of operation, streaming, seekable and
3655         random-access, making basesrc handle the scheduling modes for each.
3656         Add appsrc:// uri handler so that automatic plugging can be done from
3657         playbin2 or uridecodebin, for example.
3658         Added support for custom segment formats.
3659         Add support for push and pull based operations from the application.
3660         Expand the methods so that errors can be detected.
3661         Flush the queued buffers on seeks and when shutting down.
3662         Add signals to inform the app that a seek must happen.
3663
3664 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3665
3666         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
3667         (gst_deinterleave_src_query):
3668         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3669         (gst_interleave_src_query):
3670         Properly implement duration and position queries in bytes format. We
3671         have to take the upstream reply and divide/multiply it by the number
3672         of channels to get the correct result.
3673
3674 2008-06-04  Michael Smith <msmith@songbirdnest.com>
3675
3676         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3677         * sys/dshowvideosink/dshowvideofakesrc.h:
3678         * sys/dshowvideosink/dshowvideosink.cpp:
3679         * sys/dshowvideosink/dshowvideosink.h:
3680           Fix up copyright notice on new plugin.
3681
3682 2008-06-04  David Schleef  <ds@schleef.org>
3683
3684         * ext/dirac/gstdiracenc.cc: Update properties for recent
3685           dirac changes.  Patch from Jonathan Rosser.
3686
3687 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3688
3689         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
3690           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
3691           (gst_x264_enc_encode_frame):
3692           Try harder not to crash when we get an EOS event but haven't set
3693           up the encoder yet (as may happen when upstream errors out with
3694           not-negotiated, for example). Also, always push the EOS event
3695           downstream.
3696
3697 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3698
3699         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3700         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
3701         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
3702         * gst/interleave/interleave.h:
3703         Use an always increasing integer for the number in the name of the
3704         requested sink pads to guarantuee a unique name. Add a "channel"
3705         property to GstInterleavePad to make it possible for applications
3706         to retrieve the channel number in the output for every pad.
3707
3708         Use g_type_register_static_simple() instead of
3709         g_type_register_static() to save some relocations.
3710
3711 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3712
3713         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3714         (gst_interleave_change_state):
3715         Stop GstCollectPads before calling the parent's state change function
3716         when going from PAUSED to READY as we otherwise deadlock.
3717         Fixes bug #536258.
3718
3719 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3720
3721         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
3722         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
3723         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
3724         (gst_h264_parse_chain):
3725         * gst/h264parse/gsth264parse.h:
3726         Parse codec_data and use the nalu_size_length field to get the NALU
3727         length in packetized h264.
3728         When queueing a packetized buffer in reverse mode, don't unref the
3729         buffer twice.
3730         Avoid accessing the buffer TIMESTAMP field after we pushed it on
3731         the adaptor.
3732
3733 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3734
3735         * gst/interleave/interleave.c:
3736         (gst_interleave_check_channel_positions),
3737         (gst_interleave_set_channel_positions),
3738         (gst_interleave_class_init):
3739         Use new gst_audio_check_channel_positions() function and register
3740         the GstInterleavePad type from a threadsafe context.
3741
3742 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3743
3744         * configure.ac:
3745           Revert accidental addition in configure.ac. Sorry.
3746
3747 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3748
3749         * configure.ac:
3750         * sys/Makefile.am:
3751         * sys/dshowvideosink/Makefile.am:
3752         * sys/dshowvideosink/README:
3753         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3754         * sys/dshowvideosink/dshowvideofakesrc.h:
3755         * sys/dshowvideosink/dshowvideosink.cpp:
3756         * sys/dshowvideosink/dshowvideosink.h:
3757         Add a new win32 videosink. Uses the DirectShow renderers for
3758         high-performance video rendering on win32.
3759         Currently only supports some YUV formats.
3760         Rank PRIMARY, since it's much more useful for the common cases that the
3761         directdraw sink (which only does RGB).
3762
3763 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
3764
3765         * ext/spc/Makefile.am:
3766           Dist tag.h
3767
3768 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3769
3770         * ext/faad/gstfaad.c: (gst_faad_sink_event):
3771         Always drain before activating the new segment.
3772
3773 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3774
3775         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3776         (gst_interleave_finalize), (gst_audio_check_channel_positions),
3777         (gst_interleave_set_channel_positions),
3778         (gst_interleave_class_init), (gst_interleave_init),
3779         (gst_interleave_set_property), (gst_interleave_get_property),
3780         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3781         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
3782         (gst_interleave_src_query_latency), (gst_interleave_collected):
3783         * gst/interleave/interleave.h:
3784         Allow setting channel positions via a property and allow using the
3785         channel positions on the input as the channel positions of the output.
3786
3787         Fix some broken logic and memory leaks.
3788
3789         * tests/check/Makefile.am:
3790         * tests/check/elements/interleave.c: (src_handoff_float32),
3791         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
3792         Add unit tests for checking correct handling of channel positions.
3793
3794 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3795
3796         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3797         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3798         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3799         (gst_faad_change_state):
3800         * ext/faad/gstfaad.h:
3801         Add basic reverse playback support.
3802         Clear decoder state after disconts.
3803         Remove some unused code.
3804         Mark output buffers with a discont after a decoding error.
3805
3806 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3807
3808         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3809
3810         * gst/mpeg4videoparse/mpeg4videoparse.c:
3811         (gst_mpeg4vparse_handle_vos):
3812         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3813
3814 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3815
3816         * tests/check/elements/mplex.c: (setup_src_pad),
3817         (teardown_src_pad):
3818         Don't use the deprecated gst_element_get_pad().
3819
3820 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3821
3822         * examples/directfb/gstdfb.c: (main):
3823         Don't use the deprecated gst_element_get_pad().
3824
3825 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3826
3827         Based on patch by: <onkarshinde at gmail dot com>
3828
3829         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3830         (gst_vcdsrc_uri_set_uri):
3831         Allow the track to be set by using the uri. Fixes #535043.
3832
3833 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3834
3835         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3836         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3837         Implement latency query.
3838
3839 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3840
3841         * gst/mpegvideoparse/mpegvideoparse.c:
3842         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3843
3844 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3845
3846         * gst/rtpmanager/gstrtpbin.c:
3847         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3848         (gst_rtp_bin_change_state), (new_payload_found),
3849         (new_ssrc_pad_found):
3850         Break out of callbacks when we are shutting down.
3851         Make sure no state changes can happen when we reconfigure.
3852
3853 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3854
3855         * configure.ac:
3856         Require CVS core and base for new audio clock reset method.
3857
3858         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3859         Reset the audio clock. See #521761.
3860
3861 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3862
3863         * ext/jack/gstjackaudiosink.c:
3864         (gst_jack_audio_sink_allocate_channels):
3865         Include the element name in the port name to avoid duplicate port names.
3866
3867 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3868
3869         * gst/interleave/deinterleave.c:
3870         Add another example launch line.
3871
3872         * gst/interleave/interleave.c: (interleave_24),
3873         (gst_interleave_finalize), (gst_interleave_base_init),
3874         (gst_interleave_class_init), (gst_interleave_init),
3875         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3876         (gst_interleave_change_state), (__remove_channels),
3877         (__set_channels), (gst_interleave_sink_getcaps),
3878         (gst_interleave_set_process_function),
3879         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3880         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3881         (forward_event_func), (forward_event), (gst_interleave_src_event),
3882         (gst_interleave_collected):
3883         * gst/interleave/interleave.h:
3884         Major rewrite of interleave using GstCollectpads. This new version
3885         also supports almost all raw audio formats and has better caps
3886         negotiation. Fixes bug #506594.
3887
3888         Also update docs and add some more examples.
3889
3890         * tests/check/elements/interleave.c: (interleave_chain_func),
3891         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3892         (interleave_suite):
3893         Add some more extensive unit tests for interleave.
3894
3895 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3896
3897         * gst/rtpmanager/gstrtpjitterbuffer.c:
3898         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3899         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3900         we need to do this so that we can better handle a restarted source.
3901         Fix some comments.
3902
3903         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3904         (rtp_jitter_buffer_insert):
3905         Tweak the skew resync diff.
3906         Use our working seqnum compare function in -base.
3907         Rework the jitterbuffer insert code to make it clearer and more
3908         performant by only retrieving the seqnum of the input buffer once and by
3909         adding some G_LIKELY compiler hints.
3910         Improve debugging for duplicate packets.
3911
3912         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3913         Fix a comment, we don't do skew correction here..
3914
3915 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3916
3917         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3918
3919         * gst/rtpmanager/gstrtpbin.c:
3920         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3921         (gst_rtp_bin_set_property):
3922         Propagate the do-lost and latency properties to the jitterbuffers when
3923         they are changed on rtpbin.
3924
3925 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3926
3927         * examples/switch/switcher.c: (switch_timer):
3928         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3929         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3930         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3931         (gst_sdp_demux_stream_configure_udp_sink):
3932         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3933         (pad_added_setup_data_check_float32_8ch_cb):
3934         * tests/check/elements/rganalysis.c: (send_eos_event),
3935         (send_tag_event):
3936         Don't use _gst_pad().
3937
3938 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3939
3940         * docs/plugins/Makefile.am:
3941         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3942         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3943         * docs/plugins/gst-plugins-bad-plugins.args:
3944         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3945         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3946         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3947         * docs/plugins/gst-plugins-bad-plugins.signals:
3948         * docs/plugins/inspect/plugin-alsaspdif.xml:
3949         * docs/plugins/inspect/plugin-amrwb.xml:
3950         * docs/plugins/inspect/plugin-app.xml:
3951         * docs/plugins/inspect/plugin-bayer.xml:
3952         * docs/plugins/inspect/plugin-bz2.xml:
3953         * docs/plugins/inspect/plugin-cdaudio.xml:
3954         * docs/plugins/inspect/plugin-cdxaparse.xml:
3955         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3956         * docs/plugins/inspect/plugin-dtsdec.xml:
3957         * docs/plugins/inspect/plugin-dvb.xml:
3958         * docs/plugins/inspect/plugin-dvdspu.xml:
3959         * docs/plugins/inspect/plugin-faac.xml:
3960         * docs/plugins/inspect/plugin-faad.xml:
3961         * docs/plugins/inspect/plugin-fbdevsink.xml:
3962         * docs/plugins/inspect/plugin-festival.xml:
3963         * docs/plugins/inspect/plugin-filter.xml:
3964         * docs/plugins/inspect/plugin-flvdemux.xml:
3965         * docs/plugins/inspect/plugin-freeze.xml:
3966         * docs/plugins/inspect/plugin-gsm.xml:
3967         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3968         * docs/plugins/inspect/plugin-h264parse.xml:
3969         * docs/plugins/inspect/plugin-interleave.xml:
3970         * docs/plugins/inspect/plugin-jack.xml:
3971         * docs/plugins/inspect/plugin-ladspa.xml:
3972         * docs/plugins/inspect/plugin-metadata.xml:
3973         * docs/plugins/inspect/plugin-mms.xml:
3974         * docs/plugins/inspect/plugin-modplug.xml:
3975         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3976         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3977         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3978         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3979         * docs/plugins/inspect/plugin-musepack.xml:
3980         * docs/plugins/inspect/plugin-musicbrainz.xml:
3981         * docs/plugins/inspect/plugin-mve.xml:
3982         * docs/plugins/inspect/plugin-nas.xml:
3983         * docs/plugins/inspect/plugin-neon.xml:
3984         * docs/plugins/inspect/plugin-nsfdec.xml:
3985         * docs/plugins/inspect/plugin-nuvdemux.xml:
3986         * docs/plugins/inspect/plugin-rawparse.xml:
3987         * docs/plugins/inspect/plugin-real.xml:
3988         * docs/plugins/inspect/plugin-replaygain.xml:
3989         * docs/plugins/inspect/plugin-rfbsrc.xml:
3990         * docs/plugins/inspect/plugin-sdl.xml:
3991         * docs/plugins/inspect/plugin-sdp.xml:
3992         * docs/plugins/inspect/plugin-selector.xml:
3993         * docs/plugins/inspect/plugin-sndfile.xml:
3994         * docs/plugins/inspect/plugin-soundtouch.xml:
3995         * docs/plugins/inspect/plugin-spcdec.xml:
3996         * docs/plugins/inspect/plugin-speed.xml:
3997         * docs/plugins/inspect/plugin-speexresample.xml:
3998         * docs/plugins/inspect/plugin-stereo.xml:
3999         * docs/plugins/inspect/plugin-tta.xml:
4000         * docs/plugins/inspect/plugin-vcdsrc.xml:
4001         * docs/plugins/inspect/plugin-videosignal.xml:
4002         * docs/plugins/inspect/plugin-vmnc.xml:
4003         * docs/plugins/inspect/plugin-wildmidi.xml:
4004         * docs/plugins/inspect/plugin-x264.xml:
4005         * docs/plugins/inspect/plugin-xvid.xml:
4006         * docs/plugins/inspect/plugin-y4menc.xml:
4007         Add interleave/deinterleave to the docs and while at that
4008         run make update in docs/plugins.
4009
4010         * gst/interleave/deinterleave.c:
4011         Add a parapraph about using a queue and audioconvert after the source
4012         pads to the docs.
4013
4014 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
4015
4016         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
4017         (gst_deinterleave_class_init), (gst_deinterleave_init),
4018         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
4019         * gst/interleave/deinterleave.h:
4020         Don't set a getcaps() function on the src pads as it's not required
4021         and the default getcaps() function returns the correct results for
4022         our src pads.
4023
4024         Complete documentation and add myself to the authors of the element.
4025
4026 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4027
4028         * tests/icles/.cvsignore:
4029         * tests/icles/Makefile.am:
4030         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
4031           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
4032           (probe_details), (probe_element), (main):
4033           Small oss4 test that probes for available devices and retrieves
4034           their caps and mixer tracks and all that. Also allows testing of
4035           mixer change messages on the bus.
4036
4037 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4038
4039         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
4040         * sys/oss4/oss4-property-probe.c:
4041           (gst_oss4_property_probe_find_device_name),
4042           (gst_oss4_property_probe_find_device_name_nofd):
4043         * sys/oss4/oss4-property-probe.h:
4044         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
4045         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
4046           Make device-name probing in NULL state work better (e.g. for the
4047           gnome-control-center sound capplet).
4048
4049 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4050
4051         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4052
4053         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
4054         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
4055         (gst_mpeg4vparse_change_state):
4056         Move some code around to integrate the startcode searching with the
4057         other bits of parsing, avoid a whole bunch of peeks.
4058         Get rid of invalid data that should not happen according to the specs.
4059         Fixes #533559.
4060
4061 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4062
4063         Patch by: Bastien Nocera <hadess at hadess dot net>
4064
4065         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
4066         (gst_mythtv_src_init), (gst_mythtv_src_clear),
4067         (do_read_request_response), (gst_mythtv_src_create),
4068         (gst_mythtv_src_start):
4069         Correctly set duration to get a more correct seek bar in totem.
4070
4071         Disable query and event functions as they don't work and do some
4072         smaller cleanup.
4073
4074         Fixes bug #533736.
4075
4076 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4077
4078         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
4079
4080         * ext/spc/Makefile.am:
4081         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
4082         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
4083         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
4084         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
4085         (gst_spc_dec_src_query), (spc_play), (spc_setup):
4086         * ext/spc/gstspc.h:
4087         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
4088         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
4089         (spc_tag_get_info), (spc_tag_free):
4090         * ext/spc/tag.h:
4091         Add support for some essential features like seeking, reading song
4092         duration and extended tags. Fixes bug #454151.
4093
4094 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
4095
4096         * tests/check/elements/deinterleave.c: (GST_START_TEST):
4097         Set keep-positions property to TRUE for the 8 channel test to ensure
4098         that the original channel position is set on the output.
4099
4100 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
4101
4102         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
4103         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
4104         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
4105         (gst_deinterleave_get_property):
4106         * gst/interleave/deinterleave.h:
4107         Add a property to select whether channel positions should be kept on
4108         the mono output buffers or should be dropped.
4109
4110 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
4111
4112         * docs/Makefile.am:
4113         Oops - fix the spelling of the variable I added.
4114
4115 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4116
4117         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
4118         (gst_deinterleave_init), (gst_deinterleave_sink_event),
4119         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
4120         * gst/interleave/deinterleave.h:
4121         Queue events until src pads were added and they can be sent. Otherwise
4122         downstream will never get the first newsegment event.
4123
4124 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4125
4126         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
4127         (gst_deinterleave_getcaps):
4128         Always set the channel positions when gst_audio_get_channel_positions()
4129         returns something, even if they're not set in the caps. This makes
4130         sure that the output channels can be interleaved again correctly
4131         in the mono/stereo cases too.
4132
4133         Don't ask for the peercaps of the current pad in getcaps() as this
4134         might call getcaps() again and deadlock.
4135
4136 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4137
4138         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
4139         Check some more common locations for a valid configuration file.
4140         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
4141         to the distributions default location.
4142
4143 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4144
4145         * gst/interleave/Makefile.am:
4146         * gst/interleave/deinterleave.c: (deinterleave_24),
4147         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
4148         (gst_deinterleave_class_init), (gst_deinterleave_init),
4149         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
4150         (gst_deinterleave_set_process_function),
4151         (gst_deinterleave_sink_setcaps), (__remove_channels),
4152         (__set_channels), (gst_deinterleave_getcaps),
4153         (gst_deinterleave_process), (gst_deinterleave_chain),
4154         (gst_deinterleave_sink_activate_push):
4155         * gst/interleave/deinterleave.h:
4156         Add support for all raw audio formats and provide better negotiation
4157         if the caps are changing.
4158
4159         Don't allow changes of the channel positions and set the position of
4160         the corresponding channel on the src pad caps.
4161
4162         General cleanup and smaller bugfixes.
4163
4164         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
4165         Check the channel positions on the output buffer caps.
4166
4167 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4168
4169         * docs/Makefile.am:
4170         Don't attempt to build plugin docs when they're disabled.
4171
4172         * gst/bayer/Makefile.am:
4173         Add libgstvideo to the link.
4174
4175         * gst/rtpmanager/Makefile.am:
4176         Fix link order, and move LIBS things to _LIBS
4177
4178 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4179
4180         * docs/plugins/gst-plugins-bad-plugins.types:
4181         Remove bogus attempt to pull 'metadata' plugin's base
4182         class into the docs.
4183
4184 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4185
4186         * gst/rtpmanager/gstrtpjitterbuffer.c:
4187         (gst_rtp_jitter_buffer_chain):
4188         Simply drop bad RTP packets with a warning instead of just posting an
4189         error and stopping. This is a perfectly recoverable event and we don't
4190         force people to use an rtpbin to filter out bad packets first.
4191
4192 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4193
4194         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
4195         Set fixed caps on the srcpad after we created the pad...
4196
4197 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
4198
4199         * tests/check/Makefile.am:
4200           Remove deinterleave test from VALGRIND_TO_FIX again now that
4201           there are suppressions in gst.supp which make this work for me.
4202
4203 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
4204
4205         * tests/check/Makefile.am:
4206           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
4207           weird invalid free errors in valgrind/libc after _exit for some
4208           reason.
4209
4210         * tests/check/elements/deinterleave.c: (pads_created),
4211           (set_channel_positions), (src_handoff_float32_8ch),
4212           (float_buffer_check_probe),
4213           (pad_added_setup_data_check_float32_8ch_cb),
4214           (make_fake_src_8chans_float32), (GST_START_TEST),
4215           (deinterleave_suite):
4216           Add some more deinterleave unit test bits I had locally.
4217
4218 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
4219
4220         * gst/interleave/Makefile.am:
4221         * gst/interleave/deinterleave.h:
4222         * gst/interleave/interleave.h:
4223         * gst/interleave/plugin.h:
4224         Split definitions into separate header files for better documentation
4225         generation.
4226         
4227         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
4228         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
4229         (gst_deinterleave_process):
4230         Don't use alloca, allow caps changes as long as the number of channels
4231         does not change, don't use g_warning, return NOT_NEGOTIATED as early
4232         as possible and some other cleanup.
4233
4234         * gst/interleave/interleave.c: (gst_interleave_base_init),
4235         (gst_interleave_class_init):
4236         Do some random cleanup.
4237
4238         * tests/check/Makefile.am:
4239         * tests/check/elements/deinterleave.c: (GST_START_TEST),
4240         (deinterleave_chain_func), (deinterleave_pad_added),
4241         (deinterleave_suite):
4242         Add unit tests for the deinterleave element.
4243
4244 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4245
4246         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4247
4248         * gst/mpeg4videoparse/mpeg4videoparse.c:
4249         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
4250         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
4251         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
4252         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
4253         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
4254         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
4255         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
4256         * gst/mpeg4videoparse/mpeg4videoparse.h:
4257         Parse the config data (either outbound or in the stream) to set   
4258         width/height, apect ration, framerate in the caps if applicable.
4259         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
4260         intra frames
4261         Set the timestamps of outgoing buffers to the buffer in
4262         which the VOP header was found.
4263         Drop incoming data untill configuration is found (by default,
4264         configurable using a property).
4265         Report a 1 frame latency. Fixes #532723.
4266
4267 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4268
4269         * gst/real/gstrealvideodec.c: (open_library):
4270         Add some debug for where we are searching for libraries.
4271
4272 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4273
4274         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
4275         Actually add the do-lost property to the object.
4276
4277 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4278
4279         * gst/rtpmanager/gstrtpjitterbuffer.c:
4280         (gst_rtp_jitter_buffer_loop):
4281         Avoid waiting for a negative (huge) duration when the last packet has a
4282         lower timestamp than the current packet.
4283
4284 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
4285
4286         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
4287         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
4288         prevent a memory leak.
4289
4290
4291 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4292
4293         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4294         Quieten some docs output
4295
4296 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4297
4298         * gst/rtpmanager/gstrtpjitterbuffer.c:
4299         (gst_rtp_jitter_buffer_loop):
4300         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
4301
4302 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4303
4304         * docs/plugins/Makefile.am:
4305         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4306         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4307         * docs/plugins/inspect/plugin-gstinterlace.xml:
4308         * gst/deinterlace/gstdeinterlace.c:
4309         * gst/deinterlace/gstdeinterlace.h:
4310         Random doc of the day: the deinterlace element.
4311
4312 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4313
4314         * gst/mpegtsparse/mpegtspacketizer.c:
4315         * gst/mpegtsparse/mpegtsparse.c:
4316         Make sure all schedule EIT and non-actual transport stream
4317         EITs are parsed. Also add present-following flag and
4318         actual-transport-stream flag to eit bus message.
4319
4320 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
4321
4322         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
4323         Make sure to unref the caps used by RTPSource to prevent a memory leak.
4324
4325 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
4326
4327         Based on patch by: Clive Wright <clive_wright ntlworld com>
4328
4329         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
4330           Apparently mono sliders have the mono value repeated in the upper bits,
4331           so mask those out when reading them. Probably makes the mixer applet
4332           work properly in some more cases.
4333
4334 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4335
4336         Patch by: Olivier Crete <tester at tester dot ca>
4337
4338         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
4339         (rtp_session_process_bye), (rtp_session_send_bye_locked):
4340         Unlock the session lock when calling one of our callbacks. 
4341         Fixes #532011.
4342
4343 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4344
4345         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4346
4347         * gst/rtpmanager/gstrtpsession.c:
4348         (gst_rtp_session_event_send_rtp_sink):
4349         Send RTP BYE command on EOS. Fixes bug #531955.
4350
4351 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4352
4353         * win32/common/config.h.in:
4354           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
4355           use the real thing than having "???" unconditionally.
4356
4357 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4358
4359         * gst-libs/gst/app/.cvsignore:
4360         * gst-libs/gst/app/Makefile.am:
4361         * gst-libs/gst/app/gstapp-marshal.list:
4362         Add marshal.list, make it compile and add to cvsignore.
4363
4364         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
4365         (gst_app_sink_stop):
4366         Small cleanups.
4367
4368         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
4369         (gst_app_src_init), (gst_app_src_set_property),
4370         (gst_app_src_get_property), (gst_app_src_unlock),
4371         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
4372         (gst_app_src_create), (gst_app_src_set_caps),
4373         (gst_app_src_get_caps), (gst_app_src_set_size),
4374         (gst_app_src_get_size), (gst_app_src_set_seekable),
4375         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
4376         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
4377         (gst_app_src_end_of_stream):
4378         * gst-libs/gst/app/gstappsrc.h:
4379         Beat appsrc in shape, add signals and actions.
4380         Add some docs.
4381         Add properties for caps, size, seekability and max-buffers.
4382         Fix unlock/stop code.
4383
4384 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4385
4386         * configure.ac:
4387           Error out if we don't have the required versions of core/base.
4388
4389 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4390
4391         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4392         (gst_app_sink_init), (gst_app_sink_set_property),
4393         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
4394         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
4395         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
4396         (gst_app_sink_preroll), (gst_app_sink_render),
4397         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
4398         (gst_app_sink_get_drop):
4399         * gst-libs/gst/app/gstappsink.h:
4400         Start some docs.
4401         Add property to drop buffers when the queue is filled
4402         Fix unlocking and flushing when the queues are filled.
4403
4404 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
4405
4406         Patch by: Jens Granseuer <jensgr at gmx dot net>
4407
4408         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
4409         Declare variables at the beginning of blocks. Fixes compilation with
4410         gcc 2.x and other compilers. Fixes bug #530611.
4411
4412 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4413
4414         * gst/mpegtsparse/mpegtspacketizer.c:
4415         * gst/mpegtsparse/mpegtspacketizer.h:
4416         * gst/mpegtsparse/mpegtsparse.c:
4417         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
4418         by pid number. This allows for example the EPG data from UK's
4419         freesat to be picked up.
4420
4421 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
4422
4423         * ext/mpeg2enc/gstmpeg2enc.cc:
4424         * ext/soundtouch/gstbpmdetect.cc:
4425         Cast NULL sentinels to void * as NULL is defined as an integer
4426         constant in most environments when using C++ and it's size might
4427         be different from a pointer.
4428
4429 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4430
4431         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4432         (gst_app_sink_init), (gst_app_sink_set_property),
4433         (gst_app_sink_get_property), (gst_app_sink_event),
4434         (gst_app_sink_preroll), (gst_app_sink_render),
4435         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
4436         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
4437         (gst_app_sink_pull_buffer):
4438         * gst-libs/gst/app/gstappsink.h:
4439         Add more docs.
4440         Add signals for when preroll and render buffers are available.
4441         Add property to control signal emission.
4442         Add property to control the max queue size.
4443
4444 2008-04-25  Michael Smith <msmith@songbirdnest.com>
4445
4446         * gst-libs/gst/dshow/Makefile.am:
4447           Use CXXFLAGS rather than CFLAGS; these are C++ files.
4448           Define required constants appropriately.
4449         * sys/dshowdecwrapper/Makefile.am:
4450           Add required include dir, libraries.
4451           Define required constants appropriately.
4452
4453 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4454
4455         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
4456         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
4457         * gst/rtpmanager/gstrtpbin.h:
4458         Expose new jitterbuffer property in rtpbin too.
4459
4460 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4461
4462         * gst/rtpmanager/gstrtpjitterbuffer.c:
4463         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
4464         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
4465         (gst_rtp_jitter_buffer_get_property):
4466         Disable sending out rtp packet lost events by default and make a
4467         property to enabe it. We will likely enable it by default when the base
4468         depayloaders have a default handler for them so that we don't send these
4469         events all through the pipeline for now.
4470
4471 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4472
4473         * gst/rtpmanager/gstrtpjitterbuffer.c:
4474         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
4475         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
4476         (gst_rtp_jitter_buffer_loop):
4477         Remove private version of a function that is in -base now.
4478         Add src event handler.
4479         Rework the jitterbuffer pushing loop so that it can quickly react to
4480         lost packets and instruct the depayloader of them. This can then be used
4481         to implement error concealment data.
4482
4483 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4484
4485         * gst/rtpmanager/gstrtpsession.c:
4486         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
4487         (create_send_rtcp_src):
4488         Set up some internal links functions for the RTCP and sync pads because
4489         the defaults are really not correct.
4490         Implement a query handler for the RTCP src pad, mostly to correctly
4491         report about the latency.
4492
4493 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4494
4495         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
4496         (gst_rtp_bin_sync_chain):
4497         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
4498         (rtp_session_process_sr), (rtp_session_on_timeout):
4499         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
4500         (calculate_jitter):
4501         * gst/rtpmanager/rtpsource.h:
4502         * gst/rtpmanager/rtpstats.h:
4503         Also keep track of the first buffer timestamp together with the first
4504         RTP timestamp as they both are needed to construct the timing of
4505         outgoing packets in the jitterbuffer and are therefore also needed to
4506         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
4507         with a wildly different gap.
4508
4509 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4510
4511         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
4512         Forward unknown queries upstream instead of returning FALSE on them.
4513
4514 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4515
4516         * configure.ac:
4517         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
4518         (gst_musepackdec_init), (gst_musepackdec_dispose),
4519         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
4520         (gst_musepackdec_loop), (plugin_init):
4521         * ext/musepack/gstmusepackdec.h:
4522         * ext/musepack/gstmusepackreader.c:
4523         * ext/musepack/gstmusepackreader.h:
4524         Add support for the new libmpcdec API which magically gets us support
4525         for SV8 files. Also do some random cleanup. Fixes bug #526905.
4526
4527 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4528
4529         * configure.ac:
4530         Back to development -> 0.10.7.1
4531
4532 === release 0.10.7 ===
4533
4534 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
4535
4536         * configure.ac:
4537           releasing 0.10.7, "House of Cards"
4538
4539 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
4540
4541         * ext/faad/gstfaad.c:
4542           Don't leak GstAudioChannelPosition. Fixes #529378.
4543
4544 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4545
4546         * gst/sdp/gstsdpdemux.c: (request_pt_map):
4547         Ref caps, see #528245.
4548
4549 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4550
4551         * configure.ac:
4552         0.10.6.4 pre-release
4553
4554 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4555
4556         * tests/check/elements/rganalysis.c: (GST_START_TEST):
4557         Don't leak a tag list. Fixes bug #529285.
4558
4559 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4560
4561         * tests/check/elements/ofa.c: (bus_handler):
4562         Don't leak the tags string and tag list. Fixes bug #529283.
4563
4564 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4565
4566         Patch by: Olivier Crete <tester at tester dot ca>
4567
4568         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
4569         (new_ssrc_pad_found):
4570         Ref caps when inserting into the cache.
4571         Don't leak pads.
4572
4573         * gst/rtpmanager/gstrtpjitterbuffer.c:
4574         (gst_rtp_jitter_buffer_get_clock_rate),
4575         (gst_rtp_jitter_buffer_query):
4576         Avoid a caps leak.
4577         Don't leak refcount in query.
4578
4579         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
4580         (gst_rtp_pt_demux_chain):
4581         Avoid caps leaks.
4582
4583         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
4584         (gst_rtp_session_init), (return_true),
4585         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
4586         (gst_rtp_session_clock_rate):
4587         Ref caps when inserting into the cache.
4588         Fix some more caps leaks. Fixes #528245.
4589
4590 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4591
4592         * tests/icles/metadata_editor.c:
4593           Add cast to placate gcc 4.1.2.
4594
4595 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4596
4597         * configure.ac:
4598         0.10.6.3 pre-release
4599
4600 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4601
4602         * sys/dvb/gstdvbsrc.c:
4603         Revert patch that added a loop timeout.
4604         Fixes #528614.
4605
4606 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4607
4608         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
4609         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
4610         * gst/rtpmanager/gstrtpjitterbuffer.c:
4611         (gst_rtp_jitter_buffer_get_clock_rate):
4612         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
4613         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
4614         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
4615         Don't leak a padname.
4616         Don't leak client streams list.
4617         Lock rtpbin when associating streams. Fixes #528245.
4618
4619 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4620
4621         * tests/check/Makefile.am:
4622         Don't inlcude dc1394src in the generic/states test as it requires
4623         special hardware. Fixes bug #528011.
4624
4625 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4626
4627         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
4628         Only check if the generated fingerprints are valid Base64. The
4629         fingerprints are different when running on different architectures
4630         which is a) no problem because the fingerprints are tolerant enough
4631         and b) is caused by libofa. Fixes bug #528266.
4632
4633 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4634
4635         * ext/timidity/Makefile.am:
4636         Dist all source files, no matter if only timidity or wildmidi or
4637         nothing is found by configure. Fixes bug #528000.
4638
4639 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4640
4641         * gst-plugins-bad.spec.in:
4642           Remove souphttpsrc plugin from spec files, it's moved to -good.
4643
4644 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4645
4646         * tests/check/Makefile.am:
4647         Remove soup test certificates from the dist.
4648
4649 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4650
4651         * ext/dirac/gstdiracenc.cc:
4652         Fix compilation by casting string constants.
4653
4654         * sys/Makefile.am:
4655         Fix WININET_DIR variable reference.
4656
4657 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4658
4659         * configure.ac:
4660         * docs/plugins/Makefile.am:
4661         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4662         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4663         * docs/plugins/gst-plugins-bad-plugins.args:
4664         * docs/plugins/inspect/plugin-soup.xml:
4665         * ext/Makefile.am:
4666         * ext/soup/Makefile.am:
4667         * ext/soup/gstsouphttpsrc.c:
4668         * ext/soup/gstsouphttpsrc.h:
4669         * tests/check/Makefile.am:
4670         * tests/check/elements/souphttpsrc.c:
4671         * tests/check/test-cert.pem:
4672         * tests/check/test-key.pem:
4673
4674         Remove soup plugin that's moved to -good (#523124)
4675
4676 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4677
4678         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
4679           (gst_flv_parse_tag_script):
4680           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
4681           crash caused by a strlen on a NULL string (#527622).
4682
4683 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4684
4685         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4686
4687         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
4688           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
4689           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
4690           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
4691           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
4692         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
4693           Don't increase latency by queuing buffers in an async queue when
4694           the streaming thread can't keep up or isn't scheduled often
4695           enough for some other reason, but just drop the previous buffer
4696           in that case. Also implement GstBaseSrc::unlock for faster
4697           unlocking when shutting down. (#520892).
4698
4699 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4700
4701         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
4702           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
4703           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
4704           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
4705           (me_gst_setup_view_pipeline), (process_file):
4706         * tests/icles/metadata_editor.glade:
4707           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
4708           drawing/scaling logic to make this compile and work on all platforms.
4709           Fixes #518227.
4710
4711 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4712
4713         * configure.ac:
4714           Bump core/base requirements to released versions to avoid
4715           confusion.
4716
4717         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
4718           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
4719           (gst_deinterlace_set_caps), (plugin_init):
4720           Add debug category, use _set_element_details_simple and
4721           remove special code path for Y42B to calculate offsets and
4722           strides; libgstvideo knows how to handle this format now.
4723
4724 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4725
4726         * gst/cdxaparse/Makefile.am:
4727         * gst/cdxaparse/gstcdxaparse.c:
4728         * gst/cdxaparse/gstcdxastrip.c:
4729         * gst/cdxaparse/gstcdxastrip.h:
4730         * gst/cdxaparse/gstvcdparse.c:
4731         * gst/cdxaparse/gstvcdparse.h:
4732           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
4733           anything the 0.8 version didn't do though.
4734
4735 2008-04-11  Julien Moutte  <julien@fluendo.com>
4736
4737         * sys/oss4/oss4-mixer-enum.c:
4738         (gst_oss4_mixer_enum_get_values_locked):
4739         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
4740         format in debug statements.
4741
4742 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4743
4744         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4745
4746         * configure.ac:
4747         * sys/Makefile.am:
4748         * sys/wininet/Makefile.am:
4749         * sys/wininet/gstwininetsrc.c:
4750         * sys/wininet/gstwininetsrc.h:
4751           Add wininetsrc for basic http/ftp support on windows (#520897).
4752
4753 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4754
4755         * gst/nsf/nsf.h:
4756           Change prototype of process function here too to avoid
4757           'incompatible assignment' warnings.
4758
4759 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
4760
4761         * tests/check/elements/souphttpsrc.c: (got_buffer),
4762         (souphttpsrc_suite):
4763         Increase the timeout for the internet tests to 250 seconds
4764         and check for NULL caps instead of just crashing.
4765         The real fix would be to implement an shoutcast server for the unit test
4766         instead of relying on a working internet connection.
4767         Fixes bug #521749.
4768
4769 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
4770
4771         * gst/rtpmanager/gstrtpbin.c: (free_session):
4772         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
4773         Avoid leaking pads in the RTP manager.
4774
4775 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4776
4777         * gst/nsf/nes_apu.c: (apu_process):
4778         * gst/nsf/nes_apu.h:
4779         Don't do void pointer arithmetic - it's a gcc extension.
4780
4781 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4782
4783         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
4784           Work around missing bits of thread-safety on older GLibs some
4785           more to avoid assertions when starting up multiple playbin
4786           objects concurrently (see #512382).
4787
4788 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4789
4790         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4791
4792         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
4793         Only ignore actual redirects not all responses when in state
4794         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
4795
4796 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4797
4798         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4799
4800         * configure.ac:
4801         Actually build dlls when cross-compiling with mingw32.
4802         Fixes bug #526247.
4803
4804 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4805
4806         * tests/check/elements/ofa.c: (GST_START_TEST):
4807         Also check that we have processed at least 135 seconds of audio
4808         until we stop and calculated a fingerprint.
4809
4810 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4811
4812         * gst/subenc/gstsrtenc.c:
4813         * gst/subenc/gstsrtenc.h:
4814           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4815
4816 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4817
4818         * tests/check/Makefile.am:
4819         * tests/check/elements/.cvsignore:
4820         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4821         (ofa_suite), (main):
4822         Add simple unit tests for the OFA plugin.
4823
4824 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4825
4826         * configure.ac:
4827         * sys/Makefile.am:
4828         * sys/oss4/Makefile.am:
4829         * sys/oss4/oss4-audio.c:
4830         * sys/oss4/oss4-audio.h:
4831         * sys/oss4/oss4-mixer-enum.c:
4832         * sys/oss4/oss4-mixer-enum.h:
4833         * sys/oss4/oss4-mixer-slider.c:
4834         * sys/oss4/oss4-mixer-slider.h:
4835         * sys/oss4/oss4-mixer-switch.c:
4836         * sys/oss4/oss4-mixer-switch.h:
4837         * sys/oss4/oss4-mixer.c:
4838         * sys/oss4/oss4-mixer.h:
4839         * sys/oss4/oss4-property-probe.c:
4840         * sys/oss4/oss4-property-probe.h:
4841         * sys/oss4/oss4-sink.c:
4842         * sys/oss4/oss4-sink.h:
4843         * sys/oss4/oss4-soundcard.h:
4844         * sys/oss4/oss4-source.c:
4845         * sys/oss4/oss4-source.h:
4846           Add initial support for OSSv4. Mixer still needs a bit more love,
4847           but even magic has its limits.
4848
4849 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4850
4851         * configure.ac:
4852         * gst-plugins-bad.spec.in:
4853         * gst/srtenc/Makefile.am:
4854         * gst/srtenc/gstsrtenc.c:
4855         * gst/srtenc/gstsrtenc.h:
4856         * gst/subenc/Makefile.am:
4857         * gst/subenc/gstsrtenc.c: (plugin_init):
4858           Rename new srtenc plugin to subenc.
4859
4860 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4861
4862         * gst/mpegtsparse/mpegtspacketizer.c:
4863         Cable delivery subsystem descriptors' frequency's bcd
4864         is measured in 100Hz units so adjust multiplier accordingly.
4865
4866 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4867
4868         * configure.ac:
4869         * gst/srtenc/Makefile.am:
4870         * gst/srtenc/gstsrtenc.c:
4871         * gst/srtenc/gstsrtenc.h:
4872         Add srt subtitle encoder
4873
4874 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4875
4876         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4877
4878         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4879         (gst_gsmdec_chain):
4880         * ext/gsm/gstgsmdec.h:
4881         Increase the allowed samplerates for the ms-gsm format.
4882         Fixes #481354.
4883
4884 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4885
4886         Patch by: Jan de Groot <jan at jgc homeip net>
4887
4888         * configure.ac:
4889           Fix build with --disable-external (#525100).
4890
4891 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4892
4893         * sys/dvb/gstdvbsrc.c:
4894         Repeat diseqc call to allow for some diseqc switches.
4895
4896 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4897
4898         * ext/Makefile.am:
4899         Dist ofa correctly! Fixes non-uninstalled build.
4900
4901 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4902
4903         * sys/dvb/gstdvbsrc.c:
4904         Make diseqc work more reliably.
4905
4906 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4907
4908         * gst/nsf/Makefile.am:
4909         * gst/nsf/fds_snd.c:
4910         * gst/nsf/mmc5_snd.c:
4911         * gst/nsf/nsf.c:
4912         * gst/nsf/types.h:
4913         * gst/nsf/vrc7_snd.c:
4914         * gst/nsf/vrcvisnd.c:
4915         * gst/nsf/memguard.c:
4916         * gst/nsf/memguard.h:
4917         Remove memguard again and apply hopefully all previously dropped
4918         local patches. Should be really better than the old version now.
4919
4920 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4921
4922         * gst/nsf/memguard.c: (_my_free):
4923         * gst/nsf/types.h:
4924         Unbreak compilation by disabling memguard and doing some dirty hack
4925         fixes to make it compile on 64bits.
4926
4927 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4928
4929         Patch by: Andreas Henriksson <andreas at fatal dot set>
4930
4931         * gst/nsf/Makefile.am:
4932         * gst/nsf/dis6502.h:
4933         * gst/nsf/fds_snd.c:
4934         * gst/nsf/fds_snd.h:
4935         * gst/nsf/fmopl.c:
4936         * gst/nsf/fmopl.h:
4937         * gst/nsf/gstnsf.c:
4938         * gst/nsf/log.c:
4939         * gst/nsf/log.h:
4940         * gst/nsf/memguard.c:
4941         * gst/nsf/memguard.h:
4942         * gst/nsf/mmc5_snd.c:
4943         * gst/nsf/mmc5_snd.h:
4944         * gst/nsf/nes6502.c:
4945         * gst/nsf/nes6502.h:
4946         * gst/nsf/nes_apu.c:
4947         * gst/nsf/nes_apu.h:
4948         * gst/nsf/nsf.c:
4949         * gst/nsf/nsf.h:
4950         * gst/nsf/osd.h:
4951         * gst/nsf/types.h:
4952         * gst/nsf/vrc7_snd.c:
4953         * gst/nsf/vrc7_snd.h:
4954         * gst/nsf/vrcvisnd.c:
4955         * gst/nsf/vrcvisnd.h:
4956         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4957         on some files. Fixes bug #498237.
4958
4959         Remove some // comments, fix some compiler warnings and use pow()
4960         instead of a slow, selfmade implementation.
4961
4962 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4963
4964         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4965
4966         * configure.ac:
4967         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4968
4969 2008-03-24  Rene Stadler  <mail@renestadler.de>
4970
4971         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4972           (gst_rg_analysis_transform_ip):
4973         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4974           (gst_rg_limiter_transform_ip):
4975         Make rganalysis and rglimiter elements GAP-flag aware.
4976
4977         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4978           (rganalysis_suite):
4979         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4980         Add tests to verify gap-awareness.
4981
4982 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4983
4984         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4985         (gst_soup_http_src_chunk_allocator),
4986         (gst_soup_http_src_got_chunk_cb),
4987         (gst_soup_http_src_uri_get_protocols):
4988         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4989         GIO and GnomeVFS as they provide authentication.
4990
4991         Don't leak the icy caps if we already set them and get a new
4992         icy-metaint header.
4993
4994         Try harder to set the icy caps on the output buffer to have correct
4995         caps for the first buffer already.
4996
4997         * tests/check/elements/souphttpsrc.c: (got_buffer),
4998         (GST_START_TEST):
4999         Check that we get a buffer with application/x-icy caps if iradio-mode
5000         is enabled and we have an icecast URL.
5001
5002 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
5003
5004         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
5005         Actually set the icy caps on our src pad if we have icecast data.
5006         Fixes bug #523854.
5007
5008 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5009
5010         * configure.ac:
5011         Check if the compiler supports do { } while (0) macros. This fixes
5012         a warning when compiling with g++ 4.3, resulting in a build failure
5013         because of -Werror.
5014
5015         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5016         * ext/mplex/gstmplex.cc:
5017         Include <string.h> for memcpy and friends to fix the build with
5018         gcc 4.3.
5019
5020         * tests/check/Makefile.am:
5021         Remove trailing backslash.
5022
5023 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
5024
5025         * gst/selector/gstinputselector.c:
5026         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
5027         Do g_object_notify() only when not holding the lock to get the property
5028         because otherwise we run into a deadlock with the deep-notify handlers
5029         that are possibly installed.
5030
5031 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
5032
5033         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
5034         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
5035         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
5036         Release the selector lock when pad alloc happens on a non selected pad.
5037
5038 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
5039
5040         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
5041         (gst_selector_pad_init), (gst_selector_pad_set_property),
5042         (gst_selector_pad_get_property), (gst_selector_pad_event),
5043         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
5044         (gst_input_selector_set_active_pad):
5045         Add pad property to configure behaviour of the unselected pad, it can
5046         return OK or NOT_LINKED, based on the use case.
5047
5048 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
5049
5050         * gst/selector/gstinputselector.c:
5051         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
5052         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
5053         (gst_input_selector_wait), (gst_selector_pad_chain),
5054         (gst_input_selector_class_init), (gst_input_selector_init),
5055         (gst_input_selector_dispose), (gst_segment_set_start),
5056         (gst_input_selector_set_active_pad),
5057         (gst_input_selector_set_property),
5058         (gst_input_selector_get_property),
5059         (gst_input_selector_get_linked_pad),
5060         (gst_input_selector_is_active_sinkpad),
5061         (gst_input_selector_activate_sinkpad),
5062         (gst_input_selector_request_new_pad),
5063         (gst_input_selector_release_pad),
5064         (gst_input_selector_change_state), (gst_input_selector_block),
5065         (gst_input_selector_switch):
5066         * gst/selector/gstinputselector.h:
5067         Figure out the locking a bit more.
5068         Mark buffers with discont after switching.
5069         Fix initial segment forwarding, make sure to only forward one segment
5070         regardless of what the sequence of buffers/segments is. See #522203.
5071         Improve flushing when blocked.
5072         Return NOT_LINKED when a stream is not selected.
5073         Not API change for the switch signal in the docs.
5074         Fix start/time/accum values of the new segment.
5075         Correctly unlock and flush a blocking selector when going to READY.
5076
5077 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
5078
5079         * ext/ladspa/gstladspa.c:
5080         * ext/ladspa/gstsignalprocessor.c:
5081           Add some thoughts and FIXME's.
5082
5083 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
5084
5085         * gst/bayer/gstbayer2rgb.c:
5086           Include stdlib.h for abs.
5087
5088 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
5089
5090         * gst/freeze/FAQ:
5091         * gst/freeze/Makefile.am:
5092         * gst/freeze/gstfreeze.c:
5093           Add example to source code documentation blob and remove the 3 line
5094           FAQ.
5095
5096         * gst/interleave/interleave.c:
5097           Add a source code documentation blob.
5098
5099 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
5100
5101         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
5102         (gst_ofa_transform_ip), (plugin_init):
5103         Improve debugging, clean up a bit and really generate the fingerprint
5104         after 135 seconds.
5105
5106 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
5107
5108         * ext/ofa/gstofa.c:
5109         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
5110
5111 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
5112
5113         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
5114
5115         * configure.ac:
5116         * ext/ofa/Makefile.am:
5117         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
5118         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
5119         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
5120         (plugin_init):
5121         * ext/ofa/gstofa.h:
5122         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
5123         Fixes bug #351309.
5124
5125 2008-03-18  Andy Wingo  <wingo@pobox.com>
5126
5127         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
5128         and a potential int overflow.
5129
5130         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
5131         Avoids a #warning about an ignored #pragma.
5132
5133 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5134
5135         * examples/switch/switcher.c:
5136         Update switch example to use input selector.
5137
5138 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
5139
5140         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
5141         (gst_neonhttp_src_send_request_and_redirect):
5142         Handle HTTP status code 303 (See Other) the same way
5143         as 302 (Found). Not sure what to do about all the other 3xx
5144         redirect status codes. Fixes bug #522884.
5145
5146 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
5147
5148         * gst-libs/gst/dshow/Makefile.am:
5149         Make sure the dshow helper library headers get distributed in the next
5150         release.
5151
5152 2008-03-14  David Schleef  <ds@schleef.org>
5153
5154         Patch by: William M. Brack
5155
5156         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
5157
5158 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5159
5160         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
5161         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
5162         (gst_input_selector_class_init),
5163         (gst_input_selector_set_active_pad),
5164         (gst_input_selector_set_property),
5165         (gst_input_selector_push_pending_stop):
5166         Add lots of debugging. 
5167         Fix time member in the newsegment event.
5168
5169 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5170
5171         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
5172         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5173         (gst_selector_pad_event), (gst_input_selector_class_init),
5174         (gst_input_selector_init), (gst_input_selector_set_active_pad),
5175         (gst_input_selector_set_property),
5176         (gst_input_selector_get_property),
5177         (gst_input_selector_request_new_pad),
5178         (gst_input_selector_release_pad),
5179         (gst_input_selector_push_pending_stop),
5180         (gst_input_selector_switch):
5181         * gst/selector/gstinputselector.h:
5182         Various cleanups.
5183         Added tags to the pads.
5184         Select active pad based on the pad object instead of its name.
5185         Fix refcount in set_active_pad.
5186         Add property to get the number of pads.
5187
5188         * gst/selector/gstoutputselector.c:
5189         (gst_output_selector_class_init),
5190         (gst_output_selector_set_property),
5191         (gst_output_selector_get_property):
5192         Various cleanups.
5193         Select the active pad based on the pad object instead of its name.
5194         Fix locking when setting the active pad.
5195
5196         * gst/selector/gstselector-marshal.list:
5197         * tests/check/elements/selector.c: (cleanup_pad),
5198         (selector_set_active_pad), (run_input_selector_buffer_count):
5199         Fixes for pad instead of padname for pad selection.
5200
5201 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5202
5203         * ext/alsaspdif/alsaspdifsink.c:
5204         * ext/gsm/gstgsm.c:
5205         * ext/jack/gstjack.c:
5206         * ext/libmms/gstmms.c:
5207         * ext/neon/gstneonhttpsrc.c:
5208         * ext/shout/gstshout.c:
5209         * ext/timidity/gsttimidity.c:
5210         * ext/timidity/gstwildmidi.c:
5211         * gst/nuvdemux/gstnuvdemux.c:
5212         * gst/tta/gsttta.c:
5213         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5214         of hardcoding values where possible. Fixes bug #522212.
5215
5216 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5217
5218         Patch by: Wouter Cloetens <wouter at mind dot be>
5219
5220         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
5221         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
5222         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
5223         * ext/soup/gstsouphttpsrc.h:
5224         Try to resume on server disconnect. Fixes bug #522134.
5225
5226 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5227
5228         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
5229         Set correct pixel aspect ratio for the encoder.
5230
5231 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5232
5233         Patch by: Olivier Crete <tester at tester dot ca>
5234
5235         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
5236         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
5237         (rtp_session_create_source), (rtp_session_process_rtp),
5238         (rtp_session_process_sr), (rtp_session_process_rr),
5239         (rtp_session_process_sdes), (rtp_session_process_bye),
5240         (rtp_session_send_bye_locked), (rtp_session_send_bye),
5241         (rtp_session_on_timeout):
5242         * gst/rtpmanager/rtpsession.h:
5243         Implement collision and loop detection in rtpmanager.
5244         Fixes #520626.
5245
5246         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
5247         (rtp_source_init):
5248         * gst/rtpmanager/rtpsource.h:
5249         Add method to reset stats.
5250
5251 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5252
5253         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5254
5255         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
5256         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
5257         (join_rtcp_thread), (gst_rtp_session_change_state):
5258         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
5259         be blocked downstream. Also avoid spawning multiple rtcp threads.
5260         Fixes #520894.
5261
5262 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5263
5264         Patch by: Stefan Kost <ensonic@users.sf.net>
5265
5266         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
5267         Don't try to reset the clock skew when we have no timestamps.
5268         Fixes #519005.
5269
5270 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5271
5272         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5273
5274         * ext/faad/gstfaad.c: (looks_like_valid_header):
5275         Improve the header checking to look for what faad2 looks
5276         for too. Fixes playback of same apple trailers.
5277         Fixes bug #469979.
5278
5279 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5280
5281         * configure.ac:
5282         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
5283         2.0.0-rcX is newer than 2.0.0 so we check for this too.
5284
5285 2008-03-05  David Schleef  <ds@schleef.org>
5286
5287         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
5288           from the encoder program in dirac.
5289
5290 2008-03-05  David Schleef  <ds@schleef.org>
5291
5292         * configure.ac:
5293         * ext/Makefile.am:
5294         * ext/dirac/Makefile.am:
5295         * ext/dirac/gstdirac.cc:
5296         * ext/dirac/gstdiracenc.cc:
5297           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
5298           elements.
5299
5300 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5301
5302         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5303
5304         * configure.ac:
5305         * ext/Makefile.am:
5306         * ext/mplex/Makefile.am:
5307         * ext/mplex/gstmplex.cc:
5308         * ext/mplex/gstmplex.hh:
5309         * ext/mplex/gstmplexibitstream.cc:
5310         * ext/mplex/gstmplexibitstream.hh:
5311         * ext/mplex/gstmplexjob.cc:
5312         * ext/mplex/gstmplexjob.hh:
5313         * ext/mplex/gstmplexoutputstream.cc:
5314         * ext/mplex/gstmplexoutputstream.hh:
5315         Port mplex element to 0.10. Fixes bug #520329.
5316
5317         * tests/check/Makefile.am:
5318         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
5319         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
5320         (GST_START_TEST), (mplex_suite), (main):
5321         Add unit test for the mplex element.
5322
5323 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5324
5325         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5326
5327         * configure.ac:
5328         Clean up detection of different mjpegtoolsAPI versions.
5329
5330         * ext/mpeg2enc/gstmpeg2enc.cc:
5331         * ext/mpeg2enc/gstmpeg2enc.hh:
5332         * ext/mpeg2enc/gstmpeg2encoder.cc:
5333         * ext/mpeg2enc/gstmpeg2encoptions.cc:
5334         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5335         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
5336         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
5337         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
5338         Streamline conditional code for evolving mjpegtools API,
5339         optimize and fix/prevent crash in log handling, use
5340         names/nicks for enums in the usual way andm inor updates
5341         in code and properties/settings. Partially fixes bug #520329.
5342
5343 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5344
5345         * gst/mpegtsparse/gstmpegdesc.h:
5346         * gst/mpegtsparse/mpegtspacketizer.c:
5347         Add parsing of cable delivery system descriptor.
5348
5349 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5350
5351         * configure.ac:
5352         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5353         plug-ins are included/excluded. (#498222)
5354
5355 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
5356
5357         Patch by: Jens Granseuer <jensgr at gmx dot net>
5358
5359         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
5360         (gst_mve_demux_get_type):
5361         Fix audio discontinuity that happens when silent chunks are
5362         followed by real data again. Fixes bug #519905.
5363
5364 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5365
5366         * sys/dvb/gstdvbsrc.c:
5367         * sys/dvb/parsechannels.c:
5368         Add DVB-C support. Special thanks to Christian Schaller
5369         for a testing ground.
5370
5371 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5372
5373         * gst/mpegtsparse/mpegtsparse.c:
5374         Only send PMTs to program pads that the PMT is for even if
5375         on same pid.
5376         As a by-product, we now no longer hardcode any psi pid numbers.
5377         Also remove pcr stream from old pmt when we apply a new pmt.
5378
5379 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
5380
5381         * ext/metadata/TODO:
5382         * ext/metadata/metadata_mapping.htm:
5383         * ext/metadata/metadataexif.c:
5384         * ext/metadata/metadatatags.c:
5385         * ext/metadata/metadatatags.h:
5386         * tests/icles/metadata_editor.c:
5387         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
5388         local time (those changes has been done in previous comit but had to
5389         be revert in 2008-02-10 due to frozen)
5390
5391 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5392
5393         * sys/dvb/camutils.c:
5394         Remove the G_VALUE_HOLDS_BOXED checks. They were
5395         only added to help debug the data corruption.
5396
5397 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5398
5399         * sys/dvb/camutils.c:
5400         Don't free the program descriptors, this structure
5401         containing them is still stored after.
5402         Fixes data corruption.
5403
5404 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5405
5406         * sys/dvb/camutils.c:
5407         Extra checks to prevent data corruption/segfaults.
5408
5409 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5410
5411         * ext/nas/nassink.c:
5412           Fix build warning by using portable API.
5413
5414 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5415
5416         * gst/selector/gstoutputselector.c:
5417           Fix changing to same pad twice before a chain call.     
5418
5419 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5420
5421         Patch by: Daniel Fischer <dan at f3c dot com>
5422
5423         * configure.ac:
5424         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
5425         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
5426         * ext/dc1394/gstdc1394.h:
5427         Add support for libdc1394 2.0.0 and above and require this version
5428         now. Fixes bug #514964.
5429
5430 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5431
5432         Patch by: Wouter Cloetens <wouter at mind dot be>
5433
5434         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
5435         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5436         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5437         (gst_soup_http_src_create):
5438         * ext/soup/gstsouphttpsrc.h:
5439         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
5440         (souphttpsrc_suite):
5441         Add support for specifying a list of cookies to be passed in
5442         the HTTP request. Fixes bug #518722.
5443
5444 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5445
5446         * gst/selector/gstinputselector.c:
5447         * gst/selector/gstinputselector.h:
5448           Added "select-all" property to make it work like aggregator in 0.8.
5449
5450         * gst/selector/gstoutputselector.c:
5451           Fix resend-latest behavoiur.
5452           
5453         * tests/check/Makefile.am:
5454         * tests/check/elements/.cvsignore:
5455         * tests/check/elements/selector.c:
5456           Add unit tests for selector.
5457
5458 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5459
5460         * configure.ac:
5461         * ext/timidity/gsttimidity.c: (plugin_init):
5462         * ext/timidity/gstwildmidi.c: (plugin_init):
5463         Remove midi typefinders and require base CVS as they moved there.
5464
5465 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5466
5467         * ext/Makefile.am:
5468         Only disable the ext/timidity directory if both, wildmidi
5469         _and_ timidity are not available.
5470
5471 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5472
5473         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
5474
5475         * ext/Makefile.am:
5476         Build the wildmidi plugin if it's enabled and not only when
5477         both, the timidity and wildmidi plugin, are enabled.
5478
5479 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5480
5481         * configure.ac:
5482         * ext/mpeg2enc/Makefile.am:
5483         * ext/soundtouch/Makefile.am:
5484         * gst/modplug/Makefile.am:
5485           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5486           when building C++ code.
5487
5488 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5489
5490         * sys/dvb/gstdvbsrc.c:
5491         Add initial support for multiproto driver (not yet merged into
5492         v4l-dvb mainline yet).
5493         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
5494
5495 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5496
5497         * docs/plugins/inspect/plugin-alsaspdif.xml:
5498         * docs/plugins/inspect/plugin-app.xml:
5499         * docs/plugins/inspect/plugin-bayer.xml:
5500         * docs/plugins/inspect/plugin-bz2.xml:
5501         * docs/plugins/inspect/plugin-cdaudio.xml:
5502         * docs/plugins/inspect/plugin-cdxaparse.xml:
5503         * docs/plugins/inspect/plugin-dfbvideosink.xml:
5504         * docs/plugins/inspect/plugin-dtsdec.xml:
5505         * docs/plugins/inspect/plugin-dvb.xml:
5506         * docs/plugins/inspect/plugin-dvdspu.xml:
5507         * docs/plugins/inspect/plugin-faac.xml:
5508         * docs/plugins/inspect/plugin-faad.xml:
5509         * docs/plugins/inspect/plugin-fbdevsink.xml:
5510         * docs/plugins/inspect/plugin-festival.xml:
5511         * docs/plugins/inspect/plugin-filter.xml:
5512         * docs/plugins/inspect/plugin-flvdemux.xml:
5513         * docs/plugins/inspect/plugin-freeze.xml:
5514         * docs/plugins/inspect/plugin-gsm.xml:
5515         * docs/plugins/inspect/plugin-gstinterlace.xml:
5516         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
5517         * docs/plugins/inspect/plugin-h264parse.xml:
5518         * docs/plugins/inspect/plugin-interleave.xml:
5519         * docs/plugins/inspect/plugin-jack.xml:
5520         * docs/plugins/inspect/plugin-ladspa.xml:
5521         * docs/plugins/inspect/plugin-metadata.xml:
5522         * docs/plugins/inspect/plugin-mms.xml:
5523         * docs/plugins/inspect/plugin-modplug.xml:
5524         * docs/plugins/inspect/plugin-mpeg2enc.xml:
5525         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
5526         * docs/plugins/inspect/plugin-mpegtsparse.xml:
5527         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5528         * docs/plugins/inspect/plugin-musepack.xml:
5529         * docs/plugins/inspect/plugin-musicbrainz.xml:
5530         * docs/plugins/inspect/plugin-mve.xml:
5531         * docs/plugins/inspect/plugin-neon.xml:
5532         * docs/plugins/inspect/plugin-nsfdec.xml:
5533         * docs/plugins/inspect/plugin-nuvdemux.xml:
5534         * docs/plugins/inspect/plugin-rawparse.xml:
5535         * docs/plugins/inspect/plugin-real.xml:
5536         * docs/plugins/inspect/plugin-replaygain.xml:
5537         * docs/plugins/inspect/plugin-rfbsrc.xml:
5538         * docs/plugins/inspect/plugin-sdl.xml:
5539         * docs/plugins/inspect/plugin-sdp.xml:
5540         * docs/plugins/inspect/plugin-selector.xml:
5541         * docs/plugins/inspect/plugin-sndfile.xml:
5542         * docs/plugins/inspect/plugin-soundtouch.xml:
5543         * docs/plugins/inspect/plugin-spcdec.xml:
5544         * docs/plugins/inspect/plugin-speed.xml:
5545         * docs/plugins/inspect/plugin-speexresample.xml:
5546         * docs/plugins/inspect/plugin-stereo.xml:
5547         * docs/plugins/inspect/plugin-tremor.xml:
5548         * docs/plugins/inspect/plugin-tta.xml:
5549         * docs/plugins/inspect/plugin-vcdsrc.xml:
5550         * docs/plugins/inspect/plugin-videosignal.xml:
5551         * docs/plugins/inspect/plugin-vmnc.xml:
5552         * docs/plugins/inspect/plugin-x264.xml:
5553         * docs/plugins/inspect/plugin-xvid.xml:
5554         * docs/plugins/inspect/plugin-y4menc.xml:
5555           Update to version 0.10.6.1.
5556
5557 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5558
5559         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5560         * docs/plugins/inspect/plugin-gdp.xml:
5561         * docs/plugins/inspect/plugin-quicktime.xml:
5562         * docs/plugins/inspect/plugin-switch.xml:
5563         * docs/plugins/inspect/plugin-videocrop.xml:
5564           Remove docs for elements that have moved to other modules
5565           or been renamed.
5566
5567 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5568
5569         Patch by: Wouter Cloetens <wouter at mind dot be>
5570
5571         * configure.ac:
5572         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
5573         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
5574         (gst_soup_http_src_chunk_allocator),
5575         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
5576         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
5577         * ext/soup/gstsouphttpsrc.h:
5578         Implement zero-copy and make the buffer size configurable.
5579         Prefix proxy URIs with "http://" if they don't start with it
5580         already and catch errors earlier, fixes hanging in some situations.
5581         Fixes bug #514948.
5582
5583 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5584
5585         * tests/check/gst-plugins-bad.supp:
5586         Add suppressions for SoundTouch valgrind warnings and
5587         a valgrind warning caused by the LADSPA sine plugin and
5588         happening on every exit().
5589         Remove GIO suppressions as it's now in -base.
5590
5591 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5592
5593         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
5594         Don't allocate and copy the data to a new place but instead
5595         put the data from gmyth (which we own) into the buffers that
5596         are passed downstream.
5597
5598 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5599
5600         * ext/timidity/gstwildmidi.c:
5601         If WILDMIDI_CFG is not defined, define it to the default
5602         timidity configure file.
5603
5604 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5605
5606         Based on a patch by:
5607           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5608
5609         * configure.ac:
5610         * ext/mpeg2enc/gstmpeg2enc.cc:
5611         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
5612         use mjpeg_loglev_t() for getting the log levels. Check for this
5613         function in configure.ac as the pkg-config file doesn't tell us
5614         which release candidate we have. Fixes bug #517896.
5615
5616 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5617
5618         * configure.ac:
5619         Check for X for the nas plugin to make it possible to build it
5620         again. Fixes bug #517895.
5621
5622 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5623
5624         * tests/check/Makefile.am:
5625         Ignore some more elements for the states unit test, like
5626         dfbvideosink which produces a segfault. Fixes bug #517854.
5627
5628 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5629
5630         Patch by: Jens Granseuer <jensgr at gmx dot net>
5631
5632         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
5633         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
5634         (rfb_decoder_state_set_encodings):
5635         * gst/mpegtsparse/mpegtspacketizer.c:
5636         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
5637         (mpegts_packetizer_parse_eit):
5638         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
5639         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
5640         Some C89 fixes, moving variable declarations to the beginning
5641         of a block. Fixes bug #517937.
5642
5643 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5644
5645         * configure.ac:
5646         Back to development...
5647
5648 === release 0.10.6 ===
5649
5650 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5651
5652         * configure.ac:
5653           releasing 0.10.6, "A Big Deep Breath"
5654
5655 2008-02-20  Bastien Nocera  <hadess@hadess.net>
5656
5657         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
5658         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
5659         and fail seek properly on anything but _BYTES format
5660         Fixes bug #517684
5661
5662 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
5663
5664         Patch by: Olivier Crete <tester at tester dot ca>
5665
5666         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
5667         Fix small memory leak, leaking caps. Fixes bug #517571.
5668
5669 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5670
5671         * gst/tta/Makefile.am:
5672         Link tta plugin with libm. Fixes bug #517391.
5673
5674 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5675
5676         * sys/dvb/camutils.c:
5677         Do not assume "descriptors" property in the pmt structure
5678         is present.
5679         Fixes #516499.
5680
5681 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5682
5683         Patch by: Olivier Crete <tester@tester.ca>
5684
5685         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
5686         Ignore streams that did not receive an SR packet when doing
5687         synchronisation. Fixes #516160.
5688
5689 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
5690
5691         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
5692         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
5693         on an idea by Jan Schmidt, fixes bug #516436.
5694
5695 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5696
5697         * gst/mpegtsparse/gstmpegdesc.c:
5698         * gst/mpegtsparse/gstmpegdesc.h:
5699         * gst/mpegtsparse/mpegtsparse.c:
5700         Make sure the gstmpegdesc debug lines do not critical
5701         when GST_DEBUG is enabled and also actually output.
5702         Thanks to Alessandro Decina for spotting.
5703         Fixes #516448
5704
5705 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
5706
5707         * gst-libs/gst/Makefile.am:
5708         * sys/Makefile.am:
5709         Also add dshow pieces to the disted subdirs to fix distcheck.
5710
5711 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5712
5713         Patch by: Josep Torra Valles <josep@fluendo.com>
5714
5715         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5716         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
5717
5718 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
5719
5720         * configure.ac:
5721         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
5722         until 0.7 fortunately.
5723
5724 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5725
5726         * configure.ac:
5727         Generate the directshow Makefiles so that the directories
5728         get disted. Still needs some configure time detection to enable
5729         building them under MingW.
5730
5731 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5732
5733         * ext/metadata/Makefile.am:
5734         Don't install a header file. We will have to merge these
5735         tags into libgsttag after the release and use them from there.
5736         Fixes: #515860
5737
5738 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5739
5740         * gst-libs/gst/dshow/Makefile.am:
5741         * sys/dshowdecwrapper/Makefile.am:
5742         * sys/dshowsrcwrapper/Makefile.am:
5743         Add Makefiles to win32 plugins and lib.
5744         They will need to be tested and probably fixed by developers
5745         working with mingw. This is a first step to include source files 
5746         with releases.
5747         
5748 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5749
5750         * sys/dvb/dvbbasebin.c:
5751         Fix leak of location string returned from gst_uri_get_location.
5752         Fixes bug #516114
5753
5754 2008-02-12  David Schleef  <ds@schleef.org>
5755
5756         * configure.ac:
5757         * docs/plugins/Makefile.am:
5758         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5759         * docs/plugins/inspect/plugin-glimagesink.xml:
5760         * sys/Makefile.am:
5761         * sys/glsink/BUGS:
5762         * sys/glsink/Makefile.am:
5763         * sys/glsink/color_matrix.c:
5764         * sys/glsink/glextensions.c:
5765         * sys/glsink/glextensions.h:
5766         * sys/glsink/glimagesink.c:
5767         * sys/glsink/glimagesink.h:
5768         * sys/glsink/gltestsrc.c:
5769         * sys/glsink/gltestsrc.h:
5770         * sys/glsink/gstglbuffer.c:
5771         * sys/glsink/gstglbuffer.h:
5772         * sys/glsink/gstglconvert.c:
5773         * sys/glsink/gstgldisplay.c:
5774         * sys/glsink/gstgldisplay.h:
5775         * sys/glsink/gstgldownload.c:
5776         * sys/glsink/gstglfilter.c:
5777         * sys/glsink/gstglfilter.h:
5778         * sys/glsink/gstglfilterexample.c:
5779         * sys/glsink/gstgltestsrc.c:
5780         * sys/glsink/gstgltestsrc.h:
5781         * sys/glsink/gstglupload.c:
5782         * sys/glsink/gstopengl.c:
5783           Remove glimagesink, as it's been moved to gst-plugins-gl.
5784           Fixes #516094.
5785
5786 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5787
5788         Patch by: Josep Torra Valles <josep@fluendo.com>
5789
5790         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5791         Fix potential buffer leak in reverse mode. Fixes #516061.
5792
5793 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5794
5795         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5796         (gst_dshowaudiodec_dispose):
5797         * sys/dshowdecwrapper/gstdshowvideodec.c:
5798         (gst_dshowvideodec_dispose):
5799         Chain up dispose methods properly. Fixes bug #515970.
5800
5801 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5802
5803         * gst/mpegvideoparse/mpegvideoparse.c:
5804         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5805         (gst_mpegvideoparse_change_state):
5806         Fix leaking caps.
5807         Fix potential buffer leak in forward mode.
5808         Cleanup queues when going to READY. Fixes #515815.
5809
5810 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5811
5812         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5813         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5814         * docs/plugins/inspect/plugin-gio.xml:
5815         Remove documentation for the GIO plugin as it was moved to
5816         gst-plugins-base. Fixes bug #515964.
5817
5818 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5819
5820         * ext/xvid/gstxvidenc.c:
5821         * gst/vmnc/vmncdec.c:
5822         * sys/glsink/glimagesink.c:
5823         * sys/glsink/gstgldisplay.c:
5824         Fix some finalize leaks by chaining up to the parent method.
5825         Fixes: #515919
5826
5827 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5828
5829         * tests/check/elements/souphttpsrc.c:
5830         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5831
5832 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5833
5834         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5835         Free the rfb decoder on finalize. Fixes bug #515721.
5836
5837 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5838
5839         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5840         (gst_fbdevsink_finalize):
5841         Free the device string in finalize. Fixes bug #515722.
5842
5843 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5844
5845         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5846         Unset GValues after using them. Fixes bug #515720.
5847
5848 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5849
5850         * tests/check/Makefile.am:
5851         Disable the dvb plugin for the states test. Fixes bug #515567.
5852
5853 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5854
5855         * ext/metadata/TODO:
5856         * ext/metadata/metadata_mapping.htm:
5857         * ext/metadata/metadataexif.c:
5858         * ext/metadata/metadatatags.c:
5859         * ext/metadata/metadatatags.h:
5860         * tests/icles/metadata_editor.c:
5861           Revert changes to 2008-02-09 due to frozen.
5862
5863 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5864
5865         * ext/ivorbis/vorbisfile.c:
5866         Trivial fix for build warning.
5867         Patch by: Josep Torra Valles <josep@fluendo.com>
5868         Fixes: #515588
5869
5870 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5871
5872         * ext/metadata/TODO:
5873         * ext/metadata/metadataexif.c:
5874           Convert from EXIF to XMP DataTime as local time.
5875
5876 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5877
5878         * ext/metadata/TODO:
5879         * ext/metadata/metadata_mapping.htm:
5880         * ext/metadata/metadataexif.c:
5881         * ext/metadata/metadatatags.c:
5882         * ext/metadata/metadatatags.h:
5883         * tests/icles/metadata_editor.c:
5884           Map Date-Time and GPS tags.
5885           
5886
5887 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5888
5889         * gst/selector/Makefile.am:
5890
5891         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5892         let's not do that
5893
5894         * tests/check/Makefile.am:
5895         Disable the crashing cdaudio plugin from the states test so I can make
5896         pre-releases.
5897
5898 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5899
5900         * win32/vs6/libgstdshowdecwrapper.dsp:
5901         * win32/vs6/libgstflv.dsp:
5902         Convert to DOS line endings, and set -kb
5903
5904 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5905
5906         * sys/dvb/Makefile.am:
5907         * sys/dvb/dvbbasebin.c:
5908         Add URI Handler for dvb.
5909         Re-order pad templates to workaround a bug in playbasebin.
5910         * sys/dvb/parsechannels.c:
5911         * sys/dvb/parsechannels.h:
5912         Add code to parse channels from zap-style channels.conf files.
5913
5914 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5915
5916         * configure.ac:
5917         * docs/plugins/Makefile.am:
5918         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5919         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5920         * docs/plugins/gst-plugins-bad-plugins.args:
5921         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5922         * docs/plugins/inspect/plugin-multifile.xml:
5923         * gst/multifile/Makefile.am:
5924         * gst/multifile/gstmultifile.c:
5925         * gst/multifile/gstmultifilesink.c:
5926         * gst/multifile/gstmultifilesink.h:
5927         * gst/multifile/gstmultifilesrc.c:
5928         * gst/multifile/gstmultifilesrc.h:
5929         * gst/multifile/multifile.vproj:
5930         * tests/check/Makefile.am:
5931         * tests/check/elements/multifile.c:
5932
5933         Remove multifile plugin, which has moved to -good
5934
5935 2008-02-07  David Schleef  <ds@schleef.org>
5936
5937         * gst/multifile/gstmultifilesink.c:
5938         * gst/multifile/gstmultifilesrc.c:
5939           Use g_file_[sg]et_contents() instead of using stdio functions.
5940           Should be less error prone.
5941         * tests/check/elements/multifile.c:
5942           Create a temporary directory using standard functions instead of
5943           creating a directory in the current dir.
5944
5945 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5946
5947         * configure.ac:
5948         * docs/plugins/Makefile.am:
5949         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5950         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5951         * docs/plugins/gst-plugins-bad-plugins.args:
5952         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5953         * docs/plugins/inspect/plugin-spectrum.xml:
5954         * gst/spectrum/.cvsignore:
5955         * gst/spectrum/Makefile.am:
5956         * gst/spectrum/README:
5957         * gst/spectrum/demo-audiotest.c:
5958         * gst/spectrum/demo-osssrc.c:
5959         * gst/spectrum/gstspectrum.c:
5960         * gst/spectrum/gstspectrum.h:
5961         * gst/spectrum/spectrum.vcproj:
5962         * tests/check/Makefile.am:
5963         * tests/check/elements/spectrum.c:
5964
5965         Remove spectrum plugin, which has moved to -good
5966
5967 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5968
5969         * docs/plugins/gst-plugins-bad-plugins.args:
5970         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5971         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5972         Remove equalizer plugin docs
5973
5974         * tests/check/Makefile.am:
5975         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5976         other modules.
5977
5978         * tests/check/elements/multifile.c:
5979         * tests/check/elements/rganalysis.c:
5980         * tests/check/elements/rglimiter.c:
5981
5982         Fix compiler warnings from -Wall -Werror
5983
5984 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5985
5986         * configure.ac:
5987         * docs/plugins/Makefile.am:
5988         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5989         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5990         * docs/plugins/inspect/plugin-equalizer.xml:
5991         * gst/equalizer/.cvsignore:
5992         * gst/equalizer/Makefile.am:
5993         * gst/equalizer/demo.c:
5994         * gst/equalizer/gstiirequalizer.c:
5995         * gst/equalizer/gstiirequalizer.h:
5996         * gst/equalizer/gstiirequalizer10bands.c:
5997         * gst/equalizer/gstiirequalizer10bands.h:
5998         * gst/equalizer/gstiirequalizer3bands.c:
5999         * gst/equalizer/gstiirequalizer3bands.h:
6000         * gst/equalizer/gstiirequalizernbands.c:
6001         * gst/equalizer/gstiirequalizernbands.h:
6002         * tests/check/Makefile.am:
6003         * tests/check/elements/.cvsignore:
6004         * tests/check/elements/equalizer.c:
6005
6006         Remove the equalizer plugin, which has moved to -good
6007
6008 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6009
6010         * configure.ac:
6011         Make DISABLE_DEPRECATED defined *only* during CVS, not during
6012         pre-releases or releases.
6013
6014 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6015
6016         * docs/plugins/Makefile.am:
6017         Don't scan deleted xingmux header.
6018
6019 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6020
6021         * configure.ac:
6022         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6023         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6024         * docs/plugins/inspect/plugin-xingheader.xml:
6025         * gst/xingheader/Makefile.am:
6026         * gst/xingheader/gstxingmux.c:
6027         * gst/xingheader/gstxingmux.h:
6028         * tests/check/Makefile.am:
6029         * tests/check/elements/.cvsignore:
6030         * tests/check/elements/xingmux.c:
6031         * tests/check/elements/xingmux_testdata.h:
6032         Remove the xingmux plugin, as the element has moved into
6033         mpegaudioparse in -ugly.
6034
6035 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6036
6037         * docs/plugins/Makefile.am:
6038         Remove mention of non-existent headers to fix the build.
6039
6040 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6041
6042         * configure.ac:
6043         * ext/Makefile.am:
6044         * ext/gio/Makefile.am:
6045         * ext/gio/gstgio.c:
6046         * ext/gio/gstgio.h:
6047         * ext/gio/gstgiobasesink.c:
6048         * ext/gio/gstgiobasesink.h:
6049         * ext/gio/gstgiobasesrc.c:
6050         * ext/gio/gstgiobasesrc.h:
6051         * ext/gio/gstgiosink.c:
6052         * ext/gio/gstgiosink.h:
6053         * ext/gio/gstgiosrc.c:
6054         * ext/gio/gstgiosrc.h:
6055         * ext/gio/gstgiostreamsink.c:
6056         * ext/gio/gstgiostreamsink.h:
6057         * ext/gio/gstgiostreamsrc.c:
6058         * ext/gio/gstgiostreamsrc.h:
6059         * tests/check/Makefile.am:
6060         * tests/check/pipelines/.cvsignore:
6061         * tests/check/pipelines/gio.c:
6062
6063         Remove GIO plugin which has now moved to -base.
6064
6065 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6066
6067         * docs/plugins/Makefile.am:
6068         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6069         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6070         * docs/plugins/gst-plugins-bad-plugins.args:
6071         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6072         * gst/filter/Makefile.am:
6073         * gst/filter/filter.vcproj:
6074         * gst/filter/gstbpwsinc.c:
6075         * gst/filter/gstbpwsinc.h:
6076         * gst/filter/gstfilter.c:
6077         * gst/filter/gstfilter.h:
6078         * gst/filter/gstlpwsinc.c:
6079         * gst/filter/gstlpwsinc.h:
6080         * tests/check/Makefile.am:
6081         * tests/check/elements/bpwsinc.c:
6082         * tests/check/elements/lpwsinc.c:
6083
6084         Remove lpwsinc and bpwsinc elements - they've become
6085         audiowsinclimit and audiowsincband respectively, in the
6086         gst-plugins-good audiofx plugin.
6087
6088 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6089
6090         * ext\neon\gstneonhttpsrc.c:
6091         Include unistd.h only if _HAVE_UNISTD_H is defined
6092         * gst\mpegvideoparse\mpegvideoparse.c:
6093         Use G_GUINT64_CONSTANT GLIB macro for constant
6094         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
6095         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
6096         * sys\dshowdecwrapper\gstdshowaudiodec.c:
6097         * sys\dshowdecwrapper\gstdshowaudiodec.h:
6098         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
6099         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
6100         * sys\dshowdecwrapper\gstdshowvideodec.c
6101         * sys\dshowdecwrapper\gstdshowvideodec.h:
6102         Add a DirectShow decoder wrapper.
6103         * win32\MANIFEST:
6104         Add new win32 files to MANIFEST
6105         * win32\vs6\gst_plugins_bad.dsw:
6106         * win32\vs6\libgstdshow.dsp:
6107         * win32\vs6\libgstdshowdecwrapper.dsp:
6108         * win32\vs6\libgstflv.dsp:
6109         Add new projects to bad workspace
6110
6111 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6112
6113         * gst/mpegtsparse/mpegtspacketizer.c:
6114         Parse component descriptor.
6115         * gst/mpegtsparse/mpegtsparse.c:
6116         Add SI pids to every program (but hardcoded currently).
6117
6118 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
6119
6120         * ext/metadata/metadata_mapping.htm:
6121         * ext/metadata/metadataexif.c:
6122         * ext/metadata/metadatatags.c:
6123         * ext/metadata/metadatatags.h:
6124         * tests/icles/metadata_editor.c:
6125         * tests/icles/metadata_editor.glade:
6126           Add more tags. Improve test app.
6127
6128 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
6129
6130         * gst/multifile/gstmultifilesink.c:
6131           Add a fixme comment.
6132
6133         * gst/selector/gstoutputselector.c:
6134           Fix same leak as in input-selector.
6135
6136         * tests/icles/output-selector-test.c:
6137           Improve the test.
6138
6139 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
6140
6141         * gst/spectrum/gstspectrum.c:
6142           Improve the docs.
6143
6144 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6145
6146         * configure.ac:
6147           The dc1394 plugin seems to use API that was removed or changed
6148           before the final 2.0.0 release, so only build it if 2.0.0-rc5
6149           is available. Someone needs to port it to the final API.
6150
6151         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
6152           Include string.h for memcpy and use g_usleep instead of usleep.
6153
6154 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6155
6156         * gst/filter/gstlpwsinc.c:
6157         Fix typo in the long description of the element.
6158
6159 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6160
6161         * gst/xingheader/Makefile.am:
6162         Put CFLAGS and LIBS in the right order
6163
6164 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6165
6166         * configure.ac:
6167           ximagesrc has moved to -good, so no need to check for
6168           the required X libs here any more.
6169
6170 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6171
6172         Patch by: Wouter Cloetens <wouter at mind dot be>
6173
6174         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
6175         (gst_soup_http_src_create):
6176         Fix memory leak and improve debugging a bit.
6177
6178 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
6179
6180         * ext/metadata/metadata_mapping.htm:
6181         * ext/metadata/metadataexif.c:
6182         * ext/metadata/metadatatags.c:
6183         * ext/metadata/metadatatags.h:
6184           Add more tags mapping.
6185
6186 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6187
6188         * gst/mpegtsparse/mpegtsparse.c:
6189         Handle latency queries in src pads.
6190
6191 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6192
6193         * gst/mpegtsparse/mpegtspacketizer.c:
6194         Add flag to both sdt and nit structures to say
6195         whether the table is for the actual network/ts
6196         or not.
6197
6198 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6199
6200         Patch by: Josep Torra Valles <josep@fluendo.com>
6201
6202         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
6203         Flush packetizer too.
6204
6205 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
6206
6207         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
6208         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
6209         Don't use GST_BOILERPLATE as the stuff generated from it is not used
6210         anyway and can't be used.
6211         Store the class struct of the correct type in parent_class.
6212         Pass the LADSPA_Descriptor as class_data to the class_init function
6213         as preparation for the time, when we can add pad templates and friends
6214         in class_init and add a FIXME for that.
6215         Don't use a custom hash table for passing the LADSPA_Descriptors to
6216         base_init but use g_type_set_qdata and g_type_get_qdata.
6217
6218 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6219
6220         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6221         Really fix the build.
6222         TODO : Apply spankOmatic2000 on thaytan's rear end.
6223
6224 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
6225
6226         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6227           (GstMpeg2EncPictureReader.StreamPictureParams):
6228           Fix compilation with libmjpegtools 1.8.x.
6229
6230 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
6231
6232         * ext/ladspa/gstsignalprocessor.c:
6233         (gst_signal_processor_class_add_pad_template):
6234         Don't unref the pad template after adding it.
6235         gst_element_class_add_pad_template takes ownership of it.
6236
6237 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
6238
6239         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6240         Use the incoming pixel-aspect-ratio if provided to infer a 
6241         default aspect ratio, which can be overridden using the 'aspect'
6242         property.
6243
6244         Fixes: #499008
6245
6246 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
6247
6248         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
6249
6250         * configure.ac:
6251         Fix variable naming to make it possible to build the glimagesink
6252         plugin. Fixes bug #514093.
6253
6254 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6255
6256         * ext/metadata/gstmetadatademux.c:
6257           Demote metadatademux to GST_RANK_NONE for the release, it's not
6258           ready to be autoplugged yet.
6259
6260         * tests/icles/metadata_editor.c:
6261           Fix printf format warning for GType on ppc32 by removing it,
6262           since it doesn't make sense to print the GType value anyway.
6263
6264 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
6265
6266         * ext/metadata/TODO:
6267         * ext/metadata/gstmetadatamux.c:
6268         * ext/metadata/metadata_mapping.htm:
6269         * ext/metadata/metadataexif.c:
6270         * ext/metadata/metadatatags.c:
6271         * ext/metadata/metadatatags.h:
6272           Map more Exif tags.
6273
6274 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
6275
6276         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
6277         Don't leak event on pads that are not linked. Fixes #512826.
6278
6279 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
6280
6281         * configure.ac:
6282           Bump core/base requirements to released versions, to avoid confusion.
6283
6284         * gst/deinterlace/Makefile.am:
6285         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
6286           Use the new GstVideoFormat API to get strides, plane offsets etc..
6287           For Y42B we still need to calculate these ourselves, since the lib
6288           in -base doesn't know about this format yet and we can't bump the
6289           requirement to CVS right now. Fix the Y42B stride, offset and size
6290           calculations for odd widths and heights while we're at it though
6291           (to match those in videotestsrc).
6292
6293 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
6294
6295         * ext/metadata/metadata_mapping.htm:
6296         * ext/metadata/metadataexif.c:
6297         * ext/metadata/metadataiptc.c:
6298         * ext/metadata/metadatatags.c:
6299         * ext/metadata/metadatatags.h:
6300         * ext/metadata/metadataxmp.c:
6301           Add documentation.
6302
6303 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6304
6305         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
6306         Fix compilation.
6307
6308 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6309
6310         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
6311         Really clean up the queue instead of just unreffing all buffers
6312         in it.
6313
6314         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
6315         (gst_app_src_class_init), (gst_app_src_init),
6316         (gst_app_src_dispose), (gst_app_src_finalize):
6317         Fix dispose/finalize.
6318
6319 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6320
6321         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
6322         Fix compiler warning by making the function signature match what
6323         everyone is passing in...
6324
6325         * tests/icles/Makefile.am:
6326         Fix the build on Solaris by removing GNU ld specific flags that
6327         look unnecessary.
6328
6329 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6330
6331         * ext/metadata/Makefile.am:
6332         Add some relevant variables to CFLAGS and LIBADD, for example our
6333         compiler warnings paramters.
6334
6335         * ext/metadata/gstbasemetadata.c:
6336         (gst_base_metadata_strip_push_buffer),
6337         (gst_base_metadata_calculate_offsets),
6338         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
6339         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
6340         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
6341         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
6342         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
6343         (gst_metadata_mux_dispose),
6344         (gst_metadata_mux_create_chunks_from_tags):
6345         * ext/metadata/metadata.c: (metadata_dispose):
6346         * ext/metadata/metadataexif.c:
6347         (metadataparse_exif_content_foreach_entry_func),
6348         (metadatamux_exif_for_each_tag_in_list):
6349         * ext/metadata/metadataiptc.c:
6350         (metadatamux_iptc_for_each_tag_in_list):
6351         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
6352         (metadatamux_jpeg_reading):
6353         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
6354         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
6355         * ext/metadata/metadataparsepng.c:
6356         * ext/metadata/metadataparseutil.h:
6357         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
6358         (metadatamux_xmp_create_chunk_from_tag_list):
6359         Fix a million warnings that showed up after the above change.
6360
6361 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6362
6363         * ext/soup/gstsouphttpsrc.c: (_do_init),
6364         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6365         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6366         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6367         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6368         (gst_soup_http_src_queue_message),
6369         (gst_soup_http_src_add_range_header),
6370         (gst_soup_http_src_session_unpause_message),
6371         (gst_soup_http_src_session_pause_message),
6372         (gst_soup_http_src_session_close),
6373         (gst_soup_http_src_got_headers_cb),
6374         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6375         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6376         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6377         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6378         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6379         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6380         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6381         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6382         (gst_soup_http_src_uri_get_protocols),
6383         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6384         (gst_soup_http_src_uri_handler_init), (plugin_init):
6385         Add changes to gstsouphttpsrc.c that were missing from last commit.
6386
6387 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6388
6389         Patch by: Wouter Cloetens <wouter at mind dot be>
6390
6391         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6392         * docs/plugins/gst-plugins-bad-plugins.args:
6393         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6394         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6395         * docs/plugins/inspect/plugin-soup.xml:
6396         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6397         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6398         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6399         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6400         (gst_soup_http_src_queue_message),
6401         (gst_soup_http_src_add_range_header),
6402         (gst_soup_http_src_session_unpause_message),
6403         (gst_soup_http_src_session_pause_message),
6404         (gst_soup_http_src_session_close),
6405         (gst_soup_http_src_got_headers_cb),
6406         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6407         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6408         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6409         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6410         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6411         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6412         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6413         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6414         (gst_soup_http_src_uri_get_protocols),
6415         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6416         (gst_soup_http_src_uri_handler_init), (plugin_init):
6417         * ext/soup/gstsouphttpsrc.h:
6418         Make coding style more consistent, including class renaming.
6419
6420 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6421
6422         * configure.ac:
6423         Fix configure check for soundtouch to not produce syntax errors.
6424
6425 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6426
6427         * configure.ac:
6428         * ext/metadata/metadataxmp.c:
6429         (metadatamux_xmp_for_each_tag_in_list):
6430         Fix build with exempi >= 1.99.5 and fix the include
6431         path for exempi.
6432
6433 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6434
6435         * ext/metadata/TODO:
6436           Just uptade the ToDo list.
6437
6438 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6439
6440         * ext/metadata/gstbasemetadata.c:
6441         * ext/metadata/metadatamuxjpeg.c:
6442         * ext/metadata/metadatamuxpng.c:
6443         * ext/metadata/metadataparsejpeg.c:
6444         * ext/metadata/metadatatypes.c:
6445         * ext/metadata/metadatatypes.h:
6446         * ext/metadata/metadataxmp.c:
6447           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
6448
6449 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6450
6451         Patch by: Wouter Cloetens <wouter at mind dot be>
6452
6453         * ext/soup/gstsouphttpsrc.c:
6454         Update documentation a bit.
6455
6456         * docs/plugins/gst-plugins-bad-plugins.args:
6457         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6458         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6459         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6460         * docs/plugins/inspect/plugin-alsaspdif.xml:
6461         * docs/plugins/inspect/plugin-dvb.xml:
6462         * docs/plugins/inspect/plugin-filter.xml:
6463         * docs/plugins/inspect/plugin-glimagesink.xml:
6464         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6465         * docs/plugins/inspect/plugin-quicktime.xml:
6466         * docs/plugins/inspect/plugin-rawparse.xml:
6467         * docs/plugins/inspect/plugin-replaygain.xml:
6468         * docs/plugins/inspect/plugin-sdl.xml:
6469         * docs/plugins/inspect/plugin-soundtouch.xml:
6470         * docs/plugins/inspect/plugin-soup.xml:
6471         * docs/plugins/inspect/plugin-spcdec.xml:
6472         * docs/plugins/inspect/plugin-spectrum.xml:
6473         * docs/plugins/inspect/plugin-speed.xml:
6474         * docs/plugins/inspect/plugin-speexresample.xml:
6475         * docs/plugins/inspect/plugin-switch.xml:
6476         * docs/plugins/inspect/plugin-videocrop.xml:
6477         Regenerate everything for the documentation changes we had.
6478
6479 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6480
6481         * ext/gio/gstgiobasesink.c: (close_stream_cb),
6482         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
6483         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
6484         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
6485         (gst_gio_base_src_stop), (gst_gio_base_src_create),
6486         (gst_gio_base_src_set_stream):
6487         Use async variants of the close stream functions to prevent blocking
6488         for a long time there and add some more sanity checks for a correct
6489         stream.
6490
6491 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6492
6493         * tests/icles/Makefile.am:
6494         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
6495
6496 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6497
6498         Patch by: Wouter Cloetens <wouter at mind dot be>
6499
6500         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
6501         Let the proxy property default to the content of the $http_proxy
6502         environment variable.
6503
6504 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6505
6506         Patch by: Wouter Cloetens <wouter at mind dot be>
6507
6508         * tests/check/test-cert.pem:
6509         * tests/check/test-key.pem:
6510         Add missing files for the unit test.
6511
6512 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6513
6514         Patch by: Wouter Cloetens <wouter at mind dot be>
6515
6516         * docs/plugins/Makefile.am:
6517         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6518         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6519         Add souphttpsrc to the docs.
6520
6521         * configure.ac:
6522         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6523         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
6524         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
6525         (gst_souphttp_src_cancel_message),
6526         (gst_souphttp_src_queue_message),
6527         (gst_souphttp_src_add_range_header),
6528         (gst_souphttp_src_session_unpause_message),
6529         (gst_souphttp_src_session_pause_message),
6530         (gst_souphttp_src_session_close),
6531         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
6532         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
6533         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
6534         (gst_souphttp_src_create), (gst_souphttp_src_start),
6535         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
6536         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
6537         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6538         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
6539         (plugin_init):
6540         * ext/soup/gstsouphttpsrc.h:
6541         Add support for libsoup2.4 and require it. Also implement redirection
6542         and manual proxy specification. Fixes bug #510708.
6543
6544         * tests/check/Makefile.am:
6545         * tests/check/elements/.cvsignore:
6546         * tests/check/elements/souphttpsrc.c:
6547         Add unit test for souphttpsrc.
6548
6549 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6550
6551         * ext/Makefile.am:
6552         * ext/metadata/TODO:
6553         * ext/metadata/gstbasemetadata.c:
6554         * ext/metadata/gstbasemetadata.h:
6555         * ext/metadata/metadatamuxjpeg.c:
6556         * ext/metadata/metadatamuxjpeg.h:
6557         * ext/metadata/metadatamuxpng.c:
6558         * ext/metadata/metadatamuxpng.h:
6559         * ext/metadata/metadataparsejpeg.c:
6560         * ext/metadata/metadataparsepng.c:
6561         * tests/icles/Makefile.am:
6562           Add documentation. Fix test app compilation. Fix pull mode.
6563
6564 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6565
6566         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
6567
6568         * gst/rtpmanager/gstrtpjitterbuffer.c:
6569         (gst_rtp_jitter_buffer_chain):
6570         Try to get the new clock-rate from the buffer caps when we receive a new
6571         payload type instead of always firing the signal. Fixes #512774.
6572
6573 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
6574
6575         * ext/mpeg2enc/gstmpeg2enc.cc:
6576         Define LOG_NONE and friends if they're not defined yet. mjpegtools
6577         1.9.0rc3 removed their definitions but without it doesn't make much
6578         sense to write a log handler.
6579
6580 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6581
6582         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6583         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6584         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6585         * docs/plugins/gst-plugins-bad-plugins.types:
6586           Add base classes for metadata and equalizer (no introspection yet).
6587
6588 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6589
6590         * ext/metadata/README:
6591           Formatting.
6592         * tests/icles/metadata_editor.c:
6593           Include stdlib.h.
6594
6595 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6596
6597         * configure.ac:
6598         * docs/plugins/Makefile.am:
6599         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6600         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6601         * docs/plugins/gst-plugins-bad-plugins.args:
6602         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6603         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6604         * docs/plugins/gst-plugins-bad-plugins.signals:
6605         * docs/plugins/inspect/plugin-metadata.xml:
6606         * docs/plugins/inspect/plugin-selector.xml:
6607         * docs/plugins/inspect/plugin-soundtouch.xml:
6608         * docs/plugins/inspect/plugin-switch.xml:
6609         * gst/selector/.cvsignore:
6610         * gst/selector/Makefile.am:
6611         * gst/selector/gstinputselector.c:
6612         * gst/selector/gstinputselector.h:
6613         * gst/selector/gstoutputselector.c:
6614         * gst/selector/gstoutputselector.h:
6615         * gst/selector/gstselector-marshal.list:
6616         * gst/selector/gstselector.c:
6617         * gst/selector/selector.vcproj:
6618         * gst/switch/.cvsignore:
6619         * gst/switch/Makefile.am:
6620         * gst/switch/gstswitch-marshal.list:
6621         * gst/switch/gstswitch.c:
6622         * gst/switch/gstswitch.h:
6623         * gst/switch/switch.vcproj:
6624         * tests/icles/.cvsignore:
6625         * tests/icles/Makefile.am:
6626         * tests/icles/output-selector-test.c:
6627           Replace the switch plugin with the selector plugin. Add output-
6628           selector as the opposite of input-selectoo (was switch). Add a test
6629           for output-selector. Add docs for the elements. The vcproj needs
6630           update. Fixes #500142.
6631
6632 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6633
6634         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6635           Try to avoid 'unused variable' compiler warning if debugging is
6636           disabled (not bullet proof, but seems to do for now). (#512654)
6637
6638 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
6639
6640         * ext/soundtouch/gstbpmdetect.cc:
6641         Clean up a bit and only allocate a temporary buffer for the data
6642         if processing stereo data as BPMDetect downmixes from stereo to
6643         mono and stores the result in the input data. Thanks to
6644         Stefan Kost for the suggestions.
6645
6646 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6647
6648         * ext/soundtouch/gstpitch.cc:
6649         Cast a double to a GstClockTimeDiff to fix a compiler warning.
6650
6651 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
6652
6653         * tests/icles/metadata_editor.c:
6654           Printf format fix.
6655
6656 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6657
6658         * ext/soundtouch/gstpitch.cc:
6659         Don't send a LATENCY event for now until we get the usage right.
6660
6661 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6662
6663         * ext/soundtouch/gstpitch.cc:
6664         * ext/soundtouch/gstpitch.hh:
6665         Implement LATENCY query and notify about latency changes.
6666         Unfortunately we don't have a fixed latency but it changes
6667         a bit with each buffer so we only send an LATENCY event with
6668         the maximum latency if it changes.
6669
6670         Always calculate the timestamp, duration, etc from the sample
6671         rate instead of using a pre-calculated duration for one sample
6672         to prevent large rounding errors.
6673
6674 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6675
6676         Based on a patch by:
6677             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
6678
6679         * configure.ac:
6680         * ext/mpeg2enc/gstmpeg2encoder.cc:
6681         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6682         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
6683         Add support for building against mjpegtools 1.9 while keeping
6684         compatiblity with older versions.
6685
6686 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6687
6688         * ext/soundtouch/gstbpmdetect.cc:
6689         Only consider a BPM value above 1.0 as valid.
6690
6691 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6692
6693         * ext/soundtouch/Makefile.am:
6694         * ext/soundtouch/gstbpmdetect.cc:
6695         * ext/soundtouch/gstbpmdetect.hh:
6696         * ext/soundtouch/plugin.c: (plugin_init):
6697         Add BPM detection plugin based on SoundTouch's libBPM.
6698
6699         * ext/soundtouch/gstpitch.cc:
6700         Allow sample rates until MAX instead of only 48kHz and remove the
6701         buffer-frames field from that caps.
6702         Clear the remaining samples completely when necessary to get into
6703         a clean state again.
6704
6705 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6706
6707         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
6708         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
6709         Don't implement get_unit_size() ourselves, the GstAudioFilter base
6710         class already does this for us.
6711
6712 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6713
6714         * ext/soundtouch/gstpitch.cc:
6715         Allow seeking only in TIME and DEFAULT format, other formats will
6716         not work as expected. Also handle a stop position of -1 correctly
6717         for seeks, newsegment events and the queries. This fixes playback
6718         with the pitch element if upstream doesn't know the duration or has
6719         -1 as stop position in NEWSEGMENT events for other reasons. Before
6720         simply nothing was played as the segment was going from 0 to 0.
6721
6722         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
6723         so applications can update their cached duration. Fixes bug #503308.
6724
6725         Some random cleanup and memory leak closing.
6726
6727 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6728
6729         * ext/musepack/gstmusepackdec.h:
6730         * ext/musepack/gstmusepackreader.c:
6731         First include the libmpcdec headers before everything else as they
6732         #define TRUE and FALSE unconditionally and we otherwise get conflicts
6733         with the ones that GLib defines.
6734
6735 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6736
6737         * configure.ac:
6738         * ext/soundtouch/gstpitch.cc:
6739         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
6740         the header definined PACKAGE and other variables for which we need
6741         our own values from config.h.
6742
6743 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6744
6745         * configure.ac:
6746           Check for libglade-2.0, for the metadata-editor example.
6747
6748         * tests/icles/Makefile.am:
6749           Only try to build the metadata-editor example if we have gtk and
6750           glade (otherwise the build would just fail ...); fix build in
6751           uninstalled setup.
6752
6753         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
6754           Fix compiler warnings (use GLib macros to cast pointer <-> int).
6755
6756 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
6757
6758         * ext/metadata/TODO:
6759         * ext/metadata/gstbasemetadata.c:
6760         * ext/metadata/metadata.c:
6761         * ext/metadata/metadata.h:
6762         * ext/metadata/metadataexif.c:
6763         * ext/metadata/metadataexif.h:
6764         * ext/metadata/metadataiptc.c:
6765         * ext/metadata/metadataiptc.h:
6766         * ext/metadata/metadataparsejpeg.c:
6767         * ext/metadata/metadataparsejpeg.h:
6768         * ext/metadata/metadataparsepng.c:
6769         * ext/metadata/metadataparsepng.h:
6770         * ext/metadata/metadataparseutil.c:
6771         * ext/metadata/metadataparseutil.h:
6772         * ext/metadata/metadatatags.c:
6773         * ext/metadata/metadatatags.h:
6774         * ext/metadata/metadatatypes.c:
6775         * ext/metadata/metadatatypes.h:
6776         * ext/metadata/metadataxmp.c:
6777         * ext/metadata/metadataxmp.h:
6778         * ext/metadata/test/Makefile:
6779         * ext/metadata/test/MetadataEditorMain.glade:
6780         * ext/metadata/test/metadata_editor.c:
6781         * tests/icles/Makefile.am:
6782         * tests/icles/metadata_editor.c:
6783         * tests/icles/metadata_editor.glade:
6784           Add lot of documentation.
6785
6786 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6787
6788         * sys/dvb/gstdvbsrc.c:
6789         Open frontend in NULL->READY so caps about dvb adapter can be
6790         seen by the app.
6791
6792 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6793
6794         Patch by: Olivier Crete <tester@tester.ca>
6795
6796         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6797         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6798         Also handle lip-sync when the clock-rate is not provided with caps but
6799         with a signal.
6800
6801 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6802
6803         Patch by: Olivier Crete <tester@tester.ca>
6804
6805         * gst/rtpmanager/gstrtpjitterbuffer.c:
6806         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6807         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6808         (rtp_jitter_buffer_insert):
6809         * gst/rtpmanager/rtpjitterbuffer.h:
6810         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6811         a clock-rate can be provided with each buffer instead. Fixes #511686.
6812
6813 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6814
6815         Patch by: Olivier Crete <tester@tester.ca>
6816
6817         * gst/rtpmanager/gstrtpjitterbuffer.c:
6818         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6819         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6820         Remove old unused variable.
6821         Track pt on input buffers and get the clock-rate when it changes.
6822         Ignore packets with unknown clock-rate. Fixes #511146.
6823
6824 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6825
6826         * sys/dvb/gstdvbsrc.c:
6827         Post bus message about adapter type and it's capabilities,
6828         when opening the frontend.
6829         After failing to read from the dvr, post a bus message to
6830         inform the app.
6831
6832 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6833
6834         * gst/mpegtsparse/mpegtspacketizer.c:
6835         The logic for the guard interval calculation was totally wrong.
6836         Fixed.
6837
6838 2008-01-24  David Schleef  <ds@schleef.org>
6839
6840         Patch by: Olivier Crete <tester@tester.ca>
6841
6842         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6843           wrong function.  Fixes #511920
6844
6845 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6846
6847         * docs/plugins/Makefile.am:
6848         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6849         * docs/plugins/gst-plugins-bad-plugins.args:
6850         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6851         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6852         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6853         * docs/plugins/gst-plugins-bad-plugins.signals:
6854           Now we have full hierarchy.
6855
6856         * docs/plugins/inspect/plugin-metadata.xml:
6857           Regenerate.
6858
6859         * ext/amrwb/gstamrwbdec.h:
6860           Add doc blob for object instance.
6861
6862 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6863
6864         * docs/plugins/gst-plugins-bad-plugins.args:
6865         * docs/plugins/inspect/plugin-metadata.xml:
6866           Update this too, hopefully fixes the docs build (does at least
6867           for me, after make clean in docs/plugins).
6868
6869 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6870
6871         * gst/mpegtsparse/gstmpegdesc.h:
6872         * gst/mpegtsparse/mpegtspacketizer.c:
6873         Fix network name descriptor, the length is actually the
6874         descriptor length not stored in the byte after.
6875         Fix bounds checking to be more correct.
6876
6877 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6878
6879         * docs/plugins/Makefile.am:
6880         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6881         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6882         * ext/metadata/TODO:
6883         * ext/metadata/gstbasemetadata.c:
6884         * ext/metadata/gstbasemetadata.h:
6885         * ext/metadata/gstmetadatademux.c:
6886         * ext/metadata/gstmetadatademux.h:
6887         * ext/metadata/gstmetadatamux.c:
6888         * ext/metadata/gstmetadatamux.h:
6889         * ext/metadata/metadatatags.c:
6890           Add some documentation.
6891
6892 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6893
6894         * configure.ac:
6895         * ext/dts/gstdtsdec.c:
6896         Add support for building against libdca (with the libdts compat
6897         header). Fixes bug #511530.
6898
6899         Should probably be ported to libdca as some points as it's the
6900         successor of libdts.
6901
6902 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6903
6904         * sys/dvb/gstdvbsrc.c:
6905         Do not go on forever if problem with reading from dvr, rather
6906         return NULL.
6907         Handle some cleanup issues of closing filedescriptors when
6908         failing to tune or similar.
6909
6910 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6911
6912         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6913         * gst-plugins-bad.spec: update for latest changes
6914
6915 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6916
6917         * docs/plugins/Makefile.am:
6918         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6919         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6920         * gst/xingheader/gstxingmux.c:
6921         * gst/xingheader/gstxingmux.h:
6922         Add documentation for the xingheader plugin.
6923
6924         * tests/check/elements/xingmux.c: (GST_START_TEST):
6925         Set element state to PLAYING before doing something else.
6926
6927 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6928
6929         * tests/check/Makefile.am:
6930         * tests/check/elements/.cvsignore:
6931         * tests/check/elements/xingmux.c: (setup_xingmux),
6932         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6933         * tests/check/elements/xingmux_testdata.h:
6934         Add simple unit test for the xingmux element.
6935
6936         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6937         (gst_xing_mux_finalize), (xing_reset):
6938         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6939
6940 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6941
6942         * gst/mpegtsparse/gstmpegdesc.h:
6943         * gst/mpegtsparse/mpegtspacketizer.c:
6944         Parsed the satellite delivery system descriptor and
6945         added into nit's transport structure for delivery
6946         over the bus.
6947
6948 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6949
6950         * gst/mpegtsparse/mpegtspacketizer.c:
6951         Parsed and added network name to the nit structure sent
6952         in the bus message.
6953
6954 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6955
6956         * gst/mpegtsparse/mpegtspacketizer.c:
6957         Remove leaks introduced by not freeing g_strndup'd strings.
6958         Fix start_time and duration parsing in EIT.
6959
6960 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6961
6962         * gst/mpegtsparse/mpegtspacketizer.c:
6963         Add event name and description to the eit structure
6964         sent in the bus message.
6965
6966 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6967
6968         * gst/mpegtsparse/mpegtsparse.c:
6969         Revert const removal from previous commit.
6970
6971 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6972
6973         * gst/mpegtsparse/Makefile.am:
6974         * gst/mpegtsparse/gstmpegdesc.c:
6975         * gst/mpegtsparse/gstmpegdesc.h:
6976         * gst/mpegtsparse/mpegtspacketizer.c:
6977         * gst/mpegtsparse/mpegtsparse.c:
6978         Added descriptor searching infrastructure from Fluendo TS demuxer.
6979         Add channel name and provider to the sdt structure sent in the
6980         bus message.
6981
6982 2008-01-22  Julien Moutte  <julien@fluendo.com>
6983
6984         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6985         Parse NAL units in forward mode to mark delta units flags.
6986
6987 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6988
6989         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6990         * docs/plugins/gst-plugins-bad-plugins.args:
6991         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6992         * docs/plugins/inspect/plugin-musepack.xml:
6993           Regenerate.
6994   
6995         * docs/plugins/inspect/plugin-tremor.xml:
6996           Add vorbisidec aka trmor.
6997
6998         * ext/dc1394/gstdc1394.c:
6999           Add short description.
7000
7001 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
7002
7003         * docs/plugins/Makefile.am:
7004           Add missing eol \
7005
7006         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7007           Place object names to standard sectionas plugin dont document those.
7008
7009         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
7010         * docs/plugins/gst-plugins-bad-plugins.args:
7011         * docs/plugins/gst-plugins-bad-plugins.signals:
7012         * docs/plugins/inspect/plugin-dvb.xml:
7013         * docs/plugins/inspect/plugin-nuvdemux.xml:
7014           regenerate.
7015           
7016         * ext/ivorbis/vorbisdec.c:
7017         * ext/ivorbis/vorbisdec.h:
7018           Mark private vars and add short desc.
7019
7020         * ext/mythtv/gstmythtvsrc.c:
7021         * ext/theora/theoradec.c:
7022           Add short desc.
7023
7024 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7025
7026         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
7027         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7028         * gst/nuvdemux/gstnuvdemux.c:
7029           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
7030           it actually is.
7031
7032 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7033
7034         * docs/plugins/Makefile.am:
7035         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
7036         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7037           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
7038           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
7039
7040         * docs/plugins/inspect/plugin-gstinterlace.xml:
7041         * docs/plugins/inspect/plugin-rawparse.xml
7042         * docs/plugins/inspect/plugin-videoparse.xml:
7043           Replace videoparse with rawparse.
7044
7045         * gst/dvdspu/gstdvdspu.h:
7046           Help gtk-doc to recognize the object struct.
7047
7048 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7049
7050         * gst/librfb/rfbdecoder.c:
7051         * gst/librfb/rfbdecoder.h:
7052           Don't use gtk-doc comment style for non gtk-doc comments.
7053           Make one static function static.
7054
7055 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
7056
7057         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
7058
7059         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
7060         (gst_deinterlace_init), (gst_deinterlace_set_caps),
7061         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
7062         (gst_deinterlace_get_property):
7063         * gst/deinterlace/gstdeinterlace.h:
7064         Provide 4:2:2 support
7065         Also deinterlace chroma planes
7066         Allow to turn on/off deinterlacing
7067         Change of default thresholds, in order to provide acceptable results
7068         with default params. Fixes #511001.
7069
7070 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
7071
7072         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7073           Update docs file too.
7074
7075 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
7076
7077         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
7078         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
7079           (subpic_sink_factory), (gst_dvd_spu_base_init),
7080           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
7081           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
7082           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
7083           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
7084           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
7085           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
7086           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
7087           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
7088           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
7089           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
7090           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
7091           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
7092           (gst_dvd_spu_plugin_init):
7093         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
7094           Fix up dvdspu element again after previous namespace mangling:
7095           rename debug category variable to old name, matching that in
7096           dvdspu-render.c, to avoid undefined symbol error when loading
7097           the module; same for the _render function in dvdspu-render.c:
7098           we must use the same name in both .c files; change functions
7099           now called gstgst_* back to gst_* again; and while we're at it,
7100           we may as well canonicalise the namespace properly, namely to
7101           gst_dvd_spu_*.
7102
7103 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7104
7105         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7106         * ext/theora/theoradec.c:
7107         * ext/theora/theoradec.h:
7108           Coherent namespace usage and adding symbold from unused to sections.
7109
7110 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7111
7112         * docs/plugins/Makefile.am:
7113         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7114           Add symbols from -unused.txt to the right place.
7115
7116         * gst/dvdspu/gstdvdspu.c:
7117         * gst/dvdspu/gstdvdspu.h:
7118           Coherent namespace usage.
7119
7120         * gst/spectrum/gstspectrum.c:
7121           Fix broken XML fragment in doc snippet even more.
7122
7123 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7124
7125         * docs/plugins/Makefile.am:
7126           Update include list.
7127
7128         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
7129           Update xml includes.
7130
7131         * docs/plugins/inspect/plugin-alsaspdif.xml:
7132         * docs/plugins/inspect/plugin-amrwb.xml:
7133         * docs/plugins/inspect/plugin-bayer.xml:
7134         * docs/plugins/inspect/plugin-bz2.xml:
7135         * docs/plugins/inspect/plugin-cdxaparse.xml:
7136         * docs/plugins/inspect/plugin-dtsdec.xml:
7137         * docs/plugins/inspect/plugin-dvbsrc.xml:
7138         * docs/plugins/inspect/plugin-dvdspu.xml:
7139         * docs/plugins/inspect/plugin-equalizer.xml:
7140         * docs/plugins/inspect/plugin-faac.xml:
7141         * docs/plugins/inspect/plugin-faad.xml:
7142         * docs/plugins/inspect/plugin-fbdevsink.xml:
7143         * docs/plugins/inspect/plugin-festival.xml:
7144         * docs/plugins/inspect/plugin-filter.xml:
7145         * docs/plugins/inspect/plugin-flvdemux.xml:
7146         * docs/plugins/inspect/plugin-freeze.xml:
7147         * docs/plugins/inspect/plugin-gsm.xml:
7148         * docs/plugins/inspect/plugin-gstinterlace.xml:
7149         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
7150         * docs/plugins/inspect/plugin-h264parse.xml:
7151         * docs/plugins/inspect/plugin-interleave.xml:
7152         * docs/plugins/inspect/plugin-ladspa.xml:
7153         * docs/plugins/inspect/plugin-metadata.xml:
7154         * docs/plugins/inspect/plugin-modplug.xml:
7155         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
7156         * docs/plugins/inspect/plugin-mpegtsparse.xml:
7157         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
7158         * docs/plugins/inspect/plugin-musicbrainz.xml:
7159         * docs/plugins/inspect/plugin-mve.xml:
7160         * docs/plugins/inspect/plugin-nsfdec.xml:
7161         * docs/plugins/inspect/plugin-nuvdemux.xml:
7162         * docs/plugins/inspect/plugin-qtdemux.xml:
7163         * docs/plugins/inspect/plugin-quicktime.xml:
7164         * docs/plugins/inspect/plugin-real.xml:
7165         * docs/plugins/inspect/plugin-replaygain.xml:
7166         * docs/plugins/inspect/plugin-sdl.xml:
7167         * docs/plugins/inspect/plugin-sdp.xml:
7168         * docs/plugins/inspect/plugin-spectrum.xml:
7169         * docs/plugins/inspect/plugin-speed.xml:
7170         * docs/plugins/inspect/plugin-speexresample.xml:
7171         * docs/plugins/inspect/plugin-stereo.xml:
7172         * docs/plugins/inspect/plugin-switch.xml:
7173         * docs/plugins/inspect/plugin-timidity.xml:
7174         * docs/plugins/inspect/plugin-tta.xml:
7175         * docs/plugins/inspect/plugin-videocrop.xml:
7176         * docs/plugins/inspect/plugin-videoparse.xml:
7177         * docs/plugins/inspect/plugin-videosignal.xml:
7178         * docs/plugins/inspect/plugin-vmnc.xml:
7179         * docs/plugins/inspect/plugin-wildmidi.xml:
7180         * docs/plugins/inspect/plugin-x264.xml:
7181         * docs/plugins/inspect/plugin-xingheader.xml:
7182         * docs/plugins/inspect/plugin-xvid.xml:
7183         * docs/plugins/inspect/plugin-y4menc.xml:
7184           Regenerate files.
7185
7186         * gst/spectrum/gstspectrum.c:
7187           Fix broken XML fragment in doc snippet.
7188
7189         * tests/check/elements/.cvsignore:
7190           Add test binary to ignores.
7191
7192 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7193
7194         * gst/h264parse/gsth264parse.c:
7195           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
7196
7197 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
7198
7199         Patch by: Wouter Cloetens <wouter at mind dot be>
7200
7201         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
7202         Report the size of the stream as the total size instead of
7203         the remaining Content-Length, which is wrong after a seek.
7204
7205 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7206
7207         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
7208         (gst_raw_parse_loop):
7209         Handle framesizes > 4096 with multiple frames per buffer correctly
7210         in pull mode and handle short reads better.
7211         Also put offset and offset_end on outgoing buffers.
7212
7213 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7214
7215         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
7216         Improve handling of unknown or too small upstream sizes in
7217         pull mode.
7218
7219 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7220
7221         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
7222         (gst_raw_parse_handle_seek_push):
7223         Improve debugging a bit and for handling multiple frames per buffer
7224         in pull mode choose the next smallest multiply of framesize below
7225         4096 instead of always handling 1024 frames.
7226
7227 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7228
7229         Patch by: Wouter Cloetens <wouter at mind dot be>
7230
7231         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
7232         Correctly set duration on the GstBaseSrc segment when we know it
7233         to fix failing the duration query.
7234
7235 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
7236
7237         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
7238         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
7239         Set timestamps more correctly.
7240
7241 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7242
7243         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
7244         (gst_raw_parse_init), (gst_raw_parse_reset),
7245         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
7246         (gst_raw_parse_chain), (gst_raw_parse_loop),
7247         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
7248         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
7249         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
7250         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
7251         * gst/rawparse/gstrawparse.h:
7252         Implement pull mode.
7253
7254 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7255
7256         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
7257         Fix memory leak spotted by the unit test.
7258
7259 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7260
7261         * tests/check/Makefile.am:
7262         Enable spectrum test again.
7263
7264         * tests/check/gst-plugins-bad.supp:
7265         Add suppressions for a singleton in GIO that can't be freed.
7266
7267 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7268
7269         * tests/check/Makefile.am:
7270         * tests/check/elements/.cvsignore:
7271         * tests/check/elements/equalizer.c: (setup_equalizer),
7272         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
7273         Add some minimal tests for the equalizer plugin.
7274
7275 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7276
7277         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
7278         Unparent all bands from the equalizer when finalizing to stop
7279         leaking them.
7280
7281 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7282
7283         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
7284         Add support for WebDAV.
7285
7286 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7287
7288         Patch by: Wouter Cloetens <wouter at mind dot be>
7289
7290         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
7291         (gst_souphttp_src_init), (gst_souphttp_src_create),
7292         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
7293         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
7294         * ext/soup/gstsouphttpsrc.h:
7295         Add support for seeking to souphttpsrc. Fixes bug #502335.
7296
7297 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
7298
7299         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
7300         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
7301         (gst_h264_parse_find_start_reverse),
7302         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
7303         * gst/h264parse/gsth264parse.h:
7304         Improve debugging.
7305         Fix buffer splitting at sync codes and leftover buffer after
7306         scanning.
7307
7308 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
7309
7310         * ext/metadata/TODO:
7311         * ext/metadata/metadataexif.c:
7312         * ext/metadata/metadataxmp.c:
7313           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
7314
7315 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
7316
7317         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
7318         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
7319         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
7320         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
7321         (gst_h264_parse_init), (gst_h264_parse_set_property),
7322         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
7323         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
7324         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
7325         (gst_h264_parse_find_start_reverse),
7326         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
7327         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
7328         * gst/h264parse/gsth264parse.h:
7329         Add reverse playback support for containers that don't know how to
7330         properly send data between I-frames.
7331
7332 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
7333
7334         * configure.ac:
7335         * tests/check/pipelines/gio.c: (GST_START_TEST):
7336         Update for API changes in GIO and require GIO 2.15.2 for this.
7337
7338 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7339
7340         * gst/xingheader/gstxingmux.c: (generate_xing_header):
7341         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
7342         of 0xfe.
7343
7344 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7345
7346         * gst/xingheader/gstxingmux.c: (generate_xing_header):
7347         Remove accidentially leftover debug printf.
7348
7349 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7350
7351         * gst/xingheader/gstxingmux.c: (has_xing_header),
7352         (generate_xing_header), (gst_xing_mux_chain),
7353         (gst_xing_mux_sink_event):
7354         Choose smallest possible frame size for the Xing header, properly
7355         set the timestamp, duration and offset on the outgoing buffers,
7356         only send NEWSEGMENT events in BYTE format downstream and also
7357         drop VBRI headers if already existing.
7358
7359 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
7360
7361         * gst/xingheader/Makefile.am:
7362         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
7363         (has_xing_header), (generate_xing_header),
7364         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
7365         (gst_xing_mux_init), (gst_xing_mux_chain),
7366         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
7367         * gst/xingheader/gstxingmux.h:
7368         Major cleanup and rewrite of xingmux with less bugs and new features:
7369         - Handles other layers as 3
7370         - Write TOC
7371
7372 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
7373
7374         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
7375           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
7376           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
7377           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
7378           (test_buffer_square_int16_stereo):
7379         * tests/check/elements/rglimiter.c: (create_test_buffer):
7380         * tests/check/elements/rgvolume.c: (test_buffer_new):
7381           It's "endianness", not "endianess". Fixes unit tests.
7382
7383 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7384
7385         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7386         If we find the caps in the cache, use it to parse the clock-rate instead
7387         of returning an error. Fixes a TODO as found by Youness Alaoui.
7388
7389 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7390
7391         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
7392
7393         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7394         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
7395         (rtp_session_set_process_rtp_callback),
7396         (rtp_session_set_send_rtp_callback),
7397         (rtp_session_set_send_rtcp_callback),
7398         (rtp_session_set_sync_rtcp_callback),
7399         (rtp_session_set_clock_rate_callback),
7400         (rtp_session_set_reconsider_callback), (source_push_rtp),
7401         (source_clock_rate), (rtp_session_process_bye),
7402         (rtp_session_process_rtcp), (rtp_session_send_bye),
7403         (rtp_session_on_timeout):
7404         * gst/rtpmanager/rtpsession.h:
7405         Make it possible to use different user_data for each of the callbacks.
7406         Fixes #508587.
7407
7408 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7409
7410         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
7411         Small meaningless cleanup.
7412
7413         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
7414         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
7415         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
7416         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
7417         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
7418         * gst/mpegvideoparse/mpegvideoparse.h:
7419         Track segment events.
7420         Do the first part of reverse playback by sending data between two
7421         I-frames to the decoder.
7422
7423 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7424
7425         * gst/rtpmanager/gstrtpbin.c:
7426         Fix documentation for latest patch
7427
7428 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7429
7430         * gst/rtpmanager/gstrtpbin.c:
7431         Allow request_new_pad with name NULL (bug #508515)
7432
7433 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
7434
7435         * autogen.sh:
7436           Add -Wno-portability to the automake parameters to stop warnings
7437           about GNU make extensions being used. We require GNU make in almost
7438           every Makefile anyway.
7439           
7440         * configure.ac:
7441           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
7442           at the same time is required for per target flags.
7443
7444 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
7445
7446         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
7447         Don't set fixed caps, we can basically do everything the upsteam peer
7448         pad can renegotiate to. Fixes #507940.
7449
7450 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
7451
7452         * Makefile.am:
7453           Include lcov.mak to allow building coverage reports. Add top-level
7454           check targets similar to other gst packages.
7455
7456 2008-01-06  David Schleef  <ds@schleef.org>
7457
7458         * ext/directfb/Makefile.am:
7459           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
7460         * ext/directfb/dfbvideosink.c:
7461           Getting tired of directfb's chatter.  Quiet it.
7462
7463 2008-01-06  David Schleef  <ds@schleef.org>
7464
7465         Patch by: Sean D'Epagnier <sean@depagnier.com>
7466
7467         * configure.ac:
7468         * sys/Makefile.am:
7469         * sys/fbdev/Makefile.am:
7470         * sys/fbdev/gstfbdevsink.c:
7471         * sys/fbdev/gstfbdevsink.h:
7472           Add fbdev-based video sink.  Linux-only.  See bug #506549.
7473
7474 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
7475
7476         * configure.ac:
7477         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7478         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
7479         Update to GMemoryInputStream API changes in GLib SVN and require
7480         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
7481         We can also report the duration for every GSeekable, not only
7482         GFileInputStream and GMemoryInputStream.
7483
7484 2008-01-05  David Schleef  <ds@schleef.org>
7485
7486         * sys/glsink/glimagesink.c:
7487         * sys/glsink/glimagesink.h:
7488         * sys/glsink/gstglbuffer.h:
7489         * sys/glsink/gstgldisplay.c:
7490         * sys/glsink/gstgldisplay.h:
7491         * sys/glsink/gstglupload.c:
7492           Handle xoverlay exposes correctly.  This means glimagesink works
7493           correctly most of the time in totem (fullscreening being an
7494           execption).  Doesn't handle expose events directly to the GL
7495           window.
7496
7497 2008-01-05  David Schleef  <ds@schleef.org>
7498
7499         * sys/glsink/glextensions.c:
7500         * sys/glsink/glextensions.h:
7501         * sys/glsink/glimagesink.c:
7502         * sys/glsink/glimagesink.h:
7503         * sys/glsink/gstgldisplay.c:
7504         * sys/glsink/gstgldisplay.h:
7505         * sys/glsink/gstopengl.c:
7506           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
7507           vblank synchronization.  Remove unused code.
7508
7509 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
7510
7511         * gst/rtpmanager/gstrtpjitterbuffer.c:
7512         (gst_rtp_jitter_buffer_loop):
7513         Don't unref the popped buffer when we don't have ownership.
7514         Fixes #507020.
7515
7516 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7517
7518         * gst/mpegtsparse/Makefile.am:
7519         * gst/mpegtsparse/flutspatinfo.c:
7520         * gst/mpegtsparse/flutspatinfo.h:
7521         * gst/mpegtsparse/flutspmtinfo.c:
7522         * gst/mpegtsparse/flutspmtinfo.h:
7523         * gst/mpegtsparse/flutspmtstreaminfo.c:
7524         * gst/mpegtsparse/flutspmtstreaminfo.h:
7525         Remove no longer needed files.
7526
7527 2008-01-02  David Schleef  <ds@schleef.org>
7528
7529         * tests/check/Makefile.am:
7530           Disable vcdsrc in states test because it takes too much time
7531           to get to PLAYING if it can find a device.
7532
7533 2007-12-31  David Schleef  <ds@schleef.org>
7534
7535         * ext/musicbrainz/gsttrm.c:
7536           Don't emit signiture when going to READY, because it might
7537           not be ready.
7538         * ext/nas/nassink.c:
7539           Remove useless call that sleeps for 5 seconds.  Yup, it calls
7540           sleep(1) 5 times.  Go NAS.
7541         * gst/librfb/gstrfbsrc.c:
7542         * gst/librfb/rfbdecoder.c:
7543           Initialize our debug categories properly.
7544         * gst/rawparse/gstrawparse.c:
7545           Don't register element details for a non-element.  Be much more
7546           rude when subclass doesn't set a pad template (assert!).  Don't
7547           unref the pad template; we don't own it.
7548         * gst/videosignal/gstvideoanalyse.c:
7549           Initialize debug category.
7550         * tests/check/Makefile.am:
7551           Ignore nassink element in tests because it has unavoidable
7552           long timeouts.
7553
7554 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7555
7556         * gst/rtpmanager/gstrtpssrcdemux.c:
7557         (gst_rtp_ssrc_demux_change_state):
7558         Don't clean up pads when going to PAUSED.
7559
7560 2007-12-30  David Schleef  <ds@schleef.org>
7561
7562         * configure.ac:
7563         * sys/glsink/Makefile.am:
7564           Switch to using pkgconfig to detect libGL.  Since we use
7565           recent features added to Mesa, there's no point in adding
7566           a check for pre-pkgconfig versions.
7567
7568 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7569
7570         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
7571         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
7572         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
7573         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
7574         Fix 'xyz may be used uninitialized' compiler warnings caused
7575         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7576         abort() in any case but properly report the error.
7577
7578 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7579
7580         * configure.ac:
7581         * ext/gio/gstgio.c:
7582         * ext/gio/gstgio.h:
7583         * ext/gio/gstgiobasesink.h:
7584         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7585         * ext/gio/gstgiobasesrc.h:
7586         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
7587         * ext/gio/gstgiosink.h:
7588         * ext/gio/gstgiosrc.h:
7589         * ext/gio/gstgiostreamsink.h:
7590         * ext/gio/gstgiostreamsrc.h:
7591         * tests/check/pipelines/gio.c:
7592         Update to latest API changes in GLib/GIO and require at least
7593         gio-2.0 2.15.0 for this.
7594         
7595         * ext/gio/Makefile.am:
7596         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
7597
7598 2007-12-28  David Schleef  <ds@schleef.org>
7599
7600         * configure.ac:
7601         * sys/glsink/glextensions.c:
7602         * sys/glsink/glextensions.h:
7603         * sys/glsink/glimagesink.c:
7604         * sys/glsink/glimagesink.h:
7605         * sys/glsink/gstglbuffer.c:
7606         * sys/glsink/gstglbuffer.h:
7607         * sys/glsink/gstglconvert.c:
7608         * sys/glsink/gstgldisplay.c:
7609         * sys/glsink/gstgldisplay.h:
7610         * sys/glsink/gstgldownload.c:
7611         * sys/glsink/gstglfilter.c:
7612         * sys/glsink/gstglfilter.h:
7613         * sys/glsink/gstglfilterexample.c:
7614         * sys/glsink/gstgltestsrc.c:
7615         * sys/glsink/gstglupload.c:
7616           Major cleanup of code.  Convert glupload to BaseTransform.
7617           Handle caps negotiation mostly correctly.  Reenable in build.
7618
7619 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
7620
7621         * ext/soup/Makefile.am:
7622         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
7623           (gst_souphttp_src_unicodify), (soup_got_headers):
7624           Use gst_tag_freeform_string_to_utf8() and post radio station
7625           info as tags on the bus.
7626
7627 2007-12-26  David Schleef  <ds@schleef.org>
7628
7629         * sys/glsink/glimagesink.c:
7630         * sys/glsink/gstglupload.c:
7631           Change glimagesink over to using GL buffers.  This breaks
7632           glimagesink for normal operation, but should be fixed soon.
7633
7634 2007-12-26  David Schleef  <ds@schleef.org>
7635
7636         * sys/glsink/gltestsrc.c:
7637         * sys/glsink/gstglbuffer.c:
7638         * sys/glsink/gstglbuffer.h:
7639         * sys/glsink/gstgldownload.c:
7640         * sys/glsink/gstglfilter.c:
7641         * sys/glsink/gstglfilterexample.c:
7642         * sys/glsink/gstgltestsrc.c:
7643         * sys/glsink/gstglupload.c:
7644           Convert gldownload to BaseTransform.  Make glfilterexample
7645           visually interesting.  Add support for various formats to
7646           downloading.  Fix a few places where we leak GL state to
7647           other elements (bad, but hard to prevent).
7648
7649 2007-12-26  David Schleef  <ds@schleef.org>
7650
7651         * sys/glsink/BUGS:
7652         * sys/glsink/Makefile.am:
7653         * sys/glsink/gstglbuffer.c:
7654         * sys/glsink/gstglbuffer.h:
7655         * sys/glsink/gstglconvert.c:
7656         * sys/glsink/gstgldisplay.c:
7657         * sys/glsink/gstglfilter.c:
7658         * sys/glsink/gstglfilter.h:
7659         * sys/glsink/gstglfilterexample.c:
7660         * sys/glsink/gstgltestsrc.c:
7661         * sys/glsink/gstglupload.c:
7662         * sys/glsink/gstopengl.c:
7663           Remove code that handles non-texture buffers.  Add a
7664           GstGLBufferFormat type that corresponds to how to use the
7665           texture, not the original video format.  Convert gstflfilter.c
7666           into a base class, add glfilterexample and glconvert elements.
7667         * sys/glsink/color_matrix.c:
7668           Minor ramblings about color conversion matrices.
7669
7670 2007-12-24  David Schleef  <ds@schleef.org>
7671
7672         * sys/glsink/Makefile.am:
7673         * sys/glsink/gltestsrc.c:
7674         * sys/glsink/gltestsrc.h:
7675         * sys/glsink/gstgldisplay.c:
7676         * sys/glsink/gstgldownload.c:
7677         * sys/glsink/gstglfilter.c:
7678         * sys/glsink/gstgltestsrc.c:
7679         * sys/glsink/gstgltestsrc.h:
7680         * sys/glsink/gstglupload.c:
7681         * sys/glsink/gstopengl.c:
7682           Add gltestsrc element, a duplicate of videotestsrc that uses
7683           GL rendering to create images.  More cleanup.
7684
7685 2007-12-24  David Schleef  <ds@schleef.org>
7686
7687         * sys/glsink/gstglbuffer.c:
7688         * sys/glsink/gstgldownload.c:
7689         * sys/glsink/gstglfilter.c:
7690           Clean up code.  Fix a few leaks.
7691
7692 2007-12-24  David Schleef  <ds@schleef.org>
7693
7694         * sys/glsink/Makefile.am:
7695         * sys/glsink/glimagesink.h:
7696         * sys/glsink/glvideo.c:
7697         * sys/glsink/glvideo.h:
7698         * sys/glsink/gstglbuffer.c:
7699         * sys/glsink/gstglbuffer.h:
7700         * sys/glsink/gstgldisplay.c:
7701         * sys/glsink/gstgldisplay.h:
7702           Rename glvideo.[ch] to gstgldisplay.[ch].
7703
7704 2007-12-24  David Schleef  <ds@schleef.org>
7705
7706         * sys/glsink/glimagesink.c:
7707         * sys/glsink/glimagesink.h:
7708         * sys/glsink/glvideo.c:
7709         * sys/glsink/glvideo.h:
7710         * sys/glsink/gstglbuffer.c:
7711         * sys/glsink/gstglbuffer.h:
7712         * sys/glsink/gstgldownload.c:
7713         * sys/glsink/gstglfilter.c:
7714         * sys/glsink/gstglupload.c:
7715           Rewrite a bunch of code to use textures as the intermediate
7716           instead of renderbuffers.  upload, download, filtering all
7717           work.
7718
7719 2007-12-23  David Schleef  <ds@schleef.org>
7720
7721         * gst/videoparse/Makefile.am:
7722         * gst/videoparse/README:
7723         * gst/videoparse/gstvideoparse.c:
7724           Remove videoparse element, because it was moved to gst/rawparse/
7725
7726 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7727
7728         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
7729         Always seek on frame boundaries, will produce nothing useful
7730         otherwise.
7731
7732 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7733
7734         * configure.ac:
7735         * gst/rawparse/Makefile.am:
7736         * gst/rawparse/README:
7737         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
7738         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
7739         (gst_audio_parse_class_init), (gst_audio_parse_init),
7740         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
7741         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
7742         * gst/rawparse/gstaudioparse.h:
7743         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
7744         (gst_raw_parse_class_init), (gst_raw_parse_init),
7745         (gst_raw_parse_dispose),
7746         (gst_raw_parse_class_set_src_pad_template),
7747         (gst_raw_parse_class_set_multiple_frames_per_buffer),
7748         (gst_raw_parse_reset), (gst_raw_parse_chain),
7749         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
7750         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
7751         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
7752         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
7753         (gst_raw_parse_is_negotiated):
7754         * gst/rawparse/gstrawparse.h:
7755         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
7756         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
7757         (gst_video_parse_class_init), (gst_video_parse_init),
7758         (gst_video_parse_set_property), (gst_video_parse_get_property),
7759         (gst_video_parse_format_to_fourcc),
7760         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
7761         * gst/rawparse/gstvideoparse.h:
7762         * gst/rawparse/plugin.c: (plugin_init):
7763         Add new plugin rawparse that contains a base class for raw data
7764         parsers and the two elements audioparse and videoparse that can
7765         be used to parse raw audio and video. These are inspired by the
7766         old videoparse element which the new rawparse plugin deprecates.
7767
7768 2007-12-21  David Schleef  <ds@schleef.org>
7769
7770         * sys/glsink/glextensions.c:
7771         * sys/glsink/glextensions.h:
7772         * sys/glsink/glvideo.c:
7773         * sys/glsink/glvideo.h:
7774         * sys/glsink/gstglbuffer.c:
7775         * sys/glsink/gstgldownload.c:
7776         * sys/glsink/gstglupload.c:
7777           A careful read of the documentation reveals that I can't use
7778           renderbuffers as textures.  Duh.  Checkpoint because I'm about
7779           to rewrite a bunch of code.
7780
7781 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
7782
7783         * ext/metadata/TODO:
7784         * ext/metadata/gstbasemetadata.c:
7785         * ext/metadata/gstbasemetadata.h:
7786         * ext/metadata/metadata.h:
7787         * ext/metadata/metadataiptc.c:
7788         * ext/metadata/metadatamuxjpeg.c:
7789         * ext/metadata/metadataparsejpeg.c:
7790         * ext/metadata/metadataparseutil.c:
7791           Some IPTC tags mapped.
7792
7793 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
7794
7795         * ext/metadata/Makefile.am:
7796         * ext/metadata/TODO:
7797         * ext/metadata/gstbasemetadata.c:
7798         * ext/metadata/gstbasemetadata.h:
7799         * ext/metadata/gstmetadatacommon.c:
7800         * ext/metadata/gstmetadatacommon.h:
7801         * ext/metadata/metadata.c:
7802         * ext/metadata/metadata.h:
7803           Removed gstmetadatacommon.
7804
7805 2007-12-20  David Schleef  <ds@schleef.org>
7806
7807         * sys/glsink/Makefile.am:
7808         * sys/glsink/glextensions.c:
7809         * sys/glsink/glextensions.h:
7810         * sys/glsink/glimagesink.c:
7811         * sys/glsink/glimagesink.h:
7812         * sys/glsink/glvideo.c:
7813         * sys/glsink/glvideo.h:
7814         * sys/glsink/gstglbuffer.c:
7815         * sys/glsink/gstglbuffer.h:
7816         * sys/glsink/gstgldownload.c:
7817         * sys/glsink/gstglfilter.c:
7818         * sys/glsink/gstglupload.c:
7819         * sys/glsink/gstopengl.c:
7820           Switch to using framebuffer_objects instead of GLXPixmaps,
7821           because that's what my driver supports.  Remove GLDrawable,
7822           since GstGLDisplay now has a default drawable and context.
7823
7824 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7825
7826         * gst/equalizer/.cvsignore:
7827         * gst/switch/.cvsignore:
7828           Ignore more.
7829
7830 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7831
7832         * ext/metadata/Makefile.am:
7833         * ext/metadata/TODO:
7834         * ext/metadata/gstbasemetadata.c:
7835         * ext/metadata/gstbasemetadata.h:
7836         * ext/metadata/gstmetadatacommon.c:
7837         * ext/metadata/gstmetadatacommon.h:
7838         * ext/metadata/gstmetadatademux.c:
7839         * ext/metadata/gstmetadatademux.h:
7840         * ext/metadata/gstmetadatamux.c:
7841         * ext/metadata/gstmetadatamux.h:
7842         * ext/metadata/metadata.c:
7843         * ext/metadata/metadata.h:
7844         * ext/metadata/metadataexif.c:
7845         * ext/metadata/metadataparsejpeg.c:
7846         * ext/metadata/metadataparsepng.c:
7847         * ext/metadata/metadatatags.c:
7848         * ext/metadata/metadatatags.h:
7849         * ext/metadata/test/metadata_editor.c:
7850           New base class for metadata elements.
7851
7852 2007-12-18  Andy Wingo  <wingo@pobox.com>
7853
7854         * gst/switch/gstswitch-marshal.list:
7855         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7856         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7857         (gst_selector_pad_get_property)
7858         (gst_selector_pad_get_running_time)
7859         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7860         (gst_segment_set_stop, gst_segment_set_start)
7861         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7862         (gst_stream_selector_push_pending_stop)
7863         (gst_stream_selector_switch): Change so that the signals and
7864         properties deal in running time, not buffer time. Document the
7865         signals more. Change uint64 in API to int64, to reflect what's in
7866         GstSegment.
7867
7868 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7869
7870         * Makefile.am:
7871           Include common/win32.mak for CRLF check of win32 project
7872           files (see #393626).
7873
7874         * configure.ac:
7875           Bump requirements to -base CVS for libgstvideo additions in
7876           glimagesink. Disable glimagesink until the missing files get
7877           checked in.
7878
7879 2007-12-17  David Schleef  <ds@schleef.org>
7880
7881         * sys/glsink/Makefile.am:
7882         * sys/glsink/glimagesink.c:
7883         * sys/glsink/glimagesink.h:
7884         * sys/glsink/glvideo.c:
7885         * sys/glsink/glvideo.h:
7886         * sys/glsink/gstopengl.c:
7887         * sys/glsink/gstglupload.c:
7888           Use new GstVideoFormat checked into -base.  Add new glupload
7889           element to upload raw video into a GLXPixbuf.  Untested.  Will
7890           likely crash your motorcycle if you try it.
7891         * sys/glsink/gstvideo-common.c:
7892         * sys/glsink/gstvideo-common.h:
7893           Remove.
7894
7895 2007-12-17  David Schleef  <ds@schleef.org>
7896
7897         * gst/multifile/gstmultifilesrc.c:
7898         * gst/multifile/gstmultifilesrc.h:
7899           When subsequent files are read, if the file doesn't exist, send
7900           an EOS instead of causing an error.
7901
7902 2007-12-17  Andy Wingo  <wingo@pobox.com>
7903
7904         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7905         a buffer is ignored, not NOT_LINKED. No sense in making a source
7906         element error out; at least fdsrc considers NOT_LINKED to be a
7907         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7908
7909         * gst/switch/gstswitch-marshal.list:
7910         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7911         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7912         (gst_stream_selector_block): Make the block() signal return the
7913         last stop time of the active pad. Patch 10/12.
7914
7915         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7916         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7917         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7918         pad property, not an element property.
7919         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7920         duration, not timestamp. Patch 9/12.
7921
7922         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7923         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7924         cond mechanism instead of blocked pads. Patch 8/12.
7925
7926         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7927
7928         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7929         (gst_selector_pad_chain, gst_stream_selector_init)
7930         (gst_stream_selector_dispose): Add infrastructure for new blocking
7931         mechanism that does not use gst_pad_set_blocked, which does not
7932         work on sink pads. Patch 7/12.
7933
7934         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7935         (gst_stream_selector_get_property): Add last-stop-time readable
7936         property. Patch 6/12.
7937
7938         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7939         state variables.
7940
7941         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7942         (gst_selector_pad_chain): Push any pending stop event.
7943         (gst_stream_selector_set_active_pad)
7944         (gst_stream_selector_set_property): Factor out setting the active
7945         pad to a function. Close the segment of the previous active pad if
7946         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7947         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7948
7949         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7950         the block() signal. This implementation will be replaced in future
7951         patches, however. Patch 4/12.
7952
7953         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7954         vmethod prototypes.
7955
7956         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7957         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7958         vmethod definitions. Patch 3/12.
7959
7960         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7961         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7962         `block' and `switch' signals.
7963
7964         * gst/switch/Makefile.am: 
7965         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7966         marshaller for the `switch' signal. Patch 2/12.
7967
7968         * gst/switch/gstswitch.h: 
7969         * gst/switch/gstswitch.c: Replace with files from
7970         gststreamselector.[ch], registered as the "switch" plugin, with
7971         "GstSwitch" types. Patch 1/12.
7972
7973 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7974
7975         * ext/metadata/TODO:
7976         * ext/metadata/gstmetadatademux.c:
7977         * ext/metadata/metadata.c:
7978         * ext/metadata/metadata.h:
7979         * ext/metadata/metadataparsejpeg.c:
7980         * ext/metadata/metadataparsejpeg.h:
7981         * ext/metadata/metadataparsepng.c:
7982         * ext/metadata/metadataparsepng.h:
7983         * ext/metadata/test/MetadataEditorMain.glade:
7984         * ext/metadata/test/metadata_editor.c:
7985           Added "parse-only" property to metadatademux.
7986
7987 2007-12-16  David Schleef  <ds@schleef.org>
7988
7989         * sys/glsink/glimagesink.c:
7990         * sys/glsink/glimagesink.h:
7991         * sys/glsink/glvideo.c:
7992         * sys/glsink/glvideo.h:
7993           Rename GLVideo* to GstGL*.
7994
7995 2007-12-15  David Schleef  <ds@schleef.org>
7996
7997         * sys/glsink/Makefile.am:
7998         * sys/glsink/glextensions.c:
7999         * sys/glsink/glextensions.h:
8000         * sys/glsink/glvideo.c:
8001           Add vblank synchronization.  Isn't really working on my
8002           driver. :(
8003
8004 2007-12-15  David Schleef  <ds@schleef.org>
8005
8006         * sys/glsink/Makefile.am:
8007         * sys/glsink/glimagesink.c:
8008         * sys/glsink/glvideo.c:
8009         * sys/glsink/glvideo.h:
8010         * sys/glsink/gstvideo-common.c:
8011         * sys/glsink/gstvideo-common.h:
8012           Add support for xRGB, xBGR, and AYUV.  Re-add support for
8013           power-of-2 textures.
8014
8015 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
8016
8017         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
8018         (gst_video_parse_sink_event):
8019         Free the adapter on dispose and correctly reset on newsegment events.
8020
8021 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
8022
8023         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
8024         (gst_video_parse_src_event), (gst_video_parse_src_query):
8025         Improve duration query by first asking upstream and if it can't handle
8026         the query try to get the duration in bytes from upstream and convert.
8027         For seeks, try if upstream handles this already first and do our
8028         conversion to byte format only if it doesn't and if we get a
8029         newsegment event in time format keep it and only do our conversions
8030         if the event has another format.
8031
8032 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
8033
8034         * gst/videoparse/gstvideoparse.c:
8035         (gst_video_parse_format_get_type),
8036         (gst_video_parse_endianness_get_type),
8037         (gst_video_parse_class_init), (gst_video_parse_init),
8038         (gst_video_parse_set_property), (gst_video_parse_get_property),
8039         (gst_video_parse_format_to_fourcc),
8040         (gst_video_parse_update_block_size), (gst_video_parse_chain),
8041         (gst_video_parse_sink_event):
8042         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
8043         downstream elements downstream, not upstream.
8044
8045 2007-12-14  David Schleef  <ds@schleef.org>
8046
8047         * sys/glsink/gstvideo-common.c:
8048         * sys/glsink/gstvideo-common.h:
8049           Pull together some common raw video functions into one location.
8050           This should eventually move to -base.
8051         * sys/glsink/Makefile.am:
8052         * sys/glsink/glimagesink.c:
8053         * sys/glsink/glimagesink.h:
8054         * sys/glsink/glvideo.c:
8055         * sys/glsink/glvideo.h:
8056         * sys/glsink/gstopengl.c:
8057           Use the new video-common.h stuff.  Readd support for RGB video.
8058
8059 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
8060
8061         * ext/metadata/Makefile.am:
8062         * ext/metadata/TODO:
8063         * ext/metadata/gstmetadata.c:
8064         * ext/metadata/gstmetadatacommon.c:
8065         * ext/metadata/gstmetadatacommon.h:
8066         * ext/metadata/gstmetadatademux.c:
8067         * ext/metadata/gstmetadatademux.h:
8068         * ext/metadata/gstmetadatamux.c:
8069         * ext/metadata/gstmetadatamux.h:
8070         * ext/metadata/gstmetadataparse.c:
8071         * ext/metadata/gstmetadataparse.h:
8072         * ext/metadata/metadataexif.c:
8073         * ext/metadata/metadatatags.c:
8074         * ext/metadata/test/metadata_editor.c:
8075           Added new module for common functions. Using GST_TYPE_FRACTION for
8076           Exif (S)Rational types.
8077
8078 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8079
8080         * gst/mpegtsparse/mpegtspacketizer.c:
8081         * gst/mpegtsparse/mpegtspacketizer.h:
8082         Hash streams by pid again. Add a linked list inside each
8083         stream with a list of sub_tables. Fix multiple sections
8084         as it was borked with my last commit.
8085
8086 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
8087
8088         * sys/glsink/Makefile.am: add glvideo.h
8089         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
8090         * gst-plugins-bad.spec.in: add latest plugins
8091
8092 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
8093
8094         * ext/metadata/TODO:
8095         * ext/metadata/gstmetadatamux.c:
8096         * ext/metadata/gstmetadataparse.c:
8097         * ext/metadata/metadata.c:
8098         * ext/metadata/metadata.h:
8099         * ext/metadata/metadataiptc.c:
8100         * ext/metadata/metadatamuxjpeg.c:
8101         * ext/metadata/metadatamuxjpeg.h:
8102         * ext/metadata/metadatamuxpng.c:
8103         * ext/metadata/metadatamuxpng.h:
8104         * ext/metadata/metadataparsejpeg.c:
8105         * ext/metadata/metadataparsejpeg.h:
8106         * ext/metadata/metadataparsepng.c:
8107         * ext/metadata/metadataparsepng.h:
8108         * ext/metadata/metadataparseutil.c:
8109         * ext/metadata/metadataparseutil.h:
8110         * ext/metadata/metadatatypes.h:
8111         * ext/metadata/metadataxmp.c:
8112           Code documentation.
8113
8114 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
8115
8116         * configure.ac:
8117         * ext/metadata/Makefile.am:
8118         * ext/metadata/gstmetadatamux.c:
8119         * ext/metadata/gstmetadataparse.c:
8120         * ext/metadata/metadataexif.c:
8121         * ext/metadata/metadatatags.c:
8122         * ext/metadata/test/Makefile:
8123         * ext/metadata/test/MetadataEditorMain.glade:
8124         * ext/metadata/test/metadata_editor.c:
8125           Added a test application. Added some EXIF tags. Fixed a muxer bug.
8126
8127 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8128
8129         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
8130           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
8131           Implement a query type function for the src pad, implement seeking
8132           and use ANY caps for the sink pad as the element doesn't care what
8133           caps the input has and everything is handled via properties.
8134
8135 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8136
8137         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
8138           (gst_video_parse_sink_event):
8139           Handle -1 values for the CONVERT query too.
8140
8141 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8142
8143         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
8144           Add YV12 to the pad templates as it is supported too and allow
8145           -1 as stop position for NEWSEGMENT events.
8146
8147 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8148
8149         * gst/videoparse/Makefile.am:
8150           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
8151
8152         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
8153           (gst_video_parse_set_property), (gst_video_parse_get_property):
8154           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
8155           gives a g_critical().
8156
8157 2007-12-12  David Schleef  <ds@schleef.org>
8158
8159         * gst/videoparse/README:
8160         * gst/videoparse/gstvideoparse.c:
8161           Add a bunch of features: handle format specification, handle
8162           queries and conversion.  Works much like a normal parser now.
8163
8164 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
8165
8166         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
8167         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
8168         (gst_rtp_pt_demux_change_state):
8169         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
8170         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
8171         (gst_rtp_ssrc_demux_change_state):
8172         Clean up the dynamic pads when going to READY.
8173
8174 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
8175
8176         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
8177         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
8178         (gst_rtp_bin_handle_message):
8179         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
8180         (rtp_session_send_bye):
8181         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
8182         Fix some leaks.
8183
8184 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
8185
8186         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
8187           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
8188           (gst_dtsdec_chain):
8189         * ext/dts/gstdtsdec.h:
8190           Add support for "audio/x-private1-dts" as used by flupsparse. Most
8191           changes adapted from a52dec.
8192
8193 2007-12-11  David Schleef  <ds@schleef.org>
8194
8195         * sys/glsink/Makefile.am:
8196         * sys/glsink/glimagesink.c:
8197         * sys/glsink/glvideo.c:
8198         * sys/glsink/glvideo.h:
8199           Split out gl-related code into a separate file with a
8200           sensible API.  Major cleanup.  Still crashes occasionally
8201           due to different threads touching bits at the same time.
8202
8203 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
8204
8205         Patch by: Wouter Cloetens <wouter at mind dot be>
8206
8207         * ext/soup/gstsouphttpsrc.c: (_do_init),
8208         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
8209         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
8210         (gst_souphttp_src_get_property), (unicodify),
8211         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
8212         (gst_souphttp_src_start), (gst_souphttp_src_stop),
8213         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
8214         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
8215         (soup_got_headers), (soup_got_body), (soup_finished),
8216         (soup_got_chunk), (soup_response), (soup_parse_status),
8217         (gst_souphttp_src_uri_get_type),
8218         (gst_souphttp_src_uri_get_protocols),
8219         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
8220         (gst_souphttp_src_uri_handler_init):
8221         * ext/soup/gstsouphttpsrc.h:
8222         Do not try to unpause I/O in the "queued" state.
8223         Reorganise a bunch of things and cleanups.
8224         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
8225         See #502335.
8226
8227 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
8228
8229         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
8230         Fix caps memleak.
8231
8232 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
8233
8234         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8235           (gst_flv_parse_tag_video):
8236           Don't strdup (and thus leak) codec name strings when passing
8237           them to gst_tag_list_add().
8238
8239 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
8240
8241         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
8242         (gst_rtp_bin_handle_message):
8243         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
8244         (on_ssrc_sdes):
8245         Post a message when the SDES infor changes for a source.
8246
8247         * gst/rtpmanager/rtpsession.c:
8248         * gst/rtpmanager/rtpsource.c:
8249         Update some comments.
8250
8251 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
8252
8253         Based on patch by: <mutex at runbox dot com>
8254
8255         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
8256         Forward the query upstream, the default element event handler does
8257         something different. Fixes #502879.
8258
8259 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
8260
8261         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
8262         (gst_rtp_bin_class_init):
8263         * gst/rtpmanager/gstrtpbin.h:
8264         * gst/rtpmanager/gstrtpclient.c:
8265         * gst/rtpmanager/gstrtpclient.h:
8266         * gst/rtpmanager/gstrtpjitterbuffer.h:
8267         * gst/rtpmanager/gstrtpmanager.c:
8268         * gst/rtpmanager/gstrtpptdemux.c:
8269         * gst/rtpmanager/gstrtpptdemux.h:
8270         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
8271         (gst_rtp_session_class_init), (gst_rtp_session_init):
8272         * gst/rtpmanager/gstrtpsession.h:
8273         * gst/rtpmanager/gstrtpssrcdemux.c:
8274         * gst/rtpmanager/gstrtpssrcdemux.h:
8275         * gst/rtpmanager/rtpjitterbuffer.c:
8276         * gst/rtpmanager/rtpjitterbuffer.h:
8277         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
8278         (on_ssrc_sdes), (rtp_session_process_sdes):
8279         * gst/rtpmanager/rtpsession.h:
8280         * gst/rtpmanager/rtpsource.c:
8281         * gst/rtpmanager/rtpsource.h:
8282         * gst/rtpmanager/rtpstats.c:
8283         * gst/rtpmanager/rtpstats.h:
8284         Add signal to notify of an SDES change.
8285         Fix object type in the signal callbacks.
8286
8287 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
8288
8289         * gst/rtpmanager/gstrtpbin.c: (create_session),
8290         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
8291         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
8292         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
8293         * gst/rtpmanager/gstrtpbin.h:
8294         Expose SDES items as properties and configure the session managers with
8295         them.
8296
8297         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
8298         (rtp_source_set_property):
8299         Fix SSRC property.
8300
8301 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
8302
8303         * gst/rtpmanager/gstrtpbin.c: (create_session):
8304         * gst/rtpmanager/rtpjitterbuffer.c:
8305         Update comment.
8306
8307         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
8308         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
8309         Define some GObject properties to set SDES and other configuration.
8310
8311         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
8312         (rtp_session_init), (rtp_session_finalize),
8313         (rtp_session_set_property), (rtp_session_get_property),
8314         (on_ssrc_sdes), (rtp_session_set_bandwidth),
8315         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
8316         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
8317         (rtp_session_get_sdes_string), (obtain_source),
8318         (rtp_session_get_internal_source), (rtp_session_process_sdes),
8319         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
8320         (is_rtcp_time):
8321         * gst/rtpmanager/rtpsession.h:
8322         Add signal when new SDES infor has been found for a source.
8323         Create properties for SDES and other info.
8324         Simplify the SDES API.
8325         Add method for getting the internal source object of the session.
8326
8327         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
8328         (rtp_source_finalize), (rtp_source_set_property),
8329         (rtp_source_get_property), (rtp_source_set_callbacks),
8330         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
8331         (rtp_source_is_as_csrc), (rtp_source_is_active),
8332         (rtp_source_is_validated), (rtp_source_is_sender),
8333         (rtp_source_received_bye), (rtp_source_get_bye_reason),
8334         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
8335         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
8336         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
8337         * gst/rtpmanager/rtpsource.h:
8338         Add GObject properties for various things.
8339         Don't leak the bye reason.
8340
8341 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
8342
8343         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8344         (gst_flv_parse_tag_video):
8345         Fix list of supported and known codecs.
8346         Emit tag with the codec name so it gets properly reported in totem and
8347         other applications.
8348
8349 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
8350
8351         * configure.ac:
8352         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
8353
8354 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8355
8356         * gst/equalizer/gstiirequalizer.c:
8357         (gst_iir_equalizer_transform_ip):
8358         Fix compilation.
8359
8360 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8361
8362         * gst/equalizer/gstiirequalizer.c:
8363         (gst_iir_equalizer_transform_ip):
8364         Don't process buffers in passthrough mode.
8365
8366 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8367
8368         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8369         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8370         The transform() methods are not called in passthrough mode so
8371         there's no need for checking if the element is in passthrough mode.
8372
8373 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8374
8375         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8376         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8377         Sync the GObject properties with the controller even in passthrough
8378         mode to get consistent property values.
8379
8380 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
8381
8382         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
8383           Mark crc values table as constant.
8384
8385 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
8386
8387         * ext/metadata/metadataexif.c:
8388         * ext/metadata/metadataiptc.c:
8389         * ext/metadata/metadatatags.c:
8390         * ext/metadata/metadatatags.h:
8391         * ext/metadata/metadataxmp.c:
8392           Added some tags to exif parser.
8393
8394 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8395
8396         * gst/mpegtsparse/mpegtspacketizer.c:
8397         * gst/mpegtsparse/mpegtsparse.c:
8398         A sub table is identified by the pair table_id and 
8399         sub_table_identifier, not by pid. So hash with that.
8400         * sys/dvb/dvbbasebin.c:
8401         Make sure initial pids are added properly to filter,
8402
8403 2007-12-05  Andy Wingo  <wingo@pobox.com>
8404
8405         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
8406         buffers from app thread when unsetting `queue-buffers', it's
8407         dangerous and the chain function will do it for us anyway.
8408
8409 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8410
8411         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
8412         (metadatamux_jpeg_lazy_update):
8413         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
8414         (metadataparse_jpeg_reading):
8415           Now compiles even when libiptc is missing.
8416
8417 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8418
8419         * ext/metadata/gstmetadatamux.c:
8420         * ext/metadata/gstmetadatamux.h:
8421         * ext/metadata/gstmetadataparse.c:
8422         * ext/metadata/gstmetadataparse.h:
8423         * ext/metadata/metadata.c:
8424         * ext/metadata/metadata.h:
8425         * ext/metadata/metadatamuxjpeg.c:
8426         * ext/metadata/metadatamuxjpeg.h:
8427         * ext/metadata/metadatamuxpng.c:
8428         * ext/metadata/metadatamuxpng.h:
8429           Fixed element properties and now muxer writes to png also.
8430
8431 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8432
8433         * gst/mpegtsparse/Makefile.am:
8434         * gst/mpegtsparse/mpegtspacketizer.c:
8435         * gst/mpegtsparse/mpegtsparse.c:
8436         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
8437         messages.
8438         * sys/dvb/dvbbasebin.c:
8439         Instead of attaching to signals, use the bus messages.
8440         Also fix up so the dvbsrc starts only outputting the info tables
8441         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
8442
8443 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
8444
8445         * ext/metadata/gstmetadatamux.c:
8446         * ext/metadata/gstmetadatamux.h:
8447         * ext/metadata/metadataexif.c:
8448         * ext/metadata/metadataexif.h:
8449         * ext/metadata/metadataiptc.c:
8450         * ext/metadata/metadataiptc.h:
8451         * ext/metadata/metadatamuxjpeg.c:
8452         * ext/metadata/metadataxmp.c:
8453         * ext/metadata/metadataxmp.h:
8454           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
8455           implemets GstTagSetter interface.
8456
8457 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
8458
8459         * gst/librfb/rfbdecoder.c:
8460                 Should fix the 64-bit build
8461
8462 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8463
8464         * ext/metadata/gstmetadatamux.c:
8465         * ext/metadata/gstmetadatamux.h:
8466         * ext/metadata/gstmetadataparse.c:
8467         * ext/metadata/gstmetadataparse.h:
8468         * ext/metadata/metadataexif.c:
8469         * ext/metadata/metadataexif.h:
8470         * ext/metadata/metadataiptc.c:
8471         * ext/metadata/metadataiptc.h:
8472         * ext/metadata/metadatamuxjpeg.c:
8473         * ext/metadata/metadatamuxpng.c:
8474         * ext/metadata/metadataparsejpeg.c:
8475         * ext/metadata/metadataparsepng.c:
8476         * ext/metadata/metadataxmp.c:
8477         * ext/metadata/metadataxmp.h:
8478           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
8479
8480 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8481
8482         * gst/librfb/rfbdecoder.c:
8483         * gst/librfb/rfbdecoder.h:
8484                 Add CoRRE encoding
8485
8486 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8487
8488         * gst/mpegtsparse/mpegtsparse.c:
8489         CRC check the psi pids. CRC checking code relicenced from MPL.
8490         Thanks Fluendo.
8491
8492 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8493
8494         * ext/metadata/Makefile.am:
8495         * ext/metadata/gstmetadatamux.c:
8496         * ext/metadata/gstmetadatamux.h:
8497         * ext/metadata/gstmetadataparse.c:
8498         * ext/metadata/metadata.c:
8499         * ext/metadata/metadata.h:
8500         * ext/metadata/metadatamuxjpeg.c:
8501         * ext/metadata/metadatamuxjpeg.h:
8502         * ext/metadata/metadatamuxpng.c:
8503         * ext/metadata/metadatamuxpng.h:
8504         * ext/metadata/metadataparsejpeg.c:
8505         * ext/metadata/metadataparsejpeg.h:
8506         * ext/metadata/metadataparsepng.c:
8507         * ext/metadata/metadataparsepng.h:
8508         * ext/metadata/metadatatypes.c:
8509         * ext/metadata/metadatatypes.h:
8510           Fixed get_range bug when injecting and stripping. And mux is almost
8511           done now.
8512
8513 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8514
8515         * gst/librfb/rfbdecoder.c:
8516                 Use glib macro for swapping
8517
8518 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
8519
8520         * gst/librfb/gstrfbsrc.c:
8521         * gst/librfb/rfbdecoder.c:
8522         * gst/librfb/rfbdecoder.h:
8523                 Disable CopyRect encoding by default
8524                 Add RRE encoding
8525
8526 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8527
8528         Patch by: Wouter Cloetens <wouter at mind dot be>
8529
8530         * configure.ac:
8531         Bump libsoup requirement as libsoup does not support async client
8532         operation prior to version 2.2.104 and it has some leaks.
8533
8534         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
8535         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8536         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
8537         (gst_souphttp_src_start), (gst_souphttp_src_stop),
8538         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
8539         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
8540         (soup_finished), (soup_got_chunk), (soup_response),
8541         (soup_session_close):
8542         * ext/soup/gstsouphttpsrc.h:
8543         Implement unlock().
8544         Picks up the size from the Content-Length header and emit a duration
8545         message.
8546         Don't leak the GMainContext object.
8547         Fixes #500099.
8548
8549 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8550
8551         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8552         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
8553         (alsaspdifsink_find_pcm_device):
8554         Don't free uninitialized data when we are in error.
8555
8556 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8557
8558         * ext/metadata/gstmetadatamux.c:
8559         * ext/metadata/gstmetadataparse.c:
8560         * ext/metadata/metadataexif.c:
8561         * ext/metadata/metadataexif.h:
8562         * ext/metadata/metadataiptc.c:
8563         * ext/metadata/metadataiptc.h:
8564         * ext/metadata/metadatatags.c:
8565         * ext/metadata/metadatatags.h:
8566         * ext/metadata/metadataxmp.c:
8567         * ext/metadata/metadataxmp.h:
8568           Sending make and model individual tags and muxer now links fine.
8569
8570 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8571
8572         * ext/metadata/Makefile.am:
8573         * ext/metadata/gstmetadata.c:
8574         * ext/metadata/gstmetadatamux.c:
8575         * ext/metadata/gstmetadatamux.h:
8576         * ext/metadata/gstmetadataparse.c:
8577         * ext/metadata/gstmetadataparse.h:
8578         * ext/metadata/metadata.c:
8579         * ext/metadata/metadata.h:
8580         * ext/metadata/metadataexif.c:
8581         * ext/metadata/metadataexif.h:
8582         * ext/metadata/metadataiptc.c:
8583         * ext/metadata/metadataiptc.h:
8584         * ext/metadata/metadataparse.c:
8585         * ext/metadata/metadataparse.h:
8586         * ext/metadata/metadataparseexif.c:
8587         * ext/metadata/metadataparseexif.h:
8588         * ext/metadata/metadataparseiptc.c:
8589         * ext/metadata/metadataparseiptc.h:
8590         * ext/metadata/metadataparsexmp.c:
8591         * ext/metadata/metadataparsexmp.h:
8592         * ext/metadata/metadatatags.c:
8593         * ext/metadata/metadatatags.h:
8594         * ext/metadata/metadataxmp.c:
8595         * ext/metadata/metadataxmp.h:
8596           Small fixes in get_range and better structure for generic muxer and
8597           demuxer.
8598
8599 2007-11-26  Julien Moutte  <julien@fluendo.com>
8600
8601         * configure.ac: Add QuickTime Wrapper plug-in.
8602         * gst/speexresample/gstspeexresample.c:
8603         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
8604         build on Mac OS X Leopard. Incorrect printf format arguments.
8605         * sys/Makefile.am:
8606         * sys/qtwrapper/Makefile.am:
8607         * sys/qtwrapper/audiodecoders.c:
8608         (qtwrapper_audio_decoder_base_init),
8609         (qtwrapper_audio_decoder_class_init),
8610         (qtwrapper_audio_decoder_init),
8611         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
8612         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
8613         (make_samr_magic_cookie), (open_decoder),
8614         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
8615         (qtwrapper_audio_decoder_chain),
8616         (qtwrapper_audio_decoder_sink_event),
8617         (qtwrapper_audio_decoders_register):
8618         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
8619         (fourcc_to_caps):
8620         * sys/qtwrapper/codecmapping.h:
8621         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
8622         (image_description_for_mp4v), (image_description_from_stsd_buffer),
8623         (image_description_from_codec_data):
8624         * sys/qtwrapper/imagedescription.h:
8625         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
8626         (get_output_info_from_component), (dump_avcc_atom),
8627         (dump_image_description), (dump_codec_decompress_params),
8628         (addSInt32ToDictionary), (dump_cvpixel_buffer),
8629         (DestroyAudioBufferList), (AllocateAudioBufferList):
8630         * sys/qtwrapper/qtutils.h:
8631         * sys/qtwrapper/qtwrapper.c: (plugin_init):
8632         * sys/qtwrapper/qtwrapper.h:
8633         * sys/qtwrapper/videodecoders.c:
8634         (qtwrapper_video_decoder_base_init),
8635         (qtwrapper_video_decoder_class_init),
8636         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
8637         (fill_image_description), (new_image_description), (close_decoder),
8638         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
8639         (decompressCb), (qtwrapper_video_decoder_chain),
8640         (qtwrapper_video_decoder_sink_event),
8641         (qtwrapper_video_decoders_register): Initial import of QuickTime
8642         wrapper jointly developped by Songbird authors (Pioneers of the
8643         Inevitable) and Fluendo.
8644
8645 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
8646
8647         * gst/spectrum/gstspectrum.c:
8648           Use dispose and finalize. Dispose can be called multiple times.
8649
8650 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
8651
8652         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8653         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
8654           Now works when get_range is not available upstream.
8655
8656 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
8657
8658         * gst/speexresample/README:
8659         * gst/speexresample/arch.h:
8660         * gst/speexresample/resample.c: (resampler_basic_direct_single),
8661         (resampler_basic_direct_double),
8662         (resampler_basic_interpolate_single),
8663         (resampler_basic_interpolate_double),
8664         (speex_resampler_process_native), (speex_resampler_process_float),
8665         (speex_resampler_process_int),
8666         (speex_resampler_process_interleaved_float),
8667         (speex_resampler_process_interleaved_int),
8668         (speex_resampler_get_input_latency),
8669         (speex_resampler_get_output_latency):
8670         * gst/speexresample/speex_resampler.h:
8671         Update speex resampler to latest SVN. We're now down to only the
8672         changes noted in README again.
8673
8674         * gst/speexresample/speex_resampler_wrapper.h:
8675         * gst/speexresample/gstspeexresample.c:
8676         (gst_speex_resample_push_drain), (gst_speex_resample_query):
8677         Adjust to API changes.
8678
8679 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
8680
8681         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8682         (gst_flv_parse_tag_video):
8683         Output segment with proper 'stop' value, makes flvdemux 100% compatible
8684         with gnonlin.
8685
8686 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
8687
8688         * ext/dc1394/gstdc1394.c:
8689           Set initial structure name to fix assertion, due to recent caps name
8690           constraints.
8691
8692 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
8693
8694         patch by: Alessandro Decina
8695
8696         * gst/mpegtsparse/mpegtspacketizer.c:
8697         * gst/mpegtsparse/mpegtspacketizer.h:
8698         * gst/mpegtsparse/mpegtsparse.c:
8699         * gst/mpegtsparse/mpegtsparse.h:
8700         pat-info is now a signal not a GObject property that
8701         gets notified.
8702         pat-info, pmt-info now instead of passing a GObject as
8703         a parameter, pass a GstStructure.
8704         New signals: nit-info, sdt-info, eit-info for DVB SI information
8705         * sys/dvb/camconditionalaccess.c:
8706         * sys/dvb/camconditionalaccess.h:
8707         * sys/dvb/camdevice.c:
8708         * sys/dvb/camdevice.h:
8709         * sys/dvb/camswclient.c:
8710         * sys/dvb/camswclient.h:
8711         * sys/dvb/camutils.c:
8712         * sys/dvb/camutils.h:
8713         Cam code now uses the pmt GstStructure passed from mpegtsparse
8714         signals rather than the GObject.
8715         * sys/dvb/dvbbasebin.c:
8716         Use new signals in mpegtsparse and use GstStructures as per
8717         mpegtsparse's modified API.
8718         
8719 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
8720
8721         * ext/metadata/Makefile.am:
8722         * ext/metadata/gstmetadata.c:
8723         * ext/metadata/gstmetadatamux.c:
8724         * ext/metadata/gstmetadatamux.h:
8725         * ext/metadata/gstmetadataparse.c:
8726         * ext/metadata/gstmetadataparse.h:
8727         * ext/metadata/metadataparse.c:
8728         * ext/metadata/metadataparse.h:
8729         * ext/metadata/metadataparsejpeg.c:
8730         * ext/metadata/metadataparsejpeg.h:
8731         * ext/metadata/metadataparsepng.c:
8732         * ext/metadata/metadataparsepng.h:
8733         * ext/metadata/metadataparsetypes.h:
8734         * ext/metadata/metadatatypes.c:
8735         * ext/metadata/metadatatypes.h:
8736           Now parser is generic (just add/remove a list of chunks). And a
8737           template of muxer has been created.
8738
8739 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8740
8741         * gst/speexresample/gstspeexresample.c:
8742         (gst_speex_resample_update_state):
8743         Only post the latency message if we have a resampler state already.
8744
8745 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8746
8747         * gst/speexresample/gstspeexresample.c:
8748         (gst_speex_resample_update_state):
8749         Also post GST_MESSAGE_LATENCY if the latency changes.
8750
8751 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8752
8753         * gst/speexresample/resample.c: (speex_resampler_get_latency),
8754         (speex_resampler_drain_float), (speex_resampler_drain_int),
8755         (speex_resampler_drain_interleaved_float),
8756         (speex_resampler_drain_interleaved_int):
8757         * gst/speexresample/speex_resampler.h:
8758         * gst/speexresample/speex_resampler_wrapper.h:
8759         Add functions to push the remaining samples and to get the latency
8760         of the resampler. These will get added to Speex SVN in this or a
8761         slightly changed form at some point too and should get merged then
8762         again.
8763
8764         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
8765         (gst_speex_resample_init_state),
8766         (gst_speex_resample_transform_size),
8767         (gst_speex_resample_push_drain), (gst_speex_resample_event),
8768         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
8769         (gst_speex_resample_query), (gst_speex_resample_query_type):
8770         Drop the prepending zeroes and output the remaining samples on EOS.
8771         Also properly implement the latency query for this. speexresample
8772         should be completely ready for production use now.
8773
8774 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
8775
8776         * gst/rtpmanager/gstrtpjitterbuffer.c:
8777         (gst_rtp_jitter_buffer_query):
8778         jitterbuffer can buffer an unlimited amount of time and thus has no
8779         max_latency requirements.
8780
8781 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8782
8783         * gst/speexresample/README:
8784         Add README explaining where the resampling code was taken from
8785         and which changes were done.
8786
8787         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8788         (speex_free):
8789         Use g_malloc() and friends instead of malloc() to achieve higher
8790         portability and define the functions inline.
8791
8792         * gst/speexresample/speex_resampler.h:
8793         Add back some useless preprocessor stuff to keep the diff between
8794         our version and the one from the Speex SVN repository lower.
8795
8796 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8797
8798         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8799         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8800         Post a GST_MESSAGE_LATENCY if the latency changes.
8801
8802 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8803
8804         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8805         Don't try to flush the decoder on EOS when it was not initialized.
8806         Fixes #498667
8807
8808 2007-11-21  Julien Moutte  <julien@fluendo.com>
8809
8810         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8811         on Mac OS X. (missing format parameter)
8812
8813 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8814
8815         * gst/equalizer/gstiirequalizer10bands.c:
8816         * gst/equalizer/gstiirequalizer3bands.c:
8817           Remove preset iface again. We'll re-add this after its been released
8818           in -good.
8819
8820 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8821
8822         * gst/speexresample/gstspeexresample.c:
8823         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8824         Some small cleanup and addition of a TODO item.
8825
8826 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8827
8828         * gst/speexresample/Makefile.am:
8829         Add missing file.
8830
8831 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8832
8833         * docs/plugins/inspect/plugin-app.xml:
8834         * docs/plugins/inspect/plugin-bayer.xml:
8835         * docs/plugins/inspect/plugin-cdaudio.xml:
8836         * docs/plugins/inspect/plugin-dvb.xml:
8837         * docs/plugins/inspect/plugin-dvbsrc.xml:
8838         * docs/plugins/inspect/plugin-dvdspu.xml:
8839         * docs/plugins/inspect/plugin-festival.xml:
8840         * docs/plugins/inspect/plugin-flvdemux.xml:
8841         * docs/plugins/inspect/plugin-gstinterlace.xml:
8842         * docs/plugins/inspect/plugin-interleave.xml:
8843         * docs/plugins/inspect/plugin-ladspa.xml:
8844         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8845         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8846         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8847         * docs/plugins/inspect/plugin-mve.xml:
8848         * docs/plugins/inspect/plugin-nas.xml:
8849         * docs/plugins/inspect/plugin-nuvdemux.xml:
8850         * docs/plugins/inspect/plugin-quicktime.xml:
8851         * docs/plugins/inspect/plugin-real.xml:
8852         * docs/plugins/inspect/plugin-rfbsrc.xml:
8853         * docs/plugins/inspect/plugin-sdp.xml:
8854         * docs/plugins/inspect/plugin-sndfile.xml:
8855         * docs/plugins/inspect/plugin-soup.xml:
8856         * docs/plugins/inspect/plugin-speexresample.xml:
8857         * docs/plugins/inspect/plugin-stereo.xml:
8858         * docs/plugins/inspect/plugin-switch.xml:
8859         * docs/plugins/inspect/plugin-vcdsrc.xml:
8860         * docs/plugins/inspect/plugin-videocrop.xml:
8861         * docs/plugins/inspect/plugin-videoparse.xml:
8862         * docs/plugins/inspect/plugin-vmnc.xml:
8863         * docs/plugins/inspect/plugin-x264.xml:
8864         * docs/plugins/inspect/plugin-y4menc.xml:
8865         Add missing inspection files to CVS.
8866
8867 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8868
8869         * docs/plugins/Makefile.am:
8870         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8871         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8872         * docs/plugins/gst-plugins-bad-plugins.args:
8873         * docs/plugins/gst-plugins-bad-plugins.signals:
8874         * docs/plugins/inspect/plugin-bz2.xml:
8875         * docs/plugins/inspect/plugin-cdxaparse.xml:
8876         * docs/plugins/inspect/plugin-dtsdec.xml:
8877         * docs/plugins/inspect/plugin-equalizer.xml:
8878         * docs/plugins/inspect/plugin-faac.xml:
8879         * docs/plugins/inspect/plugin-faad.xml:
8880         * docs/plugins/inspect/plugin-filter.xml:
8881         * docs/plugins/inspect/plugin-freeze.xml:
8882         * docs/plugins/inspect/plugin-gio.xml:
8883         * docs/plugins/inspect/plugin-gsm.xml:
8884         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8885         * docs/plugins/inspect/plugin-h264parse.xml:
8886         * docs/plugins/inspect/plugin-modplug.xml:
8887         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8888         * docs/plugins/inspect/plugin-musepack.xml:
8889         * docs/plugins/inspect/plugin-musicbrainz.xml:
8890         * docs/plugins/inspect/plugin-nsfdec.xml:
8891         * docs/plugins/inspect/plugin-replaygain.xml:
8892         * docs/plugins/inspect/plugin-soundtouch.xml:
8893         * docs/plugins/inspect/plugin-spcdec.xml:
8894         * docs/plugins/inspect/plugin-spectrum.xml:
8895         * docs/plugins/inspect/plugin-speed.xml:
8896         * docs/plugins/inspect/plugin-tta.xml:
8897         * docs/plugins/inspect/plugin-videosignal.xml:
8898         * docs/plugins/inspect/plugin-xingheader.xml:
8899         * docs/plugins/inspect/plugin-xvid.xml:
8900         * gst/speexresample/gstspeexresample.h:
8901         Add speexresample to the docs and while at that do a make update.
8902
8903 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8904
8905         * gst/speexresample/gstspeexresample.c:
8906         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8907         If the resampler gives less output samples than expected
8908         adjust the output buffer and print a warning.
8909
8910 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8911
8912         * configure.ac:
8913         * gst/speexresample/arch.h:
8914         * gst/speexresample/fixed_generic.h:
8915         * gst/speexresample/gstspeexresample.c:
8916         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8917         (gst_speex_resample_init), (gst_speex_resample_start),
8918         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8919         (gst_speex_resample_transform_caps),
8920         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8921         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8922         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8923         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8924         (gst_speex_resample_process), (gst_speex_resample_transform),
8925         (gst_speex_resample_set_property),
8926         (gst_speex_resample_get_property), (plugin_init):
8927         * gst/speexresample/gstspeexresample.h:
8928         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8929         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8930         (resampler_basic_direct_single), (resampler_basic_direct_double),
8931         (resampler_basic_interpolate_single),
8932         (resampler_basic_interpolate_double), (update_filter),
8933         (speex_resampler_init), (speex_resampler_init_frac),
8934         (speex_resampler_destroy), (speex_resampler_process_native),
8935         (speex_resampler_process_float), (speex_resampler_process_int),
8936         (speex_resampler_process_interleaved_float),
8937         (speex_resampler_process_interleaved_int),
8938         (speex_resampler_set_rate), (speex_resampler_get_rate),
8939         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8940         (speex_resampler_set_quality), (speex_resampler_get_quality),
8941         (speex_resampler_set_input_stride),
8942         (speex_resampler_get_input_stride),
8943         (speex_resampler_set_output_stride),
8944         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8945         (speex_resampler_reset_mem), (speex_resampler_strerror):
8946         * gst/speexresample/speex_resampler.h:
8947         * gst/speexresample/speex_resampler_float.c:
8948         * gst/speexresample/speex_resampler_int.c:
8949         * gst/speexresample/speex_resampler_wrapper.h:
8950         Add resample element based on the Speex resampling algorithm.
8951
8952 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8953
8954         * ext/metadata/gstmetadataparse.c:
8955         * ext/metadata/gstmetadataparse.h:
8956           Fixed buffer strip (safer wil pull and after seek).
8957
8958 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8959
8960         * gst/equalizer/gstiirequalizer10bands.c:
8961         * gst/equalizer/gstiirequalizer3bands.c:
8962           Activate preset iface and upload two presets here.
8963
8964 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8965
8966         * ext/metadata/gstmetadataparse.c:
8967         * ext/metadata/gstmetadataparse.h:
8968           Strip out in pull mode also. Seek and Query functions added.
8969
8970 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8971
8972         * ext/metadata/gstmetadataparse.c:
8973         * ext/metadata/gstmetadataparse.h:
8974         * ext/metadata/metadataparse.c:
8975         * ext/metadata/metadataparse.h:
8976         * ext/metadata/metadataparsejpeg.c:
8977         * ext/metadata/metadataparsejpeg.h:
8978         * ext/metadata/metadataparsepng.c:
8979         * ext/metadata/metadataparsepng.h:
8980         * ext/metadata/metadataparsetypes.h:
8981           Strip out metadata chunks.
8982
8983 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8984
8985         * configure.ac:
8986           Als use AG_GST_PLUGIN_DOCS (see #344039).
8987
8988 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8989
8990         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8991
8992         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8993         (remove_all), (mpegts_packetizer_clear):
8994         Ensure that the plugin does not crash when the property pat-info is
8995         queried before a PAT is available. It also ensures that the PAT info is
8996         cleared when the changing from PLAYING to READY.
8997         Fixes #487892.
8998
8999 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
9000
9001         Patch by: Wouter Paesen <wouter at blue-gate dot be>
9002
9003         * ext/soundtouch/gstpitch.cc:
9004         Handle seeking correctly. Fixes #461068.
9005
9006 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
9007
9008         Patch by: Michael Kötter <m dot koetter at oraise dot de>
9009
9010         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
9011         (alsaspdifsink_get_time), (alsaspdifsink_open),
9012         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
9013         Fix sample rate and clocking.
9014         Remove buffer_time and period_time as this seems to break on some
9015         hardware. Fixes #485462.
9016
9017 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
9018
9019         Patch by: Wouter Cloetens <wouter at mind dot be>
9020
9021         * configure.ac:
9022         * ext/Makefile.am:
9023         * ext/soup/Makefile.am:
9024         * ext/soup/gstsouphttpsrc.c: (_do_init),
9025         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
9026         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
9027         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
9028         (gst_souphttp_src_create), (gst_souphttp_src_start),
9029         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
9030         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
9031         (soup_session_close), (plugin_init):
9032         * ext/soup/gstsouphttpsrc.h:
9033         Added HTTP source based on libsoup. Fixes #497020.
9034
9035 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
9036
9037         * gst/librfb/gstrfbsrc.c:
9038         don't forget to handle the offset's
9039         * gst/librfb/rfbdecoder.c:
9040         * gst/librfb/rfbdecoder.h:
9041         precalculate some many used values
9042
9043 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
9044
9045         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
9046         * gst/librfb/gstrfbsrc.c:
9047         Set the timestamp for the output buffers
9048
9049 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
9050
9051         * tests/check/elements/spectrum.c: (GST_START_TEST):
9052         Fix spectrum unit test for the latest spectrum changes.
9053
9054 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
9055
9056         Patch by: René Stadler <mail at renestadler dot de>
9057
9058         * gst/replaygain/rganalysis.c: (yule_filter):
9059         Avoid slowdown from denormals when processing near-silence input data.
9060         Spotted by Gabriel Bouvigne. Fixes #494499.
9061
9062 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
9063
9064         * gst/flv/gstflvparse.c:
9065         Add mapping for Nellymoser ASAO audio codec.
9066         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
9067         actually have data to read at the end of the tag. This avoids trying
9068         to allocate negative buffers.
9069
9070 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
9071
9072         * ext/metadata/README:
9073           Added a design proposal from metadata parse and mux.
9074
9075 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
9076
9077         * gst/equalizer/demo.c: (draw_spectrum):
9078         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
9079         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
9080         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
9081         Change the meaning of the magnitude values given in the
9082         GstMessages by spectrum to decibel instead of
9083         decibel+threshold.
9084
9085 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
9086
9087         * gst/equalizer/gstiirequalizer10bands.c:
9088         * gst/equalizer/gstiirequalizer3bands.c:
9089         * gst/equalizer/gstiirequalizernbands.c:
9090         And continue to update docs. Also include some sample code
9091         for the n-band equalizer in the docs.
9092
9093 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
9094
9095         * gst/equalizer/gstiirequalizer10bands.c:
9096         (gst_iir_equalizer_10bands_class_init):
9097         * gst/equalizer/gstiirequalizer3bands.c:
9098         (gst_iir_equalizer_3bands_class_init):
9099         * gst/equalizer/gstiirequalizernbands.c:
9100         Update docs and property ranges to the real values.
9101
9102 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
9103
9104         * gst/spectrum/gstspectrum.c:
9105         Now do the scaling right for real. Also initialize a previously
9106         uninitialized variable.
9107
9108 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
9109
9110         * ext/metadata/metadataparsexmp.c:
9111         (metadataparse_xmp_tag_list_add),
9112         (metadataparse_xmp_iter_simple_qual),
9113         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
9114         (metadataparse_xmp_iter):
9115           Extracting more detailed info from XMP.
9116
9117 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
9118
9119         * gst/equalizer/demo.c:
9120           Make default volume a bit less. Improve layout by giving more space to
9121           the slider with big-numbers and enable fill.
9122
9123 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9124
9125         * configure.ac:
9126         * tests/check/pipelines/gio.c: (GST_START_TEST):
9127         Require GIO >= 0.1.2 and adjust unit test for an API change.
9128
9129 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9130
9131         * tests/icles/equalizer-test.c: (do_slider_fiddling):
9132         Fix gain ranges for the latest equalizer changes.
9133
9134 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9135
9136         * ext/gio/gstgio.h:
9137         Add macro to check if a stream supports seeking.
9138
9139         * ext/gio/Makefile.am:
9140         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
9141         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
9142         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
9143         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
9144         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
9145         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
9146         (gst_gio_base_sink_set_stream):
9147         * ext/gio/gstgiobasesink.h:
9148         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
9149         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
9150         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
9151         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
9152         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
9153         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
9154         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
9155         * ext/gio/gstgiobasesrc.h:
9156         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
9157         base classes that only require a GInputStream or GOutputStream to
9158         work.
9159
9160         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9161         (gst_gio_sink_class_init), (gst_gio_sink_init),
9162         (gst_gio_sink_finalize), (gst_gio_sink_start):
9163         * ext/gio/gstgiosink.h:
9164         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9165         (gst_gio_src_class_init), (gst_gio_src_init),
9166         (gst_gio_src_finalize), (gst_gio_src_start):
9167         * ext/gio/gstgiosrc.h:
9168         Use the newly created base classes here.
9169
9170         * ext/gio/gstgio.c: (plugin_init):
9171         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
9172         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
9173         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
9174         (gst_gio_stream_sink_get_property):
9175         * ext/gio/gstgiostreamsink.h:
9176         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
9177         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
9178         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
9179         (gst_gio_stream_src_get_property):
9180         * ext/gio/gstgiostreamsrc.h:
9181         Implement GstGioStreamSink and GstGioStreamSrc that have a property
9182         to set the GInputStream/GOutputStream that should be used.
9183
9184         * tests/check/Makefile.am:
9185         * tests/check/pipelines/.cvsignore:
9186         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
9187         (gio_testsuite), (main):
9188         Add unit test for giostreamsrc and giostreamsink.
9189
9190 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9191
9192         * ext/gio/gstgio.c: (plugin_init):
9193         Remove nowadays unnecessary workaround for a crash.
9194         
9195         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
9196         (gst_gio_sink_start), (gst_gio_sink_stop),
9197         (gst_gio_sink_unlock_stop):
9198         * ext/gio/gstgiosink.h:
9199         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
9200         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
9201         * ext/gio/gstgiosrc.h:
9202         Make the finalize function safer, clean up everything that could stay
9203         around.
9204
9205         Reset the cancellable instead of creating a new one after cancelling
9206         some operation.
9207
9208         Don't store the GFile in the element, it's only necessary for creating
9209         the streams.
9210
9211 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
9212
9213         * gst/spectrum/demo-audiotest.c: (main):
9214         Use autoaudiosink instead of alsasink and use a sine wave.
9215
9216         * gst/spectrum/gstspectrum.c:
9217         Fix the magnitude calculation.
9218
9219 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
9220
9221         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
9222
9223         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
9224           (CDshowFakeSink.CDshowFakeSink):
9225         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
9226           Fix crasher in constructor due to the base class's constructor
9227           not necessarily being NULL-safe (depends on the SDK version used
9228           apparently; #492406).
9229
9230         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
9231         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
9232           Fix a couple of MSVC compiler warnings (#492406).
9233
9234 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
9235
9236         * gst/equalizer/demo.c: (main):
9237         * gst/equalizer/gstiirequalizer.c:
9238         (gst_iir_equalizer_band_class_init), (setup_filter):
9239         Allow setting 0 as bandwidth and handle this correctly.
9240         Also handle a bandwidth of rate/2 properly.
9241
9242         * gst/equalizer/gstiirequalizernbands.c:
9243         (gst_iir_equalizer_nbands_class_init):
9244         Make it possible to generate a N-band equalizer with 1 bands. The
9245         previous limit of 2 was caused by a nowadays replaced calculation
9246         doing a division by zero if number of bands was 1.
9247
9248 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
9249
9250         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
9251
9252         * gst/rtpmanager/gstrtpsession.c:
9253           Fix bad function signatures (#492798).
9254
9255 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
9256
9257         * ext/metadata/Makefile.am:
9258         * ext/metadata/gstmetadataparse.c:
9259         * ext/metadata/gstmetadataparse.h:
9260         * ext/metadata/metadataparse.c:
9261         * ext/metadata/metadataparse.h:
9262         * ext/metadata/metadataparseexif.c:
9263         * ext/metadata/metadataparseexif.h:
9264         * ext/metadata/metadataparseiptc.c:
9265         * ext/metadata/metadataparseiptc.h:
9266         * ext/metadata/metadataparsejpeg.c:
9267         * ext/metadata/metadataparsejpeg.h:
9268         * ext/metadata/metadataparsepng.c:
9269         * ext/metadata/metadataparsepng.h:
9270         * ext/metadata/metadataparseutil.c:
9271         * ext/metadata/metadataparseutil.h:
9272         * ext/metadata/metadataparsexmp.c:
9273         * ext/metadata/metadataparsexmp.h:
9274           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
9275           the file. 
9276
9277 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
9278
9279         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
9280         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
9281         (gst_metadata_parse_element_activate_src_pull):
9282           Now metadataparse works in push or pull mode.
9283
9284 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
9285
9286         * configure.ac:
9287         * ext/metadata/Makefile.am:
9288         * ext/metadata/metadataparseexif.c:
9289         (metadataparse_exif_tags_register),
9290         (metadataparse_exif_tag_list_add):
9291         * ext/metadata/metadataparseiptc.c:
9292         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
9293         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
9294         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
9295         * ext/metadata/metadataparseutil.c:
9296         (metadataparse_tag_list_add_chunk):
9297         * ext/metadata/metadataparseutil.h:
9298         * ext/metadata/metadataparsexmp.c:
9299         (metadataparse_xmp_tags_register),
9300         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
9301         (metadataparse_xmp_dispose):
9302         * ext/metadata/metadataparsexmp.h:
9303           Some XMP stuff added.
9304
9305 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
9306
9307         * ext/metadata/gstmetadataparse.c:
9308         (gst_metadata_parse_dispose_members),
9309         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
9310         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
9311         (gst_metadata_parse_change_state),
9312         (gst_metadata_parse_plugin_init):
9313         * ext/metadata/gstmetadataparse.h:
9314         * ext/metadata/metadataparseexif.c:
9315         (metadataparse_exif_tags_register),
9316         (metadataparse_exif_tag_list_add),
9317         (exif_data_foreach_content_func),
9318         (exif_content_foreach_entry_func):
9319         * ext/metadata/metadataparseexif.h:
9320         * ext/metadata/metadataparseiptc.c:
9321         (metadataparse_iptc_tags_register),
9322         (metadataparse_tag_list_add_chunk),
9323         (metadataparse_iptc_tag_list_add),
9324         (iptc_data_foreach_dataset_func):
9325         * ext/metadata/metadataparseiptc.h:
9326         * ext/metadata/metadataparsexmp.c:
9327         (metadataparse_xmp_tags_register),
9328         (metadataparse_xmp_tag_list_add):
9329         * ext/metadata/metadataparsexmp.h:
9330           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
9331           in the same way (look at bug #486659).
9332
9333 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
9334
9335         * gst/librfb/rfbdecoder.c:
9336                 Some refactoring in RAW encoding
9337
9338 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
9339
9340         * gst/librfb/d3des.h:
9341         * gst/librfb/gstrfbsrc.c:
9342         * gst/librfb/gstrfbsrc.h:
9343         * gst/librfb/rfbbuffer.h:
9344         * gst/librfb/rfbcontext.h:
9345         * gst/librfb/rfbdecoder.c:
9346         * gst/librfb/rfbdecoder.h:
9347         * gst/librfb/rfbutil.h:
9348         * gst/librfb/vncauth.h:
9349                 Added copyrect encoding
9350
9351 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9352
9353         * sys/dvb/camswclient.c:
9354         Warn on failed write.
9355
9356 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
9357
9358         * gst/equalizer/Makefile.am:
9359         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
9360         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
9361         (draw_spectrum), (message_handler), (main):
9362         Add small demo application based on the spectrum demo applications
9363         that gets white noise as input, pushes it through an equalizer and
9364         paints the spectrum. For every equalizer band it's possible to set
9365         gain, bandwidth and frequency.
9366         * gst/equalizer/gstiirequalizer.c: (setup_filter):
9367         Add some guarding against too large or too small frequencies and
9368         bandwidths. Also improve debugging a bit.
9369
9370 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
9371
9372         * gst/equalizer/gstiirequalizer.c:
9373         (gst_iir_equalizer_band_set_property),
9374         (gst_iir_equalizer_band_get_property),
9375         (gst_iir_equalizer_band_class_init), (arg_to_scale),
9376         (setup_filter), (gst_iir_equalizer_compute_frequencies):
9377         Replace filters with a bit better filters for which we can actually
9378         find documentation, which don't change anything on zero gain, etc.
9379         
9380         Make the frequency property of the bands writable, rename the
9381         band-width property to bandwidth and change the meaning to the
9382         frequency difference between bandedges, change the meaning of the
9383         gain property to dB instead of a weird scale between -1 and 1 that
9384         has no real meaning.
9385
9386 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
9387
9388         * sys/dvb/dvbbasebin.c:
9389           Fix the build.
9390
9391 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9392
9393         * ext/metadata/.cvsignore:
9394         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
9395         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
9396         (gst_metadata_parse_configure_srccaps),
9397         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
9398         (gst_metadata_parse_plugin_init):
9399         * ext/metadata/metadataparse.c: (metadataparse_parse):
9400         * ext/metadata/metadataparse.h:
9401           Changed kclass to "Parser/Extracter/Metadata", changed caps to
9402           "image/jpeg, tags-extract=true/false" and changed priority to
9403           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
9404           fixed to also work in pull mode.
9405
9406 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9407
9408         * configure.ac:
9409         * ext/Makefile.am:
9410         * ext/metadata/:
9411         * ext/metadata/Makefile.am:
9412         * ext/metadata/gstmetadata.c:
9413         * ext/metadata/gstmetadataparse.c:
9414         * ext/metadata/gstmetadataparse.h:
9415         * ext/metadata/metadataparse.c:
9416         * ext/metadata/metadataparse.h:
9417         * ext/metadata/metadataparseexif.c:
9418         * ext/metadata/metadataparseexif.h:
9419         * ext/metadata/metadataparseiptc.c:
9420         * ext/metadata/metadataparseiptc.h:
9421         * ext/metadata/metadataparsejpeg.c:
9422         * ext/metadata/metadataparsejpeg.h:
9423         * ext/metadata/metadataparsexmp.c:
9424         * ext/metadata/metadataparsexmp.h:
9425           Created new plugin ('medadata') and element ('metadataparse') that
9426           extract metadata from images (look at bug #486659).
9427
9428 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9429
9430         * sys/dvb/dvbbasebin.c:
9431         Uncomment the line that sets the pid filter. Wrong way to 
9432         work-around driver issues.
9433
9434 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
9435
9436         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
9437           (gst_faac_class_init), (gst_faac_init):
9438           Fix bitrate ranges and change enum nick for low complexity
9439           profile from LOW to LC for consistency (#490060).
9440
9441 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
9442
9443         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
9444           Let's not call every request pad we create "sink%d", that'll
9445           create problems if there's to be more than one pad. Fixes #490682.
9446
9447         * tests/check/Makefile.am:
9448         * tests/check/elements/.cvsignore:
9449         * tests/check/elements/interleave.c:
9450           Add unit test for the above.
9451
9452 2007-10-27  Julien MOUTTE  <julien@moutte.net>
9453
9454         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
9455         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
9456         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
9457         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
9458         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
9459         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
9460         (plugin_init):
9461         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
9462         damaging headers using a simple state machine.
9463
9464 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
9465
9466         * ext/x264/gstx264enc.c:
9467           Fix build against the libx264 version that ships with debian stable.
9468
9469 2007-10-26  Julien MOUTTE  <julien@moutte.net>
9470
9471         * configure.ac:
9472         * gst/mpeg4videoparse/Makefile.am:
9473         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
9474         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
9475         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
9476         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
9477         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
9478         (gst_mpeg4vparse_init), (plugin_init):
9479         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
9480         parser.
9481
9482 2007-10-25  David Schleef  <ds@schleef.org>
9483
9484         * gst/multifile/Makefile.am:
9485         * gst/multifile/gstmultifilesink.c:
9486         * gst/multifile/gstmultifilesrc.c:
9487         * tests/check/Makefile.am:
9488         * tests/check/elements/multifile.c:
9489           Improve documentation, write some tests for multifilesrc/sink
9490           for upcoming ->good review.
9491
9492 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9493
9494         * sys/dvb/gstdvbsrc.c:
9495         Actually use the code-rate-hp parameter for DVB-S.
9496         It turns out setting to AUTO does not always work (
9497         especially in diseq situations). Set by default to 
9498         FEC_AUTO.
9499
9500 2007-10-22  Julien MOUTTE  <julien@moutte.net>
9501
9502         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9503         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
9504         emit no-more-pads for single pad scenarios as the header
9505         is definitely not reliable. We emit them for 2 pads scenarios
9506         though to speed up media discovery.
9507
9508 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9509
9510         * sys/dvb/dvbbasebin.c:
9511         Added proxy property of diseqc-source
9512
9513 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9514
9515         * gst/equalizer/gstiirequalizer.c:
9516         (gst_iir_equalizer_band_set_property):
9517         Add a missing break.
9518
9519 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9520
9521         * gst/equalizer/gstiirequalizer.c:
9522         (gst_iir_equalizer_band_set_property),
9523         (gst_iir_equalizer_band_get_property),
9524         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
9525         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
9526         (setup_filter), (gst_iir_equalizer_setup):
9527         * gst/equalizer/gstiirequalizer.h:
9528         Move bandwidth property to the separate bands and add float64 support.
9529
9530 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9531
9532         * ext/cdaudio/Makefile.am:
9533           Add another missing GST_LIBS.
9534
9535 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9536
9537         Patch by: Richard Hult <richard imendio com>
9538
9539         * gst/dvdspu/Makefile.am:
9540           Fix LIBS - we need to link against libgstreamer (fixes #487496).
9541
9542 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9543
9544         * sys/dvb/camapplication.c:
9545         * sys/dvb/camresourcemanager.c:
9546           Fix some warnings.
9547
9548 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9549
9550         * gst/librfb/rfbdecoder.c:
9551           Add the set encodings client message
9552
9553 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9554
9555         * gst/librfb/Makefile.am:
9556         * gst/librfb/rfb.h:
9557         * gst/librfb/rfbbytestream.c:
9558         * gst/librfb/rfbbytestream.h:
9559         * gst/librfb/rfbdecoder.c:
9560         * gst/librfb/rfbdecoder.h:
9561           Remove the rfbbytestream dead code
9562
9563 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9564
9565         patch by: Alessandro Decina
9566
9567         * sys/dvb/Makefile.am:
9568         * sys/dvb/cam.c:
9569         * sys/dvb/cam.h:
9570         * sys/dvb/camapplication.c:
9571         * sys/dvb/camapplication.h:
9572         * sys/dvb/camapplicationinfo.c:
9573         * sys/dvb/camapplicationinfo.h:
9574         * sys/dvb/camconditionalaccess.c:
9575         * sys/dvb/camconditionalaccess.h:
9576         * sys/dvb/camdevice.c:
9577         * sys/dvb/camdevice.h:
9578         * sys/dvb/camresourcemanager.c:
9579         * sys/dvb/camresourcemanager.h:
9580         * sys/dvb/camsession.c:
9581         * sys/dvb/camsession.h:
9582         * sys/dvb/camswclient.c:
9583         * sys/dvb/camswclient.h:
9584         * sys/dvb/camtransport.c:
9585         * sys/dvb/camtransport.h:
9586         * sys/dvb/camutils.c:
9587         * sys/dvb/camutils.h:
9588         * sys/dvb/dvbbasebin.c:
9589         * sys/dvb/dvbbasebin.h:
9590         * sys/dvb/gstdvb.c:
9591         * sys/dvb/gstdvbsrc.c:
9592         * sys/dvb/gstdvbsrc.h:
9593         Integrate SoC work done by Alessandro for the Freevo project.
9594         Adds cam support to the dvb stack in GStreamer and a new
9595         element (actually a bin) called dvbbasebin that integrates
9596         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
9597         acquiring multiple channels on same transponder without 
9598         knowing pid numbers.
9599
9600 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9601
9602         patch by: Alessandro Decina
9603
9604         * gst/mpegtsparse/mpegtspacketizer.c:
9605         * gst/mpegtsparse/mpegtsparse.c:
9606         * gst/mpegtsparse/mpegtsparse.h:
9607         Add request pad for getting the full transport stream coming in.
9608
9609 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
9610
9611         * configure.ac:
9612           Update the highest allowed neon version from 0.26.99 to 0.27.99.
9613           No code changes are required to work with the newest neon version.
9614
9615 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
9616
9617         * configure.ac:
9618           Require core CVS.  This is implicit in the -base CVS
9619           requirement already, so we might just well spell it
9620           out.  Also, we do need at least 0.10.14 for
9621           gst_element_class_set_details_simple().  Make check
9622           for gmyth a bit more restrictive so things don't break
9623           if the next version changes API.
9624
9625         * ext/alsaspdif/alsaspdifsink.c:
9626           Work around alsa alloca macros triggering 'always evaluates to
9627           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
9628           Also don't leak the device string.
9629
9630         * ext/mpeg2enc/gstmpeg2enc.cc:
9631         * ext/soundtouch/gstpitch.cc:
9632         * gst/modplug/gstmodplug.cc:
9633           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
9634           define fix from core CVS). Fixes #462737.
9635
9636 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
9637
9638         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9639
9640         * gst/rtpmanager/gstrtpbin.c: (create_stream),
9641         (gst_rtp_bin_class_init):
9642         Fix memleak. Fixes #484990.
9643
9644 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
9645
9646         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
9647         * gst/librfb/rfbbuffer.h:
9648         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
9649         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
9650         * gst/nsf/nes6502.c: (nes6502_execute):
9651         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
9652         * gst/real/gstrealvideodec.c: (open_library):
9653         * gst/real/gstrealvideodec.h:
9654         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
9655         (create_recv_rtcp_sink), (create_send_rtp_sink):
9656         Fix compiler warnings shown by Forte.
9657
9658 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
9659
9660         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
9661         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
9662         Fix caps refcounting for payload maps.
9663         When clearing payload maps, also clear sessions and streams payload
9664         maps.
9665
9666         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
9667         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
9668         (find_pad_for_pt):
9669         Implement clearing the payload map.
9670
9671         * gst/rtpmanager/gstrtpsession.c:
9672         (gst_rtp_session_event_send_rtp_sink):
9673         Forward flush events instead of leaking them.
9674
9675         * gst/rtpmanager/gstrtpssrcdemux.c:
9676         (gst_rtp_ssrc_demux_rtcp_sink_event):
9677         Correctly refcount events before pushing them.
9678
9679 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
9680
9681         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
9682         Use GIO function to get a list of supported URI schemes instead of
9683         hard coding something.
9684
9685 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9686
9687         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
9688         When reconsidering RTCP timeouts, set the next timeout against the last
9689         report time instead of the current clock time so that we don't end up
9690         reconsidering forever.
9691
9692 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9693
9694         * gst/rtpmanager/gstrtpjitterbuffer.c:
9695         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9696         Only peek at the tail element instead of popping it off, which allows
9697         us to greatly simplify things when the tail element changes.
9698
9699         * gst/rtpmanager/gstrtpsession.c:
9700         (gst_rtp_session_event_recv_rtp_sink):
9701         * gst/rtpmanager/gstrtpssrcdemux.c:
9702         (gst_rtp_ssrc_demux_sink_event):
9703         Forward FLUSH events instead of leaking them.
9704
9705         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
9706         (calculate_skew), (rtp_jitter_buffer_insert):
9707         * gst/rtpmanager/rtpjitterbuffer.h:
9708         Remove the tail-changed callback in favour of a simple boolean when we
9709         insert a buffer in the queue.
9710         Add method to peek the tail of the buffer.
9711
9712 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9713
9714         Patch by: Gautier Portet <kassoulet at gmail dot com>
9715
9716         * gst/xingheader/gstxingmux.c:
9717         The size of the Xing header is actually 417 as it's rounded to the
9718         next smaller integer. Fixes #397759.
9719
9720         * gst/xingheader/gstxingmux.c: (xing_generate_header),
9721         (xing_push_header):
9722         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
9723         event to the beginning was successful before pushing the header again.
9724
9725 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9726
9727         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
9728
9729         * gst/mpegtsparse/mpegtspacketizer.c:
9730         (mpegts_packetizer_stream_new):
9731         Don't skip PAT with version number 0. Fixes #483400.
9732         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
9733         Make all values above 0 mark a referenced program as they can be
9734         incremented and only 1 had marked a referenced program before, causing
9735         actually referenced programs to be unreferenced.
9736
9737 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9738
9739         * gst/sdp/gstsdpdemux.h:
9740         Change signature of pt to fix compilation on some platforms.
9741
9742 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9743
9744         * gst/rtpmanager/gstrtpjitterbuffer.c:
9745         (gst_rtp_jitter_buffer_flush_start),
9746         (gst_rtp_jitter_buffer_flush_stop),
9747         (gst_rtp_jitter_buffer_change_state), (apply_offset),
9748         (gst_rtp_jitter_buffer_loop):
9749         Remove some old unused variables.
9750         Don't add the latency to the skew corrected timestamp, latency is only
9751         used to sync against the clock.
9752         Improve debugging.
9753
9754         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9755         (rtp_jitter_buffer_reset_skew), (calculate_skew):
9756         * gst/rtpmanager/rtpjitterbuffer.h:
9757         Handle case where server timestamp goes backwards or wildly jumps by
9758         temporarily pausing the skew correction.
9759         Improve debugging.
9760
9761 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9762
9763         * gst/sdp/Makefile.am:
9764         Forgot to commit makefile.
9765
9766 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
9767
9768         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
9769         Update to API changes in GIO.
9770
9771 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9772
9773         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
9774         Use new function in -base to get the default clock-rate.
9775
9776 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9777
9778         * configure.ac:
9779         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
9780         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
9781         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
9782         (gst_sdp_demux_get_property), (find_stream_by_id),
9783         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
9784         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
9785         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
9786         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
9787         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
9788         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
9789         (gst_sdp_demux_stream_configure_udp),
9790         (gst_sdp_demux_stream_configure_udp_sink),
9791         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
9792         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
9793         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
9794         (gst_sdp_demux_change_state):
9795         * gst/sdp/gstsdpdemux.h:
9796         * gst/sdp/gstsdpelem.c: (plugin_init):
9797         Added SDP demuxer element. Fixes #426657.
9798
9799 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9800
9801         Patch by: mutex at runbox dot com
9802
9803         * gst/mpegtsparse/mpegtspacketizer.c:
9804         (mpegts_packetizer_parse_adaptation_field_control):
9805         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9806         (mpegts_parse_init), (mpegts_parse_push):
9807         * gst/mpegtsparse/mpegtsparse.h:
9808         Remove useless src pad that only results in not linked errors,
9809         fix a broken pointer dereference and make MAX_CONTINUITY constant
9810         conform to the standard to stop outputting corrupted data.
9811         Fixes #481276, #481279.
9812
9813 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9814
9815         * ext/mythtv/gstmythtvsrc.c:
9816           Re-apply docs patch from #468039; fix tab.
9817
9818         * gst/mpegtsparse/.cvsignore:
9819           Ignore marshaller files generated at build time.
9820
9821 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9822
9823         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9824         (gst_gio_sink_set_property), (gst_gio_sink_render):
9825         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9826         (gst_gio_src_set_property):
9827         Some minor cleanup and allow setting the location only when the
9828         element is not playing or paused.
9829
9830 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9831
9832         * configure.ac:
9833         Update gio's pkg-config file name as currently in SVN.
9834
9835         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9836         Remove special casing for a NULL query string. g_strjoin won't add
9837         the separator if there's only one string.
9838
9839 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9840
9841         * gst/rtpmanager/gstrtpbin.c: (free_client):
9842         Fix crasher in dispose.
9843
9844         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9845         Handle cases where input buffers have no timestamps so that no clock
9846         skew can be calculated, in this case interpolate timestamps based on
9847         rtp timestamp and assume a 0 clock skew.
9848
9849 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9850
9851         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9852         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9853         Remove jitter correction code, it's now in the lower level object.
9854         Use new -core method for doing a peer query.
9855
9856         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9857         (calculate_skew), (rtp_jitter_buffer_insert):
9858         * gst/rtpmanager/rtpjitterbuffer.h:
9859         Move jitter correction to the lowlevel jitterbuffer.
9860         Increase the max window size.
9861         When filling the window, already start estimating the skew using a
9862         parabolic weighting factor so that we have a much better startup
9863         behaviour that gets more accurate with the more samples we have.
9864         Increase the default weighting factor for the steady state to get
9865         smoother timestamps.
9866
9867 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9868
9869         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9870         (gst_neonhttp_src_send_request_and_redirect):
9871         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9872         compatibility stuff. Also fix the default location.
9873
9874 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9875
9876         * configure.ac:
9877         We require libneon >= 26 now for the query field in ne_uri.
9878
9879 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9880
9881         Patch by: Wouter Cloetens <wouter@mind.be>
9882
9883         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9884         (gst_neonhttp_src_set_location),
9885         (gst_neonhttp_src_send_request_and_redirect):
9886         * ext/neon/gstneonhttpsrc.h:
9887         Don't discard GET parameters from URL if existing.
9888         Fixes #481200.
9889
9890 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9891
9892         * gst/librfb/gstrfbsrc.c:
9893         * gst/librfb/gstrfbsrc.h:
9894                 Added a property for incremental screen updates
9895
9896 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9897
9898         * ext/xvid/gstxvidenc.c:
9899         * ext/xvid/gstxvidenc.h:
9900           Remove superfluous 'frame-encoded' signal (people can
9901           use an upstream identity's 'handoff' signal or a pad
9902           probe for this if they must know).
9903
9904 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9905
9906         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9907         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9908         was not detected correctly in all cases.
9909
9910 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9911
9912         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9913         (gst_rtp_bin_finalize):
9914         Fix cleanup crasher.
9915
9916         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9917         (calculate_skew):
9918         * gst/rtpmanager/rtpjitterbuffer.h:
9919         Dynamically adjust the skew calculation window so that we calculate it
9920         over a period of around 2 seconds.
9921
9922 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9923
9924         * gst/librfb/gstrfbsrc.c:
9925                 fix bug from generic/states.gdb
9926
9927 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9928
9929         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9930         (gst_flv_parse_tag_video): codec_data is needed for every tag
9931         not just the first one. (Fix a stupid bug i introduced without
9932         testing)
9933
9934 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9935
9936         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9937         (gst_flv_parse_tag_video): Fix bit masks operations to be
9938         sure we detect the codec_tags and sample rates correctly.
9939         Fix raw audio caps generation.
9940
9941 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9942
9943         * ext/audioresample/gstaudioresample.c:
9944         * ext/x264/gstx264enc.c:
9945         * gst/dvdspu/gstdvdspu.c:
9946         * gst/dvdspu/gstdvdspu.h:
9947         * gst/festival/gstfestival.c:
9948         * gst/h264parse/gsth264parse.c:
9949         * gst/mpegtsparse/mpegtspacketizer.c:
9950         * gst/mpegtsparse/mpegtsparse.c:
9951         * gst/multifile/gstmultifilesink.c:
9952         * gst/multifile/gstmultifilesrc.c:
9953         * gst/nuvdemux/gstnuvdemux.c:
9954         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9955         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9956         * sys/vcd/vcdsrc.c:
9957           Massive leak fixing, plus code cleanups.
9958
9959 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9960
9961         * po/LINGUAS:
9962           Added translations.
9963
9964 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9965
9966         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9967
9968         * po/pl.po:
9969           Added Polish translation.
9970
9971 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9972
9973         translated by: Ilkka Tuohela <hile@iki.fi>
9974
9975         * po/fi.po:
9976           Added Finnish translation.
9977
9978 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9979
9980         translated by: Jorge González González <aloriel@gmail.com>
9981
9982         * po/es.po:
9983           Added Spanish translation.
9984
9985 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9986
9987         translated by: Alexander Shopov <ash@contact.bg>
9988
9989         * po/bg.po:
9990           Added Bulgarian translation.
9991
9992 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9993
9994         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9995         Update hierarchy.
9996         * ext/gio/gstgiosink.h:
9997         * ext/gio/gstgiosrc.h:
9998         Mark private fields of the instance structs private.
9999
10000 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
10001
10002         * docs/plugins/Makefile.am:
10003         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10004         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10005         * docs/plugins/gst-plugins-bad-plugins.args:
10006         * docs/plugins/gst-plugins-bad-plugins.signals:
10007         * docs/plugins/inspect/plugin-bz2.xml:
10008         * docs/plugins/inspect/plugin-cdxaparse.xml:
10009         * docs/plugins/inspect/plugin-dfbvideosink.xml:
10010         * docs/plugins/inspect/plugin-dtsdec.xml:
10011         * docs/plugins/inspect/plugin-equalizer.xml:
10012         * docs/plugins/inspect/plugin-faac.xml:
10013         * docs/plugins/inspect/plugin-faad.xml:
10014         * docs/plugins/inspect/plugin-filter.xml:
10015         * docs/plugins/inspect/plugin-freeze.xml:
10016         * docs/plugins/inspect/plugin-gio.xml:
10017         * docs/plugins/inspect/plugin-gsm.xml:
10018         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10019         * docs/plugins/inspect/plugin-h264parse.xml:
10020         * docs/plugins/inspect/plugin-modplug.xml:
10021         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10022         * docs/plugins/inspect/plugin-musepack.xml:
10023         * docs/plugins/inspect/plugin-musicbrainz.xml:
10024         * docs/plugins/inspect/plugin-nsfdec.xml:
10025         * docs/plugins/inspect/plugin-replaygain.xml:
10026         * docs/plugins/inspect/plugin-soundtouch.xml:
10027         * docs/plugins/inspect/plugin-spcdec.xml:
10028         * docs/plugins/inspect/plugin-spectrum.xml:
10029         * docs/plugins/inspect/plugin-speed.xml:
10030         * docs/plugins/inspect/plugin-tta.xml:
10031         * docs/plugins/inspect/plugin-videosignal.xml:
10032         * docs/plugins/inspect/plugin-xingheader.xml:
10033         * docs/plugins/inspect/plugin-xvid.xml:
10034         Add the GIO plugin to the docs and do a make update
10035         while doing that.
10036
10037         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
10038         Fix a small memleak.
10039
10040 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
10041
10042         Patch by: René Stadler <mail at renestadler dot de>
10043
10044         * configure.ac:
10045         * ext/Makefile.am:
10046         * ext/gio/Makefile.am:
10047         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
10048         (gst_gio_get_supported_protocols),
10049         (gst_gio_uri_handler_get_type_sink),
10050         (gst_gio_uri_handler_get_type_src),
10051         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
10052         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
10053         (gst_gio_uri_handler_do_init), (plugin_init):
10054         * ext/gio/gstgio.h:
10055         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
10056         (gst_gio_sink_class_init), (gst_gio_sink_init),
10057         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
10058         (gst_gio_sink_get_property), (gst_gio_sink_start),
10059         (gst_gio_sink_stop), (gst_gio_sink_unlock),
10060         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
10061         (gst_gio_sink_render), (gst_gio_sink_query):
10062         * ext/gio/gstgiosink.h:
10063         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
10064         (gst_gio_src_class_init), (gst_gio_src_init),
10065         (gst_gio_src_finalize), (gst_gio_src_set_property),
10066         (gst_gio_src_get_property), (gst_gio_src_start),
10067         (gst_gio_src_stop), (gst_gio_src_get_size),
10068         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
10069         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
10070         (gst_gio_src_create):
10071         * ext/gio/gstgiosrc.h:
10072         Add a GIO/GVFS plugin with source and sink elements. This will
10073         only be enabled when --enable-experimental is given to configure
10074         for now as the GIO API is not stable yet. Fixes #476916.
10075
10076 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
10077
10078         * gst/librfb/gstrfbsrc.c:
10079         * gst/librfb/rfbdecoder.c:
10080         * gst/librfb/rfbdecoder.h:
10081                 Added offset-x, offset-y, width and height property
10082                 for selecting a region from the screen
10083
10084 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
10085
10086         * gst/librfb/gstrfbsrc.c:
10087                 Minimum raw encoding is working now
10088         * gst/librfb/rfbdecoder.c:
10089                 fix address while reading from stream
10090
10091 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
10092
10093         * gst/librfb/gstrfbsrc.c:
10094                 raw encoding is working, but it looks like the 
10095                 ffmpegcolorspace plugin can't handle high resolutions
10096
10097 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
10098
10099         * gst/librfb/gstrfbsrc.c:
10100                 bpp, depth and endianness are now set from the
10101                 stream.
10102
10103 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
10104
10105         * examples/app/appsrc_ex.c: (main):
10106         Fix compilation after changing the name of a method.
10107
10108 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
10109
10110         * ext/alsaspdif/alsaspdifsink.c:
10111         * ext/timidity/gsttimidity.c:
10112         * ext/timidity/gstwildmidi.c:
10113         * gst/mpegvideoparse/mpegvideoparse.c:
10114           Fix memory leaks. More to come.
10115
10116         * tests/check/Makefile.am:
10117         * tests/check/generic/states.c:
10118           Improved state change unit test.        
10119
10120 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
10121
10122         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
10123         (gst_rtp_bin_class_init):
10124         * gst/rtpmanager/gstrtpbin.h:
10125         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
10126         (gst_rtp_session_class_init), (gst_rtp_session_init),
10127         (gst_rtp_session_event_send_rtp_sink):
10128         * gst/rtpmanager/gstrtpsession.h:
10129         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
10130         (on_ssrc_active), (rtp_session_process_rb):
10131         * gst/rtpmanager/rtpsession.h:
10132         Add notification of active SSRCs to various RTP elements. Fixes #478566.
10133
10134 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
10135
10136         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
10137         (gst_app_sink_class_init), (gst_app_sink_init),
10138         (gst_app_sink_dispose), (gst_app_sink_finalize),
10139         (gst_app_sink_set_property), (gst_app_sink_get_property),
10140         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10141         (gst_app_sink_event), (gst_app_sink_getcaps),
10142         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
10143         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
10144         (gst_app_sink_pull_buffer):
10145         * gst-libs/gst/app/gstappsink.h:
10146         Add properties, signals and actions to access the element even without
10147         linking to the library.
10148         Fix some method names and signatures.
10149
10150 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
10151
10152         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10153
10154         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
10155         (gst_faad_srcgetcaps), (gst_faad_update_caps):
10156         Don't set channel positions on regular mono and stereo cases.
10157         Fixes #476370.
10158
10159 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
10160
10161         * gst/librfb/gstrfbsrc.c:
10162         * gst/librfb/rfbdecoder.c:
10163         * gst/librfb/rfbdecoder.h:
10164                 It is now possible to connect to a vncserver.
10165                 there are still some issues with the ouput of 
10166                 the screen. Looks like some lines are confused
10167
10168 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
10169
10170         * docs/plugins/.cvsignore:
10171         * tests/check/.cvsignore:
10172           Ignore registries in any format.
10173
10174 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
10175
10176         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10177         (open_library), (gst_real_video_dec_init),
10178         (gst_real_video_dec_set_property),
10179         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
10180         * gst/real/gstrealvideodec.h:
10181         Don't generate an error for occasional decoding errors.
10182         Add max-errors property.
10183         Error out when we receive max-errors in a row. Fixes #478159.
10184
10185 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
10186
10187         * gst/librfb/gstrfbsrc.c: 
10188                 Add password property (write only)
10189         * gst/librfb/rfbdecoder.c: 
10190                 Read the reason on failure
10191                 Use the password property for authentication
10192         * gst/librfb/rfbdecoder.h:
10193                 Add defines for version checking
10194
10195 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
10196
10197         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
10198         (gst_dfbsurface_class_init):
10199         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
10200         chain up to the parent class to free everything, including caps.
10201
10202 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
10203
10204         * gst/librfb/Makefile.am:
10205         * gst/librfb/d3des.c:
10206         * gst/librfb/d3des.h:
10207         * gst/librfb/rfbdecoder.c:
10208         * gst/librfb/vncauth.c:
10209         * gst/librfb/vncauth.h:
10210         VNC Authentication should be working now
10211         temperaly with fake password 'testtest'
10212
10213 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
10214
10215         * gst/librfb/rfbdecoder.c:
10216         * gst/librfb/rfbdecoder.h:
10217         Added some documentation about security handling
10218         start implementing security handling for rfb 3.3
10219
10220 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
10221
10222         * gst/spectrum/demo-audiotest.c:
10223         * gst/spectrum/demo-osssrc.c:
10224           Handling window resize.
10225
10226 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
10227
10228         * ChangeLog:
10229           Add missing newline.
10230
10231         * gst/librfb/rfbdecoder.c:
10232           Fix the build (missing stdlib.h).
10233
10234         * gst/spectrum/gstspectrum.c:
10235         * gst/spectrum/gstspectrum.h:
10236           Use basetransform segment so that it is correctly managed on flushes
10237           and start/stop. Report message timestamp as stream time, which is what
10238           an application can understand. (Yes these are adapted from wim recent
10239           level element changes)
10240
10241 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
10242
10243         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
10244         Link to the right pads regardless of which one was created first in the
10245         ssrc demuxer.
10246
10247         * gst/rtpmanager/gstrtpjitterbuffer.c:
10248         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
10249         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
10250         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
10251         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
10252         Improve debugging.
10253
10254         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
10255         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
10256         (gst_rtp_ssrc_demux_sink_event),
10257         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
10258         (gst_rtp_ssrc_demux_rtcp_chain),
10259         (gst_rtp_ssrc_demux_internal_links):
10260         * gst/rtpmanager/gstrtpssrcdemux.h:
10261         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
10262
10263 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
10264
10265         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
10266         (gst_rtp_bin_get_property):
10267         Use lock to protect variable.
10268
10269         * gst/rtpmanager/gstrtpjitterbuffer.c:
10270         (gst_rtp_jitter_buffer_class_init),
10271         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
10272         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
10273         Reconstruct GST timestamp from RTP timestamps based on measured clock
10274         skew and sync offset.
10275
10276         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
10277         (rtp_jitter_buffer_set_tail_changed),
10278         (rtp_jitter_buffer_set_clock_rate),
10279         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
10280         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
10281         * gst/rtpmanager/rtpjitterbuffer.h:
10282         Measure clock skew.
10283         Add callback to be notfied when a new packet was inserted at the tail.
10284
10285         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10286         (calculate_jitter), (rtp_source_send_rtp):
10287         * gst/rtpmanager/rtpsource.h:
10288         Remove clock skew detection, it's move to the jitterbuffer now.
10289
10290 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
10291
10292         Patch by: Daniel Charles <dcharles at ti dot com>
10293
10294         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
10295         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
10296         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
10297         * ext/amrwb/gstamrwbenc.h:
10298         Add property to control bandmode. Fixes #477306.
10299
10300 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
10301
10302         * gst/rtpmanager/gstrtpbin.c: (create_session):
10303         Also set NTP base time on new sessions.
10304
10305         * gst/rtpmanager/gstrtpjitterbuffer.c:
10306         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
10307         (gst_rtp_jitter_buffer_set_property),
10308         (gst_rtp_jitter_buffer_get_property):
10309         Use the right lock to protect our variables.
10310         Fix some comment.
10311
10312         * gst/rtpmanager/gstrtpsession.c:
10313         (gst_rtp_session_getcaps_send_rtp),
10314         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
10315         Implement getcaps on the sender sinkpad so that payloaders can negotiate
10316         the right SSRC.
10317
10318 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
10319
10320         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
10321         (get_client), (free_client), (gst_rtp_bin_associate),
10322         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
10323         (gst_rtp_bin_finalize):
10324         * gst/rtpmanager/gstrtpjitterbuffer.c:
10325         (gst_rtp_jitter_buffer_class_init),
10326         (gst_rtp_jitter_buffer_finalize):
10327         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
10328         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
10329         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
10330         (gst_rtp_session_chain_send_rtp):
10331         * gst/rtpmanager/gstrtpssrcdemux.c:
10332         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
10333         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
10334         * gst/rtpmanager/rtpsession.h:
10335         Various leak fixes.
10336
10337 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
10338
10339         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
10340         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
10341         Calculate and configure the NTP base time so that we can generate better
10342         NTP times in SR packets.
10343         Set caps on new ghostpad.
10344
10345         * gst/rtpmanager/gstrtpjitterbuffer.c:
10346         (gst_rtp_jitter_buffer_loop):
10347         Clean debug statement.
10348
10349         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10350         (gst_rtp_session_init), (gst_rtp_session_set_property),
10351         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10352         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
10353         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
10354         (gst_rtp_session_event_send_rtp_sink),
10355         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10356         (create_send_rtp_sink):
10357         * gst/rtpmanager/gstrtpsession.h:
10358         Add ntp-ns-base property to convert running_time to NTP time.
10359         Handle NEWSEGMENT events on send and recv RTP pads so that we can
10360         calculate the running time and thus NTP time of the packets.
10361         Simplify getting the current NTP time using the pipeline clock.
10362         Implement internal links functions.
10363         Use the buffer timestamp to calculate the NTP time instead of the clock.
10364
10365         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
10366         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10367         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
10368         (gst_rtp_ssrc_demux_internal_links),
10369         (gst_rtp_ssrc_demux_src_query):
10370         * gst/rtpmanager/gstrtpssrcdemux.h:
10371         Implement internal links function.
10372         Calculate the diff between different streams, this might be used later
10373         to get the inter stream latency.
10374
10375         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
10376         Simple cleanup.
10377
10378         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10379         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
10380         Make the clock skew window a little bigger.
10381         Apply the clock skew to all buffers, not just one with a new timestamp.
10382         Calculate and debug sender clock drift.
10383         Use extended last timestamp to interpolate for SR reports.
10384
10385 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
10386
10387         Patch by: Peter Kjellerstedt  <pkj at axis com>
10388
10389         * gst-libs/gst/app/gstappsink.c:
10390         * gst/flv/gstflvdemux.c:
10391         * gst/flv/gstflvparse.c:
10392         * gst/interleave/deinterleave.c:
10393         * gst/switch/gstswitch.c:
10394           Printf format fixes (#476128).
10395
10396 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10397
10398         Patch by: Thomas Green  <tom78999 gmail com>
10399
10400         * ext/neon/gstneonhttpsrc.c:
10401           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
10402           flag if we want ICY streams to be handled too, otherwise
10403           libneon will error out with a 'can't parse reponse' error.
10404           Fixes #474696.
10405
10406         * tests/check/elements/neonhttpsrc.c:
10407           Unit test for the above by Yours Truly.
10408
10409 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10410
10411         * configure.ac:
10412           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
10413           xvid configure checks, so they still work when cross-compiling.
10414           Fixes #452009.
10415
10416 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
10417
10418         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
10419         (gst_spectrum_transform_ip):
10420         Use the correct parameter order for the memset calls.
10421         Thanks to Christian Schaller for noticing.
10422
10423 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
10424
10425         * gst/mpegtsparse/mpegtsparse.c:
10426           Fix the build (missing stdlib.h).
10427
10428 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10429
10430         * gst/spectrum/fix_fft.c:
10431         Remove fixed point FFT as it's not used anymore.
10432
10433 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10434
10435         * configure.ac:
10436         * gst/spectrum/Makefile.am:
10437         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
10438         (message_handler), (main):
10439         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
10440         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
10441         (gst_spectrum_class_init), (gst_spectrum_init),
10442         (gst_spectrum_dispose), (gst_spectrum_set_property),
10443         (gst_spectrum_get_property), (gst_spectrum_start),
10444         (gst_spectrum_setup), (gst_spectrum_message_new),
10445         (gst_spectrum_transform_ip):
10446         * gst/spectrum/gstspectrum.h:
10447         Port GstSpectrum to GstAudioFilter and libgstfft, add support
10448         for int32, float and double, use floats for the message contents,
10449         average all FFTs done in one interval for better results, use
10450         a better windowing function, allow posting the phase in the message
10451         and actually do an FFT with the requested number of bands instead
10452         of interpolating.
10453
10454         * tests/check/elements/spectrum.c: (GST_START_TEST),
10455         (spectrum_suite):
10456         Improve the units tests by checking for a 11025Hz sine wave
10457         and add unit tests for all 4 supported sample types.
10458
10459 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
10460
10461         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10462         (gst_real_video_dec_setcaps):
10463         Add some more debugging.
10464         Don't set LONG for width/height in caps.
10465         Set correct output buffer size when caps changed.
10466         The custom message sent to the decoder should not include the format and
10467         subformat. Fixes #471554.
10468
10469 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
10470
10471         * gst/rtpmanager/gstrtpsession.c:
10472           Make compiler happy: fix compilation with -Wall -Werror
10473           (#473562).
10474
10475 2007-09-03  Johan Dahlin  <johan@gnome.org>
10476
10477         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
10478         * gst/nsf/gstnsf.h:
10479         Add support for (very) basic tagging.
10480         
10481 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
10482
10483         * gst/rtpmanager/gstrtpbin-marshal.list:
10484         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
10485         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
10486         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
10487         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
10488         * gst/rtpmanager/gstrtpbin.h:
10489         Updated example pipelines in docs.
10490         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
10491         Set the default latency correctly.
10492         Add some more points where we can get caps.
10493
10494         * gst/rtpmanager/gstrtpjitterbuffer.c:
10495         (gst_rtp_jitter_buffer_class_init),
10496         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
10497         (gst_rtp_jitter_buffer_query),
10498         (gst_rtp_jitter_buffer_set_property),
10499         (gst_rtp_jitter_buffer_get_property):
10500         Add ts-offset property to control timestamping.
10501
10502         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10503         (gst_rtp_session_init), (gst_rtp_session_set_property),
10504         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10505         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
10506         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
10507         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
10508         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
10509         (gst_rtp_session_event_send_rtp_sink),
10510         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10511         (create_recv_rtcp_sink), (create_send_rtp_sink),
10512         (create_send_rtcp_src):
10513         Various cleanups.
10514         Feed rtpsession manager with NTP time based on pipeline clock when
10515         handling RTP packets and RTCP timeouts.
10516         Perform all RTCP with the system clock.
10517         Set caps on RTCP outgoing buffers.
10518
10519         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
10520         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
10521         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10522         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
10523         (gst_rtp_ssrc_demux_rtcp_chain):
10524         * gst/rtpmanager/gstrtpssrcdemux.h:
10525         Also demux RTCP messages.
10526
10527         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
10528         (update_arrival_stats), (rtp_session_process_rtp),
10529         (rtp_session_process_rb), (rtp_session_process_sr),
10530         (rtp_session_process_rr), (rtp_session_process_rtcp),
10531         (rtp_session_send_rtp), (rtp_session_send_bye),
10532         (session_start_rtcp), (session_report_blocks), (session_cleanup),
10533         (rtp_session_on_timeout):
10534         * gst/rtpmanager/rtpsession.h:
10535         Remove the get_time callback, the GStreamer part will feed us with
10536         enough timing information.
10537         Split sync timing and RTCP timing information.
10538         Factor out common RB handling for SR and RR.
10539         Send out SR RTCP packets for lip-sync.
10540         Move SR and RR packet info generation to the source.
10541
10542         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10543         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
10544         (rtp_source_process_rtp), (rtp_source_send_rtp),
10545         (rtp_source_process_sr), (rtp_source_process_rb),
10546         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
10547         (rtp_source_get_last_sr):
10548         * gst/rtpmanager/rtpsource.h:
10549         * gst/rtpmanager/rtpstats.h:
10550         Use caps on incomming buffers to get timing information when they are
10551         there.
10552         Calculate clock scew of the receiver compared to the sender and adjust
10553         the rtp timestamps.
10554         Calculate the round trip in sources.
10555         Do SR and RR calculations in the source.
10556
10557 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
10558
10559         * configure.ac:
10560         updated gmyth version
10561
10562         * ext/mythtv/gstmythtvsrc.c:
10563         * ext/mythtv/gstmythtvsrc.h:
10564         Code rewrite
10565
10566 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
10567
10568         * gst/rtpmanager/gstrtpjitterbuffer.c:
10569         (gst_rtp_jitter_buffer_flush_stop),
10570         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
10571         Use extended timestamp to release buffers from the jitterbuffer so that
10572         we can handle the rtp wraparound correctly.
10573
10574 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
10575
10576         * gst/rtpmanager/gstrtpjitterbuffer.c:
10577         (gst_rtp_jitter_buffer_loop):
10578         Improve Comments.
10579
10580         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10581         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
10582         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
10583         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
10584         (create_send_rtp_sink):
10585         Also parse the sink caps for clock-rate instead of only relying on the
10586         result of the signal.
10587
10588         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10589         Make sure we fetch the clock rate for payloads we are sending out so
10590         that we can use it for SR reports.
10591
10592 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10593
10594         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
10595         If all information is known at time of setting start-time
10596         property, send new segments then.
10597
10598 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10599
10600         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10601         (gst_rtp_session_change_state),
10602         (gst_rtp_session_event_send_rtp_sink):
10603         * gst/rtpmanager/gstrtpsession.h:
10604         Distribute synchronisation parameters to the session manager so that it
10605         can generate correct SR packets for lip-sync.
10606
10607         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
10608         (rtp_session_set_timestamp_sync), (session_start_rtcp):
10609         * gst/rtpmanager/rtpsession.h:
10610         Add methods for setting sync parameters.
10611         Set correct RTP time in SR packets using the sync params.
10612
10613         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10614         * gst/rtpmanager/rtpsource.h:
10615         Record last RTP <-> GST timestamp so that we can use them to convert NTP
10616         to RTP timestamps in SR packets.
10617
10618 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10619
10620         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
10621         Add some more advanced example pipelines.
10622
10623         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
10624         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
10625         Add some debug and FIXME.
10626         Release LOCK when performing session cleanup.
10627
10628         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
10629         Add some debug.
10630
10631         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
10632         (rtp_source_send_rtp):
10633         Make sure we always send RTP packets with the session SSRC.
10634
10635 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
10636
10637         * gst/dvdspu/gstdvdspu.c:
10638           Don't need this include (fixes compilation in uninstalled setup).
10639
10640 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
10641
10642         * gst/rtpmanager/gstrtpjitterbuffer.c:
10643         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
10644         (gst_rtp_jitter_buffer_query):
10645         When synchronizing buffers, take peer latency into account.
10646         Don't try to add our latency to invalid peer max latency values.
10647
10648 2007-08-27  Julien MOUTTE  <julien@moutte.net>
10649
10650         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
10651         Make sure we initialize the seek result.
10652
10653 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10654
10655         * gst/dvdspu/Makefile.am:
10656         Commit the makefile too.
10657
10658 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10659
10660         * configure.ac:
10661         * gst/dvdspu/.cvsignore:
10662         * gst/dvdspu/Notes.txt:
10663         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
10664         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
10665         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
10666         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
10667         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
10668         (gstdvdspu_render_spu):
10669         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
10670         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
10671         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
10672         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
10673         (dvdspu_video_event), (dvdspu_video_chain),
10674         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
10675         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
10676         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
10677         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
10678         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
10679         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
10680         (dvdspu_subpic_event), (dvdspu_change_state),
10681         (gstdvdspu_plugin_init):
10682         * gst/dvdspu/gstdvdspu.h:
10683
10684         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
10685         Unit, decoding and overlaying DVD subtitles and menu graphics.
10686
10687         * gst/mpeg2sub/.cvsignore:
10688         * gst/mpeg2sub/Makefile.am:
10689         * gst/mpeg2sub/Notes.txt:
10690         * gst/mpeg2sub/gstmpeg2subt.c:
10691         * gst/mpeg2sub/gstmpeg2subt.h:
10692         * gst/mpeg2sub/mpeg2subt.vcproj:
10693         Delete old and broken mpeg2subt element that was never ported from 0.8
10694
10695 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10696
10697         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10698         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10699         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
10700         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
10701         (gst_flv_demux_src_event): Remove some useless ifdef.
10702
10703 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10704
10705         * examples/switch/switcher.c (main):
10706         * gst/switch/gstswitch.c (gst_switch_chain):
10707         Make switch more reliable and also not lock up when
10708         sink pad caps change.
10709
10710 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10711
10712         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10713         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10714         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
10715         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
10716         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
10717         seeking in push mode.
10718         * gst/flv/gstflvdemux.h:
10719
10720 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10721
10722         * gst/mpegtsparse/flutspatinfo.c:
10723         * gst/mpegtsparse/flutspatinfo.h:
10724         * gst/mpegtsparse/flutspmtinfo.c:
10725         * gst/mpegtsparse/flutspmtinfo.h:
10726         Update licences to reflect LGPL-ness of these files also.
10727
10728 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10729
10730         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10731         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
10732         * docs/plugins/gst-plugins-bad-plugins.interfaces:
10733         * docs/plugins/gst-plugins-bad-plugins.signals:
10734         * gst/rtpmanager/gstrtpbin.c:
10735         * gst/rtpmanager/gstrtpbin.h:
10736         * gst/rtpmanager/gstrtpclient.c:
10737         * gst/rtpmanager/gstrtpclient.h:
10738         * gst/rtpmanager/gstrtpjitterbuffer.c:
10739         * gst/rtpmanager/gstrtpjitterbuffer.h:
10740         * gst/rtpmanager/gstrtpptdemux.c:
10741         * gst/rtpmanager/gstrtpptdemux.h:
10742         * gst/rtpmanager/gstrtpsession.c:
10743         * gst/rtpmanager/gstrtpsession.h:
10744         * gst/rtpmanager/gstrtpssrcdemux.c:
10745         * gst/rtpmanager/gstrtpssrcdemux.h:
10746           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
10747           registers a GType that's different than the GstRTPFoo types that
10748           farsight registers (luckily GType names are case sensitive). Should
10749           finally fix #430664.
10750
10751 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10752
10753         * configure.ac:
10754         * win32/common/config.h:
10755         * win32/common/config.h.in:
10756           Automatically generate win32/common/config.h via configure (this
10757           ensures the win32 version of config.h is up-to-date when a release
10758           is made, #433373). config.h.in file might need some more work.
10759
10760 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10761
10762         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10763
10764         * configure.ac:
10765         * gst/festival/Makefile.am:
10766         * gst/festival/gstfestival.c:
10767           Port festival plugin to GStreamer-0.10 (#461377).
10768
10769 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10770
10771         * ext/faad/gstfaad.c: (gst_faad_chain):
10772         Don't unref the buffer when it was clipped.
10773
10774 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10775
10776         * ext/faad/gstfaad.c: (gst_faad_chain):
10777         Don't unref the buffer when it was clipped.
10778
10779 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10780
10781         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10782         (gst_flv_demux_pull_tag):
10783         * gst/flv/gstflvdemux.h:
10784         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10785         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10786         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
10787         metadata tags like ASF does. Fluendo muxer supports this and 
10788         Flash players can support it as well this way.
10789
10790 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10791
10792         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
10793         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10794         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10795         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10796         index if no times object was parsed. Fix the way we decide to push
10797         tags and emit no-more-pads. Fix some printf typing in debugging.
10798
10799 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10800
10801         * gst/rtpmanager/gstrtpjitterbuffer.c:
10802         (gst_rtp_jitter_buffer_chain),
10803         (gst_rtp_jitter_buffer_set_property):
10804         When drop-on-latency is set but we have no latency configured, just push
10805         the buffer as fast as possible.
10806         Fix typo in comment.
10807
10808 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10809
10810         * gst/rtpmanager/rtpjitterbuffer.c:
10811         (rtp_jitter_buffer_get_ts_diff):
10812         * gst/rtpmanager/rtpjitterbuffer.h:
10813         Fix undefined overflow prone ts_diff handling.
10814
10815 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10816
10817         * gst/modplug/gstmodplug.cc:
10818         Fix compiler warning.
10819
10820 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10821
10822         * gst/modplug/gstmodplug.cc:
10823           Don't use NULL caps for srcpad is not yet connected.
10824
10825 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10826
10827         * configure.ac:
10828         * gst/mpegtsparse/Makefile.am:
10829         * gst/mpegtsparse/flutspatinfo.c:
10830         * gst/mpegtsparse/flutspatinfo.h:
10831         * gst/mpegtsparse/flutspmtinfo.c:
10832         * gst/mpegtsparse/flutspmtinfo.h:
10833         * gst/mpegtsparse/flutspmtstreaminfo.c:
10834         * gst/mpegtsparse/flutspmtstreaminfo.h:
10835         * gst/mpegtsparse/mpegtspacketizer.c:
10836         * gst/mpegtsparse/mpegtspacketizer.h:
10837         * gst/mpegtsparse/mpegtsparse.c:
10838         * gst/mpegtsparse/mpegtsparse.h:
10839         * gst/mpegtsparse/mpegtsparsemarshal.list:
10840         Add mpeg transport stream parser written by:
10841         Alessandro Decina. Includes a couple of files from the
10842         Fluendo transport stream demuxer that Fluendo have 
10843         kindly allowed to be licenced under LGPL also.
10844
10845 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10846
10847         Patch by: Bastien Nocera  <hadess at hadess net>
10848
10849         * ext/mythtv/gstmythtvsrc.c:
10850           Add examples for live mythtv:// URIs to docs (#468039).
10851           Also convert some tabs into spaces.
10852
10853 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10854
10855         * gst/filter/gstbpwsinc.c:
10856         * gst/filter/gstlpwsinc.c:
10857         Add small comparision with the chebyshev filters in the docs.
10858
10859 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10860
10861         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10862         (bpwsinc_suite):
10863         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10864         (lpwsinc_suite):
10865         Also test everything in 32 bit float mode.
10866
10867 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10868
10869         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10870         (bpwsinc_set_property), (bpwsinc_get_property):
10871         * gst/filter/gstbpwsinc.h:
10872         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10873         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10874         (lpwsinc_get_property):
10875         * gst/filter/gstlpwsinc.h:
10876         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10877         Use generator macros for the process functions for the different
10878         sample types, add lower upper boundaries for the GObject properties
10879         so automatically generated UIs can use sliders and change frequency
10880         properties to floats to save a bit of memory, even ints would in
10881         theory be enough. Also rename frequency to cutoff for consistency
10882         reasons.
10883         * docs/plugins/gst-plugins-bad-plugins.args:
10884         * docs/plugins/gst-plugins-bad-plugins.signals:
10885         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10886         Regenerated for the above changes.
10887
10888 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10889
10890         * ext/amrwb/gstamrwbparse.c:
10891           Don't leak the adapter.
10892
10893 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10894
10895         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10896         (gst_bpwsinc_init), (process_32), (process_64),
10897         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10898         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10899         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10900         * gst/filter/gstbpwsinc.h:
10901         Implement latency query and only forward those samples downstream
10902         that actually contain the data we want, i.e. drop kernel_length/2
10903         in the beginning and append kernel_length/2 (created by convolving
10904         the filter kernel with zeroes) to the end.
10905
10906         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10907         Adjust the unit test for this slightly changed behaviour.
10908
10909         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10910         Reset residue length only when actually creating a residue.
10911
10912 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10913
10914         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10915         Override the preroll vmethod instead of overriding the render method
10916         twice.
10917
10918 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10919
10920         * gst/rtpmanager/gstrtpjitterbuffer.c:
10921         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10922         (gst_rtp_jitter_buffer_loop):
10923         Fix EOS handling.
10924         Convert some DEBUG into WARNINGs.
10925         Pause task when flushing.
10926
10927         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10928         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10929         Use system clock for RTCP session management timeouts.
10930
10931         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10932         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10933         Release the session lock when emiting signals.
10934
10935 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10936
10937         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10938         (gst_faad_chanpos_to_gst):
10939         Add some debug info.
10940
10941 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10942
10943         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10944         (gst_lpwsinc_init), (process_32), (process_64),
10945         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10946         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10947         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10948         * gst/filter/gstlpwsinc.h:
10949         Implement latency query and only forward those samples downstream
10950         that actually contain the data we want, i.e. drop kernel_length/2
10951         in the beginning and append kernel_length/2 (created by convolving
10952         the filter kernel with zeroes) to the end.
10953         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10954         Adjust the unit test for this slightly changed behaviour.
10955
10956 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10957
10958         * ext/ladspa/gstladspa.c:
10959           Don't leak like hell.
10960
10961 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10962
10963         * tests/check/Makefile.am:
10964         * tests/check/generic/.cvsignore:
10965         * tests/check/generic/states.c:
10966           Add generic state-change test suite to help to fi leaks.
10967
10968 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10969
10970         * ext/timidity/gstwildmidi.c:
10971         * ext/timidity/gstwildmidi.h:
10972           Look harder for a config. Based on patch by Hans de Goede.
10973           Fixes #456912
10974
10975 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10976
10977         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10978         Don't use new API.
10979
10980 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10981
10982         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10983         (gst_app_sink_class_init), (gst_app_sink_dispose),
10984         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10985         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10986         (gst_app_sink_render), (gst_app_sink_get_caps),
10987         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10988         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10989         * gst-libs/gst/app/gstappsink.h:
10990         Make love to appsink.
10991         Make it support pulling of the preroll buffer.
10992         Add docs and debug statements.
10993         Fix some races wrt to EOS handling and stopping.
10994         Implement getcaps.
10995         Implement FLUSHING.
10996         API: gst_app_sink_pull_preroll()
10997
10998 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10999
11000         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
11001         (gst_flv_demux_get_index):
11002         Fix locking and refcounting on the index.
11003
11004 2007-08-14  Julien MOUTTE  <julien@moutte.net>
11005
11006         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
11007         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
11008         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
11009         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
11010         (gst_flv_demux_src_event), (gst_flv_demux_query),
11011         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
11012         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
11013         (gst_flv_demux_class_init): First method for seeking in pull
11014         mode using the index built step by step or coming from metadata.
11015         * gst/flv/gstflvdemux.h:
11016         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
11017         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11018         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
11019         more metadata types and keyframes index.
11020
11021 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
11022
11023         * docs/plugins/Makefile.am:
11024         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11025         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11026         * docs/plugins/gst-plugins-bad-plugins.args:
11027         * docs/plugins/gst-plugins-bad-plugins.signals:
11028         * docs/plugins/inspect/plugin-bz2.xml:
11029         * docs/plugins/inspect/plugin-cdxaparse.xml:
11030         * docs/plugins/inspect/plugin-dtsdec.xml:
11031         * docs/plugins/inspect/plugin-faac.xml:
11032         * docs/plugins/inspect/plugin-faad.xml:
11033         * docs/plugins/inspect/plugin-filter.xml:
11034         * docs/plugins/inspect/plugin-freeze.xml:
11035         * docs/plugins/inspect/plugin-gsm.xml:
11036         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11037         * docs/plugins/inspect/plugin-h264parse.xml:
11038         * docs/plugins/inspect/plugin-modplug.xml:
11039         * docs/plugins/inspect/plugin-mpeg2enc.xml:
11040         * docs/plugins/inspect/plugin-musepack.xml:
11041         * docs/plugins/inspect/plugin-musicbrainz.xml:
11042         * docs/plugins/inspect/plugin-nsfdec.xml:
11043         * docs/plugins/inspect/plugin-replaygain.xml:
11044         * docs/plugins/inspect/plugin-soundtouch.xml:
11045         * docs/plugins/inspect/plugin-spcdec.xml:
11046         * docs/plugins/inspect/plugin-spectrum.xml:
11047         * docs/plugins/inspect/plugin-speed.xml:
11048         * docs/plugins/inspect/plugin-tta.xml:
11049         * docs/plugins/inspect/plugin-videosignal.xml:
11050         * docs/plugins/inspect/plugin-xingheader.xml:
11051         * docs/plugins/inspect/plugin-xvid.xml:
11052         * gst/filter/gstbpwsinc.c:
11053         * gst/filter/gstbpwsinc.h:
11054         * gst/filter/gstlpwsinc.c:
11055         * gst/filter/gstlpwsinc.h:
11056         Add docs for lpwsinc and bpwsinc and integrate them
11057         into the build system. While doing that also update
11058         all other docs via make update in docs/plugins.
11059
11060 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
11061
11062         * gst/rtpmanager/rtpjitterbuffer.c:
11063           Include stdlib.
11064
11065 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11066
11067         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
11068         Make one test constraint a bit stricter.
11069
11070 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11071
11072         * tests/check/Makefile.am:
11073         * tests/check/elements/.cvsignore:
11074         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
11075         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
11076         Add unit tests for bpwsinc, testing fundamental functionality again.
11077
11078 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11079
11080         * tests/check/Makefile.am:
11081         * tests/check/elements/.cvsignore:
11082         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
11083         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
11084         Add unit tests for lpwsinc, testing fundamental functionality.
11085
11086 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11087
11088         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
11089         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
11090         Improve debugging a bit.
11091
11092 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11093
11094         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
11095         (bpwsinc_start):
11096         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
11097         (lpwsinc_start):
11098         Reset the residue in BaseTransform::start to get a clean residue
11099         on stream changes.
11100
11101 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
11102
11103         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
11104         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
11105         Fix processing with buffer sizes that are smaller than the filter
11106         kernel size.
11107
11108 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
11109
11110         * gst/rtpmanager/Makefile.am:
11111         * gst/rtpmanager/async_jitter_queue.c:
11112         * gst/rtpmanager/async_jitter_queue.h:
11113         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
11114         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
11115         (rtp_jitter_buffer_new), (compare_seqnum),
11116         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
11117         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
11118         (rtp_jitter_buffer_get_ts_diff):
11119         * gst/rtpmanager/rtpjitterbuffer.h:
11120         Remove complicated async queue and replace with more simple jitterbuffer
11121         code while also fixing some bugs.
11122
11123         * gst/rtpmanager/gstrtpbin-marshal.list:
11124         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
11125         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
11126         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
11127         (create_send_rtp):
11128         * gst/rtpmanager/gstrtpbin.h:
11129         * gst/rtpmanager/gstrtpjitterbuffer.c:
11130         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
11131         (gst_jitter_buffer_sink_parse_caps),
11132         (gst_rtp_jitter_buffer_flush_start),
11133         (gst_rtp_jitter_buffer_flush_stop),
11134         (gst_rtp_jitter_buffer_change_state),
11135         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
11136         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
11137         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
11138         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
11139         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
11140         (gst_rtp_session_init):
11141         * gst/rtpmanager/gstrtpsession.h:
11142         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
11143         Use new jitterbuffer code.
11144         Expose some new signals in preparation for handling EOS.
11145
11146 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11147
11148         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
11149         Fix a segfault with more than one channel and don't rebuild
11150         the kernel & residue with every buffer.
11151
11152 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11153
11154         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
11155         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
11156         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
11157         (bpwsinc_get_property):
11158         * gst/filter/gstbpwsinc.h:
11159         Add support for a bandreject mode and allow specifying the window
11160         function that should be used.
11161         * gst/filter/gstlpwsinc.c:
11162         And another small formatting fix.
11163
11164 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11165
11166         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
11167         (gst_bpwsinc_init), (process_32), (process_64),
11168         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
11169         (bpwsinc_transform), (bpwsinc_set_property),
11170         (bpwsinc_get_property):
11171         * gst/filter/gstbpwsinc.h:
11172         Apply the same changes to the bandpass filter:
11173          - Support double input
11174          - Fix processing for input with >1 channels
11175          - Specify frequency in Hz
11176          - Specify actual filter kernel length
11177          - Use transform instead of transform_ip as we're working
11178            out of place anyway
11179          - Factor out filter kernel generation and update the filter
11180            kernel when the properties are set
11181         Fix bandpass filter kernel generation to actually generate
11182         a bandpass filter by creating a highpass instead of a second
11183         lowpass.
11184         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
11185         Small formatting fix.
11186
11187 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11188
11189         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
11190         (gst_lpwsinc_init), (process_32), (process_64),
11191         (lpwsinc_build_kernel), (lpwsinc_set_property),
11192         (lpwsinc_get_property):
11193         * gst/filter/gstlpwsinc.h:
11194         Specify the actual filter length instead of a weird
11195         2N+1. Setting the property will round to the next odd number.
11196         Also remove now obsolete FIXMEs.
11197
11198 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11199
11200         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
11201         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
11202         (lpwsinc_build_kernel), (lpwsinc_set_property),
11203         (lpwsinc_get_property):
11204         * gst/filter/gstlpwsinc.h:
11205         Allow choosing between hamming and blackman window. The blackman
11206         window provides a better stopband attenuation but a bit slower
11207         rolloff.
11208
11209 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11210
11211         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
11212         (gst_lpwsinc_class_init), (process_32), (process_64),
11213         (lpwsinc_build_kernel), (lpwsinc_set_property),
11214         (lpwsinc_get_property):
11215         * gst/filter/gstlpwsinc.h:
11216         Add a highpass mode.
11217
11218 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11219
11220         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
11221         (lpwsinc_build_kernel):
11222         Fix processing if the input has more than one channel.
11223
11224 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
11225
11226         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
11227         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
11228         (bpwsinc_set_property), (bpwsinc_get_property):
11229         "this" is a C++ keyword, use "self" instead.
11230         Add TODOs and FIXMEs and remove two wrong FIXMEs.
11231         * gst/filter/gstlpwsinc.c:
11232         Add FIXMEs and a new TODO.
11233
11234 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
11235
11236         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
11237         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
11238         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
11239         (lpwsinc_get_unit_size), (lpwsinc_transform),
11240         (lpwsinc_set_property), (lpwsinc_get_property):
11241         * gst/filter/gstlpwsinc.h:
11242         Add double support, replace "this" with "self" as the former
11243         is a C++ keyword.
11244         Implement the frequency property in Hz instead of fraction
11245         of sampling frequency.
11246         Remove some unecessary FIXMEs and add some TODOs, add some
11247         required locking and refactor the kernel generation into a
11248         separate function that is also called when the properties
11249         change now.
11250         And use BaseTransform::transform instead of transform_ip
11251         as the convolution is done out of place anyway. Should
11252         be done in place later.
11253
11254 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
11255
11256         * configure.ac:
11257         * gst/stereo/Makefile.am:
11258         * gst/stereo/gststereo.c: (gst_stereo_base_init),
11259         (gst_stereo_class_init), (gst_stereo_init),
11260         (gst_stereo_transform_ip), (gst_stereo_set_property),
11261         (gst_stereo_get_property):
11262         * gst/stereo/gststereo.h:
11263         Port the stereo element to GStreamer 0.10.
11264
11265 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11266
11267         submitted by: Raphael Higino <phhigino@gmail.com>
11268
11269         * po/LINGUAS:
11270         * po/pt_BR.po:
11271           Added Portuguese (Brazilian) translation.
11272
11273 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11274
11275         * po/uk.po:
11276         * po/vi.po:
11277           Updated translations.
11278
11279 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
11280
11281         * gst/filter/Makefile.am:
11282         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
11283         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
11284         (gst_bpwsinc_init), (bpwsinc_setup):
11285         * gst/filter/gstbpwsinc.h:
11286         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
11287         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
11288         (gst_lpwsinc_init), (lpwsinc_setup):
11289         * gst/filter/gstlpwsinc.h:
11290         Use GstAudioFilter as base class and don't leak the memory
11291         of the filter kernel and residue.
11292
11293 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
11294
11295         Patch by: Josep Torra Valles <josep@fluendo.com>
11296
11297         * docs/plugins/gst-plugins-bad-plugins.args:
11298         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
11299         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
11300         * ext/libmms/gstmms.h:
11301         Add connection speed property to libmms. Fixes #464678.
11302
11303 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
11304
11305         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
11306         (gst_real_video_dec_activate_push), (open_library),
11307         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
11308         * gst/real/gstrealvideodec.h:
11309         Remove some old unused vars.
11310
11311 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
11312
11313         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
11314         Small cleanups.
11315
11316         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
11317         (open_library):
11318         Remove fragment and timestamp correction code from the decoder to make
11319         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
11320
11321 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
11322
11323         * po/POTFILES.skip:
11324           Add POTFILES.skip with list of source files that aren't disted at the
11325           moment but contain translatable strings. Should hopefully pacify
11326           broken tools and make it clearer that these files are left out
11327           intentionally (#461601 and others).
11328
11329 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
11330
11331         Patch by: Ian Munro  <imunro at netspace net au>
11332
11333         * gst/bayer/gstbayer2rgb.c:
11334           Include our own "_stdint.h" instead of <stdint.h> (which may not
11335           be available).
11336
11337         * gst/speed/gstspeed.h:
11338           Native HP-UX compiler dosn't seem to like enum typedefs before the
11339           actual enum was defined.
11340
11341         * gst/vmnc/vmncdec.c:
11342           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
11343
11344 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
11345
11346         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
11347         Use the proper context variable when setting the password !
11348         LOG => WARNING for errors.
11349         Give proper path when opening the codec (needs a '/' at the end).
11350
11351 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11352
11353         * gst/real/Makefile.am:
11354           And dist the new header file too.
11355
11356 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11357
11358         * gst/real/gstreal.h:
11359         Add missing header file.
11360
11361 2007-07-25  Julien MOUTTE  <julien@moutte.net>
11362
11363         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
11364         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11365         (gst_flv_demux_init):
11366         * gst/flv/gstflvdemux.h:
11367         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
11368         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11369         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11370         (gst_flv_parse_header):
11371         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
11372         reusable, more safety checks.
11373
11374 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
11375
11376         * ext/timidity/gsttimidity.c: (gst_timidity_init),
11377         (gst_timidity_change_state), (plugin_init):
11378         * ext/timidity/gsttimidity.h:
11379           Don't initialize timidity in plugin_init for similar reason as below.
11380
11381 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
11382
11383         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
11384         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
11385         * ext/timidity/gstwildmidi.h:
11386           Don't initialize wildmidi in plugin_init as it also setups audio
11387           filters which is slow.
11388
11389 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
11390
11391         reviewed by: Edward Hervey  <bilboed@bilboed.com>
11392
11393         * gst/real/gstreal.c: (plugin_init):
11394         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
11395         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
11396         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
11397         * gst/real/gstrealvideodec.c: (open_library),
11398         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
11399         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
11400         * gst/real/gstrealvideodec.h:
11401         Improved search algorithm for location of real .so files.
11402         Fixes #393461
11403
11404 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
11405
11406         * configure.ac:
11407         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
11408         Use the new buffer clipping function from gstaudio here and
11409         require gst-plugins-base CVS.
11410
11411 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
11412
11413         * configure.ac:
11414           Sync liboil check with plugins-base.
11415
11416 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11417
11418         * gst/equalizer/gstiirequalizer.c:
11419         (gst_iir_equalizer_band_set_property),
11420         (gst_iir_equalizer_child_proxy_get_child_by_index),
11421         (gst_iir_equalizer_child_proxy_get_children_count),
11422         (gst_iir_equalizer_child_proxy_interface_init),
11423         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
11424         (gst_iir_equalizer_compute_frequencies):
11425         * gst/equalizer/gstiirequalizer10bands.c:
11426         (gst_iir_equalizer_10bands_class_init):
11427         * gst/equalizer/gstiirequalizer3bands.c:
11428         (gst_iir_equalizer_3bands_class_init):
11429         * gst/equalizer/gstiirequalizernbands.c:
11430           Better algorith for the center frequencies. Subtract band filters from
11431           input for negative gains. Rework the gain mapping.
11432
11433 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11434
11435         * ext/dirac/Makefile.am:
11436           Also include stdlib here.
11437
11438 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
11439
11440         * tests/check/elements/.cvsignore:
11441         Fix the buildbot with the cvsignore it wants.
11442
11443 2007-07-19  Julien MOUTTE  <julien@moutte.net>
11444
11445         * configure.ac:
11446         * gst/flv/Makefile.am:
11447         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
11448         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
11449         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
11450         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
11451         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
11452         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
11453         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11454         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
11455         (gst_flv_demux_init), (plugin_init):
11456         * gst/flv/gstflvdemux.h:
11457         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
11458         (gst_flv_demux_query_types), (gst_flv_demux_query),
11459         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11460         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11461         (gst_flv_parse_tag_type), (gst_flv_parse_header):
11462         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
11463         It does not do seeking yet, it supports pull and push mode so YES
11464         you can use it to play youtube videos directly from an HTTP uri.
11465         Not so much testing done yet but it parses metadata, reply to 
11466         duration queries, etc...
11467
11468 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
11469
11470         * tests/check/Makefile.am:
11471         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
11472           main):
11473           Add typefind test for midi.
11474
11475 2007-07-18  Michael Smith  <msmith@fluendo.com>
11476
11477         * ext/soundtouch/gstpitch.cc:
11478           If we receive a new segment event, don't try to push buffers out
11479           in response (without first sending it on!).
11480           Instead, flush internal buffers on receiving flush events.
11481           Fixes playback after seeking.
11482
11483 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11484
11485         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
11486         (gst_bayer2rgb_reset):
11487           Add basic docs. Use glibs mem routines.
11488
11489 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11490
11491         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
11492           Add example to the docs. Fix buffer-offset-end and add some debug.
11493
11494 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11495
11496         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
11497         (gst_jack_ring_buffer_acquire):
11498           Add stdlib include here too.
11499
11500 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11501
11502         * examples/app/appsrc_ex.c:
11503         * examples/switch/switcher.c:
11504         * ext/neon/gstneonhttpsrc.c:
11505         * ext/timidity/gstwildmidi.c:
11506         * ext/x264/gstx264enc.c:
11507         * gst/mve/mveaudioenc.c: (mve_compress_audio):
11508         * gst/rtpmanager/gstrtpclient.c:
11509         * gst/rtpmanager/gstrtpjitterbuffer.c:
11510         * gst/spectrum/demo-audiotest.c:
11511         * gst/spectrum/demo-osssrc.c:
11512         * sys/dvb/gstdvbsrc.c:
11513           Add stdlib include (free, atoi, exit).
11514
11515 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
11516
11517         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
11518         Fix buffer clipping to correctly clip to the segment stop.
11519
11520 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
11521
11522         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
11523
11524         * gst/modplug/gstmodplug.cc:
11525         add several missing supported mime-types to the modplug plugin.
11526         Fixes #456901.
11527
11528 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
11529
11530         * configure.ac:
11531         * tests/Makefile.am:
11532         Remove bogus check for libcheck, since we check for
11533         gstreamer-check and it pulls in the required info from there, and we
11534         weren't actually _using_ the information for libcheck ourselves
11535         anyway.
11536
11537 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
11538
11539         * configure.ac:
11540           Use pkg-config to locate check.
11541
11542 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
11543
11544         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
11545         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
11546           Fix build against core CVS.
11547
11548 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
11549
11550         * REQUIREMENTS:
11551           Sync with changes in -ugly.
11552
11553 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
11554
11555         * REQUIREMENTS:
11556           Add download location of libamrwb.
11557
11558 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
11559
11560         * docs/plugins/inspect/plugin-amrwb.xml:
11561         * docs/plugins/inspect/plugin-equalizer.xml:
11562         * docs/plugins/inspect/plugin-multifile.xml:
11563         * docs/plugins/inspect/plugin-timidity.xml:
11564         * docs/plugins/inspect/plugin-wildmidi.xml:
11565           Add missing inspect files. Fixes build (#454313).
11566
11567         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
11568           Scream a bit louder when initialisation fails.
11569
11570         * gst-libs/README:
11571         * gst-libs/ext/.cvsignore:
11572           Remove some cruft.
11573
11574 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
11575
11576         * ext/ivorbis/Makefile.am:
11577           Dist header files. Fixes #454078.
11578
11579 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
11580
11581         * docs/plugins/Makefile.am:
11582           Simplify --extra-dir as gtkdoc scans recursively.
11583
11584         * ext/amrwb/gstamrwbenc.c:
11585           Fix comment start.
11586
11587 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11588
11589         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
11590           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
11591           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
11592           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
11593           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
11594           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
11595         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
11596         Removed property "device". Added properties "adapter" and "frontend".
11597         Fixes #453636.
11598         Rename freq property to frequency.
11599
11600 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
11601
11602         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11603         Fix property descriptions.
11604
11605 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11606
11607         * docs/plugins/Makefile.am:
11608         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11609         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11610         * ext/amrwb/gstamrwbdec.c:
11611         * ext/amrwb/gstamrwbenc.c:
11612         * ext/amrwb/gstamrwbparse.c:
11613           Also document AMR-WB elements.
11614
11615 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11616
11617         * docs/plugins/Makefile.am:
11618         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11619         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11620         * docs/plugins/gst-plugins-bad-plugins.args:
11621           Cleanup the section file so that -unused is empty again (and useful to
11622           spot new docs). Add not yet added docs to sgml file. Add more header
11623           to Makefile.am to make them introspectable.
11624
11625         * docs/plugins/inspect/plugin-bz2.xml:
11626         * docs/plugins/inspect/plugin-cdxaparse.xml:
11627         * docs/plugins/inspect/plugin-dtsdec.xml:
11628         * docs/plugins/inspect/plugin-faac.xml:
11629         * docs/plugins/inspect/plugin-faad.xml:
11630         * docs/plugins/inspect/plugin-filter.xml:
11631         * docs/plugins/inspect/plugin-freeze.xml:
11632         * docs/plugins/inspect/plugin-gdp.xml:
11633         * docs/plugins/inspect/plugin-gsm.xml:
11634         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11635         * docs/plugins/inspect/plugin-h264parse.xml:
11636         * docs/plugins/inspect/plugin-modplug.xml:
11637         * docs/plugins/inspect/plugin-musicbrainz.xml:
11638         * docs/plugins/inspect/plugin-nsfdec.xml:
11639         * docs/plugins/inspect/plugin-replaygain.xml:
11640         * docs/plugins/inspect/plugin-spectrum.xml:
11641         * docs/plugins/inspect/plugin-speed.xml:
11642         * docs/plugins/inspect/plugin-tta.xml:
11643         * docs/plugins/inspect/plugin-videosignal.xml:
11644         * docs/plugins/inspect/plugin-xingheader.xml:
11645         * docs/plugins/inspect/plugin-xvid.xml:
11646           Update the doc blobs.
11647
11648 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11649
11650         * gst/multifile/Makefile.am:
11651         * gst/multifile/gstmultifile.c:
11652         * gst/multifile/gstmultifilesink.c:
11653         * gst/multifile/gstmultifilesink.h:
11654         * gst/multifile/gstmultifilesrc.c:
11655         * gst/multifile/gstmultifilesrc.h:
11656           Add .h files to be able to add it to the docs.
11657
11658 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11659
11660         * gst/modplug/gstmodplug.cc:
11661           Activate doc section.
11662
11663 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11664
11665         * ext/timidity/gsttimidity.c:
11666         * ext/timidity/gstwildmidi.c:
11667         * ext/timidity/gstwildmidi.h:
11668           Fix licence (both are GPL). Add element docs.
11669
11670 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11671
11672         * ext/musicbrainz/gsttrm.h:
11673           Fix _get_type signature.
11674
11675 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11676
11677         * gst/replaygain/gstrgvolume.h:
11678           Fix GObject macros.
11679
11680 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11681
11682         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
11683         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
11684         (gst_dc1394_set_caps_framesize_range),
11685         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
11686         (gst_dc1394_framerate_frac_to_const),
11687         (gst_dc1394_open_cam_with_best_caps):
11688         Make a bunch of functions static, and move variable declarations
11689         to the start of blocks to avoid problems on older gcc.
11690
11691         Make sure to unset value types.
11692
11693 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11694
11695         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11696
11697         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
11698         With CVS of ffmpegcolorspace from plugins-base, I can now
11699         get 30 fps from the iSight.
11700
11701 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11702
11703         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11704         Change a g_print to a GST_DEBUG message.
11705
11706 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11707
11708         * configure.ac:
11709         * ext/Makefile.am:
11710         * ext/dc1394/Makefile.am:
11711         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
11712         (gst_dc1394_class_init), (gst_dc1394_init),
11713         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
11714         (gst_dc1394_get_property), (gst_dc1394_getcaps),
11715         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
11716         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
11717         (gst_dc1394_caps_set_format_vmode_caps),
11718         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
11719         (gst_dc1394_set_caps_framesize_range),
11720         (gst_dc1394_caps_set_framerate_list),
11721         (gst_dc1394_framerate_const_to_frac),
11722         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
11723         (gst_dc1394_framerate_frac_to_const),
11724         (gst_dc1394_open_cam_with_best_caps),
11725         (gst_dc1394_change_camera_transmission), (plugin_init):
11726         * ext/dc1394/gstdc1394.h:
11727         Commit new dc1394src element.
11728         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
11729         Patch By: Eric Jonas < jonas at mit dot edu >
11730         Close: #387251
11731
11732 2007-06-28  Wim Taymans  <wim@fluendo.com>
11733
11734         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11735         Register new property as well.
11736
11737 2007-06-28  Wim Taymans  <wim@fluendo.com>
11738
11739         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11740         (gst_video_detect_set_property), (gst_video_detect_get_property):
11741         * gst/videosignal/gstvideodetect.h:
11742         Add property to adjust the center, sensitivity is now the distance from
11743         this center.
11744
11745 2007-06-27  Wim Taymans  <wim@fluendo.com>
11746
11747         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11748         (gst_video_detect_set_property), (gst_video_detect_get_property),
11749         (gst_video_detect_class_init):
11750         * gst/videosignal/gstvideodetect.h:
11751         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
11752         (gst_video_mark_420), (gst_video_mark_set_property),
11753         (gst_video_mark_get_property), (gst_video_mark_class_init):
11754         * gst/videosignal/gstvideomark.h:
11755         Add left and bottom offset properties to control the position of the
11756         pattern.
11757
11758 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
11759
11760         * docs/plugins/gst-plugins-bad-plugins.args:
11761         * docs/plugins/inspect/plugin-alsaspdif.xml:
11762         * docs/plugins/inspect/plugin-bz2.xml:
11763         * docs/plugins/inspect/plugin-cdxaparse.xml:
11764         * docs/plugins/inspect/plugin-dtsdec.xml:
11765         * docs/plugins/inspect/plugin-faac.xml:
11766         * docs/plugins/inspect/plugin-faad.xml:
11767         * docs/plugins/inspect/plugin-filter.xml:
11768         * docs/plugins/inspect/plugin-freeze.xml:
11769         * docs/plugins/inspect/plugin-gdp.xml:
11770         * docs/plugins/inspect/plugin-glimagesink.xml:
11771         * docs/plugins/inspect/plugin-gsm.xml:
11772         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11773         * docs/plugins/inspect/plugin-h264parse.xml:
11774         * docs/plugins/inspect/plugin-jack.xml:
11775         * docs/plugins/inspect/plugin-mms.xml:
11776         * docs/plugins/inspect/plugin-modplug.xml:
11777         * docs/plugins/inspect/plugin-musicbrainz.xml:
11778         * docs/plugins/inspect/plugin-neon.xml:
11779         * docs/plugins/inspect/plugin-nsfdec.xml:
11780         * docs/plugins/inspect/plugin-replaygain.xml:
11781         * docs/plugins/inspect/plugin-sdl.xml:
11782         * docs/plugins/inspect/plugin-spectrum.xml:
11783         * docs/plugins/inspect/plugin-speed.xml:
11784         * docs/plugins/inspect/plugin-tta.xml:
11785         * docs/plugins/inspect/plugin-videosignal.xml:
11786         * docs/plugins/inspect/plugin-xingheader.xml:
11787         * docs/plugins/inspect/plugin-xvid.xml:
11788           Update docs with caps info.
11789
11790 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
11791
11792         * gconf/.cvsignore:
11793         * gconf/Makefile.am:
11794         * gconf/gstreamer.schemas.in:
11795           Remove dysfunctional directory (this stuff is in -good).
11796
11797         * ext/sndfile/gstsf.c: (plugin_init):
11798         * sys/dvb/gstdvbsrc.c: (plugin_init):
11799           Add i18n bindtextdomain stuff.
11800
11801         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11802         (plugin_init):
11803           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11804
11805         * po/POTFILES.in:
11806           Add more source files with translatable strings (fixes #450605).
11807
11808 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11809
11810         Contributed by: Wenzheng Hu <db_lobster@163.com>
11811
11812         * po/LINGUAS:
11813         * po/zh_CN.po:
11814           Added Chinese (simplified) translation.
11815
11816 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11817
11818         Patch by: Jens Granseuer  <jensgr at gmx net>
11819
11820         * gst/equalizer/gstiirequalizer.c:
11821         * gst/equalizer/gstiirequalizer10bands.c:
11822         * gst/equalizer/gstiirequalizer3bands.c:
11823         * gst/equalizer/gstiirequalizernbands.c:
11824         * gst/rtpmanager/async_jitter_queue.c:
11825         (async_jitter_queue_push_sorted):
11826         * gst/rtpmanager/gstrtpjitterbuffer.c:
11827         (gst_rtp_jitter_buffer_chain):
11828         * gst/switch/gstswitch.c: (gst_switch_chain):
11829           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11830           Fixes #450185.
11831
11832 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11833
11834         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11835           last_message_received, main):
11836         * gst/switch/gstswitch.c (gst_switch_release_pad,
11837           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11838           gst_switch_set_property, gst_switch_get_property,
11839           gst_switch_get_linked_pad, gst_switch_getcaps,
11840           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11841         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11842           GST_SWITCH_UNLOCK):
11843         Add an extra lock to protect against certain variables instead of
11844         using the object lock. Fix case where caps are different in the
11845         sink pads causes deadlock. Update example to use different caps
11846         on each sink pad.
11847
11848 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11849
11850         * MAINTAINERS:
11851         Updating all the maintainers files
11852
11853 2007-06-22  Edward Hervey  <edward@fluendo.com>
11854
11855         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11856         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11857         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11858         * ext/audioresample/gstaudioresample.c:
11859         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11860         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11861         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11862         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11863         * ext/faac/gstfaac.c: (gst_faac_init):
11864         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11865         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11866         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11867         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11868         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11869         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11870         * ext/spc/gstspc.c: (gst_spc_dec_init):
11871         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11872         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11873         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11874         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11875         * gst/chart/gstchart.c: (gst_chart_init):
11876         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11877         * gst/festival/gstfestival.c: (gst_festival_init):
11878         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11879         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11880         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11881         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11882         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11883         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11884         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11885         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11886         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11887         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11888         * gst/speed/gstspeed.c: (speed_init):
11889         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11890         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11891         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11892         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11893         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11894         Fix leaks.
11895
11896 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11897
11898         * RELEASE:
11899         * sys/Makefile.am:
11900           Re-enable VCD source and fix up release notes.
11901
11902 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11903
11904         * gst/equalizer/gstiirequalizer.c:
11905           Document parameter mapping.
11906
11907 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11908
11909         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11910         (gst_spectrum_transform_ip):
11911           Fix leaking buffers.
11912           
11913         * tests/check/Makefile.am:
11914         * tests/check/elements/spectrum.c: (setup_spectrum),
11915         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11916           Add simple test for spectrum element.
11917
11918 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11919
11920         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11921         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11922         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11923         (gst_amrwbdec_state_change):
11924         * ext/amrwb/gstamrwbdec.h:
11925         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11926         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11927           Add newsegment and discont handling. Some code cleanups. Don't leak
11928           the adapter, unref it in a new finalize method instead. Sync the
11929           parser with the amr-nb changes.
11930
11931 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11932
11933         * configure.ac:
11934         Back to CVS.
11935
11936         * gst-plugins-bad.doap:
11937         Add 0.10.5 to the doap file.
11938
11939 === release 0.10.5 ===
11940
11941 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11942
11943         * configure.ac:
11944           releasing 0.10.5, "Expedition to Lake Pahoe"
11945
11946 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11947
11948         * win32/vs6/gst_plugins_bad.dsw:
11949         * win32/vs6/libdshowsrcwrapper.dsp:
11950         * win32/vs6/libgstdshow.dsp:
11951         * win32/vs6/libgstmpegvideoparse.dsp:
11952         * win32/vs6/libgstneon.dsp:
11953         Convert line endings to CRLF and mark as binary files.
11954
11955 2007-06-13  Wim Taymans  <wim@fluendo.com>
11956
11957         * sys/Makefile.am:
11958         Disable VCD build because we're frozen..
11959
11960 2007-06-13  Wim Taymans  <wim@fluendo.com>
11961
11962         * configure.ac:
11963         * sys/Makefile.am:
11964         * sys/vcd/Makefile.am:
11965         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11966         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11967         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11968         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11969         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11970         (gst_vcdsrc_uri_set_uri):
11971         * sys/vcd/vcdsrc.h:
11972         Port VCD element.
11973
11974 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11975
11976         * win32/MANIFEST:
11977         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11978         MANIFEST.
11979         * win32/vs6/gst_plugins_bad.dsw:
11980         Remove qtdemux, directdraw, directsound and waveform project files
11981         from the workspace as they have been moved to -good.
11982
11983 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11984
11985         * po/POTFILES.in:
11986         Remove qtdemux from the translation list.
11987
11988 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11989
11990         * configure.ac:
11991         * docs/plugins/Makefile.am:
11992         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11993         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11994         * docs/plugins/inspect/plugin-osxvideo.xml:
11995         * docs/plugins/inspect/plugin-videocrop.xml:
11996         * gst-plugins-bad.spec.in:
11997         * gst/videocrop/Makefile.am:
11998         * gst/videocrop/gstvideocrop.c:
11999         * gst/videocrop/gstvideocrop.h:
12000         * gst/videocrop/videocrop.vcproj:
12001         * sys/Makefile.am:
12002         * sys/osxvideo/Makefile.am:
12003         * sys/osxvideo/cocoawindow.h:
12004         * sys/osxvideo/cocoawindow.m:
12005         * sys/osxvideo/osxvideosink.h:
12006         * sys/osxvideo/osxvideosink.m:
12007         * tests/check/Makefile.am:
12008         * tests/check/elements/videocrop.c:
12009         * tests/icles/Makefile.am:
12010         * tests/icles/videocrop-test.c:
12011         Move videocrop and osxvideo to -good.
12012
12013 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
12014
12015         * configure.ac:
12016         * docs/plugins/Makefile.am:
12017         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12018         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12019         * gst/qtdemux/Makefile.am:
12020         * gst/qtdemux/gstrtpxqtdepay.c:
12021         * gst/qtdemux/gstrtpxqtdepay.h:
12022         * gst/qtdemux/qtdemux.c:
12023         * gst/qtdemux/qtdemux.h:
12024         * gst/qtdemux/qtdemux.vcproj:
12025         * gst/qtdemux/qtdemux_dump.c:
12026         * gst/qtdemux/qtdemux_dump.h:
12027         * gst/qtdemux/qtdemux_fourcc.h:
12028         * gst/qtdemux/qtdemux_types.c:
12029         * gst/qtdemux/qtdemux_types.h:
12030         * gst/qtdemux/qtpalette.h:
12031         * gst/qtdemux/quicktime.c:
12032         * win32/MANIFEST:
12033         * win32/vs6/libgstqtdemux.dsp:
12034         Move qtdemux to -good.
12035
12036         * gst-plugins-bad.spec.in:
12037         Update spec file to reflect wavpack & qtdemux moving to -good.
12038
12039 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
12040
12041         * docs/plugins/Makefile.am:
12042         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12043         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12044         * docs/plugins/inspect/plugin-waveform.xml:
12045         * sys/waveform/gstwaveformplugin.c:
12046         * sys/waveform/gstwaveformsink.c:
12047         * sys/waveform/gstwaveformsink.h:
12048         * win32/MANIFEST:
12049         * win32/vs6/libgstwaveform.dsp:
12050         Remove the waveform plugin now that it is in -good.
12051
12052 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12053
12054         * configure.ac:
12055         * docs/plugins/Makefile.am:
12056         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12057         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12058         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12059         * docs/plugins/inspect/plugin-wavpack.xml:
12060         * ext/Makefile.am:
12061         * ext/wavpack/Makefile.am:
12062         * ext/wavpack/gstwavpack.c:
12063         * ext/wavpack/gstwavpackcommon.c:
12064         * ext/wavpack/gstwavpackcommon.h:
12065         * ext/wavpack/gstwavpackdec.c:
12066         * ext/wavpack/gstwavpackdec.h:
12067         * ext/wavpack/gstwavpackenc.c:
12068         * ext/wavpack/gstwavpackenc.h:
12069         * ext/wavpack/gstwavpackparse.c:
12070         * ext/wavpack/gstwavpackparse.h:
12071         * ext/wavpack/gstwavpackstreamreader.c:
12072         * ext/wavpack/gstwavpackstreamreader.h:
12073         * ext/wavpack/md5.c:
12074         * ext/wavpack/md5.h:
12075         * tests/check/Makefile.am:
12076         * tests/check/elements/wavpackdec.c:
12077         * tests/check/elements/wavpackenc.c:
12078         * tests/check/elements/wavpackparse.c:
12079           Move wavpack to good.
12080
12081 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
12082
12083         * configure.ac:
12084         * docs/plugins/Makefile.am:
12085         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12086         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12087         * docs/plugins/gst-plugins-bad-plugins.args:
12088         * docs/plugins/inspect/plugin-directdraw.xml:
12089         * docs/plugins/inspect/plugin-directsound.xml:
12090         * sys/Makefile.am:
12091         * sys/directdraw/Makefile.am:
12092         * sys/directdraw/gstdirectdrawplugin.c:
12093         * sys/directdraw/gstdirectdrawsink.c:
12094         * sys/directdraw/gstdirectdrawsink.h:
12095         * sys/directsound/Makefile.am:
12096         * sys/directsound/gstdirectsoundplugin.c:
12097         * sys/directsound/gstdirectsoundsink.c:
12098         * sys/directsound/gstdirectsoundsink.h:
12099         * win32/MANIFEST:
12100         * win32/gst.sln:
12101         * win32/vs6/libgstdirectdraw.dsp:
12102         * win32/vs6/libgstdirectsound.dsp:
12103         * win32/vs7/libgstdirectdraw.vcproj:
12104         * win32/vs7/libgstdirectsound.vcproj:
12105         * win32/vs8/libgstdirectdraw.vcproj:
12106         * win32/vs8/libgstdirectsound.vcproj:
12107         Remove DirectDraw & DirectSound plugins, as they've moved to Good
12108
12109 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
12110
12111         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
12112         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
12113         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
12114           When driving the pipeline, also post an error when we get a
12115           not-linked flow return from downstream.
12116
12117 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
12118
12119         * docs/plugins/gst-plugins-bad-plugins.args:
12120         * sys/directdraw/gstdirectdrawsink.c:
12121         (gst_directdraw_sink_class_init):
12122         Rename the keep-aspect-ratio property to force-aspect-ratio to make
12123         it consistent with xvimagesink and ximagesink.
12124
12125 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
12126
12127         * tests/icles/videocrop-test.c: (main):
12128           Default to xvimagesink instead of autovideosink while
12129           autovideosink/ghostpads/whatever don't handle the way we use it in
12130           the way we expect it to.
12131
12132 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
12133
12134         * configure.ac:
12135           Bump requirements to released versions of core and -base, and remove
12136           special-casing for equalizer and rtpmanager as it's not needed any
12137           longer.
12138
12139 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
12140
12141         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
12142         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
12143         Sprinkle in some XSync calls to avoid raciness with broken
12144         drivers (ATI) when re-using a single glimagesink.
12145
12146 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
12147
12148         * gst/mpegvideoparse/mpegpacketiser.c:
12149         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
12150         (mpeg_util_parse_picture_hdr):
12151         * gst/mpegvideoparse/mpegvideoparse.c:
12152         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
12153         Fix some silly bugs with calculating the guard sizes.
12154         Properly compare the old sequence header structure with the new one.
12155         Don't error out on an invalid sequence - just ignore it.
12156
12157 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
12158
12159         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
12160           Printf fix in debug statement; also print the right number there.
12161
12162 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
12163
12164         * ext/sdl/Makefile.am:
12165         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
12166           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
12167           (#444499); initialise variable to avoid false compiler warning.
12168
12169 2007-06-01  Wim Taymans  <wim@fluendo.com>
12170
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/gstvideomark.c: (gst_video_mark_set_caps),
12177         (gst_video_mark_draw_box), (gst_video_mark_420),
12178         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
12179         (gst_video_mark_get_property), (gst_video_mark_base_init),
12180         (gst_video_mark_class_init), (gst_video_mark_init),
12181         (gst_video_mark_get_type):
12182         * gst/videosignal/gstvideomark.h:
12183         * gst/videosignal/gstvideosignal.c: (plugin_init):
12184         Add plugin to generate a pattern detectable by videodetect.
12185
12186 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
12187
12188         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
12189           Don't leak buffer when returning an error.
12190
12191 2007-06-01  Wim Taymans  <wim@fluendo.com>
12192
12193         Patch by René Stadler <mail at renestadler dot de>:
12194
12195         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
12196         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
12197         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
12198         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
12199         (gst_neonhttp_src_set_location),
12200         (gst_neonhttp_src_send_request_and_redirect),
12201         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
12202         * ext/neon/gstneonhttpsrc.h:
12203         Deprecated "uri" property.  Clean up property descriptions.
12204         Change default User-Agent to the slightly more descriptive
12205         "GStreamer neonhttpsrc".
12206         Various other small cleanups, mostly property related.
12207
12208 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
12209
12210         * ext/libmms/gstmms.h:
12211           No reason to use gpointers instead of typed pointes here as far as I
12212           can see.
12213
12214         * ext/mythtv/gstmythtvsrc.c:
12215         * ext/neon/gstneonhttpsrc.c:
12216         * gst/switch/gstswitch.c:
12217           Don't use gtk-doc magic markers for things that aren't meant to be
12218           parsed by gtk-doc. Makes gtk-doc complain a bit less.
12219
12220 2007-05-30  Wim Taymans  <wim@fluendo.com>
12221
12222         * configure.ac:
12223         * docs/plugins/Makefile.am:
12224         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12225         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12226         * docs/plugins/inspect/plugin-videosignal.xml:
12227         * gst/videosignal/Makefile.am:
12228         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
12229         (gst_video_analyse_post_message), (gst_video_analyse_420),
12230         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
12231         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
12232         (gst_video_analyse_class_init), (gst_video_analyse_init),
12233         (gst_video_analyse_get_type):
12234         * gst/videosignal/gstvideoanalyse.h:
12235         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
12236         (gst_video_detect_post_message),
12237         (gst_video_detect_calc_brightness), (gst_video_detect_420),
12238         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
12239         (gst_video_detect_get_property), (gst_video_detect_base_init),
12240         (gst_video_detect_class_init), (gst_video_detect_init),
12241         (gst_video_detect_get_type):
12242         * gst/videosignal/gstvideodetect.h:
12243         * gst/videosignal/gstvideosignal.c: (plugin_init):
12244         * gst/videosignal/gstvideosignal.h:
12245         Added videosignal plugin with two plugins to analyse video frames.
12246         Added videoanalyse to report about brightness and variance in video
12247         frames.
12248         Added videodetect to detect predefined patterns in a video signal.
12249
12250 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
12251
12252         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12253         * docs/plugins/gst-plugins-bad-plugins.interfaces:
12254         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
12255         * docs/plugins/gst-plugins-bad-plugins.signals:
12256           More updates.
12257
12258 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
12259
12260         * docs/plugins/gst-plugins-bad-plugins.args:
12261         * docs/plugins/gst-plugins-bad-plugins.signals:
12262         * docs/plugins/inspect/plugin-dtsdec.xml:
12263         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
12264         * docs/plugins/inspect/plugin-musepack.xml:
12265         * docs/plugins/inspect/plugin-rtpmanager.xml:
12266         * docs/plugins/inspect/plugin-sdl.xml:
12267         * docs/plugins/inspect/plugin-spcdec.xml:
12268         * docs/plugins/inspect/plugin-swfdec.xml:
12269           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
12270           hopefully that makes the build bots happy again.
12271
12272 2007-05-28  Wim Taymans  <wim@fluendo.com>
12273
12274         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12275         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12276         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
12277         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
12278         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
12279         * gst/rtpmanager/gstrtpclient.c: (create_stream),
12280         (gst_rtp_client_request_new_pad):
12281         * gst/rtpmanager/gstrtpjitterbuffer.c:
12282         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
12283         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12284         * gst/rtpmanager/gstrtpptdemux.c:
12285         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12286         (gst_rtp_session_request_new_pad):
12287         * gst/rtpmanager/gstrtpssrcdemux.c:
12288         Rename elements to avoid conflict with farsight elements with the same
12289         name. Fixes #430664.
12290
12291 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
12292
12293         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12294
12295         * sys/directdraw/gstdirectdrawsink.c:
12296         (gst_directdraw_sink_buffer_alloc),
12297         (gst_directdraw_sink_show_frame),
12298         (gst_directdraw_sink_check_primary_surface),
12299         (gst_directdraw_sink_check_offscreen_surface),
12300         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
12301         (gst_directdraw_sink_surface_create):
12302         * sys/directdraw/gstdirectdrawsink.h:
12303           Fix more warnings when compiling with MingW (#439914).
12304
12305 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
12306
12307         * docs/plugins/gst-plugins-bad-plugins.args:
12308         Remove directsoundsink property doc as this sink use the mixer
12309         interface now.
12310         * docs/plugins/gst-plugins-bad-plugins.interfaces:
12311         Add interfaces implemented by Windows sinks.
12312         * sys/directsound/gstdirectsoundsink.c:
12313         * sys/directsound/gstdirectsoundsink.h:
12314         Remove directsoundsink property  and implement the mixer interface.
12315         * win32/vs6/gst_plugins_bad.dsw:
12316         * win32/vs6/libgstdirectsound.dsp:
12317         Update project files.
12318         * gst-libs/gst/dshow/gstdshow.cpp:
12319         * gst-libs/gst/dshow/gstdshow.h:
12320         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
12321         * gst-libs/gst/dshow/gstdshowfakesink.h:
12322         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
12323         * gst-libs/gst/dshow/gstdshowfakesrc.h:
12324         * gst-libs/gst/dshow/gstdshowinterface.cpp:
12325         * gst-libs/gst/dshow/gstdshowinterface.h:
12326         * win32/common/libgstdshow.def:
12327         * win32/vs6/libgstdshow.dsp:
12328         Add a new gst library which allow to create internal Direct Show
12329         graph (pipelines) to wrap Windows sources, decoders or encoders.
12330         It includes a DirectShow fake source and sink and utility functions.    
12331         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
12332         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
12333         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
12334         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
12335         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
12336         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
12337         * win32/vs6/libdshowsrcwrapper.dsp:
12338         Add a new plugin to wrap DirectShow sources on Windows.
12339         It gets data from any webcam, dv cam, micro. We could add 
12340         tv tunner card later.
12341         
12342 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
12343
12344         Patch by René Stadler <mail at renestadler dot de>:
12345
12346         * ext/sdl/sdlvideosink.c:
12347         Separate the authors by newlines instead of nothing. Fixes #440774.
12348
12349 2007-05-23  Wim Taymans  <wim@fluendo.com>
12350
12351         * docs/plugins/inspect/plugin-rtpmanager.xml:
12352         Add doc xml file.
12353
12354 2007-05-23  Wim Taymans  <wim@fluendo.com>
12355
12356         * docs/plugins/Makefile.am:
12357         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12358         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12359         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12360         * gst/rtpmanager/gstrtpbin.h:
12361         * gst/rtpmanager/gstrtpclient.c:
12362         * gst/rtpmanager/gstrtpjitterbuffer.c:
12363         (gst_rtp_jitter_buffer_class_init),
12364         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
12365         * gst/rtpmanager/gstrtpjitterbuffer.h:
12366         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12367         (gst_rtp_pt_demux_clear_pt_map):
12368         * gst/rtpmanager/gstrtpptdemux.h:
12369         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12370         (rtcp_thread), (gst_rtp_session_clear_pt_map):
12371         * gst/rtpmanager/gstrtpsession.h:
12372         * gst/rtpmanager/gstrtpssrcdemux.c:
12373         (gst_rtp_ssrc_demux_class_init):
12374         Document stuff.
12375         Add clear-pt-map action signal where needed.
12376
12377 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
12378
12379         * configure.ac:
12380           Depend on gstreamer-0.10.12.1.
12381         
12382         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12383           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12384           parent_class, gst_iir_equalizer_band_set_property,
12385           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12386           gst_iir_equalizer_child_proxy_get_child_by_index,
12387           gst_iir_equalizer_child_proxy_get_children_count,
12388           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12389           gst_iir_equalizer_compute_frequencies,
12390           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
12391           plugin_init):
12392         * gst/equalizer/gstiirequalizer.h (audiofilter):
12393         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
12394           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
12395           gst_iir_equalizer_nbands_set_property):
12396           Use new locking macros.
12397
12398         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
12399           Add fixme.
12400
12401         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
12402           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
12403           gst_spectrum_event, gst_spectrum_transform_ip):
12404           Use new locking macros. Turn two fixed values into #defines.
12405
12406 2007-05-22  Edward Hervey  <edward@fluendo.com>
12407
12408         * docs/plugins/Makefile.am:
12409         Also look for .m (objectivec) files.
12410         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12411         * docs/plugins/gst-plugins-bad-plugins.args:
12412         * sys/osxvideo/osxvideosink.m:
12413         Add documentation for element and properties.
12414
12415 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12416
12417         * ChangeLog:
12418           ChangeLog surgery.
12419         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12420           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12421           parent_class, gst_iir_equalizer_band_set_property,
12422           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12423           gst_iir_equalizer_child_proxy_get_child_by_index,
12424           gst_iir_equalizer_child_proxy_get_children_count,
12425           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12426           gst_iir_equalizer_compute_frequencies, plugin_init):
12427         * tests/icles/equalizer-test.c:
12428           Add fixme and comment for example.
12429
12430 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12431
12432         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
12433           gst_spectrum_event, gst_spectrum_transform_ip):
12434           Use lock to protect from concurrent access.
12435
12436 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12437
12438         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12439         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12440         Specify and use properties as unsigned int that are an unsigned int.
12441
12442 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12443
12444         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12445         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
12446         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12447         * ext/wavpack/gstwavpackenc.h:
12448         Fixup docs, make the bitrate property an int as it should be and
12449         allow to set the different extra processing modes instead of only
12450         allowing none and the default one.
12451
12452 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
12453
12454         * ext/wavpack/gstwavpackenc.c:
12455         Add missing audioconverts in the example pipelines of wavpackenc. As
12456         the wavpack stuff now needs input with 32 bit width (and random depth)
12457         this is needed now. The example pipelines for the parser and decoder
12458         are still fine.
12459
12460 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12461
12462         * docs/plugins/Makefile.am:
12463         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12464           Fix docs build and hierarchy.
12465
12466 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12467
12468         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
12469         (gst_directdraw_sink_buffer_alloc),
12470         (gst_directdraw_sink_get_ddrawcaps),
12471         (gst_directdraw_sink_surface_create):
12472           Bunch of small fixes: remove static function that doesn't exist;
12473           declare another one that does; printf format fix; use right macro
12474           when specifying debug category; remove a bunch of unused variables;
12475           #if 0 out an unused chunk of code (partially fixes #439914).
12476
12477 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12478
12479         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
12480         * gst/switch/gstswitch.c: (gst_switch_chain):
12481           Printf format fixes (#439910, #439911).
12482
12483 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12484
12485         * tests/check/Makefile.am:
12486           Remove bits for deinterleave check which isn't in CVS yet.
12487
12488 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12489
12490         Patch by: René Stadler <mail at renestadler de>
12491
12492         * docs/plugins/Makefile.am:
12493         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12494         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12495         * docs/plugins/inspect/plugin-replaygain.xml:
12496         * gst/replaygain/Makefile.am:
12497         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
12498         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
12499         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
12500         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
12501         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
12502         (gst_rg_analysis_album_result):
12503         * gst/replaygain/gstrganalysis.h:
12504         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
12505         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
12506         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
12507         (gst_rg_limiter_transform_ip):
12508         * gst/replaygain/gstrglimiter.h:
12509         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
12510         (gst_rg_volume_class_init), (gst_rg_volume_init),
12511         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
12512         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
12513         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
12514         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
12515         (gst_rg_volume_determine_gain):
12516         * gst/replaygain/gstrgvolume.h:
12517         * gst/replaygain/replaygain.c: (plugin_init):
12518         * gst/replaygain/replaygain.h:
12519         * gst/replaygain/rganalysis.h:
12520         * tests/check/Makefile.am:
12521         * tests/check/elements/.cvsignore:
12522         * tests/check/elements/rganalysis.c: (send_eos_event),
12523         (GST_START_TEST):
12524         * tests/check/elements/rglimiter.c: (setup_rglimiter),
12525         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
12526         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
12527         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
12528         (cleanup_rgvolume), (set_playing_state), (set_null_state),
12529         (send_eos_event), (send_tag_event), (test_buffer_new),
12530         (fail_unless_target_gain), (fail_unless_result_gain),
12531         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
12532           Add replaygain playback elements (#412710).
12533
12534 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
12535
12536         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
12537         Update the cached caps after opening the display so that we report
12538         only the supported caps formats, not just the template caps.
12539         Fixes: #439405
12540
12541 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
12542
12543         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
12544           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
12545         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
12546           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
12547         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
12548           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
12549           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
12550           GST_DEBUG_FUNCPTR and add log-category.
12551
12552 2007-05-17  Edward Hervey  <edward@fluendo.com>
12553
12554         * sys/osxvideo/osxvideosink.h:
12555         * sys/osxvideo/osxvideosink.m:
12556         Remove the event-loop-in-separate-thread modifications, because MacOSX
12557         is $#@(*%$# ! For those wondering, the event handling needs to be done
12558         in the main thread after all..
12559
12560 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12561
12562         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
12563           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
12564           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
12565           gst_switch_chain, gst_switch_event, gst_switch_set_property,
12566           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
12567           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
12568           gst_switch_base_init, gst_switch_class_init):
12569         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
12570           stop_value, start_value, current_start, last_ts, stored_buffers):
12571         Add handling of application provided stop and start values, allowing
12572         A/V sync across 2 switch elements.
12573
12574 2007-05-17  Edward Hervey  <edward@fluendo.com>
12575
12576         * sys/osxvideo/osxvideosink.h:
12577         * sys/osxvideo/osxvideosink.m:
12578         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
12579         Use a separate thread/task for the cocoa event_loop, else it wouldn't
12580         stop.
12581
12582 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12583
12584         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
12585         (gst_real_audio_dec_setcaps):
12586         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
12587           Don't crash when we get a buffer and our input caps haven't been set
12588           yet; also, don't leak all the input buffers (realaudiodec only).
12589
12590 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12591
12592         patch by: Stanislav Brabec <sbrabec@suse.cz>
12593
12594         * configure.ac:
12595         * ext/amrwb/Makefile.am:
12596         * ext/amrwb/amrwb-code/Makefile.am:
12597         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
12598         * ext/amrwb/amrwb-code/amrwb/README:
12599         * ext/amrwb/gstamrwbdec.c:
12600         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
12601         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
12602         * ext/amrwb/gstamrwbparse.c:
12603         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
12604         * gst-libs/Makefile.am:
12605         * gst-libs/ext/Makefile.am:
12606         * gst-libs/ext/amrwb/Makefile.am:
12607         * gst-libs/ext/amrwb/README:
12608           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
12609
12610 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12611
12612         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
12613           This needs a version check.
12614
12615         * gst/bayer/Makefile.am:
12616           Fix the build.
12617
12618 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12619
12620         * configure.ac:
12621         * sys/directdraw/Makefile.am:
12622         * sys/directsound/Makefile.am:
12623           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
12624           and restore the various flags in the directdraw/directsound
12625           detection section. Apparently improves cross-compiling for win32
12626           with mingw32 under some circumstances (#437539).
12627
12628 2007-05-15  Wim Taymans  <wim@fluendo.com>
12629
12630         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12631         We always use fixed caps.
12632
12633 2007-05-14  David Schleef  <ds@schleef.org>
12634
12635         * gst/rtpmanager/gstrtpbin.c:
12636           g_hash_table_remove_all() only exists in 2.12.  Work around.
12637
12638 2007-05-14  David Schleef  <ds@schleef.org>
12639
12640         * configure.ac:
12641         * gst/bayer/Makefile.am:
12642         * gst/bayer/gstbayer.c:
12643         * gst/bayer/gstbayer2rgb.c:
12644           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
12645           Partial fix for #314160.
12646
12647 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12648
12649         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
12650           ARG_LAST_TS, parent_class, gst_switch_release_pad,
12651           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12652           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
12653           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
12654         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
12655           current_start, last_ts):
12656         Allow application to provide a stop timestamp, so a new segment
12657         update can be sent before switching.
12658
12659 2007-05-14  Wim Taymans  <wim@fluendo.com>
12660
12661         * gst/rtpmanager/async_jitter_queue.c:
12662         (async_jitter_queue_set_flushing_unlocked):
12663         Fix leak when flushing.
12664
12665         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
12666         (gst_rtp_bin_class_init):
12667         * gst/rtpmanager/gstrtpbin.h:
12668         Add clear-pt-map signal.
12669
12670         * gst/rtpmanager/gstrtpjitterbuffer.c:
12671         (gst_rtp_jitter_buffer_flush_stop),
12672         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
12673         Init clock-rate to -1 to mark unknow clock rate.
12674         Fix flushing.
12675
12676 2007-05-13  David Schleef  <ds@schleef.org>
12677
12678         * gst/replaygain/rganalysis.c:
12679           Fix wrong ifdef for visual C++.  Fixes: #437403.
12680           By Ali Sabil <ali.sabil@gmail.com>.
12681
12682 2007-05-12  David Schleef  <ds@schleef.org>
12683
12684         * ext/neon/gstneonhttpsrc.c:
12685           Make redirection the default behavior.  Fixes #413818.
12686
12687 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12688
12689         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
12690           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
12691           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
12692           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
12693           qtdemux_parse_segments, qtdemux_parse_trak):
12694         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
12695           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
12696           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
12697           rtp_session_get_location, rtp_session_get_tool,
12698           rtp_session_process_bye, session_report_blocks):
12699         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
12700           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
12701           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
12702
12703         * gst/switch/Makefile.am:
12704           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
12705
12706 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12707
12708         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
12709           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
12710           async_jitter_queue_set_low_threshold,
12711           async_jitter_queue_length_ts_units_unlocked,
12712           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
12713           async_jitter_queue_lock, async_jitter_queue_push,
12714           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
12715           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
12716           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
12717           async_jitter_queue_set_flushing_unlocked,
12718           async_jitter_queue_unset_flushing_unlocked):
12719           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
12720
12721 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12722
12723         * common/m4/gst-x11.m4:
12724           Restore CFLAGS and LIBS.
12725
12726         * configure.ac:
12727           Revert previous patch.
12728
12729 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12730
12731         Patch by: Ali Sabil <ali.sabil@gmail.com>
12732
12733         * configure.ac:
12734           Save and restore CFLAGS for OpenGL check. Fixes #437260.
12735         
12736
12737 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
12738
12739         * docs/plugins/gst-plugins-bad-plugins.args:
12740         Add directraw and directsound sinks properties.
12741
12742 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12743
12744         * configure.ac:
12745           Fix --disable-external (hopefully).
12746
12747 2007-05-09  Wim Taymans  <wim@fluendo.com>
12748
12749         * gst/rtpmanager/gstrtpjitterbuffer.c:
12750         (gst_rtp_jitter_buffer_query):
12751         Pass queries upstream.
12752
12753 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
12754
12755         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
12756         (gst_real_audio_dec_finalize):
12757         * gst/real/gstrealaudiodec.h:
12758         * gst/real/gstrealvideodec.c: (open_library), (close_library):
12759         * gst/real/gstrealvideodec.h:
12760           Use GModule instead of using dlsym() directly. Fixes #430598.
12761
12762 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
12763
12764         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12765         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12766         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12767           Add docs for Windows sinks.
12768
12769 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12770
12771         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
12772         (speed_chain), (speed_change_state):
12773           Fix event handling a bit by replacing completely dubious code
12774           written by someone else with completely dubious code written
12775           by me. Should at least fix #412077 though.
12776
12777 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12778
12779         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
12780         (plugin_init):
12781           Add debug category; use gst_pad_query_peer_*() utility functions;
12782           use gst_util_scale*(); add gtk-doc blurb.
12783
12784 2007-05-04  Wim Taymans  <wim@fluendo.com>
12785
12786         * gst/rtpmanager/gstrtpjitterbuffer.c:
12787         (gst_rtp_jitter_buffer_query):
12788         Add some debug info.
12789
12790         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12791         (rtp_session_send_rtp):
12792         Store real user name in the session.
12793
12794 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
12795
12796         * configure.ac:
12797         * examples/Makefile.am:
12798         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12799           last_message_received, main):
12800         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12801           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12802           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12803           gst_switch_set_property, gst_switch_get_property,
12804           gst_switch_get_linked_pad, gst_switch_getcaps,
12805           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12806           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12807           gst_switch_class_init):
12808         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12809           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12810           need_to_send_newsegment):
12811         Port switch element and example program to 0.10.
12812
12813 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12814
12815         * ext/wavpack/gstwavpack.c: (plugin_init):
12816         Call bindtextdomain() to get localized strings.
12817         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12818         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12819         (gst_wavpack_parse_handle_seek_event),
12820         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12821         * ext/wavpack/gstwavpackparse.h:
12822         Handle DISCONT buffers by correctly setting the DISCONT flag
12823         on outgoing buffers when necessary.
12824         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12825         Send newsegment from the streaming thread.
12826
12827 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12828
12829         * ext/wavpack/gstwavpackparse.c:
12830         (gst_wavpack_parse_handle_seek_event):
12831         Remove old workaround that was needed when seeking after the last
12832         sample. With the fixed error handling this works now as expected
12833         without pushing the last sample although it wasn't requested.
12834
12835 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12836
12837         * ext/wavpack/gstwavpackparse.c:
12838         (gst_wavpack_parse_handle_seek_event):
12839         Handle segment seeks in the seek event handler, correctly work with
12840         stop position == -1 and instead of stopping the task on seek just
12841         pause it.
12842
12843 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12844
12845         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12846         Add handling for segment seeks.
12847
12848 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12849
12850         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12851         (gst_wavpack_parse_create_src_pad),
12852         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12853         (gst_wavpack_parse_chain):
12854         Correctly handle errors, especially in the loop function. Before it
12855         was easy to get the task paused but no error being posted on the bus.
12856
12857 2007-04-30  Wim Taymans  <wim@fluendo.com>
12858
12859         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12860         (async_jitter_queue_pop_intern_unlocked):
12861         Fix the case where the buffer underruns and does not block.
12862
12863         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12864         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12865         (gst_rtp_bin_request_new_pad):
12866         Rename RTCP send pad, like in the session manager.
12867         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12868         fix handling of send_rtp_src pad.
12869
12870         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12871         When no pt map could be found, fall back to the sinkpad caps.
12872
12873         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12874         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12875         (create_recv_rtcp_sink), (create_send_rtp_sink),
12876         (create_send_rtcp_src):
12877         Fix pad names.
12878
12879         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12880         (rtp_session_create_source), (rtp_session_process_sr),
12881         (rtp_session_send_rtp), (session_start_rtcp):
12882         * gst/rtpmanager/rtpsession.h:
12883         Unlock session when performing a callback.
12884         Add callbacks for the internal session object.
12885         Fix sending of RTP packets.
12886         first attempt at adding NTP times in the SR packets.
12887         Small debug and doc improvements.
12888
12889         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12890         Update stats for SR reports.
12891
12892 2007-04-29  Wim Taymans  <wim@fluendo.com>
12893
12894         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12895         Remove debug.
12896
12897         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12898         (rtp_session_process_sdes), (calculate_rtcp_interval),
12899         (rtp_session_next_timeout), (session_report_blocks):
12900         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12901         Improve debugging
12902         Fix interval for BYE/RTCP packets.
12903
12904 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12905
12906         * docs/plugins/gst-plugins-bad-plugins.args:
12907         * docs/plugins/gst-plugins-bad-plugins.signals:
12908           Commit result of running scanobj-update
12909
12910 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12911
12912         * autogen.sh:
12913           Require automake 1.7
12914         * ext/alsaspdif/Makefile.am:
12915         * ext/divx/Makefile.am:
12916         * ext/ivorbis/Makefile.am:
12917         * ext/musicbrainz/Makefile.am:
12918         * ext/neon/Makefile.am:
12919         * ext/sdl/Makefile.am:
12920         * ext/swfdec/Makefile.am:
12921         * ext/theora/Makefile.am:
12922         * ext/wavpack/Makefile.am:
12923         * ext/xvid/Makefile.am:
12924         * gst/modplug/Makefile.am:
12925           Fix up Makefile.am accordingly.
12926
12927 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12928
12929         * docs/plugins/inspect/plugin-alsaspdif.xml:
12930         * docs/plugins/inspect/plugin-bz2.xml:
12931         * docs/plugins/inspect/plugin-cdxaparse.xml:
12932         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12933         * docs/plugins/inspect/plugin-faac.xml:
12934         * docs/plugins/inspect/plugin-faad.xml:
12935         * docs/plugins/inspect/plugin-filter.xml:
12936         * docs/plugins/inspect/plugin-freeze.xml:
12937         * docs/plugins/inspect/plugin-glimagesink.xml:
12938         * docs/plugins/inspect/plugin-gsm.xml:
12939         * docs/plugins/inspect/plugin-h264parse.xml:
12940         * docs/plugins/inspect/plugin-jack.xml:
12941         * docs/plugins/inspect/plugin-mms.xml:
12942         * docs/plugins/inspect/plugin-modplug.xml:
12943         * docs/plugins/inspect/plugin-musepack.xml:
12944         * docs/plugins/inspect/plugin-musicbrainz.xml:
12945         * docs/plugins/inspect/plugin-neon.xml:
12946         * docs/plugins/inspect/plugin-nsfdec.xml:
12947         * docs/plugins/inspect/plugin-replaygain.xml:
12948         * docs/plugins/inspect/plugin-sdl.xml:
12949         * docs/plugins/inspect/plugin-soundtouch.xml:
12950         * docs/plugins/inspect/plugin-spectrum.xml:
12951         * docs/plugins/inspect/plugin-speed.xml:
12952         * docs/plugins/inspect/plugin-tta.xml:
12953         * docs/plugins/inspect/plugin-videocrop.xml:
12954         * docs/plugins/inspect/plugin-wavpack.xml:
12955         * docs/plugins/inspect/plugin-xingheader.xml:
12956         * docs/plugins/inspect/plugin-xvid.xml:
12957           Add jack and update.
12958
12959 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12960
12961         * configure.ac:
12962           Don't build equalizer unless we have core from CVS (it won't
12963           work with earlier versions due to GstChildProxy brokeness).
12964           Also up requirements to last released core/base.
12965
12966 2007-04-27  Wim Taymans  <wim@fluendo.com>
12967
12968         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12969         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12970         Move reconsideration code to the rtpsession object.
12971         Simplify timout handling and add reconsideration.
12972
12973         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12974         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12975         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12976         (obtain_source), (rtp_session_create_source),
12977         (update_arrival_stats), (rtp_session_process_rtp),
12978         (rtp_session_process_sr), (rtp_session_process_rr),
12979         (rtp_session_process_bye), (rtp_session_process_rtcp),
12980         (calculate_rtcp_interval), (rtp_session_send_bye),
12981         (rtp_session_next_timeout), (session_start_rtcp),
12982         (session_report_blocks), (session_cleanup), (session_sdes),
12983         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12984         * gst/rtpmanager/rtpsession.h:
12985         Handle timeout of inactive sources and senders.
12986         Implement BYE scheduling.
12987
12988         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12989         (rtp_source_process_sr), (rtp_source_get_last_sr),
12990         (rtp_source_get_last_rb):
12991         * gst/rtpmanager/rtpsource.h:
12992         Add members to check for timeouts.
12993
12994         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12995         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12996         (rtp_stats_calculate_bye_interval):
12997         * gst/rtpmanager/rtpstats.h:
12998         Use RFC algorithm for calculating the reporting interval.
12999
13000 2007-04-26  Edward Hervey  <edward@fluendo.com>
13001
13002         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
13003         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
13004         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
13005         * docs/plugins/inspect/plugin-osxvideo.xml:
13006         Add documentation for osxvideo
13007
13008 2007-04-25  Wim Taymans  <wim@fluendo.com>
13009
13010         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
13011         Implement forward and reverse reconsideration.
13012
13013         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
13014         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
13015         (session_report_blocks):
13016         * gst/rtpmanager/rtpsession.h:
13017         Small cleanups.
13018
13019 2007-04-25  Wim Taymans  <wim@fluendo.com>
13020
13021         reviewed by: <delete if not using a buddy>
13022
13023         * gst/rtpmanager/gstrtpbin.c: (create_stream),
13024         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
13025         (gst_rtp_bin_get_property):
13026         * gst/rtpmanager/gstrtpbin.h:
13027         Make default jitterbuffer latency configurable.
13028
13029         * gst/rtpmanager/gstrtpjitterbuffer.c:
13030         (gst_rtp_jitter_buffer_class_init),
13031         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
13032         (gst_rtp_jitter_buffer_set_property),
13033         (gst_rtp_jitter_buffer_get_property):
13034         Debuging cleanups.
13035
13036 2007-04-25  Wim Taymans  <wim@fluendo.com>
13037
13038         * gst/rtpmanager/gstrtpjitterbuffer.c:
13039         (gst_rtp_jitter_buffer_change_state):
13040         Report NO_PREROLL when going to PAUSED.
13041
13042         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
13043         Don't send RTCP right before we are shutting down.
13044
13045         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
13046         (rtp_session_process_sr), (session_report_blocks),
13047         (rtp_session_perform_reporting):
13048         Improve report blocks.
13049
13050         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
13051         (rtp_source_process_rtp), (rtp_source_process_sr),
13052         (rtp_source_process_rb), (rtp_source_get_last_sr),
13053         (rtp_source_get_last_rb):
13054         * gst/rtpmanager/rtpsource.h:
13055         * gst/rtpmanager/rtpstats.h:
13056         Cleanups, add methods to access stats. 
13057
13058 2007-04-25  Wim Taymans  <wim@fluendo.com>
13059
13060         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
13061         fix for pad name change
13062
13063         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
13064         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
13065         Fix for renamed methods.
13066
13067         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
13068         (rtp_session_finalize), (rtp_session_set_cname),
13069         (rtp_session_get_cname), (rtp_session_set_name),
13070         (rtp_session_get_name), (rtp_session_set_email),
13071         (rtp_session_get_email), (rtp_session_set_phone),
13072         (rtp_session_get_phone), (rtp_session_set_location),
13073         (rtp_session_get_location), (rtp_session_set_tool),
13074         (rtp_session_get_tool), (rtp_session_set_note),
13075         (rtp_session_get_note), (source_push_rtp), (obtain_source),
13076         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
13077         (rtp_session_create_source), (rtp_session_process_rtp),
13078         (rtp_session_process_sr), (rtp_session_process_sdes),
13079         (rtp_session_process_rtcp), (rtp_session_send_rtp),
13080         (rtp_session_get_reporting_interval), (session_report_blocks),
13081         (session_sdes), (rtp_session_perform_reporting):
13082         * gst/rtpmanager/rtpsession.h:
13083         Prepare for implementing SSRC sampling.
13084         Create SSRC for the session. 
13085         Add methods to set the SDES entries.
13086         fix accounting of senders/receivers.
13087         Implement SR/RR/SDES RTCP reporting.
13088
13089         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
13090         (rtp_source_process_rtp), (rtp_source_process_sr):
13091         * gst/rtpmanager/rtpsource.h:
13092         Implement extended sequence number.
13093
13094         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
13095         * gst/rtpmanager/rtpstats.h:
13096         Rename some fields.
13097
13098 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
13099
13100         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
13101         (gst_y4m_encode_setcaps):
13102         * tests/check/elements/y4menc.c: (GST_START_TEST):
13103           Plug some leaks; try to make build bot happy again.
13104
13105 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
13106
13107         * gst/Makefile.am:
13108           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
13109
13110 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
13111
13112         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
13113           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
13114
13115 2007-04-20  Michael Smith  <msmith@fluendo.com>
13116
13117         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
13118           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
13119           quicktime because of sample rate mismatches.
13120           Reenable overriding the implicit SBR behaviour (accidently changed?)
13121           to allow playback of these files.
13122
13123 2007-04-19  David Schleef  <ds@schleef.org>
13124
13125         * configure.ac:
13126           Change rtpmanager disabling to keep -bad releasable.
13127
13128 2007-04-18  David Schleef  <ds@schleef.org>
13129
13130         * configure.ac:
13131         * gst/Makefile.am:
13132           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
13133           line 268.
13134
13135 2007-04-18  Wim Taymans  <wim@fluendo.com>
13136
13137         * gst/Makefile.am:
13138         Add rtpmanager dir to dist.
13139
13140 2007-04-18  Wim Taymans  <wim@fluendo.com>
13141
13142         * configure.ac:
13143         Disable rtpmanager for now because it depends on CVS -base.
13144
13145         * gst/rtpmanager/Makefile.am:
13146         Added new files for session manager.
13147
13148         * gst/rtpmanager/gstrtpjitterbuffer.h:
13149         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13150         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
13151         Some cleanups. 
13152         the session manager can now also request a pt-map.
13153
13154         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
13155         (gst_rtp_session_class_init), (gst_rtp_session_init),
13156         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
13157         (stop_rtcp_thread), (gst_rtp_session_change_state),
13158         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
13159         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
13160         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
13161         (gst_rtp_session_chain_recv_rtp),
13162         (gst_rtp_session_event_recv_rtcp_sink),
13163         (gst_rtp_session_chain_recv_rtcp),
13164         (gst_rtp_session_event_send_rtp_sink),
13165         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
13166         (gst_rtp_session_request_new_pad):
13167         * gst/rtpmanager/gstrtpsession.h:
13168         We can ask for pt-map now too when the session manager needs it.
13169         Hook up to the new session manager, implement the needed callbacks for
13170         pushing data, getting clock time and requesting clock-rates.
13171         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
13172         be send to clients.
13173         Add code to start and stop the thread that will schedule RTCP through
13174         the session manager.
13175
13176         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
13177         (rtp_session_init), (rtp_session_finalize),
13178         (rtp_session_set_property), (rtp_session_get_property),
13179         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
13180         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
13181         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
13182         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
13183         (source_push_rtp), (source_clock_rate), (check_collision),
13184         (obtain_source), (rtp_session_add_source),
13185         (rtp_session_get_num_sources),
13186         (rtp_session_get_num_active_sources),
13187         (rtp_session_get_source_by_ssrc),
13188         (rtp_session_get_source_by_cname), (rtp_session_create_source),
13189         (update_arrival_stats), (rtp_session_process_rtp),
13190         (rtp_session_process_sr), (rtp_session_process_rr),
13191         (rtp_session_process_sdes), (rtp_session_process_bye),
13192         (rtp_session_process_app), (rtp_session_process_rtcp),
13193         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
13194         (rtp_session_produce_rtcp):
13195         * gst/rtpmanager/rtpsession.h:
13196         The advanced beginnings of the main session manager that handles the
13197         participant database of RTPSources, SSRC probation, SSRC collisions,
13198         parse RTCP to update source stats. etc..
13199
13200         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
13201         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
13202         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
13203         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
13204         (push_packet), (get_clock_rate), (calculate_jitter),
13205         (rtp_source_process_rtp), (rtp_source_process_bye),
13206         (rtp_source_send_rtp), (rtp_source_process_sr),
13207         (rtp_source_process_rb):
13208         * gst/rtpmanager/rtpsource.h:
13209         Object that encapsulates an SSRC and its state in the database.
13210         Calculates the jitter and transit times of data packets.
13211
13212         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
13213         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
13214         * gst/rtpmanager/rtpstats.h:
13215         Various stats regarding the session and sources.
13216         Used to calculate the RTCP interval.
13217
13218 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13219
13220         * gst/app/Makefile.am:
13221           Fix CFLAGS and hopefully #430594.
13222
13223 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13224
13225         * gst/nsf/types.h:
13226           Rename #ifndef header guard symbol to something less generic, so
13227           types.h doesn't get skipped over when compiling on MingW. Include
13228           GLib headers and use those to set the endianness and the basic
13229           types so that this isn't entirely broken for non-x86 architectures.
13230
13231 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13232
13233         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
13234           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
13235           MingW (no idea though why we add a BYTE_ORDER endianness field if
13236           the audio is compressed).
13237
13238 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
13239
13240         * docs/plugins/inspect/plugin-directdraw.xml:
13241         * docs/plugins/inspect/plugin-directsound.xml:
13242         * docs/plugins/inspect/plugin-waveform.xml:
13243           Add xml doc files for Windows sinks
13244         * win32/vs6/libgstqtdemux.dsp:
13245         * win32/vs6/libgstmpegvideoparse.dsp:
13246         * win32/vs6/gst_plugins_bad.dsw:
13247          Update projects files.
13248         
13249 2007-04-13  Wim Taymans  <wim@fluendo.com>
13250
13251         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13252         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
13253         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
13254         * gst/rtpmanager/gstrtpbin.h:
13255         * gst/rtpmanager/gstrtpclient.c:
13256         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
13257         (gst_rtp_session_init), (gst_rtp_session_finalize),
13258         (gst_rtp_session_event_recv_rtp_sink),
13259         (gst_rtp_session_event_recv_rtcp_sink),
13260         (gst_rtp_session_chain_recv_rtcp),
13261         (gst_rtp_session_request_new_pad):
13262         Protect lists and structures with locks.
13263         Return FLOW_OK from RTCP messages for now.
13264
13265 2007-04-12  Wim Taymans  <wim@fluendo.com>
13266
13267         * gst/qtdemux/qtdemux.c:
13268         Make timescale 32 bits again so we don't screw up the pts_offset
13269         calculations.
13270
13271 2007-04-12  Wim Taymans  <wim@fluendo.com>
13272
13273         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13274         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
13275         Emit pt map requests and cache results.
13276
13277         * gst/rtpmanager/gstrtpjitterbuffer.c:
13278         (gst_rtp_jitter_buffer_class_init),
13279         (gst_jitter_buffer_sink_parse_caps),
13280         (gst_jitter_buffer_sink_setcaps),
13281         (gst_rtp_jitter_buffer_get_clock_rate),
13282         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
13283         * gst/rtpmanager/gstrtpjitterbuffer.h:
13284         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
13285         Emit request-pt-map signals.
13286
13287 2007-04-11  Wim Taymans  <wim@fluendo.com>
13288
13289         * gst/rtpmanager/gstrtpbin-marshal.list:
13290         Some more custom marshallers.
13291
13292         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13293         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
13294         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
13295         * gst/rtpmanager/gstrtpbin.h:
13296         Prepare for caching pt maps.
13297         Connect to signals to collect pt maps.
13298
13299         * gst/rtpmanager/gstrtpjitterbuffer.c:
13300         (gst_rtp_jitter_buffer_class_init),
13301         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
13302         * gst/rtpmanager/gstrtpjitterbuffer.h:
13303         Add request_clock_rate signal.
13304         Use scale insteat of scale_int because the later does not deal with
13305         negative numbers.
13306
13307         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
13308         (gst_rtp_pt_demux_chain):
13309         * gst/rtpmanager/gstrtpptdemux.h:
13310         Implement request-pt-map signal.
13311
13312 2007-04-11  Wim Taymans  <wim@fluendo.com>
13313
13314         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
13315         (qtdemux_parse_samples), (qtdemux_parse_segments),
13316         (qtdemux_parse_trak), (qtdemux_parse_tree):
13317         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
13318         Handle version 1 mdhd atoms to get extended precision durations.
13319         Fixes #426972.
13320
13321 2007-04-10  Wim Taymans  <wim@fluendo.com>
13322
13323         * gst/rtpmanager/.cvsignore:
13324         * gst/rtpmanager/Makefile.am:
13325         * gst/rtpmanager/gstrtpbin-marshal.list:
13326         Added custom marshallers for signals.
13327
13328         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
13329         * gst/rtpmanager/gstrtpbin.h:
13330         Prepare for emiting pt map signals.
13331
13332         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
13333         * gst/rtpmanager/gstrtpssrcdemux.c:
13334         (gst_rtp_ssrc_demux_class_init):
13335         Fix signals.
13336
13337 2007-04-06  Wim Taymans  <wim@fluendo.com>
13338
13339         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
13340         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
13341         * gst/rtpmanager/gstrtpbin.h:
13342         Provide a clock.
13343
13344 2007-04-06  Wim Taymans  <wim@fluendo.com>
13345
13346         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
13347         Fix pad template name parsing.
13348
13349 2007-04-05  Wim Taymans  <wim@fluendo.com>
13350
13351         * gst/rtpmanager/gstrtpjitterbuffer.c:
13352         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
13353         (gst_rtp_jitter_buffer_loop):
13354         Add some debug and comments.
13355         Fix double unref() in error cases.
13356
13357 2007-04-05  Wim Taymans  <wim@fluendo.com>
13358
13359         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
13360         (gst_rtp_xqt_depay_change_state):
13361         * gst/qtdemux/gstrtpxqtdepay.h:
13362         Try to recover from packet loss a little better.
13363
13364 2007-04-05  Wim Taymans  <wim@fluendo.com>
13365
13366         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13367         (create_session), (find_stream_by_ssrc), (create_stream),
13368         (gst_rtp_bin_class_init), (new_payload_found),
13369         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
13370         (create_send_rtp), (create_rtcp):
13371         * gst/rtpmanager/gstrtpbin.h:
13372         Add debugging category.
13373         Added RTPStream to manage stream per SSRC, each with its own
13374         jitterbuffer and ptdemux.
13375         Added SSRCDemux.
13376         Connect to various SSRC and PT signals and create ghostpads, link stuff.
13377
13378
13379         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13380         Added rtpbin to elements.
13381
13382         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
13383         Fix caps and forward GstFlowReturn
13384
13385         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
13386         (gst_rtp_session_event_recv_rtp_sink),
13387         (gst_rtp_session_chain_recv_rtp),
13388         (gst_rtp_session_event_recv_rtcp_sink),
13389         (gst_rtp_session_chain_recv_rtcp),
13390         (gst_rtp_session_event_send_rtp_sink),
13391         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13392         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13393         (gst_rtp_session_request_new_pad):
13394         Add debug category.
13395         Add event handling
13396
13397         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
13398         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
13399         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
13400         (gst_rtp_ssrc_demux_change_state):
13401         * gst/rtpmanager/gstrtpssrcdemux.h:
13402         Add debug category.
13403         Add new-pt-pad signal.
13404
13405 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13406
13407         submitted by: Mogens Jaeger <mogens@jaeger.tf>
13408
13409         * po/LINGUAS:
13410         * po/da.po:
13411           Added Danish translation.
13412
13413 2007-04-04  Wim Taymans  <wim@fluendo.com>
13414
13415         * gst/rtpmanager/Makefile.am:
13416         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13417         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
13418         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
13419         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
13420         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
13421         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
13422         (gst_rtp_ssrc_demux_change_state):
13423         * gst/rtpmanager/gstrtpssrcdemux.h:
13424         Added simple SSRC demuxer.
13425
13426 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
13427
13428         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
13429         (gst_jack_ring_buffer_acquire):
13430           Try t better name clients. properly handle return codes when re-
13431           establishing links.
13432
13433 2007-04-03  David Schleef  <ds@schleef.org>
13434
13435         * sys/glsink/glimagesink.c:
13436           Fix handling of video/x-raw-yuv.  Add overlay handling.
13437
13438 2007-04-03  Wim Taymans  <wim@fluendo.com>
13439
13440         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13441         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
13442         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
13443         (gst_rtp_bin_request_new_pad):
13444         * gst/rtpmanager/gstrtpbin.h:
13445         * gst/rtpmanager/gstrtpclient.c:
13446         Some more ghostpad magic.
13447
13448 2007-04-03  Wim Taymans  <wim@fluendo.com>
13449
13450         * gst/rtpmanager/Makefile.am:
13451         Add .h file so it can be disted properly.
13452
13453 2007-04-03  Wim Taymans  <wim@fluendo.com>
13454
13455         * configure.ac:
13456         * gst/rtpmanager/Makefile.am:
13457         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
13458         (signal_waiting_threads), (async_jitter_queue_ref),
13459         (async_jitter_queue_ref_unlocked),
13460         (async_jitter_queue_set_low_threshold),
13461         (async_jitter_queue_set_high_threshold),
13462         (async_jitter_queue_set_max_queue_length),
13463         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
13464         (async_jitter_queue_length_ts_units_unlocked),
13465         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
13466         (async_jitter_queue_lock), (async_jitter_queue_unlock),
13467         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
13468         (async_jitter_queue_push_sorted),
13469         (async_jitter_queue_push_sorted_unlocked),
13470         (async_jitter_queue_insert_after_unlocked),
13471         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
13472         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
13473         (async_jitter_queue_length_unlocked),
13474         (async_jitter_queue_set_flushing_unlocked),
13475         (async_jitter_queue_unset_flushing_unlocked),
13476         (async_jitter_queue_set_blocking_unlocked):
13477         * gst/rtpmanager/async_jitter_queue.h:
13478         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
13479         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
13480         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
13481         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
13482         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
13483         * gst/rtpmanager/gstrtpbin.h:
13484         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
13485         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
13486         (gst_rtp_client_class_init), (gst_rtp_client_init),
13487         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
13488         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
13489         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
13490         * gst/rtpmanager/gstrtpclient.h:
13491         * gst/rtpmanager/gstrtpjitterbuffer.c:
13492         (gst_rtp_jitter_buffer_base_init),
13493         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
13494         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
13495         (gst_jitter_buffer_sink_setcaps), (free_func),
13496         (gst_rtp_jitter_buffer_flush_start),
13497         (gst_rtp_jitter_buffer_flush_stop),
13498         (gst_rtp_jitter_buffer_src_activate_push),
13499         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
13500         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
13501         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
13502         (gst_rtp_jitter_buffer_query),
13503         (gst_rtp_jitter_buffer_set_property),
13504         (gst_rtp_jitter_buffer_get_property):
13505         * gst/rtpmanager/gstrtpjitterbuffer.h:
13506         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13507         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
13508         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
13509         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
13510         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
13511         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
13512         (gst_rtp_pt_demux_change_state):
13513         * gst/rtpmanager/gstrtpptdemux.h:
13514         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
13515         (gst_rtp_session_class_init), (gst_rtp_session_init),
13516         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
13517         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
13518         (gst_rtp_session_chain_recv_rtp),
13519         (gst_rtp_session_chain_recv_rtcp),
13520         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13521         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13522         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
13523         * gst/rtpmanager/gstrtpsession.h:
13524         Add RTP session management elements. Still in progress.
13525
13526 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
13527
13528         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
13529         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
13530         (gst_wavpack_dec_clip_outgoing_buffer),
13531         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
13532         * ext/wavpack/gstwavpackdec.h:
13533         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
13534         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
13535         (gst_wavpack_enc_chain):
13536         * ext/wavpack/gstwavpackenc.h:
13537         * ext/wavpack/gstwavpackparse.c:
13538         Don't play audioconvert. As wavpack wants/outputs all samples with
13539         width==32 and depth=[1,32] accept this and let audioconvert convert
13540         to accepted formats instead of doing it in the element for n*8 depths.
13541         This also adds support for non-n*8 depths and prevents some useless
13542         memory allocations. Fixes #421598
13543         Also add a workaround for bug #421542 in wavpackenc for now...
13544         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
13545         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
13546         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
13547         Consider the change above in the unit tests and test if the correct
13548         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
13549         the wavpackparse unit test.
13550
13551         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
13552         (gst_wavpack_dec_sink_set_caps):
13553         Set caps on the src pad as soon as possible.
13554
13555         * ext/wavpack/gstwavpackdec.h:
13556         * ext/wavpack/gstwavpackcommon.h:
13557         * ext/wavpack/gstwavpackenc.h:
13558         * ext/wavpack/gstwavpackparse.h:
13559         Fix indention. gst-indent is now called by cicl.
13560
13561 2007-03-28  Edward Hervey  <edward@fluendo.com>
13562
13563         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
13564         (gst_qtdemux_chain), (qtdemux_parse_samples):
13565         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
13566         * gst/qtdemux/qtdemux_dump.h:
13567         * gst/qtdemux/qtdemux_fourcc.h:
13568         * gst/qtdemux/qtdemux_types.c:
13569         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
13570         with h264 video).
13571         Use the offset present in 'ctts' to calculate the PTS for each packet
13572         and set the PTS on outgoing buffers.
13573         Fixes #423283
13574
13575 2007-03-27  Julien MOUTTE  <julien@moutte.net>
13576
13577         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
13578         debug log and fix a stupid output buffer duration bug.
13579
13580 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
13581
13582         Patch by: Michal Benes <michal.benes at itonis tv>
13583         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
13584
13585         * configure.ac:
13586         * ext/Makefile.am:
13587         * ext/x264/Makefile.am:
13588         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
13589         (gst_x264_enc_analyse_get_type),
13590         (gst_x264_enc_timestamp_queue_init),
13591         (gst_x264_enc_timestamp_queue_free),
13592         (gst_x264_enc_timestamp_queue_put),
13593         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
13594         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
13595         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
13596         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
13597         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
13598         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
13599         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
13600         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
13601         (plugin_init):
13602         * ext/x264/gstx264enc.h:
13603           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
13604           handle 'odd' widths and heights correctly yet.
13605
13606 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
13607
13608         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
13609           Remove 'channel-positions' field when munging input caps into
13610           1-channel output caps (I guess technically we should set the
13611           position for each channel on the output caps if it's non-NONE,
13612           but I'll save that as a task for another day).
13613
13614 2007-03-23  Michael Smith  <msmith@fluendo.com>
13615
13616         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
13617         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
13618         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
13619         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
13620         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
13621         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
13622         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
13623         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
13624         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13625         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
13626         (vmnc_dec_set_property), (vmnc_dec_get_property):
13627           Redesign to include a parser for raw files (no timestamps in that
13628           mode yet, though).
13629
13630 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13631
13632         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
13633         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
13634         (gst_deinterleave_chain):
13635           Don't leak input buffer in chain function; maintain our own list of
13636           source pads - there are no guarantees about the order of the list
13637           in the GstElement struct, and we want a very specific order; lastly,
13638           some more debugging.
13639
13640 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13641
13642         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
13643           Alloc user agent string only once.
13644
13645 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13646
13647         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13648         Revert last commit, preventing infinite plugging loops with ranks
13649         is no clean solution and in general there's no reason why one wants
13650         to parse framed wavpack data again.
13651
13652 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13653
13654         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
13655         Send the new segment event in time format instead of bytes. This
13656         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
13657
13658         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13659         Accept framed and non-framed input, wavpackparse doesn't care. To
13660         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
13661         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
13662         ..." pipelines.
13663
13664 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13665
13666         * gst-libs/gst/app/Makefile.am:
13667           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
13668           can confirm that was what he wanted.
13669
13670 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13671
13672         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13673         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
13674         Thanks to Jan and Mike for noticing my mistake.
13675
13676 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13677
13678         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
13679         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
13680         (gst_wavpack_enc_rewrite_first_block):
13681         * ext/wavpack/gstwavpackenc.h:
13682         Put the write helpers into the GstWavpackEnc struct directly and not
13683         as a pointer to save two small, but useless mallocs. This also makes
13684         it possible to drop the finalize method.
13685         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
13686         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
13687         buffers the same way wavpackenc does it.
13688
13689 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13690
13691         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13692         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
13693         BaseTransform-based elements will likely break because of wrong
13694         unit-size. Also plug a possible memleak that happens when decoding
13695         fails for some reason.
13696
13697 2007-03-18  Wim Taymans  <wim@fluendo.com>
13698
13699         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
13700
13701         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
13702         Don't need to take the connection lock, it will not be used and could
13703         cause deadlocks.
13704
13705 2007-03-16  Edward Hervey  <edward@fluendo.com>
13706
13707         * sys/osxvideo/osxvideosink.m:
13708         Fix previous commit, we want to pass the NSView in the message.
13709
13710 2007-03-16  Edward Hervey  <edward@fluendo.com>
13711
13712         * sys/osxvideo/osxvideosink.m:
13713         Emit 'have-ns-view' message when working in embedded mode. The message
13714         will contain a pointer to the newly created NSView.
13715
13716 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13717
13718         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
13719         (collect_packets), (set_par_from_dar), (set_fps_from_code),
13720         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
13721         (mpeg_util_parse_picture_hdr):
13722         * gst/mpegvideoparse/mpegpacketiser.h:
13723         * gst/mpegvideoparse/mpegvideoparse.c:
13724         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
13725         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13726         (mpv_parse_sink_event), (plugin_init):
13727         * gst/mpegvideoparse/mpegvideoparse.h:
13728         Move the MPEG specific byte parsing into the mpegpacketiser code.
13729
13730         Add parsing of picture types, that just feeds into a debug message
13731         for now.
13732
13733         Fix some 64-bit format strings.
13734
13735 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13736
13737         * gst/mpegaudioparse:
13738         Remove empty dir.
13739
13740 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
13741
13742         * gst/equalizer/gstiirequalizer10bands.c:
13743         (gst_iir_equalizer_10bands_init):
13744           A 10 band EQ should be initialized to 10 bands and not to 3.
13745
13746 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13747
13748         * configure.ac:
13749         * gst/mpeg1videoparse/Makefile.am:
13750         * gst/mpeg1videoparse/gstmp1videoparse.c:
13751         * gst/mpeg1videoparse/gstmp1videoparse.h:
13752         * gst/mpeg1videoparse/mp1videoparse.vcproj:
13753         * gst/mpegvideoparse/Makefile.am:
13754         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
13755         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
13756         (mpeg_packetiser_flush), (mpeg_find_start_code),
13757         (get_next_free_block), (complete_current_block),
13758         (append_to_current_block), (start_new_block), (handle_packet),
13759         (collect_packets), (mpeg_packetiser_handle_eos),
13760         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
13761         * gst/mpegvideoparse/mpegpacketiser.h:
13762         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
13763         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
13764         (mpv_parse_reset), (gst_mpegvideoparse_init),
13765         (gst_mpegvideoparse_dispose), (set_par_from_dar),
13766         (set_fps_from_code), (mpegvideoparse_parse_seq),
13767         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
13768         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13769         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
13770         (plugin_init):
13771         * gst/mpegvideoparse/mpegvideoparse.h:
13772         * gst/mpegvideoparse/mpegvideoparse.vcproj:
13773         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
13774         that it's below existing decoders.
13775         
13776         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
13777         MPEG-2 now.
13778
13779         Re-write the parsing code so that it collects packets differently
13780         and timestamps Picture packets correctly.
13781
13782         Add a list of FIXME's at the top.
13783
13784 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13785
13786         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
13787         (equalizer_set_all_band_values),
13788         (equalizer_set_band_value_and_wait),
13789         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13790         (main):
13791           Port the example to new equalizer api.
13792
13793 2007-03-14  Edward Hervey  <edward@fluendo.com>
13794
13795         * sys/osxvideo/cocoawindow.h:
13796         * sys/osxvideo/cocoawindow.m:
13797         * sys/osxvideo/osxvideosink.h:
13798         * sys/osxvideo/osxvideosink.m:
13799         Fix leaks when running a NSApp.
13800         Accept any kind of resolutions.
13801         Works in fullscreen. Can maximize.
13802         Only thing left before being able to move this to -good is documentation
13803         and embedded window support.
13804
13805 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13806
13807         * po/hu.po:
13808         * po/it.po:
13809         * po/sv.po:
13810           Updated translations.
13811
13812 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13813
13814         * gst/equalizer/Makefile.am:
13815         * gst/equalizer/gstiirequalizer.c: (_do_init),
13816         (gst_iir_equalizer_band_set_property),
13817         (gst_iir_equalizer_band_class_init),
13818         (gst_iir_equalizer_band_get_type),
13819         (gst_iir_equalizer_child_proxy_get_child_by_index),
13820         (gst_iir_equalizer_child_proxy_get_children_count),
13821         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13822         (gst_iir_equalizer_compute_frequencies),
13823         (gst_iir_equalizer_transform_ip), (plugin_init):
13824         * gst/equalizer/gstiirequalizer10bands.c:
13825         (gst_iir_equalizer_10bands_base_init),
13826         (gst_iir_equalizer_10bands_class_init),
13827         (gst_iir_equalizer_10bands_init),
13828         (gst_iir_equalizer_10bands_set_property),
13829         (gst_iir_equalizer_10bands_get_property):
13830         * gst/equalizer/gstiirequalizer10bands.h:
13831         * gst/equalizer/gstiirequalizer3bands.c:
13832         (gst_iir_equalizer_3bands_base_init),
13833         (gst_iir_equalizer_3bands_class_init),
13834         (gst_iir_equalizer_3bands_init),
13835         (gst_iir_equalizer_3bands_set_property),
13836         (gst_iir_equalizer_3bands_get_property):
13837         * gst/equalizer/gstiirequalizer3bands.h:
13838         * gst/equalizer/gstiirequalizernbands.c:
13839         (gst_iir_equalizer_nbands_base_init),
13840         (gst_iir_equalizer_nbands_init):
13841           Add 3 and 10 band version and add missing gst_object_sync_values.
13842
13843         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13844         (gst_spectrum_transform_ip):
13845           Add some comments about float support.
13846
13847 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13848
13849         * gst/mpegaudioparse/Makefile.am:
13850         * gst/mpegaudioparse/gstmpegaudioparse.c:
13851         * gst/mpegaudioparse/gstmpegaudioparse.h:
13852         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13853         Remove bogus 2nd copy of mp3parse - it's actually
13854         in -ugly.
13855
13856 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13857
13858         * examples/app/.cvsignore:
13859         The buildbot demands .cvsignore files, and I comply.
13860
13861 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13862
13863         * sys/directdraw/gstdirectdrawsink.c:
13864         * sys/directdraw/gstdirectdrawsink.h:
13865         Handle display mode changes during playback.
13866
13867 2007-03-10  David Schleef  <ds@schleef.org>
13868
13869         * configure.ac:
13870         * examples/Makefile.am:
13871         * examples/app/Makefile.am:
13872         * examples/app/appsrc_ex.c:
13873           Add appsrc/appsink example.
13874         * gst-libs/gst/app/Makefile.am:
13875         * gst-libs/gst/app/gstapp.c:
13876         * gst-libs/gst/app/gstappsink.c:
13877         * gst-libs/gst/app/gstappsink.h:
13878         * gst/app/gstapp.c:
13879           Add appsink.
13880
13881 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13882
13883         * ext/nas/nassink.c: (NAS_createFlow):
13884         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13885           Printf format string fixes.
13886
13887 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13888
13889         * gst/equalizer/Makefile.am:
13890         * gst/equalizer/gstiirequalizer.c: (_do_init),
13891         (gst_iir_equalizer_band_set_property),
13892         (gst_iir_equalizer_band_get_property),
13893         (gst_iir_equalizer_band_class_init),
13894         (gst_iir_equalizer_band_get_type),
13895         (gst_iir_equalizer_child_proxy_get_child_by_index),
13896         (gst_iir_equalizer_child_proxy_get_children_count),
13897         (gst_iir_equalizer_child_proxy_interface_init),
13898         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13899         (gst_iir_equalizer_finalize), (setup_filter),
13900         (gst_iir_equalizer_compute_frequencies),
13901         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13902         (gst_iir_equalizer_setup), (plugin_init):
13903         * gst/equalizer/gstiirequalizer.h:
13904         * gst/equalizer/gstiirequalizernbands.c:
13905         (gst_iir_equalizer_nbands_base_init),
13906         (gst_iir_equalizer_nbands_class_init),
13907         (gst_iir_equalizer_nbands_init),
13908         (gst_iir_equalizer_nbands_set_property),
13909         (gst_iir_equalizer_nbands_get_property):
13910         * gst/equalizer/gstiirequalizernbands.h:
13911           Refactor plugin into a base class and a first subclass (nband eq). The
13912           nband eq uses GstChildProxy and is controlable. More subclasses will
13913           follow.
13914
13915 2007-03-08  Wim Taymans  <wim@fluendo.com>
13916
13917         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13918
13919         * ext/jack/Makefile.am:
13920         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13921         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13922         (jack_shutdown_cb), (connection_find),
13923         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13924         (gst_jack_audio_unref_connection),
13925         (gst_jack_audio_connection_add_client),
13926         (gst_jack_audio_connection_remove_client),
13927         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13928         (gst_jack_audio_client_get_client),
13929         (gst_jack_audio_client_set_active):
13930         * ext/jack/gstjackaudioclient.h:
13931         Make an object to manage client connections to the jack server which we
13932         will use in the future to run selected jack elements with the same jack
13933         connection.
13934         Make some stuff a bit more threadsafe.
13935         Activate the jack client ASAP.
13936
13937         * ext/jack/gstjackaudiosink.c:
13938         (gst_jack_audio_sink_allocate_channels),
13939         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13940         (gst_jack_ring_buffer_open_device),
13941         (gst_jack_ring_buffer_close_device),
13942         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13943         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13944         (gst_jack_audio_sink_getcaps):
13945         * ext/jack/gstjackaudiosink.h:
13946         Use new client object to manage connections.
13947         Don't remove and recreate all ports, try to reuse them.
13948
13949 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13950
13951         * ext/wavpack/gstwavpack.c: (plugin_init):
13952         * ext/wavpack/gstwavpackcommon.c:
13953           Use a general wavpack debug category for common code.
13954         * ext/wavpack/gstwavpackstreamreader.c:
13955         (gst_wavpack_stream_reader_set_pos_abs),
13956         (gst_wavpack_stream_reader_set_pos_rel),
13957         (gst_wavpack_stream_reader_write_bytes):
13958           Use the general wavpack debug category here too and add debug
13959           output to the functions that should not be called at all by
13960           the wavpack library.
13961         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13962         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13963         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13964           Change debugging category names to conform to the conventions.
13965
13966 2007-03-07  Edward Hervey  <edward@fluendo.com>
13967
13968         * gst/qtdemux/qtdemux.c:
13969         * gst/qtdemux/qtdemux.h:
13970         Share qtdemux debug category across all files, otherwise all debugging
13971         in files other than qtdemux.c would end up in the default category.
13972
13973 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13974
13975         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13976         (gst_spectrum_event), (gst_spectrum_transform_ip):
13977         * gst/spectrum/gstspectrum.h:
13978           One FIXME less, by resolving message timestamps against the playback
13979           segment.
13980
13981 2007-03-06  Wim Taymans  <wim@fluendo.com>
13982
13983         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13984         (gst_spectrum_init), (gst_spectrum_set_property),
13985         (gst_spectrum_transform_ip):
13986         Fix and cleanup default property values.
13987         Add FIXMEs for stuff that looks rather wrong.
13988
13989 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13990
13991         * gst/spectrum/demo-audiotest.c: (message_handler):
13992         * gst/spectrum/demo-osssrc.c: (message_handler):
13993           Remove two obsolete and confusing comments.
13994
13995 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13996
13997         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13998         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13999         (gst_nas_sink_unprepare):
14000           Some more cleanups/changes; use boilerplate macro.
14001
14002 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
14003
14004         * ext/nas/Makefile.am:
14005         * ext/nas/README:
14006         * ext/nas/nassink.c: (gst_nas_sink_get_type),
14007         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
14008         (gst_nas_sink_init), (gst_nas_sink_finalize),
14009         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
14010         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
14011         (gst_nas_sink_reset), (gst_nas_sink_write),
14012         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
14013         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
14014         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
14015         (NAS_createFlow), (plugin_init):
14016         * ext/nas/nassink.h:
14017           Bunch of nassink clean-ups: make build by adding the right CFLAGS
14018           and LIBS to Makefile.am; rename structure, macros and functions
14019           according to canonical naming scheme; move some things around a bit;
14020           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
14021           file that didn't really contain any useful information anyway (the
14022           useful bits have been moved into the 'host' property description).
14023
14024 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
14025
14026         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
14027         Chain up in finalize.
14028
14029 2007-03-03  Michael Smith  <msmith@fluendo.com>
14030
14031         * configure.ac:
14032         * gst/vmnc/Makefile.am:
14033           Fix up dist.
14034
14035 2007-03-03  Michael Smith  <msmith@fluendo.com>
14036
14037         * configure.ac:
14038         * gst/vmnc/Makefile.am:
14039         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
14040         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
14041         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
14042         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
14043         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
14044         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
14045         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
14046         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
14047         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
14048         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
14049         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
14050           Add VMnc decoder.
14051           Still missing support for:
14052            - rectangle types I didn't find in my samples (e.g. copy, RRE,
14053              ZRLE)
14054            - alpha-composited cursors
14055
14056 2007-03-03  David Schleef  <ds@schleef.org>
14057
14058         * gst-libs/gst/app/Makefile.am:
14059           Install the headers.
14060
14061 2007-03-03  David Schleef  <ds@schleef.org>
14062
14063         * gst-libs/gst/app/Makefile.am:
14064         * gst-libs/gst/app/gstappbuffer.c:
14065         * gst-libs/gst/app/gstappbuffer.h:
14066         * gst-libs/gst/app/gstappsrc.c:
14067           Add GstAppBuffer that includes a callback and closure for
14068           proper handling of data chunks.
14069
14070 2007-03-03  David Schleef  <ds@schleef.org>
14071
14072         * gst-libs/gst/app/gstappsrc.c:
14073         * gst-libs/gst/app/gstappsrc.h:
14074           Hacking to address issues in 413418.
14075
14076 2007-03-03  David Schleef  <ds@schleef.org>
14077
14078         * Makefile.am:
14079         * configure.ac:
14080         * ext/Makefile.am:
14081         * gst-libs/gst/Makefile.am:
14082         * gst-libs/gst/app/Makefile.am:
14083         * gst-libs/gst/app/gstapp.c:
14084         * gst-libs/gst/app/gstappsrc.c:
14085         * gst-libs/gst/app/gstappsrc.h:
14086         * gst/app/Makefile.am:
14087         * gst/app/gstapp.c:
14088         * gst/app/gstappsrc.c:
14089         * gst/app/gstappsrc.h:
14090           Move the app library to gst-libs/gst/app (duh!)
14091
14092 2007-03-02 Christian Schaller <christian at fluendo dot com>
14093         
14094         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
14095
14096         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
14097
14098 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
14099
14100         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
14101           A few small clean-ups.
14102
14103         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
14104           More debug output for failure cases.
14105
14106 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
14107
14108         Patch by: Young-Ho Cha  <ganadist at chollian net>
14109
14110         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
14111         (gst_dtsdec_change_state):
14112           Don't do forced downmixing to stereo, but check what downstream
14113           can do and let libdts do the downmixing based on that (#400555).
14114
14115 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
14116
14117         Patch by: Lutz Mueller  <lutz topfrose de>
14118
14119         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14120         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
14121         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
14122         (gst_neonhttp_src_send_request_and_redirect),
14123         (gst_neonhttp_src_uri_set_uri):
14124         * ext/neon/gstneonhttpsrc.h:
14125           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
14126           member (#388050).
14127
14128         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
14129           Fix bogus URI to something that actually exists, otherwise we just
14130           bypass the test (and also to something that doesn't redirect, since
14131           neonhttpsrc doesn't seem to handle this very gracefully yet)
14132
14133 2007-03-01  Chris Lord <chris@openedhand.com>
14134
14135         Reviewed by Christian Schaller <christian@fluendo.com>
14136
14137         Fixes Bug 357055
14138         * ext/ivorbis/Makefile.am:
14139         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
14140         * ext/ivorbis/vorbisdec.h
14141         * ext/ivorbis/vorbis.c :
14142
14143 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
14144
14145         * tests/check/Makefile.am:
14146         Draw plugins in from the build tree sys/ dir, rather than
14147         picking up the already installed versions.
14148
14149 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14150
14151         * configure.ac:
14152           Convert to new AG_GST style.
14153
14154 2007-02-27  Christian Schaller <christian at fluendo dot com>
14155
14156         * sys/direct*: Add Pioneers of the Inevitable to copyright
14157         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
14158
14159 2007-02-27  Edward Hervey  <edward@fluendo.com>
14160
14161         * sys/osxvideo/cocoawindow.h:
14162         * sys/osxvideo/cocoawindow.m:
14163         * sys/osxvideo/osxvideosink.h:
14164         * sys/osxvideo/osxvideosink.m:
14165         Disable the cocoa event loop since it's a huge memory leak. Should only
14166         matter if the sink isn't used within an NSApp (which has already got
14167         a coca event loop).
14168         Remove all unused code.
14169
14170 2007-02-26  David Schleef  <ds@schleef.org>
14171
14172         * configure.ac:
14173         * gst/app/Makefile.am:
14174         * gst/app/gstapp.c:
14175         * gst/app/gstappsrc.c:
14176         * gst/app/gstappsrc.h:
14177           Add a new plugin/library to make it easy for apps to shove
14178           data into a pipeline.
14179
14180 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
14181
14182         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
14183         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
14184           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
14185           errors in certain situations (e.g. dec ! cs ! ximagesink and the
14186           imagesink window is resized); also, some minor clean-ups.
14187
14188 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
14189
14190         * configure.ac:
14191         * ext/gsm/Makefile.am:
14192         * ext/ladspa/Makefile.am:
14193         * ext/wavpack/Makefile.am:
14194         * gst/equalizer/Makefile.am:
14195         * gst/filter/Makefile.am:
14196         * gst/mve/Makefile.am:
14197         * gst/nsf/Makefile.am:
14198         * gst/replaygain/Makefile.am:
14199         * gst/speed/Makefile.am:
14200           Fix build with LDFLAGS='-Wl,-z,defs'.
14201
14202 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
14203
14204         * sys/directsound/gstdirectsoundsink.c:
14205         * sys/directsound/gstdirectsoundsink.h:
14206           Remove include of unused headers.
14207         * sys/waveform/gstwaveformplugin.c:
14208         * sys/waveform/gstwaveformsink.c:
14209         * sys/waveform/gstwaveformsink.h:
14210         * win32/vs6/libgstwaveform.dsp:
14211           Add a new waveform plugin which includes an audio sink 
14212           element using the WaveForm win32 API.
14213         * win32/MANIFEST:
14214           Add the new project file form waveform plugin.
14215         
14216 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
14217         
14218         * sys/directdraw/gstdirectdrawplugin.c:
14219         * sys/directdraw/gstdirectdrawsink.c:
14220         * sys/directdraw/gstdirectdrawsink.h:
14221           Prepare the plugin to move to good:
14222           Remove unused/untested code (rendering to an extern surface,
14223           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
14224       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
14225           Add gtk doc section
14226           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
14227           respecting destination surface stride.
14228         * sys/directsound/gstdirectsoundplugin.c:
14229         * sys/directsound/gstdirectsoundsink.c:
14230         * sys/directsound/gstdirectsoundsink.h:
14231           Prepare the plugin to move to good:
14232           Rename all functions from gst_directsoundsink to gst_directsound_sink.
14233           Add gtk doc section
14234         * win32/common/config.h.in:
14235         * win32/MANIFEST:
14236           Add config.h.in
14237
14238 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
14239
14240         * configure.ac:
14241         * docs/plugins/Makefile.am:
14242           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
14243           timidity.cfg check.
14244
14245         * ext/timidity/gsttimidity.c: (plugin_init):
14246           Also build if no config was detected at configure time.
14247
14248 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14249
14250         * configure.ac:
14251         * ext/timidity/Makefile.am:
14252         * ext/timidity/gsttimidity.c: (plugin_init):
14253         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
14254         (gst_wildmidi_class_init), (gst_wildmidi_init),
14255         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
14256         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
14257         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
14258         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
14259         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
14260         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
14261         (gst_wildmidi_loop), (gst_wildmidi_change_state),
14262         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
14263         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
14264         * ext/timidity/gstwildmidi.h:
14265           Add second midi renderer. Fix some double frees and leaks. Clean up
14266           logging.
14267
14268 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
14269
14270         * Makefile.am:
14271           Add win32 MANIFEST
14272         * sys/directdraw/gstdirectdrawsink.c:
14273         * sys/directdraw/gstdirectdrawsink.h:
14274           Clear unused code and add comments.
14275           Remove yuv from template caps, it only supports RGB
14276           actually.
14277           Implement XOverlay interface and remove window and fullscreen 
14278           properties.
14279           Add debug logs.
14280           Test for blit capabilities to return only the current colorspace if
14281           the hardware can't blit for one colorspace to another.
14282         * sys/directsound/gstdirectsoundsink.c:
14283           Add some debugs.
14284         * win32/MANIFEST:
14285           Add VS7 project files and solution.
14286         * win32/vs6/gst_plugins_bad.dsw:
14287         * win32/vs6/libgstdirectdraw.dsp:
14288         * win32/vs6/libgstdirectsound.dsp:
14289         * win32/vs6/libgstqtdemux.dsp:
14290           Update project files.
14291
14292 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14293
14294         * ext/faad/gstfaad.c:
14295           Also update the comment that describes the hack.
14296
14297 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14298
14299         * configure.ac:
14300           Tell the code which faad it is, so that we can adjust the hacks
14301           needed.
14302
14303         * ext/faad/gstfaad.c:
14304           Make our hacks dependent on the fadd lib in use.
14305
14306 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14307
14308         * configure.ac:
14309           Fix faad detection to support also fadd with new symbol prefix.
14310           ChangeLog surgery.
14311           
14312 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
14313
14314         Patch by: Wouter Paesen <wouter@blue-gate.be>
14315
14316         * configure.ac:
14317         * ext/Makefile.am:
14318         * ext/timidity/Makefile.am:
14319         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
14320         (gst_timidity_class_init), (gst_timidity_init),
14321         (gst_timidity_set_song_options), (gst_timidity_src_convert),
14322         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
14323         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
14324         (gst_timidity_src_event), (gst_timidity_activate),
14325         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
14326         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
14327         (gst_timidity_get_buffer), (gst_timidity_loop),
14328         (gst_timidity_change_state), (gst_timidity_typefind),
14329         (plugin_init):
14330         * ext/timidity/gsttimidity.h:
14331           Add timidity midi render plugin (#403992)
14332
14333 2007-02-07  Edward Hervey  <edward@fluendo.com>
14334
14335         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
14336         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
14337         Switched to using gst_pad_get_parent().
14338
14339 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14340
14341         * gst/modplug/gstmodplug.cc:
14342           Remove superfluous gst_caps_get_structure() call.
14343
14344 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14345
14346         * configure.ac:
14347           Increase required libsndfile version to a version that's known to
14348           have the function sf_write_sync() to make the build bots happy.
14349
14350 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14351
14352         * ext/sndfile/gstsfsrc.c:
14353           Fix build (installed setup).
14354
14355 2007-02-05  Andy Wingo  <wingo@pobox.com>
14356
14357         * ext/sndfile/Makefile.am:
14358         * ext/sndfile/gstsfsrc.h:
14359         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
14360         random access woo.
14361
14362 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
14363
14364         * configure.ac:
14365         * gst/equalizer/Makefile.am:
14366         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
14367         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
14368         (setup_filter), (gst_iir_equalizer_compute_frequencies),
14369         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14370         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
14371         (plugin_init):
14372         * gst/equalizer/gstiirequalizer.h:
14373           Fix up to use the newly ported (actually working) GstAudioFilter.
14374           Bump core/base requirements to CVS for this.
14375
14376         * tests/icles/.cvsignore:
14377         * tests/icles/Makefile.am:
14378         * tests/icles/equalizer-test.c: (check_bus),
14379         (equalizer_set_band_value), (equalizer_set_all_band_values),
14380         (equalizer_set_band_value_and_wait),
14381         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
14382         (main):
14383           Add brain-dead interactive test for equalizer.
14384
14385 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14386
14387         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
14388         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14389         (gst_iir_equalizer_filter_inplace):
14390           Rename "values" property to "band-values" and change type into a
14391           GValueArray, so it's more easily bindable and the range of the
14392           values passed in is defined and checked etc.; also do some
14393           locking.
14394
14395 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14396
14397         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
14398
14399         * configure.ac:
14400         * gst/equalizer/Makefile.am:
14401         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14402         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14403         (gst_iir_equalizer_compute_frequencies),
14404         (gst_iir_equalizer_set_property),
14405         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14406         (plugin_init):
14407           Port equalizer plugin to 0.10 (#403572).
14408
14409 2007-02-02  Andy Wingo  <wingo@pobox.com>
14410
14411         * configure.ac: 
14412         * ext/Makefile.am
14413         * ext/sndfile/Makefile.am:
14414         * ext/sndfile/gstsf.c:
14415         * ext/sndfile/gstsf.h:
14416         * ext/sndfile/gstsfsink.c:
14417         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
14418         push mode with interleaved float or int data.
14419
14420 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14421
14422         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
14423           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
14424           (which didn't happen previously because the klass string didn't
14425           contain anything autoaudiosink was looking for).
14426
14427 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14428
14429         * gst/real/gstrealaudiodec.c:
14430         * gst/real/gstrealvideodec.c:
14431           Fix classification in GstElementDetails.
14432
14433 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
14434
14435         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
14436         (gst_wavpack_parse_handle_seek_event),
14437         (gst_wavpack_parse_create_src_pad):
14438         Fix a off by one that leads to the duration reported as one
14439         sample less than it is
14440
14441 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14442
14443         * ext/alsaspdif/alsaspdifsink.c:
14444         * gst/nsf/gstnsf.c:
14445           Fix classification in GstElementDetails.
14446
14447         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
14448         (gst_ladspa_class_init):
14449           Improve Klassification and reduce code slighly.
14450
14451 2007-01-30  Edward Hervey  <edward@fluendo.com>
14452
14453         * configure.ac:
14454         Check for an Objective C compiler
14455         * sys/Makefile.am:
14456         * sys/osxvideo/Makefile.am:
14457         * sys/osxvideo/cocoawindow.h:
14458         * sys/osxvideo/cocoawindow.m:
14459         * sys/osxvideo/osxvideosink.h:
14460         * sys/osxvideo/osxvideosink.m:
14461         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
14462         Fixes #402470
14463
14464 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14465
14466         * gst/videocrop/gstvideocrop.c:
14467         (gst_video_crop_get_image_details_from_caps),
14468         (gst_video_crop_transform_packed_complex):
14469           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
14470
14471         * tests/icles/videocrop-test.c: (check_bus_for_errors),
14472         (test_with_caps), (main):
14473           Block streaming thread before changing filter caps while the
14474           pipeline is running so that we don't get random not-negotiated
14475           errors just because GStreamer can't handle that yet.
14476
14477 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
14478
14479         * ext/ladspa/Makefile.am:
14480         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
14481           add GstController support to ladspa
14482
14483 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14484
14485         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
14486
14487         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
14488         (gst_mythtv_src_next_program_chain):
14489           Remove sleep calls, they've been moved into the library now ...
14490           (#354451).
14491
14492 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
14493
14494         * tests/icles/videocrop-test.c: (test_with_caps):
14495           Catch errors while the test is running.
14496
14497 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14498
14499         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
14500         Fix the SEEKING query. We can seek if we are in pull mode, not the
14501         other way around. Also set the correct format in the seeking query and
14502         handle the case where the headers are not read yet and we can't say
14503         anything about our seeking capabilities.
14504         
14505 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14506
14507         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
14508         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
14509         Fix spelling in 2 places: It's called Wavpack, not WavePack.
14510
14511 2007-01-25  Edward Hervey  <edward@fluendo.com>
14512
14513         * gst/multifile/gstmultifilesink.c:
14514         (gst_multi_file_sink_class_init):
14515         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
14516         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
14517         (gst_mve_video_palette), (gst_mve_video_code_map),
14518         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
14519         (gst_mve_demux_chain):
14520         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
14521         * gst/mve/mveaudioenc.c: (mve_compress_audio):
14522         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
14523         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
14524         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
14525         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
14526         Use proper print statements.
14527         Fixes build on mac os x.
14528         <wingo> oo look at me my name is edward i'm hacking on macos wooo
14529
14530 2007-01-24  Wim Taymans  <wim@fluendo.com>
14531
14532         * gst/qtdemux/gstrtpxqtdepay.c:
14533         Fix caps on the depayloader.
14534
14535 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
14536
14537         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
14538           Use break here instead of goto.
14539
14540 2007-01-13  Andy Wingo  <wingo@pobox.com>
14541
14542         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
14543         Use fixed caps on src pads.
14544         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
14545         seem to have reverse midas disease!
14546         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
14547         and set caps on outgoing buffers. Fixes #395597, I think.
14548
14549         * gst/interleave/interleave.c (gst_interleave_init): Init the
14550         activation mode properly.
14551         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
14552         (gst_interleave_init): Set a setcaps and getcaps function on the
14553         src pad, so that we can implement pull-mode negotiation.
14554         (gst_interleave_sink_setcaps): Renamed from
14555         gst_interleave_setcaps, as it only does the sink logic now.
14556         Implement both for pull-mode and push-mode.
14557         (gst_interleave_process): Set caps on our outgoing buffer.
14558         (gst_interleave_src_activate_pull): Fix some more bogus casts.
14559         What is up with this.
14560
14561 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
14562
14563         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
14564         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
14565         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
14566         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
14567         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
14568         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
14569         (gst_mythtv_src_uri_get_type):
14570           Clean up a bit, mostly the debug statements; fix deadlock in
14571           _set_property() in the error cases; fix up query function.
14572
14573 2007-01-12  Andy Wingo  <wingo@pobox.com>
14574
14575         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
14576         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
14577         Remove fixate/ouija stuff, thankfully, due to the new
14578         part-negotiation.txt pull-mode negotiation scheme.
14579         (gst_signal_processor_setcaps_pull)
14580         (gst_signal_processor_setcaps): Implement upstream set_caps pull
14581         proxying for pull mode. Now this works: ladspa-sine-fcac !
14582         audioconvert ! alsasink.
14583
14584 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
14585
14586         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
14587
14588         * configure.ac:
14589         * gst-plugins-bad.spec.in:
14590         * ext/Makefile.am:
14591         * ext/mythtv/Makefile.am:
14592         * ext/mythtv/gstmythtvsrc.c:
14593         * ext/mythtv/gstmythtvsrc.h:
14594         MythTV client source plugin created (#354451).
14595
14596 2007-01-12  Wim Taymans  <wim@fluendo.com>
14597
14598         * gst/qtdemux/Makefile.am:
14599         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
14600         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
14601         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
14602         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
14603         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
14604         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
14605         * gst/qtdemux/gstrtpxqtdepay.h:
14606         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
14607         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
14608         (qtdemux_parse_moov), (qtdemux_parse_container),
14609         (qtdemux_parse_node), (gst_qtdemux_add_stream),
14610         (qtdemux_parse_trak), (qtdemux_audio_caps):
14611         * gst/qtdemux/qtdemux.h:
14612         * gst/qtdemux/quicktime.c: (plugin_init):
14613         Add X-QT depayloader that will eventually share code with the demuxer.
14614         Make new plugin entry point with quicktime releated stuff.
14615
14616 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
14617
14618         * gst/qtdemux/Makefile.am:
14619           Dist all new files.
14620
14621 2007-01-12  Wim Taymans  <wim@fluendo.com>
14622
14623         * docs/plugins/Makefile.am:
14624         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14625         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14626         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14627         * docs/plugins/gst-plugins-bad-plugins.signals:
14628         * docs/plugins/inspect/plugin-qtdemux.xml:
14629         Activate docs for jack, sdl and qtdemux.
14630
14631 2007-01-12  Wim Taymans  <wim@fluendo.com>
14632
14633         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
14634         (jack_buffer_size_cb), (jack_shutdown_cb),
14635         (gst_jack_ring_buffer_acquire):
14636         * ext/jack/gstjackaudiosink.h:
14637         Improve docs.
14638
14639 2007-01-12  Wim Taymans  <wim@fluendo.com>
14640
14641         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
14642         Fix typo in docs.
14643
14644 2007-01-12  Wim Taymans  <wim@fluendo.com>
14645
14646         * gst/qtdemux/Makefile.am:
14647         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14648         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
14649         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14650         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
14651         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
14652         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
14653         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
14654         (qtdemux_parse_samples), (qtdemux_parse_segments),
14655         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
14656         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
14657         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
14658         (qtdemux_process_redirects), (qtdemux_parse_redirects),
14659         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
14660         (qtdemux_video_caps), (qtdemux_audio_caps):
14661         * gst/qtdemux/qtdemux.h:
14662         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
14663         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14664         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14665         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14666         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14667         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14668         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
14669         (qtdemux_node_dump):
14670         * gst/qtdemux/qtdemux_dump.h:
14671         * gst/qtdemux/qtdemux_fourcc.h:
14672         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
14673         * gst/qtdemux/qtdemux_types.h:
14674         * gst/qtdemux/qtpalette.h:
14675         Cleanup and refactor to make the code more readable.
14676         Move debugging/tables into separate files.
14677         Add 2/4/16 color palletee support.
14678         Fix raw 15 bit RGB handling.
14679         Use more FOURCC constants.
14680         Add some docs.
14681
14682 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14683
14684         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14685
14686         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14687         (gst_wavpack_enc_correction_mode_get_type),
14688         (gst_wavpack_enc_joint_stereo_mode_get_type):
14689           Minor clean-up: use enum values instead of hardcoded constants (#395536).
14690
14691 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14692
14693         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
14694         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
14695         (gst_mve_add_stream):
14696           Support SEEKING query (bad news now delivered properly!); add event
14697           function to source pads to make sure seeks aren't propagated
14698           upstream, even if they aren't handled.
14699
14700 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14701
14702         Patch by: Jens Granseuer  <jensgr at gmx net>
14703
14704         * configure.ac:
14705         * gst/mve/Makefile.am:
14706         * gst/mve/TODO:
14707         * gst/mve/gstmve.c:
14708         * gst/mve/gstmvedemux.c:
14709         * gst/mve/gstmvedemux.h:
14710         * gst/mve/gstmvemux.c:
14711         * gst/mve/gstmvemux.h:
14712         * gst/mve/mve.h:
14713         * gst/mve/mveaudiodec.c:
14714         * gst/mve/mveaudioenc.c:
14715         * gst/mve/mvevideodec16.c:
14716         * gst/mve/mvevideodec8.c:
14717         * gst/mve/mvevideoenc16.c:
14718         * gst/mve/mvevideoenc8.c:
14719           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
14720           doesn't support seeking yet, but seems to work fine otherwise.
14721           Closes #348973.
14722
14723 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14724
14725         * gst/real/Makefile.am:
14726           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
14727
14728 2007-01-07  Andy Wingo  <wingo@pobox.com>
14729
14730         * configure.ac: 
14731         * gst/interleave/Makefile.am: 
14732         * gst/interleave/plugin.h: 
14733         * gst/interleave/plugin.c: 
14734         * gst/interleave/interleave.c: 
14735         * gst/interleave/deinterleave.c: New elements interleave and
14736         deinterleave, implement channel interleaving and deinterleaving.
14737         The interleaver can operate in pull or push mode but the
14738         deinterleaver is more like a demuxer and can only operate in push
14739         mode.
14740         
14741 2007-01-06  Edward Hervey  <edward@fluendo.com>
14742
14743         * configure.ac:
14744         Properly detect the two architectures on which the real plugin can be
14745         built.
14746         Fixes #393622
14747
14748 2007-01-06  Andy Wingo  <wingo@pobox.com>
14749
14750         * ext/ladspa/gstsignalprocessor.c
14751         (gst_signal_processor_ouija_caps): Move around in the source
14752         file...
14753         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
14754         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
14755         This allows us to have caps when we do the pad_alloc_buffer().
14756         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
14757         pad caps, which might not be set yet.
14758
14759         * ext/ladspa/gstsignalprocessor.c: 
14760         (gst_signal_processor_add_pad_from_template)
14761         (gst_signal_processor_fixate): Add a fixate function, to assist in
14762         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
14763         cases.
14764         (gst_signal_processor_prepare, gst_signal_processor_process): Add
14765         nframes args so that getrange can tell ladspa how many frames to
14766         process.
14767         (gst_signal_processor_ouija_caps): setcaps needs to be called
14768         before processing, which normally happens when chaining a buffer
14769         to a pad. However in getrange mode with no sinks we need to check
14770         explicitly for this condition, guess some caps to use, and use
14771         those to setcaps(). Hence this mystical function.
14772         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
14773         Divine the caps if necessary.
14774         (gst_signal_processor_getrange): Interpret the length as bytes,
14775         not samples.
14776         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
14777         by incoming buffer sizes.
14778
14779 2007-01-06  Edward Hervey  <edward@fluendo.com>
14780
14781         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
14782         Don't call the RAFreeDecoder since it randomly causes segfaults.
14783         * gst/real/gstrealaudiodec.h:
14784         indent properly.
14785
14786 2007-01-06  Edward Hervey  <edward@fluendo.com>
14787
14788         Patch by: Lutz Mueller <lutz@topfrose.de>
14789         
14790         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
14791         (gst_real_video_dec_setcaps), (open_library), (close_library),
14792         (gst_real_video_dec_finalize):
14793         * gst/real/gstrealvideodec.h:
14794         Implement error recovery on setcaps failure.
14795
14796 2007-01-06  Edward Hervey  <edward@fluendo.com>
14797
14798         Patch by: Lutz Mueller <lutz@topfrose.de>
14799         
14800         * gst/real/Makefile.am:
14801         * gst/real/gstreal.c: (plugin_init):
14802         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14803         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14804         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14805         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14806         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14807         * gst/real/gstrealaudiodec.h:
14808         Added RealAudio wrapper elementfactory.
14809         Modified structures so it can also work on x86_64 using the
14810         adequate .so .
14811
14812 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14813
14814         * configure.ac:
14815         * gst/qtdemux/Makefile.am:
14816         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14817           Check for zlib and if available pass it explicitly to the linker
14818           when linking qtdemux. If not available (or --disable-external has
14819           been specified!), disable the bits in qtdemux that use it. Fixes
14820           build on MingW (#392856).
14821
14822 2007-01-05  Edward Hervey  <edward@fluendo.com>
14823
14824         * configure.ac:
14825         Real video .so are now also available for x86_64, so we can build the
14826         Real plugin on i386 AND x86_64.
14827         * gst/real/Makefile.am:
14828         * gst/real/gstreal.c: (plugin_init):
14829         New plugin file for real .so wrapper plugins.
14830         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14831         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14832         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14833         (open_library), (close_library), (gst_real_video_dec_init),
14834         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14835         (gst_real_video_dec_set_property),
14836         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14837         * gst/real/gstrealvideodec.h:
14838         Moved RealVideo element to separate file
14839         Cleaned up code some more.
14840         Make it work on x86_64.
14841         Try several possible locations for .so
14842         Separate opening/closing libraries in separate functions.
14843
14844 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14845
14846         * tests/icles/videocrop-test.c: (main):
14847           Call g_thread_init() right at the beginning. Remove superfluous
14848           gst_init() - we've already been inited via the GOption stuff.
14849
14850 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14851
14852         * configure.ac:
14853           Don't compile rfbsource if we don't have sys/socket.h.
14854           Should fix compilation on MingW.
14855
14856 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14857
14858         * configure.ac:
14859         * ext/amrwb/Makefile.am:
14860         * ext/amrwb/amrwb-code/Makefile.am:
14861         * ext/amrwb/amrwb-code/run.sh:
14862         * gst-libs/Makefile.am:
14863         * gst-libs/ext/Makefile.am:
14864         * gst-libs/ext/amrwb/Makefile.am:
14865         * gst-libs/ext/amrwb/README:
14866           Move amrwb code getting and building to gst-libs/ext/amrwb
14867           Adapt everything else to match.
14868
14869 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14870
14871         * ext/directfb/dfbvideosink.c:
14872         (gst_dfbvideosink_navigation_send_event),
14873         (gst_dfbvideosink_get_type):
14874         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14875         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14876         (gst_sdlvideosink_show_frame),
14877         (gst_sdlvideosink_navigation_send_event):
14878         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14879         reveal potential bugs.
14880
14881 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14882
14883         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14884
14885         * configure.ac:
14886         * sys/Makefile.am:
14887         * sys/directsound/Makefile.am:
14888         * sys/directsound/gstdirectsoundsink.c:
14889         (gst_directsoundsink_reset):
14890           Add directsoundsink to build and dist it, so it gets built when
14891           compiling with MingW on win32 and the required headers and libraries
14892           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14893
14894         * tests/check/elements/.cvsignore:
14895           Fix CVS ignore for neonhttpsrc test binary.
14896
14897 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14898
14899         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14900
14901         * configure.ac:
14902         * sys/Makefile.am:
14903         * sys/directdraw/Makefile.am:
14904           Add directdrawsink to build and dist it, so it gets built when
14905           compiling with MingW on win32 and the required headers and libraries
14906           are available (fixes: #392313).
14907
14908         * sys/directdraw/gstdirectdrawsink.c:
14909         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14910         (gst_directdrawsink_setup_ddraw),
14911         (gst_directdrawsink_surface_create):
14912           Comment out some unused things and fix some printf format issues in
14913           order to avoid warnings when buildling with MingW (#392313).
14914
14915 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14916
14917         Patch by: Jens Granseuer  <jensgr at gmx net>
14918
14919         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14920         (gst_xvidenc_get_property):
14921         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14922         * gst/filter/gstfilter.c: (plugin_init):
14923         * gst/filter/gstiir.c: (iir_transform_ip):
14924         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14925         * gst/modplug/gstmodplug.cc:
14926         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14927         (gst_nuv_demux_stream_extend_header):
14928           Fix build with gcc-2.x (declare variables at the beginning of a
14929           block etc.). Fixes #391971.
14930
14931 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14932
14933         reviewed by: Edward Hervey  <edward@fluendo.com>
14934
14935         * gst/real/gstreal.c:
14936         (gst_realdec_setcaps): Use codec_data supplied in caps.
14937         (gst_realdec_get_property): Correctly return default path.
14938         (gst_realdec_class_init): Remove unused state_change method.
14939
14940 2007-01-01  Edward Hervey  <edward@fluendo.com>
14941
14942         * configure.ac:
14943         Only build the plugin on 32bit x86 architectures.
14944
14945 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14946
14947         reviewed by: Edward Hervey  <edward@fluendo.com>
14948
14949         * configure.ac:
14950         * gst/real/Makefile.am:
14951         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14952         (gst_realdec_decode), (gst_realdec_chain),
14953         (gst_realdec_activate_push), (gst_realdec_setcaps),
14954         (gst_realdec_init), (gst_realdec_base_init),
14955         (gst_realdec_change_state), (gst_realdec_finalize),
14956         (gst_realdec_set_property), (gst_realdec_get_property),
14957         (gst_realdec_class_init), (plugin_init):
14958         New plugin for decoding RealVideo Streams using the x86 32bit
14959         shared libraries.
14960         Closes #354174
14961
14962 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14963
14964         * tests/check/elements/videocrop.c: (GST_START_TEST),
14965         (videocrop_test_cropping_init_context):
14966           When we can't create an element needed for the test, print a message
14967           detailing which element it actually is that's missing (#390673).
14968
14969 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14970
14971         * ext/neon/gstneonhttpsrc.c:
14972         * ext/neon/gstneonhttpsrc.h:
14973         Added seek support.
14974         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14975         Fixes: #375264.
14976
14977 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
14978
14979         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14980         (cleanup_mpeg2enc):
14981         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14982         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14983         (cleanup_wavpackdec):
14984         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14985         (cleanup_wavpackenc):
14986         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14987           reapply consistent pad (de)activation
14988
14989 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14990
14991         * configure.ac:
14992         Back to CVS
14993
14994         * gst-plugins-bad.doap:
14995         Add release section for 0.10.4
14996
14997 === release 0.10.4 ===
14998
14999 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
15000
15001         * configure.ac:
15002           releasing 0.10.4, "Black Bugs"
15003
15004 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
15005
15006         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
15007         (cleanup_mpeg2enc):
15008         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
15009         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
15010         (cleanup_wavpackdec):
15011         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
15012         (cleanup_wavpackenc):
15013         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
15014           revert my freeze breakage
15015
15016 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
15017
15018         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
15019         (cleanup_mpeg2enc):
15020         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
15021         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
15022         (cleanup_wavpackdec):
15023         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
15024         (cleanup_wavpackenc):
15025         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
15026           consistent pad (de)activation
15027
15028 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
15029
15030         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
15031         (gst_qtdemux_chain):
15032           Don't post BUFFERING messages in streaming mode if the stream
15033           headers are behind the movie data; instead, post "progress" element
15034           messages as a temporary solution. Apps might get confused and do
15035           silly things to the pipeline state if they see buffering messages
15036           from different sources and don't realize they come from different
15037           sources (#387160).
15038
15039 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
15040
15041         * configure.ac:
15042         * ext/Makefile.am:
15043         * ext/ladspa/*:
15044           Move LADPSA plugin from -good for the release, as it's not quite
15045           ready to be enabled by default in the -good module yet.
15046
15047 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
15048
15049         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
15050         (gst_qtdemux_add_stream):
15051           Don't output g_warning for an unsupported format, just send a
15052           GST_ELEMENT_WARNING and don't add the pad.
15053           Fix the case where it doesn't check for a NULL pad in streaming mode.
15054           Fixes #387137
15055
15056 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
15057
15058         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15059           Fix crash dereferencing NULL pointer if there's no stco atom.
15060           Fixes #387122.
15061
15062 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
15063
15064         * ext/wavpack/gstwavpackenc.h:
15065         Use local copy of md5.h, as it disappeared in recent wavpack
15066         installs.
15067         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
15068         Fixes: #387076
15069
15070 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
15071
15072         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
15073         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
15074           We don't support seeking in streaming mode, so don't even try.
15075           Implement seeking query so apps can query seekability properly
15076           (see #365414). Fix duration query.
15077
15078 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15079
15080         * Makefile.am:
15081         * gst-plugins-bad.doap:
15082         * gst-plugins-bad.spec.in:
15083           add doap file
15084
15085 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
15086
15087         * ext/libmms/gstmms.c: (gst_mms_create):
15088           These debug statements should be using LOG level.
15089
15090 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
15091
15092         * gst/modplug/libmodplug/sndfile.cpp:
15093           Fix potential buffer overflow (CVE-2006-4192) (#385788).
15094
15095 2006-12-13  Wim Taymans  <wim@fluendo.com>
15096
15097         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15098         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
15099         (qtdemux_audio_caps):
15100         Add AMR-WB to the list of supported formats.
15101
15102 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
15103
15104         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
15105         (send_request_and_redirect):
15106           Fix minor mem leak in redirect code.
15107
15108         * tests/check/Makefile.am:
15109         * tests/check/elements/.cvsignore:
15110         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
15111         (GST_START_TEST), (neonhttpsrc_suite):
15112         * tests/check/gst-plugins-bad.supp:
15113           Add super-basic unit test for #384140.
15114
15115 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
15116
15117         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
15118         (send_request_and_redirect):
15119           Set offset on buffers pushed out (id3demux gets confused if the
15120           first buffer does not have an offset of 0). Fixes #384140.
15121
15122 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
15123
15124         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
15125         (gst_neonhttp_src_create), (send_request_and_redirect),
15126         (gst_neonhttp_src_start), (oom_callback):
15127          Minor clean-ups; remove newlines at end of debug statements.
15128
15129 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
15130
15131         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
15132           Fix non-working redirects from inetfilm.com (handle 'alis' reference
15133           data type as well). Fixes #378613.
15134
15135 2006-12-11  Wim Taymans  <wim@fluendo.com>
15136
15137         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
15138
15139         * gst/modplug/gstmodplug.cc:
15140         Fix modplug duration query. Fixes #384294.
15141
15142 2006-12-08  Wim Taymans  <wim@fluendo.com>
15143
15144         Patch by: René Stadler  <mail at renestadler de>
15145
15146         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15147         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
15148         (qtdemux_audio_caps):
15149         Fix caps for 24 bit raw PCM audio (2).
15150         Fixes #383471.
15151
15152 2006-12-07  Wim Taymans  <wim@fluendo.com>
15153
15154         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15155         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
15156         (qtdemux_video_caps):
15157         Handle more H263 variants.
15158
15159 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
15160
15161         * ext/jack/.cvsignore:
15162         Ignore old files as requested by the build slave.
15163
15164 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
15165
15166         * configure.ac:
15167         Update the Jack requirement to the version where I think options_t
15168         appeared
15169
15170 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
15171
15172         * win32/MANIFEST:
15173         Fix compilation on win32 under VS8
15174         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
15175         Partially fixes #381175
15176
15177 2006-11-30  Wim Taymans  <wim@fluendo.com>
15178
15179         Patch by: René Stadler  <mail at renestadler de>
15180
15181         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
15182           Call the base class handler.  Fixes #380610.
15183
15184 2006-11-30  Wim Taymans  <wim@fluendo.com>
15185
15186         * ext/Makefile.am:
15187         Fix build.
15188
15189         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
15190         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
15191         (gst_jack_ring_buffer_acquire):
15192         Small cleanups.
15193
15194 2006-11-30  Wim Taymans  <wim@fluendo.com>
15195
15196         * configure.ac:
15197         * ext/Makefile.am:
15198         * ext/jack/Makefile.am:
15199         * ext/jack/gstjack.c: (plugin_init):
15200         * ext/jack/gstjack.h:
15201         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
15202         (gst_jack_ring_buffer_class_init), (jack_process_cb),
15203         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
15204         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
15205         (gst_jack_ring_buffer_finalize),
15206         (gst_jack_ring_buffer_open_device),
15207         (gst_jack_ring_buffer_close_device),
15208         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
15209         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
15210         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
15211         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
15212         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
15213         (gst_jack_audio_sink_set_property),
15214         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
15215         (gst_jack_audio_sink_create_ringbuffer):
15216         * ext/jack/gstjackaudiosink.h:
15217           Added fully functional jackaudiosink.
15218
15219 2006-11-27  Wim Taymans  <wim@fluendo.com>
15220
15221         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15222         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
15223           Remove some asserts and replace them with a proper error
15224           message. Fixes #379261.
15225
15226 2006-11-26  Michael Smith  <msmith@fluendo.com>
15227
15228         * ext/theora/theoradec.c: (theora_dec_src_query),
15229         (theora_dec_src_event), (theora_handle_data_packet),
15230         (theora_dec_chain):
15231           Send events on the right pads, since they don't work very well if
15232           you send them in the wrong direction.
15233
15234 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
15235
15236         * ext/audiofile/gstafsink.c:
15237         * ext/polyp/plugin.c: (plugin_init):
15238         * ext/polyp/polypsink.c:
15239         * ext/polyp/polypsink.h:
15240         * sys/dxr3/dxr3audiosink.h:
15241         * sys/dxr3/dxr3spusink.h:
15242         * sys/dxr3/dxr3videosink.h:
15243           remove obsolete _factory_init protos and functions
15244
15245 2006-11-19  Michael Smith  <msmith@fluendo.com>
15246
15247         * gst/librfb/Makefile.am:
15248           Compile with appropriate cflags. Fixes build.
15249
15250 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15251
15252         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
15253         Actually set the TONE parameter for DVB-S when we should.
15254
15255 2006-11-16  David Schleef  <ds@schleef.org>
15256
15257         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
15258
15259 2006-11-16  David Schleef  <ds@schleef.org>
15260
15261         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
15262
15263 2006-11-16  David Schleef  <ds@schleef.org>
15264
15265         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
15266
15267         * configure.ac:
15268         * gst/librfb/Makefile.am:
15269         * gst/librfb/gstrfbsrc.c:
15270         * gst/librfb/rfb.c:
15271         * gst/librfb/rfb.h:
15272         * gst/librfb/rfbbuffer.c:
15273         * gst/librfb/rfbbuffer.h:
15274         * gst/librfb/rfbbytestream.c:
15275         * gst/librfb/rfbbytestream.h:
15276         * gst/librfb/rfbcontext.h:
15277         * gst/librfb/rfbdecoder.c:
15278         * gst/librfb/rfbdecoder.h:
15279         * gst/librfb/rfbutil.h:
15280           Port librfb to 0.10 (#376106).
15281
15282 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
15283
15284         * ext/spc/gstspc.c: (spc_play):
15285           Fix build with disabled gst-debug.
15286
15287 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15288
15289         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
15290
15291         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
15292         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
15293         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
15294         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
15295         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
15296         (gst_wavpack_enc_change_state):
15297         * ext/wavpack/gstwavpackparse.c:
15298           Some small clean-ups: use enums instead of hard-coded numbers,
15299           const-ify element details, re-factor some code into _reset()
15300           functions (#352605).
15301
15302 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
15303
15304         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
15305         * sys/dvb/gstdvbsrc.h:
15306           Fix minor printf format issue; remove overly paranoid checks in
15307           create function; fix GObject boilerplate macros.
15308
15309 2006-11-14  Wim Taymans  <wim@fluendo.com>
15310
15311         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15312         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
15313         Don't parse extra sample params for raw pcm. Fixes #374914.
15314
15315 2006-11-14  Wim Taymans  <wim@fluendo.com>
15316
15317         * tests/check/elements/.cvsignore:
15318         Add cdaudio to ignore.
15319
15320 2006-11-14  Wim Taymans  <wim@fluendo.com>
15321
15322         * ext/Makefile.am:
15323         dist cdaudio dir.
15324
15325 2006-11-14  Wim Taymans  <wim@fluendo.com>
15326
15327         * configure.ac:
15328         * ext/Makefile.am:
15329         Fix cdaudio build.
15330
15331 2006-11-14  Wim Taymans  <wim@fluendo.com>
15332
15333         Patch by: Mark Nauwelaerts <manauw at skynet be>
15334
15335         * tests/check/Makefile.am:
15336         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
15337         (GST_START_TEST), (y4menc_suite), (main):
15338         Added y4m test. Fixes #372243.
15339
15340 2006-11-13  Wim Taymans  <wim@fluendo.com>
15341
15342         Patch by: Mark Nauwelaerts <manauw at skynet be>
15343
15344         * configure.ac:
15345         Enable cdaudio and y4m.
15346
15347         * gst/y4m/Makefile.am:
15348         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
15349         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
15350         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
15351         (gst_y4m_encode_get_stream_header),
15352         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
15353         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
15354         (gst_y4m_encode_change_state), (plugin_init):
15355         * gst/y4m/gsty4mencode.h:
15356         Port of y4mencode to 0.10. 
15357
15358 2006-11-10  David Schleef  <ds@schleef.org>
15359
15360         * configure.ac:
15361         * gst/videoparse/Makefile.am:
15362         * gst/videoparse/gstvideoparse.c:
15363           A little pluggy to make sense out of the random chunks we get
15364           from multifilesrc.
15365
15366 2006-11-10  David Schleef  <ds@schleef.org>
15367
15368         * gst/multifile/Makefile.am:
15369           Let's not depend on a file that doesn't exist.
15370
15371 2006-11-10  David Schleef  <ds@schleef.org>
15372
15373         * gst/multifilesink/Makefile.am:
15374         * gst/multifilesink/gstmultifilesink.c:
15375         * gst/multifilesink/gstmultifilesink.h:
15376         * gst/multifilesink/multifilesink.vcproj:
15377           Remove the old one.
15378
15379 2006-11-10  David Schleef  <ds@schleef.org>
15380
15381         * configure.ac:
15382         * gst/multifile/Makefile.am:
15383         * gst/multifile/gstmultifile.c:
15384         * gst/multifile/gstmultifilesink.c:
15385         * gst/multifile/gstmultifilesrc.c:
15386         * gst/multifile/multifile.vproj:
15387           Revive multifile[src|sink].
15388
15389 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15390
15391         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
15392         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15393         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
15394         Rename set_pes_filter to set_pes_filters for consistency.
15395         Do run-time pid filtering.
15396
15397 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15398
15399         * sys/dvb/gstdvbsrc.c: (read_device):
15400         Do not call output_frontend_stats from a method that does not
15401         have the gstdvbsrc object.
15402         This fixes the build, sorry guys!
15403
15404 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15405
15406         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
15407         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
15408         (gst_dvbsrc_set_pes_filter):
15409         * sys/dvb/gstdvbsrc.h:
15410         Force PAT to always be in the filter.
15411         Try to continue reading after failing 10 times.
15412
15413 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15414
15415         * po/POTFILES.in:
15416           add dvbsrc
15417         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
15418         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
15419         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
15420         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
15421         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
15422         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
15423         (gst_dvbsrc_set_pes_filter):
15424         * sys/dvb/gstdvbsrc.h:
15425           adapter-prefix is a terrible name for a device, so replace it.
15426           strerror should be used immediately after the syscall related to it.
15427           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
15428           (pretty easy to trigger by opening the same device twice).
15429           Use _OBJECT macros where it makes sense.
15430           This element is going to need some work before it moves.
15431
15432 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15433
15434         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15435
15436         * configure.ac:
15437         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
15438         (gst_wavpack_enc_correction_mode_get_type),
15439         (gst_wavpack_enc_joint_stereo_mode_get_type),
15440         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
15441           Fix enum nicks; only emit no-more-pads once; add support for very
15442           fast encoding mode in upcoming 4.40.0 release (#369539).
15443
15444 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15445
15446         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
15447
15448         * sys/directdraw/gstdirectdrawsink.c:
15449         (gst_directdrawsink_window_thread),
15450         (gst_directdrawsink_create_default_window):
15451         * sys/directdraw/gstdirectdrawsink.h:
15452         * sys/directsound/gstdirectsoundsink.c:
15453           Wait until the window is created before using it; guard unistd.h
15454           includes with HAVE_UNISTD_H. (#366523)
15455
15456         * win32/vs8/libgstdirectdraw.vcproj:
15457         * win32/vs8/libgstdirectsound.vcproj:
15458           Update project files.
15459
15460 2006-10-31  Wim Taymans  <wim@fluendo.com>
15461
15462         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15463         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
15464         (qtdemux_parse_trak):
15465         Handle unbounded length streams a bit better. Fixes #367696.
15466
15467 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15468
15469         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
15470           Fix flow handling and buffer refcounting (gst_pad_push() takes
15471           ownership of the buffer passed to it, the buffer does not have
15472           to be unreffed no matter what flow value gst_pad_push() returns).
15473
15474 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
15475
15476         Patch by: Renato Filho <renato.filho@indt.org.br> 
15477
15478         * gst/nuvdemux/gstnuvdemux.c:
15479         * gst/nuvdemux/gstnuvdemux.h:
15480         Fixed bug for files with timestamps less than 0.
15481         
15482 2006-10-21  David Schleef  <ds@schleef.org>
15483
15484         * configure.ac:
15485         * gst/multifilesink/Makefile.am:
15486         * gst/multifilesink/gstmultifilesink.c:
15487         * gst/multifilesink/gstmultifilesink.h:
15488           I copied over filesink a while ago and modified it to work
15489           as multifilesink.  Might as well check it in.  This could
15490           use some work before being declared useful.
15491
15492 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15493
15494         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
15495         * ext/wavpack/gstwavpackparse.c:
15496         (gst_wavpack_parse_create_src_pad):
15497         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
15498         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
15499           Activate pads before adding them to running element.
15500
15501 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15502
15503         Patch by: Josep Torra Valles  <josep at fluendo com>
15504
15505         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15506         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
15507         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
15508         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
15509         (qtdemux_tag_add_gnre):
15510           Make compile with Forte compiler, mostly don't do pointer arithmetic
15511           with void pointers (#362626).
15512
15513 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15514
15515         * gst/nuvdemux/gstnuvdemux.c:
15516         Just a cast to make it compile oos big_endian systems.
15517
15518 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15519
15520         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
15521         <rosfran.borges@indt.org.br>
15522
15523         * configure.ac:
15524         * gst/nuvdemux/:
15525         * gst/nuvdemux/Makefile.am:
15526         * gst/nuvdemux/gstnuvdemux.c:
15527         * gst/nuvdemux/gstnuvdemux.h:
15528         Created new element nuvdemux.
15529         
15530 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15531
15532         Patch by: Josep Torra Valles  <josep at fluendo com>
15533
15534         * gst/nsf/fds_snd.c:
15535         * gst/nsf/mmc5_snd.c:
15536         * gst/nsf/nsf.c:
15537         * gst/nsf/vrc7_snd.c:
15538         * gst/nsf/vrcvisnd.c:
15539           Fix some things the Forte compiler warns about (#362626).
15540
15541 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15542
15543         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
15544         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
15545         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
15546         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
15547         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
15548         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
15549         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
15550         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
15551         (qtdemux_tree_get_sibling_by_type):
15552         * gst/qtdemux/qtdemux.h:
15553           Avoid void pointer usage, better use guint8 * instead.
15554
15555 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
15556
15557         * configure.ac:
15558         * gst/deinterlace/Makefile.am:
15559         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
15560         (gst_deinterlace_class_init), (gst_deinterlace_init),
15561         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
15562         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
15563         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
15564         * gst/deinterlace/gstdeinterlace.h:
15565           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
15566           me for anything it does or does not do to your precious pictures.
15567
15568 2006-10-11  Edward Hervey  <edward@fluendo.com>
15569
15570         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15571         Add some fourcc for DV format.
15572
15573 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
15574
15575         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
15576         (gst_qtdemux_loop_state_header):
15577           Printf format fixes.
15578
15579         * sys/dvb/gstdvbsrc.c:
15580           Use "_stdint.h".
15581
15582 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15583
15584         * sys/dvb/Makefile.am:
15585         * sys/dvb/dvb-api/Makefile.am:
15586         * sys/dvb/dvb-api/audio.h:
15587         * sys/dvb/dvb-api/ca.h:
15588         * sys/dvb/dvb-api/dmx.h:
15589         * sys/dvb/dvb-api/frontend.h:
15590         * sys/dvb/dvb-api/net.h:
15591         * sys/dvb/dvb-api/osd.h:
15592         * sys/dvb/dvb-api/version.h:
15593         * sys/dvb/dvb-api/video.h:
15594         Remove these files, not needed use system files.
15595         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
15596         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15597         (gst_dvbsrc_tune):
15598         Fix warnings, uint16_t etc. is in stdint.h.
15599         Use system includes not our local ones.
15600
15601 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15602
15603         * configure.ac:
15604         * sys/Makefile.am:
15605         Add dvb detection and allow dvbsrc to be built.
15606
15607 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15608         
15609         * configure.ac:
15610         * sys/Makefile.am:
15611         * sys/dvb/AUTHORS:
15612         * sys/dvb/Makefile.am:
15613         * sys/dvb/README:
15614         * sys/dvb/dvb-api/Makefile.am:
15615         * sys/dvb/dvb-api/audio.h:
15616         * sys/dvb/dvb-api/ca.h:
15617         * sys/dvb/dvb-api/dmx.h:
15618         * sys/dvb/dvb-api/frontend.h:
15619         * sys/dvb/dvb-api/net.h:
15620         * sys/dvb/dvb-api/osd.h:
15621         * sys/dvb/dvb-api/version.h:
15622         * sys/dvb/dvb-api/video.h:
15623         * sys/dvb/gstdvbsrc.c: 
15624         * sys/dvb/gstdvbsrc.h:
15625         Initial import of dvbsrc.
15626         Currently won't be built.
15627
15628 2006-10-10  Wim Taymans  <wim@fluendo.com>
15629
15630         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15631         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
15632         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
15633         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
15634         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
15635         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
15636         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
15637         (qtdemux_parse_tree), (qtdemux_parse_trak):
15638         Reorganise some stuff.
15639         Parse RTSP redirection URLS.
15640
15641 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15642
15643         * docs/plugins/gst-plugins-bad-plugins.args:
15644         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15645         * docs/plugins/gst-plugins-bad-plugins.interfaces:
15646         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
15647         * docs/plugins/inspect/plugin-dtsdec.xml:
15648         * docs/plugins/inspect/plugin-mms.xml:
15649         * docs/plugins/inspect/plugin-mpeg2enc.xml:
15650         * docs/plugins/inspect/plugin-neon.xml:
15651         * docs/plugins/inspect/plugin-replaygain.xml:
15652         * docs/plugins/inspect/plugin-soundtouch.xml:
15653         * docs/plugins/inspect/plugin-spcdec.xml:
15654         * docs/plugins/inspect/plugin-swfdec.xml:
15655         * docs/plugins/inspect/plugin-videocrop.xml:
15656         * docs/plugins/inspect/plugin-wavpack.xml:
15657           Add/update docs stuff.
15658
15659 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15660
15661         Patch by: René Stadler  <mail at renestadler de>
15662
15663         * configure.ac:
15664         * docs/plugins/Makefile.am:
15665         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15666         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15667         * gst/replaygain/Makefile.am:
15668         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
15669         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
15670         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
15671         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
15672         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
15673         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
15674         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
15675         (gst_rg_analysis_album_result), (plugin_init):
15676         * gst/replaygain/gstrganalysis.h:
15677         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
15678         (apply_filters), (reset_filters), (accumulator_add),
15679         (accumulator_clear), (accumulator_result), (rg_analysis_new),
15680         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
15681         (rg_analysis_analyze_mono_float),
15682         (rg_analysis_analyze_stereo_float),
15683         (rg_analysis_analyze_mono_int16),
15684         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
15685         (rg_analysis_track_result), (rg_analysis_album_result),
15686         (rg_analysis_reset_album), (rg_analysis_reset):
15687         * gst/replaygain/rganalysis.h:
15688           Add ReplayGain analysis element (#357069).
15689
15690         * tests/check/Makefile.am:
15691         * tests/check/elements/.cvsignore:
15692         * tests/check/elements/rganalysis.c: (get_expected_gain),
15693         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
15694         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
15695         (fail_unless_track_gain), (fail_unless_track_peak),
15696         (fail_unless_album_gain), (fail_unless_album_peak),
15697         (fail_if_track_tags), (fail_if_album_tags),
15698         (fail_unless_num_tracks), (test_buffer_const_float_mono),
15699         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
15700         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
15701         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
15702         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
15703         (rganalysis_suite), (main):
15704           Unit tests for the new replaygain element.
15705
15706 2006-10-06  Wim Taymans  <wim@fluendo.com>
15707
15708         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
15709         (gst_faad_close_decoder):
15710         Some cleanups.
15711         Added some more debugging.
15712         Don't ever ignore unlinked, we're not a demuxer.
15713
15714         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
15715         Activate pad before adding it to the element.
15716
15717 2006-10-06  Michael Smith  <msmith@fluendo.com>
15718
15719         * ext/theora/theoradec.c: (gst_theoradec_reset),
15720         (theora_get_query_types), (theora_dec_src_query),
15721         (theora_dec_src_event), (theora_dec_sink_event),
15722         (theora_handle_comment_packet), (theora_handle_type_packet),
15723         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
15724         (theora_handle_422_image), (theora_handle_420_image),
15725         (theora_handle_data_packet), (theora_dec_chain),
15726         (theora_dec_change_state):
15727         * ext/theora/theoradec.h:
15728           Port lots of changes from theoradec to theoraexpdec.
15729           This catches this plugin up to theoradec. Note that duplicate frames
15730           are broken in theoradec at the moment.
15731
15732 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15733
15734         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15735           Fix mem leak, avoid unnecessary memcpy.
15736
15737 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
15738
15739         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15740         (gst_spectrum_transform_ip):
15741           Removed cruft code that was just commented out. Removed some obsolete
15742           debug logs statements.
15743
15744 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15745
15746         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
15747         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
15748         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
15749         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
15750         (qtdemux_parse_trak):
15751         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15752           Another batch of printf format fixes.
15753
15754 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15755
15756         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15757         (gst_video_crop_init),
15758         (gst_video_crop_get_image_details_from_caps),
15759         (gst_video_crop_transform_packed_complex),
15760         (gst_video_crop_transform_packed_simple),
15761         (gst_video_crop_transform), (gst_video_crop_transform_caps),
15762         (gst_video_crop_set_caps),
15763         (gst_videocrop_clear_negotiated_caps_locked),
15764         (gst_video_crop_set_property):
15765         * gst/videocrop/gstvideocrop.h:
15766           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
15767           passthrough mode; lastly, clear negotiated basetransform caps when
15768           the cropping changes in order to force renegotiation.
15769
15770 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15771
15772         * tests/icles/.cvsignore:
15773         * tests/icles/Makefile.am:
15774         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
15775         (test_with_caps), (video_crop_get_test_caps), (main):
15776           Visual test for videocrop, shows that packed yuv doesn't work right
15777           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
15778           reasons (another basetransform issue?)
15779
15780 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15781
15782         * po/POTFILES.in:
15783         * sys/v4l2/.cvsignore:
15784           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
15785
15786 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15787
15788         * docs/plugins/Makefile.am:
15789         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15790         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15791         * docs/plugins/inspect/plugin-video4linux2.xml:
15792         * gst-plugins-bad.spec.in:
15793           removed v4l2
15794
15795 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15796
15797         * configure.ac:
15798         * sys/Makefile.am:
15799         * sys/v4l2/Makefile.am:
15800         * sys/v4l2/README:
15801         * sys/v4l2/gstv4l2.c:
15802         * sys/v4l2/gstv4l2colorbalance.c:
15803         * sys/v4l2/gstv4l2colorbalance.h:
15804         * sys/v4l2/gstv4l2object.c:
15805         * sys/v4l2/gstv4l2object.h:
15806         * sys/v4l2/gstv4l2src.c:
15807         * sys/v4l2/gstv4l2src.h:
15808         * sys/v4l2/gstv4l2tuner.c:
15809         * sys/v4l2/gstv4l2tuner.h:
15810         * sys/v4l2/gstv4l2vidorient.c:
15811         * sys/v4l2/gstv4l2vidorient.h:
15812         * sys/v4l2/gstv4l2xoverlay.c:
15813         * sys/v4l2/gstv4l2xoverlay.h:
15814         * sys/v4l2/v4l2_calls.c:
15815         * sys/v4l2/v4l2_calls.h:
15816         * sys/v4l2/v4l2src_calls.c:
15817         * sys/v4l2/v4l2src_calls.h:
15818           moved to gst-plugins-good
15819
15820 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15821
15822         * sys/v4l2/gstv4l2object.c:
15823         (gst_v4l2_object_install_properties_helper):
15824           comment out the properties that are already part of the tuner
15825           interface.
15826
15827 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15828
15829         * sys/v4l2/gstv4l2src.c:
15830         Improve docs.
15831
15832 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15833
15834         * ext/xvid/gstxvid.c: (plugin_init):
15835           Set rank of xviddec to NONE until someone fixes it (too many crasher
15836           bug reports against totem, people should use gst-ffmpeg).
15837
15838 2006-09-28  Wim Taymans  <wim@fluendo.com>
15839
15840         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15841         (gst_v4l2src_get_caps):
15842         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15843         Framerate can be 0/1 too.
15844         Init framerate to 0/1 before querying it so that we can detect
15845         devices that don't know about a framerate.
15846         Add some more debugging info.
15847
15848 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15849
15850         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15851           Add support for 'yv12' fourcc.
15852
15853 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15854
15855         * sys/v4l2/gstv4l2src.c:
15856         * sys/v4l2/gstv4l2src.h:
15857         * tests/icles/v4l2src-test.c:
15858         Removed set-undef-fps.
15859
15860 2006-09-27  Wim Taymans  <wim@fluendo.com>
15861
15862         * sys/v4l2/gstv4l2object.c:
15863         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15864         (gst_v4l2_object_set_property_helper),
15865         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15866         * sys/v4l2/gstv4l2object.h:
15867         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15868         (gst_v4l2src_create):
15869         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15870         (gst_v4l2_tuner_list_channels),
15871         (gst_v4l2_tuner_set_channel_and_notify),
15872         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15873         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15874         (gst_v4l2_tuner_get_norm):
15875         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15876         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15877         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15878         Renamed some properties to match the tuner interface naming.
15879
15880 2006-09-27  Wim Taymans  <wim@fluendo.com>
15881
15882         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15883         (gst_v4l2_set_defaults):
15884         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15885         (gst_v4l2src_create):
15886         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15887         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15888         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15889         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15890         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15891         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15892         (gst_v4l2_set_input):
15893         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15894         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15895         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15896         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15897         (gst_v4l2src_buffer_new):
15898         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15899         Small cleanups.
15900         Fix error messages.
15901         Use locks when getting timestamps.
15902         Fix leaks in test.
15903         Add licensing header to tests.
15904
15905 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15906
15907         * sys/v4l2/gstv4l2colorbalance.c:
15908         * sys/v4l2/gstv4l2object.c:
15909         * sys/v4l2/gstv4l2src.c:
15910         * sys/v4l2/gstv4l2src.h:
15911         * sys/v4l2/gstv4l2tuner.c:
15912         * sys/v4l2/v4l2_calls.c:
15913         * sys/v4l2/v4l2src_calls.c:
15914         * tests/icles/v4l2src-test.c:
15915         Some cleanups and comments.
15916
15917 2006-09-26  Wim Taymans  <wim@fluendo.com>
15918
15919         * docs/plugins/Makefile.am:
15920         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15921         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15922         Add v4l2 plugin to the docs.
15923
15924         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15925         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15926         * sys/v4l2/gstv4l2src.h:
15927         * sys/v4l2/gstv4l2vidorient.c:
15928         Fix docs.
15929         Remove some more externs.
15930
15931 2006-09-26  Wim Taymans  <wim@fluendo.com>
15932
15933         * sys/v4l2/Makefile.am:
15934         Fix makefile, list libs in stack order.
15935
15936         * sys/v4l2/gstv4l2colorbalance.c:
15937         * sys/v4l2/gstv4l2colorbalance.h:
15938         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15939         (gst_v4l2_object_install_properties_helper):
15940         * sys/v4l2/gstv4l2object.h:
15941         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15942         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15943         * sys/v4l2/gstv4l2src.h:
15944         * sys/v4l2/gstv4l2tuner.h:
15945         * sys/v4l2/gstv4l2vidorient.h:
15946         * sys/v4l2/gstv4l2xoverlay.h:
15947         * sys/v4l2/v4l2_calls.h:
15948         * sys/v4l2/v4l2src_calls.h:
15949         Fix coding style:
15950         - Remove extern from functions.
15951         - Fix header indentation.
15952         Fix Flags, add defaults for properties.
15953         Remove unused enums.
15954         Fix TOO_LAZY in error messages.
15955
15956 2006-09-26  Wim Taymans  <wim@fluendo.com>
15957
15958         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15959         (gst_v4l2_probe_needs_probe),
15960         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15961         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15962         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15963         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15964         * sys/v4l2/gstv4l2object.h:
15965         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15966         (gst_v4l2src_init), (gst_v4l2src_dispose),
15967         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15968         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15969         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15970         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15971         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15972         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15973         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15974         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15975         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15976         (gst_v4l2_get_input), (gst_v4l2_set_input):
15977         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15978         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15979         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15980         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15981         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15982         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15983         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15984         (gst_v4l2src_buffer_new):
15985         Fix pass at code cleanups, move errors cases out of the normal
15986         flow for additional code clarity.
15987
15988 2006-09-23  Wim Taymans  <wim@fluendo.com>
15989
15990         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15991         (gst_cdaudio_init), (gst_cdaudio_set_property),
15992         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15993         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15994         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15995         Port to 0.10.
15996
15997 2006-09-22  David Schleef  <ds@schleef.org>
15998
15999         * sys/glsink/glimagesink.c:
16000           Fix problems when the element cannot open the display.
16001           (fixes #357212)
16002
16003 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
16004
16005         * configure.ac:
16006           Up requirements to -base CVS and core CVS (the format for the
16007           video orientation interface used by v4l2src and the latter
16008           since that's what -base CVS requires).
16009
16010 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
16011
16012         * ext/directfb/dfbvideosink.c: (plugin_init):
16013           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
16014           be autoplugged shouldn't trump plugins in -base, -good or -ugly
16015           (in this case ximagesink).
16016
16017         * sys/glsink/glimagesink.c: (plugin_init):
16018           Set rank to NONE to prevent it from being autoplugged until
16019           errors are handled properly (see #357212).
16020
16021 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
16022
16023         * ext/neon/Makefile.am:
16024         * ext/neon/gstneonhttpsrc.c:
16025         * ext/neon/gstneonhttpsrc.h:
16026         Reverted previous commit (2006-09-19 - Allow internal codes from
16027         last.fm). As dicussed on #gstreamer it should be done in separete
16028         element.
16029
16030 2006-09-21  Wim Taymans  <wim@fluendo.com>
16031
16032         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
16033         (gst_faac_chain):
16034         Add decoder specific info on the caps.
16035         Some cleanups here and there.
16036
16037 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
16038
16039         Patch by: Milosz Derezynski <internalerror@gmail.com> and
16040                   Rosfran Borges <rosfran.borges@indt.org.br>
16041
16042         * ext/neon/Makefile.am:
16043         * ext/neon/gstneonhttpsrc.c:
16044         * ext/neon/gstneonhttpsrc.h:
16045         Allow internal codes from last.fm
16046         
16047
16048 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
16049
16050         * tests/icles/v4l2src-test.c:
16051         Just a small fix to the app options.
16052
16053 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
16054
16055         * sys/v4l2/Makefile.am:
16056         * sys/v4l2/gstv4l2src.c:
16057         * sys/v4l2/gstv4l2vidorient.c:
16058         * sys/v4l2/gstv4l2vidorient.h:
16059         * tests/icles/v4l2src-test.c:
16060         Add Video Orientation interface support to v4l2src.
16061         
16062 2006-09-19  Wim Taymans  <wim@fluendo.com>
16063
16064         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16065         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
16066         (gst_gsmdec_chain):
16067         * ext/gsm/gstgsmdec.h:
16068         Handle WAV49 variant (GSM in WAV).
16069         Some small cleanups.
16070
16071 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
16072
16073         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
16074         Fix GST_BUFFER_DURATION.
16075
16076 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
16077
16078         * ext/hermes/gsthermescolorspace.c:
16079         * ext/ivorbis/vorbisfile.c:
16080         * ext/lcs/gstcolorspace.c:
16081         * ext/wavpack/gstwavpackenc.h:
16082         * ext/xine/xineaudiodec.c:
16083         * ext/xine/xineaudiosink.c:
16084         * ext/xine/xineinput.c:
16085         * gst/chart/gstchart.c:
16086         * gst/equalizer/gstiirequalizer.c:
16087         * gst/games/gstpuzzle.c:
16088         * gst/librfb/gstrfbsrc.c:
16089         * gst/mixmatrix/mixmatrix.c:
16090         * gst/nsf/gstnsf.h:
16091         * gst/vbidec/gstvbidec.c:
16092         * gst/virtualdub/gstxsharpen.c:
16093           More G_OBJECT macro fixing.
16094
16095 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
16096
16097         * sys/v4l2/gstv4l2src.c:
16098         * sys/v4l2/gstv4l2src.h:
16099         * sys/v4l2/gstv4l2xoverlay.c:
16100         * sys/v4l2/v4l2_calls.c:
16101         * sys/v4l2/v4l2src_calls.c:
16102         * tests/icles/v4l2src-test.c:
16103         The test application and the plgind error messages has been improved.
16104         
16105 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
16106
16107         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16108         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
16109           Implements stop() to clear the adapter and event() to clear the
16110           adapter on FLUSH_STOP and EOS.
16111
16112 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
16113
16114         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
16115         (gst_spectrum_set_property):
16116         * gst/spectrum/gstspectrum.h:
16117           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
16118           René Stadler
16119
16120 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
16121
16122         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
16123           Use more defines
16124
16125         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
16126         (gst_spectrum_dispose), (gst_spectrum_set_caps),
16127         (gst_spectrum_transform_ip):
16128         * gst/spectrum/gstspectrum.h:
16129           Apply some of the spectrum cleanup changes suggested in #348085.
16130
16131 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
16132
16133         * configure.ac:
16134           Bump requirements of -base (videocrop test case needs this).
16135
16136         * gst/videocrop/gstvideocrop.c:
16137           Document sloppy handling of subsampled chroma planes if
16138           left/top cropping is an odd number.
16139
16140         * tests/check/elements/videocrop.c: (handoff_cb),
16141         (videocrop_test_cropping_init_context),
16142         (videocrop_test_cropping_deinit_context),
16143         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
16144         (videocrop_suite), (main):
16145           Add another unit test that crops the input to 1x1 (and checks
16146           that that pixel has the expected values in a number of formats).
16147
16148 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
16149
16150         * gst/videocrop/Makefile.am:
16151         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
16152         (gst_video_crop_transform_packed),
16153         (gst_video_crop_transform_planar):
16154           Some quick tests indicate that it doesn't make a great deal
16155           of sense to use liboil here, at least not for the memcpy()s
16156           we do, so remove liboil usage until there is clear evidence
16157           it actually makes a positive difference somewhere.
16158
16159 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
16160
16161         * tests/check/elements/videocrop.c: (handoff_cb),
16162         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
16163         (notgst_value_list_get_nth_int), (videocrop_suite):
16164           More tests: check passthrough mode and caps transform in
16165           both directions with fixed values, ranges and lists.
16166
16167 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
16168
16169         * docs/plugins/Makefile.am:
16170         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16171         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16172         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16173           Add videocrop to docs.
16174
16175         * gst/videocrop/Makefile.am:
16176         * gst/videocrop/gstvideocrop.c:
16177         * gst/videocrop/gstvideocrop.h:
16178           Move boilerplate stuff and structures into a header file.
16179
16180         * tests/check/Makefile.am:
16181         * tests/check/elements/.cvsignore:
16182         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
16183         (test_unit_sizes), (videocrop_test_cropping_init_context),
16184         (videocrop_test_cropping_deinit_context),
16185         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
16186           Add unit tests for videocrop.
16187
16188 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
16189
16190         * configure.ac:
16191         * gst/videocrop/Makefile.am:
16192         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
16193         (gst_video_crop_class_init), (gst_video_crop_init),
16194         (gst_video_crop_get_image_details_from_caps),
16195         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
16196         (gst_video_crop_transform_planar), (gst_video_crop_transform),
16197         (gst_video_crop_transform_dimension),
16198         (gst_video_crop_transform_dimension_value),
16199         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
16200         (gst_video_crop_set_property), (gst_video_crop_get_property),
16201         (plugin_init):
16202           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
16203           it support all formats videoscale supports (#345653).
16204
16205 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
16206
16207         * sys/v4l2/gstv4l2.c:
16208         * sys/v4l2/gstv4l2colorbalance.c:
16209         * sys/v4l2/gstv4l2object.c:
16210         (gst_v4l2_object_install_properties_helper):
16211         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
16212         * sys/v4l2/gstv4l2src.h:
16213           Whitespace cleanups, dashify property-names.
16214
16215 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
16216
16217         * sys/v4l2/gstv4l2.c:
16218         * sys/v4l2/gstv4l2colorbalance.c:
16219         * sys/v4l2/gstv4l2colorbalance.h:
16220         * sys/v4l2/gstv4l2object.c:
16221         * sys/v4l2/gstv4l2object.h:
16222         * sys/v4l2/gstv4l2src.c:
16223         * sys/v4l2/gstv4l2src.h:
16224         * sys/v4l2/gstv4l2tuner.c:
16225         * sys/v4l2/gstv4l2tuner.h:
16226         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
16227         * sys/v4l2/gstv4l2xoverlay.h:
16228         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
16229         (gst_v4l2_open):
16230         * sys/v4l2/v4l2_calls.h:
16231         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
16232         (gst_v4l2src_capture_init):
16233         * sys/v4l2/v4l2src_calls.h:
16234           Cleanup error messages and unify header comments
16235
16236 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
16237
16238         * gst/nsf/Makefile.am:
16239         Add missing GST_LIBS
16240
16241 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
16242
16243         * sys/v4l2/gstv4l2src.c:
16244         Another small fix to set_caps function (sucks copy/paste error).
16245         
16246 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
16247
16248         * sys/v4l2/gstv4l2src.c:
16249         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
16250
16251 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
16252
16253         * sys/v4l2/gstv4l2src.c:
16254         A small fix to set_caps function.
16255
16256 2006-08-30  Edward Hervey  <edward@fluendo.com>
16257
16258         * gst/qtdemux/qtdemux.c:
16259         (gst_qtdemux_do_seek):
16260         Reset each streams last_flow to GST_FLOW_OK.
16261         (gst_qtdemux_activate_segment):
16262         Removing mystic modifications for good.
16263
16264 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
16265
16266         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
16267         (qtdemux_parse_tree):
16268           put back 'segment start<=stop' change that was mystically reverted by
16269           the last commit
16270
16271 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
16272
16273         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
16274         (qtdemux_parse_tree):
16275         Fix the build for disabled debug
16276
16277 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
16278
16279         * sys/v4l2/gstv4l2src.c:
16280         * sys/v4l2/v4l2src_calls.c:
16281         * sys/v4l2/v4l2src_calls.h:
16282         Fixed framerate negotiation.
16283         
16284 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
16285
16286         Patch by: Andrew Andkjar  <enki at goodship net>
16287
16288         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
16289         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
16290         (gst_sdlvideosink_deinitsdl):
16291           Only de-init the subsystem we previously initialised. Avoids
16292           borkage when both sdlvideosink and sdlaudiosink are used
16293           at the same time and one is shut down.
16294
16295 2006-08-28  Wim Taymans  <wim@fluendo.com>
16296
16297         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
16298         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
16299         (qtdemux_video_caps):
16300         Make sure segment start<=stop in weird quicktime files.
16301
16302 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
16303
16304         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
16305           add comments and more debug logging
16306
16307 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
16308
16309         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16310
16311         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
16312         (gst_wavpack_dec_chain):
16313           Post audio codec and average bitrate tags on bus (#344472).
16314
16315         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16316         (gst_wavpack_parse_src_query):
16317           Forward queries in other formats (BYTE format in particular)
16318           upstream; add Sebastian to authors.
16319
16320 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
16321
16322         * sys/v4l2/gstv4l2src.c:
16323         * sys/v4l2/v4l2src_calls.c:
16324         * sys/v4l2/v4l2src_calls.h:
16325         Fix set_caps to set width and height to the values the driver is
16326         really working with.
16327
16328 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16329
16330         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
16331           Fix mem leak, send newsegment event on correction pad
16332           as well (#352476).
16333
16334         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
16335           Restore original author (on Sebastian's request).
16336
16337         * tests/check/Makefile.am:
16338         * tests/check/gst-plugins-bad.supp:
16339           Add (so far empty) suppression file for -bad. Remove
16340           wavpackenc test from VALGRIND_TO_FIX now that the leak
16341           is fixed.
16342
16343 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16344
16345         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16346
16347         * tests/check/Makefile.am:
16348         * tests/check/elements/.cvsignore:
16349         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
16350         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
16351         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
16352         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
16353         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
16354         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
16355         (wavpackparse_suite), (main):
16356           Add unit tests for wavpack elements (#352476).
16357
16358 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16359
16360         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16361
16362         * docs/plugins/Makefile.am:
16363         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16364         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16365         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16366         * docs/plugins/inspect/plugin-wavpack.xml:
16367         * ext/wavpack/gstwavpackdec.c:
16368         * ext/wavpack/gstwavpackdec.h:
16369         * ext/wavpack/gstwavpackenc.c:
16370         * ext/wavpack/gstwavpackenc.h:
16371         * ext/wavpack/gstwavpackparse.c:
16372         * ext/wavpack/gstwavpackparse.h:
16373           Add docs for wavpack elements (#352476).
16374
16375 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
16376
16377         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
16378         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
16379         Fixed query size to work with drivers that uses intermediate step
16380         like "width * height" to find closest size.
16381         
16382 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16383
16384         * configure.ac:
16385         * docs/plugins/Makefile.am:
16386         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16387         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16388         * gst/gdp/Makefile.am:
16389         * gst/gdp/gstgdp.c:
16390         * gst/gdp/gstgdpdepay.c:
16391         * gst/gdp/gstgdpdepay.h:
16392         * gst/gdp/gstgdppay.c:
16393         * gst/gdp/gstgdppay.h:
16394         * tests/check/Makefile.am:
16395         * tests/check/elements/gdpdepay.c:
16396         * tests/check/elements/gdppay.c:
16397           move gdp plugin to good.
16398
16399 2006-08-21  Wim Taymans  <wim@fluendo.com>
16400
16401         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16402         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
16403         (qtdemux_video_caps), (qtdemux_audio_caps):
16404         Some more constification.
16405         Fix some paletted data formats again.
16406         Fix ulaw/alaw in qt.
16407         Set correct caps for raw RGB.
16408         Add support for yuv2, which is like Yuv2.
16409         Add support for raw audio with the NONE fourcc, which is like raw.
16410
16411 2006-08-21  Wim Taymans  <wim@fluendo.com>
16412
16413         * ext/gsm/gstgsm.c: (plugin_init):
16414         Make rank PRIMARY now that GSM seems to work fine.
16415
16416 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16417
16418         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16419         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
16420         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
16421         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
16422         (gst_wavpack_enc_rewrite_first_block),
16423         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16424         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16425         * ext/wavpack/gstwavpackenc.h:
16426         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16427         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
16428         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
16429         (gst_wavpack_parse_loop):
16430           More clean-ups: use shorter variable names to make code easier to
16431           read; prefix structures we define with 'Gst' to make it clearer
16432           where they come from.
16433
16434 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16435
16436         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16437         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
16438         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16439         (gst_wavpack_enc_sink_event):
16440           Fix caps set on buffers and template caps (output is framed)
16441           and make them match (#351663); use GST_WARNING_OBJECT instead of
16442           GST_ELEMENT_WARNING; simplify push_block(); do some small
16443           clean-ups here and there; fix memleak (#351663).
16444
16445 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
16446
16447         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
16448
16449         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
16450         (gst_wavpack_parse_get_upstream_length),
16451         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
16452         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
16453           Fix resyncing in push mode not stopping re-syncing at embedded
16454           zeroes; skip garbage between frames in pull mode as well if
16455           necessary; use gst_pad_query_peer_duration(); push EOS and
16456           NEWSEGMENT event in right direction (#351659).
16457
16458 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
16459
16460         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16461
16462         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
16463         * ext/wavpack/gstwavpackparse.c:
16464         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
16465           In push mode, re-sync to next wavpack header if sync is lost
16466           (#351557). Also use hyphens instead of underscores in
16467           GObject property names.
16468
16469 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16470
16471         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16472
16473         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
16474         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
16475         (gst_wavpack_parse_src_query),
16476         (gst_wavpack_parse_handle_seek_event),
16477         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16478         (gst_wavpack_parse_create_src_pad),
16479         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
16480         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
16481         (gst_wavpack_parse_sink_activate_pull):
16482         * ext/wavpack/gstwavpackparse.h:
16483           Make wavpackparse also work in push-mode (not seekable yet though);
16484           some small clean-ups along the way; add support for SEEKING query
16485           and query types function. (#351495).
16486
16487 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16488
16489         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
16490         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
16491           Fix leaks (#351502).
16492
16493 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
16494
16495         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
16496         (qtdemux_process_redirects), (qtdemux_parse_tree):
16497           Extract all references/redirections if there is more
16498           than one and sort them; also extract minimum required
16499           bitrate information if available. (#350399)
16500           
16501 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
16502
16503         Patch by: Michal Benes  <michal.benes at itonis tv>
16504
16505         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
16506           Bitrate in the faac structure is per output channel,
16507           not total bitrate (#350741).
16508
16509 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16510
16511         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
16512           Fix GST_ELEMENT_ERROR usage.
16513
16514 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16515
16516         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16517           Fix silly typo.
16518
16519 2006-08-08  Edward Hervey  <edward@fluendo.com>
16520
16521         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16522         I forgot to include the file containing the #define :)
16523         Now includes "config.h"
16524
16525 2006-08-08  Edward Hervey  <edward@fluendo.com>
16526
16527         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16528         Ignore test known to fail on PPC64. See #348114.
16529
16530 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
16531
16532         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
16533         br>
16534
16535         * ext/neon/gstneonhttpsrc.c:
16536         * ext/neon/gstneonhttpsrc.h:
16537         Allow HTTP redirect (HTTP status code 302).
16538
16539 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16540
16541         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16542         Fix event parsing by gdpdepay.  Fixes #349916.
16543
16544 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
16545
16546         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
16547         com>
16548
16549         * ext/Makefile.am:
16550           Use right variables when USE_SPC is defined.
16551
16552 2006-08-02  Wim Taymans  <wim@fluendo.com>
16553
16554         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16555         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
16556         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
16557         (gst_gdp_depay_change_state):
16558         Disable seeking.
16559         Small cleanups.
16560         Clear adapter on disconts.
16561         Clear caps when going to READY instead of NULL
16562
16563         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16564         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
16565         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16566         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16567         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16568         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
16569         (gst_gdp_pay_change_state):
16570         * gst/gdp/gstgdppay.h:
16571         Reset payloader when going to READY.
16572         Fix leaked buffers in ->queue on push errors.
16573         Disable seeking.
16574         Code cleanups.
16575         Create packetizer in _init, free in _finalize.
16576
16577 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16578
16579         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16580         (gst_dfbvideosink_buffer_alloc): Post an error message.
16581
16582 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16583
16584         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16585         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
16586         setup yet. Fail changing state if setup fails.
16587
16588 2006-07-31  Wim Taymans  <wim@fluendo.com>
16589
16590         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16591         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
16592         Consume all events except EOS because we generate events from
16593         the gdp payload instead. Fixes #349204
16594
16595 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16596
16597         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
16598         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
16599         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
16600         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16601         (gst_xviddec_setcaps), (gst_xviddec_change_state):
16602         * ext/xvid/gstxviddec.h:
16603           Clean-ups and code reflows. Pass return value from
16604           gst_pad_alloc_buffer() upstream among other things. Also check
16605           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
16606           Mass rename of xviddec -> dec variable for better
16607           code readability.
16608
16609 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16610
16611         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
16612           Fix size calculation for I420/YV12. Fixes #348976.
16613
16614 2006-07-27  Wim Taymans  <wim@fluendo.com>
16615
16616         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16617         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
16618         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
16619         Fix negotiation.
16620
16621 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16622
16623         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
16624           proxying get/set caps is the wrong thing to do, since we really
16625           do change caps quite fundamentally
16626         * tests/check/elements/gdpdepay.c:
16627         * tests/check/elements/gdppay.c:
16628           remove declaration of buffers, it's already done in gstcheck.h
16629
16630 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
16631
16632         * sys/directsound/gstdirectsoundsink.h:
16633         * sys/directsound/gstdirectsoundsink.c:
16634         Add an attenuation property that will directly attenuate the 
16635         directsound buffer.
16636         Change the size of the directsound secondary buffer to a half second.
16637         Add more debug logs.
16638         Add a lock to protect dsound buffer write access.
16639         Fix a bad implementation of reset.
16640         * sys/directsound/gstdirectdrawsink.c:
16641         * sys/directsound/gstdirectdrawsink.h:
16642         Add a keep_aspect_ratio property.
16643         Do not use overlay if not supported.
16644         Add more debug logs.
16645         Remove overwrite of WM_ERASEBKGND message handling. It was not
16646         redrawing border when keep_aspect_ratio was enabled.
16647         * win32/common/config.h:
16648         update version waiting an auto-generated config.h
16649
16650 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
16651
16652         Patch by: Chris Lee  <clee at kde org>
16653
16654         * configure.ac:
16655         * ext/Makefile.am:
16656         * ext/spc/Makefile.am:
16657         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
16658         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
16659         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
16660         (gst_spc_dec_src_query), (spc_play), (spc_setup),
16661         (gst_spc_dec_change_state), (plugin_init):
16662         * ext/spc/gstspc.h:
16663           Add libopenspc-based SPC decoder element (#348220).
16664
16665 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16666
16667         Patch by: Martin Szulecki
16668
16669         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
16670           If "device-name" is requested and the device is not
16671           open, try to temporarily open it to obtain this
16672           information (#342494).
16673
16674 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16675
16676         * gst/nsf/nsf.c: (nsf_load):
16677           Really fix compilation. Apparently it's not enough to
16678           just check the return value for errors, but we need to
16679           check for short reads as well (now if only we handled
16680           them too ...). Fixes #347935.
16681
16682 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16683
16684         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
16685           Fix caps after previous change to byte order endianness.
16686
16687         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16688         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16689         (gst_wavpack_parse_loop):
16690         * ext/wavpack/gstwavpackparse.h:
16691           Queue incoming events if there's no source pad yet and
16692           send them downstream later when the pad is there.
16693
16694 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16695
16696         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
16697         (gst_wavpack_dec_format_samples),
16698         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16699         (gst_wavpack_dec_change_state):
16700         * ext/wavpack/gstwavpackdec.h:
16701           Output audio in native byte order (which is also how we get
16702           samples from wavpack); output samples with 21-24 bit depth
16703           with 32 bit width (makes things easier for us).
16704
16705 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16706
16707         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16708         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16709         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16710         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16711         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
16712         * ext/wavpack/gstwavpackdec.h:
16713           More clean-ups: remove most of the disfunctional correction
16714           pad stuff for now, if it ever gets implemented a lot of stuff
16715           will have to be rewritten anyway; redo chain function, move
16716           errors to end, error out instead of g_assert()ing. Also rename
16717           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
16718           other small stuff.
16719
16720 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16721
16722         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16723
16724         * configure.ac:
16725           Check for wavpack version and define WAVPACK_OLD_API if
16726           necessary.
16727
16728         * ext/wavpack/Makefile.am:
16729         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
16730         (gst_wavpack_read_metadata):
16731         * ext/wavpack/gstwavpackcommon.h:
16732         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16733         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16734         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16735         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16736         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
16737         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
16738         * ext/wavpack/gstwavpackdec.h:
16739         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
16740         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
16741         (gst_wavpack_enc_set_wp_config):
16742         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16743         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
16744         (gst_wavpack_parse_index_get_entry_from_sample),
16745         (gst_wavpack_parse_scan_to_find_sample),
16746         (gst_wavpack_parse_handle_seek_event),
16747         (gst_wavpack_parse_create_src_pad):
16748         * ext/wavpack/gstwavpackstreamreader.c:
16749         * ext/wavpack/gstwavpackstreamreader.h:
16750           Port to new/official wavpack API, don't use API that was exported
16751           in wavpack header files and in the lib but meant to be private, at
16752           least not for recent wavpack versions; misc. 'cleanups' (#347443).
16753
16754 2006-07-18  Wim Taymans  <wim@fluendo.com>
16755
16756         * gst/nsf/nsf.c: (nsf_load):
16757         Fix compilation by not ignoring return values of fread.
16758
16759 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16760
16761         * docs/plugins/inspect/plugin-alsaspdif.xml:
16762         * docs/plugins/inspect/plugin-filter.xml:
16763         * docs/plugins/inspect/plugin-h264parse.xml:
16764         * docs/plugins/inspect/plugin-musepack.xml:
16765         * docs/plugins/inspect/plugin-nsfdec.xml:
16766         * docs/plugins/inspect/plugin-sdl.xml:
16767         * docs/plugins/inspect/plugin-spectrum.xml:
16768           adding more inspect docs
16769
16770 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16771
16772         * docs/plugins/inspect/plugin-gdp.xml:
16773           actually commit inspectation of gdp element
16774
16775 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16776
16777         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
16778         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16779           remove parent_class setting, BOILERPLATE does this
16780         (gst_gdp_pay_reset_streamheader):
16781           fix typo in comment
16782
16783 2006-07-17  Wim Taymans  <wim@fluendo.com>
16784
16785         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16786         (gst_qtdemux_prepare_current_sample),
16787         (gst_qtdemux_loop_state_movie):
16788         Store duration in uint64 too instead of clipping.
16789         When we do a keyframe seek and the requested time is at the
16790         keyframe, don't seek back to the beginning of the keyframe.
16791         Fixes #347439.
16792
16793 2006-07-16  Wim Taymans  <wim@fluendo.com>
16794
16795         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16796         Don't crash on small buffers.
16797
16798 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16799
16800         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16801         Reset adapter.
16802
16803 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16804
16805         * gst/spectrum/demo-audiotest.c: (main):
16806         * gst/spectrum/demo-osssrc.c: (main):
16807         Do not use deprecated gtk functions.
16808
16809 2006-07-14  Wim Taymans  <wim@fluendo.com>
16810
16811         * gst/nsf/Makefile.am:
16812         * gst/nsf/memguard.c:
16813         * gst/nsf/memguard.h:
16814         * gst/nsf/types.h:
16815         Remove crack malloc/free replacement.
16816
16817 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16818
16819         * docs/plugins/Makefile.am:
16820         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16821         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16822           add more plugins and elements to docs
16823         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16824           fix segfaults due to wrong g_free
16825           add example
16826         * gst/gdp/gstgdppay.c:
16827           add example
16828
16829 2006-07-13  Wim Taymans  <wim@fluendo.com>
16830
16831         * gst/nsf/Makefile.am:
16832         Fix build.
16833
16834 2006-07-13  Wim Taymans  <wim@fluendo.com>
16835
16836         Based on patches by: Johan Dahlin <johan at gnome dot org>
16837                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16838
16839         * configure.ac:
16840         * gst/nsf/Makefile.am:
16841         * gst/nsf/dis6502.h:
16842         * gst/nsf/fds_snd.c:
16843         * gst/nsf/fds_snd.h:
16844         * gst/nsf/fmopl.c:
16845         * gst/nsf/fmopl.h:
16846         * gst/nsf/gstnsf.c:
16847         * gst/nsf/gstnsf.h:
16848         * gst/nsf/log.c:
16849         * gst/nsf/log.h:
16850         * gst/nsf/memguard.c:
16851         * gst/nsf/memguard.h:
16852         * gst/nsf/mmc5_snd.c:
16853         * gst/nsf/mmc5_snd.h:
16854         * gst/nsf/nes6502.c:
16855         * gst/nsf/nes6502.h:
16856         * gst/nsf/nes_apu.c:
16857         * gst/nsf/nes_apu.h:
16858         * gst/nsf/nsf.c:
16859         * gst/nsf/nsf.h:
16860         * gst/nsf/osd.h:
16861         * gst/nsf/types.h:
16862         * gst/nsf/vrc7_snd.c:
16863         * gst/nsf/vrc7_snd.h:
16864         * gst/nsf/vrcvisnd.c:
16865         * gst/nsf/vrcvisnd.h:
16866         Added NSF decoder plugin. Fixes 151192. 
16867
16868 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16869
16870         * tests/check/Makefile.am:
16871           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16872
16873 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16874
16875         * configure.ac:
16876           Don't error out in configure if mjpegtools dev is not there.
16877
16878 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16879
16880         Patch by: Mark Nauwelaerts <manauw at skynet be>
16881
16882         * configure.ac:
16883         * ext/Makefile.am:
16884         * ext/mpeg2enc/Makefile.am:
16885         * ext/mpeg2enc/gstmpeg2enc.cc:
16886         * ext/mpeg2enc/gstmpeg2enc.hh:
16887         * ext/mpeg2enc/gstmpeg2encoder.cc:
16888         * ext/mpeg2enc/gstmpeg2encoder.hh:
16889         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16890         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16891         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16892         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16893         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16894           Port mpeg2enc to 0.10 (#343184).
16895
16896         * tests/check/Makefile.am:
16897         * tests/check/elements/.cvsignore:
16898         * tests/check/elements/mpeg2enc.c:
16899           Add unit test for mpeg2enc.
16900
16901         * tests/icles/.cvsignore:
16902           Ignore pitch-test.
16903
16904 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16905
16906         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16907           Fix typo in property nick.
16908
16909 2006-07-10  Wim Taymans  <wim@fluendo.com>
16910
16911         * gst/filter/gstbpwsinc.h:
16912         * gst/filter/gstiir.h:
16913         * gst/filter/gstlpwsinc.h:
16914         Don't forget new files.
16915
16916 2006-07-10  Wim Taymans  <wim@fluendo.com>
16917
16918         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16919
16920         * configure.ac:
16921         * gst/filter/Makefile.am:
16922         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16923         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16924         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16925         (bpwsinc_set_property), (bpwsinc_get_property):
16926         * gst/filter/gstfilter.c: (plugin_init):
16927         * gst/filter/gstfilter.h:
16928         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16929         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16930         (iir_transform_ip), (iir_set_property), (iir_get_property):
16931         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16932         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16933         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16934         (lpwsinc_set_property), (lpwsinc_get_property):
16935         Ported the gstfilter plugin to GStreamer 0.10.
16936         Fixes #346853.
16937
16938 2006-07-10  Wim Taymans  <wim@fluendo.com>
16939
16940         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16941           Extract comment information!!
16942
16943 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16944
16945         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16946         (qtdemux_tag_add_date):
16947           Extract year/date information (fixes #347079).
16948
16949 2006-07-07  Wim Taymans  <wim@fluendo.com>
16950
16951         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16952         Don't crash on twos/sowt/raw audio. #345830.
16953
16954 2006-07-07  Wim Taymans  <wim@fluendo.com>
16955
16956         Patch by: Lutz Mueller <lutz at topfrose dot de>
16957
16958         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16959         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16960         (request_dispatch), (gst_neonhttp_src_create),
16961         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16962         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16963         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16964         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16965         * ext/neon/gstneonhttpsrc.h:
16966         Remove unlock function. start/stop will do everything needed
16967         Removed code that was never called.
16968         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16969         Do not escape path. Fixes #346723.
16970         Additional code cleanups.
16971
16972 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16973
16974         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16975         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16976           Fix silly crasher in state change function; add
16977           IV41 fourcc (see bug #171111); don't output confusing
16978           debug message when skipping atoms.
16979
16980 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16981
16982         * ext/directfb/dfbvideosink.c:
16983         * ext/gsm/gstgsmdec.c:
16984         * ext/gsm/gstgsmenc.c:
16985         * ext/libmms/gstmms.c:
16986         * ext/neon/gstneonhttpsrc.c:
16987         * ext/theora/theoradec.c:
16988         * gst/freeze/gstfreeze.c:
16989         * gst/gdp/gstgdpdepay.c:
16990         * gst/gdp/gstgdppay.c:
16991         * sys/glsink/glimagesink.c:
16992           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16993           and fix one GObject boilerplate macro.
16994
16995 2006-06-20  Wim Taymans  <wim@fluendo.com>
16996
16997         * gst/modplug/libmodplug/stdafx.h:
16998         Fix modplug on AMD64. Fixes #345336.
16999
17000 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
17001
17002         * configure.ac:
17003           Fix check so that future libneon API changes won't break the build.
17004
17005         * ext/neon/gstneonhttpsrc.c:
17006           Fix build with libneon-0.26.x (#345182).
17007
17008 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
17009
17010         * configure.ac:
17011           Fix --disable-external (can't set conditionals conditionally,
17012           #343602).
17013           
17014 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17015
17016         * gst/spectrum/Makefile.am:
17017         Fix build.
17018
17019 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
17020
17021         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
17022         (draw_spectrum), (message_handler), (main):
17023         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
17024         (message_handler), (main):
17025         port to use message to get results, cleanly exit when closing the window
17026         
17027         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17028         (gst_spectrum_init), (gst_spectrum_dispose),
17029         (gst_spectrum_set_property), (gst_spectrum_get_property),
17030         (gst_spectrum_set_caps), (gst_spectrum_start),
17031         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
17032         * gst/spectrum/gstspectrum.h:
17033         port to derive from basetransform and send results via messages
17034         (like level element)
17035
17036 2006-06-15  Wim Taymans  <wim@fluendo.com>
17037
17038         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
17039         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
17040         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
17041         Combine return values from src pad pushes.
17042
17043 2006-06-15  Wim Taymans  <wim@fluendo.com>
17044
17045         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
17046         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17047         (gst_qtdemux_add_stream):
17048         Don't crash on files with 0 samples, EOS immediatly instead.
17049         Fixes #344944.
17050
17051 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
17052
17053         Patch by: Wouter Paesen  <wouter at kangaroot net>
17054
17055         * ext/soundtouch/Makefile.am:
17056         * ext/soundtouch/gstpitch.cc:
17057           Make pitch element controllable via GstController interface
17058           (#344821).
17059           
17060         * configure.ac:
17061           Up core requirements to 0.10.8.1/CVS because earlier
17062           GstControllers can't handle float properties correctly.
17063           Check for GstController CFLAGS and LIBS.
17064
17065         * tests/icles/Makefile.am:
17066         * tests/icles/pitch-test.c: (main):
17067           Add small test program for the above (welcome to the 80s!).
17068
17069 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
17070
17071         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
17072
17073         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
17074         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
17075         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
17076         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
17077         * ext/wavpack/gstwavpackenc.h:
17078           Use bitrate property solely for bitrates and add new
17079           bits-per-sample property for the other stuff. Set duration
17080           to 'unknown' in initial header and resend header with proper
17081           duration on EOS; update Sebastian's e-mail address.
17082
17083 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
17084
17085         * examples/directfb/.cvsignore:
17086         * ext/directfb/.cvsignore:
17087           #define red green
17088
17089 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
17090
17091         * gst/spectrum/.cvsignore:
17092           Ignore more.
17093
17094 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
17095
17096         * ext/libmms/gstmms.c: (gst_mms_create):
17097           Set caps on outgoing buffers.
17098
17099         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
17100           Comment out unused global instance variable.
17101
17102 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
17103
17104         Patch by: Sebastian Dröge  <mail at slomosnail de>
17105
17106         * ext/wavpack/Makefile.am:
17107         * ext/wavpack/gstwavpack.c: (plugin_init):
17108         * ext/wavpack/gstwavpackcommon.h:
17109         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
17110         (gst_wavpack_enc_correction_mode_get_type),
17111         (gst_wavpack_enc_joint_stereo_mode_get_type),
17112         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
17113         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
17114         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
17115         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
17116         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
17117         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
17118         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
17119         (gst_wavpack_enc_plugin_init):
17120         * ext/wavpack/gstwavpackenc.h:
17121         * ext/wavpack/md5.c:
17122         * ext/wavpack/md5.h:
17123           Add wavpack encoder element (#343131).
17124
17125 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
17126
17127         * configure.ac:
17128           Check for X before using X_CFLAGS in the check for opengl (#343866).
17129           
17130         * ext/musepack/Makefile.am:
17131         * ext/wavpack/Makefile.am:
17132         * gst/speed/Makefile.am:
17133           Add missing GST_LIBS, fixes build on cygwin (#343866).
17134
17135 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17136
17137         * configure.ac:
17138           enable building of GDP elements
17139         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
17140         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
17141         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
17142         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
17143         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
17144         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
17145         (gst_gdp_pay_change_state):
17146         * gst/gdp/gstgdppay.h:
17147           add version 1.0
17148
17149 2006-06-02  Michael Smith  <msmith@fluendo.com>
17150
17151         * ext/theora/theoradec.c: (theora_dec_src_convert),
17152         (theora_handle_type_packet), (theora_handle_422_image),
17153         (theora_handle_444_image), (theora_handle_420_image),
17154         (theora_handle_data_packet):
17155           Theora 4:4:4 pixel format support.
17156
17157 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17158
17159         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
17160         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
17161         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
17162         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
17163         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
17164         (gst_gdp_pay_get_property):
17165           add crc-header and crc-payload properties
17166           don't error out on some things that are recoverable
17167         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
17168           add test for crc
17169
17170 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
17171
17172         * ext/alsaspdif/alsaspdifsink.h:
17173         * ext/amrwb/gstamrwbdec.h:
17174         * ext/amrwb/gstamrwbenc.h:
17175         * ext/amrwb/gstamrwbparse.h:
17176         * ext/arts/gst_arts.h:
17177         * ext/artsd/gstartsdsink.h:
17178         * ext/audiofile/gstafparse.h:
17179         * ext/audiofile/gstafsink.h:
17180         * ext/audiofile/gstafsrc.h:
17181         * ext/audioresample/gstaudioresample.h:
17182         * ext/bz2/gstbz2dec.h:
17183         * ext/bz2/gstbz2enc.h:
17184         * ext/dirac/gstdiracdec.h:
17185         * ext/directfb/dfbvideosink.h:
17186         * ext/divx/gstdivxdec.h:
17187         * ext/divx/gstdivxenc.h:
17188         * ext/dts/gstdtsdec.h:
17189         * ext/faac/gstfaac.h:
17190         * ext/gsm/gstgsmdec.h:
17191         * ext/gsm/gstgsmenc.h:
17192         * ext/ivorbis/vorbisenc.h:
17193         * ext/libfame/gstlibfame.h:
17194         * ext/nas/nassink.h:
17195         * ext/neon/gstneonhttpsrc.h:
17196         * ext/polyp/polypsink.h:
17197         * ext/sdl/sdlaudiosink.h:
17198         * ext/sdl/sdlvideosink.h:
17199         * ext/shout/gstshout.h:
17200         * ext/snapshot/gstsnapshot.h:
17201         * ext/sndfile/gstsf.h:
17202         * ext/swfdec/gstswfdec.h:
17203         * ext/tarkin/gsttarkindec.h:
17204         * ext/tarkin/gsttarkinenc.h:
17205         * ext/theora/theoradec.h:
17206         * ext/wavpack/gstwavpackdec.h:
17207         * ext/wavpack/gstwavpackparse.h:
17208         * ext/xine/gstxine.h:
17209         * ext/xvid/gstxviddec.h:
17210         * ext/xvid/gstxvidenc.h:
17211         * gst/cdxaparse/gstcdxaparse.h:
17212         * gst/cdxaparse/gstcdxastrip.h:
17213         * gst/colorspace/gstcolorspace.h:
17214         * gst/festival/gstfestival.h:
17215         * gst/freeze/gstfreeze.h:
17216         * gst/gdp/gstgdpdepay.h:
17217         * gst/gdp/gstgdppay.h:
17218         * gst/modplug/gstmodplug.h:
17219         * gst/mpeg1sys/gstmpeg1systemencode.h:
17220         * gst/mpeg1videoparse/gstmp1videoparse.h:
17221         * gst/mpeg2sub/gstmpeg2subt.h:
17222         * gst/mpegaudioparse/gstmpegaudioparse.h:
17223         * gst/multifilesink/gstmultifilesink.h:
17224         * gst/overlay/gstoverlay.h:
17225         * gst/playondemand/gstplayondemand.h:
17226         * gst/qtdemux/qtdemux.h:
17227         * gst/rtjpeg/gstrtjpegdec.h:
17228         * gst/rtjpeg/gstrtjpegenc.h:
17229         * gst/smooth/gstsmooth.h:
17230         * gst/smoothwave/gstsmoothwave.h:
17231         * gst/spectrum/gstspectrum.h:
17232         * gst/speed/gstspeed.h:
17233         * gst/stereo/gststereo.h:
17234         * gst/switch/gstswitch.h:
17235         * gst/tta/gstttadec.h:
17236         * gst/tta/gstttaparse.h:
17237         * gst/videodrop/gstvideodrop.h:
17238         * gst/xingheader/gstxingmux.h:
17239         * sys/directdraw/gstdirectdrawsink.h:
17240         * sys/directsound/gstdirectsoundsink.h:
17241         * sys/dxr3/dxr3audiosink.h:
17242         * sys/dxr3/dxr3spusink.h:
17243         * sys/dxr3/dxr3videosink.h:
17244         * sys/qcam/gstqcamsrc.h:
17245         * sys/vcd/vcdsrc.h:
17246         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
17247
17248 2006-05-31  Edward Hervey  <edward@fluendo.com>
17249
17250         * ext/faad/gstfaad.h:
17251         Forgot to commit the header file too.
17252
17253 2006-05-31  Edward Hervey  <edward@fluendo.com>
17254
17255         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
17256         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
17257         (gst_faad_chain), (gst_faad_change_state):
17258         Added GstSegment to control segments.
17259         Added clipping/dropping of outgoing buffers in order to have accurate
17260         seeking working properly.
17261
17262 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
17263
17264         Patch by: Lutz Müller  <lutz at topfrose de>
17265
17266         * ext/bz2/Makefile.am:
17267         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
17268         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
17269           Use gst_type_find_helper_* functions for typefinding; use
17270           correct caps with gst_pad_alloc_buffer(); add state change
17271           function and reset decoder in it; don't unref buffer if
17272           pad_push fails; use fixed caps on source pad. (#341524).
17273
17274 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
17275
17276         * gst/spectrum/Makefile.am:
17277         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
17278         (spectrum_chain), (main):
17279         * gst/spectrum/demo-osssrc.c:
17280         added another example
17281         
17282         * sys/v4l2/gstv4l2src.c:
17283         fix typo
17284
17285 2006-05-26  Edward Hervey  <edward@fluendo.com>
17286
17287         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
17288         Clip the outputed NEWSEGMENT stop time to the configured segment stop
17289         time.
17290
17291 2006-05-26  Wim Taymans  <wim@fluendo.com>
17292
17293         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
17294         Don't clear the running variable in the seek code.
17295
17296 2006-05-24  Wim Taymans  <wim@fluendo.com>
17297
17298         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
17299         Detect QCELP in mp4a descriptors.
17300
17301 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
17302
17303         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
17304           po/POTFILES.in:
17305           Throw an error when the file is encrypted. Move plugin_init stuff
17306           to the end of the file, add stuff for i18n, make debug category
17307           static.
17308
17309 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
17310
17311         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
17312
17313         * configure.ac:
17314         * gst/h264parse/Makefile.am:
17315         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
17316         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
17317         (gst_h264_parse_init), (gst_h264_parse_chain),
17318         (gst_h264_parse_handle_event), (plugin_init):
17319         * gst/h264parse/gsth264parse.h:
17320           New plugin: h264parse (#340638)
17321
17322 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17323
17324         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
17325         (gst_gdp_depay_change_state):
17326         * gst/gdp/gstgdpdepay.h:
17327         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
17328         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
17329         (gst_gdp_pay_change_state):
17330         * gst/gdp/gstgdppay.h:
17331           Handle error cases when calling functions
17332           do downwards state change after parent's change_state
17333         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
17334         * tests/check/elements/gdppay.c: (GST_START_TEST):
17335           clean up more
17336
17337 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17338
17339         * gst/gdp/Makefile.am:
17340         * gst/gdp/gstgdp.c: (plugin_init):
17341         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
17342         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
17343         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
17344         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
17345         * gst/gdp/gstgdpdepay.h:
17346         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
17347         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
17348         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
17349         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
17350         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
17351         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
17352         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
17353         (gst_gdp_pay_plugin_init):
17354         * gst/gdp/gstgdppay.h:
17355         * tests/check/Makefile.am:
17356         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
17357         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
17358         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
17359         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
17360         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
17361         (main):
17362           adding GDP payloader and depayloader.  Build integration will
17363           follow later when the GDP issues for core are sorted out.
17364
17365 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17366
17367         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17368         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
17369         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
17370           Use boilerplate macro, fix strings to match plugin-moval-requirements
17371
17372 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17373
17374         * gst/spectrum/Makefile.am:
17375           Link to base libraries
17376
17377         * gst/spectrum/demo-osssrc.c: (main):
17378           use new threshhold property
17379
17380         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17381         (gst_spectrum_init), (gst_spectrum_dispose),
17382         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
17383         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
17384         (gst_spectrum_change_state):
17385         * gst/spectrum/gstspectrum.h:
17386         Use gst_adapter, support multiple-channels, add threshold property for
17387         result, add docs, fix resulting spectrum range (was including mirrored
17388         results)
17389
17390 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17391
17392         * configure.ac:
17393         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
17394         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
17395         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
17396         (gst_spectrum_base_init), (gst_spectrum_class_init),
17397         (gst_spectrum_init), (gst_spectrum_dispose),
17398         (gst_spectrum_set_property), (gst_spectrum_chain):
17399         * gst/spectrum/gstspectrum.h:
17400         Initial port of the spectrum element
17401
17402 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
17403
17404         * sys/v4l2/gstv4l2.c:
17405         * sys/v4l2/gstv4l2object.c:
17406         * sys/v4l2/gstv4l2object.h:
17407         * sys/v4l2/gstv4l2src.c:
17408         * sys/v4l2/gstv4l2xoverlay.c:
17409         Some clean-ups requested by wingo in bug #338818.       
17410
17411 2006-05-19  Michael Smith  <msmith@fluendo.com>
17412
17413         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17414         (alsaspdifsink_class_init), (alsaspdifsink_init),
17415         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17416         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
17417         (alsaspdifsink_get_time), (alsaspdifsink_open),
17418         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17419         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17420         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17421         (generate_iec958_zero_frame), (alsaspdifsink_render),
17422         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17423         * ext/alsaspdif/alsaspdifsink.h:
17424           Use sampling rate from set_caps. Comment out some more unused code.
17425
17426 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
17427
17428         * configure.ac:
17429           Check for X11
17430         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
17431         * sys/v4l2/gstv4l2object.h:
17432         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
17433         * sys/v4l2/gstv4l2src.h:
17434         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
17435         * sys/v4l2/gstv4l2xoverlay.h:
17436           Code cleanups, fix debug macros
17437
17438 2006-05-18  Michael Smith  <msmith@fluendo.com>
17439
17440         * ext/Makefile.am:
17441           Fix distcheck?
17442
17443 2006-05-18  Michael Smith  <msmith@fluendo.com>
17444
17445         * configure.ac:
17446         * ext/Makefile.am:
17447         * ext/alsaspdif/Makefile.am:
17448         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17449         (alsaspdifsink_class_init), (alsaspdifsink_init),
17450         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17451         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
17452         (alsaspdifsink_get_time), (alsaspdifsink_open),
17453         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17454         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17455         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17456         (generate_iec958_zero_frame), (alsaspdifsink_render),
17457         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17458         * ext/alsaspdif/alsaspdifsink.h:
17459           Add an alsa plugin to output IEC958 frames over S/PDIF
17460
17461 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
17462
17463         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
17464           Remove unused caps cruft from chain function altogether.
17465
17466 2006-05-17  Edward Hervey  <edward@fluendo.com>
17467
17468         * ext/faad/gstfaad.c: (gst_faad_chain): 
17469         There's no guarantee that caps was set to something, and if it did, the
17470         function called to fill that variable actually sets the caps on the
17471         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
17472         GST_PAD_CAPS(faad->srcpad).
17473
17474 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
17475
17476         Patch by: Young-Ho Cha  <ganadist chollian net>
17477
17478         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
17479         (gst_faad_change_state):
17480         * ext/faad/gstfaad.h:
17481           If we encounter a decoding error, don't error out immediately,
17482           but try to resync (or see if we have better luck with the next
17483           buffer in case of framed input). Only error out after five
17484           consecutive errors. Fixes #341563.
17485
17486 2006-05-12  Wim Taymans  <wim@fluendo.com>
17487
17488         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
17489         (gst_xvidenc_init), (gst_xvidenc_finalize),
17490         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
17491         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
17492         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
17493         (gst_xvidenc_get_property):
17494         Compile fixes.
17495
17496 2006-05-12  Wim Taymans  <wim@fluendo.com>
17497
17498         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17499
17500         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
17501         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
17502         (gst_xvid_image_fill):
17503         * ext/xvid/gstxvid.h:
17504         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
17505         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
17506         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
17507         (gst_xviddec_add_par), (gst_xviddec_negotiate),
17508         (gst_xviddec_decode), (gst_xviddec_chain),
17509         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
17510         (gst_xviddec_src_link), (gst_xviddec_setcaps),
17511         (gst_xviddec_change_state):
17512         * ext/xvid/gstxviddec.h:
17513         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
17514         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
17515         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
17516         (gst_xvidenc_class_init), (gst_xvidenc_init),
17517         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
17518         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
17519         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
17520         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
17521         (gst_xvidenc_change_state):
17522         * ext/xvid/gstxvidenc.h:
17523         xvid plugin to support more capabilities of XviD codec.
17524         Fixes #339462.
17525         Some more cleanups here and there.
17526
17527 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
17528
17529         * sys/v4l2/Makefile.am:
17530         * sys/v4l2/gstv4l2.c:
17531         * sys/v4l2/gstv4l2colorbalance.c:
17532         * sys/v4l2/gstv4l2colorbalance.h:
17533         * sys/v4l2/gstv4l2element.c:
17534         * sys/v4l2/gstv4l2element.h:
17535         * sys/v4l2/gstv4l2object.c:
17536         * sys/v4l2/gstv4l2object.h:
17537         * sys/v4l2/gstv4l2src.c:
17538         * sys/v4l2/gstv4l2src.h:
17539         * sys/v4l2/gstv4l2tuner.c:
17540         * sys/v4l2/gstv4l2tuner.h:
17541         * sys/v4l2/gstv4l2xoverlay.c:
17542         * sys/v4l2/gstv4l2xoverlay.h:
17543         * sys/v4l2/v4l2_calls.c:
17544         * sys/v4l2/v4l2_calls.h:
17545         * sys/v4l2/v4l2src_calls.c:
17546         * sys/v4l2/v4l2src_calls.h:
17547         Changes proposed by Wingo in bug #338818.
17548
17549 2006-05-11  Wim Taymans  <wim@fluendo.com>
17550
17551         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
17552         (gst_qtdemux_handle_esds):
17553         Figure out the real audio type in mp4a boxes by parsing the
17554         optional descriptors in the optional esds box. Promote the
17555         default AAC to mp3 when indicated. Fixes #330632.
17556
17557 2006-05-10  Wim Taymans  <wim@fluendo.com>
17558
17559         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
17560         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
17561         Parse version 2 sample descriptions. Fixes #341231
17562         Don't #define gst_util_dump_mem(), use something more
17563         specific instead to avoid confusion.
17564
17565 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
17566
17567         * sys/v4l2/gstv4l2src.c:
17568         * sys/v4l2/v4l2src_calls.c:
17569         Fix fourcc name printed out. Patch from Martin Rubli.
17570
17571 2006-05-08  Wim Taymans  <wim@fluendo.com>
17572
17573         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
17574         (qtdemux_dump_mvhd):
17575         Don't cause side effects in a debugging function.
17576         Also report duration in push mode since we can.
17577
17578 2006-05-08  Edward Hervey  <edward@fluendo.com>
17579
17580         * autogen.sh: (CONFIGURE_DEF_OPT): 
17581         libtoolize on Darwin/MacOSX is called glibtoolize
17582
17583 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
17584
17585         * ext/amrwb/gstamrwbdec.c:
17586         * ext/amrwb/gstamrwbenc.c:
17587         * ext/sdl/sdlaudiosink.c:
17588         * ext/sdl/sdlvideosink.c:
17589         * ext/wavpack/gstwavpackdec.c:
17590         * ext/xine/xine.c:
17591         * ext/xine/xineaudiodec.c:
17592         * ext/xine/xineaudiosink.c:
17593         * ext/xine/xineinput.c:
17594         * gst/cdxaparse/gstcdxaparse.c:
17595         * gst/freeze/gstfreeze.c:
17596         * sys/v4l2/gstv4l2element.c:
17597         Add semicolons after GST_BOILERPLATE[_FULL] so that
17598         indent doesn't mess up following lines.
17599
17600 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
17601
17602         * sys/v4l2/gstv4l2element.c:
17603         * sys/v4l2/gstv4l2element.h:
17604         * sys/v4l2/gstv4l2src.c:
17605         * sys/v4l2/gstv4l2src.h:
17606         * sys/v4l2/gstv4l2tuner.c:
17607         * sys/v4l2/gstv4l2tuner.h:
17608         * sys/v4l2/v4l2_calls.c:
17609         * sys/v4l2/v4l2_calls.h:
17610         * sys/v4l2/v4l2src_calls.c:
17611         * sys/v4l2/v4l2src_calls.h:
17612         * tests/icles/v4l2src-test.c:
17613         Some changes proposed by wingo in bug #338818 (but not everything
17614         yet). Patch from Martin Rubli to fix framerate detection.
17615
17616 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
17617
17618         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
17619           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
17620
17621 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
17622
17623         * configure.ac:
17624           Back to CVS
17625
17626 === release 0.10.3 ===
17627
17628 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
17629
17630         * configure.ac:
17631           releasing 0.10.3, "Petition to request permission"
17632
17633 2006-05-04  Julien MOUTTE  <julien@moutte.net>
17634
17635         * tests/icles/Makefile.am: Fix build.
17636
17637 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17638
17639         * ext/musicbrainz/Makefile.am:
17640           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
17641
17642 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
17643
17644         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17645         Clean up one piece of logic slightly and remove a 
17646         dead code block.
17647
17648 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17649
17650         * docs/plugins/Makefile.am:
17651         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17652         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17653         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
17654         * docs/plugins/inspect/plugin-musicbrainz.xml:
17655         * ext/musicbrainz/gsttrm.c:
17656         * ext/musicbrainz/gsttrm.h:
17657           Everybody loves docs - add docs for musicbrainz plugin.
17658
17659 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17660
17661         * ext/Makefile.am:
17662           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
17663           
17664 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17665
17666         * ext/Makefile.am:
17667           Forgot to commit this one.
17668
17669 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17670
17671         Patch by: James "Doc" Livingston  <doclivingston gmail com>
17672
17673         * configure.ac:
17674         * ext/musicbrainz/Makefile.am:
17675         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
17676         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
17677         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
17678         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
17679         * ext/musicbrainz/gsttrm.h:
17680           Port MusicBrainz TRM plugin (#336898).
17681
17682 2006-05-03  Michael Smith  <msmith@fluendo.com>
17683
17684         * ext/faad/gstfaad.c: (gst_faad_setcaps),
17685         (looks_like_valid_header), (gst_faad_chain):
17686           Fix #334748: use fake_codec_data if the first bytes of the first
17687           buffer we process doesn't look like plausible AAC data (e.g.
17688           reserved values for rate, or channels). Fixes playback of Apple's
17689           movie trailers.
17690
17691 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
17692
17693         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
17694         Fix get_caps func to work when no framerate is available and the caps
17695         isn't simple.
17696
17697 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
17698
17699         * sys/v4l2/Makefile.am:
17700         * sys/v4l2/gstv4l2colorbalance.c:
17701         * sys/v4l2/gstv4l2xoverlay.c:
17702         * sys/v4l2/v4l2_calls.c:
17703         * tests/icles/Makefile.am:
17704         * tests/icles/v4l2src-test.c:
17705         Few improvements to move to good.
17706
17707 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17708
17709         * configure.ac:
17710         * docs/plugins/Makefile.am:
17711         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17712         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17713         * docs/plugins/inspect/plugin-taglib.xml:
17714         * ext/Makefile.am:
17715         * ext/taglib/Makefile.am:
17716         * ext/taglib/gstid3v2mux.cc:
17717         * ext/taglib/gstid3v2mux.h:
17718         * ext/taglib/gsttaglib.cc:
17719         * ext/taglib/gsttaglib.h:
17720         * tests/check/Makefile.am:
17721         * tests/check/elements/tagid3v2mux.c:
17722           moved to good.  Closes #336110
17723
17724 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17725
17726         * docs/plugins/Makefile.am:
17727         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17728         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17729         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17730         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17731         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17732           Fix up docs for taglib plugin
17733           Also scan .cc files
17734
17735 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17736
17737         * ext/taglib/gsttaglib.cc:
17738           Post an error message on the bus in the (extremely unlikely)
17739           case of an error.
17740
17741 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17742
17743         * ext/taglib/Makefile.am:
17744         * ext/taglib/gstid3v2mux.cc:
17745         * ext/taglib/gstid3v2mux.h:
17746         * ext/taglib/gsttaglib.cc:
17747         * ext/taglib/gsttaglib.h:
17748           Split the actual ID3v2 tag rendering code into
17749           its own subclass.
17750
17751 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
17752
17753         * ext/neon/gstneonhttpsrc.c:
17754         * ext/neon/gstneonhttpsrc.h:
17755           added iradio-mode support as in gnomevfssrc to enable 
17756           connections with icydemux that will send title tag messages on 
17757           shoutcast/icecast streams. I've also added iradio properties
17758           iradio-name, iradio-genre, iradio-url.
17759           added user-agent property because some shoutcast streams don't return 
17760           data if the GET requests don't have a User-Agent.
17761         * win32/common/libgstneon.dsp:
17762           use debug version of libneon in debug mode
17763 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17764
17765         * configure.ac:
17766         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17767         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17768         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17769         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17770         * sys/Makefile.am:
17771         * sys/ximagesrc/Makefile.am:
17772         * sys/ximagesrc/ximagesrc.c:
17773         * sys/ximagesrc/ximagesrc.h:
17774         * sys/ximagesrc/ximageutil.c:
17775         * sys/ximagesrc/ximageutil.h:
17776         * tests/Makefile.am:
17777         * tests/icles/.cvsignore:
17778         * tests/icles/Makefile.am:
17779         * tests/icles/ximagesrc-test.c:
17780           moved ximagesrc to good (See #336756)
17781
17782 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
17783
17784         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
17785         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
17786         (gst_faad_close_decoder), (gst_faad_change_state):
17787         * ext/faad/gstfaad.h:
17788           If we run into a decoding error, try re-opening the decoder
17789           with faacDecInit2() using fake codec data created from the
17790           data the demuxer gave us. Should fix a whole bunch of
17791           GStreamer-faad problems incl. 'channel coupling not
17792           implemented', 'maximum number of scalefactor bands exceeded'
17793           etc. (#173007, #332892).
17794
17795 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17796
17797         * ext/amrwb/gstamrwbdec.c:
17798         * ext/amrwb/gstamrwbenc.c:
17799         * ext/amrwb/gstamrwbparse.c:
17800         * ext/arts/gst_arts.c:
17801         * ext/artsd/gstartsdsink.c:
17802         * ext/audiofile/gstafparse.c:
17803         * ext/audiofile/gstafsink.c:
17804         * ext/audiofile/gstafsrc.c:
17805         * ext/audioresample/gstaudioresample.c:
17806         * ext/bz2/gstbz2dec.c:
17807         * ext/bz2/gstbz2enc.c:
17808         * ext/cdaudio/gstcdaudio.c:
17809         * ext/directfb/dfbvideosink.c:
17810         * ext/divx/gstdivxdec.c:
17811         * ext/divx/gstdivxenc.c:
17812         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17813         * ext/faac/gstfaac.c: (gst_faac_base_init):
17814         * ext/faad/gstfaad.c:
17815         * ext/gsm/gstgsmdec.c:
17816         * ext/gsm/gstgsmenc.c:
17817         * ext/hermes/gsthermescolorspace.c:
17818         * ext/ivorbis/vorbisfile.c:
17819         * ext/lcs/gstcolorspace.c:
17820         * ext/libfame/gstlibfame.c:
17821         * ext/libmms/gstmms.c: (gst_mms_base_init):
17822         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17823         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17824         * ext/nas/nassink.c: (gst_nassink_base_init):
17825         * ext/neon/gstneonhttpsrc.c:
17826         * ext/sdl/sdlaudiosink.c:
17827         * ext/sdl/sdlvideosink.c:
17828         * ext/shout/gstshout.c:
17829         * ext/snapshot/gstsnapshot.c:
17830         * ext/sndfile/gstsf.c:
17831         * ext/swfdec/gstswfdec.c:
17832         * ext/tarkin/gsttarkindec.c:
17833         * ext/tarkin/gsttarkinenc.c:
17834         * ext/theora/theoradec.c:
17835         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17836         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17837         * ext/xvid/gstxviddec.c:
17838         * ext/xvid/gstxvidenc.c:
17839         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17840         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17841         * gst/chart/gstchart.c:
17842         * gst/colorspace/gstcolorspace.c:
17843         * gst/deinterlace/gstdeinterlace.c:
17844         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17845         * gst/festival/gstfestival.c:
17846         * gst/filter/gstbpwsinc.c:
17847         * gst/filter/gstiir.c:
17848         * gst/filter/gstlpwsinc.c:
17849         * gst/freeze/gstfreeze.c:
17850         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17851         * gst/librfb/gstrfbsrc.c:
17852         * gst/mixmatrix/mixmatrix.c:
17853         * gst/mpeg1sys/gstmpeg1systemencode.c:
17854         * gst/mpeg1videoparse/gstmp1videoparse.c:
17855         * gst/mpeg2sub/gstmpeg2subt.c:
17856         * gst/mpegaudioparse/gstmpegaudioparse.c:
17857         * gst/multifilesink/gstmultifilesink.c:
17858         * gst/overlay/gstoverlay.c:
17859         * gst/passthrough/gstpassthrough.c:
17860         * gst/playondemand/gstplayondemand.c:
17861         * gst/qtdemux/qtdemux.c:
17862         * gst/rtjpeg/gstrtjpegdec.c:
17863         * gst/rtjpeg/gstrtjpegenc.c:
17864         * gst/smooth/gstsmooth.c:
17865         * gst/smoothwave/gstsmoothwave.c:
17866         * gst/spectrum/gstspectrum.c:
17867         * gst/speed/gstspeed.c:
17868         * gst/stereo/gststereo.c:
17869         * gst/switch/gstswitch.c:
17870         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17871         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17872         * gst/vbidec/gstvbidec.c:
17873         * gst/videocrop/gstvideocrop.c:
17874         * gst/videodrop/gstvideodrop.c:
17875         * gst/virtualdub/gstxsharpen.c:
17876         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17877         * gst/y4m/gsty4mencode.c:
17878         * sys/cdrom/gstcdplayer.c:
17879         * sys/directdraw/gstdirectdrawsink.c:
17880         * sys/directsound/gstdirectsoundsink.c:
17881         * sys/glsink/glimagesink.c:
17882         * sys/qcam/gstqcamsrc.c:
17883         * sys/v4l2/gstv4l2src.c:
17884         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17885         * sys/ximagesrc/ximagesrc.c:
17886           Define GstElementDetails as const and also static (when defined as
17887           global)
17888
17889 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17890
17891         * ext/musepack/gstmusepackdec.c:
17892         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17893           Add support for segment seeks.
17894
17895 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17896
17897         * sys/v4l2/gstv4l2src.c:
17898         Added a couple of ifdefs to make it compile with other kernels.
17899         
17900 2006-04-20  Wim Taymans  <wim@fluendo.com>
17901
17902         Patch by: j^ <j at bootlab dot org>
17903
17904         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17905         (qtdemux_video_caps):
17906         Never treat video streams as an audio stream.
17907         Add qtdrw mime type.
17908         Fixes #339041
17909
17910 2006-04-19  Wim Taymans  <wim@fluendo.com>
17911
17912         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17913         For VBR audio, don't try to calculate the samples_per_frame.
17914         Fixes #338935.
17915
17916 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17917
17918         * sys/v4l2/gstv4l2src.c:
17919         Just added a gtk-doc comment.
17920
17921 2006-04-17  Michael Smith  <msmith@fluendo.com>
17922
17923         * ext/theora/theoradec.c: (theora_dec_src_convert),
17924         (theora_handle_type_packet), (theora_handle_422_image),
17925         (theora_handle_420_image), (theora_handle_data_packet):
17926         * ext/theora/theoradec.h:
17927           Apply fix from j^ for API change in libtheoradec.
17928
17929           Implement 4:2:2 pixel format. Untested at the moment.
17930
17931 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17932
17933         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17934         (gst_musepack_stream_init):
17935           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17936           gst_pad_new_from_static_template().
17937
17938 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17939
17940         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17941         (gst_v4l2src_dispose):
17942         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17943         Fixed some memory leaks.
17944
17945 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17946
17947         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17948         Fix to work in read mode.
17949
17950 2006-04-10  Wim Taymans  <wim@fluendo.com>
17951
17952         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17953         Fix parsing of newer stsd chunks again.
17954
17955 2006-04-10  Wim Taymans  <wim@fluendo.com>
17956
17957         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17958         (qtdemux_parse_trak):
17959         Fix framerate calculation.
17960
17961 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17962
17963         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17964           Fix build (class_init declaration/definition mismatch).
17965
17966 2006-04-10  Wim Taymans  <wim@fluendo.com>
17967
17968         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17969         force mono 8000 Hz on AMR samples.
17970
17971 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17972
17973         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17974           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17975         * sys/directdraw/gstdirectdrawsink.c:
17976         * sys/directsound/gstdirectsoundsink.c:
17977           done some cleans in sources
17978         * win32/vs6:
17979           add project files for neon, qtdemux
17980           
17981 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17982
17983         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17984         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17985         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17986         * ext/arts/gst_arts.c: (gst_arts_class_init):
17987         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17988         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17989         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17990         * ext/audioresample/gstaudioresample.c:
17991         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17992         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17993         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17994         * ext/hermes/gsthermescolorspace.c:
17995         (gst_hermes_colorspace_class_init):
17996         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17997         * ext/jack/gstjack.c: (gst_jack_class_init):
17998         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17999         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
18000         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
18001         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
18002         * ext/nas/nassink.c: (gst_nassink_class_init):
18003         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
18004         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
18005         * ext/sndfile/gstsf.c: (gst_sf_class_init):
18006         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
18007         (gst_swfdec_class_init):
18008         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
18009         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
18010         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
18011         * gst/chart/gstchart.c: (gst_chart_class_init):
18012         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
18013         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
18014         * gst/festival/gstfestival.c: (gst_festival_class_init):
18015         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
18016         * gst/filter/gstiir.c: (gst_iir_class_init):
18017         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
18018         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
18019         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
18020         * gst/mpeg1sys/gstmpeg1systemencode.c:
18021         (gst_system_encode_class_init):
18022         * gst/mpeg1videoparse/gstmp1videoparse.c:
18023         (gst_mp1videoparse_class_init):
18024         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
18025         * gst/mpegaudioparse/gstmpegaudioparse.c:
18026         (gst_mp3parse_class_init):
18027         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
18028         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
18029         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
18030         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
18031         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
18032         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
18033         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
18034         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
18035         * gst/stereo/gststereo.c: (gst_stereo_class_init):
18036         * gst/switch/gstswitch.c: (gst_switch_class_init):
18037         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
18038         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
18039         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
18040         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
18041         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
18042         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
18043         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
18044         * sys/directsound/gstdirectsoundsink.c:
18045         (gst_directsoundsink_class_init):
18046         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
18047         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
18048         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
18049         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
18050         * sys/v4l2/gstv4l2colorbalance.c:
18051         (gst_v4l2_color_balance_channel_class_init):
18052         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
18053         (gst_v4l2_tuner_norm_class_init):
18054         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
18055         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
18056
18057 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
18058
18059         * gst/colorspace/gstcolorspace.h:
18060         * gst/deinterlace/gstdeinterlace.h:
18061         * gst/passthrough/gstpassthrough.h:
18062         * gst/y4m/gsty4mencode.h:
18063         Fix more broken GObject macros
18064
18065 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
18066
18067         * ext/xine/gstxine.h:
18068         * gst-libs/gst/play/play.h:
18069         * sys/v4l2/gstv4l2element.h:
18070         * sys/ximagesrc/ximageutil.h:
18071         Fix broken GObject macros
18072
18073 2006-04-08  Wim Taymans  <wim@fluendo.com>
18074
18075         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
18076         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
18077         (qtdemux_dump_stco), (qtdemux_parse_trak):
18078         Don't make rounding errors in timestamp/duration calculations.
18079         Fix timestamps for AMR and IMA4.  Fixes (#337436).
18080         Create a dummy segment even when there is no edit list.
18081
18082 2006-04-07  Julien MOUTTE  <julien@moutte.net>
18083
18084         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
18085         * examples/directfb/Makefile.am: Add example resource files to
18086         dist.
18087
18088 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18089
18090         * ext/amrwb/amrwb-code/Makefile.am:
18091         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
18092         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
18093         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
18094         25fps
18095
18096 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18097
18098         * tests/icles/ximagesrc-test.c: (main):
18099         Actually assert that pipeline goes to playing
18100
18101 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18102
18103         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
18104         (composite_pixel), (gst_ximagesrc_ximage_get),
18105         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
18106         Fix typo, C++ style comments and other small cleanups
18107         
18108 2006-04-06  Wim Taymans  <wim@fluendo.com>
18109
18110         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18111         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
18112         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
18113         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
18114         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
18115         (gst_qtdemux_activate_segment),
18116         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
18117         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
18118         (qtdemux_parse_trak):
18119         Added full edit list support.
18120         Avoid overflows in prologue image detection code.
18121         Avoid roundoff errors in timestamp calculations.
18122
18123 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18124
18125         * configure.ac:
18126           clean up so report properly on missing stuff
18127           fix modplug detection
18128
18129 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18130
18131         * ext/Makefile.am:
18132         * ext/amrwb/amrwb-code/Makefile.am:
18133           don't dist amr wb source code
18134
18135 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
18136
18137         Patch by: j^  <j at bootlab dot org>
18138
18139         * ext/amrwb/gstamrwbdec.c:
18140         * ext/amrwb/gstamrwbenc.c:
18141         * ext/amrwb/gstamrwbparse.c:
18142         * ext/arts/gst_arts.c:
18143         * ext/artsd/gstartsdsink.c:
18144         * ext/audiofile/gstafparse.c:
18145         * ext/audiofile/gstafsink.c:
18146         * ext/audiofile/gstafsrc.c:
18147         * ext/cdaudio/gstcdaudio.c:
18148         * ext/directfb/dfbvideosink.c:
18149         * ext/divx/gstdivxdec.c:
18150         * ext/divx/gstdivxenc.c:
18151         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
18152         * ext/faac/gstfaac.c: (gst_faac_base_init):
18153         * ext/faad/gstfaad.c:
18154         * ext/gsm/gstgsmdec.c:
18155         * ext/gsm/gstgsmenc.c:
18156         * ext/hermes/gsthermescolorspace.c:
18157         * ext/ivorbis/vorbisfile.c:
18158         * ext/lcs/gstcolorspace.c:
18159         * ext/libfame/gstlibfame.c:
18160         * ext/libmms/gstmms.c: (gst_mms_base_init):
18161         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
18162         * ext/nas/nassink.c: (gst_nassink_base_init):
18163         * ext/neon/gstneonhttpsrc.c:
18164         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
18165         * ext/sdl/sdlaudiosink.c:
18166         * ext/sdl/sdlvideosink.c:
18167         * ext/shout/gstshout.c:
18168         * ext/snapshot/gstsnapshot.c:
18169         * ext/sndfile/gstsf.c:
18170         * ext/tarkin/gsttarkindec.c:
18171         * ext/tarkin/gsttarkinenc.c:
18172         * ext/theora/theoradec.c:
18173         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
18174         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
18175         * ext/xvid/gstxviddec.c:
18176         * ext/xvid/gstxvidenc.c:
18177         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
18178         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
18179         * gst/chart/gstchart.c:
18180         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
18181         * gst/festival/gstfestival.c:
18182         * gst/filter/gstiir.c:
18183         * gst/filter/gstlpwsinc.c:
18184         * gst/freeze/gstfreeze.c:
18185         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
18186         * gst/mixmatrix/mixmatrix.c:
18187         * gst/mpeg1sys/gstmpeg1systemencode.c:
18188         * gst/mpeg1videoparse/gstmp1videoparse.c:
18189         * gst/mpeg2sub/gstmpeg2subt.c:
18190         * gst/mpegaudioparse/gstmpegaudioparse.c:
18191         * gst/multifilesink/gstmultifilesink.c:
18192         * gst/overlay/gstoverlay.c:
18193         * gst/passthrough/gstpassthrough.c:
18194         * gst/playondemand/gstplayondemand.c:
18195         * gst/qtdemux/qtdemux.c:
18196         * gst/rtjpeg/gstrtjpegdec.c:
18197         * gst/rtjpeg/gstrtjpegenc.c:
18198         * gst/smooth/gstsmooth.c:
18199         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
18200         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
18201         * gst/videocrop/gstvideocrop.c:
18202         * gst/videodrop/gstvideodrop.c:
18203         * gst/virtualdub/gstxsharpen.c:
18204         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
18205         * gst/y4m/gsty4mencode.c:
18206           Unify the long descriptions in the plugin details (#337263).
18207
18208 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
18209
18210         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
18211         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
18212           Add back "uri" property and mark it as deprecated; undoes
18213           API/ABI breakage from 2006-02-24.
18214
18215 2006-04-05  Wim Taymans  <wim@fluendo.com>
18216
18217         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
18218         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
18219         (gst_qtdemux_loop):
18220         Use duration as segment stop position if none is
18221         explicitly configured.
18222         Also perform EOS when we run past the segment stop.
18223
18224 2006-04-04  Wim Taymans  <wim@fluendo.com>
18225
18226         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
18227         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
18228         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
18229         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
18230         More cleanups, added comments.
18231         Mark discontinuities on outgoing buffers.
18232         Post better errors when something goes wrong.
18233         Handle EOS and segment end properly.
18234
18235 2006-04-04  Wim Taymans  <wim@fluendo.com>
18236
18237         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18238         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
18239         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
18240         (gst_qtdemux_handle_src_event), (plugin_init),
18241         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
18242         (gst_qtdemux_loop), (gst_qtdemux_chain),
18243         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
18244         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
18245         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18246         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
18247         * gst/qtdemux/qtdemux.h:
18248         Handle stss boxes so we can mark and find keyframes.
18249         Implement correct accurate and keyframe seeking.
18250         Use _DEBUG_OBJECT when possible.
18251         Fixes #332155
18252
18253 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18254
18255         * tests/check/Makefile.am:
18256           Only run the id3v2mux check if taglib is available and
18257           the taglib plugin has been built.
18258
18259 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18260
18261         * ext/swfdec/Makefile.am:
18262           Don't set plugindir.
18263
18264         * ext/swfdec/gstswfdec.c:
18265           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
18266
18267 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18268
18269         * configure.ac:
18270           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
18271           the dts plugin.
18272
18273 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18274
18275         * ext/soundtouch/gstpitch.cc:
18276         * ext/theora/theoradec.c:
18277         * gst/modplug/gstmodplug.cc:
18278           GST_ORIGIN => GST_PACKAGE_ORIGIN
18279           GST_PACKAGE => GST_PACKAGE_NAME
18280
18281 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18282
18283         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18284         * docs/plugins/inspect/plugin-bz2.xml:
18285         * docs/plugins/inspect/plugin-cdxaparse.xml:
18286         * docs/plugins/inspect/plugin-freeze.xml:
18287         * docs/plugins/inspect/plugin-glimagesink.xml:
18288         * docs/plugins/inspect/plugin-modplug.xml:
18289         * docs/plugins/inspect/plugin-neon.xml:
18290         * docs/plugins/inspect/plugin-sdl.xml:
18291         * docs/plugins/inspect/plugin-video4linux2.xml:
18292         * docs/plugins/inspect/plugin-ximagesrc.xml:
18293         * docs/plugins/inspect/plugin-xingheader.xml:
18294           add more plugins to docs
18295
18296 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18297
18298         * sys/dxr3/ac3_padder.h:
18299           fix up doc strings
18300         * docs/plugins/Makefile.am:
18301         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18302         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18303         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18304         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
18305         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18306         * docs/plugins/inspect/plugin-qtdemux.xml:
18307         * docs/plugins/inspect/plugin-speed.xml:
18308         * docs/plugins/inspect/plugin-taglib.xml:
18309         * docs/plugins/inspect/plugin-tta.xml:
18310           commit updates
18311         * configure.ac:
18312         * ext/taglib/gsttaglib.cc:
18313         * tests/Makefile.am:
18314         * tests/check/.cvsignore:
18315         * tests/check/Makefile.am:
18316         * tests/check/elements/.cvsignore:
18317         * tests/check/elements/tagid3v2mux.c:
18318         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
18319         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
18320         (test_taglib_id3mux_check_output_buffer),
18321         (test_taglib_id3mux_with_tags), (GST_START_TEST),
18322         (tagid3v2mux_suite), (main):
18323            add the tagid3v2mux check from #336110
18324
18325 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18326
18327         * configure.ac:
18328           rework like the other configure.ac files
18329         * Makefile.am:
18330         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18331         * ext/amrwb/gstamrwb.c:
18332         * ext/arts/gst_arts.c:
18333         * ext/artsd/gstartsdsink.c:
18334         * ext/audiofile/gstaf.c:
18335         * ext/audioresample/gstaudioresample.c:
18336         * ext/bz2/gstbz2.c:
18337         * ext/cdaudio/gstcdaudio.c:
18338         * ext/directfb/dfbvideosink.c:
18339         * ext/dts/gstdtsdec.c:
18340         * ext/faac/gstfaac.c:
18341         * ext/faad/gstfaad.c:
18342         * ext/hermes/gsthermescolorspace.c:
18343         * ext/ivorbis/vorbis.c:
18344         * ext/jack/gstjack.c:
18345         * ext/lcs/gstcolorspace.c:
18346         * ext/musepack/gstmusepackdec.c:
18347         * ext/musicbrainz/gsttrm.c:
18348         * ext/nas/nassink.c:
18349         * ext/sdl/gstsdl.c:
18350         * ext/snapshot/gstsnapshot.c:
18351         * ext/sndfile/gstsf.c:
18352         * ext/swfdec/gstswfdec.c:
18353         * ext/tarkin/gsttarkin.c:
18354         * ext/xine/xine.c:
18355         * ext/xvid/gstxvid.c:
18356         * gst/cdxaparse/gstcdxaparse.c:
18357         * gst/chart/gstchart.c:
18358         * gst/colorspace/gstcolorspace.c:
18359         * gst/deinterlace/gstdeinterlace.c:
18360         * gst/equalizer/gstiirequalizer.c:
18361         * gst/festival/gstfestival.c:
18362         * gst/filter/gstfilter.c:
18363         * gst/freeze/gstfreeze.c:
18364         * gst/games/gstpuzzle.c:
18365         * gst/librfb/gstrfbsrc.c:
18366         * gst/mixmatrix/mixmatrix.c:
18367         * gst/mpeg1sys/gstmpeg1systemencode.c:
18368         * gst/mpeg1videoparse/gstmp1videoparse.c:
18369         * gst/mpeg2sub/gstmpeg2subt.c:
18370         * gst/mpegaudioparse/gstmpegaudioparse.c:
18371         * gst/multifilesink/gstmultifilesink.c:
18372         * gst/overlay/gstoverlay.c:
18373         * gst/passthrough/gstpassthrough.c:
18374         * gst/playondemand/gstplayondemand.c:
18375         * gst/qtdemux/qtdemux.c:
18376         * gst/rtjpeg/gstrtjpeg.c:
18377         * gst/smooth/gstsmooth.c:
18378         * gst/smoothwave/gstsmoothwave.c:
18379         * gst/spectrum/gstspectrum.c:
18380         * gst/speed/gstspeed.c:
18381         * gst/stereo/gststereo.c:
18382         * gst/switch/gstswitch.c:
18383         * gst/vbidec/gstvbidec.c:
18384         * gst/videocrop/gstvideocrop.c:
18385         * gst/videodrop/gstvideodrop.c:
18386         * gst/virtualdub/gstvirtualdub.c:
18387         * gst/xingheader/gstxingmux.c:
18388         * gst/y4m/gsty4mencode.c:
18389         * sys/cdrom/gstcdplayer.c:
18390         * sys/directdraw/gstdirectdrawplugin.c:
18391         * sys/directsound/gstdirectsoundplugin.c:
18392         * sys/dxr3/dxr3init.c:
18393         * sys/glsink/glimagesink.c:
18394         * sys/qcam/gstqcamsrc.c:
18395         * sys/v4l2/gstv4l2.c:
18396         * sys/vcd/vcdsrc.c:
18397         * sys/ximagesrc/ximagesrc.c:
18398           update to use correct defines
18399         * po/POTFILES.in:
18400         * po/af.po:
18401         * po/az.po:
18402         * po/cs.po:
18403         * po/en_GB.po:
18404         * po/hu.po:
18405         * po/it.po:
18406         * po/nb.po:
18407         * po/nl.po:
18408         * po/or.po:
18409         * po/sq.po:
18410         * po/sr.po:
18411         * po/sv.po:
18412         * po/uk.po:
18413         * po/vi.po:
18414           v4l2 has translations, pick them up
18415
18416 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18417
18418         * sys/ximagesrc/ximagesrc.c: 
18419           Add docs to ximagesrc
18420
18421 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18422
18423         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
18424         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
18425         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
18426         * sys/ximagesrc/ximagesrc.h:
18427         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
18428         * sys/ximagesrc/ximageutil.h:
18429           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
18430           yellow rectangles with the cursor
18431
18432 2006-03-31  Michael Smith  <msmith@fluendo.com>
18433
18434         * configure.ac:
18435           Add autoconfery for theoradec.
18436         * ext/Makefile.am:
18437           Add theora directory.
18438         * ext/theora/Makefile.am:
18439         * ext/theora/theoradec.c: (gst_theoradec_base_init),
18440         (gst_theoradec_class_init), (gst_theoradec_init),
18441         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
18442         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
18443         (theora_dec_sink_convert), (theora_dec_src_query),
18444         (theora_dec_sink_query), (theora_dec_src_event),
18445         (theora_dec_sink_event), (theora_handle_comment_packet),
18446         (theora_handle_type_packet), (theora_handle_header_packet),
18447         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
18448         (theora_dec_change_state), (plugin_init):
18449         * ext/theora/theoradec.h:
18450           Add theora plugin for theora-exp decoder. Very heavily based on the
18451           existing theora decoder plugin.
18452
18453 2006-03-29  Wim Taymans  <wim@fluendo.com>
18454
18455         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
18456         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
18457         * ext/gsm/gstgsmdec.h:
18458         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
18459         (gst_gsmenc_finalize), (gst_gsmenc_chain):
18460         Cleanups, fix leaks.
18461         Handle events and DISCONT.
18462         Use adapter in the decoder.
18463
18464 2006-03-29  Wim Taymans  <wim@fluendo.com>
18465
18466         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
18467
18468         * configure.ac:
18469         * ext/Makefile.am:
18470         * ext/amrwb/Makefile.am:
18471         * ext/amrwb/README:
18472         * ext/amrwb/amrwb-code/Makefile.am:
18473         * ext/amrwb/amrwb-code/run.sh:
18474         * ext/amrwb/gstamrwb.c: (plugin_init):
18475         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
18476         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
18477         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
18478         (gst_amrwbdec_state_change):
18479         * ext/amrwb/gstamrwbdec.h:
18480         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
18481         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
18482         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
18483         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
18484         * ext/amrwb/gstamrwbenc.h:
18485         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
18486         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
18487         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
18488         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
18489         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
18490         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
18491         * ext/amrwb/gstamrwbparse.h:
18492         Added new plugin amrwb parse.
18493         Renamed audio/AMR to audio/AMR-WB as per spec.
18494         Fixes #333307
18495
18496 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
18497
18498         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
18499         Small fix, now pwc driver can tell about its buffers.
18500
18501 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
18502
18503         * configure.ac:
18504           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
18505           did for -good and -ugly. Fixes build on some systems
18506           and doesn't seem to be required for C++ code.
18507
18508 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
18509
18510         * ext/taglib/gsttaglib.cc:
18511         * ext/taglib/gsttaglib.h:
18512           Fix newsegment event handling a bit. We need to
18513           cache the first newsegment event, because we can't
18514           adjust offsets yet when we get it, as we don't
18515           know the size of the tag yet for sure at that point.
18516           Also do some minor cleaning up here and there and add
18517           some debug statements.
18518
18519 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18520
18521         * ext/taglib/gsttaglib.cc:
18522           We do not want to proxy the caps on the sink pad; our 
18523           source pad should have application/x-id3 caps; also,
18524           don't use already-freed strings in debug messages;
18525           finally, adjust buffer offsets on buffers sent out.
18526
18527 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18528
18529         * sys/v4l2/gstv4l2src.c:
18530           Older kernels don't seem to have this particular v4l2 format,
18531           so comment out until this gets fixed properly (and make
18532           buildbots happy).
18533
18534 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
18535
18536         * sys/v4l2/gstv4l2colorbalance.c:
18537         * sys/v4l2/gstv4l2colorbalance.h:
18538         * sys/v4l2/gstv4l2element.c:
18539         * sys/v4l2/gstv4l2src.c:
18540         * sys/v4l2/gstv4l2src.h:
18541         * sys/v4l2/gstv4l2tuner.c:
18542         * sys/v4l2/v4l2_calls.c:
18543         * sys/v4l2/v4l2src_calls.c:
18544         * sys/v4l2/v4l2src_calls.h:
18545         Just make few things more robust and also some identation.
18546
18547 2006-03-23  Wim Taymans  <wim@fluendo.com>
18548
18549         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
18550
18551         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
18552         (gst_xvidenc_chain):
18553         Patch to mark outgoing encoded buffers as delta-units (or not).
18554         Note that this patch also patches:
18555         - the setting of fincr and fbase in xvid-encoder creation based on
18556           caps framerate
18557         - makes 0, rather than 2, the default max_b_frames, as the current
18558           xvidenc does not seem "fully prepared" to handle b-frame 
18559           "effects", such as encoder returning 0 encoded bytes, etc.
18560         Fixes #335585
18561
18562 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18563
18564         * gst/modplug/libmodplug/Makefile.am:
18565         * gst/modplug/libmodplug/load_it.cpp:
18566           Try that again (not only should it be MODPLUG_ instead
18567           of MODFILE, also that define is already set in stdafx.h;
18568           what we really need is some more #ifndefs).
18569
18570 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18571
18572         * gst/modplug/libmodplug/Makefile.am:
18573           More gcc-4.1 fixes (we don't need file saving, so just
18574           define MODPLUG_NO_FILESAVE. That way, the compiler won't
18575           complain about modplug ignoring the return value of fwrite
18576           any longer and we might even save a few bytes as well).
18577
18578 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18579
18580         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
18581
18582         * configure.ac:
18583         * ext/Makefile.am:
18584         * ext/soundtouch/Makefile.am:
18585         * ext/soundtouch/gstpitch.cc:
18586         * ext/soundtouch/gstpitch.hh:
18587           Add new libsoundtouch-based pitch plugin (#331335).
18588
18589 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
18590
18591         * gst/modplug/libmodplug/load_ptm.cpp:
18592           Fix compilation with gcc-4.1 and -Werror (#327355).
18593
18594 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
18595
18596         * ext/taglib/gsttaglib.h:
18597           Fix left-over gst_my_filter_get_type.
18598
18599 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18600
18601         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
18602         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18603         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
18604         Have a show mouse pointer property and use it if we can
18605
18606 2006-03-15  Edward Hervey  <edward@fluendo.com>
18607
18608         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
18609         Let's not forget to chain up to the parent dispose.
18610
18611 2006-03-15  Edward Hervey  <edward@fluendo.com>
18612
18613         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
18614         (gst_qtdemux_init), (gst_qtdemux_dispose),
18615         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18616         Series of memleak fixes:
18617         - Unref the GstAdapter in finalize.
18618         - Use gst_pad_new_from_static_template(), shorter and safer.
18619         - Free unused QtDemuxStream when not used.
18620
18621 2006-03-14  Edward Hervey  <edward@fluendo.com>
18622
18623         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
18624         (gst_v4l2src_class_init):
18625         Initialization of the debugging category should be as early as possible,
18626         moving it from _class_init() to beginning of _base_init().
18627
18628 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18629
18630         * ext/taglib/gsttaglib.cc:
18631           Add gtk-doc blurb (unused for the time being); match registered
18632           plugin name to the filename of the plugin (taglibmux => taglib)
18633
18634 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18635
18636         Patch by: Mikhail Zabaluev  <mhz altlinux org>
18637
18638         * autogen.sh:
18639           Don't check for file that only exists in CVS but isn't
18640           disted (#334417)
18641
18642 2006-03-13  Julien MOUTTE  <julien@moutte.net>
18643
18644         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18645         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
18646
18647 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18648
18649         * Makefile.am:
18650         * configure.ac:
18651           Fix distcheck.
18652
18653 2006-03-12  Edward Hervey  <edward@fluendo.com>
18654
18655         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
18656         (gst_v4l2src_buffer_pool_free):
18657         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
18658         instead.
18659
18660 2006-03-12  Edward Hervey  <edward@fluendo.com>
18661
18662         * sys/v4l2/gstv4l2element.h:
18663         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
18664         buildbot happy.
18665         I will just use the same comment Ronald used when he added these lines:
18666         Yet Another Hack (tm) for kernel header borkedness.
18667
18668 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18669
18670         * ext/taglib/Makefile.am:
18671         * ext/taglib/gsttaglib.cc:
18672         * ext/taglib/gsttaglib.h:
18673           Add support for writing MusicBrainz IDs.
18674
18675 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18676
18677         * sys/v4l2/gstv4l2element.h:
18678           Include "_stdint.h" in an attempt to make the
18679           PPC-buildbot happy.
18680
18681 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
18682
18683         * configure.ac:
18684         * sys/Makefile.am:
18685         * sys/v4l2/Makefile.am:
18686         * sys/v4l2/gstv4l2.c:
18687         * sys/v4l2/gstv4l2colorbalance.h:
18688         * sys/v4l2/gstv4l2element.c:
18689         * sys/v4l2/gstv4l2element.h:
18690         * sys/v4l2/gstv4l2src.c:
18691         * sys/v4l2/gstv4l2src.h:
18692         * sys/v4l2/gstv4l2tuner.c:
18693         * sys/v4l2/gstv4l2tuner.h:
18694         * sys/v4l2/gstv4l2xoverlay.c:
18695         * sys/v4l2/gstv4l2xoverlay.h:
18696         * sys/v4l2/v4l2_calls.c:
18697         * sys/v4l2/v4l2_calls.h:
18698         * sys/v4l2/v4l2src_calls.c:
18699         * sys/v4l2/v4l2src_calls.h:
18700         V4L2 ported to 0.10.
18701         
18702 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
18703
18704         * configure.ac:
18705           Only compile the taglib plugin if a C++ compiler is
18706           present. Use GST_DEFAULT_ELEMENTS macro from common/
18707           for all the defaults stuff.
18708
18709 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18710
18711         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18712
18713         * configure.ac:
18714         * gst/xingheader/Makefile.am:
18715         * gst/xingheader/gstxingmux.c: 
18716         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
18717         to MP3 files (this allows decoder to figure out the length of VBR
18718         files) 
18719
18720 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18721         
18722         Patch by: Alex Lancaster
18723         
18724         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
18725         and add support for TCOP (copyright)
18726
18727 2006-03-10  Julien MOUTTE  <julien@moutte.net>
18728
18729         * gst/modplug/Makefile.am:
18730         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
18731
18732 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18733
18734         * configure.ac:
18735         * gst/modplug/Makefile.am:
18736         * gst/modplug/gstmodplug.cc:
18737         * gst/modplug/gstmodplug.h:
18738         * gst/modplug/libmodplug/sndfile.cpp:
18739         * gst/modplug/libmodplug/sndfile.h:
18740           modplug plugin ported to 0.10 (#332598, patch by:
18741           Jonathan Matthew <jonathan at kaolin wh9 net>).
18742
18743 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18744
18745         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
18746         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
18747         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
18748         (gst_mms_set_property), (gst_mms_get_property),
18749         (gst_mms_uri_get_uri):
18750         * ext/libmms/gstmms.h:
18751           Some clean-ups; more debug output; use blocksize property
18752           of GstBaseSrc instead of re-registering our own; make debug
18753           category actually be used.
18754
18755 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
18756
18757         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
18758           Fix build with gcc-4.1 (#327355).
18759
18760 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
18761
18762         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18763
18764         * configure.ac:
18765         * ext/Makefile.am:
18766         * ext/taglib/Makefile.am:
18767         * ext/taglib/gsttaglib.cc:
18768         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
18769
18770 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
18771
18772         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
18773           Extract disc number and count from files that use
18774           'disk' instead of 'disc' as node identifier for that
18775           (fixes #332066).
18776
18777 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18778
18779         * ext/musepack/gstmusepackdec.h:
18780         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
18781           Forgot those two.
18782
18783 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18784
18785         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18786         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
18787         (gst_musepackdec_handle_seek_event),
18788         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
18789         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
18790         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
18791         (gst_musepackdec_change_state):
18792           Some cleanups; pause task when push fails.
18793
18794 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
18795
18796         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18797           Add support for '3IVD' fourcc (#333403).
18798
18799 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18800
18801         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18802         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18803         (gst_faad_sink_event), (gst_faad_src_convert),
18804         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18805           Add query function for position/duration querying (mostly for
18806           raw AAC streams); make seeking in raw AAC streams work; post
18807           tags with codec name if this is a raw AAC stream.
18808
18809 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18810
18811         * sys/directdraw:
18812         * sys/directsound:
18813           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18814         * win32/vs6:
18815           project files updated to fix some bugs
18816         * win32/vs7:
18817         * win32/vs8:
18818           vs7 and vs8 project files added
18819         
18820 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18821
18822         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18823           Declare variable at the beginning of the block and make gcc-2.9x
18824           happy (fixes #333283; patch by: Jens Granseuer).
18825
18826 2006-03-03  Edward Hervey  <edward@fluendo.com>
18827
18828         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18829         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18830         when parsing.
18831         Also let's be a bit less vulgar in our warning messages :)
18832
18833 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18834
18835         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18836           Can't divide through zero (suppress warning in case of
18837           stream with one single still picture) (see #327083)
18838
18839 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18840
18841         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18842
18843 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18844
18845         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18846         (qtdemux_parse_trak), (qtdemux_video_caps):
18847           Add support for palettised Apple SMC videos (#327075, based on
18848           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18849
18850 2006-02-24  Michael Smith  <msmith@fluendo.com>
18851
18852         * autogen.sh:
18853           Allow automake 1.9
18854
18855 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18856
18857         * ext/neon/gstneonhttpsrc.c:
18858         Changed property name from "uri" to "location" 
18859
18860 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18861
18862         * configure.ac:
18863         * sys/glsink/Makefile.am:
18864         Merge patch from #317048 for building on Cygwin. Patch by 
18865         Cygwin Ports maintainer.
18866         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18867         Move normal debug output to LOG level not ERROR.
18868
18869 2006-02-19  Jan Gerber  <j@bootlab.org>
18870
18871         Reviewed by : Edward Hervey <edward@fluendo.com>
18872
18873         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18874           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18875           Add image/png for fourcc 'png '
18876  
18877 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18878
18879         * configure.ac:
18880           Surely this is supposed to be >= a.b, not == a.b
18881
18882 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18883
18884         * configure.ac:
18885         * sys/Makefile.am:
18886         * sys/ximagesrc/Makefile.am:
18887         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18888         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18889         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18890         (gst_ximagesrc_recalc), (composite_pixel),
18891         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18892         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18893         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18894         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18895         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18896         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18897         (gst_ximagesrc_init), (plugin_init):
18898         * sys/ximagesrc/ximagesrc.h:
18899         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18900         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18901         (ximageutil_xcontext_clear),
18902         (ximageutil_calculate_pixel_aspect_ratio),
18903         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18904         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18905         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18906         (gst_ximageutil_ximage_destroy):
18907         * sys/ximagesrc/ximageutil.h:
18908
18909         Port ximagesrc to 0.10 (Closes #304795)
18910
18911 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18912
18913         * gst/freeze/gstfreeze.c:
18914         * gst/freeze/gstfreeze.h:
18915         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18916
18917 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18918
18919         * configure.ac:
18920         Back to CVS nano
18921
18922 === release 0.10.1 ===
18923
18924 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18925
18926         * configure.ac:
18927           releasing 0.10.1, "Slimy - yet satisfying"
18928
18929 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18930
18931         * configure.ac:
18932           Release 0.10.0.3 - pre-release for 0.10.1
18933
18934 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18935
18936         * ext/bz2/gstbz2.c:
18937         * ext/bz2/gstbz2dec.c:
18938         * ext/bz2/gstbz2dec.h:
18939         * ext/bz2/gstbz2enc.c:
18940         * ext/bz2/gstbz2enc.h:
18941           Add proper copyright headers identifying Lutz Müller
18942           as the author and copyright holder (#331600).
18943
18944 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18945
18946         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18947           Don't GST_LOG timestamps from nonexistent index
18948           entries (#331582).
18949
18950 2006-02-17  Edward Hervey  <edward@fluendo.com>
18951
18952         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18953         Check that the size of the returned buffer is of the correct size
18954         because the parser assumes that.
18955         Fixes #331543.
18956
18957 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18958
18959         * configure.ac:
18960           Release 0.10.0.2 - pre-release for 0.10.1
18961
18962 2006-02-16  Edward Hervey  <edward@fluendo.com>
18963
18964         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18965         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18966         Don't stop the task if the pad isn't linked.
18967
18968 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18969
18970         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18971           It appears 100% equals 1/1 and not 100/1 ...
18972
18973 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18974
18975         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18976         (gst_qtdemux_chain):
18977           When buffering MDAT data, show the user something is
18978           happening by posting 'buffering' messages on the bus.
18979
18980 2006-02-14  Edward Hervey  <edward@fluendo.com>
18981
18982         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18983         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18984         (next_entry_size), (gst_qtdemux_chain):
18985         * gst/qtdemux/qtdemux.h:
18986         Make push-based work if mdat atom is before moov atom.
18987         Don't answer duration query. This should be transformed into replying
18988         FALSE to seek events.
18989
18990 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18991
18992         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18993         (gst_mms_start):
18994           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18995           push our own EOS event on EOS, the base class will do that for us;
18996           fix bogus query code; post semi-decent errors on the bus when an
18997           error occurs in ::start(), otherwise the user will get to see
18998           whatever cryptic default message GstBaseSrc comes up with.
18999
19000 2006-02-14  Andy Wingo  <wingo@pobox.com>
19001
19002         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
19003         schleef, don't break me gst-inspect -a.
19004
19005 2006-02-14  Edward Hervey  <edward@fluendo.com>
19006
19007         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
19008         Handle the case where data atoms are before moov atoms in push-based mode.
19009         Errors out gracefully.
19010
19011 2006-02-13  Edward Hervey  <edward@fluendo.com>
19012
19013         * gst/qtdemux/Makefile.am:
19014         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19015         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
19016         (extract_initial_length_and_fourcc),
19017         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
19018         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
19019         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
19020         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
19021         * gst/qtdemux/qtdemux.h:
19022         QtDemux can now work push-based.
19023         It still needs some love for seeking.
19024
19025 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
19026
19027         * configure.ac:
19028         * gst/freeze/Makefile.am:
19029         * gst/freeze/gstfreeze.c:
19030         * gst/freeze/gstfreeze.h:
19031         * gst/freeze/FAQ:
19032         freeze plugin ported to 0.10 by
19033         Renato Filho <renato.filho@indt.org.br>
19034
19035 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
19036
19037         * configure.ac:
19038         * gst/cdxaparse/Makefile.am:
19039         * gst/cdxaparse/gstcdxaparse.c:
19040         * gst/cdxaparse/gstcdxaparse.h:
19041           Port cdxaparse, makes VCD playback work.
19042
19043 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19044
19045         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19046         (qtdemux_parse_trak):
19047           use the correct variable to check if we can calculate
19048           the last chunk.  Looks like an obvious bug, and makes
19049           the dump of offsets comparable to other tools
19050
19051 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19052
19053         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19054         (qtdemux_parse_trak):
19055           clean up some debugging, using _OBJECT, moving recurring
19056           messages to LOG level
19057
19058 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
19059
19060         * configure.ac:
19061         * ext/neon/gstneonhttpsrc.c:
19062         Now it uses libneon 0.25.5 that supports shoutcast.
19063
19064 2006-02-06  Lutz Mueller <lutz@topfrose.de>
19065
19066         Reviewed by: Edward Hervey <edward@fluendo.com>
19067         
19068         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
19069         "x-bz2".
19070         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
19071         caps are "ANY".
19072         (gst_bz2dec_chain): Configure the source pad if we can figure out
19073         the mime type of the decompressed data.
19074         (gst_bz2dec_[get,set]_property):
19075         (gst_bz2dec_class_init: New property "first_buffer_size".
19076         
19077
19078 2006-02-06  Wim Taymans  <wim@fluendo.com>
19079
19080         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
19081         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
19082         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
19083         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
19084         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
19085         (qtdemux_video_caps), (qtdemux_audio_caps):
19086         * gst/qtdemux/qtdemux.h:
19087         Some QT demux loving.
19088         Handle seeking in a less broken way.
19089         Fix AMR caps to match the AMR decoder.
19090         Set first timestamp on AMR samples to 0 for now.
19091         Remove some \n in DEBUG strings.
19092         Use _scale_int for maximum precision.
19093
19094 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
19095
19096         * gst/apetag/Makefile.am:
19097         * gst/apetag/apedemux.c:
19098         * gst/apetag/apedemux.h:
19099         * gst/apetag/apetag.c:
19100           Remove old files, apetag is in gst-plugins-good now.
19101
19102 2006-02-06  Andy Wingo  <wingo@pobox.com>
19103
19104         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
19105         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
19106         parent_class, the boilerplate does it for you.
19107
19108 2006-02-05  Lutz Mueller <lutz@topfrose.de>
19109
19110         reviewed by: Andy Wingo <wingo@pobox.com>
19111
19112         * configure.ac:
19113         * ext/Makefile.am: Hook it up.
19114         * ext/bz2/gstbz2.c:
19115         * ext/bz2/gstbz2dec.h:
19116         * ext/bz2/gstbz2dec.c:
19117         * ext/bz2/gstbz2enc.h:
19118         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
19119         decoding (#303167).
19120         
19121 2006-01-30  Andy Wingo  <wingo@pobox.com>
19122
19123         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
19124         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
19125
19126 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
19127
19128         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
19129         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19130         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
19131         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
19132         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
19133           Add debug category, use boilerplate macros, fix handling
19134           of widths of 32 bits.
19135
19136         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
19137         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
19138         (gst_wavpack_parse_index_get_last_entry),
19139         (gst_wavpack_parse_index_get_entry_from_sample),
19140         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
19141         (gst_wavpack_parse_src_query),
19142         (gst_wavpack_parse_scan_to_find_sample),
19143         (gst_wavpack_parse_send_newsegment),
19144         (gst_wavpack_parse_handle_seek_event),
19145         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
19146         (gst_wavpack_parse_get_upstream_length),
19147         (gst_wavpack_parse_pull_buffer),
19148         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
19149         (gst_wavpack_parse_change_state),
19150         (gst_wavepack_parse_sink_activate),
19151         (gst_wavepack_parse_sink_activate_pull),
19152         (gst_wavpack_parse_plugin_init):
19153         * ext/wavpack/gstwavpackparse.h:
19154           Rewrite a bit, mostly to fix flow logic and to make seeking work.
19155           Fix buffer/event refcounting. Add some debug statements. Add
19156           width of 32 to source pad template caps. Use boilerplate macros.
19157
19158 2006-01-28  Edward Hervey  <edward@fluendo.com>
19159
19160         * sys/glsink/Makefile.am:
19161         glimagesink.h is dead, long live glimagesink.h
19162
19163 2006-01-27  David Schleef  <ds@schleef.org>
19164
19165         * configure.ac:
19166         * sys/Makefile.am:
19167         * sys/glsink/Makefile.am:
19168         * sys/glsink/glimagesink.c:
19169         * sys/glsink/glimagesink.h:
19170           revival of glimagesink.  Kind of works.
19171
19172 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
19173
19174         * ext/faad/gstfaad.c: (gst_faad_setcaps),
19175         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
19176           Handle 'framed' field in caps; Port syncing for raw streams
19177           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
19178
19179 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
19180
19181         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
19182         (gst_sdlvideosink_xoverlay_set_xwindow_id),
19183         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
19184         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19185         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19186         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
19187         (gst_sdlvideosink_change_state),
19188         (gst_sdlvideosink_navigation_send_event):
19189         * ext/sdl/sdlvideosink.h:
19190           Fix output stride copying, so that it displays correctly on 
19191           framebuffer devices that don't match our implict GStreamer stride
19192           arrangement.
19193
19194           Fix locking things. Offer XOverlay only when SDL is running against
19195           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
19196           actually match the embedded window size because there's no way to
19197           figure out what size that should be from the XOverlay interface.
19198           See comment in sdlvideosink.c
19199
19200 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19201
19202         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19203           Fix wrong memcpy source pointer.
19204
19205 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
19206
19207         * ext/libmms/gstmms.c: (gst_mms_finalize):
19208         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
19209         Just chain up finalize calls (calling parent_class->finalize).
19210
19211 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
19212
19213         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
19214         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
19215         Finalize method has been created and others small changes.
19216
19217 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
19218
19219         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
19220         (gst_musepackdec_class_init), (gst_musepackdec_init),
19221         (gst_musepackdec_send_newsegment),
19222         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
19223         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19224         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
19225         (gst_musepackdec_loop), (gst_musepackdec_change_state):
19226         * ext/musepack/gstmusepackdec.h:
19227         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19228         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
19229         (gst_musepack_reader_get_size):
19230         * ext/musepack/gstmusepackreader.h:
19231           Fix seeking in musepack files (it's still incredibly slow, but I
19232           don't think that is our plugin's fault). Clean up code and get
19233           rid of old cruft. Post tags with all kind of neat information like
19234           replay gain and such on the bus, if it is available. Add a
19235           'musepackdec' debug category.
19236
19237 2006-01-24  Edward Hervey  <edward@fluendo.com>
19238
19239         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19240         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19241         More coherent framerate setting on caps.
19242         If sample_size is available, use that for the samples' duration in
19243         the index. This enables single frame streams to work (and I imagine
19244         fixes some other cases).
19245         Tested on testsuite, no regression.
19246
19247 2006-01-23  Edward Hervey  <edward@fluendo.com>
19248
19249         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
19250         (qtdemux_video_caps), (qtdemux_audio_caps):
19251         Added codec recognition for:
19252         _ VP31 : video/x-vp3
19253         _ AVDJ : image/jpeg
19254         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
19255         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
19256
19257 2006-01-21  David Schleef  <ds@schleef.org>
19258
19259         * configure.ac:
19260         * ext/swfdec/gstswfdec.c: Update from swfdec.
19261
19262 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
19263
19264         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
19265         (qtdemux_audio_caps):
19266           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
19267           Fix 8bit case (#327133, based on patch by: Fabrizio
19268           Gennari <fabrizio dot ge at tiscali dot it>).
19269           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
19270           valid literals for endianness in caps strings,
19271           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
19272
19273 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
19274
19275         * ext/ivorbis/vorbisfile.c:
19276         * ext/neon/gstneonhttpsrc.c:
19277         Fixed state transictions PLAYING->NULL->PLAYING.
19278         
19279 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
19280
19281         * ext/tremor/vorbisfile.c:
19282         Some minor improvements on log messages.
19283
19284 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
19285
19286         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
19287         Ronald's patch applied. see bug #326318.
19288
19289 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19290
19291         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19292         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
19293         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
19294         * gst/qtdemux/qtdemux.h:
19295           Fix seeking for quicktime files. Could still use some more
19296           love and sophistication.
19297
19298 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
19299
19300         * ext/libmms/gstmms.c: gst_mms_init:
19301         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
19302         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
19303         Removed gst_base_src_set_live from mms and neon, and now calling
19304         parent_class->dispose in dispose on sdlaudio.
19305         
19306 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
19307
19308         * ext/sdl/sdlvideosink.c:
19309         Now implementing navigation interface and using
19310         GST_BOILER_PLATE_FULL.
19311         
19312 2006-01-11  Christian Schaller  <christian@fluendo.com>
19313
19314         Remove SunAudio plugin as Brian's new one is in -good
19315
19316         * sys/Makefile.am:
19317         * sys/sunaudio/Makefile.am:
19318         * sys/sunaudio/gstsunaudio.c:
19319         * sys/sunaudio/gstsunaudiosrc.c:
19320         * sys/sunaudio/gstsunaudiosrc.h:
19321         * sys/sunaudio/gstsunelement.c:
19322         * sys/sunaudio/gstsunelement.h:
19323         * sys/sunaudio/gstsunmixer.c:
19324         * sys/sunaudio/gstsunmixer.h:
19325
19326 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
19327
19328         * ext/sdl/sdlaudiosink.c:
19329         Replaced wrong style code by GST_BOILERPLATE.
19330         
19331 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
19332
19333         reviewed by: Edward Hervey  <edward@fluendo.com>
19334
19335         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19336         Add support for Indeo3 video in Quicktime files.
19337         Closes #326524
19338
19339 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
19340
19341         * configure.ac:
19342         * ext/sdl/Makefile.am:
19343         * ext/sdl/gstsdl.c:
19344         * ext/sdl/sdlaudiosink.c:
19345         * ext/sdl/sdlaudiosink.h:
19346         * ext/sdl/sdlvideosink.c:
19347         Created new element, sdlaudiosink.
19348         
19349 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
19350
19351         * added sys/directdraw
19352         * added sys/directsound
19353         * added win32/vs6/gst_plugins_bad.dsw
19354         * added win32/vs6/libgstdirectsound.dsp
19355         * added win32/vs6/libgstdirectdraw.dsp
19356         * added win32/common/config.h
19357         
19358 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19359
19360         * gst/games/gstpuzzle.c: (plugin_init):
19361           call oil_init() when using liboil
19362
19363 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
19364
19365         * ext/neon/gstneonhttpsrc.c:
19366         * ext/neon/gstneonhttpsrc.h:
19367         Some improvements in cancellation and debug messages.
19368                         
19369 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
19370
19371         * ext/neon/gstneonhttpsrc.c:
19372         * ext/neon/gstneonhttpsrc.h:
19373         Removed not need thread and changed to push out blocksize bytes.
19374         
19375 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
19376
19377         * configure.ac:
19378         * ext/Makefile.am
19379         * ext/neon:
19380         * ext/neon/Makefile.am:
19381         * ext/neon/gstneonhttpsrc.c:
19382         * ext/neon/gstneonhttpsrc.h:
19383         Created new element neonhttpsrc.
19384
19385 2005-12-19  Edward Hervey  <edward@fluendo.com>
19386
19387         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
19388         (gst_swfdec_chain), (gst_swfdec_render):
19389         Add debugging category and return GstFlowReturn in the right places
19390         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19391         Get something from the peer pad once we've checked if there is a peer pad.
19392         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19393         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
19394         (qtdemux_video_caps):
19395         Couple of fixes
19396
19397 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19398
19399         * ext/divx/Makefile.am:
19400         just a small fix. I have to pay more attention when commiting ;-)
19401
19402 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19403
19404         * configure.ac:
19405         * ext/Makefile.am:
19406         * ext/divx/Makefile.am:
19407         * ext/divx/gstdivxdec.c:
19408         * ext/divx/gstdivxdec.h:
19409         * ext/divx/gstdivxenc.c:
19410         * ext/divx/gstdivxenc.h:
19411         divxdec and divxenc ported to 0.10
19412         
19413 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19414
19415         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19416         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19417         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19418         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19419         (gst_dfbvideosink_can_blit_from_format),
19420         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19421         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19422         (gst_dfbsurface_finalize),
19423         (gst_dfbvideosink_navigation_send_event),
19424         (gst_dfbvideosink_update_colorbalance),
19425         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
19426         more refactoring, handle exotic DirectFB row stride.
19427
19428 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19429
19430         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19431         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
19432         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19433         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19434         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19435         (gst_dfbvideosink_can_blit_from_format),
19436         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19437         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19438         (gst_dfbsurface_finalize),
19439         (gst_dfbvideosink_navigation_send_event),
19440         (gst_dfbvideosink_update_colorbalance),
19441         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19442         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19443         (gst_dfbvideosink_class_init):
19444         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
19445         This should work both for hardware accelerated scaling and
19446         reverse caps negotiation with a scaling element.
19447
19448 2005-12-17  Julien MOUTTE  <julien@moutte.net>
19449
19450         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19451         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19452         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19453         * docs/plugins/gst-plugins-bad-plugins.args:
19454         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19455         * docs/plugins/gst-plugins-bad-plugins.signals:
19456         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19457         * docs/plugins/inspect/plugin-qtdemux.xml:
19458         * docs/plugins/inspect/plugin-sdlvideosink.xml:
19459         * docs/plugins/inspect/plugin-speed.xml:
19460         * docs/plugins/inspect/plugin-tta.xml: Updates.
19461         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19462         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
19463         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
19464         (gst_dfbvideosink_cleanup),
19465         (gst_dfbvideosink_can_blit_from_format),
19466         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19467         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
19468         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19469         (gst_dfbvideosink_interface_supported),
19470         (gst_dfbvideosink_navigation_send_event),
19471         (gst_dfbvideosink_update_colorbalance),
19472         (gst_dfbvideosink_colorbalance_list_channels),
19473         (gst_dfbvideosink_colorbalance_set_value),
19474         (gst_dfbvideosink_colorbalance_get_value),
19475         (gst_dfbvideosink_colorbalance_init),
19476         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19477         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
19478         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
19479         color balance interface.
19480
19481 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19482
19483         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
19484         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
19485         * gst/vbidec/vbidata.c:
19486         * gst/vbidec/vbidata.h:
19487         * gst/vbidec/vbiscreen.c:
19488         * sys/dxr3/ac3_padder.c:
19489           don't use doc comments for non-docs
19490           change some char* into char[]
19491
19492 2005-12-16  Julien MOUTTE  <julien@moutte.net>
19493
19494         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19495         (gst_dfbvideosink_init): Always prefer the primary layer.
19496
19497 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19498
19499         * ext/wavpack/gstwavpackdec.c:
19500           Oops, remove trailing comma from caps string.
19501
19502 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19503
19504         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19505         * ext/wavpack/gstwavpackparse.c:
19506           Wavpack supports samplerates from 6-192kHz, fix pad template
19507           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
19508           remove buffer-frames from caps, they are gone in 0.10.
19509
19510 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
19511
19512         * ext/xvid/Makefile.am:
19513         * ext/xvid/gstxviddec.c:
19514         * ext/xvid/gstxvidenc.c:
19515         Fixed some mem-leaks in xvid.
19516
19517 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19518
19519         * configure.ac:
19520         * ext/Makefile.am:
19521         * ext/xvid/gstxvid.c:
19522         * ext/xvid/gstxvid.h:
19523         * ext/xvid/gstxviddec.c:
19524         * ext/xvid/gstxviddec.h:
19525         * ext/xvid/gstxvidenc.c:
19526         * ext/xvid/gstxvidenc.h:
19527         xviddec and xvideenc ported to 0.10
19528                 
19529
19530 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19531
19532         * configure.ac:
19533         * ext/Makefile.am:
19534         * ext/dts/Makefile.am:
19535         * ext/dts/gstdtsdec.c:
19536         * ext/dts/gstdtsdec.h:
19537         dtsdec ported to 0.10
19538
19539 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19540
19541         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19542         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
19543         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
19544         (gst_musepackdec_loop):
19545         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
19546         (gst_swfdec_src_query):
19547         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
19548           GstObjects must be unref'ed with gst_object_unref() instead of
19549           g_object_unref(), otherwise things break for GLib-2.6 users.
19550
19551 2005-12-12  David Schleef  <ds@schleef.org>
19552
19553         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
19554         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
19555         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
19556         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
19557         because the video buffers previously never got freed.
19558
19559 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19560
19561         * ext/libmms/gstmms.c:
19562         Just removed a weird printf ;-)
19563
19564 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19565
19566         * configure.ac:
19567         * ext/libmms/gstmms.c:
19568         * ext/libmms/gstmms.h:
19569         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
19570         PREROOL..." to be fixed.
19571
19572 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
19573
19574         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
19575         (gst_faad_update_caps):
19576           Assume that an unknown channel mapping with 2 channels
19577           is stereo and play it that way instead of erroring.
19578
19579         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19580         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19581           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
19582           Debug fixes. Some 64 bit variable fixes
19583
19584 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
19585
19586         * configure.ac:
19587         * ext/Makefile.am:
19588         * ext/swfdec/Makefile.am:
19589         * ext/swfdec/gstswfdec.c:
19590         * ext/swfdec/gstswfdec.h:
19591         swfdec Ported to 0.10.
19592
19593 2005-12-07  Edward Hervey  <edward@fluendo.com>
19594
19595         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19596         (gst_qtdemux_add_stream):
19597         Memleak fixes.
19598         Send out EOS for valid reasons (couldn't pull_range() from upstream
19599         for example).
19600
19601 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19602
19603         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19604         * ext/audiofile/gstafparse.h:
19605         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
19606         * ext/audiofile/gstafsink.h:
19607         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
19608         * ext/audiofile/gstafsrc.h:
19609         * ext/cdaudio/gstcdaudio.c:
19610         * ext/divx/gstdivxenc.c:
19611         * ext/dts/gstdtsdec.h:
19612         * ext/faac/gstfaac.h:
19613         * ext/ivorbis/vorbisenc.h:
19614         * ext/ivorbis/vorbisfile.c:
19615         * ext/musepack/gstmusepackdec.h:
19616         * ext/nas/nassink.c:
19617         * ext/snapshot/gstsnapshot.c:
19618         * ext/sndfile/gstsf.h:
19619         * ext/tarkin/gsttarkindec.h:
19620         * ext/tarkin/gsttarkinenc.h:
19621         * ext/xine/gstxine.h:
19622         * ext/xine/xinecaps.c:
19623         * ext/xvid/gstxvid.h:
19624         * gst-libs/gst/play/play.h:
19625         * gst/apetag/apedemux.h:
19626         * gst/cdxaparse/gstcdxaparse.h:
19627         * gst/cdxaparse/gstcdxastrip.h:
19628         * gst/colorspace/yuv2rgb.c:
19629         * gst/colorspace/yuv2rgb.h:
19630         * gst/equalizer/gstiirequalizer.c:
19631         * gst/festival/gstfestival.h:
19632         * gst/games/gstpuzzle.c:
19633         * gst/games/gstvideoimage.c:
19634         * gst/games/gstvideoimage.h:
19635         * gst/modplug/gstmodplug.h:
19636         * gst/modplug/libmodplug/it_defs.h:
19637         * gst/modplug/libmodplug/modplug.h:
19638         * gst/modplug/libmodplug/sndfile.h:
19639         * gst/modplug/libmodplug/stdafx.h:
19640         * gst/mpeg1sys/buffer.c:
19641         * gst/mpeg1sys/gstmpeg1systemencode.h:
19642         * gst/mpeg1sys/main.h:
19643         * gst/mpeg1sys/systems.c:
19644         * gst/mpeg1videoparse/gstmp1videoparse.h:
19645         * gst/mpeg2sub/gstmpeg2subt.h:
19646         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19647         * gst/mpegaudioparse/gstmpegaudioparse.h:
19648         * gst/multifilesink/gstmultifilesink.h:
19649         * gst/overlay/gstoverlay.h:
19650         * gst/qtdemux/qtdemux.c:
19651         * gst/qtdemux/qtdemux.h:
19652         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
19653         * gst/rtjpeg/RTjpeg.h:
19654         * gst/tta/crc32.h:
19655         * gst/tta/filters.h:
19656         * gst/tta/ttadec.h:
19657         * gst/videodrop/gstvideodrop.h:
19658         * sys/cdrom/gstcdplayer.h:
19659         * sys/cdrom/gstcdplayer_ioctl.c:
19660         * sys/cdrom/gstcdplayer_ioctl.h:
19661         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
19662         * sys/cdrom/gstcdplayer_ioctl_irix.h:
19663         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
19664         * sys/dxr3/dxr3audiosink.c:
19665         * sys/dxr3/dxr3audiosink.h:
19666         * sys/dxr3/dxr3spusink.c:
19667         * sys/dxr3/dxr3spusink.h:
19668         * sys/dxr3/dxr3videosink.c:
19669         * sys/dxr3/dxr3videosink.h:
19670         * sys/qcam/dark.c:
19671         * sys/qcam/gstqcamsrc.c:
19672         * sys/v4l2/gstv4l2colorbalance.h:
19673         * sys/v4l2/gstv4l2element.h:
19674         * sys/v4l2/gstv4l2src.h:
19675         * sys/v4l2/gstv4l2tuner.h:
19676         * sys/v4l2/gstv4l2xoverlay.h:
19677         * sys/v4l2/v4l2_calls.c:
19678         * sys/v4l2/v4l2_calls.h:
19679         * sys/v4l2/v4l2src_calls.c:
19680         * sys/v4l2/v4l2src_calls.h:
19681         * sys/vcd/vcdsrc.h:
19682           expand tabs
19683
19684 === release 0.10.0 ===
19685
19686 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19687
19688         * configure.ac:
19689           releasing 0.10.0, "Camembert"
19690
19691 2005-12-05  Andy Wingo  <wingo@pobox.com>
19692
19693         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
19694         * ext/faad/gstfaad.c: (gst_faad_chain):
19695         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
19696         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
19697         * ext/xine/xineinput.c: (gst_xine_input_get):
19698         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
19699         * gst/speed/gstspeed.c: (speed_chain):
19700         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
19701         alloc_buffer changes.
19702
19703 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19704
19705         * ext/Makefile.am:
19706           Add missing $(WAVPACK_DIR) (#322962).
19707
19708 === release 0.9.7 ===
19709
19710 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19711
19712         * configure.ac:
19713           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
19714
19715 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
19716
19717         * PORTED_09:
19718         * configure.ac:
19719         * ext/Makefile.am:
19720         * ext/libmms/Makefile.am:
19721         * ext/libmms/gstmms.c:
19722         * ext/libmms/gstmms.h:
19723         libmm ported to 0.9. It works fine, but print some error messages. I
19724         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
19725         
19726 2005-11-28  Edward Hervey  <edward@fluendo.com>
19727
19728         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19729         Handle gracefully the consequence of "Maximum number of scalefactor
19730         bands exceeded", which results in 0 channels with samplerates of 0.
19731         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
19732         Do upward transitions, then call parent state_change, then do
19733         downward transitions.
19734
19735 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19736
19737         * ext/Makefile.am:
19738           alphabets, so hard to master.  Should fix distcheck.
19739
19740 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
19741
19742         * configure.ac:
19743         * PORTED_09:
19744         * ext/Makefile.am:
19745         * ext/wavpack/Makefile.am:
19746         * ext/wavpack/gstwavpackdec.c:
19747         * ext/wavpack/gstwavpackdec.h:
19748         * ext/wavpack/gstwavpackparse.c:
19749         * ext/wavpack/gstwavpackparse.h:
19750         Wavpack ported to 0.9. No support for correction file yet.
19751
19752 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19753
19754         * ext/wavpack/Makefile.am:
19755         * ext/wavpack/gstwavpack.c: (plugin_init):
19756         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
19757         * ext/wavpack/gstwavpackcommon.h:
19758         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
19759         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
19760         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19761         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
19762         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
19763         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
19764         (gst_wavpack_dec_plugin_init):
19765         * ext/wavpack/gstwavpackdec.h:
19766         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
19767         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
19768         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
19769         (gst_wavpack_parse_src_event), (find_header), (find_sample),
19770         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
19771         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
19772         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
19773         * ext/wavpack/gstwavpackparse.h:
19774           put back wavpack - still needs porting
19775
19776 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19777
19778         * configure.ac: back to HEAD
19779
19780 === release 0.9.6 ===
19781
19782 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19783
19784         * configure.ac:
19785           releasing 0.9.6, "Hot Tea"
19786
19787 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19788
19789         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19790         * ext/directfb/dfb-example.c: (main):
19791         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
19792         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
19793         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19794         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
19795         (gst_dfbvideosink_bufferpool_clear),
19796         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19797         (gst_dfbvideosink_navigation_send_event),
19798         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19799         (gst_dfbvideosink_class_init):
19800         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19801         fixes.
19802
19803 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19804
19805         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19806         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19807         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19808         * ext/sdl/sdlvideosink.h:
19809         Updates for fractional framerates and XOverlay interface changes
19810
19811 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19812
19813         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19814         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19815         (qtdemux_parse_trak):
19816         Convert to fractional framerates
19817
19818 2005-11-23  Edward Hervey  <edward@fluendo.com>
19819
19820         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19821         Fix for latest API changes
19822
19823 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19824         * configure.ac:
19825         * PORTED_09:
19826         * extt/Makefile.am:
19827         * ext/musepack/gstmusepackdec.c:
19828         * ext/musepack/gstmusepackdec.h:
19829         * ext/musepack/gstmusepackreader.c:
19830         * ext/musepack/gstmusepackreader.h:
19831         Musepackdec ported to 0.9. There is still a small problem to be
19832         solved, after the end of file, the pipeline doens't stop.
19833
19834 2005-11-22  Andy Wingo  <wingo@pobox.com>
19835
19836         * ext/faad/gstfaad.c (gst_faad_event)
19837         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19838         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19839         * gst/speed/gstspeed.c (speed_sink_event)
19840         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19841         (gst_tta_parse_parse_header): Run update-funcnames.
19842
19843 2005-11-21  Michael Smith <msmith@fluendo.com>
19844
19845         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19846           Don't take STREAM_LOCK in sink event handlers any more.
19847
19848 2005-11-21  Wim Taymans  <wim@fluendo.com>
19849
19850         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19851         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19852         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19853         Fix for stream lock updates.
19854
19855 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19856
19857         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19858           Add DX50, DIVX and DIV3 fourccs (patch by
19859           j@bootlab.org, #321903).
19860
19861 2005-11-21  Andy Wingo  <wingo@pobox.com>
19862
19863         * *.h:
19864         * *.c: Ran scripts/update-macros. Oh yes.
19865
19866 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19867
19868         * ext/directfb/dfbvideosink.c:
19869         (gst_dfbvideosink_get_format_from_caps):
19870         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19871         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19872         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19873         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19874         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19875         (qtdemux_audio_caps):
19876         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19877         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19878         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19879           Update for GST_FOURCC_FORMAT API change.
19880
19881 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19882
19883         * ext/audioresample/gstaudioresample.c:
19884         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19885         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19886         * gst/modplug/gstmodplug.cc:
19887         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19888         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19889         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19890         (#322027)
19891
19892 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19893
19894         * ext/Makefile.am:
19895         * ext/ivorbis/vorbisfile.c:
19896         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19897         ! tremor ! alsasink. Some issues to be solved yet:
19898         1- set correct timestamps
19899         2- seek is forced to disabled in pull-mode
19900         
19901 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19902
19903         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19904         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19905         (gst_faac_chain):
19906           Set proper caps on source pad (#320532).
19907
19908         * ext/faad/gstfaad.c:
19909           Don't use gtk-doc markers for comment block.
19910
19911 2005-11-14  Andy Wingo  <wingo@pobox.com>
19912
19913         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19914         debugging, allows dll builds on windows. Fixes #316076.
19915
19916 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19917
19918         * configure.ac: back to HEAD
19919
19920 === release 0.9.5 ===
19921
19922 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19923
19924         * configure.ac:
19925           releasing 0.9.5, "Thrice Belgian Bar"
19926
19927 2005-11-11  Michael Smith <msmith@fluendo.com>
19928
19929         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19930           Make this compile on systems with broken headers. 
19931
19932 2005-11-11  Michael Smith <msmith@fluendo.com>
19933
19934         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19935           Call functions with the correct API. Unfortunately, unless your
19936           distribution patches upstream, the public header file for FAAD
19937           doesn't actually declare the API accurately. So, some nastiness
19938           ensues...
19939
19940 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19941
19942         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19943
19944         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19945           Add support for custom genre tags.
19946
19947 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19948
19949         * ext/tarkin/wavelet.c:
19950         * ext/tarkin/wavelet.h:
19951         * gst/mpegaudioparse/gstmpegaudioparse.c:
19952         * gst/vbidec/vbidata.c:
19953         * gst/vbidec/vbiscreen.h:
19954         * sys/dxr3/ac3_padder.c:
19955         * sys/dxr3/dxr3audiosink.c:
19956         * sys/dxr3/dxr3spusink.c:
19957         * sys/dxr3/dxr3videosink.c:
19958         * sys/qcam/dark.c:
19959           Don't use gtk-doc markers for normal comments. Fix
19960           gtk-doc formatting where required.
19961
19962 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19963
19964         * configure.ac:
19965         * PORTED_09:
19966         * ext/Makefile.am:
19967         * ext/ivorbis/vorbis.c:
19968         * ext/ivorbis/vorbisfile.c:
19969         Ported to 0.9. Some issues to be solved yet:
19970         1- set correct timestamps
19971         2- seg fault when eos
19972         3- seek is now disabled
19973
19974 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19975
19976         * examples/Makefile.am: Cleanup non existing
19977         examples.
19978
19979 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19980
19981         * docs/plugins/inspect.stamp: Add missing files.
19982
19983 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19984
19985         * examples/Makefile.am: Make buildbot happy.
19986
19987 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19988
19989         * Makefile.am: examples in dist subdirs.
19990         * configure.ac: enable parameter for building 
19991         examples.
19992         * docs/plugins/gst-plugins-bad-plugins.args:
19993         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19994         * examples/Makefile.am: Updates.
19995
19996 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19997
19998         * Makefile.am:
19999         * autogen.sh:
20000         * configure.ac:
20001         * docs/Makefile.am:
20002         * docs/plugins/.cvsignore:
20003         * docs/plugins/Makefile.am:
20004         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
20005         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
20006         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
20007         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
20008         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
20009         * docs/plugins/gst-plugins-bad-plugins.args:
20010         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
20011         * docs/plugins/gst-plugins-bad-plugins.interfaces:
20012         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
20013         * docs/plugins/gst-plugins-bad-plugins.signals:
20014         * docs/plugins/gst-plugins-bad-plugins.types:
20015         * docs/plugins/inspect/plugin-dfbvideosink.xml:
20016         * docs/version.entities.in: Enable documentation.
20017         * examples/Makefile.am:
20018         * examples/directfb/Makefile.am:
20019         * examples/directfb/decker.ttf:
20020         * examples/directfb/dfblogo.png:
20021         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
20022         (size_changed), (setup_dynamic_link), (main): Add an example
20023         application for DirectFB.
20024
20025 2005-11-06  Julien MOUTTE  <julien@moutte.net>
20026
20027         * ext/directfb/Makefile.am: Add the example application.
20028         * ext/directfb/dfb-example.c: (get_me_out), (main):
20029         Here is an example application that runs videotestsrc for 20
20030         seconds. It's included in the documentation.
20031         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
20032         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
20033         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
20034         More fixes, calculate new size of the buffer when renegotiating.
20035         This completely breaks ffmpegcolorspace but i need to discuss 
20036         that with Wim on monday. Add documentation.
20037
20038 2005-11-05  Julien MOUTTE  <julien@moutte.net>
20039
20040         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
20041         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
20042         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
20043         better, add safety checks and ARGB support for cards that
20044         support it.
20045
20046 2005-11-04  Julien MOUTTE  <julien@moutte.net>
20047
20048         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
20049         (gst_dfbvideosink_surface_destroy),
20050         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
20051         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
20052         (gst_dfbvideosink_buffer_alloc):
20053         * ext/directfb/dfbvideosink.h: Now does clipping when surface
20054         is too small, handles upstream elements that are not calling
20055         gst_pad_alloc_buffer, fixes a lot of bugs.
20056
20057 2005-11-03  Julien MOUTTE  <julien@moutte.net>
20058
20059         * ext/directfb/Makefile.am: Prepare for liboil usage.
20060         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
20061         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
20062         rendering in external surface correctly. Will commit a neat
20063         example soon.
20064
20065 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
20066
20067         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
20068         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
20069         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
20070         * ext/sdl/sdlvideosink.h:
20071         Add support to exit when 'Esc' key is pressed.
20072
20073 2005-11-02  Julien MOUTTE  <julien@moutte.net>
20074
20075         * configure.ac: Requires DirectFB 0.9.24
20076
20077 2005-11-02  Julien MOUTTE  <julien@moutte.net>
20078
20079         * configure.ac:
20080         * ext/Makefile.am:
20081         * ext/directfb/Makefile.am:
20082         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
20083         (gst_dfbvideosink_surface_create),
20084         (gst_dfbvideosink_surface_destroy),
20085         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
20086         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
20087         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
20088         (gst_dfbvideosink_get_format_from_caps),
20089         (gst_dfbvideosink_get_caps_from_format),
20090         (gst_dfbvideosink_can_blit_from_format),
20091         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
20092         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
20093         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
20094         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
20095         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
20096         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
20097         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
20098         (gst_dfbvideosink_interface_init),
20099         (gst_dfbvideosink_navigation_send_event),
20100         (gst_dfbvideosink_navigation_init),
20101         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
20102         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
20103         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
20104         (plugin_init):
20105         * ext/directfb/dfbvideosink.h:
20106         * ext/directfb/directfbvideosink.c:
20107         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
20108         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
20109         scaling, navigation, buffer allocation from video memory etc...
20110
20111 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
20112
20113         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
20114         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
20115         gst_sdlvideosink_create:
20116         Changed property full-screen to fullscreen, using SDL_SWSURFACE
20117         instead of SDL_HWSURFACE when in full screen mode.
20118         
20119 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
20120
20121         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
20122         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
20123         gst_sdlvideosink_init, gst_sdlvideosink_create:
20124         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
20125         Added a property that allows full-screen.
20126
20127 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
20128
20129         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
20130         (gst_sdlvideosink_class_init),
20131         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
20132         (gst_sdlvideosink_show_frame):
20133         * ext/sdl/sdlvideosink.h:
20134           Fix I420 output on some machines (not very nice, but should work).
20135           Add an 'sdlvideosink' debug category. Disable formats that do
20136           not work. Fix some vararg function issues.
20137
20138 2005-10-27  Wim Taymans  <wim@fluendo.com>
20139
20140         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
20141         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
20142         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
20143         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
20144         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
20145         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
20146         Fix SDL videosink and did some cleanups.
20147
20148 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
20149
20150         * ext/sdl/sdlvideosink.c:
20151         * ext/sdl/sdlvideosink.h:
20152         Trying to fix videos out of sync (not fixed yet)
20153         
20154 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20155
20156         * gst/qtdemux/qtdemux.h:
20157           Remove got_redirect from class structure as well.
20158
20159 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20160
20161         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
20162         (qtdemux_parse_tree):
20163           Remove 'got-redirect' signal and post element message
20164           on the bus instead.
20165
20166 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20167
20168         * ext/gsm/gstgsm.c:
20169         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
20170         * ext/gsm/gstgsmdec.h:
20171         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
20172         (gst_gsmenc_chain):
20173         Fixing stuff as wingo pointed out.
20174
20175 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20176
20177         * ext/gsm/gstgsm.c: (plugin_init):
20178         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
20179         (gst_gsmdec_chain):
20180         * ext/gsm/gstgsmdec.h:
20181         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
20182         (gst_gsmenc_chain):
20183         * ext/gsm/gstgsmenc.h:
20184         Over-writing Wim's gsm plugins (currently not working) with that from the 
20185         farsight repo. Also made sure that they work with the RTP (de)payloader.
20186
20187 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20188
20189         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
20190         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
20191         * ext/gsm/gstgsmenc.h:
20192         Fixed event handling
20193
20194 2005-10-24  Christian Schaller  <christian@fluendo.com>
20195
20196         * configure.ac: port over thomas's plugin listing from base
20197
20198 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20199
20200         * configure.ac:
20201           back to HEAD
20202
20203 === release 0.9.4 ===
20204
20205 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20206
20207         * NEWS:
20208         * RELEASE:
20209         * configure.ac:
20210           Releasing 0.9.4, "Utahraptor"
20211
20212 2005-10-23  Julien MOUTTE  <julien@moutte.net>
20213
20214         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
20215
20216 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20217
20218         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
20219         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
20220         (gst_faad_chain), (gst_faad_change_state):
20221         * ext/faad/gstfaad.h:
20222           Do some timestamp smoothing (matroskademux apparently sends
20223           multiple buffers in a row with the same timestamp); fix
20224           duration on outgoing buffers; fix change state function; use
20225           GST_DEBUG_FUNCPTR for pad functions.
20226
20227 2005-10-19  Wim Taymans  <wim@fluendo.com>
20228
20229         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
20230         (gst_qtdemux_handle_src_query):
20231         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
20232         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
20233         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
20234         API change fix.
20235
20236 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20237
20238         * configure.ac:
20239           All the cool kids use GST_DOCBOOK_CHECK now.
20240
20241 2005-10-18  Julien MOUTTE  <julien@moutte.net>
20242
20243         * gst/speed/Makefile.am: Fix build of speed. 
20244
20245 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
20246
20247         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
20248         (speed_parse_caps), (speed_src_event), (speed_sink_event),
20249         (speed_src_query), (speed_init), (speed_set_property),
20250         (speed_change_state), (gst_speed_convert):
20251         Fixed speed - the previous version, 1.38, has been ported to 0.9
20252         from a wrong version, 1.37 (from 1.36). That fix already includes
20253         the changes done in 1.36.2.4.
20254
20255 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
20256
20257         * configure.ac:
20258           Fix glib check
20259
20260 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20261
20262         * examples/stats/mp2ogg.c:
20263         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
20264         (tarkin_synthesis_packetin):
20265           and more typos fixed
20266
20267 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20268
20269         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
20270         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
20271         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
20272         (gst_faac_get_property), (gst_faac_change_state):
20273           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
20274           move event handling from chain function into an event function,
20275           add some locks here and there, do some cleanups; disable 32-bit
20276           integer and float input formats until we're sure that those 
20277           actually work (couldn't play back the produced files with 
20278           anything).
20279
20280 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20281
20282         * examples/indexing/indexmpeg.c: (main):
20283         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
20284         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
20285         * ext/artsd/gstartsdsink.h:
20286         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
20287         (gst_afparse_close_file):
20288         * ext/audiofile/gstafparse.h:
20289         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
20290         (gst_afsink_close_file), (gst_afsink_chain),
20291         (gst_afsink_change_state):
20292         * ext/audiofile/gstafsink.h:
20293         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
20294         (gst_afsrc_close_file), (gst_afsrc_change_state):
20295         * ext/audiofile/gstafsrc.h:
20296         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
20297         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
20298         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
20299         * ext/jack/gstjack.h:
20300         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
20301         (gst_jack_bin_change_state):
20302         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
20303         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
20304         * ext/nas/nassink.c: (gst_nassink_open_audio),
20305         (gst_nassink_close_audio), (gst_nassink_change_state):
20306         * ext/nas/nassink.h:
20307         * ext/polyp/polypsink.c: (gst_polypsink_init):
20308         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20309         * ext/sdl/sdlvideosink.h:
20310         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20311         * ext/sndfile/gstsf.c: (gst_sf_set_property),
20312         (gst_sf_change_state), (gst_sf_release_request_pad),
20313         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
20314         * ext/sndfile/gstsf.h:
20315         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
20316         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
20317         * gst/apetag/apedemux.c: (gst_ape_demux_init):
20318         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
20319         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
20320         * gst/festival/gstfestival.c: (gst_festival_change_state):
20321         * gst/festival/gstfestival.h:
20322         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
20323         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
20324         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
20325         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
20326         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
20327         (gst_multifilesink_chain), (gst_multifilesink_change_state):
20328         * gst/multifilesink/gstmultifilesink.h:
20329         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
20330         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
20331         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
20332         (dxr3audiosink_open), (dxr3audiosink_close),
20333         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
20334         (dxr3audiosink_change_state):
20335         * sys/dxr3/dxr3audiosink.h:
20336         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
20337         (dxr3spusink_close), (dxr3spusink_chain),
20338         (dxr3spusink_change_state):
20339         * sys/dxr3/dxr3spusink.h:
20340         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
20341         (dxr3videosink_open), (dxr3videosink_close),
20342         (dxr3videosink_write_data), (dxr3videosink_change_state):
20343         * sys/dxr3/dxr3videosink.h:
20344         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
20345         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
20346         (gst_qcamsrc_open), (gst_qcamsrc_close):
20347         * sys/qcam/gstqcamsrc.h:
20348         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
20349         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
20350         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
20351         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
20352         * sys/vcd/vcdsrc.h:
20353         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20354         moved bitshift from macro to enum definition
20355
20356 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20357
20358         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20359
20360         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
20361           Fix depth/width handling for float audio (#318659).
20362
20363 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20364
20365         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20366
20367         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
20368         (gst_faac_src_setcaps), (gst_faac_chain):
20369           Refcount fixes (#318660)
20370
20371 2005-10-12  Julien MOUTTE  <julien@moutte.net>
20372
20373         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
20374         automake-1.7 happy again.
20375
20376 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
20377
20378         * ext/faad/gstfaad.c: (gst_faad_event):
20379           newsegment API update
20380
20381 2005-10-11  Wim Taymans  <wim@fluendo.com>
20382
20383         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20384         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
20385         (gst_tta_parse_parse_header):
20386         newsegment API update.
20387
20388 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20389
20390         * configure.ac:
20391           back to development
20392
20393 === release 0.9.3 ===
20394
20395 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20396
20397         * configure.ac:
20398           Releasing 0.9.3, "Porthos"
20399
20400 2005-09-28  Wim Taymans  <wim@fluendo.com>
20401
20402         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20403         No need to take stream lock here.
20404
20405 2005-09-26  Christian Schaller  <uraeus@gnome.org>
20406
20407         * configure.ac: add speed and rfb where needed
20408         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
20409
20410 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
20411
20412         * ext/gsm/Makefile.am:
20413         * ext/gsm/gstgsm.c:
20414         * ext/gsm/gstgsmdec.c:
20415         * PORTED_09:
20416         Gsmdec ported to 0.9.
20417
20418 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
20419
20420         * configure.ac:
20421         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
20422         (gst_tta_dec_chain):
20423         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
20424         (gst_tta_parse_class_init), (gst_tta_parse_reset),
20425         (gst_tta_parse_init), (gst_tta_parse_src_event),
20426         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
20427         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
20428         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
20429         (gst_tta_parse_loop), (gst_tta_parse_change_state):
20430         * gst/tta/gstttaparse.h:
20431           Ported tta plugin to 0.9.
20432
20433
20434 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20435
20436         * ext/gsm/gstgsmenc.c:
20437           Setting caps on the outgoing buffers.
20438           Need to fix: rtpencoder does not know what it is handling and
20439           errors out
20440
20441 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
20442
20443         * configure.ac:
20444         * ext/sdl/Makefile.am:
20445           Fixed Makefile.am - removed hard coded flags from Makefile.am.
20446           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
20447
20448 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
20449
20450         * Makefile.am:
20451         * configure.ac:
20452         * ext/sdl/Makefile.am:
20453         * ext/sdl/sdlvideosink.c:
20454         * PORTED_09:
20455           Ported to 0.9.
20456
20457 === release 0.9.1 ===
20458
20459 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20460
20461         * configure.ac:
20462         * gst/speed/Makefile.am:
20463         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
20464         * PORTED_09:
20465
20466 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20467
20468         * NEWS:
20469         * README:
20470         * RELEASE:
20471         * configure.ac:
20472         * autogen.sh:
20473           releasing 0.9.1, "Angel Eyes"
20474
20475 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
20476         * examples/gstplay/player.c: (main):
20477         * examples/stats/mp2ogg.c: (main):
20478         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
20479         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
20480         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
20481         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
20482         * ext/dirac/gstdiracdec.cc:
20483         * ext/directfb/directfbvideosink.c:
20484         (gst_directfbvideosink_change_state):
20485         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
20486         * ext/faac/gstfaac.c: (gst_faac_change_state):
20487         * ext/hermes/gsthermescolorspace.c:
20488         (gst_hermes_colorspace_change_state):
20489         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
20490         * ext/jack/gstjack.c: (gst_jack_change_state):
20491         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
20492         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
20493         * ext/libmms/gstmms.c: (gst_mms_change_state):
20494         * ext/mpeg2enc/gstmpeg2enc.cc:
20495         * ext/mplex/gstmplex.cc:
20496         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
20497         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
20498         * ext/nas/nassink.c: (gst_nassink_change_state):
20499         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
20500         (context_state_callback), (gst_polypsink_link):
20501         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20502         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
20503         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
20504         * ext/sndfile/gstsf.c: (gst_sf_change_state):
20505         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20506         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
20507         * ext/xine/xine.c: (gst_xine_change_state):
20508         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
20509         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
20510         * ext/xine/xineinput.c: (gst_xine_input_change_state):
20511         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
20512         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
20513         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
20514         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
20515         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
20516         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
20517         * gst/festival/gstfestival.c: (gst_festival_change_state):
20518         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
20519         * gst/modplug/gstmodplug.cc:
20520         * gst/mpeg1videoparse/gstmp1videoparse.c:
20521         (gst_mp1videoparse_change_state):
20522         * gst/mpegaudioparse/gstmpegaudioparse.c:
20523         (gst_mp3parse_change_state):
20524         * gst/multifilesink/gstmultifilesink.c:
20525         (gst_multifilesink_change_state):
20526         * gst/speed/gstspeed.c: (speed_change_state):
20527         * gst/switch/gstswitch.c: (gst_switch_change_state):
20528         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
20529         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
20530         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
20531         * po/af.po:
20532         * po/az.po:
20533         * po/cs.po:
20534         * po/en_GB.po:
20535         * po/hu.po:
20536         * po/it.po:
20537         * po/nb.po:
20538         * po/nl.po:
20539         * po/or.po:
20540         * po/sq.po:
20541         * po/sr.po:
20542         * po/sv.po:
20543         * po/uk.po:
20544         * po/vi.po:
20545         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
20546         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
20547         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
20548         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
20549         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
20550         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
20551         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
20552         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
20553         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
20554         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
20555         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
20556         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
20557           Fix up all the state change functions.
20558
20559 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20560
20561         * created gst-plugins-bad
20562
20563 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20564
20565         * configure.ac:
20566         * ext/Makefile.am:
20567         * ext/gsm/Makefile.am:
20568         * ext/gsm/gstgsm.c: 
20569         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
20570         * PORTED_09:
20571
20572 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20573
20574         * configure.ac:
20575         * ext/Makefile.am:
20576         * ext/faac/Makefile.am:
20577         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.