tests/check/elements/speexresample.c: Add pipeline unit tests for testing all support...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         * tests/check/elements/speexresample.c: (element_message_cb),
4         (eos_message_cb), (test_pipeline), (GST_START_TEST),
5         (speexresample_suite):
6         Add pipeline unit tests for testing all supported formats with
7         up/downsampling and different in/outrates.
8
9         * gst/speexresample/gstspeexresample.c:
10         (gst_speex_resample_push_drain), (gst_speex_resample_process):
11         * gst/speexresample/speex_resampler_wrapper.h:
12         Fix bugs identified by the testsuite.
13
14 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
15
16         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_stop),
17         (gst_speex_resample_get_funcs),
18         (gst_speex_resample_transform_size),
19         (gst_speex_resample_convert_buffer),
20         (gst_speex_resample_push_drain), (gst_speex_resample_process):
21         * gst/speexresample/gstspeexresample.h:
22         * gst/speexresample/speex_resampler_wrapper.h:
23         Add support for int8, int24 and int32 input by converting internally
24         to/from int16 or double.
25
26 2008-10-30  Jan Schmidt  <jan.schmidt@sun.com>
27
28         * ext/resindvd/resindvdsrc.c:
29         * ext/resindvd/resindvdsrc.h:
30         Better fix for #546319 and similar cases by explicitly
31         registering when we're in playing state or not.
32
33 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
34
35         * ext/ladspa/gstladspa.c:
36           Whitespace.
37         * ext/ladspa/gstsignalprocessor.c:
38           Add a FIXME:. not sure if this code does the forwarding correctly.
39
40 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
41
42         * gst/speexresample/Makefile.am:
43         * gst/speexresample/arch.h:
44         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_stop),
45         (gst_speex_resample_get_unit_size), (gst_speex_resample_get_funcs),
46         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
47         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
48         (_gcd), (gst_speex_resample_transform_size),
49         (gst_speex_resample_set_caps), (gst_speex_resample_push_drain),
50         (gst_speex_resample_process), (gst_speex_resample_transform),
51         (gst_speex_resample_query), (gst_speex_resample_set_property):
52         * gst/speexresample/gstspeexresample.h:
53         * gst/speexresample/resample.c:
54         * gst/speexresample/speex_resampler.h:
55         * gst/speexresample/speex_resampler_double.c:
56         * gst/speexresample/speex_resampler_wrapper.h:
57         * tests/check/elements/speexresample.c: (setup_speexresample),
58         (test_perfect_stream_instance), (GST_START_TEST),
59         (test_discont_stream_instance):
60         Add support for double samples as input and refactor the usage
61         of the different compilation flavors of the speex resampler.
62
63 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
64
65         * gst/scaletempo/gstscaletempo.c:
66           Return the result of parent_class->event().
67
68 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
69
70         * gst/audiobuffer/Makefile.am:
71         * gst/audiobuffer/gstaudioringbuffer.c:
72         (gst_int_ring_buffer_acquire), (gst_int_ring_buffer_release),
73         (gst_int_ring_buffer_start), (gst_int_ring_buffer_base_init),
74         (gst_int_ring_buffer_class_init), (gst_int_ring_buffer_init),
75         (gst_int_ring_buffer_new), (gst_audio_ringbuffer_get_type),
76         (gst_audio_ringbuffer_class_init), (gst_audio_ringbuffer_init),
77         (gst_audio_ringbuffer_finalize), (gst_audio_ringbuffer_getcaps),
78         (gst_audio_ringbuffer_setcaps), (gst_audio_ringbuffer_bufferalloc),
79         (gst_audio_ringbuffer_handle_sink_event),
80         (gst_audio_ringbuffer_render), (gst_audio_ringbuffer_chain),
81         (gst_audio_ringbuffer_handle_src_event),
82         (gst_audio_ringbuffer_handle_src_query),
83         (gst_audio_ringbuffer_get_range),
84         (gst_audio_ringbuffer_src_checkgetrange_function),
85         (gst_audio_ringbuffer_sink_activate_push),
86         (gst_audio_ringbuffer_src_activate_push),
87         (gst_audio_ringbuffer_src_activate_pull),
88         (gst_audio_ringbuffer_change_state),
89         (gst_audio_ringbuffer_set_property),
90         (gst_audio_ringbuffer_get_property), (plugin_init):
91         Add first version of an audioringbuffer element that can be inserted in
92         the pipeline to convert push-based upstream into a pull-based
93         downstream.
94
95 2008-10-29  Michael Smith <msmith@songbirdnest.com>
96
97         * gst/aiffparse/aiffparse.c:
98           AIFF is always signed, even for 8 bit.
99
100 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
101
102         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
103         Fix the docs.
104
105 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
106
107         Patch by: Robin Stocker <robin at nibor dot org>
108
109         * gst/real/gstrealvideodec.c: (gst_real_video_dec_setcaps):
110         A RealVideo video inside a container (for example MKV) should use the
111         PAR which is specified on the sinkpad caps. Fixes #558416.
112
113 2008-10-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
114
115         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_start),
116         (gst_speex_resample_get_unit_size),
117         (gst_speex_resample_push_drain), (gst_speex_resample_event),
118         (gst_speex_resample_check_discont), (gst_speex_resample_process),
119         (gst_speex_resample_transform):
120         * gst/speexresample/gstspeexresample.h:
121         Rewrite timestamp tracking to make it more robust and guarantee
122         a continous stream.
123
124         * tests/check/Makefile.am:
125         * tests/check/elements/speexresample.c: (setup_speexresample),
126         (cleanup_speexresample), (fail_unless_perfect_stream),
127         (test_perfect_stream_instance), (GST_START_TEST),
128         (test_discont_stream_instance), (live_switch_alloc_only_48000),
129         (live_switch_get_sink_caps), (live_switch_push),
130         (speexresample_suite):
131         Add unit tests for speexresample based on the audioresample unit tests.
132
133 2008-10-29  Jan Schmidt  <thaytan@noraisin.net>
134
135         * ext/resindvd/resindvdsrc.c:
136         Make sure to start the NAV packet processing when changing
137         state to PLAYING  by passing a flag that indicates the state
138         change is in progress.
139         Fixes: #546319
140
141 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
142
143         * ext/resindvd/resin-play:
144           Remove $@ to fix parse_launch warning
145
146         * ext/resindvd/resin-play2:
147           Add a version that uses deinterlace and xvimagesink.
148           
149
150 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
151
152         * gst/speexresample/gstspeexresample.c:
153         (gst_speex_resample_get_unit_size),
154         (gst_speex_resample_fixate_caps), (gst_speex_resample_init_state),
155         (gst_speex_resample_update_state), (gst_speex_resample_parse_caps),
156         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
157         (gst_speex_resample_push_drain), (gst_speex_resample_event),
158         (gst_speex_resample_check_discont), (gst_speex_fix_output_buffer),
159         (gst_speex_resample_process), (gst_speex_resample_transform),
160         (gst_speex_resample_query), (gst_speex_resample_set_property):
161         * gst/speexresample/gstspeexresample.h:
162         Some random cleanup, add G_LIKELY and friends, use GST_DEBUG_OBJECT
163         instead of GST_DEBUG, ...
164
165 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
166
167         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
168         Implement position query in time format.
169
170 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
171
172         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
173         (gst_flv_demux_loop), (gst_flv_demux_handle_seek_push),
174         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
175         (gst_flv_demux_dispose), (gst_flv_demux_init):
176         * gst/flv/gstflvdemux.h:
177         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
178         (gst_flv_parse_tag_video), (gst_flv_parse_tag_timestamp):
179         Put the GstSegment directly into the instance struct instead of
180         allocating and free'ing it again.
181
182         Push tags already if only one pad was added, no need to wait for
183         the second one.
184
185         When generating our index set has_video and has_audio if we find
186         video or audio in case the FLV header has incorrect data.
187
188 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
189
190         * gst/speexresample/gstspeexresample.c:
191         (gst_speex_resample_class_init), (gst_speex_resample_fixate_caps),
192         (gst_speex_resample_process):
193         Fixate to the nearest supported rate instead of the first one.
194
195 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
196
197         * gst/speexresample/README:
198         * gst/speexresample/arch.h:
199         * gst/speexresample/fixed_arm4.h:
200         * gst/speexresample/fixed_arm5e.h:
201         * gst/speexresample/fixed_bfin.h:
202         * gst/speexresample/fixed_debug.h:
203         * gst/speexresample/fixed_generic.h:
204         * gst/speexresample/resample.c: (compute_func), (main), (sinc),
205         (cubic_coef), (resampler_basic_direct_single),
206         (resampler_basic_direct_double),
207         (resampler_basic_interpolate_single),
208         (resampler_basic_interpolate_double), (update_filter),
209         (speex_resampler_init_frac), (speex_resampler_process_native),
210         (speex_resampler_magic), (speex_resampler_process_float),
211         (speex_resampler_process_int),
212         (speex_resampler_process_interleaved_float),
213         (speex_resampler_process_interleaved_int),
214         (speex_resampler_set_rate_frac), (speex_resampler_skip_zeros),
215         (speex_resampler_reset_mem):
216         * gst/speexresample/speex_resampler.h:
217         Update Speex resampler with latest version from Speex GIT.
218
219 2008-10-27  Michael Smith <msmith@songbirdnest.com>
220
221         * gst/aiffparse/aiffparse.c:
222         * gst/aiffparse/aiffparse.h:
223           Calculate width from depth correctly.
224           Read SSND header properly (fixes 24 bit AIFF reading).
225
226 2008-10-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
227
228         * ext/x264/gstx264enc.c: (gst_x264_enc_init_encoder):
229         Adapt to slightly modified x264 API.  Fixes #555238.
230
231 2008-10-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
232
233         * ext/faac/gstfaac.c: (gst_faac_sink_event):
234         Prevent endless loop if buffer alloc error.
235
236 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
237
238         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
239         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
240         (gst_flv_demux_create_index):
241         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_script),
242         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
243         (gst_flv_parse_tag_timestamp), (gst_flv_parse_tag_type),
244         (gst_flv_parse_header):
245         * gst/flv/gstflvparse.h:
246         Don't memcpy() all data we want to push downstream, instead just
247         create subbuffers and push them downstream.
248
249         Fix some minor memory leaks.
250
251 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
252
253         * configure.ac:
254         Require CVS of core for the last change.
255
256 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
257
258         * gst/flv/Makefile.am:
259         Fix (non-critical) syntax error and add all required CFLAGS and LIBS.
260
261         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
262         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
263         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
264         (gst_flv_parse_tag_timestamp), (gst_flv_parse_tag_type):
265         Rewrite the script tag parsing to make sure we don't try to read
266         more data than we have. Also use GST_READ_UINT24_BE directly and
267         fix some minor memory leaks.
268         This should make all crashes on fuzzed FLV files disappear.
269
270 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
271
272         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
273         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
274         (gst_flv_parse_tag_type), (gst_flv_parse_header):
275         Properly check everywhere that we have enough data to parse and
276         don't read outside the allocated memory region. 
277
278 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
279
280         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
281         (gst_flv_parse_tag_video):
282         If the caps change during playback and negotiation fails error out
283         instead of trying to continue.
284
285 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
286
287         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
288         (gst_flv_mux_request_new_pad), (gst_flv_mux_write_buffer),
289         (gst_flv_mux_collected):
290         * gst/flv/gstflvmux.h:
291         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate):
292         Add support for Speex audio and allow buffers without valid
293         timestamp in the muxer.
294
295 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
296
297         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop),
298         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
299         (gst_flv_demux_handle_seek_pull):
300         Don't post an error message on the bus if sending EOS downstream
301         didn't work. Fixes bug #550454.
302
303         Fix seek event handling to look at the flags of the seek event
304         instead of assuming some random flags, don't send segment-start
305         messages when operating in push mode and push seek events upstream
306         if we couldn't handle them.
307
308 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
309
310         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
311         Error out early if pulling a tag failed.
312
313 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
314
315         * gst/flv/gstflvdemux.c: (gst_flv_demux_create_index),
316         (gst_flv_demux_loop):
317         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_script),
318         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
319         (gst_flv_parse_tag_timestamp):
320         * gst/flv/gstflvparse.h:
321         In pull mode we create our own index before doing anything else
322         and don't use the index provided by some files (which are more than
323         often incorrect and cause failed seeks).
324
325         For push mode we still use the index provided by the file and extend it
326         while doing the playback.
327
328 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
329
330         * gst/flv/gstflvdemux.c: (gst_flv_demux_push_src_event),
331         (gst_flv_demux_loop), (gst_flv_demux_handle_seek_pull),
332         (gst_flv_demux_sink_event):
333         Instead of using gst_pad_event_default() use a small
334         gst_pad_push_event() wrapper that only does what we want and is much
335         more simple.
336
337 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
338
339         * gst/flv/gstflvdemux.c: (gst_flv_demux_change_state),
340         (gst_flv_demux_set_index), (gst_flv_demux_init):
341         * gst/flv/gstflvdemux.h:
342         If our index was created by the element and not provided from the
343         outside we should destroy it when starting a new stream to get
344         all old entries removed.
345
346 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
347
348         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range):
349         Improve debugging a bit when pulling a buffer from upstream fails.
350
351 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
352
353         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
354         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_dispose):
355         * gst/flv/gstflvdemux.h:
356         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
357         (gst_flv_parse_tag_video):
358         Close the currently playing segment from the streaming thread
359         instead of the thread where the seek event is handled.
360
361 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
362
363         Patch by: David Härdeman <david at hardeman dot nu>
364
365         * gst/mpegdemux/mpegtspacketizer.c: (mpegts_packetizer_parse_nit):
366         Add support for the frequency list descriptor, which provides
367         additional frequencies that should be scanned by a DVB application.
368         Fixes bug #557814.
369
370 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
371
372         Patch by: vanista <vanista at gmail dot com>
373
374         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_choose_best_stream):
375         Fix EOS logic by correctly popping the collect pad buffers only
376         when we've chosen to use them instead of popping them always and
377         storing them in a private queue.
378
379         Before the pipeline would deadlock if all pads go EOS at the same
380         time. Fixes bug #557763.
381
382 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
383
384         * configure.ac:
385         Back to development -> 0.10.9.1
386
387 === release 0.10.9 ===
388
389 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
390
391         * configure.ac:
392           releasing 0.10.9, "Matters of fact"
393
394 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
395
396         * configure.ac:
397         Commit 0.10.8.4 pre-release
398
399 2008-10-20  Edward Hervey  <edward.hervey@collabora.co.uk>
400
401         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
402         Fix reverse playback regression.
403         Fixes #557080
404
405 2008-10-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
406
407         * ext/apexsink/gstapexplugin.c: (plugin_init):
408           Set apexsink's rank to NONE so it doesn't get used by
409           autoaudiosink (there's no point really). (#556588)
410
411 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
412
413         * configure.ac:
414         0.10.8.3 pre-release
415
416 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
417
418         Patch by: Josep Torra
419
420         * gst/mpegdemux/gstmpegtsdemux.c:
421         * gst/mpegdemux/gstmpegtsdemux.h:
422         Properly handle some resync cases in the optimised
423         buffering strategy.
424
425 2008-10-16  Michael Smith <msmith@songbirdnest.com>
426         * sys/acmenc/Makefile.am:
427           Remove incorrect use of DIRECTSOUND_LDFLAGS
428
429 2008-10-16  Sebastian Dröge  <slomo@circular-chaos.org>
430
431         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
432         (gst_flv_mux_write_buffer):
433         Don't set video_codec to the value that actually should go
434         into audio codec, otherwise we create invalid files.
435         Fixes bug #556564.
436
437 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
438
439         * tests/check/Makefile.am:
440         Leave apexsink out of the states test.
441
442 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
443
444         * gst/rtpmanager/gstrtpjitterbuffer.c:
445         (gst_jitter_buffer_sink_parse_caps),
446         (gst_rtp_jitter_buffer_flush_start),
447         (gst_rtp_jitter_buffer_flush_stop), (gst_rtp_jitter_buffer_chain),
448         (gst_rtp_jitter_buffer_loop):
449         Fix problem with using the output seqnum counter to check for input
450         seqnum discontinuities.
451         Improve gap detection and recovery, reset and flush the jitterbuffer on
452         seqnum restart. Fixes #556520.
453
454         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert):
455         Fix wrong G_LIKELY.
456
457 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
458
459         * configure.ac:
460         Commit 0.10.8.2 pre-release bump, that actually went out in a
461         tarball on 2008-10-11
462
463 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
464
465         * gst/rtpmanager/gstrtpsession.c:
466         (gst_rtp_session_event_send_rtcp_src), (create_send_rtcp_src):
467         Install event handler on the rtcp_src pad, make LATENCY event return
468         TRUE. Fixes #556338.
469
470 2008-10-16  Edward Hervey  <edward.hervey@collabora.co.uk>
471
472         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
473         Make sure the mpegpsdemux element creates valid newsegment events.
474         Fixes #556428
475
476 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
477
478         patch by: Sebastian Pölsterl
479         
480         * gst/mpegdemux/mpegtspacketizer.c:
481         Fixes segfault in get_encoding_and_convert.
482         Fixes #556482
483
484 2008-10-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
485
486         patch by: Josep Torra
487
488         * gst/mpegdemux/gstmpegtsdemux.c:
489         Fixes a segfault in the adaptation buffer size strategy.
490         Fixes #556440
491
492 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
493
494         * gst/selector/gstinputselector.c: (gst_input_selector_event),
495         (gst_input_selector_query):
496         Gracefully handle the cases when we dont' have otherpad.
497         Fixes #556430
498
499 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
500
501         * gst/aiffparse/aiffparse.c: (plugin_init):
502         Fix debugging category initialization.
503         Fixes #556274   
504
505 2008-10-14  Jan Schmidt  <jan.schmidt@sun.com>
506
507         * ext/apexsink/gstapexsink.c:
508         Fix some more format string compiler warnings (from OS/X)
509
510 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
511
512         * ext/apexsink/gstapexraop.c: (gst_apexraop_connect),
513         (gst_apexraop_set_volume):
514         Fix format string compiler warnings.
515
516 2008-10-12  Jan Schmidt  <jan.schmidt@sun.com>
517
518         * sys/oss4/oss4-mixer.c:
519         * sys/oss4/oss4-sink.c:
520         * sys/oss4/oss4-source.c:
521         Add some spaces in translateable strings.
522         Fixes: #555969 #555968 #555965
523
524 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
525
526         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag),
527         (gst_flv_demux_pull_header):
528         Fix regression of handling flow returns in pull mode.
529         Fixes bug #556003.
530
531 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
532
533         * ext/Makefile.am:
534         Add apexsink to SUBDIRS. Fixes bug #555912.
535
536 2008-10-11  Jan Schmidt  <jan.schmidt@sun.com>
537
538         * tests/check/pipelines/metadata.c:
539         Make the metadata test not fail when jpegenc isn't available....
540         as it isn't here, because it's not in this module, and
541         therefore not in the plugin path when the check runs.
542
543 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
544
545         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
546         (gst_flv_parse_tag_video):
547         Use gst_pad_alloc_buffer_and_set_caps() to make sure we get
548         a buffer with caps that we can work with (i.e. the pad's caps).
549
550         Add non-keyframe video frames to the index too but without the
551         keyframe flag.
552
553         Add audio frames to the index only if we have no video stream.
554
555 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
556
557         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
558         (gst_flv_parse_tag_video):
559         Create pads from the pad templates, use fixed caps on them
560         and only activate them after the caps are set.
561
562 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
563
564         * configure.ac:
565         Disable flacparse for this release as it's too buggy.
566
567 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
568
569         * gst/flacparse/gstbaseparse.c (gst_base_parse_push_buffer),
570         (gst_base_parse_update_upstream_durations):
571         Fix compiler warning on OS/X about parameters not matching
572         the debug format string.
573
574 2008-10-09  Sebastian Dröge  <slomo@circular-chaos.org>
575
576         * gst/deinterlace2/tvtime/tomsmocomp.c:
577         (gst_deinterlace_method_tomsmocomp_class_init):
578         Fix unused variable compiler warning when not building
579         X86 assembly.
580
581 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
582
583         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop):
584         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_timestamp):
585         * gst/flv/gstflvparse.h:
586         Get an approximate duration of the file by looking at the timestamp
587         of the last tag in pull mode. If we get (maybe better) duration from
588         metadata later we'll use that instead.
589
590 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
591
592         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range),
593         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header):
594         Refactor _pull_range() logic with checks into a seperate function
595         to make things a bit more readable.
596
597 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
598
599         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
600         (gst_flv_demux_base_init):
601         Use gst_element_class_set_details_simple().
602
603         If we get GST_FLOW_NOT_LINKED in the parse loop but at least
604         one of the pads is linked continue the loop.
605
606 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
607
608         * ext/amrwb/gstamrwbenc.c:
609         * ext/amrwb/gstamrwbenc.h:
610           Pass the discont flag from the input buffer on to the output buffer in
611           the AMR encoder.
612
613 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
614
615         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
616         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate):
617         Correct caps for video codec id 5: It's On2 VP6 with alpha channel
618         which needs a different decoder and has different caps.
619
620         Add support for audio codec id 14, which is MP3 with 8kHz sampling
621         rate.
622
623         Fix endianness and signedness for raw audio codec ids.
624
625         Add support for alaw and mulaw audio.
626
627 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
628
629         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain):
630         Go out of the parse loop as soon as we get an error instead
631         of parsing until the GstAdapter is empty.
632
633         Add some explanations about the header and tag size.
634
635         Don't print synchronizing message if everything is fine.
636
637 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
638
639         * gst/flv/Makefile.am:
640         * gst/flv/gstflvdemux.c: (plugin_init):
641         * gst/flv/gstflvmux.c: (gst_flv_mux_base_init),
642         (gst_flv_mux_class_init), (gst_flv_mux_init),
643         (gst_flv_mux_finalize), (gst_flv_mux_reset),
644         (gst_flv_mux_handle_src_event), (gst_flv_mux_handle_sink_event),
645         (gst_flv_mux_video_pad_setcaps), (gst_flv_mux_audio_pad_setcaps),
646         (gst_flv_mux_request_new_pad), (gst_flv_mux_release_pad),
647         (gst_flv_mux_write_header), (gst_flv_mux_write_buffer),
648         (gst_flv_mux_collected), (gst_flv_mux_change_state):
649         * gst/flv/gstflvmux.h:
650         Add first version of a FLV muxer. The only missing feature is writing
651         of stream metadata.
652
653 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
654
655         * ext/amrwb/gstamrwbparse.c:
656         * ext/amrwb/gstamrwbparse.h:
657           Add flush seek handler. Taken from recent armnbparse changes.
658           Sync the code more and use #defines for HEADER.
659
660 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
661
662         * ext/amrwb/gstamrwbparse.c:
663         * ext/amrwb/gstamrwbparse.h:
664           Fix the duration query. Also set caps on the pads and buffers more
665           correctly. Taken from recent armnbparse changes.
666
667 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
668
669         * gst/mpegdemux/gstmpegdemux.c:
670         * gst/mpegdemux/gstmpegtsdemux.c:
671         Add Fluendo to the Long Name.
672
673 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
674
675         * configure.ac:
676         * gst-plugins-bad.spec.in:
677         * gst/mpegdemux/Makefile.am:
678         * gst/mpegdemux/flumpegdemux.c:
679         * gst/mpegdemux/gstmpegdesc.c:
680         * gst/mpegdemux/gstmpegdesc.h:
681         * gst/mpegdemux/mpegtspacketizer.c:
682         * gst/mpegdemux/mpegtspacketizer.h:
683         * gst/mpegdemux/mpegtsparse.c:
684         * gst/mpegdemux/mpegtsparse.h:
685         Move of mpegtsparse to mpegdemux.
686         Fixes #555193.
687
688 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
689
690         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data),
691         (gst_flups_demux_parse_pack_start):
692         Prevent a division by zero if last mux rate was zero.
693
694         If we're going to send a NEWSEGMENT event but the segment start
695         and the current buffer timestamp differ by more than a second we
696         will start the NEWSEGMENT at the buffer timestamp.
697
698         This fixes playback of the tv2-1_25.mpg file, which has 0 as first SCR
699         but the first PTS are around 1 hour and 40 minutes.
700
701         Fixes bug #553755.
702
703 2008-10-07  Jan Schmidt  <jan.schmidt@sun.com>
704
705         * ext/resindvd/resindvdsrc.c:
706         Fix next/prev chapter seeking at the beginning or end.
707         Use 64-bit scaling utility functions for converting MPEG
708         timestamps.
709
710 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
711
712         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
713
714         * gst/rtpmanager/gstrtpbin-marshal.list:
715         Add marshaller for new action signal.
716
717         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session),
718         (gst_rtp_bin_class_init):
719         * gst/rtpmanager/gstrtpbin.h:
720         Add action signal to retrieve the internal RTPSession object.
721
722         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
723         (gst_rtp_session_get_property), (gst_rtp_session_release_pad):
724         Add property to access the internal RTPSession object.
725
726         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
727         (check_collision):
728         * gst/rtpmanager/rtpsession.h:
729         Add action signal to retrieve an RTPSource object by SSRC. 
730         See #555396.
731
732 2008-10-07  Stefan Kost  <ensonic@users.sf.net>
733
734         * gst/selector/gstoutputselector.c:
735           Choose right pad for sending events. Fixes #555244
736
737 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
738
739         * gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
740         (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
741         (remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
742         (gst_rtp_bin_release_pad):
743         Release pads of the session manager.
744         Start implementing releasing pads of gstrtpbin.
745
746         * gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
747         (remove_recv_rtcp_sink), (remove_send_rtp_sink),
748         (remove_send_rtcp_src), (gst_rtp_session_release_pad):
749         Implement releasing pads in gstrtpsession.
750
751 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
752
753         * gst/rtpmanager/gstrtpjitterbuffer.c:
754         (gst_jitter_buffer_sink_parse_caps):
755         Only update the seqnum-base when it was not already configured for the
756         streams.
757
758 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
759
760         * configure.ac
761         * ext/metadata/README:
762         * ext/metadata/metadataexif.c:
763         * ext/metadata/metadatatags.c:
764         * ext/metadata/metadatatags.h:
765           Start using core geo tags (bump req). Fix handling of location
766           references.
767
768         * tests/check/Makefile.am:
769           Sort blacklisted elements and remove moved ones. Add new test.
770
771         * tests/check/pipelines/metadata.c:
772           Add first tests for metadata element.
773
774         * tests/icles/metadata_editor.c:
775           Move free to correct place.
776
777 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
778
779         * tests/check/generic/states.c:
780           Stop test on state-change error. Should be applied on other modules if
781           we agree that it makes sense.
782
783 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
784
785         * gst/mpegtsparse/mpegtsparse.c:
786         Actually copy the structure passed in when assigning it because
787         it gets freed straight after the function call.
788         Re: pat_info and pmt_info GstStructures.
789
790 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
791
792         Patch by: Josep Torra
793
794         * gst/mpegdemux/gstmpegtsdemux.c:
795         Fix wrong firing of critical introduced by previous optimisation.
796
797 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
798
799         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
800         Warn and clamp to max bitrate for samplerate.
801         Fixes #550486.
802
803 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
804
805         * gst/mpegtsparse/mpegtsparse.c:
806         Fix possible crash where pat is pointing to a freed structure.
807
808 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
809
810         * ext/metadata/README:
811         * ext/metadata/metadataexif.c:
812         * ext/metadata/metadatatags.c:
813         * ext/metadata/metadatatags.h:
814           Use core gps tags.
815
816 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
817
818         * ext/metadata/metadata_mapping.htm:
819         * ext/metadata/metadataxmp.c:
820         * ext/metadata/Makefile.am:
821           Add mapping of format and mime type to xmp.
822
823 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
824
825         * ext/metadata/README:
826         * ext/metadata/metadataexif.c:
827         * ext/metadata/metadatatags.c:
828         * ext/metadata/metadatatags.h:
829           Reverting. Will need to wait for core 0.10.21 release.
830
831 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
832
833         * ext/metadata/README:
834         * ext/metadata/metadataexif.c:
835         * ext/metadata/metadatatags.c:
836         * ext/metadata/metadatatags.h:
837           Use core gps tags.
838
839 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
840
841         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
842         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
843         (gst_base_parse_change_state), (gst_base_parse_set_index),
844         (gst_base_parse_get_index):
845         Add support for GstIndex.
846
847 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
848
849         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
850         (gst_base_parse_push_buffer),
851         (gst_base_parse_update_upstream_durations),
852         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
853         * gst/flacparse/gstbaseparse.h:
854         Provide a vfunc for the subclass to decide whether a frame is inside
855         the segment or not and add a default implementation.
856
857         Fix approximate bitrate calculations.
858
859 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
860
861         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
862         (gst_base_parse_init), (gst_base_parse_push_buffer),
863         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
864         (gst_base_parse_loop), (gst_base_parse_activate),
865         (gst_base_parse_convert), (gst_base_parse_query):
866         Approximate the average bitrate, duration and size if possible
867         and add a default conversion function which uses this for
868         time<->byte conversions.
869
870         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
871         Fix parsing if upstream gives -1 as duration.
872
873 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
874
875         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
876         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
877         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
878         Ref the rtpsource object before we release the session lock when we emit
879         the signals.
880
881 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
882
883         * sys/Makefile.am:
884         * sys/wasapi/Makefile.am:
885         * sys/wasapi/gstwasapi.c:
886         * sys/wasapi/gstwasapisink.c:
887         * sys/wasapi/gstwasapisink.h:
888         * sys/wasapi/gstwasapisrc.c:
889         * sys/wasapi/gstwasapisrc.h:
890         * sys/wasapi/gstwasapiutil.c:
891         * sys/wasapi/gstwasapiutil.h:
892         New plugin for audio capture and playback using Windows Audio Session
893         API (WASAPI) available with Vista and newer (#520901).
894
895         Comes with hardcoded caps and obviously needs lots of love. Haven't
896         had time to work on this code since it was written, was initially just
897         a quick experiment to play around with this new API.
898
899 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
900
901         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
902           (AudioFakeSink.DoRenderSample):
903         Fix a couple of signed/unsigned comparison warnings.
904
905 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
906
907         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
908         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
909         Use the _T() macro to support both Unicode and MBCS.
910
911 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
912
913         * ext/libmms/gstmms.c (plugin_init):
914         Fix return type of the GstURIHandler::get_type() implementation.
915
916 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
917
918         * configure.ac:
919         * gst/flacparse/Makefile.am:
920         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
921         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
922         (gst_base_parse_finalize), (gst_base_parse_class_init),
923         (gst_base_parse_init), (gst_base_parse_check_frame),
924         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
925         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
926         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
927         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
928         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
929         (gst_base_parse_chain), (gst_base_parse_pull_range),
930         (gst_base_parse_loop), (gst_base_parse_sink_activate),
931         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
932         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
933         (gst_base_parse_set_min_frame_size),
934         (gst_base_parse_get_querytypes), (gst_base_parse_query),
935         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
936         * gst/flacparse/gstbaseparse.h:
937         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
938         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
939         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
940         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
941         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
942         (gst_bit_reader_skip_to_byte):
943         * gst/flacparse/gstbitreader.h:
944         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
945         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
946         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
947         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
948         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
949         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
950         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
951         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
952         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
953         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
954         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
955         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
956         * gst/flacparse/gstbytereader.h:
957         * gst/flacparse/gstflac.c: (plugin_init):
958         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
959         (gst_flac_parse_class_init), (gst_flac_parse_init),
960         (gst_flac_parse_finalize), (gst_flac_parse_start),
961         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
962         (gst_flac_parse_check_valid_frame),
963         (gst_flac_parse_handle_streaminfo),
964         (gst_flac_parse_handle_vorbiscomment),
965         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
966         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
967         (gst_flac_parse_parse_frame):
968         * gst/flacparse/gstflacparse.h:
969         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
970         that will be added to libgstbase later.
971
972         The FLAC parser is currently not 100% bug free and fails to get the
973         correct frame size for some frames in some streams.
974
975 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
976
977         * ext/resindvd/gstmpegdemux.c:
978         * ext/resindvd/gstmpegdemux.h:
979         * ext/resindvd/resindvdbin.c:
980         * ext/resindvd/resindvdsrc.c:
981         * ext/resindvd/rsnstreamselector.c:
982         Add in Title/Chapter seeking, and simple but buggy audio
983         and subtitle stream selection.
984
985 2008-09-24  Michael Smith <msmith@songbirdnest.com>
986
987         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
988         * sys/dshowdecwrapper/gstdshowaudiodec.h:
989         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
990         * sys/dshowdecwrapper/gstdshowutil.cpp:
991         * sys/dshowdecwrapper/gstdshowutil.h:
992         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
993         * sys/dshowdecwrapper/gstdshowvideodec.h:
994           Prefer known-good filters, create directly by GUID if possible,
995           fall back to creating highest-merit filter otherwise.
996           Fixes playback with random dshow filters installed in some
997           cases.
998
999 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1000
1001         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
1002         (rtp_jitter_buffer_get_sync):
1003         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
1004         (session_cleanup):
1005         * gst/rtpmanager/rtpsource.c:
1006         Fix some docs.
1007
1008 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1009
1010         Patch from: Josep Torra
1011
1012         * gst/mpegdemux/gstmpegtsdemux.c:
1013         * gst/mpegdemux/gstmpegtsdemux.h:
1014         Use a preallocated buffer per stream for PES packets sent on src pads.
1015         Adaptively adjust buffer size appropriately.
1016
1017 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1018
1019         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
1020           (gst_neonhttp_src_send_request_and_redirect):
1021           Clean up the debug logging code and #ifdef mess a bit: whether or not
1022           gstreamer debug messages should be output should not depend on an
1023           element property; also, GST_ELEMENT_ERROR will leave a line in the log
1024           already, so merge the more useful debug log messages with the less useful
1025           error debug strings.
1026
1027 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1028
1029         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
1030           Don't post LIBRARY_INIT errors where we should be posting
1031           RESOURCE OPEN_READ errors. Fixes #552506.
1032
1033 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1034
1035         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
1036         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
1037         Fix compiler warnings on OS/X
1038
1039 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1040
1041         patch by: Michael Krufky
1042
1043         * sys/dvb/gstdvbsrc.c:
1044         Add adapter_name for bus message in ATSC case. Fixes #552536.
1045
1046 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
1047
1048         * ext/celt/gstceltenc.h:
1049           Help gtk-doc to parse this correctly.
1050
1051         * gst/pcapparse/gstpcapparse.c:
1052           Add missing include.
1053
1054 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
1055
1056         * examples/Makefile.am:
1057           Only built scaletempo example if we have gtk.
1058
1059 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1060
1061         * gst/rtpmanager/gstrtpbin.c: (create_session),
1062         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
1063         Do not try to adjust the offset of streams for which we have not yet
1064         seen an SR packet. Avoids large ts-offsets in some cases.
1065
1066 2008-09-10  Michael Smith <msmith@songbirdnest.com>
1067
1068         * sys/dshowdecwrapper/Makefile.am:
1069         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1070         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
1071         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1072         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
1073         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
1074         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
1075         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
1076         * sys/dshowdecwrapper/gstdshowfakesrc.h:
1077         * sys/dshowdecwrapper/gstdshowutil.cpp:
1078         * sys/dshowdecwrapper/gstdshowutil.h:
1079         * sys/dshowdecwrapper/gstdshowvideodec.c:
1080         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
1081         * sys/dshowdecwrapper/gstdshowvideodec.h:
1082           Major rewrite of dshowdecwrapper. Converts code to
1083           C++, moves to direct use of DirectShow base classes,
1084           make a lot of code clearer, simplify, etc.
1085           Fix decode of MP3 on Vista by working around an apparent
1086           bug in the decoder.
1087
1088 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1089
1090         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
1091           gst_ks_clock_start):
1092           Synchronize KS clock as a single-shot operation for now, there's not
1093           much point in doing it periodically until we're actually using the
1094           KS timestamps for anything else than just discarding old frames.
1095         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
1096           Provide the GstClock when opening the device if we already have one.
1097
1098 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1099
1100         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
1101           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
1102           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
1103           gst_ks_video_device_read_frame):
1104           Guard against capturing old frames by keeping track of the last
1105           timestamp and also zero-fill the buffers before each capture.
1106           Only assign a master clock if the pin hasn't already got one.
1107           Actually free buffers on the way down to avoid a huge memory leak,
1108           as this was previously done when changing state to ACQUIRE downwards
1109           and we now skip that state on the way down.
1110           Add some debug.
1111         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
1112           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
1113           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
1114           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
1115           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
1116           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
1117           device_index, running, worker_thread, worker_lock,
1118           worker_notify_cond, worker_result_cond, worker_state,
1119           worker_pending_caps, worker_setcaps_result, worker_pending_run,
1120           worker_run_result, gst_ks_video_src_reset,
1121           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
1122           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
1123           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
1124           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
1125           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
1126           gst_ks_video_src_create):
1127           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
1128           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
1129           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
1130           behavior. As an added bonus we usually get PresentationTime set for
1131           each frame, so we can expand on this later for smarter latency
1132           reporting (by looking at the diff between the timestamp from the
1133           driver and the time according to the GStreamer clock).
1134           Use an internal worker thread for opening the device, setting caps,
1135           changing its state and closing it. This way we're a lot more
1136           compatible with drivers that rely on hacks to do video-effects
1137           between the low-level NT API and the application. Ick.
1138           Start the ks clock and set the pin to KSSTATE_RUN on the first
1139           create() so that we'll hopefully get hold of the GStreamer clock
1140           from the very beginning. This way there's no chance that the
1141           timestamps will make a sudden jump in the beginning of the stream
1142           when we're running with a clock.
1143         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
1144           ks_options_flags_to_string):
1145           Reorder the flags to match the headerfile order, and make the string
1146           a bit more compact.
1147         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
1148           Avoid leaking KSPROPERTY_PIN_DATARANGES.
1149
1150 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1151
1152         * configure.ac:
1153         * ext/Makefile.am:
1154         * ext/jp2k/Makefile.am:
1155         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
1156         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
1157         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
1158         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
1159         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
1160         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
1161         (plugin_init):
1162         * ext/jp2k/gstjasperdec.h:
1163         Add jp2k plugin.  Fixes #550657.
1164
1165 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1166
1167         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
1168         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
1169         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
1170         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
1171         (gst_fluts_demux_plugin_init):
1172         Fix conflicting public names in new mpeg demuxers.
1173         Fixes #550468
1174
1175 2008-09-08  Michael Smith <msmith@songbirdnest.com>
1176
1177         * gst/aiffparse/aiffparse.c:
1178           Support chunks in AIFF in any order in pull mode, and any order so
1179           long as we get COMM before the actual data (SSND) in push mode.
1180           Fixes playback of AIFC files.
1181
1182 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1183
1184         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
1185         (gst_input_selector_reset), (gst_input_selector_change_state):
1186         Reset the selector state when going to READY.
1187
1188 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1189
1190         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
1191         (create_session), (gst_rtp_bin_associate),
1192         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
1193         (gst_rtp_bin_request_new_pad):
1194         * gst/rtpmanager/gstrtpbin.h:
1195         Add signal to notify listeners when a sender becomes a receiver.
1196         Tweak lip-sync code, don't store our own copy of the ts-offset of the
1197         jitterbuffer, don't adjust sync if the change is less than 4msec.
1198         Get the RTP timestamp <-> GStreamer timestamp relation directly from
1199         the jitterbuffer instead of our inaccurate version from the source.
1200
1201         * gst/rtpmanager/gstrtpjitterbuffer.c:
1202         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
1203         (gst_rtp_jitter_buffer_get_sync):
1204         * gst/rtpmanager/gstrtpjitterbuffer.h:
1205         Add G_LIKELY macros, use global defines for max packet reorder and
1206         dropouts.
1207         Reset the jitterbuffer clock skew detection when packets seqnums are
1208         changed unexpectedly.
1209
1210         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
1211         (gst_rtp_session_class_init), (gst_rtp_session_init):
1212         * gst/rtpmanager/gstrtpsession.h:
1213         Add sender timeout signal.
1214
1215         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
1216         (calculate_skew), (rtp_jitter_buffer_insert),
1217         (rtp_jitter_buffer_get_sync):
1218         * gst/rtpmanager/rtpjitterbuffer.h:
1219         Add some G_LIKELY macros.
1220         Keep track of the extended RTP timestamp so that we can report the RTP
1221         timestamp <-> GStreamer timestamp relation for lip-sync.
1222         Remove server timestamp gap detection code, the server can sometimes
1223         make a huge gap in timestamps (talk spurts,...) see #549774.
1224         Detect timetamp weirdness instead by observing the sender/receiver
1225         timestamp relation and resync if it changes more than 1 second.
1226         Add method to report about the current rtp <-> gst timestamp relation
1227         which is needed for lip-sync.
1228
1229         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
1230         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
1231         (session_cleanup):
1232         * gst/rtpmanager/rtpsession.h:
1233         Add sender timeout signal.
1234         Remove inaccurate rtp <-> gst timestamp relation code, the
1235         jitterbuffer can now do an accurate reporting about this.
1236
1237         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
1238         (rtp_source_update_caps), (calculate_jitter),
1239         (rtp_source_process_rtp):
1240         * gst/rtpmanager/rtpsource.h:
1241         Remove inaccurate rtp <-> gst timestamp relation code.
1242
1243         * gst/rtpmanager/rtpstats.h:
1244         Define global max-reorder and max-dropout constants for use in various
1245         subsystems.
1246
1247 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1248
1249         patch by: Sebastian Pölsterl
1250
1251         * sys/dvb/gstdvbsrc.c:
1252         Add DVB Adapter name to structure sent over bus.
1253
1254 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
1255
1256         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
1257         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
1258         Fix build on macosx.
1259
1260 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1261
1262         * configure.ac:
1263         * gst/mpegdemux/Makefile.am:
1264         * gst/mpegdemux/flumpegdemux.c:
1265         * gst/mpegdemux/flutspatinfo.c:
1266         * gst/mpegdemux/flutspatinfo.h:
1267         * gst/mpegdemux/flutspmtinfo.c:
1268         * gst/mpegdemux/flutspmtinfo.h:
1269         * gst/mpegdemux/flutspmtstreaminfo.c:
1270         * gst/mpegdemux/flutspmtstreaminfo.h:
1271         * gst/mpegdemux/gstmpegdefs.h:
1272         * gst/mpegdemux/gstmpegdemux.c:
1273         * gst/mpegdemux/gstmpegdemux.h:
1274         * gst/mpegdemux/gstmpegdesc.c:
1275         * gst/mpegdemux/gstmpegdesc.h:
1276         * gst/mpegdemux/gstmpegtsdemux.c:
1277         * gst/mpegdemux/gstmpegtsdemux.h:
1278         * gst/mpegdemux/gstpesfilter.c:
1279         * gst/mpegdemux/gstpesfilter.h:
1280         * gst/mpegdemux/gstsectionfilter.c:
1281         * gst/mpegdemux/gstsectionfilter.h:
1282         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
1283         is now dual licensed MPL and LGPL.
1284
1285 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1286
1287         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
1288         Set caps on outgoing buffers.
1289
1290 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1291
1292         * ext/resindvd/plugin.c: (plugin_init):
1293         * ext/resindvd/resindvdsrc.c:
1294         * ext/twolame/gsttwolame.c: (plugin_init):
1295         * gst/aiffparse/aiffparse.c: (plugin_init):
1296           Enable/fix up translations for these plugins.
1297
1298         * po/LINGUAS:
1299           Add 'ca' to LINGUAS.
1300
1301         * po/POTFILES.in:
1302         * po/POTFILES.skip:
1303           Add more files for translation and more files which tools
1304           should skip.
1305
1306 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
1307
1308         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
1309         Fix build on macosx.
1310
1311 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1312
1313         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1314         Allocate a fixed size buffer on the stack instead of using malloc().
1315
1316         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
1317         (tsmux_program_new), (tsmux_program_free):
1318         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1319         (tsmux_stream_free), (tsmux_stream_consume),
1320         (tsmux_stream_add_data):
1321         Use GSlice.
1322
1323 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1324
1325         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
1326         Add support for muxing MPEG4 video.
1327
1328 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1329
1330         * gst/mpegtsmux/tsmux/tsmux.h:
1331         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1332         Fix build of mpegtsmux.
1333         
1334 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1335
1336         * configure.ac:
1337         * gst/mpegtsmux/Makefile.am:
1338         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
1339         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
1340         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
1341         (release_buffer_cb), (mpegtsmux_create_stream),
1342         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
1343         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
1344         (mpegtsmux_release_pad), (new_packet_cb),
1345         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
1346         (plugin_init):
1347         * gst/mpegtsmux/mpegtsmux.h:
1348         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1349         * gst/mpegtsmux/mpegtsmux_aac.h:
1350         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
1351         * gst/mpegtsmux/mpegtsmux_h264.h:
1352         * gst/mpegtsmux/tsmux/Makefile.am:
1353         * gst/mpegtsmux/tsmux/crc.h:
1354         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
1355         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
1356         (tsmux_program_new), (tsmux_set_pmt_frequency),
1357         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
1358         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
1359         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
1360         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
1361         (tsmux_write_stream_packet), (tsmux_program_free),
1362         (tsmux_write_section), (tsmux_write_section_hdr),
1363         (tsmux_write_pat), (tsmux_write_pmt):
1364         * gst/mpegtsmux/tsmux/tsmux.h:
1365         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
1366         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1367         (tsmux_stream_get_pid), (tsmux_stream_free),
1368         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
1369         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
1370         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
1371         (tsmux_stream_pes_header_length),
1372         (tsmux_stream_find_pts_dts_within),
1373         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
1374         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
1375         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
1376         (tsmux_stream_get_pts):
1377         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1378         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
1379         is renamed to mpegtsmux to prevent conflicts. Also all relevant
1380         informations about copyright and license are added to the top of
1381         every file but apart from that no changes compared to the latest
1382         SVN versions happened.
1383
1384 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1385
1386         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1387         (gst_input_selector_event), (gst_input_selector_query):
1388         Reuse the get_linked_pads for both source and sinkpads because they are
1389         the same.
1390         Implement a custum event handler and get the internally linked pad
1391         directly instead of relying on the default (slower) implementation.
1392
1393 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1394
1395         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
1396         Correctly take the granulepos from upstream if possible and
1397         correctly handle the granulepos in various calculations: the
1398         granulepos is the sample number of the _last_ sample in a frame, not
1399         the first. 
1400
1401         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
1402         (gst_celt_enc_encode), (gst_celt_enc_chain),
1403         (gst_celt_enc_change_state):
1404         * ext/celt/gstceltenc.h:
1405         Handle non-zero start timestamps in the encoder and detect/handle
1406         stream discontinuities. Fixes bug #547075.
1407
1408 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1409
1410         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
1411
1412         * configure.ac:
1413         * docs/plugins/Makefile.am:
1414         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1415         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1416         * docs/plugins/inspect/plugin-scaletempo.xml:
1417         * examples/scaletempo/Makefile.am:
1418         * examples/scaletempo/demo-gui.c: (pop_status_bar),
1419         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
1420         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
1421         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
1422         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
1423         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
1424         (demo_gui_do_play_pause), (demo_gui_do_open_file),
1425         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
1426         (demo_gui_do_about_dialog), (demo_gui_do_quit),
1427         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
1428         (demo_gui_request_set_search), (demo_gui_rate_changed),
1429         (demo_gui_playing_started), (demo_gui_playing_paused),
1430         (demo_gui_playing_ended), (demo_gui_player_errored),
1431         (demo_gui_stride_changed), (demo_gui_overlap_changed),
1432         (demo_gui_search_changed), (demo_gui_set_player_func),
1433         (demo_gui_set_playlist_func), (build_gvalue_array),
1434         (create_action), (demo_gui_show_func), (demo_gui_set_player),
1435         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
1436         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
1437         (demo_gui_get_type):
1438         * examples/scaletempo/demo-gui.h:
1439         * examples/scaletempo/demo-main.c: (handle_error_message),
1440         (handle_quit), (main):
1441         * examples/scaletempo/demo-player.c: (no_pipeline),
1442         (demo_player_event_listener), (demo_player_state_changed_cb),
1443         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
1444         (demo_player_scale_rate_func), (demo_player_set_rate_func),
1445         (_set_state_and_wait), (demo_player_load_uri_func),
1446         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
1447         (demo_player_seek_by_func), (demo_player_seek_to_func),
1448         (demo_player_get_position_func), (demo_player_get_duration_func),
1449         (demo_player_scale_rate), (demo_player_set_rate),
1450         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
1451         (demo_player_seek_by), (demo_player_seek_to),
1452         (demo_player_get_position), (demo_player_get_duration),
1453         (demo_player_get_property), (demo_player_set_property),
1454         (demo_player_init), (demo_player_class_init),
1455         (demo_player_get_type):
1456         * examples/scaletempo/demo-player.h:
1457         * gst/scaletempo/Makefile.am:
1458         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
1459         (best_overlap_offset_s16), (output_overlap_float),
1460         (output_overlap_s16), (fill_queue), (reinit_buffers),
1461         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
1462         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
1463         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
1464         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
1465         (gst_scaletempo_init):
1466         * gst/scaletempo/gstscaletempo.h:
1467         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
1468         Add scaletempo plugin, which allows to scale the speed of audio without
1469         changing the pitch by handling seeks with a rate!=1.0.
1470         Integrate it into the docs and add the example application for it.
1471         Fixes bug #537700.
1472
1473 2008-08-30  David Schleef  <ds@schleef.org>
1474
1475         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
1476
1477 2008-08-29  David Schleef  <ds@schleef.org>
1478
1479         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
1480           object disposal.  Handle 4:2:2 and 4:4:4 video.
1481
1482 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1483
1484         * ext/resindvd/resindvdbin.c:
1485         Fix compiler warning on Forte.
1486
1487 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1488
1489         * configure.ac:
1490         Commit FIONREAD check, needed for the dccp src.
1491
1492 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
1493
1494         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
1495         (gst_faac_chain), (gst_faac_change_state):
1496         * ext/faac/gstfaac.h:
1497         Add code for calculating proper timestamp/duration for the trailing
1498         encoded buffers that faac will output when receiving EOS.
1499
1500 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1501
1502         * configure.ac:
1503         Fix CFLAGS and LIBS for the apexsink.
1504
1505 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1506
1507         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
1508           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
1509
1510 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
1511
1512         * gst/dccp/gstdccp.c:
1513         * gst/dccp/gstdccpclientsrc.c:
1514         Fix compilation on Solaris by including filio.h as needed.
1515
1516         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1517         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1518         Fix compilation with Forte - apparently it hates concatenating a
1519         macro argument that starts with an underscore??
1520
1521 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1522
1523         Patch by: Jérémie Bernard <gremimail at gmail dot com>
1524
1525         * configure.ac:
1526         * ext/apexsink/LGPL-3.0.txt:
1527         * ext/apexsink/Makefile.am:
1528         * ext/apexsink/gstapexplugin.c: (plugin_init):
1529         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
1530         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
1531         (gst_apexraop_set_host), (gst_apexraop_get_host),
1532         (gst_apexraop_set_port), (gst_apexraop_get_port),
1533         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
1534         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
1535         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
1536         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
1537         (gst_apexraop_write), (gst_apexraop_flush):
1538         * ext/apexsink/gstapexraop.h:
1539         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
1540         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
1541         (gst_apexsink_implements_interface_init),
1542         (gst_apexsink_mixer_interface_init),
1543         (gst_apexsink_interface_supported),
1544         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
1545         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
1546         (gst_apexsink_class_init), (gst_apexsink_init),
1547         (gst_apexsink_set_property), (gst_apexsink_get_property),
1548         (gst_apexsink_finalise), (gst_apexsink_open),
1549         (gst_apexsink_prepare), (gst_apexsink_write),
1550         (gst_apexsink_unprepare), (gst_apexsink_delay),
1551         (gst_apexsink_reset), (gst_apexsink_close):
1552         * ext/apexsink/gstapexsink.h:
1553         Add apexsink for audio output to Apple AirPort Express Wireless
1554         devices. Fixes bug #542510.
1555
1556 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1557
1558         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
1559         (gst_rtp_session_event_send_rtp_sink):
1560         Send EOS when the session object instructs us to.
1561
1562         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
1563         * gst/rtpmanager/rtpsession.h:
1564         Make it possible for the session manager to instruct us to send EOS. We
1565         currently will EOS when the session is a sender and when the sender part
1566         goes EOS. This is not entirely correct behaviour because the session
1567         could still participate as a receiver.
1568         Fixes #549409.
1569
1570 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1571
1572         * gst/aiffparse/aiffparse.c:
1573           Read size of chunks preceeding the audio data with the
1574           correct endianness. Fixes playback of some files.
1575           Fixes #538500
1576
1577 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1578
1579         * configure.ac:
1580         * gst/aiffparse/Makefile.am:
1581         * gst/aiffparse/aiffparse.c:
1582         * gst/aiffparse/aiffparse.h:
1583           Add an AIFF parsing element, heavily based on wavparse.
1584
1585 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1586
1587         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
1588           gst_ks_video_device_set_state):
1589           Don't set the pin state to KSSTATE_RUN from the streaming thread.
1590           Skip KSSTATE_ACQUIRE when changing pin state downwards.
1591           Be nice and specify G_PARAM_STATIC_STRINGS.
1592           Remove unused finalize method.
1593
1594         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
1595           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
1596           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
1597           gst_ks_video_src_set_property, gst_ks_video_src_reset,
1598           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
1599           gst_ks_video_src_set_caps):
1600           First driver quirk: work around Logitech's hostile driver software to
1601           improve stability and performance. See comments for details.
1602           Provide a property to disable driver quirks (enabled by default).
1603           Be nice and specify G_PARAM_STATIC_STRINGS.
1604           Remove unused dispose method.
1605           Tweak include order.
1606
1607 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1608
1609         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1610         (gst_input_selector_query):
1611         Implement the LATENCY query in a better way by taking the latency of all
1612         sinkpads and taking the min/max instead of just taking a random pad.
1613
1614 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1615
1616         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1617         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1618         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1619         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1620         Unroll the loop to handle two bytes at once. This should give
1621         a small speedup and makes it possible to handle chroma and luma
1622         different which is needed later.
1623
1624 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1625
1626         * gst/dccp/gstdccpserversink.c:
1627         * gst/dccp/gstdccpserversink.h:
1628         Don't put globals only used by one '.c' file in a header !
1629         Declare it as static, fixes build on macosx.
1630
1631 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1632
1633         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
1634         Whoops, that was one fix too much :)
1635
1636 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1637
1638         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
1639         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
1640         size_t's size varies by platform/architecture. Use glib convenience
1641         macro instead. Fixes build on macosx.
1642         Remove ending '\n' in debug statements.
1643
1644 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1645
1646         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
1647         Remove unused code and fix includes.
1648
1649 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1650
1651         * gst/deinterlace2/gstdeinterlace2.c:
1652         (gst_deinterlace_method_class_init):
1653         * gst/deinterlace2/gstdeinterlace2.h:
1654         * gst/deinterlace2/tvtime/tomsmocomp.c:
1655         (gst_deinterlace_method_tomsmocomp_class_init):
1656         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1657         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1658         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1659         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1660         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1661         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1662         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1663         First part of the C implementation of the tomsmocomp deinterlacing
1664         algorithm. This only supports search-effort=0 currently, is painfully
1665         slow and needs some cleanup later when all search-effort settings
1666         are implemented in C.
1667
1668 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1669
1670         * configure.ac:
1671         * sys/Makefile.am:
1672         * sys/winks/Makefile.am:
1673         * sys/winks/gstksclock.c:
1674         * sys/winks/gstksclock.h:
1675         * sys/winks/gstksvideodevice.c:
1676         * sys/winks/gstksvideodevice.h:
1677         * sys/winks/gstksvideosrc.c:
1678         * sys/winks/gstksvideosrc.h:
1679         * sys/winks/kshelpers.c:
1680         * sys/winks/kshelpers.h:
1681         * sys/winks/ksvideohelpers.c:
1682         * sys/winks/ksvideohelpers.h:
1683           New plugin for low-latency video capture on Windows (#519935).
1684
1685           Uses Kernel Streaming, the lowest level API for doing video capture
1686           on Windows (more or less just raw ioctls).
1687
1688 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1689
1690         * gst/pcapparse/gstpcapparse.c:
1691         * sys/winscreencap/gstdx9screencapsrc.c:
1692         * sys/winscreencap/gstgdiscreencapsrc.c:
1693           Added documentation blobs. Thanks to Stefan for noticing!
1694
1695 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1696
1697         * configure.ac:
1698         * gst/pcapparse/Makefile.am:
1699         * gst/pcapparse/gstpcapparse.c:
1700         * gst/pcapparse/gstpcapparse.h:
1701           New plugin: pcapparse (#520899).
1702
1703 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1704
1705         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
1706
1707         * configure.ac:
1708         * sys/Makefile.am:
1709         * sys/winscreencap/Makefile.am:
1710         * sys/winscreencap/gstdx9screencapsrc.c:
1711         * sys/winscreencap/gstdx9screencapsrc.h:
1712         * sys/winscreencap/gstgdiscreencapsrc.c:
1713         * sys/winscreencap/gstgdiscreencapsrc.h:
1714         * sys/winscreencap/gstwinscreencap.c:
1715         * sys/winscreencap/gstwinscreencap.h:
1716           New plugin: winscreencap (#463941).
1717
1718 2008-08-22  Michael Smith <msmith@songbirdnest.com>
1719
1720         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1721           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
1722           is correctly, instead of backwards. No functional changes, since this
1723           mistake was completely self-consistent.
1724
1725 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
1726
1727         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1728           Add, but commented out xml/element-dc1394.xml. Its documented, but
1729           I can't get it to be build.
1730
1731         * ext/celt/gstceltdec.c:
1732         * ext/celt/gstceltenc.c:
1733           Fix doc warnings and reformat the doc block.
1734
1735 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1736
1737         patch by: Leandro Melo de Sales <leandroal@gmail.com>
1738
1739         * configure.ac:
1740         * docs/plugins/Makefile.am:
1741         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1742         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1743         * docs/plugins/gst-plugins-bad-plugins.args:
1744         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1745         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1746         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1747         * docs/plugins/gst-plugins-bad-plugins.signals:
1748         * docs/plugins/inspect/plugin-dccp.xml:
1749         * gst/dccp/Makefile.am:
1750         * gst/dccp/gstdccp.c:
1751         * gst/dccp/gstdccp.h:
1752         * gst/dccp/gstdccpclientsink.c:
1753         * gst/dccp/gstdccpclientsink.h:
1754         * gst/dccp/gstdccpclientsrc.c:
1755         * gst/dccp/gstdccpclientsrc.h:
1756         * gst/dccp/gstdccpplugin.c:
1757         * gst/dccp/gstdccpserversink.c:
1758         * gst/dccp/gstdccpserversink.h:
1759         * gst/dccp/gstdccpserversrc.c:
1760         * gst/dccp/gstdccpserversrc.h:
1761         * tests/icles/dccp/README:
1762         * tests/icles/dccp/call/README:
1763         * tests/icles/dccp/call/DCCPClient.c:
1764         * tests/icles/dccp/call/DCCPServer.c:
1765         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1766         * tests/icles/dccp/file/DCCPServerSendFile.c:
1767         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1768         * tests/icles/dccp/mic/DCCPServerMic.c:
1769         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1770         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1771         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1772         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1773         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1774         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1775           Add dccp plugin. Fixes #542390.
1776
1777 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1778
1779         * configure.ac:
1780           Remove bits that presumably weren't supposed to be committed.
1781
1782 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1783
1784         * configure.ac:
1785         * sys/Makefile.am:
1786         * sys/acmenc/Makefile.am:
1787         * sys/acmenc/acmenc.c:
1788           Add new windows ACM encoder wrapper.
1789
1790 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1791
1792         patch by: Michael Krufky
1793
1794         * sys/dvb/gstdvbsrc.c:
1795         * sys/dvb/parsechannels.c:
1796         Add ATSC tunning and channels.conf parsing support.
1797         Fixes #537455
1798
1799 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1800
1801         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1802         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1803         * sys/dshowdecwrapper/gstdshowvideodec.c:
1804         * sys/dshowdecwrapper/gstdshowvideodec.h:
1805         * sys/dshowvideosink/dshowvideosink.cpp:
1806         * sys/dshowvideosink/dshowvideosink.h:
1807           Initialise COM with default flags.
1808           Only deinitialise if the initialisation was successful.
1809
1810 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1811
1812         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1813         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1814         Reset rtp timestamp interpollation when we detect a gap when the
1815         clock_base changed.
1816         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1817
1818         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1819         * gst/rtpmanager/gstrtpsession.h:
1820         Add method to set session SSRC.
1821
1822         * gst/rtpmanager/rtpsession.c: (check_collision),
1823         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1824         (rtp_session_on_timeout):
1825         * gst/rtpmanager/rtpsession.h:
1826         Added debugging for the collision checks.
1827         Add method to change the internal SSRC of the session.
1828
1829         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1830         Reset the clock base when we detect large jumps in the seqnums.
1831
1832 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1833
1834         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1835         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1836         * ext/x264/gstx264enc.h:
1837         Do not deal with duplicated input (timestamps).  If needed,
1838         a generic element can do so.
1839         Do not manipulate input timestamps on the way out,
1840         since that shifts the timeline and A/V sync.
1841
1842 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1843
1844         * docs/plugins/gst-plugins-bad-plugins.args:
1845         Integrate new properties into documentation.
1846         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1847         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1848         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1849         Fix up API prior to eventual plugin move.
1850         API: GstX264Enc:pass (provides more options, and changed to enum)
1851
1852 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1853
1854         * docs/plugins/Makefile.am:
1855         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1856         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1857         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1858         * docs/plugins/inspect/plugin-mplex.xml:
1859         * ext/mplex/gstmplex.cc:
1860         Update and add documentation for mplex.
1861         * ext/mpeg2enc/gstmpeg2enc.cc:
1862         Documentation update.
1863
1864 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1865
1866         * docs/plugins/Makefile.am:
1867         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1868         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1869         * ext/x264/gstx264enc.c:
1870         * tests/check/Makefile.am:
1871         * tests/check/elements/x264enc.c: (setup_x264enc),
1872         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1873         Add documentation and unit test for x264enc.
1874
1875 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1876
1877         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1878         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1879         Allocate some buffers in more adaptive and economical fashion.
1880
1881 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1882
1883         * configure.ac:
1884         Check for sufficiently up-to-date x264 API.
1885         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1886         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1887         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1888         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1889         * ext/x264/gstx264enc.h:
1890         Expose some more parameters of the x264 encoder as properties.
1891
1892 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1893
1894         * gst/rtpmanager/gstrtpbin.c:
1895           Print the pad-name in debug log.
1896
1897         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1898         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1899           Use "-" instead of "_" in property names. Can we call them just
1900           "device" like everywhere else?
1901
1902 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1903
1904         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1905         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1906         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1907         (gst_x264_enc_flush_frames):
1908         Coding style and layout; re-order some functions in more
1909         typical and natural flow.
1910
1911 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1912
1913         * ext/x264/Makefile.am:
1914         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1915         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1916         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1917         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1918         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1919         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1920         * ext/x264/gstx264enc.h:
1921         Use GQueue in stead of custom queue code.
1922         Factorize flushing out encoder delayed frames.
1923         Factorize initialization and state change reset.
1924
1925 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1926
1927         * ext/x264/gstx264enc.h:
1928         * sys/fbdev/gstfbdevsink.c:
1929         Use configure-generated _stdint.h.
1930
1931 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1932
1933         * ext/x264/Makefile.am:
1934         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1935         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1936         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1937         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1938         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1939         (gst_x264_enc_encode_frame), (plugin_init):
1940         * ext/x264/gstx264enc.h:
1941         Use video format library and GST_WRITE_*_BE macros where applicable.
1942         Use finalize in stead of dispose.
1943         Set up debug category and log callback.
1944
1945 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1946
1947         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1948
1949         * ext/sndfile/gstsf.c: (plugin_init):
1950         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1951         * sys/oss4/oss4-audio.c: (plugin_init):
1952         Make sure gettext returns translations in UTF-8 encoding rather
1953         than in the current locale encoding (#546822).
1954
1955 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1956
1957         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1958         (gst_two_lame_chain):
1959         * ext/twolame/gsttwolame.h:
1960         Allow raw float samples as input for encoding.
1961
1962 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1963
1964         * ext/jack/gstjackaudiosrc.c:
1965           Try committing this once again. Now properly renamed.
1966
1967 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1968
1969         * docs/plugins/Makefile.am:
1970         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1971         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1972         * docs/plugins/gst-plugins-bad-plugins.args:
1973         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1974         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1975         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1976         * docs/plugins/inspect/plugin-jack.xml
1977           Add new element to docs.
1978
1979         * ext/jack/gstjack.h
1980           Add missing file.
1981
1982         * ext/jack/gstjackaudiosrc.c:
1983         * ext/jack/gstjackaudiosrc.h:
1984           Rename jackaudiosrc to jack_audio_src.
1985
1986 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1987
1988         patch by: Tristan Matthews <tristan@sat.qc.ca>
1989
1990         * ext/jack/Makefile.am:
1991         * ext/jack/gstjack.c:
1992         * ext/jack/gstjackaudioclient.c:
1993         * ext/jack/gstjackaudiosink.c:
1994         * ext/jack/gstjackaudiosink.h:
1995         * ext/jack/gstjackaudiosrc.c:
1996         * ext/jack/gstjackaudiosrc.h:
1997         * ext/jack/gstjackringbuffer.h:
1998           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
1999           Fixes #545197.
2000
2001 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2002
2003         * docs/plugins/Makefile.am:
2004         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2005         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2006         * docs/plugins/gst-plugins-bad-plugins.args:
2007         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2008         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2009         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2010         * docs/plugins/inspect/plugin-celt.xml:
2011         * docs/plugins/inspect/plugin-twolame.xml:
2012         Add twolame and celt plugins to the docs.
2013
2014 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2015
2016         Based on patch by: Olivier Crete <tester at tester dot ca>
2017
2018         * gst/rtpmanager/gstrtpjitterbuffer.c:
2019         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
2020         Make the buffer metadata writable before inserting it in the
2021         jitterbuffer because the jitterbuffer will modify the timestamps.
2022
2023         * gst/rtpmanager/rtpjitterbuffer.c:
2024         Update method comment about requiring writable metadata on buffers.
2025
2026         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
2027         (rtp_session_process_rtcp):
2028         Make the RTCP buffer metadata writable because we want to modify the
2029         metadata.
2030         Fixes #546312.
2031
2032 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2033
2034         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
2035         (gst_selector_pad_chain), (gst_input_selector_getcaps),
2036         (gst_input_selector_activate_sinkpad):
2037         Move the select-all logic into the activation of the currently selected
2038         pad. We want to remember the last pad with activity in select-all mode.
2039         Fix the getcaps function, we can produce the union of the upstream caps
2040         in select-all mode, not the intersection like proxy_getcaps() does.
2041
2042 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2043
2044         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
2045
2046         * gst/rtpmanager/gstrtpjitterbuffer.c:
2047         (gst_rtp_jitter_buffer_chain):
2048         Fix debug by logging the right seqnum.
2049
2050 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2051
2052         Patch by: Olivier Crete <tester at tester dot ca>
2053
2054         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
2055         Release lock before emitting the request-pt-map signal.
2056         Fixes #543480.
2057
2058 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2059
2060         * gst/deinterlace2/gstdeinterlace2.c:
2061         (gst_deinterlace_simple_method_interpolate_scanline),
2062         (gst_deinterlace_simple_method_copy_scanline),
2063         (gst_deinterlace_simple_method_deinterlace_frame):
2064         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2065         * gst/deinterlace2/tvtime/greedyh.c:
2066         (deinterlace_frame_di_greedyh):
2067         * gst/deinterlace2/tvtime/scalerbob.c:
2068         (deinterlace_scanline_scaler_bob):
2069         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2070         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
2071         (copy_scanline):
2072         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
2073         (copy_scanline):
2074         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
2075         (copy_scanline):
2076         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
2077         are usually used here.
2078
2079 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2080
2081         * gst/deinterlace2/Makefile.am:
2082         * gst/deinterlace2/gstdeinterlace2.c:
2083         (gst_deinterlace_simple_method_deinterlace_frame),
2084         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
2085         * gst/deinterlace2/gstdeinterlace2.h:
2086         * gst/deinterlace2/tvtime/linear.c:
2087         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
2088         (deinterlace_scanline_linear_mmxext),
2089         (gst_deinterlace_method_linear_class_init),
2090         (gst_deinterlace_method_linear_init):
2091         * gst/deinterlace2/tvtime/linearblend.c:
2092         (deinterlace_scanline_linear_blend_c),
2093         (deinterlace_scanline_linear_blend2_c),
2094         (deinterlace_scanline_linear_blend_mmx),
2095         (deinterlace_scanline_linear_blend2_mmx),
2096         (gst_deinterlace_method_linear_blend_class_init),
2097         (gst_deinterlace_method_linear_blend_init):
2098         * gst/deinterlace2/tvtime/plugins.h:
2099         * gst/deinterlace2/tvtime/scalerbob.c:
2100         (deinterlace_scanline_scaler_bob),
2101         (gst_deinterlace_method_scaler_bob_class_init),
2102         (gst_deinterlace_method_scaler_bob_init):
2103         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
2104         (copy_scanline), (gst_deinterlace_method_weave_class_init),
2105         (gst_deinterlace_method_weave_init):
2106         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
2107         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
2108         (gst_deinterlace_method_weave_bff_init):
2109         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
2110         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
2111         (gst_deinterlace_method_weave_tff_init):
2112         Add the remaining tvtime deinterlacing methods and fix the
2113         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
2114
2115 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2116
2117         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2118         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
2119         Implement the VFIR deinterlacing method as simple method.
2120
2121 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2122
2123         * gst/deinterlace2/gstdeinterlace2.c:
2124         (gst_deinterlace_simple_method_interpolate_scanline),
2125         (gst_deinterlace_simple_method_copy_scanline),
2126         (gst_deinterlace_simple_method_deinterlace_frame),
2127         (gst_deinterlace_simple_method_class_init),
2128         (gst_deinterlace_simple_method_init):
2129         * gst/deinterlace2/gstdeinterlace2.h:
2130         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
2131         can be used by simple deinterlacing methods. They only have to provide
2132         a function for interpolating a scanline or copying a scanline.
2133
2134 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2135
2136         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
2137         Respect the latency of the deinterlacing algorithm for the timestamps
2138         of every buffer.
2139
2140 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2141
2142         * gst/deinterlace2/tvtime/greedyh.asm:
2143         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2144         Add the MMX registers to the clobbered registers only if __MMX__ is
2145         defined.
2146
2147 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2148
2149         * gst/deinterlace2/Makefile.am:
2150         * gst/deinterlace2/gstdeinterlace2.c:
2151         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
2152         (gst_deinterlace2_class_init):
2153         Enable tomsmocomp again as the C port will be ready for the next
2154         release.
2155
2156 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2157
2158         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
2159         (gst_greatest_common_divisor), (gst_fraction_double),
2160         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
2161         Don't use proxy_getcaps() but implement our own getcaps() function
2162         that doubles/halfs the framerate if all fields should be sent out.
2163
2164 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2165
2166         * configure.ac:
2167         * ext/Makefile.am:
2168         * ext/twolame/Makefile.am:
2169         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
2170         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
2171         (gst_two_lame_release_memory), (gst_two_lame_finalize),
2172         (gst_two_lame_base_init), (gst_two_lame_class_init),
2173         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
2174         (gst_two_lame_init), (gst_two_lame_set_property),
2175         (gst_two_lame_get_property), (gst_two_lame_sink_event),
2176         (gst_two_lame_chain), (gst_two_lame_setup),
2177         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
2178         (plugin_init):
2179         * ext/twolame/gsttwolame.h:
2180         Add TwoLAME MP2 encoding element, based on the LAME element.
2181
2182 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2183
2184         * configure.ac:
2185         * ext/Makefile.am:
2186         * ext/celt/Makefile.am:
2187         * ext/celt/gstcelt.c: (plugin_init):
2188         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
2189         (gst_celt_dec_class_init), (gst_celt_dec_reset),
2190         (gst_celt_dec_init), (celt_dec_convert),
2191         (celt_get_sink_query_types), (celt_dec_sink_query),
2192         (celt_get_src_query_types), (celt_dec_src_query),
2193         (celt_dec_src_event), (celt_dec_sink_event),
2194         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
2195         (celt_dec_chain_parse_data), (celt_dec_chain),
2196         (celt_dec_change_state):
2197         * ext/celt/gstceltdec.h:
2198         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
2199         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
2200         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
2201         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
2202         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
2203         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
2204         (gst_celt_enc_sink_query), (gst_celt_enc_init),
2205         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
2206         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
2207         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
2208         (gst_celt_enc_chain), (gst_celt_enc_get_property),
2209         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
2210         * ext/celt/gstceltenc.h:
2211         Add CELT encoder and decoder elements based on the Speex elements.
2212
2213 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2214
2215         Patch by: Tal Shalif <tshalif at nargila dot org>
2216
2217         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
2218         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
2219         with mingw. Fixes bug #545247.
2220
2221 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2222
2223         * configure.ac:
2224         Back to development -> 0.10.8.1
2225
2226 === release 0.10.8 ===
2227
2228 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
2229
2230         * configure.ac:
2231           releasing 0.10.8, "Vapour Trails"
2232
2233 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2234
2235         * configure.ac:
2236         0.10.7.3 pre-release
2237
2238         * po/LINGUAS:
2239         * po/id.po:
2240         Add Indonesian translation.
2241
2242 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2243
2244         * gst/festival/gstfestival.c:
2245           Guard unistd.h with HAVE_UNISTD_H
2246         * gst/modplug/libmodplug/load_it.cpp:
2247         * gst/modplug/libmodplug/sndfile.cpp:
2248         * gst/modplug/libmodplug/sndfile.h:
2249         * gst/modplug/libmodplug/stdafx.h:
2250           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
2251           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
2252           of a variable in load_it.cpp to MSVC's scoping rules.
2253         * gst/sdp/gstsdpdemux.c:
2254           Guard unistd.h with HAVE_UNISTD_H
2255           Fixes #544457.
2256
2257 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2258
2259         * ext/timidity/gsttimidity.c:
2260           Fix compiler warning. Fixes #544050.
2261
2262 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
2263
2264         * configure.ac:
2265         Don't check for nav_print.h any more - it should be included in
2266         the libdvdnav development package if libdvdnav headers depend on it.
2267         Fixes: #543846
2268
2269 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2270
2271         * configure.ac:
2272         * ext/ladspa/Makefile.am:
2273         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
2274         for loading the ladspa plugins and previously was linked in by
2275         gmodule. Fixes bug #543848.
2276
2277 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2278
2279         * gst/modplug/libmodplug/Makefile.am:
2280         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
2281         can contain compiler parameters that are invalid for C++.
2282         Fixes bug #543860.
2283
2284 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2285
2286         * ext/resindvd/Makefile.am:
2287         Dist missing header files. Fixes bug #543861.
2288
2289 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2290
2291         * configure.ac:
2292         0.10.7.2 pre-release
2293
2294 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2295
2296         * ext/Makefile.am:
2297         Dist and recurse into resindvd subdir
2298
2299 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2300
2301         * configure.ac:
2302         Remove interleave and replaygain configure.ac pieces too
2303
2304 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2305
2306         * po/LINGUAS:
2307         * po/lt.po:
2308         Add new lithunian translation, and add french to the LINGUAS
2309         file.
2310
2311 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2312
2313         * docs/plugins/Makefile.am:
2314         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2315         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2316         * docs/plugins/gst-plugins-bad-plugins.args:
2317         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2318         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2319         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2320         * docs/plugins/inspect/plugin-interleave.xml:
2321         * docs/plugins/inspect/plugin-replaygain.xml:
2322         * gst/interleave/Makefile.am:
2323         * gst/interleave/deinterleave.c:
2324         * gst/interleave/deinterleave.h:
2325         * gst/interleave/interleave.c:
2326         * gst/interleave/interleave.h:
2327         * gst/interleave/plugin.c:
2328         * gst/interleave/plugin.h:
2329         * gst/replaygain/Makefile.am:
2330         * gst/replaygain/gstrganalysis.c:
2331         * gst/replaygain/gstrganalysis.h:
2332         * gst/replaygain/gstrglimiter.c:
2333         * gst/replaygain/gstrglimiter.h:
2334         * gst/replaygain/gstrgvolume.c:
2335         * gst/replaygain/gstrgvolume.h:
2336         * gst/replaygain/replaygain.c:
2337         * gst/replaygain/replaygain.h:
2338         * gst/replaygain/rganalysis.c:
2339         * gst/replaygain/rganalysis.h:
2340         * tests/check/Makefile.am:
2341         * tests/check/elements/deinterleave.c:
2342         * tests/check/elements/interleave.c:
2343         * tests/check/elements/rganalysis.c:
2344         * tests/check/elements/rglimiter.c:
2345         * tests/check/elements/rgvolume.c:
2346         Remove interleave and replaygain plugins that have moved to -good
2347
2348 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2349
2350         * configure.ac:
2351         * gst/deinterlace2/Makefile.am:
2352         * gst/deinterlace2/gstdeinterlace2.c:
2353         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
2354         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
2355         * gst/deinterlace2/gstdeinterlace2.h:
2356         * gst/deinterlace2/tvtime/greedy.c:
2357         (gst_deinterlace_method_greedy_l_class_init):
2358         * gst/deinterlace2/tvtime/greedyh.c:
2359         (gst_deinterlace_method_greedy_h_class_init):
2360         * gst/deinterlace2/tvtime/vfir.c:
2361         (gst_deinterlace_method_vfir_class_init):
2362         Disable the tomsmocomp algorithm for this release as it's buggy
2363         and has no C implementation yet.
2364
2365         Build the deinterlace2 plugin on all architectures but still mark it
2366         as experimental.
2367         
2368         Build the x86 inline assembly only if GCC inline assembly is supported
2369         and only on x86 or amd64. Fixes bug #543286.
2370
2371 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
2372
2373         * gst/real/gstrealvideodec.c: (open_library):
2374         Add some casts to fix the build on Forte
2375
2376 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
2377
2378         * gst/deinterlace2/tvtime/greedy.c:
2379         (gst_deinterlace_method_greedy_l_class_init):
2380         * gst/deinterlace2/tvtime/greedyh.c:
2381         (gst_deinterlace_method_greedy_h_class_init):
2382         * gst/deinterlace2/tvtime/vfir.c:
2383         (gst_deinterlace_method_vfir_class_init):
2384         Fix build on x86_64
2385
2386 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
2387
2388         * ext/resindvd/gstmpegdemux.c:
2389         Remove whitespace line.
2390
2391         * ext/resindvd/resindvdbin.c:
2392         * ext/resindvd/resindvdbin.h:
2393         Make it so that audio/video pads aren't added to the bin
2394         until after data flow starts.
2395
2396         * ext/resindvd/resin-play:
2397         Move video buffer queue outside resindvdbin
2398
2399         * ext/resindvd/resindvdsrc.c:
2400         Check that the nav_clock_id didn't already get unscheduled.
2401
2402         * gst/dvdspu/gstdvdspu.c:
2403         Remove assert that sometimes triggers erroneously.
2404
2405 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2406
2407         * gst/deinterlace2/tvtime/greedyh.asm:
2408         Always use the C implementation if width is not a multiple of 4. The
2409         assembly optimized version only handle this and calling the C
2410         implementation for the remaining part doesn't work because it needs
2411         previous calculations.
2412
2413 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2414
2415         * gst/deinterlace2/tvtime/greedyh.asm:
2416         * gst/deinterlace2/tvtime/greedyh.c:
2417         * gst/deinterlace2/tvtime/greedyhmacros.h:
2418         Some cleanup, use 3DNOW instead of TDNOW in macros.
2419
2420         * gst/deinterlace2/tvtime/tomsmocomp.c:
2421         (gst_deinterlace_method_tomsmocomp_class_init):
2422         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2423         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2424         The SSE method in fact only needs MMXEXT, declare it as such.
2425
2426 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
2427
2428         * docs/plugins/.cvsignore:
2429         Ignore *-undeclared.txt
2430
2431         * ext/resindvd/rsnaudiomunge.c:
2432         Turn g_print's into debug statements.
2433
2434         * ext/resindvd/resin-play:
2435         * ext/resindvd/Makefile.am:
2436         * ext/resindvd/resindvdbin.c:
2437         * ext/resindvd/resindvdbin.h:
2438         * ext/resindvd/rsnparsetter.c:
2439         * ext/resindvd/rsnparsetter.h:
2440         * ext/resindvd/rsnwrappedbuffer.c:
2441         * ext/resindvd/rsnwrappedbuffer.h:
2442         Add a bloated implementation of a really simple idea: Replace the
2443         pixel-aspect-ratio in the output video with a prescribed one when
2444         necessary. There must be an easier way.
2445
2446         Split the dvdspu out of the resindvdbin and put out the subpicture
2447         stream on the subpicture pad.
2448
2449         * ext/resindvd/gstmpegdemux.c:
2450         Send video-aspect events down the pipe from the demuxer.
2451
2452         * ext/resindvd/resindvdsrc.c:
2453         * ext/resindvd/resindvdsrc.h:
2454         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
2455         to make it use clock-waiting later.
2456
2457         * ext/resindvd/rsnbasesrc.c:
2458         Don't overwrite the last_stop in the basesrc segment after a seamless
2459         seek.
2460
2461 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2462
2463         * gst/mpegtsparse/mpegtspacketizer.c:
2464         Convert extended event text to UTF-8.
2465
2466 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
2467
2468         * docs/plugins/Makefile.am:
2469         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2470         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2471         * docs/plugins/gst-plugins-bad-plugins.args:
2472         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2473         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2474         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2475         * docs/plugins/gst-plugins-bad-plugins.signals:
2476         * docs/plugins/inspect/plugin-stereo.xml:
2477         * gst/stereo/gststereo.c:
2478           Document one more.
2479
2480 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2481
2482         * gst/mpegtsparse/gstmpegdesc.h:
2483         Fix extended event descriptor parsing, out by 1 in position of
2484         text length.
2485
2486 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
2487
2488         * gst/festival/gstfestival.c:
2489           Add a note to the docs, that festival need to be running. Also log an
2490           error it it is not. Fixes #541327
2491
2492 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2493
2494         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2495
2496         * gst/librfb/gstrfbsrc.c:
2497         * gst/librfb/gstrfbsrc.h:
2498         Add view-only property to ignore the navigation events
2499
2500 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2501
2502         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2503           Revert previous patch apart from typo fixes; the patch was not
2504           independently useful.
2505
2506 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2507
2508         Based on patch by: Alessandro Decina <alessandro@nnva.org>
2509         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2510         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
2511         * sys/dshowdecwrapper/gstdshowvideodec.c:
2512           Add AAC, AC3 to handled codecs.
2513           Fix handling of flush events.
2514           Improve debug/error output.
2515           Fix a number of typos in comments and variable names.
2516
2517 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2518
2519         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2520
2521         * gst/librfb/rfbdecoder.c:
2522         Implement ServerCutText message
2523
2524 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2525
2526         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2527
2528         * gst/librfb/gstrfbsrc.c:
2529         * gst/librfb/rfbdecoder.c:
2530         Add property for shared desktop
2531
2532 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2533
2534         * configure.ac:
2535         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2536         flags that are invalid for C++.
2537
2538 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2539
2540         * ext/spc/gstspc.c: (spc_setup):
2541         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2542         Don't use declarations after statements in the remaining code.
2543
2544 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2545
2546         Patch by:
2547           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
2548
2549         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
2550         * ext/metadata/metadataxmp.c:
2551         (metadataparse_xmp_iter_add_to_tag_list):
2552         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
2553         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
2554         Don't use declarations after statements.
2555
2556 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2557
2558         patch by: Alessandro Decina
2559
2560         * gst/mpegtsparse/mpegtsparse.c:
2561         Fix memory leak by unreffing structures when not needed.
2562         Fixes #539292.
2563
2564 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2565
2566         * gst/sdp/gstsdpdemux.c:
2567           Use floating point math for latencies < 0 sec in log output.
2568
2569 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2570
2571         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2572         Mark internal processing functions as static inline for quite some
2573         speedup as they're used only once and need to get many local variables
2574         passed as parameter.
2575
2576 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2577
2578         * gst/deinterlace2/gstdeinterlace2.c:
2579         (gst_deinterlace_method_deinterlace_frame),
2580         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
2581         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2582         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2583         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
2584         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2585         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2586         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2587         (gst_deinterlace2_src_query):
2588         * gst/deinterlace2/gstdeinterlace2.h:
2589         Call the current instance "self" instead of "object".
2590
2591 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2592
2593         * gst/deinterlace2/gstdeinterlace2.c:
2594         (gst_deinterlace_method_get_latency),
2595         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2596         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2597         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
2598         * gst/deinterlace2/gstdeinterlace2.h:
2599         Include latency of the method in the returned latency.
2600
2601         Fix outputting of all fields, i.e. doubling of the framerate.
2602
2603 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2604
2605         * gst/deinterlace2/Makefile.am:
2606         * gst/deinterlace2/gstdeinterlace2.c:
2607         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
2608         (gst_deinterlace_method_deinterlace_frame),
2609         (gst_deinterlace_method_get_fields_required),
2610         (gst_deinterlace2_methods_get_type), (_do_init),
2611         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2612         (gst_deinterlace2_child_proxy_get_child_by_index),
2613         (gst_deinterlace2_child_proxy_get_children_count),
2614         (gst_deinterlace2_child_proxy_interface_init),
2615         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
2616         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
2617         * gst/deinterlace2/gstdeinterlace2.h:
2618         * gst/deinterlace2/tvtime/greedy.c:
2619         (deinterlace_greedy_packed422_scanline_c),
2620         (deinterlace_greedy_packed422_scanline_mmx),
2621         (deinterlace_greedy_packed422_scanline_mmxext),
2622         (deinterlace_frame_di_greedy),
2623         (gst_deinterlace_method_greedy_l_set_property),
2624         (gst_deinterlace_method_greedy_l_get_property),
2625         (gst_deinterlace_method_greedy_l_class_init),
2626         (gst_deinterlace_method_greedy_l_init):
2627         * gst/deinterlace2/tvtime/greedyh.asm:
2628         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2629         (deinterlace_frame_di_greedyh),
2630         (gst_deinterlace_method_greedy_h_set_property),
2631         (gst_deinterlace_method_greedy_h_get_property),
2632         (gst_deinterlace_method_greedy_h_class_init),
2633         (gst_deinterlace_method_greedy_h_init):
2634         * gst/deinterlace2/tvtime/greedyh.h:
2635         * gst/deinterlace2/tvtime/plugins.h:
2636         * gst/deinterlace2/tvtime/tomsmocomp.c:
2637         (gst_deinterlace_method_tomsmocomp_set_property),
2638         (gst_deinterlace_method_tomsmocomp_get_property),
2639         (gst_deinterlace_method_tomsmocomp_class_init),
2640         (gst_deinterlace_method_tomsmocomp_init):
2641         * gst/deinterlace2/tvtime/tomsmocomp.h:
2642         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2643         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
2644         (gst_deinterlace_method_vfir_class_init),
2645         (gst_deinterlace_method_vfir_init):
2646         Use a GstObject subtype for the deinterlacing methods and export
2647         the different settings for each deinterlacing method via GObject
2648         properties.
2649
2650         Implement GstChildProxy interface to allow access to the used
2651         deinterlacing method and to allow adjusting the different settings.
2652
2653         Move global variables of the tomsmocomp deinterlacing method into
2654         function local variables to make it possible to use this deinterlacing
2655         method from different instances.
2656
2657 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2658
2659         * gst/deinterlace2/tvtime/greedyh.asm:
2660         Support widths that are not a multiply of 4 when using the assembly
2661         optimized greedyh implementations.
2662
2663 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2664
2665         * gst/deinterlace2/tvtime/greedyh.c:
2666         (deinterlace_frame_di_greedyh):
2667         Only build the assembly optimized implementations on x86.
2668
2669 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2670
2671         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2672
2673         * configure.ac:
2674         Fix checking of headers for the OSS4 plugin to fail if a single
2675         header doesn't exist already. AC_CHECK_HEADERS only fails if none
2676         of the headers is found. Fixes bug #541543.
2677
2678 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2679
2680         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2681
2682         * configure.ac:
2683         * gst/festival/Makefile.am:
2684         * gst/festival/gstfestival.c:
2685         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
2686         and including winsock headers. Fixes bug #541522.
2687
2688 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2689
2690         * ChangeLog:
2691         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
2692         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
2693         Corrected a typo (interpollate -> interpolate).
2694
2695 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2696
2697         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
2698         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
2699         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
2700         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
2701         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
2702         (rtp_session_send_rtp):
2703         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
2704         (rtp_source_process_rtp), (rtp_source_send_rtp):
2705         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
2706         pipeline is running normally.
2707
2708 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2709
2710         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
2711         (gst_rtp_session_finalize), (rtcp_thread),
2712         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
2713         (gst_rtp_session_event_send_rtp_sink),
2714         (gst_rtp_session_chain_send_rtp):
2715         * gst/rtpmanager/rtpsession.c: (check_collision),
2716         (update_arrival_stats), (rtp_session_process_rtp),
2717         (rtp_session_process_rtcp), (rtp_session_send_rtp),
2718         (rtp_session_send_bye_locked), (rtp_session_send_bye),
2719         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
2720         (is_rtcp_time), (rtp_session_on_timeout):
2721         * gst/rtpmanager/rtpsession.h:
2722         Do not mix the use of g_get_current_time() with gst_clock_get_time().
2723
2724 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
2725
2726         * gst/mpegvideoparse/mpegvideoparse.c:
2727         * gst/mpegvideoparse/mpegvideoparse.h:
2728         Queue new-segment events and send them after caps have been
2729         determined and set, so that the decoder will have been auto-plugged.
2730
2731 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
2732
2733         Patch by : Michael Smith <msmith @ xiph dot org>
2734         
2735         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
2736         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
2737         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
2738         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
2739         (qtwrapper_audio_decoder_chain),
2740         (qtwrapper_audio_decoder_sink_event),
2741         (qtwrapper_audio_decoder_base_init),
2742         (qtwrapper_audio_decoder_class_init),
2743         (qtwrapper_audio_decoders_register):
2744         * sys/qtwrapper/codecmapping.h:
2745         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
2746         (image_description_for_mp4v), (image_description_from_stsd_buffer):
2747         * sys/qtwrapper/imagedescription.h:
2748         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
2749         (dump_avcc_atom), (dump_image_description),
2750         (AllocateAudioBufferList):
2751         * sys/qtwrapper/qtutils.h:
2752         * sys/qtwrapper/qtwrapper.c: (plugin_init):
2753         * sys/qtwrapper/qtwrapper.h:
2754         * sys/qtwrapper/videodecoders.c:
2755         (qtwrapper_video_decoder_base_init), (open_decoder),
2756         (decompressCb), (qtwrapper_video_decoder_chain),
2757         (qtwrapper_video_decoders_register):
2758         Make qtwrapper compile/work on win32.
2759         Lots of fixes
2760         Fixes #531840
2761
2762 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2763
2764         * gst/rawparse/gstvideoparse.c:
2765         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2766
2767 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2768
2769         * gst/deinterlace2/Makefile.am:
2770         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2771         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2772         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2773         * gst/deinterlace2/tvtime/tomsmocomp.h:
2774         Remove useless file and mark everything possible as static.
2775
2776         * gst/deinterlace2/tvtime/greedy.c:
2777         * gst/deinterlace2/tvtime/greedyh.c:
2778         Use "_stdint.h" instead of <stdint.h>.
2779
2780 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2781
2782         * gst/deinterlace2/Makefile.am:
2783         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2784         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2785         * gst/deinterlace2/tvtime/greedyh.c:
2786         (deinterlace_frame_di_greedyh):
2787         * gst/deinterlace2/tvtime/speedtools.h:
2788         * gst/deinterlace2/tvtime/speedy.c:
2789         * gst/deinterlace2/tvtime/speedy.h:
2790         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2791         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2792         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2793         Get rid of speedy.[ch] as we don't use most of it's code anyway
2794         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2795         of the speedy memcpy everywhere instead.
2796         
2797         * gst/deinterlace2/gstdeinterlace2.h:
2798         Remove many unused declarations.
2799
2800 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2801
2802         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2803         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2804         Expose the additional MPEG HDTV format profiles available in latest
2805         mjpegtools version.
2806
2807 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2808
2809         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2810         Divide latency be 2 to convert from fields to frames.
2811
2812 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2813
2814         * gst/deinterlace2/tvtime/greedy.c:
2815         (deinterlace_greedy_packed422_scanline_c),
2816         (deinterlace_greedy_packed422_scanline_mmx),
2817         (deinterlace_greedy_packed422_scanline_mmxext),
2818         (deinterlace_frame_di_greedy):
2819         Don't use scanlines function from gstdeinterlace2 as it's
2820         not appropiate for this method. Instead implement deinterlace_frame
2821         function by taking the one from greedyh.
2822         
2823         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2824         Small fix for the C implementation.
2825
2826         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2827         Don't use the scanlines function from gstdeinterlace2 as it's only
2828         used for this method and will be removed. Instead implement
2829         deinterlace_frame function and make it a bit more efficient.
2830
2831         * gst/deinterlace2/gstdeinterlace2.c:
2832         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2833         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2834         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2835         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2836         (gst_deinterlace2_src_query):
2837         Fix coding style and remove scanlines function as it's unused now.
2838
2839 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2840
2841         * gst/deinterlace2/tvtime/greedyh.asm:
2842         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2843         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2844         * gst/deinterlace2/tvtime/greedyhmacros.h:
2845         Add a C implementation for the greedyh deinterlacing method, clean
2846         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2847         require any SSE instructions.
2848
2849 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2850
2851         * gst/deinterlace2/gstdeinterlace2.c:
2852         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2853         (gst_deinterlace2_setcaps):
2854         If we're outputting all fields the framerate has to be doubled.
2855
2856         Set duration on the outgoing buffers.
2857
2858 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2859
2860         * docs/plugins/Makefile.am:
2861         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2862         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2863         * gst/y4m/gsty4mencode.c:
2864         Add documentation for YUV4MPEG2 encoder element.
2865
2866 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2867
2868         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2869         Remove unneeded macros that break build on macosx.
2870
2871 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2872
2873         * configure.ac:
2874           Depend on released versions of core and -base.
2875
2876 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2877
2878         * gst/deinterlace2/tvtime/greedy.c:
2879         (deinterlace_greedy_packed422_scanline_mmx),
2880         (deinterlace_greedy_packed422_scanline_mmxext):
2881         Optimize MMX/MMXEXT implementations a bit by requiring two less
2882         memory accesses and fix the workaround for the missing right shift
2883         on bytes to unset the highest bit of every byte.
2884
2885 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2886
2887         * gst/deinterlace2/tvtime/greedy.c:
2888         (deinterlace_greedy_packed422_scanline_mmxext):
2889         Remove sfence instruction as it's not needed and actually is an SSE
2890         instruction.
2891
2892 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2893
2894         * gst/deinterlace2/tvtime/greedy.c:
2895         (deinterlace_greedy_packed422_scanline_mmx),
2896         (deinterlace_greedy_packed422_scanline):
2897         Add plain MMX implementation for the greedyl method.
2898
2899 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2900
2901         * gst/deinterlace2/Makefile.am:
2902         Move the assembly includes to noinst_HEADERS where they belong.
2903
2904         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2905         (deinterlace_line_mmx):
2906         Fix C and MMX implementations a bit more.
2907
2908 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2909
2910         * gst/deinterlace2/tvtime/greedy.c:
2911         (deinterlace_greedy_packed422_scanline_c),
2912         (deinterlace_greedy_packed422_scanline_mmxext),
2913         (deinterlace_greedy_packed422_scanline):
2914         Fix the C implementation to produce correct results and optimize the
2915         MMXEXT implementation.
2916
2917         Handle odd widths and don't read over array boundaries in the MMXEXT
2918         implementation.
2919
2920         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2921         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2922         Fix a small rounding bug in the MMX implementation, the MMX
2923         implementation doesn't actually need MMXEXT instructions so don't mark
2924         it as such.
2925
2926         Handle odd widths in both implementations.
2927
2928 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2929
2930         * ext/resindvd/rsnbasesrc.c:
2931           Use the right i18n header.
2932
2933 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2934
2935         * gst/deinterlace2/tvtime/greedy.c:
2936         (deinterlace_greedy_packed422_scanline_sse),
2937         (deinterlace_greedy_packed422_scanline_c),
2938         (deinterlace_greedy_packed422_scanline):
2939         Implement a C version of the greedy low motion algorithm and mark the
2940         assembly optimized version as SSE as it uses SSE instructions
2941         additional to MMX instructions.
2942
2943 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2944
2945         Patch by: Sebastian Pölsterl
2946
2947         * gst/mpegtsparse/mpegtspacketizer.c:
2948         Fix problem when empty string is provided.
2949
2950 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2951
2952         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2953         (deinterlace_line_c), (deinterlace_scanline_vfir):
2954         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2955         but use the MMXEXT optimized code whenever possible.
2956
2957 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2958
2959         * gst/deinterlace2/gstdeinterlace2.c:
2960         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
2961         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2962         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
2963         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
2964         (gst_deinterlace2_src_query):
2965         * gst/deinterlace2/gstdeinterlace2.h:
2966         Reset element state on PAUSED->READY properly, don't leak any buffers
2967         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
2968         properly return flow returns from gst_pad_push() instead of ignoring them.
2969
2970 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2971
2972         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2973         Add missing header.
2974
2975 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2976
2977         * configure.ac:
2978         * gst/deinterlace2/Makefile.am:
2979         * gst/deinterlace2/tvtime/greedyh.asm:
2980         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2981         Fix compilation on generic x86/amd64 and include deinterlace2 in the
2982         build system. Because of several bugs it's still enabled only
2983         by --enable-experimental.
2984
2985 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2986
2987         * ext/resindvd/resindvdsrc.c:
2988         * ext/resindvd/resindvdsrc.h:
2989         Schedule NAV packets and activate them with an async clock callback
2990         at the right moment. This makes delayed menu highlights appear
2991         at the correct time and fixes Back To The Future.
2992
2993         When outputting new segment in do_seek(), calculate our position
2994         value properly, so we report the right time when popping in and
2995         out of the menus.
2996
2997         * ext/resindvd/rsnbasesrc.c:
2998         When handling a non-flushing seek, accumulate the segment,
2999         rather than having every seek start from 0 and messing with sync
3000
3001 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
3002
3003         * gst/selector/gstoutputselector.c:
3004         * tests/icles/output-selector-test.c:
3005           Use BOILERPLATE macro and update test to the latest api changes.
3006
3007 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3008
3009         * examples/app/appsink-src.c: (on_new_buffer_from_source):
3010         Don't use a buffer after unreffing it.
3011
3012 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
3013
3014         * ext/metadata/metadataexif.c:
3015           Add description tag mapping.
3016
3017 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
3018
3019         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3020         * examples/app/appsrc-ra.c:
3021         * examples/app/appsrc-seekable.c:
3022         * examples/app/appsrc-stream.c:
3023         * examples/app/appsrc-stream2.c:
3024         * ext/directfb/dfbvideosink.h:
3025         * ext/metadata/gstbasemetadata.c:
3026         * ext/metadata/gstbasemetadata.h:
3027         * ext/metadata/metadata.c:
3028         * ext/metadata/metadataexif.c:
3029         * ext/theora/theoradec.h:
3030         * gst/deinterlace2/gstdeinterlace2.h:
3031         * gst/deinterlace2/tvtime/speedy.c:
3032         * gst/deinterlace2/tvtime/speedy.h:
3033         * gst/deinterlace2/tvtime/vfir.c:
3034          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
3035          comments.
3036
3037 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
3038
3039         * ext/resindvd/resindvdbin.c:
3040         Parse the URI argument into the device name so dvd:///path/to/image
3041         works.
3042
3043         * ext/resindvd/resindvdsrc.c:
3044         Implement a trivial duration query reporting the current PGC length.
3045
3046         * gst/dvdspu/gstdvdspu.c:
3047         Rename typo in the function name.
3048
3049 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
3050
3051         * configure.ac:
3052         Disable deinterlace2 plugin again which was accidently enabled
3053         with last commit.
3054
3055 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
3056
3057         * configure.ac:
3058         * ext/resindvd/resindvdsrc.h:
3059         Make resindvd work with libdvdnav >= 4.0.0.
3060
3061 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
3062
3063         * configure.ac:
3064         Check for libdvdnav to build resindvd.
3065
3066         * ext/Makefile.am:
3067         * ext/resindvd/Makefile.am:
3068         * ext/resindvd/gstmpegdefs.h:
3069         * ext/resindvd/gstmpegdemux.c:
3070         * ext/resindvd/gstmpegdemux.h:
3071         * ext/resindvd/gstmpegdesc.c:
3072         * ext/resindvd/gstmpegdesc.h:
3073         * ext/resindvd/gstpesfilter.c:
3074         * ext/resindvd/gstpesfilter.h:
3075         * ext/resindvd/plugin.c:
3076         * ext/resindvd/resin-play:
3077         * ext/resindvd/resindvdbin.c:
3078         * ext/resindvd/resindvdbin.h:
3079         * ext/resindvd/resindvdsrc.c:
3080         * ext/resindvd/resindvdsrc.h:
3081         * ext/resindvd/rsnaudiomunge.c:
3082         * ext/resindvd/rsnaudiomunge.h:
3083         * ext/resindvd/rsnbasesrc.c:
3084         * ext/resindvd/rsnbasesrc.h:
3085         * ext/resindvd/rsnpushsrc.c:
3086         * ext/resindvd/rsnpushsrc.h:
3087         * ext/resindvd/rsnstreamselector.c:
3088         * ext/resindvd/rsnstreamselector.h:
3089
3090         First commit of DVD-Video playback component 'rsndvdbin'
3091         and helper elements.
3092
3093         Use --enable-experimental for now, but feel free to give it a
3094         try using the resin-play script.
3095
3096         * gst/dvdspu/gstdvdspu.c:
3097         Add some extra guards for malformed events.
3098
3099 2008-06-16  David Schleef  <ds@schleef.org>
3100
3101         * configure.ac:
3102         Bump dirac requirement to 0.10 due to api changes.
3103
3104 2008-06-16  Andy Wingo  <wingo@pobox.com>
3105
3106         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
3107         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
3108         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
3109
3110 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
3111
3112         * sys/dvb/gstdvbsrc.c:
3113           Move docblob upwards. Balance tags and restore blank line.
3114
3115 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3116
3117         * sys/dvb/gstdvbsrc.c:
3118         Fix out of date docs.
3119
3120 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3121
3122         Patch from: Vincent Genieux
3123
3124         * gst/mpegtsparse/mpegtsparse.c:
3125         Fix refcount issues, fixes #538560.
3126
3127 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3128
3129         * gst/mpegtsparse/gstmpegdesc.h:
3130         * gst/mpegtsparse/mpegtspacketizer.c:
3131         Parse the extended event descriptor.
3132
3133 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
3134
3135         * gst/rtpmanager/gstrtpjitterbuffer.c:
3136         * gst/speed/gstspeed.c:
3137         * gst/speexresample/gstspeexresample.c:
3138         * gst/videosignal/gstvideoanalyse.c:
3139         * gst/videosignal/gstvideodetect.c:
3140         * gst/videosignal/gstvideomark.c:
3141         * sys/dvb/gstdvbsrc.c:
3142         * sys/oss4/oss4-mixer.c:
3143         * sys/oss4/oss4-sink.c:
3144         * sys/oss4/oss4-source.c:
3145         * sys/wininet/gstwininetsrc.c:
3146           Final round of doc updates.
3147
3148 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
3149
3150         * gst/deinterlace/gstdeinterlace.c:
3151         * gst/rtpmanager/gstrtpbin.c:
3152         * gst/rtpmanager/gstrtpclient.c:
3153         * gst/rtpmanager/gstrtpjitterbuffer.c:
3154         * gst/rtpmanager/gstrtpptdemux.c:
3155         * gst/rtpmanager/gstrtpsession.c:
3156         * gst/rtpmanager/gstrtpssrcdemux.c:
3157         * gst/sdp/gstsdpdemux.c:
3158           More doc updates. More xrefs.
3159
3160 2008-06-14  Julien Moutte  <julien@fluendo.com>
3161
3162         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
3163         (gst_flv_demux_dispose):
3164         * gst/flv/gstflvdemux.h:
3165         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
3166         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
3167         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
3168         H.264/AVC inside FLV.
3169         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
3170         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
3171         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
3172         * sys/dshowdecwrapper/gstdshowaudiodec.h:
3173         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
3174         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
3175         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
3176         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
3177         to improve stability (ref counting, safety checks...)
3178
3179 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3180
3181         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
3182         Disable sipro on 64bits, it crashes.
3183
3184 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3185
3186         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
3187         (close_library), (open_library),
3188         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
3189         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
3190         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
3191         Add raversions we can support on the caps.
3192         Refactor the loading of the real codecs like realvideo so that we can
3193         implement probing.
3194         Probe all supported formats by trying to load the .so files, only report
3195         the versions on the caps that we can actually load.
3196
3197         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
3198         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
3199         (open_library), (close_library),
3200         (gst_real_video_dec_probe_modules),
3201         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
3202         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
3203         * gst/real/gstrealvideodec.h:
3204         Change the loading of the library like the audio decoder.
3205         Probe the supported formats by trying to load the .so files and only
3206         report the versions on the caps that we can actually load.
3207
3208 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3209
3210         patch by: Sebastian Pölsterl
3211
3212         * gst/mpegtsparse/mpegtspacketizer.c:
3213         Handle character sets in strings coming from DVB SI according
3214         to the DVB SI spec.
3215
3216 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
3217
3218         * gst/replaygain/gstrganalysis.c:
3219         * gst/replaygain/gstrglimiter.c:
3220         * gst/replaygain/gstrgvolume.c:
3221           More doc updates.
3222
3223 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
3224
3225         * docs/plugins/Makefile.am:
3226         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3227         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3228         * docs/plugins/gst-plugins-bad-plugins.args:
3229         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3230         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3231         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3232         * docs/plugins/gst-plugins-bad-plugins.signals:
3233         * docs/plugins/inspect/plugin-alsaspdif.xml:
3234         * docs/plugins/inspect/plugin-amrwb.xml:
3235         * docs/plugins/inspect/plugin-app.xml:
3236         * docs/plugins/inspect/plugin-bayer.xml:
3237         * docs/plugins/inspect/plugin-bz2.xml:
3238         * docs/plugins/inspect/plugin-cdaudio.xml:
3239         * docs/plugins/inspect/plugin-cdxaparse.xml:
3240         * docs/plugins/inspect/plugin-dtsdec.xml:
3241         * docs/plugins/inspect/plugin-dvb.xml:
3242         * docs/plugins/inspect/plugin-dvdspu.xml:
3243         * docs/plugins/inspect/plugin-faac.xml:
3244         * docs/plugins/inspect/plugin-faad.xml:
3245         * docs/plugins/inspect/plugin-fbdevsink.xml:
3246         * docs/plugins/inspect/plugin-festival.xml:
3247         * docs/plugins/inspect/plugin-filter.xml:
3248         * docs/plugins/inspect/plugin-flvdemux.xml:
3249         * docs/plugins/inspect/plugin-freeze.xml:
3250         * docs/plugins/inspect/plugin-gsm.xml:
3251         * docs/plugins/inspect/plugin-gstinterlace.xml:
3252         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3253         * docs/plugins/inspect/plugin-h264parse.xml:
3254         * docs/plugins/inspect/plugin-interleave.xml:
3255         * docs/plugins/inspect/plugin-jack.xml:
3256         * docs/plugins/inspect/plugin-ladspa.xml:
3257         * docs/plugins/inspect/plugin-metadata.xml:
3258         * docs/plugins/inspect/plugin-mms.xml:
3259         * docs/plugins/inspect/plugin-modplug.xml:
3260         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3261         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3262         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3263         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3264         * docs/plugins/inspect/plugin-musepack.xml:
3265         * docs/plugins/inspect/plugin-musicbrainz.xml:
3266         * docs/plugins/inspect/plugin-mve.xml:
3267         * docs/plugins/inspect/plugin-mythtv.xml
3268         * docs/plugins/inspect/plugin-nas.xml:
3269         * docs/plugins/inspect/plugin-neon.xml:
3270         * docs/plugins/inspect/plugin-nsfdec.xml:
3271         * docs/plugins/inspect/plugin-nuvdemux.xml:
3272         * docs/plugins/inspect/plugin-oss4.xml
3273         * docs/plugins/inspect/plugin-rawparse.xml:
3274         * docs/plugins/inspect/plugin-real.xml:
3275         * docs/plugins/inspect/plugin-replaygain.xml:
3276         * docs/plugins/inspect/plugin-rfbsrc.xml:
3277         * docs/plugins/inspect/plugin-sdl.xml:
3278         * docs/plugins/inspect/plugin-sdp.xml:
3279         * docs/plugins/inspect/plugin-selector.xml:
3280         * docs/plugins/inspect/plugin-sndfile.xml:
3281         * docs/plugins/inspect/plugin-soundtouch.xml:
3282         * docs/plugins/inspect/plugin-spcdec.xml:
3283         * docs/plugins/inspect/plugin-speed.xml:
3284         * docs/plugins/inspect/plugin-speexresample.xml:
3285         * docs/plugins/inspect/plugin-stereo.xml:
3286         * docs/plugins/inspect/plugin-subenc.xml
3287         * docs/plugins/inspect/plugin-timidity.xml:
3288         * docs/plugins/inspect/plugin-tta.xml:
3289         * docs/plugins/inspect/plugin-vcdsrc.xml:
3290         * docs/plugins/inspect/plugin-videosignal.xml:
3291         * docs/plugins/inspect/plugin-vmnc.xml:
3292         * docs/plugins/inspect/plugin-wildmidi.xml:
3293         * docs/plugins/inspect/plugin-x264.xml:
3294         * docs/plugins/inspect/plugin-xvid.xml:
3295         * docs/plugins/inspect/plugin-y4menc.xml:
3296         * ext/amrwb/gstamrwbdec.c:
3297         * ext/amrwb/gstamrwbenc.c:
3298         * ext/amrwb/gstamrwbparse.c:
3299         * ext/dc1394/gstdc1394.c:
3300         * ext/directfb/dfbvideosink.c:
3301         * ext/ivorbis/vorbisdec.c:
3302         * ext/jack/gstjackaudiosink.c:
3303         * ext/mpeg2enc/gstmpeg2enc.cc:
3304         * ext/mplex/gstmplex.cc:
3305         * ext/musicbrainz/gsttrm.c:
3306         * ext/mythtv/gstmythtvsrc.c:
3307         * ext/theora/theoradec.c:
3308         * ext/timidity/gsttimidity.c:
3309         * ext/timidity/gstwildmidi.c:
3310         * gst-libs/gst/app/gstappsink.c:
3311         * gst/deinterlace/gstdeinterlace.c:
3312         * gst/dvdspu/gstdvdspu.c:
3313         * gst/festival/gstfestival.c:
3314         * gst/freeze/gstfreeze.c:
3315         * gst/interleave/deinterleave.c:
3316         * gst/interleave/interleave.c:
3317         * gst/modplug/gstmodplug.cc:
3318         * gst/nuvdemux/gstnuvdemux.c:
3319           Add missing elements to docs. Fix doc-markup: use convinience syntax
3320           for examples (produces valid docbook), add several refsec2 when we
3321           have several titles. Fix some types.
3322
3323 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3324
3325         * examples/app/.cvsignore:
3326         * examples/app/Makefile.am:
3327         * examples/app/appsink-src.c: (on_new_buffer_from_source),
3328         (on_source_message), (on_sink_message), (main):
3329         Add beefed up example app from bug #413418. It now also uses appsink
3330         instead of fakesink for more ultimate coolness.
3331
3332         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3333         (gst_app_src_init), (gst_app_src_set_property),
3334         (gst_app_src_get_property), (gst_app_src_unlock),
3335         (gst_app_src_unlock_stop), (gst_app_src_create),
3336         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
3337         (gst_app_src_end_of_stream):
3338         * gst-libs/gst/app/gstappsrc.h:
3339         Add block property to allow push based implementation to block when we
3340         fill up the appsrc queues.
3341         Emit the enough-data signal while releasing our lock.
3342
3343 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3344
3345         * examples/app/.cvsignore:
3346           Ignore more.
3347
3348 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3349
3350         * ext/dc1394/gstdc1394.c:
3351         * ext/ivorbis/vorbisdec.c:
3352         * ext/jack/gstjackaudiosink.c:
3353         * ext/metadata/gstmetadatademux.c:
3354         * ext/mythtv/gstmythtvsrc.c:
3355         * ext/theora/theoradec.c:
3356         * gst-libs/gst/app/gstappsink.c:
3357         * gst/bayer/gstbayer2rgb.c:
3358         * gst/deinterlace/gstdeinterlace.c:
3359         * gst/rawparse/gstaudioparse.c:
3360         * gst/rawparse/gstvideoparse.c:
3361         * gst/rtpmanager/gstrtpbin.c:
3362         * gst/rtpmanager/gstrtpclient.c:
3363         * gst/rtpmanager/gstrtpjitterbuffer.c:
3364         * gst/rtpmanager/gstrtpptdemux.c:
3365         * gst/rtpmanager/gstrtpsession.c:
3366         * gst/rtpmanager/gstrtpssrcdemux.c:
3367         * gst/selector/gstinputselector.c:
3368         * gst/selector/gstoutputselector.c:
3369         * gst/videosignal/gstvideoanalyse.c:
3370         * gst/videosignal/gstvideodetect.c:
3371         * gst/videosignal/gstvideomark.c:
3372         * sys/oss4/oss4-mixer.c:
3373         * sys/oss4/oss4-sink.c:
3374         * sys/oss4/oss4-source.c:
3375           Do not use short_description in section docs for elements. We extract
3376           them from element details and there will be warnings if they differ.
3377           Also fixing up the ChangeLog order.
3378
3379 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3380
3381         Patch by: Sebastien Merle <sylane at gmail dot com>
3382
3383         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
3384         Fix the sign of the data we pass to the decoder so that the decoder
3385         compiles with newer reference code as well. Fixes #528618.
3386
3387 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3388
3389         * tests/icles/test-oss4.c:
3390           Include stdlib.h.
3391
3392 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3393
3394         Based on a patch by: Martin Eikermann <meiker at upb dot de>
3395
3396         * gst/deinterlace2/Makefile.am:
3397         * gst/deinterlace2/gstdeinterlace2.c:
3398         (gst_deinterlace2_method_get_type),
3399         (gst_deinterlace2_fields_get_type),
3400         (gst_deinterlace2_field_layout_get_type),
3401         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
3402         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
3403         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
3404         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
3405         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
3406         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
3407         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
3408         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
3409         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
3410         (plugin_init):
3411         * gst/deinterlace2/gstdeinterlace2.h:
3412         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
3413         (deinterlace_greedy_packed422_scanline_mmxext),
3414         (dscaler_greedyl_get_method):
3415         * gst/deinterlace2/tvtime/greedyh.asm:
3416         * gst/deinterlace2/tvtime/greedyh.c:
3417         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
3418         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
3419         (greedyh_filter_sse):
3420         * gst/deinterlace2/tvtime/greedyh.h:
3421         * gst/deinterlace2/tvtime/greedyhmacros.h:
3422         * gst/deinterlace2/tvtime/mmx.h:
3423         * gst/deinterlace2/tvtime/plugins.h:
3424         * gst/deinterlace2/tvtime/speedtools.h:
3425         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
3426         (comb_factor_packed422_scanline_mmx),
3427         (diff_factor_packed422_scanline_c),
3428         (diff_factor_packed422_scanline_mmx),
3429         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
3430         (packed444_to_packed422_scanline_c),
3431         (packed422_to_packed444_scanline_c),
3432         (packed422_to_packed444_rec601_scanline_c),
3433         (vfilter_chroma_121_packed422_scanline_mmx),
3434         (vfilter_chroma_121_packed422_scanline_c),
3435         (vfilter_chroma_332_packed422_scanline_mmx),
3436         (vfilter_chroma_332_packed422_scanline_c),
3437         (kill_chroma_packed422_inplace_scanline_mmx),
3438         (kill_chroma_packed422_inplace_scanline_c),
3439         (invert_colour_packed422_inplace_scanline_mmx),
3440         (invert_colour_packed422_inplace_scanline_c),
3441         (mirror_packed422_inplace_scanline_c),
3442         (interpolate_packed422_scanline_c),
3443         (convert_uyvy_to_yuyv_scanline_mmx),
3444         (convert_uyvy_to_yuyv_scanline_c),
3445         (interpolate_packed422_scanline_mmx),
3446         (interpolate_packed422_scanline_mmxext),
3447         (blit_colour_packed422_scanline_c),
3448         (blit_colour_packed422_scanline_mmx),
3449         (blit_colour_packed422_scanline_mmxext),
3450         (blit_colour_packed4444_scanline_c),
3451         (blit_colour_packed4444_scanline_mmx),
3452         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
3453         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
3454         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
3455         (blit_packed422_scanline_mmxext),
3456         (composite_colour4444_alpha_to_packed422_scanline_c),
3457         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
3458         (composite_packed4444_alpha_to_packed422_scanline_c),
3459         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
3460         (composite_packed4444_to_packed422_scanline_c),
3461         (composite_packed4444_to_packed422_scanline_mmxext),
3462         (composite_alphamask_to_packed4444_scanline_c),
3463         (composite_alphamask_to_packed4444_scanline_mmxext),
3464         (composite_alphamask_alpha_to_packed4444_scanline_c),
3465         (premultiply_packed4444_scanline_c),
3466         (premultiply_packed4444_scanline_mmxext),
3467         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
3468         (quarter_blit_vertical_packed422_scanline_mmxext),
3469         (quarter_blit_vertical_packed422_scanline_c),
3470         (subpix_blit_vertical_packed422_scanline_c),
3471         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
3472         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
3473         (rgba32_to_packed4444_rec601_scanline_c),
3474         (packed444_to_rgb24_rec601_scanline_c),
3475         (packed444_to_nonpremultiplied_packed4444_scanline_c),
3476         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
3477         (speedy_get_accel):
3478         * gst/deinterlace2/tvtime/speedy.h:
3479         * gst/deinterlace2/tvtime/sse.h:
3480         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
3481         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
3482         (tomsmocomp_init), (tomsmocomp_filter_mmx),
3483         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
3484         * gst/deinterlace2/tvtime/tomsmocomp.h:
3485         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
3486         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
3487         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
3488         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
3489         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
3490         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
3491         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
3492         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
3493         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
3494         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
3495         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
3496         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
3497         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
3498         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
3499         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
3500         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
3501         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
3502         (deinterlace_scanline_vfir), (copy_scanline),
3503         (dscaler_vfir_get_method):
3504         * gst/deinterlace2/tvtime/x86-64_macros.inc:
3505         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
3506         which was relicensed to LGPL for GStreamer and in theory provides
3507         better and faster results than the simple deinterlace element.
3508         Fixes bug #163578.
3509
3510         Ported to GStreamer 0.10 but still not enabled or included in the
3511         build system by default because of bad artefacts caused by a bug
3512         somewhere and as it can be only build on x86/amd64 ATM and requires
3513         special CFLAGS. Will be fixed soon.
3514
3515 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3516
3517         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
3518
3519         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
3520         (gst_wildmidi_change_state), (plugin_init):
3521         * ext/timidity/gstwildmidi.h:
3522         Initialize wildmidi only once in the plugin init function instead
3523         of once for every instance. The second and following calls to the
3524         wildmidi initialization function will fail. Fixes bug #525613.
3525
3526         Also don't register the element at all if wildmidi initialization
3527         fails.
3528
3529 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3530
3531         * ext/soundtouch/gstpitch.cc:
3532         Call gst_element_no_more_pads() after all pads are added.
3533
3534 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3535
3536         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
3537         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
3538         (gst_raw_parse_handle_seek_pull):
3539         Add simple reverse playback.
3540
3541 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3542
3543         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
3544         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
3545         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
3546         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
3547         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
3548         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
3549         * gst/rawparse/gstrawparse.h:
3550         Fix seeking, timestamps, duration and some more. Fixes #536309.
3551
3552 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3553
3554         * examples/app/Makefile.am:
3555         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
3556         (found_source), (bus_message), (main):
3557         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
3558         (found_source), (bus_message), (main):
3559         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
3560         (bus_message), (main):
3561         Added 3 more example application for using appsrc in random-access mode,
3562         pull-mode streaming and pull mode seekable.
3563
3564         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3565         (gst_app_src_start), (gst_app_src_do_get_size),
3566         (gst_app_src_create):
3567         * gst-libs/gst/app/gstappsrc.h:
3568         Make stream-type property writable.
3569         Unset flushing when starting so that we reuse appsrc.
3570         Inform basesrc about the configured size.
3571         Emit seek-data signal when we are going to a different offset in
3572         random-access mode.
3573
3574 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3575
3576         * examples/app/appsrc-stream.c: (found_source), (main):
3577         Use deep-notify until we can depend on a playbin2 with support for the
3578         source property.
3579
3580 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3581
3582         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
3583         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
3584         Fix deadlock when shutting down, use a new lock instead to properly
3585         shutdown.
3586
3587 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3588
3589         * examples/app/.cvsignore:
3590         * examples/app/Makefile.am:
3591         * examples/app/appsrc-stream.c: (read_data), (start_feed),
3592         (stop_feed), (found_source), (bus_message), (main):
3593         Added an example on how to use appsrc in playbin in streaming mode from
3594         an mmapped file.
3595
3596         * examples/app/appsrc_ex.c: (main):
3597         Set pipeline to NULL to free queued buffers.
3598
3599         * gst-libs/gst/app/gstapp-marshal.list:
3600         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
3601         (gst_app_src_class_init), (gst_app_src_init),
3602         (gst_app_src_flush_queued), (gst_app_src_dispose),
3603         (gst_app_src_set_property), (gst_app_src_get_property),
3604         (gst_app_src_unlock), (gst_app_src_unlock_stop),
3605         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
3606         (gst_app_src_check_get_range), (gst_app_src_do_seek),
3607         (gst_app_src_create), (gst_app_src_set_stream_type),
3608         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
3609         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
3610         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
3611         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
3612         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
3613         * gst-libs/gst/app/gstappsrc.h:
3614         Measure max queue size in bytes instead.
3615         Add support for 3 modes of operation, streaming, seekable and
3616         random-access, making basesrc handle the scheduling modes for each.
3617         Add appsrc:// uri handler so that automatic plugging can be done from
3618         playbin2 or uridecodebin, for example.
3619         Added support for custom segment formats.
3620         Add support for push and pull based operations from the application.
3621         Expand the methods so that errors can be detected.
3622         Flush the queued buffers on seeks and when shutting down.
3623         Add signals to inform the app that a seek must happen.
3624
3625 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3626
3627         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
3628         (gst_deinterleave_src_query):
3629         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3630         (gst_interleave_src_query):
3631         Properly implement duration and position queries in bytes format. We
3632         have to take the upstream reply and divide/multiply it by the number
3633         of channels to get the correct result.
3634
3635 2008-06-04  Michael Smith <msmith@songbirdnest.com>
3636
3637         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3638         * sys/dshowvideosink/dshowvideofakesrc.h:
3639         * sys/dshowvideosink/dshowvideosink.cpp:
3640         * sys/dshowvideosink/dshowvideosink.h:
3641           Fix up copyright notice on new plugin.
3642
3643 2008-06-04  David Schleef  <ds@schleef.org>
3644
3645         * ext/dirac/gstdiracenc.cc: Update properties for recent
3646           dirac changes.  Patch from Jonathan Rosser.
3647
3648 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3649
3650         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
3651           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
3652           (gst_x264_enc_encode_frame):
3653           Try harder not to crash when we get an EOS event but haven't set
3654           up the encoder yet (as may happen when upstream errors out with
3655           not-negotiated, for example). Also, always push the EOS event
3656           downstream.
3657
3658 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3659
3660         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3661         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
3662         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
3663         * gst/interleave/interleave.h:
3664         Use an always increasing integer for the number in the name of the
3665         requested sink pads to guarantuee a unique name. Add a "channel"
3666         property to GstInterleavePad to make it possible for applications
3667         to retrieve the channel number in the output for every pad.
3668
3669         Use g_type_register_static_simple() instead of
3670         g_type_register_static() to save some relocations.
3671
3672 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3673
3674         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3675         (gst_interleave_change_state):
3676         Stop GstCollectPads before calling the parent's state change function
3677         when going from PAUSED to READY as we otherwise deadlock.
3678         Fixes bug #536258.
3679
3680 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3681
3682         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
3683         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
3684         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
3685         (gst_h264_parse_chain):
3686         * gst/h264parse/gsth264parse.h:
3687         Parse codec_data and use the nalu_size_length field to get the NALU
3688         length in packetized h264.
3689         When queueing a packetized buffer in reverse mode, don't unref the
3690         buffer twice.
3691         Avoid accessing the buffer TIMESTAMP field after we pushed it on
3692         the adaptor.
3693
3694 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3695
3696         * gst/interleave/interleave.c:
3697         (gst_interleave_check_channel_positions),
3698         (gst_interleave_set_channel_positions),
3699         (gst_interleave_class_init):
3700         Use new gst_audio_check_channel_positions() function and register
3701         the GstInterleavePad type from a threadsafe context.
3702
3703 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3704
3705         * configure.ac:
3706           Revert accidental addition in configure.ac. Sorry.
3707
3708 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3709
3710         * configure.ac:
3711         * sys/Makefile.am:
3712         * sys/dshowvideosink/Makefile.am:
3713         * sys/dshowvideosink/README:
3714         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3715         * sys/dshowvideosink/dshowvideofakesrc.h:
3716         * sys/dshowvideosink/dshowvideosink.cpp:
3717         * sys/dshowvideosink/dshowvideosink.h:
3718         Add a new win32 videosink. Uses the DirectShow renderers for
3719         high-performance video rendering on win32.
3720         Currently only supports some YUV formats.
3721         Rank PRIMARY, since it's much more useful for the common cases that the
3722         directdraw sink (which only does RGB).
3723
3724 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
3725
3726         * ext/spc/Makefile.am:
3727           Dist tag.h
3728
3729 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3730
3731         * ext/faad/gstfaad.c: (gst_faad_sink_event):
3732         Always drain before activating the new segment.
3733
3734 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3735
3736         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3737         (gst_interleave_finalize), (gst_audio_check_channel_positions),
3738         (gst_interleave_set_channel_positions),
3739         (gst_interleave_class_init), (gst_interleave_init),
3740         (gst_interleave_set_property), (gst_interleave_get_property),
3741         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3742         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
3743         (gst_interleave_src_query_latency), (gst_interleave_collected):
3744         * gst/interleave/interleave.h:
3745         Allow setting channel positions via a property and allow using the
3746         channel positions on the input as the channel positions of the output.
3747
3748         Fix some broken logic and memory leaks.
3749
3750         * tests/check/Makefile.am:
3751         * tests/check/elements/interleave.c: (src_handoff_float32),
3752         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
3753         Add unit tests for checking correct handling of channel positions.
3754
3755 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3756
3757         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3758         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3759         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3760         (gst_faad_change_state):
3761         * ext/faad/gstfaad.h:
3762         Add basic reverse playback support.
3763         Clear decoder state after disconts.
3764         Remove some unused code.
3765         Mark output buffers with a discont after a decoding error.
3766
3767 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3768
3769         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3770
3771         * gst/mpeg4videoparse/mpeg4videoparse.c:
3772         (gst_mpeg4vparse_handle_vos):
3773         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3774
3775 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3776
3777         * tests/check/elements/mplex.c: (setup_src_pad),
3778         (teardown_src_pad):
3779         Don't use the deprecated gst_element_get_pad().
3780
3781 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3782
3783         * examples/directfb/gstdfb.c: (main):
3784         Don't use the deprecated gst_element_get_pad().
3785
3786 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3787
3788         Based on patch by: <onkarshinde at gmail dot com>
3789
3790         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3791         (gst_vcdsrc_uri_set_uri):
3792         Allow the track to be set by using the uri. Fixes #535043.
3793
3794 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3795
3796         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3797         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3798         Implement latency query.
3799
3800 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3801
3802         * gst/mpegvideoparse/mpegvideoparse.c:
3803         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3804
3805 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3806
3807         * gst/rtpmanager/gstrtpbin.c:
3808         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3809         (gst_rtp_bin_change_state), (new_payload_found),
3810         (new_ssrc_pad_found):
3811         Break out of callbacks when we are shutting down.
3812         Make sure no state changes can happen when we reconfigure.
3813
3814 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3815
3816         * configure.ac:
3817         Require CVS core and base for new audio clock reset method.
3818
3819         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3820         Reset the audio clock. See #521761.
3821
3822 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3823
3824         * ext/jack/gstjackaudiosink.c:
3825         (gst_jack_audio_sink_allocate_channels):
3826         Include the element name in the port name to avoid duplicate port names.
3827
3828 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3829
3830         * gst/interleave/deinterleave.c:
3831         Add another example launch line.
3832
3833         * gst/interleave/interleave.c: (interleave_24),
3834         (gst_interleave_finalize), (gst_interleave_base_init),
3835         (gst_interleave_class_init), (gst_interleave_init),
3836         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3837         (gst_interleave_change_state), (__remove_channels),
3838         (__set_channels), (gst_interleave_sink_getcaps),
3839         (gst_interleave_set_process_function),
3840         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3841         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3842         (forward_event_func), (forward_event), (gst_interleave_src_event),
3843         (gst_interleave_collected):
3844         * gst/interleave/interleave.h:
3845         Major rewrite of interleave using GstCollectpads. This new version
3846         also supports almost all raw audio formats and has better caps
3847         negotiation. Fixes bug #506594.
3848
3849         Also update docs and add some more examples.
3850
3851         * tests/check/elements/interleave.c: (interleave_chain_func),
3852         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3853         (interleave_suite):
3854         Add some more extensive unit tests for interleave.
3855
3856 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3857
3858         * gst/rtpmanager/gstrtpjitterbuffer.c:
3859         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3860         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3861         we need to do this so that we can better handle a restarted source.
3862         Fix some comments.
3863
3864         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3865         (rtp_jitter_buffer_insert):
3866         Tweak the skew resync diff.
3867         Use our working seqnum compare function in -base.
3868         Rework the jitterbuffer insert code to make it clearer and more
3869         performant by only retrieving the seqnum of the input buffer once and by
3870         adding some G_LIKELY compiler hints.
3871         Improve debugging for duplicate packets.
3872
3873         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3874         Fix a comment, we don't do skew correction here..
3875
3876 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3877
3878         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3879
3880         * gst/rtpmanager/gstrtpbin.c:
3881         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3882         (gst_rtp_bin_set_property):
3883         Propagate the do-lost and latency properties to the jitterbuffers when
3884         they are changed on rtpbin.
3885
3886 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3887
3888         * examples/switch/switcher.c: (switch_timer):
3889         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3890         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3891         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3892         (gst_sdp_demux_stream_configure_udp_sink):
3893         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3894         (pad_added_setup_data_check_float32_8ch_cb):
3895         * tests/check/elements/rganalysis.c: (send_eos_event),
3896         (send_tag_event):
3897         Don't use _gst_pad().
3898
3899 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3900
3901         * docs/plugins/Makefile.am:
3902         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3903         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3904         * docs/plugins/gst-plugins-bad-plugins.args:
3905         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3906         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3907         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3908         * docs/plugins/gst-plugins-bad-plugins.signals:
3909         * docs/plugins/inspect/plugin-alsaspdif.xml:
3910         * docs/plugins/inspect/plugin-amrwb.xml:
3911         * docs/plugins/inspect/plugin-app.xml:
3912         * docs/plugins/inspect/plugin-bayer.xml:
3913         * docs/plugins/inspect/plugin-bz2.xml:
3914         * docs/plugins/inspect/plugin-cdaudio.xml:
3915         * docs/plugins/inspect/plugin-cdxaparse.xml:
3916         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3917         * docs/plugins/inspect/plugin-dtsdec.xml:
3918         * docs/plugins/inspect/plugin-dvb.xml:
3919         * docs/plugins/inspect/plugin-dvdspu.xml:
3920         * docs/plugins/inspect/plugin-faac.xml:
3921         * docs/plugins/inspect/plugin-faad.xml:
3922         * docs/plugins/inspect/plugin-fbdevsink.xml:
3923         * docs/plugins/inspect/plugin-festival.xml:
3924         * docs/plugins/inspect/plugin-filter.xml:
3925         * docs/plugins/inspect/plugin-flvdemux.xml:
3926         * docs/plugins/inspect/plugin-freeze.xml:
3927         * docs/plugins/inspect/plugin-gsm.xml:
3928         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3929         * docs/plugins/inspect/plugin-h264parse.xml:
3930         * docs/plugins/inspect/plugin-interleave.xml:
3931         * docs/plugins/inspect/plugin-jack.xml:
3932         * docs/plugins/inspect/plugin-ladspa.xml:
3933         * docs/plugins/inspect/plugin-metadata.xml:
3934         * docs/plugins/inspect/plugin-mms.xml:
3935         * docs/plugins/inspect/plugin-modplug.xml:
3936         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3937         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3938         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3939         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3940         * docs/plugins/inspect/plugin-musepack.xml:
3941         * docs/plugins/inspect/plugin-musicbrainz.xml:
3942         * docs/plugins/inspect/plugin-mve.xml:
3943         * docs/plugins/inspect/plugin-nas.xml:
3944         * docs/plugins/inspect/plugin-neon.xml:
3945         * docs/plugins/inspect/plugin-nsfdec.xml:
3946         * docs/plugins/inspect/plugin-nuvdemux.xml:
3947         * docs/plugins/inspect/plugin-rawparse.xml:
3948         * docs/plugins/inspect/plugin-real.xml:
3949         * docs/plugins/inspect/plugin-replaygain.xml:
3950         * docs/plugins/inspect/plugin-rfbsrc.xml:
3951         * docs/plugins/inspect/plugin-sdl.xml:
3952         * docs/plugins/inspect/plugin-sdp.xml:
3953         * docs/plugins/inspect/plugin-selector.xml:
3954         * docs/plugins/inspect/plugin-sndfile.xml:
3955         * docs/plugins/inspect/plugin-soundtouch.xml:
3956         * docs/plugins/inspect/plugin-spcdec.xml:
3957         * docs/plugins/inspect/plugin-speed.xml:
3958         * docs/plugins/inspect/plugin-speexresample.xml:
3959         * docs/plugins/inspect/plugin-stereo.xml:
3960         * docs/plugins/inspect/plugin-tta.xml:
3961         * docs/plugins/inspect/plugin-vcdsrc.xml:
3962         * docs/plugins/inspect/plugin-videosignal.xml:
3963         * docs/plugins/inspect/plugin-vmnc.xml:
3964         * docs/plugins/inspect/plugin-wildmidi.xml:
3965         * docs/plugins/inspect/plugin-x264.xml:
3966         * docs/plugins/inspect/plugin-xvid.xml:
3967         * docs/plugins/inspect/plugin-y4menc.xml:
3968         Add interleave/deinterleave to the docs and while at that
3969         run make update in docs/plugins.
3970
3971         * gst/interleave/deinterleave.c:
3972         Add a parapraph about using a queue and audioconvert after the source
3973         pads to the docs.
3974
3975 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3976
3977         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3978         (gst_deinterleave_class_init), (gst_deinterleave_init),
3979         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
3980         * gst/interleave/deinterleave.h:
3981         Don't set a getcaps() function on the src pads as it's not required
3982         and the default getcaps() function returns the correct results for
3983         our src pads.
3984
3985         Complete documentation and add myself to the authors of the element.
3986
3987 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3988
3989         * tests/icles/.cvsignore:
3990         * tests/icles/Makefile.am:
3991         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
3992           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
3993           (probe_details), (probe_element), (main):
3994           Small oss4 test that probes for available devices and retrieves
3995           their caps and mixer tracks and all that. Also allows testing of
3996           mixer change messages on the bus.
3997
3998 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3999
4000         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
4001         * sys/oss4/oss4-property-probe.c:
4002           (gst_oss4_property_probe_find_device_name),
4003           (gst_oss4_property_probe_find_device_name_nofd):
4004         * sys/oss4/oss4-property-probe.h:
4005         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
4006         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
4007           Make device-name probing in NULL state work better (e.g. for the
4008           gnome-control-center sound capplet).
4009
4010 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4011
4012         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4013
4014         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
4015         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
4016         (gst_mpeg4vparse_change_state):
4017         Move some code around to integrate the startcode searching with the
4018         other bits of parsing, avoid a whole bunch of peeks.
4019         Get rid of invalid data that should not happen according to the specs.
4020         Fixes #533559.
4021
4022 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4023
4024         Patch by: Bastien Nocera <hadess at hadess dot net>
4025
4026         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
4027         (gst_mythtv_src_init), (gst_mythtv_src_clear),
4028         (do_read_request_response), (gst_mythtv_src_create),
4029         (gst_mythtv_src_start):
4030         Correctly set duration to get a more correct seek bar in totem.
4031
4032         Disable query and event functions as they don't work and do some
4033         smaller cleanup.
4034
4035         Fixes bug #533736.
4036
4037 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4038
4039         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
4040
4041         * ext/spc/Makefile.am:
4042         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
4043         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
4044         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
4045         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
4046         (gst_spc_dec_src_query), (spc_play), (spc_setup):
4047         * ext/spc/gstspc.h:
4048         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
4049         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
4050         (spc_tag_get_info), (spc_tag_free):
4051         * ext/spc/tag.h:
4052         Add support for some essential features like seeking, reading song
4053         duration and extended tags. Fixes bug #454151.
4054
4055 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
4056
4057         * tests/check/elements/deinterleave.c: (GST_START_TEST):
4058         Set keep-positions property to TRUE for the 8 channel test to ensure
4059         that the original channel position is set on the output.
4060
4061 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
4062
4063         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
4064         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
4065         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
4066         (gst_deinterleave_get_property):
4067         * gst/interleave/deinterleave.h:
4068         Add a property to select whether channel positions should be kept on
4069         the mono output buffers or should be dropped.
4070
4071 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
4072
4073         * docs/Makefile.am:
4074         Oops - fix the spelling of the variable I added.
4075
4076 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4077
4078         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
4079         (gst_deinterleave_init), (gst_deinterleave_sink_event),
4080         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
4081         * gst/interleave/deinterleave.h:
4082         Queue events until src pads were added and they can be sent. Otherwise
4083         downstream will never get the first newsegment event.
4084
4085 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4086
4087         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
4088         (gst_deinterleave_getcaps):
4089         Always set the channel positions when gst_audio_get_channel_positions()
4090         returns something, even if they're not set in the caps. This makes
4091         sure that the output channels can be interleaved again correctly
4092         in the mono/stereo cases too.
4093
4094         Don't ask for the peercaps of the current pad in getcaps() as this
4095         might call getcaps() again and deadlock.
4096
4097 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4098
4099         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
4100         Check some more common locations for a valid configuration file.
4101         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
4102         to the distributions default location.
4103
4104 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4105
4106         * gst/interleave/Makefile.am:
4107         * gst/interleave/deinterleave.c: (deinterleave_24),
4108         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
4109         (gst_deinterleave_class_init), (gst_deinterleave_init),
4110         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
4111         (gst_deinterleave_set_process_function),
4112         (gst_deinterleave_sink_setcaps), (__remove_channels),
4113         (__set_channels), (gst_deinterleave_getcaps),
4114         (gst_deinterleave_process), (gst_deinterleave_chain),
4115         (gst_deinterleave_sink_activate_push):
4116         * gst/interleave/deinterleave.h:
4117         Add support for all raw audio formats and provide better negotiation
4118         if the caps are changing.
4119
4120         Don't allow changes of the channel positions and set the position of
4121         the corresponding channel on the src pad caps.
4122
4123         General cleanup and smaller bugfixes.
4124
4125         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
4126         Check the channel positions on the output buffer caps.
4127
4128 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4129
4130         * docs/Makefile.am:
4131         Don't attempt to build plugin docs when they're disabled.
4132
4133         * gst/bayer/Makefile.am:
4134         Add libgstvideo to the link.
4135
4136         * gst/rtpmanager/Makefile.am:
4137         Fix link order, and move LIBS things to _LIBS
4138
4139 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4140
4141         * docs/plugins/gst-plugins-bad-plugins.types:
4142         Remove bogus attempt to pull 'metadata' plugin's base
4143         class into the docs.
4144
4145 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4146
4147         * gst/rtpmanager/gstrtpjitterbuffer.c:
4148         (gst_rtp_jitter_buffer_chain):
4149         Simply drop bad RTP packets with a warning instead of just posting an
4150         error and stopping. This is a perfectly recoverable event and we don't
4151         force people to use an rtpbin to filter out bad packets first.
4152
4153 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4154
4155         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
4156         Set fixed caps on the srcpad after we created the pad...
4157
4158 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
4159
4160         * tests/check/Makefile.am:
4161           Remove deinterleave test from VALGRIND_TO_FIX again now that
4162           there are suppressions in gst.supp which make this work for me.
4163
4164 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
4165
4166         * tests/check/Makefile.am:
4167           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
4168           weird invalid free errors in valgrind/libc after _exit for some
4169           reason.
4170
4171         * tests/check/elements/deinterleave.c: (pads_created),
4172           (set_channel_positions), (src_handoff_float32_8ch),
4173           (float_buffer_check_probe),
4174           (pad_added_setup_data_check_float32_8ch_cb),
4175           (make_fake_src_8chans_float32), (GST_START_TEST),
4176           (deinterleave_suite):
4177           Add some more deinterleave unit test bits I had locally.
4178
4179 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
4180
4181         * gst/interleave/Makefile.am:
4182         * gst/interleave/deinterleave.h:
4183         * gst/interleave/interleave.h:
4184         * gst/interleave/plugin.h:
4185         Split definitions into separate header files for better documentation
4186         generation.
4187         
4188         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
4189         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
4190         (gst_deinterleave_process):
4191         Don't use alloca, allow caps changes as long as the number of channels
4192         does not change, don't use g_warning, return NOT_NEGOTIATED as early
4193         as possible and some other cleanup.
4194
4195         * gst/interleave/interleave.c: (gst_interleave_base_init),
4196         (gst_interleave_class_init):
4197         Do some random cleanup.
4198
4199         * tests/check/Makefile.am:
4200         * tests/check/elements/deinterleave.c: (GST_START_TEST),
4201         (deinterleave_chain_func), (deinterleave_pad_added),
4202         (deinterleave_suite):
4203         Add unit tests for the deinterleave element.
4204
4205 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4206
4207         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4208
4209         * gst/mpeg4videoparse/mpeg4videoparse.c:
4210         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
4211         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
4212         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
4213         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
4214         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
4215         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
4216         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
4217         * gst/mpeg4videoparse/mpeg4videoparse.h:
4218         Parse the config data (either outbound or in the stream) to set   
4219         width/height, apect ration, framerate in the caps if applicable.
4220         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
4221         intra frames
4222         Set the timestamps of outgoing buffers to the buffer in
4223         which the VOP header was found.
4224         Drop incoming data untill configuration is found (by default,
4225         configurable using a property).
4226         Report a 1 frame latency. Fixes #532723.
4227
4228 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4229
4230         * gst/real/gstrealvideodec.c: (open_library):
4231         Add some debug for where we are searching for libraries.
4232
4233 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4234
4235         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
4236         Actually add the do-lost property to the object.
4237
4238 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4239
4240         * gst/rtpmanager/gstrtpjitterbuffer.c:
4241         (gst_rtp_jitter_buffer_loop):
4242         Avoid waiting for a negative (huge) duration when the last packet has a
4243         lower timestamp than the current packet.
4244
4245 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
4246
4247         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
4248         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
4249         prevent a memory leak.
4250
4251
4252 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4253
4254         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4255         Quieten some docs output
4256
4257 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4258
4259         * gst/rtpmanager/gstrtpjitterbuffer.c:
4260         (gst_rtp_jitter_buffer_loop):
4261         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
4262
4263 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4264
4265         * docs/plugins/Makefile.am:
4266         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4267         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4268         * docs/plugins/inspect/plugin-gstinterlace.xml:
4269         * gst/deinterlace/gstdeinterlace.c:
4270         * gst/deinterlace/gstdeinterlace.h:
4271         Random doc of the day: the deinterlace element.
4272
4273 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4274
4275         * gst/mpegtsparse/mpegtspacketizer.c:
4276         * gst/mpegtsparse/mpegtsparse.c:
4277         Make sure all schedule EIT and non-actual transport stream
4278         EITs are parsed. Also add present-following flag and
4279         actual-transport-stream flag to eit bus message.
4280
4281 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
4282
4283         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
4284         Make sure to unref the caps used by RTPSource to prevent a memory leak.
4285
4286 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
4287
4288         Based on patch by: Clive Wright <clive_wright ntlworld com>
4289
4290         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
4291           Apparently mono sliders have the mono value repeated in the upper bits,
4292           so mask those out when reading them. Probably makes the mixer applet
4293           work properly in some more cases.
4294
4295 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4296
4297         Patch by: Olivier Crete <tester at tester dot ca>
4298
4299         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
4300         (rtp_session_process_bye), (rtp_session_send_bye_locked):
4301         Unlock the session lock when calling one of our callbacks. 
4302         Fixes #532011.
4303
4304 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4305
4306         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4307
4308         * gst/rtpmanager/gstrtpsession.c:
4309         (gst_rtp_session_event_send_rtp_sink):
4310         Send RTP BYE command on EOS. Fixes bug #531955.
4311
4312 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4313
4314         * win32/common/config.h.in:
4315           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
4316           use the real thing than having "???" unconditionally.
4317
4318 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4319
4320         * gst-libs/gst/app/.cvsignore:
4321         * gst-libs/gst/app/Makefile.am:
4322         * gst-libs/gst/app/gstapp-marshal.list:
4323         Add marshal.list, make it compile and add to cvsignore.
4324
4325         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
4326         (gst_app_sink_stop):
4327         Small cleanups.
4328
4329         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
4330         (gst_app_src_init), (gst_app_src_set_property),
4331         (gst_app_src_get_property), (gst_app_src_unlock),
4332         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
4333         (gst_app_src_create), (gst_app_src_set_caps),
4334         (gst_app_src_get_caps), (gst_app_src_set_size),
4335         (gst_app_src_get_size), (gst_app_src_set_seekable),
4336         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
4337         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
4338         (gst_app_src_end_of_stream):
4339         * gst-libs/gst/app/gstappsrc.h:
4340         Beat appsrc in shape, add signals and actions.
4341         Add some docs.
4342         Add properties for caps, size, seekability and max-buffers.
4343         Fix unlock/stop code.
4344
4345 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4346
4347         * configure.ac:
4348           Error out if we don't have the required versions of core/base.
4349
4350 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4351
4352         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4353         (gst_app_sink_init), (gst_app_sink_set_property),
4354         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
4355         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
4356         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
4357         (gst_app_sink_preroll), (gst_app_sink_render),
4358         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
4359         (gst_app_sink_get_drop):
4360         * gst-libs/gst/app/gstappsink.h:
4361         Start some docs.
4362         Add property to drop buffers when the queue is filled
4363         Fix unlocking and flushing when the queues are filled.
4364
4365 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
4366
4367         Patch by: Jens Granseuer <jensgr at gmx dot net>
4368
4369         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
4370         Declare variables at the beginning of blocks. Fixes compilation with
4371         gcc 2.x and other compilers. Fixes bug #530611.
4372
4373 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4374
4375         * gst/mpegtsparse/mpegtspacketizer.c:
4376         * gst/mpegtsparse/mpegtspacketizer.h:
4377         * gst/mpegtsparse/mpegtsparse.c:
4378         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
4379         by pid number. This allows for example the EPG data from UK's
4380         freesat to be picked up.
4381
4382 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
4383
4384         * ext/mpeg2enc/gstmpeg2enc.cc:
4385         * ext/soundtouch/gstbpmdetect.cc:
4386         Cast NULL sentinels to void * as NULL is defined as an integer
4387         constant in most environments when using C++ and it's size might
4388         be different from a pointer.
4389
4390 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4391
4392         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4393         (gst_app_sink_init), (gst_app_sink_set_property),
4394         (gst_app_sink_get_property), (gst_app_sink_event),
4395         (gst_app_sink_preroll), (gst_app_sink_render),
4396         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
4397         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
4398         (gst_app_sink_pull_buffer):
4399         * gst-libs/gst/app/gstappsink.h:
4400         Add more docs.
4401         Add signals for when preroll and render buffers are available.
4402         Add property to control signal emission.
4403         Add property to control the max queue size.
4404
4405 2008-04-25  Michael Smith <msmith@songbirdnest.com>
4406
4407         * gst-libs/gst/dshow/Makefile.am:
4408           Use CXXFLAGS rather than CFLAGS; these are C++ files.
4409           Define required constants appropriately.
4410         * sys/dshowdecwrapper/Makefile.am:
4411           Add required include dir, libraries.
4412           Define required constants appropriately.
4413
4414 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4415
4416         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
4417         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
4418         * gst/rtpmanager/gstrtpbin.h:
4419         Expose new jitterbuffer property in rtpbin too.
4420
4421 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4422
4423         * gst/rtpmanager/gstrtpjitterbuffer.c:
4424         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
4425         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
4426         (gst_rtp_jitter_buffer_get_property):
4427         Disable sending out rtp packet lost events by default and make a
4428         property to enabe it. We will likely enable it by default when the base
4429         depayloaders have a default handler for them so that we don't send these
4430         events all through the pipeline for now.
4431
4432 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4433
4434         * gst/rtpmanager/gstrtpjitterbuffer.c:
4435         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
4436         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
4437         (gst_rtp_jitter_buffer_loop):
4438         Remove private version of a function that is in -base now.
4439         Add src event handler.
4440         Rework the jitterbuffer pushing loop so that it can quickly react to
4441         lost packets and instruct the depayloader of them. This can then be used
4442         to implement error concealment data.
4443
4444 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4445
4446         * gst/rtpmanager/gstrtpsession.c:
4447         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
4448         (create_send_rtcp_src):
4449         Set up some internal links functions for the RTCP and sync pads because
4450         the defaults are really not correct.
4451         Implement a query handler for the RTCP src pad, mostly to correctly
4452         report about the latency.
4453
4454 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4455
4456         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
4457         (gst_rtp_bin_sync_chain):
4458         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
4459         (rtp_session_process_sr), (rtp_session_on_timeout):
4460         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
4461         (calculate_jitter):
4462         * gst/rtpmanager/rtpsource.h:
4463         * gst/rtpmanager/rtpstats.h:
4464         Also keep track of the first buffer timestamp together with the first
4465         RTP timestamp as they both are needed to construct the timing of
4466         outgoing packets in the jitterbuffer and are therefore also needed to
4467         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
4468         with a wildly different gap.
4469
4470 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4471
4472         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
4473         Forward unknown queries upstream instead of returning FALSE on them.
4474
4475 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4476
4477         * configure.ac:
4478         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
4479         (gst_musepackdec_init), (gst_musepackdec_dispose),
4480         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
4481         (gst_musepackdec_loop), (plugin_init):
4482         * ext/musepack/gstmusepackdec.h:
4483         * ext/musepack/gstmusepackreader.c:
4484         * ext/musepack/gstmusepackreader.h:
4485         Add support for the new libmpcdec API which magically gets us support
4486         for SV8 files. Also do some random cleanup. Fixes bug #526905.
4487
4488 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4489
4490         * configure.ac:
4491         Back to development -> 0.10.7.1
4492
4493 === release 0.10.7 ===
4494
4495 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
4496
4497         * configure.ac:
4498           releasing 0.10.7, "House of Cards"
4499
4500 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
4501
4502         * ext/faad/gstfaad.c:
4503           Don't leak GstAudioChannelPosition. Fixes #529378.
4504
4505 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4506
4507         * gst/sdp/gstsdpdemux.c: (request_pt_map):
4508         Ref caps, see #528245.
4509
4510 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4511
4512         * configure.ac:
4513         0.10.6.4 pre-release
4514
4515 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4516
4517         * tests/check/elements/rganalysis.c: (GST_START_TEST):
4518         Don't leak a tag list. Fixes bug #529285.
4519
4520 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4521
4522         * tests/check/elements/ofa.c: (bus_handler):
4523         Don't leak the tags string and tag list. Fixes bug #529283.
4524
4525 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4526
4527         Patch by: Olivier Crete <tester at tester dot ca>
4528
4529         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
4530         (new_ssrc_pad_found):
4531         Ref caps when inserting into the cache.
4532         Don't leak pads.
4533
4534         * gst/rtpmanager/gstrtpjitterbuffer.c:
4535         (gst_rtp_jitter_buffer_get_clock_rate),
4536         (gst_rtp_jitter_buffer_query):
4537         Avoid a caps leak.
4538         Don't leak refcount in query.
4539
4540         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
4541         (gst_rtp_pt_demux_chain):
4542         Avoid caps leaks.
4543
4544         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
4545         (gst_rtp_session_init), (return_true),
4546         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
4547         (gst_rtp_session_clock_rate):
4548         Ref caps when inserting into the cache.
4549         Fix some more caps leaks. Fixes #528245.
4550
4551 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4552
4553         * tests/icles/metadata_editor.c:
4554           Add cast to placate gcc 4.1.2.
4555
4556 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4557
4558         * configure.ac:
4559         0.10.6.3 pre-release
4560
4561 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4562
4563         * sys/dvb/gstdvbsrc.c:
4564         Revert patch that added a loop timeout.
4565         Fixes #528614.
4566
4567 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4568
4569         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
4570         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
4571         * gst/rtpmanager/gstrtpjitterbuffer.c:
4572         (gst_rtp_jitter_buffer_get_clock_rate):
4573         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
4574         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
4575         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
4576         Don't leak a padname.
4577         Don't leak client streams list.
4578         Lock rtpbin when associating streams. Fixes #528245.
4579
4580 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4581
4582         * tests/check/Makefile.am:
4583         Don't inlcude dc1394src in the generic/states test as it requires
4584         special hardware. Fixes bug #528011.
4585
4586 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4587
4588         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
4589         Only check if the generated fingerprints are valid Base64. The
4590         fingerprints are different when running on different architectures
4591         which is a) no problem because the fingerprints are tolerant enough
4592         and b) is caused by libofa. Fixes bug #528266.
4593
4594 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4595
4596         * ext/timidity/Makefile.am:
4597         Dist all source files, no matter if only timidity or wildmidi or
4598         nothing is found by configure. Fixes bug #528000.
4599
4600 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4601
4602         * gst-plugins-bad.spec.in:
4603           Remove souphttpsrc plugin from spec files, it's moved to -good.
4604
4605 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4606
4607         * tests/check/Makefile.am:
4608         Remove soup test certificates from the dist.
4609
4610 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4611
4612         * ext/dirac/gstdiracenc.cc:
4613         Fix compilation by casting string constants.
4614
4615         * sys/Makefile.am:
4616         Fix WININET_DIR variable reference.
4617
4618 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4619
4620         * configure.ac:
4621         * docs/plugins/Makefile.am:
4622         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4623         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4624         * docs/plugins/gst-plugins-bad-plugins.args:
4625         * docs/plugins/inspect/plugin-soup.xml:
4626         * ext/Makefile.am:
4627         * ext/soup/Makefile.am:
4628         * ext/soup/gstsouphttpsrc.c:
4629         * ext/soup/gstsouphttpsrc.h:
4630         * tests/check/Makefile.am:
4631         * tests/check/elements/souphttpsrc.c:
4632         * tests/check/test-cert.pem:
4633         * tests/check/test-key.pem:
4634
4635         Remove soup plugin that's moved to -good (#523124)
4636
4637 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4638
4639         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
4640           (gst_flv_parse_tag_script):
4641           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
4642           crash caused by a strlen on a NULL string (#527622).
4643
4644 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4645
4646         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4647
4648         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
4649           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
4650           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
4651           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
4652           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
4653         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
4654           Don't increase latency by queuing buffers in an async queue when
4655           the streaming thread can't keep up or isn't scheduled often
4656           enough for some other reason, but just drop the previous buffer
4657           in that case. Also implement GstBaseSrc::unlock for faster
4658           unlocking when shutting down. (#520892).
4659
4660 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4661
4662         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
4663           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
4664           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
4665           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
4666           (me_gst_setup_view_pipeline), (process_file):
4667         * tests/icles/metadata_editor.glade:
4668           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
4669           drawing/scaling logic to make this compile and work on all platforms.
4670           Fixes #518227.
4671
4672 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4673
4674         * configure.ac:
4675           Bump core/base requirements to released versions to avoid
4676           confusion.
4677
4678         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
4679           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
4680           (gst_deinterlace_set_caps), (plugin_init):
4681           Add debug category, use _set_element_details_simple and
4682           remove special code path for Y42B to calculate offsets and
4683           strides; libgstvideo knows how to handle this format now.
4684
4685 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4686
4687         * gst/cdxaparse/Makefile.am:
4688         * gst/cdxaparse/gstcdxaparse.c:
4689         * gst/cdxaparse/gstcdxastrip.c:
4690         * gst/cdxaparse/gstcdxastrip.h:
4691         * gst/cdxaparse/gstvcdparse.c:
4692         * gst/cdxaparse/gstvcdparse.h:
4693           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
4694           anything the 0.8 version didn't do though.
4695
4696 2008-04-11  Julien Moutte  <julien@fluendo.com>
4697
4698         * sys/oss4/oss4-mixer-enum.c:
4699         (gst_oss4_mixer_enum_get_values_locked):
4700         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
4701         format in debug statements.
4702
4703 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4704
4705         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4706
4707         * configure.ac:
4708         * sys/Makefile.am:
4709         * sys/wininet/Makefile.am:
4710         * sys/wininet/gstwininetsrc.c:
4711         * sys/wininet/gstwininetsrc.h:
4712           Add wininetsrc for basic http/ftp support on windows (#520897).
4713
4714 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4715
4716         * gst/nsf/nsf.h:
4717           Change prototype of process function here too to avoid
4718           'incompatible assignment' warnings.
4719
4720 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
4721
4722         * tests/check/elements/souphttpsrc.c: (got_buffer),
4723         (souphttpsrc_suite):
4724         Increase the timeout for the internet tests to 250 seconds
4725         and check for NULL caps instead of just crashing.
4726         The real fix would be to implement an shoutcast server for the unit test
4727         instead of relying on a working internet connection.
4728         Fixes bug #521749.
4729
4730 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
4731
4732         * gst/rtpmanager/gstrtpbin.c: (free_session):
4733         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
4734         Avoid leaking pads in the RTP manager.
4735
4736 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4737
4738         * gst/nsf/nes_apu.c: (apu_process):
4739         * gst/nsf/nes_apu.h:
4740         Don't do void pointer arithmetic - it's a gcc extension.
4741
4742 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4743
4744         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
4745           Work around missing bits of thread-safety on older GLibs some
4746           more to avoid assertions when starting up multiple playbin
4747           objects concurrently (see #512382).
4748
4749 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4750
4751         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4752
4753         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
4754         Only ignore actual redirects not all responses when in state
4755         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
4756
4757 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4758
4759         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4760
4761         * configure.ac:
4762         Actually build dlls when cross-compiling with mingw32.
4763         Fixes bug #526247.
4764
4765 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4766
4767         * tests/check/elements/ofa.c: (GST_START_TEST):
4768         Also check that we have processed at least 135 seconds of audio
4769         until we stop and calculated a fingerprint.
4770
4771 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4772
4773         * gst/subenc/gstsrtenc.c:
4774         * gst/subenc/gstsrtenc.h:
4775           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4776
4777 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4778
4779         * tests/check/Makefile.am:
4780         * tests/check/elements/.cvsignore:
4781         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4782         (ofa_suite), (main):
4783         Add simple unit tests for the OFA plugin.
4784
4785 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4786
4787         * configure.ac:
4788         * sys/Makefile.am:
4789         * sys/oss4/Makefile.am:
4790         * sys/oss4/oss4-audio.c:
4791         * sys/oss4/oss4-audio.h:
4792         * sys/oss4/oss4-mixer-enum.c:
4793         * sys/oss4/oss4-mixer-enum.h:
4794         * sys/oss4/oss4-mixer-slider.c:
4795         * sys/oss4/oss4-mixer-slider.h:
4796         * sys/oss4/oss4-mixer-switch.c:
4797         * sys/oss4/oss4-mixer-switch.h:
4798         * sys/oss4/oss4-mixer.c:
4799         * sys/oss4/oss4-mixer.h:
4800         * sys/oss4/oss4-property-probe.c:
4801         * sys/oss4/oss4-property-probe.h:
4802         * sys/oss4/oss4-sink.c:
4803         * sys/oss4/oss4-sink.h:
4804         * sys/oss4/oss4-soundcard.h:
4805         * sys/oss4/oss4-source.c:
4806         * sys/oss4/oss4-source.h:
4807           Add initial support for OSSv4. Mixer still needs a bit more love,
4808           but even magic has its limits.
4809
4810 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4811
4812         * configure.ac:
4813         * gst-plugins-bad.spec.in:
4814         * gst/srtenc/Makefile.am:
4815         * gst/srtenc/gstsrtenc.c:
4816         * gst/srtenc/gstsrtenc.h:
4817         * gst/subenc/Makefile.am:
4818         * gst/subenc/gstsrtenc.c: (plugin_init):
4819           Rename new srtenc plugin to subenc.
4820
4821 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4822
4823         * gst/mpegtsparse/mpegtspacketizer.c:
4824         Cable delivery subsystem descriptors' frequency's bcd
4825         is measured in 100Hz units so adjust multiplier accordingly.
4826
4827 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4828
4829         * configure.ac:
4830         * gst/srtenc/Makefile.am:
4831         * gst/srtenc/gstsrtenc.c:
4832         * gst/srtenc/gstsrtenc.h:
4833         Add srt subtitle encoder
4834
4835 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4836
4837         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4838
4839         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4840         (gst_gsmdec_chain):
4841         * ext/gsm/gstgsmdec.h:
4842         Increase the allowed samplerates for the ms-gsm format.
4843         Fixes #481354.
4844
4845 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4846
4847         Patch by: Jan de Groot <jan at jgc homeip net>
4848
4849         * configure.ac:
4850           Fix build with --disable-external (#525100).
4851
4852 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4853
4854         * sys/dvb/gstdvbsrc.c:
4855         Repeat diseqc call to allow for some diseqc switches.
4856
4857 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4858
4859         * ext/Makefile.am:
4860         Dist ofa correctly! Fixes non-uninstalled build.
4861
4862 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4863
4864         * sys/dvb/gstdvbsrc.c:
4865         Make diseqc work more reliably.
4866
4867 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4868
4869         * gst/nsf/Makefile.am:
4870         * gst/nsf/fds_snd.c:
4871         * gst/nsf/mmc5_snd.c:
4872         * gst/nsf/nsf.c:
4873         * gst/nsf/types.h:
4874         * gst/nsf/vrc7_snd.c:
4875         * gst/nsf/vrcvisnd.c:
4876         * gst/nsf/memguard.c:
4877         * gst/nsf/memguard.h:
4878         Remove memguard again and apply hopefully all previously dropped
4879         local patches. Should be really better than the old version now.
4880
4881 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4882
4883         * gst/nsf/memguard.c: (_my_free):
4884         * gst/nsf/types.h:
4885         Unbreak compilation by disabling memguard and doing some dirty hack
4886         fixes to make it compile on 64bits.
4887
4888 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4889
4890         Patch by: Andreas Henriksson <andreas at fatal dot set>
4891
4892         * gst/nsf/Makefile.am:
4893         * gst/nsf/dis6502.h:
4894         * gst/nsf/fds_snd.c:
4895         * gst/nsf/fds_snd.h:
4896         * gst/nsf/fmopl.c:
4897         * gst/nsf/fmopl.h:
4898         * gst/nsf/gstnsf.c:
4899         * gst/nsf/log.c:
4900         * gst/nsf/log.h:
4901         * gst/nsf/memguard.c:
4902         * gst/nsf/memguard.h:
4903         * gst/nsf/mmc5_snd.c:
4904         * gst/nsf/mmc5_snd.h:
4905         * gst/nsf/nes6502.c:
4906         * gst/nsf/nes6502.h:
4907         * gst/nsf/nes_apu.c:
4908         * gst/nsf/nes_apu.h:
4909         * gst/nsf/nsf.c:
4910         * gst/nsf/nsf.h:
4911         * gst/nsf/osd.h:
4912         * gst/nsf/types.h:
4913         * gst/nsf/vrc7_snd.c:
4914         * gst/nsf/vrc7_snd.h:
4915         * gst/nsf/vrcvisnd.c:
4916         * gst/nsf/vrcvisnd.h:
4917         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4918         on some files. Fixes bug #498237.
4919
4920         Remove some // comments, fix some compiler warnings and use pow()
4921         instead of a slow, selfmade implementation.
4922
4923 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4924
4925         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4926
4927         * configure.ac:
4928         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4929
4930 2008-03-24  Rene Stadler  <mail@renestadler.de>
4931
4932         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4933           (gst_rg_analysis_transform_ip):
4934         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4935           (gst_rg_limiter_transform_ip):
4936         Make rganalysis and rglimiter elements GAP-flag aware.
4937
4938         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4939           (rganalysis_suite):
4940         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4941         Add tests to verify gap-awareness.
4942
4943 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4944
4945         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4946         (gst_soup_http_src_chunk_allocator),
4947         (gst_soup_http_src_got_chunk_cb),
4948         (gst_soup_http_src_uri_get_protocols):
4949         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4950         GIO and GnomeVFS as they provide authentication.
4951
4952         Don't leak the icy caps if we already set them and get a new
4953         icy-metaint header.
4954
4955         Try harder to set the icy caps on the output buffer to have correct
4956         caps for the first buffer already.
4957
4958         * tests/check/elements/souphttpsrc.c: (got_buffer),
4959         (GST_START_TEST):
4960         Check that we get a buffer with application/x-icy caps if iradio-mode
4961         is enabled and we have an icecast URL.
4962
4963 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4964
4965         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
4966         Actually set the icy caps on our src pad if we have icecast data.
4967         Fixes bug #523854.
4968
4969 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4970
4971         * configure.ac:
4972         Check if the compiler supports do { } while (0) macros. This fixes
4973         a warning when compiling with g++ 4.3, resulting in a build failure
4974         because of -Werror.
4975
4976         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4977         * ext/mplex/gstmplex.cc:
4978         Include <string.h> for memcpy and friends to fix the build with
4979         gcc 4.3.
4980
4981         * tests/check/Makefile.am:
4982         Remove trailing backslash.
4983
4984 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4985
4986         * gst/selector/gstinputselector.c:
4987         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
4988         Do g_object_notify() only when not holding the lock to get the property
4989         because otherwise we run into a deadlock with the deep-notify handlers
4990         that are possibly installed.
4991
4992 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4993
4994         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4995         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4996         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
4997         Release the selector lock when pad alloc happens on a non selected pad.
4998
4999 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
5000
5001         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
5002         (gst_selector_pad_init), (gst_selector_pad_set_property),
5003         (gst_selector_pad_get_property), (gst_selector_pad_event),
5004         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
5005         (gst_input_selector_set_active_pad):
5006         Add pad property to configure behaviour of the unselected pad, it can
5007         return OK or NOT_LINKED, based on the use case.
5008
5009 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
5010
5011         * gst/selector/gstinputselector.c:
5012         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
5013         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
5014         (gst_input_selector_wait), (gst_selector_pad_chain),
5015         (gst_input_selector_class_init), (gst_input_selector_init),
5016         (gst_input_selector_dispose), (gst_segment_set_start),
5017         (gst_input_selector_set_active_pad),
5018         (gst_input_selector_set_property),
5019         (gst_input_selector_get_property),
5020         (gst_input_selector_get_linked_pad),
5021         (gst_input_selector_is_active_sinkpad),
5022         (gst_input_selector_activate_sinkpad),
5023         (gst_input_selector_request_new_pad),
5024         (gst_input_selector_release_pad),
5025         (gst_input_selector_change_state), (gst_input_selector_block),
5026         (gst_input_selector_switch):
5027         * gst/selector/gstinputselector.h:
5028         Figure out the locking a bit more.
5029         Mark buffers with discont after switching.
5030         Fix initial segment forwarding, make sure to only forward one segment
5031         regardless of what the sequence of buffers/segments is. See #522203.
5032         Improve flushing when blocked.
5033         Return NOT_LINKED when a stream is not selected.
5034         Not API change for the switch signal in the docs.
5035         Fix start/time/accum values of the new segment.
5036         Correctly unlock and flush a blocking selector when going to READY.
5037
5038 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
5039
5040         * ext/ladspa/gstladspa.c:
5041         * ext/ladspa/gstsignalprocessor.c:
5042           Add some thoughts and FIXME's.
5043
5044 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
5045
5046         * gst/bayer/gstbayer2rgb.c:
5047           Include stdlib.h for abs.
5048
5049 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
5050
5051         * gst/freeze/FAQ:
5052         * gst/freeze/Makefile.am:
5053         * gst/freeze/gstfreeze.c:
5054           Add example to source code documentation blob and remove the 3 line
5055           FAQ.
5056
5057         * gst/interleave/interleave.c:
5058           Add a source code documentation blob.
5059
5060 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
5061
5062         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
5063         (gst_ofa_transform_ip), (plugin_init):
5064         Improve debugging, clean up a bit and really generate the fingerprint
5065         after 135 seconds.
5066
5067 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
5068
5069         * ext/ofa/gstofa.c:
5070         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
5071
5072 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
5073
5074         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
5075
5076         * configure.ac:
5077         * ext/ofa/Makefile.am:
5078         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
5079         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
5080         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
5081         (plugin_init):
5082         * ext/ofa/gstofa.h:
5083         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
5084         Fixes bug #351309.
5085
5086 2008-03-18  Andy Wingo  <wingo@pobox.com>
5087
5088         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
5089         and a potential int overflow.
5090
5091         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
5092         Avoids a #warning about an ignored #pragma.
5093
5094 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5095
5096         * examples/switch/switcher.c:
5097         Update switch example to use input selector.
5098
5099 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
5100
5101         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
5102         (gst_neonhttp_src_send_request_and_redirect):
5103         Handle HTTP status code 303 (See Other) the same way
5104         as 302 (Found). Not sure what to do about all the other 3xx
5105         redirect status codes. Fixes bug #522884.
5106
5107 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
5108
5109         * gst-libs/gst/dshow/Makefile.am:
5110         Make sure the dshow helper library headers get distributed in the next
5111         release.
5112
5113 2008-03-14  David Schleef  <ds@schleef.org>
5114
5115         Patch by: William M. Brack
5116
5117         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
5118
5119 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5120
5121         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
5122         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
5123         (gst_input_selector_class_init),
5124         (gst_input_selector_set_active_pad),
5125         (gst_input_selector_set_property),
5126         (gst_input_selector_push_pending_stop):
5127         Add lots of debugging. 
5128         Fix time member in the newsegment event.
5129
5130 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5131
5132         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
5133         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5134         (gst_selector_pad_event), (gst_input_selector_class_init),
5135         (gst_input_selector_init), (gst_input_selector_set_active_pad),
5136         (gst_input_selector_set_property),
5137         (gst_input_selector_get_property),
5138         (gst_input_selector_request_new_pad),
5139         (gst_input_selector_release_pad),
5140         (gst_input_selector_push_pending_stop),
5141         (gst_input_selector_switch):
5142         * gst/selector/gstinputselector.h:
5143         Various cleanups.
5144         Added tags to the pads.
5145         Select active pad based on the pad object instead of its name.
5146         Fix refcount in set_active_pad.
5147         Add property to get the number of pads.
5148
5149         * gst/selector/gstoutputselector.c:
5150         (gst_output_selector_class_init),
5151         (gst_output_selector_set_property),
5152         (gst_output_selector_get_property):
5153         Various cleanups.
5154         Select the active pad based on the pad object instead of its name.
5155         Fix locking when setting the active pad.
5156
5157         * gst/selector/gstselector-marshal.list:
5158         * tests/check/elements/selector.c: (cleanup_pad),
5159         (selector_set_active_pad), (run_input_selector_buffer_count):
5160         Fixes for pad instead of padname for pad selection.
5161
5162 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5163
5164         * ext/alsaspdif/alsaspdifsink.c:
5165         * ext/gsm/gstgsm.c:
5166         * ext/jack/gstjack.c:
5167         * ext/libmms/gstmms.c:
5168         * ext/neon/gstneonhttpsrc.c:
5169         * ext/shout/gstshout.c:
5170         * ext/timidity/gsttimidity.c:
5171         * ext/timidity/gstwildmidi.c:
5172         * gst/nuvdemux/gstnuvdemux.c:
5173         * gst/tta/gsttta.c:
5174         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5175         of hardcoding values where possible. Fixes bug #522212.
5176
5177 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5178
5179         Patch by: Wouter Cloetens <wouter at mind dot be>
5180
5181         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
5182         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
5183         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
5184         * ext/soup/gstsouphttpsrc.h:
5185         Try to resume on server disconnect. Fixes bug #522134.
5186
5187 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5188
5189         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
5190         Set correct pixel aspect ratio for the encoder.
5191
5192 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5193
5194         Patch by: Olivier Crete <tester at tester dot ca>
5195
5196         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
5197         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
5198         (rtp_session_create_source), (rtp_session_process_rtp),
5199         (rtp_session_process_sr), (rtp_session_process_rr),
5200         (rtp_session_process_sdes), (rtp_session_process_bye),
5201         (rtp_session_send_bye_locked), (rtp_session_send_bye),
5202         (rtp_session_on_timeout):
5203         * gst/rtpmanager/rtpsession.h:
5204         Implement collision and loop detection in rtpmanager.
5205         Fixes #520626.
5206
5207         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
5208         (rtp_source_init):
5209         * gst/rtpmanager/rtpsource.h:
5210         Add method to reset stats.
5211
5212 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5213
5214         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5215
5216         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
5217         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
5218         (join_rtcp_thread), (gst_rtp_session_change_state):
5219         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
5220         be blocked downstream. Also avoid spawning multiple rtcp threads.
5221         Fixes #520894.
5222
5223 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5224
5225         Patch by: Stefan Kost <ensonic@users.sf.net>
5226
5227         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
5228         Don't try to reset the clock skew when we have no timestamps.
5229         Fixes #519005.
5230
5231 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5232
5233         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5234
5235         * ext/faad/gstfaad.c: (looks_like_valid_header):
5236         Improve the header checking to look for what faad2 looks
5237         for too. Fixes playback of same apple trailers.
5238         Fixes bug #469979.
5239
5240 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5241
5242         * configure.ac:
5243         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
5244         2.0.0-rcX is newer than 2.0.0 so we check for this too.
5245
5246 2008-03-05  David Schleef  <ds@schleef.org>
5247
5248         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
5249           from the encoder program in dirac.
5250
5251 2008-03-05  David Schleef  <ds@schleef.org>
5252
5253         * configure.ac:
5254         * ext/Makefile.am:
5255         * ext/dirac/Makefile.am:
5256         * ext/dirac/gstdirac.cc:
5257         * ext/dirac/gstdiracenc.cc:
5258           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
5259           elements.
5260
5261 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5262
5263         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5264
5265         * configure.ac:
5266         * ext/Makefile.am:
5267         * ext/mplex/Makefile.am:
5268         * ext/mplex/gstmplex.cc:
5269         * ext/mplex/gstmplex.hh:
5270         * ext/mplex/gstmplexibitstream.cc:
5271         * ext/mplex/gstmplexibitstream.hh:
5272         * ext/mplex/gstmplexjob.cc:
5273         * ext/mplex/gstmplexjob.hh:
5274         * ext/mplex/gstmplexoutputstream.cc:
5275         * ext/mplex/gstmplexoutputstream.hh:
5276         Port mplex element to 0.10. Fixes bug #520329.
5277
5278         * tests/check/Makefile.am:
5279         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
5280         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
5281         (GST_START_TEST), (mplex_suite), (main):
5282         Add unit test for the mplex element.
5283
5284 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5285
5286         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5287
5288         * configure.ac:
5289         Clean up detection of different mjpegtoolsAPI versions.
5290
5291         * ext/mpeg2enc/gstmpeg2enc.cc:
5292         * ext/mpeg2enc/gstmpeg2enc.hh:
5293         * ext/mpeg2enc/gstmpeg2encoder.cc:
5294         * ext/mpeg2enc/gstmpeg2encoptions.cc:
5295         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5296         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
5297         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
5298         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
5299         Streamline conditional code for evolving mjpegtools API,
5300         optimize and fix/prevent crash in log handling, use
5301         names/nicks for enums in the usual way andm inor updates
5302         in code and properties/settings. Partially fixes bug #520329.
5303
5304 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5305
5306         * gst/mpegtsparse/gstmpegdesc.h:
5307         * gst/mpegtsparse/mpegtspacketizer.c:
5308         Add parsing of cable delivery system descriptor.
5309
5310 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5311
5312         * configure.ac:
5313         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5314         plug-ins are included/excluded. (#498222)
5315
5316 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
5317
5318         Patch by: Jens Granseuer <jensgr at gmx dot net>
5319
5320         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
5321         (gst_mve_demux_get_type):
5322         Fix audio discontinuity that happens when silent chunks are
5323         followed by real data again. Fixes bug #519905.
5324
5325 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5326
5327         * sys/dvb/gstdvbsrc.c:
5328         * sys/dvb/parsechannels.c:
5329         Add DVB-C support. Special thanks to Christian Schaller
5330         for a testing ground.
5331
5332 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5333
5334         * gst/mpegtsparse/mpegtsparse.c:
5335         Only send PMTs to program pads that the PMT is for even if
5336         on same pid.
5337         As a by-product, we now no longer hardcode any psi pid numbers.
5338         Also remove pcr stream from old pmt when we apply a new pmt.
5339
5340 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
5341
5342         * ext/metadata/TODO:
5343         * ext/metadata/metadata_mapping.htm:
5344         * ext/metadata/metadataexif.c:
5345         * ext/metadata/metadatatags.c:
5346         * ext/metadata/metadatatags.h:
5347         * tests/icles/metadata_editor.c:
5348         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
5349         local time (those changes has been done in previous comit but had to
5350         be revert in 2008-02-10 due to frozen)
5351
5352 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5353
5354         * sys/dvb/camutils.c:
5355         Remove the G_VALUE_HOLDS_BOXED checks. They were
5356         only added to help debug the data corruption.
5357
5358 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5359
5360         * sys/dvb/camutils.c:
5361         Don't free the program descriptors, this structure
5362         containing them is still stored after.
5363         Fixes data corruption.
5364
5365 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5366
5367         * sys/dvb/camutils.c:
5368         Extra checks to prevent data corruption/segfaults.
5369
5370 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5371
5372         * ext/nas/nassink.c:
5373           Fix build warning by using portable API.
5374
5375 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5376
5377         * gst/selector/gstoutputselector.c:
5378           Fix changing to same pad twice before a chain call.     
5379
5380 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5381
5382         Patch by: Daniel Fischer <dan at f3c dot com>
5383
5384         * configure.ac:
5385         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
5386         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
5387         * ext/dc1394/gstdc1394.h:
5388         Add support for libdc1394 2.0.0 and above and require this version
5389         now. Fixes bug #514964.
5390
5391 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5392
5393         Patch by: Wouter Cloetens <wouter at mind dot be>
5394
5395         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
5396         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5397         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5398         (gst_soup_http_src_create):
5399         * ext/soup/gstsouphttpsrc.h:
5400         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
5401         (souphttpsrc_suite):
5402         Add support for specifying a list of cookies to be passed in
5403         the HTTP request. Fixes bug #518722.
5404
5405 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5406
5407         * gst/selector/gstinputselector.c:
5408         * gst/selector/gstinputselector.h:
5409           Added "select-all" property to make it work like aggregator in 0.8.
5410
5411         * gst/selector/gstoutputselector.c:
5412           Fix resend-latest behavoiur.
5413           
5414         * tests/check/Makefile.am:
5415         * tests/check/elements/.cvsignore:
5416         * tests/check/elements/selector.c:
5417           Add unit tests for selector.
5418
5419 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5420
5421         * configure.ac:
5422         * ext/timidity/gsttimidity.c: (plugin_init):
5423         * ext/timidity/gstwildmidi.c: (plugin_init):
5424         Remove midi typefinders and require base CVS as they moved there.
5425
5426 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5427
5428         * ext/Makefile.am:
5429         Only disable the ext/timidity directory if both, wildmidi
5430         _and_ timidity are not available.
5431
5432 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5433
5434         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
5435
5436         * ext/Makefile.am:
5437         Build the wildmidi plugin if it's enabled and not only when
5438         both, the timidity and wildmidi plugin, are enabled.
5439
5440 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5441
5442         * configure.ac:
5443         * ext/mpeg2enc/Makefile.am:
5444         * ext/soundtouch/Makefile.am:
5445         * gst/modplug/Makefile.am:
5446           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5447           when building C++ code.
5448
5449 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5450
5451         * sys/dvb/gstdvbsrc.c:
5452         Add initial support for multiproto driver (not yet merged into
5453         v4l-dvb mainline yet).
5454         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
5455
5456 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5457
5458         * docs/plugins/inspect/plugin-alsaspdif.xml:
5459         * docs/plugins/inspect/plugin-app.xml:
5460         * docs/plugins/inspect/plugin-bayer.xml:
5461         * docs/plugins/inspect/plugin-bz2.xml:
5462         * docs/plugins/inspect/plugin-cdaudio.xml:
5463         * docs/plugins/inspect/plugin-cdxaparse.xml:
5464         * docs/plugins/inspect/plugin-dfbvideosink.xml:
5465         * docs/plugins/inspect/plugin-dtsdec.xml:
5466         * docs/plugins/inspect/plugin-dvb.xml:
5467         * docs/plugins/inspect/plugin-dvdspu.xml:
5468         * docs/plugins/inspect/plugin-faac.xml:
5469         * docs/plugins/inspect/plugin-faad.xml:
5470         * docs/plugins/inspect/plugin-fbdevsink.xml:
5471         * docs/plugins/inspect/plugin-festival.xml:
5472         * docs/plugins/inspect/plugin-filter.xml:
5473         * docs/plugins/inspect/plugin-flvdemux.xml:
5474         * docs/plugins/inspect/plugin-freeze.xml:
5475         * docs/plugins/inspect/plugin-gsm.xml:
5476         * docs/plugins/inspect/plugin-gstinterlace.xml:
5477         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
5478         * docs/plugins/inspect/plugin-h264parse.xml:
5479         * docs/plugins/inspect/plugin-interleave.xml:
5480         * docs/plugins/inspect/plugin-jack.xml:
5481         * docs/plugins/inspect/plugin-ladspa.xml:
5482         * docs/plugins/inspect/plugin-metadata.xml:
5483         * docs/plugins/inspect/plugin-mms.xml:
5484         * docs/plugins/inspect/plugin-modplug.xml:
5485         * docs/plugins/inspect/plugin-mpeg2enc.xml:
5486         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
5487         * docs/plugins/inspect/plugin-mpegtsparse.xml:
5488         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5489         * docs/plugins/inspect/plugin-musepack.xml:
5490         * docs/plugins/inspect/plugin-musicbrainz.xml:
5491         * docs/plugins/inspect/plugin-mve.xml:
5492         * docs/plugins/inspect/plugin-neon.xml:
5493         * docs/plugins/inspect/plugin-nsfdec.xml:
5494         * docs/plugins/inspect/plugin-nuvdemux.xml:
5495         * docs/plugins/inspect/plugin-rawparse.xml:
5496         * docs/plugins/inspect/plugin-real.xml:
5497         * docs/plugins/inspect/plugin-replaygain.xml:
5498         * docs/plugins/inspect/plugin-rfbsrc.xml:
5499         * docs/plugins/inspect/plugin-sdl.xml:
5500         * docs/plugins/inspect/plugin-sdp.xml:
5501         * docs/plugins/inspect/plugin-selector.xml:
5502         * docs/plugins/inspect/plugin-sndfile.xml:
5503         * docs/plugins/inspect/plugin-soundtouch.xml:
5504         * docs/plugins/inspect/plugin-spcdec.xml:
5505         * docs/plugins/inspect/plugin-speed.xml:
5506         * docs/plugins/inspect/plugin-speexresample.xml:
5507         * docs/plugins/inspect/plugin-stereo.xml:
5508         * docs/plugins/inspect/plugin-tremor.xml:
5509         * docs/plugins/inspect/plugin-tta.xml:
5510         * docs/plugins/inspect/plugin-vcdsrc.xml:
5511         * docs/plugins/inspect/plugin-videosignal.xml:
5512         * docs/plugins/inspect/plugin-vmnc.xml:
5513         * docs/plugins/inspect/plugin-x264.xml:
5514         * docs/plugins/inspect/plugin-xvid.xml:
5515         * docs/plugins/inspect/plugin-y4menc.xml:
5516           Update to version 0.10.6.1.
5517
5518 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5519
5520         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5521         * docs/plugins/inspect/plugin-gdp.xml:
5522         * docs/plugins/inspect/plugin-quicktime.xml:
5523         * docs/plugins/inspect/plugin-switch.xml:
5524         * docs/plugins/inspect/plugin-videocrop.xml:
5525           Remove docs for elements that have moved to other modules
5526           or been renamed.
5527
5528 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5529
5530         Patch by: Wouter Cloetens <wouter at mind dot be>
5531
5532         * configure.ac:
5533         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
5534         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
5535         (gst_soup_http_src_chunk_allocator),
5536         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
5537         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
5538         * ext/soup/gstsouphttpsrc.h:
5539         Implement zero-copy and make the buffer size configurable.
5540         Prefix proxy URIs with "http://" if they don't start with it
5541         already and catch errors earlier, fixes hanging in some situations.
5542         Fixes bug #514948.
5543
5544 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5545
5546         * tests/check/gst-plugins-bad.supp:
5547         Add suppressions for SoundTouch valgrind warnings and
5548         a valgrind warning caused by the LADSPA sine plugin and
5549         happening on every exit().
5550         Remove GIO suppressions as it's now in -base.
5551
5552 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5553
5554         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
5555         Don't allocate and copy the data to a new place but instead
5556         put the data from gmyth (which we own) into the buffers that
5557         are passed downstream.
5558
5559 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5560
5561         * ext/timidity/gstwildmidi.c:
5562         If WILDMIDI_CFG is not defined, define it to the default
5563         timidity configure file.
5564
5565 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5566
5567         Based on a patch by:
5568           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5569
5570         * configure.ac:
5571         * ext/mpeg2enc/gstmpeg2enc.cc:
5572         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
5573         use mjpeg_loglev_t() for getting the log levels. Check for this
5574         function in configure.ac as the pkg-config file doesn't tell us
5575         which release candidate we have. Fixes bug #517896.
5576
5577 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5578
5579         * configure.ac:
5580         Check for X for the nas plugin to make it possible to build it
5581         again. Fixes bug #517895.
5582
5583 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5584
5585         * tests/check/Makefile.am:
5586         Ignore some more elements for the states unit test, like
5587         dfbvideosink which produces a segfault. Fixes bug #517854.
5588
5589 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5590
5591         Patch by: Jens Granseuer <jensgr at gmx dot net>
5592
5593         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
5594         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
5595         (rfb_decoder_state_set_encodings):
5596         * gst/mpegtsparse/mpegtspacketizer.c:
5597         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
5598         (mpegts_packetizer_parse_eit):
5599         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
5600         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
5601         Some C89 fixes, moving variable declarations to the beginning
5602         of a block. Fixes bug #517937.
5603
5604 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5605
5606         * configure.ac:
5607         Back to development...
5608
5609 === release 0.10.6 ===
5610
5611 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5612
5613         * configure.ac:
5614           releasing 0.10.6, "A Big Deep Breath"
5615
5616 2008-02-20  Bastien Nocera  <hadess@hadess.net>
5617
5618         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
5619         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
5620         and fail seek properly on anything but _BYTES format
5621         Fixes bug #517684
5622
5623 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
5624
5625         Patch by: Olivier Crete <tester at tester dot ca>
5626
5627         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
5628         Fix small memory leak, leaking caps. Fixes bug #517571.
5629
5630 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5631
5632         * gst/tta/Makefile.am:
5633         Link tta plugin with libm. Fixes bug #517391.
5634
5635 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5636
5637         * sys/dvb/camutils.c:
5638         Do not assume "descriptors" property in the pmt structure
5639         is present.
5640         Fixes #516499.
5641
5642 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5643
5644         Patch by: Olivier Crete <tester@tester.ca>
5645
5646         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
5647         Ignore streams that did not receive an SR packet when doing
5648         synchronisation. Fixes #516160.
5649
5650 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
5651
5652         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
5653         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
5654         on an idea by Jan Schmidt, fixes bug #516436.
5655
5656 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5657
5658         * gst/mpegtsparse/gstmpegdesc.c:
5659         * gst/mpegtsparse/gstmpegdesc.h:
5660         * gst/mpegtsparse/mpegtsparse.c:
5661         Make sure the gstmpegdesc debug lines do not critical
5662         when GST_DEBUG is enabled and also actually output.
5663         Thanks to Alessandro Decina for spotting.
5664         Fixes #516448
5665
5666 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
5667
5668         * gst-libs/gst/Makefile.am:
5669         * sys/Makefile.am:
5670         Also add dshow pieces to the disted subdirs to fix distcheck.
5671
5672 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5673
5674         Patch by: Josep Torra Valles <josep@fluendo.com>
5675
5676         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5677         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
5678
5679 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
5680
5681         * configure.ac:
5682         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
5683         until 0.7 fortunately.
5684
5685 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5686
5687         * configure.ac:
5688         Generate the directshow Makefiles so that the directories
5689         get disted. Still needs some configure time detection to enable
5690         building them under MingW.
5691
5692 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5693
5694         * ext/metadata/Makefile.am:
5695         Don't install a header file. We will have to merge these
5696         tags into libgsttag after the release and use them from there.
5697         Fixes: #515860
5698
5699 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5700
5701         * gst-libs/gst/dshow/Makefile.am:
5702         * sys/dshowdecwrapper/Makefile.am:
5703         * sys/dshowsrcwrapper/Makefile.am:
5704         Add Makefiles to win32 plugins and lib.
5705         They will need to be tested and probably fixed by developers
5706         working with mingw. This is a first step to include source files 
5707         with releases.
5708         
5709 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5710
5711         * sys/dvb/dvbbasebin.c:
5712         Fix leak of location string returned from gst_uri_get_location.
5713         Fixes bug #516114
5714
5715 2008-02-12  David Schleef  <ds@schleef.org>
5716
5717         * configure.ac:
5718         * docs/plugins/Makefile.am:
5719         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5720         * docs/plugins/inspect/plugin-glimagesink.xml:
5721         * sys/Makefile.am:
5722         * sys/glsink/BUGS:
5723         * sys/glsink/Makefile.am:
5724         * sys/glsink/color_matrix.c:
5725         * sys/glsink/glextensions.c:
5726         * sys/glsink/glextensions.h:
5727         * sys/glsink/glimagesink.c:
5728         * sys/glsink/glimagesink.h:
5729         * sys/glsink/gltestsrc.c:
5730         * sys/glsink/gltestsrc.h:
5731         * sys/glsink/gstglbuffer.c:
5732         * sys/glsink/gstglbuffer.h:
5733         * sys/glsink/gstglconvert.c:
5734         * sys/glsink/gstgldisplay.c:
5735         * sys/glsink/gstgldisplay.h:
5736         * sys/glsink/gstgldownload.c:
5737         * sys/glsink/gstglfilter.c:
5738         * sys/glsink/gstglfilter.h:
5739         * sys/glsink/gstglfilterexample.c:
5740         * sys/glsink/gstgltestsrc.c:
5741         * sys/glsink/gstgltestsrc.h:
5742         * sys/glsink/gstglupload.c:
5743         * sys/glsink/gstopengl.c:
5744           Remove glimagesink, as it's been moved to gst-plugins-gl.
5745           Fixes #516094.
5746
5747 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5748
5749         Patch by: Josep Torra Valles <josep@fluendo.com>
5750
5751         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5752         Fix potential buffer leak in reverse mode. Fixes #516061.
5753
5754 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5755
5756         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5757         (gst_dshowaudiodec_dispose):
5758         * sys/dshowdecwrapper/gstdshowvideodec.c:
5759         (gst_dshowvideodec_dispose):
5760         Chain up dispose methods properly. Fixes bug #515970.
5761
5762 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5763
5764         * gst/mpegvideoparse/mpegvideoparse.c:
5765         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5766         (gst_mpegvideoparse_change_state):
5767         Fix leaking caps.
5768         Fix potential buffer leak in forward mode.
5769         Cleanup queues when going to READY. Fixes #515815.
5770
5771 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5772
5773         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5774         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5775         * docs/plugins/inspect/plugin-gio.xml:
5776         Remove documentation for the GIO plugin as it was moved to
5777         gst-plugins-base. Fixes bug #515964.
5778
5779 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5780
5781         * ext/xvid/gstxvidenc.c:
5782         * gst/vmnc/vmncdec.c:
5783         * sys/glsink/glimagesink.c:
5784         * sys/glsink/gstgldisplay.c:
5785         Fix some finalize leaks by chaining up to the parent method.
5786         Fixes: #515919
5787
5788 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5789
5790         * tests/check/elements/souphttpsrc.c:
5791         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5792
5793 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5794
5795         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5796         Free the rfb decoder on finalize. Fixes bug #515721.
5797
5798 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5799
5800         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5801         (gst_fbdevsink_finalize):
5802         Free the device string in finalize. Fixes bug #515722.
5803
5804 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5805
5806         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5807         Unset GValues after using them. Fixes bug #515720.
5808
5809 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5810
5811         * tests/check/Makefile.am:
5812         Disable the dvb plugin for the states test. Fixes bug #515567.
5813
5814 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5815
5816         * ext/metadata/TODO:
5817         * ext/metadata/metadata_mapping.htm:
5818         * ext/metadata/metadataexif.c:
5819         * ext/metadata/metadatatags.c:
5820         * ext/metadata/metadatatags.h:
5821         * tests/icles/metadata_editor.c:
5822           Revert changes to 2008-02-09 due to frozen.
5823
5824 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5825
5826         * ext/ivorbis/vorbisfile.c:
5827         Trivial fix for build warning.
5828         Patch by: Josep Torra Valles <josep@fluendo.com>
5829         Fixes: #515588
5830
5831 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5832
5833         * ext/metadata/TODO:
5834         * ext/metadata/metadataexif.c:
5835           Convert from EXIF to XMP DataTime as local time.
5836
5837 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5838
5839         * ext/metadata/TODO:
5840         * ext/metadata/metadata_mapping.htm:
5841         * ext/metadata/metadataexif.c:
5842         * ext/metadata/metadatatags.c:
5843         * ext/metadata/metadatatags.h:
5844         * tests/icles/metadata_editor.c:
5845           Map Date-Time and GPS tags.
5846           
5847
5848 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5849
5850         * gst/selector/Makefile.am:
5851
5852         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5853         let's not do that
5854
5855         * tests/check/Makefile.am:
5856         Disable the crashing cdaudio plugin from the states test so I can make
5857         pre-releases.
5858
5859 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5860
5861         * win32/vs6/libgstdshowdecwrapper.dsp:
5862         * win32/vs6/libgstflv.dsp:
5863         Convert to DOS line endings, and set -kb
5864
5865 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5866
5867         * sys/dvb/Makefile.am:
5868         * sys/dvb/dvbbasebin.c:
5869         Add URI Handler for dvb.
5870         Re-order pad templates to workaround a bug in playbasebin.
5871         * sys/dvb/parsechannels.c:
5872         * sys/dvb/parsechannels.h:
5873         Add code to parse channels from zap-style channels.conf files.
5874
5875 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5876
5877         * configure.ac:
5878         * docs/plugins/Makefile.am:
5879         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5880         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5881         * docs/plugins/gst-plugins-bad-plugins.args:
5882         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5883         * docs/plugins/inspect/plugin-multifile.xml:
5884         * gst/multifile/Makefile.am:
5885         * gst/multifile/gstmultifile.c:
5886         * gst/multifile/gstmultifilesink.c:
5887         * gst/multifile/gstmultifilesink.h:
5888         * gst/multifile/gstmultifilesrc.c:
5889         * gst/multifile/gstmultifilesrc.h:
5890         * gst/multifile/multifile.vproj:
5891         * tests/check/Makefile.am:
5892         * tests/check/elements/multifile.c:
5893
5894         Remove multifile plugin, which has moved to -good
5895
5896 2008-02-07  David Schleef  <ds@schleef.org>
5897
5898         * gst/multifile/gstmultifilesink.c:
5899         * gst/multifile/gstmultifilesrc.c:
5900           Use g_file_[sg]et_contents() instead of using stdio functions.
5901           Should be less error prone.
5902         * tests/check/elements/multifile.c:
5903           Create a temporary directory using standard functions instead of
5904           creating a directory in the current dir.
5905
5906 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5907
5908         * configure.ac:
5909         * docs/plugins/Makefile.am:
5910         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5911         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5912         * docs/plugins/gst-plugins-bad-plugins.args:
5913         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5914         * docs/plugins/inspect/plugin-spectrum.xml:
5915         * gst/spectrum/.cvsignore:
5916         * gst/spectrum/Makefile.am:
5917         * gst/spectrum/README:
5918         * gst/spectrum/demo-audiotest.c:
5919         * gst/spectrum/demo-osssrc.c:
5920         * gst/spectrum/gstspectrum.c:
5921         * gst/spectrum/gstspectrum.h:
5922         * gst/spectrum/spectrum.vcproj:
5923         * tests/check/Makefile.am:
5924         * tests/check/elements/spectrum.c:
5925
5926         Remove spectrum plugin, which has moved to -good
5927
5928 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5929
5930         * docs/plugins/gst-plugins-bad-plugins.args:
5931         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5932         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5933         Remove equalizer plugin docs
5934
5935         * tests/check/Makefile.am:
5936         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5937         other modules.
5938
5939         * tests/check/elements/multifile.c:
5940         * tests/check/elements/rganalysis.c:
5941         * tests/check/elements/rglimiter.c:
5942
5943         Fix compiler warnings from -Wall -Werror
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/inspect/plugin-equalizer.xml:
5952         * gst/equalizer/.cvsignore:
5953         * gst/equalizer/Makefile.am:
5954         * gst/equalizer/demo.c:
5955         * gst/equalizer/gstiirequalizer.c:
5956         * gst/equalizer/gstiirequalizer.h:
5957         * gst/equalizer/gstiirequalizer10bands.c:
5958         * gst/equalizer/gstiirequalizer10bands.h:
5959         * gst/equalizer/gstiirequalizer3bands.c:
5960         * gst/equalizer/gstiirequalizer3bands.h:
5961         * gst/equalizer/gstiirequalizernbands.c:
5962         * gst/equalizer/gstiirequalizernbands.h:
5963         * tests/check/Makefile.am:
5964         * tests/check/elements/.cvsignore:
5965         * tests/check/elements/equalizer.c:
5966
5967         Remove the equalizer plugin, which has moved to -good
5968
5969 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5970
5971         * configure.ac:
5972         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5973         pre-releases or releases.
5974
5975 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5976
5977         * docs/plugins/Makefile.am:
5978         Don't scan deleted xingmux header.
5979
5980 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5981
5982         * configure.ac:
5983         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5984         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5985         * docs/plugins/inspect/plugin-xingheader.xml:
5986         * gst/xingheader/Makefile.am:
5987         * gst/xingheader/gstxingmux.c:
5988         * gst/xingheader/gstxingmux.h:
5989         * tests/check/Makefile.am:
5990         * tests/check/elements/.cvsignore:
5991         * tests/check/elements/xingmux.c:
5992         * tests/check/elements/xingmux_testdata.h:
5993         Remove the xingmux plugin, as the element has moved into
5994         mpegaudioparse in -ugly.
5995
5996 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5997
5998         * docs/plugins/Makefile.am:
5999         Remove mention of non-existent headers to fix the build.
6000
6001 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6002
6003         * configure.ac:
6004         * ext/Makefile.am:
6005         * ext/gio/Makefile.am:
6006         * ext/gio/gstgio.c:
6007         * ext/gio/gstgio.h:
6008         * ext/gio/gstgiobasesink.c:
6009         * ext/gio/gstgiobasesink.h:
6010         * ext/gio/gstgiobasesrc.c:
6011         * ext/gio/gstgiobasesrc.h:
6012         * ext/gio/gstgiosink.c:
6013         * ext/gio/gstgiosink.h:
6014         * ext/gio/gstgiosrc.c:
6015         * ext/gio/gstgiosrc.h:
6016         * ext/gio/gstgiostreamsink.c:
6017         * ext/gio/gstgiostreamsink.h:
6018         * ext/gio/gstgiostreamsrc.c:
6019         * ext/gio/gstgiostreamsrc.h:
6020         * tests/check/Makefile.am:
6021         * tests/check/pipelines/.cvsignore:
6022         * tests/check/pipelines/gio.c:
6023
6024         Remove GIO plugin which has now moved to -base.
6025
6026 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6027
6028         * docs/plugins/Makefile.am:
6029         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6030         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6031         * docs/plugins/gst-plugins-bad-plugins.args:
6032         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6033         * gst/filter/Makefile.am:
6034         * gst/filter/filter.vcproj:
6035         * gst/filter/gstbpwsinc.c:
6036         * gst/filter/gstbpwsinc.h:
6037         * gst/filter/gstfilter.c:
6038         * gst/filter/gstfilter.h:
6039         * gst/filter/gstlpwsinc.c:
6040         * gst/filter/gstlpwsinc.h:
6041         * tests/check/Makefile.am:
6042         * tests/check/elements/bpwsinc.c:
6043         * tests/check/elements/lpwsinc.c:
6044
6045         Remove lpwsinc and bpwsinc elements - they've become
6046         audiowsinclimit and audiowsincband respectively, in the
6047         gst-plugins-good audiofx plugin.
6048
6049 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6050
6051         * ext\neon\gstneonhttpsrc.c:
6052         Include unistd.h only if _HAVE_UNISTD_H is defined
6053         * gst\mpegvideoparse\mpegvideoparse.c:
6054         Use G_GUINT64_CONSTANT GLIB macro for constant
6055         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
6056         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
6057         * sys\dshowdecwrapper\gstdshowaudiodec.c:
6058         * sys\dshowdecwrapper\gstdshowaudiodec.h:
6059         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
6060         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
6061         * sys\dshowdecwrapper\gstdshowvideodec.c
6062         * sys\dshowdecwrapper\gstdshowvideodec.h:
6063         Add a DirectShow decoder wrapper.
6064         * win32\MANIFEST:
6065         Add new win32 files to MANIFEST
6066         * win32\vs6\gst_plugins_bad.dsw:
6067         * win32\vs6\libgstdshow.dsp:
6068         * win32\vs6\libgstdshowdecwrapper.dsp:
6069         * win32\vs6\libgstflv.dsp:
6070         Add new projects to bad workspace
6071
6072 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6073
6074         * gst/mpegtsparse/mpegtspacketizer.c:
6075         Parse component descriptor.
6076         * gst/mpegtsparse/mpegtsparse.c:
6077         Add SI pids to every program (but hardcoded currently).
6078
6079 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
6080
6081         * ext/metadata/metadata_mapping.htm:
6082         * ext/metadata/metadataexif.c:
6083         * ext/metadata/metadatatags.c:
6084         * ext/metadata/metadatatags.h:
6085         * tests/icles/metadata_editor.c:
6086         * tests/icles/metadata_editor.glade:
6087           Add more tags. Improve test app.
6088
6089 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
6090
6091         * gst/multifile/gstmultifilesink.c:
6092           Add a fixme comment.
6093
6094         * gst/selector/gstoutputselector.c:
6095           Fix same leak as in input-selector.
6096
6097         * tests/icles/output-selector-test.c:
6098           Improve the test.
6099
6100 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
6101
6102         * gst/spectrum/gstspectrum.c:
6103           Improve the docs.
6104
6105 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6106
6107         * configure.ac:
6108           The dc1394 plugin seems to use API that was removed or changed
6109           before the final 2.0.0 release, so only build it if 2.0.0-rc5
6110           is available. Someone needs to port it to the final API.
6111
6112         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
6113           Include string.h for memcpy and use g_usleep instead of usleep.
6114
6115 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6116
6117         * gst/filter/gstlpwsinc.c:
6118         Fix typo in the long description of the element.
6119
6120 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6121
6122         * gst/xingheader/Makefile.am:
6123         Put CFLAGS and LIBS in the right order
6124
6125 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6126
6127         * configure.ac:
6128           ximagesrc has moved to -good, so no need to check for
6129           the required X libs here any more.
6130
6131 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6132
6133         Patch by: Wouter Cloetens <wouter at mind dot be>
6134
6135         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
6136         (gst_soup_http_src_create):
6137         Fix memory leak and improve debugging a bit.
6138
6139 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
6140
6141         * ext/metadata/metadata_mapping.htm:
6142         * ext/metadata/metadataexif.c:
6143         * ext/metadata/metadatatags.c:
6144         * ext/metadata/metadatatags.h:
6145           Add more tags mapping.
6146
6147 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6148
6149         * gst/mpegtsparse/mpegtsparse.c:
6150         Handle latency queries in src pads.
6151
6152 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6153
6154         * gst/mpegtsparse/mpegtspacketizer.c:
6155         Add flag to both sdt and nit structures to say
6156         whether the table is for the actual network/ts
6157         or not.
6158
6159 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6160
6161         Patch by: Josep Torra Valles <josep@fluendo.com>
6162
6163         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
6164         Flush packetizer too.
6165
6166 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
6167
6168         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
6169         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
6170         Don't use GST_BOILERPLATE as the stuff generated from it is not used
6171         anyway and can't be used.
6172         Store the class struct of the correct type in parent_class.
6173         Pass the LADSPA_Descriptor as class_data to the class_init function
6174         as preparation for the time, when we can add pad templates and friends
6175         in class_init and add a FIXME for that.
6176         Don't use a custom hash table for passing the LADSPA_Descriptors to
6177         base_init but use g_type_set_qdata and g_type_get_qdata.
6178
6179 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6180
6181         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6182         Really fix the build.
6183         TODO : Apply spankOmatic2000 on thaytan's rear end.
6184
6185 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
6186
6187         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6188           (GstMpeg2EncPictureReader.StreamPictureParams):
6189           Fix compilation with libmjpegtools 1.8.x.
6190
6191 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
6192
6193         * ext/ladspa/gstsignalprocessor.c:
6194         (gst_signal_processor_class_add_pad_template):
6195         Don't unref the pad template after adding it.
6196         gst_element_class_add_pad_template takes ownership of it.
6197
6198 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
6199
6200         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6201         Use the incoming pixel-aspect-ratio if provided to infer a 
6202         default aspect ratio, which can be overridden using the 'aspect'
6203         property.
6204
6205         Fixes: #499008
6206
6207 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
6208
6209         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
6210
6211         * configure.ac:
6212         Fix variable naming to make it possible to build the glimagesink
6213         plugin. Fixes bug #514093.
6214
6215 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6216
6217         * ext/metadata/gstmetadatademux.c:
6218           Demote metadatademux to GST_RANK_NONE for the release, it's not
6219           ready to be autoplugged yet.
6220
6221         * tests/icles/metadata_editor.c:
6222           Fix printf format warning for GType on ppc32 by removing it,
6223           since it doesn't make sense to print the GType value anyway.
6224
6225 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
6226
6227         * ext/metadata/TODO:
6228         * ext/metadata/gstmetadatamux.c:
6229         * ext/metadata/metadata_mapping.htm:
6230         * ext/metadata/metadataexif.c:
6231         * ext/metadata/metadatatags.c:
6232         * ext/metadata/metadatatags.h:
6233           Map more Exif tags.
6234
6235 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
6236
6237         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
6238         Don't leak event on pads that are not linked. Fixes #512826.
6239
6240 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
6241
6242         * configure.ac:
6243           Bump core/base requirements to released versions, to avoid confusion.
6244
6245         * gst/deinterlace/Makefile.am:
6246         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
6247           Use the new GstVideoFormat API to get strides, plane offsets etc..
6248           For Y42B we still need to calculate these ourselves, since the lib
6249           in -base doesn't know about this format yet and we can't bump the
6250           requirement to CVS right now. Fix the Y42B stride, offset and size
6251           calculations for odd widths and heights while we're at it though
6252           (to match those in videotestsrc).
6253
6254 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
6255
6256         * ext/metadata/metadata_mapping.htm:
6257         * ext/metadata/metadataexif.c:
6258         * ext/metadata/metadataiptc.c:
6259         * ext/metadata/metadatatags.c:
6260         * ext/metadata/metadatatags.h:
6261         * ext/metadata/metadataxmp.c:
6262           Add documentation.
6263
6264 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6265
6266         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
6267         Fix compilation.
6268
6269 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6270
6271         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
6272         Really clean up the queue instead of just unreffing all buffers
6273         in it.
6274
6275         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
6276         (gst_app_src_class_init), (gst_app_src_init),
6277         (gst_app_src_dispose), (gst_app_src_finalize):
6278         Fix dispose/finalize.
6279
6280 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6281
6282         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
6283         Fix compiler warning by making the function signature match what
6284         everyone is passing in...
6285
6286         * tests/icles/Makefile.am:
6287         Fix the build on Solaris by removing GNU ld specific flags that
6288         look unnecessary.
6289
6290 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6291
6292         * ext/metadata/Makefile.am:
6293         Add some relevant variables to CFLAGS and LIBADD, for example our
6294         compiler warnings paramters.
6295
6296         * ext/metadata/gstbasemetadata.c:
6297         (gst_base_metadata_strip_push_buffer),
6298         (gst_base_metadata_calculate_offsets),
6299         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
6300         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
6301         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
6302         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
6303         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
6304         (gst_metadata_mux_dispose),
6305         (gst_metadata_mux_create_chunks_from_tags):
6306         * ext/metadata/metadata.c: (metadata_dispose):
6307         * ext/metadata/metadataexif.c:
6308         (metadataparse_exif_content_foreach_entry_func),
6309         (metadatamux_exif_for_each_tag_in_list):
6310         * ext/metadata/metadataiptc.c:
6311         (metadatamux_iptc_for_each_tag_in_list):
6312         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
6313         (metadatamux_jpeg_reading):
6314         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
6315         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
6316         * ext/metadata/metadataparsepng.c:
6317         * ext/metadata/metadataparseutil.h:
6318         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
6319         (metadatamux_xmp_create_chunk_from_tag_list):
6320         Fix a million warnings that showed up after the above change.
6321
6322 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6323
6324         * ext/soup/gstsouphttpsrc.c: (_do_init),
6325         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6326         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6327         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6328         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6329         (gst_soup_http_src_queue_message),
6330         (gst_soup_http_src_add_range_header),
6331         (gst_soup_http_src_session_unpause_message),
6332         (gst_soup_http_src_session_pause_message),
6333         (gst_soup_http_src_session_close),
6334         (gst_soup_http_src_got_headers_cb),
6335         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6336         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6337         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6338         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6339         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6340         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6341         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6342         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6343         (gst_soup_http_src_uri_get_protocols),
6344         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6345         (gst_soup_http_src_uri_handler_init), (plugin_init):
6346         Add changes to gstsouphttpsrc.c that were missing from last commit.
6347
6348 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6349
6350         Patch by: Wouter Cloetens <wouter at mind dot be>
6351
6352         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6353         * docs/plugins/gst-plugins-bad-plugins.args:
6354         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6355         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6356         * docs/plugins/inspect/plugin-soup.xml:
6357         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6358         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6359         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6360         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6361         (gst_soup_http_src_queue_message),
6362         (gst_soup_http_src_add_range_header),
6363         (gst_soup_http_src_session_unpause_message),
6364         (gst_soup_http_src_session_pause_message),
6365         (gst_soup_http_src_session_close),
6366         (gst_soup_http_src_got_headers_cb),
6367         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6368         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6369         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6370         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6371         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6372         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6373         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6374         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6375         (gst_soup_http_src_uri_get_protocols),
6376         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6377         (gst_soup_http_src_uri_handler_init), (plugin_init):
6378         * ext/soup/gstsouphttpsrc.h:
6379         Make coding style more consistent, including class renaming.
6380
6381 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6382
6383         * configure.ac:
6384         Fix configure check for soundtouch to not produce syntax errors.
6385
6386 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6387
6388         * configure.ac:
6389         * ext/metadata/metadataxmp.c:
6390         (metadatamux_xmp_for_each_tag_in_list):
6391         Fix build with exempi >= 1.99.5 and fix the include
6392         path for exempi.
6393
6394 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6395
6396         * ext/metadata/TODO:
6397           Just uptade the ToDo list.
6398
6399 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6400
6401         * ext/metadata/gstbasemetadata.c:
6402         * ext/metadata/metadatamuxjpeg.c:
6403         * ext/metadata/metadatamuxpng.c:
6404         * ext/metadata/metadataparsejpeg.c:
6405         * ext/metadata/metadatatypes.c:
6406         * ext/metadata/metadatatypes.h:
6407         * ext/metadata/metadataxmp.c:
6408           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
6409
6410 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6411
6412         Patch by: Wouter Cloetens <wouter at mind dot be>
6413
6414         * ext/soup/gstsouphttpsrc.c:
6415         Update documentation a bit.
6416
6417         * docs/plugins/gst-plugins-bad-plugins.args:
6418         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6419         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6420         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6421         * docs/plugins/inspect/plugin-alsaspdif.xml:
6422         * docs/plugins/inspect/plugin-dvb.xml:
6423         * docs/plugins/inspect/plugin-filter.xml:
6424         * docs/plugins/inspect/plugin-glimagesink.xml:
6425         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6426         * docs/plugins/inspect/plugin-quicktime.xml:
6427         * docs/plugins/inspect/plugin-rawparse.xml:
6428         * docs/plugins/inspect/plugin-replaygain.xml:
6429         * docs/plugins/inspect/plugin-sdl.xml:
6430         * docs/plugins/inspect/plugin-soundtouch.xml:
6431         * docs/plugins/inspect/plugin-soup.xml:
6432         * docs/plugins/inspect/plugin-spcdec.xml:
6433         * docs/plugins/inspect/plugin-spectrum.xml:
6434         * docs/plugins/inspect/plugin-speed.xml:
6435         * docs/plugins/inspect/plugin-speexresample.xml:
6436         * docs/plugins/inspect/plugin-switch.xml:
6437         * docs/plugins/inspect/plugin-videocrop.xml:
6438         Regenerate everything for the documentation changes we had.
6439
6440 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6441
6442         * ext/gio/gstgiobasesink.c: (close_stream_cb),
6443         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
6444         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
6445         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
6446         (gst_gio_base_src_stop), (gst_gio_base_src_create),
6447         (gst_gio_base_src_set_stream):
6448         Use async variants of the close stream functions to prevent blocking
6449         for a long time there and add some more sanity checks for a correct
6450         stream.
6451
6452 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6453
6454         * tests/icles/Makefile.am:
6455         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
6456
6457 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6458
6459         Patch by: Wouter Cloetens <wouter at mind dot be>
6460
6461         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
6462         Let the proxy property default to the content of the $http_proxy
6463         environment variable.
6464
6465 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6466
6467         Patch by: Wouter Cloetens <wouter at mind dot be>
6468
6469         * tests/check/test-cert.pem:
6470         * tests/check/test-key.pem:
6471         Add missing files for the unit test.
6472
6473 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6474
6475         Patch by: Wouter Cloetens <wouter at mind dot be>
6476
6477         * docs/plugins/Makefile.am:
6478         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6479         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6480         Add souphttpsrc to the docs.
6481
6482         * configure.ac:
6483         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6484         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
6485         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
6486         (gst_souphttp_src_cancel_message),
6487         (gst_souphttp_src_queue_message),
6488         (gst_souphttp_src_add_range_header),
6489         (gst_souphttp_src_session_unpause_message),
6490         (gst_souphttp_src_session_pause_message),
6491         (gst_souphttp_src_session_close),
6492         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
6493         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
6494         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
6495         (gst_souphttp_src_create), (gst_souphttp_src_start),
6496         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
6497         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
6498         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6499         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
6500         (plugin_init):
6501         * ext/soup/gstsouphttpsrc.h:
6502         Add support for libsoup2.4 and require it. Also implement redirection
6503         and manual proxy specification. Fixes bug #510708.
6504
6505         * tests/check/Makefile.am:
6506         * tests/check/elements/.cvsignore:
6507         * tests/check/elements/souphttpsrc.c:
6508         Add unit test for souphttpsrc.
6509
6510 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6511
6512         * ext/Makefile.am:
6513         * ext/metadata/TODO:
6514         * ext/metadata/gstbasemetadata.c:
6515         * ext/metadata/gstbasemetadata.h:
6516         * ext/metadata/metadatamuxjpeg.c:
6517         * ext/metadata/metadatamuxjpeg.h:
6518         * ext/metadata/metadatamuxpng.c:
6519         * ext/metadata/metadatamuxpng.h:
6520         * ext/metadata/metadataparsejpeg.c:
6521         * ext/metadata/metadataparsepng.c:
6522         * tests/icles/Makefile.am:
6523           Add documentation. Fix test app compilation. Fix pull mode.
6524
6525 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6526
6527         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
6528
6529         * gst/rtpmanager/gstrtpjitterbuffer.c:
6530         (gst_rtp_jitter_buffer_chain):
6531         Try to get the new clock-rate from the buffer caps when we receive a new
6532         payload type instead of always firing the signal. Fixes #512774.
6533
6534 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
6535
6536         * ext/mpeg2enc/gstmpeg2enc.cc:
6537         Define LOG_NONE and friends if they're not defined yet. mjpegtools
6538         1.9.0rc3 removed their definitions but without it doesn't make much
6539         sense to write a log handler.
6540
6541 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6542
6543         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6544         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6545         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6546         * docs/plugins/gst-plugins-bad-plugins.types:
6547           Add base classes for metadata and equalizer (no introspection yet).
6548
6549 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6550
6551         * ext/metadata/README:
6552           Formatting.
6553         * tests/icles/metadata_editor.c:
6554           Include stdlib.h.
6555
6556 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6557
6558         * configure.ac:
6559         * docs/plugins/Makefile.am:
6560         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6561         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6562         * docs/plugins/gst-plugins-bad-plugins.args:
6563         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6564         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6565         * docs/plugins/gst-plugins-bad-plugins.signals:
6566         * docs/plugins/inspect/plugin-metadata.xml:
6567         * docs/plugins/inspect/plugin-selector.xml:
6568         * docs/plugins/inspect/plugin-soundtouch.xml:
6569         * docs/plugins/inspect/plugin-switch.xml:
6570         * gst/selector/.cvsignore:
6571         * gst/selector/Makefile.am:
6572         * gst/selector/gstinputselector.c:
6573         * gst/selector/gstinputselector.h:
6574         * gst/selector/gstoutputselector.c:
6575         * gst/selector/gstoutputselector.h:
6576         * gst/selector/gstselector-marshal.list:
6577         * gst/selector/gstselector.c:
6578         * gst/selector/selector.vcproj:
6579         * gst/switch/.cvsignore:
6580         * gst/switch/Makefile.am:
6581         * gst/switch/gstswitch-marshal.list:
6582         * gst/switch/gstswitch.c:
6583         * gst/switch/gstswitch.h:
6584         * gst/switch/switch.vcproj:
6585         * tests/icles/.cvsignore:
6586         * tests/icles/Makefile.am:
6587         * tests/icles/output-selector-test.c:
6588           Replace the switch plugin with the selector plugin. Add output-
6589           selector as the opposite of input-selectoo (was switch). Add a test
6590           for output-selector. Add docs for the elements. The vcproj needs
6591           update. Fixes #500142.
6592
6593 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6594
6595         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6596           Try to avoid 'unused variable' compiler warning if debugging is
6597           disabled (not bullet proof, but seems to do for now). (#512654)
6598
6599 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
6600
6601         * ext/soundtouch/gstbpmdetect.cc:
6602         Clean up a bit and only allocate a temporary buffer for the data
6603         if processing stereo data as BPMDetect downmixes from stereo to
6604         mono and stores the result in the input data. Thanks to
6605         Stefan Kost for the suggestions.
6606
6607 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6608
6609         * ext/soundtouch/gstpitch.cc:
6610         Cast a double to a GstClockTimeDiff to fix a compiler warning.
6611
6612 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
6613
6614         * tests/icles/metadata_editor.c:
6615           Printf format fix.
6616
6617 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6618
6619         * ext/soundtouch/gstpitch.cc:
6620         Don't send a LATENCY event for now until we get the usage right.
6621
6622 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6623
6624         * ext/soundtouch/gstpitch.cc:
6625         * ext/soundtouch/gstpitch.hh:
6626         Implement LATENCY query and notify about latency changes.
6627         Unfortunately we don't have a fixed latency but it changes
6628         a bit with each buffer so we only send an LATENCY event with
6629         the maximum latency if it changes.
6630
6631         Always calculate the timestamp, duration, etc from the sample
6632         rate instead of using a pre-calculated duration for one sample
6633         to prevent large rounding errors.
6634
6635 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6636
6637         Based on a patch by:
6638             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
6639
6640         * configure.ac:
6641         * ext/mpeg2enc/gstmpeg2encoder.cc:
6642         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6643         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
6644         Add support for building against mjpegtools 1.9 while keeping
6645         compatiblity with older versions.
6646
6647 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6648
6649         * ext/soundtouch/gstbpmdetect.cc:
6650         Only consider a BPM value above 1.0 as valid.
6651
6652 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6653
6654         * ext/soundtouch/Makefile.am:
6655         * ext/soundtouch/gstbpmdetect.cc:
6656         * ext/soundtouch/gstbpmdetect.hh:
6657         * ext/soundtouch/plugin.c: (plugin_init):
6658         Add BPM detection plugin based on SoundTouch's libBPM.
6659
6660         * ext/soundtouch/gstpitch.cc:
6661         Allow sample rates until MAX instead of only 48kHz and remove the
6662         buffer-frames field from that caps.
6663         Clear the remaining samples completely when necessary to get into
6664         a clean state again.
6665
6666 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6667
6668         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
6669         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
6670         Don't implement get_unit_size() ourselves, the GstAudioFilter base
6671         class already does this for us.
6672
6673 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6674
6675         * ext/soundtouch/gstpitch.cc:
6676         Allow seeking only in TIME and DEFAULT format, other formats will
6677         not work as expected. Also handle a stop position of -1 correctly
6678         for seeks, newsegment events and the queries. This fixes playback
6679         with the pitch element if upstream doesn't know the duration or has
6680         -1 as stop position in NEWSEGMENT events for other reasons. Before
6681         simply nothing was played as the segment was going from 0 to 0.
6682
6683         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
6684         so applications can update their cached duration. Fixes bug #503308.
6685
6686         Some random cleanup and memory leak closing.
6687
6688 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6689
6690         * ext/musepack/gstmusepackdec.h:
6691         * ext/musepack/gstmusepackreader.c:
6692         First include the libmpcdec headers before everything else as they
6693         #define TRUE and FALSE unconditionally and we otherwise get conflicts
6694         with the ones that GLib defines.
6695
6696 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6697
6698         * configure.ac:
6699         * ext/soundtouch/gstpitch.cc:
6700         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
6701         the header definined PACKAGE and other variables for which we need
6702         our own values from config.h.
6703
6704 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6705
6706         * configure.ac:
6707           Check for libglade-2.0, for the metadata-editor example.
6708
6709         * tests/icles/Makefile.am:
6710           Only try to build the metadata-editor example if we have gtk and
6711           glade (otherwise the build would just fail ...); fix build in
6712           uninstalled setup.
6713
6714         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
6715           Fix compiler warnings (use GLib macros to cast pointer <-> int).
6716
6717 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
6718
6719         * ext/metadata/TODO:
6720         * ext/metadata/gstbasemetadata.c:
6721         * ext/metadata/metadata.c:
6722         * ext/metadata/metadata.h:
6723         * ext/metadata/metadataexif.c:
6724         * ext/metadata/metadataexif.h:
6725         * ext/metadata/metadataiptc.c:
6726         * ext/metadata/metadataiptc.h:
6727         * ext/metadata/metadataparsejpeg.c:
6728         * ext/metadata/metadataparsejpeg.h:
6729         * ext/metadata/metadataparsepng.c:
6730         * ext/metadata/metadataparsepng.h:
6731         * ext/metadata/metadataparseutil.c:
6732         * ext/metadata/metadataparseutil.h:
6733         * ext/metadata/metadatatags.c:
6734         * ext/metadata/metadatatags.h:
6735         * ext/metadata/metadatatypes.c:
6736         * ext/metadata/metadatatypes.h:
6737         * ext/metadata/metadataxmp.c:
6738         * ext/metadata/metadataxmp.h:
6739         * ext/metadata/test/Makefile:
6740         * ext/metadata/test/MetadataEditorMain.glade:
6741         * ext/metadata/test/metadata_editor.c:
6742         * tests/icles/Makefile.am:
6743         * tests/icles/metadata_editor.c:
6744         * tests/icles/metadata_editor.glade:
6745           Add lot of documentation.
6746
6747 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6748
6749         * sys/dvb/gstdvbsrc.c:
6750         Open frontend in NULL->READY so caps about dvb adapter can be
6751         seen by the app.
6752
6753 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6754
6755         Patch by: Olivier Crete <tester@tester.ca>
6756
6757         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6758         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6759         Also handle lip-sync when the clock-rate is not provided with caps but
6760         with a signal.
6761
6762 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6763
6764         Patch by: Olivier Crete <tester@tester.ca>
6765
6766         * gst/rtpmanager/gstrtpjitterbuffer.c:
6767         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6768         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6769         (rtp_jitter_buffer_insert):
6770         * gst/rtpmanager/rtpjitterbuffer.h:
6771         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6772         a clock-rate can be provided with each buffer instead. Fixes #511686.
6773
6774 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6775
6776         Patch by: Olivier Crete <tester@tester.ca>
6777
6778         * gst/rtpmanager/gstrtpjitterbuffer.c:
6779         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6780         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6781         Remove old unused variable.
6782         Track pt on input buffers and get the clock-rate when it changes.
6783         Ignore packets with unknown clock-rate. Fixes #511146.
6784
6785 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6786
6787         * sys/dvb/gstdvbsrc.c:
6788         Post bus message about adapter type and it's capabilities,
6789         when opening the frontend.
6790         After failing to read from the dvr, post a bus message to
6791         inform the app.
6792
6793 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6794
6795         * gst/mpegtsparse/mpegtspacketizer.c:
6796         The logic for the guard interval calculation was totally wrong.
6797         Fixed.
6798
6799 2008-01-24  David Schleef  <ds@schleef.org>
6800
6801         Patch by: Olivier Crete <tester@tester.ca>
6802
6803         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6804           wrong function.  Fixes #511920
6805
6806 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6807
6808         * docs/plugins/Makefile.am:
6809         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6810         * docs/plugins/gst-plugins-bad-plugins.args:
6811         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6812         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6813         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6814         * docs/plugins/gst-plugins-bad-plugins.signals:
6815           Now we have full hierarchy.
6816
6817         * docs/plugins/inspect/plugin-metadata.xml:
6818           Regenerate.
6819
6820         * ext/amrwb/gstamrwbdec.h:
6821           Add doc blob for object instance.
6822
6823 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6824
6825         * docs/plugins/gst-plugins-bad-plugins.args:
6826         * docs/plugins/inspect/plugin-metadata.xml:
6827           Update this too, hopefully fixes the docs build (does at least
6828           for me, after make clean in docs/plugins).
6829
6830 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6831
6832         * gst/mpegtsparse/gstmpegdesc.h:
6833         * gst/mpegtsparse/mpegtspacketizer.c:
6834         Fix network name descriptor, the length is actually the
6835         descriptor length not stored in the byte after.
6836         Fix bounds checking to be more correct.
6837
6838 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6839
6840         * docs/plugins/Makefile.am:
6841         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6842         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6843         * ext/metadata/TODO:
6844         * ext/metadata/gstbasemetadata.c:
6845         * ext/metadata/gstbasemetadata.h:
6846         * ext/metadata/gstmetadatademux.c:
6847         * ext/metadata/gstmetadatademux.h:
6848         * ext/metadata/gstmetadatamux.c:
6849         * ext/metadata/gstmetadatamux.h:
6850         * ext/metadata/metadatatags.c:
6851           Add some documentation.
6852
6853 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6854
6855         * configure.ac:
6856         * ext/dts/gstdtsdec.c:
6857         Add support for building against libdca (with the libdts compat
6858         header). Fixes bug #511530.
6859
6860         Should probably be ported to libdca as some points as it's the
6861         successor of libdts.
6862
6863 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6864
6865         * sys/dvb/gstdvbsrc.c:
6866         Do not go on forever if problem with reading from dvr, rather
6867         return NULL.
6868         Handle some cleanup issues of closing filedescriptors when
6869         failing to tune or similar.
6870
6871 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6872
6873         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6874         * gst-plugins-bad.spec: update for latest changes
6875
6876 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6877
6878         * docs/plugins/Makefile.am:
6879         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6880         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6881         * gst/xingheader/gstxingmux.c:
6882         * gst/xingheader/gstxingmux.h:
6883         Add documentation for the xingheader plugin.
6884
6885         * tests/check/elements/xingmux.c: (GST_START_TEST):
6886         Set element state to PLAYING before doing something else.
6887
6888 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6889
6890         * tests/check/Makefile.am:
6891         * tests/check/elements/.cvsignore:
6892         * tests/check/elements/xingmux.c: (setup_xingmux),
6893         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6894         * tests/check/elements/xingmux_testdata.h:
6895         Add simple unit test for the xingmux element.
6896
6897         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6898         (gst_xing_mux_finalize), (xing_reset):
6899         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6900
6901 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6902
6903         * gst/mpegtsparse/gstmpegdesc.h:
6904         * gst/mpegtsparse/mpegtspacketizer.c:
6905         Parsed the satellite delivery system descriptor and
6906         added into nit's transport structure for delivery
6907         over the bus.
6908
6909 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6910
6911         * gst/mpegtsparse/mpegtspacketizer.c:
6912         Parsed and added network name to the nit structure sent
6913         in the bus message.
6914
6915 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6916
6917         * gst/mpegtsparse/mpegtspacketizer.c:
6918         Remove leaks introduced by not freeing g_strndup'd strings.
6919         Fix start_time and duration parsing in EIT.
6920
6921 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6922
6923         * gst/mpegtsparse/mpegtspacketizer.c:
6924         Add event name and description to the eit structure
6925         sent in the bus message.
6926
6927 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6928
6929         * gst/mpegtsparse/mpegtsparse.c:
6930         Revert const removal from previous commit.
6931
6932 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6933
6934         * gst/mpegtsparse/Makefile.am:
6935         * gst/mpegtsparse/gstmpegdesc.c:
6936         * gst/mpegtsparse/gstmpegdesc.h:
6937         * gst/mpegtsparse/mpegtspacketizer.c:
6938         * gst/mpegtsparse/mpegtsparse.c:
6939         Added descriptor searching infrastructure from Fluendo TS demuxer.
6940         Add channel name and provider to the sdt structure sent in the
6941         bus message.
6942
6943 2008-01-22  Julien Moutte  <julien@fluendo.com>
6944
6945         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6946         Parse NAL units in forward mode to mark delta units flags.
6947
6948 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6949
6950         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6951         * docs/plugins/gst-plugins-bad-plugins.args:
6952         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6953         * docs/plugins/inspect/plugin-musepack.xml:
6954           Regenerate.
6955   
6956         * docs/plugins/inspect/plugin-tremor.xml:
6957           Add vorbisidec aka trmor.
6958
6959         * ext/dc1394/gstdc1394.c:
6960           Add short description.
6961
6962 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6963
6964         * docs/plugins/Makefile.am:
6965           Add missing eol \
6966
6967         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6968           Place object names to standard sectionas plugin dont document those.
6969
6970         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6971         * docs/plugins/gst-plugins-bad-plugins.args:
6972         * docs/plugins/gst-plugins-bad-plugins.signals:
6973         * docs/plugins/inspect/plugin-dvb.xml:
6974         * docs/plugins/inspect/plugin-nuvdemux.xml:
6975           regenerate.
6976           
6977         * ext/ivorbis/vorbisdec.c:
6978         * ext/ivorbis/vorbisdec.h:
6979           Mark private vars and add short desc.
6980
6981         * ext/mythtv/gstmythtvsrc.c:
6982         * ext/theora/theoradec.c:
6983           Add short desc.
6984
6985 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6986
6987         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6988         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6989         * gst/nuvdemux/gstnuvdemux.c:
6990           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
6991           it actually is.
6992
6993 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6994
6995         * docs/plugins/Makefile.am:
6996         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6997         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6998           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
6999           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
7000
7001         * docs/plugins/inspect/plugin-gstinterlace.xml:
7002         * docs/plugins/inspect/plugin-rawparse.xml
7003         * docs/plugins/inspect/plugin-videoparse.xml:
7004           Replace videoparse with rawparse.
7005
7006         * gst/dvdspu/gstdvdspu.h:
7007           Help gtk-doc to recognize the object struct.
7008
7009 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7010
7011         * gst/librfb/rfbdecoder.c:
7012         * gst/librfb/rfbdecoder.h:
7013           Don't use gtk-doc comment style for non gtk-doc comments.
7014           Make one static function static.
7015
7016 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
7017
7018         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
7019
7020         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
7021         (gst_deinterlace_init), (gst_deinterlace_set_caps),
7022         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
7023         (gst_deinterlace_get_property):
7024         * gst/deinterlace/gstdeinterlace.h:
7025         Provide 4:2:2 support
7026         Also deinterlace chroma planes
7027         Allow to turn on/off deinterlacing
7028         Change of default thresholds, in order to provide acceptable results
7029         with default params. Fixes #511001.
7030
7031 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
7032
7033         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7034           Update docs file too.
7035
7036 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
7037
7038         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
7039         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
7040           (subpic_sink_factory), (gst_dvd_spu_base_init),
7041           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
7042           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
7043           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
7044           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
7045           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
7046           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
7047           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
7048           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
7049           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
7050           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
7051           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
7052           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
7053           (gst_dvd_spu_plugin_init):
7054         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
7055           Fix up dvdspu element again after previous namespace mangling:
7056           rename debug category variable to old name, matching that in
7057           dvdspu-render.c, to avoid undefined symbol error when loading
7058           the module; same for the _render function in dvdspu-render.c:
7059           we must use the same name in both .c files; change functions
7060           now called gstgst_* back to gst_* again; and while we're at it,
7061           we may as well canonicalise the namespace properly, namely to
7062           gst_dvd_spu_*.
7063
7064 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7065
7066         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7067         * ext/theora/theoradec.c:
7068         * ext/theora/theoradec.h:
7069           Coherent namespace usage and adding symbold from unused to sections.
7070
7071 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7072
7073         * docs/plugins/Makefile.am:
7074         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7075           Add symbols from -unused.txt to the right place.
7076
7077         * gst/dvdspu/gstdvdspu.c:
7078         * gst/dvdspu/gstdvdspu.h:
7079           Coherent namespace usage.
7080
7081         * gst/spectrum/gstspectrum.c:
7082           Fix broken XML fragment in doc snippet even more.
7083
7084 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7085
7086         * docs/plugins/Makefile.am:
7087           Update include list.
7088
7089         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
7090           Update xml includes.
7091
7092         * docs/plugins/inspect/plugin-alsaspdif.xml:
7093         * docs/plugins/inspect/plugin-amrwb.xml:
7094         * docs/plugins/inspect/plugin-bayer.xml:
7095         * docs/plugins/inspect/plugin-bz2.xml:
7096         * docs/plugins/inspect/plugin-cdxaparse.xml:
7097         * docs/plugins/inspect/plugin-dtsdec.xml:
7098         * docs/plugins/inspect/plugin-dvbsrc.xml:
7099         * docs/plugins/inspect/plugin-dvdspu.xml:
7100         * docs/plugins/inspect/plugin-equalizer.xml:
7101         * docs/plugins/inspect/plugin-faac.xml:
7102         * docs/plugins/inspect/plugin-faad.xml:
7103         * docs/plugins/inspect/plugin-fbdevsink.xml:
7104         * docs/plugins/inspect/plugin-festival.xml:
7105         * docs/plugins/inspect/plugin-filter.xml:
7106         * docs/plugins/inspect/plugin-flvdemux.xml:
7107         * docs/plugins/inspect/plugin-freeze.xml:
7108         * docs/plugins/inspect/plugin-gsm.xml:
7109         * docs/plugins/inspect/plugin-gstinterlace.xml:
7110         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
7111         * docs/plugins/inspect/plugin-h264parse.xml:
7112         * docs/plugins/inspect/plugin-interleave.xml:
7113         * docs/plugins/inspect/plugin-ladspa.xml:
7114         * docs/plugins/inspect/plugin-metadata.xml:
7115         * docs/plugins/inspect/plugin-modplug.xml:
7116         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
7117         * docs/plugins/inspect/plugin-mpegtsparse.xml:
7118         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
7119         * docs/plugins/inspect/plugin-musicbrainz.xml:
7120         * docs/plugins/inspect/plugin-mve.xml:
7121         * docs/plugins/inspect/plugin-nsfdec.xml:
7122         * docs/plugins/inspect/plugin-nuvdemux.xml:
7123         * docs/plugins/inspect/plugin-qtdemux.xml:
7124         * docs/plugins/inspect/plugin-quicktime.xml:
7125         * docs/plugins/inspect/plugin-real.xml:
7126         * docs/plugins/inspect/plugin-replaygain.xml:
7127         * docs/plugins/inspect/plugin-sdl.xml:
7128         * docs/plugins/inspect/plugin-sdp.xml:
7129         * docs/plugins/inspect/plugin-spectrum.xml:
7130         * docs/plugins/inspect/plugin-speed.xml:
7131         * docs/plugins/inspect/plugin-speexresample.xml:
7132         * docs/plugins/inspect/plugin-stereo.xml:
7133         * docs/plugins/inspect/plugin-switch.xml:
7134         * docs/plugins/inspect/plugin-timidity.xml:
7135         * docs/plugins/inspect/plugin-tta.xml:
7136         * docs/plugins/inspect/plugin-videocrop.xml:
7137         * docs/plugins/inspect/plugin-videoparse.xml:
7138         * docs/plugins/inspect/plugin-videosignal.xml:
7139         * docs/plugins/inspect/plugin-vmnc.xml:
7140         * docs/plugins/inspect/plugin-wildmidi.xml:
7141         * docs/plugins/inspect/plugin-x264.xml:
7142         * docs/plugins/inspect/plugin-xingheader.xml:
7143         * docs/plugins/inspect/plugin-xvid.xml:
7144         * docs/plugins/inspect/plugin-y4menc.xml:
7145           Regenerate files.
7146
7147         * gst/spectrum/gstspectrum.c:
7148           Fix broken XML fragment in doc snippet.
7149
7150         * tests/check/elements/.cvsignore:
7151           Add test binary to ignores.
7152
7153 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7154
7155         * gst/h264parse/gsth264parse.c:
7156           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
7157
7158 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
7159
7160         Patch by: Wouter Cloetens <wouter at mind dot be>
7161
7162         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
7163         Report the size of the stream as the total size instead of
7164         the remaining Content-Length, which is wrong after a seek.
7165
7166 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7167
7168         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
7169         (gst_raw_parse_loop):
7170         Handle framesizes > 4096 with multiple frames per buffer correctly
7171         in pull mode and handle short reads better.
7172         Also put offset and offset_end on outgoing buffers.
7173
7174 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7175
7176         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
7177         Improve handling of unknown or too small upstream sizes in
7178         pull mode.
7179
7180 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7181
7182         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
7183         (gst_raw_parse_handle_seek_push):
7184         Improve debugging a bit and for handling multiple frames per buffer
7185         in pull mode choose the next smallest multiply of framesize below
7186         4096 instead of always handling 1024 frames.
7187
7188 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7189
7190         Patch by: Wouter Cloetens <wouter at mind dot be>
7191
7192         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
7193         Correctly set duration on the GstBaseSrc segment when we know it
7194         to fix failing the duration query.
7195
7196 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
7197
7198         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
7199         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
7200         Set timestamps more correctly.
7201
7202 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7203
7204         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
7205         (gst_raw_parse_init), (gst_raw_parse_reset),
7206         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
7207         (gst_raw_parse_chain), (gst_raw_parse_loop),
7208         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
7209         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
7210         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
7211         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
7212         * gst/rawparse/gstrawparse.h:
7213         Implement pull mode.
7214
7215 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7216
7217         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
7218         Fix memory leak spotted by the unit test.
7219
7220 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7221
7222         * tests/check/Makefile.am:
7223         Enable spectrum test again.
7224
7225         * tests/check/gst-plugins-bad.supp:
7226         Add suppressions for a singleton in GIO that can't be freed.
7227
7228 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7229
7230         * tests/check/Makefile.am:
7231         * tests/check/elements/.cvsignore:
7232         * tests/check/elements/equalizer.c: (setup_equalizer),
7233         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
7234         Add some minimal tests for the equalizer plugin.
7235
7236 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7237
7238         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
7239         Unparent all bands from the equalizer when finalizing to stop
7240         leaking them.
7241
7242 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7243
7244         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
7245         Add support for WebDAV.
7246
7247 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7248
7249         Patch by: Wouter Cloetens <wouter at mind dot be>
7250
7251         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
7252         (gst_souphttp_src_init), (gst_souphttp_src_create),
7253         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
7254         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
7255         * ext/soup/gstsouphttpsrc.h:
7256         Add support for seeking to souphttpsrc. Fixes bug #502335.
7257
7258 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
7259
7260         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
7261         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
7262         (gst_h264_parse_find_start_reverse),
7263         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
7264         * gst/h264parse/gsth264parse.h:
7265         Improve debugging.
7266         Fix buffer splitting at sync codes and leftover buffer after
7267         scanning.
7268
7269 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
7270
7271         * ext/metadata/TODO:
7272         * ext/metadata/metadataexif.c:
7273         * ext/metadata/metadataxmp.c:
7274           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
7275
7276 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
7277
7278         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
7279         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
7280         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
7281         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
7282         (gst_h264_parse_init), (gst_h264_parse_set_property),
7283         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
7284         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
7285         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
7286         (gst_h264_parse_find_start_reverse),
7287         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
7288         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
7289         * gst/h264parse/gsth264parse.h:
7290         Add reverse playback support for containers that don't know how to
7291         properly send data between I-frames.
7292
7293 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
7294
7295         * configure.ac:
7296         * tests/check/pipelines/gio.c: (GST_START_TEST):
7297         Update for API changes in GIO and require GIO 2.15.2 for this.
7298
7299 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7300
7301         * gst/xingheader/gstxingmux.c: (generate_xing_header):
7302         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
7303         of 0xfe.
7304
7305 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7306
7307         * gst/xingheader/gstxingmux.c: (generate_xing_header):
7308         Remove accidentially leftover debug printf.
7309
7310 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7311
7312         * gst/xingheader/gstxingmux.c: (has_xing_header),
7313         (generate_xing_header), (gst_xing_mux_chain),
7314         (gst_xing_mux_sink_event):
7315         Choose smallest possible frame size for the Xing header, properly
7316         set the timestamp, duration and offset on the outgoing buffers,
7317         only send NEWSEGMENT events in BYTE format downstream and also
7318         drop VBRI headers if already existing.
7319
7320 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
7321
7322         * gst/xingheader/Makefile.am:
7323         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
7324         (has_xing_header), (generate_xing_header),
7325         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
7326         (gst_xing_mux_init), (gst_xing_mux_chain),
7327         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
7328         * gst/xingheader/gstxingmux.h:
7329         Major cleanup and rewrite of xingmux with less bugs and new features:
7330         - Handles other layers as 3
7331         - Write TOC
7332
7333 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
7334
7335         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
7336           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
7337           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
7338           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
7339           (test_buffer_square_int16_stereo):
7340         * tests/check/elements/rglimiter.c: (create_test_buffer):
7341         * tests/check/elements/rgvolume.c: (test_buffer_new):
7342           It's "endianness", not "endianess". Fixes unit tests.
7343
7344 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7345
7346         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7347         If we find the caps in the cache, use it to parse the clock-rate instead
7348         of returning an error. Fixes a TODO as found by Youness Alaoui.
7349
7350 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7351
7352         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
7353
7354         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7355         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
7356         (rtp_session_set_process_rtp_callback),
7357         (rtp_session_set_send_rtp_callback),
7358         (rtp_session_set_send_rtcp_callback),
7359         (rtp_session_set_sync_rtcp_callback),
7360         (rtp_session_set_clock_rate_callback),
7361         (rtp_session_set_reconsider_callback), (source_push_rtp),
7362         (source_clock_rate), (rtp_session_process_bye),
7363         (rtp_session_process_rtcp), (rtp_session_send_bye),
7364         (rtp_session_on_timeout):
7365         * gst/rtpmanager/rtpsession.h:
7366         Make it possible to use different user_data for each of the callbacks.
7367         Fixes #508587.
7368
7369 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7370
7371         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
7372         Small meaningless cleanup.
7373
7374         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
7375         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
7376         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
7377         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
7378         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
7379         * gst/mpegvideoparse/mpegvideoparse.h:
7380         Track segment events.
7381         Do the first part of reverse playback by sending data between two
7382         I-frames to the decoder.
7383
7384 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7385
7386         * gst/rtpmanager/gstrtpbin.c:
7387         Fix documentation for latest patch
7388
7389 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7390
7391         * gst/rtpmanager/gstrtpbin.c:
7392         Allow request_new_pad with name NULL (bug #508515)
7393
7394 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
7395
7396         * autogen.sh:
7397           Add -Wno-portability to the automake parameters to stop warnings
7398           about GNU make extensions being used. We require GNU make in almost
7399           every Makefile anyway.
7400           
7401         * configure.ac:
7402           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
7403           at the same time is required for per target flags.
7404
7405 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
7406
7407         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
7408         Don't set fixed caps, we can basically do everything the upsteam peer
7409         pad can renegotiate to. Fixes #507940.
7410
7411 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
7412
7413         * Makefile.am:
7414           Include lcov.mak to allow building coverage reports. Add top-level
7415           check targets similar to other gst packages.
7416
7417 2008-01-06  David Schleef  <ds@schleef.org>
7418
7419         * ext/directfb/Makefile.am:
7420           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
7421         * ext/directfb/dfbvideosink.c:
7422           Getting tired of directfb's chatter.  Quiet it.
7423
7424 2008-01-06  David Schleef  <ds@schleef.org>
7425
7426         Patch by: Sean D'Epagnier <sean@depagnier.com>
7427
7428         * configure.ac:
7429         * sys/Makefile.am:
7430         * sys/fbdev/Makefile.am:
7431         * sys/fbdev/gstfbdevsink.c:
7432         * sys/fbdev/gstfbdevsink.h:
7433           Add fbdev-based video sink.  Linux-only.  See bug #506549.
7434
7435 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
7436
7437         * configure.ac:
7438         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7439         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
7440         Update to GMemoryInputStream API changes in GLib SVN and require
7441         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
7442         We can also report the duration for every GSeekable, not only
7443         GFileInputStream and GMemoryInputStream.
7444
7445 2008-01-05  David Schleef  <ds@schleef.org>
7446
7447         * sys/glsink/glimagesink.c:
7448         * sys/glsink/glimagesink.h:
7449         * sys/glsink/gstglbuffer.h:
7450         * sys/glsink/gstgldisplay.c:
7451         * sys/glsink/gstgldisplay.h:
7452         * sys/glsink/gstglupload.c:
7453           Handle xoverlay exposes correctly.  This means glimagesink works
7454           correctly most of the time in totem (fullscreening being an
7455           execption).  Doesn't handle expose events directly to the GL
7456           window.
7457
7458 2008-01-05  David Schleef  <ds@schleef.org>
7459
7460         * sys/glsink/glextensions.c:
7461         * sys/glsink/glextensions.h:
7462         * sys/glsink/glimagesink.c:
7463         * sys/glsink/glimagesink.h:
7464         * sys/glsink/gstgldisplay.c:
7465         * sys/glsink/gstgldisplay.h:
7466         * sys/glsink/gstopengl.c:
7467           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
7468           vblank synchronization.  Remove unused code.
7469
7470 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
7471
7472         * gst/rtpmanager/gstrtpjitterbuffer.c:
7473         (gst_rtp_jitter_buffer_loop):
7474         Don't unref the popped buffer when we don't have ownership.
7475         Fixes #507020.
7476
7477 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7478
7479         * gst/mpegtsparse/Makefile.am:
7480         * gst/mpegtsparse/flutspatinfo.c:
7481         * gst/mpegtsparse/flutspatinfo.h:
7482         * gst/mpegtsparse/flutspmtinfo.c:
7483         * gst/mpegtsparse/flutspmtinfo.h:
7484         * gst/mpegtsparse/flutspmtstreaminfo.c:
7485         * gst/mpegtsparse/flutspmtstreaminfo.h:
7486         Remove no longer needed files.
7487
7488 2008-01-02  David Schleef  <ds@schleef.org>
7489
7490         * tests/check/Makefile.am:
7491           Disable vcdsrc in states test because it takes too much time
7492           to get to PLAYING if it can find a device.
7493
7494 2007-12-31  David Schleef  <ds@schleef.org>
7495
7496         * ext/musicbrainz/gsttrm.c:
7497           Don't emit signiture when going to READY, because it might
7498           not be ready.
7499         * ext/nas/nassink.c:
7500           Remove useless call that sleeps for 5 seconds.  Yup, it calls
7501           sleep(1) 5 times.  Go NAS.
7502         * gst/librfb/gstrfbsrc.c:
7503         * gst/librfb/rfbdecoder.c:
7504           Initialize our debug categories properly.
7505         * gst/rawparse/gstrawparse.c:
7506           Don't register element details for a non-element.  Be much more
7507           rude when subclass doesn't set a pad template (assert!).  Don't
7508           unref the pad template; we don't own it.
7509         * gst/videosignal/gstvideoanalyse.c:
7510           Initialize debug category.
7511         * tests/check/Makefile.am:
7512           Ignore nassink element in tests because it has unavoidable
7513           long timeouts.
7514
7515 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7516
7517         * gst/rtpmanager/gstrtpssrcdemux.c:
7518         (gst_rtp_ssrc_demux_change_state):
7519         Don't clean up pads when going to PAUSED.
7520
7521 2007-12-30  David Schleef  <ds@schleef.org>
7522
7523         * configure.ac:
7524         * sys/glsink/Makefile.am:
7525           Switch to using pkgconfig to detect libGL.  Since we use
7526           recent features added to Mesa, there's no point in adding
7527           a check for pre-pkgconfig versions.
7528
7529 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7530
7531         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
7532         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
7533         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
7534         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
7535         Fix 'xyz may be used uninitialized' compiler warnings caused
7536         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7537         abort() in any case but properly report the error.
7538
7539 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7540
7541         * configure.ac:
7542         * ext/gio/gstgio.c:
7543         * ext/gio/gstgio.h:
7544         * ext/gio/gstgiobasesink.h:
7545         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7546         * ext/gio/gstgiobasesrc.h:
7547         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
7548         * ext/gio/gstgiosink.h:
7549         * ext/gio/gstgiosrc.h:
7550         * ext/gio/gstgiostreamsink.h:
7551         * ext/gio/gstgiostreamsrc.h:
7552         * tests/check/pipelines/gio.c:
7553         Update to latest API changes in GLib/GIO and require at least
7554         gio-2.0 2.15.0 for this.
7555         
7556         * ext/gio/Makefile.am:
7557         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
7558
7559 2007-12-28  David Schleef  <ds@schleef.org>
7560
7561         * configure.ac:
7562         * sys/glsink/glextensions.c:
7563         * sys/glsink/glextensions.h:
7564         * sys/glsink/glimagesink.c:
7565         * sys/glsink/glimagesink.h:
7566         * sys/glsink/gstglbuffer.c:
7567         * sys/glsink/gstglbuffer.h:
7568         * sys/glsink/gstglconvert.c:
7569         * sys/glsink/gstgldisplay.c:
7570         * sys/glsink/gstgldisplay.h:
7571         * sys/glsink/gstgldownload.c:
7572         * sys/glsink/gstglfilter.c:
7573         * sys/glsink/gstglfilter.h:
7574         * sys/glsink/gstglfilterexample.c:
7575         * sys/glsink/gstgltestsrc.c:
7576         * sys/glsink/gstglupload.c:
7577           Major cleanup of code.  Convert glupload to BaseTransform.
7578           Handle caps negotiation mostly correctly.  Reenable in build.
7579
7580 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
7581
7582         * ext/soup/Makefile.am:
7583         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
7584           (gst_souphttp_src_unicodify), (soup_got_headers):
7585           Use gst_tag_freeform_string_to_utf8() and post radio station
7586           info as tags on the bus.
7587
7588 2007-12-26  David Schleef  <ds@schleef.org>
7589
7590         * sys/glsink/glimagesink.c:
7591         * sys/glsink/gstglupload.c:
7592           Change glimagesink over to using GL buffers.  This breaks
7593           glimagesink for normal operation, but should be fixed soon.
7594
7595 2007-12-26  David Schleef  <ds@schleef.org>
7596
7597         * sys/glsink/gltestsrc.c:
7598         * sys/glsink/gstglbuffer.c:
7599         * sys/glsink/gstglbuffer.h:
7600         * sys/glsink/gstgldownload.c:
7601         * sys/glsink/gstglfilter.c:
7602         * sys/glsink/gstglfilterexample.c:
7603         * sys/glsink/gstgltestsrc.c:
7604         * sys/glsink/gstglupload.c:
7605           Convert gldownload to BaseTransform.  Make glfilterexample
7606           visually interesting.  Add support for various formats to
7607           downloading.  Fix a few places where we leak GL state to
7608           other elements (bad, but hard to prevent).
7609
7610 2007-12-26  David Schleef  <ds@schleef.org>
7611
7612         * sys/glsink/BUGS:
7613         * sys/glsink/Makefile.am:
7614         * sys/glsink/gstglbuffer.c:
7615         * sys/glsink/gstglbuffer.h:
7616         * sys/glsink/gstglconvert.c:
7617         * sys/glsink/gstgldisplay.c:
7618         * sys/glsink/gstglfilter.c:
7619         * sys/glsink/gstglfilter.h:
7620         * sys/glsink/gstglfilterexample.c:
7621         * sys/glsink/gstgltestsrc.c:
7622         * sys/glsink/gstglupload.c:
7623         * sys/glsink/gstopengl.c:
7624           Remove code that handles non-texture buffers.  Add a
7625           GstGLBufferFormat type that corresponds to how to use the
7626           texture, not the original video format.  Convert gstflfilter.c
7627           into a base class, add glfilterexample and glconvert elements.
7628         * sys/glsink/color_matrix.c:
7629           Minor ramblings about color conversion matrices.
7630
7631 2007-12-24  David Schleef  <ds@schleef.org>
7632
7633         * sys/glsink/Makefile.am:
7634         * sys/glsink/gltestsrc.c:
7635         * sys/glsink/gltestsrc.h:
7636         * sys/glsink/gstgldisplay.c:
7637         * sys/glsink/gstgldownload.c:
7638         * sys/glsink/gstglfilter.c:
7639         * sys/glsink/gstgltestsrc.c:
7640         * sys/glsink/gstgltestsrc.h:
7641         * sys/glsink/gstglupload.c:
7642         * sys/glsink/gstopengl.c:
7643           Add gltestsrc element, a duplicate of videotestsrc that uses
7644           GL rendering to create images.  More cleanup.
7645
7646 2007-12-24  David Schleef  <ds@schleef.org>
7647
7648         * sys/glsink/gstglbuffer.c:
7649         * sys/glsink/gstgldownload.c:
7650         * sys/glsink/gstglfilter.c:
7651           Clean up code.  Fix a few leaks.
7652
7653 2007-12-24  David Schleef  <ds@schleef.org>
7654
7655         * sys/glsink/Makefile.am:
7656         * sys/glsink/glimagesink.h:
7657         * sys/glsink/glvideo.c:
7658         * sys/glsink/glvideo.h:
7659         * sys/glsink/gstglbuffer.c:
7660         * sys/glsink/gstglbuffer.h:
7661         * sys/glsink/gstgldisplay.c:
7662         * sys/glsink/gstgldisplay.h:
7663           Rename glvideo.[ch] to gstgldisplay.[ch].
7664
7665 2007-12-24  David Schleef  <ds@schleef.org>
7666
7667         * sys/glsink/glimagesink.c:
7668         * sys/glsink/glimagesink.h:
7669         * sys/glsink/glvideo.c:
7670         * sys/glsink/glvideo.h:
7671         * sys/glsink/gstglbuffer.c:
7672         * sys/glsink/gstglbuffer.h:
7673         * sys/glsink/gstgldownload.c:
7674         * sys/glsink/gstglfilter.c:
7675         * sys/glsink/gstglupload.c:
7676           Rewrite a bunch of code to use textures as the intermediate
7677           instead of renderbuffers.  upload, download, filtering all
7678           work.
7679
7680 2007-12-23  David Schleef  <ds@schleef.org>
7681
7682         * gst/videoparse/Makefile.am:
7683         * gst/videoparse/README:
7684         * gst/videoparse/gstvideoparse.c:
7685           Remove videoparse element, because it was moved to gst/rawparse/
7686
7687 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7688
7689         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
7690         Always seek on frame boundaries, will produce nothing useful
7691         otherwise.
7692
7693 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7694
7695         * configure.ac:
7696         * gst/rawparse/Makefile.am:
7697         * gst/rawparse/README:
7698         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
7699         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
7700         (gst_audio_parse_class_init), (gst_audio_parse_init),
7701         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
7702         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
7703         * gst/rawparse/gstaudioparse.h:
7704         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
7705         (gst_raw_parse_class_init), (gst_raw_parse_init),
7706         (gst_raw_parse_dispose),
7707         (gst_raw_parse_class_set_src_pad_template),
7708         (gst_raw_parse_class_set_multiple_frames_per_buffer),
7709         (gst_raw_parse_reset), (gst_raw_parse_chain),
7710         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
7711         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
7712         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
7713         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
7714         (gst_raw_parse_is_negotiated):
7715         * gst/rawparse/gstrawparse.h:
7716         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
7717         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
7718         (gst_video_parse_class_init), (gst_video_parse_init),
7719         (gst_video_parse_set_property), (gst_video_parse_get_property),
7720         (gst_video_parse_format_to_fourcc),
7721         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
7722         * gst/rawparse/gstvideoparse.h:
7723         * gst/rawparse/plugin.c: (plugin_init):
7724         Add new plugin rawparse that contains a base class for raw data
7725         parsers and the two elements audioparse and videoparse that can
7726         be used to parse raw audio and video. These are inspired by the
7727         old videoparse element which the new rawparse plugin deprecates.
7728
7729 2007-12-21  David Schleef  <ds@schleef.org>
7730
7731         * sys/glsink/glextensions.c:
7732         * sys/glsink/glextensions.h:
7733         * sys/glsink/glvideo.c:
7734         * sys/glsink/glvideo.h:
7735         * sys/glsink/gstglbuffer.c:
7736         * sys/glsink/gstgldownload.c:
7737         * sys/glsink/gstglupload.c:
7738           A careful read of the documentation reveals that I can't use
7739           renderbuffers as textures.  Duh.  Checkpoint because I'm about
7740           to rewrite a bunch of code.
7741
7742 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
7743
7744         * ext/metadata/TODO:
7745         * ext/metadata/gstbasemetadata.c:
7746         * ext/metadata/gstbasemetadata.h:
7747         * ext/metadata/metadata.h:
7748         * ext/metadata/metadataiptc.c:
7749         * ext/metadata/metadatamuxjpeg.c:
7750         * ext/metadata/metadataparsejpeg.c:
7751         * ext/metadata/metadataparseutil.c:
7752           Some IPTC tags mapped.
7753
7754 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
7755
7756         * ext/metadata/Makefile.am:
7757         * ext/metadata/TODO:
7758         * ext/metadata/gstbasemetadata.c:
7759         * ext/metadata/gstbasemetadata.h:
7760         * ext/metadata/gstmetadatacommon.c:
7761         * ext/metadata/gstmetadatacommon.h:
7762         * ext/metadata/metadata.c:
7763         * ext/metadata/metadata.h:
7764           Removed gstmetadatacommon.
7765
7766 2007-12-20  David Schleef  <ds@schleef.org>
7767
7768         * sys/glsink/Makefile.am:
7769         * sys/glsink/glextensions.c:
7770         * sys/glsink/glextensions.h:
7771         * sys/glsink/glimagesink.c:
7772         * sys/glsink/glimagesink.h:
7773         * sys/glsink/glvideo.c:
7774         * sys/glsink/glvideo.h:
7775         * sys/glsink/gstglbuffer.c:
7776         * sys/glsink/gstglbuffer.h:
7777         * sys/glsink/gstgldownload.c:
7778         * sys/glsink/gstglfilter.c:
7779         * sys/glsink/gstglupload.c:
7780         * sys/glsink/gstopengl.c:
7781           Switch to using framebuffer_objects instead of GLXPixmaps,
7782           because that's what my driver supports.  Remove GLDrawable,
7783           since GstGLDisplay now has a default drawable and context.
7784
7785 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7786
7787         * gst/equalizer/.cvsignore:
7788         * gst/switch/.cvsignore:
7789           Ignore more.
7790
7791 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7792
7793         * ext/metadata/Makefile.am:
7794         * ext/metadata/TODO:
7795         * ext/metadata/gstbasemetadata.c:
7796         * ext/metadata/gstbasemetadata.h:
7797         * ext/metadata/gstmetadatacommon.c:
7798         * ext/metadata/gstmetadatacommon.h:
7799         * ext/metadata/gstmetadatademux.c:
7800         * ext/metadata/gstmetadatademux.h:
7801         * ext/metadata/gstmetadatamux.c:
7802         * ext/metadata/gstmetadatamux.h:
7803         * ext/metadata/metadata.c:
7804         * ext/metadata/metadata.h:
7805         * ext/metadata/metadataexif.c:
7806         * ext/metadata/metadataparsejpeg.c:
7807         * ext/metadata/metadataparsepng.c:
7808         * ext/metadata/metadatatags.c:
7809         * ext/metadata/metadatatags.h:
7810         * ext/metadata/test/metadata_editor.c:
7811           New base class for metadata elements.
7812
7813 2007-12-18  Andy Wingo  <wingo@pobox.com>
7814
7815         * gst/switch/gstswitch-marshal.list:
7816         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7817         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7818         (gst_selector_pad_get_property)
7819         (gst_selector_pad_get_running_time)
7820         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7821         (gst_segment_set_stop, gst_segment_set_start)
7822         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7823         (gst_stream_selector_push_pending_stop)
7824         (gst_stream_selector_switch): Change so that the signals and
7825         properties deal in running time, not buffer time. Document the
7826         signals more. Change uint64 in API to int64, to reflect what's in
7827         GstSegment.
7828
7829 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7830
7831         * Makefile.am:
7832           Include common/win32.mak for CRLF check of win32 project
7833           files (see #393626).
7834
7835         * configure.ac:
7836           Bump requirements to -base CVS for libgstvideo additions in
7837           glimagesink. Disable glimagesink until the missing files get
7838           checked in.
7839
7840 2007-12-17  David Schleef  <ds@schleef.org>
7841
7842         * sys/glsink/Makefile.am:
7843         * sys/glsink/glimagesink.c:
7844         * sys/glsink/glimagesink.h:
7845         * sys/glsink/glvideo.c:
7846         * sys/glsink/glvideo.h:
7847         * sys/glsink/gstopengl.c:
7848         * sys/glsink/gstglupload.c:
7849           Use new GstVideoFormat checked into -base.  Add new glupload
7850           element to upload raw video into a GLXPixbuf.  Untested.  Will
7851           likely crash your motorcycle if you try it.
7852         * sys/glsink/gstvideo-common.c:
7853         * sys/glsink/gstvideo-common.h:
7854           Remove.
7855
7856 2007-12-17  David Schleef  <ds@schleef.org>
7857
7858         * gst/multifile/gstmultifilesrc.c:
7859         * gst/multifile/gstmultifilesrc.h:
7860           When subsequent files are read, if the file doesn't exist, send
7861           an EOS instead of causing an error.
7862
7863 2007-12-17  Andy Wingo  <wingo@pobox.com>
7864
7865         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7866         a buffer is ignored, not NOT_LINKED. No sense in making a source
7867         element error out; at least fdsrc considers NOT_LINKED to be a
7868         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7869
7870         * gst/switch/gstswitch-marshal.list:
7871         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7872         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7873         (gst_stream_selector_block): Make the block() signal return the
7874         last stop time of the active pad. Patch 10/12.
7875
7876         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7877         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7878         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7879         pad property, not an element property.
7880         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7881         duration, not timestamp. Patch 9/12.
7882
7883         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7884         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7885         cond mechanism instead of blocked pads. Patch 8/12.
7886
7887         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7888
7889         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7890         (gst_selector_pad_chain, gst_stream_selector_init)
7891         (gst_stream_selector_dispose): Add infrastructure for new blocking
7892         mechanism that does not use gst_pad_set_blocked, which does not
7893         work on sink pads. Patch 7/12.
7894
7895         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7896         (gst_stream_selector_get_property): Add last-stop-time readable
7897         property. Patch 6/12.
7898
7899         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7900         state variables.
7901
7902         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7903         (gst_selector_pad_chain): Push any pending stop event.
7904         (gst_stream_selector_set_active_pad)
7905         (gst_stream_selector_set_property): Factor out setting the active
7906         pad to a function. Close the segment of the previous active pad if
7907         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7908         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7909
7910         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7911         the block() signal. This implementation will be replaced in future
7912         patches, however. Patch 4/12.
7913
7914         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7915         vmethod prototypes.
7916
7917         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7918         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7919         vmethod definitions. Patch 3/12.
7920
7921         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7922         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7923         `block' and `switch' signals.
7924
7925         * gst/switch/Makefile.am: 
7926         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7927         marshaller for the `switch' signal. Patch 2/12.
7928
7929         * gst/switch/gstswitch.h: 
7930         * gst/switch/gstswitch.c: Replace with files from
7931         gststreamselector.[ch], registered as the "switch" plugin, with
7932         "GstSwitch" types. Patch 1/12.
7933
7934 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7935
7936         * ext/metadata/TODO:
7937         * ext/metadata/gstmetadatademux.c:
7938         * ext/metadata/metadata.c:
7939         * ext/metadata/metadata.h:
7940         * ext/metadata/metadataparsejpeg.c:
7941         * ext/metadata/metadataparsejpeg.h:
7942         * ext/metadata/metadataparsepng.c:
7943         * ext/metadata/metadataparsepng.h:
7944         * ext/metadata/test/MetadataEditorMain.glade:
7945         * ext/metadata/test/metadata_editor.c:
7946           Added "parse-only" property to metadatademux.
7947
7948 2007-12-16  David Schleef  <ds@schleef.org>
7949
7950         * sys/glsink/glimagesink.c:
7951         * sys/glsink/glimagesink.h:
7952         * sys/glsink/glvideo.c:
7953         * sys/glsink/glvideo.h:
7954           Rename GLVideo* to GstGL*.
7955
7956 2007-12-15  David Schleef  <ds@schleef.org>
7957
7958         * sys/glsink/Makefile.am:
7959         * sys/glsink/glextensions.c:
7960         * sys/glsink/glextensions.h:
7961         * sys/glsink/glvideo.c:
7962           Add vblank synchronization.  Isn't really working on my
7963           driver. :(
7964
7965 2007-12-15  David Schleef  <ds@schleef.org>
7966
7967         * sys/glsink/Makefile.am:
7968         * sys/glsink/glimagesink.c:
7969         * sys/glsink/glvideo.c:
7970         * sys/glsink/glvideo.h:
7971         * sys/glsink/gstvideo-common.c:
7972         * sys/glsink/gstvideo-common.h:
7973           Add support for xRGB, xBGR, and AYUV.  Re-add support for
7974           power-of-2 textures.
7975
7976 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7977
7978         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
7979         (gst_video_parse_sink_event):
7980         Free the adapter on dispose and correctly reset on newsegment events.
7981
7982 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7983
7984         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
7985         (gst_video_parse_src_event), (gst_video_parse_src_query):
7986         Improve duration query by first asking upstream and if it can't handle
7987         the query try to get the duration in bytes from upstream and convert.
7988         For seeks, try if upstream handles this already first and do our
7989         conversion to byte format only if it doesn't and if we get a
7990         newsegment event in time format keep it and only do our conversions
7991         if the event has another format.
7992
7993 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7994
7995         * gst/videoparse/gstvideoparse.c:
7996         (gst_video_parse_format_get_type),
7997         (gst_video_parse_endianness_get_type),
7998         (gst_video_parse_class_init), (gst_video_parse_init),
7999         (gst_video_parse_set_property), (gst_video_parse_get_property),
8000         (gst_video_parse_format_to_fourcc),
8001         (gst_video_parse_update_block_size), (gst_video_parse_chain),
8002         (gst_video_parse_sink_event):
8003         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
8004         downstream elements downstream, not upstream.
8005
8006 2007-12-14  David Schleef  <ds@schleef.org>
8007
8008         * sys/glsink/gstvideo-common.c:
8009         * sys/glsink/gstvideo-common.h:
8010           Pull together some common raw video functions into one location.
8011           This should eventually move to -base.
8012         * sys/glsink/Makefile.am:
8013         * sys/glsink/glimagesink.c:
8014         * sys/glsink/glimagesink.h:
8015         * sys/glsink/glvideo.c:
8016         * sys/glsink/glvideo.h:
8017         * sys/glsink/gstopengl.c:
8018           Use the new video-common.h stuff.  Readd support for RGB video.
8019
8020 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
8021
8022         * ext/metadata/Makefile.am:
8023         * ext/metadata/TODO:
8024         * ext/metadata/gstmetadata.c:
8025         * ext/metadata/gstmetadatacommon.c:
8026         * ext/metadata/gstmetadatacommon.h:
8027         * ext/metadata/gstmetadatademux.c:
8028         * ext/metadata/gstmetadatademux.h:
8029         * ext/metadata/gstmetadatamux.c:
8030         * ext/metadata/gstmetadatamux.h:
8031         * ext/metadata/gstmetadataparse.c:
8032         * ext/metadata/gstmetadataparse.h:
8033         * ext/metadata/metadataexif.c:
8034         * ext/metadata/metadatatags.c:
8035         * ext/metadata/test/metadata_editor.c:
8036           Added new module for common functions. Using GST_TYPE_FRACTION for
8037           Exif (S)Rational types.
8038
8039 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8040
8041         * gst/mpegtsparse/mpegtspacketizer.c:
8042         * gst/mpegtsparse/mpegtspacketizer.h:
8043         Hash streams by pid again. Add a linked list inside each
8044         stream with a list of sub_tables. Fix multiple sections
8045         as it was borked with my last commit.
8046
8047 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
8048
8049         * sys/glsink/Makefile.am: add glvideo.h
8050         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
8051         * gst-plugins-bad.spec.in: add latest plugins
8052
8053 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
8054
8055         * ext/metadata/TODO:
8056         * ext/metadata/gstmetadatamux.c:
8057         * ext/metadata/gstmetadataparse.c:
8058         * ext/metadata/metadata.c:
8059         * ext/metadata/metadata.h:
8060         * ext/metadata/metadataiptc.c:
8061         * ext/metadata/metadatamuxjpeg.c:
8062         * ext/metadata/metadatamuxjpeg.h:
8063         * ext/metadata/metadatamuxpng.c:
8064         * ext/metadata/metadatamuxpng.h:
8065         * ext/metadata/metadataparsejpeg.c:
8066         * ext/metadata/metadataparsejpeg.h:
8067         * ext/metadata/metadataparsepng.c:
8068         * ext/metadata/metadataparsepng.h:
8069         * ext/metadata/metadataparseutil.c:
8070         * ext/metadata/metadataparseutil.h:
8071         * ext/metadata/metadatatypes.h:
8072         * ext/metadata/metadataxmp.c:
8073           Code documentation.
8074
8075 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
8076
8077         * configure.ac:
8078         * ext/metadata/Makefile.am:
8079         * ext/metadata/gstmetadatamux.c:
8080         * ext/metadata/gstmetadataparse.c:
8081         * ext/metadata/metadataexif.c:
8082         * ext/metadata/metadatatags.c:
8083         * ext/metadata/test/Makefile:
8084         * ext/metadata/test/MetadataEditorMain.glade:
8085         * ext/metadata/test/metadata_editor.c:
8086           Added a test application. Added some EXIF tags. Fixed a muxer bug.
8087
8088 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8089
8090         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
8091           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
8092           Implement a query type function for the src pad, implement seeking
8093           and use ANY caps for the sink pad as the element doesn't care what
8094           caps the input has and everything is handled via properties.
8095
8096 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8097
8098         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
8099           (gst_video_parse_sink_event):
8100           Handle -1 values for the CONVERT query too.
8101
8102 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8103
8104         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
8105           Add YV12 to the pad templates as it is supported too and allow
8106           -1 as stop position for NEWSEGMENT events.
8107
8108 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8109
8110         * gst/videoparse/Makefile.am:
8111           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
8112
8113         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
8114           (gst_video_parse_set_property), (gst_video_parse_get_property):
8115           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
8116           gives a g_critical().
8117
8118 2007-12-12  David Schleef  <ds@schleef.org>
8119
8120         * gst/videoparse/README:
8121         * gst/videoparse/gstvideoparse.c:
8122           Add a bunch of features: handle format specification, handle
8123           queries and conversion.  Works much like a normal parser now.
8124
8125 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
8126
8127         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
8128         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
8129         (gst_rtp_pt_demux_change_state):
8130         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
8131         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
8132         (gst_rtp_ssrc_demux_change_state):
8133         Clean up the dynamic pads when going to READY.
8134
8135 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
8136
8137         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
8138         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
8139         (gst_rtp_bin_handle_message):
8140         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
8141         (rtp_session_send_bye):
8142         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
8143         Fix some leaks.
8144
8145 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
8146
8147         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
8148           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
8149           (gst_dtsdec_chain):
8150         * ext/dts/gstdtsdec.h:
8151           Add support for "audio/x-private1-dts" as used by flupsparse. Most
8152           changes adapted from a52dec.
8153
8154 2007-12-11  David Schleef  <ds@schleef.org>
8155
8156         * sys/glsink/Makefile.am:
8157         * sys/glsink/glimagesink.c:
8158         * sys/glsink/glvideo.c:
8159         * sys/glsink/glvideo.h:
8160           Split out gl-related code into a separate file with a
8161           sensible API.  Major cleanup.  Still crashes occasionally
8162           due to different threads touching bits at the same time.
8163
8164 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
8165
8166         Patch by: Wouter Cloetens <wouter at mind dot be>
8167
8168         * ext/soup/gstsouphttpsrc.c: (_do_init),
8169         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
8170         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
8171         (gst_souphttp_src_get_property), (unicodify),
8172         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
8173         (gst_souphttp_src_start), (gst_souphttp_src_stop),
8174         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
8175         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
8176         (soup_got_headers), (soup_got_body), (soup_finished),
8177         (soup_got_chunk), (soup_response), (soup_parse_status),
8178         (gst_souphttp_src_uri_get_type),
8179         (gst_souphttp_src_uri_get_protocols),
8180         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
8181         (gst_souphttp_src_uri_handler_init):
8182         * ext/soup/gstsouphttpsrc.h:
8183         Do not try to unpause I/O in the "queued" state.
8184         Reorganise a bunch of things and cleanups.
8185         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
8186         See #502335.
8187
8188 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
8189
8190         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
8191         Fix caps memleak.
8192
8193 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
8194
8195         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8196           (gst_flv_parse_tag_video):
8197           Don't strdup (and thus leak) codec name strings when passing
8198           them to gst_tag_list_add().
8199
8200 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
8201
8202         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
8203         (gst_rtp_bin_handle_message):
8204         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
8205         (on_ssrc_sdes):
8206         Post a message when the SDES infor changes for a source.
8207
8208         * gst/rtpmanager/rtpsession.c:
8209         * gst/rtpmanager/rtpsource.c:
8210         Update some comments.
8211
8212 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
8213
8214         Based on patch by: <mutex at runbox dot com>
8215
8216         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
8217         Forward the query upstream, the default element event handler does
8218         something different. Fixes #502879.
8219
8220 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
8221
8222         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
8223         (gst_rtp_bin_class_init):
8224         * gst/rtpmanager/gstrtpbin.h:
8225         * gst/rtpmanager/gstrtpclient.c:
8226         * gst/rtpmanager/gstrtpclient.h:
8227         * gst/rtpmanager/gstrtpjitterbuffer.h:
8228         * gst/rtpmanager/gstrtpmanager.c:
8229         * gst/rtpmanager/gstrtpptdemux.c:
8230         * gst/rtpmanager/gstrtpptdemux.h:
8231         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
8232         (gst_rtp_session_class_init), (gst_rtp_session_init):
8233         * gst/rtpmanager/gstrtpsession.h:
8234         * gst/rtpmanager/gstrtpssrcdemux.c:
8235         * gst/rtpmanager/gstrtpssrcdemux.h:
8236         * gst/rtpmanager/rtpjitterbuffer.c:
8237         * gst/rtpmanager/rtpjitterbuffer.h:
8238         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
8239         (on_ssrc_sdes), (rtp_session_process_sdes):
8240         * gst/rtpmanager/rtpsession.h:
8241         * gst/rtpmanager/rtpsource.c:
8242         * gst/rtpmanager/rtpsource.h:
8243         * gst/rtpmanager/rtpstats.c:
8244         * gst/rtpmanager/rtpstats.h:
8245         Add signal to notify of an SDES change.
8246         Fix object type in the signal callbacks.
8247
8248 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
8249
8250         * gst/rtpmanager/gstrtpbin.c: (create_session),
8251         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
8252         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
8253         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
8254         * gst/rtpmanager/gstrtpbin.h:
8255         Expose SDES items as properties and configure the session managers with
8256         them.
8257
8258         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
8259         (rtp_source_set_property):
8260         Fix SSRC property.
8261
8262 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
8263
8264         * gst/rtpmanager/gstrtpbin.c: (create_session):
8265         * gst/rtpmanager/rtpjitterbuffer.c:
8266         Update comment.
8267
8268         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
8269         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
8270         Define some GObject properties to set SDES and other configuration.
8271
8272         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
8273         (rtp_session_init), (rtp_session_finalize),
8274         (rtp_session_set_property), (rtp_session_get_property),
8275         (on_ssrc_sdes), (rtp_session_set_bandwidth),
8276         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
8277         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
8278         (rtp_session_get_sdes_string), (obtain_source),
8279         (rtp_session_get_internal_source), (rtp_session_process_sdes),
8280         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
8281         (is_rtcp_time):
8282         * gst/rtpmanager/rtpsession.h:
8283         Add signal when new SDES infor has been found for a source.
8284         Create properties for SDES and other info.
8285         Simplify the SDES API.
8286         Add method for getting the internal source object of the session.
8287
8288         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
8289         (rtp_source_finalize), (rtp_source_set_property),
8290         (rtp_source_get_property), (rtp_source_set_callbacks),
8291         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
8292         (rtp_source_is_as_csrc), (rtp_source_is_active),
8293         (rtp_source_is_validated), (rtp_source_is_sender),
8294         (rtp_source_received_bye), (rtp_source_get_bye_reason),
8295         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
8296         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
8297         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
8298         * gst/rtpmanager/rtpsource.h:
8299         Add GObject properties for various things.
8300         Don't leak the bye reason.
8301
8302 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
8303
8304         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8305         (gst_flv_parse_tag_video):
8306         Fix list of supported and known codecs.
8307         Emit tag with the codec name so it gets properly reported in totem and
8308         other applications.
8309
8310 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
8311
8312         * configure.ac:
8313         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
8314
8315 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8316
8317         * gst/equalizer/gstiirequalizer.c:
8318         (gst_iir_equalizer_transform_ip):
8319         Fix compilation.
8320
8321 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8322
8323         * gst/equalizer/gstiirequalizer.c:
8324         (gst_iir_equalizer_transform_ip):
8325         Don't process buffers in passthrough mode.
8326
8327 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8328
8329         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8330         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8331         The transform() methods are not called in passthrough mode so
8332         there's no need for checking if the element is in passthrough mode.
8333
8334 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8335
8336         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8337         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8338         Sync the GObject properties with the controller even in passthrough
8339         mode to get consistent property values.
8340
8341 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
8342
8343         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
8344           Mark crc values table as constant.
8345
8346 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
8347
8348         * ext/metadata/metadataexif.c:
8349         * ext/metadata/metadataiptc.c:
8350         * ext/metadata/metadatatags.c:
8351         * ext/metadata/metadatatags.h:
8352         * ext/metadata/metadataxmp.c:
8353           Added some tags to exif parser.
8354
8355 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8356
8357         * gst/mpegtsparse/mpegtspacketizer.c:
8358         * gst/mpegtsparse/mpegtsparse.c:
8359         A sub table is identified by the pair table_id and 
8360         sub_table_identifier, not by pid. So hash with that.
8361         * sys/dvb/dvbbasebin.c:
8362         Make sure initial pids are added properly to filter,
8363
8364 2007-12-05  Andy Wingo  <wingo@pobox.com>
8365
8366         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
8367         buffers from app thread when unsetting `queue-buffers', it's
8368         dangerous and the chain function will do it for us anyway.
8369
8370 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8371
8372         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
8373         (metadatamux_jpeg_lazy_update):
8374         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
8375         (metadataparse_jpeg_reading):
8376           Now compiles even when libiptc is missing.
8377
8378 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8379
8380         * ext/metadata/gstmetadatamux.c:
8381         * ext/metadata/gstmetadatamux.h:
8382         * ext/metadata/gstmetadataparse.c:
8383         * ext/metadata/gstmetadataparse.h:
8384         * ext/metadata/metadata.c:
8385         * ext/metadata/metadata.h:
8386         * ext/metadata/metadatamuxjpeg.c:
8387         * ext/metadata/metadatamuxjpeg.h:
8388         * ext/metadata/metadatamuxpng.c:
8389         * ext/metadata/metadatamuxpng.h:
8390           Fixed element properties and now muxer writes to png also.
8391
8392 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8393
8394         * gst/mpegtsparse/Makefile.am:
8395         * gst/mpegtsparse/mpegtspacketizer.c:
8396         * gst/mpegtsparse/mpegtsparse.c:
8397         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
8398         messages.
8399         * sys/dvb/dvbbasebin.c:
8400         Instead of attaching to signals, use the bus messages.
8401         Also fix up so the dvbsrc starts only outputting the info tables
8402         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
8403
8404 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
8405
8406         * ext/metadata/gstmetadatamux.c:
8407         * ext/metadata/gstmetadatamux.h:
8408         * ext/metadata/metadataexif.c:
8409         * ext/metadata/metadataexif.h:
8410         * ext/metadata/metadataiptc.c:
8411         * ext/metadata/metadataiptc.h:
8412         * ext/metadata/metadatamuxjpeg.c:
8413         * ext/metadata/metadataxmp.c:
8414         * ext/metadata/metadataxmp.h:
8415           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
8416           implemets GstTagSetter interface.
8417
8418 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
8419
8420         * gst/librfb/rfbdecoder.c:
8421                 Should fix the 64-bit build
8422
8423 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8424
8425         * ext/metadata/gstmetadatamux.c:
8426         * ext/metadata/gstmetadatamux.h:
8427         * ext/metadata/gstmetadataparse.c:
8428         * ext/metadata/gstmetadataparse.h:
8429         * ext/metadata/metadataexif.c:
8430         * ext/metadata/metadataexif.h:
8431         * ext/metadata/metadataiptc.c:
8432         * ext/metadata/metadataiptc.h:
8433         * ext/metadata/metadatamuxjpeg.c:
8434         * ext/metadata/metadatamuxpng.c:
8435         * ext/metadata/metadataparsejpeg.c:
8436         * ext/metadata/metadataparsepng.c:
8437         * ext/metadata/metadataxmp.c:
8438         * ext/metadata/metadataxmp.h:
8439           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
8440
8441 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8442
8443         * gst/librfb/rfbdecoder.c:
8444         * gst/librfb/rfbdecoder.h:
8445                 Add CoRRE encoding
8446
8447 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8448
8449         * gst/mpegtsparse/mpegtsparse.c:
8450         CRC check the psi pids. CRC checking code relicenced from MPL.
8451         Thanks Fluendo.
8452
8453 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8454
8455         * ext/metadata/Makefile.am:
8456         * ext/metadata/gstmetadatamux.c:
8457         * ext/metadata/gstmetadatamux.h:
8458         * ext/metadata/gstmetadataparse.c:
8459         * ext/metadata/metadata.c:
8460         * ext/metadata/metadata.h:
8461         * ext/metadata/metadatamuxjpeg.c:
8462         * ext/metadata/metadatamuxjpeg.h:
8463         * ext/metadata/metadatamuxpng.c:
8464         * ext/metadata/metadatamuxpng.h:
8465         * ext/metadata/metadataparsejpeg.c:
8466         * ext/metadata/metadataparsejpeg.h:
8467         * ext/metadata/metadataparsepng.c:
8468         * ext/metadata/metadataparsepng.h:
8469         * ext/metadata/metadatatypes.c:
8470         * ext/metadata/metadatatypes.h:
8471           Fixed get_range bug when injecting and stripping. And mux is almost
8472           done now.
8473
8474 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8475
8476         * gst/librfb/rfbdecoder.c:
8477                 Use glib macro for swapping
8478
8479 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
8480
8481         * gst/librfb/gstrfbsrc.c:
8482         * gst/librfb/rfbdecoder.c:
8483         * gst/librfb/rfbdecoder.h:
8484                 Disable CopyRect encoding by default
8485                 Add RRE encoding
8486
8487 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8488
8489         Patch by: Wouter Cloetens <wouter at mind dot be>
8490
8491         * configure.ac:
8492         Bump libsoup requirement as libsoup does not support async client
8493         operation prior to version 2.2.104 and it has some leaks.
8494
8495         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
8496         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8497         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
8498         (gst_souphttp_src_start), (gst_souphttp_src_stop),
8499         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
8500         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
8501         (soup_finished), (soup_got_chunk), (soup_response),
8502         (soup_session_close):
8503         * ext/soup/gstsouphttpsrc.h:
8504         Implement unlock().
8505         Picks up the size from the Content-Length header and emit a duration
8506         message.
8507         Don't leak the GMainContext object.
8508         Fixes #500099.
8509
8510 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8511
8512         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8513         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
8514         (alsaspdifsink_find_pcm_device):
8515         Don't free uninitialized data when we are in error.
8516
8517 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8518
8519         * ext/metadata/gstmetadatamux.c:
8520         * ext/metadata/gstmetadataparse.c:
8521         * ext/metadata/metadataexif.c:
8522         * ext/metadata/metadataexif.h:
8523         * ext/metadata/metadataiptc.c:
8524         * ext/metadata/metadataiptc.h:
8525         * ext/metadata/metadatatags.c:
8526         * ext/metadata/metadatatags.h:
8527         * ext/metadata/metadataxmp.c:
8528         * ext/metadata/metadataxmp.h:
8529           Sending make and model individual tags and muxer now links fine.
8530
8531 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8532
8533         * ext/metadata/Makefile.am:
8534         * ext/metadata/gstmetadata.c:
8535         * ext/metadata/gstmetadatamux.c:
8536         * ext/metadata/gstmetadatamux.h:
8537         * ext/metadata/gstmetadataparse.c:
8538         * ext/metadata/gstmetadataparse.h:
8539         * ext/metadata/metadata.c:
8540         * ext/metadata/metadata.h:
8541         * ext/metadata/metadataexif.c:
8542         * ext/metadata/metadataexif.h:
8543         * ext/metadata/metadataiptc.c:
8544         * ext/metadata/metadataiptc.h:
8545         * ext/metadata/metadataparse.c:
8546         * ext/metadata/metadataparse.h:
8547         * ext/metadata/metadataparseexif.c:
8548         * ext/metadata/metadataparseexif.h:
8549         * ext/metadata/metadataparseiptc.c:
8550         * ext/metadata/metadataparseiptc.h:
8551         * ext/metadata/metadataparsexmp.c:
8552         * ext/metadata/metadataparsexmp.h:
8553         * ext/metadata/metadatatags.c:
8554         * ext/metadata/metadatatags.h:
8555         * ext/metadata/metadataxmp.c:
8556         * ext/metadata/metadataxmp.h:
8557           Small fixes in get_range and better structure for generic muxer and
8558           demuxer.
8559
8560 2007-11-26  Julien Moutte  <julien@fluendo.com>
8561
8562         * configure.ac: Add QuickTime Wrapper plug-in.
8563         * gst/speexresample/gstspeexresample.c:
8564         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
8565         build on Mac OS X Leopard. Incorrect printf format arguments.
8566         * sys/Makefile.am:
8567         * sys/qtwrapper/Makefile.am:
8568         * sys/qtwrapper/audiodecoders.c:
8569         (qtwrapper_audio_decoder_base_init),
8570         (qtwrapper_audio_decoder_class_init),
8571         (qtwrapper_audio_decoder_init),
8572         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
8573         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
8574         (make_samr_magic_cookie), (open_decoder),
8575         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
8576         (qtwrapper_audio_decoder_chain),
8577         (qtwrapper_audio_decoder_sink_event),
8578         (qtwrapper_audio_decoders_register):
8579         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
8580         (fourcc_to_caps):
8581         * sys/qtwrapper/codecmapping.h:
8582         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
8583         (image_description_for_mp4v), (image_description_from_stsd_buffer),
8584         (image_description_from_codec_data):
8585         * sys/qtwrapper/imagedescription.h:
8586         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
8587         (get_output_info_from_component), (dump_avcc_atom),
8588         (dump_image_description), (dump_codec_decompress_params),
8589         (addSInt32ToDictionary), (dump_cvpixel_buffer),
8590         (DestroyAudioBufferList), (AllocateAudioBufferList):
8591         * sys/qtwrapper/qtutils.h:
8592         * sys/qtwrapper/qtwrapper.c: (plugin_init):
8593         * sys/qtwrapper/qtwrapper.h:
8594         * sys/qtwrapper/videodecoders.c:
8595         (qtwrapper_video_decoder_base_init),
8596         (qtwrapper_video_decoder_class_init),
8597         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
8598         (fill_image_description), (new_image_description), (close_decoder),
8599         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
8600         (decompressCb), (qtwrapper_video_decoder_chain),
8601         (qtwrapper_video_decoder_sink_event),
8602         (qtwrapper_video_decoders_register): Initial import of QuickTime
8603         wrapper jointly developped by Songbird authors (Pioneers of the
8604         Inevitable) and Fluendo.
8605
8606 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
8607
8608         * gst/spectrum/gstspectrum.c:
8609           Use dispose and finalize. Dispose can be called multiple times.
8610
8611 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
8612
8613         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8614         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
8615           Now works when get_range is not available upstream.
8616
8617 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
8618
8619         * gst/speexresample/README:
8620         * gst/speexresample/arch.h:
8621         * gst/speexresample/resample.c: (resampler_basic_direct_single),
8622         (resampler_basic_direct_double),
8623         (resampler_basic_interpolate_single),
8624         (resampler_basic_interpolate_double),
8625         (speex_resampler_process_native), (speex_resampler_process_float),
8626         (speex_resampler_process_int),
8627         (speex_resampler_process_interleaved_float),
8628         (speex_resampler_process_interleaved_int),
8629         (speex_resampler_get_input_latency),
8630         (speex_resampler_get_output_latency):
8631         * gst/speexresample/speex_resampler.h:
8632         Update speex resampler to latest SVN. We're now down to only the
8633         changes noted in README again.
8634
8635         * gst/speexresample/speex_resampler_wrapper.h:
8636         * gst/speexresample/gstspeexresample.c:
8637         (gst_speex_resample_push_drain), (gst_speex_resample_query):
8638         Adjust to API changes.
8639
8640 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
8641
8642         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8643         (gst_flv_parse_tag_video):
8644         Output segment with proper 'stop' value, makes flvdemux 100% compatible
8645         with gnonlin.
8646
8647 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
8648
8649         * ext/dc1394/gstdc1394.c:
8650           Set initial structure name to fix assertion, due to recent caps name
8651           constraints.
8652
8653 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
8654
8655         patch by: Alessandro Decina
8656
8657         * gst/mpegtsparse/mpegtspacketizer.c:
8658         * gst/mpegtsparse/mpegtspacketizer.h:
8659         * gst/mpegtsparse/mpegtsparse.c:
8660         * gst/mpegtsparse/mpegtsparse.h:
8661         pat-info is now a signal not a GObject property that
8662         gets notified.
8663         pat-info, pmt-info now instead of passing a GObject as
8664         a parameter, pass a GstStructure.
8665         New signals: nit-info, sdt-info, eit-info for DVB SI information
8666         * sys/dvb/camconditionalaccess.c:
8667         * sys/dvb/camconditionalaccess.h:
8668         * sys/dvb/camdevice.c:
8669         * sys/dvb/camdevice.h:
8670         * sys/dvb/camswclient.c:
8671         * sys/dvb/camswclient.h:
8672         * sys/dvb/camutils.c:
8673         * sys/dvb/camutils.h:
8674         Cam code now uses the pmt GstStructure passed from mpegtsparse
8675         signals rather than the GObject.
8676         * sys/dvb/dvbbasebin.c:
8677         Use new signals in mpegtsparse and use GstStructures as per
8678         mpegtsparse's modified API.
8679         
8680 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
8681
8682         * ext/metadata/Makefile.am:
8683         * ext/metadata/gstmetadata.c:
8684         * ext/metadata/gstmetadatamux.c:
8685         * ext/metadata/gstmetadatamux.h:
8686         * ext/metadata/gstmetadataparse.c:
8687         * ext/metadata/gstmetadataparse.h:
8688         * ext/metadata/metadataparse.c:
8689         * ext/metadata/metadataparse.h:
8690         * ext/metadata/metadataparsejpeg.c:
8691         * ext/metadata/metadataparsejpeg.h:
8692         * ext/metadata/metadataparsepng.c:
8693         * ext/metadata/metadataparsepng.h:
8694         * ext/metadata/metadataparsetypes.h:
8695         * ext/metadata/metadatatypes.c:
8696         * ext/metadata/metadatatypes.h:
8697           Now parser is generic (just add/remove a list of chunks). And a
8698           template of muxer has been created.
8699
8700 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8701
8702         * gst/speexresample/gstspeexresample.c:
8703         (gst_speex_resample_update_state):
8704         Only post the latency message if we have a resampler state already.
8705
8706 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8707
8708         * gst/speexresample/gstspeexresample.c:
8709         (gst_speex_resample_update_state):
8710         Also post GST_MESSAGE_LATENCY if the latency changes.
8711
8712 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8713
8714         * gst/speexresample/resample.c: (speex_resampler_get_latency),
8715         (speex_resampler_drain_float), (speex_resampler_drain_int),
8716         (speex_resampler_drain_interleaved_float),
8717         (speex_resampler_drain_interleaved_int):
8718         * gst/speexresample/speex_resampler.h:
8719         * gst/speexresample/speex_resampler_wrapper.h:
8720         Add functions to push the remaining samples and to get the latency
8721         of the resampler. These will get added to Speex SVN in this or a
8722         slightly changed form at some point too and should get merged then
8723         again.
8724
8725         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
8726         (gst_speex_resample_init_state),
8727         (gst_speex_resample_transform_size),
8728         (gst_speex_resample_push_drain), (gst_speex_resample_event),
8729         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
8730         (gst_speex_resample_query), (gst_speex_resample_query_type):
8731         Drop the prepending zeroes and output the remaining samples on EOS.
8732         Also properly implement the latency query for this. speexresample
8733         should be completely ready for production use now.
8734
8735 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
8736
8737         * gst/rtpmanager/gstrtpjitterbuffer.c:
8738         (gst_rtp_jitter_buffer_query):
8739         jitterbuffer can buffer an unlimited amount of time and thus has no
8740         max_latency requirements.
8741
8742 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8743
8744         * gst/speexresample/README:
8745         Add README explaining where the resampling code was taken from
8746         and which changes were done.
8747
8748         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8749         (speex_free):
8750         Use g_malloc() and friends instead of malloc() to achieve higher
8751         portability and define the functions inline.
8752
8753         * gst/speexresample/speex_resampler.h:
8754         Add back some useless preprocessor stuff to keep the diff between
8755         our version and the one from the Speex SVN repository lower.
8756
8757 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8758
8759         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8760         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8761         Post a GST_MESSAGE_LATENCY if the latency changes.
8762
8763 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8764
8765         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8766         Don't try to flush the decoder on EOS when it was not initialized.
8767         Fixes #498667
8768
8769 2007-11-21  Julien Moutte  <julien@fluendo.com>
8770
8771         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8772         on Mac OS X. (missing format parameter)
8773
8774 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8775
8776         * gst/equalizer/gstiirequalizer10bands.c:
8777         * gst/equalizer/gstiirequalizer3bands.c:
8778           Remove preset iface again. We'll re-add this after its been released
8779           in -good.
8780
8781 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8782
8783         * gst/speexresample/gstspeexresample.c:
8784         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8785         Some small cleanup and addition of a TODO item.
8786
8787 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8788
8789         * gst/speexresample/Makefile.am:
8790         Add missing file.
8791
8792 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8793
8794         * docs/plugins/inspect/plugin-app.xml:
8795         * docs/plugins/inspect/plugin-bayer.xml:
8796         * docs/plugins/inspect/plugin-cdaudio.xml:
8797         * docs/plugins/inspect/plugin-dvb.xml:
8798         * docs/plugins/inspect/plugin-dvbsrc.xml:
8799         * docs/plugins/inspect/plugin-dvdspu.xml:
8800         * docs/plugins/inspect/plugin-festival.xml:
8801         * docs/plugins/inspect/plugin-flvdemux.xml:
8802         * docs/plugins/inspect/plugin-gstinterlace.xml:
8803         * docs/plugins/inspect/plugin-interleave.xml:
8804         * docs/plugins/inspect/plugin-ladspa.xml:
8805         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8806         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8807         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8808         * docs/plugins/inspect/plugin-mve.xml:
8809         * docs/plugins/inspect/plugin-nas.xml:
8810         * docs/plugins/inspect/plugin-nuvdemux.xml:
8811         * docs/plugins/inspect/plugin-quicktime.xml:
8812         * docs/plugins/inspect/plugin-real.xml:
8813         * docs/plugins/inspect/plugin-rfbsrc.xml:
8814         * docs/plugins/inspect/plugin-sdp.xml:
8815         * docs/plugins/inspect/plugin-sndfile.xml:
8816         * docs/plugins/inspect/plugin-soup.xml:
8817         * docs/plugins/inspect/plugin-speexresample.xml:
8818         * docs/plugins/inspect/plugin-stereo.xml:
8819         * docs/plugins/inspect/plugin-switch.xml:
8820         * docs/plugins/inspect/plugin-vcdsrc.xml:
8821         * docs/plugins/inspect/plugin-videocrop.xml:
8822         * docs/plugins/inspect/plugin-videoparse.xml:
8823         * docs/plugins/inspect/plugin-vmnc.xml:
8824         * docs/plugins/inspect/plugin-x264.xml:
8825         * docs/plugins/inspect/plugin-y4menc.xml:
8826         Add missing inspection files to CVS.
8827
8828 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8829
8830         * docs/plugins/Makefile.am:
8831         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8832         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8833         * docs/plugins/gst-plugins-bad-plugins.args:
8834         * docs/plugins/gst-plugins-bad-plugins.signals:
8835         * docs/plugins/inspect/plugin-bz2.xml:
8836         * docs/plugins/inspect/plugin-cdxaparse.xml:
8837         * docs/plugins/inspect/plugin-dtsdec.xml:
8838         * docs/plugins/inspect/plugin-equalizer.xml:
8839         * docs/plugins/inspect/plugin-faac.xml:
8840         * docs/plugins/inspect/plugin-faad.xml:
8841         * docs/plugins/inspect/plugin-filter.xml:
8842         * docs/plugins/inspect/plugin-freeze.xml:
8843         * docs/plugins/inspect/plugin-gio.xml:
8844         * docs/plugins/inspect/plugin-gsm.xml:
8845         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8846         * docs/plugins/inspect/plugin-h264parse.xml:
8847         * docs/plugins/inspect/plugin-modplug.xml:
8848         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8849         * docs/plugins/inspect/plugin-musepack.xml:
8850         * docs/plugins/inspect/plugin-musicbrainz.xml:
8851         * docs/plugins/inspect/plugin-nsfdec.xml:
8852         * docs/plugins/inspect/plugin-replaygain.xml:
8853         * docs/plugins/inspect/plugin-soundtouch.xml:
8854         * docs/plugins/inspect/plugin-spcdec.xml:
8855         * docs/plugins/inspect/plugin-spectrum.xml:
8856         * docs/plugins/inspect/plugin-speed.xml:
8857         * docs/plugins/inspect/plugin-tta.xml:
8858         * docs/plugins/inspect/plugin-videosignal.xml:
8859         * docs/plugins/inspect/plugin-xingheader.xml:
8860         * docs/plugins/inspect/plugin-xvid.xml:
8861         * gst/speexresample/gstspeexresample.h:
8862         Add speexresample to the docs and while at that do a make update.
8863
8864 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8865
8866         * gst/speexresample/gstspeexresample.c:
8867         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8868         If the resampler gives less output samples than expected
8869         adjust the output buffer and print a warning.
8870
8871 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8872
8873         * configure.ac:
8874         * gst/speexresample/arch.h:
8875         * gst/speexresample/fixed_generic.h:
8876         * gst/speexresample/gstspeexresample.c:
8877         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8878         (gst_speex_resample_init), (gst_speex_resample_start),
8879         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8880         (gst_speex_resample_transform_caps),
8881         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8882         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8883         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8884         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8885         (gst_speex_resample_process), (gst_speex_resample_transform),
8886         (gst_speex_resample_set_property),
8887         (gst_speex_resample_get_property), (plugin_init):
8888         * gst/speexresample/gstspeexresample.h:
8889         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8890         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8891         (resampler_basic_direct_single), (resampler_basic_direct_double),
8892         (resampler_basic_interpolate_single),
8893         (resampler_basic_interpolate_double), (update_filter),
8894         (speex_resampler_init), (speex_resampler_init_frac),
8895         (speex_resampler_destroy), (speex_resampler_process_native),
8896         (speex_resampler_process_float), (speex_resampler_process_int),
8897         (speex_resampler_process_interleaved_float),
8898         (speex_resampler_process_interleaved_int),
8899         (speex_resampler_set_rate), (speex_resampler_get_rate),
8900         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8901         (speex_resampler_set_quality), (speex_resampler_get_quality),
8902         (speex_resampler_set_input_stride),
8903         (speex_resampler_get_input_stride),
8904         (speex_resampler_set_output_stride),
8905         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8906         (speex_resampler_reset_mem), (speex_resampler_strerror):
8907         * gst/speexresample/speex_resampler.h:
8908         * gst/speexresample/speex_resampler_float.c:
8909         * gst/speexresample/speex_resampler_int.c:
8910         * gst/speexresample/speex_resampler_wrapper.h:
8911         Add resample element based on the Speex resampling algorithm.
8912
8913 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8914
8915         * ext/metadata/gstmetadataparse.c:
8916         * ext/metadata/gstmetadataparse.h:
8917           Fixed buffer strip (safer wil pull and after seek).
8918
8919 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8920
8921         * gst/equalizer/gstiirequalizer10bands.c:
8922         * gst/equalizer/gstiirequalizer3bands.c:
8923           Activate preset iface and upload two presets here.
8924
8925 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8926
8927         * ext/metadata/gstmetadataparse.c:
8928         * ext/metadata/gstmetadataparse.h:
8929           Strip out in pull mode also. Seek and Query functions added.
8930
8931 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8932
8933         * ext/metadata/gstmetadataparse.c:
8934         * ext/metadata/gstmetadataparse.h:
8935         * ext/metadata/metadataparse.c:
8936         * ext/metadata/metadataparse.h:
8937         * ext/metadata/metadataparsejpeg.c:
8938         * ext/metadata/metadataparsejpeg.h:
8939         * ext/metadata/metadataparsepng.c:
8940         * ext/metadata/metadataparsepng.h:
8941         * ext/metadata/metadataparsetypes.h:
8942           Strip out metadata chunks.
8943
8944 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8945
8946         * configure.ac:
8947           Als use AG_GST_PLUGIN_DOCS (see #344039).
8948
8949 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8950
8951         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8952
8953         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8954         (remove_all), (mpegts_packetizer_clear):
8955         Ensure that the plugin does not crash when the property pat-info is
8956         queried before a PAT is available. It also ensures that the PAT info is
8957         cleared when the changing from PLAYING to READY.
8958         Fixes #487892.
8959
8960 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8961
8962         Patch by: Wouter Paesen <wouter at blue-gate dot be>
8963
8964         * ext/soundtouch/gstpitch.cc:
8965         Handle seeking correctly. Fixes #461068.
8966
8967 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8968
8969         Patch by: Michael Kötter <m dot koetter at oraise dot de>
8970
8971         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8972         (alsaspdifsink_get_time), (alsaspdifsink_open),
8973         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
8974         Fix sample rate and clocking.
8975         Remove buffer_time and period_time as this seems to break on some
8976         hardware. Fixes #485462.
8977
8978 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8979
8980         Patch by: Wouter Cloetens <wouter at mind dot be>
8981
8982         * configure.ac:
8983         * ext/Makefile.am:
8984         * ext/soup/Makefile.am:
8985         * ext/soup/gstsouphttpsrc.c: (_do_init),
8986         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
8987         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8988         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
8989         (gst_souphttp_src_create), (gst_souphttp_src_start),
8990         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
8991         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
8992         (soup_session_close), (plugin_init):
8993         * ext/soup/gstsouphttpsrc.h:
8994         Added HTTP source based on libsoup. Fixes #497020.
8995
8996 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8997
8998         * gst/librfb/gstrfbsrc.c:
8999         don't forget to handle the offset's
9000         * gst/librfb/rfbdecoder.c:
9001         * gst/librfb/rfbdecoder.h:
9002         precalculate some many used values
9003
9004 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
9005
9006         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
9007         * gst/librfb/gstrfbsrc.c:
9008         Set the timestamp for the output buffers
9009
9010 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
9011
9012         * tests/check/elements/spectrum.c: (GST_START_TEST):
9013         Fix spectrum unit test for the latest spectrum changes.
9014
9015 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
9016
9017         Patch by: René Stadler <mail at renestadler dot de>
9018
9019         * gst/replaygain/rganalysis.c: (yule_filter):
9020         Avoid slowdown from denormals when processing near-silence input data.
9021         Spotted by Gabriel Bouvigne. Fixes #494499.
9022
9023 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
9024
9025         * gst/flv/gstflvparse.c:
9026         Add mapping for Nellymoser ASAO audio codec.
9027         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
9028         actually have data to read at the end of the tag. This avoids trying
9029         to allocate negative buffers.
9030
9031 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
9032
9033         * ext/metadata/README:
9034           Added a design proposal from metadata parse and mux.
9035
9036 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
9037
9038         * gst/equalizer/demo.c: (draw_spectrum):
9039         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
9040         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
9041         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
9042         Change the meaning of the magnitude values given in the
9043         GstMessages by spectrum to decibel instead of
9044         decibel+threshold.
9045
9046 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
9047
9048         * gst/equalizer/gstiirequalizer10bands.c:
9049         * gst/equalizer/gstiirequalizer3bands.c:
9050         * gst/equalizer/gstiirequalizernbands.c:
9051         And continue to update docs. Also include some sample code
9052         for the n-band equalizer in the docs.
9053
9054 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
9055
9056         * gst/equalizer/gstiirequalizer10bands.c:
9057         (gst_iir_equalizer_10bands_class_init):
9058         * gst/equalizer/gstiirequalizer3bands.c:
9059         (gst_iir_equalizer_3bands_class_init):
9060         * gst/equalizer/gstiirequalizernbands.c:
9061         Update docs and property ranges to the real values.
9062
9063 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
9064
9065         * gst/spectrum/gstspectrum.c:
9066         Now do the scaling right for real. Also initialize a previously
9067         uninitialized variable.
9068
9069 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
9070
9071         * ext/metadata/metadataparsexmp.c:
9072         (metadataparse_xmp_tag_list_add),
9073         (metadataparse_xmp_iter_simple_qual),
9074         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
9075         (metadataparse_xmp_iter):
9076           Extracting more detailed info from XMP.
9077
9078 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
9079
9080         * gst/equalizer/demo.c:
9081           Make default volume a bit less. Improve layout by giving more space to
9082           the slider with big-numbers and enable fill.
9083
9084 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9085
9086         * configure.ac:
9087         * tests/check/pipelines/gio.c: (GST_START_TEST):
9088         Require GIO >= 0.1.2 and adjust unit test for an API change.
9089
9090 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9091
9092         * tests/icles/equalizer-test.c: (do_slider_fiddling):
9093         Fix gain ranges for the latest equalizer changes.
9094
9095 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9096
9097         * ext/gio/gstgio.h:
9098         Add macro to check if a stream supports seeking.
9099
9100         * ext/gio/Makefile.am:
9101         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
9102         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
9103         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
9104         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
9105         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
9106         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
9107         (gst_gio_base_sink_set_stream):
9108         * ext/gio/gstgiobasesink.h:
9109         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
9110         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
9111         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
9112         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
9113         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
9114         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
9115         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
9116         * ext/gio/gstgiobasesrc.h:
9117         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
9118         base classes that only require a GInputStream or GOutputStream to
9119         work.
9120
9121         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9122         (gst_gio_sink_class_init), (gst_gio_sink_init),
9123         (gst_gio_sink_finalize), (gst_gio_sink_start):
9124         * ext/gio/gstgiosink.h:
9125         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9126         (gst_gio_src_class_init), (gst_gio_src_init),
9127         (gst_gio_src_finalize), (gst_gio_src_start):
9128         * ext/gio/gstgiosrc.h:
9129         Use the newly created base classes here.
9130
9131         * ext/gio/gstgio.c: (plugin_init):
9132         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
9133         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
9134         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
9135         (gst_gio_stream_sink_get_property):
9136         * ext/gio/gstgiostreamsink.h:
9137         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
9138         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
9139         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
9140         (gst_gio_stream_src_get_property):
9141         * ext/gio/gstgiostreamsrc.h:
9142         Implement GstGioStreamSink and GstGioStreamSrc that have a property
9143         to set the GInputStream/GOutputStream that should be used.
9144
9145         * tests/check/Makefile.am:
9146         * tests/check/pipelines/.cvsignore:
9147         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
9148         (gio_testsuite), (main):
9149         Add unit test for giostreamsrc and giostreamsink.
9150
9151 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9152
9153         * ext/gio/gstgio.c: (plugin_init):
9154         Remove nowadays unnecessary workaround for a crash.
9155         
9156         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
9157         (gst_gio_sink_start), (gst_gio_sink_stop),
9158         (gst_gio_sink_unlock_stop):
9159         * ext/gio/gstgiosink.h:
9160         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
9161         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
9162         * ext/gio/gstgiosrc.h:
9163         Make the finalize function safer, clean up everything that could stay
9164         around.
9165
9166         Reset the cancellable instead of creating a new one after cancelling
9167         some operation.
9168
9169         Don't store the GFile in the element, it's only necessary for creating
9170         the streams.
9171
9172 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
9173
9174         * gst/spectrum/demo-audiotest.c: (main):
9175         Use autoaudiosink instead of alsasink and use a sine wave.
9176
9177         * gst/spectrum/gstspectrum.c:
9178         Fix the magnitude calculation.
9179
9180 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
9181
9182         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
9183
9184         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
9185           (CDshowFakeSink.CDshowFakeSink):
9186         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
9187           Fix crasher in constructor due to the base class's constructor
9188           not necessarily being NULL-safe (depends on the SDK version used
9189           apparently; #492406).
9190
9191         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
9192         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
9193           Fix a couple of MSVC compiler warnings (#492406).
9194
9195 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
9196
9197         * gst/equalizer/demo.c: (main):
9198         * gst/equalizer/gstiirequalizer.c:
9199         (gst_iir_equalizer_band_class_init), (setup_filter):
9200         Allow setting 0 as bandwidth and handle this correctly.
9201         Also handle a bandwidth of rate/2 properly.
9202
9203         * gst/equalizer/gstiirequalizernbands.c:
9204         (gst_iir_equalizer_nbands_class_init):
9205         Make it possible to generate a N-band equalizer with 1 bands. The
9206         previous limit of 2 was caused by a nowadays replaced calculation
9207         doing a division by zero if number of bands was 1.
9208
9209 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
9210
9211         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
9212
9213         * gst/rtpmanager/gstrtpsession.c:
9214           Fix bad function signatures (#492798).
9215
9216 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
9217
9218         * ext/metadata/Makefile.am:
9219         * ext/metadata/gstmetadataparse.c:
9220         * ext/metadata/gstmetadataparse.h:
9221         * ext/metadata/metadataparse.c:
9222         * ext/metadata/metadataparse.h:
9223         * ext/metadata/metadataparseexif.c:
9224         * ext/metadata/metadataparseexif.h:
9225         * ext/metadata/metadataparseiptc.c:
9226         * ext/metadata/metadataparseiptc.h:
9227         * ext/metadata/metadataparsejpeg.c:
9228         * ext/metadata/metadataparsejpeg.h:
9229         * ext/metadata/metadataparsepng.c:
9230         * ext/metadata/metadataparsepng.h:
9231         * ext/metadata/metadataparseutil.c:
9232         * ext/metadata/metadataparseutil.h:
9233         * ext/metadata/metadataparsexmp.c:
9234         * ext/metadata/metadataparsexmp.h:
9235           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
9236           the file. 
9237
9238 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
9239
9240         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
9241         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
9242         (gst_metadata_parse_element_activate_src_pull):
9243           Now metadataparse works in push or pull mode.
9244
9245 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
9246
9247         * configure.ac:
9248         * ext/metadata/Makefile.am:
9249         * ext/metadata/metadataparseexif.c:
9250         (metadataparse_exif_tags_register),
9251         (metadataparse_exif_tag_list_add):
9252         * ext/metadata/metadataparseiptc.c:
9253         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
9254         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
9255         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
9256         * ext/metadata/metadataparseutil.c:
9257         (metadataparse_tag_list_add_chunk):
9258         * ext/metadata/metadataparseutil.h:
9259         * ext/metadata/metadataparsexmp.c:
9260         (metadataparse_xmp_tags_register),
9261         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
9262         (metadataparse_xmp_dispose):
9263         * ext/metadata/metadataparsexmp.h:
9264           Some XMP stuff added.
9265
9266 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
9267
9268         * ext/metadata/gstmetadataparse.c:
9269         (gst_metadata_parse_dispose_members),
9270         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
9271         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
9272         (gst_metadata_parse_change_state),
9273         (gst_metadata_parse_plugin_init):
9274         * ext/metadata/gstmetadataparse.h:
9275         * ext/metadata/metadataparseexif.c:
9276         (metadataparse_exif_tags_register),
9277         (metadataparse_exif_tag_list_add),
9278         (exif_data_foreach_content_func),
9279         (exif_content_foreach_entry_func):
9280         * ext/metadata/metadataparseexif.h:
9281         * ext/metadata/metadataparseiptc.c:
9282         (metadataparse_iptc_tags_register),
9283         (metadataparse_tag_list_add_chunk),
9284         (metadataparse_iptc_tag_list_add),
9285         (iptc_data_foreach_dataset_func):
9286         * ext/metadata/metadataparseiptc.h:
9287         * ext/metadata/metadataparsexmp.c:
9288         (metadataparse_xmp_tags_register),
9289         (metadataparse_xmp_tag_list_add):
9290         * ext/metadata/metadataparsexmp.h:
9291           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
9292           in the same way (look at bug #486659).
9293
9294 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
9295
9296         * gst/librfb/rfbdecoder.c:
9297                 Some refactoring in RAW encoding
9298
9299 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
9300
9301         * gst/librfb/d3des.h:
9302         * gst/librfb/gstrfbsrc.c:
9303         * gst/librfb/gstrfbsrc.h:
9304         * gst/librfb/rfbbuffer.h:
9305         * gst/librfb/rfbcontext.h:
9306         * gst/librfb/rfbdecoder.c:
9307         * gst/librfb/rfbdecoder.h:
9308         * gst/librfb/rfbutil.h:
9309         * gst/librfb/vncauth.h:
9310                 Added copyrect encoding
9311
9312 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9313
9314         * sys/dvb/camswclient.c:
9315         Warn on failed write.
9316
9317 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
9318
9319         * gst/equalizer/Makefile.am:
9320         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
9321         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
9322         (draw_spectrum), (message_handler), (main):
9323         Add small demo application based on the spectrum demo applications
9324         that gets white noise as input, pushes it through an equalizer and
9325         paints the spectrum. For every equalizer band it's possible to set
9326         gain, bandwidth and frequency.
9327         * gst/equalizer/gstiirequalizer.c: (setup_filter):
9328         Add some guarding against too large or too small frequencies and
9329         bandwidths. Also improve debugging a bit.
9330
9331 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
9332
9333         * gst/equalizer/gstiirequalizer.c:
9334         (gst_iir_equalizer_band_set_property),
9335         (gst_iir_equalizer_band_get_property),
9336         (gst_iir_equalizer_band_class_init), (arg_to_scale),
9337         (setup_filter), (gst_iir_equalizer_compute_frequencies):
9338         Replace filters with a bit better filters for which we can actually
9339         find documentation, which don't change anything on zero gain, etc.
9340         
9341         Make the frequency property of the bands writable, rename the
9342         band-width property to bandwidth and change the meaning to the
9343         frequency difference between bandedges, change the meaning of the
9344         gain property to dB instead of a weird scale between -1 and 1 that
9345         has no real meaning.
9346
9347 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
9348
9349         * sys/dvb/dvbbasebin.c:
9350           Fix the build.
9351
9352 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9353
9354         * ext/metadata/.cvsignore:
9355         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
9356         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
9357         (gst_metadata_parse_configure_srccaps),
9358         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
9359         (gst_metadata_parse_plugin_init):
9360         * ext/metadata/metadataparse.c: (metadataparse_parse):
9361         * ext/metadata/metadataparse.h:
9362           Changed kclass to "Parser/Extracter/Metadata", changed caps to
9363           "image/jpeg, tags-extract=true/false" and changed priority to
9364           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
9365           fixed to also work in pull mode.
9366
9367 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9368
9369         * configure.ac:
9370         * ext/Makefile.am:
9371         * ext/metadata/:
9372         * ext/metadata/Makefile.am:
9373         * ext/metadata/gstmetadata.c:
9374         * ext/metadata/gstmetadataparse.c:
9375         * ext/metadata/gstmetadataparse.h:
9376         * ext/metadata/metadataparse.c:
9377         * ext/metadata/metadataparse.h:
9378         * ext/metadata/metadataparseexif.c:
9379         * ext/metadata/metadataparseexif.h:
9380         * ext/metadata/metadataparseiptc.c:
9381         * ext/metadata/metadataparseiptc.h:
9382         * ext/metadata/metadataparsejpeg.c:
9383         * ext/metadata/metadataparsejpeg.h:
9384         * ext/metadata/metadataparsexmp.c:
9385         * ext/metadata/metadataparsexmp.h:
9386           Created new plugin ('medadata') and element ('metadataparse') that
9387           extract metadata from images (look at bug #486659).
9388
9389 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9390
9391         * sys/dvb/dvbbasebin.c:
9392         Uncomment the line that sets the pid filter. Wrong way to 
9393         work-around driver issues.
9394
9395 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
9396
9397         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
9398           (gst_faac_class_init), (gst_faac_init):
9399           Fix bitrate ranges and change enum nick for low complexity
9400           profile from LOW to LC for consistency (#490060).
9401
9402 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
9403
9404         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
9405           Let's not call every request pad we create "sink%d", that'll
9406           create problems if there's to be more than one pad. Fixes #490682.
9407
9408         * tests/check/Makefile.am:
9409         * tests/check/elements/.cvsignore:
9410         * tests/check/elements/interleave.c:
9411           Add unit test for the above.
9412
9413 2007-10-27  Julien MOUTTE  <julien@moutte.net>
9414
9415         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
9416         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
9417         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
9418         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
9419         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
9420         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
9421         (plugin_init):
9422         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
9423         damaging headers using a simple state machine.
9424
9425 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
9426
9427         * ext/x264/gstx264enc.c:
9428           Fix build against the libx264 version that ships with debian stable.
9429
9430 2007-10-26  Julien MOUTTE  <julien@moutte.net>
9431
9432         * configure.ac:
9433         * gst/mpeg4videoparse/Makefile.am:
9434         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
9435         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
9436         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
9437         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
9438         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
9439         (gst_mpeg4vparse_init), (plugin_init):
9440         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
9441         parser.
9442
9443 2007-10-25  David Schleef  <ds@schleef.org>
9444
9445         * gst/multifile/Makefile.am:
9446         * gst/multifile/gstmultifilesink.c:
9447         * gst/multifile/gstmultifilesrc.c:
9448         * tests/check/Makefile.am:
9449         * tests/check/elements/multifile.c:
9450           Improve documentation, write some tests for multifilesrc/sink
9451           for upcoming ->good review.
9452
9453 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9454
9455         * sys/dvb/gstdvbsrc.c:
9456         Actually use the code-rate-hp parameter for DVB-S.
9457         It turns out setting to AUTO does not always work (
9458         especially in diseq situations). Set by default to 
9459         FEC_AUTO.
9460
9461 2007-10-22  Julien MOUTTE  <julien@moutte.net>
9462
9463         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9464         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
9465         emit no-more-pads for single pad scenarios as the header
9466         is definitely not reliable. We emit them for 2 pads scenarios
9467         though to speed up media discovery.
9468
9469 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9470
9471         * sys/dvb/dvbbasebin.c:
9472         Added proxy property of diseqc-source
9473
9474 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9475
9476         * gst/equalizer/gstiirequalizer.c:
9477         (gst_iir_equalizer_band_set_property):
9478         Add a missing break.
9479
9480 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9481
9482         * gst/equalizer/gstiirequalizer.c:
9483         (gst_iir_equalizer_band_set_property),
9484         (gst_iir_equalizer_band_get_property),
9485         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
9486         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
9487         (setup_filter), (gst_iir_equalizer_setup):
9488         * gst/equalizer/gstiirequalizer.h:
9489         Move bandwidth property to the separate bands and add float64 support.
9490
9491 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9492
9493         * ext/cdaudio/Makefile.am:
9494           Add another missing GST_LIBS.
9495
9496 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9497
9498         Patch by: Richard Hult <richard imendio com>
9499
9500         * gst/dvdspu/Makefile.am:
9501           Fix LIBS - we need to link against libgstreamer (fixes #487496).
9502
9503 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9504
9505         * sys/dvb/camapplication.c:
9506         * sys/dvb/camresourcemanager.c:
9507           Fix some warnings.
9508
9509 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9510
9511         * gst/librfb/rfbdecoder.c:
9512           Add the set encodings client message
9513
9514 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9515
9516         * gst/librfb/Makefile.am:
9517         * gst/librfb/rfb.h:
9518         * gst/librfb/rfbbytestream.c:
9519         * gst/librfb/rfbbytestream.h:
9520         * gst/librfb/rfbdecoder.c:
9521         * gst/librfb/rfbdecoder.h:
9522           Remove the rfbbytestream dead code
9523
9524 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9525
9526         patch by: Alessandro Decina
9527
9528         * sys/dvb/Makefile.am:
9529         * sys/dvb/cam.c:
9530         * sys/dvb/cam.h:
9531         * sys/dvb/camapplication.c:
9532         * sys/dvb/camapplication.h:
9533         * sys/dvb/camapplicationinfo.c:
9534         * sys/dvb/camapplicationinfo.h:
9535         * sys/dvb/camconditionalaccess.c:
9536         * sys/dvb/camconditionalaccess.h:
9537         * sys/dvb/camdevice.c:
9538         * sys/dvb/camdevice.h:
9539         * sys/dvb/camresourcemanager.c:
9540         * sys/dvb/camresourcemanager.h:
9541         * sys/dvb/camsession.c:
9542         * sys/dvb/camsession.h:
9543         * sys/dvb/camswclient.c:
9544         * sys/dvb/camswclient.h:
9545         * sys/dvb/camtransport.c:
9546         * sys/dvb/camtransport.h:
9547         * sys/dvb/camutils.c:
9548         * sys/dvb/camutils.h:
9549         * sys/dvb/dvbbasebin.c:
9550         * sys/dvb/dvbbasebin.h:
9551         * sys/dvb/gstdvb.c:
9552         * sys/dvb/gstdvbsrc.c:
9553         * sys/dvb/gstdvbsrc.h:
9554         Integrate SoC work done by Alessandro for the Freevo project.
9555         Adds cam support to the dvb stack in GStreamer and a new
9556         element (actually a bin) called dvbbasebin that integrates
9557         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
9558         acquiring multiple channels on same transponder without 
9559         knowing pid numbers.
9560
9561 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9562
9563         patch by: Alessandro Decina
9564
9565         * gst/mpegtsparse/mpegtspacketizer.c:
9566         * gst/mpegtsparse/mpegtsparse.c:
9567         * gst/mpegtsparse/mpegtsparse.h:
9568         Add request pad for getting the full transport stream coming in.
9569
9570 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
9571
9572         * configure.ac:
9573           Update the highest allowed neon version from 0.26.99 to 0.27.99.
9574           No code changes are required to work with the newest neon version.
9575
9576 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
9577
9578         * configure.ac:
9579           Require core CVS.  This is implicit in the -base CVS
9580           requirement already, so we might just well spell it
9581           out.  Also, we do need at least 0.10.14 for
9582           gst_element_class_set_details_simple().  Make check
9583           for gmyth a bit more restrictive so things don't break
9584           if the next version changes API.
9585
9586         * ext/alsaspdif/alsaspdifsink.c:
9587           Work around alsa alloca macros triggering 'always evaluates to
9588           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
9589           Also don't leak the device string.
9590
9591         * ext/mpeg2enc/gstmpeg2enc.cc:
9592         * ext/soundtouch/gstpitch.cc:
9593         * gst/modplug/gstmodplug.cc:
9594           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
9595           define fix from core CVS). Fixes #462737.
9596
9597 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
9598
9599         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9600
9601         * gst/rtpmanager/gstrtpbin.c: (create_stream),
9602         (gst_rtp_bin_class_init):
9603         Fix memleak. Fixes #484990.
9604
9605 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
9606
9607         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
9608         * gst/librfb/rfbbuffer.h:
9609         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
9610         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
9611         * gst/nsf/nes6502.c: (nes6502_execute):
9612         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
9613         * gst/real/gstrealvideodec.c: (open_library):
9614         * gst/real/gstrealvideodec.h:
9615         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
9616         (create_recv_rtcp_sink), (create_send_rtp_sink):
9617         Fix compiler warnings shown by Forte.
9618
9619 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
9620
9621         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
9622         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
9623         Fix caps refcounting for payload maps.
9624         When clearing payload maps, also clear sessions and streams payload
9625         maps.
9626
9627         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
9628         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
9629         (find_pad_for_pt):
9630         Implement clearing the payload map.
9631
9632         * gst/rtpmanager/gstrtpsession.c:
9633         (gst_rtp_session_event_send_rtp_sink):
9634         Forward flush events instead of leaking them.
9635
9636         * gst/rtpmanager/gstrtpssrcdemux.c:
9637         (gst_rtp_ssrc_demux_rtcp_sink_event):
9638         Correctly refcount events before pushing them.
9639
9640 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
9641
9642         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
9643         Use GIO function to get a list of supported URI schemes instead of
9644         hard coding something.
9645
9646 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9647
9648         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
9649         When reconsidering RTCP timeouts, set the next timeout against the last
9650         report time instead of the current clock time so that we don't end up
9651         reconsidering forever.
9652
9653 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9654
9655         * gst/rtpmanager/gstrtpjitterbuffer.c:
9656         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9657         Only peek at the tail element instead of popping it off, which allows
9658         us to greatly simplify things when the tail element changes.
9659
9660         * gst/rtpmanager/gstrtpsession.c:
9661         (gst_rtp_session_event_recv_rtp_sink):
9662         * gst/rtpmanager/gstrtpssrcdemux.c:
9663         (gst_rtp_ssrc_demux_sink_event):
9664         Forward FLUSH events instead of leaking them.
9665
9666         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
9667         (calculate_skew), (rtp_jitter_buffer_insert):
9668         * gst/rtpmanager/rtpjitterbuffer.h:
9669         Remove the tail-changed callback in favour of a simple boolean when we
9670         insert a buffer in the queue.
9671         Add method to peek the tail of the buffer.
9672
9673 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9674
9675         Patch by: Gautier Portet <kassoulet at gmail dot com>
9676
9677         * gst/xingheader/gstxingmux.c:
9678         The size of the Xing header is actually 417 as it's rounded to the
9679         next smaller integer. Fixes #397759.
9680
9681         * gst/xingheader/gstxingmux.c: (xing_generate_header),
9682         (xing_push_header):
9683         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
9684         event to the beginning was successful before pushing the header again.
9685
9686 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9687
9688         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
9689
9690         * gst/mpegtsparse/mpegtspacketizer.c:
9691         (mpegts_packetizer_stream_new):
9692         Don't skip PAT with version number 0. Fixes #483400.
9693         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
9694         Make all values above 0 mark a referenced program as they can be
9695         incremented and only 1 had marked a referenced program before, causing
9696         actually referenced programs to be unreferenced.
9697
9698 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9699
9700         * gst/sdp/gstsdpdemux.h:
9701         Change signature of pt to fix compilation on some platforms.
9702
9703 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9704
9705         * gst/rtpmanager/gstrtpjitterbuffer.c:
9706         (gst_rtp_jitter_buffer_flush_start),
9707         (gst_rtp_jitter_buffer_flush_stop),
9708         (gst_rtp_jitter_buffer_change_state), (apply_offset),
9709         (gst_rtp_jitter_buffer_loop):
9710         Remove some old unused variables.
9711         Don't add the latency to the skew corrected timestamp, latency is only
9712         used to sync against the clock.
9713         Improve debugging.
9714
9715         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9716         (rtp_jitter_buffer_reset_skew), (calculate_skew):
9717         * gst/rtpmanager/rtpjitterbuffer.h:
9718         Handle case where server timestamp goes backwards or wildly jumps by
9719         temporarily pausing the skew correction.
9720         Improve debugging.
9721
9722 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9723
9724         * gst/sdp/Makefile.am:
9725         Forgot to commit makefile.
9726
9727 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
9728
9729         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
9730         Update to API changes in GIO.
9731
9732 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9733
9734         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
9735         Use new function in -base to get the default clock-rate.
9736
9737 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9738
9739         * configure.ac:
9740         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
9741         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
9742         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
9743         (gst_sdp_demux_get_property), (find_stream_by_id),
9744         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
9745         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
9746         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
9747         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
9748         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
9749         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
9750         (gst_sdp_demux_stream_configure_udp),
9751         (gst_sdp_demux_stream_configure_udp_sink),
9752         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
9753         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
9754         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
9755         (gst_sdp_demux_change_state):
9756         * gst/sdp/gstsdpdemux.h:
9757         * gst/sdp/gstsdpelem.c: (plugin_init):
9758         Added SDP demuxer element. Fixes #426657.
9759
9760 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9761
9762         Patch by: mutex at runbox dot com
9763
9764         * gst/mpegtsparse/mpegtspacketizer.c:
9765         (mpegts_packetizer_parse_adaptation_field_control):
9766         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9767         (mpegts_parse_init), (mpegts_parse_push):
9768         * gst/mpegtsparse/mpegtsparse.h:
9769         Remove useless src pad that only results in not linked errors,
9770         fix a broken pointer dereference and make MAX_CONTINUITY constant
9771         conform to the standard to stop outputting corrupted data.
9772         Fixes #481276, #481279.
9773
9774 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9775
9776         * ext/mythtv/gstmythtvsrc.c:
9777           Re-apply docs patch from #468039; fix tab.
9778
9779         * gst/mpegtsparse/.cvsignore:
9780           Ignore marshaller files generated at build time.
9781
9782 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9783
9784         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9785         (gst_gio_sink_set_property), (gst_gio_sink_render):
9786         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9787         (gst_gio_src_set_property):
9788         Some minor cleanup and allow setting the location only when the
9789         element is not playing or paused.
9790
9791 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9792
9793         * configure.ac:
9794         Update gio's pkg-config file name as currently in SVN.
9795
9796         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9797         Remove special casing for a NULL query string. g_strjoin won't add
9798         the separator if there's only one string.
9799
9800 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9801
9802         * gst/rtpmanager/gstrtpbin.c: (free_client):
9803         Fix crasher in dispose.
9804
9805         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9806         Handle cases where input buffers have no timestamps so that no clock
9807         skew can be calculated, in this case interpolate timestamps based on
9808         rtp timestamp and assume a 0 clock skew.
9809
9810 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9811
9812         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9813         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9814         Remove jitter correction code, it's now in the lower level object.
9815         Use new -core method for doing a peer query.
9816
9817         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9818         (calculate_skew), (rtp_jitter_buffer_insert):
9819         * gst/rtpmanager/rtpjitterbuffer.h:
9820         Move jitter correction to the lowlevel jitterbuffer.
9821         Increase the max window size.
9822         When filling the window, already start estimating the skew using a
9823         parabolic weighting factor so that we have a much better startup
9824         behaviour that gets more accurate with the more samples we have.
9825         Increase the default weighting factor for the steady state to get
9826         smoother timestamps.
9827
9828 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9829
9830         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9831         (gst_neonhttp_src_send_request_and_redirect):
9832         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9833         compatibility stuff. Also fix the default location.
9834
9835 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9836
9837         * configure.ac:
9838         We require libneon >= 26 now for the query field in ne_uri.
9839
9840 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9841
9842         Patch by: Wouter Cloetens <wouter@mind.be>
9843
9844         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9845         (gst_neonhttp_src_set_location),
9846         (gst_neonhttp_src_send_request_and_redirect):
9847         * ext/neon/gstneonhttpsrc.h:
9848         Don't discard GET parameters from URL if existing.
9849         Fixes #481200.
9850
9851 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9852
9853         * gst/librfb/gstrfbsrc.c:
9854         * gst/librfb/gstrfbsrc.h:
9855                 Added a property for incremental screen updates
9856
9857 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9858
9859         * ext/xvid/gstxvidenc.c:
9860         * ext/xvid/gstxvidenc.h:
9861           Remove superfluous 'frame-encoded' signal (people can
9862           use an upstream identity's 'handoff' signal or a pad
9863           probe for this if they must know).
9864
9865 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9866
9867         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9868         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9869         was not detected correctly in all cases.
9870
9871 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9872
9873         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9874         (gst_rtp_bin_finalize):
9875         Fix cleanup crasher.
9876
9877         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9878         (calculate_skew):
9879         * gst/rtpmanager/rtpjitterbuffer.h:
9880         Dynamically adjust the skew calculation window so that we calculate it
9881         over a period of around 2 seconds.
9882
9883 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9884
9885         * gst/librfb/gstrfbsrc.c:
9886                 fix bug from generic/states.gdb
9887
9888 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9889
9890         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9891         (gst_flv_parse_tag_video): codec_data is needed for every tag
9892         not just the first one. (Fix a stupid bug i introduced without
9893         testing)
9894
9895 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9896
9897         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9898         (gst_flv_parse_tag_video): Fix bit masks operations to be
9899         sure we detect the codec_tags and sample rates correctly.
9900         Fix raw audio caps generation.
9901
9902 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9903
9904         * ext/audioresample/gstaudioresample.c:
9905         * ext/x264/gstx264enc.c:
9906         * gst/dvdspu/gstdvdspu.c:
9907         * gst/dvdspu/gstdvdspu.h:
9908         * gst/festival/gstfestival.c:
9909         * gst/h264parse/gsth264parse.c:
9910         * gst/mpegtsparse/mpegtspacketizer.c:
9911         * gst/mpegtsparse/mpegtsparse.c:
9912         * gst/multifile/gstmultifilesink.c:
9913         * gst/multifile/gstmultifilesrc.c:
9914         * gst/nuvdemux/gstnuvdemux.c:
9915         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9916         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9917         * sys/vcd/vcdsrc.c:
9918           Massive leak fixing, plus code cleanups.
9919
9920 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9921
9922         * po/LINGUAS:
9923           Added translations.
9924
9925 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9926
9927         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9928
9929         * po/pl.po:
9930           Added Polish translation.
9931
9932 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9933
9934         translated by: Ilkka Tuohela <hile@iki.fi>
9935
9936         * po/fi.po:
9937           Added Finnish translation.
9938
9939 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9940
9941         translated by: Jorge González González <aloriel@gmail.com>
9942
9943         * po/es.po:
9944           Added Spanish translation.
9945
9946 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9947
9948         translated by: Alexander Shopov <ash@contact.bg>
9949
9950         * po/bg.po:
9951           Added Bulgarian translation.
9952
9953 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9954
9955         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9956         Update hierarchy.
9957         * ext/gio/gstgiosink.h:
9958         * ext/gio/gstgiosrc.h:
9959         Mark private fields of the instance structs private.
9960
9961 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9962
9963         * docs/plugins/Makefile.am:
9964         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
9965         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9966         * docs/plugins/gst-plugins-bad-plugins.args:
9967         * docs/plugins/gst-plugins-bad-plugins.signals:
9968         * docs/plugins/inspect/plugin-bz2.xml:
9969         * docs/plugins/inspect/plugin-cdxaparse.xml:
9970         * docs/plugins/inspect/plugin-dfbvideosink.xml:
9971         * docs/plugins/inspect/plugin-dtsdec.xml:
9972         * docs/plugins/inspect/plugin-equalizer.xml:
9973         * docs/plugins/inspect/plugin-faac.xml:
9974         * docs/plugins/inspect/plugin-faad.xml:
9975         * docs/plugins/inspect/plugin-filter.xml:
9976         * docs/plugins/inspect/plugin-freeze.xml:
9977         * docs/plugins/inspect/plugin-gio.xml:
9978         * docs/plugins/inspect/plugin-gsm.xml:
9979         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
9980         * docs/plugins/inspect/plugin-h264parse.xml:
9981         * docs/plugins/inspect/plugin-modplug.xml:
9982         * docs/plugins/inspect/plugin-mpeg2enc.xml:
9983         * docs/plugins/inspect/plugin-musepack.xml:
9984         * docs/plugins/inspect/plugin-musicbrainz.xml:
9985         * docs/plugins/inspect/plugin-nsfdec.xml:
9986         * docs/plugins/inspect/plugin-replaygain.xml:
9987         * docs/plugins/inspect/plugin-soundtouch.xml:
9988         * docs/plugins/inspect/plugin-spcdec.xml:
9989         * docs/plugins/inspect/plugin-spectrum.xml:
9990         * docs/plugins/inspect/plugin-speed.xml:
9991         * docs/plugins/inspect/plugin-tta.xml:
9992         * docs/plugins/inspect/plugin-videosignal.xml:
9993         * docs/plugins/inspect/plugin-xingheader.xml:
9994         * docs/plugins/inspect/plugin-xvid.xml:
9995         Add the GIO plugin to the docs and do a make update
9996         while doing that.
9997
9998         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
9999         Fix a small memleak.
10000
10001 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
10002
10003         Patch by: René Stadler <mail at renestadler dot de>
10004
10005         * configure.ac:
10006         * ext/Makefile.am:
10007         * ext/gio/Makefile.am:
10008         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
10009         (gst_gio_get_supported_protocols),
10010         (gst_gio_uri_handler_get_type_sink),
10011         (gst_gio_uri_handler_get_type_src),
10012         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
10013         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
10014         (gst_gio_uri_handler_do_init), (plugin_init):
10015         * ext/gio/gstgio.h:
10016         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
10017         (gst_gio_sink_class_init), (gst_gio_sink_init),
10018         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
10019         (gst_gio_sink_get_property), (gst_gio_sink_start),
10020         (gst_gio_sink_stop), (gst_gio_sink_unlock),
10021         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
10022         (gst_gio_sink_render), (gst_gio_sink_query):
10023         * ext/gio/gstgiosink.h:
10024         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
10025         (gst_gio_src_class_init), (gst_gio_src_init),
10026         (gst_gio_src_finalize), (gst_gio_src_set_property),
10027         (gst_gio_src_get_property), (gst_gio_src_start),
10028         (gst_gio_src_stop), (gst_gio_src_get_size),
10029         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
10030         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
10031         (gst_gio_src_create):
10032         * ext/gio/gstgiosrc.h:
10033         Add a GIO/GVFS plugin with source and sink elements. This will
10034         only be enabled when --enable-experimental is given to configure
10035         for now as the GIO API is not stable yet. Fixes #476916.
10036
10037 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
10038
10039         * gst/librfb/gstrfbsrc.c:
10040         * gst/librfb/rfbdecoder.c:
10041         * gst/librfb/rfbdecoder.h:
10042                 Added offset-x, offset-y, width and height property
10043                 for selecting a region from the screen
10044
10045 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
10046
10047         * gst/librfb/gstrfbsrc.c:
10048                 Minimum raw encoding is working now
10049         * gst/librfb/rfbdecoder.c:
10050                 fix address while reading from stream
10051
10052 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
10053
10054         * gst/librfb/gstrfbsrc.c:
10055                 raw encoding is working, but it looks like the 
10056                 ffmpegcolorspace plugin can't handle high resolutions
10057
10058 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
10059
10060         * gst/librfb/gstrfbsrc.c:
10061                 bpp, depth and endianness are now set from the
10062                 stream.
10063
10064 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
10065
10066         * examples/app/appsrc_ex.c: (main):
10067         Fix compilation after changing the name of a method.
10068
10069 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
10070
10071         * ext/alsaspdif/alsaspdifsink.c:
10072         * ext/timidity/gsttimidity.c:
10073         * ext/timidity/gstwildmidi.c:
10074         * gst/mpegvideoparse/mpegvideoparse.c:
10075           Fix memory leaks. More to come.
10076
10077         * tests/check/Makefile.am:
10078         * tests/check/generic/states.c:
10079           Improved state change unit test.        
10080
10081 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
10082
10083         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
10084         (gst_rtp_bin_class_init):
10085         * gst/rtpmanager/gstrtpbin.h:
10086         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
10087         (gst_rtp_session_class_init), (gst_rtp_session_init),
10088         (gst_rtp_session_event_send_rtp_sink):
10089         * gst/rtpmanager/gstrtpsession.h:
10090         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
10091         (on_ssrc_active), (rtp_session_process_rb):
10092         * gst/rtpmanager/rtpsession.h:
10093         Add notification of active SSRCs to various RTP elements. Fixes #478566.
10094
10095 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
10096
10097         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
10098         (gst_app_sink_class_init), (gst_app_sink_init),
10099         (gst_app_sink_dispose), (gst_app_sink_finalize),
10100         (gst_app_sink_set_property), (gst_app_sink_get_property),
10101         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10102         (gst_app_sink_event), (gst_app_sink_getcaps),
10103         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
10104         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
10105         (gst_app_sink_pull_buffer):
10106         * gst-libs/gst/app/gstappsink.h:
10107         Add properties, signals and actions to access the element even without
10108         linking to the library.
10109         Fix some method names and signatures.
10110
10111 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
10112
10113         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10114
10115         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
10116         (gst_faad_srcgetcaps), (gst_faad_update_caps):
10117         Don't set channel positions on regular mono and stereo cases.
10118         Fixes #476370.
10119
10120 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
10121
10122         * gst/librfb/gstrfbsrc.c:
10123         * gst/librfb/rfbdecoder.c:
10124         * gst/librfb/rfbdecoder.h:
10125                 It is now possible to connect to a vncserver.
10126                 there are still some issues with the ouput of 
10127                 the screen. Looks like some lines are confused
10128
10129 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
10130
10131         * docs/plugins/.cvsignore:
10132         * tests/check/.cvsignore:
10133           Ignore registries in any format.
10134
10135 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
10136
10137         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10138         (open_library), (gst_real_video_dec_init),
10139         (gst_real_video_dec_set_property),
10140         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
10141         * gst/real/gstrealvideodec.h:
10142         Don't generate an error for occasional decoding errors.
10143         Add max-errors property.
10144         Error out when we receive max-errors in a row. Fixes #478159.
10145
10146 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
10147
10148         * gst/librfb/gstrfbsrc.c: 
10149                 Add password property (write only)
10150         * gst/librfb/rfbdecoder.c: 
10151                 Read the reason on failure
10152                 Use the password property for authentication
10153         * gst/librfb/rfbdecoder.h:
10154                 Add defines for version checking
10155
10156 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
10157
10158         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
10159         (gst_dfbsurface_class_init):
10160         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
10161         chain up to the parent class to free everything, including caps.
10162
10163 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
10164
10165         * gst/librfb/Makefile.am:
10166         * gst/librfb/d3des.c:
10167         * gst/librfb/d3des.h:
10168         * gst/librfb/rfbdecoder.c:
10169         * gst/librfb/vncauth.c:
10170         * gst/librfb/vncauth.h:
10171         VNC Authentication should be working now
10172         temperaly with fake password 'testtest'
10173
10174 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
10175
10176         * gst/librfb/rfbdecoder.c:
10177         * gst/librfb/rfbdecoder.h:
10178         Added some documentation about security handling
10179         start implementing security handling for rfb 3.3
10180
10181 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
10182
10183         * gst/spectrum/demo-audiotest.c:
10184         * gst/spectrum/demo-osssrc.c:
10185           Handling window resize.
10186
10187 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
10188
10189         * ChangeLog:
10190           Add missing newline.
10191
10192         * gst/librfb/rfbdecoder.c:
10193           Fix the build (missing stdlib.h).
10194
10195         * gst/spectrum/gstspectrum.c:
10196         * gst/spectrum/gstspectrum.h:
10197           Use basetransform segment so that it is correctly managed on flushes
10198           and start/stop. Report message timestamp as stream time, which is what
10199           an application can understand. (Yes these are adapted from wim recent
10200           level element changes)
10201
10202 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
10203
10204         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
10205         Link to the right pads regardless of which one was created first in the
10206         ssrc demuxer.
10207
10208         * gst/rtpmanager/gstrtpjitterbuffer.c:
10209         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
10210         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
10211         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
10212         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
10213         Improve debugging.
10214
10215         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
10216         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
10217         (gst_rtp_ssrc_demux_sink_event),
10218         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
10219         (gst_rtp_ssrc_demux_rtcp_chain),
10220         (gst_rtp_ssrc_demux_internal_links):
10221         * gst/rtpmanager/gstrtpssrcdemux.h:
10222         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
10223
10224 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
10225
10226         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
10227         (gst_rtp_bin_get_property):
10228         Use lock to protect variable.
10229
10230         * gst/rtpmanager/gstrtpjitterbuffer.c:
10231         (gst_rtp_jitter_buffer_class_init),
10232         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
10233         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
10234         Reconstruct GST timestamp from RTP timestamps based on measured clock
10235         skew and sync offset.
10236
10237         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
10238         (rtp_jitter_buffer_set_tail_changed),
10239         (rtp_jitter_buffer_set_clock_rate),
10240         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
10241         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
10242         * gst/rtpmanager/rtpjitterbuffer.h:
10243         Measure clock skew.
10244         Add callback to be notfied when a new packet was inserted at the tail.
10245
10246         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10247         (calculate_jitter), (rtp_source_send_rtp):
10248         * gst/rtpmanager/rtpsource.h:
10249         Remove clock skew detection, it's move to the jitterbuffer now.
10250
10251 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
10252
10253         Patch by: Daniel Charles <dcharles at ti dot com>
10254
10255         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
10256         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
10257         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
10258         * ext/amrwb/gstamrwbenc.h:
10259         Add property to control bandmode. Fixes #477306.
10260
10261 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
10262
10263         * gst/rtpmanager/gstrtpbin.c: (create_session):
10264         Also set NTP base time on new sessions.
10265
10266         * gst/rtpmanager/gstrtpjitterbuffer.c:
10267         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
10268         (gst_rtp_jitter_buffer_set_property),
10269         (gst_rtp_jitter_buffer_get_property):
10270         Use the right lock to protect our variables.
10271         Fix some comment.
10272
10273         * gst/rtpmanager/gstrtpsession.c:
10274         (gst_rtp_session_getcaps_send_rtp),
10275         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
10276         Implement getcaps on the sender sinkpad so that payloaders can negotiate
10277         the right SSRC.
10278
10279 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
10280
10281         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
10282         (get_client), (free_client), (gst_rtp_bin_associate),
10283         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
10284         (gst_rtp_bin_finalize):
10285         * gst/rtpmanager/gstrtpjitterbuffer.c:
10286         (gst_rtp_jitter_buffer_class_init),
10287         (gst_rtp_jitter_buffer_finalize):
10288         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
10289         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
10290         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
10291         (gst_rtp_session_chain_send_rtp):
10292         * gst/rtpmanager/gstrtpssrcdemux.c:
10293         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
10294         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
10295         * gst/rtpmanager/rtpsession.h:
10296         Various leak fixes.
10297
10298 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
10299
10300         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
10301         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
10302         Calculate and configure the NTP base time so that we can generate better
10303         NTP times in SR packets.
10304         Set caps on new ghostpad.
10305
10306         * gst/rtpmanager/gstrtpjitterbuffer.c:
10307         (gst_rtp_jitter_buffer_loop):
10308         Clean debug statement.
10309
10310         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10311         (gst_rtp_session_init), (gst_rtp_session_set_property),
10312         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10313         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
10314         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
10315         (gst_rtp_session_event_send_rtp_sink),
10316         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10317         (create_send_rtp_sink):
10318         * gst/rtpmanager/gstrtpsession.h:
10319         Add ntp-ns-base property to convert running_time to NTP time.
10320         Handle NEWSEGMENT events on send and recv RTP pads so that we can
10321         calculate the running time and thus NTP time of the packets.
10322         Simplify getting the current NTP time using the pipeline clock.
10323         Implement internal links functions.
10324         Use the buffer timestamp to calculate the NTP time instead of the clock.
10325
10326         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
10327         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10328         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
10329         (gst_rtp_ssrc_demux_internal_links),
10330         (gst_rtp_ssrc_demux_src_query):
10331         * gst/rtpmanager/gstrtpssrcdemux.h:
10332         Implement internal links function.
10333         Calculate the diff between different streams, this might be used later
10334         to get the inter stream latency.
10335
10336         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
10337         Simple cleanup.
10338
10339         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10340         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
10341         Make the clock skew window a little bigger.
10342         Apply the clock skew to all buffers, not just one with a new timestamp.
10343         Calculate and debug sender clock drift.
10344         Use extended last timestamp to interpolate for SR reports.
10345
10346 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
10347
10348         Patch by: Peter Kjellerstedt  <pkj at axis com>
10349
10350         * gst-libs/gst/app/gstappsink.c:
10351         * gst/flv/gstflvdemux.c:
10352         * gst/flv/gstflvparse.c:
10353         * gst/interleave/deinterleave.c:
10354         * gst/switch/gstswitch.c:
10355           Printf format fixes (#476128).
10356
10357 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10358
10359         Patch by: Thomas Green  <tom78999 gmail com>
10360
10361         * ext/neon/gstneonhttpsrc.c:
10362           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
10363           flag if we want ICY streams to be handled too, otherwise
10364           libneon will error out with a 'can't parse reponse' error.
10365           Fixes #474696.
10366
10367         * tests/check/elements/neonhttpsrc.c:
10368           Unit test for the above by Yours Truly.
10369
10370 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10371
10372         * configure.ac:
10373           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
10374           xvid configure checks, so they still work when cross-compiling.
10375           Fixes #452009.
10376
10377 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
10378
10379         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
10380         (gst_spectrum_transform_ip):
10381         Use the correct parameter order for the memset calls.
10382         Thanks to Christian Schaller for noticing.
10383
10384 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
10385
10386         * gst/mpegtsparse/mpegtsparse.c:
10387           Fix the build (missing stdlib.h).
10388
10389 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10390
10391         * gst/spectrum/fix_fft.c:
10392         Remove fixed point FFT as it's not used anymore.
10393
10394 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10395
10396         * configure.ac:
10397         * gst/spectrum/Makefile.am:
10398         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
10399         (message_handler), (main):
10400         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
10401         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
10402         (gst_spectrum_class_init), (gst_spectrum_init),
10403         (gst_spectrum_dispose), (gst_spectrum_set_property),
10404         (gst_spectrum_get_property), (gst_spectrum_start),
10405         (gst_spectrum_setup), (gst_spectrum_message_new),
10406         (gst_spectrum_transform_ip):
10407         * gst/spectrum/gstspectrum.h:
10408         Port GstSpectrum to GstAudioFilter and libgstfft, add support
10409         for int32, float and double, use floats for the message contents,
10410         average all FFTs done in one interval for better results, use
10411         a better windowing function, allow posting the phase in the message
10412         and actually do an FFT with the requested number of bands instead
10413         of interpolating.
10414
10415         * tests/check/elements/spectrum.c: (GST_START_TEST),
10416         (spectrum_suite):
10417         Improve the units tests by checking for a 11025Hz sine wave
10418         and add unit tests for all 4 supported sample types.
10419
10420 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
10421
10422         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10423         (gst_real_video_dec_setcaps):
10424         Add some more debugging.
10425         Don't set LONG for width/height in caps.
10426         Set correct output buffer size when caps changed.
10427         The custom message sent to the decoder should not include the format and
10428         subformat. Fixes #471554.
10429
10430 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
10431
10432         * gst/rtpmanager/gstrtpsession.c:
10433           Make compiler happy: fix compilation with -Wall -Werror
10434           (#473562).
10435
10436 2007-09-03  Johan Dahlin  <johan@gnome.org>
10437
10438         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
10439         * gst/nsf/gstnsf.h:
10440         Add support for (very) basic tagging.
10441         
10442 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
10443
10444         * gst/rtpmanager/gstrtpbin-marshal.list:
10445         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
10446         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
10447         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
10448         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
10449         * gst/rtpmanager/gstrtpbin.h:
10450         Updated example pipelines in docs.
10451         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
10452         Set the default latency correctly.
10453         Add some more points where we can get caps.
10454
10455         * gst/rtpmanager/gstrtpjitterbuffer.c:
10456         (gst_rtp_jitter_buffer_class_init),
10457         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
10458         (gst_rtp_jitter_buffer_query),
10459         (gst_rtp_jitter_buffer_set_property),
10460         (gst_rtp_jitter_buffer_get_property):
10461         Add ts-offset property to control timestamping.
10462
10463         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10464         (gst_rtp_session_init), (gst_rtp_session_set_property),
10465         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10466         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
10467         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
10468         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
10469         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
10470         (gst_rtp_session_event_send_rtp_sink),
10471         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10472         (create_recv_rtcp_sink), (create_send_rtp_sink),
10473         (create_send_rtcp_src):
10474         Various cleanups.
10475         Feed rtpsession manager with NTP time based on pipeline clock when
10476         handling RTP packets and RTCP timeouts.
10477         Perform all RTCP with the system clock.
10478         Set caps on RTCP outgoing buffers.
10479
10480         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
10481         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
10482         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10483         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
10484         (gst_rtp_ssrc_demux_rtcp_chain):
10485         * gst/rtpmanager/gstrtpssrcdemux.h:
10486         Also demux RTCP messages.
10487
10488         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
10489         (update_arrival_stats), (rtp_session_process_rtp),
10490         (rtp_session_process_rb), (rtp_session_process_sr),
10491         (rtp_session_process_rr), (rtp_session_process_rtcp),
10492         (rtp_session_send_rtp), (rtp_session_send_bye),
10493         (session_start_rtcp), (session_report_blocks), (session_cleanup),
10494         (rtp_session_on_timeout):
10495         * gst/rtpmanager/rtpsession.h:
10496         Remove the get_time callback, the GStreamer part will feed us with
10497         enough timing information.
10498         Split sync timing and RTCP timing information.
10499         Factor out common RB handling for SR and RR.
10500         Send out SR RTCP packets for lip-sync.
10501         Move SR and RR packet info generation to the source.
10502
10503         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10504         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
10505         (rtp_source_process_rtp), (rtp_source_send_rtp),
10506         (rtp_source_process_sr), (rtp_source_process_rb),
10507         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
10508         (rtp_source_get_last_sr):
10509         * gst/rtpmanager/rtpsource.h:
10510         * gst/rtpmanager/rtpstats.h:
10511         Use caps on incomming buffers to get timing information when they are
10512         there.
10513         Calculate clock scew of the receiver compared to the sender and adjust
10514         the rtp timestamps.
10515         Calculate the round trip in sources.
10516         Do SR and RR calculations in the source.
10517
10518 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
10519
10520         * configure.ac:
10521         updated gmyth version
10522
10523         * ext/mythtv/gstmythtvsrc.c:
10524         * ext/mythtv/gstmythtvsrc.h:
10525         Code rewrite
10526
10527 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
10528
10529         * gst/rtpmanager/gstrtpjitterbuffer.c:
10530         (gst_rtp_jitter_buffer_flush_stop),
10531         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
10532         Use extended timestamp to release buffers from the jitterbuffer so that
10533         we can handle the rtp wraparound correctly.
10534
10535 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
10536
10537         * gst/rtpmanager/gstrtpjitterbuffer.c:
10538         (gst_rtp_jitter_buffer_loop):
10539         Improve Comments.
10540
10541         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10542         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
10543         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
10544         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
10545         (create_send_rtp_sink):
10546         Also parse the sink caps for clock-rate instead of only relying on the
10547         result of the signal.
10548
10549         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10550         Make sure we fetch the clock rate for payloads we are sending out so
10551         that we can use it for SR reports.
10552
10553 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10554
10555         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
10556         If all information is known at time of setting start-time
10557         property, send new segments then.
10558
10559 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10560
10561         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10562         (gst_rtp_session_change_state),
10563         (gst_rtp_session_event_send_rtp_sink):
10564         * gst/rtpmanager/gstrtpsession.h:
10565         Distribute synchronisation parameters to the session manager so that it
10566         can generate correct SR packets for lip-sync.
10567
10568         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
10569         (rtp_session_set_timestamp_sync), (session_start_rtcp):
10570         * gst/rtpmanager/rtpsession.h:
10571         Add methods for setting sync parameters.
10572         Set correct RTP time in SR packets using the sync params.
10573
10574         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10575         * gst/rtpmanager/rtpsource.h:
10576         Record last RTP <-> GST timestamp so that we can use them to convert NTP
10577         to RTP timestamps in SR packets.
10578
10579 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10580
10581         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
10582         Add some more advanced example pipelines.
10583
10584         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
10585         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
10586         Add some debug and FIXME.
10587         Release LOCK when performing session cleanup.
10588
10589         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
10590         Add some debug.
10591
10592         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
10593         (rtp_source_send_rtp):
10594         Make sure we always send RTP packets with the session SSRC.
10595
10596 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
10597
10598         * gst/dvdspu/gstdvdspu.c:
10599           Don't need this include (fixes compilation in uninstalled setup).
10600
10601 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
10602
10603         * gst/rtpmanager/gstrtpjitterbuffer.c:
10604         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
10605         (gst_rtp_jitter_buffer_query):
10606         When synchronizing buffers, take peer latency into account.
10607         Don't try to add our latency to invalid peer max latency values.
10608
10609 2007-08-27  Julien MOUTTE  <julien@moutte.net>
10610
10611         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
10612         Make sure we initialize the seek result.
10613
10614 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10615
10616         * gst/dvdspu/Makefile.am:
10617         Commit the makefile too.
10618
10619 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10620
10621         * configure.ac:
10622         * gst/dvdspu/.cvsignore:
10623         * gst/dvdspu/Notes.txt:
10624         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
10625         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
10626         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
10627         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
10628         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
10629         (gstdvdspu_render_spu):
10630         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
10631         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
10632         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
10633         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
10634         (dvdspu_video_event), (dvdspu_video_chain),
10635         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
10636         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
10637         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
10638         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
10639         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
10640         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
10641         (dvdspu_subpic_event), (dvdspu_change_state),
10642         (gstdvdspu_plugin_init):
10643         * gst/dvdspu/gstdvdspu.h:
10644
10645         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
10646         Unit, decoding and overlaying DVD subtitles and menu graphics.
10647
10648         * gst/mpeg2sub/.cvsignore:
10649         * gst/mpeg2sub/Makefile.am:
10650         * gst/mpeg2sub/Notes.txt:
10651         * gst/mpeg2sub/gstmpeg2subt.c:
10652         * gst/mpeg2sub/gstmpeg2subt.h:
10653         * gst/mpeg2sub/mpeg2subt.vcproj:
10654         Delete old and broken mpeg2subt element that was never ported from 0.8
10655
10656 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10657
10658         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10659         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10660         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
10661         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
10662         (gst_flv_demux_src_event): Remove some useless ifdef.
10663
10664 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10665
10666         * examples/switch/switcher.c (main):
10667         * gst/switch/gstswitch.c (gst_switch_chain):
10668         Make switch more reliable and also not lock up when
10669         sink pad caps change.
10670
10671 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10672
10673         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10674         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10675         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
10676         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
10677         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
10678         seeking in push mode.
10679         * gst/flv/gstflvdemux.h:
10680
10681 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10682
10683         * gst/mpegtsparse/flutspatinfo.c:
10684         * gst/mpegtsparse/flutspatinfo.h:
10685         * gst/mpegtsparse/flutspmtinfo.c:
10686         * gst/mpegtsparse/flutspmtinfo.h:
10687         Update licences to reflect LGPL-ness of these files also.
10688
10689 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10690
10691         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10692         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
10693         * docs/plugins/gst-plugins-bad-plugins.interfaces:
10694         * docs/plugins/gst-plugins-bad-plugins.signals:
10695         * gst/rtpmanager/gstrtpbin.c:
10696         * gst/rtpmanager/gstrtpbin.h:
10697         * gst/rtpmanager/gstrtpclient.c:
10698         * gst/rtpmanager/gstrtpclient.h:
10699         * gst/rtpmanager/gstrtpjitterbuffer.c:
10700         * gst/rtpmanager/gstrtpjitterbuffer.h:
10701         * gst/rtpmanager/gstrtpptdemux.c:
10702         * gst/rtpmanager/gstrtpptdemux.h:
10703         * gst/rtpmanager/gstrtpsession.c:
10704         * gst/rtpmanager/gstrtpsession.h:
10705         * gst/rtpmanager/gstrtpssrcdemux.c:
10706         * gst/rtpmanager/gstrtpssrcdemux.h:
10707           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
10708           registers a GType that's different than the GstRTPFoo types that
10709           farsight registers (luckily GType names are case sensitive). Should
10710           finally fix #430664.
10711
10712 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10713
10714         * configure.ac:
10715         * win32/common/config.h:
10716         * win32/common/config.h.in:
10717           Automatically generate win32/common/config.h via configure (this
10718           ensures the win32 version of config.h is up-to-date when a release
10719           is made, #433373). config.h.in file might need some more work.
10720
10721 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10722
10723         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10724
10725         * configure.ac:
10726         * gst/festival/Makefile.am:
10727         * gst/festival/gstfestival.c:
10728           Port festival plugin to GStreamer-0.10 (#461377).
10729
10730 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10731
10732         * ext/faad/gstfaad.c: (gst_faad_chain):
10733         Don't unref the buffer when it was clipped.
10734
10735 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10736
10737         * ext/faad/gstfaad.c: (gst_faad_chain):
10738         Don't unref the buffer when it was clipped.
10739
10740 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10741
10742         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10743         (gst_flv_demux_pull_tag):
10744         * gst/flv/gstflvdemux.h:
10745         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10746         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10747         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
10748         metadata tags like ASF does. Fluendo muxer supports this and 
10749         Flash players can support it as well this way.
10750
10751 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10752
10753         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
10754         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10755         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10756         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10757         index if no times object was parsed. Fix the way we decide to push
10758         tags and emit no-more-pads. Fix some printf typing in debugging.
10759
10760 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10761
10762         * gst/rtpmanager/gstrtpjitterbuffer.c:
10763         (gst_rtp_jitter_buffer_chain),
10764         (gst_rtp_jitter_buffer_set_property):
10765         When drop-on-latency is set but we have no latency configured, just push
10766         the buffer as fast as possible.
10767         Fix typo in comment.
10768
10769 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10770
10771         * gst/rtpmanager/rtpjitterbuffer.c:
10772         (rtp_jitter_buffer_get_ts_diff):
10773         * gst/rtpmanager/rtpjitterbuffer.h:
10774         Fix undefined overflow prone ts_diff handling.
10775
10776 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10777
10778         * gst/modplug/gstmodplug.cc:
10779         Fix compiler warning.
10780
10781 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10782
10783         * gst/modplug/gstmodplug.cc:
10784           Don't use NULL caps for srcpad is not yet connected.
10785
10786 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10787
10788         * configure.ac:
10789         * gst/mpegtsparse/Makefile.am:
10790         * gst/mpegtsparse/flutspatinfo.c:
10791         * gst/mpegtsparse/flutspatinfo.h:
10792         * gst/mpegtsparse/flutspmtinfo.c:
10793         * gst/mpegtsparse/flutspmtinfo.h:
10794         * gst/mpegtsparse/flutspmtstreaminfo.c:
10795         * gst/mpegtsparse/flutspmtstreaminfo.h:
10796         * gst/mpegtsparse/mpegtspacketizer.c:
10797         * gst/mpegtsparse/mpegtspacketizer.h:
10798         * gst/mpegtsparse/mpegtsparse.c:
10799         * gst/mpegtsparse/mpegtsparse.h:
10800         * gst/mpegtsparse/mpegtsparsemarshal.list:
10801         Add mpeg transport stream parser written by:
10802         Alessandro Decina. Includes a couple of files from the
10803         Fluendo transport stream demuxer that Fluendo have 
10804         kindly allowed to be licenced under LGPL also.
10805
10806 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10807
10808         Patch by: Bastien Nocera  <hadess at hadess net>
10809
10810         * ext/mythtv/gstmythtvsrc.c:
10811           Add examples for live mythtv:// URIs to docs (#468039).
10812           Also convert some tabs into spaces.
10813
10814 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10815
10816         * gst/filter/gstbpwsinc.c:
10817         * gst/filter/gstlpwsinc.c:
10818         Add small comparision with the chebyshev filters in the docs.
10819
10820 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10821
10822         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10823         (bpwsinc_suite):
10824         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10825         (lpwsinc_suite):
10826         Also test everything in 32 bit float mode.
10827
10828 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10829
10830         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10831         (bpwsinc_set_property), (bpwsinc_get_property):
10832         * gst/filter/gstbpwsinc.h:
10833         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10834         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10835         (lpwsinc_get_property):
10836         * gst/filter/gstlpwsinc.h:
10837         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10838         Use generator macros for the process functions for the different
10839         sample types, add lower upper boundaries for the GObject properties
10840         so automatically generated UIs can use sliders and change frequency
10841         properties to floats to save a bit of memory, even ints would in
10842         theory be enough. Also rename frequency to cutoff for consistency
10843         reasons.
10844         * docs/plugins/gst-plugins-bad-plugins.args:
10845         * docs/plugins/gst-plugins-bad-plugins.signals:
10846         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10847         Regenerated for the above changes.
10848
10849 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10850
10851         * ext/amrwb/gstamrwbparse.c:
10852           Don't leak the adapter.
10853
10854 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10855
10856         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10857         (gst_bpwsinc_init), (process_32), (process_64),
10858         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10859         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10860         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10861         * gst/filter/gstbpwsinc.h:
10862         Implement latency query and only forward those samples downstream
10863         that actually contain the data we want, i.e. drop kernel_length/2
10864         in the beginning and append kernel_length/2 (created by convolving
10865         the filter kernel with zeroes) to the end.
10866
10867         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10868         Adjust the unit test for this slightly changed behaviour.
10869
10870         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10871         Reset residue length only when actually creating a residue.
10872
10873 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10874
10875         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10876         Override the preroll vmethod instead of overriding the render method
10877         twice.
10878
10879 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10880
10881         * gst/rtpmanager/gstrtpjitterbuffer.c:
10882         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10883         (gst_rtp_jitter_buffer_loop):
10884         Fix EOS handling.
10885         Convert some DEBUG into WARNINGs.
10886         Pause task when flushing.
10887
10888         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10889         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10890         Use system clock for RTCP session management timeouts.
10891
10892         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10893         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10894         Release the session lock when emiting signals.
10895
10896 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10897
10898         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10899         (gst_faad_chanpos_to_gst):
10900         Add some debug info.
10901
10902 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10903
10904         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10905         (gst_lpwsinc_init), (process_32), (process_64),
10906         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10907         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10908         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10909         * gst/filter/gstlpwsinc.h:
10910         Implement latency query and only forward those samples downstream
10911         that actually contain the data we want, i.e. drop kernel_length/2
10912         in the beginning and append kernel_length/2 (created by convolving
10913         the filter kernel with zeroes) to the end.
10914         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10915         Adjust the unit test for this slightly changed behaviour.
10916
10917 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10918
10919         * ext/ladspa/gstladspa.c:
10920           Don't leak like hell.
10921
10922 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10923
10924         * tests/check/Makefile.am:
10925         * tests/check/generic/.cvsignore:
10926         * tests/check/generic/states.c:
10927           Add generic state-change test suite to help to fi leaks.
10928
10929 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10930
10931         * ext/timidity/gstwildmidi.c:
10932         * ext/timidity/gstwildmidi.h:
10933           Look harder for a config. Based on patch by Hans de Goede.
10934           Fixes #456912
10935
10936 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10937
10938         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10939         Don't use new API.
10940
10941 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10942
10943         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10944         (gst_app_sink_class_init), (gst_app_sink_dispose),
10945         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10946         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10947         (gst_app_sink_render), (gst_app_sink_get_caps),
10948         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10949         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10950         * gst-libs/gst/app/gstappsink.h:
10951         Make love to appsink.
10952         Make it support pulling of the preroll buffer.
10953         Add docs and debug statements.
10954         Fix some races wrt to EOS handling and stopping.
10955         Implement getcaps.
10956         Implement FLUSHING.
10957         API: gst_app_sink_pull_preroll()
10958
10959 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10960
10961         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
10962         (gst_flv_demux_get_index):
10963         Fix locking and refcounting on the index.
10964
10965 2007-08-14  Julien MOUTTE  <julien@moutte.net>
10966
10967         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10968         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
10969         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
10970         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
10971         (gst_flv_demux_src_event), (gst_flv_demux_query),
10972         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
10973         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
10974         (gst_flv_demux_class_init): First method for seeking in pull
10975         mode using the index built step by step or coming from metadata.
10976         * gst/flv/gstflvdemux.h:
10977         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10978         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10979         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
10980         more metadata types and keyframes index.
10981
10982 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
10983
10984         * docs/plugins/Makefile.am:
10985         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10986         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10987         * docs/plugins/gst-plugins-bad-plugins.args:
10988         * docs/plugins/gst-plugins-bad-plugins.signals:
10989         * docs/plugins/inspect/plugin-bz2.xml:
10990         * docs/plugins/inspect/plugin-cdxaparse.xml:
10991         * docs/plugins/inspect/plugin-dtsdec.xml:
10992         * docs/plugins/inspect/plugin-faac.xml:
10993         * docs/plugins/inspect/plugin-faad.xml:
10994         * docs/plugins/inspect/plugin-filter.xml:
10995         * docs/plugins/inspect/plugin-freeze.xml:
10996         * docs/plugins/inspect/plugin-gsm.xml:
10997         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10998         * docs/plugins/inspect/plugin-h264parse.xml:
10999         * docs/plugins/inspect/plugin-modplug.xml:
11000         * docs/plugins/inspect/plugin-mpeg2enc.xml:
11001         * docs/plugins/inspect/plugin-musepack.xml:
11002         * docs/plugins/inspect/plugin-musicbrainz.xml:
11003         * docs/plugins/inspect/plugin-nsfdec.xml:
11004         * docs/plugins/inspect/plugin-replaygain.xml:
11005         * docs/plugins/inspect/plugin-soundtouch.xml:
11006         * docs/plugins/inspect/plugin-spcdec.xml:
11007         * docs/plugins/inspect/plugin-spectrum.xml:
11008         * docs/plugins/inspect/plugin-speed.xml:
11009         * docs/plugins/inspect/plugin-tta.xml:
11010         * docs/plugins/inspect/plugin-videosignal.xml:
11011         * docs/plugins/inspect/plugin-xingheader.xml:
11012         * docs/plugins/inspect/plugin-xvid.xml:
11013         * gst/filter/gstbpwsinc.c:
11014         * gst/filter/gstbpwsinc.h:
11015         * gst/filter/gstlpwsinc.c:
11016         * gst/filter/gstlpwsinc.h:
11017         Add docs for lpwsinc and bpwsinc and integrate them
11018         into the build system. While doing that also update
11019         all other docs via make update in docs/plugins.
11020
11021 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
11022
11023         * gst/rtpmanager/rtpjitterbuffer.c:
11024           Include stdlib.
11025
11026 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11027
11028         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
11029         Make one test constraint a bit stricter.
11030
11031 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11032
11033         * tests/check/Makefile.am:
11034         * tests/check/elements/.cvsignore:
11035         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
11036         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
11037         Add unit tests for bpwsinc, testing fundamental functionality again.
11038
11039 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11040
11041         * tests/check/Makefile.am:
11042         * tests/check/elements/.cvsignore:
11043         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
11044         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
11045         Add unit tests for lpwsinc, testing fundamental functionality.
11046
11047 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11048
11049         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
11050         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
11051         Improve debugging a bit.
11052
11053 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11054
11055         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
11056         (bpwsinc_start):
11057         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
11058         (lpwsinc_start):
11059         Reset the residue in BaseTransform::start to get a clean residue
11060         on stream changes.
11061
11062 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
11063
11064         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
11065         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
11066         Fix processing with buffer sizes that are smaller than the filter
11067         kernel size.
11068
11069 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
11070
11071         * gst/rtpmanager/Makefile.am:
11072         * gst/rtpmanager/async_jitter_queue.c:
11073         * gst/rtpmanager/async_jitter_queue.h:
11074         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
11075         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
11076         (rtp_jitter_buffer_new), (compare_seqnum),
11077         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
11078         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
11079         (rtp_jitter_buffer_get_ts_diff):
11080         * gst/rtpmanager/rtpjitterbuffer.h:
11081         Remove complicated async queue and replace with more simple jitterbuffer
11082         code while also fixing some bugs.
11083
11084         * gst/rtpmanager/gstrtpbin-marshal.list:
11085         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
11086         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
11087         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
11088         (create_send_rtp):
11089         * gst/rtpmanager/gstrtpbin.h:
11090         * gst/rtpmanager/gstrtpjitterbuffer.c:
11091         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
11092         (gst_jitter_buffer_sink_parse_caps),
11093         (gst_rtp_jitter_buffer_flush_start),
11094         (gst_rtp_jitter_buffer_flush_stop),
11095         (gst_rtp_jitter_buffer_change_state),
11096         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
11097         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
11098         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
11099         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
11100         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
11101         (gst_rtp_session_init):
11102         * gst/rtpmanager/gstrtpsession.h:
11103         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
11104         Use new jitterbuffer code.
11105         Expose some new signals in preparation for handling EOS.
11106
11107 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11108
11109         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
11110         Fix a segfault with more than one channel and don't rebuild
11111         the kernel & residue with every buffer.
11112
11113 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11114
11115         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
11116         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
11117         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
11118         (bpwsinc_get_property):
11119         * gst/filter/gstbpwsinc.h:
11120         Add support for a bandreject mode and allow specifying the window
11121         function that should be used.
11122         * gst/filter/gstlpwsinc.c:
11123         And another small formatting fix.
11124
11125 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11126
11127         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
11128         (gst_bpwsinc_init), (process_32), (process_64),
11129         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
11130         (bpwsinc_transform), (bpwsinc_set_property),
11131         (bpwsinc_get_property):
11132         * gst/filter/gstbpwsinc.h:
11133         Apply the same changes to the bandpass filter:
11134          - Support double input
11135          - Fix processing for input with >1 channels
11136          - Specify frequency in Hz
11137          - Specify actual filter kernel length
11138          - Use transform instead of transform_ip as we're working
11139            out of place anyway
11140          - Factor out filter kernel generation and update the filter
11141            kernel when the properties are set
11142         Fix bandpass filter kernel generation to actually generate
11143         a bandpass filter by creating a highpass instead of a second
11144         lowpass.
11145         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
11146         Small formatting fix.
11147
11148 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11149
11150         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
11151         (gst_lpwsinc_init), (process_32), (process_64),
11152         (lpwsinc_build_kernel), (lpwsinc_set_property),
11153         (lpwsinc_get_property):
11154         * gst/filter/gstlpwsinc.h:
11155         Specify the actual filter length instead of a weird
11156         2N+1. Setting the property will round to the next odd number.
11157         Also remove now obsolete FIXMEs.
11158
11159 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11160
11161         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
11162         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
11163         (lpwsinc_build_kernel), (lpwsinc_set_property),
11164         (lpwsinc_get_property):
11165         * gst/filter/gstlpwsinc.h:
11166         Allow choosing between hamming and blackman window. The blackman
11167         window provides a better stopband attenuation but a bit slower
11168         rolloff.
11169
11170 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11171
11172         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
11173         (gst_lpwsinc_class_init), (process_32), (process_64),
11174         (lpwsinc_build_kernel), (lpwsinc_set_property),
11175         (lpwsinc_get_property):
11176         * gst/filter/gstlpwsinc.h:
11177         Add a highpass mode.
11178
11179 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11180
11181         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
11182         (lpwsinc_build_kernel):
11183         Fix processing if the input has more than one channel.
11184
11185 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
11186
11187         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
11188         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
11189         (bpwsinc_set_property), (bpwsinc_get_property):
11190         "this" is a C++ keyword, use "self" instead.
11191         Add TODOs and FIXMEs and remove two wrong FIXMEs.
11192         * gst/filter/gstlpwsinc.c:
11193         Add FIXMEs and a new TODO.
11194
11195 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
11196
11197         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
11198         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
11199         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
11200         (lpwsinc_get_unit_size), (lpwsinc_transform),
11201         (lpwsinc_set_property), (lpwsinc_get_property):
11202         * gst/filter/gstlpwsinc.h:
11203         Add double support, replace "this" with "self" as the former
11204         is a C++ keyword.
11205         Implement the frequency property in Hz instead of fraction
11206         of sampling frequency.
11207         Remove some unecessary FIXMEs and add some TODOs, add some
11208         required locking and refactor the kernel generation into a
11209         separate function that is also called when the properties
11210         change now.
11211         And use BaseTransform::transform instead of transform_ip
11212         as the convolution is done out of place anyway. Should
11213         be done in place later.
11214
11215 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
11216
11217         * configure.ac:
11218         * gst/stereo/Makefile.am:
11219         * gst/stereo/gststereo.c: (gst_stereo_base_init),
11220         (gst_stereo_class_init), (gst_stereo_init),
11221         (gst_stereo_transform_ip), (gst_stereo_set_property),
11222         (gst_stereo_get_property):
11223         * gst/stereo/gststereo.h:
11224         Port the stereo element to GStreamer 0.10.
11225
11226 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11227
11228         submitted by: Raphael Higino <phhigino@gmail.com>
11229
11230         * po/LINGUAS:
11231         * po/pt_BR.po:
11232           Added Portuguese (Brazilian) translation.
11233
11234 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11235
11236         * po/uk.po:
11237         * po/vi.po:
11238           Updated translations.
11239
11240 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
11241
11242         * gst/filter/Makefile.am:
11243         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
11244         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
11245         (gst_bpwsinc_init), (bpwsinc_setup):
11246         * gst/filter/gstbpwsinc.h:
11247         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
11248         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
11249         (gst_lpwsinc_init), (lpwsinc_setup):
11250         * gst/filter/gstlpwsinc.h:
11251         Use GstAudioFilter as base class and don't leak the memory
11252         of the filter kernel and residue.
11253
11254 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
11255
11256         Patch by: Josep Torra Valles <josep@fluendo.com>
11257
11258         * docs/plugins/gst-plugins-bad-plugins.args:
11259         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
11260         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
11261         * ext/libmms/gstmms.h:
11262         Add connection speed property to libmms. Fixes #464678.
11263
11264 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
11265
11266         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
11267         (gst_real_video_dec_activate_push), (open_library),
11268         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
11269         * gst/real/gstrealvideodec.h:
11270         Remove some old unused vars.
11271
11272 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
11273
11274         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
11275         Small cleanups.
11276
11277         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
11278         (open_library):
11279         Remove fragment and timestamp correction code from the decoder to make
11280         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
11281
11282 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
11283
11284         * po/POTFILES.skip:
11285           Add POTFILES.skip with list of source files that aren't disted at the
11286           moment but contain translatable strings. Should hopefully pacify
11287           broken tools and make it clearer that these files are left out
11288           intentionally (#461601 and others).
11289
11290 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
11291
11292         Patch by: Ian Munro  <imunro at netspace net au>
11293
11294         * gst/bayer/gstbayer2rgb.c:
11295           Include our own "_stdint.h" instead of <stdint.h> (which may not
11296           be available).
11297
11298         * gst/speed/gstspeed.h:
11299           Native HP-UX compiler dosn't seem to like enum typedefs before the
11300           actual enum was defined.
11301
11302         * gst/vmnc/vmncdec.c:
11303           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
11304
11305 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
11306
11307         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
11308         Use the proper context variable when setting the password !
11309         LOG => WARNING for errors.
11310         Give proper path when opening the codec (needs a '/' at the end).
11311
11312 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11313
11314         * gst/real/Makefile.am:
11315           And dist the new header file too.
11316
11317 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11318
11319         * gst/real/gstreal.h:
11320         Add missing header file.
11321
11322 2007-07-25  Julien MOUTTE  <julien@moutte.net>
11323
11324         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
11325         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11326         (gst_flv_demux_init):
11327         * gst/flv/gstflvdemux.h:
11328         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
11329         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11330         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11331         (gst_flv_parse_header):
11332         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
11333         reusable, more safety checks.
11334
11335 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
11336
11337         * ext/timidity/gsttimidity.c: (gst_timidity_init),
11338         (gst_timidity_change_state), (plugin_init):
11339         * ext/timidity/gsttimidity.h:
11340           Don't initialize timidity in plugin_init for similar reason as below.
11341
11342 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
11343
11344         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
11345         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
11346         * ext/timidity/gstwildmidi.h:
11347           Don't initialize wildmidi in plugin_init as it also setups audio
11348           filters which is slow.
11349
11350 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
11351
11352         reviewed by: Edward Hervey  <bilboed@bilboed.com>
11353
11354         * gst/real/gstreal.c: (plugin_init):
11355         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
11356         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
11357         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
11358         * gst/real/gstrealvideodec.c: (open_library),
11359         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
11360         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
11361         * gst/real/gstrealvideodec.h:
11362         Improved search algorithm for location of real .so files.
11363         Fixes #393461
11364
11365 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
11366
11367         * configure.ac:
11368         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
11369         Use the new buffer clipping function from gstaudio here and
11370         require gst-plugins-base CVS.
11371
11372 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
11373
11374         * configure.ac:
11375           Sync liboil check with plugins-base.
11376
11377 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11378
11379         * gst/equalizer/gstiirequalizer.c:
11380         (gst_iir_equalizer_band_set_property),
11381         (gst_iir_equalizer_child_proxy_get_child_by_index),
11382         (gst_iir_equalizer_child_proxy_get_children_count),
11383         (gst_iir_equalizer_child_proxy_interface_init),
11384         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
11385         (gst_iir_equalizer_compute_frequencies):
11386         * gst/equalizer/gstiirequalizer10bands.c:
11387         (gst_iir_equalizer_10bands_class_init):
11388         * gst/equalizer/gstiirequalizer3bands.c:
11389         (gst_iir_equalizer_3bands_class_init):
11390         * gst/equalizer/gstiirequalizernbands.c:
11391           Better algorith for the center frequencies. Subtract band filters from
11392           input for negative gains. Rework the gain mapping.
11393
11394 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11395
11396         * ext/dirac/Makefile.am:
11397           Also include stdlib here.
11398
11399 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
11400
11401         * tests/check/elements/.cvsignore:
11402         Fix the buildbot with the cvsignore it wants.
11403
11404 2007-07-19  Julien MOUTTE  <julien@moutte.net>
11405
11406         * configure.ac:
11407         * gst/flv/Makefile.am:
11408         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
11409         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
11410         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
11411         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
11412         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
11413         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
11414         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11415         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
11416         (gst_flv_demux_init), (plugin_init):
11417         * gst/flv/gstflvdemux.h:
11418         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
11419         (gst_flv_demux_query_types), (gst_flv_demux_query),
11420         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11421         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11422         (gst_flv_parse_tag_type), (gst_flv_parse_header):
11423         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
11424         It does not do seeking yet, it supports pull and push mode so YES
11425         you can use it to play youtube videos directly from an HTTP uri.
11426         Not so much testing done yet but it parses metadata, reply to 
11427         duration queries, etc...
11428
11429 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
11430
11431         * tests/check/Makefile.am:
11432         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
11433           main):
11434           Add typefind test for midi.
11435
11436 2007-07-18  Michael Smith  <msmith@fluendo.com>
11437
11438         * ext/soundtouch/gstpitch.cc:
11439           If we receive a new segment event, don't try to push buffers out
11440           in response (without first sending it on!).
11441           Instead, flush internal buffers on receiving flush events.
11442           Fixes playback after seeking.
11443
11444 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11445
11446         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
11447         (gst_bayer2rgb_reset):
11448           Add basic docs. Use glibs mem routines.
11449
11450 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11451
11452         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
11453           Add example to the docs. Fix buffer-offset-end and add some debug.
11454
11455 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11456
11457         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
11458         (gst_jack_ring_buffer_acquire):
11459           Add stdlib include here too.
11460
11461 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11462
11463         * examples/app/appsrc_ex.c:
11464         * examples/switch/switcher.c:
11465         * ext/neon/gstneonhttpsrc.c:
11466         * ext/timidity/gstwildmidi.c:
11467         * ext/x264/gstx264enc.c:
11468         * gst/mve/mveaudioenc.c: (mve_compress_audio):
11469         * gst/rtpmanager/gstrtpclient.c:
11470         * gst/rtpmanager/gstrtpjitterbuffer.c:
11471         * gst/spectrum/demo-audiotest.c:
11472         * gst/spectrum/demo-osssrc.c:
11473         * sys/dvb/gstdvbsrc.c:
11474           Add stdlib include (free, atoi, exit).
11475
11476 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
11477
11478         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
11479         Fix buffer clipping to correctly clip to the segment stop.
11480
11481 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
11482
11483         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
11484
11485         * gst/modplug/gstmodplug.cc:
11486         add several missing supported mime-types to the modplug plugin.
11487         Fixes #456901.
11488
11489 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
11490
11491         * configure.ac:
11492         * tests/Makefile.am:
11493         Remove bogus check for libcheck, since we check for
11494         gstreamer-check and it pulls in the required info from there, and we
11495         weren't actually _using_ the information for libcheck ourselves
11496         anyway.
11497
11498 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
11499
11500         * configure.ac:
11501           Use pkg-config to locate check.
11502
11503 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
11504
11505         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
11506         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
11507           Fix build against core CVS.
11508
11509 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
11510
11511         * REQUIREMENTS:
11512           Sync with changes in -ugly.
11513
11514 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
11515
11516         * REQUIREMENTS:
11517           Add download location of libamrwb.
11518
11519 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
11520
11521         * docs/plugins/inspect/plugin-amrwb.xml:
11522         * docs/plugins/inspect/plugin-equalizer.xml:
11523         * docs/plugins/inspect/plugin-multifile.xml:
11524         * docs/plugins/inspect/plugin-timidity.xml:
11525         * docs/plugins/inspect/plugin-wildmidi.xml:
11526           Add missing inspect files. Fixes build (#454313).
11527
11528         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
11529           Scream a bit louder when initialisation fails.
11530
11531         * gst-libs/README:
11532         * gst-libs/ext/.cvsignore:
11533           Remove some cruft.
11534
11535 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
11536
11537         * ext/ivorbis/Makefile.am:
11538           Dist header files. Fixes #454078.
11539
11540 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
11541
11542         * docs/plugins/Makefile.am:
11543           Simplify --extra-dir as gtkdoc scans recursively.
11544
11545         * ext/amrwb/gstamrwbenc.c:
11546           Fix comment start.
11547
11548 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11549
11550         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
11551           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
11552           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
11553           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
11554           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
11555           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
11556         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
11557         Removed property "device". Added properties "adapter" and "frontend".
11558         Fixes #453636.
11559         Rename freq property to frequency.
11560
11561 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
11562
11563         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11564         Fix property descriptions.
11565
11566 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11567
11568         * docs/plugins/Makefile.am:
11569         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11570         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11571         * ext/amrwb/gstamrwbdec.c:
11572         * ext/amrwb/gstamrwbenc.c:
11573         * ext/amrwb/gstamrwbparse.c:
11574           Also document AMR-WB elements.
11575
11576 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11577
11578         * docs/plugins/Makefile.am:
11579         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11580         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11581         * docs/plugins/gst-plugins-bad-plugins.args:
11582           Cleanup the section file so that -unused is empty again (and useful to
11583           spot new docs). Add not yet added docs to sgml file. Add more header
11584           to Makefile.am to make them introspectable.
11585
11586         * docs/plugins/inspect/plugin-bz2.xml:
11587         * docs/plugins/inspect/plugin-cdxaparse.xml:
11588         * docs/plugins/inspect/plugin-dtsdec.xml:
11589         * docs/plugins/inspect/plugin-faac.xml:
11590         * docs/plugins/inspect/plugin-faad.xml:
11591         * docs/plugins/inspect/plugin-filter.xml:
11592         * docs/plugins/inspect/plugin-freeze.xml:
11593         * docs/plugins/inspect/plugin-gdp.xml:
11594         * docs/plugins/inspect/plugin-gsm.xml:
11595         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11596         * docs/plugins/inspect/plugin-h264parse.xml:
11597         * docs/plugins/inspect/plugin-modplug.xml:
11598         * docs/plugins/inspect/plugin-musicbrainz.xml:
11599         * docs/plugins/inspect/plugin-nsfdec.xml:
11600         * docs/plugins/inspect/plugin-replaygain.xml:
11601         * docs/plugins/inspect/plugin-spectrum.xml:
11602         * docs/plugins/inspect/plugin-speed.xml:
11603         * docs/plugins/inspect/plugin-tta.xml:
11604         * docs/plugins/inspect/plugin-videosignal.xml:
11605         * docs/plugins/inspect/plugin-xingheader.xml:
11606         * docs/plugins/inspect/plugin-xvid.xml:
11607           Update the doc blobs.
11608
11609 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11610
11611         * gst/multifile/Makefile.am:
11612         * gst/multifile/gstmultifile.c:
11613         * gst/multifile/gstmultifilesink.c:
11614         * gst/multifile/gstmultifilesink.h:
11615         * gst/multifile/gstmultifilesrc.c:
11616         * gst/multifile/gstmultifilesrc.h:
11617           Add .h files to be able to add it to the docs.
11618
11619 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11620
11621         * gst/modplug/gstmodplug.cc:
11622           Activate doc section.
11623
11624 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11625
11626         * ext/timidity/gsttimidity.c:
11627         * ext/timidity/gstwildmidi.c:
11628         * ext/timidity/gstwildmidi.h:
11629           Fix licence (both are GPL). Add element docs.
11630
11631 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11632
11633         * ext/musicbrainz/gsttrm.h:
11634           Fix _get_type signature.
11635
11636 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11637
11638         * gst/replaygain/gstrgvolume.h:
11639           Fix GObject macros.
11640
11641 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11642
11643         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
11644         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
11645         (gst_dc1394_set_caps_framesize_range),
11646         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
11647         (gst_dc1394_framerate_frac_to_const),
11648         (gst_dc1394_open_cam_with_best_caps):
11649         Make a bunch of functions static, and move variable declarations
11650         to the start of blocks to avoid problems on older gcc.
11651
11652         Make sure to unset value types.
11653
11654 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11655
11656         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11657
11658         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
11659         With CVS of ffmpegcolorspace from plugins-base, I can now
11660         get 30 fps from the iSight.
11661
11662 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11663
11664         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11665         Change a g_print to a GST_DEBUG message.
11666
11667 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11668
11669         * configure.ac:
11670         * ext/Makefile.am:
11671         * ext/dc1394/Makefile.am:
11672         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
11673         (gst_dc1394_class_init), (gst_dc1394_init),
11674         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
11675         (gst_dc1394_get_property), (gst_dc1394_getcaps),
11676         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
11677         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
11678         (gst_dc1394_caps_set_format_vmode_caps),
11679         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
11680         (gst_dc1394_set_caps_framesize_range),
11681         (gst_dc1394_caps_set_framerate_list),
11682         (gst_dc1394_framerate_const_to_frac),
11683         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
11684         (gst_dc1394_framerate_frac_to_const),
11685         (gst_dc1394_open_cam_with_best_caps),
11686         (gst_dc1394_change_camera_transmission), (plugin_init):
11687         * ext/dc1394/gstdc1394.h:
11688         Commit new dc1394src element.
11689         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
11690         Patch By: Eric Jonas < jonas at mit dot edu >
11691         Close: #387251
11692
11693 2007-06-28  Wim Taymans  <wim@fluendo.com>
11694
11695         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11696         Register new property as well.
11697
11698 2007-06-28  Wim Taymans  <wim@fluendo.com>
11699
11700         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11701         (gst_video_detect_set_property), (gst_video_detect_get_property):
11702         * gst/videosignal/gstvideodetect.h:
11703         Add property to adjust the center, sensitivity is now the distance from
11704         this center.
11705
11706 2007-06-27  Wim Taymans  <wim@fluendo.com>
11707
11708         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11709         (gst_video_detect_set_property), (gst_video_detect_get_property),
11710         (gst_video_detect_class_init):
11711         * gst/videosignal/gstvideodetect.h:
11712         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
11713         (gst_video_mark_420), (gst_video_mark_set_property),
11714         (gst_video_mark_get_property), (gst_video_mark_class_init):
11715         * gst/videosignal/gstvideomark.h:
11716         Add left and bottom offset properties to control the position of the
11717         pattern.
11718
11719 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
11720
11721         * docs/plugins/gst-plugins-bad-plugins.args:
11722         * docs/plugins/inspect/plugin-alsaspdif.xml:
11723         * docs/plugins/inspect/plugin-bz2.xml:
11724         * docs/plugins/inspect/plugin-cdxaparse.xml:
11725         * docs/plugins/inspect/plugin-dtsdec.xml:
11726         * docs/plugins/inspect/plugin-faac.xml:
11727         * docs/plugins/inspect/plugin-faad.xml:
11728         * docs/plugins/inspect/plugin-filter.xml:
11729         * docs/plugins/inspect/plugin-freeze.xml:
11730         * docs/plugins/inspect/plugin-gdp.xml:
11731         * docs/plugins/inspect/plugin-glimagesink.xml:
11732         * docs/plugins/inspect/plugin-gsm.xml:
11733         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11734         * docs/plugins/inspect/plugin-h264parse.xml:
11735         * docs/plugins/inspect/plugin-jack.xml:
11736         * docs/plugins/inspect/plugin-mms.xml:
11737         * docs/plugins/inspect/plugin-modplug.xml:
11738         * docs/plugins/inspect/plugin-musicbrainz.xml:
11739         * docs/plugins/inspect/plugin-neon.xml:
11740         * docs/plugins/inspect/plugin-nsfdec.xml:
11741         * docs/plugins/inspect/plugin-replaygain.xml:
11742         * docs/plugins/inspect/plugin-sdl.xml:
11743         * docs/plugins/inspect/plugin-spectrum.xml:
11744         * docs/plugins/inspect/plugin-speed.xml:
11745         * docs/plugins/inspect/plugin-tta.xml:
11746         * docs/plugins/inspect/plugin-videosignal.xml:
11747         * docs/plugins/inspect/plugin-xingheader.xml:
11748         * docs/plugins/inspect/plugin-xvid.xml:
11749           Update docs with caps info.
11750
11751 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
11752
11753         * gconf/.cvsignore:
11754         * gconf/Makefile.am:
11755         * gconf/gstreamer.schemas.in:
11756           Remove dysfunctional directory (this stuff is in -good).
11757
11758         * ext/sndfile/gstsf.c: (plugin_init):
11759         * sys/dvb/gstdvbsrc.c: (plugin_init):
11760           Add i18n bindtextdomain stuff.
11761
11762         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11763         (plugin_init):
11764           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11765
11766         * po/POTFILES.in:
11767           Add more source files with translatable strings (fixes #450605).
11768
11769 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11770
11771         Contributed by: Wenzheng Hu <db_lobster@163.com>
11772
11773         * po/LINGUAS:
11774         * po/zh_CN.po:
11775           Added Chinese (simplified) translation.
11776
11777 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11778
11779         Patch by: Jens Granseuer  <jensgr at gmx net>
11780
11781         * gst/equalizer/gstiirequalizer.c:
11782         * gst/equalizer/gstiirequalizer10bands.c:
11783         * gst/equalizer/gstiirequalizer3bands.c:
11784         * gst/equalizer/gstiirequalizernbands.c:
11785         * gst/rtpmanager/async_jitter_queue.c:
11786         (async_jitter_queue_push_sorted):
11787         * gst/rtpmanager/gstrtpjitterbuffer.c:
11788         (gst_rtp_jitter_buffer_chain):
11789         * gst/switch/gstswitch.c: (gst_switch_chain):
11790           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11791           Fixes #450185.
11792
11793 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11794
11795         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11796           last_message_received, main):
11797         * gst/switch/gstswitch.c (gst_switch_release_pad,
11798           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11799           gst_switch_set_property, gst_switch_get_property,
11800           gst_switch_get_linked_pad, gst_switch_getcaps,
11801           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11802         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11803           GST_SWITCH_UNLOCK):
11804         Add an extra lock to protect against certain variables instead of
11805         using the object lock. Fix case where caps are different in the
11806         sink pads causes deadlock. Update example to use different caps
11807         on each sink pad.
11808
11809 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11810
11811         * MAINTAINERS:
11812         Updating all the maintainers files
11813
11814 2007-06-22  Edward Hervey  <edward@fluendo.com>
11815
11816         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11817         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11818         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11819         * ext/audioresample/gstaudioresample.c:
11820         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11821         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11822         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11823         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11824         * ext/faac/gstfaac.c: (gst_faac_init):
11825         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11826         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11827         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11828         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11829         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11830         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11831         * ext/spc/gstspc.c: (gst_spc_dec_init):
11832         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11833         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11834         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11835         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11836         * gst/chart/gstchart.c: (gst_chart_init):
11837         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11838         * gst/festival/gstfestival.c: (gst_festival_init):
11839         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11840         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11841         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11842         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11843         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11844         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11845         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11846         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11847         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11848         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11849         * gst/speed/gstspeed.c: (speed_init):
11850         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11851         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11852         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11853         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11854         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11855         Fix leaks.
11856
11857 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11858
11859         * RELEASE:
11860         * sys/Makefile.am:
11861           Re-enable VCD source and fix up release notes.
11862
11863 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11864
11865         * gst/equalizer/gstiirequalizer.c:
11866           Document parameter mapping.
11867
11868 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11869
11870         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11871         (gst_spectrum_transform_ip):
11872           Fix leaking buffers.
11873           
11874         * tests/check/Makefile.am:
11875         * tests/check/elements/spectrum.c: (setup_spectrum),
11876         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11877           Add simple test for spectrum element.
11878
11879 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11880
11881         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11882         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11883         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11884         (gst_amrwbdec_state_change):
11885         * ext/amrwb/gstamrwbdec.h:
11886         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11887         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11888           Add newsegment and discont handling. Some code cleanups. Don't leak
11889           the adapter, unref it in a new finalize method instead. Sync the
11890           parser with the amr-nb changes.
11891
11892 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11893
11894         * configure.ac:
11895         Back to CVS.
11896
11897         * gst-plugins-bad.doap:
11898         Add 0.10.5 to the doap file.
11899
11900 === release 0.10.5 ===
11901
11902 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11903
11904         * configure.ac:
11905           releasing 0.10.5, "Expedition to Lake Pahoe"
11906
11907 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11908
11909         * win32/vs6/gst_plugins_bad.dsw:
11910         * win32/vs6/libdshowsrcwrapper.dsp:
11911         * win32/vs6/libgstdshow.dsp:
11912         * win32/vs6/libgstmpegvideoparse.dsp:
11913         * win32/vs6/libgstneon.dsp:
11914         Convert line endings to CRLF and mark as binary files.
11915
11916 2007-06-13  Wim Taymans  <wim@fluendo.com>
11917
11918         * sys/Makefile.am:
11919         Disable VCD build because we're frozen..
11920
11921 2007-06-13  Wim Taymans  <wim@fluendo.com>
11922
11923         * configure.ac:
11924         * sys/Makefile.am:
11925         * sys/vcd/Makefile.am:
11926         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11927         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11928         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11929         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11930         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11931         (gst_vcdsrc_uri_set_uri):
11932         * sys/vcd/vcdsrc.h:
11933         Port VCD element.
11934
11935 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11936
11937         * win32/MANIFEST:
11938         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11939         MANIFEST.
11940         * win32/vs6/gst_plugins_bad.dsw:
11941         Remove qtdemux, directdraw, directsound and waveform project files
11942         from the workspace as they have been moved to -good.
11943
11944 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11945
11946         * po/POTFILES.in:
11947         Remove qtdemux from the translation list.
11948
11949 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11950
11951         * configure.ac:
11952         * docs/plugins/Makefile.am:
11953         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11954         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11955         * docs/plugins/inspect/plugin-osxvideo.xml:
11956         * docs/plugins/inspect/plugin-videocrop.xml:
11957         * gst-plugins-bad.spec.in:
11958         * gst/videocrop/Makefile.am:
11959         * gst/videocrop/gstvideocrop.c:
11960         * gst/videocrop/gstvideocrop.h:
11961         * gst/videocrop/videocrop.vcproj:
11962         * sys/Makefile.am:
11963         * sys/osxvideo/Makefile.am:
11964         * sys/osxvideo/cocoawindow.h:
11965         * sys/osxvideo/cocoawindow.m:
11966         * sys/osxvideo/osxvideosink.h:
11967         * sys/osxvideo/osxvideosink.m:
11968         * tests/check/Makefile.am:
11969         * tests/check/elements/videocrop.c:
11970         * tests/icles/Makefile.am:
11971         * tests/icles/videocrop-test.c:
11972         Move videocrop and osxvideo to -good.
11973
11974 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11975
11976         * configure.ac:
11977         * docs/plugins/Makefile.am:
11978         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11979         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11980         * gst/qtdemux/Makefile.am:
11981         * gst/qtdemux/gstrtpxqtdepay.c:
11982         * gst/qtdemux/gstrtpxqtdepay.h:
11983         * gst/qtdemux/qtdemux.c:
11984         * gst/qtdemux/qtdemux.h:
11985         * gst/qtdemux/qtdemux.vcproj:
11986         * gst/qtdemux/qtdemux_dump.c:
11987         * gst/qtdemux/qtdemux_dump.h:
11988         * gst/qtdemux/qtdemux_fourcc.h:
11989         * gst/qtdemux/qtdemux_types.c:
11990         * gst/qtdemux/qtdemux_types.h:
11991         * gst/qtdemux/qtpalette.h:
11992         * gst/qtdemux/quicktime.c:
11993         * win32/MANIFEST:
11994         * win32/vs6/libgstqtdemux.dsp:
11995         Move qtdemux to -good.
11996
11997         * gst-plugins-bad.spec.in:
11998         Update spec file to reflect wavpack & qtdemux moving to -good.
11999
12000 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
12001
12002         * docs/plugins/Makefile.am:
12003         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12004         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12005         * docs/plugins/inspect/plugin-waveform.xml:
12006         * sys/waveform/gstwaveformplugin.c:
12007         * sys/waveform/gstwaveformsink.c:
12008         * sys/waveform/gstwaveformsink.h:
12009         * win32/MANIFEST:
12010         * win32/vs6/libgstwaveform.dsp:
12011         Remove the waveform plugin now that it is in -good.
12012
12013 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
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         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12020         * docs/plugins/inspect/plugin-wavpack.xml:
12021         * ext/Makefile.am:
12022         * ext/wavpack/Makefile.am:
12023         * ext/wavpack/gstwavpack.c:
12024         * ext/wavpack/gstwavpackcommon.c:
12025         * ext/wavpack/gstwavpackcommon.h:
12026         * ext/wavpack/gstwavpackdec.c:
12027         * ext/wavpack/gstwavpackdec.h:
12028         * ext/wavpack/gstwavpackenc.c:
12029         * ext/wavpack/gstwavpackenc.h:
12030         * ext/wavpack/gstwavpackparse.c:
12031         * ext/wavpack/gstwavpackparse.h:
12032         * ext/wavpack/gstwavpackstreamreader.c:
12033         * ext/wavpack/gstwavpackstreamreader.h:
12034         * ext/wavpack/md5.c:
12035         * ext/wavpack/md5.h:
12036         * tests/check/Makefile.am:
12037         * tests/check/elements/wavpackdec.c:
12038         * tests/check/elements/wavpackenc.c:
12039         * tests/check/elements/wavpackparse.c:
12040           Move wavpack to good.
12041
12042 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
12043
12044         * configure.ac:
12045         * docs/plugins/Makefile.am:
12046         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12047         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12048         * docs/plugins/gst-plugins-bad-plugins.args:
12049         * docs/plugins/inspect/plugin-directdraw.xml:
12050         * docs/plugins/inspect/plugin-directsound.xml:
12051         * sys/Makefile.am:
12052         * sys/directdraw/Makefile.am:
12053         * sys/directdraw/gstdirectdrawplugin.c:
12054         * sys/directdraw/gstdirectdrawsink.c:
12055         * sys/directdraw/gstdirectdrawsink.h:
12056         * sys/directsound/Makefile.am:
12057         * sys/directsound/gstdirectsoundplugin.c:
12058         * sys/directsound/gstdirectsoundsink.c:
12059         * sys/directsound/gstdirectsoundsink.h:
12060         * win32/MANIFEST:
12061         * win32/gst.sln:
12062         * win32/vs6/libgstdirectdraw.dsp:
12063         * win32/vs6/libgstdirectsound.dsp:
12064         * win32/vs7/libgstdirectdraw.vcproj:
12065         * win32/vs7/libgstdirectsound.vcproj:
12066         * win32/vs8/libgstdirectdraw.vcproj:
12067         * win32/vs8/libgstdirectsound.vcproj:
12068         Remove DirectDraw & DirectSound plugins, as they've moved to Good
12069
12070 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
12071
12072         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
12073         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
12074         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
12075           When driving the pipeline, also post an error when we get a
12076           not-linked flow return from downstream.
12077
12078 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
12079
12080         * docs/plugins/gst-plugins-bad-plugins.args:
12081         * sys/directdraw/gstdirectdrawsink.c:
12082         (gst_directdraw_sink_class_init):
12083         Rename the keep-aspect-ratio property to force-aspect-ratio to make
12084         it consistent with xvimagesink and ximagesink.
12085
12086 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
12087
12088         * tests/icles/videocrop-test.c: (main):
12089           Default to xvimagesink instead of autovideosink while
12090           autovideosink/ghostpads/whatever don't handle the way we use it in
12091           the way we expect it to.
12092
12093 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
12094
12095         * configure.ac:
12096           Bump requirements to released versions of core and -base, and remove
12097           special-casing for equalizer and rtpmanager as it's not needed any
12098           longer.
12099
12100 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
12101
12102         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
12103         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
12104         Sprinkle in some XSync calls to avoid raciness with broken
12105         drivers (ATI) when re-using a single glimagesink.
12106
12107 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
12108
12109         * gst/mpegvideoparse/mpegpacketiser.c:
12110         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
12111         (mpeg_util_parse_picture_hdr):
12112         * gst/mpegvideoparse/mpegvideoparse.c:
12113         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
12114         Fix some silly bugs with calculating the guard sizes.
12115         Properly compare the old sequence header structure with the new one.
12116         Don't error out on an invalid sequence - just ignore it.
12117
12118 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
12119
12120         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
12121           Printf fix in debug statement; also print the right number there.
12122
12123 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
12124
12125         * ext/sdl/Makefile.am:
12126         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
12127           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
12128           (#444499); initialise variable to avoid false compiler warning.
12129
12130 2007-06-01  Wim Taymans  <wim@fluendo.com>
12131
12132         * docs/plugins/Makefile.am:
12133         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12134         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12135         * docs/plugins/inspect/plugin-videosignal.xml:
12136         * gst/videosignal/Makefile.am:
12137         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
12138         (gst_video_mark_draw_box), (gst_video_mark_420),
12139         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
12140         (gst_video_mark_get_property), (gst_video_mark_base_init),
12141         (gst_video_mark_class_init), (gst_video_mark_init),
12142         (gst_video_mark_get_type):
12143         * gst/videosignal/gstvideomark.h:
12144         * gst/videosignal/gstvideosignal.c: (plugin_init):
12145         Add plugin to generate a pattern detectable by videodetect.
12146
12147 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
12148
12149         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
12150           Don't leak buffer when returning an error.
12151
12152 2007-06-01  Wim Taymans  <wim@fluendo.com>
12153
12154         Patch by René Stadler <mail at renestadler dot de>:
12155
12156         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
12157         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
12158         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
12159         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
12160         (gst_neonhttp_src_set_location),
12161         (gst_neonhttp_src_send_request_and_redirect),
12162         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
12163         * ext/neon/gstneonhttpsrc.h:
12164         Deprecated "uri" property.  Clean up property descriptions.
12165         Change default User-Agent to the slightly more descriptive
12166         "GStreamer neonhttpsrc".
12167         Various other small cleanups, mostly property related.
12168
12169 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
12170
12171         * ext/libmms/gstmms.h:
12172           No reason to use gpointers instead of typed pointes here as far as I
12173           can see.
12174
12175         * ext/mythtv/gstmythtvsrc.c:
12176         * ext/neon/gstneonhttpsrc.c:
12177         * gst/switch/gstswitch.c:
12178           Don't use gtk-doc magic markers for things that aren't meant to be
12179           parsed by gtk-doc. Makes gtk-doc complain a bit less.
12180
12181 2007-05-30  Wim Taymans  <wim@fluendo.com>
12182
12183         * configure.ac:
12184         * docs/plugins/Makefile.am:
12185         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12186         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12187         * docs/plugins/inspect/plugin-videosignal.xml:
12188         * gst/videosignal/Makefile.am:
12189         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
12190         (gst_video_analyse_post_message), (gst_video_analyse_420),
12191         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
12192         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
12193         (gst_video_analyse_class_init), (gst_video_analyse_init),
12194         (gst_video_analyse_get_type):
12195         * gst/videosignal/gstvideoanalyse.h:
12196         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
12197         (gst_video_detect_post_message),
12198         (gst_video_detect_calc_brightness), (gst_video_detect_420),
12199         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
12200         (gst_video_detect_get_property), (gst_video_detect_base_init),
12201         (gst_video_detect_class_init), (gst_video_detect_init),
12202         (gst_video_detect_get_type):
12203         * gst/videosignal/gstvideodetect.h:
12204         * gst/videosignal/gstvideosignal.c: (plugin_init):
12205         * gst/videosignal/gstvideosignal.h:
12206         Added videosignal plugin with two plugins to analyse video frames.
12207         Added videoanalyse to report about brightness and variance in video
12208         frames.
12209         Added videodetect to detect predefined patterns in a video signal.
12210
12211 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
12212
12213         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12214         * docs/plugins/gst-plugins-bad-plugins.interfaces:
12215         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
12216         * docs/plugins/gst-plugins-bad-plugins.signals:
12217           More updates.
12218
12219 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
12220
12221         * docs/plugins/gst-plugins-bad-plugins.args:
12222         * docs/plugins/gst-plugins-bad-plugins.signals:
12223         * docs/plugins/inspect/plugin-dtsdec.xml:
12224         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
12225         * docs/plugins/inspect/plugin-musepack.xml:
12226         * docs/plugins/inspect/plugin-rtpmanager.xml:
12227         * docs/plugins/inspect/plugin-sdl.xml:
12228         * docs/plugins/inspect/plugin-spcdec.xml:
12229         * docs/plugins/inspect/plugin-swfdec.xml:
12230           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
12231           hopefully that makes the build bots happy again.
12232
12233 2007-05-28  Wim Taymans  <wim@fluendo.com>
12234
12235         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12236         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12237         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
12238         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
12239         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
12240         * gst/rtpmanager/gstrtpclient.c: (create_stream),
12241         (gst_rtp_client_request_new_pad):
12242         * gst/rtpmanager/gstrtpjitterbuffer.c:
12243         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
12244         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12245         * gst/rtpmanager/gstrtpptdemux.c:
12246         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12247         (gst_rtp_session_request_new_pad):
12248         * gst/rtpmanager/gstrtpssrcdemux.c:
12249         Rename elements to avoid conflict with farsight elements with the same
12250         name. Fixes #430664.
12251
12252 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
12253
12254         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12255
12256         * sys/directdraw/gstdirectdrawsink.c:
12257         (gst_directdraw_sink_buffer_alloc),
12258         (gst_directdraw_sink_show_frame),
12259         (gst_directdraw_sink_check_primary_surface),
12260         (gst_directdraw_sink_check_offscreen_surface),
12261         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
12262         (gst_directdraw_sink_surface_create):
12263         * sys/directdraw/gstdirectdrawsink.h:
12264           Fix more warnings when compiling with MingW (#439914).
12265
12266 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
12267
12268         * docs/plugins/gst-plugins-bad-plugins.args:
12269         Remove directsoundsink property doc as this sink use the mixer
12270         interface now.
12271         * docs/plugins/gst-plugins-bad-plugins.interfaces:
12272         Add interfaces implemented by Windows sinks.
12273         * sys/directsound/gstdirectsoundsink.c:
12274         * sys/directsound/gstdirectsoundsink.h:
12275         Remove directsoundsink property  and implement the mixer interface.
12276         * win32/vs6/gst_plugins_bad.dsw:
12277         * win32/vs6/libgstdirectsound.dsp:
12278         Update project files.
12279         * gst-libs/gst/dshow/gstdshow.cpp:
12280         * gst-libs/gst/dshow/gstdshow.h:
12281         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
12282         * gst-libs/gst/dshow/gstdshowfakesink.h:
12283         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
12284         * gst-libs/gst/dshow/gstdshowfakesrc.h:
12285         * gst-libs/gst/dshow/gstdshowinterface.cpp:
12286         * gst-libs/gst/dshow/gstdshowinterface.h:
12287         * win32/common/libgstdshow.def:
12288         * win32/vs6/libgstdshow.dsp:
12289         Add a new gst library which allow to create internal Direct Show
12290         graph (pipelines) to wrap Windows sources, decoders or encoders.
12291         It includes a DirectShow fake source and sink and utility functions.    
12292         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
12293         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
12294         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
12295         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
12296         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
12297         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
12298         * win32/vs6/libdshowsrcwrapper.dsp:
12299         Add a new plugin to wrap DirectShow sources on Windows.
12300         It gets data from any webcam, dv cam, micro. We could add 
12301         tv tunner card later.
12302         
12303 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
12304
12305         Patch by René Stadler <mail at renestadler dot de>:
12306
12307         * ext/sdl/sdlvideosink.c:
12308         Separate the authors by newlines instead of nothing. Fixes #440774.
12309
12310 2007-05-23  Wim Taymans  <wim@fluendo.com>
12311
12312         * docs/plugins/inspect/plugin-rtpmanager.xml:
12313         Add doc xml file.
12314
12315 2007-05-23  Wim Taymans  <wim@fluendo.com>
12316
12317         * docs/plugins/Makefile.am:
12318         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12319         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12320         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12321         * gst/rtpmanager/gstrtpbin.h:
12322         * gst/rtpmanager/gstrtpclient.c:
12323         * gst/rtpmanager/gstrtpjitterbuffer.c:
12324         (gst_rtp_jitter_buffer_class_init),
12325         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
12326         * gst/rtpmanager/gstrtpjitterbuffer.h:
12327         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12328         (gst_rtp_pt_demux_clear_pt_map):
12329         * gst/rtpmanager/gstrtpptdemux.h:
12330         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12331         (rtcp_thread), (gst_rtp_session_clear_pt_map):
12332         * gst/rtpmanager/gstrtpsession.h:
12333         * gst/rtpmanager/gstrtpssrcdemux.c:
12334         (gst_rtp_ssrc_demux_class_init):
12335         Document stuff.
12336         Add clear-pt-map action signal where needed.
12337
12338 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
12339
12340         * configure.ac:
12341           Depend on gstreamer-0.10.12.1.
12342         
12343         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12344           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12345           parent_class, gst_iir_equalizer_band_set_property,
12346           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12347           gst_iir_equalizer_child_proxy_get_child_by_index,
12348           gst_iir_equalizer_child_proxy_get_children_count,
12349           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12350           gst_iir_equalizer_compute_frequencies,
12351           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
12352           plugin_init):
12353         * gst/equalizer/gstiirequalizer.h (audiofilter):
12354         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
12355           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
12356           gst_iir_equalizer_nbands_set_property):
12357           Use new locking macros.
12358
12359         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
12360           Add fixme.
12361
12362         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
12363           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
12364           gst_spectrum_event, gst_spectrum_transform_ip):
12365           Use new locking macros. Turn two fixed values into #defines.
12366
12367 2007-05-22  Edward Hervey  <edward@fluendo.com>
12368
12369         * docs/plugins/Makefile.am:
12370         Also look for .m (objectivec) files.
12371         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12372         * docs/plugins/gst-plugins-bad-plugins.args:
12373         * sys/osxvideo/osxvideosink.m:
12374         Add documentation for element and properties.
12375
12376 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12377
12378         * ChangeLog:
12379           ChangeLog surgery.
12380         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12381           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12382           parent_class, gst_iir_equalizer_band_set_property,
12383           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12384           gst_iir_equalizer_child_proxy_get_child_by_index,
12385           gst_iir_equalizer_child_proxy_get_children_count,
12386           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12387           gst_iir_equalizer_compute_frequencies, plugin_init):
12388         * tests/icles/equalizer-test.c:
12389           Add fixme and comment for example.
12390
12391 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12392
12393         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
12394           gst_spectrum_event, gst_spectrum_transform_ip):
12395           Use lock to protect from concurrent access.
12396
12397 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12398
12399         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12400         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12401         Specify and use properties as unsigned int that are an unsigned int.
12402
12403 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12404
12405         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12406         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
12407         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12408         * ext/wavpack/gstwavpackenc.h:
12409         Fixup docs, make the bitrate property an int as it should be and
12410         allow to set the different extra processing modes instead of only
12411         allowing none and the default one.
12412
12413 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
12414
12415         * ext/wavpack/gstwavpackenc.c:
12416         Add missing audioconverts in the example pipelines of wavpackenc. As
12417         the wavpack stuff now needs input with 32 bit width (and random depth)
12418         this is needed now. The example pipelines for the parser and decoder
12419         are still fine.
12420
12421 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12422
12423         * docs/plugins/Makefile.am:
12424         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12425           Fix docs build and hierarchy.
12426
12427 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12428
12429         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
12430         (gst_directdraw_sink_buffer_alloc),
12431         (gst_directdraw_sink_get_ddrawcaps),
12432         (gst_directdraw_sink_surface_create):
12433           Bunch of small fixes: remove static function that doesn't exist;
12434           declare another one that does; printf format fix; use right macro
12435           when specifying debug category; remove a bunch of unused variables;
12436           #if 0 out an unused chunk of code (partially fixes #439914).
12437
12438 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12439
12440         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
12441         * gst/switch/gstswitch.c: (gst_switch_chain):
12442           Printf format fixes (#439910, #439911).
12443
12444 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12445
12446         * tests/check/Makefile.am:
12447           Remove bits for deinterleave check which isn't in CVS yet.
12448
12449 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12450
12451         Patch by: René Stadler <mail at renestadler de>
12452
12453         * docs/plugins/Makefile.am:
12454         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12455         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12456         * docs/plugins/inspect/plugin-replaygain.xml:
12457         * gst/replaygain/Makefile.am:
12458         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
12459         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
12460         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
12461         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
12462         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
12463         (gst_rg_analysis_album_result):
12464         * gst/replaygain/gstrganalysis.h:
12465         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
12466         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
12467         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
12468         (gst_rg_limiter_transform_ip):
12469         * gst/replaygain/gstrglimiter.h:
12470         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
12471         (gst_rg_volume_class_init), (gst_rg_volume_init),
12472         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
12473         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
12474         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
12475         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
12476         (gst_rg_volume_determine_gain):
12477         * gst/replaygain/gstrgvolume.h:
12478         * gst/replaygain/replaygain.c: (plugin_init):
12479         * gst/replaygain/replaygain.h:
12480         * gst/replaygain/rganalysis.h:
12481         * tests/check/Makefile.am:
12482         * tests/check/elements/.cvsignore:
12483         * tests/check/elements/rganalysis.c: (send_eos_event),
12484         (GST_START_TEST):
12485         * tests/check/elements/rglimiter.c: (setup_rglimiter),
12486         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
12487         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
12488         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
12489         (cleanup_rgvolume), (set_playing_state), (set_null_state),
12490         (send_eos_event), (send_tag_event), (test_buffer_new),
12491         (fail_unless_target_gain), (fail_unless_result_gain),
12492         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
12493           Add replaygain playback elements (#412710).
12494
12495 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
12496
12497         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
12498         Update the cached caps after opening the display so that we report
12499         only the supported caps formats, not just the template caps.
12500         Fixes: #439405
12501
12502 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
12503
12504         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
12505           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
12506         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
12507           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
12508         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
12509           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
12510           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
12511           GST_DEBUG_FUNCPTR and add log-category.
12512
12513 2007-05-17  Edward Hervey  <edward@fluendo.com>
12514
12515         * sys/osxvideo/osxvideosink.h:
12516         * sys/osxvideo/osxvideosink.m:
12517         Remove the event-loop-in-separate-thread modifications, because MacOSX
12518         is $#@(*%$# ! For those wondering, the event handling needs to be done
12519         in the main thread after all..
12520
12521 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12522
12523         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
12524           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
12525           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
12526           gst_switch_chain, gst_switch_event, gst_switch_set_property,
12527           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
12528           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
12529           gst_switch_base_init, gst_switch_class_init):
12530         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
12531           stop_value, start_value, current_start, last_ts, stored_buffers):
12532         Add handling of application provided stop and start values, allowing
12533         A/V sync across 2 switch elements.
12534
12535 2007-05-17  Edward Hervey  <edward@fluendo.com>
12536
12537         * sys/osxvideo/osxvideosink.h:
12538         * sys/osxvideo/osxvideosink.m:
12539         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
12540         Use a separate thread/task for the cocoa event_loop, else it wouldn't
12541         stop.
12542
12543 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12544
12545         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
12546         (gst_real_audio_dec_setcaps):
12547         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
12548           Don't crash when we get a buffer and our input caps haven't been set
12549           yet; also, don't leak all the input buffers (realaudiodec only).
12550
12551 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12552
12553         patch by: Stanislav Brabec <sbrabec@suse.cz>
12554
12555         * configure.ac:
12556         * ext/amrwb/Makefile.am:
12557         * ext/amrwb/amrwb-code/Makefile.am:
12558         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
12559         * ext/amrwb/amrwb-code/amrwb/README:
12560         * ext/amrwb/gstamrwbdec.c:
12561         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
12562         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
12563         * ext/amrwb/gstamrwbparse.c:
12564         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
12565         * gst-libs/Makefile.am:
12566         * gst-libs/ext/Makefile.am:
12567         * gst-libs/ext/amrwb/Makefile.am:
12568         * gst-libs/ext/amrwb/README:
12569           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
12570
12571 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12572
12573         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
12574           This needs a version check.
12575
12576         * gst/bayer/Makefile.am:
12577           Fix the build.
12578
12579 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12580
12581         * configure.ac:
12582         * sys/directdraw/Makefile.am:
12583         * sys/directsound/Makefile.am:
12584           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
12585           and restore the various flags in the directdraw/directsound
12586           detection section. Apparently improves cross-compiling for win32
12587           with mingw32 under some circumstances (#437539).
12588
12589 2007-05-15  Wim Taymans  <wim@fluendo.com>
12590
12591         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12592         We always use fixed caps.
12593
12594 2007-05-14  David Schleef  <ds@schleef.org>
12595
12596         * gst/rtpmanager/gstrtpbin.c:
12597           g_hash_table_remove_all() only exists in 2.12.  Work around.
12598
12599 2007-05-14  David Schleef  <ds@schleef.org>
12600
12601         * configure.ac:
12602         * gst/bayer/Makefile.am:
12603         * gst/bayer/gstbayer.c:
12604         * gst/bayer/gstbayer2rgb.c:
12605           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
12606           Partial fix for #314160.
12607
12608 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12609
12610         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
12611           ARG_LAST_TS, parent_class, gst_switch_release_pad,
12612           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12613           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
12614           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
12615         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
12616           current_start, last_ts):
12617         Allow application to provide a stop timestamp, so a new segment
12618         update can be sent before switching.
12619
12620 2007-05-14  Wim Taymans  <wim@fluendo.com>
12621
12622         * gst/rtpmanager/async_jitter_queue.c:
12623         (async_jitter_queue_set_flushing_unlocked):
12624         Fix leak when flushing.
12625
12626         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
12627         (gst_rtp_bin_class_init):
12628         * gst/rtpmanager/gstrtpbin.h:
12629         Add clear-pt-map signal.
12630
12631         * gst/rtpmanager/gstrtpjitterbuffer.c:
12632         (gst_rtp_jitter_buffer_flush_stop),
12633         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
12634         Init clock-rate to -1 to mark unknow clock rate.
12635         Fix flushing.
12636
12637 2007-05-13  David Schleef  <ds@schleef.org>
12638
12639         * gst/replaygain/rganalysis.c:
12640           Fix wrong ifdef for visual C++.  Fixes: #437403.
12641           By Ali Sabil <ali.sabil@gmail.com>.
12642
12643 2007-05-12  David Schleef  <ds@schleef.org>
12644
12645         * ext/neon/gstneonhttpsrc.c:
12646           Make redirection the default behavior.  Fixes #413818.
12647
12648 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12649
12650         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
12651           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
12652           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
12653           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
12654           qtdemux_parse_segments, qtdemux_parse_trak):
12655         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
12656           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
12657           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
12658           rtp_session_get_location, rtp_session_get_tool,
12659           rtp_session_process_bye, session_report_blocks):
12660         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
12661           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
12662           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
12663
12664         * gst/switch/Makefile.am:
12665           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
12666
12667 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12668
12669         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
12670           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
12671           async_jitter_queue_set_low_threshold,
12672           async_jitter_queue_length_ts_units_unlocked,
12673           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
12674           async_jitter_queue_lock, async_jitter_queue_push,
12675           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
12676           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
12677           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
12678           async_jitter_queue_set_flushing_unlocked,
12679           async_jitter_queue_unset_flushing_unlocked):
12680           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
12681
12682 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12683
12684         * common/m4/gst-x11.m4:
12685           Restore CFLAGS and LIBS.
12686
12687         * configure.ac:
12688           Revert previous patch.
12689
12690 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12691
12692         Patch by: Ali Sabil <ali.sabil@gmail.com>
12693
12694         * configure.ac:
12695           Save and restore CFLAGS for OpenGL check. Fixes #437260.
12696         
12697
12698 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
12699
12700         * docs/plugins/gst-plugins-bad-plugins.args:
12701         Add directraw and directsound sinks properties.
12702
12703 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12704
12705         * configure.ac:
12706           Fix --disable-external (hopefully).
12707
12708 2007-05-09  Wim Taymans  <wim@fluendo.com>
12709
12710         * gst/rtpmanager/gstrtpjitterbuffer.c:
12711         (gst_rtp_jitter_buffer_query):
12712         Pass queries upstream.
12713
12714 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
12715
12716         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
12717         (gst_real_audio_dec_finalize):
12718         * gst/real/gstrealaudiodec.h:
12719         * gst/real/gstrealvideodec.c: (open_library), (close_library):
12720         * gst/real/gstrealvideodec.h:
12721           Use GModule instead of using dlsym() directly. Fixes #430598.
12722
12723 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
12724
12725         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12726         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12727         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12728           Add docs for Windows sinks.
12729
12730 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12731
12732         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
12733         (speed_chain), (speed_change_state):
12734           Fix event handling a bit by replacing completely dubious code
12735           written by someone else with completely dubious code written
12736           by me. Should at least fix #412077 though.
12737
12738 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12739
12740         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
12741         (plugin_init):
12742           Add debug category; use gst_pad_query_peer_*() utility functions;
12743           use gst_util_scale*(); add gtk-doc blurb.
12744
12745 2007-05-04  Wim Taymans  <wim@fluendo.com>
12746
12747         * gst/rtpmanager/gstrtpjitterbuffer.c:
12748         (gst_rtp_jitter_buffer_query):
12749         Add some debug info.
12750
12751         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12752         (rtp_session_send_rtp):
12753         Store real user name in the session.
12754
12755 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
12756
12757         * configure.ac:
12758         * examples/Makefile.am:
12759         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12760           last_message_received, main):
12761         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12762           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12763           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12764           gst_switch_set_property, gst_switch_get_property,
12765           gst_switch_get_linked_pad, gst_switch_getcaps,
12766           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12767           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12768           gst_switch_class_init):
12769         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12770           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12771           need_to_send_newsegment):
12772         Port switch element and example program to 0.10.
12773
12774 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12775
12776         * ext/wavpack/gstwavpack.c: (plugin_init):
12777         Call bindtextdomain() to get localized strings.
12778         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12779         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12780         (gst_wavpack_parse_handle_seek_event),
12781         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12782         * ext/wavpack/gstwavpackparse.h:
12783         Handle DISCONT buffers by correctly setting the DISCONT flag
12784         on outgoing buffers when necessary.
12785         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12786         Send newsegment from the streaming thread.
12787
12788 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12789
12790         * ext/wavpack/gstwavpackparse.c:
12791         (gst_wavpack_parse_handle_seek_event):
12792         Remove old workaround that was needed when seeking after the last
12793         sample. With the fixed error handling this works now as expected
12794         without pushing the last sample although it wasn't requested.
12795
12796 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12797
12798         * ext/wavpack/gstwavpackparse.c:
12799         (gst_wavpack_parse_handle_seek_event):
12800         Handle segment seeks in the seek event handler, correctly work with
12801         stop position == -1 and instead of stopping the task on seek just
12802         pause it.
12803
12804 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12805
12806         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12807         Add handling for segment seeks.
12808
12809 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12810
12811         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12812         (gst_wavpack_parse_create_src_pad),
12813         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12814         (gst_wavpack_parse_chain):
12815         Correctly handle errors, especially in the loop function. Before it
12816         was easy to get the task paused but no error being posted on the bus.
12817
12818 2007-04-30  Wim Taymans  <wim@fluendo.com>
12819
12820         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12821         (async_jitter_queue_pop_intern_unlocked):
12822         Fix the case where the buffer underruns and does not block.
12823
12824         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12825         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12826         (gst_rtp_bin_request_new_pad):
12827         Rename RTCP send pad, like in the session manager.
12828         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12829         fix handling of send_rtp_src pad.
12830
12831         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12832         When no pt map could be found, fall back to the sinkpad caps.
12833
12834         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12835         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12836         (create_recv_rtcp_sink), (create_send_rtp_sink),
12837         (create_send_rtcp_src):
12838         Fix pad names.
12839
12840         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12841         (rtp_session_create_source), (rtp_session_process_sr),
12842         (rtp_session_send_rtp), (session_start_rtcp):
12843         * gst/rtpmanager/rtpsession.h:
12844         Unlock session when performing a callback.
12845         Add callbacks for the internal session object.
12846         Fix sending of RTP packets.
12847         first attempt at adding NTP times in the SR packets.
12848         Small debug and doc improvements.
12849
12850         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12851         Update stats for SR reports.
12852
12853 2007-04-29  Wim Taymans  <wim@fluendo.com>
12854
12855         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12856         Remove debug.
12857
12858         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12859         (rtp_session_process_sdes), (calculate_rtcp_interval),
12860         (rtp_session_next_timeout), (session_report_blocks):
12861         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12862         Improve debugging
12863         Fix interval for BYE/RTCP packets.
12864
12865 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12866
12867         * docs/plugins/gst-plugins-bad-plugins.args:
12868         * docs/plugins/gst-plugins-bad-plugins.signals:
12869           Commit result of running scanobj-update
12870
12871 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12872
12873         * autogen.sh:
12874           Require automake 1.7
12875         * ext/alsaspdif/Makefile.am:
12876         * ext/divx/Makefile.am:
12877         * ext/ivorbis/Makefile.am:
12878         * ext/musicbrainz/Makefile.am:
12879         * ext/neon/Makefile.am:
12880         * ext/sdl/Makefile.am:
12881         * ext/swfdec/Makefile.am:
12882         * ext/theora/Makefile.am:
12883         * ext/wavpack/Makefile.am:
12884         * ext/xvid/Makefile.am:
12885         * gst/modplug/Makefile.am:
12886           Fix up Makefile.am accordingly.
12887
12888 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12889
12890         * docs/plugins/inspect/plugin-alsaspdif.xml:
12891         * docs/plugins/inspect/plugin-bz2.xml:
12892         * docs/plugins/inspect/plugin-cdxaparse.xml:
12893         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12894         * docs/plugins/inspect/plugin-faac.xml:
12895         * docs/plugins/inspect/plugin-faad.xml:
12896         * docs/plugins/inspect/plugin-filter.xml:
12897         * docs/plugins/inspect/plugin-freeze.xml:
12898         * docs/plugins/inspect/plugin-glimagesink.xml:
12899         * docs/plugins/inspect/plugin-gsm.xml:
12900         * docs/plugins/inspect/plugin-h264parse.xml:
12901         * docs/plugins/inspect/plugin-jack.xml:
12902         * docs/plugins/inspect/plugin-mms.xml:
12903         * docs/plugins/inspect/plugin-modplug.xml:
12904         * docs/plugins/inspect/plugin-musepack.xml:
12905         * docs/plugins/inspect/plugin-musicbrainz.xml:
12906         * docs/plugins/inspect/plugin-neon.xml:
12907         * docs/plugins/inspect/plugin-nsfdec.xml:
12908         * docs/plugins/inspect/plugin-replaygain.xml:
12909         * docs/plugins/inspect/plugin-sdl.xml:
12910         * docs/plugins/inspect/plugin-soundtouch.xml:
12911         * docs/plugins/inspect/plugin-spectrum.xml:
12912         * docs/plugins/inspect/plugin-speed.xml:
12913         * docs/plugins/inspect/plugin-tta.xml:
12914         * docs/plugins/inspect/plugin-videocrop.xml:
12915         * docs/plugins/inspect/plugin-wavpack.xml:
12916         * docs/plugins/inspect/plugin-xingheader.xml:
12917         * docs/plugins/inspect/plugin-xvid.xml:
12918           Add jack and update.
12919
12920 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12921
12922         * configure.ac:
12923           Don't build equalizer unless we have core from CVS (it won't
12924           work with earlier versions due to GstChildProxy brokeness).
12925           Also up requirements to last released core/base.
12926
12927 2007-04-27  Wim Taymans  <wim@fluendo.com>
12928
12929         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12930         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12931         Move reconsideration code to the rtpsession object.
12932         Simplify timout handling and add reconsideration.
12933
12934         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12935         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12936         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12937         (obtain_source), (rtp_session_create_source),
12938         (update_arrival_stats), (rtp_session_process_rtp),
12939         (rtp_session_process_sr), (rtp_session_process_rr),
12940         (rtp_session_process_bye), (rtp_session_process_rtcp),
12941         (calculate_rtcp_interval), (rtp_session_send_bye),
12942         (rtp_session_next_timeout), (session_start_rtcp),
12943         (session_report_blocks), (session_cleanup), (session_sdes),
12944         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12945         * gst/rtpmanager/rtpsession.h:
12946         Handle timeout of inactive sources and senders.
12947         Implement BYE scheduling.
12948
12949         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12950         (rtp_source_process_sr), (rtp_source_get_last_sr),
12951         (rtp_source_get_last_rb):
12952         * gst/rtpmanager/rtpsource.h:
12953         Add members to check for timeouts.
12954
12955         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12956         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12957         (rtp_stats_calculate_bye_interval):
12958         * gst/rtpmanager/rtpstats.h:
12959         Use RFC algorithm for calculating the reporting interval.
12960
12961 2007-04-26  Edward Hervey  <edward@fluendo.com>
12962
12963         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12964         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12965         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12966         * docs/plugins/inspect/plugin-osxvideo.xml:
12967         Add documentation for osxvideo
12968
12969 2007-04-25  Wim Taymans  <wim@fluendo.com>
12970
12971         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12972         Implement forward and reverse reconsideration.
12973
12974         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
12975         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
12976         (session_report_blocks):
12977         * gst/rtpmanager/rtpsession.h:
12978         Small cleanups.
12979
12980 2007-04-25  Wim Taymans  <wim@fluendo.com>
12981
12982         reviewed by: <delete if not using a buddy>
12983
12984         * gst/rtpmanager/gstrtpbin.c: (create_stream),
12985         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
12986         (gst_rtp_bin_get_property):
12987         * gst/rtpmanager/gstrtpbin.h:
12988         Make default jitterbuffer latency configurable.
12989
12990         * gst/rtpmanager/gstrtpjitterbuffer.c:
12991         (gst_rtp_jitter_buffer_class_init),
12992         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
12993         (gst_rtp_jitter_buffer_set_property),
12994         (gst_rtp_jitter_buffer_get_property):
12995         Debuging cleanups.
12996
12997 2007-04-25  Wim Taymans  <wim@fluendo.com>
12998
12999         * gst/rtpmanager/gstrtpjitterbuffer.c:
13000         (gst_rtp_jitter_buffer_change_state):
13001         Report NO_PREROLL when going to PAUSED.
13002
13003         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
13004         Don't send RTCP right before we are shutting down.
13005
13006         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
13007         (rtp_session_process_sr), (session_report_blocks),
13008         (rtp_session_perform_reporting):
13009         Improve report blocks.
13010
13011         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
13012         (rtp_source_process_rtp), (rtp_source_process_sr),
13013         (rtp_source_process_rb), (rtp_source_get_last_sr),
13014         (rtp_source_get_last_rb):
13015         * gst/rtpmanager/rtpsource.h:
13016         * gst/rtpmanager/rtpstats.h:
13017         Cleanups, add methods to access stats. 
13018
13019 2007-04-25  Wim Taymans  <wim@fluendo.com>
13020
13021         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
13022         fix for pad name change
13023
13024         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
13025         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
13026         Fix for renamed methods.
13027
13028         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
13029         (rtp_session_finalize), (rtp_session_set_cname),
13030         (rtp_session_get_cname), (rtp_session_set_name),
13031         (rtp_session_get_name), (rtp_session_set_email),
13032         (rtp_session_get_email), (rtp_session_set_phone),
13033         (rtp_session_get_phone), (rtp_session_set_location),
13034         (rtp_session_get_location), (rtp_session_set_tool),
13035         (rtp_session_get_tool), (rtp_session_set_note),
13036         (rtp_session_get_note), (source_push_rtp), (obtain_source),
13037         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
13038         (rtp_session_create_source), (rtp_session_process_rtp),
13039         (rtp_session_process_sr), (rtp_session_process_sdes),
13040         (rtp_session_process_rtcp), (rtp_session_send_rtp),
13041         (rtp_session_get_reporting_interval), (session_report_blocks),
13042         (session_sdes), (rtp_session_perform_reporting):
13043         * gst/rtpmanager/rtpsession.h:
13044         Prepare for implementing SSRC sampling.
13045         Create SSRC for the session. 
13046         Add methods to set the SDES entries.
13047         fix accounting of senders/receivers.
13048         Implement SR/RR/SDES RTCP reporting.
13049
13050         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
13051         (rtp_source_process_rtp), (rtp_source_process_sr):
13052         * gst/rtpmanager/rtpsource.h:
13053         Implement extended sequence number.
13054
13055         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
13056         * gst/rtpmanager/rtpstats.h:
13057         Rename some fields.
13058
13059 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
13060
13061         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
13062         (gst_y4m_encode_setcaps):
13063         * tests/check/elements/y4menc.c: (GST_START_TEST):
13064           Plug some leaks; try to make build bot happy again.
13065
13066 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
13067
13068         * gst/Makefile.am:
13069           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
13070
13071 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
13072
13073         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
13074           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
13075
13076 2007-04-20  Michael Smith  <msmith@fluendo.com>
13077
13078         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
13079           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
13080           quicktime because of sample rate mismatches.
13081           Reenable overriding the implicit SBR behaviour (accidently changed?)
13082           to allow playback of these files.
13083
13084 2007-04-19  David Schleef  <ds@schleef.org>
13085
13086         * configure.ac:
13087           Change rtpmanager disabling to keep -bad releasable.
13088
13089 2007-04-18  David Schleef  <ds@schleef.org>
13090
13091         * configure.ac:
13092         * gst/Makefile.am:
13093           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
13094           line 268.
13095
13096 2007-04-18  Wim Taymans  <wim@fluendo.com>
13097
13098         * gst/Makefile.am:
13099         Add rtpmanager dir to dist.
13100
13101 2007-04-18  Wim Taymans  <wim@fluendo.com>
13102
13103         * configure.ac:
13104         Disable rtpmanager for now because it depends on CVS -base.
13105
13106         * gst/rtpmanager/Makefile.am:
13107         Added new files for session manager.
13108
13109         * gst/rtpmanager/gstrtpjitterbuffer.h:
13110         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13111         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
13112         Some cleanups. 
13113         the session manager can now also request a pt-map.
13114
13115         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
13116         (gst_rtp_session_class_init), (gst_rtp_session_init),
13117         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
13118         (stop_rtcp_thread), (gst_rtp_session_change_state),
13119         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
13120         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
13121         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
13122         (gst_rtp_session_chain_recv_rtp),
13123         (gst_rtp_session_event_recv_rtcp_sink),
13124         (gst_rtp_session_chain_recv_rtcp),
13125         (gst_rtp_session_event_send_rtp_sink),
13126         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
13127         (gst_rtp_session_request_new_pad):
13128         * gst/rtpmanager/gstrtpsession.h:
13129         We can ask for pt-map now too when the session manager needs it.
13130         Hook up to the new session manager, implement the needed callbacks for
13131         pushing data, getting clock time and requesting clock-rates.
13132         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
13133         be send to clients.
13134         Add code to start and stop the thread that will schedule RTCP through
13135         the session manager.
13136
13137         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
13138         (rtp_session_init), (rtp_session_finalize),
13139         (rtp_session_set_property), (rtp_session_get_property),
13140         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
13141         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
13142         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
13143         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
13144         (source_push_rtp), (source_clock_rate), (check_collision),
13145         (obtain_source), (rtp_session_add_source),
13146         (rtp_session_get_num_sources),
13147         (rtp_session_get_num_active_sources),
13148         (rtp_session_get_source_by_ssrc),
13149         (rtp_session_get_source_by_cname), (rtp_session_create_source),
13150         (update_arrival_stats), (rtp_session_process_rtp),
13151         (rtp_session_process_sr), (rtp_session_process_rr),
13152         (rtp_session_process_sdes), (rtp_session_process_bye),
13153         (rtp_session_process_app), (rtp_session_process_rtcp),
13154         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
13155         (rtp_session_produce_rtcp):
13156         * gst/rtpmanager/rtpsession.h:
13157         The advanced beginnings of the main session manager that handles the
13158         participant database of RTPSources, SSRC probation, SSRC collisions,
13159         parse RTCP to update source stats. etc..
13160
13161         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
13162         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
13163         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
13164         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
13165         (push_packet), (get_clock_rate), (calculate_jitter),
13166         (rtp_source_process_rtp), (rtp_source_process_bye),
13167         (rtp_source_send_rtp), (rtp_source_process_sr),
13168         (rtp_source_process_rb):
13169         * gst/rtpmanager/rtpsource.h:
13170         Object that encapsulates an SSRC and its state in the database.
13171         Calculates the jitter and transit times of data packets.
13172
13173         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
13174         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
13175         * gst/rtpmanager/rtpstats.h:
13176         Various stats regarding the session and sources.
13177         Used to calculate the RTCP interval.
13178
13179 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13180
13181         * gst/app/Makefile.am:
13182           Fix CFLAGS and hopefully #430594.
13183
13184 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13185
13186         * gst/nsf/types.h:
13187           Rename #ifndef header guard symbol to something less generic, so
13188           types.h doesn't get skipped over when compiling on MingW. Include
13189           GLib headers and use those to set the endianness and the basic
13190           types so that this isn't entirely broken for non-x86 architectures.
13191
13192 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13193
13194         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
13195           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
13196           MingW (no idea though why we add a BYTE_ORDER endianness field if
13197           the audio is compressed).
13198
13199 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
13200
13201         * docs/plugins/inspect/plugin-directdraw.xml:
13202         * docs/plugins/inspect/plugin-directsound.xml:
13203         * docs/plugins/inspect/plugin-waveform.xml:
13204           Add xml doc files for Windows sinks
13205         * win32/vs6/libgstqtdemux.dsp:
13206         * win32/vs6/libgstmpegvideoparse.dsp:
13207         * win32/vs6/gst_plugins_bad.dsw:
13208          Update projects files.
13209         
13210 2007-04-13  Wim Taymans  <wim@fluendo.com>
13211
13212         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13213         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
13214         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
13215         * gst/rtpmanager/gstrtpbin.h:
13216         * gst/rtpmanager/gstrtpclient.c:
13217         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
13218         (gst_rtp_session_init), (gst_rtp_session_finalize),
13219         (gst_rtp_session_event_recv_rtp_sink),
13220         (gst_rtp_session_event_recv_rtcp_sink),
13221         (gst_rtp_session_chain_recv_rtcp),
13222         (gst_rtp_session_request_new_pad):
13223         Protect lists and structures with locks.
13224         Return FLOW_OK from RTCP messages for now.
13225
13226 2007-04-12  Wim Taymans  <wim@fluendo.com>
13227
13228         * gst/qtdemux/qtdemux.c:
13229         Make timescale 32 bits again so we don't screw up the pts_offset
13230         calculations.
13231
13232 2007-04-12  Wim Taymans  <wim@fluendo.com>
13233
13234         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13235         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
13236         Emit pt map requests and cache results.
13237
13238         * gst/rtpmanager/gstrtpjitterbuffer.c:
13239         (gst_rtp_jitter_buffer_class_init),
13240         (gst_jitter_buffer_sink_parse_caps),
13241         (gst_jitter_buffer_sink_setcaps),
13242         (gst_rtp_jitter_buffer_get_clock_rate),
13243         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
13244         * gst/rtpmanager/gstrtpjitterbuffer.h:
13245         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
13246         Emit request-pt-map signals.
13247
13248 2007-04-11  Wim Taymans  <wim@fluendo.com>
13249
13250         * gst/rtpmanager/gstrtpbin-marshal.list:
13251         Some more custom marshallers.
13252
13253         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13254         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
13255         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
13256         * gst/rtpmanager/gstrtpbin.h:
13257         Prepare for caching pt maps.
13258         Connect to signals to collect pt maps.
13259
13260         * gst/rtpmanager/gstrtpjitterbuffer.c:
13261         (gst_rtp_jitter_buffer_class_init),
13262         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
13263         * gst/rtpmanager/gstrtpjitterbuffer.h:
13264         Add request_clock_rate signal.
13265         Use scale insteat of scale_int because the later does not deal with
13266         negative numbers.
13267
13268         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
13269         (gst_rtp_pt_demux_chain):
13270         * gst/rtpmanager/gstrtpptdemux.h:
13271         Implement request-pt-map signal.
13272
13273 2007-04-11  Wim Taymans  <wim@fluendo.com>
13274
13275         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
13276         (qtdemux_parse_samples), (qtdemux_parse_segments),
13277         (qtdemux_parse_trak), (qtdemux_parse_tree):
13278         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
13279         Handle version 1 mdhd atoms to get extended precision durations.
13280         Fixes #426972.
13281
13282 2007-04-10  Wim Taymans  <wim@fluendo.com>
13283
13284         * gst/rtpmanager/.cvsignore:
13285         * gst/rtpmanager/Makefile.am:
13286         * gst/rtpmanager/gstrtpbin-marshal.list:
13287         Added custom marshallers for signals.
13288
13289         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
13290         * gst/rtpmanager/gstrtpbin.h:
13291         Prepare for emiting pt map signals.
13292
13293         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
13294         * gst/rtpmanager/gstrtpssrcdemux.c:
13295         (gst_rtp_ssrc_demux_class_init):
13296         Fix signals.
13297
13298 2007-04-06  Wim Taymans  <wim@fluendo.com>
13299
13300         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
13301         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
13302         * gst/rtpmanager/gstrtpbin.h:
13303         Provide a clock.
13304
13305 2007-04-06  Wim Taymans  <wim@fluendo.com>
13306
13307         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
13308         Fix pad template name parsing.
13309
13310 2007-04-05  Wim Taymans  <wim@fluendo.com>
13311
13312         * gst/rtpmanager/gstrtpjitterbuffer.c:
13313         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
13314         (gst_rtp_jitter_buffer_loop):
13315         Add some debug and comments.
13316         Fix double unref() in error cases.
13317
13318 2007-04-05  Wim Taymans  <wim@fluendo.com>
13319
13320         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
13321         (gst_rtp_xqt_depay_change_state):
13322         * gst/qtdemux/gstrtpxqtdepay.h:
13323         Try to recover from packet loss a little better.
13324
13325 2007-04-05  Wim Taymans  <wim@fluendo.com>
13326
13327         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13328         (create_session), (find_stream_by_ssrc), (create_stream),
13329         (gst_rtp_bin_class_init), (new_payload_found),
13330         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
13331         (create_send_rtp), (create_rtcp):
13332         * gst/rtpmanager/gstrtpbin.h:
13333         Add debugging category.
13334         Added RTPStream to manage stream per SSRC, each with its own
13335         jitterbuffer and ptdemux.
13336         Added SSRCDemux.
13337         Connect to various SSRC and PT signals and create ghostpads, link stuff.
13338
13339
13340         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13341         Added rtpbin to elements.
13342
13343         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
13344         Fix caps and forward GstFlowReturn
13345
13346         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
13347         (gst_rtp_session_event_recv_rtp_sink),
13348         (gst_rtp_session_chain_recv_rtp),
13349         (gst_rtp_session_event_recv_rtcp_sink),
13350         (gst_rtp_session_chain_recv_rtcp),
13351         (gst_rtp_session_event_send_rtp_sink),
13352         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13353         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13354         (gst_rtp_session_request_new_pad):
13355         Add debug category.
13356         Add event handling
13357
13358         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
13359         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
13360         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
13361         (gst_rtp_ssrc_demux_change_state):
13362         * gst/rtpmanager/gstrtpssrcdemux.h:
13363         Add debug category.
13364         Add new-pt-pad signal.
13365
13366 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13367
13368         submitted by: Mogens Jaeger <mogens@jaeger.tf>
13369
13370         * po/LINGUAS:
13371         * po/da.po:
13372           Added Danish translation.
13373
13374 2007-04-04  Wim Taymans  <wim@fluendo.com>
13375
13376         * gst/rtpmanager/Makefile.am:
13377         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13378         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
13379         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
13380         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
13381         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
13382         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
13383         (gst_rtp_ssrc_demux_change_state):
13384         * gst/rtpmanager/gstrtpssrcdemux.h:
13385         Added simple SSRC demuxer.
13386
13387 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
13388
13389         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
13390         (gst_jack_ring_buffer_acquire):
13391           Try t better name clients. properly handle return codes when re-
13392           establishing links.
13393
13394 2007-04-03  David Schleef  <ds@schleef.org>
13395
13396         * sys/glsink/glimagesink.c:
13397           Fix handling of video/x-raw-yuv.  Add overlay handling.
13398
13399 2007-04-03  Wim Taymans  <wim@fluendo.com>
13400
13401         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13402         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
13403         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
13404         (gst_rtp_bin_request_new_pad):
13405         * gst/rtpmanager/gstrtpbin.h:
13406         * gst/rtpmanager/gstrtpclient.c:
13407         Some more ghostpad magic.
13408
13409 2007-04-03  Wim Taymans  <wim@fluendo.com>
13410
13411         * gst/rtpmanager/Makefile.am:
13412         Add .h file so it can be disted properly.
13413
13414 2007-04-03  Wim Taymans  <wim@fluendo.com>
13415
13416         * configure.ac:
13417         * gst/rtpmanager/Makefile.am:
13418         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
13419         (signal_waiting_threads), (async_jitter_queue_ref),
13420         (async_jitter_queue_ref_unlocked),
13421         (async_jitter_queue_set_low_threshold),
13422         (async_jitter_queue_set_high_threshold),
13423         (async_jitter_queue_set_max_queue_length),
13424         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
13425         (async_jitter_queue_length_ts_units_unlocked),
13426         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
13427         (async_jitter_queue_lock), (async_jitter_queue_unlock),
13428         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
13429         (async_jitter_queue_push_sorted),
13430         (async_jitter_queue_push_sorted_unlocked),
13431         (async_jitter_queue_insert_after_unlocked),
13432         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
13433         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
13434         (async_jitter_queue_length_unlocked),
13435         (async_jitter_queue_set_flushing_unlocked),
13436         (async_jitter_queue_unset_flushing_unlocked),
13437         (async_jitter_queue_set_blocking_unlocked):
13438         * gst/rtpmanager/async_jitter_queue.h:
13439         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
13440         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
13441         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
13442         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
13443         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
13444         * gst/rtpmanager/gstrtpbin.h:
13445         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
13446         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
13447         (gst_rtp_client_class_init), (gst_rtp_client_init),
13448         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
13449         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
13450         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
13451         * gst/rtpmanager/gstrtpclient.h:
13452         * gst/rtpmanager/gstrtpjitterbuffer.c:
13453         (gst_rtp_jitter_buffer_base_init),
13454         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
13455         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
13456         (gst_jitter_buffer_sink_setcaps), (free_func),
13457         (gst_rtp_jitter_buffer_flush_start),
13458         (gst_rtp_jitter_buffer_flush_stop),
13459         (gst_rtp_jitter_buffer_src_activate_push),
13460         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
13461         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
13462         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
13463         (gst_rtp_jitter_buffer_query),
13464         (gst_rtp_jitter_buffer_set_property),
13465         (gst_rtp_jitter_buffer_get_property):
13466         * gst/rtpmanager/gstrtpjitterbuffer.h:
13467         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13468         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
13469         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
13470         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
13471         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
13472         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
13473         (gst_rtp_pt_demux_change_state):
13474         * gst/rtpmanager/gstrtpptdemux.h:
13475         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
13476         (gst_rtp_session_class_init), (gst_rtp_session_init),
13477         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
13478         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
13479         (gst_rtp_session_chain_recv_rtp),
13480         (gst_rtp_session_chain_recv_rtcp),
13481         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13482         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13483         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
13484         * gst/rtpmanager/gstrtpsession.h:
13485         Add RTP session management elements. Still in progress.
13486
13487 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
13488
13489         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
13490         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
13491         (gst_wavpack_dec_clip_outgoing_buffer),
13492         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
13493         * ext/wavpack/gstwavpackdec.h:
13494         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
13495         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
13496         (gst_wavpack_enc_chain):
13497         * ext/wavpack/gstwavpackenc.h:
13498         * ext/wavpack/gstwavpackparse.c:
13499         Don't play audioconvert. As wavpack wants/outputs all samples with
13500         width==32 and depth=[1,32] accept this and let audioconvert convert
13501         to accepted formats instead of doing it in the element for n*8 depths.
13502         This also adds support for non-n*8 depths and prevents some useless
13503         memory allocations. Fixes #421598
13504         Also add a workaround for bug #421542 in wavpackenc for now...
13505         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
13506         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
13507         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
13508         Consider the change above in the unit tests and test if the correct
13509         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
13510         the wavpackparse unit test.
13511
13512         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
13513         (gst_wavpack_dec_sink_set_caps):
13514         Set caps on the src pad as soon as possible.
13515
13516         * ext/wavpack/gstwavpackdec.h:
13517         * ext/wavpack/gstwavpackcommon.h:
13518         * ext/wavpack/gstwavpackenc.h:
13519         * ext/wavpack/gstwavpackparse.h:
13520         Fix indention. gst-indent is now called by cicl.
13521
13522 2007-03-28  Edward Hervey  <edward@fluendo.com>
13523
13524         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
13525         (gst_qtdemux_chain), (qtdemux_parse_samples):
13526         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
13527         * gst/qtdemux/qtdemux_dump.h:
13528         * gst/qtdemux/qtdemux_fourcc.h:
13529         * gst/qtdemux/qtdemux_types.c:
13530         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
13531         with h264 video).
13532         Use the offset present in 'ctts' to calculate the PTS for each packet
13533         and set the PTS on outgoing buffers.
13534         Fixes #423283
13535
13536 2007-03-27  Julien MOUTTE  <julien@moutte.net>
13537
13538         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
13539         debug log and fix a stupid output buffer duration bug.
13540
13541 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
13542
13543         Patch by: Michal Benes <michal.benes at itonis tv>
13544         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
13545
13546         * configure.ac:
13547         * ext/Makefile.am:
13548         * ext/x264/Makefile.am:
13549         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
13550         (gst_x264_enc_analyse_get_type),
13551         (gst_x264_enc_timestamp_queue_init),
13552         (gst_x264_enc_timestamp_queue_free),
13553         (gst_x264_enc_timestamp_queue_put),
13554         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
13555         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
13556         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
13557         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
13558         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
13559         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
13560         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
13561         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
13562         (plugin_init):
13563         * ext/x264/gstx264enc.h:
13564           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
13565           handle 'odd' widths and heights correctly yet.
13566
13567 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
13568
13569         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
13570           Remove 'channel-positions' field when munging input caps into
13571           1-channel output caps (I guess technically we should set the
13572           position for each channel on the output caps if it's non-NONE,
13573           but I'll save that as a task for another day).
13574
13575 2007-03-23  Michael Smith  <msmith@fluendo.com>
13576
13577         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
13578         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
13579         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
13580         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
13581         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
13582         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
13583         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
13584         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
13585         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13586         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
13587         (vmnc_dec_set_property), (vmnc_dec_get_property):
13588           Redesign to include a parser for raw files (no timestamps in that
13589           mode yet, though).
13590
13591 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13592
13593         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
13594         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
13595         (gst_deinterleave_chain):
13596           Don't leak input buffer in chain function; maintain our own list of
13597           source pads - there are no guarantees about the order of the list
13598           in the GstElement struct, and we want a very specific order; lastly,
13599           some more debugging.
13600
13601 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13602
13603         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
13604           Alloc user agent string only once.
13605
13606 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13607
13608         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13609         Revert last commit, preventing infinite plugging loops with ranks
13610         is no clean solution and in general there's no reason why one wants
13611         to parse framed wavpack data again.
13612
13613 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13614
13615         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
13616         Send the new segment event in time format instead of bytes. This
13617         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
13618
13619         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13620         Accept framed and non-framed input, wavpackparse doesn't care. To
13621         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
13622         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
13623         ..." pipelines.
13624
13625 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13626
13627         * gst-libs/gst/app/Makefile.am:
13628           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
13629           can confirm that was what he wanted.
13630
13631 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13632
13633         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13634         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
13635         Thanks to Jan and Mike for noticing my mistake.
13636
13637 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13638
13639         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
13640         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
13641         (gst_wavpack_enc_rewrite_first_block):
13642         * ext/wavpack/gstwavpackenc.h:
13643         Put the write helpers into the GstWavpackEnc struct directly and not
13644         as a pointer to save two small, but useless mallocs. This also makes
13645         it possible to drop the finalize method.
13646         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
13647         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
13648         buffers the same way wavpackenc does it.
13649
13650 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13651
13652         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13653         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
13654         BaseTransform-based elements will likely break because of wrong
13655         unit-size. Also plug a possible memleak that happens when decoding
13656         fails for some reason.
13657
13658 2007-03-18  Wim Taymans  <wim@fluendo.com>
13659
13660         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
13661
13662         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
13663         Don't need to take the connection lock, it will not be used and could
13664         cause deadlocks.
13665
13666 2007-03-16  Edward Hervey  <edward@fluendo.com>
13667
13668         * sys/osxvideo/osxvideosink.m:
13669         Fix previous commit, we want to pass the NSView in the message.
13670
13671 2007-03-16  Edward Hervey  <edward@fluendo.com>
13672
13673         * sys/osxvideo/osxvideosink.m:
13674         Emit 'have-ns-view' message when working in embedded mode. The message
13675         will contain a pointer to the newly created NSView.
13676
13677 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13678
13679         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
13680         (collect_packets), (set_par_from_dar), (set_fps_from_code),
13681         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
13682         (mpeg_util_parse_picture_hdr):
13683         * gst/mpegvideoparse/mpegpacketiser.h:
13684         * gst/mpegvideoparse/mpegvideoparse.c:
13685         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
13686         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13687         (mpv_parse_sink_event), (plugin_init):
13688         * gst/mpegvideoparse/mpegvideoparse.h:
13689         Move the MPEG specific byte parsing into the mpegpacketiser code.
13690
13691         Add parsing of picture types, that just feeds into a debug message
13692         for now.
13693
13694         Fix some 64-bit format strings.
13695
13696 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13697
13698         * gst/mpegaudioparse:
13699         Remove empty dir.
13700
13701 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
13702
13703         * gst/equalizer/gstiirequalizer10bands.c:
13704         (gst_iir_equalizer_10bands_init):
13705           A 10 band EQ should be initialized to 10 bands and not to 3.
13706
13707 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13708
13709         * configure.ac:
13710         * gst/mpeg1videoparse/Makefile.am:
13711         * gst/mpeg1videoparse/gstmp1videoparse.c:
13712         * gst/mpeg1videoparse/gstmp1videoparse.h:
13713         * gst/mpeg1videoparse/mp1videoparse.vcproj:
13714         * gst/mpegvideoparse/Makefile.am:
13715         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
13716         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
13717         (mpeg_packetiser_flush), (mpeg_find_start_code),
13718         (get_next_free_block), (complete_current_block),
13719         (append_to_current_block), (start_new_block), (handle_packet),
13720         (collect_packets), (mpeg_packetiser_handle_eos),
13721         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
13722         * gst/mpegvideoparse/mpegpacketiser.h:
13723         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
13724         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
13725         (mpv_parse_reset), (gst_mpegvideoparse_init),
13726         (gst_mpegvideoparse_dispose), (set_par_from_dar),
13727         (set_fps_from_code), (mpegvideoparse_parse_seq),
13728         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
13729         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13730         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
13731         (plugin_init):
13732         * gst/mpegvideoparse/mpegvideoparse.h:
13733         * gst/mpegvideoparse/mpegvideoparse.vcproj:
13734         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
13735         that it's below existing decoders.
13736         
13737         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
13738         MPEG-2 now.
13739
13740         Re-write the parsing code so that it collects packets differently
13741         and timestamps Picture packets correctly.
13742
13743         Add a list of FIXME's at the top.
13744
13745 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13746
13747         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
13748         (equalizer_set_all_band_values),
13749         (equalizer_set_band_value_and_wait),
13750         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13751         (main):
13752           Port the example to new equalizer api.
13753
13754 2007-03-14  Edward Hervey  <edward@fluendo.com>
13755
13756         * sys/osxvideo/cocoawindow.h:
13757         * sys/osxvideo/cocoawindow.m:
13758         * sys/osxvideo/osxvideosink.h:
13759         * sys/osxvideo/osxvideosink.m:
13760         Fix leaks when running a NSApp.
13761         Accept any kind of resolutions.
13762         Works in fullscreen. Can maximize.
13763         Only thing left before being able to move this to -good is documentation
13764         and embedded window support.
13765
13766 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13767
13768         * po/hu.po:
13769         * po/it.po:
13770         * po/sv.po:
13771           Updated translations.
13772
13773 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13774
13775         * gst/equalizer/Makefile.am:
13776         * gst/equalizer/gstiirequalizer.c: (_do_init),
13777         (gst_iir_equalizer_band_set_property),
13778         (gst_iir_equalizer_band_class_init),
13779         (gst_iir_equalizer_band_get_type),
13780         (gst_iir_equalizer_child_proxy_get_child_by_index),
13781         (gst_iir_equalizer_child_proxy_get_children_count),
13782         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13783         (gst_iir_equalizer_compute_frequencies),
13784         (gst_iir_equalizer_transform_ip), (plugin_init):
13785         * gst/equalizer/gstiirequalizer10bands.c:
13786         (gst_iir_equalizer_10bands_base_init),
13787         (gst_iir_equalizer_10bands_class_init),
13788         (gst_iir_equalizer_10bands_init),
13789         (gst_iir_equalizer_10bands_set_property),
13790         (gst_iir_equalizer_10bands_get_property):
13791         * gst/equalizer/gstiirequalizer10bands.h:
13792         * gst/equalizer/gstiirequalizer3bands.c:
13793         (gst_iir_equalizer_3bands_base_init),
13794         (gst_iir_equalizer_3bands_class_init),
13795         (gst_iir_equalizer_3bands_init),
13796         (gst_iir_equalizer_3bands_set_property),
13797         (gst_iir_equalizer_3bands_get_property):
13798         * gst/equalizer/gstiirequalizer3bands.h:
13799         * gst/equalizer/gstiirequalizernbands.c:
13800         (gst_iir_equalizer_nbands_base_init),
13801         (gst_iir_equalizer_nbands_init):
13802           Add 3 and 10 band version and add missing gst_object_sync_values.
13803
13804         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13805         (gst_spectrum_transform_ip):
13806           Add some comments about float support.
13807
13808 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13809
13810         * gst/mpegaudioparse/Makefile.am:
13811         * gst/mpegaudioparse/gstmpegaudioparse.c:
13812         * gst/mpegaudioparse/gstmpegaudioparse.h:
13813         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13814         Remove bogus 2nd copy of mp3parse - it's actually
13815         in -ugly.
13816
13817 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13818
13819         * examples/app/.cvsignore:
13820         The buildbot demands .cvsignore files, and I comply.
13821
13822 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13823
13824         * sys/directdraw/gstdirectdrawsink.c:
13825         * sys/directdraw/gstdirectdrawsink.h:
13826         Handle display mode changes during playback.
13827
13828 2007-03-10  David Schleef  <ds@schleef.org>
13829
13830         * configure.ac:
13831         * examples/Makefile.am:
13832         * examples/app/Makefile.am:
13833         * examples/app/appsrc_ex.c:
13834           Add appsrc/appsink example.
13835         * gst-libs/gst/app/Makefile.am:
13836         * gst-libs/gst/app/gstapp.c:
13837         * gst-libs/gst/app/gstappsink.c:
13838         * gst-libs/gst/app/gstappsink.h:
13839         * gst/app/gstapp.c:
13840           Add appsink.
13841
13842 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13843
13844         * ext/nas/nassink.c: (NAS_createFlow):
13845         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13846           Printf format string fixes.
13847
13848 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13849
13850         * gst/equalizer/Makefile.am:
13851         * gst/equalizer/gstiirequalizer.c: (_do_init),
13852         (gst_iir_equalizer_band_set_property),
13853         (gst_iir_equalizer_band_get_property),
13854         (gst_iir_equalizer_band_class_init),
13855         (gst_iir_equalizer_band_get_type),
13856         (gst_iir_equalizer_child_proxy_get_child_by_index),
13857         (gst_iir_equalizer_child_proxy_get_children_count),
13858         (gst_iir_equalizer_child_proxy_interface_init),
13859         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13860         (gst_iir_equalizer_finalize), (setup_filter),
13861         (gst_iir_equalizer_compute_frequencies),
13862         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13863         (gst_iir_equalizer_setup), (plugin_init):
13864         * gst/equalizer/gstiirequalizer.h:
13865         * gst/equalizer/gstiirequalizernbands.c:
13866         (gst_iir_equalizer_nbands_base_init),
13867         (gst_iir_equalizer_nbands_class_init),
13868         (gst_iir_equalizer_nbands_init),
13869         (gst_iir_equalizer_nbands_set_property),
13870         (gst_iir_equalizer_nbands_get_property):
13871         * gst/equalizer/gstiirequalizernbands.h:
13872           Refactor plugin into a base class and a first subclass (nband eq). The
13873           nband eq uses GstChildProxy and is controlable. More subclasses will
13874           follow.
13875
13876 2007-03-08  Wim Taymans  <wim@fluendo.com>
13877
13878         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13879
13880         * ext/jack/Makefile.am:
13881         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13882         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13883         (jack_shutdown_cb), (connection_find),
13884         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13885         (gst_jack_audio_unref_connection),
13886         (gst_jack_audio_connection_add_client),
13887         (gst_jack_audio_connection_remove_client),
13888         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13889         (gst_jack_audio_client_get_client),
13890         (gst_jack_audio_client_set_active):
13891         * ext/jack/gstjackaudioclient.h:
13892         Make an object to manage client connections to the jack server which we
13893         will use in the future to run selected jack elements with the same jack
13894         connection.
13895         Make some stuff a bit more threadsafe.
13896         Activate the jack client ASAP.
13897
13898         * ext/jack/gstjackaudiosink.c:
13899         (gst_jack_audio_sink_allocate_channels),
13900         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13901         (gst_jack_ring_buffer_open_device),
13902         (gst_jack_ring_buffer_close_device),
13903         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13904         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13905         (gst_jack_audio_sink_getcaps):
13906         * ext/jack/gstjackaudiosink.h:
13907         Use new client object to manage connections.
13908         Don't remove and recreate all ports, try to reuse them.
13909
13910 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13911
13912         * ext/wavpack/gstwavpack.c: (plugin_init):
13913         * ext/wavpack/gstwavpackcommon.c:
13914           Use a general wavpack debug category for common code.
13915         * ext/wavpack/gstwavpackstreamreader.c:
13916         (gst_wavpack_stream_reader_set_pos_abs),
13917         (gst_wavpack_stream_reader_set_pos_rel),
13918         (gst_wavpack_stream_reader_write_bytes):
13919           Use the general wavpack debug category here too and add debug
13920           output to the functions that should not be called at all by
13921           the wavpack library.
13922         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13923         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13924         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13925           Change debugging category names to conform to the conventions.
13926
13927 2007-03-07  Edward Hervey  <edward@fluendo.com>
13928
13929         * gst/qtdemux/qtdemux.c:
13930         * gst/qtdemux/qtdemux.h:
13931         Share qtdemux debug category across all files, otherwise all debugging
13932         in files other than qtdemux.c would end up in the default category.
13933
13934 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13935
13936         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13937         (gst_spectrum_event), (gst_spectrum_transform_ip):
13938         * gst/spectrum/gstspectrum.h:
13939           One FIXME less, by resolving message timestamps against the playback
13940           segment.
13941
13942 2007-03-06  Wim Taymans  <wim@fluendo.com>
13943
13944         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13945         (gst_spectrum_init), (gst_spectrum_set_property),
13946         (gst_spectrum_transform_ip):
13947         Fix and cleanup default property values.
13948         Add FIXMEs for stuff that looks rather wrong.
13949
13950 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13951
13952         * gst/spectrum/demo-audiotest.c: (message_handler):
13953         * gst/spectrum/demo-osssrc.c: (message_handler):
13954           Remove two obsolete and confusing comments.
13955
13956 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13957
13958         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13959         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13960         (gst_nas_sink_unprepare):
13961           Some more cleanups/changes; use boilerplate macro.
13962
13963 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13964
13965         * ext/nas/Makefile.am:
13966         * ext/nas/README:
13967         * ext/nas/nassink.c: (gst_nas_sink_get_type),
13968         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
13969         (gst_nas_sink_init), (gst_nas_sink_finalize),
13970         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
13971         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
13972         (gst_nas_sink_reset), (gst_nas_sink_write),
13973         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
13974         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
13975         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
13976         (NAS_createFlow), (plugin_init):
13977         * ext/nas/nassink.h:
13978           Bunch of nassink clean-ups: make build by adding the right CFLAGS
13979           and LIBS to Makefile.am; rename structure, macros and functions
13980           according to canonical naming scheme; move some things around a bit;
13981           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
13982           file that didn't really contain any useful information anyway (the
13983           useful bits have been moved into the 'host' property description).
13984
13985 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
13986
13987         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
13988         Chain up in finalize.
13989
13990 2007-03-03  Michael Smith  <msmith@fluendo.com>
13991
13992         * configure.ac:
13993         * gst/vmnc/Makefile.am:
13994           Fix up dist.
13995
13996 2007-03-03  Michael Smith  <msmith@fluendo.com>
13997
13998         * configure.ac:
13999         * gst/vmnc/Makefile.am:
14000         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
14001         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
14002         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
14003         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
14004         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
14005         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
14006         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
14007         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
14008         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
14009         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
14010         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
14011           Add VMnc decoder.
14012           Still missing support for:
14013            - rectangle types I didn't find in my samples (e.g. copy, RRE,
14014              ZRLE)
14015            - alpha-composited cursors
14016
14017 2007-03-03  David Schleef  <ds@schleef.org>
14018
14019         * gst-libs/gst/app/Makefile.am:
14020           Install the headers.
14021
14022 2007-03-03  David Schleef  <ds@schleef.org>
14023
14024         * gst-libs/gst/app/Makefile.am:
14025         * gst-libs/gst/app/gstappbuffer.c:
14026         * gst-libs/gst/app/gstappbuffer.h:
14027         * gst-libs/gst/app/gstappsrc.c:
14028           Add GstAppBuffer that includes a callback and closure for
14029           proper handling of data chunks.
14030
14031 2007-03-03  David Schleef  <ds@schleef.org>
14032
14033         * gst-libs/gst/app/gstappsrc.c:
14034         * gst-libs/gst/app/gstappsrc.h:
14035           Hacking to address issues in 413418.
14036
14037 2007-03-03  David Schleef  <ds@schleef.org>
14038
14039         * Makefile.am:
14040         * configure.ac:
14041         * ext/Makefile.am:
14042         * gst-libs/gst/Makefile.am:
14043         * gst-libs/gst/app/Makefile.am:
14044         * gst-libs/gst/app/gstapp.c:
14045         * gst-libs/gst/app/gstappsrc.c:
14046         * gst-libs/gst/app/gstappsrc.h:
14047         * gst/app/Makefile.am:
14048         * gst/app/gstapp.c:
14049         * gst/app/gstappsrc.c:
14050         * gst/app/gstappsrc.h:
14051           Move the app library to gst-libs/gst/app (duh!)
14052
14053 2007-03-02 Christian Schaller <christian at fluendo dot com>
14054         
14055         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
14056
14057         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
14058
14059 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
14060
14061         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
14062           A few small clean-ups.
14063
14064         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
14065           More debug output for failure cases.
14066
14067 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
14068
14069         Patch by: Young-Ho Cha  <ganadist at chollian net>
14070
14071         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
14072         (gst_dtsdec_change_state):
14073           Don't do forced downmixing to stereo, but check what downstream
14074           can do and let libdts do the downmixing based on that (#400555).
14075
14076 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
14077
14078         Patch by: Lutz Mueller  <lutz topfrose de>
14079
14080         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14081         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
14082         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
14083         (gst_neonhttp_src_send_request_and_redirect),
14084         (gst_neonhttp_src_uri_set_uri):
14085         * ext/neon/gstneonhttpsrc.h:
14086           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
14087           member (#388050).
14088
14089         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
14090           Fix bogus URI to something that actually exists, otherwise we just
14091           bypass the test (and also to something that doesn't redirect, since
14092           neonhttpsrc doesn't seem to handle this very gracefully yet)
14093
14094 2007-03-01  Chris Lord <chris@openedhand.com>
14095
14096         Reviewed by Christian Schaller <christian@fluendo.com>
14097
14098         Fixes Bug 357055
14099         * ext/ivorbis/Makefile.am:
14100         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
14101         * ext/ivorbis/vorbisdec.h
14102         * ext/ivorbis/vorbis.c :
14103
14104 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
14105
14106         * tests/check/Makefile.am:
14107         Draw plugins in from the build tree sys/ dir, rather than
14108         picking up the already installed versions.
14109
14110 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14111
14112         * configure.ac:
14113           Convert to new AG_GST style.
14114
14115 2007-02-27  Christian Schaller <christian at fluendo dot com>
14116
14117         * sys/direct*: Add Pioneers of the Inevitable to copyright
14118         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
14119
14120 2007-02-27  Edward Hervey  <edward@fluendo.com>
14121
14122         * sys/osxvideo/cocoawindow.h:
14123         * sys/osxvideo/cocoawindow.m:
14124         * sys/osxvideo/osxvideosink.h:
14125         * sys/osxvideo/osxvideosink.m:
14126         Disable the cocoa event loop since it's a huge memory leak. Should only
14127         matter if the sink isn't used within an NSApp (which has already got
14128         a coca event loop).
14129         Remove all unused code.
14130
14131 2007-02-26  David Schleef  <ds@schleef.org>
14132
14133         * configure.ac:
14134         * gst/app/Makefile.am:
14135         * gst/app/gstapp.c:
14136         * gst/app/gstappsrc.c:
14137         * gst/app/gstappsrc.h:
14138           Add a new plugin/library to make it easy for apps to shove
14139           data into a pipeline.
14140
14141 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
14142
14143         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
14144         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
14145           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
14146           errors in certain situations (e.g. dec ! cs ! ximagesink and the
14147           imagesink window is resized); also, some minor clean-ups.
14148
14149 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
14150
14151         * configure.ac:
14152         * ext/gsm/Makefile.am:
14153         * ext/ladspa/Makefile.am:
14154         * ext/wavpack/Makefile.am:
14155         * gst/equalizer/Makefile.am:
14156         * gst/filter/Makefile.am:
14157         * gst/mve/Makefile.am:
14158         * gst/nsf/Makefile.am:
14159         * gst/replaygain/Makefile.am:
14160         * gst/speed/Makefile.am:
14161           Fix build with LDFLAGS='-Wl,-z,defs'.
14162
14163 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
14164
14165         * sys/directsound/gstdirectsoundsink.c:
14166         * sys/directsound/gstdirectsoundsink.h:
14167           Remove include of unused headers.
14168         * sys/waveform/gstwaveformplugin.c:
14169         * sys/waveform/gstwaveformsink.c:
14170         * sys/waveform/gstwaveformsink.h:
14171         * win32/vs6/libgstwaveform.dsp:
14172           Add a new waveform plugin which includes an audio sink 
14173           element using the WaveForm win32 API.
14174         * win32/MANIFEST:
14175           Add the new project file form waveform plugin.
14176         
14177 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
14178         
14179         * sys/directdraw/gstdirectdrawplugin.c:
14180         * sys/directdraw/gstdirectdrawsink.c:
14181         * sys/directdraw/gstdirectdrawsink.h:
14182           Prepare the plugin to move to good:
14183           Remove unused/untested code (rendering to an extern surface,
14184           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
14185       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
14186           Add gtk doc section
14187           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
14188           respecting destination surface stride.
14189         * sys/directsound/gstdirectsoundplugin.c:
14190         * sys/directsound/gstdirectsoundsink.c:
14191         * sys/directsound/gstdirectsoundsink.h:
14192           Prepare the plugin to move to good:
14193           Rename all functions from gst_directsoundsink to gst_directsound_sink.
14194           Add gtk doc section
14195         * win32/common/config.h.in:
14196         * win32/MANIFEST:
14197           Add config.h.in
14198
14199 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
14200
14201         * configure.ac:
14202         * docs/plugins/Makefile.am:
14203           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
14204           timidity.cfg check.
14205
14206         * ext/timidity/gsttimidity.c: (plugin_init):
14207           Also build if no config was detected at configure time.
14208
14209 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14210
14211         * configure.ac:
14212         * ext/timidity/Makefile.am:
14213         * ext/timidity/gsttimidity.c: (plugin_init):
14214         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
14215         (gst_wildmidi_class_init), (gst_wildmidi_init),
14216         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
14217         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
14218         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
14219         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
14220         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
14221         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
14222         (gst_wildmidi_loop), (gst_wildmidi_change_state),
14223         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
14224         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
14225         * ext/timidity/gstwildmidi.h:
14226           Add second midi renderer. Fix some double frees and leaks. Clean up
14227           logging.
14228
14229 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
14230
14231         * Makefile.am:
14232           Add win32 MANIFEST
14233         * sys/directdraw/gstdirectdrawsink.c:
14234         * sys/directdraw/gstdirectdrawsink.h:
14235           Clear unused code and add comments.
14236           Remove yuv from template caps, it only supports RGB
14237           actually.
14238           Implement XOverlay interface and remove window and fullscreen 
14239           properties.
14240           Add debug logs.
14241           Test for blit capabilities to return only the current colorspace if
14242           the hardware can't blit for one colorspace to another.
14243         * sys/directsound/gstdirectsoundsink.c:
14244           Add some debugs.
14245         * win32/MANIFEST:
14246           Add VS7 project files and solution.
14247         * win32/vs6/gst_plugins_bad.dsw:
14248         * win32/vs6/libgstdirectdraw.dsp:
14249         * win32/vs6/libgstdirectsound.dsp:
14250         * win32/vs6/libgstqtdemux.dsp:
14251           Update project files.
14252
14253 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14254
14255         * ext/faad/gstfaad.c:
14256           Also update the comment that describes the hack.
14257
14258 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14259
14260         * configure.ac:
14261           Tell the code which faad it is, so that we can adjust the hacks
14262           needed.
14263
14264         * ext/faad/gstfaad.c:
14265           Make our hacks dependent on the fadd lib in use.
14266
14267 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14268
14269         * configure.ac:
14270           Fix faad detection to support also fadd with new symbol prefix.
14271           ChangeLog surgery.
14272           
14273 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
14274
14275         Patch by: Wouter Paesen <wouter@blue-gate.be>
14276
14277         * configure.ac:
14278         * ext/Makefile.am:
14279         * ext/timidity/Makefile.am:
14280         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
14281         (gst_timidity_class_init), (gst_timidity_init),
14282         (gst_timidity_set_song_options), (gst_timidity_src_convert),
14283         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
14284         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
14285         (gst_timidity_src_event), (gst_timidity_activate),
14286         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
14287         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
14288         (gst_timidity_get_buffer), (gst_timidity_loop),
14289         (gst_timidity_change_state), (gst_timidity_typefind),
14290         (plugin_init):
14291         * ext/timidity/gsttimidity.h:
14292           Add timidity midi render plugin (#403992)
14293
14294 2007-02-07  Edward Hervey  <edward@fluendo.com>
14295
14296         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
14297         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
14298         Switched to using gst_pad_get_parent().
14299
14300 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14301
14302         * gst/modplug/gstmodplug.cc:
14303           Remove superfluous gst_caps_get_structure() call.
14304
14305 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14306
14307         * configure.ac:
14308           Increase required libsndfile version to a version that's known to
14309           have the function sf_write_sync() to make the build bots happy.
14310
14311 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14312
14313         * ext/sndfile/gstsfsrc.c:
14314           Fix build (installed setup).
14315
14316 2007-02-05  Andy Wingo  <wingo@pobox.com>
14317
14318         * ext/sndfile/Makefile.am:
14319         * ext/sndfile/gstsfsrc.h:
14320         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
14321         random access woo.
14322
14323 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
14324
14325         * configure.ac:
14326         * gst/equalizer/Makefile.am:
14327         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
14328         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
14329         (setup_filter), (gst_iir_equalizer_compute_frequencies),
14330         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14331         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
14332         (plugin_init):
14333         * gst/equalizer/gstiirequalizer.h:
14334           Fix up to use the newly ported (actually working) GstAudioFilter.
14335           Bump core/base requirements to CVS for this.
14336
14337         * tests/icles/.cvsignore:
14338         * tests/icles/Makefile.am:
14339         * tests/icles/equalizer-test.c: (check_bus),
14340         (equalizer_set_band_value), (equalizer_set_all_band_values),
14341         (equalizer_set_band_value_and_wait),
14342         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
14343         (main):
14344           Add brain-dead interactive test for equalizer.
14345
14346 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14347
14348         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
14349         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14350         (gst_iir_equalizer_filter_inplace):
14351           Rename "values" property to "band-values" and change type into a
14352           GValueArray, so it's more easily bindable and the range of the
14353           values passed in is defined and checked etc.; also do some
14354           locking.
14355
14356 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14357
14358         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
14359
14360         * configure.ac:
14361         * gst/equalizer/Makefile.am:
14362         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14363         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14364         (gst_iir_equalizer_compute_frequencies),
14365         (gst_iir_equalizer_set_property),
14366         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14367         (plugin_init):
14368           Port equalizer plugin to 0.10 (#403572).
14369
14370 2007-02-02  Andy Wingo  <wingo@pobox.com>
14371
14372         * configure.ac: 
14373         * ext/Makefile.am
14374         * ext/sndfile/Makefile.am:
14375         * ext/sndfile/gstsf.c:
14376         * ext/sndfile/gstsf.h:
14377         * ext/sndfile/gstsfsink.c:
14378         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
14379         push mode with interleaved float or int data.
14380
14381 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14382
14383         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
14384           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
14385           (which didn't happen previously because the klass string didn't
14386           contain anything autoaudiosink was looking for).
14387
14388 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14389
14390         * gst/real/gstrealaudiodec.c:
14391         * gst/real/gstrealvideodec.c:
14392           Fix classification in GstElementDetails.
14393
14394 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
14395
14396         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
14397         (gst_wavpack_parse_handle_seek_event),
14398         (gst_wavpack_parse_create_src_pad):
14399         Fix a off by one that leads to the duration reported as one
14400         sample less than it is
14401
14402 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14403
14404         * ext/alsaspdif/alsaspdifsink.c:
14405         * gst/nsf/gstnsf.c:
14406           Fix classification in GstElementDetails.
14407
14408         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
14409         (gst_ladspa_class_init):
14410           Improve Klassification and reduce code slighly.
14411
14412 2007-01-30  Edward Hervey  <edward@fluendo.com>
14413
14414         * configure.ac:
14415         Check for an Objective C compiler
14416         * sys/Makefile.am:
14417         * sys/osxvideo/Makefile.am:
14418         * sys/osxvideo/cocoawindow.h:
14419         * sys/osxvideo/cocoawindow.m:
14420         * sys/osxvideo/osxvideosink.h:
14421         * sys/osxvideo/osxvideosink.m:
14422         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
14423         Fixes #402470
14424
14425 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14426
14427         * gst/videocrop/gstvideocrop.c:
14428         (gst_video_crop_get_image_details_from_caps),
14429         (gst_video_crop_transform_packed_complex):
14430           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
14431
14432         * tests/icles/videocrop-test.c: (check_bus_for_errors),
14433         (test_with_caps), (main):
14434           Block streaming thread before changing filter caps while the
14435           pipeline is running so that we don't get random not-negotiated
14436           errors just because GStreamer can't handle that yet.
14437
14438 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
14439
14440         * ext/ladspa/Makefile.am:
14441         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
14442           add GstController support to ladspa
14443
14444 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14445
14446         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
14447
14448         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
14449         (gst_mythtv_src_next_program_chain):
14450           Remove sleep calls, they've been moved into the library now ...
14451           (#354451).
14452
14453 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
14454
14455         * tests/icles/videocrop-test.c: (test_with_caps):
14456           Catch errors while the test is running.
14457
14458 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14459
14460         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
14461         Fix the SEEKING query. We can seek if we are in pull mode, not the
14462         other way around. Also set the correct format in the seeking query and
14463         handle the case where the headers are not read yet and we can't say
14464         anything about our seeking capabilities.
14465         
14466 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14467
14468         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
14469         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
14470         Fix spelling in 2 places: It's called Wavpack, not WavePack.
14471
14472 2007-01-25  Edward Hervey  <edward@fluendo.com>
14473
14474         * gst/multifile/gstmultifilesink.c:
14475         (gst_multi_file_sink_class_init):
14476         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
14477         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
14478         (gst_mve_video_palette), (gst_mve_video_code_map),
14479         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
14480         (gst_mve_demux_chain):
14481         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
14482         * gst/mve/mveaudioenc.c: (mve_compress_audio):
14483         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
14484         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
14485         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
14486         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
14487         Use proper print statements.
14488         Fixes build on mac os x.
14489         <wingo> oo look at me my name is edward i'm hacking on macos wooo
14490
14491 2007-01-24  Wim Taymans  <wim@fluendo.com>
14492
14493         * gst/qtdemux/gstrtpxqtdepay.c:
14494         Fix caps on the depayloader.
14495
14496 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
14497
14498         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
14499           Use break here instead of goto.
14500
14501 2007-01-13  Andy Wingo  <wingo@pobox.com>
14502
14503         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
14504         Use fixed caps on src pads.
14505         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
14506         seem to have reverse midas disease!
14507         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
14508         and set caps on outgoing buffers. Fixes #395597, I think.
14509
14510         * gst/interleave/interleave.c (gst_interleave_init): Init the
14511         activation mode properly.
14512         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
14513         (gst_interleave_init): Set a setcaps and getcaps function on the
14514         src pad, so that we can implement pull-mode negotiation.
14515         (gst_interleave_sink_setcaps): Renamed from
14516         gst_interleave_setcaps, as it only does the sink logic now.
14517         Implement both for pull-mode and push-mode.
14518         (gst_interleave_process): Set caps on our outgoing buffer.
14519         (gst_interleave_src_activate_pull): Fix some more bogus casts.
14520         What is up with this.
14521
14522 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
14523
14524         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
14525         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
14526         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
14527         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
14528         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
14529         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
14530         (gst_mythtv_src_uri_get_type):
14531           Clean up a bit, mostly the debug statements; fix deadlock in
14532           _set_property() in the error cases; fix up query function.
14533
14534 2007-01-12  Andy Wingo  <wingo@pobox.com>
14535
14536         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
14537         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
14538         Remove fixate/ouija stuff, thankfully, due to the new
14539         part-negotiation.txt pull-mode negotiation scheme.
14540         (gst_signal_processor_setcaps_pull)
14541         (gst_signal_processor_setcaps): Implement upstream set_caps pull
14542         proxying for pull mode. Now this works: ladspa-sine-fcac !
14543         audioconvert ! alsasink.
14544
14545 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
14546
14547         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
14548
14549         * configure.ac:
14550         * gst-plugins-bad.spec.in:
14551         * ext/Makefile.am:
14552         * ext/mythtv/Makefile.am:
14553         * ext/mythtv/gstmythtvsrc.c:
14554         * ext/mythtv/gstmythtvsrc.h:
14555         MythTV client source plugin created (#354451).
14556
14557 2007-01-12  Wim Taymans  <wim@fluendo.com>
14558
14559         * gst/qtdemux/Makefile.am:
14560         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
14561         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
14562         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
14563         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
14564         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
14565         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
14566         * gst/qtdemux/gstrtpxqtdepay.h:
14567         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
14568         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
14569         (qtdemux_parse_moov), (qtdemux_parse_container),
14570         (qtdemux_parse_node), (gst_qtdemux_add_stream),
14571         (qtdemux_parse_trak), (qtdemux_audio_caps):
14572         * gst/qtdemux/qtdemux.h:
14573         * gst/qtdemux/quicktime.c: (plugin_init):
14574         Add X-QT depayloader that will eventually share code with the demuxer.
14575         Make new plugin entry point with quicktime releated stuff.
14576
14577 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
14578
14579         * gst/qtdemux/Makefile.am:
14580           Dist all new files.
14581
14582 2007-01-12  Wim Taymans  <wim@fluendo.com>
14583
14584         * docs/plugins/Makefile.am:
14585         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14586         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14587         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14588         * docs/plugins/gst-plugins-bad-plugins.signals:
14589         * docs/plugins/inspect/plugin-qtdemux.xml:
14590         Activate docs for jack, sdl and qtdemux.
14591
14592 2007-01-12  Wim Taymans  <wim@fluendo.com>
14593
14594         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
14595         (jack_buffer_size_cb), (jack_shutdown_cb),
14596         (gst_jack_ring_buffer_acquire):
14597         * ext/jack/gstjackaudiosink.h:
14598         Improve docs.
14599
14600 2007-01-12  Wim Taymans  <wim@fluendo.com>
14601
14602         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
14603         Fix typo in docs.
14604
14605 2007-01-12  Wim Taymans  <wim@fluendo.com>
14606
14607         * gst/qtdemux/Makefile.am:
14608         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14609         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
14610         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14611         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
14612         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
14613         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
14614         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
14615         (qtdemux_parse_samples), (qtdemux_parse_segments),
14616         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
14617         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
14618         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
14619         (qtdemux_process_redirects), (qtdemux_parse_redirects),
14620         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
14621         (qtdemux_video_caps), (qtdemux_audio_caps):
14622         * gst/qtdemux/qtdemux.h:
14623         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
14624         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14625         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14626         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14627         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14628         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14629         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
14630         (qtdemux_node_dump):
14631         * gst/qtdemux/qtdemux_dump.h:
14632         * gst/qtdemux/qtdemux_fourcc.h:
14633         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
14634         * gst/qtdemux/qtdemux_types.h:
14635         * gst/qtdemux/qtpalette.h:
14636         Cleanup and refactor to make the code more readable.
14637         Move debugging/tables into separate files.
14638         Add 2/4/16 color palletee support.
14639         Fix raw 15 bit RGB handling.
14640         Use more FOURCC constants.
14641         Add some docs.
14642
14643 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14644
14645         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14646
14647         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14648         (gst_wavpack_enc_correction_mode_get_type),
14649         (gst_wavpack_enc_joint_stereo_mode_get_type):
14650           Minor clean-up: use enum values instead of hardcoded constants (#395536).
14651
14652 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14653
14654         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
14655         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
14656         (gst_mve_add_stream):
14657           Support SEEKING query (bad news now delivered properly!); add event
14658           function to source pads to make sure seeks aren't propagated
14659           upstream, even if they aren't handled.
14660
14661 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14662
14663         Patch by: Jens Granseuer  <jensgr at gmx net>
14664
14665         * configure.ac:
14666         * gst/mve/Makefile.am:
14667         * gst/mve/TODO:
14668         * gst/mve/gstmve.c:
14669         * gst/mve/gstmvedemux.c:
14670         * gst/mve/gstmvedemux.h:
14671         * gst/mve/gstmvemux.c:
14672         * gst/mve/gstmvemux.h:
14673         * gst/mve/mve.h:
14674         * gst/mve/mveaudiodec.c:
14675         * gst/mve/mveaudioenc.c:
14676         * gst/mve/mvevideodec16.c:
14677         * gst/mve/mvevideodec8.c:
14678         * gst/mve/mvevideoenc16.c:
14679         * gst/mve/mvevideoenc8.c:
14680           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
14681           doesn't support seeking yet, but seems to work fine otherwise.
14682           Closes #348973.
14683
14684 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14685
14686         * gst/real/Makefile.am:
14687           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
14688
14689 2007-01-07  Andy Wingo  <wingo@pobox.com>
14690
14691         * configure.ac: 
14692         * gst/interleave/Makefile.am: 
14693         * gst/interleave/plugin.h: 
14694         * gst/interleave/plugin.c: 
14695         * gst/interleave/interleave.c: 
14696         * gst/interleave/deinterleave.c: New elements interleave and
14697         deinterleave, implement channel interleaving and deinterleaving.
14698         The interleaver can operate in pull or push mode but the
14699         deinterleaver is more like a demuxer and can only operate in push
14700         mode.
14701         
14702 2007-01-06  Edward Hervey  <edward@fluendo.com>
14703
14704         * configure.ac:
14705         Properly detect the two architectures on which the real plugin can be
14706         built.
14707         Fixes #393622
14708
14709 2007-01-06  Andy Wingo  <wingo@pobox.com>
14710
14711         * ext/ladspa/gstsignalprocessor.c
14712         (gst_signal_processor_ouija_caps): Move around in the source
14713         file...
14714         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
14715         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
14716         This allows us to have caps when we do the pad_alloc_buffer().
14717         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
14718         pad caps, which might not be set yet.
14719
14720         * ext/ladspa/gstsignalprocessor.c: 
14721         (gst_signal_processor_add_pad_from_template)
14722         (gst_signal_processor_fixate): Add a fixate function, to assist in
14723         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
14724         cases.
14725         (gst_signal_processor_prepare, gst_signal_processor_process): Add
14726         nframes args so that getrange can tell ladspa how many frames to
14727         process.
14728         (gst_signal_processor_ouija_caps): setcaps needs to be called
14729         before processing, which normally happens when chaining a buffer
14730         to a pad. However in getrange mode with no sinks we need to check
14731         explicitly for this condition, guess some caps to use, and use
14732         those to setcaps(). Hence this mystical function.
14733         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
14734         Divine the caps if necessary.
14735         (gst_signal_processor_getrange): Interpret the length as bytes,
14736         not samples.
14737         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
14738         by incoming buffer sizes.
14739
14740 2007-01-06  Edward Hervey  <edward@fluendo.com>
14741
14742         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
14743         Don't call the RAFreeDecoder since it randomly causes segfaults.
14744         * gst/real/gstrealaudiodec.h:
14745         indent properly.
14746
14747 2007-01-06  Edward Hervey  <edward@fluendo.com>
14748
14749         Patch by: Lutz Mueller <lutz@topfrose.de>
14750         
14751         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
14752         (gst_real_video_dec_setcaps), (open_library), (close_library),
14753         (gst_real_video_dec_finalize):
14754         * gst/real/gstrealvideodec.h:
14755         Implement error recovery on setcaps failure.
14756
14757 2007-01-06  Edward Hervey  <edward@fluendo.com>
14758
14759         Patch by: Lutz Mueller <lutz@topfrose.de>
14760         
14761         * gst/real/Makefile.am:
14762         * gst/real/gstreal.c: (plugin_init):
14763         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14764         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14765         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14766         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14767         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14768         * gst/real/gstrealaudiodec.h:
14769         Added RealAudio wrapper elementfactory.
14770         Modified structures so it can also work on x86_64 using the
14771         adequate .so .
14772
14773 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14774
14775         * configure.ac:
14776         * gst/qtdemux/Makefile.am:
14777         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14778           Check for zlib and if available pass it explicitly to the linker
14779           when linking qtdemux. If not available (or --disable-external has
14780           been specified!), disable the bits in qtdemux that use it. Fixes
14781           build on MingW (#392856).
14782
14783 2007-01-05  Edward Hervey  <edward@fluendo.com>
14784
14785         * configure.ac:
14786         Real video .so are now also available for x86_64, so we can build the
14787         Real plugin on i386 AND x86_64.
14788         * gst/real/Makefile.am:
14789         * gst/real/gstreal.c: (plugin_init):
14790         New plugin file for real .so wrapper plugins.
14791         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14792         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14793         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14794         (open_library), (close_library), (gst_real_video_dec_init),
14795         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14796         (gst_real_video_dec_set_property),
14797         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14798         * gst/real/gstrealvideodec.h:
14799         Moved RealVideo element to separate file
14800         Cleaned up code some more.
14801         Make it work on x86_64.
14802         Try several possible locations for .so
14803         Separate opening/closing libraries in separate functions.
14804
14805 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14806
14807         * tests/icles/videocrop-test.c: (main):
14808           Call g_thread_init() right at the beginning. Remove superfluous
14809           gst_init() - we've already been inited via the GOption stuff.
14810
14811 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14812
14813         * configure.ac:
14814           Don't compile rfbsource if we don't have sys/socket.h.
14815           Should fix compilation on MingW.
14816
14817 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14818
14819         * configure.ac:
14820         * ext/amrwb/Makefile.am:
14821         * ext/amrwb/amrwb-code/Makefile.am:
14822         * ext/amrwb/amrwb-code/run.sh:
14823         * gst-libs/Makefile.am:
14824         * gst-libs/ext/Makefile.am:
14825         * gst-libs/ext/amrwb/Makefile.am:
14826         * gst-libs/ext/amrwb/README:
14827           Move amrwb code getting and building to gst-libs/ext/amrwb
14828           Adapt everything else to match.
14829
14830 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14831
14832         * ext/directfb/dfbvideosink.c:
14833         (gst_dfbvideosink_navigation_send_event),
14834         (gst_dfbvideosink_get_type):
14835         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14836         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14837         (gst_sdlvideosink_show_frame),
14838         (gst_sdlvideosink_navigation_send_event):
14839         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14840         reveal potential bugs.
14841
14842 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14843
14844         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14845
14846         * configure.ac:
14847         * sys/Makefile.am:
14848         * sys/directsound/Makefile.am:
14849         * sys/directsound/gstdirectsoundsink.c:
14850         (gst_directsoundsink_reset):
14851           Add directsoundsink to build and dist it, so it gets built when
14852           compiling with MingW on win32 and the required headers and libraries
14853           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14854
14855         * tests/check/elements/.cvsignore:
14856           Fix CVS ignore for neonhttpsrc test binary.
14857
14858 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14859
14860         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14861
14862         * configure.ac:
14863         * sys/Makefile.am:
14864         * sys/directdraw/Makefile.am:
14865           Add directdrawsink to build and dist it, so it gets built when
14866           compiling with MingW on win32 and the required headers and libraries
14867           are available (fixes: #392313).
14868
14869         * sys/directdraw/gstdirectdrawsink.c:
14870         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14871         (gst_directdrawsink_setup_ddraw),
14872         (gst_directdrawsink_surface_create):
14873           Comment out some unused things and fix some printf format issues in
14874           order to avoid warnings when buildling with MingW (#392313).
14875
14876 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14877
14878         Patch by: Jens Granseuer  <jensgr at gmx net>
14879
14880         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14881         (gst_xvidenc_get_property):
14882         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14883         * gst/filter/gstfilter.c: (plugin_init):
14884         * gst/filter/gstiir.c: (iir_transform_ip):
14885         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14886         * gst/modplug/gstmodplug.cc:
14887         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14888         (gst_nuv_demux_stream_extend_header):
14889           Fix build with gcc-2.x (declare variables at the beginning of a
14890           block etc.). Fixes #391971.
14891
14892 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14893
14894         reviewed by: Edward Hervey  <edward@fluendo.com>
14895
14896         * gst/real/gstreal.c:
14897         (gst_realdec_setcaps): Use codec_data supplied in caps.
14898         (gst_realdec_get_property): Correctly return default path.
14899         (gst_realdec_class_init): Remove unused state_change method.
14900
14901 2007-01-01  Edward Hervey  <edward@fluendo.com>
14902
14903         * configure.ac:
14904         Only build the plugin on 32bit x86 architectures.
14905
14906 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14907
14908         reviewed by: Edward Hervey  <edward@fluendo.com>
14909
14910         * configure.ac:
14911         * gst/real/Makefile.am:
14912         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14913         (gst_realdec_decode), (gst_realdec_chain),
14914         (gst_realdec_activate_push), (gst_realdec_setcaps),
14915         (gst_realdec_init), (gst_realdec_base_init),
14916         (gst_realdec_change_state), (gst_realdec_finalize),
14917         (gst_realdec_set_property), (gst_realdec_get_property),
14918         (gst_realdec_class_init), (plugin_init):
14919         New plugin for decoding RealVideo Streams using the x86 32bit
14920         shared libraries.
14921         Closes #354174
14922
14923 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14924
14925         * tests/check/elements/videocrop.c: (GST_START_TEST),
14926         (videocrop_test_cropping_init_context):
14927           When we can't create an element needed for the test, print a message
14928           detailing which element it actually is that's missing (#390673).
14929
14930 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14931
14932         * ext/neon/gstneonhttpsrc.c:
14933         * ext/neon/gstneonhttpsrc.h:
14934         Added seek support.
14935         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14936         Fixes: #375264.
14937
14938 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
14939
14940         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14941         (cleanup_mpeg2enc):
14942         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14943         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14944         (cleanup_wavpackdec):
14945         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14946         (cleanup_wavpackenc):
14947         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14948           reapply consistent pad (de)activation
14949
14950 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14951
14952         * configure.ac:
14953         Back to CVS
14954
14955         * gst-plugins-bad.doap:
14956         Add release section for 0.10.4
14957
14958 === release 0.10.4 ===
14959
14960 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
14961
14962         * configure.ac:
14963           releasing 0.10.4, "Black Bugs"
14964
14965 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14966
14967         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14968         (cleanup_mpeg2enc):
14969         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14970         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14971         (cleanup_wavpackdec):
14972         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14973         (cleanup_wavpackenc):
14974         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14975           revert my freeze breakage
14976
14977 2006-12-21  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           consistent pad (de)activation
14988
14989 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14990
14991         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
14992         (gst_qtdemux_chain):
14993           Don't post BUFFERING messages in streaming mode if the stream
14994           headers are behind the movie data; instead, post "progress" element
14995           messages as a temporary solution. Apps might get confused and do
14996           silly things to the pipeline state if they see buffering messages
14997           from different sources and don't realize they come from different
14998           sources (#387160).
14999
15000 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
15001
15002         * configure.ac:
15003         * ext/Makefile.am:
15004         * ext/ladspa/*:
15005           Move LADPSA plugin from -good for the release, as it's not quite
15006           ready to be enabled by default in the -good module yet.
15007
15008 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
15009
15010         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
15011         (gst_qtdemux_add_stream):
15012           Don't output g_warning for an unsupported format, just send a
15013           GST_ELEMENT_WARNING and don't add the pad.
15014           Fix the case where it doesn't check for a NULL pad in streaming mode.
15015           Fixes #387137
15016
15017 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
15018
15019         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15020           Fix crash dereferencing NULL pointer if there's no stco atom.
15021           Fixes #387122.
15022
15023 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
15024
15025         * ext/wavpack/gstwavpackenc.h:
15026         Use local copy of md5.h, as it disappeared in recent wavpack
15027         installs.
15028         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
15029         Fixes: #387076
15030
15031 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
15032
15033         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
15034         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
15035           We don't support seeking in streaming mode, so don't even try.
15036           Implement seeking query so apps can query seekability properly
15037           (see #365414). Fix duration query.
15038
15039 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15040
15041         * Makefile.am:
15042         * gst-plugins-bad.doap:
15043         * gst-plugins-bad.spec.in:
15044           add doap file
15045
15046 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
15047
15048         * ext/libmms/gstmms.c: (gst_mms_create):
15049           These debug statements should be using LOG level.
15050
15051 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
15052
15053         * gst/modplug/libmodplug/sndfile.cpp:
15054           Fix potential buffer overflow (CVE-2006-4192) (#385788).
15055
15056 2006-12-13  Wim Taymans  <wim@fluendo.com>
15057
15058         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15059         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
15060         (qtdemux_audio_caps):
15061         Add AMR-WB to the list of supported formats.
15062
15063 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
15064
15065         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
15066         (send_request_and_redirect):
15067           Fix minor mem leak in redirect code.
15068
15069         * tests/check/Makefile.am:
15070         * tests/check/elements/.cvsignore:
15071         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
15072         (GST_START_TEST), (neonhttpsrc_suite):
15073         * tests/check/gst-plugins-bad.supp:
15074           Add super-basic unit test for #384140.
15075
15076 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
15077
15078         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
15079         (send_request_and_redirect):
15080           Set offset on buffers pushed out (id3demux gets confused if the
15081           first buffer does not have an offset of 0). Fixes #384140.
15082
15083 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
15084
15085         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
15086         (gst_neonhttp_src_create), (send_request_and_redirect),
15087         (gst_neonhttp_src_start), (oom_callback):
15088          Minor clean-ups; remove newlines at end of debug statements.
15089
15090 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
15091
15092         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
15093           Fix non-working redirects from inetfilm.com (handle 'alis' reference
15094           data type as well). Fixes #378613.
15095
15096 2006-12-11  Wim Taymans  <wim@fluendo.com>
15097
15098         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
15099
15100         * gst/modplug/gstmodplug.cc:
15101         Fix modplug duration query. Fixes #384294.
15102
15103 2006-12-08  Wim Taymans  <wim@fluendo.com>
15104
15105         Patch by: René Stadler  <mail at renestadler de>
15106
15107         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15108         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
15109         (qtdemux_audio_caps):
15110         Fix caps for 24 bit raw PCM audio (2).
15111         Fixes #383471.
15112
15113 2006-12-07  Wim Taymans  <wim@fluendo.com>
15114
15115         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15116         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
15117         (qtdemux_video_caps):
15118         Handle more H263 variants.
15119
15120 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
15121
15122         * ext/jack/.cvsignore:
15123         Ignore old files as requested by the build slave.
15124
15125 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
15126
15127         * configure.ac:
15128         Update the Jack requirement to the version where I think options_t
15129         appeared
15130
15131 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
15132
15133         * win32/MANIFEST:
15134         Fix compilation on win32 under VS8
15135         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
15136         Partially fixes #381175
15137
15138 2006-11-30  Wim Taymans  <wim@fluendo.com>
15139
15140         Patch by: René Stadler  <mail at renestadler de>
15141
15142         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
15143           Call the base class handler.  Fixes #380610.
15144
15145 2006-11-30  Wim Taymans  <wim@fluendo.com>
15146
15147         * ext/Makefile.am:
15148         Fix build.
15149
15150         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
15151         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
15152         (gst_jack_ring_buffer_acquire):
15153         Small cleanups.
15154
15155 2006-11-30  Wim Taymans  <wim@fluendo.com>
15156
15157         * configure.ac:
15158         * ext/Makefile.am:
15159         * ext/jack/Makefile.am:
15160         * ext/jack/gstjack.c: (plugin_init):
15161         * ext/jack/gstjack.h:
15162         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
15163         (gst_jack_ring_buffer_class_init), (jack_process_cb),
15164         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
15165         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
15166         (gst_jack_ring_buffer_finalize),
15167         (gst_jack_ring_buffer_open_device),
15168         (gst_jack_ring_buffer_close_device),
15169         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
15170         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
15171         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
15172         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
15173         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
15174         (gst_jack_audio_sink_set_property),
15175         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
15176         (gst_jack_audio_sink_create_ringbuffer):
15177         * ext/jack/gstjackaudiosink.h:
15178           Added fully functional jackaudiosink.
15179
15180 2006-11-27  Wim Taymans  <wim@fluendo.com>
15181
15182         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15183         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
15184           Remove some asserts and replace them with a proper error
15185           message. Fixes #379261.
15186
15187 2006-11-26  Michael Smith  <msmith@fluendo.com>
15188
15189         * ext/theora/theoradec.c: (theora_dec_src_query),
15190         (theora_dec_src_event), (theora_handle_data_packet),
15191         (theora_dec_chain):
15192           Send events on the right pads, since they don't work very well if
15193           you send them in the wrong direction.
15194
15195 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
15196
15197         * ext/audiofile/gstafsink.c:
15198         * ext/polyp/plugin.c: (plugin_init):
15199         * ext/polyp/polypsink.c:
15200         * ext/polyp/polypsink.h:
15201         * sys/dxr3/dxr3audiosink.h:
15202         * sys/dxr3/dxr3spusink.h:
15203         * sys/dxr3/dxr3videosink.h:
15204           remove obsolete _factory_init protos and functions
15205
15206 2006-11-19  Michael Smith  <msmith@fluendo.com>
15207
15208         * gst/librfb/Makefile.am:
15209           Compile with appropriate cflags. Fixes build.
15210
15211 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15212
15213         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
15214         Actually set the TONE parameter for DVB-S when we should.
15215
15216 2006-11-16  David Schleef  <ds@schleef.org>
15217
15218         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
15219
15220 2006-11-16  David Schleef  <ds@schleef.org>
15221
15222         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
15223
15224 2006-11-16  David Schleef  <ds@schleef.org>
15225
15226         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
15227
15228         * configure.ac:
15229         * gst/librfb/Makefile.am:
15230         * gst/librfb/gstrfbsrc.c:
15231         * gst/librfb/rfb.c:
15232         * gst/librfb/rfb.h:
15233         * gst/librfb/rfbbuffer.c:
15234         * gst/librfb/rfbbuffer.h:
15235         * gst/librfb/rfbbytestream.c:
15236         * gst/librfb/rfbbytestream.h:
15237         * gst/librfb/rfbcontext.h:
15238         * gst/librfb/rfbdecoder.c:
15239         * gst/librfb/rfbdecoder.h:
15240         * gst/librfb/rfbutil.h:
15241           Port librfb to 0.10 (#376106).
15242
15243 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
15244
15245         * ext/spc/gstspc.c: (spc_play):
15246           Fix build with disabled gst-debug.
15247
15248 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15249
15250         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
15251
15252         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
15253         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
15254         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
15255         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
15256         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
15257         (gst_wavpack_enc_change_state):
15258         * ext/wavpack/gstwavpackparse.c:
15259           Some small clean-ups: use enums instead of hard-coded numbers,
15260           const-ify element details, re-factor some code into _reset()
15261           functions (#352605).
15262
15263 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
15264
15265         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
15266         * sys/dvb/gstdvbsrc.h:
15267           Fix minor printf format issue; remove overly paranoid checks in
15268           create function; fix GObject boilerplate macros.
15269
15270 2006-11-14  Wim Taymans  <wim@fluendo.com>
15271
15272         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15273         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
15274         Don't parse extra sample params for raw pcm. Fixes #374914.
15275
15276 2006-11-14  Wim Taymans  <wim@fluendo.com>
15277
15278         * tests/check/elements/.cvsignore:
15279         Add cdaudio to ignore.
15280
15281 2006-11-14  Wim Taymans  <wim@fluendo.com>
15282
15283         * ext/Makefile.am:
15284         dist cdaudio dir.
15285
15286 2006-11-14  Wim Taymans  <wim@fluendo.com>
15287
15288         * configure.ac:
15289         * ext/Makefile.am:
15290         Fix cdaudio build.
15291
15292 2006-11-14  Wim Taymans  <wim@fluendo.com>
15293
15294         Patch by: Mark Nauwelaerts <manauw at skynet be>
15295
15296         * tests/check/Makefile.am:
15297         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
15298         (GST_START_TEST), (y4menc_suite), (main):
15299         Added y4m test. Fixes #372243.
15300
15301 2006-11-13  Wim Taymans  <wim@fluendo.com>
15302
15303         Patch by: Mark Nauwelaerts <manauw at skynet be>
15304
15305         * configure.ac:
15306         Enable cdaudio and y4m.
15307
15308         * gst/y4m/Makefile.am:
15309         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
15310         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
15311         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
15312         (gst_y4m_encode_get_stream_header),
15313         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
15314         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
15315         (gst_y4m_encode_change_state), (plugin_init):
15316         * gst/y4m/gsty4mencode.h:
15317         Port of y4mencode to 0.10. 
15318
15319 2006-11-10  David Schleef  <ds@schleef.org>
15320
15321         * configure.ac:
15322         * gst/videoparse/Makefile.am:
15323         * gst/videoparse/gstvideoparse.c:
15324           A little pluggy to make sense out of the random chunks we get
15325           from multifilesrc.
15326
15327 2006-11-10  David Schleef  <ds@schleef.org>
15328
15329         * gst/multifile/Makefile.am:
15330           Let's not depend on a file that doesn't exist.
15331
15332 2006-11-10  David Schleef  <ds@schleef.org>
15333
15334         * gst/multifilesink/Makefile.am:
15335         * gst/multifilesink/gstmultifilesink.c:
15336         * gst/multifilesink/gstmultifilesink.h:
15337         * gst/multifilesink/multifilesink.vcproj:
15338           Remove the old one.
15339
15340 2006-11-10  David Schleef  <ds@schleef.org>
15341
15342         * configure.ac:
15343         * gst/multifile/Makefile.am:
15344         * gst/multifile/gstmultifile.c:
15345         * gst/multifile/gstmultifilesink.c:
15346         * gst/multifile/gstmultifilesrc.c:
15347         * gst/multifile/multifile.vproj:
15348           Revive multifile[src|sink].
15349
15350 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15351
15352         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
15353         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15354         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
15355         Rename set_pes_filter to set_pes_filters for consistency.
15356         Do run-time pid filtering.
15357
15358 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15359
15360         * sys/dvb/gstdvbsrc.c: (read_device):
15361         Do not call output_frontend_stats from a method that does not
15362         have the gstdvbsrc object.
15363         This fixes the build, sorry guys!
15364
15365 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15366
15367         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
15368         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
15369         (gst_dvbsrc_set_pes_filter):
15370         * sys/dvb/gstdvbsrc.h:
15371         Force PAT to always be in the filter.
15372         Try to continue reading after failing 10 times.
15373
15374 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15375
15376         * po/POTFILES.in:
15377           add dvbsrc
15378         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
15379         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
15380         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
15381         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
15382         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
15383         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
15384         (gst_dvbsrc_set_pes_filter):
15385         * sys/dvb/gstdvbsrc.h:
15386           adapter-prefix is a terrible name for a device, so replace it.
15387           strerror should be used immediately after the syscall related to it.
15388           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
15389           (pretty easy to trigger by opening the same device twice).
15390           Use _OBJECT macros where it makes sense.
15391           This element is going to need some work before it moves.
15392
15393 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15394
15395         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15396
15397         * configure.ac:
15398         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
15399         (gst_wavpack_enc_correction_mode_get_type),
15400         (gst_wavpack_enc_joint_stereo_mode_get_type),
15401         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
15402           Fix enum nicks; only emit no-more-pads once; add support for very
15403           fast encoding mode in upcoming 4.40.0 release (#369539).
15404
15405 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15406
15407         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
15408
15409         * sys/directdraw/gstdirectdrawsink.c:
15410         (gst_directdrawsink_window_thread),
15411         (gst_directdrawsink_create_default_window):
15412         * sys/directdraw/gstdirectdrawsink.h:
15413         * sys/directsound/gstdirectsoundsink.c:
15414           Wait until the window is created before using it; guard unistd.h
15415           includes with HAVE_UNISTD_H. (#366523)
15416
15417         * win32/vs8/libgstdirectdraw.vcproj:
15418         * win32/vs8/libgstdirectsound.vcproj:
15419           Update project files.
15420
15421 2006-10-31  Wim Taymans  <wim@fluendo.com>
15422
15423         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15424         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
15425         (qtdemux_parse_trak):
15426         Handle unbounded length streams a bit better. Fixes #367696.
15427
15428 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15429
15430         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
15431           Fix flow handling and buffer refcounting (gst_pad_push() takes
15432           ownership of the buffer passed to it, the buffer does not have
15433           to be unreffed no matter what flow value gst_pad_push() returns).
15434
15435 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
15436
15437         Patch by: Renato Filho <renato.filho@indt.org.br> 
15438
15439         * gst/nuvdemux/gstnuvdemux.c:
15440         * gst/nuvdemux/gstnuvdemux.h:
15441         Fixed bug for files with timestamps less than 0.
15442         
15443 2006-10-21  David Schleef  <ds@schleef.org>
15444
15445         * configure.ac:
15446         * gst/multifilesink/Makefile.am:
15447         * gst/multifilesink/gstmultifilesink.c:
15448         * gst/multifilesink/gstmultifilesink.h:
15449           I copied over filesink a while ago and modified it to work
15450           as multifilesink.  Might as well check it in.  This could
15451           use some work before being declared useful.
15452
15453 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15454
15455         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
15456         * ext/wavpack/gstwavpackparse.c:
15457         (gst_wavpack_parse_create_src_pad):
15458         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
15459         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
15460           Activate pads before adding them to running element.
15461
15462 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15463
15464         Patch by: Josep Torra Valles  <josep at fluendo com>
15465
15466         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15467         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
15468         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
15469         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
15470         (qtdemux_tag_add_gnre):
15471           Make compile with Forte compiler, mostly don't do pointer arithmetic
15472           with void pointers (#362626).
15473
15474 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15475
15476         * gst/nuvdemux/gstnuvdemux.c:
15477         Just a cast to make it compile oos big_endian systems.
15478
15479 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15480
15481         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
15482         <rosfran.borges@indt.org.br>
15483
15484         * configure.ac:
15485         * gst/nuvdemux/:
15486         * gst/nuvdemux/Makefile.am:
15487         * gst/nuvdemux/gstnuvdemux.c:
15488         * gst/nuvdemux/gstnuvdemux.h:
15489         Created new element nuvdemux.
15490         
15491 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15492
15493         Patch by: Josep Torra Valles  <josep at fluendo com>
15494
15495         * gst/nsf/fds_snd.c:
15496         * gst/nsf/mmc5_snd.c:
15497         * gst/nsf/nsf.c:
15498         * gst/nsf/vrc7_snd.c:
15499         * gst/nsf/vrcvisnd.c:
15500           Fix some things the Forte compiler warns about (#362626).
15501
15502 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15503
15504         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
15505         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
15506         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
15507         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
15508         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
15509         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
15510         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
15511         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
15512         (qtdemux_tree_get_sibling_by_type):
15513         * gst/qtdemux/qtdemux.h:
15514           Avoid void pointer usage, better use guint8 * instead.
15515
15516 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
15517
15518         * configure.ac:
15519         * gst/deinterlace/Makefile.am:
15520         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
15521         (gst_deinterlace_class_init), (gst_deinterlace_init),
15522         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
15523         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
15524         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
15525         * gst/deinterlace/gstdeinterlace.h:
15526           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
15527           me for anything it does or does not do to your precious pictures.
15528
15529 2006-10-11  Edward Hervey  <edward@fluendo.com>
15530
15531         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15532         Add some fourcc for DV format.
15533
15534 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
15535
15536         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
15537         (gst_qtdemux_loop_state_header):
15538           Printf format fixes.
15539
15540         * sys/dvb/gstdvbsrc.c:
15541           Use "_stdint.h".
15542
15543 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15544
15545         * sys/dvb/Makefile.am:
15546         * sys/dvb/dvb-api/Makefile.am:
15547         * sys/dvb/dvb-api/audio.h:
15548         * sys/dvb/dvb-api/ca.h:
15549         * sys/dvb/dvb-api/dmx.h:
15550         * sys/dvb/dvb-api/frontend.h:
15551         * sys/dvb/dvb-api/net.h:
15552         * sys/dvb/dvb-api/osd.h:
15553         * sys/dvb/dvb-api/version.h:
15554         * sys/dvb/dvb-api/video.h:
15555         Remove these files, not needed use system files.
15556         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
15557         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15558         (gst_dvbsrc_tune):
15559         Fix warnings, uint16_t etc. is in stdint.h.
15560         Use system includes not our local ones.
15561
15562 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15563
15564         * configure.ac:
15565         * sys/Makefile.am:
15566         Add dvb detection and allow dvbsrc to be built.
15567
15568 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15569         
15570         * configure.ac:
15571         * sys/Makefile.am:
15572         * sys/dvb/AUTHORS:
15573         * sys/dvb/Makefile.am:
15574         * sys/dvb/README:
15575         * sys/dvb/dvb-api/Makefile.am:
15576         * sys/dvb/dvb-api/audio.h:
15577         * sys/dvb/dvb-api/ca.h:
15578         * sys/dvb/dvb-api/dmx.h:
15579         * sys/dvb/dvb-api/frontend.h:
15580         * sys/dvb/dvb-api/net.h:
15581         * sys/dvb/dvb-api/osd.h:
15582         * sys/dvb/dvb-api/version.h:
15583         * sys/dvb/dvb-api/video.h:
15584         * sys/dvb/gstdvbsrc.c: 
15585         * sys/dvb/gstdvbsrc.h:
15586         Initial import of dvbsrc.
15587         Currently won't be built.
15588
15589 2006-10-10  Wim Taymans  <wim@fluendo.com>
15590
15591         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15592         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
15593         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
15594         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
15595         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
15596         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
15597         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
15598         (qtdemux_parse_tree), (qtdemux_parse_trak):
15599         Reorganise some stuff.
15600         Parse RTSP redirection URLS.
15601
15602 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15603
15604         * docs/plugins/gst-plugins-bad-plugins.args:
15605         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15606         * docs/plugins/gst-plugins-bad-plugins.interfaces:
15607         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
15608         * docs/plugins/inspect/plugin-dtsdec.xml:
15609         * docs/plugins/inspect/plugin-mms.xml:
15610         * docs/plugins/inspect/plugin-mpeg2enc.xml:
15611         * docs/plugins/inspect/plugin-neon.xml:
15612         * docs/plugins/inspect/plugin-replaygain.xml:
15613         * docs/plugins/inspect/plugin-soundtouch.xml:
15614         * docs/plugins/inspect/plugin-spcdec.xml:
15615         * docs/plugins/inspect/plugin-swfdec.xml:
15616         * docs/plugins/inspect/plugin-videocrop.xml:
15617         * docs/plugins/inspect/plugin-wavpack.xml:
15618           Add/update docs stuff.
15619
15620 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15621
15622         Patch by: René Stadler  <mail at renestadler de>
15623
15624         * configure.ac:
15625         * docs/plugins/Makefile.am:
15626         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15627         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15628         * gst/replaygain/Makefile.am:
15629         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
15630         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
15631         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
15632         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
15633         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
15634         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
15635         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
15636         (gst_rg_analysis_album_result), (plugin_init):
15637         * gst/replaygain/gstrganalysis.h:
15638         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
15639         (apply_filters), (reset_filters), (accumulator_add),
15640         (accumulator_clear), (accumulator_result), (rg_analysis_new),
15641         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
15642         (rg_analysis_analyze_mono_float),
15643         (rg_analysis_analyze_stereo_float),
15644         (rg_analysis_analyze_mono_int16),
15645         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
15646         (rg_analysis_track_result), (rg_analysis_album_result),
15647         (rg_analysis_reset_album), (rg_analysis_reset):
15648         * gst/replaygain/rganalysis.h:
15649           Add ReplayGain analysis element (#357069).
15650
15651         * tests/check/Makefile.am:
15652         * tests/check/elements/.cvsignore:
15653         * tests/check/elements/rganalysis.c: (get_expected_gain),
15654         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
15655         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
15656         (fail_unless_track_gain), (fail_unless_track_peak),
15657         (fail_unless_album_gain), (fail_unless_album_peak),
15658         (fail_if_track_tags), (fail_if_album_tags),
15659         (fail_unless_num_tracks), (test_buffer_const_float_mono),
15660         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
15661         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
15662         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
15663         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
15664         (rganalysis_suite), (main):
15665           Unit tests for the new replaygain element.
15666
15667 2006-10-06  Wim Taymans  <wim@fluendo.com>
15668
15669         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
15670         (gst_faad_close_decoder):
15671         Some cleanups.
15672         Added some more debugging.
15673         Don't ever ignore unlinked, we're not a demuxer.
15674
15675         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
15676         Activate pad before adding it to the element.
15677
15678 2006-10-06  Michael Smith  <msmith@fluendo.com>
15679
15680         * ext/theora/theoradec.c: (gst_theoradec_reset),
15681         (theora_get_query_types), (theora_dec_src_query),
15682         (theora_dec_src_event), (theora_dec_sink_event),
15683         (theora_handle_comment_packet), (theora_handle_type_packet),
15684         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
15685         (theora_handle_422_image), (theora_handle_420_image),
15686         (theora_handle_data_packet), (theora_dec_chain),
15687         (theora_dec_change_state):
15688         * ext/theora/theoradec.h:
15689           Port lots of changes from theoradec to theoraexpdec.
15690           This catches this plugin up to theoradec. Note that duplicate frames
15691           are broken in theoradec at the moment.
15692
15693 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15694
15695         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15696           Fix mem leak, avoid unnecessary memcpy.
15697
15698 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
15699
15700         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15701         (gst_spectrum_transform_ip):
15702           Removed cruft code that was just commented out. Removed some obsolete
15703           debug logs statements.
15704
15705 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15706
15707         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
15708         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
15709         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
15710         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
15711         (qtdemux_parse_trak):
15712         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15713           Another batch of printf format fixes.
15714
15715 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15716
15717         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15718         (gst_video_crop_init),
15719         (gst_video_crop_get_image_details_from_caps),
15720         (gst_video_crop_transform_packed_complex),
15721         (gst_video_crop_transform_packed_simple),
15722         (gst_video_crop_transform), (gst_video_crop_transform_caps),
15723         (gst_video_crop_set_caps),
15724         (gst_videocrop_clear_negotiated_caps_locked),
15725         (gst_video_crop_set_property):
15726         * gst/videocrop/gstvideocrop.h:
15727           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
15728           passthrough mode; lastly, clear negotiated basetransform caps when
15729           the cropping changes in order to force renegotiation.
15730
15731 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15732
15733         * tests/icles/.cvsignore:
15734         * tests/icles/Makefile.am:
15735         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
15736         (test_with_caps), (video_crop_get_test_caps), (main):
15737           Visual test for videocrop, shows that packed yuv doesn't work right
15738           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
15739           reasons (another basetransform issue?)
15740
15741 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15742
15743         * po/POTFILES.in:
15744         * sys/v4l2/.cvsignore:
15745           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
15746
15747 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15748
15749         * docs/plugins/Makefile.am:
15750         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15751         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15752         * docs/plugins/inspect/plugin-video4linux2.xml:
15753         * gst-plugins-bad.spec.in:
15754           removed v4l2
15755
15756 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15757
15758         * configure.ac:
15759         * sys/Makefile.am:
15760         * sys/v4l2/Makefile.am:
15761         * sys/v4l2/README:
15762         * sys/v4l2/gstv4l2.c:
15763         * sys/v4l2/gstv4l2colorbalance.c:
15764         * sys/v4l2/gstv4l2colorbalance.h:
15765         * sys/v4l2/gstv4l2object.c:
15766         * sys/v4l2/gstv4l2object.h:
15767         * sys/v4l2/gstv4l2src.c:
15768         * sys/v4l2/gstv4l2src.h:
15769         * sys/v4l2/gstv4l2tuner.c:
15770         * sys/v4l2/gstv4l2tuner.h:
15771         * sys/v4l2/gstv4l2vidorient.c:
15772         * sys/v4l2/gstv4l2vidorient.h:
15773         * sys/v4l2/gstv4l2xoverlay.c:
15774         * sys/v4l2/gstv4l2xoverlay.h:
15775         * sys/v4l2/v4l2_calls.c:
15776         * sys/v4l2/v4l2_calls.h:
15777         * sys/v4l2/v4l2src_calls.c:
15778         * sys/v4l2/v4l2src_calls.h:
15779           moved to gst-plugins-good
15780
15781 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15782
15783         * sys/v4l2/gstv4l2object.c:
15784         (gst_v4l2_object_install_properties_helper):
15785           comment out the properties that are already part of the tuner
15786           interface.
15787
15788 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15789
15790         * sys/v4l2/gstv4l2src.c:
15791         Improve docs.
15792
15793 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15794
15795         * ext/xvid/gstxvid.c: (plugin_init):
15796           Set rank of xviddec to NONE until someone fixes it (too many crasher
15797           bug reports against totem, people should use gst-ffmpeg).
15798
15799 2006-09-28  Wim Taymans  <wim@fluendo.com>
15800
15801         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15802         (gst_v4l2src_get_caps):
15803         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15804         Framerate can be 0/1 too.
15805         Init framerate to 0/1 before querying it so that we can detect
15806         devices that don't know about a framerate.
15807         Add some more debugging info.
15808
15809 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15810
15811         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15812           Add support for 'yv12' fourcc.
15813
15814 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15815
15816         * sys/v4l2/gstv4l2src.c:
15817         * sys/v4l2/gstv4l2src.h:
15818         * tests/icles/v4l2src-test.c:
15819         Removed set-undef-fps.
15820
15821 2006-09-27  Wim Taymans  <wim@fluendo.com>
15822
15823         * sys/v4l2/gstv4l2object.c:
15824         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15825         (gst_v4l2_object_set_property_helper),
15826         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15827         * sys/v4l2/gstv4l2object.h:
15828         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15829         (gst_v4l2src_create):
15830         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15831         (gst_v4l2_tuner_list_channels),
15832         (gst_v4l2_tuner_set_channel_and_notify),
15833         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15834         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15835         (gst_v4l2_tuner_get_norm):
15836         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15837         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15838         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15839         Renamed some properties to match the tuner interface naming.
15840
15841 2006-09-27  Wim Taymans  <wim@fluendo.com>
15842
15843         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15844         (gst_v4l2_set_defaults):
15845         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15846         (gst_v4l2src_create):
15847         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15848         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15849         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15850         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15851         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15852         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15853         (gst_v4l2_set_input):
15854         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15855         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15856         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15857         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15858         (gst_v4l2src_buffer_new):
15859         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15860         Small cleanups.
15861         Fix error messages.
15862         Use locks when getting timestamps.
15863         Fix leaks in test.
15864         Add licensing header to tests.
15865
15866 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15867
15868         * sys/v4l2/gstv4l2colorbalance.c:
15869         * sys/v4l2/gstv4l2object.c:
15870         * sys/v4l2/gstv4l2src.c:
15871         * sys/v4l2/gstv4l2src.h:
15872         * sys/v4l2/gstv4l2tuner.c:
15873         * sys/v4l2/v4l2_calls.c:
15874         * sys/v4l2/v4l2src_calls.c:
15875         * tests/icles/v4l2src-test.c:
15876         Some cleanups and comments.
15877
15878 2006-09-26  Wim Taymans  <wim@fluendo.com>
15879
15880         * docs/plugins/Makefile.am:
15881         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15882         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15883         Add v4l2 plugin to the docs.
15884
15885         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15886         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15887         * sys/v4l2/gstv4l2src.h:
15888         * sys/v4l2/gstv4l2vidorient.c:
15889         Fix docs.
15890         Remove some more externs.
15891
15892 2006-09-26  Wim Taymans  <wim@fluendo.com>
15893
15894         * sys/v4l2/Makefile.am:
15895         Fix makefile, list libs in stack order.
15896
15897         * sys/v4l2/gstv4l2colorbalance.c:
15898         * sys/v4l2/gstv4l2colorbalance.h:
15899         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15900         (gst_v4l2_object_install_properties_helper):
15901         * sys/v4l2/gstv4l2object.h:
15902         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15903         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15904         * sys/v4l2/gstv4l2src.h:
15905         * sys/v4l2/gstv4l2tuner.h:
15906         * sys/v4l2/gstv4l2vidorient.h:
15907         * sys/v4l2/gstv4l2xoverlay.h:
15908         * sys/v4l2/v4l2_calls.h:
15909         * sys/v4l2/v4l2src_calls.h:
15910         Fix coding style:
15911         - Remove extern from functions.
15912         - Fix header indentation.
15913         Fix Flags, add defaults for properties.
15914         Remove unused enums.
15915         Fix TOO_LAZY in error messages.
15916
15917 2006-09-26  Wim Taymans  <wim@fluendo.com>
15918
15919         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15920         (gst_v4l2_probe_needs_probe),
15921         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15922         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15923         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15924         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15925         * sys/v4l2/gstv4l2object.h:
15926         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15927         (gst_v4l2src_init), (gst_v4l2src_dispose),
15928         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15929         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15930         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15931         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15932         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15933         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15934         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15935         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15936         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15937         (gst_v4l2_get_input), (gst_v4l2_set_input):
15938         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15939         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15940         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15941         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15942         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15943         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15944         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15945         (gst_v4l2src_buffer_new):
15946         Fix pass at code cleanups, move errors cases out of the normal
15947         flow for additional code clarity.
15948
15949 2006-09-23  Wim Taymans  <wim@fluendo.com>
15950
15951         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15952         (gst_cdaudio_init), (gst_cdaudio_set_property),
15953         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15954         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15955         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15956         Port to 0.10.
15957
15958 2006-09-22  David Schleef  <ds@schleef.org>
15959
15960         * sys/glsink/glimagesink.c:
15961           Fix problems when the element cannot open the display.
15962           (fixes #357212)
15963
15964 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15965
15966         * configure.ac:
15967           Up requirements to -base CVS and core CVS (the format for the
15968           video orientation interface used by v4l2src and the latter
15969           since that's what -base CVS requires).
15970
15971 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15972
15973         * ext/directfb/dfbvideosink.c: (plugin_init):
15974           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
15975           be autoplugged shouldn't trump plugins in -base, -good or -ugly
15976           (in this case ximagesink).
15977
15978         * sys/glsink/glimagesink.c: (plugin_init):
15979           Set rank to NONE to prevent it from being autoplugged until
15980           errors are handled properly (see #357212).
15981
15982 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
15983
15984         * ext/neon/Makefile.am:
15985         * ext/neon/gstneonhttpsrc.c:
15986         * ext/neon/gstneonhttpsrc.h:
15987         Reverted previous commit (2006-09-19 - Allow internal codes from
15988         last.fm). As dicussed on #gstreamer it should be done in separete
15989         element.
15990
15991 2006-09-21  Wim Taymans  <wim@fluendo.com>
15992
15993         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
15994         (gst_faac_chain):
15995         Add decoder specific info on the caps.
15996         Some cleanups here and there.
15997
15998 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
15999
16000         Patch by: Milosz Derezynski <internalerror@gmail.com> and
16001                   Rosfran Borges <rosfran.borges@indt.org.br>
16002
16003         * ext/neon/Makefile.am:
16004         * ext/neon/gstneonhttpsrc.c:
16005         * ext/neon/gstneonhttpsrc.h:
16006         Allow internal codes from last.fm
16007         
16008
16009 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
16010
16011         * tests/icles/v4l2src-test.c:
16012         Just a small fix to the app options.
16013
16014 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
16015
16016         * sys/v4l2/Makefile.am:
16017         * sys/v4l2/gstv4l2src.c:
16018         * sys/v4l2/gstv4l2vidorient.c:
16019         * sys/v4l2/gstv4l2vidorient.h:
16020         * tests/icles/v4l2src-test.c:
16021         Add Video Orientation interface support to v4l2src.
16022         
16023 2006-09-19  Wim Taymans  <wim@fluendo.com>
16024
16025         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16026         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
16027         (gst_gsmdec_chain):
16028         * ext/gsm/gstgsmdec.h:
16029         Handle WAV49 variant (GSM in WAV).
16030         Some small cleanups.
16031
16032 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
16033
16034         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
16035         Fix GST_BUFFER_DURATION.
16036
16037 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
16038
16039         * ext/hermes/gsthermescolorspace.c:
16040         * ext/ivorbis/vorbisfile.c:
16041         * ext/lcs/gstcolorspace.c:
16042         * ext/wavpack/gstwavpackenc.h:
16043         * ext/xine/xineaudiodec.c:
16044         * ext/xine/xineaudiosink.c:
16045         * ext/xine/xineinput.c:
16046         * gst/chart/gstchart.c:
16047         * gst/equalizer/gstiirequalizer.c:
16048         * gst/games/gstpuzzle.c:
16049         * gst/librfb/gstrfbsrc.c:
16050         * gst/mixmatrix/mixmatrix.c:
16051         * gst/nsf/gstnsf.h:
16052         * gst/vbidec/gstvbidec.c:
16053         * gst/virtualdub/gstxsharpen.c:
16054           More G_OBJECT macro fixing.
16055
16056 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
16057
16058         * sys/v4l2/gstv4l2src.c:
16059         * sys/v4l2/gstv4l2src.h:
16060         * sys/v4l2/gstv4l2xoverlay.c:
16061         * sys/v4l2/v4l2_calls.c:
16062         * sys/v4l2/v4l2src_calls.c:
16063         * tests/icles/v4l2src-test.c:
16064         The test application and the plgind error messages has been improved.
16065         
16066 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
16067
16068         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16069         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
16070           Implements stop() to clear the adapter and event() to clear the
16071           adapter on FLUSH_STOP and EOS.
16072
16073 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
16074
16075         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
16076         (gst_spectrum_set_property):
16077         * gst/spectrum/gstspectrum.h:
16078           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
16079           René Stadler
16080
16081 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
16082
16083         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
16084           Use more defines
16085
16086         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
16087         (gst_spectrum_dispose), (gst_spectrum_set_caps),
16088         (gst_spectrum_transform_ip):
16089         * gst/spectrum/gstspectrum.h:
16090           Apply some of the spectrum cleanup changes suggested in #348085.
16091
16092 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
16093
16094         * configure.ac:
16095           Bump requirements of -base (videocrop test case needs this).
16096
16097         * gst/videocrop/gstvideocrop.c:
16098           Document sloppy handling of subsampled chroma planes if
16099           left/top cropping is an odd number.
16100
16101         * tests/check/elements/videocrop.c: (handoff_cb),
16102         (videocrop_test_cropping_init_context),
16103         (videocrop_test_cropping_deinit_context),
16104         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
16105         (videocrop_suite), (main):
16106           Add another unit test that crops the input to 1x1 (and checks
16107           that that pixel has the expected values in a number of formats).
16108
16109 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
16110
16111         * gst/videocrop/Makefile.am:
16112         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
16113         (gst_video_crop_transform_packed),
16114         (gst_video_crop_transform_planar):
16115           Some quick tests indicate that it doesn't make a great deal
16116           of sense to use liboil here, at least not for the memcpy()s
16117           we do, so remove liboil usage until there is clear evidence
16118           it actually makes a positive difference somewhere.
16119
16120 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
16121
16122         * tests/check/elements/videocrop.c: (handoff_cb),
16123         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
16124         (notgst_value_list_get_nth_int), (videocrop_suite):
16125           More tests: check passthrough mode and caps transform in
16126           both directions with fixed values, ranges and lists.
16127
16128 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
16129
16130         * docs/plugins/Makefile.am:
16131         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16132         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16133         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16134           Add videocrop to docs.
16135
16136         * gst/videocrop/Makefile.am:
16137         * gst/videocrop/gstvideocrop.c:
16138         * gst/videocrop/gstvideocrop.h:
16139           Move boilerplate stuff and structures into a header file.
16140
16141         * tests/check/Makefile.am:
16142         * tests/check/elements/.cvsignore:
16143         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
16144         (test_unit_sizes), (videocrop_test_cropping_init_context),
16145         (videocrop_test_cropping_deinit_context),
16146         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
16147           Add unit tests for videocrop.
16148
16149 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
16150
16151         * configure.ac:
16152         * gst/videocrop/Makefile.am:
16153         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
16154         (gst_video_crop_class_init), (gst_video_crop_init),
16155         (gst_video_crop_get_image_details_from_caps),
16156         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
16157         (gst_video_crop_transform_planar), (gst_video_crop_transform),
16158         (gst_video_crop_transform_dimension),
16159         (gst_video_crop_transform_dimension_value),
16160         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
16161         (gst_video_crop_set_property), (gst_video_crop_get_property),
16162         (plugin_init):
16163           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
16164           it support all formats videoscale supports (#345653).
16165
16166 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
16167
16168         * sys/v4l2/gstv4l2.c:
16169         * sys/v4l2/gstv4l2colorbalance.c:
16170         * sys/v4l2/gstv4l2object.c:
16171         (gst_v4l2_object_install_properties_helper):
16172         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
16173         * sys/v4l2/gstv4l2src.h:
16174           Whitespace cleanups, dashify property-names.
16175
16176 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
16177
16178         * sys/v4l2/gstv4l2.c:
16179         * sys/v4l2/gstv4l2colorbalance.c:
16180         * sys/v4l2/gstv4l2colorbalance.h:
16181         * sys/v4l2/gstv4l2object.c:
16182         * sys/v4l2/gstv4l2object.h:
16183         * sys/v4l2/gstv4l2src.c:
16184         * sys/v4l2/gstv4l2src.h:
16185         * sys/v4l2/gstv4l2tuner.c:
16186         * sys/v4l2/gstv4l2tuner.h:
16187         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
16188         * sys/v4l2/gstv4l2xoverlay.h:
16189         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
16190         (gst_v4l2_open):
16191         * sys/v4l2/v4l2_calls.h:
16192         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
16193         (gst_v4l2src_capture_init):
16194         * sys/v4l2/v4l2src_calls.h:
16195           Cleanup error messages and unify header comments
16196
16197 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
16198
16199         * gst/nsf/Makefile.am:
16200         Add missing GST_LIBS
16201
16202 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
16203
16204         * sys/v4l2/gstv4l2src.c:
16205         Another small fix to set_caps function (sucks copy/paste error).
16206         
16207 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
16208
16209         * sys/v4l2/gstv4l2src.c:
16210         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
16211
16212 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
16213
16214         * sys/v4l2/gstv4l2src.c:
16215         A small fix to set_caps function.
16216
16217 2006-08-30  Edward Hervey  <edward@fluendo.com>
16218
16219         * gst/qtdemux/qtdemux.c:
16220         (gst_qtdemux_do_seek):
16221         Reset each streams last_flow to GST_FLOW_OK.
16222         (gst_qtdemux_activate_segment):
16223         Removing mystic modifications for good.
16224
16225 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
16226
16227         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
16228         (qtdemux_parse_tree):
16229           put back 'segment start<=stop' change that was mystically reverted by
16230           the last commit
16231
16232 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
16233
16234         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
16235         (qtdemux_parse_tree):
16236         Fix the build for disabled debug
16237
16238 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
16239
16240         * sys/v4l2/gstv4l2src.c:
16241         * sys/v4l2/v4l2src_calls.c:
16242         * sys/v4l2/v4l2src_calls.h:
16243         Fixed framerate negotiation.
16244         
16245 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
16246
16247         Patch by: Andrew Andkjar  <enki at goodship net>
16248
16249         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
16250         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
16251         (gst_sdlvideosink_deinitsdl):
16252           Only de-init the subsystem we previously initialised. Avoids
16253           borkage when both sdlvideosink and sdlaudiosink are used
16254           at the same time and one is shut down.
16255
16256 2006-08-28  Wim Taymans  <wim@fluendo.com>
16257
16258         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
16259         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
16260         (qtdemux_video_caps):
16261         Make sure segment start<=stop in weird quicktime files.
16262
16263 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
16264
16265         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
16266           add comments and more debug logging
16267
16268 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
16269
16270         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16271
16272         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
16273         (gst_wavpack_dec_chain):
16274           Post audio codec and average bitrate tags on bus (#344472).
16275
16276         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16277         (gst_wavpack_parse_src_query):
16278           Forward queries in other formats (BYTE format in particular)
16279           upstream; add Sebastian to authors.
16280
16281 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
16282
16283         * sys/v4l2/gstv4l2src.c:
16284         * sys/v4l2/v4l2src_calls.c:
16285         * sys/v4l2/v4l2src_calls.h:
16286         Fix set_caps to set width and height to the values the driver is
16287         really working with.
16288
16289 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16290
16291         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
16292           Fix mem leak, send newsegment event on correction pad
16293           as well (#352476).
16294
16295         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
16296           Restore original author (on Sebastian's request).
16297
16298         * tests/check/Makefile.am:
16299         * tests/check/gst-plugins-bad.supp:
16300           Add (so far empty) suppression file for -bad. Remove
16301           wavpackenc test from VALGRIND_TO_FIX now that the leak
16302           is fixed.
16303
16304 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16305
16306         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16307
16308         * tests/check/Makefile.am:
16309         * tests/check/elements/.cvsignore:
16310         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
16311         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
16312         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
16313         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
16314         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
16315         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
16316         (wavpackparse_suite), (main):
16317           Add unit tests for wavpack elements (#352476).
16318
16319 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16320
16321         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16322
16323         * docs/plugins/Makefile.am:
16324         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16325         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16326         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16327         * docs/plugins/inspect/plugin-wavpack.xml:
16328         * ext/wavpack/gstwavpackdec.c:
16329         * ext/wavpack/gstwavpackdec.h:
16330         * ext/wavpack/gstwavpackenc.c:
16331         * ext/wavpack/gstwavpackenc.h:
16332         * ext/wavpack/gstwavpackparse.c:
16333         * ext/wavpack/gstwavpackparse.h:
16334           Add docs for wavpack elements (#352476).
16335
16336 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
16337
16338         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
16339         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
16340         Fixed query size to work with drivers that uses intermediate step
16341         like "width * height" to find closest size.
16342         
16343 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16344
16345         * configure.ac:
16346         * docs/plugins/Makefile.am:
16347         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16348         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16349         * gst/gdp/Makefile.am:
16350         * gst/gdp/gstgdp.c:
16351         * gst/gdp/gstgdpdepay.c:
16352         * gst/gdp/gstgdpdepay.h:
16353         * gst/gdp/gstgdppay.c:
16354         * gst/gdp/gstgdppay.h:
16355         * tests/check/Makefile.am:
16356         * tests/check/elements/gdpdepay.c:
16357         * tests/check/elements/gdppay.c:
16358           move gdp plugin to good.
16359
16360 2006-08-21  Wim Taymans  <wim@fluendo.com>
16361
16362         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16363         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
16364         (qtdemux_video_caps), (qtdemux_audio_caps):
16365         Some more constification.
16366         Fix some paletted data formats again.
16367         Fix ulaw/alaw in qt.
16368         Set correct caps for raw RGB.
16369         Add support for yuv2, which is like Yuv2.
16370         Add support for raw audio with the NONE fourcc, which is like raw.
16371
16372 2006-08-21  Wim Taymans  <wim@fluendo.com>
16373
16374         * ext/gsm/gstgsm.c: (plugin_init):
16375         Make rank PRIMARY now that GSM seems to work fine.
16376
16377 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16378
16379         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16380         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
16381         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
16382         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
16383         (gst_wavpack_enc_rewrite_first_block),
16384         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16385         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16386         * ext/wavpack/gstwavpackenc.h:
16387         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16388         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
16389         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
16390         (gst_wavpack_parse_loop):
16391           More clean-ups: use shorter variable names to make code easier to
16392           read; prefix structures we define with 'Gst' to make it clearer
16393           where they come from.
16394
16395 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16396
16397         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16398         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
16399         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16400         (gst_wavpack_enc_sink_event):
16401           Fix caps set on buffers and template caps (output is framed)
16402           and make them match (#351663); use GST_WARNING_OBJECT instead of
16403           GST_ELEMENT_WARNING; simplify push_block(); do some small
16404           clean-ups here and there; fix memleak (#351663).
16405
16406 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
16407
16408         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
16409
16410         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
16411         (gst_wavpack_parse_get_upstream_length),
16412         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
16413         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
16414           Fix resyncing in push mode not stopping re-syncing at embedded
16415           zeroes; skip garbage between frames in pull mode as well if
16416           necessary; use gst_pad_query_peer_duration(); push EOS and
16417           NEWSEGMENT event in right direction (#351659).
16418
16419 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
16420
16421         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16422
16423         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
16424         * ext/wavpack/gstwavpackparse.c:
16425         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
16426           In push mode, re-sync to next wavpack header if sync is lost
16427           (#351557). Also use hyphens instead of underscores in
16428           GObject property names.
16429
16430 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16431
16432         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16433
16434         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
16435         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
16436         (gst_wavpack_parse_src_query),
16437         (gst_wavpack_parse_handle_seek_event),
16438         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16439         (gst_wavpack_parse_create_src_pad),
16440         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
16441         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
16442         (gst_wavpack_parse_sink_activate_pull):
16443         * ext/wavpack/gstwavpackparse.h:
16444           Make wavpackparse also work in push-mode (not seekable yet though);
16445           some small clean-ups along the way; add support for SEEKING query
16446           and query types function. (#351495).
16447
16448 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16449
16450         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
16451         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
16452           Fix leaks (#351502).
16453
16454 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
16455
16456         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
16457         (qtdemux_process_redirects), (qtdemux_parse_tree):
16458           Extract all references/redirections if there is more
16459           than one and sort them; also extract minimum required
16460           bitrate information if available. (#350399)
16461           
16462 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
16463
16464         Patch by: Michal Benes  <michal.benes at itonis tv>
16465
16466         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
16467           Bitrate in the faac structure is per output channel,
16468           not total bitrate (#350741).
16469
16470 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16471
16472         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
16473           Fix GST_ELEMENT_ERROR usage.
16474
16475 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16476
16477         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16478           Fix silly typo.
16479
16480 2006-08-08  Edward Hervey  <edward@fluendo.com>
16481
16482         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16483         I forgot to include the file containing the #define :)
16484         Now includes "config.h"
16485
16486 2006-08-08  Edward Hervey  <edward@fluendo.com>
16487
16488         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16489         Ignore test known to fail on PPC64. See #348114.
16490
16491 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
16492
16493         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
16494         br>
16495
16496         * ext/neon/gstneonhttpsrc.c:
16497         * ext/neon/gstneonhttpsrc.h:
16498         Allow HTTP redirect (HTTP status code 302).
16499
16500 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16501
16502         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16503         Fix event parsing by gdpdepay.  Fixes #349916.
16504
16505 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
16506
16507         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
16508         com>
16509
16510         * ext/Makefile.am:
16511           Use right variables when USE_SPC is defined.
16512
16513 2006-08-02  Wim Taymans  <wim@fluendo.com>
16514
16515         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16516         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
16517         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
16518         (gst_gdp_depay_change_state):
16519         Disable seeking.
16520         Small cleanups.
16521         Clear adapter on disconts.
16522         Clear caps when going to READY instead of NULL
16523
16524         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16525         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
16526         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16527         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16528         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16529         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
16530         (gst_gdp_pay_change_state):
16531         * gst/gdp/gstgdppay.h:
16532         Reset payloader when going to READY.
16533         Fix leaked buffers in ->queue on push errors.
16534         Disable seeking.
16535         Code cleanups.
16536         Create packetizer in _init, free in _finalize.
16537
16538 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16539
16540         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16541         (gst_dfbvideosink_buffer_alloc): Post an error message.
16542
16543 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16544
16545         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16546         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
16547         setup yet. Fail changing state if setup fails.
16548
16549 2006-07-31  Wim Taymans  <wim@fluendo.com>
16550
16551         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16552         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
16553         Consume all events except EOS because we generate events from
16554         the gdp payload instead. Fixes #349204
16555
16556 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16557
16558         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
16559         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
16560         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
16561         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16562         (gst_xviddec_setcaps), (gst_xviddec_change_state):
16563         * ext/xvid/gstxviddec.h:
16564           Clean-ups and code reflows. Pass return value from
16565           gst_pad_alloc_buffer() upstream among other things. Also check
16566           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
16567           Mass rename of xviddec -> dec variable for better
16568           code readability.
16569
16570 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16571
16572         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
16573           Fix size calculation for I420/YV12. Fixes #348976.
16574
16575 2006-07-27  Wim Taymans  <wim@fluendo.com>
16576
16577         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16578         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
16579         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
16580         Fix negotiation.
16581
16582 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16583
16584         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
16585           proxying get/set caps is the wrong thing to do, since we really
16586           do change caps quite fundamentally
16587         * tests/check/elements/gdpdepay.c:
16588         * tests/check/elements/gdppay.c:
16589           remove declaration of buffers, it's already done in gstcheck.h
16590
16591 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
16592
16593         * sys/directsound/gstdirectsoundsink.h:
16594         * sys/directsound/gstdirectsoundsink.c:
16595         Add an attenuation property that will directly attenuate the 
16596         directsound buffer.
16597         Change the size of the directsound secondary buffer to a half second.
16598         Add more debug logs.
16599         Add a lock to protect dsound buffer write access.
16600         Fix a bad implementation of reset.
16601         * sys/directsound/gstdirectdrawsink.c:
16602         * sys/directsound/gstdirectdrawsink.h:
16603         Add a keep_aspect_ratio property.
16604         Do not use overlay if not supported.
16605         Add more debug logs.
16606         Remove overwrite of WM_ERASEBKGND message handling. It was not
16607         redrawing border when keep_aspect_ratio was enabled.
16608         * win32/common/config.h:
16609         update version waiting an auto-generated config.h
16610
16611 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
16612
16613         Patch by: Chris Lee  <clee at kde org>
16614
16615         * configure.ac:
16616         * ext/Makefile.am:
16617         * ext/spc/Makefile.am:
16618         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
16619         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
16620         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
16621         (gst_spc_dec_src_query), (spc_play), (spc_setup),
16622         (gst_spc_dec_change_state), (plugin_init):
16623         * ext/spc/gstspc.h:
16624           Add libopenspc-based SPC decoder element (#348220).
16625
16626 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16627
16628         Patch by: Martin Szulecki
16629
16630         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
16631           If "device-name" is requested and the device is not
16632           open, try to temporarily open it to obtain this
16633           information (#342494).
16634
16635 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16636
16637         * gst/nsf/nsf.c: (nsf_load):
16638           Really fix compilation. Apparently it's not enough to
16639           just check the return value for errors, but we need to
16640           check for short reads as well (now if only we handled
16641           them too ...). Fixes #347935.
16642
16643 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16644
16645         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
16646           Fix caps after previous change to byte order endianness.
16647
16648         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16649         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16650         (gst_wavpack_parse_loop):
16651         * ext/wavpack/gstwavpackparse.h:
16652           Queue incoming events if there's no source pad yet and
16653           send them downstream later when the pad is there.
16654
16655 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16656
16657         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
16658         (gst_wavpack_dec_format_samples),
16659         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16660         (gst_wavpack_dec_change_state):
16661         * ext/wavpack/gstwavpackdec.h:
16662           Output audio in native byte order (which is also how we get
16663           samples from wavpack); output samples with 21-24 bit depth
16664           with 32 bit width (makes things easier for us).
16665
16666 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16667
16668         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16669         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16670         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16671         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16672         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
16673         * ext/wavpack/gstwavpackdec.h:
16674           More clean-ups: remove most of the disfunctional correction
16675           pad stuff for now, if it ever gets implemented a lot of stuff
16676           will have to be rewritten anyway; redo chain function, move
16677           errors to end, error out instead of g_assert()ing. Also rename
16678           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
16679           other small stuff.
16680
16681 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16682
16683         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16684
16685         * configure.ac:
16686           Check for wavpack version and define WAVPACK_OLD_API if
16687           necessary.
16688
16689         * ext/wavpack/Makefile.am:
16690         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
16691         (gst_wavpack_read_metadata):
16692         * ext/wavpack/gstwavpackcommon.h:
16693         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16694         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16695         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16696         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16697         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
16698         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
16699         * ext/wavpack/gstwavpackdec.h:
16700         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
16701         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
16702         (gst_wavpack_enc_set_wp_config):
16703         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16704         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
16705         (gst_wavpack_parse_index_get_entry_from_sample),
16706         (gst_wavpack_parse_scan_to_find_sample),
16707         (gst_wavpack_parse_handle_seek_event),
16708         (gst_wavpack_parse_create_src_pad):
16709         * ext/wavpack/gstwavpackstreamreader.c:
16710         * ext/wavpack/gstwavpackstreamreader.h:
16711           Port to new/official wavpack API, don't use API that was exported
16712           in wavpack header files and in the lib but meant to be private, at
16713           least not for recent wavpack versions; misc. 'cleanups' (#347443).
16714
16715 2006-07-18  Wim Taymans  <wim@fluendo.com>
16716
16717         * gst/nsf/nsf.c: (nsf_load):
16718         Fix compilation by not ignoring return values of fread.
16719
16720 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16721
16722         * docs/plugins/inspect/plugin-alsaspdif.xml:
16723         * docs/plugins/inspect/plugin-filter.xml:
16724         * docs/plugins/inspect/plugin-h264parse.xml:
16725         * docs/plugins/inspect/plugin-musepack.xml:
16726         * docs/plugins/inspect/plugin-nsfdec.xml:
16727         * docs/plugins/inspect/plugin-sdl.xml:
16728         * docs/plugins/inspect/plugin-spectrum.xml:
16729           adding more inspect docs
16730
16731 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16732
16733         * docs/plugins/inspect/plugin-gdp.xml:
16734           actually commit inspectation of gdp element
16735
16736 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16737
16738         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
16739         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16740           remove parent_class setting, BOILERPLATE does this
16741         (gst_gdp_pay_reset_streamheader):
16742           fix typo in comment
16743
16744 2006-07-17  Wim Taymans  <wim@fluendo.com>
16745
16746         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16747         (gst_qtdemux_prepare_current_sample),
16748         (gst_qtdemux_loop_state_movie):
16749         Store duration in uint64 too instead of clipping.
16750         When we do a keyframe seek and the requested time is at the
16751         keyframe, don't seek back to the beginning of the keyframe.
16752         Fixes #347439.
16753
16754 2006-07-16  Wim Taymans  <wim@fluendo.com>
16755
16756         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16757         Don't crash on small buffers.
16758
16759 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16760
16761         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16762         Reset adapter.
16763
16764 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16765
16766         * gst/spectrum/demo-audiotest.c: (main):
16767         * gst/spectrum/demo-osssrc.c: (main):
16768         Do not use deprecated gtk functions.
16769
16770 2006-07-14  Wim Taymans  <wim@fluendo.com>
16771
16772         * gst/nsf/Makefile.am:
16773         * gst/nsf/memguard.c:
16774         * gst/nsf/memguard.h:
16775         * gst/nsf/types.h:
16776         Remove crack malloc/free replacement.
16777
16778 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16779
16780         * docs/plugins/Makefile.am:
16781         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16782         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16783           add more plugins and elements to docs
16784         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16785           fix segfaults due to wrong g_free
16786           add example
16787         * gst/gdp/gstgdppay.c:
16788           add example
16789
16790 2006-07-13  Wim Taymans  <wim@fluendo.com>
16791
16792         * gst/nsf/Makefile.am:
16793         Fix build.
16794
16795 2006-07-13  Wim Taymans  <wim@fluendo.com>
16796
16797         Based on patches by: Johan Dahlin <johan at gnome dot org>
16798                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16799
16800         * configure.ac:
16801         * gst/nsf/Makefile.am:
16802         * gst/nsf/dis6502.h:
16803         * gst/nsf/fds_snd.c:
16804         * gst/nsf/fds_snd.h:
16805         * gst/nsf/fmopl.c:
16806         * gst/nsf/fmopl.h:
16807         * gst/nsf/gstnsf.c:
16808         * gst/nsf/gstnsf.h:
16809         * gst/nsf/log.c:
16810         * gst/nsf/log.h:
16811         * gst/nsf/memguard.c:
16812         * gst/nsf/memguard.h:
16813         * gst/nsf/mmc5_snd.c:
16814         * gst/nsf/mmc5_snd.h:
16815         * gst/nsf/nes6502.c:
16816         * gst/nsf/nes6502.h:
16817         * gst/nsf/nes_apu.c:
16818         * gst/nsf/nes_apu.h:
16819         * gst/nsf/nsf.c:
16820         * gst/nsf/nsf.h:
16821         * gst/nsf/osd.h:
16822         * gst/nsf/types.h:
16823         * gst/nsf/vrc7_snd.c:
16824         * gst/nsf/vrc7_snd.h:
16825         * gst/nsf/vrcvisnd.c:
16826         * gst/nsf/vrcvisnd.h:
16827         Added NSF decoder plugin. Fixes 151192. 
16828
16829 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16830
16831         * tests/check/Makefile.am:
16832           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16833
16834 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16835
16836         * configure.ac:
16837           Don't error out in configure if mjpegtools dev is not there.
16838
16839 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16840
16841         Patch by: Mark Nauwelaerts <manauw at skynet be>
16842
16843         * configure.ac:
16844         * ext/Makefile.am:
16845         * ext/mpeg2enc/Makefile.am:
16846         * ext/mpeg2enc/gstmpeg2enc.cc:
16847         * ext/mpeg2enc/gstmpeg2enc.hh:
16848         * ext/mpeg2enc/gstmpeg2encoder.cc:
16849         * ext/mpeg2enc/gstmpeg2encoder.hh:
16850         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16851         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16852         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16853         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16854         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16855           Port mpeg2enc to 0.10 (#343184).
16856
16857         * tests/check/Makefile.am:
16858         * tests/check/elements/.cvsignore:
16859         * tests/check/elements/mpeg2enc.c:
16860           Add unit test for mpeg2enc.
16861
16862         * tests/icles/.cvsignore:
16863           Ignore pitch-test.
16864
16865 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16866
16867         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16868           Fix typo in property nick.
16869
16870 2006-07-10  Wim Taymans  <wim@fluendo.com>
16871
16872         * gst/filter/gstbpwsinc.h:
16873         * gst/filter/gstiir.h:
16874         * gst/filter/gstlpwsinc.h:
16875         Don't forget new files.
16876
16877 2006-07-10  Wim Taymans  <wim@fluendo.com>
16878
16879         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16880
16881         * configure.ac:
16882         * gst/filter/Makefile.am:
16883         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16884         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16885         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16886         (bpwsinc_set_property), (bpwsinc_get_property):
16887         * gst/filter/gstfilter.c: (plugin_init):
16888         * gst/filter/gstfilter.h:
16889         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16890         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16891         (iir_transform_ip), (iir_set_property), (iir_get_property):
16892         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16893         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16894         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16895         (lpwsinc_set_property), (lpwsinc_get_property):
16896         Ported the gstfilter plugin to GStreamer 0.10.
16897         Fixes #346853.
16898
16899 2006-07-10  Wim Taymans  <wim@fluendo.com>
16900
16901         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16902           Extract comment information!!
16903
16904 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16905
16906         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16907         (qtdemux_tag_add_date):
16908           Extract year/date information (fixes #347079).
16909
16910 2006-07-07  Wim Taymans  <wim@fluendo.com>
16911
16912         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16913         Don't crash on twos/sowt/raw audio. #345830.
16914
16915 2006-07-07  Wim Taymans  <wim@fluendo.com>
16916
16917         Patch by: Lutz Mueller <lutz at topfrose dot de>
16918
16919         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16920         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16921         (request_dispatch), (gst_neonhttp_src_create),
16922         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16923         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16924         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16925         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16926         * ext/neon/gstneonhttpsrc.h:
16927         Remove unlock function. start/stop will do everything needed
16928         Removed code that was never called.
16929         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16930         Do not escape path. Fixes #346723.
16931         Additional code cleanups.
16932
16933 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16934
16935         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16936         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16937           Fix silly crasher in state change function; add
16938           IV41 fourcc (see bug #171111); don't output confusing
16939           debug message when skipping atoms.
16940
16941 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16942
16943         * ext/directfb/dfbvideosink.c:
16944         * ext/gsm/gstgsmdec.c:
16945         * ext/gsm/gstgsmenc.c:
16946         * ext/libmms/gstmms.c:
16947         * ext/neon/gstneonhttpsrc.c:
16948         * ext/theora/theoradec.c:
16949         * gst/freeze/gstfreeze.c:
16950         * gst/gdp/gstgdpdepay.c:
16951         * gst/gdp/gstgdppay.c:
16952         * sys/glsink/glimagesink.c:
16953           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16954           and fix one GObject boilerplate macro.
16955
16956 2006-06-20  Wim Taymans  <wim@fluendo.com>
16957
16958         * gst/modplug/libmodplug/stdafx.h:
16959         Fix modplug on AMD64. Fixes #345336.
16960
16961 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
16962
16963         * configure.ac:
16964           Fix check so that future libneon API changes won't break the build.
16965
16966         * ext/neon/gstneonhttpsrc.c:
16967           Fix build with libneon-0.26.x (#345182).
16968
16969 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
16970
16971         * configure.ac:
16972           Fix --disable-external (can't set conditionals conditionally,
16973           #343602).
16974           
16975 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16976
16977         * gst/spectrum/Makefile.am:
16978         Fix build.
16979
16980 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
16981
16982         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
16983         (draw_spectrum), (message_handler), (main):
16984         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
16985         (message_handler), (main):
16986         port to use message to get results, cleanly exit when closing the window
16987         
16988         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16989         (gst_spectrum_init), (gst_spectrum_dispose),
16990         (gst_spectrum_set_property), (gst_spectrum_get_property),
16991         (gst_spectrum_set_caps), (gst_spectrum_start),
16992         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
16993         * gst/spectrum/gstspectrum.h:
16994         port to derive from basetransform and send results via messages
16995         (like level element)
16996
16997 2006-06-15  Wim Taymans  <wim@fluendo.com>
16998
16999         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
17000         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
17001         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
17002         Combine return values from src pad pushes.
17003
17004 2006-06-15  Wim Taymans  <wim@fluendo.com>
17005
17006         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
17007         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17008         (gst_qtdemux_add_stream):
17009         Don't crash on files with 0 samples, EOS immediatly instead.
17010         Fixes #344944.
17011
17012 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
17013
17014         Patch by: Wouter Paesen  <wouter at kangaroot net>
17015
17016         * ext/soundtouch/Makefile.am:
17017         * ext/soundtouch/gstpitch.cc:
17018           Make pitch element controllable via GstController interface
17019           (#344821).
17020           
17021         * configure.ac:
17022           Up core requirements to 0.10.8.1/CVS because earlier
17023           GstControllers can't handle float properties correctly.
17024           Check for GstController CFLAGS and LIBS.
17025
17026         * tests/icles/Makefile.am:
17027         * tests/icles/pitch-test.c: (main):
17028           Add small test program for the above (welcome to the 80s!).
17029
17030 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
17031
17032         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
17033
17034         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
17035         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
17036         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
17037         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
17038         * ext/wavpack/gstwavpackenc.h:
17039           Use bitrate property solely for bitrates and add new
17040           bits-per-sample property for the other stuff. Set duration
17041           to 'unknown' in initial header and resend header with proper
17042           duration on EOS; update Sebastian's e-mail address.
17043
17044 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
17045
17046         * examples/directfb/.cvsignore:
17047         * ext/directfb/.cvsignore:
17048           #define red green
17049
17050 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
17051
17052         * gst/spectrum/.cvsignore:
17053           Ignore more.
17054
17055 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
17056
17057         * ext/libmms/gstmms.c: (gst_mms_create):
17058           Set caps on outgoing buffers.
17059
17060         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
17061           Comment out unused global instance variable.
17062
17063 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
17064
17065         Patch by: Sebastian Dröge  <mail at slomosnail de>
17066
17067         * ext/wavpack/Makefile.am:
17068         * ext/wavpack/gstwavpack.c: (plugin_init):
17069         * ext/wavpack/gstwavpackcommon.h:
17070         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
17071         (gst_wavpack_enc_correction_mode_get_type),
17072         (gst_wavpack_enc_joint_stereo_mode_get_type),
17073         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
17074         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
17075         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
17076         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
17077         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
17078         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
17079         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
17080         (gst_wavpack_enc_plugin_init):
17081         * ext/wavpack/gstwavpackenc.h:
17082         * ext/wavpack/md5.c:
17083         * ext/wavpack/md5.h:
17084           Add wavpack encoder element (#343131).
17085
17086 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
17087
17088         * configure.ac:
17089           Check for X before using X_CFLAGS in the check for opengl (#343866).
17090           
17091         * ext/musepack/Makefile.am:
17092         * ext/wavpack/Makefile.am:
17093         * gst/speed/Makefile.am:
17094           Add missing GST_LIBS, fixes build on cygwin (#343866).
17095
17096 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17097
17098         * configure.ac:
17099           enable building of GDP elements
17100         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
17101         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
17102         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
17103         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
17104         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
17105         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
17106         (gst_gdp_pay_change_state):
17107         * gst/gdp/gstgdppay.h:
17108           add version 1.0
17109
17110 2006-06-02  Michael Smith  <msmith@fluendo.com>
17111
17112         * ext/theora/theoradec.c: (theora_dec_src_convert),
17113         (theora_handle_type_packet), (theora_handle_422_image),
17114         (theora_handle_444_image), (theora_handle_420_image),
17115         (theora_handle_data_packet):
17116           Theora 4:4:4 pixel format support.
17117
17118 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17119
17120         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
17121         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
17122         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
17123         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
17124         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
17125         (gst_gdp_pay_get_property):
17126           add crc-header and crc-payload properties
17127           don't error out on some things that are recoverable
17128         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
17129           add test for crc
17130
17131 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
17132
17133         * ext/alsaspdif/alsaspdifsink.h:
17134         * ext/amrwb/gstamrwbdec.h:
17135         * ext/amrwb/gstamrwbenc.h:
17136         * ext/amrwb/gstamrwbparse.h:
17137         * ext/arts/gst_arts.h:
17138         * ext/artsd/gstartsdsink.h:
17139         * ext/audiofile/gstafparse.h:
17140         * ext/audiofile/gstafsink.h:
17141         * ext/audiofile/gstafsrc.h:
17142         * ext/audioresample/gstaudioresample.h:
17143         * ext/bz2/gstbz2dec.h:
17144         * ext/bz2/gstbz2enc.h:
17145         * ext/dirac/gstdiracdec.h:
17146         * ext/directfb/dfbvideosink.h:
17147         * ext/divx/gstdivxdec.h:
17148         * ext/divx/gstdivxenc.h:
17149         * ext/dts/gstdtsdec.h:
17150         * ext/faac/gstfaac.h:
17151         * ext/gsm/gstgsmdec.h:
17152         * ext/gsm/gstgsmenc.h:
17153         * ext/ivorbis/vorbisenc.h:
17154         * ext/libfame/gstlibfame.h:
17155         * ext/nas/nassink.h:
17156         * ext/neon/gstneonhttpsrc.h:
17157         * ext/polyp/polypsink.h:
17158         * ext/sdl/sdlaudiosink.h:
17159         * ext/sdl/sdlvideosink.h:
17160         * ext/shout/gstshout.h:
17161         * ext/snapshot/gstsnapshot.h:
17162         * ext/sndfile/gstsf.h:
17163         * ext/swfdec/gstswfdec.h:
17164         * ext/tarkin/gsttarkindec.h:
17165         * ext/tarkin/gsttarkinenc.h:
17166         * ext/theora/theoradec.h:
17167         * ext/wavpack/gstwavpackdec.h:
17168         * ext/wavpack/gstwavpackparse.h:
17169         * ext/xine/gstxine.h:
17170         * ext/xvid/gstxviddec.h:
17171         * ext/xvid/gstxvidenc.h:
17172         * gst/cdxaparse/gstcdxaparse.h:
17173         * gst/cdxaparse/gstcdxastrip.h:
17174         * gst/colorspace/gstcolorspace.h:
17175         * gst/festival/gstfestival.h:
17176         * gst/freeze/gstfreeze.h:
17177         * gst/gdp/gstgdpdepay.h:
17178         * gst/gdp/gstgdppay.h:
17179         * gst/modplug/gstmodplug.h:
17180         * gst/mpeg1sys/gstmpeg1systemencode.h:
17181         * gst/mpeg1videoparse/gstmp1videoparse.h:
17182         * gst/mpeg2sub/gstmpeg2subt.h:
17183         * gst/mpegaudioparse/gstmpegaudioparse.h:
17184         * gst/multifilesink/gstmultifilesink.h:
17185         * gst/overlay/gstoverlay.h:
17186         * gst/playondemand/gstplayondemand.h:
17187         * gst/qtdemux/qtdemux.h:
17188         * gst/rtjpeg/gstrtjpegdec.h:
17189         * gst/rtjpeg/gstrtjpegenc.h:
17190         * gst/smooth/gstsmooth.h:
17191         * gst/smoothwave/gstsmoothwave.h:
17192         * gst/spectrum/gstspectrum.h:
17193         * gst/speed/gstspeed.h:
17194         * gst/stereo/gststereo.h:
17195         * gst/switch/gstswitch.h:
17196         * gst/tta/gstttadec.h:
17197         * gst/tta/gstttaparse.h:
17198         * gst/videodrop/gstvideodrop.h:
17199         * gst/xingheader/gstxingmux.h:
17200         * sys/directdraw/gstdirectdrawsink.h:
17201         * sys/directsound/gstdirectsoundsink.h:
17202         * sys/dxr3/dxr3audiosink.h:
17203         * sys/dxr3/dxr3spusink.h:
17204         * sys/dxr3/dxr3videosink.h:
17205         * sys/qcam/gstqcamsrc.h:
17206         * sys/vcd/vcdsrc.h:
17207         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
17208
17209 2006-05-31  Edward Hervey  <edward@fluendo.com>
17210
17211         * ext/faad/gstfaad.h:
17212         Forgot to commit the header file too.
17213
17214 2006-05-31  Edward Hervey  <edward@fluendo.com>
17215
17216         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
17217         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
17218         (gst_faad_chain), (gst_faad_change_state):
17219         Added GstSegment to control segments.
17220         Added clipping/dropping of outgoing buffers in order to have accurate
17221         seeking working properly.
17222
17223 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
17224
17225         Patch by: Lutz Müller  <lutz at topfrose de>
17226
17227         * ext/bz2/Makefile.am:
17228         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
17229         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
17230           Use gst_type_find_helper_* functions for typefinding; use
17231           correct caps with gst_pad_alloc_buffer(); add state change
17232           function and reset decoder in it; don't unref buffer if
17233           pad_push fails; use fixed caps on source pad. (#341524).
17234
17235 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
17236
17237         * gst/spectrum/Makefile.am:
17238         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
17239         (spectrum_chain), (main):
17240         * gst/spectrum/demo-osssrc.c:
17241         added another example
17242         
17243         * sys/v4l2/gstv4l2src.c:
17244         fix typo
17245
17246 2006-05-26  Edward Hervey  <edward@fluendo.com>
17247
17248         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
17249         Clip the outputed NEWSEGMENT stop time to the configured segment stop
17250         time.
17251
17252 2006-05-26  Wim Taymans  <wim@fluendo.com>
17253
17254         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
17255         Don't clear the running variable in the seek code.
17256
17257 2006-05-24  Wim Taymans  <wim@fluendo.com>
17258
17259         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
17260         Detect QCELP in mp4a descriptors.
17261
17262 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
17263
17264         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
17265           po/POTFILES.in:
17266           Throw an error when the file is encrypted. Move plugin_init stuff
17267           to the end of the file, add stuff for i18n, make debug category
17268           static.
17269
17270 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
17271
17272         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
17273
17274         * configure.ac:
17275         * gst/h264parse/Makefile.am:
17276         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
17277         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
17278         (gst_h264_parse_init), (gst_h264_parse_chain),
17279         (gst_h264_parse_handle_event), (plugin_init):
17280         * gst/h264parse/gsth264parse.h:
17281           New plugin: h264parse (#340638)
17282
17283 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17284
17285         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
17286         (gst_gdp_depay_change_state):
17287         * gst/gdp/gstgdpdepay.h:
17288         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
17289         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
17290         (gst_gdp_pay_change_state):
17291         * gst/gdp/gstgdppay.h:
17292           Handle error cases when calling functions
17293           do downwards state change after parent's change_state
17294         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
17295         * tests/check/elements/gdppay.c: (GST_START_TEST):
17296           clean up more
17297
17298 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17299
17300         * gst/gdp/Makefile.am:
17301         * gst/gdp/gstgdp.c: (plugin_init):
17302         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
17303         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
17304         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
17305         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
17306         * gst/gdp/gstgdpdepay.h:
17307         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
17308         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
17309         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
17310         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
17311         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
17312         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
17313         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
17314         (gst_gdp_pay_plugin_init):
17315         * gst/gdp/gstgdppay.h:
17316         * tests/check/Makefile.am:
17317         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
17318         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
17319         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
17320         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
17321         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
17322         (main):
17323           adding GDP payloader and depayloader.  Build integration will
17324           follow later when the GDP issues for core are sorted out.
17325
17326 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17327
17328         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17329         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
17330         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
17331           Use boilerplate macro, fix strings to match plugin-moval-requirements
17332
17333 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17334
17335         * gst/spectrum/Makefile.am:
17336           Link to base libraries
17337
17338         * gst/spectrum/demo-osssrc.c: (main):
17339           use new threshhold property
17340
17341         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17342         (gst_spectrum_init), (gst_spectrum_dispose),
17343         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
17344         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
17345         (gst_spectrum_change_state):
17346         * gst/spectrum/gstspectrum.h:
17347         Use gst_adapter, support multiple-channels, add threshold property for
17348         result, add docs, fix resulting spectrum range (was including mirrored
17349         results)
17350
17351 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17352
17353         * configure.ac:
17354         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
17355         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
17356         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
17357         (gst_spectrum_base_init), (gst_spectrum_class_init),
17358         (gst_spectrum_init), (gst_spectrum_dispose),
17359         (gst_spectrum_set_property), (gst_spectrum_chain):
17360         * gst/spectrum/gstspectrum.h:
17361         Initial port of the spectrum element
17362
17363 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
17364
17365         * sys/v4l2/gstv4l2.c:
17366         * sys/v4l2/gstv4l2object.c:
17367         * sys/v4l2/gstv4l2object.h:
17368         * sys/v4l2/gstv4l2src.c:
17369         * sys/v4l2/gstv4l2xoverlay.c:
17370         Some clean-ups requested by wingo in bug #338818.       
17371
17372 2006-05-19  Michael Smith  <msmith@fluendo.com>
17373
17374         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17375         (alsaspdifsink_class_init), (alsaspdifsink_init),
17376         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17377         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
17378         (alsaspdifsink_get_time), (alsaspdifsink_open),
17379         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17380         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17381         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17382         (generate_iec958_zero_frame), (alsaspdifsink_render),
17383         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17384         * ext/alsaspdif/alsaspdifsink.h:
17385           Use sampling rate from set_caps. Comment out some more unused code.
17386
17387 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
17388
17389         * configure.ac:
17390           Check for X11
17391         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
17392         * sys/v4l2/gstv4l2object.h:
17393         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
17394         * sys/v4l2/gstv4l2src.h:
17395         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
17396         * sys/v4l2/gstv4l2xoverlay.h:
17397           Code cleanups, fix debug macros
17398
17399 2006-05-18  Michael Smith  <msmith@fluendo.com>
17400
17401         * ext/Makefile.am:
17402           Fix distcheck?
17403
17404 2006-05-18  Michael Smith  <msmith@fluendo.com>
17405
17406         * configure.ac:
17407         * ext/Makefile.am:
17408         * ext/alsaspdif/Makefile.am:
17409         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17410         (alsaspdifsink_class_init), (alsaspdifsink_init),
17411         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17412         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
17413         (alsaspdifsink_get_time), (alsaspdifsink_open),
17414         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17415         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17416         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17417         (generate_iec958_zero_frame), (alsaspdifsink_render),
17418         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17419         * ext/alsaspdif/alsaspdifsink.h:
17420           Add an alsa plugin to output IEC958 frames over S/PDIF
17421
17422 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
17423
17424         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
17425           Remove unused caps cruft from chain function altogether.
17426
17427 2006-05-17  Edward Hervey  <edward@fluendo.com>
17428
17429         * ext/faad/gstfaad.c: (gst_faad_chain): 
17430         There's no guarantee that caps was set to something, and if it did, the
17431         function called to fill that variable actually sets the caps on the
17432         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
17433         GST_PAD_CAPS(faad->srcpad).
17434
17435 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
17436
17437         Patch by: Young-Ho Cha  <ganadist chollian net>
17438
17439         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
17440         (gst_faad_change_state):
17441         * ext/faad/gstfaad.h:
17442           If we encounter a decoding error, don't error out immediately,
17443           but try to resync (or see if we have better luck with the next
17444           buffer in case of framed input). Only error out after five
17445           consecutive errors. Fixes #341563.
17446
17447 2006-05-12  Wim Taymans  <wim@fluendo.com>
17448
17449         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
17450         (gst_xvidenc_init), (gst_xvidenc_finalize),
17451         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
17452         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
17453         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
17454         (gst_xvidenc_get_property):
17455         Compile fixes.
17456
17457 2006-05-12  Wim Taymans  <wim@fluendo.com>
17458
17459         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17460
17461         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
17462         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
17463         (gst_xvid_image_fill):
17464         * ext/xvid/gstxvid.h:
17465         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
17466         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
17467         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
17468         (gst_xviddec_add_par), (gst_xviddec_negotiate),
17469         (gst_xviddec_decode), (gst_xviddec_chain),
17470         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
17471         (gst_xviddec_src_link), (gst_xviddec_setcaps),
17472         (gst_xviddec_change_state):
17473         * ext/xvid/gstxviddec.h:
17474         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
17475         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
17476         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
17477         (gst_xvidenc_class_init), (gst_xvidenc_init),
17478         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
17479         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
17480         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
17481         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
17482         (gst_xvidenc_change_state):
17483         * ext/xvid/gstxvidenc.h:
17484         xvid plugin to support more capabilities of XviD codec.
17485         Fixes #339462.
17486         Some more cleanups here and there.
17487
17488 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
17489
17490         * sys/v4l2/Makefile.am:
17491         * sys/v4l2/gstv4l2.c:
17492         * sys/v4l2/gstv4l2colorbalance.c:
17493         * sys/v4l2/gstv4l2colorbalance.h:
17494         * sys/v4l2/gstv4l2element.c:
17495         * sys/v4l2/gstv4l2element.h:
17496         * sys/v4l2/gstv4l2object.c:
17497         * sys/v4l2/gstv4l2object.h:
17498         * sys/v4l2/gstv4l2src.c:
17499         * sys/v4l2/gstv4l2src.h:
17500         * sys/v4l2/gstv4l2tuner.c:
17501         * sys/v4l2/gstv4l2tuner.h:
17502         * sys/v4l2/gstv4l2xoverlay.c:
17503         * sys/v4l2/gstv4l2xoverlay.h:
17504         * sys/v4l2/v4l2_calls.c:
17505         * sys/v4l2/v4l2_calls.h:
17506         * sys/v4l2/v4l2src_calls.c:
17507         * sys/v4l2/v4l2src_calls.h:
17508         Changes proposed by Wingo in bug #338818.
17509
17510 2006-05-11  Wim Taymans  <wim@fluendo.com>
17511
17512         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
17513         (gst_qtdemux_handle_esds):
17514         Figure out the real audio type in mp4a boxes by parsing the
17515         optional descriptors in the optional esds box. Promote the
17516         default AAC to mp3 when indicated. Fixes #330632.
17517
17518 2006-05-10  Wim Taymans  <wim@fluendo.com>
17519
17520         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
17521         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
17522         Parse version 2 sample descriptions. Fixes #341231
17523         Don't #define gst_util_dump_mem(), use something more
17524         specific instead to avoid confusion.
17525
17526 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
17527
17528         * sys/v4l2/gstv4l2src.c:
17529         * sys/v4l2/v4l2src_calls.c:
17530         Fix fourcc name printed out. Patch from Martin Rubli.
17531
17532 2006-05-08  Wim Taymans  <wim@fluendo.com>
17533
17534         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
17535         (qtdemux_dump_mvhd):
17536         Don't cause side effects in a debugging function.
17537         Also report duration in push mode since we can.
17538
17539 2006-05-08  Edward Hervey  <edward@fluendo.com>
17540
17541         * autogen.sh: (CONFIGURE_DEF_OPT): 
17542         libtoolize on Darwin/MacOSX is called glibtoolize
17543
17544 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
17545
17546         * ext/amrwb/gstamrwbdec.c:
17547         * ext/amrwb/gstamrwbenc.c:
17548         * ext/sdl/sdlaudiosink.c:
17549         * ext/sdl/sdlvideosink.c:
17550         * ext/wavpack/gstwavpackdec.c:
17551         * ext/xine/xine.c:
17552         * ext/xine/xineaudiodec.c:
17553         * ext/xine/xineaudiosink.c:
17554         * ext/xine/xineinput.c:
17555         * gst/cdxaparse/gstcdxaparse.c:
17556         * gst/freeze/gstfreeze.c:
17557         * sys/v4l2/gstv4l2element.c:
17558         Add semicolons after GST_BOILERPLATE[_FULL] so that
17559         indent doesn't mess up following lines.
17560
17561 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
17562
17563         * sys/v4l2/gstv4l2element.c:
17564         * sys/v4l2/gstv4l2element.h:
17565         * sys/v4l2/gstv4l2src.c:
17566         * sys/v4l2/gstv4l2src.h:
17567         * sys/v4l2/gstv4l2tuner.c:
17568         * sys/v4l2/gstv4l2tuner.h:
17569         * sys/v4l2/v4l2_calls.c:
17570         * sys/v4l2/v4l2_calls.h:
17571         * sys/v4l2/v4l2src_calls.c:
17572         * sys/v4l2/v4l2src_calls.h:
17573         * tests/icles/v4l2src-test.c:
17574         Some changes proposed by wingo in bug #338818 (but not everything
17575         yet). Patch from Martin Rubli to fix framerate detection.
17576
17577 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
17578
17579         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
17580           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
17581
17582 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
17583
17584         * configure.ac:
17585           Back to CVS
17586
17587 === release 0.10.3 ===
17588
17589 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
17590
17591         * configure.ac:
17592           releasing 0.10.3, "Petition to request permission"
17593
17594 2006-05-04  Julien MOUTTE  <julien@moutte.net>
17595
17596         * tests/icles/Makefile.am: Fix build.
17597
17598 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17599
17600         * ext/musicbrainz/Makefile.am:
17601           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
17602
17603 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
17604
17605         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17606         Clean up one piece of logic slightly and remove a 
17607         dead code block.
17608
17609 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17610
17611         * docs/plugins/Makefile.am:
17612         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17613         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17614         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
17615         * docs/plugins/inspect/plugin-musicbrainz.xml:
17616         * ext/musicbrainz/gsttrm.c:
17617         * ext/musicbrainz/gsttrm.h:
17618           Everybody loves docs - add docs for musicbrainz plugin.
17619
17620 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17621
17622         * ext/Makefile.am:
17623           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
17624           
17625 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17626
17627         * ext/Makefile.am:
17628           Forgot to commit this one.
17629
17630 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17631
17632         Patch by: James "Doc" Livingston  <doclivingston gmail com>
17633
17634         * configure.ac:
17635         * ext/musicbrainz/Makefile.am:
17636         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
17637         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
17638         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
17639         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
17640         * ext/musicbrainz/gsttrm.h:
17641           Port MusicBrainz TRM plugin (#336898).
17642
17643 2006-05-03  Michael Smith  <msmith@fluendo.com>
17644
17645         * ext/faad/gstfaad.c: (gst_faad_setcaps),
17646         (looks_like_valid_header), (gst_faad_chain):
17647           Fix #334748: use fake_codec_data if the first bytes of the first
17648           buffer we process doesn't look like plausible AAC data (e.g.
17649           reserved values for rate, or channels). Fixes playback of Apple's
17650           movie trailers.
17651
17652 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
17653
17654         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
17655         Fix get_caps func to work when no framerate is available and the caps
17656         isn't simple.
17657
17658 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
17659
17660         * sys/v4l2/Makefile.am:
17661         * sys/v4l2/gstv4l2colorbalance.c:
17662         * sys/v4l2/gstv4l2xoverlay.c:
17663         * sys/v4l2/v4l2_calls.c:
17664         * tests/icles/Makefile.am:
17665         * tests/icles/v4l2src-test.c:
17666         Few improvements to move to good.
17667
17668 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17669
17670         * configure.ac:
17671         * docs/plugins/Makefile.am:
17672         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17673         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17674         * docs/plugins/inspect/plugin-taglib.xml:
17675         * ext/Makefile.am:
17676         * ext/taglib/Makefile.am:
17677         * ext/taglib/gstid3v2mux.cc:
17678         * ext/taglib/gstid3v2mux.h:
17679         * ext/taglib/gsttaglib.cc:
17680         * ext/taglib/gsttaglib.h:
17681         * tests/check/Makefile.am:
17682         * tests/check/elements/tagid3v2mux.c:
17683           moved to good.  Closes #336110
17684
17685 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17686
17687         * docs/plugins/Makefile.am:
17688         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17689         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17690         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17691         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17692         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17693           Fix up docs for taglib plugin
17694           Also scan .cc files
17695
17696 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17697
17698         * ext/taglib/gsttaglib.cc:
17699           Post an error message on the bus in the (extremely unlikely)
17700           case of an error.
17701
17702 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17703
17704         * ext/taglib/Makefile.am:
17705         * ext/taglib/gstid3v2mux.cc:
17706         * ext/taglib/gstid3v2mux.h:
17707         * ext/taglib/gsttaglib.cc:
17708         * ext/taglib/gsttaglib.h:
17709           Split the actual ID3v2 tag rendering code into
17710           its own subclass.
17711
17712 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
17713
17714         * ext/neon/gstneonhttpsrc.c:
17715         * ext/neon/gstneonhttpsrc.h:
17716           added iradio-mode support as in gnomevfssrc to enable 
17717           connections with icydemux that will send title tag messages on 
17718           shoutcast/icecast streams. I've also added iradio properties
17719           iradio-name, iradio-genre, iradio-url.
17720           added user-agent property because some shoutcast streams don't return 
17721           data if the GET requests don't have a User-Agent.
17722         * win32/common/libgstneon.dsp:
17723           use debug version of libneon in debug mode
17724 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17725
17726         * configure.ac:
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-undocumented.txt:
17731         * sys/Makefile.am:
17732         * sys/ximagesrc/Makefile.am:
17733         * sys/ximagesrc/ximagesrc.c:
17734         * sys/ximagesrc/ximagesrc.h:
17735         * sys/ximagesrc/ximageutil.c:
17736         * sys/ximagesrc/ximageutil.h:
17737         * tests/Makefile.am:
17738         * tests/icles/.cvsignore:
17739         * tests/icles/Makefile.am:
17740         * tests/icles/ximagesrc-test.c:
17741           moved ximagesrc to good (See #336756)
17742
17743 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
17744
17745         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
17746         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
17747         (gst_faad_close_decoder), (gst_faad_change_state):
17748         * ext/faad/gstfaad.h:
17749           If we run into a decoding error, try re-opening the decoder
17750           with faacDecInit2() using fake codec data created from the
17751           data the demuxer gave us. Should fix a whole bunch of
17752           GStreamer-faad problems incl. 'channel coupling not
17753           implemented', 'maximum number of scalefactor bands exceeded'
17754           etc. (#173007, #332892).
17755
17756 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17757
17758         * ext/amrwb/gstamrwbdec.c:
17759         * ext/amrwb/gstamrwbenc.c:
17760         * ext/amrwb/gstamrwbparse.c:
17761         * ext/arts/gst_arts.c:
17762         * ext/artsd/gstartsdsink.c:
17763         * ext/audiofile/gstafparse.c:
17764         * ext/audiofile/gstafsink.c:
17765         * ext/audiofile/gstafsrc.c:
17766         * ext/audioresample/gstaudioresample.c:
17767         * ext/bz2/gstbz2dec.c:
17768         * ext/bz2/gstbz2enc.c:
17769         * ext/cdaudio/gstcdaudio.c:
17770         * ext/directfb/dfbvideosink.c:
17771         * ext/divx/gstdivxdec.c:
17772         * ext/divx/gstdivxenc.c:
17773         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17774         * ext/faac/gstfaac.c: (gst_faac_base_init):
17775         * ext/faad/gstfaad.c:
17776         * ext/gsm/gstgsmdec.c:
17777         * ext/gsm/gstgsmenc.c:
17778         * ext/hermes/gsthermescolorspace.c:
17779         * ext/ivorbis/vorbisfile.c:
17780         * ext/lcs/gstcolorspace.c:
17781         * ext/libfame/gstlibfame.c:
17782         * ext/libmms/gstmms.c: (gst_mms_base_init):
17783         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17784         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17785         * ext/nas/nassink.c: (gst_nassink_base_init):
17786         * ext/neon/gstneonhttpsrc.c:
17787         * ext/sdl/sdlaudiosink.c:
17788         * ext/sdl/sdlvideosink.c:
17789         * ext/shout/gstshout.c:
17790         * ext/snapshot/gstsnapshot.c:
17791         * ext/sndfile/gstsf.c:
17792         * ext/swfdec/gstswfdec.c:
17793         * ext/tarkin/gsttarkindec.c:
17794         * ext/tarkin/gsttarkinenc.c:
17795         * ext/theora/theoradec.c:
17796         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17797         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17798         * ext/xvid/gstxviddec.c:
17799         * ext/xvid/gstxvidenc.c:
17800         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17801         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17802         * gst/chart/gstchart.c:
17803         * gst/colorspace/gstcolorspace.c:
17804         * gst/deinterlace/gstdeinterlace.c:
17805         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17806         * gst/festival/gstfestival.c:
17807         * gst/filter/gstbpwsinc.c:
17808         * gst/filter/gstiir.c:
17809         * gst/filter/gstlpwsinc.c:
17810         * gst/freeze/gstfreeze.c:
17811         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17812         * gst/librfb/gstrfbsrc.c:
17813         * gst/mixmatrix/mixmatrix.c:
17814         * gst/mpeg1sys/gstmpeg1systemencode.c:
17815         * gst/mpeg1videoparse/gstmp1videoparse.c:
17816         * gst/mpeg2sub/gstmpeg2subt.c:
17817         * gst/mpegaudioparse/gstmpegaudioparse.c:
17818         * gst/multifilesink/gstmultifilesink.c:
17819         * gst/overlay/gstoverlay.c:
17820         * gst/passthrough/gstpassthrough.c:
17821         * gst/playondemand/gstplayondemand.c:
17822         * gst/qtdemux/qtdemux.c:
17823         * gst/rtjpeg/gstrtjpegdec.c:
17824         * gst/rtjpeg/gstrtjpegenc.c:
17825         * gst/smooth/gstsmooth.c:
17826         * gst/smoothwave/gstsmoothwave.c:
17827         * gst/spectrum/gstspectrum.c:
17828         * gst/speed/gstspeed.c:
17829         * gst/stereo/gststereo.c:
17830         * gst/switch/gstswitch.c:
17831         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17832         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17833         * gst/vbidec/gstvbidec.c:
17834         * gst/videocrop/gstvideocrop.c:
17835         * gst/videodrop/gstvideodrop.c:
17836         * gst/virtualdub/gstxsharpen.c:
17837         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17838         * gst/y4m/gsty4mencode.c:
17839         * sys/cdrom/gstcdplayer.c:
17840         * sys/directdraw/gstdirectdrawsink.c:
17841         * sys/directsound/gstdirectsoundsink.c:
17842         * sys/glsink/glimagesink.c:
17843         * sys/qcam/gstqcamsrc.c:
17844         * sys/v4l2/gstv4l2src.c:
17845         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17846         * sys/ximagesrc/ximagesrc.c:
17847           Define GstElementDetails as const and also static (when defined as
17848           global)
17849
17850 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17851
17852         * ext/musepack/gstmusepackdec.c:
17853         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17854           Add support for segment seeks.
17855
17856 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17857
17858         * sys/v4l2/gstv4l2src.c:
17859         Added a couple of ifdefs to make it compile with other kernels.
17860         
17861 2006-04-20  Wim Taymans  <wim@fluendo.com>
17862
17863         Patch by: j^ <j at bootlab dot org>
17864
17865         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17866         (qtdemux_video_caps):
17867         Never treat video streams as an audio stream.
17868         Add qtdrw mime type.
17869         Fixes #339041
17870
17871 2006-04-19  Wim Taymans  <wim@fluendo.com>
17872
17873         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17874         For VBR audio, don't try to calculate the samples_per_frame.
17875         Fixes #338935.
17876
17877 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17878
17879         * sys/v4l2/gstv4l2src.c:
17880         Just added a gtk-doc comment.
17881
17882 2006-04-17  Michael Smith  <msmith@fluendo.com>
17883
17884         * ext/theora/theoradec.c: (theora_dec_src_convert),
17885         (theora_handle_type_packet), (theora_handle_422_image),
17886         (theora_handle_420_image), (theora_handle_data_packet):
17887         * ext/theora/theoradec.h:
17888           Apply fix from j^ for API change in libtheoradec.
17889
17890           Implement 4:2:2 pixel format. Untested at the moment.
17891
17892 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17893
17894         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17895         (gst_musepack_stream_init):
17896           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17897           gst_pad_new_from_static_template().
17898
17899 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17900
17901         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17902         (gst_v4l2src_dispose):
17903         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17904         Fixed some memory leaks.
17905
17906 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17907
17908         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17909         Fix to work in read mode.
17910
17911 2006-04-10  Wim Taymans  <wim@fluendo.com>
17912
17913         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17914         Fix parsing of newer stsd chunks again.
17915
17916 2006-04-10  Wim Taymans  <wim@fluendo.com>
17917
17918         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17919         (qtdemux_parse_trak):
17920         Fix framerate calculation.
17921
17922 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17923
17924         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17925           Fix build (class_init declaration/definition mismatch).
17926
17927 2006-04-10  Wim Taymans  <wim@fluendo.com>
17928
17929         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17930         force mono 8000 Hz on AMR samples.
17931
17932 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17933
17934         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17935           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17936         * sys/directdraw/gstdirectdrawsink.c:
17937         * sys/directsound/gstdirectsoundsink.c:
17938           done some cleans in sources
17939         * win32/vs6:
17940           add project files for neon, qtdemux
17941           
17942 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17943
17944         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17945         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17946         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17947         * ext/arts/gst_arts.c: (gst_arts_class_init):
17948         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17949         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17950         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17951         * ext/audioresample/gstaudioresample.c:
17952         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17953         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17954         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17955         * ext/hermes/gsthermescolorspace.c:
17956         (gst_hermes_colorspace_class_init):
17957         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17958         * ext/jack/gstjack.c: (gst_jack_class_init):
17959         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17960         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
17961         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
17962         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17963         * ext/nas/nassink.c: (gst_nassink_class_init):
17964         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
17965         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17966         * ext/sndfile/gstsf.c: (gst_sf_class_init):
17967         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
17968         (gst_swfdec_class_init):
17969         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
17970         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
17971         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
17972         * gst/chart/gstchart.c: (gst_chart_class_init):
17973         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
17974         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
17975         * gst/festival/gstfestival.c: (gst_festival_class_init):
17976         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
17977         * gst/filter/gstiir.c: (gst_iir_class_init):
17978         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
17979         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
17980         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
17981         * gst/mpeg1sys/gstmpeg1systemencode.c:
17982         (gst_system_encode_class_init):
17983         * gst/mpeg1videoparse/gstmp1videoparse.c:
17984         (gst_mp1videoparse_class_init):
17985         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
17986         * gst/mpegaudioparse/gstmpegaudioparse.c:
17987         (gst_mp3parse_class_init):
17988         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
17989         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
17990         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
17991         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
17992         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
17993         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
17994         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
17995         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
17996         * gst/stereo/gststereo.c: (gst_stereo_class_init):
17997         * gst/switch/gstswitch.c: (gst_switch_class_init):
17998         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
17999         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
18000         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
18001         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
18002         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
18003         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
18004         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
18005         * sys/directsound/gstdirectsoundsink.c:
18006         (gst_directsoundsink_class_init):
18007         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
18008         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
18009         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
18010         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
18011         * sys/v4l2/gstv4l2colorbalance.c:
18012         (gst_v4l2_color_balance_channel_class_init):
18013         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
18014         (gst_v4l2_tuner_norm_class_init):
18015         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
18016         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
18017
18018 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
18019
18020         * gst/colorspace/gstcolorspace.h:
18021         * gst/deinterlace/gstdeinterlace.h:
18022         * gst/passthrough/gstpassthrough.h:
18023         * gst/y4m/gsty4mencode.h:
18024         Fix more broken GObject macros
18025
18026 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
18027
18028         * ext/xine/gstxine.h:
18029         * gst-libs/gst/play/play.h:
18030         * sys/v4l2/gstv4l2element.h:
18031         * sys/ximagesrc/ximageutil.h:
18032         Fix broken GObject macros
18033
18034 2006-04-08  Wim Taymans  <wim@fluendo.com>
18035
18036         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
18037         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
18038         (qtdemux_dump_stco), (qtdemux_parse_trak):
18039         Don't make rounding errors in timestamp/duration calculations.
18040         Fix timestamps for AMR and IMA4.  Fixes (#337436).
18041         Create a dummy segment even when there is no edit list.
18042
18043 2006-04-07  Julien MOUTTE  <julien@moutte.net>
18044
18045         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
18046         * examples/directfb/Makefile.am: Add example resource files to
18047         dist.
18048
18049 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18050
18051         * ext/amrwb/amrwb-code/Makefile.am:
18052         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
18053         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
18054         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
18055         25fps
18056
18057 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18058
18059         * tests/icles/ximagesrc-test.c: (main):
18060         Actually assert that pipeline goes to playing
18061
18062 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18063
18064         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
18065         (composite_pixel), (gst_ximagesrc_ximage_get),
18066         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
18067         Fix typo, C++ style comments and other small cleanups
18068         
18069 2006-04-06  Wim Taymans  <wim@fluendo.com>
18070
18071         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18072         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
18073         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
18074         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
18075         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
18076         (gst_qtdemux_activate_segment),
18077         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
18078         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
18079         (qtdemux_parse_trak):
18080         Added full edit list support.
18081         Avoid overflows in prologue image detection code.
18082         Avoid roundoff errors in timestamp calculations.
18083
18084 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18085
18086         * configure.ac:
18087           clean up so report properly on missing stuff
18088           fix modplug detection
18089
18090 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18091
18092         * ext/Makefile.am:
18093         * ext/amrwb/amrwb-code/Makefile.am:
18094           don't dist amr wb source code
18095
18096 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
18097
18098         Patch by: j^  <j at bootlab dot org>
18099
18100         * ext/amrwb/gstamrwbdec.c:
18101         * ext/amrwb/gstamrwbenc.c:
18102         * ext/amrwb/gstamrwbparse.c:
18103         * ext/arts/gst_arts.c:
18104         * ext/artsd/gstartsdsink.c:
18105         * ext/audiofile/gstafparse.c:
18106         * ext/audiofile/gstafsink.c:
18107         * ext/audiofile/gstafsrc.c:
18108         * ext/cdaudio/gstcdaudio.c:
18109         * ext/directfb/dfbvideosink.c:
18110         * ext/divx/gstdivxdec.c:
18111         * ext/divx/gstdivxenc.c:
18112         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
18113         * ext/faac/gstfaac.c: (gst_faac_base_init):
18114         * ext/faad/gstfaad.c:
18115         * ext/gsm/gstgsmdec.c:
18116         * ext/gsm/gstgsmenc.c:
18117         * ext/hermes/gsthermescolorspace.c:
18118         * ext/ivorbis/vorbisfile.c:
18119         * ext/lcs/gstcolorspace.c:
18120         * ext/libfame/gstlibfame.c:
18121         * ext/libmms/gstmms.c: (gst_mms_base_init):
18122         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
18123         * ext/nas/nassink.c: (gst_nassink_base_init):
18124         * ext/neon/gstneonhttpsrc.c:
18125         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
18126         * ext/sdl/sdlaudiosink.c:
18127         * ext/sdl/sdlvideosink.c:
18128         * ext/shout/gstshout.c:
18129         * ext/snapshot/gstsnapshot.c:
18130         * ext/sndfile/gstsf.c:
18131         * ext/tarkin/gsttarkindec.c:
18132         * ext/tarkin/gsttarkinenc.c:
18133         * ext/theora/theoradec.c:
18134         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
18135         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
18136         * ext/xvid/gstxviddec.c:
18137         * ext/xvid/gstxvidenc.c:
18138         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
18139         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
18140         * gst/chart/gstchart.c:
18141         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
18142         * gst/festival/gstfestival.c:
18143         * gst/filter/gstiir.c:
18144         * gst/filter/gstlpwsinc.c:
18145         * gst/freeze/gstfreeze.c:
18146         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
18147         * gst/mixmatrix/mixmatrix.c:
18148         * gst/mpeg1sys/gstmpeg1systemencode.c:
18149         * gst/mpeg1videoparse/gstmp1videoparse.c:
18150         * gst/mpeg2sub/gstmpeg2subt.c:
18151         * gst/mpegaudioparse/gstmpegaudioparse.c:
18152         * gst/multifilesink/gstmultifilesink.c:
18153         * gst/overlay/gstoverlay.c:
18154         * gst/passthrough/gstpassthrough.c:
18155         * gst/playondemand/gstplayondemand.c:
18156         * gst/qtdemux/qtdemux.c:
18157         * gst/rtjpeg/gstrtjpegdec.c:
18158         * gst/rtjpeg/gstrtjpegenc.c:
18159         * gst/smooth/gstsmooth.c:
18160         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
18161         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
18162         * gst/videocrop/gstvideocrop.c:
18163         * gst/videodrop/gstvideodrop.c:
18164         * gst/virtualdub/gstxsharpen.c:
18165         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
18166         * gst/y4m/gsty4mencode.c:
18167           Unify the long descriptions in the plugin details (#337263).
18168
18169 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
18170
18171         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
18172         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
18173           Add back "uri" property and mark it as deprecated; undoes
18174           API/ABI breakage from 2006-02-24.
18175
18176 2006-04-05  Wim Taymans  <wim@fluendo.com>
18177
18178         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
18179         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
18180         (gst_qtdemux_loop):
18181         Use duration as segment stop position if none is
18182         explicitly configured.
18183         Also perform EOS when we run past the segment stop.
18184
18185 2006-04-04  Wim Taymans  <wim@fluendo.com>
18186
18187         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
18188         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
18189         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
18190         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
18191         More cleanups, added comments.
18192         Mark discontinuities on outgoing buffers.
18193         Post better errors when something goes wrong.
18194         Handle EOS and segment end properly.
18195
18196 2006-04-04  Wim Taymans  <wim@fluendo.com>
18197
18198         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18199         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
18200         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
18201         (gst_qtdemux_handle_src_event), (plugin_init),
18202         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
18203         (gst_qtdemux_loop), (gst_qtdemux_chain),
18204         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
18205         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
18206         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18207         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
18208         * gst/qtdemux/qtdemux.h:
18209         Handle stss boxes so we can mark and find keyframes.
18210         Implement correct accurate and keyframe seeking.
18211         Use _DEBUG_OBJECT when possible.
18212         Fixes #332155
18213
18214 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18215
18216         * tests/check/Makefile.am:
18217           Only run the id3v2mux check if taglib is available and
18218           the taglib plugin has been built.
18219
18220 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18221
18222         * ext/swfdec/Makefile.am:
18223           Don't set plugindir.
18224
18225         * ext/swfdec/gstswfdec.c:
18226           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
18227
18228 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18229
18230         * configure.ac:
18231           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
18232           the dts plugin.
18233
18234 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18235
18236         * ext/soundtouch/gstpitch.cc:
18237         * ext/theora/theoradec.c:
18238         * gst/modplug/gstmodplug.cc:
18239           GST_ORIGIN => GST_PACKAGE_ORIGIN
18240           GST_PACKAGE => GST_PACKAGE_NAME
18241
18242 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18243
18244         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18245         * docs/plugins/inspect/plugin-bz2.xml:
18246         * docs/plugins/inspect/plugin-cdxaparse.xml:
18247         * docs/plugins/inspect/plugin-freeze.xml:
18248         * docs/plugins/inspect/plugin-glimagesink.xml:
18249         * docs/plugins/inspect/plugin-modplug.xml:
18250         * docs/plugins/inspect/plugin-neon.xml:
18251         * docs/plugins/inspect/plugin-sdl.xml:
18252         * docs/plugins/inspect/plugin-video4linux2.xml:
18253         * docs/plugins/inspect/plugin-ximagesrc.xml:
18254         * docs/plugins/inspect/plugin-xingheader.xml:
18255           add more plugins to docs
18256
18257 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18258
18259         * sys/dxr3/ac3_padder.h:
18260           fix up doc strings
18261         * docs/plugins/Makefile.am:
18262         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18263         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18264         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18265         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
18266         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18267         * docs/plugins/inspect/plugin-qtdemux.xml:
18268         * docs/plugins/inspect/plugin-speed.xml:
18269         * docs/plugins/inspect/plugin-taglib.xml:
18270         * docs/plugins/inspect/plugin-tta.xml:
18271           commit updates
18272         * configure.ac:
18273         * ext/taglib/gsttaglib.cc:
18274         * tests/Makefile.am:
18275         * tests/check/.cvsignore:
18276         * tests/check/Makefile.am:
18277         * tests/check/elements/.cvsignore:
18278         * tests/check/elements/tagid3v2mux.c:
18279         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
18280         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
18281         (test_taglib_id3mux_check_output_buffer),
18282         (test_taglib_id3mux_with_tags), (GST_START_TEST),
18283         (tagid3v2mux_suite), (main):
18284            add the tagid3v2mux check from #336110
18285
18286 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18287
18288         * configure.ac:
18289           rework like the other configure.ac files
18290         * Makefile.am:
18291         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18292         * ext/amrwb/gstamrwb.c:
18293         * ext/arts/gst_arts.c:
18294         * ext/artsd/gstartsdsink.c:
18295         * ext/audiofile/gstaf.c:
18296         * ext/audioresample/gstaudioresample.c:
18297         * ext/bz2/gstbz2.c:
18298         * ext/cdaudio/gstcdaudio.c:
18299         * ext/directfb/dfbvideosink.c:
18300         * ext/dts/gstdtsdec.c:
18301         * ext/faac/gstfaac.c:
18302         * ext/faad/gstfaad.c:
18303         * ext/hermes/gsthermescolorspace.c:
18304         * ext/ivorbis/vorbis.c:
18305         * ext/jack/gstjack.c:
18306         * ext/lcs/gstcolorspace.c:
18307         * ext/musepack/gstmusepackdec.c:
18308         * ext/musicbrainz/gsttrm.c:
18309         * ext/nas/nassink.c:
18310         * ext/sdl/gstsdl.c:
18311         * ext/snapshot/gstsnapshot.c:
18312         * ext/sndfile/gstsf.c:
18313         * ext/swfdec/gstswfdec.c:
18314         * ext/tarkin/gsttarkin.c:
18315         * ext/xine/xine.c:
18316         * ext/xvid/gstxvid.c:
18317         * gst/cdxaparse/gstcdxaparse.c:
18318         * gst/chart/gstchart.c:
18319         * gst/colorspace/gstcolorspace.c:
18320         * gst/deinterlace/gstdeinterlace.c:
18321         * gst/equalizer/gstiirequalizer.c:
18322         * gst/festival/gstfestival.c:
18323         * gst/filter/gstfilter.c:
18324         * gst/freeze/gstfreeze.c:
18325         * gst/games/gstpuzzle.c:
18326         * gst/librfb/gstrfbsrc.c:
18327         * gst/mixmatrix/mixmatrix.c:
18328         * gst/mpeg1sys/gstmpeg1systemencode.c:
18329         * gst/mpeg1videoparse/gstmp1videoparse.c:
18330         * gst/mpeg2sub/gstmpeg2subt.c:
18331         * gst/mpegaudioparse/gstmpegaudioparse.c:
18332         * gst/multifilesink/gstmultifilesink.c:
18333         * gst/overlay/gstoverlay.c:
18334         * gst/passthrough/gstpassthrough.c:
18335         * gst/playondemand/gstplayondemand.c:
18336         * gst/qtdemux/qtdemux.c:
18337         * gst/rtjpeg/gstrtjpeg.c:
18338         * gst/smooth/gstsmooth.c:
18339         * gst/smoothwave/gstsmoothwave.c:
18340         * gst/spectrum/gstspectrum.c:
18341         * gst/speed/gstspeed.c:
18342         * gst/stereo/gststereo.c:
18343         * gst/switch/gstswitch.c:
18344         * gst/vbidec/gstvbidec.c:
18345         * gst/videocrop/gstvideocrop.c:
18346         * gst/videodrop/gstvideodrop.c:
18347         * gst/virtualdub/gstvirtualdub.c:
18348         * gst/xingheader/gstxingmux.c:
18349         * gst/y4m/gsty4mencode.c:
18350         * sys/cdrom/gstcdplayer.c:
18351         * sys/directdraw/gstdirectdrawplugin.c:
18352         * sys/directsound/gstdirectsoundplugin.c:
18353         * sys/dxr3/dxr3init.c:
18354         * sys/glsink/glimagesink.c:
18355         * sys/qcam/gstqcamsrc.c:
18356         * sys/v4l2/gstv4l2.c:
18357         * sys/vcd/vcdsrc.c:
18358         * sys/ximagesrc/ximagesrc.c:
18359           update to use correct defines
18360         * po/POTFILES.in:
18361         * po/af.po:
18362         * po/az.po:
18363         * po/cs.po:
18364         * po/en_GB.po:
18365         * po/hu.po:
18366         * po/it.po:
18367         * po/nb.po:
18368         * po/nl.po:
18369         * po/or.po:
18370         * po/sq.po:
18371         * po/sr.po:
18372         * po/sv.po:
18373         * po/uk.po:
18374         * po/vi.po:
18375           v4l2 has translations, pick them up
18376
18377 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18378
18379         * sys/ximagesrc/ximagesrc.c: 
18380           Add docs to ximagesrc
18381
18382 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18383
18384         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
18385         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
18386         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
18387         * sys/ximagesrc/ximagesrc.h:
18388         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
18389         * sys/ximagesrc/ximageutil.h:
18390           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
18391           yellow rectangles with the cursor
18392
18393 2006-03-31  Michael Smith  <msmith@fluendo.com>
18394
18395         * configure.ac:
18396           Add autoconfery for theoradec.
18397         * ext/Makefile.am:
18398           Add theora directory.
18399         * ext/theora/Makefile.am:
18400         * ext/theora/theoradec.c: (gst_theoradec_base_init),
18401         (gst_theoradec_class_init), (gst_theoradec_init),
18402         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
18403         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
18404         (theora_dec_sink_convert), (theora_dec_src_query),
18405         (theora_dec_sink_query), (theora_dec_src_event),
18406         (theora_dec_sink_event), (theora_handle_comment_packet),
18407         (theora_handle_type_packet), (theora_handle_header_packet),
18408         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
18409         (theora_dec_change_state), (plugin_init):
18410         * ext/theora/theoradec.h:
18411           Add theora plugin for theora-exp decoder. Very heavily based on the
18412           existing theora decoder plugin.
18413
18414 2006-03-29  Wim Taymans  <wim@fluendo.com>
18415
18416         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
18417         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
18418         * ext/gsm/gstgsmdec.h:
18419         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
18420         (gst_gsmenc_finalize), (gst_gsmenc_chain):
18421         Cleanups, fix leaks.
18422         Handle events and DISCONT.
18423         Use adapter in the decoder.
18424
18425 2006-03-29  Wim Taymans  <wim@fluendo.com>
18426
18427         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
18428
18429         * configure.ac:
18430         * ext/Makefile.am:
18431         * ext/amrwb/Makefile.am:
18432         * ext/amrwb/README:
18433         * ext/amrwb/amrwb-code/Makefile.am:
18434         * ext/amrwb/amrwb-code/run.sh:
18435         * ext/amrwb/gstamrwb.c: (plugin_init):
18436         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
18437         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
18438         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
18439         (gst_amrwbdec_state_change):
18440         * ext/amrwb/gstamrwbdec.h:
18441         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
18442         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
18443         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
18444         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
18445         * ext/amrwb/gstamrwbenc.h:
18446         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
18447         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
18448         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
18449         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
18450         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
18451         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
18452         * ext/amrwb/gstamrwbparse.h:
18453         Added new plugin amrwb parse.
18454         Renamed audio/AMR to audio/AMR-WB as per spec.
18455         Fixes #333307
18456
18457 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
18458
18459         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
18460         Small fix, now pwc driver can tell about its buffers.
18461
18462 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
18463
18464         * configure.ac:
18465           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
18466           did for -good and -ugly. Fixes build on some systems
18467           and doesn't seem to be required for C++ code.
18468
18469 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
18470
18471         * ext/taglib/gsttaglib.cc:
18472         * ext/taglib/gsttaglib.h:
18473           Fix newsegment event handling a bit. We need to
18474           cache the first newsegment event, because we can't
18475           adjust offsets yet when we get it, as we don't
18476           know the size of the tag yet for sure at that point.
18477           Also do some minor cleaning up here and there and add
18478           some debug statements.
18479
18480 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18481
18482         * ext/taglib/gsttaglib.cc:
18483           We do not want to proxy the caps on the sink pad; our 
18484           source pad should have application/x-id3 caps; also,
18485           don't use already-freed strings in debug messages;
18486           finally, adjust buffer offsets on buffers sent out.
18487
18488 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18489
18490         * sys/v4l2/gstv4l2src.c:
18491           Older kernels don't seem to have this particular v4l2 format,
18492           so comment out until this gets fixed properly (and make
18493           buildbots happy).
18494
18495 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
18496
18497         * sys/v4l2/gstv4l2colorbalance.c:
18498         * sys/v4l2/gstv4l2colorbalance.h:
18499         * sys/v4l2/gstv4l2element.c:
18500         * sys/v4l2/gstv4l2src.c:
18501         * sys/v4l2/gstv4l2src.h:
18502         * sys/v4l2/gstv4l2tuner.c:
18503         * sys/v4l2/v4l2_calls.c:
18504         * sys/v4l2/v4l2src_calls.c:
18505         * sys/v4l2/v4l2src_calls.h:
18506         Just make few things more robust and also some identation.
18507
18508 2006-03-23  Wim Taymans  <wim@fluendo.com>
18509
18510         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
18511
18512         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
18513         (gst_xvidenc_chain):
18514         Patch to mark outgoing encoded buffers as delta-units (or not).
18515         Note that this patch also patches:
18516         - the setting of fincr and fbase in xvid-encoder creation based on
18517           caps framerate
18518         - makes 0, rather than 2, the default max_b_frames, as the current
18519           xvidenc does not seem "fully prepared" to handle b-frame 
18520           "effects", such as encoder returning 0 encoded bytes, etc.
18521         Fixes #335585
18522
18523 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18524
18525         * gst/modplug/libmodplug/Makefile.am:
18526         * gst/modplug/libmodplug/load_it.cpp:
18527           Try that again (not only should it be MODPLUG_ instead
18528           of MODFILE, also that define is already set in stdafx.h;
18529           what we really need is some more #ifndefs).
18530
18531 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18532
18533         * gst/modplug/libmodplug/Makefile.am:
18534           More gcc-4.1 fixes (we don't need file saving, so just
18535           define MODPLUG_NO_FILESAVE. That way, the compiler won't
18536           complain about modplug ignoring the return value of fwrite
18537           any longer and we might even save a few bytes as well).
18538
18539 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18540
18541         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
18542
18543         * configure.ac:
18544         * ext/Makefile.am:
18545         * ext/soundtouch/Makefile.am:
18546         * ext/soundtouch/gstpitch.cc:
18547         * ext/soundtouch/gstpitch.hh:
18548           Add new libsoundtouch-based pitch plugin (#331335).
18549
18550 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
18551
18552         * gst/modplug/libmodplug/load_ptm.cpp:
18553           Fix compilation with gcc-4.1 and -Werror (#327355).
18554
18555 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
18556
18557         * ext/taglib/gsttaglib.h:
18558           Fix left-over gst_my_filter_get_type.
18559
18560 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18561
18562         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
18563         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18564         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
18565         Have a show mouse pointer property and use it if we can
18566
18567 2006-03-15  Edward Hervey  <edward@fluendo.com>
18568
18569         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
18570         Let's not forget to chain up to the parent dispose.
18571
18572 2006-03-15  Edward Hervey  <edward@fluendo.com>
18573
18574         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
18575         (gst_qtdemux_init), (gst_qtdemux_dispose),
18576         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18577         Series of memleak fixes:
18578         - Unref the GstAdapter in finalize.
18579         - Use gst_pad_new_from_static_template(), shorter and safer.
18580         - Free unused QtDemuxStream when not used.
18581
18582 2006-03-14  Edward Hervey  <edward@fluendo.com>
18583
18584         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
18585         (gst_v4l2src_class_init):
18586         Initialization of the debugging category should be as early as possible,
18587         moving it from _class_init() to beginning of _base_init().
18588
18589 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18590
18591         * ext/taglib/gsttaglib.cc:
18592           Add gtk-doc blurb (unused for the time being); match registered
18593           plugin name to the filename of the plugin (taglibmux => taglib)
18594
18595 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18596
18597         Patch by: Mikhail Zabaluev  <mhz altlinux org>
18598
18599         * autogen.sh:
18600           Don't check for file that only exists in CVS but isn't
18601           disted (#334417)
18602
18603 2006-03-13  Julien MOUTTE  <julien@moutte.net>
18604
18605         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18606         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
18607
18608 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18609
18610         * Makefile.am:
18611         * configure.ac:
18612           Fix distcheck.
18613
18614 2006-03-12  Edward Hervey  <edward@fluendo.com>
18615
18616         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
18617         (gst_v4l2src_buffer_pool_free):
18618         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
18619         instead.
18620
18621 2006-03-12  Edward Hervey  <edward@fluendo.com>
18622
18623         * sys/v4l2/gstv4l2element.h:
18624         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
18625         buildbot happy.
18626         I will just use the same comment Ronald used when he added these lines:
18627         Yet Another Hack (tm) for kernel header borkedness.
18628
18629 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18630
18631         * ext/taglib/Makefile.am:
18632         * ext/taglib/gsttaglib.cc:
18633         * ext/taglib/gsttaglib.h:
18634           Add support for writing MusicBrainz IDs.
18635
18636 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18637
18638         * sys/v4l2/gstv4l2element.h:
18639           Include "_stdint.h" in an attempt to make the
18640           PPC-buildbot happy.
18641
18642 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
18643
18644         * configure.ac:
18645         * sys/Makefile.am:
18646         * sys/v4l2/Makefile.am:
18647         * sys/v4l2/gstv4l2.c:
18648         * sys/v4l2/gstv4l2colorbalance.h:
18649         * sys/v4l2/gstv4l2element.c:
18650         * sys/v4l2/gstv4l2element.h:
18651         * sys/v4l2/gstv4l2src.c:
18652         * sys/v4l2/gstv4l2src.h:
18653         * sys/v4l2/gstv4l2tuner.c:
18654         * sys/v4l2/gstv4l2tuner.h:
18655         * sys/v4l2/gstv4l2xoverlay.c:
18656         * sys/v4l2/gstv4l2xoverlay.h:
18657         * sys/v4l2/v4l2_calls.c:
18658         * sys/v4l2/v4l2_calls.h:
18659         * sys/v4l2/v4l2src_calls.c:
18660         * sys/v4l2/v4l2src_calls.h:
18661         V4L2 ported to 0.10.
18662         
18663 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
18664
18665         * configure.ac:
18666           Only compile the taglib plugin if a C++ compiler is
18667           present. Use GST_DEFAULT_ELEMENTS macro from common/
18668           for all the defaults stuff.
18669
18670 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18671
18672         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18673
18674         * configure.ac:
18675         * gst/xingheader/Makefile.am:
18676         * gst/xingheader/gstxingmux.c: 
18677         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
18678         to MP3 files (this allows decoder to figure out the length of VBR
18679         files) 
18680
18681 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18682         
18683         Patch by: Alex Lancaster
18684         
18685         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
18686         and add support for TCOP (copyright)
18687
18688 2006-03-10  Julien MOUTTE  <julien@moutte.net>
18689
18690         * gst/modplug/Makefile.am:
18691         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
18692
18693 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18694
18695         * configure.ac:
18696         * gst/modplug/Makefile.am:
18697         * gst/modplug/gstmodplug.cc:
18698         * gst/modplug/gstmodplug.h:
18699         * gst/modplug/libmodplug/sndfile.cpp:
18700         * gst/modplug/libmodplug/sndfile.h:
18701           modplug plugin ported to 0.10 (#332598, patch by:
18702           Jonathan Matthew <jonathan at kaolin wh9 net>).
18703
18704 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18705
18706         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
18707         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
18708         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
18709         (gst_mms_set_property), (gst_mms_get_property),
18710         (gst_mms_uri_get_uri):
18711         * ext/libmms/gstmms.h:
18712           Some clean-ups; more debug output; use blocksize property
18713           of GstBaseSrc instead of re-registering our own; make debug
18714           category actually be used.
18715
18716 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
18717
18718         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
18719           Fix build with gcc-4.1 (#327355).
18720
18721 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
18722
18723         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18724
18725         * configure.ac:
18726         * ext/Makefile.am:
18727         * ext/taglib/Makefile.am:
18728         * ext/taglib/gsttaglib.cc:
18729         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
18730
18731 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
18732
18733         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
18734           Extract disc number and count from files that use
18735           'disk' instead of 'disc' as node identifier for that
18736           (fixes #332066).
18737
18738 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18739
18740         * ext/musepack/gstmusepackdec.h:
18741         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
18742           Forgot those two.
18743
18744 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18745
18746         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18747         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
18748         (gst_musepackdec_handle_seek_event),
18749         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
18750         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
18751         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
18752         (gst_musepackdec_change_state):
18753           Some cleanups; pause task when push fails.
18754
18755 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
18756
18757         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18758           Add support for '3IVD' fourcc (#333403).
18759
18760 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18761
18762         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18763         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18764         (gst_faad_sink_event), (gst_faad_src_convert),
18765         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18766           Add query function for position/duration querying (mostly for
18767           raw AAC streams); make seeking in raw AAC streams work; post
18768           tags with codec name if this is a raw AAC stream.
18769
18770 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18771
18772         * sys/directdraw:
18773         * sys/directsound:
18774           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18775         * win32/vs6:
18776           project files updated to fix some bugs
18777         * win32/vs7:
18778         * win32/vs8:
18779           vs7 and vs8 project files added
18780         
18781 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18782
18783         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18784           Declare variable at the beginning of the block and make gcc-2.9x
18785           happy (fixes #333283; patch by: Jens Granseuer).
18786
18787 2006-03-03  Edward Hervey  <edward@fluendo.com>
18788
18789         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18790         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18791         when parsing.
18792         Also let's be a bit less vulgar in our warning messages :)
18793
18794 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18795
18796         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18797           Can't divide through zero (suppress warning in case of
18798           stream with one single still picture) (see #327083)
18799
18800 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18801
18802         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18803
18804 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18805
18806         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18807         (qtdemux_parse_trak), (qtdemux_video_caps):
18808           Add support for palettised Apple SMC videos (#327075, based on
18809           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18810
18811 2006-02-24  Michael Smith  <msmith@fluendo.com>
18812
18813         * autogen.sh:
18814           Allow automake 1.9
18815
18816 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18817
18818         * ext/neon/gstneonhttpsrc.c:
18819         Changed property name from "uri" to "location" 
18820
18821 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18822
18823         * configure.ac:
18824         * sys/glsink/Makefile.am:
18825         Merge patch from #317048 for building on Cygwin. Patch by 
18826         Cygwin Ports maintainer.
18827         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18828         Move normal debug output to LOG level not ERROR.
18829
18830 2006-02-19  Jan Gerber  <j@bootlab.org>
18831
18832         Reviewed by : Edward Hervey <edward@fluendo.com>
18833
18834         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18835           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18836           Add image/png for fourcc 'png '
18837  
18838 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18839
18840         * configure.ac:
18841           Surely this is supposed to be >= a.b, not == a.b
18842
18843 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18844
18845         * configure.ac:
18846         * sys/Makefile.am:
18847         * sys/ximagesrc/Makefile.am:
18848         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18849         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18850         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18851         (gst_ximagesrc_recalc), (composite_pixel),
18852         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18853         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18854         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18855         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18856         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18857         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18858         (gst_ximagesrc_init), (plugin_init):
18859         * sys/ximagesrc/ximagesrc.h:
18860         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18861         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18862         (ximageutil_xcontext_clear),
18863         (ximageutil_calculate_pixel_aspect_ratio),
18864         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18865         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18866         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18867         (gst_ximageutil_ximage_destroy):
18868         * sys/ximagesrc/ximageutil.h:
18869
18870         Port ximagesrc to 0.10 (Closes #304795)
18871
18872 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18873
18874         * gst/freeze/gstfreeze.c:
18875         * gst/freeze/gstfreeze.h:
18876         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18877
18878 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18879
18880         * configure.ac:
18881         Back to CVS nano
18882
18883 === release 0.10.1 ===
18884
18885 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18886
18887         * configure.ac:
18888           releasing 0.10.1, "Slimy - yet satisfying"
18889
18890 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18891
18892         * configure.ac:
18893           Release 0.10.0.3 - pre-release for 0.10.1
18894
18895 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18896
18897         * ext/bz2/gstbz2.c:
18898         * ext/bz2/gstbz2dec.c:
18899         * ext/bz2/gstbz2dec.h:
18900         * ext/bz2/gstbz2enc.c:
18901         * ext/bz2/gstbz2enc.h:
18902           Add proper copyright headers identifying Lutz Müller
18903           as the author and copyright holder (#331600).
18904
18905 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18906
18907         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18908           Don't GST_LOG timestamps from nonexistent index
18909           entries (#331582).
18910
18911 2006-02-17  Edward Hervey  <edward@fluendo.com>
18912
18913         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18914         Check that the size of the returned buffer is of the correct size
18915         because the parser assumes that.
18916         Fixes #331543.
18917
18918 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18919
18920         * configure.ac:
18921           Release 0.10.0.2 - pre-release for 0.10.1
18922
18923 2006-02-16  Edward Hervey  <edward@fluendo.com>
18924
18925         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18926         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18927         Don't stop the task if the pad isn't linked.
18928
18929 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18930
18931         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18932           It appears 100% equals 1/1 and not 100/1 ...
18933
18934 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18935
18936         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18937         (gst_qtdemux_chain):
18938           When buffering MDAT data, show the user something is
18939           happening by posting 'buffering' messages on the bus.
18940
18941 2006-02-14  Edward Hervey  <edward@fluendo.com>
18942
18943         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18944         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18945         (next_entry_size), (gst_qtdemux_chain):
18946         * gst/qtdemux/qtdemux.h:
18947         Make push-based work if mdat atom is before moov atom.
18948         Don't answer duration query. This should be transformed into replying
18949         FALSE to seek events.
18950
18951 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18952
18953         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18954         (gst_mms_start):
18955           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18956           push our own EOS event on EOS, the base class will do that for us;
18957           fix bogus query code; post semi-decent errors on the bus when an
18958           error occurs in ::start(), otherwise the user will get to see
18959           whatever cryptic default message GstBaseSrc comes up with.
18960
18961 2006-02-14  Andy Wingo  <wingo@pobox.com>
18962
18963         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
18964         schleef, don't break me gst-inspect -a.
18965
18966 2006-02-14  Edward Hervey  <edward@fluendo.com>
18967
18968         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
18969         Handle the case where data atoms are before moov atoms in push-based mode.
18970         Errors out gracefully.
18971
18972 2006-02-13  Edward Hervey  <edward@fluendo.com>
18973
18974         * gst/qtdemux/Makefile.am:
18975         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18976         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18977         (extract_initial_length_and_fourcc),
18978         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
18979         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
18980         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
18981         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
18982         * gst/qtdemux/qtdemux.h:
18983         QtDemux can now work push-based.
18984         It still needs some love for seeking.
18985
18986 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
18987
18988         * configure.ac:
18989         * gst/freeze/Makefile.am:
18990         * gst/freeze/gstfreeze.c:
18991         * gst/freeze/gstfreeze.h:
18992         * gst/freeze/FAQ:
18993         freeze plugin ported to 0.10 by
18994         Renato Filho <renato.filho@indt.org.br>
18995
18996 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18997
18998         * configure.ac:
18999         * gst/cdxaparse/Makefile.am:
19000         * gst/cdxaparse/gstcdxaparse.c:
19001         * gst/cdxaparse/gstcdxaparse.h:
19002           Port cdxaparse, makes VCD playback work.
19003
19004 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19005
19006         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19007         (qtdemux_parse_trak):
19008           use the correct variable to check if we can calculate
19009           the last chunk.  Looks like an obvious bug, and makes
19010           the dump of offsets comparable to other tools
19011
19012 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19013
19014         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19015         (qtdemux_parse_trak):
19016           clean up some debugging, using _OBJECT, moving recurring
19017           messages to LOG level
19018
19019 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
19020
19021         * configure.ac:
19022         * ext/neon/gstneonhttpsrc.c:
19023         Now it uses libneon 0.25.5 that supports shoutcast.
19024
19025 2006-02-06  Lutz Mueller <lutz@topfrose.de>
19026
19027         Reviewed by: Edward Hervey <edward@fluendo.com>
19028         
19029         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
19030         "x-bz2".
19031         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
19032         caps are "ANY".
19033         (gst_bz2dec_chain): Configure the source pad if we can figure out
19034         the mime type of the decompressed data.
19035         (gst_bz2dec_[get,set]_property):
19036         (gst_bz2dec_class_init: New property "first_buffer_size".
19037         
19038
19039 2006-02-06  Wim Taymans  <wim@fluendo.com>
19040
19041         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
19042         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
19043         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
19044         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
19045         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
19046         (qtdemux_video_caps), (qtdemux_audio_caps):
19047         * gst/qtdemux/qtdemux.h:
19048         Some QT demux loving.
19049         Handle seeking in a less broken way.
19050         Fix AMR caps to match the AMR decoder.
19051         Set first timestamp on AMR samples to 0 for now.
19052         Remove some \n in DEBUG strings.
19053         Use _scale_int for maximum precision.
19054
19055 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
19056
19057         * gst/apetag/Makefile.am:
19058         * gst/apetag/apedemux.c:
19059         * gst/apetag/apedemux.h:
19060         * gst/apetag/apetag.c:
19061           Remove old files, apetag is in gst-plugins-good now.
19062
19063 2006-02-06  Andy Wingo  <wingo@pobox.com>
19064
19065         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
19066         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
19067         parent_class, the boilerplate does it for you.
19068
19069 2006-02-05  Lutz Mueller <lutz@topfrose.de>
19070
19071         reviewed by: Andy Wingo <wingo@pobox.com>
19072
19073         * configure.ac:
19074         * ext/Makefile.am: Hook it up.
19075         * ext/bz2/gstbz2.c:
19076         * ext/bz2/gstbz2dec.h:
19077         * ext/bz2/gstbz2dec.c:
19078         * ext/bz2/gstbz2enc.h:
19079         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
19080         decoding (#303167).
19081         
19082 2006-01-30  Andy Wingo  <wingo@pobox.com>
19083
19084         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
19085         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
19086
19087 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
19088
19089         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
19090         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19091         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
19092         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
19093         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
19094           Add debug category, use boilerplate macros, fix handling
19095           of widths of 32 bits.
19096
19097         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
19098         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
19099         (gst_wavpack_parse_index_get_last_entry),
19100         (gst_wavpack_parse_index_get_entry_from_sample),
19101         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
19102         (gst_wavpack_parse_src_query),
19103         (gst_wavpack_parse_scan_to_find_sample),
19104         (gst_wavpack_parse_send_newsegment),
19105         (gst_wavpack_parse_handle_seek_event),
19106         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
19107         (gst_wavpack_parse_get_upstream_length),
19108         (gst_wavpack_parse_pull_buffer),
19109         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
19110         (gst_wavpack_parse_change_state),
19111         (gst_wavepack_parse_sink_activate),
19112         (gst_wavepack_parse_sink_activate_pull),
19113         (gst_wavpack_parse_plugin_init):
19114         * ext/wavpack/gstwavpackparse.h:
19115           Rewrite a bit, mostly to fix flow logic and to make seeking work.
19116           Fix buffer/event refcounting. Add some debug statements. Add
19117           width of 32 to source pad template caps. Use boilerplate macros.
19118
19119 2006-01-28  Edward Hervey  <edward@fluendo.com>
19120
19121         * sys/glsink/Makefile.am:
19122         glimagesink.h is dead, long live glimagesink.h
19123
19124 2006-01-27  David Schleef  <ds@schleef.org>
19125
19126         * configure.ac:
19127         * sys/Makefile.am:
19128         * sys/glsink/Makefile.am:
19129         * sys/glsink/glimagesink.c:
19130         * sys/glsink/glimagesink.h:
19131           revival of glimagesink.  Kind of works.
19132
19133 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
19134
19135         * ext/faad/gstfaad.c: (gst_faad_setcaps),
19136         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
19137           Handle 'framed' field in caps; Port syncing for raw streams
19138           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
19139
19140 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
19141
19142         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
19143         (gst_sdlvideosink_xoverlay_set_xwindow_id),
19144         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
19145         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19146         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19147         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
19148         (gst_sdlvideosink_change_state),
19149         (gst_sdlvideosink_navigation_send_event):
19150         * ext/sdl/sdlvideosink.h:
19151           Fix output stride copying, so that it displays correctly on 
19152           framebuffer devices that don't match our implict GStreamer stride
19153           arrangement.
19154
19155           Fix locking things. Offer XOverlay only when SDL is running against
19156           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
19157           actually match the embedded window size because there's no way to
19158           figure out what size that should be from the XOverlay interface.
19159           See comment in sdlvideosink.c
19160
19161 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19162
19163         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19164           Fix wrong memcpy source pointer.
19165
19166 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
19167
19168         * ext/libmms/gstmms.c: (gst_mms_finalize):
19169         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
19170         Just chain up finalize calls (calling parent_class->finalize).
19171
19172 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
19173
19174         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
19175         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
19176         Finalize method has been created and others small changes.
19177
19178 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
19179
19180         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
19181         (gst_musepackdec_class_init), (gst_musepackdec_init),
19182         (gst_musepackdec_send_newsegment),
19183         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
19184         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19185         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
19186         (gst_musepackdec_loop), (gst_musepackdec_change_state):
19187         * ext/musepack/gstmusepackdec.h:
19188         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19189         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
19190         (gst_musepack_reader_get_size):
19191         * ext/musepack/gstmusepackreader.h:
19192           Fix seeking in musepack files (it's still incredibly slow, but I
19193           don't think that is our plugin's fault). Clean up code and get
19194           rid of old cruft. Post tags with all kind of neat information like
19195           replay gain and such on the bus, if it is available. Add a
19196           'musepackdec' debug category.
19197
19198 2006-01-24  Edward Hervey  <edward@fluendo.com>
19199
19200         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19201         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19202         More coherent framerate setting on caps.
19203         If sample_size is available, use that for the samples' duration in
19204         the index. This enables single frame streams to work (and I imagine
19205         fixes some other cases).
19206         Tested on testsuite, no regression.
19207
19208 2006-01-23  Edward Hervey  <edward@fluendo.com>
19209
19210         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
19211         (qtdemux_video_caps), (qtdemux_audio_caps):
19212         Added codec recognition for:
19213         _ VP31 : video/x-vp3
19214         _ AVDJ : image/jpeg
19215         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
19216         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
19217
19218 2006-01-21  David Schleef  <ds@schleef.org>
19219
19220         * configure.ac:
19221         * ext/swfdec/gstswfdec.c: Update from swfdec.
19222
19223 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
19224
19225         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
19226         (qtdemux_audio_caps):
19227           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
19228           Fix 8bit case (#327133, based on patch by: Fabrizio
19229           Gennari <fabrizio dot ge at tiscali dot it>).
19230           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
19231           valid literals for endianness in caps strings,
19232           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
19233
19234 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
19235
19236         * ext/ivorbis/vorbisfile.c:
19237         * ext/neon/gstneonhttpsrc.c:
19238         Fixed state transictions PLAYING->NULL->PLAYING.
19239         
19240 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
19241
19242         * ext/tremor/vorbisfile.c:
19243         Some minor improvements on log messages.
19244
19245 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
19246
19247         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
19248         Ronald's patch applied. see bug #326318.
19249
19250 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19251
19252         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19253         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
19254         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
19255         * gst/qtdemux/qtdemux.h:
19256           Fix seeking for quicktime files. Could still use some more
19257           love and sophistication.
19258
19259 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
19260
19261         * ext/libmms/gstmms.c: gst_mms_init:
19262         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
19263         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
19264         Removed gst_base_src_set_live from mms and neon, and now calling
19265         parent_class->dispose in dispose on sdlaudio.
19266         
19267 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
19268
19269         * ext/sdl/sdlvideosink.c:
19270         Now implementing navigation interface and using
19271         GST_BOILER_PLATE_FULL.
19272         
19273 2006-01-11  Christian Schaller  <christian@fluendo.com>
19274
19275         Remove SunAudio plugin as Brian's new one is in -good
19276
19277         * sys/Makefile.am:
19278         * sys/sunaudio/Makefile.am:
19279         * sys/sunaudio/gstsunaudio.c:
19280         * sys/sunaudio/gstsunaudiosrc.c:
19281         * sys/sunaudio/gstsunaudiosrc.h:
19282         * sys/sunaudio/gstsunelement.c:
19283         * sys/sunaudio/gstsunelement.h:
19284         * sys/sunaudio/gstsunmixer.c:
19285         * sys/sunaudio/gstsunmixer.h:
19286
19287 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
19288
19289         * ext/sdl/sdlaudiosink.c:
19290         Replaced wrong style code by GST_BOILERPLATE.
19291         
19292 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
19293
19294         reviewed by: Edward Hervey  <edward@fluendo.com>
19295
19296         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19297         Add support for Indeo3 video in Quicktime files.
19298         Closes #326524
19299
19300 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
19301
19302         * configure.ac:
19303         * ext/sdl/Makefile.am:
19304         * ext/sdl/gstsdl.c:
19305         * ext/sdl/sdlaudiosink.c:
19306         * ext/sdl/sdlaudiosink.h:
19307         * ext/sdl/sdlvideosink.c:
19308         Created new element, sdlaudiosink.
19309         
19310 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
19311
19312         * added sys/directdraw
19313         * added sys/directsound
19314         * added win32/vs6/gst_plugins_bad.dsw
19315         * added win32/vs6/libgstdirectsound.dsp
19316         * added win32/vs6/libgstdirectdraw.dsp
19317         * added win32/common/config.h
19318         
19319 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19320
19321         * gst/games/gstpuzzle.c: (plugin_init):
19322           call oil_init() when using liboil
19323
19324 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
19325
19326         * ext/neon/gstneonhttpsrc.c:
19327         * ext/neon/gstneonhttpsrc.h:
19328         Some improvements in cancellation and debug messages.
19329                         
19330 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
19331
19332         * ext/neon/gstneonhttpsrc.c:
19333         * ext/neon/gstneonhttpsrc.h:
19334         Removed not need thread and changed to push out blocksize bytes.
19335         
19336 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
19337
19338         * configure.ac:
19339         * ext/Makefile.am
19340         * ext/neon:
19341         * ext/neon/Makefile.am:
19342         * ext/neon/gstneonhttpsrc.c:
19343         * ext/neon/gstneonhttpsrc.h:
19344         Created new element neonhttpsrc.
19345
19346 2005-12-19  Edward Hervey  <edward@fluendo.com>
19347
19348         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
19349         (gst_swfdec_chain), (gst_swfdec_render):
19350         Add debugging category and return GstFlowReturn in the right places
19351         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19352         Get something from the peer pad once we've checked if there is a peer pad.
19353         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19354         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
19355         (qtdemux_video_caps):
19356         Couple of fixes
19357
19358 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19359
19360         * ext/divx/Makefile.am:
19361         just a small fix. I have to pay more attention when commiting ;-)
19362
19363 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19364
19365         * configure.ac:
19366         * ext/Makefile.am:
19367         * ext/divx/Makefile.am:
19368         * ext/divx/gstdivxdec.c:
19369         * ext/divx/gstdivxdec.h:
19370         * ext/divx/gstdivxenc.c:
19371         * ext/divx/gstdivxenc.h:
19372         divxdec and divxenc ported to 0.10
19373         
19374 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19375
19376         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19377         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19378         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19379         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19380         (gst_dfbvideosink_can_blit_from_format),
19381         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19382         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19383         (gst_dfbsurface_finalize),
19384         (gst_dfbvideosink_navigation_send_event),
19385         (gst_dfbvideosink_update_colorbalance),
19386         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
19387         more refactoring, handle exotic DirectFB row stride.
19388
19389 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19390
19391         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19392         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
19393         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19394         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19395         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19396         (gst_dfbvideosink_can_blit_from_format),
19397         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19398         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19399         (gst_dfbsurface_finalize),
19400         (gst_dfbvideosink_navigation_send_event),
19401         (gst_dfbvideosink_update_colorbalance),
19402         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19403         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19404         (gst_dfbvideosink_class_init):
19405         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
19406         This should work both for hardware accelerated scaling and
19407         reverse caps negotiation with a scaling element.
19408
19409 2005-12-17  Julien MOUTTE  <julien@moutte.net>
19410
19411         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19412         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19413         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19414         * docs/plugins/gst-plugins-bad-plugins.args:
19415         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19416         * docs/plugins/gst-plugins-bad-plugins.signals:
19417         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19418         * docs/plugins/inspect/plugin-qtdemux.xml:
19419         * docs/plugins/inspect/plugin-sdlvideosink.xml:
19420         * docs/plugins/inspect/plugin-speed.xml:
19421         * docs/plugins/inspect/plugin-tta.xml: Updates.
19422         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19423         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
19424         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
19425         (gst_dfbvideosink_cleanup),
19426         (gst_dfbvideosink_can_blit_from_format),
19427         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19428         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
19429         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19430         (gst_dfbvideosink_interface_supported),
19431         (gst_dfbvideosink_navigation_send_event),
19432         (gst_dfbvideosink_update_colorbalance),
19433         (gst_dfbvideosink_colorbalance_list_channels),
19434         (gst_dfbvideosink_colorbalance_set_value),
19435         (gst_dfbvideosink_colorbalance_get_value),
19436         (gst_dfbvideosink_colorbalance_init),
19437         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19438         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
19439         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
19440         color balance interface.
19441
19442 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19443
19444         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
19445         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
19446         * gst/vbidec/vbidata.c:
19447         * gst/vbidec/vbidata.h:
19448         * gst/vbidec/vbiscreen.c:
19449         * sys/dxr3/ac3_padder.c:
19450           don't use doc comments for non-docs
19451           change some char* into char[]
19452
19453 2005-12-16  Julien MOUTTE  <julien@moutte.net>
19454
19455         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19456         (gst_dfbvideosink_init): Always prefer the primary layer.
19457
19458 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19459
19460         * ext/wavpack/gstwavpackdec.c:
19461           Oops, remove trailing comma from caps string.
19462
19463 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19464
19465         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19466         * ext/wavpack/gstwavpackparse.c:
19467           Wavpack supports samplerates from 6-192kHz, fix pad template
19468           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
19469           remove buffer-frames from caps, they are gone in 0.10.
19470
19471 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
19472
19473         * ext/xvid/Makefile.am:
19474         * ext/xvid/gstxviddec.c:
19475         * ext/xvid/gstxvidenc.c:
19476         Fixed some mem-leaks in xvid.
19477
19478 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19479
19480         * configure.ac:
19481         * ext/Makefile.am:
19482         * ext/xvid/gstxvid.c:
19483         * ext/xvid/gstxvid.h:
19484         * ext/xvid/gstxviddec.c:
19485         * ext/xvid/gstxviddec.h:
19486         * ext/xvid/gstxvidenc.c:
19487         * ext/xvid/gstxvidenc.h:
19488         xviddec and xvideenc ported to 0.10
19489                 
19490
19491 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19492
19493         * configure.ac:
19494         * ext/Makefile.am:
19495         * ext/dts/Makefile.am:
19496         * ext/dts/gstdtsdec.c:
19497         * ext/dts/gstdtsdec.h:
19498         dtsdec ported to 0.10
19499
19500 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19501
19502         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19503         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
19504         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
19505         (gst_musepackdec_loop):
19506         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
19507         (gst_swfdec_src_query):
19508         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
19509           GstObjects must be unref'ed with gst_object_unref() instead of
19510           g_object_unref(), otherwise things break for GLib-2.6 users.
19511
19512 2005-12-12  David Schleef  <ds@schleef.org>
19513
19514         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
19515         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
19516         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
19517         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
19518         because the video buffers previously never got freed.
19519
19520 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19521
19522         * ext/libmms/gstmms.c:
19523         Just removed a weird printf ;-)
19524
19525 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19526
19527         * configure.ac:
19528         * ext/libmms/gstmms.c:
19529         * ext/libmms/gstmms.h:
19530         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
19531         PREROOL..." to be fixed.
19532
19533 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
19534
19535         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
19536         (gst_faad_update_caps):
19537           Assume that an unknown channel mapping with 2 channels
19538           is stereo and play it that way instead of erroring.
19539
19540         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19541         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19542           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
19543           Debug fixes. Some 64 bit variable fixes
19544
19545 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
19546
19547         * configure.ac:
19548         * ext/Makefile.am:
19549         * ext/swfdec/Makefile.am:
19550         * ext/swfdec/gstswfdec.c:
19551         * ext/swfdec/gstswfdec.h:
19552         swfdec Ported to 0.10.
19553
19554 2005-12-07  Edward Hervey  <edward@fluendo.com>
19555
19556         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19557         (gst_qtdemux_add_stream):
19558         Memleak fixes.
19559         Send out EOS for valid reasons (couldn't pull_range() from upstream
19560         for example).
19561
19562 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19563
19564         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19565         * ext/audiofile/gstafparse.h:
19566         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
19567         * ext/audiofile/gstafsink.h:
19568         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
19569         * ext/audiofile/gstafsrc.h:
19570         * ext/cdaudio/gstcdaudio.c:
19571         * ext/divx/gstdivxenc.c:
19572         * ext/dts/gstdtsdec.h:
19573         * ext/faac/gstfaac.h:
19574         * ext/ivorbis/vorbisenc.h:
19575         * ext/ivorbis/vorbisfile.c:
19576         * ext/musepack/gstmusepackdec.h:
19577         * ext/nas/nassink.c:
19578         * ext/snapshot/gstsnapshot.c:
19579         * ext/sndfile/gstsf.h:
19580         * ext/tarkin/gsttarkindec.h:
19581         * ext/tarkin/gsttarkinenc.h:
19582         * ext/xine/gstxine.h:
19583         * ext/xine/xinecaps.c:
19584         * ext/xvid/gstxvid.h:
19585         * gst-libs/gst/play/play.h:
19586         * gst/apetag/apedemux.h:
19587         * gst/cdxaparse/gstcdxaparse.h:
19588         * gst/cdxaparse/gstcdxastrip.h:
19589         * gst/colorspace/yuv2rgb.c:
19590         * gst/colorspace/yuv2rgb.h:
19591         * gst/equalizer/gstiirequalizer.c:
19592         * gst/festival/gstfestival.h:
19593         * gst/games/gstpuzzle.c:
19594         * gst/games/gstvideoimage.c:
19595         * gst/games/gstvideoimage.h:
19596         * gst/modplug/gstmodplug.h:
19597         * gst/modplug/libmodplug/it_defs.h:
19598         * gst/modplug/libmodplug/modplug.h:
19599         * gst/modplug/libmodplug/sndfile.h:
19600         * gst/modplug/libmodplug/stdafx.h:
19601         * gst/mpeg1sys/buffer.c:
19602         * gst/mpeg1sys/gstmpeg1systemencode.h:
19603         * gst/mpeg1sys/main.h:
19604         * gst/mpeg1sys/systems.c:
19605         * gst/mpeg1videoparse/gstmp1videoparse.h:
19606         * gst/mpeg2sub/gstmpeg2subt.h:
19607         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19608         * gst/mpegaudioparse/gstmpegaudioparse.h:
19609         * gst/multifilesink/gstmultifilesink.h:
19610         * gst/overlay/gstoverlay.h:
19611         * gst/qtdemux/qtdemux.c:
19612         * gst/qtdemux/qtdemux.h:
19613         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
19614         * gst/rtjpeg/RTjpeg.h:
19615         * gst/tta/crc32.h:
19616         * gst/tta/filters.h:
19617         * gst/tta/ttadec.h:
19618         * gst/videodrop/gstvideodrop.h:
19619         * sys/cdrom/gstcdplayer.h:
19620         * sys/cdrom/gstcdplayer_ioctl.c:
19621         * sys/cdrom/gstcdplayer_ioctl.h:
19622         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
19623         * sys/cdrom/gstcdplayer_ioctl_irix.h:
19624         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
19625         * sys/dxr3/dxr3audiosink.c:
19626         * sys/dxr3/dxr3audiosink.h:
19627         * sys/dxr3/dxr3spusink.c:
19628         * sys/dxr3/dxr3spusink.h:
19629         * sys/dxr3/dxr3videosink.c:
19630         * sys/dxr3/dxr3videosink.h:
19631         * sys/qcam/dark.c:
19632         * sys/qcam/gstqcamsrc.c:
19633         * sys/v4l2/gstv4l2colorbalance.h:
19634         * sys/v4l2/gstv4l2element.h:
19635         * sys/v4l2/gstv4l2src.h:
19636         * sys/v4l2/gstv4l2tuner.h:
19637         * sys/v4l2/gstv4l2xoverlay.h:
19638         * sys/v4l2/v4l2_calls.c:
19639         * sys/v4l2/v4l2_calls.h:
19640         * sys/v4l2/v4l2src_calls.c:
19641         * sys/v4l2/v4l2src_calls.h:
19642         * sys/vcd/vcdsrc.h:
19643           expand tabs
19644
19645 === release 0.10.0 ===
19646
19647 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19648
19649         * configure.ac:
19650           releasing 0.10.0, "Camembert"
19651
19652 2005-12-05  Andy Wingo  <wingo@pobox.com>
19653
19654         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
19655         * ext/faad/gstfaad.c: (gst_faad_chain):
19656         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
19657         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
19658         * ext/xine/xineinput.c: (gst_xine_input_get):
19659         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
19660         * gst/speed/gstspeed.c: (speed_chain):
19661         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
19662         alloc_buffer changes.
19663
19664 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19665
19666         * ext/Makefile.am:
19667           Add missing $(WAVPACK_DIR) (#322962).
19668
19669 === release 0.9.7 ===
19670
19671 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19672
19673         * configure.ac:
19674           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
19675
19676 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
19677
19678         * PORTED_09:
19679         * configure.ac:
19680         * ext/Makefile.am:
19681         * ext/libmms/Makefile.am:
19682         * ext/libmms/gstmms.c:
19683         * ext/libmms/gstmms.h:
19684         libmm ported to 0.9. It works fine, but print some error messages. I
19685         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
19686         
19687 2005-11-28  Edward Hervey  <edward@fluendo.com>
19688
19689         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19690         Handle gracefully the consequence of "Maximum number of scalefactor
19691         bands exceeded", which results in 0 channels with samplerates of 0.
19692         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
19693         Do upward transitions, then call parent state_change, then do
19694         downward transitions.
19695
19696 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19697
19698         * ext/Makefile.am:
19699           alphabets, so hard to master.  Should fix distcheck.
19700
19701 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
19702
19703         * configure.ac:
19704         * PORTED_09:
19705         * ext/Makefile.am:
19706         * ext/wavpack/Makefile.am:
19707         * ext/wavpack/gstwavpackdec.c:
19708         * ext/wavpack/gstwavpackdec.h:
19709         * ext/wavpack/gstwavpackparse.c:
19710         * ext/wavpack/gstwavpackparse.h:
19711         Wavpack ported to 0.9. No support for correction file yet.
19712
19713 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19714
19715         * ext/wavpack/Makefile.am:
19716         * ext/wavpack/gstwavpack.c: (plugin_init):
19717         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
19718         * ext/wavpack/gstwavpackcommon.h:
19719         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
19720         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
19721         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19722         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
19723         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
19724         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
19725         (gst_wavpack_dec_plugin_init):
19726         * ext/wavpack/gstwavpackdec.h:
19727         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
19728         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
19729         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
19730         (gst_wavpack_parse_src_event), (find_header), (find_sample),
19731         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
19732         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
19733         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
19734         * ext/wavpack/gstwavpackparse.h:
19735           put back wavpack - still needs porting
19736
19737 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19738
19739         * configure.ac: back to HEAD
19740
19741 === release 0.9.6 ===
19742
19743 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19744
19745         * configure.ac:
19746           releasing 0.9.6, "Hot Tea"
19747
19748 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19749
19750         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19751         * ext/directfb/dfb-example.c: (main):
19752         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
19753         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
19754         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19755         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
19756         (gst_dfbvideosink_bufferpool_clear),
19757         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19758         (gst_dfbvideosink_navigation_send_event),
19759         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19760         (gst_dfbvideosink_class_init):
19761         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19762         fixes.
19763
19764 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19765
19766         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19767         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19768         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19769         * ext/sdl/sdlvideosink.h:
19770         Updates for fractional framerates and XOverlay interface changes
19771
19772 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19773
19774         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19775         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19776         (qtdemux_parse_trak):
19777         Convert to fractional framerates
19778
19779 2005-11-23  Edward Hervey  <edward@fluendo.com>
19780
19781         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19782         Fix for latest API changes
19783
19784 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19785         * configure.ac:
19786         * PORTED_09:
19787         * extt/Makefile.am:
19788         * ext/musepack/gstmusepackdec.c:
19789         * ext/musepack/gstmusepackdec.h:
19790         * ext/musepack/gstmusepackreader.c:
19791         * ext/musepack/gstmusepackreader.h:
19792         Musepackdec ported to 0.9. There is still a small problem to be
19793         solved, after the end of file, the pipeline doens't stop.
19794
19795 2005-11-22  Andy Wingo  <wingo@pobox.com>
19796
19797         * ext/faad/gstfaad.c (gst_faad_event)
19798         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19799         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19800         * gst/speed/gstspeed.c (speed_sink_event)
19801         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19802         (gst_tta_parse_parse_header): Run update-funcnames.
19803
19804 2005-11-21  Michael Smith <msmith@fluendo.com>
19805
19806         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19807           Don't take STREAM_LOCK in sink event handlers any more.
19808
19809 2005-11-21  Wim Taymans  <wim@fluendo.com>
19810
19811         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19812         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19813         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19814         Fix for stream lock updates.
19815
19816 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19817
19818         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19819           Add DX50, DIVX and DIV3 fourccs (patch by
19820           j@bootlab.org, #321903).
19821
19822 2005-11-21  Andy Wingo  <wingo@pobox.com>
19823
19824         * *.h:
19825         * *.c: Ran scripts/update-macros. Oh yes.
19826
19827 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19828
19829         * ext/directfb/dfbvideosink.c:
19830         (gst_dfbvideosink_get_format_from_caps):
19831         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19832         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19833         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19834         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19835         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19836         (qtdemux_audio_caps):
19837         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19838         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19839         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19840           Update for GST_FOURCC_FORMAT API change.
19841
19842 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19843
19844         * ext/audioresample/gstaudioresample.c:
19845         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19846         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19847         * gst/modplug/gstmodplug.cc:
19848         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19849         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19850         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19851         (#322027)
19852
19853 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19854
19855         * ext/Makefile.am:
19856         * ext/ivorbis/vorbisfile.c:
19857         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19858         ! tremor ! alsasink. Some issues to be solved yet:
19859         1- set correct timestamps
19860         2- seek is forced to disabled in pull-mode
19861         
19862 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19863
19864         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19865         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19866         (gst_faac_chain):
19867           Set proper caps on source pad (#320532).
19868
19869         * ext/faad/gstfaad.c:
19870           Don't use gtk-doc markers for comment block.
19871
19872 2005-11-14  Andy Wingo  <wingo@pobox.com>
19873
19874         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19875         debugging, allows dll builds on windows. Fixes #316076.
19876
19877 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19878
19879         * configure.ac: back to HEAD
19880
19881 === release 0.9.5 ===
19882
19883 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19884
19885         * configure.ac:
19886           releasing 0.9.5, "Thrice Belgian Bar"
19887
19888 2005-11-11  Michael Smith <msmith@fluendo.com>
19889
19890         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19891           Make this compile on systems with broken headers. 
19892
19893 2005-11-11  Michael Smith <msmith@fluendo.com>
19894
19895         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19896           Call functions with the correct API. Unfortunately, unless your
19897           distribution patches upstream, the public header file for FAAD
19898           doesn't actually declare the API accurately. So, some nastiness
19899           ensues...
19900
19901 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19902
19903         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19904
19905         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19906           Add support for custom genre tags.
19907
19908 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19909
19910         * ext/tarkin/wavelet.c:
19911         * ext/tarkin/wavelet.h:
19912         * gst/mpegaudioparse/gstmpegaudioparse.c:
19913         * gst/vbidec/vbidata.c:
19914         * gst/vbidec/vbiscreen.h:
19915         * sys/dxr3/ac3_padder.c:
19916         * sys/dxr3/dxr3audiosink.c:
19917         * sys/dxr3/dxr3spusink.c:
19918         * sys/dxr3/dxr3videosink.c:
19919         * sys/qcam/dark.c:
19920           Don't use gtk-doc markers for normal comments. Fix
19921           gtk-doc formatting where required.
19922
19923 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19924
19925         * configure.ac:
19926         * PORTED_09:
19927         * ext/Makefile.am:
19928         * ext/ivorbis/vorbis.c:
19929         * ext/ivorbis/vorbisfile.c:
19930         Ported to 0.9. Some issues to be solved yet:
19931         1- set correct timestamps
19932         2- seg fault when eos
19933         3- seek is now disabled
19934
19935 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19936
19937         * examples/Makefile.am: Cleanup non existing
19938         examples.
19939
19940 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19941
19942         * docs/plugins/inspect.stamp: Add missing files.
19943
19944 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19945
19946         * examples/Makefile.am: Make buildbot happy.
19947
19948 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19949
19950         * Makefile.am: examples in dist subdirs.
19951         * configure.ac: enable parameter for building 
19952         examples.
19953         * docs/plugins/gst-plugins-bad-plugins.args:
19954         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19955         * examples/Makefile.am: Updates.
19956
19957 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19958
19959         * Makefile.am:
19960         * autogen.sh:
19961         * configure.ac:
19962         * docs/Makefile.am:
19963         * docs/plugins/.cvsignore:
19964         * docs/plugins/Makefile.am:
19965         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
19966         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19967         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19968         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
19969         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19970         * docs/plugins/gst-plugins-bad-plugins.args:
19971         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
19972         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19973         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
19974         * docs/plugins/gst-plugins-bad-plugins.signals:
19975         * docs/plugins/gst-plugins-bad-plugins.types:
19976         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19977         * docs/version.entities.in: Enable documentation.
19978         * examples/Makefile.am:
19979         * examples/directfb/Makefile.am:
19980         * examples/directfb/decker.ttf:
19981         * examples/directfb/dfblogo.png:
19982         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
19983         (size_changed), (setup_dynamic_link), (main): Add an example
19984         application for DirectFB.
19985
19986 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19987
19988         * ext/directfb/Makefile.am: Add the example application.
19989         * ext/directfb/dfb-example.c: (get_me_out), (main):
19990         Here is an example application that runs videotestsrc for 20
19991         seconds. It's included in the documentation.
19992         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19993         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19994         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
19995         More fixes, calculate new size of the buffer when renegotiating.
19996         This completely breaks ffmpegcolorspace but i need to discuss 
19997         that with Wim on monday. Add documentation.
19998
19999 2005-11-05  Julien MOUTTE  <julien@moutte.net>
20000
20001         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
20002         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
20003         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
20004         better, add safety checks and ARGB support for cards that
20005         support it.
20006
20007 2005-11-04  Julien MOUTTE  <julien@moutte.net>
20008
20009         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
20010         (gst_dfbvideosink_surface_destroy),
20011         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
20012         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
20013         (gst_dfbvideosink_buffer_alloc):
20014         * ext/directfb/dfbvideosink.h: Now does clipping when surface
20015         is too small, handles upstream elements that are not calling
20016         gst_pad_alloc_buffer, fixes a lot of bugs.
20017
20018 2005-11-03  Julien MOUTTE  <julien@moutte.net>
20019
20020         * ext/directfb/Makefile.am: Prepare for liboil usage.
20021         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
20022         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
20023         rendering in external surface correctly. Will commit a neat
20024         example soon.
20025
20026 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
20027
20028         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
20029         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
20030         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
20031         * ext/sdl/sdlvideosink.h:
20032         Add support to exit when 'Esc' key is pressed.
20033
20034 2005-11-02  Julien MOUTTE  <julien@moutte.net>
20035
20036         * configure.ac: Requires DirectFB 0.9.24
20037
20038 2005-11-02  Julien MOUTTE  <julien@moutte.net>
20039
20040         * configure.ac:
20041         * ext/Makefile.am:
20042         * ext/directfb/Makefile.am:
20043         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
20044         (gst_dfbvideosink_surface_create),
20045         (gst_dfbvideosink_surface_destroy),
20046         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
20047         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
20048         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
20049         (gst_dfbvideosink_get_format_from_caps),
20050         (gst_dfbvideosink_get_caps_from_format),
20051         (gst_dfbvideosink_can_blit_from_format),
20052         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
20053         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
20054         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
20055         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
20056         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
20057         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
20058         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
20059         (gst_dfbvideosink_interface_init),
20060         (gst_dfbvideosink_navigation_send_event),
20061         (gst_dfbvideosink_navigation_init),
20062         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
20063         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
20064         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
20065         (plugin_init):
20066         * ext/directfb/dfbvideosink.h:
20067         * ext/directfb/directfbvideosink.c:
20068         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
20069         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
20070         scaling, navigation, buffer allocation from video memory etc...
20071
20072 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
20073
20074         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
20075         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
20076         gst_sdlvideosink_create:
20077         Changed property full-screen to fullscreen, using SDL_SWSURFACE
20078         instead of SDL_HWSURFACE when in full screen mode.
20079         
20080 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
20081
20082         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
20083         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
20084         gst_sdlvideosink_init, gst_sdlvideosink_create:
20085         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
20086         Added a property that allows full-screen.
20087
20088 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
20089
20090         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
20091         (gst_sdlvideosink_class_init),
20092         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
20093         (gst_sdlvideosink_show_frame):
20094         * ext/sdl/sdlvideosink.h:
20095           Fix I420 output on some machines (not very nice, but should work).
20096           Add an 'sdlvideosink' debug category. Disable formats that do
20097           not work. Fix some vararg function issues.
20098
20099 2005-10-27  Wim Taymans  <wim@fluendo.com>
20100
20101         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
20102         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
20103         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
20104         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
20105         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
20106         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
20107         Fix SDL videosink and did some cleanups.
20108
20109 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
20110
20111         * ext/sdl/sdlvideosink.c:
20112         * ext/sdl/sdlvideosink.h:
20113         Trying to fix videos out of sync (not fixed yet)
20114         
20115 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20116
20117         * gst/qtdemux/qtdemux.h:
20118           Remove got_redirect from class structure as well.
20119
20120 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20121
20122         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
20123         (qtdemux_parse_tree):
20124           Remove 'got-redirect' signal and post element message
20125           on the bus instead.
20126
20127 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20128
20129         * ext/gsm/gstgsm.c:
20130         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
20131         * ext/gsm/gstgsmdec.h:
20132         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
20133         (gst_gsmenc_chain):
20134         Fixing stuff as wingo pointed out.
20135
20136 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20137
20138         * ext/gsm/gstgsm.c: (plugin_init):
20139         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
20140         (gst_gsmdec_chain):
20141         * ext/gsm/gstgsmdec.h:
20142         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
20143         (gst_gsmenc_chain):
20144         * ext/gsm/gstgsmenc.h:
20145         Over-writing Wim's gsm plugins (currently not working) with that from the 
20146         farsight repo. Also made sure that they work with the RTP (de)payloader.
20147
20148 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20149
20150         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
20151         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
20152         * ext/gsm/gstgsmenc.h:
20153         Fixed event handling
20154
20155 2005-10-24  Christian Schaller  <christian@fluendo.com>
20156
20157         * configure.ac: port over thomas's plugin listing from base
20158
20159 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20160
20161         * configure.ac:
20162           back to HEAD
20163
20164 === release 0.9.4 ===
20165
20166 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20167
20168         * NEWS:
20169         * RELEASE:
20170         * configure.ac:
20171           Releasing 0.9.4, "Utahraptor"
20172
20173 2005-10-23  Julien MOUTTE  <julien@moutte.net>
20174
20175         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
20176
20177 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20178
20179         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
20180         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
20181         (gst_faad_chain), (gst_faad_change_state):
20182         * ext/faad/gstfaad.h:
20183           Do some timestamp smoothing (matroskademux apparently sends
20184           multiple buffers in a row with the same timestamp); fix
20185           duration on outgoing buffers; fix change state function; use
20186           GST_DEBUG_FUNCPTR for pad functions.
20187
20188 2005-10-19  Wim Taymans  <wim@fluendo.com>
20189
20190         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
20191         (gst_qtdemux_handle_src_query):
20192         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
20193         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
20194         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
20195         API change fix.
20196
20197 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20198
20199         * configure.ac:
20200           All the cool kids use GST_DOCBOOK_CHECK now.
20201
20202 2005-10-18  Julien MOUTTE  <julien@moutte.net>
20203
20204         * gst/speed/Makefile.am: Fix build of speed. 
20205
20206 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
20207
20208         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
20209         (speed_parse_caps), (speed_src_event), (speed_sink_event),
20210         (speed_src_query), (speed_init), (speed_set_property),
20211         (speed_change_state), (gst_speed_convert):
20212         Fixed speed - the previous version, 1.38, has been ported to 0.9
20213         from a wrong version, 1.37 (from 1.36). That fix already includes
20214         the changes done in 1.36.2.4.
20215
20216 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
20217
20218         * configure.ac:
20219           Fix glib check
20220
20221 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20222
20223         * examples/stats/mp2ogg.c:
20224         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
20225         (tarkin_synthesis_packetin):
20226           and more typos fixed
20227
20228 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20229
20230         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
20231         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
20232         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
20233         (gst_faac_get_property), (gst_faac_change_state):
20234           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
20235           move event handling from chain function into an event function,
20236           add some locks here and there, do some cleanups; disable 32-bit
20237           integer and float input formats until we're sure that those 
20238           actually work (couldn't play back the produced files with 
20239           anything).
20240
20241 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20242
20243         * examples/indexing/indexmpeg.c: (main):
20244         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
20245         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
20246         * ext/artsd/gstartsdsink.h:
20247         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
20248         (gst_afparse_close_file):
20249         * ext/audiofile/gstafparse.h:
20250         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
20251         (gst_afsink_close_file), (gst_afsink_chain),
20252         (gst_afsink_change_state):
20253         * ext/audiofile/gstafsink.h:
20254         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
20255         (gst_afsrc_close_file), (gst_afsrc_change_state):
20256         * ext/audiofile/gstafsrc.h:
20257         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
20258         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
20259         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
20260         * ext/jack/gstjack.h:
20261         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
20262         (gst_jack_bin_change_state):
20263         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
20264         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
20265         * ext/nas/nassink.c: (gst_nassink_open_audio),
20266         (gst_nassink_close_audio), (gst_nassink_change_state):
20267         * ext/nas/nassink.h:
20268         * ext/polyp/polypsink.c: (gst_polypsink_init):
20269         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20270         * ext/sdl/sdlvideosink.h:
20271         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20272         * ext/sndfile/gstsf.c: (gst_sf_set_property),
20273         (gst_sf_change_state), (gst_sf_release_request_pad),
20274         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
20275         * ext/sndfile/gstsf.h:
20276         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
20277         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
20278         * gst/apetag/apedemux.c: (gst_ape_demux_init):
20279         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
20280         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
20281         * gst/festival/gstfestival.c: (gst_festival_change_state):
20282         * gst/festival/gstfestival.h:
20283         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
20284         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
20285         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
20286         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
20287         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
20288         (gst_multifilesink_chain), (gst_multifilesink_change_state):
20289         * gst/multifilesink/gstmultifilesink.h:
20290         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
20291         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
20292         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
20293         (dxr3audiosink_open), (dxr3audiosink_close),
20294         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
20295         (dxr3audiosink_change_state):
20296         * sys/dxr3/dxr3audiosink.h:
20297         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
20298         (dxr3spusink_close), (dxr3spusink_chain),
20299         (dxr3spusink_change_state):
20300         * sys/dxr3/dxr3spusink.h:
20301         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
20302         (dxr3videosink_open), (dxr3videosink_close),
20303         (dxr3videosink_write_data), (dxr3videosink_change_state):
20304         * sys/dxr3/dxr3videosink.h:
20305         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
20306         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
20307         (gst_qcamsrc_open), (gst_qcamsrc_close):
20308         * sys/qcam/gstqcamsrc.h:
20309         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
20310         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
20311         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
20312         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
20313         * sys/vcd/vcdsrc.h:
20314         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20315         moved bitshift from macro to enum definition
20316
20317 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20318
20319         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20320
20321         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
20322           Fix depth/width handling for float audio (#318659).
20323
20324 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20325
20326         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20327
20328         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
20329         (gst_faac_src_setcaps), (gst_faac_chain):
20330           Refcount fixes (#318660)
20331
20332 2005-10-12  Julien MOUTTE  <julien@moutte.net>
20333
20334         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
20335         automake-1.7 happy again.
20336
20337 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
20338
20339         * ext/faad/gstfaad.c: (gst_faad_event):
20340           newsegment API update
20341
20342 2005-10-11  Wim Taymans  <wim@fluendo.com>
20343
20344         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20345         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
20346         (gst_tta_parse_parse_header):
20347         newsegment API update.
20348
20349 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20350
20351         * configure.ac:
20352           back to development
20353
20354 === release 0.9.3 ===
20355
20356 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20357
20358         * configure.ac:
20359           Releasing 0.9.3, "Porthos"
20360
20361 2005-09-28  Wim Taymans  <wim@fluendo.com>
20362
20363         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20364         No need to take stream lock here.
20365
20366 2005-09-26  Christian Schaller  <uraeus@gnome.org>
20367
20368         * configure.ac: add speed and rfb where needed
20369         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
20370
20371 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
20372
20373         * ext/gsm/Makefile.am:
20374         * ext/gsm/gstgsm.c:
20375         * ext/gsm/gstgsmdec.c:
20376         * PORTED_09:
20377         Gsmdec ported to 0.9.
20378
20379 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
20380
20381         * configure.ac:
20382         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
20383         (gst_tta_dec_chain):
20384         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
20385         (gst_tta_parse_class_init), (gst_tta_parse_reset),
20386         (gst_tta_parse_init), (gst_tta_parse_src_event),
20387         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
20388         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
20389         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
20390         (gst_tta_parse_loop), (gst_tta_parse_change_state):
20391         * gst/tta/gstttaparse.h:
20392           Ported tta plugin to 0.9.
20393
20394
20395 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20396
20397         * ext/gsm/gstgsmenc.c:
20398           Setting caps on the outgoing buffers.
20399           Need to fix: rtpencoder does not know what it is handling and
20400           errors out
20401
20402 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
20403
20404         * configure.ac:
20405         * ext/sdl/Makefile.am:
20406           Fixed Makefile.am - removed hard coded flags from Makefile.am.
20407           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
20408
20409 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
20410
20411         * Makefile.am:
20412         * configure.ac:
20413         * ext/sdl/Makefile.am:
20414         * ext/sdl/sdlvideosink.c:
20415         * PORTED_09:
20416           Ported to 0.9.
20417
20418 === release 0.9.1 ===
20419
20420 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20421
20422         * configure.ac:
20423         * gst/speed/Makefile.am:
20424         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
20425         * PORTED_09:
20426
20427 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20428
20429         * NEWS:
20430         * README:
20431         * RELEASE:
20432         * configure.ac:
20433         * autogen.sh:
20434           releasing 0.9.1, "Angel Eyes"
20435
20436 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
20437         * examples/gstplay/player.c: (main):
20438         * examples/stats/mp2ogg.c: (main):
20439         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
20440         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
20441         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
20442         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
20443         * ext/dirac/gstdiracdec.cc:
20444         * ext/directfb/directfbvideosink.c:
20445         (gst_directfbvideosink_change_state):
20446         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
20447         * ext/faac/gstfaac.c: (gst_faac_change_state):
20448         * ext/hermes/gsthermescolorspace.c:
20449         (gst_hermes_colorspace_change_state):
20450         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
20451         * ext/jack/gstjack.c: (gst_jack_change_state):
20452         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
20453         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
20454         * ext/libmms/gstmms.c: (gst_mms_change_state):
20455         * ext/mpeg2enc/gstmpeg2enc.cc:
20456         * ext/mplex/gstmplex.cc:
20457         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
20458         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
20459         * ext/nas/nassink.c: (gst_nassink_change_state):
20460         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
20461         (context_state_callback), (gst_polypsink_link):
20462         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20463         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
20464         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
20465         * ext/sndfile/gstsf.c: (gst_sf_change_state):
20466         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20467         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
20468         * ext/xine/xine.c: (gst_xine_change_state):
20469         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
20470         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
20471         * ext/xine/xineinput.c: (gst_xine_input_change_state):
20472         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
20473         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
20474         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
20475         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
20476         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
20477         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
20478         * gst/festival/gstfestival.c: (gst_festival_change_state):
20479         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
20480         * gst/modplug/gstmodplug.cc:
20481         * gst/mpeg1videoparse/gstmp1videoparse.c:
20482         (gst_mp1videoparse_change_state):
20483         * gst/mpegaudioparse/gstmpegaudioparse.c:
20484         (gst_mp3parse_change_state):
20485         * gst/multifilesink/gstmultifilesink.c:
20486         (gst_multifilesink_change_state):
20487         * gst/speed/gstspeed.c: (speed_change_state):
20488         * gst/switch/gstswitch.c: (gst_switch_change_state):
20489         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
20490         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
20491         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
20492         * po/af.po:
20493         * po/az.po:
20494         * po/cs.po:
20495         * po/en_GB.po:
20496         * po/hu.po:
20497         * po/it.po:
20498         * po/nb.po:
20499         * po/nl.po:
20500         * po/or.po:
20501         * po/sq.po:
20502         * po/sr.po:
20503         * po/sv.po:
20504         * po/uk.po:
20505         * po/vi.po:
20506         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
20507         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
20508         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
20509         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
20510         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
20511         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
20512         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
20513         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
20514         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
20515         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
20516         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
20517         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
20518           Fix up all the state change functions.
20519
20520 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20521
20522         * created gst-plugins-bad
20523
20524 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20525
20526         * configure.ac:
20527         * ext/Makefile.am:
20528         * ext/gsm/Makefile.am:
20529         * ext/gsm/gstgsm.c: 
20530         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
20531         * PORTED_09:
20532
20533 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20534
20535         * configure.ac:
20536         * ext/Makefile.am:
20537         * ext/faac/Makefile.am:
20538         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.