gst/mpegdemux/mpegtsparse.c: Fix memleak.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2
3         patch by: Sebastian Pölsterl
4         
5         * gst/mpegdemux/mpegtsparse.c:
6         Fix memleak.
7
8 2008-11-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9
10         based on patch by: Sebastian Pölsterl
11
12         * sys/dvb/gstdvbsrc.c:
13         Fix memleak.
14
15 2008-11-03  Jan Schmidt  <jan.schmidt@sun.com>
16
17         * examples/scaletempo/.cvsignore:
18         Add example to cvs ignores.
19
20 2008-11-03  Jan Schmidt  <jan.schmidt@sun.com>
21
22         * sys/qtwrapper/audiodecoders.c:
23         (open_decoder):
24         Fix mismatched signedness compiler warning.
25
26 2008-11-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
27
28         * gst/speexresample/gstspeexresample.c:
29         (gst_speex_resample_convert_buffer):
30         Add TODO at the top of the file for enabling SSE/ARM specific
31         optimizations and choosing the fastest implementation at runtime.
32
33         Add g_assert_not_reached() at two places that should really never
34         be reached.
35
36 2008-11-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
37
38         * gst/speexresample/gstspeexresample.c:
39         (gst_speex_resample_check_discont):
40         Fix format string and arguments.
41
42         * gst/speexresample/resample_sse.h:
43         Add missing file.
44
45 2008-11-01  Stefan Kost  <ensonic@users.sf.net>
46
47         * ext/resindvd/Makefile.am:
48           Dist the play scripts.
49
50 2008-11-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
51
52         * gst/speexresample/Makefile.am:
53         * gst/speexresample/gstspeexresample.c:
54         (gst_speex_resample_base_init), (gst_speex_resample_get_funcs),
55         (gst_speex_resample_convert_buffer), (_benchmark_int_float),
56         (_benchmark_int_int), (_benchmark_integer_resampling),
57         (plugin_init):
58         * gst/speexresample/gstspeexresample.h:
59         * gst/speexresample/resample.c:
60         * gst/speexresample/speex_resampler_double.c:
61         * gst/speexresample/speex_resampler_float.c:
62         * gst/speexresample/speex_resampler_int.c:
63         * gst/speexresample/speex_resampler_wrapper.h:
64         Add missing headers to Makefile.am.
65
66         Update copyright, years and my mail address.
67
68         Benchmark the integer resampling implementation against the
69         float implementation and use the faster one for 8/16 bit integer
70         input. On most recent systems the floating point version is faster.
71
72 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
73
74         * configure.ac:
75         Use AC_TRY_COMPILE instead of AC_TRY_RUN as the result of the linking
76         is what is interesting, not that it actually runs.
77         Fixes cross-compilation and fixes bug #558639.
78
79 2008-10-30  Michael Smith <msmith@songbirdnest.com>
80
81         * sys/qtwrapper/audiodecoders.c:
82           Add ALAC support.
83           Fix decode of mono AAC files created by itunes.
84           Set output format correctly (don't ask quicktime to
85           resample for us).
86           Use a larger decode buffer to avoid problems with large
87           ALAC packets.
88           Fix decode to loop until we have all output data.
89         * sys/qtwrapper/qtutils.c:
90           Fix includes so we compile on more OSes.
91
92 2008-10-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
93
94         * configure.ac:
95           Require at least Gtk 2.8.0 for the demos (that's the oldest I can
96           test with; I'm fairly certain Gtk 2.0.0 is not good enough any
97           longer); clean up some unused Gtk-related configure cruft.
98
99         * examples/scaletempo/demo-gui.c:
100           Define Gtk 2.12 function to noop when compiling against older Gtk.
101
102 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
103
104         * gst/speexresample/gstspeexresample.c:
105         (gst_speex_resample_convert_buffer):
106         The length for the buffer conversion function is the number of
107         audio frames, i.e. we need to multiply it by the number of channels
108         to get the number of values. Also spotted by the unit test after
109         running in valgrind.
110
111 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
112
113         * tests/check/elements/speexresample.c: (element_message_cb),
114         (eos_message_cb), (test_pipeline), (GST_START_TEST),
115         (speexresample_suite):
116         Add pipeline unit tests for testing all supported formats with
117         up/downsampling and different in/outrates.
118
119         * gst/speexresample/gstspeexresample.c:
120         (gst_speex_resample_push_drain), (gst_speex_resample_process):
121         * gst/speexresample/speex_resampler_wrapper.h:
122         Fix bugs identified by the testsuite.
123
124 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
125
126         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_stop),
127         (gst_speex_resample_get_funcs),
128         (gst_speex_resample_transform_size),
129         (gst_speex_resample_convert_buffer),
130         (gst_speex_resample_push_drain), (gst_speex_resample_process):
131         * gst/speexresample/gstspeexresample.h:
132         * gst/speexresample/speex_resampler_wrapper.h:
133         Add support for int8, int24 and int32 input by converting internally
134         to/from int16 or double.
135
136 2008-10-30  Jan Schmidt  <jan.schmidt@sun.com>
137
138         * ext/resindvd/resindvdsrc.c:
139         * ext/resindvd/resindvdsrc.h:
140         Better fix for #546319 and similar cases by explicitly
141         registering when we're in playing state or not.
142
143 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
144
145         * ext/ladspa/gstladspa.c:
146           Whitespace.
147         * ext/ladspa/gstsignalprocessor.c:
148           Add a FIXME:. not sure if this code does the forwarding correctly.
149
150 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
151
152         * gst/speexresample/Makefile.am:
153         * gst/speexresample/arch.h:
154         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_stop),
155         (gst_speex_resample_get_unit_size), (gst_speex_resample_get_funcs),
156         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
157         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
158         (_gcd), (gst_speex_resample_transform_size),
159         (gst_speex_resample_set_caps), (gst_speex_resample_push_drain),
160         (gst_speex_resample_process), (gst_speex_resample_transform),
161         (gst_speex_resample_query), (gst_speex_resample_set_property):
162         * gst/speexresample/gstspeexresample.h:
163         * gst/speexresample/resample.c:
164         * gst/speexresample/speex_resampler.h:
165         * gst/speexresample/speex_resampler_double.c:
166         * gst/speexresample/speex_resampler_wrapper.h:
167         * tests/check/elements/speexresample.c: (setup_speexresample),
168         (test_perfect_stream_instance), (GST_START_TEST),
169         (test_discont_stream_instance):
170         Add support for double samples as input and refactor the usage
171         of the different compilation flavors of the speex resampler.
172
173 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
174
175         * gst/scaletempo/gstscaletempo.c:
176           Return the result of parent_class->event().
177
178 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
179
180         * gst/audiobuffer/Makefile.am:
181         * gst/audiobuffer/gstaudioringbuffer.c:
182         (gst_int_ring_buffer_acquire), (gst_int_ring_buffer_release),
183         (gst_int_ring_buffer_start), (gst_int_ring_buffer_base_init),
184         (gst_int_ring_buffer_class_init), (gst_int_ring_buffer_init),
185         (gst_int_ring_buffer_new), (gst_audio_ringbuffer_get_type),
186         (gst_audio_ringbuffer_class_init), (gst_audio_ringbuffer_init),
187         (gst_audio_ringbuffer_finalize), (gst_audio_ringbuffer_getcaps),
188         (gst_audio_ringbuffer_setcaps), (gst_audio_ringbuffer_bufferalloc),
189         (gst_audio_ringbuffer_handle_sink_event),
190         (gst_audio_ringbuffer_render), (gst_audio_ringbuffer_chain),
191         (gst_audio_ringbuffer_handle_src_event),
192         (gst_audio_ringbuffer_handle_src_query),
193         (gst_audio_ringbuffer_get_range),
194         (gst_audio_ringbuffer_src_checkgetrange_function),
195         (gst_audio_ringbuffer_sink_activate_push),
196         (gst_audio_ringbuffer_src_activate_push),
197         (gst_audio_ringbuffer_src_activate_pull),
198         (gst_audio_ringbuffer_change_state),
199         (gst_audio_ringbuffer_set_property),
200         (gst_audio_ringbuffer_get_property), (plugin_init):
201         Add first version of an audioringbuffer element that can be inserted in
202         the pipeline to convert push-based upstream into a pull-based
203         downstream.
204
205 2008-10-29  Michael Smith <msmith@songbirdnest.com>
206
207         * gst/aiffparse/aiffparse.c:
208           AIFF is always signed, even for 8 bit.
209
210 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
211
212         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
213         Fix the docs.
214
215 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
216
217         Patch by: Robin Stocker <robin at nibor dot org>
218
219         * gst/real/gstrealvideodec.c: (gst_real_video_dec_setcaps):
220         A RealVideo video inside a container (for example MKV) should use the
221         PAR which is specified on the sinkpad caps. Fixes #558416.
222
223 2008-10-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
224
225         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_start),
226         (gst_speex_resample_get_unit_size),
227         (gst_speex_resample_push_drain), (gst_speex_resample_event),
228         (gst_speex_resample_check_discont), (gst_speex_resample_process),
229         (gst_speex_resample_transform):
230         * gst/speexresample/gstspeexresample.h:
231         Rewrite timestamp tracking to make it more robust and guarantee
232         a continous stream.
233
234         * tests/check/Makefile.am:
235         * tests/check/elements/speexresample.c: (setup_speexresample),
236         (cleanup_speexresample), (fail_unless_perfect_stream),
237         (test_perfect_stream_instance), (GST_START_TEST),
238         (test_discont_stream_instance), (live_switch_alloc_only_48000),
239         (live_switch_get_sink_caps), (live_switch_push),
240         (speexresample_suite):
241         Add unit tests for speexresample based on the audioresample unit tests.
242
243 2008-10-29  Jan Schmidt  <thaytan@noraisin.net>
244
245         * ext/resindvd/resindvdsrc.c:
246         Make sure to start the NAV packet processing when changing
247         state to PLAYING  by passing a flag that indicates the state
248         change is in progress.
249         Fixes: #546319
250
251 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
252
253         * ext/resindvd/resin-play:
254           Remove $@ to fix parse_launch warning
255
256         * ext/resindvd/resin-play2:
257           Add a version that uses deinterlace and xvimagesink.
258           
259
260 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
261
262         * gst/speexresample/gstspeexresample.c:
263         (gst_speex_resample_get_unit_size),
264         (gst_speex_resample_fixate_caps), (gst_speex_resample_init_state),
265         (gst_speex_resample_update_state), (gst_speex_resample_parse_caps),
266         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
267         (gst_speex_resample_push_drain), (gst_speex_resample_event),
268         (gst_speex_resample_check_discont), (gst_speex_fix_output_buffer),
269         (gst_speex_resample_process), (gst_speex_resample_transform),
270         (gst_speex_resample_query), (gst_speex_resample_set_property):
271         * gst/speexresample/gstspeexresample.h:
272         Some random cleanup, add G_LIKELY and friends, use GST_DEBUG_OBJECT
273         instead of GST_DEBUG, ...
274
275 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
276
277         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
278         Implement position query in time format.
279
280 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
281
282         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
283         (gst_flv_demux_loop), (gst_flv_demux_handle_seek_push),
284         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
285         (gst_flv_demux_dispose), (gst_flv_demux_init):
286         * gst/flv/gstflvdemux.h:
287         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
288         (gst_flv_parse_tag_video), (gst_flv_parse_tag_timestamp):
289         Put the GstSegment directly into the instance struct instead of
290         allocating and free'ing it again.
291
292         Push tags already if only one pad was added, no need to wait for
293         the second one.
294
295         When generating our index set has_video and has_audio if we find
296         video or audio in case the FLV header has incorrect data.
297
298 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
299
300         * gst/speexresample/gstspeexresample.c:
301         (gst_speex_resample_class_init), (gst_speex_resample_fixate_caps),
302         (gst_speex_resample_process):
303         Fixate to the nearest supported rate instead of the first one.
304
305 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
306
307         * gst/speexresample/README:
308         * gst/speexresample/arch.h:
309         * gst/speexresample/fixed_arm4.h:
310         * gst/speexresample/fixed_arm5e.h:
311         * gst/speexresample/fixed_bfin.h:
312         * gst/speexresample/fixed_debug.h:
313         * gst/speexresample/fixed_generic.h:
314         * gst/speexresample/resample.c: (compute_func), (main), (sinc),
315         (cubic_coef), (resampler_basic_direct_single),
316         (resampler_basic_direct_double),
317         (resampler_basic_interpolate_single),
318         (resampler_basic_interpolate_double), (update_filter),
319         (speex_resampler_init_frac), (speex_resampler_process_native),
320         (speex_resampler_magic), (speex_resampler_process_float),
321         (speex_resampler_process_int),
322         (speex_resampler_process_interleaved_float),
323         (speex_resampler_process_interleaved_int),
324         (speex_resampler_set_rate_frac), (speex_resampler_skip_zeros),
325         (speex_resampler_reset_mem):
326         * gst/speexresample/speex_resampler.h:
327         Update Speex resampler with latest version from Speex GIT.
328
329 2008-10-27  Michael Smith <msmith@songbirdnest.com>
330
331         * gst/aiffparse/aiffparse.c:
332         * gst/aiffparse/aiffparse.h:
333           Calculate width from depth correctly.
334           Read SSND header properly (fixes 24 bit AIFF reading).
335
336 2008-10-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
337
338         * ext/x264/gstx264enc.c: (gst_x264_enc_init_encoder):
339         Adapt to slightly modified x264 API.  Fixes #555238.
340
341 2008-10-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
342
343         * ext/faac/gstfaac.c: (gst_faac_sink_event):
344         Prevent endless loop if buffer alloc error.
345
346 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
347
348         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
349         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
350         (gst_flv_demux_create_index):
351         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_script),
352         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
353         (gst_flv_parse_tag_timestamp), (gst_flv_parse_tag_type),
354         (gst_flv_parse_header):
355         * gst/flv/gstflvparse.h:
356         Don't memcpy() all data we want to push downstream, instead just
357         create subbuffers and push them downstream.
358
359         Fix some minor memory leaks.
360
361 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
362
363         * configure.ac:
364         Require CVS of core for the last change.
365
366 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
367
368         * gst/flv/Makefile.am:
369         Fix (non-critical) syntax error and add all required CFLAGS and LIBS.
370
371         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
372         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
373         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
374         (gst_flv_parse_tag_timestamp), (gst_flv_parse_tag_type):
375         Rewrite the script tag parsing to make sure we don't try to read
376         more data than we have. Also use GST_READ_UINT24_BE directly and
377         fix some minor memory leaks.
378         This should make all crashes on fuzzed FLV files disappear.
379
380 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
381
382         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
383         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
384         (gst_flv_parse_tag_type), (gst_flv_parse_header):
385         Properly check everywhere that we have enough data to parse and
386         don't read outside the allocated memory region. 
387
388 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
389
390         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
391         (gst_flv_parse_tag_video):
392         If the caps change during playback and negotiation fails error out
393         instead of trying to continue.
394
395 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
396
397         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
398         (gst_flv_mux_request_new_pad), (gst_flv_mux_write_buffer),
399         (gst_flv_mux_collected):
400         * gst/flv/gstflvmux.h:
401         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate):
402         Add support for Speex audio and allow buffers without valid
403         timestamp in the muxer.
404
405 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
406
407         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop),
408         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
409         (gst_flv_demux_handle_seek_pull):
410         Don't post an error message on the bus if sending EOS downstream
411         didn't work. Fixes bug #550454.
412
413         Fix seek event handling to look at the flags of the seek event
414         instead of assuming some random flags, don't send segment-start
415         messages when operating in push mode and push seek events upstream
416         if we couldn't handle them.
417
418 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
419
420         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
421         Error out early if pulling a tag failed.
422
423 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
424
425         * gst/flv/gstflvdemux.c: (gst_flv_demux_create_index),
426         (gst_flv_demux_loop):
427         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_script),
428         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
429         (gst_flv_parse_tag_timestamp):
430         * gst/flv/gstflvparse.h:
431         In pull mode we create our own index before doing anything else
432         and don't use the index provided by some files (which are more than
433         often incorrect and cause failed seeks).
434
435         For push mode we still use the index provided by the file and extend it
436         while doing the playback.
437
438 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
439
440         * gst/flv/gstflvdemux.c: (gst_flv_demux_push_src_event),
441         (gst_flv_demux_loop), (gst_flv_demux_handle_seek_pull),
442         (gst_flv_demux_sink_event):
443         Instead of using gst_pad_event_default() use a small
444         gst_pad_push_event() wrapper that only does what we want and is much
445         more simple.
446
447 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
448
449         * gst/flv/gstflvdemux.c: (gst_flv_demux_change_state),
450         (gst_flv_demux_set_index), (gst_flv_demux_init):
451         * gst/flv/gstflvdemux.h:
452         If our index was created by the element and not provided from the
453         outside we should destroy it when starting a new stream to get
454         all old entries removed.
455
456 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
457
458         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range):
459         Improve debugging a bit when pulling a buffer from upstream fails.
460
461 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
462
463         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
464         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_dispose):
465         * gst/flv/gstflvdemux.h:
466         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
467         (gst_flv_parse_tag_video):
468         Close the currently playing segment from the streaming thread
469         instead of the thread where the seek event is handled.
470
471 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
472
473         Patch by: David Härdeman <david at hardeman dot nu>
474
475         * gst/mpegdemux/mpegtspacketizer.c: (mpegts_packetizer_parse_nit):
476         Add support for the frequency list descriptor, which provides
477         additional frequencies that should be scanned by a DVB application.
478         Fixes bug #557814.
479
480 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
481
482         Patch by: vanista <vanista at gmail dot com>
483
484         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_choose_best_stream):
485         Fix EOS logic by correctly popping the collect pad buffers only
486         when we've chosen to use them instead of popping them always and
487         storing them in a private queue.
488
489         Before the pipeline would deadlock if all pads go EOS at the same
490         time. Fixes bug #557763.
491
492 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
493
494         * configure.ac:
495         Back to development -> 0.10.9.1
496
497 === release 0.10.9 ===
498
499 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
500
501         * configure.ac:
502           releasing 0.10.9, "Matters of fact"
503
504 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
505
506         * configure.ac:
507         Commit 0.10.8.4 pre-release
508
509 2008-10-20  Edward Hervey  <edward.hervey@collabora.co.uk>
510
511         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
512         Fix reverse playback regression.
513         Fixes #557080
514
515 2008-10-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
516
517         * ext/apexsink/gstapexplugin.c: (plugin_init):
518           Set apexsink's rank to NONE so it doesn't get used by
519           autoaudiosink (there's no point really). (#556588)
520
521 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
522
523         * configure.ac:
524         0.10.8.3 pre-release
525
526 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
527
528         Patch by: Josep Torra
529
530         * gst/mpegdemux/gstmpegtsdemux.c:
531         * gst/mpegdemux/gstmpegtsdemux.h:
532         Properly handle some resync cases in the optimised
533         buffering strategy.
534
535 2008-10-16  Michael Smith <msmith@songbirdnest.com>
536         * sys/acmenc/Makefile.am:
537           Remove incorrect use of DIRECTSOUND_LDFLAGS
538
539 2008-10-16  Sebastian Dröge  <slomo@circular-chaos.org>
540
541         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
542         (gst_flv_mux_write_buffer):
543         Don't set video_codec to the value that actually should go
544         into audio codec, otherwise we create invalid files.
545         Fixes bug #556564.
546
547 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
548
549         * tests/check/Makefile.am:
550         Leave apexsink out of the states test.
551
552 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
553
554         * gst/rtpmanager/gstrtpjitterbuffer.c:
555         (gst_jitter_buffer_sink_parse_caps),
556         (gst_rtp_jitter_buffer_flush_start),
557         (gst_rtp_jitter_buffer_flush_stop), (gst_rtp_jitter_buffer_chain),
558         (gst_rtp_jitter_buffer_loop):
559         Fix problem with using the output seqnum counter to check for input
560         seqnum discontinuities.
561         Improve gap detection and recovery, reset and flush the jitterbuffer on
562         seqnum restart. Fixes #556520.
563
564         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert):
565         Fix wrong G_LIKELY.
566
567 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
568
569         * configure.ac:
570         Commit 0.10.8.2 pre-release bump, that actually went out in a
571         tarball on 2008-10-11
572
573 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
574
575         * gst/rtpmanager/gstrtpsession.c:
576         (gst_rtp_session_event_send_rtcp_src), (create_send_rtcp_src):
577         Install event handler on the rtcp_src pad, make LATENCY event return
578         TRUE. Fixes #556338.
579
580 2008-10-16  Edward Hervey  <edward.hervey@collabora.co.uk>
581
582         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
583         Make sure the mpegpsdemux element creates valid newsegment events.
584         Fixes #556428
585
586 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
587
588         patch by: Sebastian Pölsterl
589         
590         * gst/mpegdemux/mpegtspacketizer.c:
591         Fixes segfault in get_encoding_and_convert.
592         Fixes #556482
593
594 2008-10-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
595
596         patch by: Josep Torra
597
598         * gst/mpegdemux/gstmpegtsdemux.c:
599         Fixes a segfault in the adaptation buffer size strategy.
600         Fixes #556440
601
602 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
603
604         * gst/selector/gstinputselector.c: (gst_input_selector_event),
605         (gst_input_selector_query):
606         Gracefully handle the cases when we dont' have otherpad.
607         Fixes #556430
608
609 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
610
611         * gst/aiffparse/aiffparse.c: (plugin_init):
612         Fix debugging category initialization.
613         Fixes #556274   
614
615 2008-10-14  Jan Schmidt  <jan.schmidt@sun.com>
616
617         * ext/apexsink/gstapexsink.c:
618         Fix some more format string compiler warnings (from OS/X)
619
620 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
621
622         * ext/apexsink/gstapexraop.c: (gst_apexraop_connect),
623         (gst_apexraop_set_volume):
624         Fix format string compiler warnings.
625
626 2008-10-12  Jan Schmidt  <jan.schmidt@sun.com>
627
628         * sys/oss4/oss4-mixer.c:
629         * sys/oss4/oss4-sink.c:
630         * sys/oss4/oss4-source.c:
631         Add some spaces in translateable strings.
632         Fixes: #555969 #555968 #555965
633
634 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
635
636         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag),
637         (gst_flv_demux_pull_header):
638         Fix regression of handling flow returns in pull mode.
639         Fixes bug #556003.
640
641 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
642
643         * ext/Makefile.am:
644         Add apexsink to SUBDIRS. Fixes bug #555912.
645
646 2008-10-11  Jan Schmidt  <jan.schmidt@sun.com>
647
648         * tests/check/pipelines/metadata.c:
649         Make the metadata test not fail when jpegenc isn't available....
650         as it isn't here, because it's not in this module, and
651         therefore not in the plugin path when the check runs.
652
653 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
654
655         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
656         (gst_flv_parse_tag_video):
657         Use gst_pad_alloc_buffer_and_set_caps() to make sure we get
658         a buffer with caps that we can work with (i.e. the pad's caps).
659
660         Add non-keyframe video frames to the index too but without the
661         keyframe flag.
662
663         Add audio frames to the index only if we have no video stream.
664
665 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
666
667         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
668         (gst_flv_parse_tag_video):
669         Create pads from the pad templates, use fixed caps on them
670         and only activate them after the caps are set.
671
672 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
673
674         * configure.ac:
675         Disable flacparse for this release as it's too buggy.
676
677 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
678
679         * gst/flacparse/gstbaseparse.c (gst_base_parse_push_buffer),
680         (gst_base_parse_update_upstream_durations):
681         Fix compiler warning on OS/X about parameters not matching
682         the debug format string.
683
684 2008-10-09  Sebastian Dröge  <slomo@circular-chaos.org>
685
686         * gst/deinterlace2/tvtime/tomsmocomp.c:
687         (gst_deinterlace_method_tomsmocomp_class_init):
688         Fix unused variable compiler warning when not building
689         X86 assembly.
690
691 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
692
693         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop):
694         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_timestamp):
695         * gst/flv/gstflvparse.h:
696         Get an approximate duration of the file by looking at the timestamp
697         of the last tag in pull mode. If we get (maybe better) duration from
698         metadata later we'll use that instead.
699
700 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
701
702         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range),
703         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header):
704         Refactor _pull_range() logic with checks into a seperate function
705         to make things a bit more readable.
706
707 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
708
709         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
710         (gst_flv_demux_base_init):
711         Use gst_element_class_set_details_simple().
712
713         If we get GST_FLOW_NOT_LINKED in the parse loop but at least
714         one of the pads is linked continue the loop.
715
716 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
717
718         * ext/amrwb/gstamrwbenc.c:
719         * ext/amrwb/gstamrwbenc.h:
720           Pass the discont flag from the input buffer on to the output buffer in
721           the AMR encoder.
722
723 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
724
725         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
726         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate):
727         Correct caps for video codec id 5: It's On2 VP6 with alpha channel
728         which needs a different decoder and has different caps.
729
730         Add support for audio codec id 14, which is MP3 with 8kHz sampling
731         rate.
732
733         Fix endianness and signedness for raw audio codec ids.
734
735         Add support for alaw and mulaw audio.
736
737 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
738
739         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain):
740         Go out of the parse loop as soon as we get an error instead
741         of parsing until the GstAdapter is empty.
742
743         Add some explanations about the header and tag size.
744
745         Don't print synchronizing message if everything is fine.
746
747 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
748
749         * gst/flv/Makefile.am:
750         * gst/flv/gstflvdemux.c: (plugin_init):
751         * gst/flv/gstflvmux.c: (gst_flv_mux_base_init),
752         (gst_flv_mux_class_init), (gst_flv_mux_init),
753         (gst_flv_mux_finalize), (gst_flv_mux_reset),
754         (gst_flv_mux_handle_src_event), (gst_flv_mux_handle_sink_event),
755         (gst_flv_mux_video_pad_setcaps), (gst_flv_mux_audio_pad_setcaps),
756         (gst_flv_mux_request_new_pad), (gst_flv_mux_release_pad),
757         (gst_flv_mux_write_header), (gst_flv_mux_write_buffer),
758         (gst_flv_mux_collected), (gst_flv_mux_change_state):
759         * gst/flv/gstflvmux.h:
760         Add first version of a FLV muxer. The only missing feature is writing
761         of stream metadata.
762
763 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
764
765         * ext/amrwb/gstamrwbparse.c:
766         * ext/amrwb/gstamrwbparse.h:
767           Add flush seek handler. Taken from recent armnbparse changes.
768           Sync the code more and use #defines for HEADER.
769
770 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
771
772         * ext/amrwb/gstamrwbparse.c:
773         * ext/amrwb/gstamrwbparse.h:
774           Fix the duration query. Also set caps on the pads and buffers more
775           correctly. Taken from recent armnbparse changes.
776
777 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
778
779         * gst/mpegdemux/gstmpegdemux.c:
780         * gst/mpegdemux/gstmpegtsdemux.c:
781         Add Fluendo to the Long Name.
782
783 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
784
785         * configure.ac:
786         * gst-plugins-bad.spec.in:
787         * gst/mpegdemux/Makefile.am:
788         * gst/mpegdemux/flumpegdemux.c:
789         * gst/mpegdemux/gstmpegdesc.c:
790         * gst/mpegdemux/gstmpegdesc.h:
791         * gst/mpegdemux/mpegtspacketizer.c:
792         * gst/mpegdemux/mpegtspacketizer.h:
793         * gst/mpegdemux/mpegtsparse.c:
794         * gst/mpegdemux/mpegtsparse.h:
795         Move of mpegtsparse to mpegdemux.
796         Fixes #555193.
797
798 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
799
800         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data),
801         (gst_flups_demux_parse_pack_start):
802         Prevent a division by zero if last mux rate was zero.
803
804         If we're going to send a NEWSEGMENT event but the segment start
805         and the current buffer timestamp differ by more than a second we
806         will start the NEWSEGMENT at the buffer timestamp.
807
808         This fixes playback of the tv2-1_25.mpg file, which has 0 as first SCR
809         but the first PTS are around 1 hour and 40 minutes.
810
811         Fixes bug #553755.
812
813 2008-10-07  Jan Schmidt  <jan.schmidt@sun.com>
814
815         * ext/resindvd/resindvdsrc.c:
816         Fix next/prev chapter seeking at the beginning or end.
817         Use 64-bit scaling utility functions for converting MPEG
818         timestamps.
819
820 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
821
822         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
823
824         * gst/rtpmanager/gstrtpbin-marshal.list:
825         Add marshaller for new action signal.
826
827         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session),
828         (gst_rtp_bin_class_init):
829         * gst/rtpmanager/gstrtpbin.h:
830         Add action signal to retrieve the internal RTPSession object.
831
832         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
833         (gst_rtp_session_get_property), (gst_rtp_session_release_pad):
834         Add property to access the internal RTPSession object.
835
836         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
837         (check_collision):
838         * gst/rtpmanager/rtpsession.h:
839         Add action signal to retrieve an RTPSource object by SSRC. 
840         See #555396.
841
842 2008-10-07  Stefan Kost  <ensonic@users.sf.net>
843
844         * gst/selector/gstoutputselector.c:
845           Choose right pad for sending events. Fixes #555244
846
847 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
848
849         * gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
850         (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
851         (remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
852         (gst_rtp_bin_release_pad):
853         Release pads of the session manager.
854         Start implementing releasing pads of gstrtpbin.
855
856         * gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
857         (remove_recv_rtcp_sink), (remove_send_rtp_sink),
858         (remove_send_rtcp_src), (gst_rtp_session_release_pad):
859         Implement releasing pads in gstrtpsession.
860
861 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
862
863         * gst/rtpmanager/gstrtpjitterbuffer.c:
864         (gst_jitter_buffer_sink_parse_caps):
865         Only update the seqnum-base when it was not already configured for the
866         streams.
867
868 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
869
870         * configure.ac
871         * ext/metadata/README:
872         * ext/metadata/metadataexif.c:
873         * ext/metadata/metadatatags.c:
874         * ext/metadata/metadatatags.h:
875           Start using core geo tags (bump req). Fix handling of location
876           references.
877
878         * tests/check/Makefile.am:
879           Sort blacklisted elements and remove moved ones. Add new test.
880
881         * tests/check/pipelines/metadata.c:
882           Add first tests for metadata element.
883
884         * tests/icles/metadata_editor.c:
885           Move free to correct place.
886
887 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
888
889         * tests/check/generic/states.c:
890           Stop test on state-change error. Should be applied on other modules if
891           we agree that it makes sense.
892
893 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
894
895         * gst/mpegtsparse/mpegtsparse.c:
896         Actually copy the structure passed in when assigning it because
897         it gets freed straight after the function call.
898         Re: pat_info and pmt_info GstStructures.
899
900 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
901
902         Patch by: Josep Torra
903
904         * gst/mpegdemux/gstmpegtsdemux.c:
905         Fix wrong firing of critical introduced by previous optimisation.
906
907 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
908
909         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
910         Warn and clamp to max bitrate for samplerate.
911         Fixes #550486.
912
913 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
914
915         * gst/mpegtsparse/mpegtsparse.c:
916         Fix possible crash where pat is pointing to a freed structure.
917
918 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
919
920         * ext/metadata/README:
921         * ext/metadata/metadataexif.c:
922         * ext/metadata/metadatatags.c:
923         * ext/metadata/metadatatags.h:
924           Use core gps tags.
925
926 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
927
928         * ext/metadata/metadata_mapping.htm:
929         * ext/metadata/metadataxmp.c:
930         * ext/metadata/Makefile.am:
931           Add mapping of format and mime type to xmp.
932
933 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
934
935         * ext/metadata/README:
936         * ext/metadata/metadataexif.c:
937         * ext/metadata/metadatatags.c:
938         * ext/metadata/metadatatags.h:
939           Reverting. Will need to wait for core 0.10.21 release.
940
941 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
942
943         * ext/metadata/README:
944         * ext/metadata/metadataexif.c:
945         * ext/metadata/metadatatags.c:
946         * ext/metadata/metadatatags.h:
947           Use core gps tags.
948
949 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
950
951         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
952         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
953         (gst_base_parse_change_state), (gst_base_parse_set_index),
954         (gst_base_parse_get_index):
955         Add support for GstIndex.
956
957 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
958
959         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
960         (gst_base_parse_push_buffer),
961         (gst_base_parse_update_upstream_durations),
962         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
963         * gst/flacparse/gstbaseparse.h:
964         Provide a vfunc for the subclass to decide whether a frame is inside
965         the segment or not and add a default implementation.
966
967         Fix approximate bitrate calculations.
968
969 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
970
971         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
972         (gst_base_parse_init), (gst_base_parse_push_buffer),
973         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
974         (gst_base_parse_loop), (gst_base_parse_activate),
975         (gst_base_parse_convert), (gst_base_parse_query):
976         Approximate the average bitrate, duration and size if possible
977         and add a default conversion function which uses this for
978         time<->byte conversions.
979
980         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
981         Fix parsing if upstream gives -1 as duration.
982
983 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
984
985         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
986         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
987         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
988         Ref the rtpsource object before we release the session lock when we emit
989         the signals.
990
991 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
992
993         * sys/Makefile.am:
994         * sys/wasapi/Makefile.am:
995         * sys/wasapi/gstwasapi.c:
996         * sys/wasapi/gstwasapisink.c:
997         * sys/wasapi/gstwasapisink.h:
998         * sys/wasapi/gstwasapisrc.c:
999         * sys/wasapi/gstwasapisrc.h:
1000         * sys/wasapi/gstwasapiutil.c:
1001         * sys/wasapi/gstwasapiutil.h:
1002         New plugin for audio capture and playback using Windows Audio Session
1003         API (WASAPI) available with Vista and newer (#520901).
1004
1005         Comes with hardcoded caps and obviously needs lots of love. Haven't
1006         had time to work on this code since it was written, was initially just
1007         a quick experiment to play around with this new API.
1008
1009 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1010
1011         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
1012           (AudioFakeSink.DoRenderSample):
1013         Fix a couple of signed/unsigned comparison warnings.
1014
1015 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1016
1017         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
1018         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
1019         Use the _T() macro to support both Unicode and MBCS.
1020
1021 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1022
1023         * ext/libmms/gstmms.c (plugin_init):
1024         Fix return type of the GstURIHandler::get_type() implementation.
1025
1026 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1027
1028         * configure.ac:
1029         * gst/flacparse/Makefile.am:
1030         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
1031         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
1032         (gst_base_parse_finalize), (gst_base_parse_class_init),
1033         (gst_base_parse_init), (gst_base_parse_check_frame),
1034         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
1035         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
1036         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
1037         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
1038         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
1039         (gst_base_parse_chain), (gst_base_parse_pull_range),
1040         (gst_base_parse_loop), (gst_base_parse_sink_activate),
1041         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
1042         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
1043         (gst_base_parse_set_min_frame_size),
1044         (gst_base_parse_get_querytypes), (gst_base_parse_query),
1045         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
1046         * gst/flacparse/gstbaseparse.h:
1047         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
1048         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
1049         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
1050         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
1051         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
1052         (gst_bit_reader_skip_to_byte):
1053         * gst/flacparse/gstbitreader.h:
1054         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
1055         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
1056         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
1057         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
1058         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
1059         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
1060         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
1061         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
1062         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
1063         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
1064         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
1065         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
1066         * gst/flacparse/gstbytereader.h:
1067         * gst/flacparse/gstflac.c: (plugin_init):
1068         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
1069         (gst_flac_parse_class_init), (gst_flac_parse_init),
1070         (gst_flac_parse_finalize), (gst_flac_parse_start),
1071         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
1072         (gst_flac_parse_check_valid_frame),
1073         (gst_flac_parse_handle_streaminfo),
1074         (gst_flac_parse_handle_vorbiscomment),
1075         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
1076         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
1077         (gst_flac_parse_parse_frame):
1078         * gst/flacparse/gstflacparse.h:
1079         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
1080         that will be added to libgstbase later.
1081
1082         The FLAC parser is currently not 100% bug free and fails to get the
1083         correct frame size for some frames in some streams.
1084
1085 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1086
1087         * ext/resindvd/gstmpegdemux.c:
1088         * ext/resindvd/gstmpegdemux.h:
1089         * ext/resindvd/resindvdbin.c:
1090         * ext/resindvd/resindvdsrc.c:
1091         * ext/resindvd/rsnstreamselector.c:
1092         Add in Title/Chapter seeking, and simple but buggy audio
1093         and subtitle stream selection.
1094
1095 2008-09-24  Michael Smith <msmith@songbirdnest.com>
1096
1097         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
1098         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1099         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
1100         * sys/dshowdecwrapper/gstdshowutil.cpp:
1101         * sys/dshowdecwrapper/gstdshowutil.h:
1102         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
1103         * sys/dshowdecwrapper/gstdshowvideodec.h:
1104           Prefer known-good filters, create directly by GUID if possible,
1105           fall back to creating highest-merit filter otherwise.
1106           Fixes playback with random dshow filters installed in some
1107           cases.
1108
1109 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1110
1111         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
1112         (rtp_jitter_buffer_get_sync):
1113         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
1114         (session_cleanup):
1115         * gst/rtpmanager/rtpsource.c:
1116         Fix some docs.
1117
1118 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1119
1120         Patch from: Josep Torra
1121
1122         * gst/mpegdemux/gstmpegtsdemux.c:
1123         * gst/mpegdemux/gstmpegtsdemux.h:
1124         Use a preallocated buffer per stream for PES packets sent on src pads.
1125         Adaptively adjust buffer size appropriately.
1126
1127 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1128
1129         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
1130           (gst_neonhttp_src_send_request_and_redirect):
1131           Clean up the debug logging code and #ifdef mess a bit: whether or not
1132           gstreamer debug messages should be output should not depend on an
1133           element property; also, GST_ELEMENT_ERROR will leave a line in the log
1134           already, so merge the more useful debug log messages with the less useful
1135           error debug strings.
1136
1137 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1138
1139         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
1140           Don't post LIBRARY_INIT errors where we should be posting
1141           RESOURCE OPEN_READ errors. Fixes #552506.
1142
1143 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1144
1145         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
1146         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
1147         Fix compiler warnings on OS/X
1148
1149 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1150
1151         patch by: Michael Krufky
1152
1153         * sys/dvb/gstdvbsrc.c:
1154         Add adapter_name for bus message in ATSC case. Fixes #552536.
1155
1156 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
1157
1158         * ext/celt/gstceltenc.h:
1159           Help gtk-doc to parse this correctly.
1160
1161         * gst/pcapparse/gstpcapparse.c:
1162           Add missing include.
1163
1164 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
1165
1166         * examples/Makefile.am:
1167           Only built scaletempo example if we have gtk.
1168
1169 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1170
1171         * gst/rtpmanager/gstrtpbin.c: (create_session),
1172         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
1173         Do not try to adjust the offset of streams for which we have not yet
1174         seen an SR packet. Avoids large ts-offsets in some cases.
1175
1176 2008-09-10  Michael Smith <msmith@songbirdnest.com>
1177
1178         * sys/dshowdecwrapper/Makefile.am:
1179         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1180         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
1181         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1182         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
1183         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
1184         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
1185         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
1186         * sys/dshowdecwrapper/gstdshowfakesrc.h:
1187         * sys/dshowdecwrapper/gstdshowutil.cpp:
1188         * sys/dshowdecwrapper/gstdshowutil.h:
1189         * sys/dshowdecwrapper/gstdshowvideodec.c:
1190         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
1191         * sys/dshowdecwrapper/gstdshowvideodec.h:
1192           Major rewrite of dshowdecwrapper. Converts code to
1193           C++, moves to direct use of DirectShow base classes,
1194           make a lot of code clearer, simplify, etc.
1195           Fix decode of MP3 on Vista by working around an apparent
1196           bug in the decoder.
1197
1198 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1199
1200         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
1201           gst_ks_clock_start):
1202           Synchronize KS clock as a single-shot operation for now, there's not
1203           much point in doing it periodically until we're actually using the
1204           KS timestamps for anything else than just discarding old frames.
1205         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
1206           Provide the GstClock when opening the device if we already have one.
1207
1208 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1209
1210         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
1211           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
1212           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
1213           gst_ks_video_device_read_frame):
1214           Guard against capturing old frames by keeping track of the last
1215           timestamp and also zero-fill the buffers before each capture.
1216           Only assign a master clock if the pin hasn't already got one.
1217           Actually free buffers on the way down to avoid a huge memory leak,
1218           as this was previously done when changing state to ACQUIRE downwards
1219           and we now skip that state on the way down.
1220           Add some debug.
1221         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
1222           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
1223           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
1224           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
1225           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
1226           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
1227           device_index, running, worker_thread, worker_lock,
1228           worker_notify_cond, worker_result_cond, worker_state,
1229           worker_pending_caps, worker_setcaps_result, worker_pending_run,
1230           worker_run_result, gst_ks_video_src_reset,
1231           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
1232           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
1233           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
1234           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
1235           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
1236           gst_ks_video_src_create):
1237           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
1238           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
1239           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
1240           behavior. As an added bonus we usually get PresentationTime set for
1241           each frame, so we can expand on this later for smarter latency
1242           reporting (by looking at the diff between the timestamp from the
1243           driver and the time according to the GStreamer clock).
1244           Use an internal worker thread for opening the device, setting caps,
1245           changing its state and closing it. This way we're a lot more
1246           compatible with drivers that rely on hacks to do video-effects
1247           between the low-level NT API and the application. Ick.
1248           Start the ks clock and set the pin to KSSTATE_RUN on the first
1249           create() so that we'll hopefully get hold of the GStreamer clock
1250           from the very beginning. This way there's no chance that the
1251           timestamps will make a sudden jump in the beginning of the stream
1252           when we're running with a clock.
1253         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
1254           ks_options_flags_to_string):
1255           Reorder the flags to match the headerfile order, and make the string
1256           a bit more compact.
1257         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
1258           Avoid leaking KSPROPERTY_PIN_DATARANGES.
1259
1260 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1261
1262         * configure.ac:
1263         * ext/Makefile.am:
1264         * ext/jp2k/Makefile.am:
1265         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
1266         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
1267         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
1268         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
1269         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
1270         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
1271         (plugin_init):
1272         * ext/jp2k/gstjasperdec.h:
1273         Add jp2k plugin.  Fixes #550657.
1274
1275 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1276
1277         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
1278         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
1279         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
1280         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
1281         (gst_fluts_demux_plugin_init):
1282         Fix conflicting public names in new mpeg demuxers.
1283         Fixes #550468
1284
1285 2008-09-08  Michael Smith <msmith@songbirdnest.com>
1286
1287         * gst/aiffparse/aiffparse.c:
1288           Support chunks in AIFF in any order in pull mode, and any order so
1289           long as we get COMM before the actual data (SSND) in push mode.
1290           Fixes playback of AIFC files.
1291
1292 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1293
1294         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
1295         (gst_input_selector_reset), (gst_input_selector_change_state):
1296         Reset the selector state when going to READY.
1297
1298 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1299
1300         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
1301         (create_session), (gst_rtp_bin_associate),
1302         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
1303         (gst_rtp_bin_request_new_pad):
1304         * gst/rtpmanager/gstrtpbin.h:
1305         Add signal to notify listeners when a sender becomes a receiver.
1306         Tweak lip-sync code, don't store our own copy of the ts-offset of the
1307         jitterbuffer, don't adjust sync if the change is less than 4msec.
1308         Get the RTP timestamp <-> GStreamer timestamp relation directly from
1309         the jitterbuffer instead of our inaccurate version from the source.
1310
1311         * gst/rtpmanager/gstrtpjitterbuffer.c:
1312         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
1313         (gst_rtp_jitter_buffer_get_sync):
1314         * gst/rtpmanager/gstrtpjitterbuffer.h:
1315         Add G_LIKELY macros, use global defines for max packet reorder and
1316         dropouts.
1317         Reset the jitterbuffer clock skew detection when packets seqnums are
1318         changed unexpectedly.
1319
1320         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
1321         (gst_rtp_session_class_init), (gst_rtp_session_init):
1322         * gst/rtpmanager/gstrtpsession.h:
1323         Add sender timeout signal.
1324
1325         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
1326         (calculate_skew), (rtp_jitter_buffer_insert),
1327         (rtp_jitter_buffer_get_sync):
1328         * gst/rtpmanager/rtpjitterbuffer.h:
1329         Add some G_LIKELY macros.
1330         Keep track of the extended RTP timestamp so that we can report the RTP
1331         timestamp <-> GStreamer timestamp relation for lip-sync.
1332         Remove server timestamp gap detection code, the server can sometimes
1333         make a huge gap in timestamps (talk spurts,...) see #549774.
1334         Detect timetamp weirdness instead by observing the sender/receiver
1335         timestamp relation and resync if it changes more than 1 second.
1336         Add method to report about the current rtp <-> gst timestamp relation
1337         which is needed for lip-sync.
1338
1339         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
1340         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
1341         (session_cleanup):
1342         * gst/rtpmanager/rtpsession.h:
1343         Add sender timeout signal.
1344         Remove inaccurate rtp <-> gst timestamp relation code, the
1345         jitterbuffer can now do an accurate reporting about this.
1346
1347         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
1348         (rtp_source_update_caps), (calculate_jitter),
1349         (rtp_source_process_rtp):
1350         * gst/rtpmanager/rtpsource.h:
1351         Remove inaccurate rtp <-> gst timestamp relation code.
1352
1353         * gst/rtpmanager/rtpstats.h:
1354         Define global max-reorder and max-dropout constants for use in various
1355         subsystems.
1356
1357 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1358
1359         patch by: Sebastian Pölsterl
1360
1361         * sys/dvb/gstdvbsrc.c:
1362         Add DVB Adapter name to structure sent over bus.
1363
1364 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
1365
1366         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
1367         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
1368         Fix build on macosx.
1369
1370 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1371
1372         * configure.ac:
1373         * gst/mpegdemux/Makefile.am:
1374         * gst/mpegdemux/flumpegdemux.c:
1375         * gst/mpegdemux/flutspatinfo.c:
1376         * gst/mpegdemux/flutspatinfo.h:
1377         * gst/mpegdemux/flutspmtinfo.c:
1378         * gst/mpegdemux/flutspmtinfo.h:
1379         * gst/mpegdemux/flutspmtstreaminfo.c:
1380         * gst/mpegdemux/flutspmtstreaminfo.h:
1381         * gst/mpegdemux/gstmpegdefs.h:
1382         * gst/mpegdemux/gstmpegdemux.c:
1383         * gst/mpegdemux/gstmpegdemux.h:
1384         * gst/mpegdemux/gstmpegdesc.c:
1385         * gst/mpegdemux/gstmpegdesc.h:
1386         * gst/mpegdemux/gstmpegtsdemux.c:
1387         * gst/mpegdemux/gstmpegtsdemux.h:
1388         * gst/mpegdemux/gstpesfilter.c:
1389         * gst/mpegdemux/gstpesfilter.h:
1390         * gst/mpegdemux/gstsectionfilter.c:
1391         * gst/mpegdemux/gstsectionfilter.h:
1392         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
1393         is now dual licensed MPL and LGPL.
1394
1395 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1396
1397         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
1398         Set caps on outgoing buffers.
1399
1400 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1401
1402         * ext/resindvd/plugin.c: (plugin_init):
1403         * ext/resindvd/resindvdsrc.c:
1404         * ext/twolame/gsttwolame.c: (plugin_init):
1405         * gst/aiffparse/aiffparse.c: (plugin_init):
1406           Enable/fix up translations for these plugins.
1407
1408         * po/LINGUAS:
1409           Add 'ca' to LINGUAS.
1410
1411         * po/POTFILES.in:
1412         * po/POTFILES.skip:
1413           Add more files for translation and more files which tools
1414           should skip.
1415
1416 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
1417
1418         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
1419         Fix build on macosx.
1420
1421 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1422
1423         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1424         Allocate a fixed size buffer on the stack instead of using malloc().
1425
1426         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
1427         (tsmux_program_new), (tsmux_program_free):
1428         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1429         (tsmux_stream_free), (tsmux_stream_consume),
1430         (tsmux_stream_add_data):
1431         Use GSlice.
1432
1433 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1434
1435         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
1436         Add support for muxing MPEG4 video.
1437
1438 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1439
1440         * gst/mpegtsmux/tsmux/tsmux.h:
1441         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1442         Fix build of mpegtsmux.
1443         
1444 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1445
1446         * configure.ac:
1447         * gst/mpegtsmux/Makefile.am:
1448         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
1449         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
1450         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
1451         (release_buffer_cb), (mpegtsmux_create_stream),
1452         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
1453         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
1454         (mpegtsmux_release_pad), (new_packet_cb),
1455         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
1456         (plugin_init):
1457         * gst/mpegtsmux/mpegtsmux.h:
1458         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1459         * gst/mpegtsmux/mpegtsmux_aac.h:
1460         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
1461         * gst/mpegtsmux/mpegtsmux_h264.h:
1462         * gst/mpegtsmux/tsmux/Makefile.am:
1463         * gst/mpegtsmux/tsmux/crc.h:
1464         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
1465         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
1466         (tsmux_program_new), (tsmux_set_pmt_frequency),
1467         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
1468         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
1469         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
1470         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
1471         (tsmux_write_stream_packet), (tsmux_program_free),
1472         (tsmux_write_section), (tsmux_write_section_hdr),
1473         (tsmux_write_pat), (tsmux_write_pmt):
1474         * gst/mpegtsmux/tsmux/tsmux.h:
1475         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
1476         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1477         (tsmux_stream_get_pid), (tsmux_stream_free),
1478         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
1479         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
1480         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
1481         (tsmux_stream_pes_header_length),
1482         (tsmux_stream_find_pts_dts_within),
1483         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
1484         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
1485         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
1486         (tsmux_stream_get_pts):
1487         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1488         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
1489         is renamed to mpegtsmux to prevent conflicts. Also all relevant
1490         informations about copyright and license are added to the top of
1491         every file but apart from that no changes compared to the latest
1492         SVN versions happened.
1493
1494 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1495
1496         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1497         (gst_input_selector_event), (gst_input_selector_query):
1498         Reuse the get_linked_pads for both source and sinkpads because they are
1499         the same.
1500         Implement a custum event handler and get the internally linked pad
1501         directly instead of relying on the default (slower) implementation.
1502
1503 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1504
1505         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
1506         Correctly take the granulepos from upstream if possible and
1507         correctly handle the granulepos in various calculations: the
1508         granulepos is the sample number of the _last_ sample in a frame, not
1509         the first. 
1510
1511         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
1512         (gst_celt_enc_encode), (gst_celt_enc_chain),
1513         (gst_celt_enc_change_state):
1514         * ext/celt/gstceltenc.h:
1515         Handle non-zero start timestamps in the encoder and detect/handle
1516         stream discontinuities. Fixes bug #547075.
1517
1518 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1519
1520         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
1521
1522         * configure.ac:
1523         * docs/plugins/Makefile.am:
1524         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1525         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1526         * docs/plugins/inspect/plugin-scaletempo.xml:
1527         * examples/scaletempo/Makefile.am:
1528         * examples/scaletempo/demo-gui.c: (pop_status_bar),
1529         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
1530         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
1531         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
1532         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
1533         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
1534         (demo_gui_do_play_pause), (demo_gui_do_open_file),
1535         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
1536         (demo_gui_do_about_dialog), (demo_gui_do_quit),
1537         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
1538         (demo_gui_request_set_search), (demo_gui_rate_changed),
1539         (demo_gui_playing_started), (demo_gui_playing_paused),
1540         (demo_gui_playing_ended), (demo_gui_player_errored),
1541         (demo_gui_stride_changed), (demo_gui_overlap_changed),
1542         (demo_gui_search_changed), (demo_gui_set_player_func),
1543         (demo_gui_set_playlist_func), (build_gvalue_array),
1544         (create_action), (demo_gui_show_func), (demo_gui_set_player),
1545         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
1546         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
1547         (demo_gui_get_type):
1548         * examples/scaletempo/demo-gui.h:
1549         * examples/scaletempo/demo-main.c: (handle_error_message),
1550         (handle_quit), (main):
1551         * examples/scaletempo/demo-player.c: (no_pipeline),
1552         (demo_player_event_listener), (demo_player_state_changed_cb),
1553         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
1554         (demo_player_scale_rate_func), (demo_player_set_rate_func),
1555         (_set_state_and_wait), (demo_player_load_uri_func),
1556         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
1557         (demo_player_seek_by_func), (demo_player_seek_to_func),
1558         (demo_player_get_position_func), (demo_player_get_duration_func),
1559         (demo_player_scale_rate), (demo_player_set_rate),
1560         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
1561         (demo_player_seek_by), (demo_player_seek_to),
1562         (demo_player_get_position), (demo_player_get_duration),
1563         (demo_player_get_property), (demo_player_set_property),
1564         (demo_player_init), (demo_player_class_init),
1565         (demo_player_get_type):
1566         * examples/scaletempo/demo-player.h:
1567         * gst/scaletempo/Makefile.am:
1568         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
1569         (best_overlap_offset_s16), (output_overlap_float),
1570         (output_overlap_s16), (fill_queue), (reinit_buffers),
1571         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
1572         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
1573         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
1574         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
1575         (gst_scaletempo_init):
1576         * gst/scaletempo/gstscaletempo.h:
1577         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
1578         Add scaletempo plugin, which allows to scale the speed of audio without
1579         changing the pitch by handling seeks with a rate!=1.0.
1580         Integrate it into the docs and add the example application for it.
1581         Fixes bug #537700.
1582
1583 2008-08-30  David Schleef  <ds@schleef.org>
1584
1585         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
1586
1587 2008-08-29  David Schleef  <ds@schleef.org>
1588
1589         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
1590           object disposal.  Handle 4:2:2 and 4:4:4 video.
1591
1592 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1593
1594         * ext/resindvd/resindvdbin.c:
1595         Fix compiler warning on Forte.
1596
1597 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1598
1599         * configure.ac:
1600         Commit FIONREAD check, needed for the dccp src.
1601
1602 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
1603
1604         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
1605         (gst_faac_chain), (gst_faac_change_state):
1606         * ext/faac/gstfaac.h:
1607         Add code for calculating proper timestamp/duration for the trailing
1608         encoded buffers that faac will output when receiving EOS.
1609
1610 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1611
1612         * configure.ac:
1613         Fix CFLAGS and LIBS for the apexsink.
1614
1615 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1616
1617         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
1618           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
1619
1620 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
1621
1622         * gst/dccp/gstdccp.c:
1623         * gst/dccp/gstdccpclientsrc.c:
1624         Fix compilation on Solaris by including filio.h as needed.
1625
1626         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1627         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1628         Fix compilation with Forte - apparently it hates concatenating a
1629         macro argument that starts with an underscore??
1630
1631 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1632
1633         Patch by: Jérémie Bernard <gremimail at gmail dot com>
1634
1635         * configure.ac:
1636         * ext/apexsink/LGPL-3.0.txt:
1637         * ext/apexsink/Makefile.am:
1638         * ext/apexsink/gstapexplugin.c: (plugin_init):
1639         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
1640         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
1641         (gst_apexraop_set_host), (gst_apexraop_get_host),
1642         (gst_apexraop_set_port), (gst_apexraop_get_port),
1643         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
1644         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
1645         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
1646         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
1647         (gst_apexraop_write), (gst_apexraop_flush):
1648         * ext/apexsink/gstapexraop.h:
1649         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
1650         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
1651         (gst_apexsink_implements_interface_init),
1652         (gst_apexsink_mixer_interface_init),
1653         (gst_apexsink_interface_supported),
1654         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
1655         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
1656         (gst_apexsink_class_init), (gst_apexsink_init),
1657         (gst_apexsink_set_property), (gst_apexsink_get_property),
1658         (gst_apexsink_finalise), (gst_apexsink_open),
1659         (gst_apexsink_prepare), (gst_apexsink_write),
1660         (gst_apexsink_unprepare), (gst_apexsink_delay),
1661         (gst_apexsink_reset), (gst_apexsink_close):
1662         * ext/apexsink/gstapexsink.h:
1663         Add apexsink for audio output to Apple AirPort Express Wireless
1664         devices. Fixes bug #542510.
1665
1666 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1667
1668         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
1669         (gst_rtp_session_event_send_rtp_sink):
1670         Send EOS when the session object instructs us to.
1671
1672         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
1673         * gst/rtpmanager/rtpsession.h:
1674         Make it possible for the session manager to instruct us to send EOS. We
1675         currently will EOS when the session is a sender and when the sender part
1676         goes EOS. This is not entirely correct behaviour because the session
1677         could still participate as a receiver.
1678         Fixes #549409.
1679
1680 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1681
1682         * gst/aiffparse/aiffparse.c:
1683           Read size of chunks preceeding the audio data with the
1684           correct endianness. Fixes playback of some files.
1685           Fixes #538500
1686
1687 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1688
1689         * configure.ac:
1690         * gst/aiffparse/Makefile.am:
1691         * gst/aiffparse/aiffparse.c:
1692         * gst/aiffparse/aiffparse.h:
1693           Add an AIFF parsing element, heavily based on wavparse.
1694
1695 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1696
1697         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
1698           gst_ks_video_device_set_state):
1699           Don't set the pin state to KSSTATE_RUN from the streaming thread.
1700           Skip KSSTATE_ACQUIRE when changing pin state downwards.
1701           Be nice and specify G_PARAM_STATIC_STRINGS.
1702           Remove unused finalize method.
1703
1704         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
1705           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
1706           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
1707           gst_ks_video_src_set_property, gst_ks_video_src_reset,
1708           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
1709           gst_ks_video_src_set_caps):
1710           First driver quirk: work around Logitech's hostile driver software to
1711           improve stability and performance. See comments for details.
1712           Provide a property to disable driver quirks (enabled by default).
1713           Be nice and specify G_PARAM_STATIC_STRINGS.
1714           Remove unused dispose method.
1715           Tweak include order.
1716
1717 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1718
1719         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1720         (gst_input_selector_query):
1721         Implement the LATENCY query in a better way by taking the latency of all
1722         sinkpads and taking the min/max instead of just taking a random pad.
1723
1724 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1725
1726         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1727         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1728         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1729         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1730         Unroll the loop to handle two bytes at once. This should give
1731         a small speedup and makes it possible to handle chroma and luma
1732         different which is needed later.
1733
1734 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1735
1736         * gst/dccp/gstdccpserversink.c:
1737         * gst/dccp/gstdccpserversink.h:
1738         Don't put globals only used by one '.c' file in a header !
1739         Declare it as static, fixes build on macosx.
1740
1741 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1742
1743         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
1744         Whoops, that was one fix too much :)
1745
1746 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1747
1748         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
1749         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
1750         size_t's size varies by platform/architecture. Use glib convenience
1751         macro instead. Fixes build on macosx.
1752         Remove ending '\n' in debug statements.
1753
1754 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1755
1756         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
1757         Remove unused code and fix includes.
1758
1759 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1760
1761         * gst/deinterlace2/gstdeinterlace2.c:
1762         (gst_deinterlace_method_class_init):
1763         * gst/deinterlace2/gstdeinterlace2.h:
1764         * gst/deinterlace2/tvtime/tomsmocomp.c:
1765         (gst_deinterlace_method_tomsmocomp_class_init):
1766         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1767         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1768         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1769         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1770         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1771         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1772         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1773         First part of the C implementation of the tomsmocomp deinterlacing
1774         algorithm. This only supports search-effort=0 currently, is painfully
1775         slow and needs some cleanup later when all search-effort settings
1776         are implemented in C.
1777
1778 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1779
1780         * configure.ac:
1781         * sys/Makefile.am:
1782         * sys/winks/Makefile.am:
1783         * sys/winks/gstksclock.c:
1784         * sys/winks/gstksclock.h:
1785         * sys/winks/gstksvideodevice.c:
1786         * sys/winks/gstksvideodevice.h:
1787         * sys/winks/gstksvideosrc.c:
1788         * sys/winks/gstksvideosrc.h:
1789         * sys/winks/kshelpers.c:
1790         * sys/winks/kshelpers.h:
1791         * sys/winks/ksvideohelpers.c:
1792         * sys/winks/ksvideohelpers.h:
1793           New plugin for low-latency video capture on Windows (#519935).
1794
1795           Uses Kernel Streaming, the lowest level API for doing video capture
1796           on Windows (more or less just raw ioctls).
1797
1798 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1799
1800         * gst/pcapparse/gstpcapparse.c:
1801         * sys/winscreencap/gstdx9screencapsrc.c:
1802         * sys/winscreencap/gstgdiscreencapsrc.c:
1803           Added documentation blobs. Thanks to Stefan for noticing!
1804
1805 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1806
1807         * configure.ac:
1808         * gst/pcapparse/Makefile.am:
1809         * gst/pcapparse/gstpcapparse.c:
1810         * gst/pcapparse/gstpcapparse.h:
1811           New plugin: pcapparse (#520899).
1812
1813 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1814
1815         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
1816
1817         * configure.ac:
1818         * sys/Makefile.am:
1819         * sys/winscreencap/Makefile.am:
1820         * sys/winscreencap/gstdx9screencapsrc.c:
1821         * sys/winscreencap/gstdx9screencapsrc.h:
1822         * sys/winscreencap/gstgdiscreencapsrc.c:
1823         * sys/winscreencap/gstgdiscreencapsrc.h:
1824         * sys/winscreencap/gstwinscreencap.c:
1825         * sys/winscreencap/gstwinscreencap.h:
1826           New plugin: winscreencap (#463941).
1827
1828 2008-08-22  Michael Smith <msmith@songbirdnest.com>
1829
1830         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1831           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
1832           is correctly, instead of backwards. No functional changes, since this
1833           mistake was completely self-consistent.
1834
1835 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
1836
1837         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1838           Add, but commented out xml/element-dc1394.xml. Its documented, but
1839           I can't get it to be build.
1840
1841         * ext/celt/gstceltdec.c:
1842         * ext/celt/gstceltenc.c:
1843           Fix doc warnings and reformat the doc block.
1844
1845 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1846
1847         patch by: Leandro Melo de Sales <leandroal@gmail.com>
1848
1849         * configure.ac:
1850         * docs/plugins/Makefile.am:
1851         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1852         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1853         * docs/plugins/gst-plugins-bad-plugins.args:
1854         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1855         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1856         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1857         * docs/plugins/gst-plugins-bad-plugins.signals:
1858         * docs/plugins/inspect/plugin-dccp.xml:
1859         * gst/dccp/Makefile.am:
1860         * gst/dccp/gstdccp.c:
1861         * gst/dccp/gstdccp.h:
1862         * gst/dccp/gstdccpclientsink.c:
1863         * gst/dccp/gstdccpclientsink.h:
1864         * gst/dccp/gstdccpclientsrc.c:
1865         * gst/dccp/gstdccpclientsrc.h:
1866         * gst/dccp/gstdccpplugin.c:
1867         * gst/dccp/gstdccpserversink.c:
1868         * gst/dccp/gstdccpserversink.h:
1869         * gst/dccp/gstdccpserversrc.c:
1870         * gst/dccp/gstdccpserversrc.h:
1871         * tests/icles/dccp/README:
1872         * tests/icles/dccp/call/README:
1873         * tests/icles/dccp/call/DCCPClient.c:
1874         * tests/icles/dccp/call/DCCPServer.c:
1875         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1876         * tests/icles/dccp/file/DCCPServerSendFile.c:
1877         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1878         * tests/icles/dccp/mic/DCCPServerMic.c:
1879         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1880         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1881         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1882         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1883         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1884         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1885           Add dccp plugin. Fixes #542390.
1886
1887 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1888
1889         * configure.ac:
1890           Remove bits that presumably weren't supposed to be committed.
1891
1892 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1893
1894         * configure.ac:
1895         * sys/Makefile.am:
1896         * sys/acmenc/Makefile.am:
1897         * sys/acmenc/acmenc.c:
1898           Add new windows ACM encoder wrapper.
1899
1900 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1901
1902         patch by: Michael Krufky
1903
1904         * sys/dvb/gstdvbsrc.c:
1905         * sys/dvb/parsechannels.c:
1906         Add ATSC tunning and channels.conf parsing support.
1907         Fixes #537455
1908
1909 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1910
1911         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1912         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1913         * sys/dshowdecwrapper/gstdshowvideodec.c:
1914         * sys/dshowdecwrapper/gstdshowvideodec.h:
1915         * sys/dshowvideosink/dshowvideosink.cpp:
1916         * sys/dshowvideosink/dshowvideosink.h:
1917           Initialise COM with default flags.
1918           Only deinitialise if the initialisation was successful.
1919
1920 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1921
1922         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1923         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1924         Reset rtp timestamp interpollation when we detect a gap when the
1925         clock_base changed.
1926         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1927
1928         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1929         * gst/rtpmanager/gstrtpsession.h:
1930         Add method to set session SSRC.
1931
1932         * gst/rtpmanager/rtpsession.c: (check_collision),
1933         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1934         (rtp_session_on_timeout):
1935         * gst/rtpmanager/rtpsession.h:
1936         Added debugging for the collision checks.
1937         Add method to change the internal SSRC of the session.
1938
1939         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1940         Reset the clock base when we detect large jumps in the seqnums.
1941
1942 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1943
1944         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1945         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1946         * ext/x264/gstx264enc.h:
1947         Do not deal with duplicated input (timestamps).  If needed,
1948         a generic element can do so.
1949         Do not manipulate input timestamps on the way out,
1950         since that shifts the timeline and A/V sync.
1951
1952 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1953
1954         * docs/plugins/gst-plugins-bad-plugins.args:
1955         Integrate new properties into documentation.
1956         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1957         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1958         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1959         Fix up API prior to eventual plugin move.
1960         API: GstX264Enc:pass (provides more options, and changed to enum)
1961
1962 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1963
1964         * docs/plugins/Makefile.am:
1965         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1966         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1967         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1968         * docs/plugins/inspect/plugin-mplex.xml:
1969         * ext/mplex/gstmplex.cc:
1970         Update and add documentation for mplex.
1971         * ext/mpeg2enc/gstmpeg2enc.cc:
1972         Documentation update.
1973
1974 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1975
1976         * docs/plugins/Makefile.am:
1977         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1978         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1979         * ext/x264/gstx264enc.c:
1980         * tests/check/Makefile.am:
1981         * tests/check/elements/x264enc.c: (setup_x264enc),
1982         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1983         Add documentation and unit test for x264enc.
1984
1985 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1986
1987         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1988         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1989         Allocate some buffers in more adaptive and economical fashion.
1990
1991 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1992
1993         * configure.ac:
1994         Check for sufficiently up-to-date x264 API.
1995         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1996         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1997         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1998         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1999         * ext/x264/gstx264enc.h:
2000         Expose some more parameters of the x264 encoder as properties.
2001
2002 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
2003
2004         * gst/rtpmanager/gstrtpbin.c:
2005           Print the pad-name in debug log.
2006
2007         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
2008         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
2009           Use "-" instead of "_" in property names. Can we call them just
2010           "device" like everywhere else?
2011
2012 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2013
2014         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
2015         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
2016         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
2017         (gst_x264_enc_flush_frames):
2018         Coding style and layout; re-order some functions in more
2019         typical and natural flow.
2020
2021 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2022
2023         * ext/x264/Makefile.am:
2024         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
2025         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
2026         (gst_x264_enc_reset), (gst_x264_enc_finalize),
2027         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
2028         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
2029         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
2030         * ext/x264/gstx264enc.h:
2031         Use GQueue in stead of custom queue code.
2032         Factorize flushing out encoder delayed frames.
2033         Factorize initialization and state change reset.
2034
2035 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2036
2037         * ext/x264/gstx264enc.h:
2038         * sys/fbdev/gstfbdevsink.c:
2039         Use configure-generated _stdint.h.
2040
2041 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2042
2043         * ext/x264/Makefile.am:
2044         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
2045         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
2046         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
2047         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
2048         (gst_x264_enc_finalize), (gst_x264_enc_chain),
2049         (gst_x264_enc_encode_frame), (plugin_init):
2050         * ext/x264/gstx264enc.h:
2051         Use video format library and GST_WRITE_*_BE macros where applicable.
2052         Use finalize in stead of dispose.
2053         Set up debug category and log callback.
2054
2055 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2056
2057         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2058
2059         * ext/sndfile/gstsf.c: (plugin_init):
2060         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
2061         * sys/oss4/oss4-audio.c: (plugin_init):
2062         Make sure gettext returns translations in UTF-8 encoding rather
2063         than in the current locale encoding (#546822).
2064
2065 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2066
2067         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
2068         (gst_two_lame_chain):
2069         * ext/twolame/gsttwolame.h:
2070         Allow raw float samples as input for encoding.
2071
2072 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
2073
2074         * ext/jack/gstjackaudiosrc.c:
2075           Try committing this once again. Now properly renamed.
2076
2077 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
2078
2079         * docs/plugins/Makefile.am:
2080         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2081         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2082         * docs/plugins/gst-plugins-bad-plugins.args:
2083         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2084         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2085         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2086         * docs/plugins/inspect/plugin-jack.xml
2087           Add new element to docs.
2088
2089         * ext/jack/gstjack.h
2090           Add missing file.
2091
2092         * ext/jack/gstjackaudiosrc.c:
2093         * ext/jack/gstjackaudiosrc.h:
2094           Rename jackaudiosrc to jack_audio_src.
2095
2096 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
2097
2098         patch by: Tristan Matthews <tristan@sat.qc.ca>
2099
2100         * ext/jack/Makefile.am:
2101         * ext/jack/gstjack.c:
2102         * ext/jack/gstjackaudioclient.c:
2103         * ext/jack/gstjackaudiosink.c:
2104         * ext/jack/gstjackaudiosink.h:
2105         * ext/jack/gstjackaudiosrc.c:
2106         * ext/jack/gstjackaudiosrc.h:
2107         * ext/jack/gstjackringbuffer.h:
2108           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
2109           Fixes #545197.
2110
2111 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2112
2113         * docs/plugins/Makefile.am:
2114         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2115         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2116         * docs/plugins/gst-plugins-bad-plugins.args:
2117         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2118         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2119         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2120         * docs/plugins/inspect/plugin-celt.xml:
2121         * docs/plugins/inspect/plugin-twolame.xml:
2122         Add twolame and celt plugins to the docs.
2123
2124 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2125
2126         Based on patch by: Olivier Crete <tester at tester dot ca>
2127
2128         * gst/rtpmanager/gstrtpjitterbuffer.c:
2129         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
2130         Make the buffer metadata writable before inserting it in the
2131         jitterbuffer because the jitterbuffer will modify the timestamps.
2132
2133         * gst/rtpmanager/rtpjitterbuffer.c:
2134         Update method comment about requiring writable metadata on buffers.
2135
2136         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
2137         (rtp_session_process_rtcp):
2138         Make the RTCP buffer metadata writable because we want to modify the
2139         metadata.
2140         Fixes #546312.
2141
2142 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2143
2144         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
2145         (gst_selector_pad_chain), (gst_input_selector_getcaps),
2146         (gst_input_selector_activate_sinkpad):
2147         Move the select-all logic into the activation of the currently selected
2148         pad. We want to remember the last pad with activity in select-all mode.
2149         Fix the getcaps function, we can produce the union of the upstream caps
2150         in select-all mode, not the intersection like proxy_getcaps() does.
2151
2152 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2153
2154         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
2155
2156         * gst/rtpmanager/gstrtpjitterbuffer.c:
2157         (gst_rtp_jitter_buffer_chain):
2158         Fix debug by logging the right seqnum.
2159
2160 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2161
2162         Patch by: Olivier Crete <tester at tester dot ca>
2163
2164         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
2165         Release lock before emitting the request-pt-map signal.
2166         Fixes #543480.
2167
2168 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2169
2170         * gst/deinterlace2/gstdeinterlace2.c:
2171         (gst_deinterlace_simple_method_interpolate_scanline),
2172         (gst_deinterlace_simple_method_copy_scanline),
2173         (gst_deinterlace_simple_method_deinterlace_frame):
2174         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2175         * gst/deinterlace2/tvtime/greedyh.c:
2176         (deinterlace_frame_di_greedyh):
2177         * gst/deinterlace2/tvtime/scalerbob.c:
2178         (deinterlace_scanline_scaler_bob):
2179         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2180         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
2181         (copy_scanline):
2182         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
2183         (copy_scanline):
2184         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
2185         (copy_scanline):
2186         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
2187         are usually used here.
2188
2189 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2190
2191         * gst/deinterlace2/Makefile.am:
2192         * gst/deinterlace2/gstdeinterlace2.c:
2193         (gst_deinterlace_simple_method_deinterlace_frame),
2194         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
2195         * gst/deinterlace2/gstdeinterlace2.h:
2196         * gst/deinterlace2/tvtime/linear.c:
2197         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
2198         (deinterlace_scanline_linear_mmxext),
2199         (gst_deinterlace_method_linear_class_init),
2200         (gst_deinterlace_method_linear_init):
2201         * gst/deinterlace2/tvtime/linearblend.c:
2202         (deinterlace_scanline_linear_blend_c),
2203         (deinterlace_scanline_linear_blend2_c),
2204         (deinterlace_scanline_linear_blend_mmx),
2205         (deinterlace_scanline_linear_blend2_mmx),
2206         (gst_deinterlace_method_linear_blend_class_init),
2207         (gst_deinterlace_method_linear_blend_init):
2208         * gst/deinterlace2/tvtime/plugins.h:
2209         * gst/deinterlace2/tvtime/scalerbob.c:
2210         (deinterlace_scanline_scaler_bob),
2211         (gst_deinterlace_method_scaler_bob_class_init),
2212         (gst_deinterlace_method_scaler_bob_init):
2213         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
2214         (copy_scanline), (gst_deinterlace_method_weave_class_init),
2215         (gst_deinterlace_method_weave_init):
2216         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
2217         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
2218         (gst_deinterlace_method_weave_bff_init):
2219         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
2220         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
2221         (gst_deinterlace_method_weave_tff_init):
2222         Add the remaining tvtime deinterlacing methods and fix the
2223         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
2224
2225 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2226
2227         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2228         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
2229         Implement the VFIR deinterlacing method as simple method.
2230
2231 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2232
2233         * gst/deinterlace2/gstdeinterlace2.c:
2234         (gst_deinterlace_simple_method_interpolate_scanline),
2235         (gst_deinterlace_simple_method_copy_scanline),
2236         (gst_deinterlace_simple_method_deinterlace_frame),
2237         (gst_deinterlace_simple_method_class_init),
2238         (gst_deinterlace_simple_method_init):
2239         * gst/deinterlace2/gstdeinterlace2.h:
2240         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
2241         can be used by simple deinterlacing methods. They only have to provide
2242         a function for interpolating a scanline or copying a scanline.
2243
2244 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2245
2246         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
2247         Respect the latency of the deinterlacing algorithm for the timestamps
2248         of every buffer.
2249
2250 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2251
2252         * gst/deinterlace2/tvtime/greedyh.asm:
2253         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2254         Add the MMX registers to the clobbered registers only if __MMX__ is
2255         defined.
2256
2257 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2258
2259         * gst/deinterlace2/Makefile.am:
2260         * gst/deinterlace2/gstdeinterlace2.c:
2261         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
2262         (gst_deinterlace2_class_init):
2263         Enable tomsmocomp again as the C port will be ready for the next
2264         release.
2265
2266 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2267
2268         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
2269         (gst_greatest_common_divisor), (gst_fraction_double),
2270         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
2271         Don't use proxy_getcaps() but implement our own getcaps() function
2272         that doubles/halfs the framerate if all fields should be sent out.
2273
2274 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2275
2276         * configure.ac:
2277         * ext/Makefile.am:
2278         * ext/twolame/Makefile.am:
2279         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
2280         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
2281         (gst_two_lame_release_memory), (gst_two_lame_finalize),
2282         (gst_two_lame_base_init), (gst_two_lame_class_init),
2283         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
2284         (gst_two_lame_init), (gst_two_lame_set_property),
2285         (gst_two_lame_get_property), (gst_two_lame_sink_event),
2286         (gst_two_lame_chain), (gst_two_lame_setup),
2287         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
2288         (plugin_init):
2289         * ext/twolame/gsttwolame.h:
2290         Add TwoLAME MP2 encoding element, based on the LAME element.
2291
2292 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2293
2294         * configure.ac:
2295         * ext/Makefile.am:
2296         * ext/celt/Makefile.am:
2297         * ext/celt/gstcelt.c: (plugin_init):
2298         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
2299         (gst_celt_dec_class_init), (gst_celt_dec_reset),
2300         (gst_celt_dec_init), (celt_dec_convert),
2301         (celt_get_sink_query_types), (celt_dec_sink_query),
2302         (celt_get_src_query_types), (celt_dec_src_query),
2303         (celt_dec_src_event), (celt_dec_sink_event),
2304         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
2305         (celt_dec_chain_parse_data), (celt_dec_chain),
2306         (celt_dec_change_state):
2307         * ext/celt/gstceltdec.h:
2308         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
2309         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
2310         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
2311         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
2312         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
2313         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
2314         (gst_celt_enc_sink_query), (gst_celt_enc_init),
2315         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
2316         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
2317         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
2318         (gst_celt_enc_chain), (gst_celt_enc_get_property),
2319         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
2320         * ext/celt/gstceltenc.h:
2321         Add CELT encoder and decoder elements based on the Speex elements.
2322
2323 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2324
2325         Patch by: Tal Shalif <tshalif at nargila dot org>
2326
2327         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
2328         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
2329         with mingw. Fixes bug #545247.
2330
2331 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2332
2333         * configure.ac:
2334         Back to development -> 0.10.8.1
2335
2336 === release 0.10.8 ===
2337
2338 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
2339
2340         * configure.ac:
2341           releasing 0.10.8, "Vapour Trails"
2342
2343 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2344
2345         * configure.ac:
2346         0.10.7.3 pre-release
2347
2348         * po/LINGUAS:
2349         * po/id.po:
2350         Add Indonesian translation.
2351
2352 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2353
2354         * gst/festival/gstfestival.c:
2355           Guard unistd.h with HAVE_UNISTD_H
2356         * gst/modplug/libmodplug/load_it.cpp:
2357         * gst/modplug/libmodplug/sndfile.cpp:
2358         * gst/modplug/libmodplug/sndfile.h:
2359         * gst/modplug/libmodplug/stdafx.h:
2360           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
2361           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
2362           of a variable in load_it.cpp to MSVC's scoping rules.
2363         * gst/sdp/gstsdpdemux.c:
2364           Guard unistd.h with HAVE_UNISTD_H
2365           Fixes #544457.
2366
2367 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2368
2369         * ext/timidity/gsttimidity.c:
2370           Fix compiler warning. Fixes #544050.
2371
2372 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
2373
2374         * configure.ac:
2375         Don't check for nav_print.h any more - it should be included in
2376         the libdvdnav development package if libdvdnav headers depend on it.
2377         Fixes: #543846
2378
2379 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2380
2381         * configure.ac:
2382         * ext/ladspa/Makefile.am:
2383         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
2384         for loading the ladspa plugins and previously was linked in by
2385         gmodule. Fixes bug #543848.
2386
2387 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2388
2389         * gst/modplug/libmodplug/Makefile.am:
2390         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
2391         can contain compiler parameters that are invalid for C++.
2392         Fixes bug #543860.
2393
2394 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2395
2396         * ext/resindvd/Makefile.am:
2397         Dist missing header files. Fixes bug #543861.
2398
2399 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2400
2401         * configure.ac:
2402         0.10.7.2 pre-release
2403
2404 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2405
2406         * ext/Makefile.am:
2407         Dist and recurse into resindvd subdir
2408
2409 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2410
2411         * configure.ac:
2412         Remove interleave and replaygain configure.ac pieces too
2413
2414 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2415
2416         * po/LINGUAS:
2417         * po/lt.po:
2418         Add new lithunian translation, and add french to the LINGUAS
2419         file.
2420
2421 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2422
2423         * docs/plugins/Makefile.am:
2424         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2425         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2426         * docs/plugins/gst-plugins-bad-plugins.args:
2427         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2428         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2429         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2430         * docs/plugins/inspect/plugin-interleave.xml:
2431         * docs/plugins/inspect/plugin-replaygain.xml:
2432         * gst/interleave/Makefile.am:
2433         * gst/interleave/deinterleave.c:
2434         * gst/interleave/deinterleave.h:
2435         * gst/interleave/interleave.c:
2436         * gst/interleave/interleave.h:
2437         * gst/interleave/plugin.c:
2438         * gst/interleave/plugin.h:
2439         * gst/replaygain/Makefile.am:
2440         * gst/replaygain/gstrganalysis.c:
2441         * gst/replaygain/gstrganalysis.h:
2442         * gst/replaygain/gstrglimiter.c:
2443         * gst/replaygain/gstrglimiter.h:
2444         * gst/replaygain/gstrgvolume.c:
2445         * gst/replaygain/gstrgvolume.h:
2446         * gst/replaygain/replaygain.c:
2447         * gst/replaygain/replaygain.h:
2448         * gst/replaygain/rganalysis.c:
2449         * gst/replaygain/rganalysis.h:
2450         * tests/check/Makefile.am:
2451         * tests/check/elements/deinterleave.c:
2452         * tests/check/elements/interleave.c:
2453         * tests/check/elements/rganalysis.c:
2454         * tests/check/elements/rglimiter.c:
2455         * tests/check/elements/rgvolume.c:
2456         Remove interleave and replaygain plugins that have moved to -good
2457
2458 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2459
2460         * configure.ac:
2461         * gst/deinterlace2/Makefile.am:
2462         * gst/deinterlace2/gstdeinterlace2.c:
2463         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
2464         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
2465         * gst/deinterlace2/gstdeinterlace2.h:
2466         * gst/deinterlace2/tvtime/greedy.c:
2467         (gst_deinterlace_method_greedy_l_class_init):
2468         * gst/deinterlace2/tvtime/greedyh.c:
2469         (gst_deinterlace_method_greedy_h_class_init):
2470         * gst/deinterlace2/tvtime/vfir.c:
2471         (gst_deinterlace_method_vfir_class_init):
2472         Disable the tomsmocomp algorithm for this release as it's buggy
2473         and has no C implementation yet.
2474
2475         Build the deinterlace2 plugin on all architectures but still mark it
2476         as experimental.
2477         
2478         Build the x86 inline assembly only if GCC inline assembly is supported
2479         and only on x86 or amd64. Fixes bug #543286.
2480
2481 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
2482
2483         * gst/real/gstrealvideodec.c: (open_library):
2484         Add some casts to fix the build on Forte
2485
2486 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
2487
2488         * gst/deinterlace2/tvtime/greedy.c:
2489         (gst_deinterlace_method_greedy_l_class_init):
2490         * gst/deinterlace2/tvtime/greedyh.c:
2491         (gst_deinterlace_method_greedy_h_class_init):
2492         * gst/deinterlace2/tvtime/vfir.c:
2493         (gst_deinterlace_method_vfir_class_init):
2494         Fix build on x86_64
2495
2496 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
2497
2498         * ext/resindvd/gstmpegdemux.c:
2499         Remove whitespace line.
2500
2501         * ext/resindvd/resindvdbin.c:
2502         * ext/resindvd/resindvdbin.h:
2503         Make it so that audio/video pads aren't added to the bin
2504         until after data flow starts.
2505
2506         * ext/resindvd/resin-play:
2507         Move video buffer queue outside resindvdbin
2508
2509         * ext/resindvd/resindvdsrc.c:
2510         Check that the nav_clock_id didn't already get unscheduled.
2511
2512         * gst/dvdspu/gstdvdspu.c:
2513         Remove assert that sometimes triggers erroneously.
2514
2515 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2516
2517         * gst/deinterlace2/tvtime/greedyh.asm:
2518         Always use the C implementation if width is not a multiple of 4. The
2519         assembly optimized version only handle this and calling the C
2520         implementation for the remaining part doesn't work because it needs
2521         previous calculations.
2522
2523 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2524
2525         * gst/deinterlace2/tvtime/greedyh.asm:
2526         * gst/deinterlace2/tvtime/greedyh.c:
2527         * gst/deinterlace2/tvtime/greedyhmacros.h:
2528         Some cleanup, use 3DNOW instead of TDNOW in macros.
2529
2530         * gst/deinterlace2/tvtime/tomsmocomp.c:
2531         (gst_deinterlace_method_tomsmocomp_class_init):
2532         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2533         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2534         The SSE method in fact only needs MMXEXT, declare it as such.
2535
2536 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
2537
2538         * docs/plugins/.cvsignore:
2539         Ignore *-undeclared.txt
2540
2541         * ext/resindvd/rsnaudiomunge.c:
2542         Turn g_print's into debug statements.
2543
2544         * ext/resindvd/resin-play:
2545         * ext/resindvd/Makefile.am:
2546         * ext/resindvd/resindvdbin.c:
2547         * ext/resindvd/resindvdbin.h:
2548         * ext/resindvd/rsnparsetter.c:
2549         * ext/resindvd/rsnparsetter.h:
2550         * ext/resindvd/rsnwrappedbuffer.c:
2551         * ext/resindvd/rsnwrappedbuffer.h:
2552         Add a bloated implementation of a really simple idea: Replace the
2553         pixel-aspect-ratio in the output video with a prescribed one when
2554         necessary. There must be an easier way.
2555
2556         Split the dvdspu out of the resindvdbin and put out the subpicture
2557         stream on the subpicture pad.
2558
2559         * ext/resindvd/gstmpegdemux.c:
2560         Send video-aspect events down the pipe from the demuxer.
2561
2562         * ext/resindvd/resindvdsrc.c:
2563         * ext/resindvd/resindvdsrc.h:
2564         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
2565         to make it use clock-waiting later.
2566
2567         * ext/resindvd/rsnbasesrc.c:
2568         Don't overwrite the last_stop in the basesrc segment after a seamless
2569         seek.
2570
2571 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2572
2573         * gst/mpegtsparse/mpegtspacketizer.c:
2574         Convert extended event text to UTF-8.
2575
2576 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
2577
2578         * docs/plugins/Makefile.am:
2579         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2580         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2581         * docs/plugins/gst-plugins-bad-plugins.args:
2582         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2583         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2584         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2585         * docs/plugins/gst-plugins-bad-plugins.signals:
2586         * docs/plugins/inspect/plugin-stereo.xml:
2587         * gst/stereo/gststereo.c:
2588           Document one more.
2589
2590 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2591
2592         * gst/mpegtsparse/gstmpegdesc.h:
2593         Fix extended event descriptor parsing, out by 1 in position of
2594         text length.
2595
2596 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
2597
2598         * gst/festival/gstfestival.c:
2599           Add a note to the docs, that festival need to be running. Also log an
2600           error it it is not. Fixes #541327
2601
2602 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2603
2604         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2605
2606         * gst/librfb/gstrfbsrc.c:
2607         * gst/librfb/gstrfbsrc.h:
2608         Add view-only property to ignore the navigation events
2609
2610 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2611
2612         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2613           Revert previous patch apart from typo fixes; the patch was not
2614           independently useful.
2615
2616 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2617
2618         Based on patch by: Alessandro Decina <alessandro@nnva.org>
2619         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2620         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
2621         * sys/dshowdecwrapper/gstdshowvideodec.c:
2622           Add AAC, AC3 to handled codecs.
2623           Fix handling of flush events.
2624           Improve debug/error output.
2625           Fix a number of typos in comments and variable names.
2626
2627 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2628
2629         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2630
2631         * gst/librfb/rfbdecoder.c:
2632         Implement ServerCutText message
2633
2634 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2635
2636         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2637
2638         * gst/librfb/gstrfbsrc.c:
2639         * gst/librfb/rfbdecoder.c:
2640         Add property for shared desktop
2641
2642 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2643
2644         * configure.ac:
2645         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2646         flags that are invalid for C++.
2647
2648 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2649
2650         * ext/spc/gstspc.c: (spc_setup):
2651         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2652         Don't use declarations after statements in the remaining code.
2653
2654 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2655
2656         Patch by:
2657           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
2658
2659         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
2660         * ext/metadata/metadataxmp.c:
2661         (metadataparse_xmp_iter_add_to_tag_list):
2662         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
2663         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
2664         Don't use declarations after statements.
2665
2666 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2667
2668         patch by: Alessandro Decina
2669
2670         * gst/mpegtsparse/mpegtsparse.c:
2671         Fix memory leak by unreffing structures when not needed.
2672         Fixes #539292.
2673
2674 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2675
2676         * gst/sdp/gstsdpdemux.c:
2677           Use floating point math for latencies < 0 sec in log output.
2678
2679 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2680
2681         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2682         Mark internal processing functions as static inline for quite some
2683         speedup as they're used only once and need to get many local variables
2684         passed as parameter.
2685
2686 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2687
2688         * gst/deinterlace2/gstdeinterlace2.c:
2689         (gst_deinterlace_method_deinterlace_frame),
2690         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
2691         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2692         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2693         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
2694         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2695         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2696         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2697         (gst_deinterlace2_src_query):
2698         * gst/deinterlace2/gstdeinterlace2.h:
2699         Call the current instance "self" instead of "object".
2700
2701 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2702
2703         * gst/deinterlace2/gstdeinterlace2.c:
2704         (gst_deinterlace_method_get_latency),
2705         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2706         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2707         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
2708         * gst/deinterlace2/gstdeinterlace2.h:
2709         Include latency of the method in the returned latency.
2710
2711         Fix outputting of all fields, i.e. doubling of the framerate.
2712
2713 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2714
2715         * gst/deinterlace2/Makefile.am:
2716         * gst/deinterlace2/gstdeinterlace2.c:
2717         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
2718         (gst_deinterlace_method_deinterlace_frame),
2719         (gst_deinterlace_method_get_fields_required),
2720         (gst_deinterlace2_methods_get_type), (_do_init),
2721         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2722         (gst_deinterlace2_child_proxy_get_child_by_index),
2723         (gst_deinterlace2_child_proxy_get_children_count),
2724         (gst_deinterlace2_child_proxy_interface_init),
2725         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
2726         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
2727         * gst/deinterlace2/gstdeinterlace2.h:
2728         * gst/deinterlace2/tvtime/greedy.c:
2729         (deinterlace_greedy_packed422_scanline_c),
2730         (deinterlace_greedy_packed422_scanline_mmx),
2731         (deinterlace_greedy_packed422_scanline_mmxext),
2732         (deinterlace_frame_di_greedy),
2733         (gst_deinterlace_method_greedy_l_set_property),
2734         (gst_deinterlace_method_greedy_l_get_property),
2735         (gst_deinterlace_method_greedy_l_class_init),
2736         (gst_deinterlace_method_greedy_l_init):
2737         * gst/deinterlace2/tvtime/greedyh.asm:
2738         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2739         (deinterlace_frame_di_greedyh),
2740         (gst_deinterlace_method_greedy_h_set_property),
2741         (gst_deinterlace_method_greedy_h_get_property),
2742         (gst_deinterlace_method_greedy_h_class_init),
2743         (gst_deinterlace_method_greedy_h_init):
2744         * gst/deinterlace2/tvtime/greedyh.h:
2745         * gst/deinterlace2/tvtime/plugins.h:
2746         * gst/deinterlace2/tvtime/tomsmocomp.c:
2747         (gst_deinterlace_method_tomsmocomp_set_property),
2748         (gst_deinterlace_method_tomsmocomp_get_property),
2749         (gst_deinterlace_method_tomsmocomp_class_init),
2750         (gst_deinterlace_method_tomsmocomp_init):
2751         * gst/deinterlace2/tvtime/tomsmocomp.h:
2752         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2753         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
2754         (gst_deinterlace_method_vfir_class_init),
2755         (gst_deinterlace_method_vfir_init):
2756         Use a GstObject subtype for the deinterlacing methods and export
2757         the different settings for each deinterlacing method via GObject
2758         properties.
2759
2760         Implement GstChildProxy interface to allow access to the used
2761         deinterlacing method and to allow adjusting the different settings.
2762
2763         Move global variables of the tomsmocomp deinterlacing method into
2764         function local variables to make it possible to use this deinterlacing
2765         method from different instances.
2766
2767 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2768
2769         * gst/deinterlace2/tvtime/greedyh.asm:
2770         Support widths that are not a multiply of 4 when using the assembly
2771         optimized greedyh implementations.
2772
2773 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2774
2775         * gst/deinterlace2/tvtime/greedyh.c:
2776         (deinterlace_frame_di_greedyh):
2777         Only build the assembly optimized implementations on x86.
2778
2779 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2780
2781         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2782
2783         * configure.ac:
2784         Fix checking of headers for the OSS4 plugin to fail if a single
2785         header doesn't exist already. AC_CHECK_HEADERS only fails if none
2786         of the headers is found. Fixes bug #541543.
2787
2788 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2789
2790         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2791
2792         * configure.ac:
2793         * gst/festival/Makefile.am:
2794         * gst/festival/gstfestival.c:
2795         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
2796         and including winsock headers. Fixes bug #541522.
2797
2798 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2799
2800         * ChangeLog:
2801         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
2802         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
2803         Corrected a typo (interpollate -> interpolate).
2804
2805 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2806
2807         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
2808         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
2809         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
2810         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
2811         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
2812         (rtp_session_send_rtp):
2813         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
2814         (rtp_source_process_rtp), (rtp_source_send_rtp):
2815         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
2816         pipeline is running normally.
2817
2818 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2819
2820         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
2821         (gst_rtp_session_finalize), (rtcp_thread),
2822         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
2823         (gst_rtp_session_event_send_rtp_sink),
2824         (gst_rtp_session_chain_send_rtp):
2825         * gst/rtpmanager/rtpsession.c: (check_collision),
2826         (update_arrival_stats), (rtp_session_process_rtp),
2827         (rtp_session_process_rtcp), (rtp_session_send_rtp),
2828         (rtp_session_send_bye_locked), (rtp_session_send_bye),
2829         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
2830         (is_rtcp_time), (rtp_session_on_timeout):
2831         * gst/rtpmanager/rtpsession.h:
2832         Do not mix the use of g_get_current_time() with gst_clock_get_time().
2833
2834 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
2835
2836         * gst/mpegvideoparse/mpegvideoparse.c:
2837         * gst/mpegvideoparse/mpegvideoparse.h:
2838         Queue new-segment events and send them after caps have been
2839         determined and set, so that the decoder will have been auto-plugged.
2840
2841 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
2842
2843         Patch by : Michael Smith <msmith @ xiph dot org>
2844         
2845         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
2846         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
2847         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
2848         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
2849         (qtwrapper_audio_decoder_chain),
2850         (qtwrapper_audio_decoder_sink_event),
2851         (qtwrapper_audio_decoder_base_init),
2852         (qtwrapper_audio_decoder_class_init),
2853         (qtwrapper_audio_decoders_register):
2854         * sys/qtwrapper/codecmapping.h:
2855         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
2856         (image_description_for_mp4v), (image_description_from_stsd_buffer):
2857         * sys/qtwrapper/imagedescription.h:
2858         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
2859         (dump_avcc_atom), (dump_image_description),
2860         (AllocateAudioBufferList):
2861         * sys/qtwrapper/qtutils.h:
2862         * sys/qtwrapper/qtwrapper.c: (plugin_init):
2863         * sys/qtwrapper/qtwrapper.h:
2864         * sys/qtwrapper/videodecoders.c:
2865         (qtwrapper_video_decoder_base_init), (open_decoder),
2866         (decompressCb), (qtwrapper_video_decoder_chain),
2867         (qtwrapper_video_decoders_register):
2868         Make qtwrapper compile/work on win32.
2869         Lots of fixes
2870         Fixes #531840
2871
2872 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2873
2874         * gst/rawparse/gstvideoparse.c:
2875         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2876
2877 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2878
2879         * gst/deinterlace2/Makefile.am:
2880         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2881         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2882         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2883         * gst/deinterlace2/tvtime/tomsmocomp.h:
2884         Remove useless file and mark everything possible as static.
2885
2886         * gst/deinterlace2/tvtime/greedy.c:
2887         * gst/deinterlace2/tvtime/greedyh.c:
2888         Use "_stdint.h" instead of <stdint.h>.
2889
2890 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2891
2892         * gst/deinterlace2/Makefile.am:
2893         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2894         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2895         * gst/deinterlace2/tvtime/greedyh.c:
2896         (deinterlace_frame_di_greedyh):
2897         * gst/deinterlace2/tvtime/speedtools.h:
2898         * gst/deinterlace2/tvtime/speedy.c:
2899         * gst/deinterlace2/tvtime/speedy.h:
2900         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2901         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2902         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2903         Get rid of speedy.[ch] as we don't use most of it's code anyway
2904         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2905         of the speedy memcpy everywhere instead.
2906         
2907         * gst/deinterlace2/gstdeinterlace2.h:
2908         Remove many unused declarations.
2909
2910 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2911
2912         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2913         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2914         Expose the additional MPEG HDTV format profiles available in latest
2915         mjpegtools version.
2916
2917 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2918
2919         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2920         Divide latency be 2 to convert from fields to frames.
2921
2922 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2923
2924         * gst/deinterlace2/tvtime/greedy.c:
2925         (deinterlace_greedy_packed422_scanline_c),
2926         (deinterlace_greedy_packed422_scanline_mmx),
2927         (deinterlace_greedy_packed422_scanline_mmxext),
2928         (deinterlace_frame_di_greedy):
2929         Don't use scanlines function from gstdeinterlace2 as it's
2930         not appropiate for this method. Instead implement deinterlace_frame
2931         function by taking the one from greedyh.
2932         
2933         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2934         Small fix for the C implementation.
2935
2936         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2937         Don't use the scanlines function from gstdeinterlace2 as it's only
2938         used for this method and will be removed. Instead implement
2939         deinterlace_frame function and make it a bit more efficient.
2940
2941         * gst/deinterlace2/gstdeinterlace2.c:
2942         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2943         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2944         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2945         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2946         (gst_deinterlace2_src_query):
2947         Fix coding style and remove scanlines function as it's unused now.
2948
2949 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2950
2951         * gst/deinterlace2/tvtime/greedyh.asm:
2952         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2953         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2954         * gst/deinterlace2/tvtime/greedyhmacros.h:
2955         Add a C implementation for the greedyh deinterlacing method, clean
2956         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2957         require any SSE instructions.
2958
2959 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2960
2961         * gst/deinterlace2/gstdeinterlace2.c:
2962         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2963         (gst_deinterlace2_setcaps):
2964         If we're outputting all fields the framerate has to be doubled.
2965
2966         Set duration on the outgoing buffers.
2967
2968 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2969
2970         * docs/plugins/Makefile.am:
2971         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2972         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2973         * gst/y4m/gsty4mencode.c:
2974         Add documentation for YUV4MPEG2 encoder element.
2975
2976 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2977
2978         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2979         Remove unneeded macros that break build on macosx.
2980
2981 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2982
2983         * configure.ac:
2984           Depend on released versions of core and -base.
2985
2986 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2987
2988         * gst/deinterlace2/tvtime/greedy.c:
2989         (deinterlace_greedy_packed422_scanline_mmx),
2990         (deinterlace_greedy_packed422_scanline_mmxext):
2991         Optimize MMX/MMXEXT implementations a bit by requiring two less
2992         memory accesses and fix the workaround for the missing right shift
2993         on bytes to unset the highest bit of every byte.
2994
2995 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2996
2997         * gst/deinterlace2/tvtime/greedy.c:
2998         (deinterlace_greedy_packed422_scanline_mmxext):
2999         Remove sfence instruction as it's not needed and actually is an SSE
3000         instruction.
3001
3002 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3003
3004         * gst/deinterlace2/tvtime/greedy.c:
3005         (deinterlace_greedy_packed422_scanline_mmx),
3006         (deinterlace_greedy_packed422_scanline):
3007         Add plain MMX implementation for the greedyl method.
3008
3009 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3010
3011         * gst/deinterlace2/Makefile.am:
3012         Move the assembly includes to noinst_HEADERS where they belong.
3013
3014         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
3015         (deinterlace_line_mmx):
3016         Fix C and MMX implementations a bit more.
3017
3018 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3019
3020         * gst/deinterlace2/tvtime/greedy.c:
3021         (deinterlace_greedy_packed422_scanline_c),
3022         (deinterlace_greedy_packed422_scanline_mmxext),
3023         (deinterlace_greedy_packed422_scanline):
3024         Fix the C implementation to produce correct results and optimize the
3025         MMXEXT implementation.
3026
3027         Handle odd widths and don't read over array boundaries in the MMXEXT
3028         implementation.
3029
3030         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
3031         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
3032         Fix a small rounding bug in the MMX implementation, the MMX
3033         implementation doesn't actually need MMXEXT instructions so don't mark
3034         it as such.
3035
3036         Handle odd widths in both implementations.
3037
3038 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
3039
3040         * ext/resindvd/rsnbasesrc.c:
3041           Use the right i18n header.
3042
3043 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3044
3045         * gst/deinterlace2/tvtime/greedy.c:
3046         (deinterlace_greedy_packed422_scanline_sse),
3047         (deinterlace_greedy_packed422_scanline_c),
3048         (deinterlace_greedy_packed422_scanline):
3049         Implement a C version of the greedy low motion algorithm and mark the
3050         assembly optimized version as SSE as it uses SSE instructions
3051         additional to MMX instructions.
3052
3053 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3054
3055         Patch by: Sebastian Pölsterl
3056
3057         * gst/mpegtsparse/mpegtspacketizer.c:
3058         Fix problem when empty string is provided.
3059
3060 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3061
3062         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
3063         (deinterlace_line_c), (deinterlace_scanline_vfir):
3064         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
3065         but use the MMXEXT optimized code whenever possible.
3066
3067 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3068
3069         * gst/deinterlace2/gstdeinterlace2.c:
3070         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
3071         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
3072         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
3073         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
3074         (gst_deinterlace2_src_query):
3075         * gst/deinterlace2/gstdeinterlace2.h:
3076         Reset element state on PAUSED->READY properly, don't leak any buffers
3077         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
3078         properly return flow returns from gst_pad_push() instead of ignoring them.
3079
3080 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3081
3082         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
3083         Add missing header.
3084
3085 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3086
3087         * configure.ac:
3088         * gst/deinterlace2/Makefile.am:
3089         * gst/deinterlace2/tvtime/greedyh.asm:
3090         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
3091         Fix compilation on generic x86/amd64 and include deinterlace2 in the
3092         build system. Because of several bugs it's still enabled only
3093         by --enable-experimental.
3094
3095 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
3096
3097         * ext/resindvd/resindvdsrc.c:
3098         * ext/resindvd/resindvdsrc.h:
3099         Schedule NAV packets and activate them with an async clock callback
3100         at the right moment. This makes delayed menu highlights appear
3101         at the correct time and fixes Back To The Future.
3102
3103         When outputting new segment in do_seek(), calculate our position
3104         value properly, so we report the right time when popping in and
3105         out of the menus.
3106
3107         * ext/resindvd/rsnbasesrc.c:
3108         When handling a non-flushing seek, accumulate the segment,
3109         rather than having every seek start from 0 and messing with sync
3110
3111 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
3112
3113         * gst/selector/gstoutputselector.c:
3114         * tests/icles/output-selector-test.c:
3115           Use BOILERPLATE macro and update test to the latest api changes.
3116
3117 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3118
3119         * examples/app/appsink-src.c: (on_new_buffer_from_source):
3120         Don't use a buffer after unreffing it.
3121
3122 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
3123
3124         * ext/metadata/metadataexif.c:
3125           Add description tag mapping.
3126
3127 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
3128
3129         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3130         * examples/app/appsrc-ra.c:
3131         * examples/app/appsrc-seekable.c:
3132         * examples/app/appsrc-stream.c:
3133         * examples/app/appsrc-stream2.c:
3134         * ext/directfb/dfbvideosink.h:
3135         * ext/metadata/gstbasemetadata.c:
3136         * ext/metadata/gstbasemetadata.h:
3137         * ext/metadata/metadata.c:
3138         * ext/metadata/metadataexif.c:
3139         * ext/theora/theoradec.h:
3140         * gst/deinterlace2/gstdeinterlace2.h:
3141         * gst/deinterlace2/tvtime/speedy.c:
3142         * gst/deinterlace2/tvtime/speedy.h:
3143         * gst/deinterlace2/tvtime/vfir.c:
3144          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
3145          comments.
3146
3147 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
3148
3149         * ext/resindvd/resindvdbin.c:
3150         Parse the URI argument into the device name so dvd:///path/to/image
3151         works.
3152
3153         * ext/resindvd/resindvdsrc.c:
3154         Implement a trivial duration query reporting the current PGC length.
3155
3156         * gst/dvdspu/gstdvdspu.c:
3157         Rename typo in the function name.
3158
3159 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
3160
3161         * configure.ac:
3162         Disable deinterlace2 plugin again which was accidently enabled
3163         with last commit.
3164
3165 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
3166
3167         * configure.ac:
3168         * ext/resindvd/resindvdsrc.h:
3169         Make resindvd work with libdvdnav >= 4.0.0.
3170
3171 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
3172
3173         * configure.ac:
3174         Check for libdvdnav to build resindvd.
3175
3176         * ext/Makefile.am:
3177         * ext/resindvd/Makefile.am:
3178         * ext/resindvd/gstmpegdefs.h:
3179         * ext/resindvd/gstmpegdemux.c:
3180         * ext/resindvd/gstmpegdemux.h:
3181         * ext/resindvd/gstmpegdesc.c:
3182         * ext/resindvd/gstmpegdesc.h:
3183         * ext/resindvd/gstpesfilter.c:
3184         * ext/resindvd/gstpesfilter.h:
3185         * ext/resindvd/plugin.c:
3186         * ext/resindvd/resin-play:
3187         * ext/resindvd/resindvdbin.c:
3188         * ext/resindvd/resindvdbin.h:
3189         * ext/resindvd/resindvdsrc.c:
3190         * ext/resindvd/resindvdsrc.h:
3191         * ext/resindvd/rsnaudiomunge.c:
3192         * ext/resindvd/rsnaudiomunge.h:
3193         * ext/resindvd/rsnbasesrc.c:
3194         * ext/resindvd/rsnbasesrc.h:
3195         * ext/resindvd/rsnpushsrc.c:
3196         * ext/resindvd/rsnpushsrc.h:
3197         * ext/resindvd/rsnstreamselector.c:
3198         * ext/resindvd/rsnstreamselector.h:
3199
3200         First commit of DVD-Video playback component 'rsndvdbin'
3201         and helper elements.
3202
3203         Use --enable-experimental for now, but feel free to give it a
3204         try using the resin-play script.
3205
3206         * gst/dvdspu/gstdvdspu.c:
3207         Add some extra guards for malformed events.
3208
3209 2008-06-16  David Schleef  <ds@schleef.org>
3210
3211         * configure.ac:
3212         Bump dirac requirement to 0.10 due to api changes.
3213
3214 2008-06-16  Andy Wingo  <wingo@pobox.com>
3215
3216         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
3217         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
3218         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
3219
3220 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
3221
3222         * sys/dvb/gstdvbsrc.c:
3223           Move docblob upwards. Balance tags and restore blank line.
3224
3225 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3226
3227         * sys/dvb/gstdvbsrc.c:
3228         Fix out of date docs.
3229
3230 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3231
3232         Patch from: Vincent Genieux
3233
3234         * gst/mpegtsparse/mpegtsparse.c:
3235         Fix refcount issues, fixes #538560.
3236
3237 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3238
3239         * gst/mpegtsparse/gstmpegdesc.h:
3240         * gst/mpegtsparse/mpegtspacketizer.c:
3241         Parse the extended event descriptor.
3242
3243 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
3244
3245         * gst/rtpmanager/gstrtpjitterbuffer.c:
3246         * gst/speed/gstspeed.c:
3247         * gst/speexresample/gstspeexresample.c:
3248         * gst/videosignal/gstvideoanalyse.c:
3249         * gst/videosignal/gstvideodetect.c:
3250         * gst/videosignal/gstvideomark.c:
3251         * sys/dvb/gstdvbsrc.c:
3252         * sys/oss4/oss4-mixer.c:
3253         * sys/oss4/oss4-sink.c:
3254         * sys/oss4/oss4-source.c:
3255         * sys/wininet/gstwininetsrc.c:
3256           Final round of doc updates.
3257
3258 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
3259
3260         * gst/deinterlace/gstdeinterlace.c:
3261         * gst/rtpmanager/gstrtpbin.c:
3262         * gst/rtpmanager/gstrtpclient.c:
3263         * gst/rtpmanager/gstrtpjitterbuffer.c:
3264         * gst/rtpmanager/gstrtpptdemux.c:
3265         * gst/rtpmanager/gstrtpsession.c:
3266         * gst/rtpmanager/gstrtpssrcdemux.c:
3267         * gst/sdp/gstsdpdemux.c:
3268           More doc updates. More xrefs.
3269
3270 2008-06-14  Julien Moutte  <julien@fluendo.com>
3271
3272         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
3273         (gst_flv_demux_dispose):
3274         * gst/flv/gstflvdemux.h:
3275         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
3276         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
3277         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
3278         H.264/AVC inside FLV.
3279         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
3280         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
3281         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
3282         * sys/dshowdecwrapper/gstdshowaudiodec.h:
3283         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
3284         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
3285         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
3286         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
3287         to improve stability (ref counting, safety checks...)
3288
3289 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3290
3291         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
3292         Disable sipro on 64bits, it crashes.
3293
3294 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3295
3296         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
3297         (close_library), (open_library),
3298         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
3299         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
3300         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
3301         Add raversions we can support on the caps.
3302         Refactor the loading of the real codecs like realvideo so that we can
3303         implement probing.
3304         Probe all supported formats by trying to load the .so files, only report
3305         the versions on the caps that we can actually load.
3306
3307         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
3308         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
3309         (open_library), (close_library),
3310         (gst_real_video_dec_probe_modules),
3311         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
3312         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
3313         * gst/real/gstrealvideodec.h:
3314         Change the loading of the library like the audio decoder.
3315         Probe the supported formats by trying to load the .so files and only
3316         report the versions on the caps that we can actually load.
3317
3318 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3319
3320         patch by: Sebastian Pölsterl
3321
3322         * gst/mpegtsparse/mpegtspacketizer.c:
3323         Handle character sets in strings coming from DVB SI according
3324         to the DVB SI spec.
3325
3326 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
3327
3328         * gst/replaygain/gstrganalysis.c:
3329         * gst/replaygain/gstrglimiter.c:
3330         * gst/replaygain/gstrgvolume.c:
3331           More doc updates.
3332
3333 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
3334
3335         * docs/plugins/Makefile.am:
3336         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3337         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3338         * docs/plugins/gst-plugins-bad-plugins.args:
3339         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3340         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3341         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3342         * docs/plugins/gst-plugins-bad-plugins.signals:
3343         * docs/plugins/inspect/plugin-alsaspdif.xml:
3344         * docs/plugins/inspect/plugin-amrwb.xml:
3345         * docs/plugins/inspect/plugin-app.xml:
3346         * docs/plugins/inspect/plugin-bayer.xml:
3347         * docs/plugins/inspect/plugin-bz2.xml:
3348         * docs/plugins/inspect/plugin-cdaudio.xml:
3349         * docs/plugins/inspect/plugin-cdxaparse.xml:
3350         * docs/plugins/inspect/plugin-dtsdec.xml:
3351         * docs/plugins/inspect/plugin-dvb.xml:
3352         * docs/plugins/inspect/plugin-dvdspu.xml:
3353         * docs/plugins/inspect/plugin-faac.xml:
3354         * docs/plugins/inspect/plugin-faad.xml:
3355         * docs/plugins/inspect/plugin-fbdevsink.xml:
3356         * docs/plugins/inspect/plugin-festival.xml:
3357         * docs/plugins/inspect/plugin-filter.xml:
3358         * docs/plugins/inspect/plugin-flvdemux.xml:
3359         * docs/plugins/inspect/plugin-freeze.xml:
3360         * docs/plugins/inspect/plugin-gsm.xml:
3361         * docs/plugins/inspect/plugin-gstinterlace.xml:
3362         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3363         * docs/plugins/inspect/plugin-h264parse.xml:
3364         * docs/plugins/inspect/plugin-interleave.xml:
3365         * docs/plugins/inspect/plugin-jack.xml:
3366         * docs/plugins/inspect/plugin-ladspa.xml:
3367         * docs/plugins/inspect/plugin-metadata.xml:
3368         * docs/plugins/inspect/plugin-mms.xml:
3369         * docs/plugins/inspect/plugin-modplug.xml:
3370         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3371         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3372         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3373         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3374         * docs/plugins/inspect/plugin-musepack.xml:
3375         * docs/plugins/inspect/plugin-musicbrainz.xml:
3376         * docs/plugins/inspect/plugin-mve.xml:
3377         * docs/plugins/inspect/plugin-mythtv.xml
3378         * docs/plugins/inspect/plugin-nas.xml:
3379         * docs/plugins/inspect/plugin-neon.xml:
3380         * docs/plugins/inspect/plugin-nsfdec.xml:
3381         * docs/plugins/inspect/plugin-nuvdemux.xml:
3382         * docs/plugins/inspect/plugin-oss4.xml
3383         * docs/plugins/inspect/plugin-rawparse.xml:
3384         * docs/plugins/inspect/plugin-real.xml:
3385         * docs/plugins/inspect/plugin-replaygain.xml:
3386         * docs/plugins/inspect/plugin-rfbsrc.xml:
3387         * docs/plugins/inspect/plugin-sdl.xml:
3388         * docs/plugins/inspect/plugin-sdp.xml:
3389         * docs/plugins/inspect/plugin-selector.xml:
3390         * docs/plugins/inspect/plugin-sndfile.xml:
3391         * docs/plugins/inspect/plugin-soundtouch.xml:
3392         * docs/plugins/inspect/plugin-spcdec.xml:
3393         * docs/plugins/inspect/plugin-speed.xml:
3394         * docs/plugins/inspect/plugin-speexresample.xml:
3395         * docs/plugins/inspect/plugin-stereo.xml:
3396         * docs/plugins/inspect/plugin-subenc.xml
3397         * docs/plugins/inspect/plugin-timidity.xml:
3398         * docs/plugins/inspect/plugin-tta.xml:
3399         * docs/plugins/inspect/plugin-vcdsrc.xml:
3400         * docs/plugins/inspect/plugin-videosignal.xml:
3401         * docs/plugins/inspect/plugin-vmnc.xml:
3402         * docs/plugins/inspect/plugin-wildmidi.xml:
3403         * docs/plugins/inspect/plugin-x264.xml:
3404         * docs/plugins/inspect/plugin-xvid.xml:
3405         * docs/plugins/inspect/plugin-y4menc.xml:
3406         * ext/amrwb/gstamrwbdec.c:
3407         * ext/amrwb/gstamrwbenc.c:
3408         * ext/amrwb/gstamrwbparse.c:
3409         * ext/dc1394/gstdc1394.c:
3410         * ext/directfb/dfbvideosink.c:
3411         * ext/ivorbis/vorbisdec.c:
3412         * ext/jack/gstjackaudiosink.c:
3413         * ext/mpeg2enc/gstmpeg2enc.cc:
3414         * ext/mplex/gstmplex.cc:
3415         * ext/musicbrainz/gsttrm.c:
3416         * ext/mythtv/gstmythtvsrc.c:
3417         * ext/theora/theoradec.c:
3418         * ext/timidity/gsttimidity.c:
3419         * ext/timidity/gstwildmidi.c:
3420         * gst-libs/gst/app/gstappsink.c:
3421         * gst/deinterlace/gstdeinterlace.c:
3422         * gst/dvdspu/gstdvdspu.c:
3423         * gst/festival/gstfestival.c:
3424         * gst/freeze/gstfreeze.c:
3425         * gst/interleave/deinterleave.c:
3426         * gst/interleave/interleave.c:
3427         * gst/modplug/gstmodplug.cc:
3428         * gst/nuvdemux/gstnuvdemux.c:
3429           Add missing elements to docs. Fix doc-markup: use convinience syntax
3430           for examples (produces valid docbook), add several refsec2 when we
3431           have several titles. Fix some types.
3432
3433 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3434
3435         * examples/app/.cvsignore:
3436         * examples/app/Makefile.am:
3437         * examples/app/appsink-src.c: (on_new_buffer_from_source),
3438         (on_source_message), (on_sink_message), (main):
3439         Add beefed up example app from bug #413418. It now also uses appsink
3440         instead of fakesink for more ultimate coolness.
3441
3442         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3443         (gst_app_src_init), (gst_app_src_set_property),
3444         (gst_app_src_get_property), (gst_app_src_unlock),
3445         (gst_app_src_unlock_stop), (gst_app_src_create),
3446         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
3447         (gst_app_src_end_of_stream):
3448         * gst-libs/gst/app/gstappsrc.h:
3449         Add block property to allow push based implementation to block when we
3450         fill up the appsrc queues.
3451         Emit the enough-data signal while releasing our lock.
3452
3453 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3454
3455         * examples/app/.cvsignore:
3456           Ignore more.
3457
3458 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3459
3460         * ext/dc1394/gstdc1394.c:
3461         * ext/ivorbis/vorbisdec.c:
3462         * ext/jack/gstjackaudiosink.c:
3463         * ext/metadata/gstmetadatademux.c:
3464         * ext/mythtv/gstmythtvsrc.c:
3465         * ext/theora/theoradec.c:
3466         * gst-libs/gst/app/gstappsink.c:
3467         * gst/bayer/gstbayer2rgb.c:
3468         * gst/deinterlace/gstdeinterlace.c:
3469         * gst/rawparse/gstaudioparse.c:
3470         * gst/rawparse/gstvideoparse.c:
3471         * gst/rtpmanager/gstrtpbin.c:
3472         * gst/rtpmanager/gstrtpclient.c:
3473         * gst/rtpmanager/gstrtpjitterbuffer.c:
3474         * gst/rtpmanager/gstrtpptdemux.c:
3475         * gst/rtpmanager/gstrtpsession.c:
3476         * gst/rtpmanager/gstrtpssrcdemux.c:
3477         * gst/selector/gstinputselector.c:
3478         * gst/selector/gstoutputselector.c:
3479         * gst/videosignal/gstvideoanalyse.c:
3480         * gst/videosignal/gstvideodetect.c:
3481         * gst/videosignal/gstvideomark.c:
3482         * sys/oss4/oss4-mixer.c:
3483         * sys/oss4/oss4-sink.c:
3484         * sys/oss4/oss4-source.c:
3485           Do not use short_description in section docs for elements. We extract
3486           them from element details and there will be warnings if they differ.
3487           Also fixing up the ChangeLog order.
3488
3489 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3490
3491         Patch by: Sebastien Merle <sylane at gmail dot com>
3492
3493         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
3494         Fix the sign of the data we pass to the decoder so that the decoder
3495         compiles with newer reference code as well. Fixes #528618.
3496
3497 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3498
3499         * tests/icles/test-oss4.c:
3500           Include stdlib.h.
3501
3502 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3503
3504         Based on a patch by: Martin Eikermann <meiker at upb dot de>
3505
3506         * gst/deinterlace2/Makefile.am:
3507         * gst/deinterlace2/gstdeinterlace2.c:
3508         (gst_deinterlace2_method_get_type),
3509         (gst_deinterlace2_fields_get_type),
3510         (gst_deinterlace2_field_layout_get_type),
3511         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
3512         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
3513         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
3514         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
3515         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
3516         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
3517         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
3518         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
3519         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
3520         (plugin_init):
3521         * gst/deinterlace2/gstdeinterlace2.h:
3522         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
3523         (deinterlace_greedy_packed422_scanline_mmxext),
3524         (dscaler_greedyl_get_method):
3525         * gst/deinterlace2/tvtime/greedyh.asm:
3526         * gst/deinterlace2/tvtime/greedyh.c:
3527         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
3528         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
3529         (greedyh_filter_sse):
3530         * gst/deinterlace2/tvtime/greedyh.h:
3531         * gst/deinterlace2/tvtime/greedyhmacros.h:
3532         * gst/deinterlace2/tvtime/mmx.h:
3533         * gst/deinterlace2/tvtime/plugins.h:
3534         * gst/deinterlace2/tvtime/speedtools.h:
3535         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
3536         (comb_factor_packed422_scanline_mmx),
3537         (diff_factor_packed422_scanline_c),
3538         (diff_factor_packed422_scanline_mmx),
3539         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
3540         (packed444_to_packed422_scanline_c),
3541         (packed422_to_packed444_scanline_c),
3542         (packed422_to_packed444_rec601_scanline_c),
3543         (vfilter_chroma_121_packed422_scanline_mmx),
3544         (vfilter_chroma_121_packed422_scanline_c),
3545         (vfilter_chroma_332_packed422_scanline_mmx),
3546         (vfilter_chroma_332_packed422_scanline_c),
3547         (kill_chroma_packed422_inplace_scanline_mmx),
3548         (kill_chroma_packed422_inplace_scanline_c),
3549         (invert_colour_packed422_inplace_scanline_mmx),
3550         (invert_colour_packed422_inplace_scanline_c),
3551         (mirror_packed422_inplace_scanline_c),
3552         (interpolate_packed422_scanline_c),
3553         (convert_uyvy_to_yuyv_scanline_mmx),
3554         (convert_uyvy_to_yuyv_scanline_c),
3555         (interpolate_packed422_scanline_mmx),
3556         (interpolate_packed422_scanline_mmxext),
3557         (blit_colour_packed422_scanline_c),
3558         (blit_colour_packed422_scanline_mmx),
3559         (blit_colour_packed422_scanline_mmxext),
3560         (blit_colour_packed4444_scanline_c),
3561         (blit_colour_packed4444_scanline_mmx),
3562         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
3563         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
3564         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
3565         (blit_packed422_scanline_mmxext),
3566         (composite_colour4444_alpha_to_packed422_scanline_c),
3567         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
3568         (composite_packed4444_alpha_to_packed422_scanline_c),
3569         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
3570         (composite_packed4444_to_packed422_scanline_c),
3571         (composite_packed4444_to_packed422_scanline_mmxext),
3572         (composite_alphamask_to_packed4444_scanline_c),
3573         (composite_alphamask_to_packed4444_scanline_mmxext),
3574         (composite_alphamask_alpha_to_packed4444_scanline_c),
3575         (premultiply_packed4444_scanline_c),
3576         (premultiply_packed4444_scanline_mmxext),
3577         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
3578         (quarter_blit_vertical_packed422_scanline_mmxext),
3579         (quarter_blit_vertical_packed422_scanline_c),
3580         (subpix_blit_vertical_packed422_scanline_c),
3581         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
3582         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
3583         (rgba32_to_packed4444_rec601_scanline_c),
3584         (packed444_to_rgb24_rec601_scanline_c),
3585         (packed444_to_nonpremultiplied_packed4444_scanline_c),
3586         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
3587         (speedy_get_accel):
3588         * gst/deinterlace2/tvtime/speedy.h:
3589         * gst/deinterlace2/tvtime/sse.h:
3590         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
3591         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
3592         (tomsmocomp_init), (tomsmocomp_filter_mmx),
3593         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
3594         * gst/deinterlace2/tvtime/tomsmocomp.h:
3595         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
3596         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
3597         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
3598         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
3599         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
3600         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
3601         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
3602         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
3603         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
3604         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
3605         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
3606         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
3607         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
3608         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
3609         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
3610         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
3611         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
3612         (deinterlace_scanline_vfir), (copy_scanline),
3613         (dscaler_vfir_get_method):
3614         * gst/deinterlace2/tvtime/x86-64_macros.inc:
3615         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
3616         which was relicensed to LGPL for GStreamer and in theory provides
3617         better and faster results than the simple deinterlace element.
3618         Fixes bug #163578.
3619
3620         Ported to GStreamer 0.10 but still not enabled or included in the
3621         build system by default because of bad artefacts caused by a bug
3622         somewhere and as it can be only build on x86/amd64 ATM and requires
3623         special CFLAGS. Will be fixed soon.
3624
3625 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3626
3627         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
3628
3629         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
3630         (gst_wildmidi_change_state), (plugin_init):
3631         * ext/timidity/gstwildmidi.h:
3632         Initialize wildmidi only once in the plugin init function instead
3633         of once for every instance. The second and following calls to the
3634         wildmidi initialization function will fail. Fixes bug #525613.
3635
3636         Also don't register the element at all if wildmidi initialization
3637         fails.
3638
3639 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3640
3641         * ext/soundtouch/gstpitch.cc:
3642         Call gst_element_no_more_pads() after all pads are added.
3643
3644 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3645
3646         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
3647         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
3648         (gst_raw_parse_handle_seek_pull):
3649         Add simple reverse playback.
3650
3651 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3652
3653         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
3654         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
3655         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
3656         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
3657         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
3658         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
3659         * gst/rawparse/gstrawparse.h:
3660         Fix seeking, timestamps, duration and some more. Fixes #536309.
3661
3662 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3663
3664         * examples/app/Makefile.am:
3665         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
3666         (found_source), (bus_message), (main):
3667         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
3668         (found_source), (bus_message), (main):
3669         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
3670         (bus_message), (main):
3671         Added 3 more example application for using appsrc in random-access mode,
3672         pull-mode streaming and pull mode seekable.
3673
3674         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3675         (gst_app_src_start), (gst_app_src_do_get_size),
3676         (gst_app_src_create):
3677         * gst-libs/gst/app/gstappsrc.h:
3678         Make stream-type property writable.
3679         Unset flushing when starting so that we reuse appsrc.
3680         Inform basesrc about the configured size.
3681         Emit seek-data signal when we are going to a different offset in
3682         random-access mode.
3683
3684 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3685
3686         * examples/app/appsrc-stream.c: (found_source), (main):
3687         Use deep-notify until we can depend on a playbin2 with support for the
3688         source property.
3689
3690 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3691
3692         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
3693         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
3694         Fix deadlock when shutting down, use a new lock instead to properly
3695         shutdown.
3696
3697 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3698
3699         * examples/app/.cvsignore:
3700         * examples/app/Makefile.am:
3701         * examples/app/appsrc-stream.c: (read_data), (start_feed),
3702         (stop_feed), (found_source), (bus_message), (main):
3703         Added an example on how to use appsrc in playbin in streaming mode from
3704         an mmapped file.
3705
3706         * examples/app/appsrc_ex.c: (main):
3707         Set pipeline to NULL to free queued buffers.
3708
3709         * gst-libs/gst/app/gstapp-marshal.list:
3710         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
3711         (gst_app_src_class_init), (gst_app_src_init),
3712         (gst_app_src_flush_queued), (gst_app_src_dispose),
3713         (gst_app_src_set_property), (gst_app_src_get_property),
3714         (gst_app_src_unlock), (gst_app_src_unlock_stop),
3715         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
3716         (gst_app_src_check_get_range), (gst_app_src_do_seek),
3717         (gst_app_src_create), (gst_app_src_set_stream_type),
3718         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
3719         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
3720         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
3721         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
3722         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
3723         * gst-libs/gst/app/gstappsrc.h:
3724         Measure max queue size in bytes instead.
3725         Add support for 3 modes of operation, streaming, seekable and
3726         random-access, making basesrc handle the scheduling modes for each.
3727         Add appsrc:// uri handler so that automatic plugging can be done from
3728         playbin2 or uridecodebin, for example.
3729         Added support for custom segment formats.
3730         Add support for push and pull based operations from the application.
3731         Expand the methods so that errors can be detected.
3732         Flush the queued buffers on seeks and when shutting down.
3733         Add signals to inform the app that a seek must happen.
3734
3735 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3736
3737         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
3738         (gst_deinterleave_src_query):
3739         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3740         (gst_interleave_src_query):
3741         Properly implement duration and position queries in bytes format. We
3742         have to take the upstream reply and divide/multiply it by the number
3743         of channels to get the correct result.
3744
3745 2008-06-04  Michael Smith <msmith@songbirdnest.com>
3746
3747         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3748         * sys/dshowvideosink/dshowvideofakesrc.h:
3749         * sys/dshowvideosink/dshowvideosink.cpp:
3750         * sys/dshowvideosink/dshowvideosink.h:
3751           Fix up copyright notice on new plugin.
3752
3753 2008-06-04  David Schleef  <ds@schleef.org>
3754
3755         * ext/dirac/gstdiracenc.cc: Update properties for recent
3756           dirac changes.  Patch from Jonathan Rosser.
3757
3758 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3759
3760         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
3761           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
3762           (gst_x264_enc_encode_frame):
3763           Try harder not to crash when we get an EOS event but haven't set
3764           up the encoder yet (as may happen when upstream errors out with
3765           not-negotiated, for example). Also, always push the EOS event
3766           downstream.
3767
3768 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3769
3770         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3771         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
3772         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
3773         * gst/interleave/interleave.h:
3774         Use an always increasing integer for the number in the name of the
3775         requested sink pads to guarantuee a unique name. Add a "channel"
3776         property to GstInterleavePad to make it possible for applications
3777         to retrieve the channel number in the output for every pad.
3778
3779         Use g_type_register_static_simple() instead of
3780         g_type_register_static() to save some relocations.
3781
3782 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3783
3784         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3785         (gst_interleave_change_state):
3786         Stop GstCollectPads before calling the parent's state change function
3787         when going from PAUSED to READY as we otherwise deadlock.
3788         Fixes bug #536258.
3789
3790 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3791
3792         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
3793         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
3794         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
3795         (gst_h264_parse_chain):
3796         * gst/h264parse/gsth264parse.h:
3797         Parse codec_data and use the nalu_size_length field to get the NALU
3798         length in packetized h264.
3799         When queueing a packetized buffer in reverse mode, don't unref the
3800         buffer twice.
3801         Avoid accessing the buffer TIMESTAMP field after we pushed it on
3802         the adaptor.
3803
3804 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3805
3806         * gst/interleave/interleave.c:
3807         (gst_interleave_check_channel_positions),
3808         (gst_interleave_set_channel_positions),
3809         (gst_interleave_class_init):
3810         Use new gst_audio_check_channel_positions() function and register
3811         the GstInterleavePad type from a threadsafe context.
3812
3813 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3814
3815         * configure.ac:
3816           Revert accidental addition in configure.ac. Sorry.
3817
3818 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3819
3820         * configure.ac:
3821         * sys/Makefile.am:
3822         * sys/dshowvideosink/Makefile.am:
3823         * sys/dshowvideosink/README:
3824         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3825         * sys/dshowvideosink/dshowvideofakesrc.h:
3826         * sys/dshowvideosink/dshowvideosink.cpp:
3827         * sys/dshowvideosink/dshowvideosink.h:
3828         Add a new win32 videosink. Uses the DirectShow renderers for
3829         high-performance video rendering on win32.
3830         Currently only supports some YUV formats.
3831         Rank PRIMARY, since it's much more useful for the common cases that the
3832         directdraw sink (which only does RGB).
3833
3834 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
3835
3836         * ext/spc/Makefile.am:
3837           Dist tag.h
3838
3839 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3840
3841         * ext/faad/gstfaad.c: (gst_faad_sink_event):
3842         Always drain before activating the new segment.
3843
3844 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3845
3846         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3847         (gst_interleave_finalize), (gst_audio_check_channel_positions),
3848         (gst_interleave_set_channel_positions),
3849         (gst_interleave_class_init), (gst_interleave_init),
3850         (gst_interleave_set_property), (gst_interleave_get_property),
3851         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3852         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
3853         (gst_interleave_src_query_latency), (gst_interleave_collected):
3854         * gst/interleave/interleave.h:
3855         Allow setting channel positions via a property and allow using the
3856         channel positions on the input as the channel positions of the output.
3857
3858         Fix some broken logic and memory leaks.
3859
3860         * tests/check/Makefile.am:
3861         * tests/check/elements/interleave.c: (src_handoff_float32),
3862         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
3863         Add unit tests for checking correct handling of channel positions.
3864
3865 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3866
3867         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3868         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3869         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3870         (gst_faad_change_state):
3871         * ext/faad/gstfaad.h:
3872         Add basic reverse playback support.
3873         Clear decoder state after disconts.
3874         Remove some unused code.
3875         Mark output buffers with a discont after a decoding error.
3876
3877 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3878
3879         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3880
3881         * gst/mpeg4videoparse/mpeg4videoparse.c:
3882         (gst_mpeg4vparse_handle_vos):
3883         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3884
3885 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3886
3887         * tests/check/elements/mplex.c: (setup_src_pad),
3888         (teardown_src_pad):
3889         Don't use the deprecated gst_element_get_pad().
3890
3891 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3892
3893         * examples/directfb/gstdfb.c: (main):
3894         Don't use the deprecated gst_element_get_pad().
3895
3896 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3897
3898         Based on patch by: <onkarshinde at gmail dot com>
3899
3900         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3901         (gst_vcdsrc_uri_set_uri):
3902         Allow the track to be set by using the uri. Fixes #535043.
3903
3904 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3905
3906         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3907         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3908         Implement latency query.
3909
3910 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3911
3912         * gst/mpegvideoparse/mpegvideoparse.c:
3913         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3914
3915 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3916
3917         * gst/rtpmanager/gstrtpbin.c:
3918         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3919         (gst_rtp_bin_change_state), (new_payload_found),
3920         (new_ssrc_pad_found):
3921         Break out of callbacks when we are shutting down.
3922         Make sure no state changes can happen when we reconfigure.
3923
3924 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3925
3926         * configure.ac:
3927         Require CVS core and base for new audio clock reset method.
3928
3929         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3930         Reset the audio clock. See #521761.
3931
3932 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3933
3934         * ext/jack/gstjackaudiosink.c:
3935         (gst_jack_audio_sink_allocate_channels):
3936         Include the element name in the port name to avoid duplicate port names.
3937
3938 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3939
3940         * gst/interleave/deinterleave.c:
3941         Add another example launch line.
3942
3943         * gst/interleave/interleave.c: (interleave_24),
3944         (gst_interleave_finalize), (gst_interleave_base_init),
3945         (gst_interleave_class_init), (gst_interleave_init),
3946         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3947         (gst_interleave_change_state), (__remove_channels),
3948         (__set_channels), (gst_interleave_sink_getcaps),
3949         (gst_interleave_set_process_function),
3950         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3951         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3952         (forward_event_func), (forward_event), (gst_interleave_src_event),
3953         (gst_interleave_collected):
3954         * gst/interleave/interleave.h:
3955         Major rewrite of interleave using GstCollectpads. This new version
3956         also supports almost all raw audio formats and has better caps
3957         negotiation. Fixes bug #506594.
3958
3959         Also update docs and add some more examples.
3960
3961         * tests/check/elements/interleave.c: (interleave_chain_func),
3962         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3963         (interleave_suite):
3964         Add some more extensive unit tests for interleave.
3965
3966 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3967
3968         * gst/rtpmanager/gstrtpjitterbuffer.c:
3969         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3970         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3971         we need to do this so that we can better handle a restarted source.
3972         Fix some comments.
3973
3974         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3975         (rtp_jitter_buffer_insert):
3976         Tweak the skew resync diff.
3977         Use our working seqnum compare function in -base.
3978         Rework the jitterbuffer insert code to make it clearer and more
3979         performant by only retrieving the seqnum of the input buffer once and by
3980         adding some G_LIKELY compiler hints.
3981         Improve debugging for duplicate packets.
3982
3983         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3984         Fix a comment, we don't do skew correction here..
3985
3986 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3987
3988         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3989
3990         * gst/rtpmanager/gstrtpbin.c:
3991         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3992         (gst_rtp_bin_set_property):
3993         Propagate the do-lost and latency properties to the jitterbuffers when
3994         they are changed on rtpbin.
3995
3996 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3997
3998         * examples/switch/switcher.c: (switch_timer):
3999         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
4000         * gst/rtpmanager/gstrtpclient.c: (create_stream):
4001         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
4002         (gst_sdp_demux_stream_configure_udp_sink):
4003         * tests/check/elements/deinterleave.c: (GST_START_TEST),
4004         (pad_added_setup_data_check_float32_8ch_cb):
4005         * tests/check/elements/rganalysis.c: (send_eos_event),
4006         (send_tag_event):
4007         Don't use _gst_pad().
4008
4009 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
4010
4011         * docs/plugins/Makefile.am:
4012         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4013         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4014         * docs/plugins/gst-plugins-bad-plugins.args:
4015         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
4016         * docs/plugins/gst-plugins-bad-plugins.interfaces:
4017         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
4018         * docs/plugins/gst-plugins-bad-plugins.signals:
4019         * docs/plugins/inspect/plugin-alsaspdif.xml:
4020         * docs/plugins/inspect/plugin-amrwb.xml:
4021         * docs/plugins/inspect/plugin-app.xml:
4022         * docs/plugins/inspect/plugin-bayer.xml:
4023         * docs/plugins/inspect/plugin-bz2.xml:
4024         * docs/plugins/inspect/plugin-cdaudio.xml:
4025         * docs/plugins/inspect/plugin-cdxaparse.xml:
4026         * docs/plugins/inspect/plugin-dfbvideosink.xml:
4027         * docs/plugins/inspect/plugin-dtsdec.xml:
4028         * docs/plugins/inspect/plugin-dvb.xml:
4029         * docs/plugins/inspect/plugin-dvdspu.xml:
4030         * docs/plugins/inspect/plugin-faac.xml:
4031         * docs/plugins/inspect/plugin-faad.xml:
4032         * docs/plugins/inspect/plugin-fbdevsink.xml:
4033         * docs/plugins/inspect/plugin-festival.xml:
4034         * docs/plugins/inspect/plugin-filter.xml:
4035         * docs/plugins/inspect/plugin-flvdemux.xml:
4036         * docs/plugins/inspect/plugin-freeze.xml:
4037         * docs/plugins/inspect/plugin-gsm.xml:
4038         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
4039         * docs/plugins/inspect/plugin-h264parse.xml:
4040         * docs/plugins/inspect/plugin-interleave.xml:
4041         * docs/plugins/inspect/plugin-jack.xml:
4042         * docs/plugins/inspect/plugin-ladspa.xml:
4043         * docs/plugins/inspect/plugin-metadata.xml:
4044         * docs/plugins/inspect/plugin-mms.xml:
4045         * docs/plugins/inspect/plugin-modplug.xml:
4046         * docs/plugins/inspect/plugin-mpeg2enc.xml:
4047         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
4048         * docs/plugins/inspect/plugin-mpegtsparse.xml:
4049         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
4050         * docs/plugins/inspect/plugin-musepack.xml:
4051         * docs/plugins/inspect/plugin-musicbrainz.xml:
4052         * docs/plugins/inspect/plugin-mve.xml:
4053         * docs/plugins/inspect/plugin-nas.xml:
4054         * docs/plugins/inspect/plugin-neon.xml:
4055         * docs/plugins/inspect/plugin-nsfdec.xml:
4056         * docs/plugins/inspect/plugin-nuvdemux.xml:
4057         * docs/plugins/inspect/plugin-rawparse.xml:
4058         * docs/plugins/inspect/plugin-real.xml:
4059         * docs/plugins/inspect/plugin-replaygain.xml:
4060         * docs/plugins/inspect/plugin-rfbsrc.xml:
4061         * docs/plugins/inspect/plugin-sdl.xml:
4062         * docs/plugins/inspect/plugin-sdp.xml:
4063         * docs/plugins/inspect/plugin-selector.xml:
4064         * docs/plugins/inspect/plugin-sndfile.xml:
4065         * docs/plugins/inspect/plugin-soundtouch.xml:
4066         * docs/plugins/inspect/plugin-spcdec.xml:
4067         * docs/plugins/inspect/plugin-speed.xml:
4068         * docs/plugins/inspect/plugin-speexresample.xml:
4069         * docs/plugins/inspect/plugin-stereo.xml:
4070         * docs/plugins/inspect/plugin-tta.xml:
4071         * docs/plugins/inspect/plugin-vcdsrc.xml:
4072         * docs/plugins/inspect/plugin-videosignal.xml:
4073         * docs/plugins/inspect/plugin-vmnc.xml:
4074         * docs/plugins/inspect/plugin-wildmidi.xml:
4075         * docs/plugins/inspect/plugin-x264.xml:
4076         * docs/plugins/inspect/plugin-xvid.xml:
4077         * docs/plugins/inspect/plugin-y4menc.xml:
4078         Add interleave/deinterleave to the docs and while at that
4079         run make update in docs/plugins.
4080
4081         * gst/interleave/deinterleave.c:
4082         Add a parapraph about using a queue and audioconvert after the source
4083         pads to the docs.
4084
4085 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
4086
4087         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
4088         (gst_deinterleave_class_init), (gst_deinterleave_init),
4089         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
4090         * gst/interleave/deinterleave.h:
4091         Don't set a getcaps() function on the src pads as it's not required
4092         and the default getcaps() function returns the correct results for
4093         our src pads.
4094
4095         Complete documentation and add myself to the authors of the element.
4096
4097 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4098
4099         * tests/icles/.cvsignore:
4100         * tests/icles/Makefile.am:
4101         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
4102           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
4103           (probe_details), (probe_element), (main):
4104           Small oss4 test that probes for available devices and retrieves
4105           their caps and mixer tracks and all that. Also allows testing of
4106           mixer change messages on the bus.
4107
4108 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4109
4110         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
4111         * sys/oss4/oss4-property-probe.c:
4112           (gst_oss4_property_probe_find_device_name),
4113           (gst_oss4_property_probe_find_device_name_nofd):
4114         * sys/oss4/oss4-property-probe.h:
4115         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
4116         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
4117           Make device-name probing in NULL state work better (e.g. for the
4118           gnome-control-center sound capplet).
4119
4120 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4121
4122         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4123
4124         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
4125         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
4126         (gst_mpeg4vparse_change_state):
4127         Move some code around to integrate the startcode searching with the
4128         other bits of parsing, avoid a whole bunch of peeks.
4129         Get rid of invalid data that should not happen according to the specs.
4130         Fixes #533559.
4131
4132 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4133
4134         Patch by: Bastien Nocera <hadess at hadess dot net>
4135
4136         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
4137         (gst_mythtv_src_init), (gst_mythtv_src_clear),
4138         (do_read_request_response), (gst_mythtv_src_create),
4139         (gst_mythtv_src_start):
4140         Correctly set duration to get a more correct seek bar in totem.
4141
4142         Disable query and event functions as they don't work and do some
4143         smaller cleanup.
4144
4145         Fixes bug #533736.
4146
4147 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4148
4149         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
4150
4151         * ext/spc/Makefile.am:
4152         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
4153         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
4154         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
4155         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
4156         (gst_spc_dec_src_query), (spc_play), (spc_setup):
4157         * ext/spc/gstspc.h:
4158         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
4159         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
4160         (spc_tag_get_info), (spc_tag_free):
4161         * ext/spc/tag.h:
4162         Add support for some essential features like seeking, reading song
4163         duration and extended tags. Fixes bug #454151.
4164
4165 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
4166
4167         * tests/check/elements/deinterleave.c: (GST_START_TEST):
4168         Set keep-positions property to TRUE for the 8 channel test to ensure
4169         that the original channel position is set on the output.
4170
4171 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
4172
4173         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
4174         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
4175         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
4176         (gst_deinterleave_get_property):
4177         * gst/interleave/deinterleave.h:
4178         Add a property to select whether channel positions should be kept on
4179         the mono output buffers or should be dropped.
4180
4181 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
4182
4183         * docs/Makefile.am:
4184         Oops - fix the spelling of the variable I added.
4185
4186 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4187
4188         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
4189         (gst_deinterleave_init), (gst_deinterleave_sink_event),
4190         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
4191         * gst/interleave/deinterleave.h:
4192         Queue events until src pads were added and they can be sent. Otherwise
4193         downstream will never get the first newsegment event.
4194
4195 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4196
4197         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
4198         (gst_deinterleave_getcaps):
4199         Always set the channel positions when gst_audio_get_channel_positions()
4200         returns something, even if they're not set in the caps. This makes
4201         sure that the output channels can be interleaved again correctly
4202         in the mono/stereo cases too.
4203
4204         Don't ask for the peercaps of the current pad in getcaps() as this
4205         might call getcaps() again and deadlock.
4206
4207 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4208
4209         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
4210         Check some more common locations for a valid configuration file.
4211         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
4212         to the distributions default location.
4213
4214 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4215
4216         * gst/interleave/Makefile.am:
4217         * gst/interleave/deinterleave.c: (deinterleave_24),
4218         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
4219         (gst_deinterleave_class_init), (gst_deinterleave_init),
4220         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
4221         (gst_deinterleave_set_process_function),
4222         (gst_deinterleave_sink_setcaps), (__remove_channels),
4223         (__set_channels), (gst_deinterleave_getcaps),
4224         (gst_deinterleave_process), (gst_deinterleave_chain),
4225         (gst_deinterleave_sink_activate_push):
4226         * gst/interleave/deinterleave.h:
4227         Add support for all raw audio formats and provide better negotiation
4228         if the caps are changing.
4229
4230         Don't allow changes of the channel positions and set the position of
4231         the corresponding channel on the src pad caps.
4232
4233         General cleanup and smaller bugfixes.
4234
4235         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
4236         Check the channel positions on the output buffer caps.
4237
4238 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4239
4240         * docs/Makefile.am:
4241         Don't attempt to build plugin docs when they're disabled.
4242
4243         * gst/bayer/Makefile.am:
4244         Add libgstvideo to the link.
4245
4246         * gst/rtpmanager/Makefile.am:
4247         Fix link order, and move LIBS things to _LIBS
4248
4249 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4250
4251         * docs/plugins/gst-plugins-bad-plugins.types:
4252         Remove bogus attempt to pull 'metadata' plugin's base
4253         class into the docs.
4254
4255 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4256
4257         * gst/rtpmanager/gstrtpjitterbuffer.c:
4258         (gst_rtp_jitter_buffer_chain):
4259         Simply drop bad RTP packets with a warning instead of just posting an
4260         error and stopping. This is a perfectly recoverable event and we don't
4261         force people to use an rtpbin to filter out bad packets first.
4262
4263 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4264
4265         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
4266         Set fixed caps on the srcpad after we created the pad...
4267
4268 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
4269
4270         * tests/check/Makefile.am:
4271           Remove deinterleave test from VALGRIND_TO_FIX again now that
4272           there are suppressions in gst.supp which make this work for me.
4273
4274 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
4275
4276         * tests/check/Makefile.am:
4277           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
4278           weird invalid free errors in valgrind/libc after _exit for some
4279           reason.
4280
4281         * tests/check/elements/deinterleave.c: (pads_created),
4282           (set_channel_positions), (src_handoff_float32_8ch),
4283           (float_buffer_check_probe),
4284           (pad_added_setup_data_check_float32_8ch_cb),
4285           (make_fake_src_8chans_float32), (GST_START_TEST),
4286           (deinterleave_suite):
4287           Add some more deinterleave unit test bits I had locally.
4288
4289 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
4290
4291         * gst/interleave/Makefile.am:
4292         * gst/interleave/deinterleave.h:
4293         * gst/interleave/interleave.h:
4294         * gst/interleave/plugin.h:
4295         Split definitions into separate header files for better documentation
4296         generation.
4297         
4298         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
4299         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
4300         (gst_deinterleave_process):
4301         Don't use alloca, allow caps changes as long as the number of channels
4302         does not change, don't use g_warning, return NOT_NEGOTIATED as early
4303         as possible and some other cleanup.
4304
4305         * gst/interleave/interleave.c: (gst_interleave_base_init),
4306         (gst_interleave_class_init):
4307         Do some random cleanup.
4308
4309         * tests/check/Makefile.am:
4310         * tests/check/elements/deinterleave.c: (GST_START_TEST),
4311         (deinterleave_chain_func), (deinterleave_pad_added),
4312         (deinterleave_suite):
4313         Add unit tests for the deinterleave element.
4314
4315 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4316
4317         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4318
4319         * gst/mpeg4videoparse/mpeg4videoparse.c:
4320         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
4321         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
4322         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
4323         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
4324         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
4325         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
4326         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
4327         * gst/mpeg4videoparse/mpeg4videoparse.h:
4328         Parse the config data (either outbound or in the stream) to set   
4329         width/height, apect ration, framerate in the caps if applicable.
4330         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
4331         intra frames
4332         Set the timestamps of outgoing buffers to the buffer in
4333         which the VOP header was found.
4334         Drop incoming data untill configuration is found (by default,
4335         configurable using a property).
4336         Report a 1 frame latency. Fixes #532723.
4337
4338 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4339
4340         * gst/real/gstrealvideodec.c: (open_library):
4341         Add some debug for where we are searching for libraries.
4342
4343 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4344
4345         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
4346         Actually add the do-lost property to the object.
4347
4348 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4349
4350         * gst/rtpmanager/gstrtpjitterbuffer.c:
4351         (gst_rtp_jitter_buffer_loop):
4352         Avoid waiting for a negative (huge) duration when the last packet has a
4353         lower timestamp than the current packet.
4354
4355 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
4356
4357         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
4358         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
4359         prevent a memory leak.
4360
4361
4362 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4363
4364         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4365         Quieten some docs output
4366
4367 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4368
4369         * gst/rtpmanager/gstrtpjitterbuffer.c:
4370         (gst_rtp_jitter_buffer_loop):
4371         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
4372
4373 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4374
4375         * docs/plugins/Makefile.am:
4376         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4377         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4378         * docs/plugins/inspect/plugin-gstinterlace.xml:
4379         * gst/deinterlace/gstdeinterlace.c:
4380         * gst/deinterlace/gstdeinterlace.h:
4381         Random doc of the day: the deinterlace element.
4382
4383 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4384
4385         * gst/mpegtsparse/mpegtspacketizer.c:
4386         * gst/mpegtsparse/mpegtsparse.c:
4387         Make sure all schedule EIT and non-actual transport stream
4388         EITs are parsed. Also add present-following flag and
4389         actual-transport-stream flag to eit bus message.
4390
4391 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
4392
4393         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
4394         Make sure to unref the caps used by RTPSource to prevent a memory leak.
4395
4396 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
4397
4398         Based on patch by: Clive Wright <clive_wright ntlworld com>
4399
4400         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
4401           Apparently mono sliders have the mono value repeated in the upper bits,
4402           so mask those out when reading them. Probably makes the mixer applet
4403           work properly in some more cases.
4404
4405 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4406
4407         Patch by: Olivier Crete <tester at tester dot ca>
4408
4409         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
4410         (rtp_session_process_bye), (rtp_session_send_bye_locked):
4411         Unlock the session lock when calling one of our callbacks. 
4412         Fixes #532011.
4413
4414 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4415
4416         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4417
4418         * gst/rtpmanager/gstrtpsession.c:
4419         (gst_rtp_session_event_send_rtp_sink):
4420         Send RTP BYE command on EOS. Fixes bug #531955.
4421
4422 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4423
4424         * win32/common/config.h.in:
4425           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
4426           use the real thing than having "???" unconditionally.
4427
4428 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4429
4430         * gst-libs/gst/app/.cvsignore:
4431         * gst-libs/gst/app/Makefile.am:
4432         * gst-libs/gst/app/gstapp-marshal.list:
4433         Add marshal.list, make it compile and add to cvsignore.
4434
4435         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
4436         (gst_app_sink_stop):
4437         Small cleanups.
4438
4439         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
4440         (gst_app_src_init), (gst_app_src_set_property),
4441         (gst_app_src_get_property), (gst_app_src_unlock),
4442         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
4443         (gst_app_src_create), (gst_app_src_set_caps),
4444         (gst_app_src_get_caps), (gst_app_src_set_size),
4445         (gst_app_src_get_size), (gst_app_src_set_seekable),
4446         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
4447         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
4448         (gst_app_src_end_of_stream):
4449         * gst-libs/gst/app/gstappsrc.h:
4450         Beat appsrc in shape, add signals and actions.
4451         Add some docs.
4452         Add properties for caps, size, seekability and max-buffers.
4453         Fix unlock/stop code.
4454
4455 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4456
4457         * configure.ac:
4458           Error out if we don't have the required versions of core/base.
4459
4460 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4461
4462         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4463         (gst_app_sink_init), (gst_app_sink_set_property),
4464         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
4465         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
4466         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
4467         (gst_app_sink_preroll), (gst_app_sink_render),
4468         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
4469         (gst_app_sink_get_drop):
4470         * gst-libs/gst/app/gstappsink.h:
4471         Start some docs.
4472         Add property to drop buffers when the queue is filled
4473         Fix unlocking and flushing when the queues are filled.
4474
4475 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
4476
4477         Patch by: Jens Granseuer <jensgr at gmx dot net>
4478
4479         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
4480         Declare variables at the beginning of blocks. Fixes compilation with
4481         gcc 2.x and other compilers. Fixes bug #530611.
4482
4483 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4484
4485         * gst/mpegtsparse/mpegtspacketizer.c:
4486         * gst/mpegtsparse/mpegtspacketizer.h:
4487         * gst/mpegtsparse/mpegtsparse.c:
4488         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
4489         by pid number. This allows for example the EPG data from UK's
4490         freesat to be picked up.
4491
4492 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
4493
4494         * ext/mpeg2enc/gstmpeg2enc.cc:
4495         * ext/soundtouch/gstbpmdetect.cc:
4496         Cast NULL sentinels to void * as NULL is defined as an integer
4497         constant in most environments when using C++ and it's size might
4498         be different from a pointer.
4499
4500 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4501
4502         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4503         (gst_app_sink_init), (gst_app_sink_set_property),
4504         (gst_app_sink_get_property), (gst_app_sink_event),
4505         (gst_app_sink_preroll), (gst_app_sink_render),
4506         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
4507         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
4508         (gst_app_sink_pull_buffer):
4509         * gst-libs/gst/app/gstappsink.h:
4510         Add more docs.
4511         Add signals for when preroll and render buffers are available.
4512         Add property to control signal emission.
4513         Add property to control the max queue size.
4514
4515 2008-04-25  Michael Smith <msmith@songbirdnest.com>
4516
4517         * gst-libs/gst/dshow/Makefile.am:
4518           Use CXXFLAGS rather than CFLAGS; these are C++ files.
4519           Define required constants appropriately.
4520         * sys/dshowdecwrapper/Makefile.am:
4521           Add required include dir, libraries.
4522           Define required constants appropriately.
4523
4524 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4525
4526         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
4527         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
4528         * gst/rtpmanager/gstrtpbin.h:
4529         Expose new jitterbuffer property in rtpbin too.
4530
4531 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4532
4533         * gst/rtpmanager/gstrtpjitterbuffer.c:
4534         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
4535         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
4536         (gst_rtp_jitter_buffer_get_property):
4537         Disable sending out rtp packet lost events by default and make a
4538         property to enabe it. We will likely enable it by default when the base
4539         depayloaders have a default handler for them so that we don't send these
4540         events all through the pipeline for now.
4541
4542 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4543
4544         * gst/rtpmanager/gstrtpjitterbuffer.c:
4545         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
4546         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
4547         (gst_rtp_jitter_buffer_loop):
4548         Remove private version of a function that is in -base now.
4549         Add src event handler.
4550         Rework the jitterbuffer pushing loop so that it can quickly react to
4551         lost packets and instruct the depayloader of them. This can then be used
4552         to implement error concealment data.
4553
4554 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4555
4556         * gst/rtpmanager/gstrtpsession.c:
4557         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
4558         (create_send_rtcp_src):
4559         Set up some internal links functions for the RTCP and sync pads because
4560         the defaults are really not correct.
4561         Implement a query handler for the RTCP src pad, mostly to correctly
4562         report about the latency.
4563
4564 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4565
4566         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
4567         (gst_rtp_bin_sync_chain):
4568         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
4569         (rtp_session_process_sr), (rtp_session_on_timeout):
4570         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
4571         (calculate_jitter):
4572         * gst/rtpmanager/rtpsource.h:
4573         * gst/rtpmanager/rtpstats.h:
4574         Also keep track of the first buffer timestamp together with the first
4575         RTP timestamp as they both are needed to construct the timing of
4576         outgoing packets in the jitterbuffer and are therefore also needed to
4577         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
4578         with a wildly different gap.
4579
4580 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4581
4582         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
4583         Forward unknown queries upstream instead of returning FALSE on them.
4584
4585 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4586
4587         * configure.ac:
4588         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
4589         (gst_musepackdec_init), (gst_musepackdec_dispose),
4590         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
4591         (gst_musepackdec_loop), (plugin_init):
4592         * ext/musepack/gstmusepackdec.h:
4593         * ext/musepack/gstmusepackreader.c:
4594         * ext/musepack/gstmusepackreader.h:
4595         Add support for the new libmpcdec API which magically gets us support
4596         for SV8 files. Also do some random cleanup. Fixes bug #526905.
4597
4598 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4599
4600         * configure.ac:
4601         Back to development -> 0.10.7.1
4602
4603 === release 0.10.7 ===
4604
4605 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
4606
4607         * configure.ac:
4608           releasing 0.10.7, "House of Cards"
4609
4610 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
4611
4612         * ext/faad/gstfaad.c:
4613           Don't leak GstAudioChannelPosition. Fixes #529378.
4614
4615 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4616
4617         * gst/sdp/gstsdpdemux.c: (request_pt_map):
4618         Ref caps, see #528245.
4619
4620 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4621
4622         * configure.ac:
4623         0.10.6.4 pre-release
4624
4625 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4626
4627         * tests/check/elements/rganalysis.c: (GST_START_TEST):
4628         Don't leak a tag list. Fixes bug #529285.
4629
4630 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4631
4632         * tests/check/elements/ofa.c: (bus_handler):
4633         Don't leak the tags string and tag list. Fixes bug #529283.
4634
4635 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4636
4637         Patch by: Olivier Crete <tester at tester dot ca>
4638
4639         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
4640         (new_ssrc_pad_found):
4641         Ref caps when inserting into the cache.
4642         Don't leak pads.
4643
4644         * gst/rtpmanager/gstrtpjitterbuffer.c:
4645         (gst_rtp_jitter_buffer_get_clock_rate),
4646         (gst_rtp_jitter_buffer_query):
4647         Avoid a caps leak.
4648         Don't leak refcount in query.
4649
4650         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
4651         (gst_rtp_pt_demux_chain):
4652         Avoid caps leaks.
4653
4654         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
4655         (gst_rtp_session_init), (return_true),
4656         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
4657         (gst_rtp_session_clock_rate):
4658         Ref caps when inserting into the cache.
4659         Fix some more caps leaks. Fixes #528245.
4660
4661 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4662
4663         * tests/icles/metadata_editor.c:
4664           Add cast to placate gcc 4.1.2.
4665
4666 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4667
4668         * configure.ac:
4669         0.10.6.3 pre-release
4670
4671 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4672
4673         * sys/dvb/gstdvbsrc.c:
4674         Revert patch that added a loop timeout.
4675         Fixes #528614.
4676
4677 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4678
4679         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
4680         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
4681         * gst/rtpmanager/gstrtpjitterbuffer.c:
4682         (gst_rtp_jitter_buffer_get_clock_rate):
4683         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
4684         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
4685         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
4686         Don't leak a padname.
4687         Don't leak client streams list.
4688         Lock rtpbin when associating streams. Fixes #528245.
4689
4690 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4691
4692         * tests/check/Makefile.am:
4693         Don't inlcude dc1394src in the generic/states test as it requires
4694         special hardware. Fixes bug #528011.
4695
4696 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4697
4698         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
4699         Only check if the generated fingerprints are valid Base64. The
4700         fingerprints are different when running on different architectures
4701         which is a) no problem because the fingerprints are tolerant enough
4702         and b) is caused by libofa. Fixes bug #528266.
4703
4704 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4705
4706         * ext/timidity/Makefile.am:
4707         Dist all source files, no matter if only timidity or wildmidi or
4708         nothing is found by configure. Fixes bug #528000.
4709
4710 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4711
4712         * gst-plugins-bad.spec.in:
4713           Remove souphttpsrc plugin from spec files, it's moved to -good.
4714
4715 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4716
4717         * tests/check/Makefile.am:
4718         Remove soup test certificates from the dist.
4719
4720 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4721
4722         * ext/dirac/gstdiracenc.cc:
4723         Fix compilation by casting string constants.
4724
4725         * sys/Makefile.am:
4726         Fix WININET_DIR variable reference.
4727
4728 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4729
4730         * configure.ac:
4731         * docs/plugins/Makefile.am:
4732         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4733         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4734         * docs/plugins/gst-plugins-bad-plugins.args:
4735         * docs/plugins/inspect/plugin-soup.xml:
4736         * ext/Makefile.am:
4737         * ext/soup/Makefile.am:
4738         * ext/soup/gstsouphttpsrc.c:
4739         * ext/soup/gstsouphttpsrc.h:
4740         * tests/check/Makefile.am:
4741         * tests/check/elements/souphttpsrc.c:
4742         * tests/check/test-cert.pem:
4743         * tests/check/test-key.pem:
4744
4745         Remove soup plugin that's moved to -good (#523124)
4746
4747 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4748
4749         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
4750           (gst_flv_parse_tag_script):
4751           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
4752           crash caused by a strlen on a NULL string (#527622).
4753
4754 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4755
4756         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4757
4758         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
4759           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
4760           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
4761           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
4762           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
4763         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
4764           Don't increase latency by queuing buffers in an async queue when
4765           the streaming thread can't keep up or isn't scheduled often
4766           enough for some other reason, but just drop the previous buffer
4767           in that case. Also implement GstBaseSrc::unlock for faster
4768           unlocking when shutting down. (#520892).
4769
4770 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4771
4772         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
4773           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
4774           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
4775           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
4776           (me_gst_setup_view_pipeline), (process_file):
4777         * tests/icles/metadata_editor.glade:
4778           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
4779           drawing/scaling logic to make this compile and work on all platforms.
4780           Fixes #518227.
4781
4782 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4783
4784         * configure.ac:
4785           Bump core/base requirements to released versions to avoid
4786           confusion.
4787
4788         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
4789           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
4790           (gst_deinterlace_set_caps), (plugin_init):
4791           Add debug category, use _set_element_details_simple and
4792           remove special code path for Y42B to calculate offsets and
4793           strides; libgstvideo knows how to handle this format now.
4794
4795 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4796
4797         * gst/cdxaparse/Makefile.am:
4798         * gst/cdxaparse/gstcdxaparse.c:
4799         * gst/cdxaparse/gstcdxastrip.c:
4800         * gst/cdxaparse/gstcdxastrip.h:
4801         * gst/cdxaparse/gstvcdparse.c:
4802         * gst/cdxaparse/gstvcdparse.h:
4803           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
4804           anything the 0.8 version didn't do though.
4805
4806 2008-04-11  Julien Moutte  <julien@fluendo.com>
4807
4808         * sys/oss4/oss4-mixer-enum.c:
4809         (gst_oss4_mixer_enum_get_values_locked):
4810         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
4811         format in debug statements.
4812
4813 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4814
4815         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4816
4817         * configure.ac:
4818         * sys/Makefile.am:
4819         * sys/wininet/Makefile.am:
4820         * sys/wininet/gstwininetsrc.c:
4821         * sys/wininet/gstwininetsrc.h:
4822           Add wininetsrc for basic http/ftp support on windows (#520897).
4823
4824 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4825
4826         * gst/nsf/nsf.h:
4827           Change prototype of process function here too to avoid
4828           'incompatible assignment' warnings.
4829
4830 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
4831
4832         * tests/check/elements/souphttpsrc.c: (got_buffer),
4833         (souphttpsrc_suite):
4834         Increase the timeout for the internet tests to 250 seconds
4835         and check for NULL caps instead of just crashing.
4836         The real fix would be to implement an shoutcast server for the unit test
4837         instead of relying on a working internet connection.
4838         Fixes bug #521749.
4839
4840 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
4841
4842         * gst/rtpmanager/gstrtpbin.c: (free_session):
4843         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
4844         Avoid leaking pads in the RTP manager.
4845
4846 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4847
4848         * gst/nsf/nes_apu.c: (apu_process):
4849         * gst/nsf/nes_apu.h:
4850         Don't do void pointer arithmetic - it's a gcc extension.
4851
4852 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4853
4854         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
4855           Work around missing bits of thread-safety on older GLibs some
4856           more to avoid assertions when starting up multiple playbin
4857           objects concurrently (see #512382).
4858
4859 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4860
4861         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4862
4863         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
4864         Only ignore actual redirects not all responses when in state
4865         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
4866
4867 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4868
4869         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4870
4871         * configure.ac:
4872         Actually build dlls when cross-compiling with mingw32.
4873         Fixes bug #526247.
4874
4875 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4876
4877         * tests/check/elements/ofa.c: (GST_START_TEST):
4878         Also check that we have processed at least 135 seconds of audio
4879         until we stop and calculated a fingerprint.
4880
4881 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4882
4883         * gst/subenc/gstsrtenc.c:
4884         * gst/subenc/gstsrtenc.h:
4885           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4886
4887 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4888
4889         * tests/check/Makefile.am:
4890         * tests/check/elements/.cvsignore:
4891         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4892         (ofa_suite), (main):
4893         Add simple unit tests for the OFA plugin.
4894
4895 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4896
4897         * configure.ac:
4898         * sys/Makefile.am:
4899         * sys/oss4/Makefile.am:
4900         * sys/oss4/oss4-audio.c:
4901         * sys/oss4/oss4-audio.h:
4902         * sys/oss4/oss4-mixer-enum.c:
4903         * sys/oss4/oss4-mixer-enum.h:
4904         * sys/oss4/oss4-mixer-slider.c:
4905         * sys/oss4/oss4-mixer-slider.h:
4906         * sys/oss4/oss4-mixer-switch.c:
4907         * sys/oss4/oss4-mixer-switch.h:
4908         * sys/oss4/oss4-mixer.c:
4909         * sys/oss4/oss4-mixer.h:
4910         * sys/oss4/oss4-property-probe.c:
4911         * sys/oss4/oss4-property-probe.h:
4912         * sys/oss4/oss4-sink.c:
4913         * sys/oss4/oss4-sink.h:
4914         * sys/oss4/oss4-soundcard.h:
4915         * sys/oss4/oss4-source.c:
4916         * sys/oss4/oss4-source.h:
4917           Add initial support for OSSv4. Mixer still needs a bit more love,
4918           but even magic has its limits.
4919
4920 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4921
4922         * configure.ac:
4923         * gst-plugins-bad.spec.in:
4924         * gst/srtenc/Makefile.am:
4925         * gst/srtenc/gstsrtenc.c:
4926         * gst/srtenc/gstsrtenc.h:
4927         * gst/subenc/Makefile.am:
4928         * gst/subenc/gstsrtenc.c: (plugin_init):
4929           Rename new srtenc plugin to subenc.
4930
4931 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4932
4933         * gst/mpegtsparse/mpegtspacketizer.c:
4934         Cable delivery subsystem descriptors' frequency's bcd
4935         is measured in 100Hz units so adjust multiplier accordingly.
4936
4937 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4938
4939         * configure.ac:
4940         * gst/srtenc/Makefile.am:
4941         * gst/srtenc/gstsrtenc.c:
4942         * gst/srtenc/gstsrtenc.h:
4943         Add srt subtitle encoder
4944
4945 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4946
4947         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4948
4949         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4950         (gst_gsmdec_chain):
4951         * ext/gsm/gstgsmdec.h:
4952         Increase the allowed samplerates for the ms-gsm format.
4953         Fixes #481354.
4954
4955 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4956
4957         Patch by: Jan de Groot <jan at jgc homeip net>
4958
4959         * configure.ac:
4960           Fix build with --disable-external (#525100).
4961
4962 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4963
4964         * sys/dvb/gstdvbsrc.c:
4965         Repeat diseqc call to allow for some diseqc switches.
4966
4967 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4968
4969         * ext/Makefile.am:
4970         Dist ofa correctly! Fixes non-uninstalled build.
4971
4972 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4973
4974         * sys/dvb/gstdvbsrc.c:
4975         Make diseqc work more reliably.
4976
4977 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4978
4979         * gst/nsf/Makefile.am:
4980         * gst/nsf/fds_snd.c:
4981         * gst/nsf/mmc5_snd.c:
4982         * gst/nsf/nsf.c:
4983         * gst/nsf/types.h:
4984         * gst/nsf/vrc7_snd.c:
4985         * gst/nsf/vrcvisnd.c:
4986         * gst/nsf/memguard.c:
4987         * gst/nsf/memguard.h:
4988         Remove memguard again and apply hopefully all previously dropped
4989         local patches. Should be really better than the old version now.
4990
4991 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4992
4993         * gst/nsf/memguard.c: (_my_free):
4994         * gst/nsf/types.h:
4995         Unbreak compilation by disabling memguard and doing some dirty hack
4996         fixes to make it compile on 64bits.
4997
4998 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4999
5000         Patch by: Andreas Henriksson <andreas at fatal dot set>
5001
5002         * gst/nsf/Makefile.am:
5003         * gst/nsf/dis6502.h:
5004         * gst/nsf/fds_snd.c:
5005         * gst/nsf/fds_snd.h:
5006         * gst/nsf/fmopl.c:
5007         * gst/nsf/fmopl.h:
5008         * gst/nsf/gstnsf.c:
5009         * gst/nsf/log.c:
5010         * gst/nsf/log.h:
5011         * gst/nsf/memguard.c:
5012         * gst/nsf/memguard.h:
5013         * gst/nsf/mmc5_snd.c:
5014         * gst/nsf/mmc5_snd.h:
5015         * gst/nsf/nes6502.c:
5016         * gst/nsf/nes6502.h:
5017         * gst/nsf/nes_apu.c:
5018         * gst/nsf/nes_apu.h:
5019         * gst/nsf/nsf.c:
5020         * gst/nsf/nsf.h:
5021         * gst/nsf/osd.h:
5022         * gst/nsf/types.h:
5023         * gst/nsf/vrc7_snd.c:
5024         * gst/nsf/vrc7_snd.h:
5025         * gst/nsf/vrcvisnd.c:
5026         * gst/nsf/vrcvisnd.h:
5027         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
5028         on some files. Fixes bug #498237.
5029
5030         Remove some // comments, fix some compiler warnings and use pow()
5031         instead of a slow, selfmade implementation.
5032
5033 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
5034
5035         Patch by: Ed Catmur <ed at catmur dot co dot uk>
5036
5037         * configure.ac:
5038         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
5039
5040 2008-03-24  Rene Stadler  <mail@renestadler.de>
5041
5042         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
5043           (gst_rg_analysis_transform_ip):
5044         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
5045           (gst_rg_limiter_transform_ip):
5046         Make rganalysis and rglimiter elements GAP-flag aware.
5047
5048         * tests/check/elements/rganalysis.c: (test_gap_buffers),
5049           (rganalysis_suite):
5050         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
5051         Add tests to verify gap-awareness.
5052
5053 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
5054
5055         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
5056         (gst_soup_http_src_chunk_allocator),
5057         (gst_soup_http_src_got_chunk_cb),
5058         (gst_soup_http_src_uri_get_protocols):
5059         Don't autoplug souphttpsrc for dav/davs. This is better handled by
5060         GIO and GnomeVFS as they provide authentication.
5061
5062         Don't leak the icy caps if we already set them and get a new
5063         icy-metaint header.
5064
5065         Try harder to set the icy caps on the output buffer to have correct
5066         caps for the first buffer already.
5067
5068         * tests/check/elements/souphttpsrc.c: (got_buffer),
5069         (GST_START_TEST):
5070         Check that we get a buffer with application/x-icy caps if iradio-mode
5071         is enabled and we have an icecast URL.
5072
5073 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
5074
5075         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
5076         Actually set the icy caps on our src pad if we have icecast data.
5077         Fixes bug #523854.
5078
5079 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5080
5081         * configure.ac:
5082         Check if the compiler supports do { } while (0) macros. This fixes
5083         a warning when compiling with g++ 4.3, resulting in a build failure
5084         because of -Werror.
5085
5086         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5087         * ext/mplex/gstmplex.cc:
5088         Include <string.h> for memcpy and friends to fix the build with
5089         gcc 4.3.
5090
5091         * tests/check/Makefile.am:
5092         Remove trailing backslash.
5093
5094 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
5095
5096         * gst/selector/gstinputselector.c:
5097         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
5098         Do g_object_notify() only when not holding the lock to get the property
5099         because otherwise we run into a deadlock with the deep-notify handlers
5100         that are possibly installed.
5101
5102 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
5103
5104         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
5105         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
5106         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
5107         Release the selector lock when pad alloc happens on a non selected pad.
5108
5109 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
5110
5111         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
5112         (gst_selector_pad_init), (gst_selector_pad_set_property),
5113         (gst_selector_pad_get_property), (gst_selector_pad_event),
5114         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
5115         (gst_input_selector_set_active_pad):
5116         Add pad property to configure behaviour of the unselected pad, it can
5117         return OK or NOT_LINKED, based on the use case.
5118
5119 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
5120
5121         * gst/selector/gstinputselector.c:
5122         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
5123         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
5124         (gst_input_selector_wait), (gst_selector_pad_chain),
5125         (gst_input_selector_class_init), (gst_input_selector_init),
5126         (gst_input_selector_dispose), (gst_segment_set_start),
5127         (gst_input_selector_set_active_pad),
5128         (gst_input_selector_set_property),
5129         (gst_input_selector_get_property),
5130         (gst_input_selector_get_linked_pad),
5131         (gst_input_selector_is_active_sinkpad),
5132         (gst_input_selector_activate_sinkpad),
5133         (gst_input_selector_request_new_pad),
5134         (gst_input_selector_release_pad),
5135         (gst_input_selector_change_state), (gst_input_selector_block),
5136         (gst_input_selector_switch):
5137         * gst/selector/gstinputselector.h:
5138         Figure out the locking a bit more.
5139         Mark buffers with discont after switching.
5140         Fix initial segment forwarding, make sure to only forward one segment
5141         regardless of what the sequence of buffers/segments is. See #522203.
5142         Improve flushing when blocked.
5143         Return NOT_LINKED when a stream is not selected.
5144         Not API change for the switch signal in the docs.
5145         Fix start/time/accum values of the new segment.
5146         Correctly unlock and flush a blocking selector when going to READY.
5147
5148 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
5149
5150         * ext/ladspa/gstladspa.c:
5151         * ext/ladspa/gstsignalprocessor.c:
5152           Add some thoughts and FIXME's.
5153
5154 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
5155
5156         * gst/bayer/gstbayer2rgb.c:
5157           Include stdlib.h for abs.
5158
5159 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
5160
5161         * gst/freeze/FAQ:
5162         * gst/freeze/Makefile.am:
5163         * gst/freeze/gstfreeze.c:
5164           Add example to source code documentation blob and remove the 3 line
5165           FAQ.
5166
5167         * gst/interleave/interleave.c:
5168           Add a source code documentation blob.
5169
5170 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
5171
5172         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
5173         (gst_ofa_transform_ip), (plugin_init):
5174         Improve debugging, clean up a bit and really generate the fingerprint
5175         after 135 seconds.
5176
5177 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
5178
5179         * ext/ofa/gstofa.c:
5180         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
5181
5182 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
5183
5184         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
5185
5186         * configure.ac:
5187         * ext/ofa/Makefile.am:
5188         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
5189         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
5190         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
5191         (plugin_init):
5192         * ext/ofa/gstofa.h:
5193         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
5194         Fixes bug #351309.
5195
5196 2008-03-18  Andy Wingo  <wingo@pobox.com>
5197
5198         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
5199         and a potential int overflow.
5200
5201         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
5202         Avoids a #warning about an ignored #pragma.
5203
5204 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5205
5206         * examples/switch/switcher.c:
5207         Update switch example to use input selector.
5208
5209 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
5210
5211         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
5212         (gst_neonhttp_src_send_request_and_redirect):
5213         Handle HTTP status code 303 (See Other) the same way
5214         as 302 (Found). Not sure what to do about all the other 3xx
5215         redirect status codes. Fixes bug #522884.
5216
5217 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
5218
5219         * gst-libs/gst/dshow/Makefile.am:
5220         Make sure the dshow helper library headers get distributed in the next
5221         release.
5222
5223 2008-03-14  David Schleef  <ds@schleef.org>
5224
5225         Patch by: William M. Brack
5226
5227         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
5228
5229 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5230
5231         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
5232         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
5233         (gst_input_selector_class_init),
5234         (gst_input_selector_set_active_pad),
5235         (gst_input_selector_set_property),
5236         (gst_input_selector_push_pending_stop):
5237         Add lots of debugging. 
5238         Fix time member in the newsegment event.
5239
5240 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5241
5242         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
5243         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5244         (gst_selector_pad_event), (gst_input_selector_class_init),
5245         (gst_input_selector_init), (gst_input_selector_set_active_pad),
5246         (gst_input_selector_set_property),
5247         (gst_input_selector_get_property),
5248         (gst_input_selector_request_new_pad),
5249         (gst_input_selector_release_pad),
5250         (gst_input_selector_push_pending_stop),
5251         (gst_input_selector_switch):
5252         * gst/selector/gstinputselector.h:
5253         Various cleanups.
5254         Added tags to the pads.
5255         Select active pad based on the pad object instead of its name.
5256         Fix refcount in set_active_pad.
5257         Add property to get the number of pads.
5258
5259         * gst/selector/gstoutputselector.c:
5260         (gst_output_selector_class_init),
5261         (gst_output_selector_set_property),
5262         (gst_output_selector_get_property):
5263         Various cleanups.
5264         Select the active pad based on the pad object instead of its name.
5265         Fix locking when setting the active pad.
5266
5267         * gst/selector/gstselector-marshal.list:
5268         * tests/check/elements/selector.c: (cleanup_pad),
5269         (selector_set_active_pad), (run_input_selector_buffer_count):
5270         Fixes for pad instead of padname for pad selection.
5271
5272 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5273
5274         * ext/alsaspdif/alsaspdifsink.c:
5275         * ext/gsm/gstgsm.c:
5276         * ext/jack/gstjack.c:
5277         * ext/libmms/gstmms.c:
5278         * ext/neon/gstneonhttpsrc.c:
5279         * ext/shout/gstshout.c:
5280         * ext/timidity/gsttimidity.c:
5281         * ext/timidity/gstwildmidi.c:
5282         * gst/nuvdemux/gstnuvdemux.c:
5283         * gst/tta/gsttta.c:
5284         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5285         of hardcoding values where possible. Fixes bug #522212.
5286
5287 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5288
5289         Patch by: Wouter Cloetens <wouter at mind dot be>
5290
5291         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
5292         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
5293         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
5294         * ext/soup/gstsouphttpsrc.h:
5295         Try to resume on server disconnect. Fixes bug #522134.
5296
5297 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5298
5299         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
5300         Set correct pixel aspect ratio for the encoder.
5301
5302 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5303
5304         Patch by: Olivier Crete <tester at tester dot ca>
5305
5306         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
5307         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
5308         (rtp_session_create_source), (rtp_session_process_rtp),
5309         (rtp_session_process_sr), (rtp_session_process_rr),
5310         (rtp_session_process_sdes), (rtp_session_process_bye),
5311         (rtp_session_send_bye_locked), (rtp_session_send_bye),
5312         (rtp_session_on_timeout):
5313         * gst/rtpmanager/rtpsession.h:
5314         Implement collision and loop detection in rtpmanager.
5315         Fixes #520626.
5316
5317         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
5318         (rtp_source_init):
5319         * gst/rtpmanager/rtpsource.h:
5320         Add method to reset stats.
5321
5322 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5323
5324         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5325
5326         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
5327         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
5328         (join_rtcp_thread), (gst_rtp_session_change_state):
5329         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
5330         be blocked downstream. Also avoid spawning multiple rtcp threads.
5331         Fixes #520894.
5332
5333 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5334
5335         Patch by: Stefan Kost <ensonic@users.sf.net>
5336
5337         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
5338         Don't try to reset the clock skew when we have no timestamps.
5339         Fixes #519005.
5340
5341 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5342
5343         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5344
5345         * ext/faad/gstfaad.c: (looks_like_valid_header):
5346         Improve the header checking to look for what faad2 looks
5347         for too. Fixes playback of same apple trailers.
5348         Fixes bug #469979.
5349
5350 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5351
5352         * configure.ac:
5353         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
5354         2.0.0-rcX is newer than 2.0.0 so we check for this too.
5355
5356 2008-03-05  David Schleef  <ds@schleef.org>
5357
5358         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
5359           from the encoder program in dirac.
5360
5361 2008-03-05  David Schleef  <ds@schleef.org>
5362
5363         * configure.ac:
5364         * ext/Makefile.am:
5365         * ext/dirac/Makefile.am:
5366         * ext/dirac/gstdirac.cc:
5367         * ext/dirac/gstdiracenc.cc:
5368           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
5369           elements.
5370
5371 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5372
5373         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5374
5375         * configure.ac:
5376         * ext/Makefile.am:
5377         * ext/mplex/Makefile.am:
5378         * ext/mplex/gstmplex.cc:
5379         * ext/mplex/gstmplex.hh:
5380         * ext/mplex/gstmplexibitstream.cc:
5381         * ext/mplex/gstmplexibitstream.hh:
5382         * ext/mplex/gstmplexjob.cc:
5383         * ext/mplex/gstmplexjob.hh:
5384         * ext/mplex/gstmplexoutputstream.cc:
5385         * ext/mplex/gstmplexoutputstream.hh:
5386         Port mplex element to 0.10. Fixes bug #520329.
5387
5388         * tests/check/Makefile.am:
5389         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
5390         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
5391         (GST_START_TEST), (mplex_suite), (main):
5392         Add unit test for the mplex element.
5393
5394 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5395
5396         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5397
5398         * configure.ac:
5399         Clean up detection of different mjpegtoolsAPI versions.
5400
5401         * ext/mpeg2enc/gstmpeg2enc.cc:
5402         * ext/mpeg2enc/gstmpeg2enc.hh:
5403         * ext/mpeg2enc/gstmpeg2encoder.cc:
5404         * ext/mpeg2enc/gstmpeg2encoptions.cc:
5405         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5406         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
5407         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
5408         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
5409         Streamline conditional code for evolving mjpegtools API,
5410         optimize and fix/prevent crash in log handling, use
5411         names/nicks for enums in the usual way andm inor updates
5412         in code and properties/settings. Partially fixes bug #520329.
5413
5414 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5415
5416         * gst/mpegtsparse/gstmpegdesc.h:
5417         * gst/mpegtsparse/mpegtspacketizer.c:
5418         Add parsing of cable delivery system descriptor.
5419
5420 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5421
5422         * configure.ac:
5423         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5424         plug-ins are included/excluded. (#498222)
5425
5426 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
5427
5428         Patch by: Jens Granseuer <jensgr at gmx dot net>
5429
5430         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
5431         (gst_mve_demux_get_type):
5432         Fix audio discontinuity that happens when silent chunks are
5433         followed by real data again. Fixes bug #519905.
5434
5435 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5436
5437         * sys/dvb/gstdvbsrc.c:
5438         * sys/dvb/parsechannels.c:
5439         Add DVB-C support. Special thanks to Christian Schaller
5440         for a testing ground.
5441
5442 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5443
5444         * gst/mpegtsparse/mpegtsparse.c:
5445         Only send PMTs to program pads that the PMT is for even if
5446         on same pid.
5447         As a by-product, we now no longer hardcode any psi pid numbers.
5448         Also remove pcr stream from old pmt when we apply a new pmt.
5449
5450 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
5451
5452         * ext/metadata/TODO:
5453         * ext/metadata/metadata_mapping.htm:
5454         * ext/metadata/metadataexif.c:
5455         * ext/metadata/metadatatags.c:
5456         * ext/metadata/metadatatags.h:
5457         * tests/icles/metadata_editor.c:
5458         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
5459         local time (those changes has been done in previous comit but had to
5460         be revert in 2008-02-10 due to frozen)
5461
5462 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5463
5464         * sys/dvb/camutils.c:
5465         Remove the G_VALUE_HOLDS_BOXED checks. They were
5466         only added to help debug the data corruption.
5467
5468 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5469
5470         * sys/dvb/camutils.c:
5471         Don't free the program descriptors, this structure
5472         containing them is still stored after.
5473         Fixes data corruption.
5474
5475 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5476
5477         * sys/dvb/camutils.c:
5478         Extra checks to prevent data corruption/segfaults.
5479
5480 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5481
5482         * ext/nas/nassink.c:
5483           Fix build warning by using portable API.
5484
5485 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5486
5487         * gst/selector/gstoutputselector.c:
5488           Fix changing to same pad twice before a chain call.     
5489
5490 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5491
5492         Patch by: Daniel Fischer <dan at f3c dot com>
5493
5494         * configure.ac:
5495         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
5496         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
5497         * ext/dc1394/gstdc1394.h:
5498         Add support for libdc1394 2.0.0 and above and require this version
5499         now. Fixes bug #514964.
5500
5501 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5502
5503         Patch by: Wouter Cloetens <wouter at mind dot be>
5504
5505         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
5506         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5507         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5508         (gst_soup_http_src_create):
5509         * ext/soup/gstsouphttpsrc.h:
5510         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
5511         (souphttpsrc_suite):
5512         Add support for specifying a list of cookies to be passed in
5513         the HTTP request. Fixes bug #518722.
5514
5515 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5516
5517         * gst/selector/gstinputselector.c:
5518         * gst/selector/gstinputselector.h:
5519           Added "select-all" property to make it work like aggregator in 0.8.
5520
5521         * gst/selector/gstoutputselector.c:
5522           Fix resend-latest behavoiur.
5523           
5524         * tests/check/Makefile.am:
5525         * tests/check/elements/.cvsignore:
5526         * tests/check/elements/selector.c:
5527           Add unit tests for selector.
5528
5529 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5530
5531         * configure.ac:
5532         * ext/timidity/gsttimidity.c: (plugin_init):
5533         * ext/timidity/gstwildmidi.c: (plugin_init):
5534         Remove midi typefinders and require base CVS as they moved there.
5535
5536 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5537
5538         * ext/Makefile.am:
5539         Only disable the ext/timidity directory if both, wildmidi
5540         _and_ timidity are not available.
5541
5542 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5543
5544         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
5545
5546         * ext/Makefile.am:
5547         Build the wildmidi plugin if it's enabled and not only when
5548         both, the timidity and wildmidi plugin, are enabled.
5549
5550 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5551
5552         * configure.ac:
5553         * ext/mpeg2enc/Makefile.am:
5554         * ext/soundtouch/Makefile.am:
5555         * gst/modplug/Makefile.am:
5556           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5557           when building C++ code.
5558
5559 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5560
5561         * sys/dvb/gstdvbsrc.c:
5562         Add initial support for multiproto driver (not yet merged into
5563         v4l-dvb mainline yet).
5564         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
5565
5566 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5567
5568         * docs/plugins/inspect/plugin-alsaspdif.xml:
5569         * docs/plugins/inspect/plugin-app.xml:
5570         * docs/plugins/inspect/plugin-bayer.xml:
5571         * docs/plugins/inspect/plugin-bz2.xml:
5572         * docs/plugins/inspect/plugin-cdaudio.xml:
5573         * docs/plugins/inspect/plugin-cdxaparse.xml:
5574         * docs/plugins/inspect/plugin-dfbvideosink.xml:
5575         * docs/plugins/inspect/plugin-dtsdec.xml:
5576         * docs/plugins/inspect/plugin-dvb.xml:
5577         * docs/plugins/inspect/plugin-dvdspu.xml:
5578         * docs/plugins/inspect/plugin-faac.xml:
5579         * docs/plugins/inspect/plugin-faad.xml:
5580         * docs/plugins/inspect/plugin-fbdevsink.xml:
5581         * docs/plugins/inspect/plugin-festival.xml:
5582         * docs/plugins/inspect/plugin-filter.xml:
5583         * docs/plugins/inspect/plugin-flvdemux.xml:
5584         * docs/plugins/inspect/plugin-freeze.xml:
5585         * docs/plugins/inspect/plugin-gsm.xml:
5586         * docs/plugins/inspect/plugin-gstinterlace.xml:
5587         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
5588         * docs/plugins/inspect/plugin-h264parse.xml:
5589         * docs/plugins/inspect/plugin-interleave.xml:
5590         * docs/plugins/inspect/plugin-jack.xml:
5591         * docs/plugins/inspect/plugin-ladspa.xml:
5592         * docs/plugins/inspect/plugin-metadata.xml:
5593         * docs/plugins/inspect/plugin-mms.xml:
5594         * docs/plugins/inspect/plugin-modplug.xml:
5595         * docs/plugins/inspect/plugin-mpeg2enc.xml:
5596         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
5597         * docs/plugins/inspect/plugin-mpegtsparse.xml:
5598         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5599         * docs/plugins/inspect/plugin-musepack.xml:
5600         * docs/plugins/inspect/plugin-musicbrainz.xml:
5601         * docs/plugins/inspect/plugin-mve.xml:
5602         * docs/plugins/inspect/plugin-neon.xml:
5603         * docs/plugins/inspect/plugin-nsfdec.xml:
5604         * docs/plugins/inspect/plugin-nuvdemux.xml:
5605         * docs/plugins/inspect/plugin-rawparse.xml:
5606         * docs/plugins/inspect/plugin-real.xml:
5607         * docs/plugins/inspect/plugin-replaygain.xml:
5608         * docs/plugins/inspect/plugin-rfbsrc.xml:
5609         * docs/plugins/inspect/plugin-sdl.xml:
5610         * docs/plugins/inspect/plugin-sdp.xml:
5611         * docs/plugins/inspect/plugin-selector.xml:
5612         * docs/plugins/inspect/plugin-sndfile.xml:
5613         * docs/plugins/inspect/plugin-soundtouch.xml:
5614         * docs/plugins/inspect/plugin-spcdec.xml:
5615         * docs/plugins/inspect/plugin-speed.xml:
5616         * docs/plugins/inspect/plugin-speexresample.xml:
5617         * docs/plugins/inspect/plugin-stereo.xml:
5618         * docs/plugins/inspect/plugin-tremor.xml:
5619         * docs/plugins/inspect/plugin-tta.xml:
5620         * docs/plugins/inspect/plugin-vcdsrc.xml:
5621         * docs/plugins/inspect/plugin-videosignal.xml:
5622         * docs/plugins/inspect/plugin-vmnc.xml:
5623         * docs/plugins/inspect/plugin-x264.xml:
5624         * docs/plugins/inspect/plugin-xvid.xml:
5625         * docs/plugins/inspect/plugin-y4menc.xml:
5626           Update to version 0.10.6.1.
5627
5628 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5629
5630         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5631         * docs/plugins/inspect/plugin-gdp.xml:
5632         * docs/plugins/inspect/plugin-quicktime.xml:
5633         * docs/plugins/inspect/plugin-switch.xml:
5634         * docs/plugins/inspect/plugin-videocrop.xml:
5635           Remove docs for elements that have moved to other modules
5636           or been renamed.
5637
5638 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5639
5640         Patch by: Wouter Cloetens <wouter at mind dot be>
5641
5642         * configure.ac:
5643         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
5644         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
5645         (gst_soup_http_src_chunk_allocator),
5646         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
5647         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
5648         * ext/soup/gstsouphttpsrc.h:
5649         Implement zero-copy and make the buffer size configurable.
5650         Prefix proxy URIs with "http://" if they don't start with it
5651         already and catch errors earlier, fixes hanging in some situations.
5652         Fixes bug #514948.
5653
5654 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5655
5656         * tests/check/gst-plugins-bad.supp:
5657         Add suppressions for SoundTouch valgrind warnings and
5658         a valgrind warning caused by the LADSPA sine plugin and
5659         happening on every exit().
5660         Remove GIO suppressions as it's now in -base.
5661
5662 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5663
5664         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
5665         Don't allocate and copy the data to a new place but instead
5666         put the data from gmyth (which we own) into the buffers that
5667         are passed downstream.
5668
5669 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5670
5671         * ext/timidity/gstwildmidi.c:
5672         If WILDMIDI_CFG is not defined, define it to the default
5673         timidity configure file.
5674
5675 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5676
5677         Based on a patch by:
5678           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5679
5680         * configure.ac:
5681         * ext/mpeg2enc/gstmpeg2enc.cc:
5682         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
5683         use mjpeg_loglev_t() for getting the log levels. Check for this
5684         function in configure.ac as the pkg-config file doesn't tell us
5685         which release candidate we have. Fixes bug #517896.
5686
5687 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5688
5689         * configure.ac:
5690         Check for X for the nas plugin to make it possible to build it
5691         again. Fixes bug #517895.
5692
5693 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5694
5695         * tests/check/Makefile.am:
5696         Ignore some more elements for the states unit test, like
5697         dfbvideosink which produces a segfault. Fixes bug #517854.
5698
5699 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5700
5701         Patch by: Jens Granseuer <jensgr at gmx dot net>
5702
5703         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
5704         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
5705         (rfb_decoder_state_set_encodings):
5706         * gst/mpegtsparse/mpegtspacketizer.c:
5707         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
5708         (mpegts_packetizer_parse_eit):
5709         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
5710         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
5711         Some C89 fixes, moving variable declarations to the beginning
5712         of a block. Fixes bug #517937.
5713
5714 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5715
5716         * configure.ac:
5717         Back to development...
5718
5719 === release 0.10.6 ===
5720
5721 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5722
5723         * configure.ac:
5724           releasing 0.10.6, "A Big Deep Breath"
5725
5726 2008-02-20  Bastien Nocera  <hadess@hadess.net>
5727
5728         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
5729         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
5730         and fail seek properly on anything but _BYTES format
5731         Fixes bug #517684
5732
5733 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
5734
5735         Patch by: Olivier Crete <tester at tester dot ca>
5736
5737         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
5738         Fix small memory leak, leaking caps. Fixes bug #517571.
5739
5740 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5741
5742         * gst/tta/Makefile.am:
5743         Link tta plugin with libm. Fixes bug #517391.
5744
5745 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5746
5747         * sys/dvb/camutils.c:
5748         Do not assume "descriptors" property in the pmt structure
5749         is present.
5750         Fixes #516499.
5751
5752 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5753
5754         Patch by: Olivier Crete <tester@tester.ca>
5755
5756         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
5757         Ignore streams that did not receive an SR packet when doing
5758         synchronisation. Fixes #516160.
5759
5760 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
5761
5762         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
5763         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
5764         on an idea by Jan Schmidt, fixes bug #516436.
5765
5766 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5767
5768         * gst/mpegtsparse/gstmpegdesc.c:
5769         * gst/mpegtsparse/gstmpegdesc.h:
5770         * gst/mpegtsparse/mpegtsparse.c:
5771         Make sure the gstmpegdesc debug lines do not critical
5772         when GST_DEBUG is enabled and also actually output.
5773         Thanks to Alessandro Decina for spotting.
5774         Fixes #516448
5775
5776 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
5777
5778         * gst-libs/gst/Makefile.am:
5779         * sys/Makefile.am:
5780         Also add dshow pieces to the disted subdirs to fix distcheck.
5781
5782 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5783
5784         Patch by: Josep Torra Valles <josep@fluendo.com>
5785
5786         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5787         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
5788
5789 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
5790
5791         * configure.ac:
5792         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
5793         until 0.7 fortunately.
5794
5795 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5796
5797         * configure.ac:
5798         Generate the directshow Makefiles so that the directories
5799         get disted. Still needs some configure time detection to enable
5800         building them under MingW.
5801
5802 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5803
5804         * ext/metadata/Makefile.am:
5805         Don't install a header file. We will have to merge these
5806         tags into libgsttag after the release and use them from there.
5807         Fixes: #515860
5808
5809 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5810
5811         * gst-libs/gst/dshow/Makefile.am:
5812         * sys/dshowdecwrapper/Makefile.am:
5813         * sys/dshowsrcwrapper/Makefile.am:
5814         Add Makefiles to win32 plugins and lib.
5815         They will need to be tested and probably fixed by developers
5816         working with mingw. This is a first step to include source files 
5817         with releases.
5818         
5819 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5820
5821         * sys/dvb/dvbbasebin.c:
5822         Fix leak of location string returned from gst_uri_get_location.
5823         Fixes bug #516114
5824
5825 2008-02-12  David Schleef  <ds@schleef.org>
5826
5827         * configure.ac:
5828         * docs/plugins/Makefile.am:
5829         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5830         * docs/plugins/inspect/plugin-glimagesink.xml:
5831         * sys/Makefile.am:
5832         * sys/glsink/BUGS:
5833         * sys/glsink/Makefile.am:
5834         * sys/glsink/color_matrix.c:
5835         * sys/glsink/glextensions.c:
5836         * sys/glsink/glextensions.h:
5837         * sys/glsink/glimagesink.c:
5838         * sys/glsink/glimagesink.h:
5839         * sys/glsink/gltestsrc.c:
5840         * sys/glsink/gltestsrc.h:
5841         * sys/glsink/gstglbuffer.c:
5842         * sys/glsink/gstglbuffer.h:
5843         * sys/glsink/gstglconvert.c:
5844         * sys/glsink/gstgldisplay.c:
5845         * sys/glsink/gstgldisplay.h:
5846         * sys/glsink/gstgldownload.c:
5847         * sys/glsink/gstglfilter.c:
5848         * sys/glsink/gstglfilter.h:
5849         * sys/glsink/gstglfilterexample.c:
5850         * sys/glsink/gstgltestsrc.c:
5851         * sys/glsink/gstgltestsrc.h:
5852         * sys/glsink/gstglupload.c:
5853         * sys/glsink/gstopengl.c:
5854           Remove glimagesink, as it's been moved to gst-plugins-gl.
5855           Fixes #516094.
5856
5857 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5858
5859         Patch by: Josep Torra Valles <josep@fluendo.com>
5860
5861         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5862         Fix potential buffer leak in reverse mode. Fixes #516061.
5863
5864 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5865
5866         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5867         (gst_dshowaudiodec_dispose):
5868         * sys/dshowdecwrapper/gstdshowvideodec.c:
5869         (gst_dshowvideodec_dispose):
5870         Chain up dispose methods properly. Fixes bug #515970.
5871
5872 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5873
5874         * gst/mpegvideoparse/mpegvideoparse.c:
5875         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5876         (gst_mpegvideoparse_change_state):
5877         Fix leaking caps.
5878         Fix potential buffer leak in forward mode.
5879         Cleanup queues when going to READY. Fixes #515815.
5880
5881 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5882
5883         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5884         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5885         * docs/plugins/inspect/plugin-gio.xml:
5886         Remove documentation for the GIO plugin as it was moved to
5887         gst-plugins-base. Fixes bug #515964.
5888
5889 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5890
5891         * ext/xvid/gstxvidenc.c:
5892         * gst/vmnc/vmncdec.c:
5893         * sys/glsink/glimagesink.c:
5894         * sys/glsink/gstgldisplay.c:
5895         Fix some finalize leaks by chaining up to the parent method.
5896         Fixes: #515919
5897
5898 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5899
5900         * tests/check/elements/souphttpsrc.c:
5901         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5902
5903 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5904
5905         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5906         Free the rfb decoder on finalize. Fixes bug #515721.
5907
5908 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5909
5910         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5911         (gst_fbdevsink_finalize):
5912         Free the device string in finalize. Fixes bug #515722.
5913
5914 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5915
5916         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5917         Unset GValues after using them. Fixes bug #515720.
5918
5919 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5920
5921         * tests/check/Makefile.am:
5922         Disable the dvb plugin for the states test. Fixes bug #515567.
5923
5924 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5925
5926         * ext/metadata/TODO:
5927         * ext/metadata/metadata_mapping.htm:
5928         * ext/metadata/metadataexif.c:
5929         * ext/metadata/metadatatags.c:
5930         * ext/metadata/metadatatags.h:
5931         * tests/icles/metadata_editor.c:
5932           Revert changes to 2008-02-09 due to frozen.
5933
5934 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5935
5936         * ext/ivorbis/vorbisfile.c:
5937         Trivial fix for build warning.
5938         Patch by: Josep Torra Valles <josep@fluendo.com>
5939         Fixes: #515588
5940
5941 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5942
5943         * ext/metadata/TODO:
5944         * ext/metadata/metadataexif.c:
5945           Convert from EXIF to XMP DataTime as local time.
5946
5947 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5948
5949         * ext/metadata/TODO:
5950         * ext/metadata/metadata_mapping.htm:
5951         * ext/metadata/metadataexif.c:
5952         * ext/metadata/metadatatags.c:
5953         * ext/metadata/metadatatags.h:
5954         * tests/icles/metadata_editor.c:
5955           Map Date-Time and GPS tags.
5956           
5957
5958 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5959
5960         * gst/selector/Makefile.am:
5961
5962         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5963         let's not do that
5964
5965         * tests/check/Makefile.am:
5966         Disable the crashing cdaudio plugin from the states test so I can make
5967         pre-releases.
5968
5969 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5970
5971         * win32/vs6/libgstdshowdecwrapper.dsp:
5972         * win32/vs6/libgstflv.dsp:
5973         Convert to DOS line endings, and set -kb
5974
5975 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5976
5977         * sys/dvb/Makefile.am:
5978         * sys/dvb/dvbbasebin.c:
5979         Add URI Handler for dvb.
5980         Re-order pad templates to workaround a bug in playbasebin.
5981         * sys/dvb/parsechannels.c:
5982         * sys/dvb/parsechannels.h:
5983         Add code to parse channels from zap-style channels.conf files.
5984
5985 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5986
5987         * configure.ac:
5988         * docs/plugins/Makefile.am:
5989         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5990         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5991         * docs/plugins/gst-plugins-bad-plugins.args:
5992         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5993         * docs/plugins/inspect/plugin-multifile.xml:
5994         * gst/multifile/Makefile.am:
5995         * gst/multifile/gstmultifile.c:
5996         * gst/multifile/gstmultifilesink.c:
5997         * gst/multifile/gstmultifilesink.h:
5998         * gst/multifile/gstmultifilesrc.c:
5999         * gst/multifile/gstmultifilesrc.h:
6000         * gst/multifile/multifile.vproj:
6001         * tests/check/Makefile.am:
6002         * tests/check/elements/multifile.c:
6003
6004         Remove multifile plugin, which has moved to -good
6005
6006 2008-02-07  David Schleef  <ds@schleef.org>
6007
6008         * gst/multifile/gstmultifilesink.c:
6009         * gst/multifile/gstmultifilesrc.c:
6010           Use g_file_[sg]et_contents() instead of using stdio functions.
6011           Should be less error prone.
6012         * tests/check/elements/multifile.c:
6013           Create a temporary directory using standard functions instead of
6014           creating a directory in the current dir.
6015
6016 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6017
6018         * configure.ac:
6019         * docs/plugins/Makefile.am:
6020         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6021         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6022         * docs/plugins/gst-plugins-bad-plugins.args:
6023         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6024         * docs/plugins/inspect/plugin-spectrum.xml:
6025         * gst/spectrum/.cvsignore:
6026         * gst/spectrum/Makefile.am:
6027         * gst/spectrum/README:
6028         * gst/spectrum/demo-audiotest.c:
6029         * gst/spectrum/demo-osssrc.c:
6030         * gst/spectrum/gstspectrum.c:
6031         * gst/spectrum/gstspectrum.h:
6032         * gst/spectrum/spectrum.vcproj:
6033         * tests/check/Makefile.am:
6034         * tests/check/elements/spectrum.c:
6035
6036         Remove spectrum plugin, which has moved to -good
6037
6038 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6039
6040         * docs/plugins/gst-plugins-bad-plugins.args:
6041         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6042         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6043         Remove equalizer plugin docs
6044
6045         * tests/check/Makefile.am:
6046         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
6047         other modules.
6048
6049         * tests/check/elements/multifile.c:
6050         * tests/check/elements/rganalysis.c:
6051         * tests/check/elements/rglimiter.c:
6052
6053         Fix compiler warnings from -Wall -Werror
6054
6055 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6056
6057         * configure.ac:
6058         * docs/plugins/Makefile.am:
6059         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6060         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6061         * docs/plugins/inspect/plugin-equalizer.xml:
6062         * gst/equalizer/.cvsignore:
6063         * gst/equalizer/Makefile.am:
6064         * gst/equalizer/demo.c:
6065         * gst/equalizer/gstiirequalizer.c:
6066         * gst/equalizer/gstiirequalizer.h:
6067         * gst/equalizer/gstiirequalizer10bands.c:
6068         * gst/equalizer/gstiirequalizer10bands.h:
6069         * gst/equalizer/gstiirequalizer3bands.c:
6070         * gst/equalizer/gstiirequalizer3bands.h:
6071         * gst/equalizer/gstiirequalizernbands.c:
6072         * gst/equalizer/gstiirequalizernbands.h:
6073         * tests/check/Makefile.am:
6074         * tests/check/elements/.cvsignore:
6075         * tests/check/elements/equalizer.c:
6076
6077         Remove the equalizer plugin, which has moved to -good
6078
6079 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6080
6081         * configure.ac:
6082         Make DISABLE_DEPRECATED defined *only* during CVS, not during
6083         pre-releases or releases.
6084
6085 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6086
6087         * docs/plugins/Makefile.am:
6088         Don't scan deleted xingmux header.
6089
6090 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6091
6092         * configure.ac:
6093         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6094         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6095         * docs/plugins/inspect/plugin-xingheader.xml:
6096         * gst/xingheader/Makefile.am:
6097         * gst/xingheader/gstxingmux.c:
6098         * gst/xingheader/gstxingmux.h:
6099         * tests/check/Makefile.am:
6100         * tests/check/elements/.cvsignore:
6101         * tests/check/elements/xingmux.c:
6102         * tests/check/elements/xingmux_testdata.h:
6103         Remove the xingmux plugin, as the element has moved into
6104         mpegaudioparse in -ugly.
6105
6106 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6107
6108         * docs/plugins/Makefile.am:
6109         Remove mention of non-existent headers to fix the build.
6110
6111 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6112
6113         * configure.ac:
6114         * ext/Makefile.am:
6115         * ext/gio/Makefile.am:
6116         * ext/gio/gstgio.c:
6117         * ext/gio/gstgio.h:
6118         * ext/gio/gstgiobasesink.c:
6119         * ext/gio/gstgiobasesink.h:
6120         * ext/gio/gstgiobasesrc.c:
6121         * ext/gio/gstgiobasesrc.h:
6122         * ext/gio/gstgiosink.c:
6123         * ext/gio/gstgiosink.h:
6124         * ext/gio/gstgiosrc.c:
6125         * ext/gio/gstgiosrc.h:
6126         * ext/gio/gstgiostreamsink.c:
6127         * ext/gio/gstgiostreamsink.h:
6128         * ext/gio/gstgiostreamsrc.c:
6129         * ext/gio/gstgiostreamsrc.h:
6130         * tests/check/Makefile.am:
6131         * tests/check/pipelines/.cvsignore:
6132         * tests/check/pipelines/gio.c:
6133
6134         Remove GIO plugin which has now moved to -base.
6135
6136 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6137
6138         * docs/plugins/Makefile.am:
6139         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6140         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6141         * docs/plugins/gst-plugins-bad-plugins.args:
6142         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6143         * gst/filter/Makefile.am:
6144         * gst/filter/filter.vcproj:
6145         * gst/filter/gstbpwsinc.c:
6146         * gst/filter/gstbpwsinc.h:
6147         * gst/filter/gstfilter.c:
6148         * gst/filter/gstfilter.h:
6149         * gst/filter/gstlpwsinc.c:
6150         * gst/filter/gstlpwsinc.h:
6151         * tests/check/Makefile.am:
6152         * tests/check/elements/bpwsinc.c:
6153         * tests/check/elements/lpwsinc.c:
6154
6155         Remove lpwsinc and bpwsinc elements - they've become
6156         audiowsinclimit and audiowsincband respectively, in the
6157         gst-plugins-good audiofx plugin.
6158
6159 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6160
6161         * ext\neon\gstneonhttpsrc.c:
6162         Include unistd.h only if _HAVE_UNISTD_H is defined
6163         * gst\mpegvideoparse\mpegvideoparse.c:
6164         Use G_GUINT64_CONSTANT GLIB macro for constant
6165         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
6166         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
6167         * sys\dshowdecwrapper\gstdshowaudiodec.c:
6168         * sys\dshowdecwrapper\gstdshowaudiodec.h:
6169         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
6170         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
6171         * sys\dshowdecwrapper\gstdshowvideodec.c
6172         * sys\dshowdecwrapper\gstdshowvideodec.h:
6173         Add a DirectShow decoder wrapper.
6174         * win32\MANIFEST:
6175         Add new win32 files to MANIFEST
6176         * win32\vs6\gst_plugins_bad.dsw:
6177         * win32\vs6\libgstdshow.dsp:
6178         * win32\vs6\libgstdshowdecwrapper.dsp:
6179         * win32\vs6\libgstflv.dsp:
6180         Add new projects to bad workspace
6181
6182 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6183
6184         * gst/mpegtsparse/mpegtspacketizer.c:
6185         Parse component descriptor.
6186         * gst/mpegtsparse/mpegtsparse.c:
6187         Add SI pids to every program (but hardcoded currently).
6188
6189 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
6190
6191         * ext/metadata/metadata_mapping.htm:
6192         * ext/metadata/metadataexif.c:
6193         * ext/metadata/metadatatags.c:
6194         * ext/metadata/metadatatags.h:
6195         * tests/icles/metadata_editor.c:
6196         * tests/icles/metadata_editor.glade:
6197           Add more tags. Improve test app.
6198
6199 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
6200
6201         * gst/multifile/gstmultifilesink.c:
6202           Add a fixme comment.
6203
6204         * gst/selector/gstoutputselector.c:
6205           Fix same leak as in input-selector.
6206
6207         * tests/icles/output-selector-test.c:
6208           Improve the test.
6209
6210 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
6211
6212         * gst/spectrum/gstspectrum.c:
6213           Improve the docs.
6214
6215 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6216
6217         * configure.ac:
6218           The dc1394 plugin seems to use API that was removed or changed
6219           before the final 2.0.0 release, so only build it if 2.0.0-rc5
6220           is available. Someone needs to port it to the final API.
6221
6222         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
6223           Include string.h for memcpy and use g_usleep instead of usleep.
6224
6225 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6226
6227         * gst/filter/gstlpwsinc.c:
6228         Fix typo in the long description of the element.
6229
6230 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6231
6232         * gst/xingheader/Makefile.am:
6233         Put CFLAGS and LIBS in the right order
6234
6235 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6236
6237         * configure.ac:
6238           ximagesrc has moved to -good, so no need to check for
6239           the required X libs here any more.
6240
6241 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6242
6243         Patch by: Wouter Cloetens <wouter at mind dot be>
6244
6245         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
6246         (gst_soup_http_src_create):
6247         Fix memory leak and improve debugging a bit.
6248
6249 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
6250
6251         * ext/metadata/metadata_mapping.htm:
6252         * ext/metadata/metadataexif.c:
6253         * ext/metadata/metadatatags.c:
6254         * ext/metadata/metadatatags.h:
6255           Add more tags mapping.
6256
6257 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6258
6259         * gst/mpegtsparse/mpegtsparse.c:
6260         Handle latency queries in src pads.
6261
6262 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6263
6264         * gst/mpegtsparse/mpegtspacketizer.c:
6265         Add flag to both sdt and nit structures to say
6266         whether the table is for the actual network/ts
6267         or not.
6268
6269 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6270
6271         Patch by: Josep Torra Valles <josep@fluendo.com>
6272
6273         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
6274         Flush packetizer too.
6275
6276 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
6277
6278         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
6279         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
6280         Don't use GST_BOILERPLATE as the stuff generated from it is not used
6281         anyway and can't be used.
6282         Store the class struct of the correct type in parent_class.
6283         Pass the LADSPA_Descriptor as class_data to the class_init function
6284         as preparation for the time, when we can add pad templates and friends
6285         in class_init and add a FIXME for that.
6286         Don't use a custom hash table for passing the LADSPA_Descriptors to
6287         base_init but use g_type_set_qdata and g_type_get_qdata.
6288
6289 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6290
6291         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6292         Really fix the build.
6293         TODO : Apply spankOmatic2000 on thaytan's rear end.
6294
6295 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
6296
6297         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6298           (GstMpeg2EncPictureReader.StreamPictureParams):
6299           Fix compilation with libmjpegtools 1.8.x.
6300
6301 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
6302
6303         * ext/ladspa/gstsignalprocessor.c:
6304         (gst_signal_processor_class_add_pad_template):
6305         Don't unref the pad template after adding it.
6306         gst_element_class_add_pad_template takes ownership of it.
6307
6308 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
6309
6310         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6311         Use the incoming pixel-aspect-ratio if provided to infer a 
6312         default aspect ratio, which can be overridden using the 'aspect'
6313         property.
6314
6315         Fixes: #499008
6316
6317 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
6318
6319         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
6320
6321         * configure.ac:
6322         Fix variable naming to make it possible to build the glimagesink
6323         plugin. Fixes bug #514093.
6324
6325 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6326
6327         * ext/metadata/gstmetadatademux.c:
6328           Demote metadatademux to GST_RANK_NONE for the release, it's not
6329           ready to be autoplugged yet.
6330
6331         * tests/icles/metadata_editor.c:
6332           Fix printf format warning for GType on ppc32 by removing it,
6333           since it doesn't make sense to print the GType value anyway.
6334
6335 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
6336
6337         * ext/metadata/TODO:
6338         * ext/metadata/gstmetadatamux.c:
6339         * ext/metadata/metadata_mapping.htm:
6340         * ext/metadata/metadataexif.c:
6341         * ext/metadata/metadatatags.c:
6342         * ext/metadata/metadatatags.h:
6343           Map more Exif tags.
6344
6345 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
6346
6347         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
6348         Don't leak event on pads that are not linked. Fixes #512826.
6349
6350 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
6351
6352         * configure.ac:
6353           Bump core/base requirements to released versions, to avoid confusion.
6354
6355         * gst/deinterlace/Makefile.am:
6356         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
6357           Use the new GstVideoFormat API to get strides, plane offsets etc..
6358           For Y42B we still need to calculate these ourselves, since the lib
6359           in -base doesn't know about this format yet and we can't bump the
6360           requirement to CVS right now. Fix the Y42B stride, offset and size
6361           calculations for odd widths and heights while we're at it though
6362           (to match those in videotestsrc).
6363
6364 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
6365
6366         * ext/metadata/metadata_mapping.htm:
6367         * ext/metadata/metadataexif.c:
6368         * ext/metadata/metadataiptc.c:
6369         * ext/metadata/metadatatags.c:
6370         * ext/metadata/metadatatags.h:
6371         * ext/metadata/metadataxmp.c:
6372           Add documentation.
6373
6374 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6375
6376         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
6377         Fix compilation.
6378
6379 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6380
6381         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
6382         Really clean up the queue instead of just unreffing all buffers
6383         in it.
6384
6385         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
6386         (gst_app_src_class_init), (gst_app_src_init),
6387         (gst_app_src_dispose), (gst_app_src_finalize):
6388         Fix dispose/finalize.
6389
6390 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6391
6392         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
6393         Fix compiler warning by making the function signature match what
6394         everyone is passing in...
6395
6396         * tests/icles/Makefile.am:
6397         Fix the build on Solaris by removing GNU ld specific flags that
6398         look unnecessary.
6399
6400 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6401
6402         * ext/metadata/Makefile.am:
6403         Add some relevant variables to CFLAGS and LIBADD, for example our
6404         compiler warnings paramters.
6405
6406         * ext/metadata/gstbasemetadata.c:
6407         (gst_base_metadata_strip_push_buffer),
6408         (gst_base_metadata_calculate_offsets),
6409         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
6410         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
6411         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
6412         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
6413         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
6414         (gst_metadata_mux_dispose),
6415         (gst_metadata_mux_create_chunks_from_tags):
6416         * ext/metadata/metadata.c: (metadata_dispose):
6417         * ext/metadata/metadataexif.c:
6418         (metadataparse_exif_content_foreach_entry_func),
6419         (metadatamux_exif_for_each_tag_in_list):
6420         * ext/metadata/metadataiptc.c:
6421         (metadatamux_iptc_for_each_tag_in_list):
6422         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
6423         (metadatamux_jpeg_reading):
6424         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
6425         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
6426         * ext/metadata/metadataparsepng.c:
6427         * ext/metadata/metadataparseutil.h:
6428         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
6429         (metadatamux_xmp_create_chunk_from_tag_list):
6430         Fix a million warnings that showed up after the above change.
6431
6432 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6433
6434         * ext/soup/gstsouphttpsrc.c: (_do_init),
6435         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6436         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6437         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6438         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6439         (gst_soup_http_src_queue_message),
6440         (gst_soup_http_src_add_range_header),
6441         (gst_soup_http_src_session_unpause_message),
6442         (gst_soup_http_src_session_pause_message),
6443         (gst_soup_http_src_session_close),
6444         (gst_soup_http_src_got_headers_cb),
6445         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6446         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6447         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6448         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6449         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6450         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6451         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6452         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6453         (gst_soup_http_src_uri_get_protocols),
6454         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6455         (gst_soup_http_src_uri_handler_init), (plugin_init):
6456         Add changes to gstsouphttpsrc.c that were missing from last commit.
6457
6458 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6459
6460         Patch by: Wouter Cloetens <wouter at mind dot be>
6461
6462         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6463         * docs/plugins/gst-plugins-bad-plugins.args:
6464         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6465         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6466         * docs/plugins/inspect/plugin-soup.xml:
6467         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6468         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6469         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6470         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6471         (gst_soup_http_src_queue_message),
6472         (gst_soup_http_src_add_range_header),
6473         (gst_soup_http_src_session_unpause_message),
6474         (gst_soup_http_src_session_pause_message),
6475         (gst_soup_http_src_session_close),
6476         (gst_soup_http_src_got_headers_cb),
6477         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6478         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6479         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6480         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6481         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6482         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6483         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6484         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6485         (gst_soup_http_src_uri_get_protocols),
6486         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6487         (gst_soup_http_src_uri_handler_init), (plugin_init):
6488         * ext/soup/gstsouphttpsrc.h:
6489         Make coding style more consistent, including class renaming.
6490
6491 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6492
6493         * configure.ac:
6494         Fix configure check for soundtouch to not produce syntax errors.
6495
6496 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6497
6498         * configure.ac:
6499         * ext/metadata/metadataxmp.c:
6500         (metadatamux_xmp_for_each_tag_in_list):
6501         Fix build with exempi >= 1.99.5 and fix the include
6502         path for exempi.
6503
6504 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6505
6506         * ext/metadata/TODO:
6507           Just uptade the ToDo list.
6508
6509 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6510
6511         * ext/metadata/gstbasemetadata.c:
6512         * ext/metadata/metadatamuxjpeg.c:
6513         * ext/metadata/metadatamuxpng.c:
6514         * ext/metadata/metadataparsejpeg.c:
6515         * ext/metadata/metadatatypes.c:
6516         * ext/metadata/metadatatypes.h:
6517         * ext/metadata/metadataxmp.c:
6518           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
6519
6520 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6521
6522         Patch by: Wouter Cloetens <wouter at mind dot be>
6523
6524         * ext/soup/gstsouphttpsrc.c:
6525         Update documentation a bit.
6526
6527         * docs/plugins/gst-plugins-bad-plugins.args:
6528         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6529         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6530         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6531         * docs/plugins/inspect/plugin-alsaspdif.xml:
6532         * docs/plugins/inspect/plugin-dvb.xml:
6533         * docs/plugins/inspect/plugin-filter.xml:
6534         * docs/plugins/inspect/plugin-glimagesink.xml:
6535         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6536         * docs/plugins/inspect/plugin-quicktime.xml:
6537         * docs/plugins/inspect/plugin-rawparse.xml:
6538         * docs/plugins/inspect/plugin-replaygain.xml:
6539         * docs/plugins/inspect/plugin-sdl.xml:
6540         * docs/plugins/inspect/plugin-soundtouch.xml:
6541         * docs/plugins/inspect/plugin-soup.xml:
6542         * docs/plugins/inspect/plugin-spcdec.xml:
6543         * docs/plugins/inspect/plugin-spectrum.xml:
6544         * docs/plugins/inspect/plugin-speed.xml:
6545         * docs/plugins/inspect/plugin-speexresample.xml:
6546         * docs/plugins/inspect/plugin-switch.xml:
6547         * docs/plugins/inspect/plugin-videocrop.xml:
6548         Regenerate everything for the documentation changes we had.
6549
6550 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6551
6552         * ext/gio/gstgiobasesink.c: (close_stream_cb),
6553         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
6554         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
6555         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
6556         (gst_gio_base_src_stop), (gst_gio_base_src_create),
6557         (gst_gio_base_src_set_stream):
6558         Use async variants of the close stream functions to prevent blocking
6559         for a long time there and add some more sanity checks for a correct
6560         stream.
6561
6562 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6563
6564         * tests/icles/Makefile.am:
6565         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
6566
6567 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6568
6569         Patch by: Wouter Cloetens <wouter at mind dot be>
6570
6571         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
6572         Let the proxy property default to the content of the $http_proxy
6573         environment variable.
6574
6575 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6576
6577         Patch by: Wouter Cloetens <wouter at mind dot be>
6578
6579         * tests/check/test-cert.pem:
6580         * tests/check/test-key.pem:
6581         Add missing files for the unit test.
6582
6583 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6584
6585         Patch by: Wouter Cloetens <wouter at mind dot be>
6586
6587         * docs/plugins/Makefile.am:
6588         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6589         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6590         Add souphttpsrc to the docs.
6591
6592         * configure.ac:
6593         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6594         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
6595         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
6596         (gst_souphttp_src_cancel_message),
6597         (gst_souphttp_src_queue_message),
6598         (gst_souphttp_src_add_range_header),
6599         (gst_souphttp_src_session_unpause_message),
6600         (gst_souphttp_src_session_pause_message),
6601         (gst_souphttp_src_session_close),
6602         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
6603         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
6604         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
6605         (gst_souphttp_src_create), (gst_souphttp_src_start),
6606         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
6607         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
6608         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6609         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
6610         (plugin_init):
6611         * ext/soup/gstsouphttpsrc.h:
6612         Add support for libsoup2.4 and require it. Also implement redirection
6613         and manual proxy specification. Fixes bug #510708.
6614
6615         * tests/check/Makefile.am:
6616         * tests/check/elements/.cvsignore:
6617         * tests/check/elements/souphttpsrc.c:
6618         Add unit test for souphttpsrc.
6619
6620 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6621
6622         * ext/Makefile.am:
6623         * ext/metadata/TODO:
6624         * ext/metadata/gstbasemetadata.c:
6625         * ext/metadata/gstbasemetadata.h:
6626         * ext/metadata/metadatamuxjpeg.c:
6627         * ext/metadata/metadatamuxjpeg.h:
6628         * ext/metadata/metadatamuxpng.c:
6629         * ext/metadata/metadatamuxpng.h:
6630         * ext/metadata/metadataparsejpeg.c:
6631         * ext/metadata/metadataparsepng.c:
6632         * tests/icles/Makefile.am:
6633           Add documentation. Fix test app compilation. Fix pull mode.
6634
6635 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6636
6637         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
6638
6639         * gst/rtpmanager/gstrtpjitterbuffer.c:
6640         (gst_rtp_jitter_buffer_chain):
6641         Try to get the new clock-rate from the buffer caps when we receive a new
6642         payload type instead of always firing the signal. Fixes #512774.
6643
6644 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
6645
6646         * ext/mpeg2enc/gstmpeg2enc.cc:
6647         Define LOG_NONE and friends if they're not defined yet. mjpegtools
6648         1.9.0rc3 removed their definitions but without it doesn't make much
6649         sense to write a log handler.
6650
6651 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6652
6653         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6654         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6655         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6656         * docs/plugins/gst-plugins-bad-plugins.types:
6657           Add base classes for metadata and equalizer (no introspection yet).
6658
6659 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6660
6661         * ext/metadata/README:
6662           Formatting.
6663         * tests/icles/metadata_editor.c:
6664           Include stdlib.h.
6665
6666 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6667
6668         * configure.ac:
6669         * docs/plugins/Makefile.am:
6670         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6671         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6672         * docs/plugins/gst-plugins-bad-plugins.args:
6673         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6674         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6675         * docs/plugins/gst-plugins-bad-plugins.signals:
6676         * docs/plugins/inspect/plugin-metadata.xml:
6677         * docs/plugins/inspect/plugin-selector.xml:
6678         * docs/plugins/inspect/plugin-soundtouch.xml:
6679         * docs/plugins/inspect/plugin-switch.xml:
6680         * gst/selector/.cvsignore:
6681         * gst/selector/Makefile.am:
6682         * gst/selector/gstinputselector.c:
6683         * gst/selector/gstinputselector.h:
6684         * gst/selector/gstoutputselector.c:
6685         * gst/selector/gstoutputselector.h:
6686         * gst/selector/gstselector-marshal.list:
6687         * gst/selector/gstselector.c:
6688         * gst/selector/selector.vcproj:
6689         * gst/switch/.cvsignore:
6690         * gst/switch/Makefile.am:
6691         * gst/switch/gstswitch-marshal.list:
6692         * gst/switch/gstswitch.c:
6693         * gst/switch/gstswitch.h:
6694         * gst/switch/switch.vcproj:
6695         * tests/icles/.cvsignore:
6696         * tests/icles/Makefile.am:
6697         * tests/icles/output-selector-test.c:
6698           Replace the switch plugin with the selector plugin. Add output-
6699           selector as the opposite of input-selectoo (was switch). Add a test
6700           for output-selector. Add docs for the elements. The vcproj needs
6701           update. Fixes #500142.
6702
6703 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6704
6705         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6706           Try to avoid 'unused variable' compiler warning if debugging is
6707           disabled (not bullet proof, but seems to do for now). (#512654)
6708
6709 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
6710
6711         * ext/soundtouch/gstbpmdetect.cc:
6712         Clean up a bit and only allocate a temporary buffer for the data
6713         if processing stereo data as BPMDetect downmixes from stereo to
6714         mono and stores the result in the input data. Thanks to
6715         Stefan Kost for the suggestions.
6716
6717 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6718
6719         * ext/soundtouch/gstpitch.cc:
6720         Cast a double to a GstClockTimeDiff to fix a compiler warning.
6721
6722 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
6723
6724         * tests/icles/metadata_editor.c:
6725           Printf format fix.
6726
6727 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6728
6729         * ext/soundtouch/gstpitch.cc:
6730         Don't send a LATENCY event for now until we get the usage right.
6731
6732 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6733
6734         * ext/soundtouch/gstpitch.cc:
6735         * ext/soundtouch/gstpitch.hh:
6736         Implement LATENCY query and notify about latency changes.
6737         Unfortunately we don't have a fixed latency but it changes
6738         a bit with each buffer so we only send an LATENCY event with
6739         the maximum latency if it changes.
6740
6741         Always calculate the timestamp, duration, etc from the sample
6742         rate instead of using a pre-calculated duration for one sample
6743         to prevent large rounding errors.
6744
6745 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6746
6747         Based on a patch by:
6748             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
6749
6750         * configure.ac:
6751         * ext/mpeg2enc/gstmpeg2encoder.cc:
6752         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6753         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
6754         Add support for building against mjpegtools 1.9 while keeping
6755         compatiblity with older versions.
6756
6757 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6758
6759         * ext/soundtouch/gstbpmdetect.cc:
6760         Only consider a BPM value above 1.0 as valid.
6761
6762 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6763
6764         * ext/soundtouch/Makefile.am:
6765         * ext/soundtouch/gstbpmdetect.cc:
6766         * ext/soundtouch/gstbpmdetect.hh:
6767         * ext/soundtouch/plugin.c: (plugin_init):
6768         Add BPM detection plugin based on SoundTouch's libBPM.
6769
6770         * ext/soundtouch/gstpitch.cc:
6771         Allow sample rates until MAX instead of only 48kHz and remove the
6772         buffer-frames field from that caps.
6773         Clear the remaining samples completely when necessary to get into
6774         a clean state again.
6775
6776 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6777
6778         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
6779         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
6780         Don't implement get_unit_size() ourselves, the GstAudioFilter base
6781         class already does this for us.
6782
6783 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6784
6785         * ext/soundtouch/gstpitch.cc:
6786         Allow seeking only in TIME and DEFAULT format, other formats will
6787         not work as expected. Also handle a stop position of -1 correctly
6788         for seeks, newsegment events and the queries. This fixes playback
6789         with the pitch element if upstream doesn't know the duration or has
6790         -1 as stop position in NEWSEGMENT events for other reasons. Before
6791         simply nothing was played as the segment was going from 0 to 0.
6792
6793         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
6794         so applications can update their cached duration. Fixes bug #503308.
6795
6796         Some random cleanup and memory leak closing.
6797
6798 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6799
6800         * ext/musepack/gstmusepackdec.h:
6801         * ext/musepack/gstmusepackreader.c:
6802         First include the libmpcdec headers before everything else as they
6803         #define TRUE and FALSE unconditionally and we otherwise get conflicts
6804         with the ones that GLib defines.
6805
6806 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6807
6808         * configure.ac:
6809         * ext/soundtouch/gstpitch.cc:
6810         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
6811         the header definined PACKAGE and other variables for which we need
6812         our own values from config.h.
6813
6814 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6815
6816         * configure.ac:
6817           Check for libglade-2.0, for the metadata-editor example.
6818
6819         * tests/icles/Makefile.am:
6820           Only try to build the metadata-editor example if we have gtk and
6821           glade (otherwise the build would just fail ...); fix build in
6822           uninstalled setup.
6823
6824         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
6825           Fix compiler warnings (use GLib macros to cast pointer <-> int).
6826
6827 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
6828
6829         * ext/metadata/TODO:
6830         * ext/metadata/gstbasemetadata.c:
6831         * ext/metadata/metadata.c:
6832         * ext/metadata/metadata.h:
6833         * ext/metadata/metadataexif.c:
6834         * ext/metadata/metadataexif.h:
6835         * ext/metadata/metadataiptc.c:
6836         * ext/metadata/metadataiptc.h:
6837         * ext/metadata/metadataparsejpeg.c:
6838         * ext/metadata/metadataparsejpeg.h:
6839         * ext/metadata/metadataparsepng.c:
6840         * ext/metadata/metadataparsepng.h:
6841         * ext/metadata/metadataparseutil.c:
6842         * ext/metadata/metadataparseutil.h:
6843         * ext/metadata/metadatatags.c:
6844         * ext/metadata/metadatatags.h:
6845         * ext/metadata/metadatatypes.c:
6846         * ext/metadata/metadatatypes.h:
6847         * ext/metadata/metadataxmp.c:
6848         * ext/metadata/metadataxmp.h:
6849         * ext/metadata/test/Makefile:
6850         * ext/metadata/test/MetadataEditorMain.glade:
6851         * ext/metadata/test/metadata_editor.c:
6852         * tests/icles/Makefile.am:
6853         * tests/icles/metadata_editor.c:
6854         * tests/icles/metadata_editor.glade:
6855           Add lot of documentation.
6856
6857 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6858
6859         * sys/dvb/gstdvbsrc.c:
6860         Open frontend in NULL->READY so caps about dvb adapter can be
6861         seen by the app.
6862
6863 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6864
6865         Patch by: Olivier Crete <tester@tester.ca>
6866
6867         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6868         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6869         Also handle lip-sync when the clock-rate is not provided with caps but
6870         with a signal.
6871
6872 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6873
6874         Patch by: Olivier Crete <tester@tester.ca>
6875
6876         * gst/rtpmanager/gstrtpjitterbuffer.c:
6877         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6878         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6879         (rtp_jitter_buffer_insert):
6880         * gst/rtpmanager/rtpjitterbuffer.h:
6881         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6882         a clock-rate can be provided with each buffer instead. Fixes #511686.
6883
6884 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6885
6886         Patch by: Olivier Crete <tester@tester.ca>
6887
6888         * gst/rtpmanager/gstrtpjitterbuffer.c:
6889         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6890         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6891         Remove old unused variable.
6892         Track pt on input buffers and get the clock-rate when it changes.
6893         Ignore packets with unknown clock-rate. Fixes #511146.
6894
6895 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6896
6897         * sys/dvb/gstdvbsrc.c:
6898         Post bus message about adapter type and it's capabilities,
6899         when opening the frontend.
6900         After failing to read from the dvr, post a bus message to
6901         inform the app.
6902
6903 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6904
6905         * gst/mpegtsparse/mpegtspacketizer.c:
6906         The logic for the guard interval calculation was totally wrong.
6907         Fixed.
6908
6909 2008-01-24  David Schleef  <ds@schleef.org>
6910
6911         Patch by: Olivier Crete <tester@tester.ca>
6912
6913         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6914           wrong function.  Fixes #511920
6915
6916 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6917
6918         * docs/plugins/Makefile.am:
6919         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6920         * docs/plugins/gst-plugins-bad-plugins.args:
6921         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6922         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6923         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6924         * docs/plugins/gst-plugins-bad-plugins.signals:
6925           Now we have full hierarchy.
6926
6927         * docs/plugins/inspect/plugin-metadata.xml:
6928           Regenerate.
6929
6930         * ext/amrwb/gstamrwbdec.h:
6931           Add doc blob for object instance.
6932
6933 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6934
6935         * docs/plugins/gst-plugins-bad-plugins.args:
6936         * docs/plugins/inspect/plugin-metadata.xml:
6937           Update this too, hopefully fixes the docs build (does at least
6938           for me, after make clean in docs/plugins).
6939
6940 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6941
6942         * gst/mpegtsparse/gstmpegdesc.h:
6943         * gst/mpegtsparse/mpegtspacketizer.c:
6944         Fix network name descriptor, the length is actually the
6945         descriptor length not stored in the byte after.
6946         Fix bounds checking to be more correct.
6947
6948 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6949
6950         * docs/plugins/Makefile.am:
6951         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6952         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6953         * ext/metadata/TODO:
6954         * ext/metadata/gstbasemetadata.c:
6955         * ext/metadata/gstbasemetadata.h:
6956         * ext/metadata/gstmetadatademux.c:
6957         * ext/metadata/gstmetadatademux.h:
6958         * ext/metadata/gstmetadatamux.c:
6959         * ext/metadata/gstmetadatamux.h:
6960         * ext/metadata/metadatatags.c:
6961           Add some documentation.
6962
6963 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6964
6965         * configure.ac:
6966         * ext/dts/gstdtsdec.c:
6967         Add support for building against libdca (with the libdts compat
6968         header). Fixes bug #511530.
6969
6970         Should probably be ported to libdca as some points as it's the
6971         successor of libdts.
6972
6973 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6974
6975         * sys/dvb/gstdvbsrc.c:
6976         Do not go on forever if problem with reading from dvr, rather
6977         return NULL.
6978         Handle some cleanup issues of closing filedescriptors when
6979         failing to tune or similar.
6980
6981 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6982
6983         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6984         * gst-plugins-bad.spec: update for latest changes
6985
6986 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6987
6988         * docs/plugins/Makefile.am:
6989         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6990         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6991         * gst/xingheader/gstxingmux.c:
6992         * gst/xingheader/gstxingmux.h:
6993         Add documentation for the xingheader plugin.
6994
6995         * tests/check/elements/xingmux.c: (GST_START_TEST):
6996         Set element state to PLAYING before doing something else.
6997
6998 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6999
7000         * tests/check/Makefile.am:
7001         * tests/check/elements/.cvsignore:
7002         * tests/check/elements/xingmux.c: (setup_xingmux),
7003         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
7004         * tests/check/elements/xingmux_testdata.h:
7005         Add simple unit test for the xingmux element.
7006
7007         * gst/xingheader/gstxingmux.c: (generate_xing_header),
7008         (gst_xing_mux_finalize), (xing_reset):
7009         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
7010
7011 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7012
7013         * gst/mpegtsparse/gstmpegdesc.h:
7014         * gst/mpegtsparse/mpegtspacketizer.c:
7015         Parsed the satellite delivery system descriptor and
7016         added into nit's transport structure for delivery
7017         over the bus.
7018
7019 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7020
7021         * gst/mpegtsparse/mpegtspacketizer.c:
7022         Parsed and added network name to the nit structure sent
7023         in the bus message.
7024
7025 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7026
7027         * gst/mpegtsparse/mpegtspacketizer.c:
7028         Remove leaks introduced by not freeing g_strndup'd strings.
7029         Fix start_time and duration parsing in EIT.
7030
7031 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7032
7033         * gst/mpegtsparse/mpegtspacketizer.c:
7034         Add event name and description to the eit structure
7035         sent in the bus message.
7036
7037 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7038
7039         * gst/mpegtsparse/mpegtsparse.c:
7040         Revert const removal from previous commit.
7041
7042 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7043
7044         * gst/mpegtsparse/Makefile.am:
7045         * gst/mpegtsparse/gstmpegdesc.c:
7046         * gst/mpegtsparse/gstmpegdesc.h:
7047         * gst/mpegtsparse/mpegtspacketizer.c:
7048         * gst/mpegtsparse/mpegtsparse.c:
7049         Added descriptor searching infrastructure from Fluendo TS demuxer.
7050         Add channel name and provider to the sdt structure sent in the
7051         bus message.
7052
7053 2008-01-22  Julien Moutte  <julien@fluendo.com>
7054
7055         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
7056         Parse NAL units in forward mode to mark delta units flags.
7057
7058 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
7059
7060         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
7061         * docs/plugins/gst-plugins-bad-plugins.args:
7062         * docs/plugins/inspect/plugin-mpeg2enc.xml:
7063         * docs/plugins/inspect/plugin-musepack.xml:
7064           Regenerate.
7065   
7066         * docs/plugins/inspect/plugin-tremor.xml:
7067           Add vorbisidec aka trmor.
7068
7069         * ext/dc1394/gstdc1394.c:
7070           Add short description.
7071
7072 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
7073
7074         * docs/plugins/Makefile.am:
7075           Add missing eol \
7076
7077         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7078           Place object names to standard sectionas plugin dont document those.
7079
7080         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
7081         * docs/plugins/gst-plugins-bad-plugins.args:
7082         * docs/plugins/gst-plugins-bad-plugins.signals:
7083         * docs/plugins/inspect/plugin-dvb.xml:
7084         * docs/plugins/inspect/plugin-nuvdemux.xml:
7085           regenerate.
7086           
7087         * ext/ivorbis/vorbisdec.c:
7088         * ext/ivorbis/vorbisdec.h:
7089           Mark private vars and add short desc.
7090
7091         * ext/mythtv/gstmythtvsrc.c:
7092         * ext/theora/theoradec.c:
7093           Add short desc.
7094
7095 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7096
7097         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
7098         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7099         * gst/nuvdemux/gstnuvdemux.c:
7100           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
7101           it actually is.
7102
7103 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7104
7105         * docs/plugins/Makefile.am:
7106         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
7107         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7108           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
7109           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
7110
7111         * docs/plugins/inspect/plugin-gstinterlace.xml:
7112         * docs/plugins/inspect/plugin-rawparse.xml
7113         * docs/plugins/inspect/plugin-videoparse.xml:
7114           Replace videoparse with rawparse.
7115
7116         * gst/dvdspu/gstdvdspu.h:
7117           Help gtk-doc to recognize the object struct.
7118
7119 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7120
7121         * gst/librfb/rfbdecoder.c:
7122         * gst/librfb/rfbdecoder.h:
7123           Don't use gtk-doc comment style for non gtk-doc comments.
7124           Make one static function static.
7125
7126 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
7127
7128         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
7129
7130         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
7131         (gst_deinterlace_init), (gst_deinterlace_set_caps),
7132         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
7133         (gst_deinterlace_get_property):
7134         * gst/deinterlace/gstdeinterlace.h:
7135         Provide 4:2:2 support
7136         Also deinterlace chroma planes
7137         Allow to turn on/off deinterlacing
7138         Change of default thresholds, in order to provide acceptable results
7139         with default params. Fixes #511001.
7140
7141 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
7142
7143         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7144           Update docs file too.
7145
7146 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
7147
7148         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
7149         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
7150           (subpic_sink_factory), (gst_dvd_spu_base_init),
7151           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
7152           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
7153           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
7154           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
7155           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
7156           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
7157           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
7158           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
7159           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
7160           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
7161           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
7162           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
7163           (gst_dvd_spu_plugin_init):
7164         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
7165           Fix up dvdspu element again after previous namespace mangling:
7166           rename debug category variable to old name, matching that in
7167           dvdspu-render.c, to avoid undefined symbol error when loading
7168           the module; same for the _render function in dvdspu-render.c:
7169           we must use the same name in both .c files; change functions
7170           now called gstgst_* back to gst_* again; and while we're at it,
7171           we may as well canonicalise the namespace properly, namely to
7172           gst_dvd_spu_*.
7173
7174 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7175
7176         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7177         * ext/theora/theoradec.c:
7178         * ext/theora/theoradec.h:
7179           Coherent namespace usage and adding symbold from unused to sections.
7180
7181 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7182
7183         * docs/plugins/Makefile.am:
7184         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7185           Add symbols from -unused.txt to the right place.
7186
7187         * gst/dvdspu/gstdvdspu.c:
7188         * gst/dvdspu/gstdvdspu.h:
7189           Coherent namespace usage.
7190
7191         * gst/spectrum/gstspectrum.c:
7192           Fix broken XML fragment in doc snippet even more.
7193
7194 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7195
7196         * docs/plugins/Makefile.am:
7197           Update include list.
7198
7199         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
7200           Update xml includes.
7201
7202         * docs/plugins/inspect/plugin-alsaspdif.xml:
7203         * docs/plugins/inspect/plugin-amrwb.xml:
7204         * docs/plugins/inspect/plugin-bayer.xml:
7205         * docs/plugins/inspect/plugin-bz2.xml:
7206         * docs/plugins/inspect/plugin-cdxaparse.xml:
7207         * docs/plugins/inspect/plugin-dtsdec.xml:
7208         * docs/plugins/inspect/plugin-dvbsrc.xml:
7209         * docs/plugins/inspect/plugin-dvdspu.xml:
7210         * docs/plugins/inspect/plugin-equalizer.xml:
7211         * docs/plugins/inspect/plugin-faac.xml:
7212         * docs/plugins/inspect/plugin-faad.xml:
7213         * docs/plugins/inspect/plugin-fbdevsink.xml:
7214         * docs/plugins/inspect/plugin-festival.xml:
7215         * docs/plugins/inspect/plugin-filter.xml:
7216         * docs/plugins/inspect/plugin-flvdemux.xml:
7217         * docs/plugins/inspect/plugin-freeze.xml:
7218         * docs/plugins/inspect/plugin-gsm.xml:
7219         * docs/plugins/inspect/plugin-gstinterlace.xml:
7220         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
7221         * docs/plugins/inspect/plugin-h264parse.xml:
7222         * docs/plugins/inspect/plugin-interleave.xml:
7223         * docs/plugins/inspect/plugin-ladspa.xml:
7224         * docs/plugins/inspect/plugin-metadata.xml:
7225         * docs/plugins/inspect/plugin-modplug.xml:
7226         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
7227         * docs/plugins/inspect/plugin-mpegtsparse.xml:
7228         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
7229         * docs/plugins/inspect/plugin-musicbrainz.xml:
7230         * docs/plugins/inspect/plugin-mve.xml:
7231         * docs/plugins/inspect/plugin-nsfdec.xml:
7232         * docs/plugins/inspect/plugin-nuvdemux.xml:
7233         * docs/plugins/inspect/plugin-qtdemux.xml:
7234         * docs/plugins/inspect/plugin-quicktime.xml:
7235         * docs/plugins/inspect/plugin-real.xml:
7236         * docs/plugins/inspect/plugin-replaygain.xml:
7237         * docs/plugins/inspect/plugin-sdl.xml:
7238         * docs/plugins/inspect/plugin-sdp.xml:
7239         * docs/plugins/inspect/plugin-spectrum.xml:
7240         * docs/plugins/inspect/plugin-speed.xml:
7241         * docs/plugins/inspect/plugin-speexresample.xml:
7242         * docs/plugins/inspect/plugin-stereo.xml:
7243         * docs/plugins/inspect/plugin-switch.xml:
7244         * docs/plugins/inspect/plugin-timidity.xml:
7245         * docs/plugins/inspect/plugin-tta.xml:
7246         * docs/plugins/inspect/plugin-videocrop.xml:
7247         * docs/plugins/inspect/plugin-videoparse.xml:
7248         * docs/plugins/inspect/plugin-videosignal.xml:
7249         * docs/plugins/inspect/plugin-vmnc.xml:
7250         * docs/plugins/inspect/plugin-wildmidi.xml:
7251         * docs/plugins/inspect/plugin-x264.xml:
7252         * docs/plugins/inspect/plugin-xingheader.xml:
7253         * docs/plugins/inspect/plugin-xvid.xml:
7254         * docs/plugins/inspect/plugin-y4menc.xml:
7255           Regenerate files.
7256
7257         * gst/spectrum/gstspectrum.c:
7258           Fix broken XML fragment in doc snippet.
7259
7260         * tests/check/elements/.cvsignore:
7261           Add test binary to ignores.
7262
7263 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7264
7265         * gst/h264parse/gsth264parse.c:
7266           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
7267
7268 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
7269
7270         Patch by: Wouter Cloetens <wouter at mind dot be>
7271
7272         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
7273         Report the size of the stream as the total size instead of
7274         the remaining Content-Length, which is wrong after a seek.
7275
7276 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7277
7278         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
7279         (gst_raw_parse_loop):
7280         Handle framesizes > 4096 with multiple frames per buffer correctly
7281         in pull mode and handle short reads better.
7282         Also put offset and offset_end on outgoing buffers.
7283
7284 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7285
7286         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
7287         Improve handling of unknown or too small upstream sizes in
7288         pull mode.
7289
7290 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7291
7292         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
7293         (gst_raw_parse_handle_seek_push):
7294         Improve debugging a bit and for handling multiple frames per buffer
7295         in pull mode choose the next smallest multiply of framesize below
7296         4096 instead of always handling 1024 frames.
7297
7298 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7299
7300         Patch by: Wouter Cloetens <wouter at mind dot be>
7301
7302         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
7303         Correctly set duration on the GstBaseSrc segment when we know it
7304         to fix failing the duration query.
7305
7306 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
7307
7308         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
7309         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
7310         Set timestamps more correctly.
7311
7312 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7313
7314         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
7315         (gst_raw_parse_init), (gst_raw_parse_reset),
7316         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
7317         (gst_raw_parse_chain), (gst_raw_parse_loop),
7318         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
7319         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
7320         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
7321         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
7322         * gst/rawparse/gstrawparse.h:
7323         Implement pull mode.
7324
7325 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7326
7327         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
7328         Fix memory leak spotted by the unit test.
7329
7330 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7331
7332         * tests/check/Makefile.am:
7333         Enable spectrum test again.
7334
7335         * tests/check/gst-plugins-bad.supp:
7336         Add suppressions for a singleton in GIO that can't be freed.
7337
7338 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7339
7340         * tests/check/Makefile.am:
7341         * tests/check/elements/.cvsignore:
7342         * tests/check/elements/equalizer.c: (setup_equalizer),
7343         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
7344         Add some minimal tests for the equalizer plugin.
7345
7346 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7347
7348         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
7349         Unparent all bands from the equalizer when finalizing to stop
7350         leaking them.
7351
7352 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7353
7354         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
7355         Add support for WebDAV.
7356
7357 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7358
7359         Patch by: Wouter Cloetens <wouter at mind dot be>
7360
7361         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
7362         (gst_souphttp_src_init), (gst_souphttp_src_create),
7363         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
7364         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
7365         * ext/soup/gstsouphttpsrc.h:
7366         Add support for seeking to souphttpsrc. Fixes bug #502335.
7367
7368 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
7369
7370         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
7371         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
7372         (gst_h264_parse_find_start_reverse),
7373         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
7374         * gst/h264parse/gsth264parse.h:
7375         Improve debugging.
7376         Fix buffer splitting at sync codes and leftover buffer after
7377         scanning.
7378
7379 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
7380
7381         * ext/metadata/TODO:
7382         * ext/metadata/metadataexif.c:
7383         * ext/metadata/metadataxmp.c:
7384           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
7385
7386 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
7387
7388         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
7389         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
7390         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
7391         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
7392         (gst_h264_parse_init), (gst_h264_parse_set_property),
7393         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
7394         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
7395         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
7396         (gst_h264_parse_find_start_reverse),
7397         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
7398         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
7399         * gst/h264parse/gsth264parse.h:
7400         Add reverse playback support for containers that don't know how to
7401         properly send data between I-frames.
7402
7403 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
7404
7405         * configure.ac:
7406         * tests/check/pipelines/gio.c: (GST_START_TEST):
7407         Update for API changes in GIO and require GIO 2.15.2 for this.
7408
7409 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7410
7411         * gst/xingheader/gstxingmux.c: (generate_xing_header):
7412         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
7413         of 0xfe.
7414
7415 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7416
7417         * gst/xingheader/gstxingmux.c: (generate_xing_header):
7418         Remove accidentially leftover debug printf.
7419
7420 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7421
7422         * gst/xingheader/gstxingmux.c: (has_xing_header),
7423         (generate_xing_header), (gst_xing_mux_chain),
7424         (gst_xing_mux_sink_event):
7425         Choose smallest possible frame size for the Xing header, properly
7426         set the timestamp, duration and offset on the outgoing buffers,
7427         only send NEWSEGMENT events in BYTE format downstream and also
7428         drop VBRI headers if already existing.
7429
7430 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
7431
7432         * gst/xingheader/Makefile.am:
7433         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
7434         (has_xing_header), (generate_xing_header),
7435         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
7436         (gst_xing_mux_init), (gst_xing_mux_chain),
7437         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
7438         * gst/xingheader/gstxingmux.h:
7439         Major cleanup and rewrite of xingmux with less bugs and new features:
7440         - Handles other layers as 3
7441         - Write TOC
7442
7443 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
7444
7445         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
7446           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
7447           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
7448           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
7449           (test_buffer_square_int16_stereo):
7450         * tests/check/elements/rglimiter.c: (create_test_buffer):
7451         * tests/check/elements/rgvolume.c: (test_buffer_new):
7452           It's "endianness", not "endianess". Fixes unit tests.
7453
7454 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7455
7456         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7457         If we find the caps in the cache, use it to parse the clock-rate instead
7458         of returning an error. Fixes a TODO as found by Youness Alaoui.
7459
7460 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7461
7462         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
7463
7464         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7465         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
7466         (rtp_session_set_process_rtp_callback),
7467         (rtp_session_set_send_rtp_callback),
7468         (rtp_session_set_send_rtcp_callback),
7469         (rtp_session_set_sync_rtcp_callback),
7470         (rtp_session_set_clock_rate_callback),
7471         (rtp_session_set_reconsider_callback), (source_push_rtp),
7472         (source_clock_rate), (rtp_session_process_bye),
7473         (rtp_session_process_rtcp), (rtp_session_send_bye),
7474         (rtp_session_on_timeout):
7475         * gst/rtpmanager/rtpsession.h:
7476         Make it possible to use different user_data for each of the callbacks.
7477         Fixes #508587.
7478
7479 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7480
7481         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
7482         Small meaningless cleanup.
7483
7484         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
7485         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
7486         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
7487         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
7488         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
7489         * gst/mpegvideoparse/mpegvideoparse.h:
7490         Track segment events.
7491         Do the first part of reverse playback by sending data between two
7492         I-frames to the decoder.
7493
7494 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7495
7496         * gst/rtpmanager/gstrtpbin.c:
7497         Fix documentation for latest patch
7498
7499 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7500
7501         * gst/rtpmanager/gstrtpbin.c:
7502         Allow request_new_pad with name NULL (bug #508515)
7503
7504 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
7505
7506         * autogen.sh:
7507           Add -Wno-portability to the automake parameters to stop warnings
7508           about GNU make extensions being used. We require GNU make in almost
7509           every Makefile anyway.
7510           
7511         * configure.ac:
7512           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
7513           at the same time is required for per target flags.
7514
7515 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
7516
7517         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
7518         Don't set fixed caps, we can basically do everything the upsteam peer
7519         pad can renegotiate to. Fixes #507940.
7520
7521 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
7522
7523         * Makefile.am:
7524           Include lcov.mak to allow building coverage reports. Add top-level
7525           check targets similar to other gst packages.
7526
7527 2008-01-06  David Schleef  <ds@schleef.org>
7528
7529         * ext/directfb/Makefile.am:
7530           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
7531         * ext/directfb/dfbvideosink.c:
7532           Getting tired of directfb's chatter.  Quiet it.
7533
7534 2008-01-06  David Schleef  <ds@schleef.org>
7535
7536         Patch by: Sean D'Epagnier <sean@depagnier.com>
7537
7538         * configure.ac:
7539         * sys/Makefile.am:
7540         * sys/fbdev/Makefile.am:
7541         * sys/fbdev/gstfbdevsink.c:
7542         * sys/fbdev/gstfbdevsink.h:
7543           Add fbdev-based video sink.  Linux-only.  See bug #506549.
7544
7545 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
7546
7547         * configure.ac:
7548         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7549         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
7550         Update to GMemoryInputStream API changes in GLib SVN and require
7551         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
7552         We can also report the duration for every GSeekable, not only
7553         GFileInputStream and GMemoryInputStream.
7554
7555 2008-01-05  David Schleef  <ds@schleef.org>
7556
7557         * sys/glsink/glimagesink.c:
7558         * sys/glsink/glimagesink.h:
7559         * sys/glsink/gstglbuffer.h:
7560         * sys/glsink/gstgldisplay.c:
7561         * sys/glsink/gstgldisplay.h:
7562         * sys/glsink/gstglupload.c:
7563           Handle xoverlay exposes correctly.  This means glimagesink works
7564           correctly most of the time in totem (fullscreening being an
7565           execption).  Doesn't handle expose events directly to the GL
7566           window.
7567
7568 2008-01-05  David Schleef  <ds@schleef.org>
7569
7570         * sys/glsink/glextensions.c:
7571         * sys/glsink/glextensions.h:
7572         * sys/glsink/glimagesink.c:
7573         * sys/glsink/glimagesink.h:
7574         * sys/glsink/gstgldisplay.c:
7575         * sys/glsink/gstgldisplay.h:
7576         * sys/glsink/gstopengl.c:
7577           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
7578           vblank synchronization.  Remove unused code.
7579
7580 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
7581
7582         * gst/rtpmanager/gstrtpjitterbuffer.c:
7583         (gst_rtp_jitter_buffer_loop):
7584         Don't unref the popped buffer when we don't have ownership.
7585         Fixes #507020.
7586
7587 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7588
7589         * gst/mpegtsparse/Makefile.am:
7590         * gst/mpegtsparse/flutspatinfo.c:
7591         * gst/mpegtsparse/flutspatinfo.h:
7592         * gst/mpegtsparse/flutspmtinfo.c:
7593         * gst/mpegtsparse/flutspmtinfo.h:
7594         * gst/mpegtsparse/flutspmtstreaminfo.c:
7595         * gst/mpegtsparse/flutspmtstreaminfo.h:
7596         Remove no longer needed files.
7597
7598 2008-01-02  David Schleef  <ds@schleef.org>
7599
7600         * tests/check/Makefile.am:
7601           Disable vcdsrc in states test because it takes too much time
7602           to get to PLAYING if it can find a device.
7603
7604 2007-12-31  David Schleef  <ds@schleef.org>
7605
7606         * ext/musicbrainz/gsttrm.c:
7607           Don't emit signiture when going to READY, because it might
7608           not be ready.
7609         * ext/nas/nassink.c:
7610           Remove useless call that sleeps for 5 seconds.  Yup, it calls
7611           sleep(1) 5 times.  Go NAS.
7612         * gst/librfb/gstrfbsrc.c:
7613         * gst/librfb/rfbdecoder.c:
7614           Initialize our debug categories properly.
7615         * gst/rawparse/gstrawparse.c:
7616           Don't register element details for a non-element.  Be much more
7617           rude when subclass doesn't set a pad template (assert!).  Don't
7618           unref the pad template; we don't own it.
7619         * gst/videosignal/gstvideoanalyse.c:
7620           Initialize debug category.
7621         * tests/check/Makefile.am:
7622           Ignore nassink element in tests because it has unavoidable
7623           long timeouts.
7624
7625 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7626
7627         * gst/rtpmanager/gstrtpssrcdemux.c:
7628         (gst_rtp_ssrc_demux_change_state):
7629         Don't clean up pads when going to PAUSED.
7630
7631 2007-12-30  David Schleef  <ds@schleef.org>
7632
7633         * configure.ac:
7634         * sys/glsink/Makefile.am:
7635           Switch to using pkgconfig to detect libGL.  Since we use
7636           recent features added to Mesa, there's no point in adding
7637           a check for pre-pkgconfig versions.
7638
7639 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7640
7641         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
7642         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
7643         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
7644         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
7645         Fix 'xyz may be used uninitialized' compiler warnings caused
7646         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7647         abort() in any case but properly report the error.
7648
7649 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7650
7651         * configure.ac:
7652         * ext/gio/gstgio.c:
7653         * ext/gio/gstgio.h:
7654         * ext/gio/gstgiobasesink.h:
7655         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7656         * ext/gio/gstgiobasesrc.h:
7657         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
7658         * ext/gio/gstgiosink.h:
7659         * ext/gio/gstgiosrc.h:
7660         * ext/gio/gstgiostreamsink.h:
7661         * ext/gio/gstgiostreamsrc.h:
7662         * tests/check/pipelines/gio.c:
7663         Update to latest API changes in GLib/GIO and require at least
7664         gio-2.0 2.15.0 for this.
7665         
7666         * ext/gio/Makefile.am:
7667         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
7668
7669 2007-12-28  David Schleef  <ds@schleef.org>
7670
7671         * configure.ac:
7672         * sys/glsink/glextensions.c:
7673         * sys/glsink/glextensions.h:
7674         * sys/glsink/glimagesink.c:
7675         * sys/glsink/glimagesink.h:
7676         * sys/glsink/gstglbuffer.c:
7677         * sys/glsink/gstglbuffer.h:
7678         * sys/glsink/gstglconvert.c:
7679         * sys/glsink/gstgldisplay.c:
7680         * sys/glsink/gstgldisplay.h:
7681         * sys/glsink/gstgldownload.c:
7682         * sys/glsink/gstglfilter.c:
7683         * sys/glsink/gstglfilter.h:
7684         * sys/glsink/gstglfilterexample.c:
7685         * sys/glsink/gstgltestsrc.c:
7686         * sys/glsink/gstglupload.c:
7687           Major cleanup of code.  Convert glupload to BaseTransform.
7688           Handle caps negotiation mostly correctly.  Reenable in build.
7689
7690 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
7691
7692         * ext/soup/Makefile.am:
7693         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
7694           (gst_souphttp_src_unicodify), (soup_got_headers):
7695           Use gst_tag_freeform_string_to_utf8() and post radio station
7696           info as tags on the bus.
7697
7698 2007-12-26  David Schleef  <ds@schleef.org>
7699
7700         * sys/glsink/glimagesink.c:
7701         * sys/glsink/gstglupload.c:
7702           Change glimagesink over to using GL buffers.  This breaks
7703           glimagesink for normal operation, but should be fixed soon.
7704
7705 2007-12-26  David Schleef  <ds@schleef.org>
7706
7707         * sys/glsink/gltestsrc.c:
7708         * sys/glsink/gstglbuffer.c:
7709         * sys/glsink/gstglbuffer.h:
7710         * sys/glsink/gstgldownload.c:
7711         * sys/glsink/gstglfilter.c:
7712         * sys/glsink/gstglfilterexample.c:
7713         * sys/glsink/gstgltestsrc.c:
7714         * sys/glsink/gstglupload.c:
7715           Convert gldownload to BaseTransform.  Make glfilterexample
7716           visually interesting.  Add support for various formats to
7717           downloading.  Fix a few places where we leak GL state to
7718           other elements (bad, but hard to prevent).
7719
7720 2007-12-26  David Schleef  <ds@schleef.org>
7721
7722         * sys/glsink/BUGS:
7723         * sys/glsink/Makefile.am:
7724         * sys/glsink/gstglbuffer.c:
7725         * sys/glsink/gstglbuffer.h:
7726         * sys/glsink/gstglconvert.c:
7727         * sys/glsink/gstgldisplay.c:
7728         * sys/glsink/gstglfilter.c:
7729         * sys/glsink/gstglfilter.h:
7730         * sys/glsink/gstglfilterexample.c:
7731         * sys/glsink/gstgltestsrc.c:
7732         * sys/glsink/gstglupload.c:
7733         * sys/glsink/gstopengl.c:
7734           Remove code that handles non-texture buffers.  Add a
7735           GstGLBufferFormat type that corresponds to how to use the
7736           texture, not the original video format.  Convert gstflfilter.c
7737           into a base class, add glfilterexample and glconvert elements.
7738         * sys/glsink/color_matrix.c:
7739           Minor ramblings about color conversion matrices.
7740
7741 2007-12-24  David Schleef  <ds@schleef.org>
7742
7743         * sys/glsink/Makefile.am:
7744         * sys/glsink/gltestsrc.c:
7745         * sys/glsink/gltestsrc.h:
7746         * sys/glsink/gstgldisplay.c:
7747         * sys/glsink/gstgldownload.c:
7748         * sys/glsink/gstglfilter.c:
7749         * sys/glsink/gstgltestsrc.c:
7750         * sys/glsink/gstgltestsrc.h:
7751         * sys/glsink/gstglupload.c:
7752         * sys/glsink/gstopengl.c:
7753           Add gltestsrc element, a duplicate of videotestsrc that uses
7754           GL rendering to create images.  More cleanup.
7755
7756 2007-12-24  David Schleef  <ds@schleef.org>
7757
7758         * sys/glsink/gstglbuffer.c:
7759         * sys/glsink/gstgldownload.c:
7760         * sys/glsink/gstglfilter.c:
7761           Clean up code.  Fix a few leaks.
7762
7763 2007-12-24  David Schleef  <ds@schleef.org>
7764
7765         * sys/glsink/Makefile.am:
7766         * sys/glsink/glimagesink.h:
7767         * sys/glsink/glvideo.c:
7768         * sys/glsink/glvideo.h:
7769         * sys/glsink/gstglbuffer.c:
7770         * sys/glsink/gstglbuffer.h:
7771         * sys/glsink/gstgldisplay.c:
7772         * sys/glsink/gstgldisplay.h:
7773           Rename glvideo.[ch] to gstgldisplay.[ch].
7774
7775 2007-12-24  David Schleef  <ds@schleef.org>
7776
7777         * sys/glsink/glimagesink.c:
7778         * sys/glsink/glimagesink.h:
7779         * sys/glsink/glvideo.c:
7780         * sys/glsink/glvideo.h:
7781         * sys/glsink/gstglbuffer.c:
7782         * sys/glsink/gstglbuffer.h:
7783         * sys/glsink/gstgldownload.c:
7784         * sys/glsink/gstglfilter.c:
7785         * sys/glsink/gstglupload.c:
7786           Rewrite a bunch of code to use textures as the intermediate
7787           instead of renderbuffers.  upload, download, filtering all
7788           work.
7789
7790 2007-12-23  David Schleef  <ds@schleef.org>
7791
7792         * gst/videoparse/Makefile.am:
7793         * gst/videoparse/README:
7794         * gst/videoparse/gstvideoparse.c:
7795           Remove videoparse element, because it was moved to gst/rawparse/
7796
7797 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7798
7799         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
7800         Always seek on frame boundaries, will produce nothing useful
7801         otherwise.
7802
7803 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7804
7805         * configure.ac:
7806         * gst/rawparse/Makefile.am:
7807         * gst/rawparse/README:
7808         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
7809         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
7810         (gst_audio_parse_class_init), (gst_audio_parse_init),
7811         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
7812         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
7813         * gst/rawparse/gstaudioparse.h:
7814         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
7815         (gst_raw_parse_class_init), (gst_raw_parse_init),
7816         (gst_raw_parse_dispose),
7817         (gst_raw_parse_class_set_src_pad_template),
7818         (gst_raw_parse_class_set_multiple_frames_per_buffer),
7819         (gst_raw_parse_reset), (gst_raw_parse_chain),
7820         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
7821         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
7822         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
7823         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
7824         (gst_raw_parse_is_negotiated):
7825         * gst/rawparse/gstrawparse.h:
7826         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
7827         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
7828         (gst_video_parse_class_init), (gst_video_parse_init),
7829         (gst_video_parse_set_property), (gst_video_parse_get_property),
7830         (gst_video_parse_format_to_fourcc),
7831         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
7832         * gst/rawparse/gstvideoparse.h:
7833         * gst/rawparse/plugin.c: (plugin_init):
7834         Add new plugin rawparse that contains a base class for raw data
7835         parsers and the two elements audioparse and videoparse that can
7836         be used to parse raw audio and video. These are inspired by the
7837         old videoparse element which the new rawparse plugin deprecates.
7838
7839 2007-12-21  David Schleef  <ds@schleef.org>
7840
7841         * sys/glsink/glextensions.c:
7842         * sys/glsink/glextensions.h:
7843         * sys/glsink/glvideo.c:
7844         * sys/glsink/glvideo.h:
7845         * sys/glsink/gstglbuffer.c:
7846         * sys/glsink/gstgldownload.c:
7847         * sys/glsink/gstglupload.c:
7848           A careful read of the documentation reveals that I can't use
7849           renderbuffers as textures.  Duh.  Checkpoint because I'm about
7850           to rewrite a bunch of code.
7851
7852 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
7853
7854         * ext/metadata/TODO:
7855         * ext/metadata/gstbasemetadata.c:
7856         * ext/metadata/gstbasemetadata.h:
7857         * ext/metadata/metadata.h:
7858         * ext/metadata/metadataiptc.c:
7859         * ext/metadata/metadatamuxjpeg.c:
7860         * ext/metadata/metadataparsejpeg.c:
7861         * ext/metadata/metadataparseutil.c:
7862           Some IPTC tags mapped.
7863
7864 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
7865
7866         * ext/metadata/Makefile.am:
7867         * ext/metadata/TODO:
7868         * ext/metadata/gstbasemetadata.c:
7869         * ext/metadata/gstbasemetadata.h:
7870         * ext/metadata/gstmetadatacommon.c:
7871         * ext/metadata/gstmetadatacommon.h:
7872         * ext/metadata/metadata.c:
7873         * ext/metadata/metadata.h:
7874           Removed gstmetadatacommon.
7875
7876 2007-12-20  David Schleef  <ds@schleef.org>
7877
7878         * sys/glsink/Makefile.am:
7879         * sys/glsink/glextensions.c:
7880         * sys/glsink/glextensions.h:
7881         * sys/glsink/glimagesink.c:
7882         * sys/glsink/glimagesink.h:
7883         * sys/glsink/glvideo.c:
7884         * sys/glsink/glvideo.h:
7885         * sys/glsink/gstglbuffer.c:
7886         * sys/glsink/gstglbuffer.h:
7887         * sys/glsink/gstgldownload.c:
7888         * sys/glsink/gstglfilter.c:
7889         * sys/glsink/gstglupload.c:
7890         * sys/glsink/gstopengl.c:
7891           Switch to using framebuffer_objects instead of GLXPixmaps,
7892           because that's what my driver supports.  Remove GLDrawable,
7893           since GstGLDisplay now has a default drawable and context.
7894
7895 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7896
7897         * gst/equalizer/.cvsignore:
7898         * gst/switch/.cvsignore:
7899           Ignore more.
7900
7901 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7902
7903         * ext/metadata/Makefile.am:
7904         * ext/metadata/TODO:
7905         * ext/metadata/gstbasemetadata.c:
7906         * ext/metadata/gstbasemetadata.h:
7907         * ext/metadata/gstmetadatacommon.c:
7908         * ext/metadata/gstmetadatacommon.h:
7909         * ext/metadata/gstmetadatademux.c:
7910         * ext/metadata/gstmetadatademux.h:
7911         * ext/metadata/gstmetadatamux.c:
7912         * ext/metadata/gstmetadatamux.h:
7913         * ext/metadata/metadata.c:
7914         * ext/metadata/metadata.h:
7915         * ext/metadata/metadataexif.c:
7916         * ext/metadata/metadataparsejpeg.c:
7917         * ext/metadata/metadataparsepng.c:
7918         * ext/metadata/metadatatags.c:
7919         * ext/metadata/metadatatags.h:
7920         * ext/metadata/test/metadata_editor.c:
7921           New base class for metadata elements.
7922
7923 2007-12-18  Andy Wingo  <wingo@pobox.com>
7924
7925         * gst/switch/gstswitch-marshal.list:
7926         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7927         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7928         (gst_selector_pad_get_property)
7929         (gst_selector_pad_get_running_time)
7930         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7931         (gst_segment_set_stop, gst_segment_set_start)
7932         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7933         (gst_stream_selector_push_pending_stop)
7934         (gst_stream_selector_switch): Change so that the signals and
7935         properties deal in running time, not buffer time. Document the
7936         signals more. Change uint64 in API to int64, to reflect what's in
7937         GstSegment.
7938
7939 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7940
7941         * Makefile.am:
7942           Include common/win32.mak for CRLF check of win32 project
7943           files (see #393626).
7944
7945         * configure.ac:
7946           Bump requirements to -base CVS for libgstvideo additions in
7947           glimagesink. Disable glimagesink until the missing files get
7948           checked in.
7949
7950 2007-12-17  David Schleef  <ds@schleef.org>
7951
7952         * sys/glsink/Makefile.am:
7953         * sys/glsink/glimagesink.c:
7954         * sys/glsink/glimagesink.h:
7955         * sys/glsink/glvideo.c:
7956         * sys/glsink/glvideo.h:
7957         * sys/glsink/gstopengl.c:
7958         * sys/glsink/gstglupload.c:
7959           Use new GstVideoFormat checked into -base.  Add new glupload
7960           element to upload raw video into a GLXPixbuf.  Untested.  Will
7961           likely crash your motorcycle if you try it.
7962         * sys/glsink/gstvideo-common.c:
7963         * sys/glsink/gstvideo-common.h:
7964           Remove.
7965
7966 2007-12-17  David Schleef  <ds@schleef.org>
7967
7968         * gst/multifile/gstmultifilesrc.c:
7969         * gst/multifile/gstmultifilesrc.h:
7970           When subsequent files are read, if the file doesn't exist, send
7971           an EOS instead of causing an error.
7972
7973 2007-12-17  Andy Wingo  <wingo@pobox.com>
7974
7975         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7976         a buffer is ignored, not NOT_LINKED. No sense in making a source
7977         element error out; at least fdsrc considers NOT_LINKED to be a
7978         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7979
7980         * gst/switch/gstswitch-marshal.list:
7981         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7982         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7983         (gst_stream_selector_block): Make the block() signal return the
7984         last stop time of the active pad. Patch 10/12.
7985
7986         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7987         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7988         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7989         pad property, not an element property.
7990         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7991         duration, not timestamp. Patch 9/12.
7992
7993         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7994         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7995         cond mechanism instead of blocked pads. Patch 8/12.
7996
7997         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7998
7999         * gst/switch/gstswitch.c (gst_stream_selector_wait)
8000         (gst_selector_pad_chain, gst_stream_selector_init)
8001         (gst_stream_selector_dispose): Add infrastructure for new blocking
8002         mechanism that does not use gst_pad_set_blocked, which does not
8003         work on sink pads. Patch 7/12.
8004
8005         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
8006         (gst_stream_selector_get_property): Add last-stop-time readable
8007         property. Patch 6/12.
8008
8009         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
8010         state variables.
8011
8012         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
8013         (gst_selector_pad_chain): Push any pending stop event.
8014         (gst_stream_selector_set_active_pad)
8015         (gst_stream_selector_set_property): Factor out setting the active
8016         pad to a function. Close the segment of the previous active pad if
8017         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
8018         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
8019
8020         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
8021         the block() signal. This implementation will be replaced in future
8022         patches, however. Patch 4/12.
8023
8024         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
8025         vmethod prototypes.
8026
8027         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
8028         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
8029         vmethod definitions. Patch 3/12.
8030
8031         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
8032         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
8033         `block' and `switch' signals.
8034
8035         * gst/switch/Makefile.am: 
8036         * gst/switch/gstswitch-marshal.list: Add foo to generate a
8037         marshaller for the `switch' signal. Patch 2/12.
8038
8039         * gst/switch/gstswitch.h: 
8040         * gst/switch/gstswitch.c: Replace with files from
8041         gststreamselector.[ch], registered as the "switch" plugin, with
8042         "GstSwitch" types. Patch 1/12.
8043
8044 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
8045
8046         * ext/metadata/TODO:
8047         * ext/metadata/gstmetadatademux.c:
8048         * ext/metadata/metadata.c:
8049         * ext/metadata/metadata.h:
8050         * ext/metadata/metadataparsejpeg.c:
8051         * ext/metadata/metadataparsejpeg.h:
8052         * ext/metadata/metadataparsepng.c:
8053         * ext/metadata/metadataparsepng.h:
8054         * ext/metadata/test/MetadataEditorMain.glade:
8055         * ext/metadata/test/metadata_editor.c:
8056           Added "parse-only" property to metadatademux.
8057
8058 2007-12-16  David Schleef  <ds@schleef.org>
8059
8060         * sys/glsink/glimagesink.c:
8061         * sys/glsink/glimagesink.h:
8062         * sys/glsink/glvideo.c:
8063         * sys/glsink/glvideo.h:
8064           Rename GLVideo* to GstGL*.
8065
8066 2007-12-15  David Schleef  <ds@schleef.org>
8067
8068         * sys/glsink/Makefile.am:
8069         * sys/glsink/glextensions.c:
8070         * sys/glsink/glextensions.h:
8071         * sys/glsink/glvideo.c:
8072           Add vblank synchronization.  Isn't really working on my
8073           driver. :(
8074
8075 2007-12-15  David Schleef  <ds@schleef.org>
8076
8077         * sys/glsink/Makefile.am:
8078         * sys/glsink/glimagesink.c:
8079         * sys/glsink/glvideo.c:
8080         * sys/glsink/glvideo.h:
8081         * sys/glsink/gstvideo-common.c:
8082         * sys/glsink/gstvideo-common.h:
8083           Add support for xRGB, xBGR, and AYUV.  Re-add support for
8084           power-of-2 textures.
8085
8086 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
8087
8088         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
8089         (gst_video_parse_sink_event):
8090         Free the adapter on dispose and correctly reset on newsegment events.
8091
8092 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
8093
8094         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
8095         (gst_video_parse_src_event), (gst_video_parse_src_query):
8096         Improve duration query by first asking upstream and if it can't handle
8097         the query try to get the duration in bytes from upstream and convert.
8098         For seeks, try if upstream handles this already first and do our
8099         conversion to byte format only if it doesn't and if we get a
8100         newsegment event in time format keep it and only do our conversions
8101         if the event has another format.
8102
8103 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
8104
8105         * gst/videoparse/gstvideoparse.c:
8106         (gst_video_parse_format_get_type),
8107         (gst_video_parse_endianness_get_type),
8108         (gst_video_parse_class_init), (gst_video_parse_init),
8109         (gst_video_parse_set_property), (gst_video_parse_get_property),
8110         (gst_video_parse_format_to_fourcc),
8111         (gst_video_parse_update_block_size), (gst_video_parse_chain),
8112         (gst_video_parse_sink_event):
8113         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
8114         downstream elements downstream, not upstream.
8115
8116 2007-12-14  David Schleef  <ds@schleef.org>
8117
8118         * sys/glsink/gstvideo-common.c:
8119         * sys/glsink/gstvideo-common.h:
8120           Pull together some common raw video functions into one location.
8121           This should eventually move to -base.
8122         * sys/glsink/Makefile.am:
8123         * sys/glsink/glimagesink.c:
8124         * sys/glsink/glimagesink.h:
8125         * sys/glsink/glvideo.c:
8126         * sys/glsink/glvideo.h:
8127         * sys/glsink/gstopengl.c:
8128           Use the new video-common.h stuff.  Readd support for RGB video.
8129
8130 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
8131
8132         * ext/metadata/Makefile.am:
8133         * ext/metadata/TODO:
8134         * ext/metadata/gstmetadata.c:
8135         * ext/metadata/gstmetadatacommon.c:
8136         * ext/metadata/gstmetadatacommon.h:
8137         * ext/metadata/gstmetadatademux.c:
8138         * ext/metadata/gstmetadatademux.h:
8139         * ext/metadata/gstmetadatamux.c:
8140         * ext/metadata/gstmetadatamux.h:
8141         * ext/metadata/gstmetadataparse.c:
8142         * ext/metadata/gstmetadataparse.h:
8143         * ext/metadata/metadataexif.c:
8144         * ext/metadata/metadatatags.c:
8145         * ext/metadata/test/metadata_editor.c:
8146           Added new module for common functions. Using GST_TYPE_FRACTION for
8147           Exif (S)Rational types.
8148
8149 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8150
8151         * gst/mpegtsparse/mpegtspacketizer.c:
8152         * gst/mpegtsparse/mpegtspacketizer.h:
8153         Hash streams by pid again. Add a linked list inside each
8154         stream with a list of sub_tables. Fix multiple sections
8155         as it was borked with my last commit.
8156
8157 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
8158
8159         * sys/glsink/Makefile.am: add glvideo.h
8160         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
8161         * gst-plugins-bad.spec.in: add latest plugins
8162
8163 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
8164
8165         * ext/metadata/TODO:
8166         * ext/metadata/gstmetadatamux.c:
8167         * ext/metadata/gstmetadataparse.c:
8168         * ext/metadata/metadata.c:
8169         * ext/metadata/metadata.h:
8170         * ext/metadata/metadataiptc.c:
8171         * ext/metadata/metadatamuxjpeg.c:
8172         * ext/metadata/metadatamuxjpeg.h:
8173         * ext/metadata/metadatamuxpng.c:
8174         * ext/metadata/metadatamuxpng.h:
8175         * ext/metadata/metadataparsejpeg.c:
8176         * ext/metadata/metadataparsejpeg.h:
8177         * ext/metadata/metadataparsepng.c:
8178         * ext/metadata/metadataparsepng.h:
8179         * ext/metadata/metadataparseutil.c:
8180         * ext/metadata/metadataparseutil.h:
8181         * ext/metadata/metadatatypes.h:
8182         * ext/metadata/metadataxmp.c:
8183           Code documentation.
8184
8185 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
8186
8187         * configure.ac:
8188         * ext/metadata/Makefile.am:
8189         * ext/metadata/gstmetadatamux.c:
8190         * ext/metadata/gstmetadataparse.c:
8191         * ext/metadata/metadataexif.c:
8192         * ext/metadata/metadatatags.c:
8193         * ext/metadata/test/Makefile:
8194         * ext/metadata/test/MetadataEditorMain.glade:
8195         * ext/metadata/test/metadata_editor.c:
8196           Added a test application. Added some EXIF tags. Fixed a muxer bug.
8197
8198 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8199
8200         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
8201           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
8202           Implement a query type function for the src pad, implement seeking
8203           and use ANY caps for the sink pad as the element doesn't care what
8204           caps the input has and everything is handled via properties.
8205
8206 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8207
8208         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
8209           (gst_video_parse_sink_event):
8210           Handle -1 values for the CONVERT query too.
8211
8212 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8213
8214         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
8215           Add YV12 to the pad templates as it is supported too and allow
8216           -1 as stop position for NEWSEGMENT events.
8217
8218 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8219
8220         * gst/videoparse/Makefile.am:
8221           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
8222
8223         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
8224           (gst_video_parse_set_property), (gst_video_parse_get_property):
8225           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
8226           gives a g_critical().
8227
8228 2007-12-12  David Schleef  <ds@schleef.org>
8229
8230         * gst/videoparse/README:
8231         * gst/videoparse/gstvideoparse.c:
8232           Add a bunch of features: handle format specification, handle
8233           queries and conversion.  Works much like a normal parser now.
8234
8235 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
8236
8237         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
8238         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
8239         (gst_rtp_pt_demux_change_state):
8240         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
8241         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
8242         (gst_rtp_ssrc_demux_change_state):
8243         Clean up the dynamic pads when going to READY.
8244
8245 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
8246
8247         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
8248         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
8249         (gst_rtp_bin_handle_message):
8250         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
8251         (rtp_session_send_bye):
8252         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
8253         Fix some leaks.
8254
8255 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
8256
8257         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
8258           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
8259           (gst_dtsdec_chain):
8260         * ext/dts/gstdtsdec.h:
8261           Add support for "audio/x-private1-dts" as used by flupsparse. Most
8262           changes adapted from a52dec.
8263
8264 2007-12-11  David Schleef  <ds@schleef.org>
8265
8266         * sys/glsink/Makefile.am:
8267         * sys/glsink/glimagesink.c:
8268         * sys/glsink/glvideo.c:
8269         * sys/glsink/glvideo.h:
8270           Split out gl-related code into a separate file with a
8271           sensible API.  Major cleanup.  Still crashes occasionally
8272           due to different threads touching bits at the same time.
8273
8274 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
8275
8276         Patch by: Wouter Cloetens <wouter at mind dot be>
8277
8278         * ext/soup/gstsouphttpsrc.c: (_do_init),
8279         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
8280         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
8281         (gst_souphttp_src_get_property), (unicodify),
8282         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
8283         (gst_souphttp_src_start), (gst_souphttp_src_stop),
8284         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
8285         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
8286         (soup_got_headers), (soup_got_body), (soup_finished),
8287         (soup_got_chunk), (soup_response), (soup_parse_status),
8288         (gst_souphttp_src_uri_get_type),
8289         (gst_souphttp_src_uri_get_protocols),
8290         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
8291         (gst_souphttp_src_uri_handler_init):
8292         * ext/soup/gstsouphttpsrc.h:
8293         Do not try to unpause I/O in the "queued" state.
8294         Reorganise a bunch of things and cleanups.
8295         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
8296         See #502335.
8297
8298 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
8299
8300         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
8301         Fix caps memleak.
8302
8303 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
8304
8305         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8306           (gst_flv_parse_tag_video):
8307           Don't strdup (and thus leak) codec name strings when passing
8308           them to gst_tag_list_add().
8309
8310 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
8311
8312         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
8313         (gst_rtp_bin_handle_message):
8314         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
8315         (on_ssrc_sdes):
8316         Post a message when the SDES infor changes for a source.
8317
8318         * gst/rtpmanager/rtpsession.c:
8319         * gst/rtpmanager/rtpsource.c:
8320         Update some comments.
8321
8322 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
8323
8324         Based on patch by: <mutex at runbox dot com>
8325
8326         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
8327         Forward the query upstream, the default element event handler does
8328         something different. Fixes #502879.
8329
8330 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
8331
8332         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
8333         (gst_rtp_bin_class_init):
8334         * gst/rtpmanager/gstrtpbin.h:
8335         * gst/rtpmanager/gstrtpclient.c:
8336         * gst/rtpmanager/gstrtpclient.h:
8337         * gst/rtpmanager/gstrtpjitterbuffer.h:
8338         * gst/rtpmanager/gstrtpmanager.c:
8339         * gst/rtpmanager/gstrtpptdemux.c:
8340         * gst/rtpmanager/gstrtpptdemux.h:
8341         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
8342         (gst_rtp_session_class_init), (gst_rtp_session_init):
8343         * gst/rtpmanager/gstrtpsession.h:
8344         * gst/rtpmanager/gstrtpssrcdemux.c:
8345         * gst/rtpmanager/gstrtpssrcdemux.h:
8346         * gst/rtpmanager/rtpjitterbuffer.c:
8347         * gst/rtpmanager/rtpjitterbuffer.h:
8348         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
8349         (on_ssrc_sdes), (rtp_session_process_sdes):
8350         * gst/rtpmanager/rtpsession.h:
8351         * gst/rtpmanager/rtpsource.c:
8352         * gst/rtpmanager/rtpsource.h:
8353         * gst/rtpmanager/rtpstats.c:
8354         * gst/rtpmanager/rtpstats.h:
8355         Add signal to notify of an SDES change.
8356         Fix object type in the signal callbacks.
8357
8358 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
8359
8360         * gst/rtpmanager/gstrtpbin.c: (create_session),
8361         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
8362         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
8363         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
8364         * gst/rtpmanager/gstrtpbin.h:
8365         Expose SDES items as properties and configure the session managers with
8366         them.
8367
8368         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
8369         (rtp_source_set_property):
8370         Fix SSRC property.
8371
8372 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
8373
8374         * gst/rtpmanager/gstrtpbin.c: (create_session):
8375         * gst/rtpmanager/rtpjitterbuffer.c:
8376         Update comment.
8377
8378         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
8379         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
8380         Define some GObject properties to set SDES and other configuration.
8381
8382         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
8383         (rtp_session_init), (rtp_session_finalize),
8384         (rtp_session_set_property), (rtp_session_get_property),
8385         (on_ssrc_sdes), (rtp_session_set_bandwidth),
8386         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
8387         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
8388         (rtp_session_get_sdes_string), (obtain_source),
8389         (rtp_session_get_internal_source), (rtp_session_process_sdes),
8390         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
8391         (is_rtcp_time):
8392         * gst/rtpmanager/rtpsession.h:
8393         Add signal when new SDES infor has been found for a source.
8394         Create properties for SDES and other info.
8395         Simplify the SDES API.
8396         Add method for getting the internal source object of the session.
8397
8398         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
8399         (rtp_source_finalize), (rtp_source_set_property),
8400         (rtp_source_get_property), (rtp_source_set_callbacks),
8401         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
8402         (rtp_source_is_as_csrc), (rtp_source_is_active),
8403         (rtp_source_is_validated), (rtp_source_is_sender),
8404         (rtp_source_received_bye), (rtp_source_get_bye_reason),
8405         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
8406         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
8407         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
8408         * gst/rtpmanager/rtpsource.h:
8409         Add GObject properties for various things.
8410         Don't leak the bye reason.
8411
8412 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
8413
8414         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8415         (gst_flv_parse_tag_video):
8416         Fix list of supported and known codecs.
8417         Emit tag with the codec name so it gets properly reported in totem and
8418         other applications.
8419
8420 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
8421
8422         * configure.ac:
8423         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
8424
8425 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8426
8427         * gst/equalizer/gstiirequalizer.c:
8428         (gst_iir_equalizer_transform_ip):
8429         Fix compilation.
8430
8431 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8432
8433         * gst/equalizer/gstiirequalizer.c:
8434         (gst_iir_equalizer_transform_ip):
8435         Don't process buffers in passthrough mode.
8436
8437 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8438
8439         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8440         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8441         The transform() methods are not called in passthrough mode so
8442         there's no need for checking if the element is in passthrough mode.
8443
8444 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8445
8446         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8447         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8448         Sync the GObject properties with the controller even in passthrough
8449         mode to get consistent property values.
8450
8451 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
8452
8453         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
8454           Mark crc values table as constant.
8455
8456 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
8457
8458         * ext/metadata/metadataexif.c:
8459         * ext/metadata/metadataiptc.c:
8460         * ext/metadata/metadatatags.c:
8461         * ext/metadata/metadatatags.h:
8462         * ext/metadata/metadataxmp.c:
8463           Added some tags to exif parser.
8464
8465 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8466
8467         * gst/mpegtsparse/mpegtspacketizer.c:
8468         * gst/mpegtsparse/mpegtsparse.c:
8469         A sub table is identified by the pair table_id and 
8470         sub_table_identifier, not by pid. So hash with that.
8471         * sys/dvb/dvbbasebin.c:
8472         Make sure initial pids are added properly to filter,
8473
8474 2007-12-05  Andy Wingo  <wingo@pobox.com>
8475
8476         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
8477         buffers from app thread when unsetting `queue-buffers', it's
8478         dangerous and the chain function will do it for us anyway.
8479
8480 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8481
8482         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
8483         (metadatamux_jpeg_lazy_update):
8484         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
8485         (metadataparse_jpeg_reading):
8486           Now compiles even when libiptc is missing.
8487
8488 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8489
8490         * ext/metadata/gstmetadatamux.c:
8491         * ext/metadata/gstmetadatamux.h:
8492         * ext/metadata/gstmetadataparse.c:
8493         * ext/metadata/gstmetadataparse.h:
8494         * ext/metadata/metadata.c:
8495         * ext/metadata/metadata.h:
8496         * ext/metadata/metadatamuxjpeg.c:
8497         * ext/metadata/metadatamuxjpeg.h:
8498         * ext/metadata/metadatamuxpng.c:
8499         * ext/metadata/metadatamuxpng.h:
8500           Fixed element properties and now muxer writes to png also.
8501
8502 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8503
8504         * gst/mpegtsparse/Makefile.am:
8505         * gst/mpegtsparse/mpegtspacketizer.c:
8506         * gst/mpegtsparse/mpegtsparse.c:
8507         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
8508         messages.
8509         * sys/dvb/dvbbasebin.c:
8510         Instead of attaching to signals, use the bus messages.
8511         Also fix up so the dvbsrc starts only outputting the info tables
8512         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
8513
8514 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
8515
8516         * ext/metadata/gstmetadatamux.c:
8517         * ext/metadata/gstmetadatamux.h:
8518         * ext/metadata/metadataexif.c:
8519         * ext/metadata/metadataexif.h:
8520         * ext/metadata/metadataiptc.c:
8521         * ext/metadata/metadataiptc.h:
8522         * ext/metadata/metadatamuxjpeg.c:
8523         * ext/metadata/metadataxmp.c:
8524         * ext/metadata/metadataxmp.h:
8525           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
8526           implemets GstTagSetter interface.
8527
8528 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
8529
8530         * gst/librfb/rfbdecoder.c:
8531                 Should fix the 64-bit build
8532
8533 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8534
8535         * ext/metadata/gstmetadatamux.c:
8536         * ext/metadata/gstmetadatamux.h:
8537         * ext/metadata/gstmetadataparse.c:
8538         * ext/metadata/gstmetadataparse.h:
8539         * ext/metadata/metadataexif.c:
8540         * ext/metadata/metadataexif.h:
8541         * ext/metadata/metadataiptc.c:
8542         * ext/metadata/metadataiptc.h:
8543         * ext/metadata/metadatamuxjpeg.c:
8544         * ext/metadata/metadatamuxpng.c:
8545         * ext/metadata/metadataparsejpeg.c:
8546         * ext/metadata/metadataparsepng.c:
8547         * ext/metadata/metadataxmp.c:
8548         * ext/metadata/metadataxmp.h:
8549           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
8550
8551 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8552
8553         * gst/librfb/rfbdecoder.c:
8554         * gst/librfb/rfbdecoder.h:
8555                 Add CoRRE encoding
8556
8557 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8558
8559         * gst/mpegtsparse/mpegtsparse.c:
8560         CRC check the psi pids. CRC checking code relicenced from MPL.
8561         Thanks Fluendo.
8562
8563 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8564
8565         * ext/metadata/Makefile.am:
8566         * ext/metadata/gstmetadatamux.c:
8567         * ext/metadata/gstmetadatamux.h:
8568         * ext/metadata/gstmetadataparse.c:
8569         * ext/metadata/metadata.c:
8570         * ext/metadata/metadata.h:
8571         * ext/metadata/metadatamuxjpeg.c:
8572         * ext/metadata/metadatamuxjpeg.h:
8573         * ext/metadata/metadatamuxpng.c:
8574         * ext/metadata/metadatamuxpng.h:
8575         * ext/metadata/metadataparsejpeg.c:
8576         * ext/metadata/metadataparsejpeg.h:
8577         * ext/metadata/metadataparsepng.c:
8578         * ext/metadata/metadataparsepng.h:
8579         * ext/metadata/metadatatypes.c:
8580         * ext/metadata/metadatatypes.h:
8581           Fixed get_range bug when injecting and stripping. And mux is almost
8582           done now.
8583
8584 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8585
8586         * gst/librfb/rfbdecoder.c:
8587                 Use glib macro for swapping
8588
8589 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
8590
8591         * gst/librfb/gstrfbsrc.c:
8592         * gst/librfb/rfbdecoder.c:
8593         * gst/librfb/rfbdecoder.h:
8594                 Disable CopyRect encoding by default
8595                 Add RRE encoding
8596
8597 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8598
8599         Patch by: Wouter Cloetens <wouter at mind dot be>
8600
8601         * configure.ac:
8602         Bump libsoup requirement as libsoup does not support async client
8603         operation prior to version 2.2.104 and it has some leaks.
8604
8605         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
8606         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8607         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
8608         (gst_souphttp_src_start), (gst_souphttp_src_stop),
8609         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
8610         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
8611         (soup_finished), (soup_got_chunk), (soup_response),
8612         (soup_session_close):
8613         * ext/soup/gstsouphttpsrc.h:
8614         Implement unlock().
8615         Picks up the size from the Content-Length header and emit a duration
8616         message.
8617         Don't leak the GMainContext object.
8618         Fixes #500099.
8619
8620 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8621
8622         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8623         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
8624         (alsaspdifsink_find_pcm_device):
8625         Don't free uninitialized data when we are in error.
8626
8627 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8628
8629         * ext/metadata/gstmetadatamux.c:
8630         * ext/metadata/gstmetadataparse.c:
8631         * ext/metadata/metadataexif.c:
8632         * ext/metadata/metadataexif.h:
8633         * ext/metadata/metadataiptc.c:
8634         * ext/metadata/metadataiptc.h:
8635         * ext/metadata/metadatatags.c:
8636         * ext/metadata/metadatatags.h:
8637         * ext/metadata/metadataxmp.c:
8638         * ext/metadata/metadataxmp.h:
8639           Sending make and model individual tags and muxer now links fine.
8640
8641 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8642
8643         * ext/metadata/Makefile.am:
8644         * ext/metadata/gstmetadata.c:
8645         * ext/metadata/gstmetadatamux.c:
8646         * ext/metadata/gstmetadatamux.h:
8647         * ext/metadata/gstmetadataparse.c:
8648         * ext/metadata/gstmetadataparse.h:
8649         * ext/metadata/metadata.c:
8650         * ext/metadata/metadata.h:
8651         * ext/metadata/metadataexif.c:
8652         * ext/metadata/metadataexif.h:
8653         * ext/metadata/metadataiptc.c:
8654         * ext/metadata/metadataiptc.h:
8655         * ext/metadata/metadataparse.c:
8656         * ext/metadata/metadataparse.h:
8657         * ext/metadata/metadataparseexif.c:
8658         * ext/metadata/metadataparseexif.h:
8659         * ext/metadata/metadataparseiptc.c:
8660         * ext/metadata/metadataparseiptc.h:
8661         * ext/metadata/metadataparsexmp.c:
8662         * ext/metadata/metadataparsexmp.h:
8663         * ext/metadata/metadatatags.c:
8664         * ext/metadata/metadatatags.h:
8665         * ext/metadata/metadataxmp.c:
8666         * ext/metadata/metadataxmp.h:
8667           Small fixes in get_range and better structure for generic muxer and
8668           demuxer.
8669
8670 2007-11-26  Julien Moutte  <julien@fluendo.com>
8671
8672         * configure.ac: Add QuickTime Wrapper plug-in.
8673         * gst/speexresample/gstspeexresample.c:
8674         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
8675         build on Mac OS X Leopard. Incorrect printf format arguments.
8676         * sys/Makefile.am:
8677         * sys/qtwrapper/Makefile.am:
8678         * sys/qtwrapper/audiodecoders.c:
8679         (qtwrapper_audio_decoder_base_init),
8680         (qtwrapper_audio_decoder_class_init),
8681         (qtwrapper_audio_decoder_init),
8682         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
8683         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
8684         (make_samr_magic_cookie), (open_decoder),
8685         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
8686         (qtwrapper_audio_decoder_chain),
8687         (qtwrapper_audio_decoder_sink_event),
8688         (qtwrapper_audio_decoders_register):
8689         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
8690         (fourcc_to_caps):
8691         * sys/qtwrapper/codecmapping.h:
8692         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
8693         (image_description_for_mp4v), (image_description_from_stsd_buffer),
8694         (image_description_from_codec_data):
8695         * sys/qtwrapper/imagedescription.h:
8696         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
8697         (get_output_info_from_component), (dump_avcc_atom),
8698         (dump_image_description), (dump_codec_decompress_params),
8699         (addSInt32ToDictionary), (dump_cvpixel_buffer),
8700         (DestroyAudioBufferList), (AllocateAudioBufferList):
8701         * sys/qtwrapper/qtutils.h:
8702         * sys/qtwrapper/qtwrapper.c: (plugin_init):
8703         * sys/qtwrapper/qtwrapper.h:
8704         * sys/qtwrapper/videodecoders.c:
8705         (qtwrapper_video_decoder_base_init),
8706         (qtwrapper_video_decoder_class_init),
8707         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
8708         (fill_image_description), (new_image_description), (close_decoder),
8709         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
8710         (decompressCb), (qtwrapper_video_decoder_chain),
8711         (qtwrapper_video_decoder_sink_event),
8712         (qtwrapper_video_decoders_register): Initial import of QuickTime
8713         wrapper jointly developped by Songbird authors (Pioneers of the
8714         Inevitable) and Fluendo.
8715
8716 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
8717
8718         * gst/spectrum/gstspectrum.c:
8719           Use dispose and finalize. Dispose can be called multiple times.
8720
8721 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
8722
8723         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8724         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
8725           Now works when get_range is not available upstream.
8726
8727 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
8728
8729         * gst/speexresample/README:
8730         * gst/speexresample/arch.h:
8731         * gst/speexresample/resample.c: (resampler_basic_direct_single),
8732         (resampler_basic_direct_double),
8733         (resampler_basic_interpolate_single),
8734         (resampler_basic_interpolate_double),
8735         (speex_resampler_process_native), (speex_resampler_process_float),
8736         (speex_resampler_process_int),
8737         (speex_resampler_process_interleaved_float),
8738         (speex_resampler_process_interleaved_int),
8739         (speex_resampler_get_input_latency),
8740         (speex_resampler_get_output_latency):
8741         * gst/speexresample/speex_resampler.h:
8742         Update speex resampler to latest SVN. We're now down to only the
8743         changes noted in README again.
8744
8745         * gst/speexresample/speex_resampler_wrapper.h:
8746         * gst/speexresample/gstspeexresample.c:
8747         (gst_speex_resample_push_drain), (gst_speex_resample_query):
8748         Adjust to API changes.
8749
8750 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
8751
8752         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8753         (gst_flv_parse_tag_video):
8754         Output segment with proper 'stop' value, makes flvdemux 100% compatible
8755         with gnonlin.
8756
8757 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
8758
8759         * ext/dc1394/gstdc1394.c:
8760           Set initial structure name to fix assertion, due to recent caps name
8761           constraints.
8762
8763 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
8764
8765         patch by: Alessandro Decina
8766
8767         * gst/mpegtsparse/mpegtspacketizer.c:
8768         * gst/mpegtsparse/mpegtspacketizer.h:
8769         * gst/mpegtsparse/mpegtsparse.c:
8770         * gst/mpegtsparse/mpegtsparse.h:
8771         pat-info is now a signal not a GObject property that
8772         gets notified.
8773         pat-info, pmt-info now instead of passing a GObject as
8774         a parameter, pass a GstStructure.
8775         New signals: nit-info, sdt-info, eit-info for DVB SI information
8776         * sys/dvb/camconditionalaccess.c:
8777         * sys/dvb/camconditionalaccess.h:
8778         * sys/dvb/camdevice.c:
8779         * sys/dvb/camdevice.h:
8780         * sys/dvb/camswclient.c:
8781         * sys/dvb/camswclient.h:
8782         * sys/dvb/camutils.c:
8783         * sys/dvb/camutils.h:
8784         Cam code now uses the pmt GstStructure passed from mpegtsparse
8785         signals rather than the GObject.
8786         * sys/dvb/dvbbasebin.c:
8787         Use new signals in mpegtsparse and use GstStructures as per
8788         mpegtsparse's modified API.
8789         
8790 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
8791
8792         * ext/metadata/Makefile.am:
8793         * ext/metadata/gstmetadata.c:
8794         * ext/metadata/gstmetadatamux.c:
8795         * ext/metadata/gstmetadatamux.h:
8796         * ext/metadata/gstmetadataparse.c:
8797         * ext/metadata/gstmetadataparse.h:
8798         * ext/metadata/metadataparse.c:
8799         * ext/metadata/metadataparse.h:
8800         * ext/metadata/metadataparsejpeg.c:
8801         * ext/metadata/metadataparsejpeg.h:
8802         * ext/metadata/metadataparsepng.c:
8803         * ext/metadata/metadataparsepng.h:
8804         * ext/metadata/metadataparsetypes.h:
8805         * ext/metadata/metadatatypes.c:
8806         * ext/metadata/metadatatypes.h:
8807           Now parser is generic (just add/remove a list of chunks). And a
8808           template of muxer has been created.
8809
8810 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8811
8812         * gst/speexresample/gstspeexresample.c:
8813         (gst_speex_resample_update_state):
8814         Only post the latency message if we have a resampler state already.
8815
8816 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8817
8818         * gst/speexresample/gstspeexresample.c:
8819         (gst_speex_resample_update_state):
8820         Also post GST_MESSAGE_LATENCY if the latency changes.
8821
8822 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8823
8824         * gst/speexresample/resample.c: (speex_resampler_get_latency),
8825         (speex_resampler_drain_float), (speex_resampler_drain_int),
8826         (speex_resampler_drain_interleaved_float),
8827         (speex_resampler_drain_interleaved_int):
8828         * gst/speexresample/speex_resampler.h:
8829         * gst/speexresample/speex_resampler_wrapper.h:
8830         Add functions to push the remaining samples and to get the latency
8831         of the resampler. These will get added to Speex SVN in this or a
8832         slightly changed form at some point too and should get merged then
8833         again.
8834
8835         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
8836         (gst_speex_resample_init_state),
8837         (gst_speex_resample_transform_size),
8838         (gst_speex_resample_push_drain), (gst_speex_resample_event),
8839         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
8840         (gst_speex_resample_query), (gst_speex_resample_query_type):
8841         Drop the prepending zeroes and output the remaining samples on EOS.
8842         Also properly implement the latency query for this. speexresample
8843         should be completely ready for production use now.
8844
8845 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
8846
8847         * gst/rtpmanager/gstrtpjitterbuffer.c:
8848         (gst_rtp_jitter_buffer_query):
8849         jitterbuffer can buffer an unlimited amount of time and thus has no
8850         max_latency requirements.
8851
8852 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8853
8854         * gst/speexresample/README:
8855         Add README explaining where the resampling code was taken from
8856         and which changes were done.
8857
8858         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8859         (speex_free):
8860         Use g_malloc() and friends instead of malloc() to achieve higher
8861         portability and define the functions inline.
8862
8863         * gst/speexresample/speex_resampler.h:
8864         Add back some useless preprocessor stuff to keep the diff between
8865         our version and the one from the Speex SVN repository lower.
8866
8867 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8868
8869         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8870         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8871         Post a GST_MESSAGE_LATENCY if the latency changes.
8872
8873 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8874
8875         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8876         Don't try to flush the decoder on EOS when it was not initialized.
8877         Fixes #498667
8878
8879 2007-11-21  Julien Moutte  <julien@fluendo.com>
8880
8881         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8882         on Mac OS X. (missing format parameter)
8883
8884 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8885
8886         * gst/equalizer/gstiirequalizer10bands.c:
8887         * gst/equalizer/gstiirequalizer3bands.c:
8888           Remove preset iface again. We'll re-add this after its been released
8889           in -good.
8890
8891 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8892
8893         * gst/speexresample/gstspeexresample.c:
8894         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8895         Some small cleanup and addition of a TODO item.
8896
8897 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8898
8899         * gst/speexresample/Makefile.am:
8900         Add missing file.
8901
8902 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8903
8904         * docs/plugins/inspect/plugin-app.xml:
8905         * docs/plugins/inspect/plugin-bayer.xml:
8906         * docs/plugins/inspect/plugin-cdaudio.xml:
8907         * docs/plugins/inspect/plugin-dvb.xml:
8908         * docs/plugins/inspect/plugin-dvbsrc.xml:
8909         * docs/plugins/inspect/plugin-dvdspu.xml:
8910         * docs/plugins/inspect/plugin-festival.xml:
8911         * docs/plugins/inspect/plugin-flvdemux.xml:
8912         * docs/plugins/inspect/plugin-gstinterlace.xml:
8913         * docs/plugins/inspect/plugin-interleave.xml:
8914         * docs/plugins/inspect/plugin-ladspa.xml:
8915         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8916         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8917         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8918         * docs/plugins/inspect/plugin-mve.xml:
8919         * docs/plugins/inspect/plugin-nas.xml:
8920         * docs/plugins/inspect/plugin-nuvdemux.xml:
8921         * docs/plugins/inspect/plugin-quicktime.xml:
8922         * docs/plugins/inspect/plugin-real.xml:
8923         * docs/plugins/inspect/plugin-rfbsrc.xml:
8924         * docs/plugins/inspect/plugin-sdp.xml:
8925         * docs/plugins/inspect/plugin-sndfile.xml:
8926         * docs/plugins/inspect/plugin-soup.xml:
8927         * docs/plugins/inspect/plugin-speexresample.xml:
8928         * docs/plugins/inspect/plugin-stereo.xml:
8929         * docs/plugins/inspect/plugin-switch.xml:
8930         * docs/plugins/inspect/plugin-vcdsrc.xml:
8931         * docs/plugins/inspect/plugin-videocrop.xml:
8932         * docs/plugins/inspect/plugin-videoparse.xml:
8933         * docs/plugins/inspect/plugin-vmnc.xml:
8934         * docs/plugins/inspect/plugin-x264.xml:
8935         * docs/plugins/inspect/plugin-y4menc.xml:
8936         Add missing inspection files to CVS.
8937
8938 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8939
8940         * docs/plugins/Makefile.am:
8941         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8942         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8943         * docs/plugins/gst-plugins-bad-plugins.args:
8944         * docs/plugins/gst-plugins-bad-plugins.signals:
8945         * docs/plugins/inspect/plugin-bz2.xml:
8946         * docs/plugins/inspect/plugin-cdxaparse.xml:
8947         * docs/plugins/inspect/plugin-dtsdec.xml:
8948         * docs/plugins/inspect/plugin-equalizer.xml:
8949         * docs/plugins/inspect/plugin-faac.xml:
8950         * docs/plugins/inspect/plugin-faad.xml:
8951         * docs/plugins/inspect/plugin-filter.xml:
8952         * docs/plugins/inspect/plugin-freeze.xml:
8953         * docs/plugins/inspect/plugin-gio.xml:
8954         * docs/plugins/inspect/plugin-gsm.xml:
8955         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8956         * docs/plugins/inspect/plugin-h264parse.xml:
8957         * docs/plugins/inspect/plugin-modplug.xml:
8958         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8959         * docs/plugins/inspect/plugin-musepack.xml:
8960         * docs/plugins/inspect/plugin-musicbrainz.xml:
8961         * docs/plugins/inspect/plugin-nsfdec.xml:
8962         * docs/plugins/inspect/plugin-replaygain.xml:
8963         * docs/plugins/inspect/plugin-soundtouch.xml:
8964         * docs/plugins/inspect/plugin-spcdec.xml:
8965         * docs/plugins/inspect/plugin-spectrum.xml:
8966         * docs/plugins/inspect/plugin-speed.xml:
8967         * docs/plugins/inspect/plugin-tta.xml:
8968         * docs/plugins/inspect/plugin-videosignal.xml:
8969         * docs/plugins/inspect/plugin-xingheader.xml:
8970         * docs/plugins/inspect/plugin-xvid.xml:
8971         * gst/speexresample/gstspeexresample.h:
8972         Add speexresample to the docs and while at that do a make update.
8973
8974 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8975
8976         * gst/speexresample/gstspeexresample.c:
8977         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8978         If the resampler gives less output samples than expected
8979         adjust the output buffer and print a warning.
8980
8981 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8982
8983         * configure.ac:
8984         * gst/speexresample/arch.h:
8985         * gst/speexresample/fixed_generic.h:
8986         * gst/speexresample/gstspeexresample.c:
8987         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8988         (gst_speex_resample_init), (gst_speex_resample_start),
8989         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8990         (gst_speex_resample_transform_caps),
8991         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8992         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8993         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8994         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8995         (gst_speex_resample_process), (gst_speex_resample_transform),
8996         (gst_speex_resample_set_property),
8997         (gst_speex_resample_get_property), (plugin_init):
8998         * gst/speexresample/gstspeexresample.h:
8999         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
9000         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
9001         (resampler_basic_direct_single), (resampler_basic_direct_double),
9002         (resampler_basic_interpolate_single),
9003         (resampler_basic_interpolate_double), (update_filter),
9004         (speex_resampler_init), (speex_resampler_init_frac),
9005         (speex_resampler_destroy), (speex_resampler_process_native),
9006         (speex_resampler_process_float), (speex_resampler_process_int),
9007         (speex_resampler_process_interleaved_float),
9008         (speex_resampler_process_interleaved_int),
9009         (speex_resampler_set_rate), (speex_resampler_get_rate),
9010         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
9011         (speex_resampler_set_quality), (speex_resampler_get_quality),
9012         (speex_resampler_set_input_stride),
9013         (speex_resampler_get_input_stride),
9014         (speex_resampler_set_output_stride),
9015         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
9016         (speex_resampler_reset_mem), (speex_resampler_strerror):
9017         * gst/speexresample/speex_resampler.h:
9018         * gst/speexresample/speex_resampler_float.c:
9019         * gst/speexresample/speex_resampler_int.c:
9020         * gst/speexresample/speex_resampler_wrapper.h:
9021         Add resample element based on the Speex resampling algorithm.
9022
9023 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
9024
9025         * ext/metadata/gstmetadataparse.c:
9026         * ext/metadata/gstmetadataparse.h:
9027           Fixed buffer strip (safer wil pull and after seek).
9028
9029 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
9030
9031         * gst/equalizer/gstiirequalizer10bands.c:
9032         * gst/equalizer/gstiirequalizer3bands.c:
9033           Activate preset iface and upload two presets here.
9034
9035 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
9036
9037         * ext/metadata/gstmetadataparse.c:
9038         * ext/metadata/gstmetadataparse.h:
9039           Strip out in pull mode also. Seek and Query functions added.
9040
9041 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
9042
9043         * ext/metadata/gstmetadataparse.c:
9044         * ext/metadata/gstmetadataparse.h:
9045         * ext/metadata/metadataparse.c:
9046         * ext/metadata/metadataparse.h:
9047         * ext/metadata/metadataparsejpeg.c:
9048         * ext/metadata/metadataparsejpeg.h:
9049         * ext/metadata/metadataparsepng.c:
9050         * ext/metadata/metadataparsepng.h:
9051         * ext/metadata/metadataparsetypes.h:
9052           Strip out metadata chunks.
9053
9054 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
9055
9056         * configure.ac:
9057           Als use AG_GST_PLUGIN_DOCS (see #344039).
9058
9059 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
9060
9061         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
9062
9063         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
9064         (remove_all), (mpegts_packetizer_clear):
9065         Ensure that the plugin does not crash when the property pat-info is
9066         queried before a PAT is available. It also ensures that the PAT info is
9067         cleared when the changing from PLAYING to READY.
9068         Fixes #487892.
9069
9070 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
9071
9072         Patch by: Wouter Paesen <wouter at blue-gate dot be>
9073
9074         * ext/soundtouch/gstpitch.cc:
9075         Handle seeking correctly. Fixes #461068.
9076
9077 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
9078
9079         Patch by: Michael Kötter <m dot koetter at oraise dot de>
9080
9081         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
9082         (alsaspdifsink_get_time), (alsaspdifsink_open),
9083         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
9084         Fix sample rate and clocking.
9085         Remove buffer_time and period_time as this seems to break on some
9086         hardware. Fixes #485462.
9087
9088 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
9089
9090         Patch by: Wouter Cloetens <wouter at mind dot be>
9091
9092         * configure.ac:
9093         * ext/Makefile.am:
9094         * ext/soup/Makefile.am:
9095         * ext/soup/gstsouphttpsrc.c: (_do_init),
9096         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
9097         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
9098         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
9099         (gst_souphttp_src_create), (gst_souphttp_src_start),
9100         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
9101         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
9102         (soup_session_close), (plugin_init):
9103         * ext/soup/gstsouphttpsrc.h:
9104         Added HTTP source based on libsoup. Fixes #497020.
9105
9106 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
9107
9108         * gst/librfb/gstrfbsrc.c:
9109         don't forget to handle the offset's
9110         * gst/librfb/rfbdecoder.c:
9111         * gst/librfb/rfbdecoder.h:
9112         precalculate some many used values
9113
9114 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
9115
9116         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
9117         * gst/librfb/gstrfbsrc.c:
9118         Set the timestamp for the output buffers
9119
9120 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
9121
9122         * tests/check/elements/spectrum.c: (GST_START_TEST):
9123         Fix spectrum unit test for the latest spectrum changes.
9124
9125 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
9126
9127         Patch by: René Stadler <mail at renestadler dot de>
9128
9129         * gst/replaygain/rganalysis.c: (yule_filter):
9130         Avoid slowdown from denormals when processing near-silence input data.
9131         Spotted by Gabriel Bouvigne. Fixes #494499.
9132
9133 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
9134
9135         * gst/flv/gstflvparse.c:
9136         Add mapping for Nellymoser ASAO audio codec.
9137         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
9138         actually have data to read at the end of the tag. This avoids trying
9139         to allocate negative buffers.
9140
9141 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
9142
9143         * ext/metadata/README:
9144           Added a design proposal from metadata parse and mux.
9145
9146 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
9147
9148         * gst/equalizer/demo.c: (draw_spectrum):
9149         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
9150         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
9151         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
9152         Change the meaning of the magnitude values given in the
9153         GstMessages by spectrum to decibel instead of
9154         decibel+threshold.
9155
9156 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
9157
9158         * gst/equalizer/gstiirequalizer10bands.c:
9159         * gst/equalizer/gstiirequalizer3bands.c:
9160         * gst/equalizer/gstiirequalizernbands.c:
9161         And continue to update docs. Also include some sample code
9162         for the n-band equalizer in the docs.
9163
9164 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
9165
9166         * gst/equalizer/gstiirequalizer10bands.c:
9167         (gst_iir_equalizer_10bands_class_init):
9168         * gst/equalizer/gstiirequalizer3bands.c:
9169         (gst_iir_equalizer_3bands_class_init):
9170         * gst/equalizer/gstiirequalizernbands.c:
9171         Update docs and property ranges to the real values.
9172
9173 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
9174
9175         * gst/spectrum/gstspectrum.c:
9176         Now do the scaling right for real. Also initialize a previously
9177         uninitialized variable.
9178
9179 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
9180
9181         * ext/metadata/metadataparsexmp.c:
9182         (metadataparse_xmp_tag_list_add),
9183         (metadataparse_xmp_iter_simple_qual),
9184         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
9185         (metadataparse_xmp_iter):
9186           Extracting more detailed info from XMP.
9187
9188 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
9189
9190         * gst/equalizer/demo.c:
9191           Make default volume a bit less. Improve layout by giving more space to
9192           the slider with big-numbers and enable fill.
9193
9194 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9195
9196         * configure.ac:
9197         * tests/check/pipelines/gio.c: (GST_START_TEST):
9198         Require GIO >= 0.1.2 and adjust unit test for an API change.
9199
9200 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9201
9202         * tests/icles/equalizer-test.c: (do_slider_fiddling):
9203         Fix gain ranges for the latest equalizer changes.
9204
9205 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9206
9207         * ext/gio/gstgio.h:
9208         Add macro to check if a stream supports seeking.
9209
9210         * ext/gio/Makefile.am:
9211         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
9212         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
9213         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
9214         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
9215         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
9216         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
9217         (gst_gio_base_sink_set_stream):
9218         * ext/gio/gstgiobasesink.h:
9219         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
9220         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
9221         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
9222         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
9223         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
9224         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
9225         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
9226         * ext/gio/gstgiobasesrc.h:
9227         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
9228         base classes that only require a GInputStream or GOutputStream to
9229         work.
9230
9231         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9232         (gst_gio_sink_class_init), (gst_gio_sink_init),
9233         (gst_gio_sink_finalize), (gst_gio_sink_start):
9234         * ext/gio/gstgiosink.h:
9235         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9236         (gst_gio_src_class_init), (gst_gio_src_init),
9237         (gst_gio_src_finalize), (gst_gio_src_start):
9238         * ext/gio/gstgiosrc.h:
9239         Use the newly created base classes here.
9240
9241         * ext/gio/gstgio.c: (plugin_init):
9242         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
9243         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
9244         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
9245         (gst_gio_stream_sink_get_property):
9246         * ext/gio/gstgiostreamsink.h:
9247         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
9248         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
9249         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
9250         (gst_gio_stream_src_get_property):
9251         * ext/gio/gstgiostreamsrc.h:
9252         Implement GstGioStreamSink and GstGioStreamSrc that have a property
9253         to set the GInputStream/GOutputStream that should be used.
9254
9255         * tests/check/Makefile.am:
9256         * tests/check/pipelines/.cvsignore:
9257         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
9258         (gio_testsuite), (main):
9259         Add unit test for giostreamsrc and giostreamsink.
9260
9261 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9262
9263         * ext/gio/gstgio.c: (plugin_init):
9264         Remove nowadays unnecessary workaround for a crash.
9265         
9266         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
9267         (gst_gio_sink_start), (gst_gio_sink_stop),
9268         (gst_gio_sink_unlock_stop):
9269         * ext/gio/gstgiosink.h:
9270         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
9271         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
9272         * ext/gio/gstgiosrc.h:
9273         Make the finalize function safer, clean up everything that could stay
9274         around.
9275
9276         Reset the cancellable instead of creating a new one after cancelling
9277         some operation.
9278
9279         Don't store the GFile in the element, it's only necessary for creating
9280         the streams.
9281
9282 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
9283
9284         * gst/spectrum/demo-audiotest.c: (main):
9285         Use autoaudiosink instead of alsasink and use a sine wave.
9286
9287         * gst/spectrum/gstspectrum.c:
9288         Fix the magnitude calculation.
9289
9290 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
9291
9292         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
9293
9294         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
9295           (CDshowFakeSink.CDshowFakeSink):
9296         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
9297           Fix crasher in constructor due to the base class's constructor
9298           not necessarily being NULL-safe (depends on the SDK version used
9299           apparently; #492406).
9300
9301         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
9302         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
9303           Fix a couple of MSVC compiler warnings (#492406).
9304
9305 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
9306
9307         * gst/equalizer/demo.c: (main):
9308         * gst/equalizer/gstiirequalizer.c:
9309         (gst_iir_equalizer_band_class_init), (setup_filter):
9310         Allow setting 0 as bandwidth and handle this correctly.
9311         Also handle a bandwidth of rate/2 properly.
9312
9313         * gst/equalizer/gstiirequalizernbands.c:
9314         (gst_iir_equalizer_nbands_class_init):
9315         Make it possible to generate a N-band equalizer with 1 bands. The
9316         previous limit of 2 was caused by a nowadays replaced calculation
9317         doing a division by zero if number of bands was 1.
9318
9319 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
9320
9321         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
9322
9323         * gst/rtpmanager/gstrtpsession.c:
9324           Fix bad function signatures (#492798).
9325
9326 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
9327
9328         * ext/metadata/Makefile.am:
9329         * ext/metadata/gstmetadataparse.c:
9330         * ext/metadata/gstmetadataparse.h:
9331         * ext/metadata/metadataparse.c:
9332         * ext/metadata/metadataparse.h:
9333         * ext/metadata/metadataparseexif.c:
9334         * ext/metadata/metadataparseexif.h:
9335         * ext/metadata/metadataparseiptc.c:
9336         * ext/metadata/metadataparseiptc.h:
9337         * ext/metadata/metadataparsejpeg.c:
9338         * ext/metadata/metadataparsejpeg.h:
9339         * ext/metadata/metadataparsepng.c:
9340         * ext/metadata/metadataparsepng.h:
9341         * ext/metadata/metadataparseutil.c:
9342         * ext/metadata/metadataparseutil.h:
9343         * ext/metadata/metadataparsexmp.c:
9344         * ext/metadata/metadataparsexmp.h:
9345           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
9346           the file. 
9347
9348 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
9349
9350         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
9351         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
9352         (gst_metadata_parse_element_activate_src_pull):
9353           Now metadataparse works in push or pull mode.
9354
9355 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
9356
9357         * configure.ac:
9358         * ext/metadata/Makefile.am:
9359         * ext/metadata/metadataparseexif.c:
9360         (metadataparse_exif_tags_register),
9361         (metadataparse_exif_tag_list_add):
9362         * ext/metadata/metadataparseiptc.c:
9363         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
9364         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
9365         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
9366         * ext/metadata/metadataparseutil.c:
9367         (metadataparse_tag_list_add_chunk):
9368         * ext/metadata/metadataparseutil.h:
9369         * ext/metadata/metadataparsexmp.c:
9370         (metadataparse_xmp_tags_register),
9371         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
9372         (metadataparse_xmp_dispose):
9373         * ext/metadata/metadataparsexmp.h:
9374           Some XMP stuff added.
9375
9376 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
9377
9378         * ext/metadata/gstmetadataparse.c:
9379         (gst_metadata_parse_dispose_members),
9380         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
9381         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
9382         (gst_metadata_parse_change_state),
9383         (gst_metadata_parse_plugin_init):
9384         * ext/metadata/gstmetadataparse.h:
9385         * ext/metadata/metadataparseexif.c:
9386         (metadataparse_exif_tags_register),
9387         (metadataparse_exif_tag_list_add),
9388         (exif_data_foreach_content_func),
9389         (exif_content_foreach_entry_func):
9390         * ext/metadata/metadataparseexif.h:
9391         * ext/metadata/metadataparseiptc.c:
9392         (metadataparse_iptc_tags_register),
9393         (metadataparse_tag_list_add_chunk),
9394         (metadataparse_iptc_tag_list_add),
9395         (iptc_data_foreach_dataset_func):
9396         * ext/metadata/metadataparseiptc.h:
9397         * ext/metadata/metadataparsexmp.c:
9398         (metadataparse_xmp_tags_register),
9399         (metadataparse_xmp_tag_list_add):
9400         * ext/metadata/metadataparsexmp.h:
9401           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
9402           in the same way (look at bug #486659).
9403
9404 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
9405
9406         * gst/librfb/rfbdecoder.c:
9407                 Some refactoring in RAW encoding
9408
9409 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
9410
9411         * gst/librfb/d3des.h:
9412         * gst/librfb/gstrfbsrc.c:
9413         * gst/librfb/gstrfbsrc.h:
9414         * gst/librfb/rfbbuffer.h:
9415         * gst/librfb/rfbcontext.h:
9416         * gst/librfb/rfbdecoder.c:
9417         * gst/librfb/rfbdecoder.h:
9418         * gst/librfb/rfbutil.h:
9419         * gst/librfb/vncauth.h:
9420                 Added copyrect encoding
9421
9422 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9423
9424         * sys/dvb/camswclient.c:
9425         Warn on failed write.
9426
9427 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
9428
9429         * gst/equalizer/Makefile.am:
9430         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
9431         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
9432         (draw_spectrum), (message_handler), (main):
9433         Add small demo application based on the spectrum demo applications
9434         that gets white noise as input, pushes it through an equalizer and
9435         paints the spectrum. For every equalizer band it's possible to set
9436         gain, bandwidth and frequency.
9437         * gst/equalizer/gstiirequalizer.c: (setup_filter):
9438         Add some guarding against too large or too small frequencies and
9439         bandwidths. Also improve debugging a bit.
9440
9441 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
9442
9443         * gst/equalizer/gstiirequalizer.c:
9444         (gst_iir_equalizer_band_set_property),
9445         (gst_iir_equalizer_band_get_property),
9446         (gst_iir_equalizer_band_class_init), (arg_to_scale),
9447         (setup_filter), (gst_iir_equalizer_compute_frequencies):
9448         Replace filters with a bit better filters for which we can actually
9449         find documentation, which don't change anything on zero gain, etc.
9450         
9451         Make the frequency property of the bands writable, rename the
9452         band-width property to bandwidth and change the meaning to the
9453         frequency difference between bandedges, change the meaning of the
9454         gain property to dB instead of a weird scale between -1 and 1 that
9455         has no real meaning.
9456
9457 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
9458
9459         * sys/dvb/dvbbasebin.c:
9460           Fix the build.
9461
9462 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9463
9464         * ext/metadata/.cvsignore:
9465         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
9466         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
9467         (gst_metadata_parse_configure_srccaps),
9468         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
9469         (gst_metadata_parse_plugin_init):
9470         * ext/metadata/metadataparse.c: (metadataparse_parse):
9471         * ext/metadata/metadataparse.h:
9472           Changed kclass to "Parser/Extracter/Metadata", changed caps to
9473           "image/jpeg, tags-extract=true/false" and changed priority to
9474           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
9475           fixed to also work in pull mode.
9476
9477 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9478
9479         * configure.ac:
9480         * ext/Makefile.am:
9481         * ext/metadata/:
9482         * ext/metadata/Makefile.am:
9483         * ext/metadata/gstmetadata.c:
9484         * ext/metadata/gstmetadataparse.c:
9485         * ext/metadata/gstmetadataparse.h:
9486         * ext/metadata/metadataparse.c:
9487         * ext/metadata/metadataparse.h:
9488         * ext/metadata/metadataparseexif.c:
9489         * ext/metadata/metadataparseexif.h:
9490         * ext/metadata/metadataparseiptc.c:
9491         * ext/metadata/metadataparseiptc.h:
9492         * ext/metadata/metadataparsejpeg.c:
9493         * ext/metadata/metadataparsejpeg.h:
9494         * ext/metadata/metadataparsexmp.c:
9495         * ext/metadata/metadataparsexmp.h:
9496           Created new plugin ('medadata') and element ('metadataparse') that
9497           extract metadata from images (look at bug #486659).
9498
9499 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9500
9501         * sys/dvb/dvbbasebin.c:
9502         Uncomment the line that sets the pid filter. Wrong way to 
9503         work-around driver issues.
9504
9505 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
9506
9507         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
9508           (gst_faac_class_init), (gst_faac_init):
9509           Fix bitrate ranges and change enum nick for low complexity
9510           profile from LOW to LC for consistency (#490060).
9511
9512 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
9513
9514         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
9515           Let's not call every request pad we create "sink%d", that'll
9516           create problems if there's to be more than one pad. Fixes #490682.
9517
9518         * tests/check/Makefile.am:
9519         * tests/check/elements/.cvsignore:
9520         * tests/check/elements/interleave.c:
9521           Add unit test for the above.
9522
9523 2007-10-27  Julien MOUTTE  <julien@moutte.net>
9524
9525         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
9526         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
9527         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
9528         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
9529         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
9530         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
9531         (plugin_init):
9532         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
9533         damaging headers using a simple state machine.
9534
9535 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
9536
9537         * ext/x264/gstx264enc.c:
9538           Fix build against the libx264 version that ships with debian stable.
9539
9540 2007-10-26  Julien MOUTTE  <julien@moutte.net>
9541
9542         * configure.ac:
9543         * gst/mpeg4videoparse/Makefile.am:
9544         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
9545         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
9546         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
9547         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
9548         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
9549         (gst_mpeg4vparse_init), (plugin_init):
9550         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
9551         parser.
9552
9553 2007-10-25  David Schleef  <ds@schleef.org>
9554
9555         * gst/multifile/Makefile.am:
9556         * gst/multifile/gstmultifilesink.c:
9557         * gst/multifile/gstmultifilesrc.c:
9558         * tests/check/Makefile.am:
9559         * tests/check/elements/multifile.c:
9560           Improve documentation, write some tests for multifilesrc/sink
9561           for upcoming ->good review.
9562
9563 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9564
9565         * sys/dvb/gstdvbsrc.c:
9566         Actually use the code-rate-hp parameter for DVB-S.
9567         It turns out setting to AUTO does not always work (
9568         especially in diseq situations). Set by default to 
9569         FEC_AUTO.
9570
9571 2007-10-22  Julien MOUTTE  <julien@moutte.net>
9572
9573         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9574         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
9575         emit no-more-pads for single pad scenarios as the header
9576         is definitely not reliable. We emit them for 2 pads scenarios
9577         though to speed up media discovery.
9578
9579 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9580
9581         * sys/dvb/dvbbasebin.c:
9582         Added proxy property of diseqc-source
9583
9584 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9585
9586         * gst/equalizer/gstiirequalizer.c:
9587         (gst_iir_equalizer_band_set_property):
9588         Add a missing break.
9589
9590 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9591
9592         * gst/equalizer/gstiirequalizer.c:
9593         (gst_iir_equalizer_band_set_property),
9594         (gst_iir_equalizer_band_get_property),
9595         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
9596         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
9597         (setup_filter), (gst_iir_equalizer_setup):
9598         * gst/equalizer/gstiirequalizer.h:
9599         Move bandwidth property to the separate bands and add float64 support.
9600
9601 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9602
9603         * ext/cdaudio/Makefile.am:
9604           Add another missing GST_LIBS.
9605
9606 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9607
9608         Patch by: Richard Hult <richard imendio com>
9609
9610         * gst/dvdspu/Makefile.am:
9611           Fix LIBS - we need to link against libgstreamer (fixes #487496).
9612
9613 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9614
9615         * sys/dvb/camapplication.c:
9616         * sys/dvb/camresourcemanager.c:
9617           Fix some warnings.
9618
9619 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9620
9621         * gst/librfb/rfbdecoder.c:
9622           Add the set encodings client message
9623
9624 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9625
9626         * gst/librfb/Makefile.am:
9627         * gst/librfb/rfb.h:
9628         * gst/librfb/rfbbytestream.c:
9629         * gst/librfb/rfbbytestream.h:
9630         * gst/librfb/rfbdecoder.c:
9631         * gst/librfb/rfbdecoder.h:
9632           Remove the rfbbytestream dead code
9633
9634 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9635
9636         patch by: Alessandro Decina
9637
9638         * sys/dvb/Makefile.am:
9639         * sys/dvb/cam.c:
9640         * sys/dvb/cam.h:
9641         * sys/dvb/camapplication.c:
9642         * sys/dvb/camapplication.h:
9643         * sys/dvb/camapplicationinfo.c:
9644         * sys/dvb/camapplicationinfo.h:
9645         * sys/dvb/camconditionalaccess.c:
9646         * sys/dvb/camconditionalaccess.h:
9647         * sys/dvb/camdevice.c:
9648         * sys/dvb/camdevice.h:
9649         * sys/dvb/camresourcemanager.c:
9650         * sys/dvb/camresourcemanager.h:
9651         * sys/dvb/camsession.c:
9652         * sys/dvb/camsession.h:
9653         * sys/dvb/camswclient.c:
9654         * sys/dvb/camswclient.h:
9655         * sys/dvb/camtransport.c:
9656         * sys/dvb/camtransport.h:
9657         * sys/dvb/camutils.c:
9658         * sys/dvb/camutils.h:
9659         * sys/dvb/dvbbasebin.c:
9660         * sys/dvb/dvbbasebin.h:
9661         * sys/dvb/gstdvb.c:
9662         * sys/dvb/gstdvbsrc.c:
9663         * sys/dvb/gstdvbsrc.h:
9664         Integrate SoC work done by Alessandro for the Freevo project.
9665         Adds cam support to the dvb stack in GStreamer and a new
9666         element (actually a bin) called dvbbasebin that integrates
9667         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
9668         acquiring multiple channels on same transponder without 
9669         knowing pid numbers.
9670
9671 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9672
9673         patch by: Alessandro Decina
9674
9675         * gst/mpegtsparse/mpegtspacketizer.c:
9676         * gst/mpegtsparse/mpegtsparse.c:
9677         * gst/mpegtsparse/mpegtsparse.h:
9678         Add request pad for getting the full transport stream coming in.
9679
9680 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
9681
9682         * configure.ac:
9683           Update the highest allowed neon version from 0.26.99 to 0.27.99.
9684           No code changes are required to work with the newest neon version.
9685
9686 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
9687
9688         * configure.ac:
9689           Require core CVS.  This is implicit in the -base CVS
9690           requirement already, so we might just well spell it
9691           out.  Also, we do need at least 0.10.14 for
9692           gst_element_class_set_details_simple().  Make check
9693           for gmyth a bit more restrictive so things don't break
9694           if the next version changes API.
9695
9696         * ext/alsaspdif/alsaspdifsink.c:
9697           Work around alsa alloca macros triggering 'always evaluates to
9698           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
9699           Also don't leak the device string.
9700
9701         * ext/mpeg2enc/gstmpeg2enc.cc:
9702         * ext/soundtouch/gstpitch.cc:
9703         * gst/modplug/gstmodplug.cc:
9704           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
9705           define fix from core CVS). Fixes #462737.
9706
9707 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
9708
9709         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9710
9711         * gst/rtpmanager/gstrtpbin.c: (create_stream),
9712         (gst_rtp_bin_class_init):
9713         Fix memleak. Fixes #484990.
9714
9715 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
9716
9717         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
9718         * gst/librfb/rfbbuffer.h:
9719         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
9720         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
9721         * gst/nsf/nes6502.c: (nes6502_execute):
9722         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
9723         * gst/real/gstrealvideodec.c: (open_library):
9724         * gst/real/gstrealvideodec.h:
9725         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
9726         (create_recv_rtcp_sink), (create_send_rtp_sink):
9727         Fix compiler warnings shown by Forte.
9728
9729 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
9730
9731         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
9732         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
9733         Fix caps refcounting for payload maps.
9734         When clearing payload maps, also clear sessions and streams payload
9735         maps.
9736
9737         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
9738         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
9739         (find_pad_for_pt):
9740         Implement clearing the payload map.
9741
9742         * gst/rtpmanager/gstrtpsession.c:
9743         (gst_rtp_session_event_send_rtp_sink):
9744         Forward flush events instead of leaking them.
9745
9746         * gst/rtpmanager/gstrtpssrcdemux.c:
9747         (gst_rtp_ssrc_demux_rtcp_sink_event):
9748         Correctly refcount events before pushing them.
9749
9750 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
9751
9752         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
9753         Use GIO function to get a list of supported URI schemes instead of
9754         hard coding something.
9755
9756 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9757
9758         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
9759         When reconsidering RTCP timeouts, set the next timeout against the last
9760         report time instead of the current clock time so that we don't end up
9761         reconsidering forever.
9762
9763 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9764
9765         * gst/rtpmanager/gstrtpjitterbuffer.c:
9766         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9767         Only peek at the tail element instead of popping it off, which allows
9768         us to greatly simplify things when the tail element changes.
9769
9770         * gst/rtpmanager/gstrtpsession.c:
9771         (gst_rtp_session_event_recv_rtp_sink):
9772         * gst/rtpmanager/gstrtpssrcdemux.c:
9773         (gst_rtp_ssrc_demux_sink_event):
9774         Forward FLUSH events instead of leaking them.
9775
9776         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
9777         (calculate_skew), (rtp_jitter_buffer_insert):
9778         * gst/rtpmanager/rtpjitterbuffer.h:
9779         Remove the tail-changed callback in favour of a simple boolean when we
9780         insert a buffer in the queue.
9781         Add method to peek the tail of the buffer.
9782
9783 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9784
9785         Patch by: Gautier Portet <kassoulet at gmail dot com>
9786
9787         * gst/xingheader/gstxingmux.c:
9788         The size of the Xing header is actually 417 as it's rounded to the
9789         next smaller integer. Fixes #397759.
9790
9791         * gst/xingheader/gstxingmux.c: (xing_generate_header),
9792         (xing_push_header):
9793         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
9794         event to the beginning was successful before pushing the header again.
9795
9796 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9797
9798         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
9799
9800         * gst/mpegtsparse/mpegtspacketizer.c:
9801         (mpegts_packetizer_stream_new):
9802         Don't skip PAT with version number 0. Fixes #483400.
9803         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
9804         Make all values above 0 mark a referenced program as they can be
9805         incremented and only 1 had marked a referenced program before, causing
9806         actually referenced programs to be unreferenced.
9807
9808 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9809
9810         * gst/sdp/gstsdpdemux.h:
9811         Change signature of pt to fix compilation on some platforms.
9812
9813 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9814
9815         * gst/rtpmanager/gstrtpjitterbuffer.c:
9816         (gst_rtp_jitter_buffer_flush_start),
9817         (gst_rtp_jitter_buffer_flush_stop),
9818         (gst_rtp_jitter_buffer_change_state), (apply_offset),
9819         (gst_rtp_jitter_buffer_loop):
9820         Remove some old unused variables.
9821         Don't add the latency to the skew corrected timestamp, latency is only
9822         used to sync against the clock.
9823         Improve debugging.
9824
9825         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9826         (rtp_jitter_buffer_reset_skew), (calculate_skew):
9827         * gst/rtpmanager/rtpjitterbuffer.h:
9828         Handle case where server timestamp goes backwards or wildly jumps by
9829         temporarily pausing the skew correction.
9830         Improve debugging.
9831
9832 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9833
9834         * gst/sdp/Makefile.am:
9835         Forgot to commit makefile.
9836
9837 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
9838
9839         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
9840         Update to API changes in GIO.
9841
9842 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9843
9844         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
9845         Use new function in -base to get the default clock-rate.
9846
9847 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9848
9849         * configure.ac:
9850         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
9851         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
9852         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
9853         (gst_sdp_demux_get_property), (find_stream_by_id),
9854         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
9855         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
9856         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
9857         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
9858         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
9859         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
9860         (gst_sdp_demux_stream_configure_udp),
9861         (gst_sdp_demux_stream_configure_udp_sink),
9862         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
9863         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
9864         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
9865         (gst_sdp_demux_change_state):
9866         * gst/sdp/gstsdpdemux.h:
9867         * gst/sdp/gstsdpelem.c: (plugin_init):
9868         Added SDP demuxer element. Fixes #426657.
9869
9870 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9871
9872         Patch by: mutex at runbox dot com
9873
9874         * gst/mpegtsparse/mpegtspacketizer.c:
9875         (mpegts_packetizer_parse_adaptation_field_control):
9876         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9877         (mpegts_parse_init), (mpegts_parse_push):
9878         * gst/mpegtsparse/mpegtsparse.h:
9879         Remove useless src pad that only results in not linked errors,
9880         fix a broken pointer dereference and make MAX_CONTINUITY constant
9881         conform to the standard to stop outputting corrupted data.
9882         Fixes #481276, #481279.
9883
9884 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9885
9886         * ext/mythtv/gstmythtvsrc.c:
9887           Re-apply docs patch from #468039; fix tab.
9888
9889         * gst/mpegtsparse/.cvsignore:
9890           Ignore marshaller files generated at build time.
9891
9892 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9893
9894         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9895         (gst_gio_sink_set_property), (gst_gio_sink_render):
9896         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9897         (gst_gio_src_set_property):
9898         Some minor cleanup and allow setting the location only when the
9899         element is not playing or paused.
9900
9901 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9902
9903         * configure.ac:
9904         Update gio's pkg-config file name as currently in SVN.
9905
9906         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9907         Remove special casing for a NULL query string. g_strjoin won't add
9908         the separator if there's only one string.
9909
9910 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9911
9912         * gst/rtpmanager/gstrtpbin.c: (free_client):
9913         Fix crasher in dispose.
9914
9915         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9916         Handle cases where input buffers have no timestamps so that no clock
9917         skew can be calculated, in this case interpolate timestamps based on
9918         rtp timestamp and assume a 0 clock skew.
9919
9920 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9921
9922         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9923         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9924         Remove jitter correction code, it's now in the lower level object.
9925         Use new -core method for doing a peer query.
9926
9927         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9928         (calculate_skew), (rtp_jitter_buffer_insert):
9929         * gst/rtpmanager/rtpjitterbuffer.h:
9930         Move jitter correction to the lowlevel jitterbuffer.
9931         Increase the max window size.
9932         When filling the window, already start estimating the skew using a
9933         parabolic weighting factor so that we have a much better startup
9934         behaviour that gets more accurate with the more samples we have.
9935         Increase the default weighting factor for the steady state to get
9936         smoother timestamps.
9937
9938 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9939
9940         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9941         (gst_neonhttp_src_send_request_and_redirect):
9942         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9943         compatibility stuff. Also fix the default location.
9944
9945 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9946
9947         * configure.ac:
9948         We require libneon >= 26 now for the query field in ne_uri.
9949
9950 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9951
9952         Patch by: Wouter Cloetens <wouter@mind.be>
9953
9954         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9955         (gst_neonhttp_src_set_location),
9956         (gst_neonhttp_src_send_request_and_redirect):
9957         * ext/neon/gstneonhttpsrc.h:
9958         Don't discard GET parameters from URL if existing.
9959         Fixes #481200.
9960
9961 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9962
9963         * gst/librfb/gstrfbsrc.c:
9964         * gst/librfb/gstrfbsrc.h:
9965                 Added a property for incremental screen updates
9966
9967 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9968
9969         * ext/xvid/gstxvidenc.c:
9970         * ext/xvid/gstxvidenc.h:
9971           Remove superfluous 'frame-encoded' signal (people can
9972           use an upstream identity's 'handoff' signal or a pad
9973           probe for this if they must know).
9974
9975 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9976
9977         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9978         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9979         was not detected correctly in all cases.
9980
9981 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9982
9983         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9984         (gst_rtp_bin_finalize):
9985         Fix cleanup crasher.
9986
9987         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9988         (calculate_skew):
9989         * gst/rtpmanager/rtpjitterbuffer.h:
9990         Dynamically adjust the skew calculation window so that we calculate it
9991         over a period of around 2 seconds.
9992
9993 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9994
9995         * gst/librfb/gstrfbsrc.c:
9996                 fix bug from generic/states.gdb
9997
9998 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9999
10000         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
10001         (gst_flv_parse_tag_video): codec_data is needed for every tag
10002         not just the first one. (Fix a stupid bug i introduced without
10003         testing)
10004
10005 2007-09-26  Julien MOUTTE  <julien@moutte.net>
10006
10007         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
10008         (gst_flv_parse_tag_video): Fix bit masks operations to be
10009         sure we detect the codec_tags and sample rates correctly.
10010         Fix raw audio caps generation.
10011
10012 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
10013
10014         * ext/audioresample/gstaudioresample.c:
10015         * ext/x264/gstx264enc.c:
10016         * gst/dvdspu/gstdvdspu.c:
10017         * gst/dvdspu/gstdvdspu.h:
10018         * gst/festival/gstfestival.c:
10019         * gst/h264parse/gsth264parse.c:
10020         * gst/mpegtsparse/mpegtspacketizer.c:
10021         * gst/mpegtsparse/mpegtsparse.c:
10022         * gst/multifile/gstmultifilesink.c:
10023         * gst/multifile/gstmultifilesrc.c:
10024         * gst/nuvdemux/gstnuvdemux.c:
10025         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
10026         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
10027         * sys/vcd/vcdsrc.c:
10028           Massive leak fixing, plus code cleanups.
10029
10030 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10031
10032         * po/LINGUAS:
10033           Added translations.
10034
10035 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10036
10037         translated by: Jakub Bogusz <qboosh@pld-linux.org>
10038
10039         * po/pl.po:
10040           Added Polish translation.
10041
10042 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10043
10044         translated by: Ilkka Tuohela <hile@iki.fi>
10045
10046         * po/fi.po:
10047           Added Finnish translation.
10048
10049 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10050
10051         translated by: Jorge González González <aloriel@gmail.com>
10052
10053         * po/es.po:
10054           Added Spanish translation.
10055
10056 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10057
10058         translated by: Alexander Shopov <ash@contact.bg>
10059
10060         * po/bg.po:
10061           Added Bulgarian translation.
10062
10063 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
10064
10065         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
10066         Update hierarchy.
10067         * ext/gio/gstgiosink.h:
10068         * ext/gio/gstgiosrc.h:
10069         Mark private fields of the instance structs private.
10070
10071 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
10072
10073         * docs/plugins/Makefile.am:
10074         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10075         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10076         * docs/plugins/gst-plugins-bad-plugins.args:
10077         * docs/plugins/gst-plugins-bad-plugins.signals:
10078         * docs/plugins/inspect/plugin-bz2.xml:
10079         * docs/plugins/inspect/plugin-cdxaparse.xml:
10080         * docs/plugins/inspect/plugin-dfbvideosink.xml:
10081         * docs/plugins/inspect/plugin-dtsdec.xml:
10082         * docs/plugins/inspect/plugin-equalizer.xml:
10083         * docs/plugins/inspect/plugin-faac.xml:
10084         * docs/plugins/inspect/plugin-faad.xml:
10085         * docs/plugins/inspect/plugin-filter.xml:
10086         * docs/plugins/inspect/plugin-freeze.xml:
10087         * docs/plugins/inspect/plugin-gio.xml:
10088         * docs/plugins/inspect/plugin-gsm.xml:
10089         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10090         * docs/plugins/inspect/plugin-h264parse.xml:
10091         * docs/plugins/inspect/plugin-modplug.xml:
10092         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10093         * docs/plugins/inspect/plugin-musepack.xml:
10094         * docs/plugins/inspect/plugin-musicbrainz.xml:
10095         * docs/plugins/inspect/plugin-nsfdec.xml:
10096         * docs/plugins/inspect/plugin-replaygain.xml:
10097         * docs/plugins/inspect/plugin-soundtouch.xml:
10098         * docs/plugins/inspect/plugin-spcdec.xml:
10099         * docs/plugins/inspect/plugin-spectrum.xml:
10100         * docs/plugins/inspect/plugin-speed.xml:
10101         * docs/plugins/inspect/plugin-tta.xml:
10102         * docs/plugins/inspect/plugin-videosignal.xml:
10103         * docs/plugins/inspect/plugin-xingheader.xml:
10104         * docs/plugins/inspect/plugin-xvid.xml:
10105         Add the GIO plugin to the docs and do a make update
10106         while doing that.
10107
10108         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
10109         Fix a small memleak.
10110
10111 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
10112
10113         Patch by: René Stadler <mail at renestadler dot de>
10114
10115         * configure.ac:
10116         * ext/Makefile.am:
10117         * ext/gio/Makefile.am:
10118         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
10119         (gst_gio_get_supported_protocols),
10120         (gst_gio_uri_handler_get_type_sink),
10121         (gst_gio_uri_handler_get_type_src),
10122         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
10123         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
10124         (gst_gio_uri_handler_do_init), (plugin_init):
10125         * ext/gio/gstgio.h:
10126         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
10127         (gst_gio_sink_class_init), (gst_gio_sink_init),
10128         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
10129         (gst_gio_sink_get_property), (gst_gio_sink_start),
10130         (gst_gio_sink_stop), (gst_gio_sink_unlock),
10131         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
10132         (gst_gio_sink_render), (gst_gio_sink_query):
10133         * ext/gio/gstgiosink.h:
10134         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
10135         (gst_gio_src_class_init), (gst_gio_src_init),
10136         (gst_gio_src_finalize), (gst_gio_src_set_property),
10137         (gst_gio_src_get_property), (gst_gio_src_start),
10138         (gst_gio_src_stop), (gst_gio_src_get_size),
10139         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
10140         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
10141         (gst_gio_src_create):
10142         * ext/gio/gstgiosrc.h:
10143         Add a GIO/GVFS plugin with source and sink elements. This will
10144         only be enabled when --enable-experimental is given to configure
10145         for now as the GIO API is not stable yet. Fixes #476916.
10146
10147 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
10148
10149         * gst/librfb/gstrfbsrc.c:
10150         * gst/librfb/rfbdecoder.c:
10151         * gst/librfb/rfbdecoder.h:
10152                 Added offset-x, offset-y, width and height property
10153                 for selecting a region from the screen
10154
10155 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
10156
10157         * gst/librfb/gstrfbsrc.c:
10158                 Minimum raw encoding is working now
10159         * gst/librfb/rfbdecoder.c:
10160                 fix address while reading from stream
10161
10162 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
10163
10164         * gst/librfb/gstrfbsrc.c:
10165                 raw encoding is working, but it looks like the 
10166                 ffmpegcolorspace plugin can't handle high resolutions
10167
10168 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
10169
10170         * gst/librfb/gstrfbsrc.c:
10171                 bpp, depth and endianness are now set from the
10172                 stream.
10173
10174 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
10175
10176         * examples/app/appsrc_ex.c: (main):
10177         Fix compilation after changing the name of a method.
10178
10179 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
10180
10181         * ext/alsaspdif/alsaspdifsink.c:
10182         * ext/timidity/gsttimidity.c:
10183         * ext/timidity/gstwildmidi.c:
10184         * gst/mpegvideoparse/mpegvideoparse.c:
10185           Fix memory leaks. More to come.
10186
10187         * tests/check/Makefile.am:
10188         * tests/check/generic/states.c:
10189           Improved state change unit test.        
10190
10191 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
10192
10193         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
10194         (gst_rtp_bin_class_init):
10195         * gst/rtpmanager/gstrtpbin.h:
10196         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
10197         (gst_rtp_session_class_init), (gst_rtp_session_init),
10198         (gst_rtp_session_event_send_rtp_sink):
10199         * gst/rtpmanager/gstrtpsession.h:
10200         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
10201         (on_ssrc_active), (rtp_session_process_rb):
10202         * gst/rtpmanager/rtpsession.h:
10203         Add notification of active SSRCs to various RTP elements. Fixes #478566.
10204
10205 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
10206
10207         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
10208         (gst_app_sink_class_init), (gst_app_sink_init),
10209         (gst_app_sink_dispose), (gst_app_sink_finalize),
10210         (gst_app_sink_set_property), (gst_app_sink_get_property),
10211         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10212         (gst_app_sink_event), (gst_app_sink_getcaps),
10213         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
10214         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
10215         (gst_app_sink_pull_buffer):
10216         * gst-libs/gst/app/gstappsink.h:
10217         Add properties, signals and actions to access the element even without
10218         linking to the library.
10219         Fix some method names and signatures.
10220
10221 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
10222
10223         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10224
10225         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
10226         (gst_faad_srcgetcaps), (gst_faad_update_caps):
10227         Don't set channel positions on regular mono and stereo cases.
10228         Fixes #476370.
10229
10230 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
10231
10232         * gst/librfb/gstrfbsrc.c:
10233         * gst/librfb/rfbdecoder.c:
10234         * gst/librfb/rfbdecoder.h:
10235                 It is now possible to connect to a vncserver.
10236                 there are still some issues with the ouput of 
10237                 the screen. Looks like some lines are confused
10238
10239 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
10240
10241         * docs/plugins/.cvsignore:
10242         * tests/check/.cvsignore:
10243           Ignore registries in any format.
10244
10245 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
10246
10247         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10248         (open_library), (gst_real_video_dec_init),
10249         (gst_real_video_dec_set_property),
10250         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
10251         * gst/real/gstrealvideodec.h:
10252         Don't generate an error for occasional decoding errors.
10253         Add max-errors property.
10254         Error out when we receive max-errors in a row. Fixes #478159.
10255
10256 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
10257
10258         * gst/librfb/gstrfbsrc.c: 
10259                 Add password property (write only)
10260         * gst/librfb/rfbdecoder.c: 
10261                 Read the reason on failure
10262                 Use the password property for authentication
10263         * gst/librfb/rfbdecoder.h:
10264                 Add defines for version checking
10265
10266 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
10267
10268         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
10269         (gst_dfbsurface_class_init):
10270         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
10271         chain up to the parent class to free everything, including caps.
10272
10273 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
10274
10275         * gst/librfb/Makefile.am:
10276         * gst/librfb/d3des.c:
10277         * gst/librfb/d3des.h:
10278         * gst/librfb/rfbdecoder.c:
10279         * gst/librfb/vncauth.c:
10280         * gst/librfb/vncauth.h:
10281         VNC Authentication should be working now
10282         temperaly with fake password 'testtest'
10283
10284 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
10285
10286         * gst/librfb/rfbdecoder.c:
10287         * gst/librfb/rfbdecoder.h:
10288         Added some documentation about security handling
10289         start implementing security handling for rfb 3.3
10290
10291 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
10292
10293         * gst/spectrum/demo-audiotest.c:
10294         * gst/spectrum/demo-osssrc.c:
10295           Handling window resize.
10296
10297 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
10298
10299         * ChangeLog:
10300           Add missing newline.
10301
10302         * gst/librfb/rfbdecoder.c:
10303           Fix the build (missing stdlib.h).
10304
10305         * gst/spectrum/gstspectrum.c:
10306         * gst/spectrum/gstspectrum.h:
10307           Use basetransform segment so that it is correctly managed on flushes
10308           and start/stop. Report message timestamp as stream time, which is what
10309           an application can understand. (Yes these are adapted from wim recent
10310           level element changes)
10311
10312 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
10313
10314         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
10315         Link to the right pads regardless of which one was created first in the
10316         ssrc demuxer.
10317
10318         * gst/rtpmanager/gstrtpjitterbuffer.c:
10319         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
10320         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
10321         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
10322         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
10323         Improve debugging.
10324
10325         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
10326         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
10327         (gst_rtp_ssrc_demux_sink_event),
10328         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
10329         (gst_rtp_ssrc_demux_rtcp_chain),
10330         (gst_rtp_ssrc_demux_internal_links):
10331         * gst/rtpmanager/gstrtpssrcdemux.h:
10332         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
10333
10334 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
10335
10336         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
10337         (gst_rtp_bin_get_property):
10338         Use lock to protect variable.
10339
10340         * gst/rtpmanager/gstrtpjitterbuffer.c:
10341         (gst_rtp_jitter_buffer_class_init),
10342         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
10343         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
10344         Reconstruct GST timestamp from RTP timestamps based on measured clock
10345         skew and sync offset.
10346
10347         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
10348         (rtp_jitter_buffer_set_tail_changed),
10349         (rtp_jitter_buffer_set_clock_rate),
10350         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
10351         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
10352         * gst/rtpmanager/rtpjitterbuffer.h:
10353         Measure clock skew.
10354         Add callback to be notfied when a new packet was inserted at the tail.
10355
10356         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10357         (calculate_jitter), (rtp_source_send_rtp):
10358         * gst/rtpmanager/rtpsource.h:
10359         Remove clock skew detection, it's move to the jitterbuffer now.
10360
10361 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
10362
10363         Patch by: Daniel Charles <dcharles at ti dot com>
10364
10365         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
10366         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
10367         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
10368         * ext/amrwb/gstamrwbenc.h:
10369         Add property to control bandmode. Fixes #477306.
10370
10371 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
10372
10373         * gst/rtpmanager/gstrtpbin.c: (create_session):
10374         Also set NTP base time on new sessions.
10375
10376         * gst/rtpmanager/gstrtpjitterbuffer.c:
10377         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
10378         (gst_rtp_jitter_buffer_set_property),
10379         (gst_rtp_jitter_buffer_get_property):
10380         Use the right lock to protect our variables.
10381         Fix some comment.
10382
10383         * gst/rtpmanager/gstrtpsession.c:
10384         (gst_rtp_session_getcaps_send_rtp),
10385         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
10386         Implement getcaps on the sender sinkpad so that payloaders can negotiate
10387         the right SSRC.
10388
10389 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
10390
10391         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
10392         (get_client), (free_client), (gst_rtp_bin_associate),
10393         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
10394         (gst_rtp_bin_finalize):
10395         * gst/rtpmanager/gstrtpjitterbuffer.c:
10396         (gst_rtp_jitter_buffer_class_init),
10397         (gst_rtp_jitter_buffer_finalize):
10398         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
10399         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
10400         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
10401         (gst_rtp_session_chain_send_rtp):
10402         * gst/rtpmanager/gstrtpssrcdemux.c:
10403         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
10404         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
10405         * gst/rtpmanager/rtpsession.h:
10406         Various leak fixes.
10407
10408 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
10409
10410         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
10411         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
10412         Calculate and configure the NTP base time so that we can generate better
10413         NTP times in SR packets.
10414         Set caps on new ghostpad.
10415
10416         * gst/rtpmanager/gstrtpjitterbuffer.c:
10417         (gst_rtp_jitter_buffer_loop):
10418         Clean debug statement.
10419
10420         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10421         (gst_rtp_session_init), (gst_rtp_session_set_property),
10422         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10423         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
10424         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
10425         (gst_rtp_session_event_send_rtp_sink),
10426         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10427         (create_send_rtp_sink):
10428         * gst/rtpmanager/gstrtpsession.h:
10429         Add ntp-ns-base property to convert running_time to NTP time.
10430         Handle NEWSEGMENT events on send and recv RTP pads so that we can
10431         calculate the running time and thus NTP time of the packets.
10432         Simplify getting the current NTP time using the pipeline clock.
10433         Implement internal links functions.
10434         Use the buffer timestamp to calculate the NTP time instead of the clock.
10435
10436         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
10437         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10438         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
10439         (gst_rtp_ssrc_demux_internal_links),
10440         (gst_rtp_ssrc_demux_src_query):
10441         * gst/rtpmanager/gstrtpssrcdemux.h:
10442         Implement internal links function.
10443         Calculate the diff between different streams, this might be used later
10444         to get the inter stream latency.
10445
10446         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
10447         Simple cleanup.
10448
10449         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10450         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
10451         Make the clock skew window a little bigger.
10452         Apply the clock skew to all buffers, not just one with a new timestamp.
10453         Calculate and debug sender clock drift.
10454         Use extended last timestamp to interpolate for SR reports.
10455
10456 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
10457
10458         Patch by: Peter Kjellerstedt  <pkj at axis com>
10459
10460         * gst-libs/gst/app/gstappsink.c:
10461         * gst/flv/gstflvdemux.c:
10462         * gst/flv/gstflvparse.c:
10463         * gst/interleave/deinterleave.c:
10464         * gst/switch/gstswitch.c:
10465           Printf format fixes (#476128).
10466
10467 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10468
10469         Patch by: Thomas Green  <tom78999 gmail com>
10470
10471         * ext/neon/gstneonhttpsrc.c:
10472           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
10473           flag if we want ICY streams to be handled too, otherwise
10474           libneon will error out with a 'can't parse reponse' error.
10475           Fixes #474696.
10476
10477         * tests/check/elements/neonhttpsrc.c:
10478           Unit test for the above by Yours Truly.
10479
10480 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10481
10482         * configure.ac:
10483           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
10484           xvid configure checks, so they still work when cross-compiling.
10485           Fixes #452009.
10486
10487 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
10488
10489         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
10490         (gst_spectrum_transform_ip):
10491         Use the correct parameter order for the memset calls.
10492         Thanks to Christian Schaller for noticing.
10493
10494 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
10495
10496         * gst/mpegtsparse/mpegtsparse.c:
10497           Fix the build (missing stdlib.h).
10498
10499 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10500
10501         * gst/spectrum/fix_fft.c:
10502         Remove fixed point FFT as it's not used anymore.
10503
10504 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10505
10506         * configure.ac:
10507         * gst/spectrum/Makefile.am:
10508         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
10509         (message_handler), (main):
10510         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
10511         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
10512         (gst_spectrum_class_init), (gst_spectrum_init),
10513         (gst_spectrum_dispose), (gst_spectrum_set_property),
10514         (gst_spectrum_get_property), (gst_spectrum_start),
10515         (gst_spectrum_setup), (gst_spectrum_message_new),
10516         (gst_spectrum_transform_ip):
10517         * gst/spectrum/gstspectrum.h:
10518         Port GstSpectrum to GstAudioFilter and libgstfft, add support
10519         for int32, float and double, use floats for the message contents,
10520         average all FFTs done in one interval for better results, use
10521         a better windowing function, allow posting the phase in the message
10522         and actually do an FFT with the requested number of bands instead
10523         of interpolating.
10524
10525         * tests/check/elements/spectrum.c: (GST_START_TEST),
10526         (spectrum_suite):
10527         Improve the units tests by checking for a 11025Hz sine wave
10528         and add unit tests for all 4 supported sample types.
10529
10530 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
10531
10532         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10533         (gst_real_video_dec_setcaps):
10534         Add some more debugging.
10535         Don't set LONG for width/height in caps.
10536         Set correct output buffer size when caps changed.
10537         The custom message sent to the decoder should not include the format and
10538         subformat. Fixes #471554.
10539
10540 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
10541
10542         * gst/rtpmanager/gstrtpsession.c:
10543           Make compiler happy: fix compilation with -Wall -Werror
10544           (#473562).
10545
10546 2007-09-03  Johan Dahlin  <johan@gnome.org>
10547
10548         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
10549         * gst/nsf/gstnsf.h:
10550         Add support for (very) basic tagging.
10551         
10552 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
10553
10554         * gst/rtpmanager/gstrtpbin-marshal.list:
10555         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
10556         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
10557         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
10558         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
10559         * gst/rtpmanager/gstrtpbin.h:
10560         Updated example pipelines in docs.
10561         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
10562         Set the default latency correctly.
10563         Add some more points where we can get caps.
10564
10565         * gst/rtpmanager/gstrtpjitterbuffer.c:
10566         (gst_rtp_jitter_buffer_class_init),
10567         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
10568         (gst_rtp_jitter_buffer_query),
10569         (gst_rtp_jitter_buffer_set_property),
10570         (gst_rtp_jitter_buffer_get_property):
10571         Add ts-offset property to control timestamping.
10572
10573         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10574         (gst_rtp_session_init), (gst_rtp_session_set_property),
10575         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10576         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
10577         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
10578         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
10579         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
10580         (gst_rtp_session_event_send_rtp_sink),
10581         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10582         (create_recv_rtcp_sink), (create_send_rtp_sink),
10583         (create_send_rtcp_src):
10584         Various cleanups.
10585         Feed rtpsession manager with NTP time based on pipeline clock when
10586         handling RTP packets and RTCP timeouts.
10587         Perform all RTCP with the system clock.
10588         Set caps on RTCP outgoing buffers.
10589
10590         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
10591         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
10592         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10593         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
10594         (gst_rtp_ssrc_demux_rtcp_chain):
10595         * gst/rtpmanager/gstrtpssrcdemux.h:
10596         Also demux RTCP messages.
10597
10598         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
10599         (update_arrival_stats), (rtp_session_process_rtp),
10600         (rtp_session_process_rb), (rtp_session_process_sr),
10601         (rtp_session_process_rr), (rtp_session_process_rtcp),
10602         (rtp_session_send_rtp), (rtp_session_send_bye),
10603         (session_start_rtcp), (session_report_blocks), (session_cleanup),
10604         (rtp_session_on_timeout):
10605         * gst/rtpmanager/rtpsession.h:
10606         Remove the get_time callback, the GStreamer part will feed us with
10607         enough timing information.
10608         Split sync timing and RTCP timing information.
10609         Factor out common RB handling for SR and RR.
10610         Send out SR RTCP packets for lip-sync.
10611         Move SR and RR packet info generation to the source.
10612
10613         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10614         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
10615         (rtp_source_process_rtp), (rtp_source_send_rtp),
10616         (rtp_source_process_sr), (rtp_source_process_rb),
10617         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
10618         (rtp_source_get_last_sr):
10619         * gst/rtpmanager/rtpsource.h:
10620         * gst/rtpmanager/rtpstats.h:
10621         Use caps on incomming buffers to get timing information when they are
10622         there.
10623         Calculate clock scew of the receiver compared to the sender and adjust
10624         the rtp timestamps.
10625         Calculate the round trip in sources.
10626         Do SR and RR calculations in the source.
10627
10628 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
10629
10630         * configure.ac:
10631         updated gmyth version
10632
10633         * ext/mythtv/gstmythtvsrc.c:
10634         * ext/mythtv/gstmythtvsrc.h:
10635         Code rewrite
10636
10637 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
10638
10639         * gst/rtpmanager/gstrtpjitterbuffer.c:
10640         (gst_rtp_jitter_buffer_flush_stop),
10641         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
10642         Use extended timestamp to release buffers from the jitterbuffer so that
10643         we can handle the rtp wraparound correctly.
10644
10645 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
10646
10647         * gst/rtpmanager/gstrtpjitterbuffer.c:
10648         (gst_rtp_jitter_buffer_loop):
10649         Improve Comments.
10650
10651         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10652         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
10653         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
10654         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
10655         (create_send_rtp_sink):
10656         Also parse the sink caps for clock-rate instead of only relying on the
10657         result of the signal.
10658
10659         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10660         Make sure we fetch the clock rate for payloads we are sending out so
10661         that we can use it for SR reports.
10662
10663 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10664
10665         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
10666         If all information is known at time of setting start-time
10667         property, send new segments then.
10668
10669 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10670
10671         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10672         (gst_rtp_session_change_state),
10673         (gst_rtp_session_event_send_rtp_sink):
10674         * gst/rtpmanager/gstrtpsession.h:
10675         Distribute synchronisation parameters to the session manager so that it
10676         can generate correct SR packets for lip-sync.
10677
10678         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
10679         (rtp_session_set_timestamp_sync), (session_start_rtcp):
10680         * gst/rtpmanager/rtpsession.h:
10681         Add methods for setting sync parameters.
10682         Set correct RTP time in SR packets using the sync params.
10683
10684         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10685         * gst/rtpmanager/rtpsource.h:
10686         Record last RTP <-> GST timestamp so that we can use them to convert NTP
10687         to RTP timestamps in SR packets.
10688
10689 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10690
10691         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
10692         Add some more advanced example pipelines.
10693
10694         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
10695         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
10696         Add some debug and FIXME.
10697         Release LOCK when performing session cleanup.
10698
10699         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
10700         Add some debug.
10701
10702         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
10703         (rtp_source_send_rtp):
10704         Make sure we always send RTP packets with the session SSRC.
10705
10706 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
10707
10708         * gst/dvdspu/gstdvdspu.c:
10709           Don't need this include (fixes compilation in uninstalled setup).
10710
10711 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
10712
10713         * gst/rtpmanager/gstrtpjitterbuffer.c:
10714         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
10715         (gst_rtp_jitter_buffer_query):
10716         When synchronizing buffers, take peer latency into account.
10717         Don't try to add our latency to invalid peer max latency values.
10718
10719 2007-08-27  Julien MOUTTE  <julien@moutte.net>
10720
10721         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
10722         Make sure we initialize the seek result.
10723
10724 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10725
10726         * gst/dvdspu/Makefile.am:
10727         Commit the makefile too.
10728
10729 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10730
10731         * configure.ac:
10732         * gst/dvdspu/.cvsignore:
10733         * gst/dvdspu/Notes.txt:
10734         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
10735         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
10736         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
10737         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
10738         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
10739         (gstdvdspu_render_spu):
10740         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
10741         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
10742         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
10743         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
10744         (dvdspu_video_event), (dvdspu_video_chain),
10745         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
10746         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
10747         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
10748         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
10749         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
10750         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
10751         (dvdspu_subpic_event), (dvdspu_change_state),
10752         (gstdvdspu_plugin_init):
10753         * gst/dvdspu/gstdvdspu.h:
10754
10755         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
10756         Unit, decoding and overlaying DVD subtitles and menu graphics.
10757
10758         * gst/mpeg2sub/.cvsignore:
10759         * gst/mpeg2sub/Makefile.am:
10760         * gst/mpeg2sub/Notes.txt:
10761         * gst/mpeg2sub/gstmpeg2subt.c:
10762         * gst/mpeg2sub/gstmpeg2subt.h:
10763         * gst/mpeg2sub/mpeg2subt.vcproj:
10764         Delete old and broken mpeg2subt element that was never ported from 0.8
10765
10766 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10767
10768         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10769         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10770         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
10771         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
10772         (gst_flv_demux_src_event): Remove some useless ifdef.
10773
10774 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10775
10776         * examples/switch/switcher.c (main):
10777         * gst/switch/gstswitch.c (gst_switch_chain):
10778         Make switch more reliable and also not lock up when
10779         sink pad caps change.
10780
10781 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10782
10783         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10784         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10785         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
10786         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
10787         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
10788         seeking in push mode.
10789         * gst/flv/gstflvdemux.h:
10790
10791 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10792
10793         * gst/mpegtsparse/flutspatinfo.c:
10794         * gst/mpegtsparse/flutspatinfo.h:
10795         * gst/mpegtsparse/flutspmtinfo.c:
10796         * gst/mpegtsparse/flutspmtinfo.h:
10797         Update licences to reflect LGPL-ness of these files also.
10798
10799 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10800
10801         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10802         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
10803         * docs/plugins/gst-plugins-bad-plugins.interfaces:
10804         * docs/plugins/gst-plugins-bad-plugins.signals:
10805         * gst/rtpmanager/gstrtpbin.c:
10806         * gst/rtpmanager/gstrtpbin.h:
10807         * gst/rtpmanager/gstrtpclient.c:
10808         * gst/rtpmanager/gstrtpclient.h:
10809         * gst/rtpmanager/gstrtpjitterbuffer.c:
10810         * gst/rtpmanager/gstrtpjitterbuffer.h:
10811         * gst/rtpmanager/gstrtpptdemux.c:
10812         * gst/rtpmanager/gstrtpptdemux.h:
10813         * gst/rtpmanager/gstrtpsession.c:
10814         * gst/rtpmanager/gstrtpsession.h:
10815         * gst/rtpmanager/gstrtpssrcdemux.c:
10816         * gst/rtpmanager/gstrtpssrcdemux.h:
10817           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
10818           registers a GType that's different than the GstRTPFoo types that
10819           farsight registers (luckily GType names are case sensitive). Should
10820           finally fix #430664.
10821
10822 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10823
10824         * configure.ac:
10825         * win32/common/config.h:
10826         * win32/common/config.h.in:
10827           Automatically generate win32/common/config.h via configure (this
10828           ensures the win32 version of config.h is up-to-date when a release
10829           is made, #433373). config.h.in file might need some more work.
10830
10831 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10832
10833         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10834
10835         * configure.ac:
10836         * gst/festival/Makefile.am:
10837         * gst/festival/gstfestival.c:
10838           Port festival plugin to GStreamer-0.10 (#461377).
10839
10840 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10841
10842         * ext/faad/gstfaad.c: (gst_faad_chain):
10843         Don't unref the buffer when it was clipped.
10844
10845 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10846
10847         * ext/faad/gstfaad.c: (gst_faad_chain):
10848         Don't unref the buffer when it was clipped.
10849
10850 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10851
10852         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10853         (gst_flv_demux_pull_tag):
10854         * gst/flv/gstflvdemux.h:
10855         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10856         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10857         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
10858         metadata tags like ASF does. Fluendo muxer supports this and 
10859         Flash players can support it as well this way.
10860
10861 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10862
10863         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
10864         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10865         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10866         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10867         index if no times object was parsed. Fix the way we decide to push
10868         tags and emit no-more-pads. Fix some printf typing in debugging.
10869
10870 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10871
10872         * gst/rtpmanager/gstrtpjitterbuffer.c:
10873         (gst_rtp_jitter_buffer_chain),
10874         (gst_rtp_jitter_buffer_set_property):
10875         When drop-on-latency is set but we have no latency configured, just push
10876         the buffer as fast as possible.
10877         Fix typo in comment.
10878
10879 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10880
10881         * gst/rtpmanager/rtpjitterbuffer.c:
10882         (rtp_jitter_buffer_get_ts_diff):
10883         * gst/rtpmanager/rtpjitterbuffer.h:
10884         Fix undefined overflow prone ts_diff handling.
10885
10886 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10887
10888         * gst/modplug/gstmodplug.cc:
10889         Fix compiler warning.
10890
10891 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10892
10893         * gst/modplug/gstmodplug.cc:
10894           Don't use NULL caps for srcpad is not yet connected.
10895
10896 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10897
10898         * configure.ac:
10899         * gst/mpegtsparse/Makefile.am:
10900         * gst/mpegtsparse/flutspatinfo.c:
10901         * gst/mpegtsparse/flutspatinfo.h:
10902         * gst/mpegtsparse/flutspmtinfo.c:
10903         * gst/mpegtsparse/flutspmtinfo.h:
10904         * gst/mpegtsparse/flutspmtstreaminfo.c:
10905         * gst/mpegtsparse/flutspmtstreaminfo.h:
10906         * gst/mpegtsparse/mpegtspacketizer.c:
10907         * gst/mpegtsparse/mpegtspacketizer.h:
10908         * gst/mpegtsparse/mpegtsparse.c:
10909         * gst/mpegtsparse/mpegtsparse.h:
10910         * gst/mpegtsparse/mpegtsparsemarshal.list:
10911         Add mpeg transport stream parser written by:
10912         Alessandro Decina. Includes a couple of files from the
10913         Fluendo transport stream demuxer that Fluendo have 
10914         kindly allowed to be licenced under LGPL also.
10915
10916 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10917
10918         Patch by: Bastien Nocera  <hadess at hadess net>
10919
10920         * ext/mythtv/gstmythtvsrc.c:
10921           Add examples for live mythtv:// URIs to docs (#468039).
10922           Also convert some tabs into spaces.
10923
10924 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10925
10926         * gst/filter/gstbpwsinc.c:
10927         * gst/filter/gstlpwsinc.c:
10928         Add small comparision with the chebyshev filters in the docs.
10929
10930 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10931
10932         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10933         (bpwsinc_suite):
10934         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10935         (lpwsinc_suite):
10936         Also test everything in 32 bit float mode.
10937
10938 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10939
10940         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10941         (bpwsinc_set_property), (bpwsinc_get_property):
10942         * gst/filter/gstbpwsinc.h:
10943         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10944         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10945         (lpwsinc_get_property):
10946         * gst/filter/gstlpwsinc.h:
10947         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10948         Use generator macros for the process functions for the different
10949         sample types, add lower upper boundaries for the GObject properties
10950         so automatically generated UIs can use sliders and change frequency
10951         properties to floats to save a bit of memory, even ints would in
10952         theory be enough. Also rename frequency to cutoff for consistency
10953         reasons.
10954         * docs/plugins/gst-plugins-bad-plugins.args:
10955         * docs/plugins/gst-plugins-bad-plugins.signals:
10956         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10957         Regenerated for the above changes.
10958
10959 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10960
10961         * ext/amrwb/gstamrwbparse.c:
10962           Don't leak the adapter.
10963
10964 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10965
10966         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10967         (gst_bpwsinc_init), (process_32), (process_64),
10968         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10969         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10970         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10971         * gst/filter/gstbpwsinc.h:
10972         Implement latency query and only forward those samples downstream
10973         that actually contain the data we want, i.e. drop kernel_length/2
10974         in the beginning and append kernel_length/2 (created by convolving
10975         the filter kernel with zeroes) to the end.
10976
10977         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10978         Adjust the unit test for this slightly changed behaviour.
10979
10980         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10981         Reset residue length only when actually creating a residue.
10982
10983 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10984
10985         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10986         Override the preroll vmethod instead of overriding the render method
10987         twice.
10988
10989 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10990
10991         * gst/rtpmanager/gstrtpjitterbuffer.c:
10992         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10993         (gst_rtp_jitter_buffer_loop):
10994         Fix EOS handling.
10995         Convert some DEBUG into WARNINGs.
10996         Pause task when flushing.
10997
10998         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10999         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
11000         Use system clock for RTCP session management timeouts.
11001
11002         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
11003         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
11004         Release the session lock when emiting signals.
11005
11006 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
11007
11008         * ext/faad/gstfaad.c: (gst_faad_setcaps),
11009         (gst_faad_chanpos_to_gst):
11010         Add some debug info.
11011
11012 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
11013
11014         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
11015         (gst_lpwsinc_init), (process_32), (process_64),
11016         (lpwsinc_build_kernel), (lpwsinc_push_residue),
11017         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
11018         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
11019         * gst/filter/gstlpwsinc.h:
11020         Implement latency query and only forward those samples downstream
11021         that actually contain the data we want, i.e. drop kernel_length/2
11022         in the beginning and append kernel_length/2 (created by convolving
11023         the filter kernel with zeroes) to the end.
11024         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
11025         Adjust the unit test for this slightly changed behaviour.
11026
11027 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
11028
11029         * ext/ladspa/gstladspa.c:
11030           Don't leak like hell.
11031
11032 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
11033
11034         * tests/check/Makefile.am:
11035         * tests/check/generic/.cvsignore:
11036         * tests/check/generic/states.c:
11037           Add generic state-change test suite to help to fi leaks.
11038
11039 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
11040
11041         * ext/timidity/gstwildmidi.c:
11042         * ext/timidity/gstwildmidi.h:
11043           Look harder for a config. Based on patch by Hans de Goede.
11044           Fixes #456912
11045
11046 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
11047
11048         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
11049         Don't use new API.
11050
11051 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
11052
11053         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
11054         (gst_app_sink_class_init), (gst_app_sink_dispose),
11055         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
11056         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
11057         (gst_app_sink_render), (gst_app_sink_get_caps),
11058         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
11059         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
11060         * gst-libs/gst/app/gstappsink.h:
11061         Make love to appsink.
11062         Make it support pulling of the preroll buffer.
11063         Add docs and debug statements.
11064         Fix some races wrt to EOS handling and stopping.
11065         Implement getcaps.
11066         Implement FLUSHING.
11067         API: gst_app_sink_pull_preroll()
11068
11069 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
11070
11071         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
11072         (gst_flv_demux_get_index):
11073         Fix locking and refcounting on the index.
11074
11075 2007-08-14  Julien MOUTTE  <julien@moutte.net>
11076
11077         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
11078         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
11079         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
11080         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
11081         (gst_flv_demux_src_event), (gst_flv_demux_query),
11082         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
11083         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
11084         (gst_flv_demux_class_init): First method for seeking in pull
11085         mode using the index built step by step or coming from metadata.
11086         * gst/flv/gstflvdemux.h:
11087         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
11088         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11089         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
11090         more metadata types and keyframes index.
11091
11092 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
11093
11094         * docs/plugins/Makefile.am:
11095         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11096         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11097         * docs/plugins/gst-plugins-bad-plugins.args:
11098         * docs/plugins/gst-plugins-bad-plugins.signals:
11099         * docs/plugins/inspect/plugin-bz2.xml:
11100         * docs/plugins/inspect/plugin-cdxaparse.xml:
11101         * docs/plugins/inspect/plugin-dtsdec.xml:
11102         * docs/plugins/inspect/plugin-faac.xml:
11103         * docs/plugins/inspect/plugin-faad.xml:
11104         * docs/plugins/inspect/plugin-filter.xml:
11105         * docs/plugins/inspect/plugin-freeze.xml:
11106         * docs/plugins/inspect/plugin-gsm.xml:
11107         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11108         * docs/plugins/inspect/plugin-h264parse.xml:
11109         * docs/plugins/inspect/plugin-modplug.xml:
11110         * docs/plugins/inspect/plugin-mpeg2enc.xml:
11111         * docs/plugins/inspect/plugin-musepack.xml:
11112         * docs/plugins/inspect/plugin-musicbrainz.xml:
11113         * docs/plugins/inspect/plugin-nsfdec.xml:
11114         * docs/plugins/inspect/plugin-replaygain.xml:
11115         * docs/plugins/inspect/plugin-soundtouch.xml:
11116         * docs/plugins/inspect/plugin-spcdec.xml:
11117         * docs/plugins/inspect/plugin-spectrum.xml:
11118         * docs/plugins/inspect/plugin-speed.xml:
11119         * docs/plugins/inspect/plugin-tta.xml:
11120         * docs/plugins/inspect/plugin-videosignal.xml:
11121         * docs/plugins/inspect/plugin-xingheader.xml:
11122         * docs/plugins/inspect/plugin-xvid.xml:
11123         * gst/filter/gstbpwsinc.c:
11124         * gst/filter/gstbpwsinc.h:
11125         * gst/filter/gstlpwsinc.c:
11126         * gst/filter/gstlpwsinc.h:
11127         Add docs for lpwsinc and bpwsinc and integrate them
11128         into the build system. While doing that also update
11129         all other docs via make update in docs/plugins.
11130
11131 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
11132
11133         * gst/rtpmanager/rtpjitterbuffer.c:
11134           Include stdlib.
11135
11136 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11137
11138         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
11139         Make one test constraint a bit stricter.
11140
11141 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11142
11143         * tests/check/Makefile.am:
11144         * tests/check/elements/.cvsignore:
11145         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
11146         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
11147         Add unit tests for bpwsinc, testing fundamental functionality again.
11148
11149 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11150
11151         * tests/check/Makefile.am:
11152         * tests/check/elements/.cvsignore:
11153         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
11154         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
11155         Add unit tests for lpwsinc, testing fundamental functionality.
11156
11157 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11158
11159         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
11160         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
11161         Improve debugging a bit.
11162
11163 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11164
11165         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
11166         (bpwsinc_start):
11167         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
11168         (lpwsinc_start):
11169         Reset the residue in BaseTransform::start to get a clean residue
11170         on stream changes.
11171
11172 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
11173
11174         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
11175         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
11176         Fix processing with buffer sizes that are smaller than the filter
11177         kernel size.
11178
11179 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
11180
11181         * gst/rtpmanager/Makefile.am:
11182         * gst/rtpmanager/async_jitter_queue.c:
11183         * gst/rtpmanager/async_jitter_queue.h:
11184         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
11185         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
11186         (rtp_jitter_buffer_new), (compare_seqnum),
11187         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
11188         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
11189         (rtp_jitter_buffer_get_ts_diff):
11190         * gst/rtpmanager/rtpjitterbuffer.h:
11191         Remove complicated async queue and replace with more simple jitterbuffer
11192         code while also fixing some bugs.
11193
11194         * gst/rtpmanager/gstrtpbin-marshal.list:
11195         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
11196         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
11197         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
11198         (create_send_rtp):
11199         * gst/rtpmanager/gstrtpbin.h:
11200         * gst/rtpmanager/gstrtpjitterbuffer.c:
11201         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
11202         (gst_jitter_buffer_sink_parse_caps),
11203         (gst_rtp_jitter_buffer_flush_start),
11204         (gst_rtp_jitter_buffer_flush_stop),
11205         (gst_rtp_jitter_buffer_change_state),
11206         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
11207         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
11208         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
11209         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
11210         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
11211         (gst_rtp_session_init):
11212         * gst/rtpmanager/gstrtpsession.h:
11213         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
11214         Use new jitterbuffer code.
11215         Expose some new signals in preparation for handling EOS.
11216
11217 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11218
11219         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
11220         Fix a segfault with more than one channel and don't rebuild
11221         the kernel & residue with every buffer.
11222
11223 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11224
11225         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
11226         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
11227         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
11228         (bpwsinc_get_property):
11229         * gst/filter/gstbpwsinc.h:
11230         Add support for a bandreject mode and allow specifying the window
11231         function that should be used.
11232         * gst/filter/gstlpwsinc.c:
11233         And another small formatting fix.
11234
11235 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11236
11237         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
11238         (gst_bpwsinc_init), (process_32), (process_64),
11239         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
11240         (bpwsinc_transform), (bpwsinc_set_property),
11241         (bpwsinc_get_property):
11242         * gst/filter/gstbpwsinc.h:
11243         Apply the same changes to the bandpass filter:
11244          - Support double input
11245          - Fix processing for input with >1 channels
11246          - Specify frequency in Hz
11247          - Specify actual filter kernel length
11248          - Use transform instead of transform_ip as we're working
11249            out of place anyway
11250          - Factor out filter kernel generation and update the filter
11251            kernel when the properties are set
11252         Fix bandpass filter kernel generation to actually generate
11253         a bandpass filter by creating a highpass instead of a second
11254         lowpass.
11255         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
11256         Small formatting fix.
11257
11258 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11259
11260         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
11261         (gst_lpwsinc_init), (process_32), (process_64),
11262         (lpwsinc_build_kernel), (lpwsinc_set_property),
11263         (lpwsinc_get_property):
11264         * gst/filter/gstlpwsinc.h:
11265         Specify the actual filter length instead of a weird
11266         2N+1. Setting the property will round to the next odd number.
11267         Also remove now obsolete FIXMEs.
11268
11269 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11270
11271         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
11272         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
11273         (lpwsinc_build_kernel), (lpwsinc_set_property),
11274         (lpwsinc_get_property):
11275         * gst/filter/gstlpwsinc.h:
11276         Allow choosing between hamming and blackman window. The blackman
11277         window provides a better stopband attenuation but a bit slower
11278         rolloff.
11279
11280 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11281
11282         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
11283         (gst_lpwsinc_class_init), (process_32), (process_64),
11284         (lpwsinc_build_kernel), (lpwsinc_set_property),
11285         (lpwsinc_get_property):
11286         * gst/filter/gstlpwsinc.h:
11287         Add a highpass mode.
11288
11289 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11290
11291         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
11292         (lpwsinc_build_kernel):
11293         Fix processing if the input has more than one channel.
11294
11295 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
11296
11297         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
11298         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
11299         (bpwsinc_set_property), (bpwsinc_get_property):
11300         "this" is a C++ keyword, use "self" instead.
11301         Add TODOs and FIXMEs and remove two wrong FIXMEs.
11302         * gst/filter/gstlpwsinc.c:
11303         Add FIXMEs and a new TODO.
11304
11305 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
11306
11307         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
11308         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
11309         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
11310         (lpwsinc_get_unit_size), (lpwsinc_transform),
11311         (lpwsinc_set_property), (lpwsinc_get_property):
11312         * gst/filter/gstlpwsinc.h:
11313         Add double support, replace "this" with "self" as the former
11314         is a C++ keyword.
11315         Implement the frequency property in Hz instead of fraction
11316         of sampling frequency.
11317         Remove some unecessary FIXMEs and add some TODOs, add some
11318         required locking and refactor the kernel generation into a
11319         separate function that is also called when the properties
11320         change now.
11321         And use BaseTransform::transform instead of transform_ip
11322         as the convolution is done out of place anyway. Should
11323         be done in place later.
11324
11325 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
11326
11327         * configure.ac:
11328         * gst/stereo/Makefile.am:
11329         * gst/stereo/gststereo.c: (gst_stereo_base_init),
11330         (gst_stereo_class_init), (gst_stereo_init),
11331         (gst_stereo_transform_ip), (gst_stereo_set_property),
11332         (gst_stereo_get_property):
11333         * gst/stereo/gststereo.h:
11334         Port the stereo element to GStreamer 0.10.
11335
11336 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11337
11338         submitted by: Raphael Higino <phhigino@gmail.com>
11339
11340         * po/LINGUAS:
11341         * po/pt_BR.po:
11342           Added Portuguese (Brazilian) translation.
11343
11344 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11345
11346         * po/uk.po:
11347         * po/vi.po:
11348           Updated translations.
11349
11350 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
11351
11352         * gst/filter/Makefile.am:
11353         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
11354         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
11355         (gst_bpwsinc_init), (bpwsinc_setup):
11356         * gst/filter/gstbpwsinc.h:
11357         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
11358         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
11359         (gst_lpwsinc_init), (lpwsinc_setup):
11360         * gst/filter/gstlpwsinc.h:
11361         Use GstAudioFilter as base class and don't leak the memory
11362         of the filter kernel and residue.
11363
11364 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
11365
11366         Patch by: Josep Torra Valles <josep@fluendo.com>
11367
11368         * docs/plugins/gst-plugins-bad-plugins.args:
11369         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
11370         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
11371         * ext/libmms/gstmms.h:
11372         Add connection speed property to libmms. Fixes #464678.
11373
11374 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
11375
11376         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
11377         (gst_real_video_dec_activate_push), (open_library),
11378         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
11379         * gst/real/gstrealvideodec.h:
11380         Remove some old unused vars.
11381
11382 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
11383
11384         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
11385         Small cleanups.
11386
11387         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
11388         (open_library):
11389         Remove fragment and timestamp correction code from the decoder to make
11390         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
11391
11392 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
11393
11394         * po/POTFILES.skip:
11395           Add POTFILES.skip with list of source files that aren't disted at the
11396           moment but contain translatable strings. Should hopefully pacify
11397           broken tools and make it clearer that these files are left out
11398           intentionally (#461601 and others).
11399
11400 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
11401
11402         Patch by: Ian Munro  <imunro at netspace net au>
11403
11404         * gst/bayer/gstbayer2rgb.c:
11405           Include our own "_stdint.h" instead of <stdint.h> (which may not
11406           be available).
11407
11408         * gst/speed/gstspeed.h:
11409           Native HP-UX compiler dosn't seem to like enum typedefs before the
11410           actual enum was defined.
11411
11412         * gst/vmnc/vmncdec.c:
11413           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
11414
11415 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
11416
11417         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
11418         Use the proper context variable when setting the password !
11419         LOG => WARNING for errors.
11420         Give proper path when opening the codec (needs a '/' at the end).
11421
11422 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11423
11424         * gst/real/Makefile.am:
11425           And dist the new header file too.
11426
11427 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11428
11429         * gst/real/gstreal.h:
11430         Add missing header file.
11431
11432 2007-07-25  Julien MOUTTE  <julien@moutte.net>
11433
11434         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
11435         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11436         (gst_flv_demux_init):
11437         * gst/flv/gstflvdemux.h:
11438         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
11439         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11440         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11441         (gst_flv_parse_header):
11442         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
11443         reusable, more safety checks.
11444
11445 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
11446
11447         * ext/timidity/gsttimidity.c: (gst_timidity_init),
11448         (gst_timidity_change_state), (plugin_init):
11449         * ext/timidity/gsttimidity.h:
11450           Don't initialize timidity in plugin_init for similar reason as below.
11451
11452 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
11453
11454         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
11455         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
11456         * ext/timidity/gstwildmidi.h:
11457           Don't initialize wildmidi in plugin_init as it also setups audio
11458           filters which is slow.
11459
11460 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
11461
11462         reviewed by: Edward Hervey  <bilboed@bilboed.com>
11463
11464         * gst/real/gstreal.c: (plugin_init):
11465         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
11466         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
11467         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
11468         * gst/real/gstrealvideodec.c: (open_library),
11469         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
11470         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
11471         * gst/real/gstrealvideodec.h:
11472         Improved search algorithm for location of real .so files.
11473         Fixes #393461
11474
11475 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
11476
11477         * configure.ac:
11478         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
11479         Use the new buffer clipping function from gstaudio here and
11480         require gst-plugins-base CVS.
11481
11482 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
11483
11484         * configure.ac:
11485           Sync liboil check with plugins-base.
11486
11487 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11488
11489         * gst/equalizer/gstiirequalizer.c:
11490         (gst_iir_equalizer_band_set_property),
11491         (gst_iir_equalizer_child_proxy_get_child_by_index),
11492         (gst_iir_equalizer_child_proxy_get_children_count),
11493         (gst_iir_equalizer_child_proxy_interface_init),
11494         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
11495         (gst_iir_equalizer_compute_frequencies):
11496         * gst/equalizer/gstiirequalizer10bands.c:
11497         (gst_iir_equalizer_10bands_class_init):
11498         * gst/equalizer/gstiirequalizer3bands.c:
11499         (gst_iir_equalizer_3bands_class_init):
11500         * gst/equalizer/gstiirequalizernbands.c:
11501           Better algorith for the center frequencies. Subtract band filters from
11502           input for negative gains. Rework the gain mapping.
11503
11504 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11505
11506         * ext/dirac/Makefile.am:
11507           Also include stdlib here.
11508
11509 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
11510
11511         * tests/check/elements/.cvsignore:
11512         Fix the buildbot with the cvsignore it wants.
11513
11514 2007-07-19  Julien MOUTTE  <julien@moutte.net>
11515
11516         * configure.ac:
11517         * gst/flv/Makefile.am:
11518         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
11519         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
11520         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
11521         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
11522         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
11523         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
11524         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11525         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
11526         (gst_flv_demux_init), (plugin_init):
11527         * gst/flv/gstflvdemux.h:
11528         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
11529         (gst_flv_demux_query_types), (gst_flv_demux_query),
11530         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11531         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11532         (gst_flv_parse_tag_type), (gst_flv_parse_header):
11533         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
11534         It does not do seeking yet, it supports pull and push mode so YES
11535         you can use it to play youtube videos directly from an HTTP uri.
11536         Not so much testing done yet but it parses metadata, reply to 
11537         duration queries, etc...
11538
11539 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
11540
11541         * tests/check/Makefile.am:
11542         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
11543           main):
11544           Add typefind test for midi.
11545
11546 2007-07-18  Michael Smith  <msmith@fluendo.com>
11547
11548         * ext/soundtouch/gstpitch.cc:
11549           If we receive a new segment event, don't try to push buffers out
11550           in response (without first sending it on!).
11551           Instead, flush internal buffers on receiving flush events.
11552           Fixes playback after seeking.
11553
11554 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11555
11556         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
11557         (gst_bayer2rgb_reset):
11558           Add basic docs. Use glibs mem routines.
11559
11560 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11561
11562         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
11563           Add example to the docs. Fix buffer-offset-end and add some debug.
11564
11565 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11566
11567         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
11568         (gst_jack_ring_buffer_acquire):
11569           Add stdlib include here too.
11570
11571 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11572
11573         * examples/app/appsrc_ex.c:
11574         * examples/switch/switcher.c:
11575         * ext/neon/gstneonhttpsrc.c:
11576         * ext/timidity/gstwildmidi.c:
11577         * ext/x264/gstx264enc.c:
11578         * gst/mve/mveaudioenc.c: (mve_compress_audio):
11579         * gst/rtpmanager/gstrtpclient.c:
11580         * gst/rtpmanager/gstrtpjitterbuffer.c:
11581         * gst/spectrum/demo-audiotest.c:
11582         * gst/spectrum/demo-osssrc.c:
11583         * sys/dvb/gstdvbsrc.c:
11584           Add stdlib include (free, atoi, exit).
11585
11586 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
11587
11588         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
11589         Fix buffer clipping to correctly clip to the segment stop.
11590
11591 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
11592
11593         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
11594
11595         * gst/modplug/gstmodplug.cc:
11596         add several missing supported mime-types to the modplug plugin.
11597         Fixes #456901.
11598
11599 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
11600
11601         * configure.ac:
11602         * tests/Makefile.am:
11603         Remove bogus check for libcheck, since we check for
11604         gstreamer-check and it pulls in the required info from there, and we
11605         weren't actually _using_ the information for libcheck ourselves
11606         anyway.
11607
11608 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
11609
11610         * configure.ac:
11611           Use pkg-config to locate check.
11612
11613 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
11614
11615         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
11616         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
11617           Fix build against core CVS.
11618
11619 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
11620
11621         * REQUIREMENTS:
11622           Sync with changes in -ugly.
11623
11624 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
11625
11626         * REQUIREMENTS:
11627           Add download location of libamrwb.
11628
11629 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
11630
11631         * docs/plugins/inspect/plugin-amrwb.xml:
11632         * docs/plugins/inspect/plugin-equalizer.xml:
11633         * docs/plugins/inspect/plugin-multifile.xml:
11634         * docs/plugins/inspect/plugin-timidity.xml:
11635         * docs/plugins/inspect/plugin-wildmidi.xml:
11636           Add missing inspect files. Fixes build (#454313).
11637
11638         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
11639           Scream a bit louder when initialisation fails.
11640
11641         * gst-libs/README:
11642         * gst-libs/ext/.cvsignore:
11643           Remove some cruft.
11644
11645 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
11646
11647         * ext/ivorbis/Makefile.am:
11648           Dist header files. Fixes #454078.
11649
11650 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
11651
11652         * docs/plugins/Makefile.am:
11653           Simplify --extra-dir as gtkdoc scans recursively.
11654
11655         * ext/amrwb/gstamrwbenc.c:
11656           Fix comment start.
11657
11658 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11659
11660         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
11661           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
11662           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
11663           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
11664           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
11665           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
11666         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
11667         Removed property "device". Added properties "adapter" and "frontend".
11668         Fixes #453636.
11669         Rename freq property to frequency.
11670
11671 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
11672
11673         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11674         Fix property descriptions.
11675
11676 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11677
11678         * docs/plugins/Makefile.am:
11679         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11680         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11681         * ext/amrwb/gstamrwbdec.c:
11682         * ext/amrwb/gstamrwbenc.c:
11683         * ext/amrwb/gstamrwbparse.c:
11684           Also document AMR-WB elements.
11685
11686 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11687
11688         * docs/plugins/Makefile.am:
11689         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11690         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11691         * docs/plugins/gst-plugins-bad-plugins.args:
11692           Cleanup the section file so that -unused is empty again (and useful to
11693           spot new docs). Add not yet added docs to sgml file. Add more header
11694           to Makefile.am to make them introspectable.
11695
11696         * docs/plugins/inspect/plugin-bz2.xml:
11697         * docs/plugins/inspect/plugin-cdxaparse.xml:
11698         * docs/plugins/inspect/plugin-dtsdec.xml:
11699         * docs/plugins/inspect/plugin-faac.xml:
11700         * docs/plugins/inspect/plugin-faad.xml:
11701         * docs/plugins/inspect/plugin-filter.xml:
11702         * docs/plugins/inspect/plugin-freeze.xml:
11703         * docs/plugins/inspect/plugin-gdp.xml:
11704         * docs/plugins/inspect/plugin-gsm.xml:
11705         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11706         * docs/plugins/inspect/plugin-h264parse.xml:
11707         * docs/plugins/inspect/plugin-modplug.xml:
11708         * docs/plugins/inspect/plugin-musicbrainz.xml:
11709         * docs/plugins/inspect/plugin-nsfdec.xml:
11710         * docs/plugins/inspect/plugin-replaygain.xml:
11711         * docs/plugins/inspect/plugin-spectrum.xml:
11712         * docs/plugins/inspect/plugin-speed.xml:
11713         * docs/plugins/inspect/plugin-tta.xml:
11714         * docs/plugins/inspect/plugin-videosignal.xml:
11715         * docs/plugins/inspect/plugin-xingheader.xml:
11716         * docs/plugins/inspect/plugin-xvid.xml:
11717           Update the doc blobs.
11718
11719 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11720
11721         * gst/multifile/Makefile.am:
11722         * gst/multifile/gstmultifile.c:
11723         * gst/multifile/gstmultifilesink.c:
11724         * gst/multifile/gstmultifilesink.h:
11725         * gst/multifile/gstmultifilesrc.c:
11726         * gst/multifile/gstmultifilesrc.h:
11727           Add .h files to be able to add it to the docs.
11728
11729 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11730
11731         * gst/modplug/gstmodplug.cc:
11732           Activate doc section.
11733
11734 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11735
11736         * ext/timidity/gsttimidity.c:
11737         * ext/timidity/gstwildmidi.c:
11738         * ext/timidity/gstwildmidi.h:
11739           Fix licence (both are GPL). Add element docs.
11740
11741 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11742
11743         * ext/musicbrainz/gsttrm.h:
11744           Fix _get_type signature.
11745
11746 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11747
11748         * gst/replaygain/gstrgvolume.h:
11749           Fix GObject macros.
11750
11751 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11752
11753         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
11754         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
11755         (gst_dc1394_set_caps_framesize_range),
11756         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
11757         (gst_dc1394_framerate_frac_to_const),
11758         (gst_dc1394_open_cam_with_best_caps):
11759         Make a bunch of functions static, and move variable declarations
11760         to the start of blocks to avoid problems on older gcc.
11761
11762         Make sure to unset value types.
11763
11764 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11765
11766         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11767
11768         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
11769         With CVS of ffmpegcolorspace from plugins-base, I can now
11770         get 30 fps from the iSight.
11771
11772 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11773
11774         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11775         Change a g_print to a GST_DEBUG message.
11776
11777 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11778
11779         * configure.ac:
11780         * ext/Makefile.am:
11781         * ext/dc1394/Makefile.am:
11782         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
11783         (gst_dc1394_class_init), (gst_dc1394_init),
11784         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
11785         (gst_dc1394_get_property), (gst_dc1394_getcaps),
11786         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
11787         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
11788         (gst_dc1394_caps_set_format_vmode_caps),
11789         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
11790         (gst_dc1394_set_caps_framesize_range),
11791         (gst_dc1394_caps_set_framerate_list),
11792         (gst_dc1394_framerate_const_to_frac),
11793         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
11794         (gst_dc1394_framerate_frac_to_const),
11795         (gst_dc1394_open_cam_with_best_caps),
11796         (gst_dc1394_change_camera_transmission), (plugin_init):
11797         * ext/dc1394/gstdc1394.h:
11798         Commit new dc1394src element.
11799         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
11800         Patch By: Eric Jonas < jonas at mit dot edu >
11801         Close: #387251
11802
11803 2007-06-28  Wim Taymans  <wim@fluendo.com>
11804
11805         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11806         Register new property as well.
11807
11808 2007-06-28  Wim Taymans  <wim@fluendo.com>
11809
11810         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11811         (gst_video_detect_set_property), (gst_video_detect_get_property):
11812         * gst/videosignal/gstvideodetect.h:
11813         Add property to adjust the center, sensitivity is now the distance from
11814         this center.
11815
11816 2007-06-27  Wim Taymans  <wim@fluendo.com>
11817
11818         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11819         (gst_video_detect_set_property), (gst_video_detect_get_property),
11820         (gst_video_detect_class_init):
11821         * gst/videosignal/gstvideodetect.h:
11822         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
11823         (gst_video_mark_420), (gst_video_mark_set_property),
11824         (gst_video_mark_get_property), (gst_video_mark_class_init):
11825         * gst/videosignal/gstvideomark.h:
11826         Add left and bottom offset properties to control the position of the
11827         pattern.
11828
11829 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
11830
11831         * docs/plugins/gst-plugins-bad-plugins.args:
11832         * docs/plugins/inspect/plugin-alsaspdif.xml:
11833         * docs/plugins/inspect/plugin-bz2.xml:
11834         * docs/plugins/inspect/plugin-cdxaparse.xml:
11835         * docs/plugins/inspect/plugin-dtsdec.xml:
11836         * docs/plugins/inspect/plugin-faac.xml:
11837         * docs/plugins/inspect/plugin-faad.xml:
11838         * docs/plugins/inspect/plugin-filter.xml:
11839         * docs/plugins/inspect/plugin-freeze.xml:
11840         * docs/plugins/inspect/plugin-gdp.xml:
11841         * docs/plugins/inspect/plugin-glimagesink.xml:
11842         * docs/plugins/inspect/plugin-gsm.xml:
11843         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11844         * docs/plugins/inspect/plugin-h264parse.xml:
11845         * docs/plugins/inspect/plugin-jack.xml:
11846         * docs/plugins/inspect/plugin-mms.xml:
11847         * docs/plugins/inspect/plugin-modplug.xml:
11848         * docs/plugins/inspect/plugin-musicbrainz.xml:
11849         * docs/plugins/inspect/plugin-neon.xml:
11850         * docs/plugins/inspect/plugin-nsfdec.xml:
11851         * docs/plugins/inspect/plugin-replaygain.xml:
11852         * docs/plugins/inspect/plugin-sdl.xml:
11853         * docs/plugins/inspect/plugin-spectrum.xml:
11854         * docs/plugins/inspect/plugin-speed.xml:
11855         * docs/plugins/inspect/plugin-tta.xml:
11856         * docs/plugins/inspect/plugin-videosignal.xml:
11857         * docs/plugins/inspect/plugin-xingheader.xml:
11858         * docs/plugins/inspect/plugin-xvid.xml:
11859           Update docs with caps info.
11860
11861 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
11862
11863         * gconf/.cvsignore:
11864         * gconf/Makefile.am:
11865         * gconf/gstreamer.schemas.in:
11866           Remove dysfunctional directory (this stuff is in -good).
11867
11868         * ext/sndfile/gstsf.c: (plugin_init):
11869         * sys/dvb/gstdvbsrc.c: (plugin_init):
11870           Add i18n bindtextdomain stuff.
11871
11872         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11873         (plugin_init):
11874           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11875
11876         * po/POTFILES.in:
11877           Add more source files with translatable strings (fixes #450605).
11878
11879 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11880
11881         Contributed by: Wenzheng Hu <db_lobster@163.com>
11882
11883         * po/LINGUAS:
11884         * po/zh_CN.po:
11885           Added Chinese (simplified) translation.
11886
11887 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11888
11889         Patch by: Jens Granseuer  <jensgr at gmx net>
11890
11891         * gst/equalizer/gstiirequalizer.c:
11892         * gst/equalizer/gstiirequalizer10bands.c:
11893         * gst/equalizer/gstiirequalizer3bands.c:
11894         * gst/equalizer/gstiirequalizernbands.c:
11895         * gst/rtpmanager/async_jitter_queue.c:
11896         (async_jitter_queue_push_sorted):
11897         * gst/rtpmanager/gstrtpjitterbuffer.c:
11898         (gst_rtp_jitter_buffer_chain):
11899         * gst/switch/gstswitch.c: (gst_switch_chain):
11900           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11901           Fixes #450185.
11902
11903 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11904
11905         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11906           last_message_received, main):
11907         * gst/switch/gstswitch.c (gst_switch_release_pad,
11908           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11909           gst_switch_set_property, gst_switch_get_property,
11910           gst_switch_get_linked_pad, gst_switch_getcaps,
11911           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11912         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11913           GST_SWITCH_UNLOCK):
11914         Add an extra lock to protect against certain variables instead of
11915         using the object lock. Fix case where caps are different in the
11916         sink pads causes deadlock. Update example to use different caps
11917         on each sink pad.
11918
11919 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11920
11921         * MAINTAINERS:
11922         Updating all the maintainers files
11923
11924 2007-06-22  Edward Hervey  <edward@fluendo.com>
11925
11926         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11927         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11928         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11929         * ext/audioresample/gstaudioresample.c:
11930         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11931         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11932         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11933         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11934         * ext/faac/gstfaac.c: (gst_faac_init):
11935         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11936         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11937         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11938         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11939         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11940         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11941         * ext/spc/gstspc.c: (gst_spc_dec_init):
11942         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11943         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11944         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11945         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11946         * gst/chart/gstchart.c: (gst_chart_init):
11947         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11948         * gst/festival/gstfestival.c: (gst_festival_init):
11949         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11950         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11951         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11952         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11953         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11954         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11955         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11956         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11957         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11958         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11959         * gst/speed/gstspeed.c: (speed_init):
11960         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11961         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11962         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11963         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11964         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11965         Fix leaks.
11966
11967 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11968
11969         * RELEASE:
11970         * sys/Makefile.am:
11971           Re-enable VCD source and fix up release notes.
11972
11973 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11974
11975         * gst/equalizer/gstiirequalizer.c:
11976           Document parameter mapping.
11977
11978 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11979
11980         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11981         (gst_spectrum_transform_ip):
11982           Fix leaking buffers.
11983           
11984         * tests/check/Makefile.am:
11985         * tests/check/elements/spectrum.c: (setup_spectrum),
11986         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11987           Add simple test for spectrum element.
11988
11989 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11990
11991         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11992         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11993         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11994         (gst_amrwbdec_state_change):
11995         * ext/amrwb/gstamrwbdec.h:
11996         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11997         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11998           Add newsegment and discont handling. Some code cleanups. Don't leak
11999           the adapter, unref it in a new finalize method instead. Sync the
12000           parser with the amr-nb changes.
12001
12002 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
12003
12004         * configure.ac:
12005         Back to CVS.
12006
12007         * gst-plugins-bad.doap:
12008         Add 0.10.5 to the doap file.
12009
12010 === release 0.10.5 ===
12011
12012 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
12013
12014         * configure.ac:
12015           releasing 0.10.5, "Expedition to Lake Pahoe"
12016
12017 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
12018
12019         * win32/vs6/gst_plugins_bad.dsw:
12020         * win32/vs6/libdshowsrcwrapper.dsp:
12021         * win32/vs6/libgstdshow.dsp:
12022         * win32/vs6/libgstmpegvideoparse.dsp:
12023         * win32/vs6/libgstneon.dsp:
12024         Convert line endings to CRLF and mark as binary files.
12025
12026 2007-06-13  Wim Taymans  <wim@fluendo.com>
12027
12028         * sys/Makefile.am:
12029         Disable VCD build because we're frozen..
12030
12031 2007-06-13  Wim Taymans  <wim@fluendo.com>
12032
12033         * configure.ac:
12034         * sys/Makefile.am:
12035         * sys/vcd/Makefile.am:
12036         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
12037         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
12038         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
12039         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
12040         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
12041         (gst_vcdsrc_uri_set_uri):
12042         * sys/vcd/vcdsrc.h:
12043         Port VCD element.
12044
12045 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
12046
12047         * win32/MANIFEST:
12048         Add megvideoparse, libdshow and dshowsrcwrapper to win32
12049         MANIFEST.
12050         * win32/vs6/gst_plugins_bad.dsw:
12051         Remove qtdemux, directdraw, directsound and waveform project files
12052         from the workspace as they have been moved to -good.
12053
12054 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
12055
12056         * po/POTFILES.in:
12057         Remove qtdemux from the translation list.
12058
12059 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
12060
12061         * configure.ac:
12062         * docs/plugins/Makefile.am:
12063         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12064         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12065         * docs/plugins/inspect/plugin-osxvideo.xml:
12066         * docs/plugins/inspect/plugin-videocrop.xml:
12067         * gst-plugins-bad.spec.in:
12068         * gst/videocrop/Makefile.am:
12069         * gst/videocrop/gstvideocrop.c:
12070         * gst/videocrop/gstvideocrop.h:
12071         * gst/videocrop/videocrop.vcproj:
12072         * sys/Makefile.am:
12073         * sys/osxvideo/Makefile.am:
12074         * sys/osxvideo/cocoawindow.h:
12075         * sys/osxvideo/cocoawindow.m:
12076         * sys/osxvideo/osxvideosink.h:
12077         * sys/osxvideo/osxvideosink.m:
12078         * tests/check/Makefile.am:
12079         * tests/check/elements/videocrop.c:
12080         * tests/icles/Makefile.am:
12081         * tests/icles/videocrop-test.c:
12082         Move videocrop and osxvideo to -good.
12083
12084 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
12085
12086         * configure.ac:
12087         * docs/plugins/Makefile.am:
12088         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12089         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12090         * gst/qtdemux/Makefile.am:
12091         * gst/qtdemux/gstrtpxqtdepay.c:
12092         * gst/qtdemux/gstrtpxqtdepay.h:
12093         * gst/qtdemux/qtdemux.c:
12094         * gst/qtdemux/qtdemux.h:
12095         * gst/qtdemux/qtdemux.vcproj:
12096         * gst/qtdemux/qtdemux_dump.c:
12097         * gst/qtdemux/qtdemux_dump.h:
12098         * gst/qtdemux/qtdemux_fourcc.h:
12099         * gst/qtdemux/qtdemux_types.c:
12100         * gst/qtdemux/qtdemux_types.h:
12101         * gst/qtdemux/qtpalette.h:
12102         * gst/qtdemux/quicktime.c:
12103         * win32/MANIFEST:
12104         * win32/vs6/libgstqtdemux.dsp:
12105         Move qtdemux to -good.
12106
12107         * gst-plugins-bad.spec.in:
12108         Update spec file to reflect wavpack & qtdemux moving to -good.
12109
12110 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
12111
12112         * docs/plugins/Makefile.am:
12113         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12114         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12115         * docs/plugins/inspect/plugin-waveform.xml:
12116         * sys/waveform/gstwaveformplugin.c:
12117         * sys/waveform/gstwaveformsink.c:
12118         * sys/waveform/gstwaveformsink.h:
12119         * win32/MANIFEST:
12120         * win32/vs6/libgstwaveform.dsp:
12121         Remove the waveform plugin now that it is in -good.
12122
12123 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12124
12125         * configure.ac:
12126         * docs/plugins/Makefile.am:
12127         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12128         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12129         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12130         * docs/plugins/inspect/plugin-wavpack.xml:
12131         * ext/Makefile.am:
12132         * ext/wavpack/Makefile.am:
12133         * ext/wavpack/gstwavpack.c:
12134         * ext/wavpack/gstwavpackcommon.c:
12135         * ext/wavpack/gstwavpackcommon.h:
12136         * ext/wavpack/gstwavpackdec.c:
12137         * ext/wavpack/gstwavpackdec.h:
12138         * ext/wavpack/gstwavpackenc.c:
12139         * ext/wavpack/gstwavpackenc.h:
12140         * ext/wavpack/gstwavpackparse.c:
12141         * ext/wavpack/gstwavpackparse.h:
12142         * ext/wavpack/gstwavpackstreamreader.c:
12143         * ext/wavpack/gstwavpackstreamreader.h:
12144         * ext/wavpack/md5.c:
12145         * ext/wavpack/md5.h:
12146         * tests/check/Makefile.am:
12147         * tests/check/elements/wavpackdec.c:
12148         * tests/check/elements/wavpackenc.c:
12149         * tests/check/elements/wavpackparse.c:
12150           Move wavpack to good.
12151
12152 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
12153
12154         * configure.ac:
12155         * docs/plugins/Makefile.am:
12156         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12157         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12158         * docs/plugins/gst-plugins-bad-plugins.args:
12159         * docs/plugins/inspect/plugin-directdraw.xml:
12160         * docs/plugins/inspect/plugin-directsound.xml:
12161         * sys/Makefile.am:
12162         * sys/directdraw/Makefile.am:
12163         * sys/directdraw/gstdirectdrawplugin.c:
12164         * sys/directdraw/gstdirectdrawsink.c:
12165         * sys/directdraw/gstdirectdrawsink.h:
12166         * sys/directsound/Makefile.am:
12167         * sys/directsound/gstdirectsoundplugin.c:
12168         * sys/directsound/gstdirectsoundsink.c:
12169         * sys/directsound/gstdirectsoundsink.h:
12170         * win32/MANIFEST:
12171         * win32/gst.sln:
12172         * win32/vs6/libgstdirectdraw.dsp:
12173         * win32/vs6/libgstdirectsound.dsp:
12174         * win32/vs7/libgstdirectdraw.vcproj:
12175         * win32/vs7/libgstdirectsound.vcproj:
12176         * win32/vs8/libgstdirectdraw.vcproj:
12177         * win32/vs8/libgstdirectsound.vcproj:
12178         Remove DirectDraw & DirectSound plugins, as they've moved to Good
12179
12180 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
12181
12182         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
12183         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
12184         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
12185           When driving the pipeline, also post an error when we get a
12186           not-linked flow return from downstream.
12187
12188 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
12189
12190         * docs/plugins/gst-plugins-bad-plugins.args:
12191         * sys/directdraw/gstdirectdrawsink.c:
12192         (gst_directdraw_sink_class_init):
12193         Rename the keep-aspect-ratio property to force-aspect-ratio to make
12194         it consistent with xvimagesink and ximagesink.
12195
12196 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
12197
12198         * tests/icles/videocrop-test.c: (main):
12199           Default to xvimagesink instead of autovideosink while
12200           autovideosink/ghostpads/whatever don't handle the way we use it in
12201           the way we expect it to.
12202
12203 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
12204
12205         * configure.ac:
12206           Bump requirements to released versions of core and -base, and remove
12207           special-casing for equalizer and rtpmanager as it's not needed any
12208           longer.
12209
12210 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
12211
12212         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
12213         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
12214         Sprinkle in some XSync calls to avoid raciness with broken
12215         drivers (ATI) when re-using a single glimagesink.
12216
12217 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
12218
12219         * gst/mpegvideoparse/mpegpacketiser.c:
12220         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
12221         (mpeg_util_parse_picture_hdr):
12222         * gst/mpegvideoparse/mpegvideoparse.c:
12223         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
12224         Fix some silly bugs with calculating the guard sizes.
12225         Properly compare the old sequence header structure with the new one.
12226         Don't error out on an invalid sequence - just ignore it.
12227
12228 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
12229
12230         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
12231           Printf fix in debug statement; also print the right number there.
12232
12233 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
12234
12235         * ext/sdl/Makefile.am:
12236         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
12237           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
12238           (#444499); initialise variable to avoid false compiler warning.
12239
12240 2007-06-01  Wim Taymans  <wim@fluendo.com>
12241
12242         * docs/plugins/Makefile.am:
12243         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12244         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12245         * docs/plugins/inspect/plugin-videosignal.xml:
12246         * gst/videosignal/Makefile.am:
12247         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
12248         (gst_video_mark_draw_box), (gst_video_mark_420),
12249         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
12250         (gst_video_mark_get_property), (gst_video_mark_base_init),
12251         (gst_video_mark_class_init), (gst_video_mark_init),
12252         (gst_video_mark_get_type):
12253         * gst/videosignal/gstvideomark.h:
12254         * gst/videosignal/gstvideosignal.c: (plugin_init):
12255         Add plugin to generate a pattern detectable by videodetect.
12256
12257 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
12258
12259         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
12260           Don't leak buffer when returning an error.
12261
12262 2007-06-01  Wim Taymans  <wim@fluendo.com>
12263
12264         Patch by René Stadler <mail at renestadler dot de>:
12265
12266         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
12267         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
12268         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
12269         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
12270         (gst_neonhttp_src_set_location),
12271         (gst_neonhttp_src_send_request_and_redirect),
12272         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
12273         * ext/neon/gstneonhttpsrc.h:
12274         Deprecated "uri" property.  Clean up property descriptions.
12275         Change default User-Agent to the slightly more descriptive
12276         "GStreamer neonhttpsrc".
12277         Various other small cleanups, mostly property related.
12278
12279 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
12280
12281         * ext/libmms/gstmms.h:
12282           No reason to use gpointers instead of typed pointes here as far as I
12283           can see.
12284
12285         * ext/mythtv/gstmythtvsrc.c:
12286         * ext/neon/gstneonhttpsrc.c:
12287         * gst/switch/gstswitch.c:
12288           Don't use gtk-doc magic markers for things that aren't meant to be
12289           parsed by gtk-doc. Makes gtk-doc complain a bit less.
12290
12291 2007-05-30  Wim Taymans  <wim@fluendo.com>
12292
12293         * configure.ac:
12294         * docs/plugins/Makefile.am:
12295         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12296         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12297         * docs/plugins/inspect/plugin-videosignal.xml:
12298         * gst/videosignal/Makefile.am:
12299         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
12300         (gst_video_analyse_post_message), (gst_video_analyse_420),
12301         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
12302         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
12303         (gst_video_analyse_class_init), (gst_video_analyse_init),
12304         (gst_video_analyse_get_type):
12305         * gst/videosignal/gstvideoanalyse.h:
12306         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
12307         (gst_video_detect_post_message),
12308         (gst_video_detect_calc_brightness), (gst_video_detect_420),
12309         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
12310         (gst_video_detect_get_property), (gst_video_detect_base_init),
12311         (gst_video_detect_class_init), (gst_video_detect_init),
12312         (gst_video_detect_get_type):
12313         * gst/videosignal/gstvideodetect.h:
12314         * gst/videosignal/gstvideosignal.c: (plugin_init):
12315         * gst/videosignal/gstvideosignal.h:
12316         Added videosignal plugin with two plugins to analyse video frames.
12317         Added videoanalyse to report about brightness and variance in video
12318         frames.
12319         Added videodetect to detect predefined patterns in a video signal.
12320
12321 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
12322
12323         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12324         * docs/plugins/gst-plugins-bad-plugins.interfaces:
12325         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
12326         * docs/plugins/gst-plugins-bad-plugins.signals:
12327           More updates.
12328
12329 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
12330
12331         * docs/plugins/gst-plugins-bad-plugins.args:
12332         * docs/plugins/gst-plugins-bad-plugins.signals:
12333         * docs/plugins/inspect/plugin-dtsdec.xml:
12334         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
12335         * docs/plugins/inspect/plugin-musepack.xml:
12336         * docs/plugins/inspect/plugin-rtpmanager.xml:
12337         * docs/plugins/inspect/plugin-sdl.xml:
12338         * docs/plugins/inspect/plugin-spcdec.xml:
12339         * docs/plugins/inspect/plugin-swfdec.xml:
12340           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
12341           hopefully that makes the build bots happy again.
12342
12343 2007-05-28  Wim Taymans  <wim@fluendo.com>
12344
12345         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12346         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12347         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
12348         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
12349         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
12350         * gst/rtpmanager/gstrtpclient.c: (create_stream),
12351         (gst_rtp_client_request_new_pad):
12352         * gst/rtpmanager/gstrtpjitterbuffer.c:
12353         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
12354         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12355         * gst/rtpmanager/gstrtpptdemux.c:
12356         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12357         (gst_rtp_session_request_new_pad):
12358         * gst/rtpmanager/gstrtpssrcdemux.c:
12359         Rename elements to avoid conflict with farsight elements with the same
12360         name. Fixes #430664.
12361
12362 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
12363
12364         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12365
12366         * sys/directdraw/gstdirectdrawsink.c:
12367         (gst_directdraw_sink_buffer_alloc),
12368         (gst_directdraw_sink_show_frame),
12369         (gst_directdraw_sink_check_primary_surface),
12370         (gst_directdraw_sink_check_offscreen_surface),
12371         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
12372         (gst_directdraw_sink_surface_create):
12373         * sys/directdraw/gstdirectdrawsink.h:
12374           Fix more warnings when compiling with MingW (#439914).
12375
12376 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
12377
12378         * docs/plugins/gst-plugins-bad-plugins.args:
12379         Remove directsoundsink property doc as this sink use the mixer
12380         interface now.
12381         * docs/plugins/gst-plugins-bad-plugins.interfaces:
12382         Add interfaces implemented by Windows sinks.
12383         * sys/directsound/gstdirectsoundsink.c:
12384         * sys/directsound/gstdirectsoundsink.h:
12385         Remove directsoundsink property  and implement the mixer interface.
12386         * win32/vs6/gst_plugins_bad.dsw:
12387         * win32/vs6/libgstdirectsound.dsp:
12388         Update project files.
12389         * gst-libs/gst/dshow/gstdshow.cpp:
12390         * gst-libs/gst/dshow/gstdshow.h:
12391         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
12392         * gst-libs/gst/dshow/gstdshowfakesink.h:
12393         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
12394         * gst-libs/gst/dshow/gstdshowfakesrc.h:
12395         * gst-libs/gst/dshow/gstdshowinterface.cpp:
12396         * gst-libs/gst/dshow/gstdshowinterface.h:
12397         * win32/common/libgstdshow.def:
12398         * win32/vs6/libgstdshow.dsp:
12399         Add a new gst library which allow to create internal Direct Show
12400         graph (pipelines) to wrap Windows sources, decoders or encoders.
12401         It includes a DirectShow fake source and sink and utility functions.    
12402         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
12403         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
12404         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
12405         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
12406         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
12407         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
12408         * win32/vs6/libdshowsrcwrapper.dsp:
12409         Add a new plugin to wrap DirectShow sources on Windows.
12410         It gets data from any webcam, dv cam, micro. We could add 
12411         tv tunner card later.
12412         
12413 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
12414
12415         Patch by René Stadler <mail at renestadler dot de>:
12416
12417         * ext/sdl/sdlvideosink.c:
12418         Separate the authors by newlines instead of nothing. Fixes #440774.
12419
12420 2007-05-23  Wim Taymans  <wim@fluendo.com>
12421
12422         * docs/plugins/inspect/plugin-rtpmanager.xml:
12423         Add doc xml file.
12424
12425 2007-05-23  Wim Taymans  <wim@fluendo.com>
12426
12427         * docs/plugins/Makefile.am:
12428         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12429         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12430         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12431         * gst/rtpmanager/gstrtpbin.h:
12432         * gst/rtpmanager/gstrtpclient.c:
12433         * gst/rtpmanager/gstrtpjitterbuffer.c:
12434         (gst_rtp_jitter_buffer_class_init),
12435         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
12436         * gst/rtpmanager/gstrtpjitterbuffer.h:
12437         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12438         (gst_rtp_pt_demux_clear_pt_map):
12439         * gst/rtpmanager/gstrtpptdemux.h:
12440         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12441         (rtcp_thread), (gst_rtp_session_clear_pt_map):
12442         * gst/rtpmanager/gstrtpsession.h:
12443         * gst/rtpmanager/gstrtpssrcdemux.c:
12444         (gst_rtp_ssrc_demux_class_init):
12445         Document stuff.
12446         Add clear-pt-map action signal where needed.
12447
12448 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
12449
12450         * configure.ac:
12451           Depend on gstreamer-0.10.12.1.
12452         
12453         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12454           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12455           parent_class, gst_iir_equalizer_band_set_property,
12456           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12457           gst_iir_equalizer_child_proxy_get_child_by_index,
12458           gst_iir_equalizer_child_proxy_get_children_count,
12459           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12460           gst_iir_equalizer_compute_frequencies,
12461           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
12462           plugin_init):
12463         * gst/equalizer/gstiirequalizer.h (audiofilter):
12464         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
12465           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
12466           gst_iir_equalizer_nbands_set_property):
12467           Use new locking macros.
12468
12469         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
12470           Add fixme.
12471
12472         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
12473           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
12474           gst_spectrum_event, gst_spectrum_transform_ip):
12475           Use new locking macros. Turn two fixed values into #defines.
12476
12477 2007-05-22  Edward Hervey  <edward@fluendo.com>
12478
12479         * docs/plugins/Makefile.am:
12480         Also look for .m (objectivec) files.
12481         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12482         * docs/plugins/gst-plugins-bad-plugins.args:
12483         * sys/osxvideo/osxvideosink.m:
12484         Add documentation for element and properties.
12485
12486 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12487
12488         * ChangeLog:
12489           ChangeLog surgery.
12490         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12491           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12492           parent_class, gst_iir_equalizer_band_set_property,
12493           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12494           gst_iir_equalizer_child_proxy_get_child_by_index,
12495           gst_iir_equalizer_child_proxy_get_children_count,
12496           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12497           gst_iir_equalizer_compute_frequencies, plugin_init):
12498         * tests/icles/equalizer-test.c:
12499           Add fixme and comment for example.
12500
12501 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12502
12503         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
12504           gst_spectrum_event, gst_spectrum_transform_ip):
12505           Use lock to protect from concurrent access.
12506
12507 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12508
12509         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12510         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12511         Specify and use properties as unsigned int that are an unsigned int.
12512
12513 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12514
12515         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12516         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
12517         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12518         * ext/wavpack/gstwavpackenc.h:
12519         Fixup docs, make the bitrate property an int as it should be and
12520         allow to set the different extra processing modes instead of only
12521         allowing none and the default one.
12522
12523 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
12524
12525         * ext/wavpack/gstwavpackenc.c:
12526         Add missing audioconverts in the example pipelines of wavpackenc. As
12527         the wavpack stuff now needs input with 32 bit width (and random depth)
12528         this is needed now. The example pipelines for the parser and decoder
12529         are still fine.
12530
12531 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12532
12533         * docs/plugins/Makefile.am:
12534         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12535           Fix docs build and hierarchy.
12536
12537 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12538
12539         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
12540         (gst_directdraw_sink_buffer_alloc),
12541         (gst_directdraw_sink_get_ddrawcaps),
12542         (gst_directdraw_sink_surface_create):
12543           Bunch of small fixes: remove static function that doesn't exist;
12544           declare another one that does; printf format fix; use right macro
12545           when specifying debug category; remove a bunch of unused variables;
12546           #if 0 out an unused chunk of code (partially fixes #439914).
12547
12548 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12549
12550         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
12551         * gst/switch/gstswitch.c: (gst_switch_chain):
12552           Printf format fixes (#439910, #439911).
12553
12554 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12555
12556         * tests/check/Makefile.am:
12557           Remove bits for deinterleave check which isn't in CVS yet.
12558
12559 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12560
12561         Patch by: René Stadler <mail at renestadler de>
12562
12563         * docs/plugins/Makefile.am:
12564         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12565         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12566         * docs/plugins/inspect/plugin-replaygain.xml:
12567         * gst/replaygain/Makefile.am:
12568         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
12569         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
12570         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
12571         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
12572         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
12573         (gst_rg_analysis_album_result):
12574         * gst/replaygain/gstrganalysis.h:
12575         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
12576         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
12577         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
12578         (gst_rg_limiter_transform_ip):
12579         * gst/replaygain/gstrglimiter.h:
12580         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
12581         (gst_rg_volume_class_init), (gst_rg_volume_init),
12582         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
12583         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
12584         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
12585         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
12586         (gst_rg_volume_determine_gain):
12587         * gst/replaygain/gstrgvolume.h:
12588         * gst/replaygain/replaygain.c: (plugin_init):
12589         * gst/replaygain/replaygain.h:
12590         * gst/replaygain/rganalysis.h:
12591         * tests/check/Makefile.am:
12592         * tests/check/elements/.cvsignore:
12593         * tests/check/elements/rganalysis.c: (send_eos_event),
12594         (GST_START_TEST):
12595         * tests/check/elements/rglimiter.c: (setup_rglimiter),
12596         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
12597         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
12598         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
12599         (cleanup_rgvolume), (set_playing_state), (set_null_state),
12600         (send_eos_event), (send_tag_event), (test_buffer_new),
12601         (fail_unless_target_gain), (fail_unless_result_gain),
12602         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
12603           Add replaygain playback elements (#412710).
12604
12605 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
12606
12607         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
12608         Update the cached caps after opening the display so that we report
12609         only the supported caps formats, not just the template caps.
12610         Fixes: #439405
12611
12612 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
12613
12614         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
12615           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
12616         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
12617           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
12618         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
12619           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
12620           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
12621           GST_DEBUG_FUNCPTR and add log-category.
12622
12623 2007-05-17  Edward Hervey  <edward@fluendo.com>
12624
12625         * sys/osxvideo/osxvideosink.h:
12626         * sys/osxvideo/osxvideosink.m:
12627         Remove the event-loop-in-separate-thread modifications, because MacOSX
12628         is $#@(*%$# ! For those wondering, the event handling needs to be done
12629         in the main thread after all..
12630
12631 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12632
12633         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
12634           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
12635           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
12636           gst_switch_chain, gst_switch_event, gst_switch_set_property,
12637           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
12638           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
12639           gst_switch_base_init, gst_switch_class_init):
12640         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
12641           stop_value, start_value, current_start, last_ts, stored_buffers):
12642         Add handling of application provided stop and start values, allowing
12643         A/V sync across 2 switch elements.
12644
12645 2007-05-17  Edward Hervey  <edward@fluendo.com>
12646
12647         * sys/osxvideo/osxvideosink.h:
12648         * sys/osxvideo/osxvideosink.m:
12649         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
12650         Use a separate thread/task for the cocoa event_loop, else it wouldn't
12651         stop.
12652
12653 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12654
12655         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
12656         (gst_real_audio_dec_setcaps):
12657         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
12658           Don't crash when we get a buffer and our input caps haven't been set
12659           yet; also, don't leak all the input buffers (realaudiodec only).
12660
12661 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12662
12663         patch by: Stanislav Brabec <sbrabec@suse.cz>
12664
12665         * configure.ac:
12666         * ext/amrwb/Makefile.am:
12667         * ext/amrwb/amrwb-code/Makefile.am:
12668         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
12669         * ext/amrwb/amrwb-code/amrwb/README:
12670         * ext/amrwb/gstamrwbdec.c:
12671         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
12672         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
12673         * ext/amrwb/gstamrwbparse.c:
12674         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
12675         * gst-libs/Makefile.am:
12676         * gst-libs/ext/Makefile.am:
12677         * gst-libs/ext/amrwb/Makefile.am:
12678         * gst-libs/ext/amrwb/README:
12679           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
12680
12681 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12682
12683         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
12684           This needs a version check.
12685
12686         * gst/bayer/Makefile.am:
12687           Fix the build.
12688
12689 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12690
12691         * configure.ac:
12692         * sys/directdraw/Makefile.am:
12693         * sys/directsound/Makefile.am:
12694           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
12695           and restore the various flags in the directdraw/directsound
12696           detection section. Apparently improves cross-compiling for win32
12697           with mingw32 under some circumstances (#437539).
12698
12699 2007-05-15  Wim Taymans  <wim@fluendo.com>
12700
12701         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12702         We always use fixed caps.
12703
12704 2007-05-14  David Schleef  <ds@schleef.org>
12705
12706         * gst/rtpmanager/gstrtpbin.c:
12707           g_hash_table_remove_all() only exists in 2.12.  Work around.
12708
12709 2007-05-14  David Schleef  <ds@schleef.org>
12710
12711         * configure.ac:
12712         * gst/bayer/Makefile.am:
12713         * gst/bayer/gstbayer.c:
12714         * gst/bayer/gstbayer2rgb.c:
12715           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
12716           Partial fix for #314160.
12717
12718 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12719
12720         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
12721           ARG_LAST_TS, parent_class, gst_switch_release_pad,
12722           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12723           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
12724           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
12725         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
12726           current_start, last_ts):
12727         Allow application to provide a stop timestamp, so a new segment
12728         update can be sent before switching.
12729
12730 2007-05-14  Wim Taymans  <wim@fluendo.com>
12731
12732         * gst/rtpmanager/async_jitter_queue.c:
12733         (async_jitter_queue_set_flushing_unlocked):
12734         Fix leak when flushing.
12735
12736         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
12737         (gst_rtp_bin_class_init):
12738         * gst/rtpmanager/gstrtpbin.h:
12739         Add clear-pt-map signal.
12740
12741         * gst/rtpmanager/gstrtpjitterbuffer.c:
12742         (gst_rtp_jitter_buffer_flush_stop),
12743         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
12744         Init clock-rate to -1 to mark unknow clock rate.
12745         Fix flushing.
12746
12747 2007-05-13  David Schleef  <ds@schleef.org>
12748
12749         * gst/replaygain/rganalysis.c:
12750           Fix wrong ifdef for visual C++.  Fixes: #437403.
12751           By Ali Sabil <ali.sabil@gmail.com>.
12752
12753 2007-05-12  David Schleef  <ds@schleef.org>
12754
12755         * ext/neon/gstneonhttpsrc.c:
12756           Make redirection the default behavior.  Fixes #413818.
12757
12758 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12759
12760         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
12761           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
12762           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
12763           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
12764           qtdemux_parse_segments, qtdemux_parse_trak):
12765         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
12766           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
12767           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
12768           rtp_session_get_location, rtp_session_get_tool,
12769           rtp_session_process_bye, session_report_blocks):
12770         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
12771           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
12772           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
12773
12774         * gst/switch/Makefile.am:
12775           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
12776
12777 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12778
12779         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
12780           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
12781           async_jitter_queue_set_low_threshold,
12782           async_jitter_queue_length_ts_units_unlocked,
12783           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
12784           async_jitter_queue_lock, async_jitter_queue_push,
12785           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
12786           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
12787           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
12788           async_jitter_queue_set_flushing_unlocked,
12789           async_jitter_queue_unset_flushing_unlocked):
12790           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
12791
12792 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12793
12794         * common/m4/gst-x11.m4:
12795           Restore CFLAGS and LIBS.
12796
12797         * configure.ac:
12798           Revert previous patch.
12799
12800 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12801
12802         Patch by: Ali Sabil <ali.sabil@gmail.com>
12803
12804         * configure.ac:
12805           Save and restore CFLAGS for OpenGL check. Fixes #437260.
12806         
12807
12808 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
12809
12810         * docs/plugins/gst-plugins-bad-plugins.args:
12811         Add directraw and directsound sinks properties.
12812
12813 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12814
12815         * configure.ac:
12816           Fix --disable-external (hopefully).
12817
12818 2007-05-09  Wim Taymans  <wim@fluendo.com>
12819
12820         * gst/rtpmanager/gstrtpjitterbuffer.c:
12821         (gst_rtp_jitter_buffer_query):
12822         Pass queries upstream.
12823
12824 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
12825
12826         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
12827         (gst_real_audio_dec_finalize):
12828         * gst/real/gstrealaudiodec.h:
12829         * gst/real/gstrealvideodec.c: (open_library), (close_library):
12830         * gst/real/gstrealvideodec.h:
12831           Use GModule instead of using dlsym() directly. Fixes #430598.
12832
12833 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
12834
12835         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12836         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12837         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12838           Add docs for Windows sinks.
12839
12840 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12841
12842         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
12843         (speed_chain), (speed_change_state):
12844           Fix event handling a bit by replacing completely dubious code
12845           written by someone else with completely dubious code written
12846           by me. Should at least fix #412077 though.
12847
12848 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12849
12850         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
12851         (plugin_init):
12852           Add debug category; use gst_pad_query_peer_*() utility functions;
12853           use gst_util_scale*(); add gtk-doc blurb.
12854
12855 2007-05-04  Wim Taymans  <wim@fluendo.com>
12856
12857         * gst/rtpmanager/gstrtpjitterbuffer.c:
12858         (gst_rtp_jitter_buffer_query):
12859         Add some debug info.
12860
12861         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12862         (rtp_session_send_rtp):
12863         Store real user name in the session.
12864
12865 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
12866
12867         * configure.ac:
12868         * examples/Makefile.am:
12869         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12870           last_message_received, main):
12871         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12872           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12873           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12874           gst_switch_set_property, gst_switch_get_property,
12875           gst_switch_get_linked_pad, gst_switch_getcaps,
12876           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12877           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12878           gst_switch_class_init):
12879         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12880           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12881           need_to_send_newsegment):
12882         Port switch element and example program to 0.10.
12883
12884 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12885
12886         * ext/wavpack/gstwavpack.c: (plugin_init):
12887         Call bindtextdomain() to get localized strings.
12888         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12889         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12890         (gst_wavpack_parse_handle_seek_event),
12891         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12892         * ext/wavpack/gstwavpackparse.h:
12893         Handle DISCONT buffers by correctly setting the DISCONT flag
12894         on outgoing buffers when necessary.
12895         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12896         Send newsegment from the streaming thread.
12897
12898 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12899
12900         * ext/wavpack/gstwavpackparse.c:
12901         (gst_wavpack_parse_handle_seek_event):
12902         Remove old workaround that was needed when seeking after the last
12903         sample. With the fixed error handling this works now as expected
12904         without pushing the last sample although it wasn't requested.
12905
12906 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12907
12908         * ext/wavpack/gstwavpackparse.c:
12909         (gst_wavpack_parse_handle_seek_event):
12910         Handle segment seeks in the seek event handler, correctly work with
12911         stop position == -1 and instead of stopping the task on seek just
12912         pause it.
12913
12914 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12915
12916         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12917         Add handling for segment seeks.
12918
12919 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12920
12921         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12922         (gst_wavpack_parse_create_src_pad),
12923         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12924         (gst_wavpack_parse_chain):
12925         Correctly handle errors, especially in the loop function. Before it
12926         was easy to get the task paused but no error being posted on the bus.
12927
12928 2007-04-30  Wim Taymans  <wim@fluendo.com>
12929
12930         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12931         (async_jitter_queue_pop_intern_unlocked):
12932         Fix the case where the buffer underruns and does not block.
12933
12934         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12935         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12936         (gst_rtp_bin_request_new_pad):
12937         Rename RTCP send pad, like in the session manager.
12938         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12939         fix handling of send_rtp_src pad.
12940
12941         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12942         When no pt map could be found, fall back to the sinkpad caps.
12943
12944         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12945         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12946         (create_recv_rtcp_sink), (create_send_rtp_sink),
12947         (create_send_rtcp_src):
12948         Fix pad names.
12949
12950         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12951         (rtp_session_create_source), (rtp_session_process_sr),
12952         (rtp_session_send_rtp), (session_start_rtcp):
12953         * gst/rtpmanager/rtpsession.h:
12954         Unlock session when performing a callback.
12955         Add callbacks for the internal session object.
12956         Fix sending of RTP packets.
12957         first attempt at adding NTP times in the SR packets.
12958         Small debug and doc improvements.
12959
12960         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12961         Update stats for SR reports.
12962
12963 2007-04-29  Wim Taymans  <wim@fluendo.com>
12964
12965         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12966         Remove debug.
12967
12968         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12969         (rtp_session_process_sdes), (calculate_rtcp_interval),
12970         (rtp_session_next_timeout), (session_report_blocks):
12971         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12972         Improve debugging
12973         Fix interval for BYE/RTCP packets.
12974
12975 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12976
12977         * docs/plugins/gst-plugins-bad-plugins.args:
12978         * docs/plugins/gst-plugins-bad-plugins.signals:
12979           Commit result of running scanobj-update
12980
12981 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12982
12983         * autogen.sh:
12984           Require automake 1.7
12985         * ext/alsaspdif/Makefile.am:
12986         * ext/divx/Makefile.am:
12987         * ext/ivorbis/Makefile.am:
12988         * ext/musicbrainz/Makefile.am:
12989         * ext/neon/Makefile.am:
12990         * ext/sdl/Makefile.am:
12991         * ext/swfdec/Makefile.am:
12992         * ext/theora/Makefile.am:
12993         * ext/wavpack/Makefile.am:
12994         * ext/xvid/Makefile.am:
12995         * gst/modplug/Makefile.am:
12996           Fix up Makefile.am accordingly.
12997
12998 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12999
13000         * docs/plugins/inspect/plugin-alsaspdif.xml:
13001         * docs/plugins/inspect/plugin-bz2.xml:
13002         * docs/plugins/inspect/plugin-cdxaparse.xml:
13003         * docs/plugins/inspect/plugin-dfbvideosink.xml:
13004         * docs/plugins/inspect/plugin-faac.xml:
13005         * docs/plugins/inspect/plugin-faad.xml:
13006         * docs/plugins/inspect/plugin-filter.xml:
13007         * docs/plugins/inspect/plugin-freeze.xml:
13008         * docs/plugins/inspect/plugin-glimagesink.xml:
13009         * docs/plugins/inspect/plugin-gsm.xml:
13010         * docs/plugins/inspect/plugin-h264parse.xml:
13011         * docs/plugins/inspect/plugin-jack.xml:
13012         * docs/plugins/inspect/plugin-mms.xml:
13013         * docs/plugins/inspect/plugin-modplug.xml:
13014         * docs/plugins/inspect/plugin-musepack.xml:
13015         * docs/plugins/inspect/plugin-musicbrainz.xml:
13016         * docs/plugins/inspect/plugin-neon.xml:
13017         * docs/plugins/inspect/plugin-nsfdec.xml:
13018         * docs/plugins/inspect/plugin-replaygain.xml:
13019         * docs/plugins/inspect/plugin-sdl.xml:
13020         * docs/plugins/inspect/plugin-soundtouch.xml:
13021         * docs/plugins/inspect/plugin-spectrum.xml:
13022         * docs/plugins/inspect/plugin-speed.xml:
13023         * docs/plugins/inspect/plugin-tta.xml:
13024         * docs/plugins/inspect/plugin-videocrop.xml:
13025         * docs/plugins/inspect/plugin-wavpack.xml:
13026         * docs/plugins/inspect/plugin-xingheader.xml:
13027         * docs/plugins/inspect/plugin-xvid.xml:
13028           Add jack and update.
13029
13030 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
13031
13032         * configure.ac:
13033           Don't build equalizer unless we have core from CVS (it won't
13034           work with earlier versions due to GstChildProxy brokeness).
13035           Also up requirements to last released core/base.
13036
13037 2007-04-27  Wim Taymans  <wim@fluendo.com>
13038
13039         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
13040         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
13041         Move reconsideration code to the rtpsession object.
13042         Simplify timout handling and add reconsideration.
13043
13044         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
13045         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
13046         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
13047         (obtain_source), (rtp_session_create_source),
13048         (update_arrival_stats), (rtp_session_process_rtp),
13049         (rtp_session_process_sr), (rtp_session_process_rr),
13050         (rtp_session_process_bye), (rtp_session_process_rtcp),
13051         (calculate_rtcp_interval), (rtp_session_send_bye),
13052         (rtp_session_next_timeout), (session_start_rtcp),
13053         (session_report_blocks), (session_cleanup), (session_sdes),
13054         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
13055         * gst/rtpmanager/rtpsession.h:
13056         Handle timeout of inactive sources and senders.
13057         Implement BYE scheduling.
13058
13059         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
13060         (rtp_source_process_sr), (rtp_source_get_last_sr),
13061         (rtp_source_get_last_rb):
13062         * gst/rtpmanager/rtpsource.h:
13063         Add members to check for timeouts.
13064
13065         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
13066         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
13067         (rtp_stats_calculate_bye_interval):
13068         * gst/rtpmanager/rtpstats.h:
13069         Use RFC algorithm for calculating the reporting interval.
13070
13071 2007-04-26  Edward Hervey  <edward@fluendo.com>
13072
13073         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
13074         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
13075         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
13076         * docs/plugins/inspect/plugin-osxvideo.xml:
13077         Add documentation for osxvideo
13078
13079 2007-04-25  Wim Taymans  <wim@fluendo.com>
13080
13081         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
13082         Implement forward and reverse reconsideration.
13083
13084         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
13085         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
13086         (session_report_blocks):
13087         * gst/rtpmanager/rtpsession.h:
13088         Small cleanups.
13089
13090 2007-04-25  Wim Taymans  <wim@fluendo.com>
13091
13092         reviewed by: <delete if not using a buddy>
13093
13094         * gst/rtpmanager/gstrtpbin.c: (create_stream),
13095         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
13096         (gst_rtp_bin_get_property):
13097         * gst/rtpmanager/gstrtpbin.h:
13098         Make default jitterbuffer latency configurable.
13099
13100         * gst/rtpmanager/gstrtpjitterbuffer.c:
13101         (gst_rtp_jitter_buffer_class_init),
13102         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
13103         (gst_rtp_jitter_buffer_set_property),
13104         (gst_rtp_jitter_buffer_get_property):
13105         Debuging cleanups.
13106
13107 2007-04-25  Wim Taymans  <wim@fluendo.com>
13108
13109         * gst/rtpmanager/gstrtpjitterbuffer.c:
13110         (gst_rtp_jitter_buffer_change_state):
13111         Report NO_PREROLL when going to PAUSED.
13112
13113         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
13114         Don't send RTCP right before we are shutting down.
13115
13116         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
13117         (rtp_session_process_sr), (session_report_blocks),
13118         (rtp_session_perform_reporting):
13119         Improve report blocks.
13120
13121         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
13122         (rtp_source_process_rtp), (rtp_source_process_sr),
13123         (rtp_source_process_rb), (rtp_source_get_last_sr),
13124         (rtp_source_get_last_rb):
13125         * gst/rtpmanager/rtpsource.h:
13126         * gst/rtpmanager/rtpstats.h:
13127         Cleanups, add methods to access stats. 
13128
13129 2007-04-25  Wim Taymans  <wim@fluendo.com>
13130
13131         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
13132         fix for pad name change
13133
13134         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
13135         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
13136         Fix for renamed methods.
13137
13138         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
13139         (rtp_session_finalize), (rtp_session_set_cname),
13140         (rtp_session_get_cname), (rtp_session_set_name),
13141         (rtp_session_get_name), (rtp_session_set_email),
13142         (rtp_session_get_email), (rtp_session_set_phone),
13143         (rtp_session_get_phone), (rtp_session_set_location),
13144         (rtp_session_get_location), (rtp_session_set_tool),
13145         (rtp_session_get_tool), (rtp_session_set_note),
13146         (rtp_session_get_note), (source_push_rtp), (obtain_source),
13147         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
13148         (rtp_session_create_source), (rtp_session_process_rtp),
13149         (rtp_session_process_sr), (rtp_session_process_sdes),
13150         (rtp_session_process_rtcp), (rtp_session_send_rtp),
13151         (rtp_session_get_reporting_interval), (session_report_blocks),
13152         (session_sdes), (rtp_session_perform_reporting):
13153         * gst/rtpmanager/rtpsession.h:
13154         Prepare for implementing SSRC sampling.
13155         Create SSRC for the session. 
13156         Add methods to set the SDES entries.
13157         fix accounting of senders/receivers.
13158         Implement SR/RR/SDES RTCP reporting.
13159
13160         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
13161         (rtp_source_process_rtp), (rtp_source_process_sr):
13162         * gst/rtpmanager/rtpsource.h:
13163         Implement extended sequence number.
13164
13165         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
13166         * gst/rtpmanager/rtpstats.h:
13167         Rename some fields.
13168
13169 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
13170
13171         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
13172         (gst_y4m_encode_setcaps):
13173         * tests/check/elements/y4menc.c: (GST_START_TEST):
13174           Plug some leaks; try to make build bot happy again.
13175
13176 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
13177
13178         * gst/Makefile.am:
13179           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
13180
13181 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
13182
13183         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
13184           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
13185
13186 2007-04-20  Michael Smith  <msmith@fluendo.com>
13187
13188         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
13189           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
13190           quicktime because of sample rate mismatches.
13191           Reenable overriding the implicit SBR behaviour (accidently changed?)
13192           to allow playback of these files.
13193
13194 2007-04-19  David Schleef  <ds@schleef.org>
13195
13196         * configure.ac:
13197           Change rtpmanager disabling to keep -bad releasable.
13198
13199 2007-04-18  David Schleef  <ds@schleef.org>
13200
13201         * configure.ac:
13202         * gst/Makefile.am:
13203           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
13204           line 268.
13205
13206 2007-04-18  Wim Taymans  <wim@fluendo.com>
13207
13208         * gst/Makefile.am:
13209         Add rtpmanager dir to dist.
13210
13211 2007-04-18  Wim Taymans  <wim@fluendo.com>
13212
13213         * configure.ac:
13214         Disable rtpmanager for now because it depends on CVS -base.
13215
13216         * gst/rtpmanager/Makefile.am:
13217         Added new files for session manager.
13218
13219         * gst/rtpmanager/gstrtpjitterbuffer.h:
13220         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13221         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
13222         Some cleanups. 
13223         the session manager can now also request a pt-map.
13224
13225         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
13226         (gst_rtp_session_class_init), (gst_rtp_session_init),
13227         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
13228         (stop_rtcp_thread), (gst_rtp_session_change_state),
13229         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
13230         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
13231         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
13232         (gst_rtp_session_chain_recv_rtp),
13233         (gst_rtp_session_event_recv_rtcp_sink),
13234         (gst_rtp_session_chain_recv_rtcp),
13235         (gst_rtp_session_event_send_rtp_sink),
13236         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
13237         (gst_rtp_session_request_new_pad):
13238         * gst/rtpmanager/gstrtpsession.h:
13239         We can ask for pt-map now too when the session manager needs it.
13240         Hook up to the new session manager, implement the needed callbacks for
13241         pushing data, getting clock time and requesting clock-rates.
13242         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
13243         be send to clients.
13244         Add code to start and stop the thread that will schedule RTCP through
13245         the session manager.
13246
13247         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
13248         (rtp_session_init), (rtp_session_finalize),
13249         (rtp_session_set_property), (rtp_session_get_property),
13250         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
13251         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
13252         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
13253         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
13254         (source_push_rtp), (source_clock_rate), (check_collision),
13255         (obtain_source), (rtp_session_add_source),
13256         (rtp_session_get_num_sources),
13257         (rtp_session_get_num_active_sources),
13258         (rtp_session_get_source_by_ssrc),
13259         (rtp_session_get_source_by_cname), (rtp_session_create_source),
13260         (update_arrival_stats), (rtp_session_process_rtp),
13261         (rtp_session_process_sr), (rtp_session_process_rr),
13262         (rtp_session_process_sdes), (rtp_session_process_bye),
13263         (rtp_session_process_app), (rtp_session_process_rtcp),
13264         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
13265         (rtp_session_produce_rtcp):
13266         * gst/rtpmanager/rtpsession.h:
13267         The advanced beginnings of the main session manager that handles the
13268         participant database of RTPSources, SSRC probation, SSRC collisions,
13269         parse RTCP to update source stats. etc..
13270
13271         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
13272         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
13273         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
13274         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
13275         (push_packet), (get_clock_rate), (calculate_jitter),
13276         (rtp_source_process_rtp), (rtp_source_process_bye),
13277         (rtp_source_send_rtp), (rtp_source_process_sr),
13278         (rtp_source_process_rb):
13279         * gst/rtpmanager/rtpsource.h:
13280         Object that encapsulates an SSRC and its state in the database.
13281         Calculates the jitter and transit times of data packets.
13282
13283         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
13284         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
13285         * gst/rtpmanager/rtpstats.h:
13286         Various stats regarding the session and sources.
13287         Used to calculate the RTCP interval.
13288
13289 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13290
13291         * gst/app/Makefile.am:
13292           Fix CFLAGS and hopefully #430594.
13293
13294 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13295
13296         * gst/nsf/types.h:
13297           Rename #ifndef header guard symbol to something less generic, so
13298           types.h doesn't get skipped over when compiling on MingW. Include
13299           GLib headers and use those to set the endianness and the basic
13300           types so that this isn't entirely broken for non-x86 architectures.
13301
13302 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13303
13304         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
13305           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
13306           MingW (no idea though why we add a BYTE_ORDER endianness field if
13307           the audio is compressed).
13308
13309 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
13310
13311         * docs/plugins/inspect/plugin-directdraw.xml:
13312         * docs/plugins/inspect/plugin-directsound.xml:
13313         * docs/plugins/inspect/plugin-waveform.xml:
13314           Add xml doc files for Windows sinks
13315         * win32/vs6/libgstqtdemux.dsp:
13316         * win32/vs6/libgstmpegvideoparse.dsp:
13317         * win32/vs6/gst_plugins_bad.dsw:
13318          Update projects files.
13319         
13320 2007-04-13  Wim Taymans  <wim@fluendo.com>
13321
13322         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13323         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
13324         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
13325         * gst/rtpmanager/gstrtpbin.h:
13326         * gst/rtpmanager/gstrtpclient.c:
13327         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
13328         (gst_rtp_session_init), (gst_rtp_session_finalize),
13329         (gst_rtp_session_event_recv_rtp_sink),
13330         (gst_rtp_session_event_recv_rtcp_sink),
13331         (gst_rtp_session_chain_recv_rtcp),
13332         (gst_rtp_session_request_new_pad):
13333         Protect lists and structures with locks.
13334         Return FLOW_OK from RTCP messages for now.
13335
13336 2007-04-12  Wim Taymans  <wim@fluendo.com>
13337
13338         * gst/qtdemux/qtdemux.c:
13339         Make timescale 32 bits again so we don't screw up the pts_offset
13340         calculations.
13341
13342 2007-04-12  Wim Taymans  <wim@fluendo.com>
13343
13344         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13345         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
13346         Emit pt map requests and cache results.
13347
13348         * gst/rtpmanager/gstrtpjitterbuffer.c:
13349         (gst_rtp_jitter_buffer_class_init),
13350         (gst_jitter_buffer_sink_parse_caps),
13351         (gst_jitter_buffer_sink_setcaps),
13352         (gst_rtp_jitter_buffer_get_clock_rate),
13353         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
13354         * gst/rtpmanager/gstrtpjitterbuffer.h:
13355         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
13356         Emit request-pt-map signals.
13357
13358 2007-04-11  Wim Taymans  <wim@fluendo.com>
13359
13360         * gst/rtpmanager/gstrtpbin-marshal.list:
13361         Some more custom marshallers.
13362
13363         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13364         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
13365         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
13366         * gst/rtpmanager/gstrtpbin.h:
13367         Prepare for caching pt maps.
13368         Connect to signals to collect pt maps.
13369
13370         * gst/rtpmanager/gstrtpjitterbuffer.c:
13371         (gst_rtp_jitter_buffer_class_init),
13372         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
13373         * gst/rtpmanager/gstrtpjitterbuffer.h:
13374         Add request_clock_rate signal.
13375         Use scale insteat of scale_int because the later does not deal with
13376         negative numbers.
13377
13378         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
13379         (gst_rtp_pt_demux_chain):
13380         * gst/rtpmanager/gstrtpptdemux.h:
13381         Implement request-pt-map signal.
13382
13383 2007-04-11  Wim Taymans  <wim@fluendo.com>
13384
13385         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
13386         (qtdemux_parse_samples), (qtdemux_parse_segments),
13387         (qtdemux_parse_trak), (qtdemux_parse_tree):
13388         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
13389         Handle version 1 mdhd atoms to get extended precision durations.
13390         Fixes #426972.
13391
13392 2007-04-10  Wim Taymans  <wim@fluendo.com>
13393
13394         * gst/rtpmanager/.cvsignore:
13395         * gst/rtpmanager/Makefile.am:
13396         * gst/rtpmanager/gstrtpbin-marshal.list:
13397         Added custom marshallers for signals.
13398
13399         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
13400         * gst/rtpmanager/gstrtpbin.h:
13401         Prepare for emiting pt map signals.
13402
13403         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
13404         * gst/rtpmanager/gstrtpssrcdemux.c:
13405         (gst_rtp_ssrc_demux_class_init):
13406         Fix signals.
13407
13408 2007-04-06  Wim Taymans  <wim@fluendo.com>
13409
13410         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
13411         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
13412         * gst/rtpmanager/gstrtpbin.h:
13413         Provide a clock.
13414
13415 2007-04-06  Wim Taymans  <wim@fluendo.com>
13416
13417         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
13418         Fix pad template name parsing.
13419
13420 2007-04-05  Wim Taymans  <wim@fluendo.com>
13421
13422         * gst/rtpmanager/gstrtpjitterbuffer.c:
13423         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
13424         (gst_rtp_jitter_buffer_loop):
13425         Add some debug and comments.
13426         Fix double unref() in error cases.
13427
13428 2007-04-05  Wim Taymans  <wim@fluendo.com>
13429
13430         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
13431         (gst_rtp_xqt_depay_change_state):
13432         * gst/qtdemux/gstrtpxqtdepay.h:
13433         Try to recover from packet loss a little better.
13434
13435 2007-04-05  Wim Taymans  <wim@fluendo.com>
13436
13437         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13438         (create_session), (find_stream_by_ssrc), (create_stream),
13439         (gst_rtp_bin_class_init), (new_payload_found),
13440         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
13441         (create_send_rtp), (create_rtcp):
13442         * gst/rtpmanager/gstrtpbin.h:
13443         Add debugging category.
13444         Added RTPStream to manage stream per SSRC, each with its own
13445         jitterbuffer and ptdemux.
13446         Added SSRCDemux.
13447         Connect to various SSRC and PT signals and create ghostpads, link stuff.
13448
13449
13450         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13451         Added rtpbin to elements.
13452
13453         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
13454         Fix caps and forward GstFlowReturn
13455
13456         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
13457         (gst_rtp_session_event_recv_rtp_sink),
13458         (gst_rtp_session_chain_recv_rtp),
13459         (gst_rtp_session_event_recv_rtcp_sink),
13460         (gst_rtp_session_chain_recv_rtcp),
13461         (gst_rtp_session_event_send_rtp_sink),
13462         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13463         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13464         (gst_rtp_session_request_new_pad):
13465         Add debug category.
13466         Add event handling
13467
13468         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
13469         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
13470         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
13471         (gst_rtp_ssrc_demux_change_state):
13472         * gst/rtpmanager/gstrtpssrcdemux.h:
13473         Add debug category.
13474         Add new-pt-pad signal.
13475
13476 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13477
13478         submitted by: Mogens Jaeger <mogens@jaeger.tf>
13479
13480         * po/LINGUAS:
13481         * po/da.po:
13482           Added Danish translation.
13483
13484 2007-04-04  Wim Taymans  <wim@fluendo.com>
13485
13486         * gst/rtpmanager/Makefile.am:
13487         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13488         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
13489         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
13490         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
13491         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
13492         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
13493         (gst_rtp_ssrc_demux_change_state):
13494         * gst/rtpmanager/gstrtpssrcdemux.h:
13495         Added simple SSRC demuxer.
13496
13497 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
13498
13499         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
13500         (gst_jack_ring_buffer_acquire):
13501           Try t better name clients. properly handle return codes when re-
13502           establishing links.
13503
13504 2007-04-03  David Schleef  <ds@schleef.org>
13505
13506         * sys/glsink/glimagesink.c:
13507           Fix handling of video/x-raw-yuv.  Add overlay handling.
13508
13509 2007-04-03  Wim Taymans  <wim@fluendo.com>
13510
13511         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13512         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
13513         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
13514         (gst_rtp_bin_request_new_pad):
13515         * gst/rtpmanager/gstrtpbin.h:
13516         * gst/rtpmanager/gstrtpclient.c:
13517         Some more ghostpad magic.
13518
13519 2007-04-03  Wim Taymans  <wim@fluendo.com>
13520
13521         * gst/rtpmanager/Makefile.am:
13522         Add .h file so it can be disted properly.
13523
13524 2007-04-03  Wim Taymans  <wim@fluendo.com>
13525
13526         * configure.ac:
13527         * gst/rtpmanager/Makefile.am:
13528         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
13529         (signal_waiting_threads), (async_jitter_queue_ref),
13530         (async_jitter_queue_ref_unlocked),
13531         (async_jitter_queue_set_low_threshold),
13532         (async_jitter_queue_set_high_threshold),
13533         (async_jitter_queue_set_max_queue_length),
13534         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
13535         (async_jitter_queue_length_ts_units_unlocked),
13536         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
13537         (async_jitter_queue_lock), (async_jitter_queue_unlock),
13538         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
13539         (async_jitter_queue_push_sorted),
13540         (async_jitter_queue_push_sorted_unlocked),
13541         (async_jitter_queue_insert_after_unlocked),
13542         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
13543         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
13544         (async_jitter_queue_length_unlocked),
13545         (async_jitter_queue_set_flushing_unlocked),
13546         (async_jitter_queue_unset_flushing_unlocked),
13547         (async_jitter_queue_set_blocking_unlocked):
13548         * gst/rtpmanager/async_jitter_queue.h:
13549         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
13550         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
13551         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
13552         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
13553         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
13554         * gst/rtpmanager/gstrtpbin.h:
13555         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
13556         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
13557         (gst_rtp_client_class_init), (gst_rtp_client_init),
13558         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
13559         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
13560         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
13561         * gst/rtpmanager/gstrtpclient.h:
13562         * gst/rtpmanager/gstrtpjitterbuffer.c:
13563         (gst_rtp_jitter_buffer_base_init),
13564         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
13565         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
13566         (gst_jitter_buffer_sink_setcaps), (free_func),
13567         (gst_rtp_jitter_buffer_flush_start),
13568         (gst_rtp_jitter_buffer_flush_stop),
13569         (gst_rtp_jitter_buffer_src_activate_push),
13570         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
13571         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
13572         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
13573         (gst_rtp_jitter_buffer_query),
13574         (gst_rtp_jitter_buffer_set_property),
13575         (gst_rtp_jitter_buffer_get_property):
13576         * gst/rtpmanager/gstrtpjitterbuffer.h:
13577         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13578         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
13579         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
13580         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
13581         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
13582         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
13583         (gst_rtp_pt_demux_change_state):
13584         * gst/rtpmanager/gstrtpptdemux.h:
13585         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
13586         (gst_rtp_session_class_init), (gst_rtp_session_init),
13587         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
13588         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
13589         (gst_rtp_session_chain_recv_rtp),
13590         (gst_rtp_session_chain_recv_rtcp),
13591         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13592         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13593         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
13594         * gst/rtpmanager/gstrtpsession.h:
13595         Add RTP session management elements. Still in progress.
13596
13597 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
13598
13599         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
13600         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
13601         (gst_wavpack_dec_clip_outgoing_buffer),
13602         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
13603         * ext/wavpack/gstwavpackdec.h:
13604         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
13605         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
13606         (gst_wavpack_enc_chain):
13607         * ext/wavpack/gstwavpackenc.h:
13608         * ext/wavpack/gstwavpackparse.c:
13609         Don't play audioconvert. As wavpack wants/outputs all samples with
13610         width==32 and depth=[1,32] accept this and let audioconvert convert
13611         to accepted formats instead of doing it in the element for n*8 depths.
13612         This also adds support for non-n*8 depths and prevents some useless
13613         memory allocations. Fixes #421598
13614         Also add a workaround for bug #421542 in wavpackenc for now...
13615         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
13616         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
13617         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
13618         Consider the change above in the unit tests and test if the correct
13619         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
13620         the wavpackparse unit test.
13621
13622         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
13623         (gst_wavpack_dec_sink_set_caps):
13624         Set caps on the src pad as soon as possible.
13625
13626         * ext/wavpack/gstwavpackdec.h:
13627         * ext/wavpack/gstwavpackcommon.h:
13628         * ext/wavpack/gstwavpackenc.h:
13629         * ext/wavpack/gstwavpackparse.h:
13630         Fix indention. gst-indent is now called by cicl.
13631
13632 2007-03-28  Edward Hervey  <edward@fluendo.com>
13633
13634         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
13635         (gst_qtdemux_chain), (qtdemux_parse_samples):
13636         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
13637         * gst/qtdemux/qtdemux_dump.h:
13638         * gst/qtdemux/qtdemux_fourcc.h:
13639         * gst/qtdemux/qtdemux_types.c:
13640         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
13641         with h264 video).
13642         Use the offset present in 'ctts' to calculate the PTS for each packet
13643         and set the PTS on outgoing buffers.
13644         Fixes #423283
13645
13646 2007-03-27  Julien MOUTTE  <julien@moutte.net>
13647
13648         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
13649         debug log and fix a stupid output buffer duration bug.
13650
13651 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
13652
13653         Patch by: Michal Benes <michal.benes at itonis tv>
13654         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
13655
13656         * configure.ac:
13657         * ext/Makefile.am:
13658         * ext/x264/Makefile.am:
13659         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
13660         (gst_x264_enc_analyse_get_type),
13661         (gst_x264_enc_timestamp_queue_init),
13662         (gst_x264_enc_timestamp_queue_free),
13663         (gst_x264_enc_timestamp_queue_put),
13664         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
13665         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
13666         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
13667         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
13668         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
13669         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
13670         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
13671         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
13672         (plugin_init):
13673         * ext/x264/gstx264enc.h:
13674           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
13675           handle 'odd' widths and heights correctly yet.
13676
13677 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
13678
13679         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
13680           Remove 'channel-positions' field when munging input caps into
13681           1-channel output caps (I guess technically we should set the
13682           position for each channel on the output caps if it's non-NONE,
13683           but I'll save that as a task for another day).
13684
13685 2007-03-23  Michael Smith  <msmith@fluendo.com>
13686
13687         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
13688         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
13689         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
13690         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
13691         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
13692         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
13693         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
13694         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
13695         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13696         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
13697         (vmnc_dec_set_property), (vmnc_dec_get_property):
13698           Redesign to include a parser for raw files (no timestamps in that
13699           mode yet, though).
13700
13701 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13702
13703         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
13704         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
13705         (gst_deinterleave_chain):
13706           Don't leak input buffer in chain function; maintain our own list of
13707           source pads - there are no guarantees about the order of the list
13708           in the GstElement struct, and we want a very specific order; lastly,
13709           some more debugging.
13710
13711 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13712
13713         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
13714           Alloc user agent string only once.
13715
13716 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13717
13718         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13719         Revert last commit, preventing infinite plugging loops with ranks
13720         is no clean solution and in general there's no reason why one wants
13721         to parse framed wavpack data again.
13722
13723 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13724
13725         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
13726         Send the new segment event in time format instead of bytes. This
13727         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
13728
13729         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13730         Accept framed and non-framed input, wavpackparse doesn't care. To
13731         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
13732         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
13733         ..." pipelines.
13734
13735 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13736
13737         * gst-libs/gst/app/Makefile.am:
13738           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
13739           can confirm that was what he wanted.
13740
13741 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13742
13743         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13744         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
13745         Thanks to Jan and Mike for noticing my mistake.
13746
13747 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13748
13749         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
13750         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
13751         (gst_wavpack_enc_rewrite_first_block):
13752         * ext/wavpack/gstwavpackenc.h:
13753         Put the write helpers into the GstWavpackEnc struct directly and not
13754         as a pointer to save two small, but useless mallocs. This also makes
13755         it possible to drop the finalize method.
13756         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
13757         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
13758         buffers the same way wavpackenc does it.
13759
13760 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13761
13762         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13763         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
13764         BaseTransform-based elements will likely break because of wrong
13765         unit-size. Also plug a possible memleak that happens when decoding
13766         fails for some reason.
13767
13768 2007-03-18  Wim Taymans  <wim@fluendo.com>
13769
13770         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
13771
13772         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
13773         Don't need to take the connection lock, it will not be used and could
13774         cause deadlocks.
13775
13776 2007-03-16  Edward Hervey  <edward@fluendo.com>
13777
13778         * sys/osxvideo/osxvideosink.m:
13779         Fix previous commit, we want to pass the NSView in the message.
13780
13781 2007-03-16  Edward Hervey  <edward@fluendo.com>
13782
13783         * sys/osxvideo/osxvideosink.m:
13784         Emit 'have-ns-view' message when working in embedded mode. The message
13785         will contain a pointer to the newly created NSView.
13786
13787 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13788
13789         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
13790         (collect_packets), (set_par_from_dar), (set_fps_from_code),
13791         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
13792         (mpeg_util_parse_picture_hdr):
13793         * gst/mpegvideoparse/mpegpacketiser.h:
13794         * gst/mpegvideoparse/mpegvideoparse.c:
13795         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
13796         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13797         (mpv_parse_sink_event), (plugin_init):
13798         * gst/mpegvideoparse/mpegvideoparse.h:
13799         Move the MPEG specific byte parsing into the mpegpacketiser code.
13800
13801         Add parsing of picture types, that just feeds into a debug message
13802         for now.
13803
13804         Fix some 64-bit format strings.
13805
13806 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13807
13808         * gst/mpegaudioparse:
13809         Remove empty dir.
13810
13811 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
13812
13813         * gst/equalizer/gstiirequalizer10bands.c:
13814         (gst_iir_equalizer_10bands_init):
13815           A 10 band EQ should be initialized to 10 bands and not to 3.
13816
13817 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13818
13819         * configure.ac:
13820         * gst/mpeg1videoparse/Makefile.am:
13821         * gst/mpeg1videoparse/gstmp1videoparse.c:
13822         * gst/mpeg1videoparse/gstmp1videoparse.h:
13823         * gst/mpeg1videoparse/mp1videoparse.vcproj:
13824         * gst/mpegvideoparse/Makefile.am:
13825         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
13826         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
13827         (mpeg_packetiser_flush), (mpeg_find_start_code),
13828         (get_next_free_block), (complete_current_block),
13829         (append_to_current_block), (start_new_block), (handle_packet),
13830         (collect_packets), (mpeg_packetiser_handle_eos),
13831         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
13832         * gst/mpegvideoparse/mpegpacketiser.h:
13833         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
13834         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
13835         (mpv_parse_reset), (gst_mpegvideoparse_init),
13836         (gst_mpegvideoparse_dispose), (set_par_from_dar),
13837         (set_fps_from_code), (mpegvideoparse_parse_seq),
13838         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
13839         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13840         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
13841         (plugin_init):
13842         * gst/mpegvideoparse/mpegvideoparse.h:
13843         * gst/mpegvideoparse/mpegvideoparse.vcproj:
13844         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
13845         that it's below existing decoders.
13846         
13847         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
13848         MPEG-2 now.
13849
13850         Re-write the parsing code so that it collects packets differently
13851         and timestamps Picture packets correctly.
13852
13853         Add a list of FIXME's at the top.
13854
13855 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13856
13857         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
13858         (equalizer_set_all_band_values),
13859         (equalizer_set_band_value_and_wait),
13860         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13861         (main):
13862           Port the example to new equalizer api.
13863
13864 2007-03-14  Edward Hervey  <edward@fluendo.com>
13865
13866         * sys/osxvideo/cocoawindow.h:
13867         * sys/osxvideo/cocoawindow.m:
13868         * sys/osxvideo/osxvideosink.h:
13869         * sys/osxvideo/osxvideosink.m:
13870         Fix leaks when running a NSApp.
13871         Accept any kind of resolutions.
13872         Works in fullscreen. Can maximize.
13873         Only thing left before being able to move this to -good is documentation
13874         and embedded window support.
13875
13876 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13877
13878         * po/hu.po:
13879         * po/it.po:
13880         * po/sv.po:
13881           Updated translations.
13882
13883 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13884
13885         * gst/equalizer/Makefile.am:
13886         * gst/equalizer/gstiirequalizer.c: (_do_init),
13887         (gst_iir_equalizer_band_set_property),
13888         (gst_iir_equalizer_band_class_init),
13889         (gst_iir_equalizer_band_get_type),
13890         (gst_iir_equalizer_child_proxy_get_child_by_index),
13891         (gst_iir_equalizer_child_proxy_get_children_count),
13892         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13893         (gst_iir_equalizer_compute_frequencies),
13894         (gst_iir_equalizer_transform_ip), (plugin_init):
13895         * gst/equalizer/gstiirequalizer10bands.c:
13896         (gst_iir_equalizer_10bands_base_init),
13897         (gst_iir_equalizer_10bands_class_init),
13898         (gst_iir_equalizer_10bands_init),
13899         (gst_iir_equalizer_10bands_set_property),
13900         (gst_iir_equalizer_10bands_get_property):
13901         * gst/equalizer/gstiirequalizer10bands.h:
13902         * gst/equalizer/gstiirequalizer3bands.c:
13903         (gst_iir_equalizer_3bands_base_init),
13904         (gst_iir_equalizer_3bands_class_init),
13905         (gst_iir_equalizer_3bands_init),
13906         (gst_iir_equalizer_3bands_set_property),
13907         (gst_iir_equalizer_3bands_get_property):
13908         * gst/equalizer/gstiirequalizer3bands.h:
13909         * gst/equalizer/gstiirequalizernbands.c:
13910         (gst_iir_equalizer_nbands_base_init),
13911         (gst_iir_equalizer_nbands_init):
13912           Add 3 and 10 band version and add missing gst_object_sync_values.
13913
13914         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13915         (gst_spectrum_transform_ip):
13916           Add some comments about float support.
13917
13918 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13919
13920         * gst/mpegaudioparse/Makefile.am:
13921         * gst/mpegaudioparse/gstmpegaudioparse.c:
13922         * gst/mpegaudioparse/gstmpegaudioparse.h:
13923         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13924         Remove bogus 2nd copy of mp3parse - it's actually
13925         in -ugly.
13926
13927 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13928
13929         * examples/app/.cvsignore:
13930         The buildbot demands .cvsignore files, and I comply.
13931
13932 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13933
13934         * sys/directdraw/gstdirectdrawsink.c:
13935         * sys/directdraw/gstdirectdrawsink.h:
13936         Handle display mode changes during playback.
13937
13938 2007-03-10  David Schleef  <ds@schleef.org>
13939
13940         * configure.ac:
13941         * examples/Makefile.am:
13942         * examples/app/Makefile.am:
13943         * examples/app/appsrc_ex.c:
13944           Add appsrc/appsink example.
13945         * gst-libs/gst/app/Makefile.am:
13946         * gst-libs/gst/app/gstapp.c:
13947         * gst-libs/gst/app/gstappsink.c:
13948         * gst-libs/gst/app/gstappsink.h:
13949         * gst/app/gstapp.c:
13950           Add appsink.
13951
13952 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13953
13954         * ext/nas/nassink.c: (NAS_createFlow):
13955         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13956           Printf format string fixes.
13957
13958 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13959
13960         * gst/equalizer/Makefile.am:
13961         * gst/equalizer/gstiirequalizer.c: (_do_init),
13962         (gst_iir_equalizer_band_set_property),
13963         (gst_iir_equalizer_band_get_property),
13964         (gst_iir_equalizer_band_class_init),
13965         (gst_iir_equalizer_band_get_type),
13966         (gst_iir_equalizer_child_proxy_get_child_by_index),
13967         (gst_iir_equalizer_child_proxy_get_children_count),
13968         (gst_iir_equalizer_child_proxy_interface_init),
13969         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13970         (gst_iir_equalizer_finalize), (setup_filter),
13971         (gst_iir_equalizer_compute_frequencies),
13972         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13973         (gst_iir_equalizer_setup), (plugin_init):
13974         * gst/equalizer/gstiirequalizer.h:
13975         * gst/equalizer/gstiirequalizernbands.c:
13976         (gst_iir_equalizer_nbands_base_init),
13977         (gst_iir_equalizer_nbands_class_init),
13978         (gst_iir_equalizer_nbands_init),
13979         (gst_iir_equalizer_nbands_set_property),
13980         (gst_iir_equalizer_nbands_get_property):
13981         * gst/equalizer/gstiirequalizernbands.h:
13982           Refactor plugin into a base class and a first subclass (nband eq). The
13983           nband eq uses GstChildProxy and is controlable. More subclasses will
13984           follow.
13985
13986 2007-03-08  Wim Taymans  <wim@fluendo.com>
13987
13988         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13989
13990         * ext/jack/Makefile.am:
13991         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13992         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13993         (jack_shutdown_cb), (connection_find),
13994         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13995         (gst_jack_audio_unref_connection),
13996         (gst_jack_audio_connection_add_client),
13997         (gst_jack_audio_connection_remove_client),
13998         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13999         (gst_jack_audio_client_get_client),
14000         (gst_jack_audio_client_set_active):
14001         * ext/jack/gstjackaudioclient.h:
14002         Make an object to manage client connections to the jack server which we
14003         will use in the future to run selected jack elements with the same jack
14004         connection.
14005         Make some stuff a bit more threadsafe.
14006         Activate the jack client ASAP.
14007
14008         * ext/jack/gstjackaudiosink.c:
14009         (gst_jack_audio_sink_allocate_channels),
14010         (gst_jack_audio_sink_free_channels), (jack_process_cb),
14011         (gst_jack_ring_buffer_open_device),
14012         (gst_jack_ring_buffer_close_device),
14013         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
14014         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
14015         (gst_jack_audio_sink_getcaps):
14016         * ext/jack/gstjackaudiosink.h:
14017         Use new client object to manage connections.
14018         Don't remove and recreate all ports, try to reuse them.
14019
14020 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
14021
14022         * ext/wavpack/gstwavpack.c: (plugin_init):
14023         * ext/wavpack/gstwavpackcommon.c:
14024           Use a general wavpack debug category for common code.
14025         * ext/wavpack/gstwavpackstreamreader.c:
14026         (gst_wavpack_stream_reader_set_pos_abs),
14027         (gst_wavpack_stream_reader_set_pos_rel),
14028         (gst_wavpack_stream_reader_write_bytes):
14029           Use the general wavpack debug category here too and add debug
14030           output to the functions that should not be called at all by
14031           the wavpack library.
14032         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
14033         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
14034         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
14035           Change debugging category names to conform to the conventions.
14036
14037 2007-03-07  Edward Hervey  <edward@fluendo.com>
14038
14039         * gst/qtdemux/qtdemux.c:
14040         * gst/qtdemux/qtdemux.h:
14041         Share qtdemux debug category across all files, otherwise all debugging
14042         in files other than qtdemux.c would end up in the default category.
14043
14044 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
14045
14046         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
14047         (gst_spectrum_event), (gst_spectrum_transform_ip):
14048         * gst/spectrum/gstspectrum.h:
14049           One FIXME less, by resolving message timestamps against the playback
14050           segment.
14051
14052 2007-03-06  Wim Taymans  <wim@fluendo.com>
14053
14054         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
14055         (gst_spectrum_init), (gst_spectrum_set_property),
14056         (gst_spectrum_transform_ip):
14057         Fix and cleanup default property values.
14058         Add FIXMEs for stuff that looks rather wrong.
14059
14060 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
14061
14062         * gst/spectrum/demo-audiotest.c: (message_handler):
14063         * gst/spectrum/demo-osssrc.c: (message_handler):
14064           Remove two obsolete and confusing comments.
14065
14066 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
14067
14068         * ext/nas/nassink.c: (gst_nas_sink_class_init),
14069         (gst_nas_sink_init), (gst_nas_sink_getcaps),
14070         (gst_nas_sink_unprepare):
14071           Some more cleanups/changes; use boilerplate macro.
14072
14073 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
14074
14075         * ext/nas/Makefile.am:
14076         * ext/nas/README:
14077         * ext/nas/nassink.c: (gst_nas_sink_get_type),
14078         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
14079         (gst_nas_sink_init), (gst_nas_sink_finalize),
14080         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
14081         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
14082         (gst_nas_sink_reset), (gst_nas_sink_write),
14083         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
14084         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
14085         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
14086         (NAS_createFlow), (plugin_init):
14087         * ext/nas/nassink.h:
14088           Bunch of nassink clean-ups: make build by adding the right CFLAGS
14089           and LIBS to Makefile.am; rename structure, macros and functions
14090           according to canonical naming scheme; move some things around a bit;
14091           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
14092           file that didn't really contain any useful information anyway (the
14093           useful bits have been moved into the 'host' property description).
14094
14095 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
14096
14097         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
14098         Chain up in finalize.
14099
14100 2007-03-03  Michael Smith  <msmith@fluendo.com>
14101
14102         * configure.ac:
14103         * gst/vmnc/Makefile.am:
14104           Fix up dist.
14105
14106 2007-03-03  Michael Smith  <msmith@fluendo.com>
14107
14108         * configure.ac:
14109         * gst/vmnc/Makefile.am:
14110         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
14111         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
14112         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
14113         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
14114         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
14115         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
14116         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
14117         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
14118         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
14119         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
14120         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
14121           Add VMnc decoder.
14122           Still missing support for:
14123            - rectangle types I didn't find in my samples (e.g. copy, RRE,
14124              ZRLE)
14125            - alpha-composited cursors
14126
14127 2007-03-03  David Schleef  <ds@schleef.org>
14128
14129         * gst-libs/gst/app/Makefile.am:
14130           Install the headers.
14131
14132 2007-03-03  David Schleef  <ds@schleef.org>
14133
14134         * gst-libs/gst/app/Makefile.am:
14135         * gst-libs/gst/app/gstappbuffer.c:
14136         * gst-libs/gst/app/gstappbuffer.h:
14137         * gst-libs/gst/app/gstappsrc.c:
14138           Add GstAppBuffer that includes a callback and closure for
14139           proper handling of data chunks.
14140
14141 2007-03-03  David Schleef  <ds@schleef.org>
14142
14143         * gst-libs/gst/app/gstappsrc.c:
14144         * gst-libs/gst/app/gstappsrc.h:
14145           Hacking to address issues in 413418.
14146
14147 2007-03-03  David Schleef  <ds@schleef.org>
14148
14149         * Makefile.am:
14150         * configure.ac:
14151         * ext/Makefile.am:
14152         * gst-libs/gst/Makefile.am:
14153         * gst-libs/gst/app/Makefile.am:
14154         * gst-libs/gst/app/gstapp.c:
14155         * gst-libs/gst/app/gstappsrc.c:
14156         * gst-libs/gst/app/gstappsrc.h:
14157         * gst/app/Makefile.am:
14158         * gst/app/gstapp.c:
14159         * gst/app/gstappsrc.c:
14160         * gst/app/gstappsrc.h:
14161           Move the app library to gst-libs/gst/app (duh!)
14162
14163 2007-03-02 Christian Schaller <christian at fluendo dot com>
14164         
14165         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
14166
14167         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
14168
14169 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
14170
14171         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
14172           A few small clean-ups.
14173
14174         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
14175           More debug output for failure cases.
14176
14177 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
14178
14179         Patch by: Young-Ho Cha  <ganadist at chollian net>
14180
14181         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
14182         (gst_dtsdec_change_state):
14183           Don't do forced downmixing to stereo, but check what downstream
14184           can do and let libdts do the downmixing based on that (#400555).
14185
14186 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
14187
14188         Patch by: Lutz Mueller  <lutz topfrose de>
14189
14190         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14191         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
14192         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
14193         (gst_neonhttp_src_send_request_and_redirect),
14194         (gst_neonhttp_src_uri_set_uri):
14195         * ext/neon/gstneonhttpsrc.h:
14196           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
14197           member (#388050).
14198
14199         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
14200           Fix bogus URI to something that actually exists, otherwise we just
14201           bypass the test (and also to something that doesn't redirect, since
14202           neonhttpsrc doesn't seem to handle this very gracefully yet)
14203
14204 2007-03-01  Chris Lord <chris@openedhand.com>
14205
14206         Reviewed by Christian Schaller <christian@fluendo.com>
14207
14208         Fixes Bug 357055
14209         * ext/ivorbis/Makefile.am:
14210         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
14211         * ext/ivorbis/vorbisdec.h
14212         * ext/ivorbis/vorbis.c :
14213
14214 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
14215
14216         * tests/check/Makefile.am:
14217         Draw plugins in from the build tree sys/ dir, rather than
14218         picking up the already installed versions.
14219
14220 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14221
14222         * configure.ac:
14223           Convert to new AG_GST style.
14224
14225 2007-02-27  Christian Schaller <christian at fluendo dot com>
14226
14227         * sys/direct*: Add Pioneers of the Inevitable to copyright
14228         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
14229
14230 2007-02-27  Edward Hervey  <edward@fluendo.com>
14231
14232         * sys/osxvideo/cocoawindow.h:
14233         * sys/osxvideo/cocoawindow.m:
14234         * sys/osxvideo/osxvideosink.h:
14235         * sys/osxvideo/osxvideosink.m:
14236         Disable the cocoa event loop since it's a huge memory leak. Should only
14237         matter if the sink isn't used within an NSApp (which has already got
14238         a coca event loop).
14239         Remove all unused code.
14240
14241 2007-02-26  David Schleef  <ds@schleef.org>
14242
14243         * configure.ac:
14244         * gst/app/Makefile.am:
14245         * gst/app/gstapp.c:
14246         * gst/app/gstappsrc.c:
14247         * gst/app/gstappsrc.h:
14248           Add a new plugin/library to make it easy for apps to shove
14249           data into a pipeline.
14250
14251 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
14252
14253         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
14254         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
14255           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
14256           errors in certain situations (e.g. dec ! cs ! ximagesink and the
14257           imagesink window is resized); also, some minor clean-ups.
14258
14259 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
14260
14261         * configure.ac:
14262         * ext/gsm/Makefile.am:
14263         * ext/ladspa/Makefile.am:
14264         * ext/wavpack/Makefile.am:
14265         * gst/equalizer/Makefile.am:
14266         * gst/filter/Makefile.am:
14267         * gst/mve/Makefile.am:
14268         * gst/nsf/Makefile.am:
14269         * gst/replaygain/Makefile.am:
14270         * gst/speed/Makefile.am:
14271           Fix build with LDFLAGS='-Wl,-z,defs'.
14272
14273 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
14274
14275         * sys/directsound/gstdirectsoundsink.c:
14276         * sys/directsound/gstdirectsoundsink.h:
14277           Remove include of unused headers.
14278         * sys/waveform/gstwaveformplugin.c:
14279         * sys/waveform/gstwaveformsink.c:
14280         * sys/waveform/gstwaveformsink.h:
14281         * win32/vs6/libgstwaveform.dsp:
14282           Add a new waveform plugin which includes an audio sink 
14283           element using the WaveForm win32 API.
14284         * win32/MANIFEST:
14285           Add the new project file form waveform plugin.
14286         
14287 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
14288         
14289         * sys/directdraw/gstdirectdrawplugin.c:
14290         * sys/directdraw/gstdirectdrawsink.c:
14291         * sys/directdraw/gstdirectdrawsink.h:
14292           Prepare the plugin to move to good:
14293           Remove unused/untested code (rendering to an extern surface,
14294           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
14295       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
14296           Add gtk doc section
14297           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
14298           respecting destination surface stride.
14299         * sys/directsound/gstdirectsoundplugin.c:
14300         * sys/directsound/gstdirectsoundsink.c:
14301         * sys/directsound/gstdirectsoundsink.h:
14302           Prepare the plugin to move to good:
14303           Rename all functions from gst_directsoundsink to gst_directsound_sink.
14304           Add gtk doc section
14305         * win32/common/config.h.in:
14306         * win32/MANIFEST:
14307           Add config.h.in
14308
14309 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
14310
14311         * configure.ac:
14312         * docs/plugins/Makefile.am:
14313           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
14314           timidity.cfg check.
14315
14316         * ext/timidity/gsttimidity.c: (plugin_init):
14317           Also build if no config was detected at configure time.
14318
14319 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14320
14321         * configure.ac:
14322         * ext/timidity/Makefile.am:
14323         * ext/timidity/gsttimidity.c: (plugin_init):
14324         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
14325         (gst_wildmidi_class_init), (gst_wildmidi_init),
14326         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
14327         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
14328         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
14329         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
14330         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
14331         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
14332         (gst_wildmidi_loop), (gst_wildmidi_change_state),
14333         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
14334         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
14335         * ext/timidity/gstwildmidi.h:
14336           Add second midi renderer. Fix some double frees and leaks. Clean up
14337           logging.
14338
14339 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
14340
14341         * Makefile.am:
14342           Add win32 MANIFEST
14343         * sys/directdraw/gstdirectdrawsink.c:
14344         * sys/directdraw/gstdirectdrawsink.h:
14345           Clear unused code and add comments.
14346           Remove yuv from template caps, it only supports RGB
14347           actually.
14348           Implement XOverlay interface and remove window and fullscreen 
14349           properties.
14350           Add debug logs.
14351           Test for blit capabilities to return only the current colorspace if
14352           the hardware can't blit for one colorspace to another.
14353         * sys/directsound/gstdirectsoundsink.c:
14354           Add some debugs.
14355         * win32/MANIFEST:
14356           Add VS7 project files and solution.
14357         * win32/vs6/gst_plugins_bad.dsw:
14358         * win32/vs6/libgstdirectdraw.dsp:
14359         * win32/vs6/libgstdirectsound.dsp:
14360         * win32/vs6/libgstqtdemux.dsp:
14361           Update project files.
14362
14363 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14364
14365         * ext/faad/gstfaad.c:
14366           Also update the comment that describes the hack.
14367
14368 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14369
14370         * configure.ac:
14371           Tell the code which faad it is, so that we can adjust the hacks
14372           needed.
14373
14374         * ext/faad/gstfaad.c:
14375           Make our hacks dependent on the fadd lib in use.
14376
14377 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14378
14379         * configure.ac:
14380           Fix faad detection to support also fadd with new symbol prefix.
14381           ChangeLog surgery.
14382           
14383 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
14384
14385         Patch by: Wouter Paesen <wouter@blue-gate.be>
14386
14387         * configure.ac:
14388         * ext/Makefile.am:
14389         * ext/timidity/Makefile.am:
14390         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
14391         (gst_timidity_class_init), (gst_timidity_init),
14392         (gst_timidity_set_song_options), (gst_timidity_src_convert),
14393         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
14394         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
14395         (gst_timidity_src_event), (gst_timidity_activate),
14396         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
14397         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
14398         (gst_timidity_get_buffer), (gst_timidity_loop),
14399         (gst_timidity_change_state), (gst_timidity_typefind),
14400         (plugin_init):
14401         * ext/timidity/gsttimidity.h:
14402           Add timidity midi render plugin (#403992)
14403
14404 2007-02-07  Edward Hervey  <edward@fluendo.com>
14405
14406         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
14407         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
14408         Switched to using gst_pad_get_parent().
14409
14410 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14411
14412         * gst/modplug/gstmodplug.cc:
14413           Remove superfluous gst_caps_get_structure() call.
14414
14415 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14416
14417         * configure.ac:
14418           Increase required libsndfile version to a version that's known to
14419           have the function sf_write_sync() to make the build bots happy.
14420
14421 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14422
14423         * ext/sndfile/gstsfsrc.c:
14424           Fix build (installed setup).
14425
14426 2007-02-05  Andy Wingo  <wingo@pobox.com>
14427
14428         * ext/sndfile/Makefile.am:
14429         * ext/sndfile/gstsfsrc.h:
14430         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
14431         random access woo.
14432
14433 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
14434
14435         * configure.ac:
14436         * gst/equalizer/Makefile.am:
14437         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
14438         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
14439         (setup_filter), (gst_iir_equalizer_compute_frequencies),
14440         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14441         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
14442         (plugin_init):
14443         * gst/equalizer/gstiirequalizer.h:
14444           Fix up to use the newly ported (actually working) GstAudioFilter.
14445           Bump core/base requirements to CVS for this.
14446
14447         * tests/icles/.cvsignore:
14448         * tests/icles/Makefile.am:
14449         * tests/icles/equalizer-test.c: (check_bus),
14450         (equalizer_set_band_value), (equalizer_set_all_band_values),
14451         (equalizer_set_band_value_and_wait),
14452         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
14453         (main):
14454           Add brain-dead interactive test for equalizer.
14455
14456 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14457
14458         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
14459         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14460         (gst_iir_equalizer_filter_inplace):
14461           Rename "values" property to "band-values" and change type into a
14462           GValueArray, so it's more easily bindable and the range of the
14463           values passed in is defined and checked etc.; also do some
14464           locking.
14465
14466 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14467
14468         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
14469
14470         * configure.ac:
14471         * gst/equalizer/Makefile.am:
14472         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14473         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14474         (gst_iir_equalizer_compute_frequencies),
14475         (gst_iir_equalizer_set_property),
14476         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14477         (plugin_init):
14478           Port equalizer plugin to 0.10 (#403572).
14479
14480 2007-02-02  Andy Wingo  <wingo@pobox.com>
14481
14482         * configure.ac: 
14483         * ext/Makefile.am
14484         * ext/sndfile/Makefile.am:
14485         * ext/sndfile/gstsf.c:
14486         * ext/sndfile/gstsf.h:
14487         * ext/sndfile/gstsfsink.c:
14488         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
14489         push mode with interleaved float or int data.
14490
14491 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14492
14493         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
14494           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
14495           (which didn't happen previously because the klass string didn't
14496           contain anything autoaudiosink was looking for).
14497
14498 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14499
14500         * gst/real/gstrealaudiodec.c:
14501         * gst/real/gstrealvideodec.c:
14502           Fix classification in GstElementDetails.
14503
14504 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
14505
14506         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
14507         (gst_wavpack_parse_handle_seek_event),
14508         (gst_wavpack_parse_create_src_pad):
14509         Fix a off by one that leads to the duration reported as one
14510         sample less than it is
14511
14512 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14513
14514         * ext/alsaspdif/alsaspdifsink.c:
14515         * gst/nsf/gstnsf.c:
14516           Fix classification in GstElementDetails.
14517
14518         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
14519         (gst_ladspa_class_init):
14520           Improve Klassification and reduce code slighly.
14521
14522 2007-01-30  Edward Hervey  <edward@fluendo.com>
14523
14524         * configure.ac:
14525         Check for an Objective C compiler
14526         * sys/Makefile.am:
14527         * sys/osxvideo/Makefile.am:
14528         * sys/osxvideo/cocoawindow.h:
14529         * sys/osxvideo/cocoawindow.m:
14530         * sys/osxvideo/osxvideosink.h:
14531         * sys/osxvideo/osxvideosink.m:
14532         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
14533         Fixes #402470
14534
14535 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14536
14537         * gst/videocrop/gstvideocrop.c:
14538         (gst_video_crop_get_image_details_from_caps),
14539         (gst_video_crop_transform_packed_complex):
14540           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
14541
14542         * tests/icles/videocrop-test.c: (check_bus_for_errors),
14543         (test_with_caps), (main):
14544           Block streaming thread before changing filter caps while the
14545           pipeline is running so that we don't get random not-negotiated
14546           errors just because GStreamer can't handle that yet.
14547
14548 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
14549
14550         * ext/ladspa/Makefile.am:
14551         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
14552           add GstController support to ladspa
14553
14554 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14555
14556         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
14557
14558         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
14559         (gst_mythtv_src_next_program_chain):
14560           Remove sleep calls, they've been moved into the library now ...
14561           (#354451).
14562
14563 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
14564
14565         * tests/icles/videocrop-test.c: (test_with_caps):
14566           Catch errors while the test is running.
14567
14568 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14569
14570         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
14571         Fix the SEEKING query. We can seek if we are in pull mode, not the
14572         other way around. Also set the correct format in the seeking query and
14573         handle the case where the headers are not read yet and we can't say
14574         anything about our seeking capabilities.
14575         
14576 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14577
14578         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
14579         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
14580         Fix spelling in 2 places: It's called Wavpack, not WavePack.
14581
14582 2007-01-25  Edward Hervey  <edward@fluendo.com>
14583
14584         * gst/multifile/gstmultifilesink.c:
14585         (gst_multi_file_sink_class_init):
14586         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
14587         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
14588         (gst_mve_video_palette), (gst_mve_video_code_map),
14589         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
14590         (gst_mve_demux_chain):
14591         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
14592         * gst/mve/mveaudioenc.c: (mve_compress_audio):
14593         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
14594         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
14595         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
14596         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
14597         Use proper print statements.
14598         Fixes build on mac os x.
14599         <wingo> oo look at me my name is edward i'm hacking on macos wooo
14600
14601 2007-01-24  Wim Taymans  <wim@fluendo.com>
14602
14603         * gst/qtdemux/gstrtpxqtdepay.c:
14604         Fix caps on the depayloader.
14605
14606 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
14607
14608         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
14609           Use break here instead of goto.
14610
14611 2007-01-13  Andy Wingo  <wingo@pobox.com>
14612
14613         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
14614         Use fixed caps on src pads.
14615         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
14616         seem to have reverse midas disease!
14617         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
14618         and set caps on outgoing buffers. Fixes #395597, I think.
14619
14620         * gst/interleave/interleave.c (gst_interleave_init): Init the
14621         activation mode properly.
14622         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
14623         (gst_interleave_init): Set a setcaps and getcaps function on the
14624         src pad, so that we can implement pull-mode negotiation.
14625         (gst_interleave_sink_setcaps): Renamed from
14626         gst_interleave_setcaps, as it only does the sink logic now.
14627         Implement both for pull-mode and push-mode.
14628         (gst_interleave_process): Set caps on our outgoing buffer.
14629         (gst_interleave_src_activate_pull): Fix some more bogus casts.
14630         What is up with this.
14631
14632 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
14633
14634         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
14635         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
14636         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
14637         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
14638         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
14639         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
14640         (gst_mythtv_src_uri_get_type):
14641           Clean up a bit, mostly the debug statements; fix deadlock in
14642           _set_property() in the error cases; fix up query function.
14643
14644 2007-01-12  Andy Wingo  <wingo@pobox.com>
14645
14646         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
14647         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
14648         Remove fixate/ouija stuff, thankfully, due to the new
14649         part-negotiation.txt pull-mode negotiation scheme.
14650         (gst_signal_processor_setcaps_pull)
14651         (gst_signal_processor_setcaps): Implement upstream set_caps pull
14652         proxying for pull mode. Now this works: ladspa-sine-fcac !
14653         audioconvert ! alsasink.
14654
14655 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
14656
14657         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
14658
14659         * configure.ac:
14660         * gst-plugins-bad.spec.in:
14661         * ext/Makefile.am:
14662         * ext/mythtv/Makefile.am:
14663         * ext/mythtv/gstmythtvsrc.c:
14664         * ext/mythtv/gstmythtvsrc.h:
14665         MythTV client source plugin created (#354451).
14666
14667 2007-01-12  Wim Taymans  <wim@fluendo.com>
14668
14669         * gst/qtdemux/Makefile.am:
14670         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
14671         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
14672         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
14673         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
14674         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
14675         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
14676         * gst/qtdemux/gstrtpxqtdepay.h:
14677         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
14678         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
14679         (qtdemux_parse_moov), (qtdemux_parse_container),
14680         (qtdemux_parse_node), (gst_qtdemux_add_stream),
14681         (qtdemux_parse_trak), (qtdemux_audio_caps):
14682         * gst/qtdemux/qtdemux.h:
14683         * gst/qtdemux/quicktime.c: (plugin_init):
14684         Add X-QT depayloader that will eventually share code with the demuxer.
14685         Make new plugin entry point with quicktime releated stuff.
14686
14687 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
14688
14689         * gst/qtdemux/Makefile.am:
14690           Dist all new files.
14691
14692 2007-01-12  Wim Taymans  <wim@fluendo.com>
14693
14694         * docs/plugins/Makefile.am:
14695         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14696         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14697         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14698         * docs/plugins/gst-plugins-bad-plugins.signals:
14699         * docs/plugins/inspect/plugin-qtdemux.xml:
14700         Activate docs for jack, sdl and qtdemux.
14701
14702 2007-01-12  Wim Taymans  <wim@fluendo.com>
14703
14704         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
14705         (jack_buffer_size_cb), (jack_shutdown_cb),
14706         (gst_jack_ring_buffer_acquire):
14707         * ext/jack/gstjackaudiosink.h:
14708         Improve docs.
14709
14710 2007-01-12  Wim Taymans  <wim@fluendo.com>
14711
14712         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
14713         Fix typo in docs.
14714
14715 2007-01-12  Wim Taymans  <wim@fluendo.com>
14716
14717         * gst/qtdemux/Makefile.am:
14718         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14719         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
14720         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14721         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
14722         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
14723         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
14724         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
14725         (qtdemux_parse_samples), (qtdemux_parse_segments),
14726         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
14727         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
14728         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
14729         (qtdemux_process_redirects), (qtdemux_parse_redirects),
14730         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
14731         (qtdemux_video_caps), (qtdemux_audio_caps):
14732         * gst/qtdemux/qtdemux.h:
14733         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
14734         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14735         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14736         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14737         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14738         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14739         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
14740         (qtdemux_node_dump):
14741         * gst/qtdemux/qtdemux_dump.h:
14742         * gst/qtdemux/qtdemux_fourcc.h:
14743         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
14744         * gst/qtdemux/qtdemux_types.h:
14745         * gst/qtdemux/qtpalette.h:
14746         Cleanup and refactor to make the code more readable.
14747         Move debugging/tables into separate files.
14748         Add 2/4/16 color palletee support.
14749         Fix raw 15 bit RGB handling.
14750         Use more FOURCC constants.
14751         Add some docs.
14752
14753 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14754
14755         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14756
14757         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14758         (gst_wavpack_enc_correction_mode_get_type),
14759         (gst_wavpack_enc_joint_stereo_mode_get_type):
14760           Minor clean-up: use enum values instead of hardcoded constants (#395536).
14761
14762 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14763
14764         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
14765         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
14766         (gst_mve_add_stream):
14767           Support SEEKING query (bad news now delivered properly!); add event
14768           function to source pads to make sure seeks aren't propagated
14769           upstream, even if they aren't handled.
14770
14771 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14772
14773         Patch by: Jens Granseuer  <jensgr at gmx net>
14774
14775         * configure.ac:
14776         * gst/mve/Makefile.am:
14777         * gst/mve/TODO:
14778         * gst/mve/gstmve.c:
14779         * gst/mve/gstmvedemux.c:
14780         * gst/mve/gstmvedemux.h:
14781         * gst/mve/gstmvemux.c:
14782         * gst/mve/gstmvemux.h:
14783         * gst/mve/mve.h:
14784         * gst/mve/mveaudiodec.c:
14785         * gst/mve/mveaudioenc.c:
14786         * gst/mve/mvevideodec16.c:
14787         * gst/mve/mvevideodec8.c:
14788         * gst/mve/mvevideoenc16.c:
14789         * gst/mve/mvevideoenc8.c:
14790           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
14791           doesn't support seeking yet, but seems to work fine otherwise.
14792           Closes #348973.
14793
14794 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14795
14796         * gst/real/Makefile.am:
14797           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
14798
14799 2007-01-07  Andy Wingo  <wingo@pobox.com>
14800
14801         * configure.ac: 
14802         * gst/interleave/Makefile.am: 
14803         * gst/interleave/plugin.h: 
14804         * gst/interleave/plugin.c: 
14805         * gst/interleave/interleave.c: 
14806         * gst/interleave/deinterleave.c: New elements interleave and
14807         deinterleave, implement channel interleaving and deinterleaving.
14808         The interleaver can operate in pull or push mode but the
14809         deinterleaver is more like a demuxer and can only operate in push
14810         mode.
14811         
14812 2007-01-06  Edward Hervey  <edward@fluendo.com>
14813
14814         * configure.ac:
14815         Properly detect the two architectures on which the real plugin can be
14816         built.
14817         Fixes #393622
14818
14819 2007-01-06  Andy Wingo  <wingo@pobox.com>
14820
14821         * ext/ladspa/gstsignalprocessor.c
14822         (gst_signal_processor_ouija_caps): Move around in the source
14823         file...
14824         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
14825         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
14826         This allows us to have caps when we do the pad_alloc_buffer().
14827         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
14828         pad caps, which might not be set yet.
14829
14830         * ext/ladspa/gstsignalprocessor.c: 
14831         (gst_signal_processor_add_pad_from_template)
14832         (gst_signal_processor_fixate): Add a fixate function, to assist in
14833         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
14834         cases.
14835         (gst_signal_processor_prepare, gst_signal_processor_process): Add
14836         nframes args so that getrange can tell ladspa how many frames to
14837         process.
14838         (gst_signal_processor_ouija_caps): setcaps needs to be called
14839         before processing, which normally happens when chaining a buffer
14840         to a pad. However in getrange mode with no sinks we need to check
14841         explicitly for this condition, guess some caps to use, and use
14842         those to setcaps(). Hence this mystical function.
14843         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
14844         Divine the caps if necessary.
14845         (gst_signal_processor_getrange): Interpret the length as bytes,
14846         not samples.
14847         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
14848         by incoming buffer sizes.
14849
14850 2007-01-06  Edward Hervey  <edward@fluendo.com>
14851
14852         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
14853         Don't call the RAFreeDecoder since it randomly causes segfaults.
14854         * gst/real/gstrealaudiodec.h:
14855         indent properly.
14856
14857 2007-01-06  Edward Hervey  <edward@fluendo.com>
14858
14859         Patch by: Lutz Mueller <lutz@topfrose.de>
14860         
14861         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
14862         (gst_real_video_dec_setcaps), (open_library), (close_library),
14863         (gst_real_video_dec_finalize):
14864         * gst/real/gstrealvideodec.h:
14865         Implement error recovery on setcaps failure.
14866
14867 2007-01-06  Edward Hervey  <edward@fluendo.com>
14868
14869         Patch by: Lutz Mueller <lutz@topfrose.de>
14870         
14871         * gst/real/Makefile.am:
14872         * gst/real/gstreal.c: (plugin_init):
14873         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14874         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14875         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14876         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14877         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14878         * gst/real/gstrealaudiodec.h:
14879         Added RealAudio wrapper elementfactory.
14880         Modified structures so it can also work on x86_64 using the
14881         adequate .so .
14882
14883 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14884
14885         * configure.ac:
14886         * gst/qtdemux/Makefile.am:
14887         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14888           Check for zlib and if available pass it explicitly to the linker
14889           when linking qtdemux. If not available (or --disable-external has
14890           been specified!), disable the bits in qtdemux that use it. Fixes
14891           build on MingW (#392856).
14892
14893 2007-01-05  Edward Hervey  <edward@fluendo.com>
14894
14895         * configure.ac:
14896         Real video .so are now also available for x86_64, so we can build the
14897         Real plugin on i386 AND x86_64.
14898         * gst/real/Makefile.am:
14899         * gst/real/gstreal.c: (plugin_init):
14900         New plugin file for real .so wrapper plugins.
14901         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14902         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14903         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14904         (open_library), (close_library), (gst_real_video_dec_init),
14905         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14906         (gst_real_video_dec_set_property),
14907         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14908         * gst/real/gstrealvideodec.h:
14909         Moved RealVideo element to separate file
14910         Cleaned up code some more.
14911         Make it work on x86_64.
14912         Try several possible locations for .so
14913         Separate opening/closing libraries in separate functions.
14914
14915 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14916
14917         * tests/icles/videocrop-test.c: (main):
14918           Call g_thread_init() right at the beginning. Remove superfluous
14919           gst_init() - we've already been inited via the GOption stuff.
14920
14921 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14922
14923         * configure.ac:
14924           Don't compile rfbsource if we don't have sys/socket.h.
14925           Should fix compilation on MingW.
14926
14927 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14928
14929         * configure.ac:
14930         * ext/amrwb/Makefile.am:
14931         * ext/amrwb/amrwb-code/Makefile.am:
14932         * ext/amrwb/amrwb-code/run.sh:
14933         * gst-libs/Makefile.am:
14934         * gst-libs/ext/Makefile.am:
14935         * gst-libs/ext/amrwb/Makefile.am:
14936         * gst-libs/ext/amrwb/README:
14937           Move amrwb code getting and building to gst-libs/ext/amrwb
14938           Adapt everything else to match.
14939
14940 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14941
14942         * ext/directfb/dfbvideosink.c:
14943         (gst_dfbvideosink_navigation_send_event),
14944         (gst_dfbvideosink_get_type):
14945         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14946         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14947         (gst_sdlvideosink_show_frame),
14948         (gst_sdlvideosink_navigation_send_event):
14949         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14950         reveal potential bugs.
14951
14952 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14953
14954         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14955
14956         * configure.ac:
14957         * sys/Makefile.am:
14958         * sys/directsound/Makefile.am:
14959         * sys/directsound/gstdirectsoundsink.c:
14960         (gst_directsoundsink_reset):
14961           Add directsoundsink to build and dist it, so it gets built when
14962           compiling with MingW on win32 and the required headers and libraries
14963           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14964
14965         * tests/check/elements/.cvsignore:
14966           Fix CVS ignore for neonhttpsrc test binary.
14967
14968 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14969
14970         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14971
14972         * configure.ac:
14973         * sys/Makefile.am:
14974         * sys/directdraw/Makefile.am:
14975           Add directdrawsink to build and dist it, so it gets built when
14976           compiling with MingW on win32 and the required headers and libraries
14977           are available (fixes: #392313).
14978
14979         * sys/directdraw/gstdirectdrawsink.c:
14980         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14981         (gst_directdrawsink_setup_ddraw),
14982         (gst_directdrawsink_surface_create):
14983           Comment out some unused things and fix some printf format issues in
14984           order to avoid warnings when buildling with MingW (#392313).
14985
14986 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14987
14988         Patch by: Jens Granseuer  <jensgr at gmx net>
14989
14990         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14991         (gst_xvidenc_get_property):
14992         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14993         * gst/filter/gstfilter.c: (plugin_init):
14994         * gst/filter/gstiir.c: (iir_transform_ip):
14995         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14996         * gst/modplug/gstmodplug.cc:
14997         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14998         (gst_nuv_demux_stream_extend_header):
14999           Fix build with gcc-2.x (declare variables at the beginning of a
15000           block etc.). Fixes #391971.
15001
15002 2007-01-02  Lutz Mueller <lutz@topfrose.de>
15003
15004         reviewed by: Edward Hervey  <edward@fluendo.com>
15005
15006         * gst/real/gstreal.c:
15007         (gst_realdec_setcaps): Use codec_data supplied in caps.
15008         (gst_realdec_get_property): Correctly return default path.
15009         (gst_realdec_class_init): Remove unused state_change method.
15010
15011 2007-01-01  Edward Hervey  <edward@fluendo.com>
15012
15013         * configure.ac:
15014         Only build the plugin on 32bit x86 architectures.
15015
15016 2007-01-01  Lutz Mueller <lutz@topfrose.de>
15017
15018         reviewed by: Edward Hervey  <edward@fluendo.com>
15019
15020         * configure.ac:
15021         * gst/real/Makefile.am:
15022         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
15023         (gst_realdec_decode), (gst_realdec_chain),
15024         (gst_realdec_activate_push), (gst_realdec_setcaps),
15025         (gst_realdec_init), (gst_realdec_base_init),
15026         (gst_realdec_change_state), (gst_realdec_finalize),
15027         (gst_realdec_set_property), (gst_realdec_get_property),
15028         (gst_realdec_class_init), (plugin_init):
15029         New plugin for decoding RealVideo Streams using the x86 32bit
15030         shared libraries.
15031         Closes #354174
15032
15033 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
15034
15035         * tests/check/elements/videocrop.c: (GST_START_TEST),
15036         (videocrop_test_cropping_init_context):
15037           When we can't create an element needed for the test, print a message
15038           detailing which element it actually is that's missing (#390673).
15039
15040 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
15041
15042         * ext/neon/gstneonhttpsrc.c:
15043         * ext/neon/gstneonhttpsrc.h:
15044         Added seek support.
15045         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
15046         Fixes: #375264.
15047
15048 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
15049
15050         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
15051         (cleanup_mpeg2enc):
15052         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
15053         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
15054         (cleanup_wavpackdec):
15055         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
15056         (cleanup_wavpackenc):
15057         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
15058           reapply consistent pad (de)activation
15059
15060 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
15061
15062         * configure.ac:
15063         Back to CVS
15064
15065         * gst-plugins-bad.doap:
15066         Add release section for 0.10.4
15067
15068 === release 0.10.4 ===
15069
15070 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
15071
15072         * configure.ac:
15073           releasing 0.10.4, "Black Bugs"
15074
15075 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
15076
15077         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
15078         (cleanup_mpeg2enc):
15079         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
15080         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
15081         (cleanup_wavpackdec):
15082         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
15083         (cleanup_wavpackenc):
15084         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
15085           revert my freeze breakage
15086
15087 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
15088
15089         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
15090         (cleanup_mpeg2enc):
15091         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
15092         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
15093         (cleanup_wavpackdec):
15094         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
15095         (cleanup_wavpackenc):
15096         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
15097           consistent pad (de)activation
15098
15099 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
15100
15101         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
15102         (gst_qtdemux_chain):
15103           Don't post BUFFERING messages in streaming mode if the stream
15104           headers are behind the movie data; instead, post "progress" element
15105           messages as a temporary solution. Apps might get confused and do
15106           silly things to the pipeline state if they see buffering messages
15107           from different sources and don't realize they come from different
15108           sources (#387160).
15109
15110 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
15111
15112         * configure.ac:
15113         * ext/Makefile.am:
15114         * ext/ladspa/*:
15115           Move LADPSA plugin from -good for the release, as it's not quite
15116           ready to be enabled by default in the -good module yet.
15117
15118 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
15119
15120         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
15121         (gst_qtdemux_add_stream):
15122           Don't output g_warning for an unsupported format, just send a
15123           GST_ELEMENT_WARNING and don't add the pad.
15124           Fix the case where it doesn't check for a NULL pad in streaming mode.
15125           Fixes #387137
15126
15127 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
15128
15129         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15130           Fix crash dereferencing NULL pointer if there's no stco atom.
15131           Fixes #387122.
15132
15133 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
15134
15135         * ext/wavpack/gstwavpackenc.h:
15136         Use local copy of md5.h, as it disappeared in recent wavpack
15137         installs.
15138         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
15139         Fixes: #387076
15140
15141 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
15142
15143         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
15144         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
15145           We don't support seeking in streaming mode, so don't even try.
15146           Implement seeking query so apps can query seekability properly
15147           (see #365414). Fix duration query.
15148
15149 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15150
15151         * Makefile.am:
15152         * gst-plugins-bad.doap:
15153         * gst-plugins-bad.spec.in:
15154           add doap file
15155
15156 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
15157
15158         * ext/libmms/gstmms.c: (gst_mms_create):
15159           These debug statements should be using LOG level.
15160
15161 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
15162
15163         * gst/modplug/libmodplug/sndfile.cpp:
15164           Fix potential buffer overflow (CVE-2006-4192) (#385788).
15165
15166 2006-12-13  Wim Taymans  <wim@fluendo.com>
15167
15168         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15169         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
15170         (qtdemux_audio_caps):
15171         Add AMR-WB to the list of supported formats.
15172
15173 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
15174
15175         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
15176         (send_request_and_redirect):
15177           Fix minor mem leak in redirect code.
15178
15179         * tests/check/Makefile.am:
15180         * tests/check/elements/.cvsignore:
15181         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
15182         (GST_START_TEST), (neonhttpsrc_suite):
15183         * tests/check/gst-plugins-bad.supp:
15184           Add super-basic unit test for #384140.
15185
15186 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
15187
15188         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
15189         (send_request_and_redirect):
15190           Set offset on buffers pushed out (id3demux gets confused if the
15191           first buffer does not have an offset of 0). Fixes #384140.
15192
15193 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
15194
15195         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
15196         (gst_neonhttp_src_create), (send_request_and_redirect),
15197         (gst_neonhttp_src_start), (oom_callback):
15198          Minor clean-ups; remove newlines at end of debug statements.
15199
15200 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
15201
15202         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
15203           Fix non-working redirects from inetfilm.com (handle 'alis' reference
15204           data type as well). Fixes #378613.
15205
15206 2006-12-11  Wim Taymans  <wim@fluendo.com>
15207
15208         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
15209
15210         * gst/modplug/gstmodplug.cc:
15211         Fix modplug duration query. Fixes #384294.
15212
15213 2006-12-08  Wim Taymans  <wim@fluendo.com>
15214
15215         Patch by: René Stadler  <mail at renestadler de>
15216
15217         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15218         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
15219         (qtdemux_audio_caps):
15220         Fix caps for 24 bit raw PCM audio (2).
15221         Fixes #383471.
15222
15223 2006-12-07  Wim Taymans  <wim@fluendo.com>
15224
15225         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15226         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
15227         (qtdemux_video_caps):
15228         Handle more H263 variants.
15229
15230 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
15231
15232         * ext/jack/.cvsignore:
15233         Ignore old files as requested by the build slave.
15234
15235 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
15236
15237         * configure.ac:
15238         Update the Jack requirement to the version where I think options_t
15239         appeared
15240
15241 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
15242
15243         * win32/MANIFEST:
15244         Fix compilation on win32 under VS8
15245         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
15246         Partially fixes #381175
15247
15248 2006-11-30  Wim Taymans  <wim@fluendo.com>
15249
15250         Patch by: René Stadler  <mail at renestadler de>
15251
15252         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
15253           Call the base class handler.  Fixes #380610.
15254
15255 2006-11-30  Wim Taymans  <wim@fluendo.com>
15256
15257         * ext/Makefile.am:
15258         Fix build.
15259
15260         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
15261         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
15262         (gst_jack_ring_buffer_acquire):
15263         Small cleanups.
15264
15265 2006-11-30  Wim Taymans  <wim@fluendo.com>
15266
15267         * configure.ac:
15268         * ext/Makefile.am:
15269         * ext/jack/Makefile.am:
15270         * ext/jack/gstjack.c: (plugin_init):
15271         * ext/jack/gstjack.h:
15272         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
15273         (gst_jack_ring_buffer_class_init), (jack_process_cb),
15274         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
15275         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
15276         (gst_jack_ring_buffer_finalize),
15277         (gst_jack_ring_buffer_open_device),
15278         (gst_jack_ring_buffer_close_device),
15279         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
15280         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
15281         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
15282         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
15283         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
15284         (gst_jack_audio_sink_set_property),
15285         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
15286         (gst_jack_audio_sink_create_ringbuffer):
15287         * ext/jack/gstjackaudiosink.h:
15288           Added fully functional jackaudiosink.
15289
15290 2006-11-27  Wim Taymans  <wim@fluendo.com>
15291
15292         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15293         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
15294           Remove some asserts and replace them with a proper error
15295           message. Fixes #379261.
15296
15297 2006-11-26  Michael Smith  <msmith@fluendo.com>
15298
15299         * ext/theora/theoradec.c: (theora_dec_src_query),
15300         (theora_dec_src_event), (theora_handle_data_packet),
15301         (theora_dec_chain):
15302           Send events on the right pads, since they don't work very well if
15303           you send them in the wrong direction.
15304
15305 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
15306
15307         * ext/audiofile/gstafsink.c:
15308         * ext/polyp/plugin.c: (plugin_init):
15309         * ext/polyp/polypsink.c:
15310         * ext/polyp/polypsink.h:
15311         * sys/dxr3/dxr3audiosink.h:
15312         * sys/dxr3/dxr3spusink.h:
15313         * sys/dxr3/dxr3videosink.h:
15314           remove obsolete _factory_init protos and functions
15315
15316 2006-11-19  Michael Smith  <msmith@fluendo.com>
15317
15318         * gst/librfb/Makefile.am:
15319           Compile with appropriate cflags. Fixes build.
15320
15321 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15322
15323         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
15324         Actually set the TONE parameter for DVB-S when we should.
15325
15326 2006-11-16  David Schleef  <ds@schleef.org>
15327
15328         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
15329
15330 2006-11-16  David Schleef  <ds@schleef.org>
15331
15332         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
15333
15334 2006-11-16  David Schleef  <ds@schleef.org>
15335
15336         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
15337
15338         * configure.ac:
15339         * gst/librfb/Makefile.am:
15340         * gst/librfb/gstrfbsrc.c:
15341         * gst/librfb/rfb.c:
15342         * gst/librfb/rfb.h:
15343         * gst/librfb/rfbbuffer.c:
15344         * gst/librfb/rfbbuffer.h:
15345         * gst/librfb/rfbbytestream.c:
15346         * gst/librfb/rfbbytestream.h:
15347         * gst/librfb/rfbcontext.h:
15348         * gst/librfb/rfbdecoder.c:
15349         * gst/librfb/rfbdecoder.h:
15350         * gst/librfb/rfbutil.h:
15351           Port librfb to 0.10 (#376106).
15352
15353 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
15354
15355         * ext/spc/gstspc.c: (spc_play):
15356           Fix build with disabled gst-debug.
15357
15358 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15359
15360         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
15361
15362         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
15363         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
15364         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
15365         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
15366         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
15367         (gst_wavpack_enc_change_state):
15368         * ext/wavpack/gstwavpackparse.c:
15369           Some small clean-ups: use enums instead of hard-coded numbers,
15370           const-ify element details, re-factor some code into _reset()
15371           functions (#352605).
15372
15373 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
15374
15375         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
15376         * sys/dvb/gstdvbsrc.h:
15377           Fix minor printf format issue; remove overly paranoid checks in
15378           create function; fix GObject boilerplate macros.
15379
15380 2006-11-14  Wim Taymans  <wim@fluendo.com>
15381
15382         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15383         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
15384         Don't parse extra sample params for raw pcm. Fixes #374914.
15385
15386 2006-11-14  Wim Taymans  <wim@fluendo.com>
15387
15388         * tests/check/elements/.cvsignore:
15389         Add cdaudio to ignore.
15390
15391 2006-11-14  Wim Taymans  <wim@fluendo.com>
15392
15393         * ext/Makefile.am:
15394         dist cdaudio dir.
15395
15396 2006-11-14  Wim Taymans  <wim@fluendo.com>
15397
15398         * configure.ac:
15399         * ext/Makefile.am:
15400         Fix cdaudio build.
15401
15402 2006-11-14  Wim Taymans  <wim@fluendo.com>
15403
15404         Patch by: Mark Nauwelaerts <manauw at skynet be>
15405
15406         * tests/check/Makefile.am:
15407         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
15408         (GST_START_TEST), (y4menc_suite), (main):
15409         Added y4m test. Fixes #372243.
15410
15411 2006-11-13  Wim Taymans  <wim@fluendo.com>
15412
15413         Patch by: Mark Nauwelaerts <manauw at skynet be>
15414
15415         * configure.ac:
15416         Enable cdaudio and y4m.
15417
15418         * gst/y4m/Makefile.am:
15419         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
15420         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
15421         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
15422         (gst_y4m_encode_get_stream_header),
15423         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
15424         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
15425         (gst_y4m_encode_change_state), (plugin_init):
15426         * gst/y4m/gsty4mencode.h:
15427         Port of y4mencode to 0.10. 
15428
15429 2006-11-10  David Schleef  <ds@schleef.org>
15430
15431         * configure.ac:
15432         * gst/videoparse/Makefile.am:
15433         * gst/videoparse/gstvideoparse.c:
15434           A little pluggy to make sense out of the random chunks we get
15435           from multifilesrc.
15436
15437 2006-11-10  David Schleef  <ds@schleef.org>
15438
15439         * gst/multifile/Makefile.am:
15440           Let's not depend on a file that doesn't exist.
15441
15442 2006-11-10  David Schleef  <ds@schleef.org>
15443
15444         * gst/multifilesink/Makefile.am:
15445         * gst/multifilesink/gstmultifilesink.c:
15446         * gst/multifilesink/gstmultifilesink.h:
15447         * gst/multifilesink/multifilesink.vcproj:
15448           Remove the old one.
15449
15450 2006-11-10  David Schleef  <ds@schleef.org>
15451
15452         * configure.ac:
15453         * gst/multifile/Makefile.am:
15454         * gst/multifile/gstmultifile.c:
15455         * gst/multifile/gstmultifilesink.c:
15456         * gst/multifile/gstmultifilesrc.c:
15457         * gst/multifile/multifile.vproj:
15458           Revive multifile[src|sink].
15459
15460 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15461
15462         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
15463         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15464         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
15465         Rename set_pes_filter to set_pes_filters for consistency.
15466         Do run-time pid filtering.
15467
15468 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15469
15470         * sys/dvb/gstdvbsrc.c: (read_device):
15471         Do not call output_frontend_stats from a method that does not
15472         have the gstdvbsrc object.
15473         This fixes the build, sorry guys!
15474
15475 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15476
15477         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
15478         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
15479         (gst_dvbsrc_set_pes_filter):
15480         * sys/dvb/gstdvbsrc.h:
15481         Force PAT to always be in the filter.
15482         Try to continue reading after failing 10 times.
15483
15484 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15485
15486         * po/POTFILES.in:
15487           add dvbsrc
15488         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
15489         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
15490         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
15491         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
15492         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
15493         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
15494         (gst_dvbsrc_set_pes_filter):
15495         * sys/dvb/gstdvbsrc.h:
15496           adapter-prefix is a terrible name for a device, so replace it.
15497           strerror should be used immediately after the syscall related to it.
15498           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
15499           (pretty easy to trigger by opening the same device twice).
15500           Use _OBJECT macros where it makes sense.
15501           This element is going to need some work before it moves.
15502
15503 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15504
15505         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15506
15507         * configure.ac:
15508         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
15509         (gst_wavpack_enc_correction_mode_get_type),
15510         (gst_wavpack_enc_joint_stereo_mode_get_type),
15511         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
15512           Fix enum nicks; only emit no-more-pads once; add support for very
15513           fast encoding mode in upcoming 4.40.0 release (#369539).
15514
15515 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15516
15517         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
15518
15519         * sys/directdraw/gstdirectdrawsink.c:
15520         (gst_directdrawsink_window_thread),
15521         (gst_directdrawsink_create_default_window):
15522         * sys/directdraw/gstdirectdrawsink.h:
15523         * sys/directsound/gstdirectsoundsink.c:
15524           Wait until the window is created before using it; guard unistd.h
15525           includes with HAVE_UNISTD_H. (#366523)
15526
15527         * win32/vs8/libgstdirectdraw.vcproj:
15528         * win32/vs8/libgstdirectsound.vcproj:
15529           Update project files.
15530
15531 2006-10-31  Wim Taymans  <wim@fluendo.com>
15532
15533         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15534         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
15535         (qtdemux_parse_trak):
15536         Handle unbounded length streams a bit better. Fixes #367696.
15537
15538 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15539
15540         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
15541           Fix flow handling and buffer refcounting (gst_pad_push() takes
15542           ownership of the buffer passed to it, the buffer does not have
15543           to be unreffed no matter what flow value gst_pad_push() returns).
15544
15545 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
15546
15547         Patch by: Renato Filho <renato.filho@indt.org.br> 
15548
15549         * gst/nuvdemux/gstnuvdemux.c:
15550         * gst/nuvdemux/gstnuvdemux.h:
15551         Fixed bug for files with timestamps less than 0.
15552         
15553 2006-10-21  David Schleef  <ds@schleef.org>
15554
15555         * configure.ac:
15556         * gst/multifilesink/Makefile.am:
15557         * gst/multifilesink/gstmultifilesink.c:
15558         * gst/multifilesink/gstmultifilesink.h:
15559           I copied over filesink a while ago and modified it to work
15560           as multifilesink.  Might as well check it in.  This could
15561           use some work before being declared useful.
15562
15563 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15564
15565         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
15566         * ext/wavpack/gstwavpackparse.c:
15567         (gst_wavpack_parse_create_src_pad):
15568         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
15569         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
15570           Activate pads before adding them to running element.
15571
15572 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15573
15574         Patch by: Josep Torra Valles  <josep at fluendo com>
15575
15576         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15577         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
15578         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
15579         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
15580         (qtdemux_tag_add_gnre):
15581           Make compile with Forte compiler, mostly don't do pointer arithmetic
15582           with void pointers (#362626).
15583
15584 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15585
15586         * gst/nuvdemux/gstnuvdemux.c:
15587         Just a cast to make it compile oos big_endian systems.
15588
15589 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15590
15591         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
15592         <rosfran.borges@indt.org.br>
15593
15594         * configure.ac:
15595         * gst/nuvdemux/:
15596         * gst/nuvdemux/Makefile.am:
15597         * gst/nuvdemux/gstnuvdemux.c:
15598         * gst/nuvdemux/gstnuvdemux.h:
15599         Created new element nuvdemux.
15600         
15601 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15602
15603         Patch by: Josep Torra Valles  <josep at fluendo com>
15604
15605         * gst/nsf/fds_snd.c:
15606         * gst/nsf/mmc5_snd.c:
15607         * gst/nsf/nsf.c:
15608         * gst/nsf/vrc7_snd.c:
15609         * gst/nsf/vrcvisnd.c:
15610           Fix some things the Forte compiler warns about (#362626).
15611
15612 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15613
15614         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
15615         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
15616         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
15617         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
15618         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
15619         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
15620         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
15621         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
15622         (qtdemux_tree_get_sibling_by_type):
15623         * gst/qtdemux/qtdemux.h:
15624           Avoid void pointer usage, better use guint8 * instead.
15625
15626 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
15627
15628         * configure.ac:
15629         * gst/deinterlace/Makefile.am:
15630         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
15631         (gst_deinterlace_class_init), (gst_deinterlace_init),
15632         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
15633         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
15634         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
15635         * gst/deinterlace/gstdeinterlace.h:
15636           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
15637           me for anything it does or does not do to your precious pictures.
15638
15639 2006-10-11  Edward Hervey  <edward@fluendo.com>
15640
15641         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15642         Add some fourcc for DV format.
15643
15644 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
15645
15646         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
15647         (gst_qtdemux_loop_state_header):
15648           Printf format fixes.
15649
15650         * sys/dvb/gstdvbsrc.c:
15651           Use "_stdint.h".
15652
15653 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15654
15655         * sys/dvb/Makefile.am:
15656         * sys/dvb/dvb-api/Makefile.am:
15657         * sys/dvb/dvb-api/audio.h:
15658         * sys/dvb/dvb-api/ca.h:
15659         * sys/dvb/dvb-api/dmx.h:
15660         * sys/dvb/dvb-api/frontend.h:
15661         * sys/dvb/dvb-api/net.h:
15662         * sys/dvb/dvb-api/osd.h:
15663         * sys/dvb/dvb-api/version.h:
15664         * sys/dvb/dvb-api/video.h:
15665         Remove these files, not needed use system files.
15666         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
15667         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15668         (gst_dvbsrc_tune):
15669         Fix warnings, uint16_t etc. is in stdint.h.
15670         Use system includes not our local ones.
15671
15672 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15673
15674         * configure.ac:
15675         * sys/Makefile.am:
15676         Add dvb detection and allow dvbsrc to be built.
15677
15678 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15679         
15680         * configure.ac:
15681         * sys/Makefile.am:
15682         * sys/dvb/AUTHORS:
15683         * sys/dvb/Makefile.am:
15684         * sys/dvb/README:
15685         * sys/dvb/dvb-api/Makefile.am:
15686         * sys/dvb/dvb-api/audio.h:
15687         * sys/dvb/dvb-api/ca.h:
15688         * sys/dvb/dvb-api/dmx.h:
15689         * sys/dvb/dvb-api/frontend.h:
15690         * sys/dvb/dvb-api/net.h:
15691         * sys/dvb/dvb-api/osd.h:
15692         * sys/dvb/dvb-api/version.h:
15693         * sys/dvb/dvb-api/video.h:
15694         * sys/dvb/gstdvbsrc.c: 
15695         * sys/dvb/gstdvbsrc.h:
15696         Initial import of dvbsrc.
15697         Currently won't be built.
15698
15699 2006-10-10  Wim Taymans  <wim@fluendo.com>
15700
15701         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15702         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
15703         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
15704         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
15705         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
15706         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
15707         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
15708         (qtdemux_parse_tree), (qtdemux_parse_trak):
15709         Reorganise some stuff.
15710         Parse RTSP redirection URLS.
15711
15712 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15713
15714         * docs/plugins/gst-plugins-bad-plugins.args:
15715         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15716         * docs/plugins/gst-plugins-bad-plugins.interfaces:
15717         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
15718         * docs/plugins/inspect/plugin-dtsdec.xml:
15719         * docs/plugins/inspect/plugin-mms.xml:
15720         * docs/plugins/inspect/plugin-mpeg2enc.xml:
15721         * docs/plugins/inspect/plugin-neon.xml:
15722         * docs/plugins/inspect/plugin-replaygain.xml:
15723         * docs/plugins/inspect/plugin-soundtouch.xml:
15724         * docs/plugins/inspect/plugin-spcdec.xml:
15725         * docs/plugins/inspect/plugin-swfdec.xml:
15726         * docs/plugins/inspect/plugin-videocrop.xml:
15727         * docs/plugins/inspect/plugin-wavpack.xml:
15728           Add/update docs stuff.
15729
15730 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15731
15732         Patch by: René Stadler  <mail at renestadler de>
15733
15734         * configure.ac:
15735         * docs/plugins/Makefile.am:
15736         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15737         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15738         * gst/replaygain/Makefile.am:
15739         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
15740         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
15741         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
15742         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
15743         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
15744         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
15745         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
15746         (gst_rg_analysis_album_result), (plugin_init):
15747         * gst/replaygain/gstrganalysis.h:
15748         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
15749         (apply_filters), (reset_filters), (accumulator_add),
15750         (accumulator_clear), (accumulator_result), (rg_analysis_new),
15751         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
15752         (rg_analysis_analyze_mono_float),
15753         (rg_analysis_analyze_stereo_float),
15754         (rg_analysis_analyze_mono_int16),
15755         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
15756         (rg_analysis_track_result), (rg_analysis_album_result),
15757         (rg_analysis_reset_album), (rg_analysis_reset):
15758         * gst/replaygain/rganalysis.h:
15759           Add ReplayGain analysis element (#357069).
15760
15761         * tests/check/Makefile.am:
15762         * tests/check/elements/.cvsignore:
15763         * tests/check/elements/rganalysis.c: (get_expected_gain),
15764         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
15765         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
15766         (fail_unless_track_gain), (fail_unless_track_peak),
15767         (fail_unless_album_gain), (fail_unless_album_peak),
15768         (fail_if_track_tags), (fail_if_album_tags),
15769         (fail_unless_num_tracks), (test_buffer_const_float_mono),
15770         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
15771         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
15772         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
15773         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
15774         (rganalysis_suite), (main):
15775           Unit tests for the new replaygain element.
15776
15777 2006-10-06  Wim Taymans  <wim@fluendo.com>
15778
15779         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
15780         (gst_faad_close_decoder):
15781         Some cleanups.
15782         Added some more debugging.
15783         Don't ever ignore unlinked, we're not a demuxer.
15784
15785         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
15786         Activate pad before adding it to the element.
15787
15788 2006-10-06  Michael Smith  <msmith@fluendo.com>
15789
15790         * ext/theora/theoradec.c: (gst_theoradec_reset),
15791         (theora_get_query_types), (theora_dec_src_query),
15792         (theora_dec_src_event), (theora_dec_sink_event),
15793         (theora_handle_comment_packet), (theora_handle_type_packet),
15794         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
15795         (theora_handle_422_image), (theora_handle_420_image),
15796         (theora_handle_data_packet), (theora_dec_chain),
15797         (theora_dec_change_state):
15798         * ext/theora/theoradec.h:
15799           Port lots of changes from theoradec to theoraexpdec.
15800           This catches this plugin up to theoradec. Note that duplicate frames
15801           are broken in theoradec at the moment.
15802
15803 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15804
15805         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15806           Fix mem leak, avoid unnecessary memcpy.
15807
15808 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
15809
15810         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15811         (gst_spectrum_transform_ip):
15812           Removed cruft code that was just commented out. Removed some obsolete
15813           debug logs statements.
15814
15815 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15816
15817         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
15818         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
15819         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
15820         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
15821         (qtdemux_parse_trak):
15822         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15823           Another batch of printf format fixes.
15824
15825 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15826
15827         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15828         (gst_video_crop_init),
15829         (gst_video_crop_get_image_details_from_caps),
15830         (gst_video_crop_transform_packed_complex),
15831         (gst_video_crop_transform_packed_simple),
15832         (gst_video_crop_transform), (gst_video_crop_transform_caps),
15833         (gst_video_crop_set_caps),
15834         (gst_videocrop_clear_negotiated_caps_locked),
15835         (gst_video_crop_set_property):
15836         * gst/videocrop/gstvideocrop.h:
15837           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
15838           passthrough mode; lastly, clear negotiated basetransform caps when
15839           the cropping changes in order to force renegotiation.
15840
15841 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15842
15843         * tests/icles/.cvsignore:
15844         * tests/icles/Makefile.am:
15845         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
15846         (test_with_caps), (video_crop_get_test_caps), (main):
15847           Visual test for videocrop, shows that packed yuv doesn't work right
15848           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
15849           reasons (another basetransform issue?)
15850
15851 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15852
15853         * po/POTFILES.in:
15854         * sys/v4l2/.cvsignore:
15855           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
15856
15857 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15858
15859         * docs/plugins/Makefile.am:
15860         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15861         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15862         * docs/plugins/inspect/plugin-video4linux2.xml:
15863         * gst-plugins-bad.spec.in:
15864           removed v4l2
15865
15866 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15867
15868         * configure.ac:
15869         * sys/Makefile.am:
15870         * sys/v4l2/Makefile.am:
15871         * sys/v4l2/README:
15872         * sys/v4l2/gstv4l2.c:
15873         * sys/v4l2/gstv4l2colorbalance.c:
15874         * sys/v4l2/gstv4l2colorbalance.h:
15875         * sys/v4l2/gstv4l2object.c:
15876         * sys/v4l2/gstv4l2object.h:
15877         * sys/v4l2/gstv4l2src.c:
15878         * sys/v4l2/gstv4l2src.h:
15879         * sys/v4l2/gstv4l2tuner.c:
15880         * sys/v4l2/gstv4l2tuner.h:
15881         * sys/v4l2/gstv4l2vidorient.c:
15882         * sys/v4l2/gstv4l2vidorient.h:
15883         * sys/v4l2/gstv4l2xoverlay.c:
15884         * sys/v4l2/gstv4l2xoverlay.h:
15885         * sys/v4l2/v4l2_calls.c:
15886         * sys/v4l2/v4l2_calls.h:
15887         * sys/v4l2/v4l2src_calls.c:
15888         * sys/v4l2/v4l2src_calls.h:
15889           moved to gst-plugins-good
15890
15891 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15892
15893         * sys/v4l2/gstv4l2object.c:
15894         (gst_v4l2_object_install_properties_helper):
15895           comment out the properties that are already part of the tuner
15896           interface.
15897
15898 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15899
15900         * sys/v4l2/gstv4l2src.c:
15901         Improve docs.
15902
15903 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15904
15905         * ext/xvid/gstxvid.c: (plugin_init):
15906           Set rank of xviddec to NONE until someone fixes it (too many crasher
15907           bug reports against totem, people should use gst-ffmpeg).
15908
15909 2006-09-28  Wim Taymans  <wim@fluendo.com>
15910
15911         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15912         (gst_v4l2src_get_caps):
15913         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15914         Framerate can be 0/1 too.
15915         Init framerate to 0/1 before querying it so that we can detect
15916         devices that don't know about a framerate.
15917         Add some more debugging info.
15918
15919 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15920
15921         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15922           Add support for 'yv12' fourcc.
15923
15924 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15925
15926         * sys/v4l2/gstv4l2src.c:
15927         * sys/v4l2/gstv4l2src.h:
15928         * tests/icles/v4l2src-test.c:
15929         Removed set-undef-fps.
15930
15931 2006-09-27  Wim Taymans  <wim@fluendo.com>
15932
15933         * sys/v4l2/gstv4l2object.c:
15934         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15935         (gst_v4l2_object_set_property_helper),
15936         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15937         * sys/v4l2/gstv4l2object.h:
15938         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15939         (gst_v4l2src_create):
15940         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15941         (gst_v4l2_tuner_list_channels),
15942         (gst_v4l2_tuner_set_channel_and_notify),
15943         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15944         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15945         (gst_v4l2_tuner_get_norm):
15946         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15947         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15948         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15949         Renamed some properties to match the tuner interface naming.
15950
15951 2006-09-27  Wim Taymans  <wim@fluendo.com>
15952
15953         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15954         (gst_v4l2_set_defaults):
15955         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15956         (gst_v4l2src_create):
15957         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15958         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15959         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15960         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15961         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15962         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15963         (gst_v4l2_set_input):
15964         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15965         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15966         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15967         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15968         (gst_v4l2src_buffer_new):
15969         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15970         Small cleanups.
15971         Fix error messages.
15972         Use locks when getting timestamps.
15973         Fix leaks in test.
15974         Add licensing header to tests.
15975
15976 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15977
15978         * sys/v4l2/gstv4l2colorbalance.c:
15979         * sys/v4l2/gstv4l2object.c:
15980         * sys/v4l2/gstv4l2src.c:
15981         * sys/v4l2/gstv4l2src.h:
15982         * sys/v4l2/gstv4l2tuner.c:
15983         * sys/v4l2/v4l2_calls.c:
15984         * sys/v4l2/v4l2src_calls.c:
15985         * tests/icles/v4l2src-test.c:
15986         Some cleanups and comments.
15987
15988 2006-09-26  Wim Taymans  <wim@fluendo.com>
15989
15990         * docs/plugins/Makefile.am:
15991         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15992         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15993         Add v4l2 plugin to the docs.
15994
15995         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15996         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15997         * sys/v4l2/gstv4l2src.h:
15998         * sys/v4l2/gstv4l2vidorient.c:
15999         Fix docs.
16000         Remove some more externs.
16001
16002 2006-09-26  Wim Taymans  <wim@fluendo.com>
16003
16004         * sys/v4l2/Makefile.am:
16005         Fix makefile, list libs in stack order.
16006
16007         * sys/v4l2/gstv4l2colorbalance.c:
16008         * sys/v4l2/gstv4l2colorbalance.h:
16009         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
16010         (gst_v4l2_object_install_properties_helper):
16011         * sys/v4l2/gstv4l2object.h:
16012         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
16013         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
16014         * sys/v4l2/gstv4l2src.h:
16015         * sys/v4l2/gstv4l2tuner.h:
16016         * sys/v4l2/gstv4l2vidorient.h:
16017         * sys/v4l2/gstv4l2xoverlay.h:
16018         * sys/v4l2/v4l2_calls.h:
16019         * sys/v4l2/v4l2src_calls.h:
16020         Fix coding style:
16021         - Remove extern from functions.
16022         - Fix header indentation.
16023         Fix Flags, add defaults for properties.
16024         Remove unused enums.
16025         Fix TOO_LAZY in error messages.
16026
16027 2006-09-26  Wim Taymans  <wim@fluendo.com>
16028
16029         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
16030         (gst_v4l2_probe_needs_probe),
16031         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
16032         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
16033         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
16034         (gst_v4l2_object_start), (gst_v4l2_object_stop):
16035         * sys/v4l2/gstv4l2object.h:
16036         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
16037         (gst_v4l2src_init), (gst_v4l2src_dispose),
16038         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
16039         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
16040         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
16041         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
16042         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
16043         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
16044         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
16045         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
16046         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
16047         (gst_v4l2_get_input), (gst_v4l2_set_input):
16048         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
16049         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
16050         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
16051         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
16052         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
16053         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
16054         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
16055         (gst_v4l2src_buffer_new):
16056         Fix pass at code cleanups, move errors cases out of the normal
16057         flow for additional code clarity.
16058
16059 2006-09-23  Wim Taymans  <wim@fluendo.com>
16060
16061         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
16062         (gst_cdaudio_init), (gst_cdaudio_set_property),
16063         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
16064         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
16065         (gst_cdaudio_query), (cdaudio_uri_set_uri):
16066         Port to 0.10.
16067
16068 2006-09-22  David Schleef  <ds@schleef.org>
16069
16070         * sys/glsink/glimagesink.c:
16071           Fix problems when the element cannot open the display.
16072           (fixes #357212)
16073
16074 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
16075
16076         * configure.ac:
16077           Up requirements to -base CVS and core CVS (the format for the
16078           video orientation interface used by v4l2src and the latter
16079           since that's what -base CVS requires).
16080
16081 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
16082
16083         * ext/directfb/dfbvideosink.c: (plugin_init):
16084           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
16085           be autoplugged shouldn't trump plugins in -base, -good or -ugly
16086           (in this case ximagesink).
16087
16088         * sys/glsink/glimagesink.c: (plugin_init):
16089           Set rank to NONE to prevent it from being autoplugged until
16090           errors are handled properly (see #357212).
16091
16092 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
16093
16094         * ext/neon/Makefile.am:
16095         * ext/neon/gstneonhttpsrc.c:
16096         * ext/neon/gstneonhttpsrc.h:
16097         Reverted previous commit (2006-09-19 - Allow internal codes from
16098         last.fm). As dicussed on #gstreamer it should be done in separete
16099         element.
16100
16101 2006-09-21  Wim Taymans  <wim@fluendo.com>
16102
16103         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
16104         (gst_faac_chain):
16105         Add decoder specific info on the caps.
16106         Some cleanups here and there.
16107
16108 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
16109
16110         Patch by: Milosz Derezynski <internalerror@gmail.com> and
16111                   Rosfran Borges <rosfran.borges@indt.org.br>
16112
16113         * ext/neon/Makefile.am:
16114         * ext/neon/gstneonhttpsrc.c:
16115         * ext/neon/gstneonhttpsrc.h:
16116         Allow internal codes from last.fm
16117         
16118
16119 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
16120
16121         * tests/icles/v4l2src-test.c:
16122         Just a small fix to the app options.
16123
16124 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
16125
16126         * sys/v4l2/Makefile.am:
16127         * sys/v4l2/gstv4l2src.c:
16128         * sys/v4l2/gstv4l2vidorient.c:
16129         * sys/v4l2/gstv4l2vidorient.h:
16130         * tests/icles/v4l2src-test.c:
16131         Add Video Orientation interface support to v4l2src.
16132         
16133 2006-09-19  Wim Taymans  <wim@fluendo.com>
16134
16135         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16136         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
16137         (gst_gsmdec_chain):
16138         * ext/gsm/gstgsmdec.h:
16139         Handle WAV49 variant (GSM in WAV).
16140         Some small cleanups.
16141
16142 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
16143
16144         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
16145         Fix GST_BUFFER_DURATION.
16146
16147 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
16148
16149         * ext/hermes/gsthermescolorspace.c:
16150         * ext/ivorbis/vorbisfile.c:
16151         * ext/lcs/gstcolorspace.c:
16152         * ext/wavpack/gstwavpackenc.h:
16153         * ext/xine/xineaudiodec.c:
16154         * ext/xine/xineaudiosink.c:
16155         * ext/xine/xineinput.c:
16156         * gst/chart/gstchart.c:
16157         * gst/equalizer/gstiirequalizer.c:
16158         * gst/games/gstpuzzle.c:
16159         * gst/librfb/gstrfbsrc.c:
16160         * gst/mixmatrix/mixmatrix.c:
16161         * gst/nsf/gstnsf.h:
16162         * gst/vbidec/gstvbidec.c:
16163         * gst/virtualdub/gstxsharpen.c:
16164           More G_OBJECT macro fixing.
16165
16166 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
16167
16168         * sys/v4l2/gstv4l2src.c:
16169         * sys/v4l2/gstv4l2src.h:
16170         * sys/v4l2/gstv4l2xoverlay.c:
16171         * sys/v4l2/v4l2_calls.c:
16172         * sys/v4l2/v4l2src_calls.c:
16173         * tests/icles/v4l2src-test.c:
16174         The test application and the plgind error messages has been improved.
16175         
16176 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
16177
16178         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16179         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
16180           Implements stop() to clear the adapter and event() to clear the
16181           adapter on FLUSH_STOP and EOS.
16182
16183 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
16184
16185         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
16186         (gst_spectrum_set_property):
16187         * gst/spectrum/gstspectrum.h:
16188           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
16189           René Stadler
16190
16191 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
16192
16193         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
16194           Use more defines
16195
16196         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
16197         (gst_spectrum_dispose), (gst_spectrum_set_caps),
16198         (gst_spectrum_transform_ip):
16199         * gst/spectrum/gstspectrum.h:
16200           Apply some of the spectrum cleanup changes suggested in #348085.
16201
16202 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
16203
16204         * configure.ac:
16205           Bump requirements of -base (videocrop test case needs this).
16206
16207         * gst/videocrop/gstvideocrop.c:
16208           Document sloppy handling of subsampled chroma planes if
16209           left/top cropping is an odd number.
16210
16211         * tests/check/elements/videocrop.c: (handoff_cb),
16212         (videocrop_test_cropping_init_context),
16213         (videocrop_test_cropping_deinit_context),
16214         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
16215         (videocrop_suite), (main):
16216           Add another unit test that crops the input to 1x1 (and checks
16217           that that pixel has the expected values in a number of formats).
16218
16219 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
16220
16221         * gst/videocrop/Makefile.am:
16222         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
16223         (gst_video_crop_transform_packed),
16224         (gst_video_crop_transform_planar):
16225           Some quick tests indicate that it doesn't make a great deal
16226           of sense to use liboil here, at least not for the memcpy()s
16227           we do, so remove liboil usage until there is clear evidence
16228           it actually makes a positive difference somewhere.
16229
16230 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
16231
16232         * tests/check/elements/videocrop.c: (handoff_cb),
16233         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
16234         (notgst_value_list_get_nth_int), (videocrop_suite):
16235           More tests: check passthrough mode and caps transform in
16236           both directions with fixed values, ranges and lists.
16237
16238 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
16239
16240         * docs/plugins/Makefile.am:
16241         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16242         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16243         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16244           Add videocrop to docs.
16245
16246         * gst/videocrop/Makefile.am:
16247         * gst/videocrop/gstvideocrop.c:
16248         * gst/videocrop/gstvideocrop.h:
16249           Move boilerplate stuff and structures into a header file.
16250
16251         * tests/check/Makefile.am:
16252         * tests/check/elements/.cvsignore:
16253         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
16254         (test_unit_sizes), (videocrop_test_cropping_init_context),
16255         (videocrop_test_cropping_deinit_context),
16256         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
16257           Add unit tests for videocrop.
16258
16259 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
16260
16261         * configure.ac:
16262         * gst/videocrop/Makefile.am:
16263         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
16264         (gst_video_crop_class_init), (gst_video_crop_init),
16265         (gst_video_crop_get_image_details_from_caps),
16266         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
16267         (gst_video_crop_transform_planar), (gst_video_crop_transform),
16268         (gst_video_crop_transform_dimension),
16269         (gst_video_crop_transform_dimension_value),
16270         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
16271         (gst_video_crop_set_property), (gst_video_crop_get_property),
16272         (plugin_init):
16273           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
16274           it support all formats videoscale supports (#345653).
16275
16276 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
16277
16278         * sys/v4l2/gstv4l2.c:
16279         * sys/v4l2/gstv4l2colorbalance.c:
16280         * sys/v4l2/gstv4l2object.c:
16281         (gst_v4l2_object_install_properties_helper):
16282         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
16283         * sys/v4l2/gstv4l2src.h:
16284           Whitespace cleanups, dashify property-names.
16285
16286 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
16287
16288         * sys/v4l2/gstv4l2.c:
16289         * sys/v4l2/gstv4l2colorbalance.c:
16290         * sys/v4l2/gstv4l2colorbalance.h:
16291         * sys/v4l2/gstv4l2object.c:
16292         * sys/v4l2/gstv4l2object.h:
16293         * sys/v4l2/gstv4l2src.c:
16294         * sys/v4l2/gstv4l2src.h:
16295         * sys/v4l2/gstv4l2tuner.c:
16296         * sys/v4l2/gstv4l2tuner.h:
16297         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
16298         * sys/v4l2/gstv4l2xoverlay.h:
16299         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
16300         (gst_v4l2_open):
16301         * sys/v4l2/v4l2_calls.h:
16302         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
16303         (gst_v4l2src_capture_init):
16304         * sys/v4l2/v4l2src_calls.h:
16305           Cleanup error messages and unify header comments
16306
16307 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
16308
16309         * gst/nsf/Makefile.am:
16310         Add missing GST_LIBS
16311
16312 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
16313
16314         * sys/v4l2/gstv4l2src.c:
16315         Another small fix to set_caps function (sucks copy/paste error).
16316         
16317 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
16318
16319         * sys/v4l2/gstv4l2src.c:
16320         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
16321
16322 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
16323
16324         * sys/v4l2/gstv4l2src.c:
16325         A small fix to set_caps function.
16326
16327 2006-08-30  Edward Hervey  <edward@fluendo.com>
16328
16329         * gst/qtdemux/qtdemux.c:
16330         (gst_qtdemux_do_seek):
16331         Reset each streams last_flow to GST_FLOW_OK.
16332         (gst_qtdemux_activate_segment):
16333         Removing mystic modifications for good.
16334
16335 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
16336
16337         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
16338         (qtdemux_parse_tree):
16339           put back 'segment start<=stop' change that was mystically reverted by
16340           the last commit
16341
16342 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
16343
16344         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
16345         (qtdemux_parse_tree):
16346         Fix the build for disabled debug
16347
16348 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
16349
16350         * sys/v4l2/gstv4l2src.c:
16351         * sys/v4l2/v4l2src_calls.c:
16352         * sys/v4l2/v4l2src_calls.h:
16353         Fixed framerate negotiation.
16354         
16355 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
16356
16357         Patch by: Andrew Andkjar  <enki at goodship net>
16358
16359         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
16360         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
16361         (gst_sdlvideosink_deinitsdl):
16362           Only de-init the subsystem we previously initialised. Avoids
16363           borkage when both sdlvideosink and sdlaudiosink are used
16364           at the same time and one is shut down.
16365
16366 2006-08-28  Wim Taymans  <wim@fluendo.com>
16367
16368         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
16369         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
16370         (qtdemux_video_caps):
16371         Make sure segment start<=stop in weird quicktime files.
16372
16373 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
16374
16375         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
16376           add comments and more debug logging
16377
16378 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
16379
16380         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16381
16382         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
16383         (gst_wavpack_dec_chain):
16384           Post audio codec and average bitrate tags on bus (#344472).
16385
16386         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16387         (gst_wavpack_parse_src_query):
16388           Forward queries in other formats (BYTE format in particular)
16389           upstream; add Sebastian to authors.
16390
16391 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
16392
16393         * sys/v4l2/gstv4l2src.c:
16394         * sys/v4l2/v4l2src_calls.c:
16395         * sys/v4l2/v4l2src_calls.h:
16396         Fix set_caps to set width and height to the values the driver is
16397         really working with.
16398
16399 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16400
16401         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
16402           Fix mem leak, send newsegment event on correction pad
16403           as well (#352476).
16404
16405         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
16406           Restore original author (on Sebastian's request).
16407
16408         * tests/check/Makefile.am:
16409         * tests/check/gst-plugins-bad.supp:
16410           Add (so far empty) suppression file for -bad. Remove
16411           wavpackenc test from VALGRIND_TO_FIX now that the leak
16412           is fixed.
16413
16414 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16415
16416         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16417
16418         * tests/check/Makefile.am:
16419         * tests/check/elements/.cvsignore:
16420         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
16421         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
16422         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
16423         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
16424         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
16425         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
16426         (wavpackparse_suite), (main):
16427           Add unit tests for wavpack elements (#352476).
16428
16429 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16430
16431         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16432
16433         * docs/plugins/Makefile.am:
16434         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16435         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16436         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16437         * docs/plugins/inspect/plugin-wavpack.xml:
16438         * ext/wavpack/gstwavpackdec.c:
16439         * ext/wavpack/gstwavpackdec.h:
16440         * ext/wavpack/gstwavpackenc.c:
16441         * ext/wavpack/gstwavpackenc.h:
16442         * ext/wavpack/gstwavpackparse.c:
16443         * ext/wavpack/gstwavpackparse.h:
16444           Add docs for wavpack elements (#352476).
16445
16446 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
16447
16448         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
16449         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
16450         Fixed query size to work with drivers that uses intermediate step
16451         like "width * height" to find closest size.
16452         
16453 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16454
16455         * configure.ac:
16456         * docs/plugins/Makefile.am:
16457         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16458         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16459         * gst/gdp/Makefile.am:
16460         * gst/gdp/gstgdp.c:
16461         * gst/gdp/gstgdpdepay.c:
16462         * gst/gdp/gstgdpdepay.h:
16463         * gst/gdp/gstgdppay.c:
16464         * gst/gdp/gstgdppay.h:
16465         * tests/check/Makefile.am:
16466         * tests/check/elements/gdpdepay.c:
16467         * tests/check/elements/gdppay.c:
16468           move gdp plugin to good.
16469
16470 2006-08-21  Wim Taymans  <wim@fluendo.com>
16471
16472         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16473         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
16474         (qtdemux_video_caps), (qtdemux_audio_caps):
16475         Some more constification.
16476         Fix some paletted data formats again.
16477         Fix ulaw/alaw in qt.
16478         Set correct caps for raw RGB.
16479         Add support for yuv2, which is like Yuv2.
16480         Add support for raw audio with the NONE fourcc, which is like raw.
16481
16482 2006-08-21  Wim Taymans  <wim@fluendo.com>
16483
16484         * ext/gsm/gstgsm.c: (plugin_init):
16485         Make rank PRIMARY now that GSM seems to work fine.
16486
16487 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16488
16489         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16490         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
16491         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
16492         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
16493         (gst_wavpack_enc_rewrite_first_block),
16494         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16495         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16496         * ext/wavpack/gstwavpackenc.h:
16497         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16498         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
16499         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
16500         (gst_wavpack_parse_loop):
16501           More clean-ups: use shorter variable names to make code easier to
16502           read; prefix structures we define with 'Gst' to make it clearer
16503           where they come from.
16504
16505 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16506
16507         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16508         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
16509         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16510         (gst_wavpack_enc_sink_event):
16511           Fix caps set on buffers and template caps (output is framed)
16512           and make them match (#351663); use GST_WARNING_OBJECT instead of
16513           GST_ELEMENT_WARNING; simplify push_block(); do some small
16514           clean-ups here and there; fix memleak (#351663).
16515
16516 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
16517
16518         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
16519
16520         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
16521         (gst_wavpack_parse_get_upstream_length),
16522         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
16523         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
16524           Fix resyncing in push mode not stopping re-syncing at embedded
16525           zeroes; skip garbage between frames in pull mode as well if
16526           necessary; use gst_pad_query_peer_duration(); push EOS and
16527           NEWSEGMENT event in right direction (#351659).
16528
16529 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
16530
16531         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16532
16533         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
16534         * ext/wavpack/gstwavpackparse.c:
16535         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
16536           In push mode, re-sync to next wavpack header if sync is lost
16537           (#351557). Also use hyphens instead of underscores in
16538           GObject property names.
16539
16540 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16541
16542         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16543
16544         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
16545         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
16546         (gst_wavpack_parse_src_query),
16547         (gst_wavpack_parse_handle_seek_event),
16548         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16549         (gst_wavpack_parse_create_src_pad),
16550         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
16551         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
16552         (gst_wavpack_parse_sink_activate_pull):
16553         * ext/wavpack/gstwavpackparse.h:
16554           Make wavpackparse also work in push-mode (not seekable yet though);
16555           some small clean-ups along the way; add support for SEEKING query
16556           and query types function. (#351495).
16557
16558 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16559
16560         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
16561         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
16562           Fix leaks (#351502).
16563
16564 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
16565
16566         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
16567         (qtdemux_process_redirects), (qtdemux_parse_tree):
16568           Extract all references/redirections if there is more
16569           than one and sort them; also extract minimum required
16570           bitrate information if available. (#350399)
16571           
16572 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
16573
16574         Patch by: Michal Benes  <michal.benes at itonis tv>
16575
16576         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
16577           Bitrate in the faac structure is per output channel,
16578           not total bitrate (#350741).
16579
16580 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16581
16582         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
16583           Fix GST_ELEMENT_ERROR usage.
16584
16585 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16586
16587         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16588           Fix silly typo.
16589
16590 2006-08-08  Edward Hervey  <edward@fluendo.com>
16591
16592         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16593         I forgot to include the file containing the #define :)
16594         Now includes "config.h"
16595
16596 2006-08-08  Edward Hervey  <edward@fluendo.com>
16597
16598         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16599         Ignore test known to fail on PPC64. See #348114.
16600
16601 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
16602
16603         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
16604         br>
16605
16606         * ext/neon/gstneonhttpsrc.c:
16607         * ext/neon/gstneonhttpsrc.h:
16608         Allow HTTP redirect (HTTP status code 302).
16609
16610 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16611
16612         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16613         Fix event parsing by gdpdepay.  Fixes #349916.
16614
16615 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
16616
16617         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
16618         com>
16619
16620         * ext/Makefile.am:
16621           Use right variables when USE_SPC is defined.
16622
16623 2006-08-02  Wim Taymans  <wim@fluendo.com>
16624
16625         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16626         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
16627         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
16628         (gst_gdp_depay_change_state):
16629         Disable seeking.
16630         Small cleanups.
16631         Clear adapter on disconts.
16632         Clear caps when going to READY instead of NULL
16633
16634         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16635         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
16636         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16637         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16638         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16639         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
16640         (gst_gdp_pay_change_state):
16641         * gst/gdp/gstgdppay.h:
16642         Reset payloader when going to READY.
16643         Fix leaked buffers in ->queue on push errors.
16644         Disable seeking.
16645         Code cleanups.
16646         Create packetizer in _init, free in _finalize.
16647
16648 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16649
16650         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16651         (gst_dfbvideosink_buffer_alloc): Post an error message.
16652
16653 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16654
16655         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16656         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
16657         setup yet. Fail changing state if setup fails.
16658
16659 2006-07-31  Wim Taymans  <wim@fluendo.com>
16660
16661         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16662         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
16663         Consume all events except EOS because we generate events from
16664         the gdp payload instead. Fixes #349204
16665
16666 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16667
16668         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
16669         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
16670         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
16671         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16672         (gst_xviddec_setcaps), (gst_xviddec_change_state):
16673         * ext/xvid/gstxviddec.h:
16674           Clean-ups and code reflows. Pass return value from
16675           gst_pad_alloc_buffer() upstream among other things. Also check
16676           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
16677           Mass rename of xviddec -> dec variable for better
16678           code readability.
16679
16680 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16681
16682         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
16683           Fix size calculation for I420/YV12. Fixes #348976.
16684
16685 2006-07-27  Wim Taymans  <wim@fluendo.com>
16686
16687         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16688         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
16689         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
16690         Fix negotiation.
16691
16692 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16693
16694         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
16695           proxying get/set caps is the wrong thing to do, since we really
16696           do change caps quite fundamentally
16697         * tests/check/elements/gdpdepay.c:
16698         * tests/check/elements/gdppay.c:
16699           remove declaration of buffers, it's already done in gstcheck.h
16700
16701 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
16702
16703         * sys/directsound/gstdirectsoundsink.h:
16704         * sys/directsound/gstdirectsoundsink.c:
16705         Add an attenuation property that will directly attenuate the 
16706         directsound buffer.
16707         Change the size of the directsound secondary buffer to a half second.
16708         Add more debug logs.
16709         Add a lock to protect dsound buffer write access.
16710         Fix a bad implementation of reset.
16711         * sys/directsound/gstdirectdrawsink.c:
16712         * sys/directsound/gstdirectdrawsink.h:
16713         Add a keep_aspect_ratio property.
16714         Do not use overlay if not supported.
16715         Add more debug logs.
16716         Remove overwrite of WM_ERASEBKGND message handling. It was not
16717         redrawing border when keep_aspect_ratio was enabled.
16718         * win32/common/config.h:
16719         update version waiting an auto-generated config.h
16720
16721 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
16722
16723         Patch by: Chris Lee  <clee at kde org>
16724
16725         * configure.ac:
16726         * ext/Makefile.am:
16727         * ext/spc/Makefile.am:
16728         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
16729         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
16730         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
16731         (gst_spc_dec_src_query), (spc_play), (spc_setup),
16732         (gst_spc_dec_change_state), (plugin_init):
16733         * ext/spc/gstspc.h:
16734           Add libopenspc-based SPC decoder element (#348220).
16735
16736 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16737
16738         Patch by: Martin Szulecki
16739
16740         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
16741           If "device-name" is requested and the device is not
16742           open, try to temporarily open it to obtain this
16743           information (#342494).
16744
16745 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16746
16747         * gst/nsf/nsf.c: (nsf_load):
16748           Really fix compilation. Apparently it's not enough to
16749           just check the return value for errors, but we need to
16750           check for short reads as well (now if only we handled
16751           them too ...). Fixes #347935.
16752
16753 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16754
16755         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
16756           Fix caps after previous change to byte order endianness.
16757
16758         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16759         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16760         (gst_wavpack_parse_loop):
16761         * ext/wavpack/gstwavpackparse.h:
16762           Queue incoming events if there's no source pad yet and
16763           send them downstream later when the pad is there.
16764
16765 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16766
16767         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
16768         (gst_wavpack_dec_format_samples),
16769         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16770         (gst_wavpack_dec_change_state):
16771         * ext/wavpack/gstwavpackdec.h:
16772           Output audio in native byte order (which is also how we get
16773           samples from wavpack); output samples with 21-24 bit depth
16774           with 32 bit width (makes things easier for us).
16775
16776 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16777
16778         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16779         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16780         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16781         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16782         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
16783         * ext/wavpack/gstwavpackdec.h:
16784           More clean-ups: remove most of the disfunctional correction
16785           pad stuff for now, if it ever gets implemented a lot of stuff
16786           will have to be rewritten anyway; redo chain function, move
16787           errors to end, error out instead of g_assert()ing. Also rename
16788           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
16789           other small stuff.
16790
16791 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16792
16793         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16794
16795         * configure.ac:
16796           Check for wavpack version and define WAVPACK_OLD_API if
16797           necessary.
16798
16799         * ext/wavpack/Makefile.am:
16800         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
16801         (gst_wavpack_read_metadata):
16802         * ext/wavpack/gstwavpackcommon.h:
16803         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16804         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16805         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16806         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16807         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
16808         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
16809         * ext/wavpack/gstwavpackdec.h:
16810         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
16811         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
16812         (gst_wavpack_enc_set_wp_config):
16813         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16814         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
16815         (gst_wavpack_parse_index_get_entry_from_sample),
16816         (gst_wavpack_parse_scan_to_find_sample),
16817         (gst_wavpack_parse_handle_seek_event),
16818         (gst_wavpack_parse_create_src_pad):
16819         * ext/wavpack/gstwavpackstreamreader.c:
16820         * ext/wavpack/gstwavpackstreamreader.h:
16821           Port to new/official wavpack API, don't use API that was exported
16822           in wavpack header files and in the lib but meant to be private, at
16823           least not for recent wavpack versions; misc. 'cleanups' (#347443).
16824
16825 2006-07-18  Wim Taymans  <wim@fluendo.com>
16826
16827         * gst/nsf/nsf.c: (nsf_load):
16828         Fix compilation by not ignoring return values of fread.
16829
16830 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16831
16832         * docs/plugins/inspect/plugin-alsaspdif.xml:
16833         * docs/plugins/inspect/plugin-filter.xml:
16834         * docs/plugins/inspect/plugin-h264parse.xml:
16835         * docs/plugins/inspect/plugin-musepack.xml:
16836         * docs/plugins/inspect/plugin-nsfdec.xml:
16837         * docs/plugins/inspect/plugin-sdl.xml:
16838         * docs/plugins/inspect/plugin-spectrum.xml:
16839           adding more inspect docs
16840
16841 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16842
16843         * docs/plugins/inspect/plugin-gdp.xml:
16844           actually commit inspectation of gdp element
16845
16846 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16847
16848         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
16849         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16850           remove parent_class setting, BOILERPLATE does this
16851         (gst_gdp_pay_reset_streamheader):
16852           fix typo in comment
16853
16854 2006-07-17  Wim Taymans  <wim@fluendo.com>
16855
16856         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16857         (gst_qtdemux_prepare_current_sample),
16858         (gst_qtdemux_loop_state_movie):
16859         Store duration in uint64 too instead of clipping.
16860         When we do a keyframe seek and the requested time is at the
16861         keyframe, don't seek back to the beginning of the keyframe.
16862         Fixes #347439.
16863
16864 2006-07-16  Wim Taymans  <wim@fluendo.com>
16865
16866         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16867         Don't crash on small buffers.
16868
16869 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16870
16871         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16872         Reset adapter.
16873
16874 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16875
16876         * gst/spectrum/demo-audiotest.c: (main):
16877         * gst/spectrum/demo-osssrc.c: (main):
16878         Do not use deprecated gtk functions.
16879
16880 2006-07-14  Wim Taymans  <wim@fluendo.com>
16881
16882         * gst/nsf/Makefile.am:
16883         * gst/nsf/memguard.c:
16884         * gst/nsf/memguard.h:
16885         * gst/nsf/types.h:
16886         Remove crack malloc/free replacement.
16887
16888 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16889
16890         * docs/plugins/Makefile.am:
16891         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16892         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16893           add more plugins and elements to docs
16894         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16895           fix segfaults due to wrong g_free
16896           add example
16897         * gst/gdp/gstgdppay.c:
16898           add example
16899
16900 2006-07-13  Wim Taymans  <wim@fluendo.com>
16901
16902         * gst/nsf/Makefile.am:
16903         Fix build.
16904
16905 2006-07-13  Wim Taymans  <wim@fluendo.com>
16906
16907         Based on patches by: Johan Dahlin <johan at gnome dot org>
16908                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16909
16910         * configure.ac:
16911         * gst/nsf/Makefile.am:
16912         * gst/nsf/dis6502.h:
16913         * gst/nsf/fds_snd.c:
16914         * gst/nsf/fds_snd.h:
16915         * gst/nsf/fmopl.c:
16916         * gst/nsf/fmopl.h:
16917         * gst/nsf/gstnsf.c:
16918         * gst/nsf/gstnsf.h:
16919         * gst/nsf/log.c:
16920         * gst/nsf/log.h:
16921         * gst/nsf/memguard.c:
16922         * gst/nsf/memguard.h:
16923         * gst/nsf/mmc5_snd.c:
16924         * gst/nsf/mmc5_snd.h:
16925         * gst/nsf/nes6502.c:
16926         * gst/nsf/nes6502.h:
16927         * gst/nsf/nes_apu.c:
16928         * gst/nsf/nes_apu.h:
16929         * gst/nsf/nsf.c:
16930         * gst/nsf/nsf.h:
16931         * gst/nsf/osd.h:
16932         * gst/nsf/types.h:
16933         * gst/nsf/vrc7_snd.c:
16934         * gst/nsf/vrc7_snd.h:
16935         * gst/nsf/vrcvisnd.c:
16936         * gst/nsf/vrcvisnd.h:
16937         Added NSF decoder plugin. Fixes 151192. 
16938
16939 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16940
16941         * tests/check/Makefile.am:
16942           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16943
16944 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16945
16946         * configure.ac:
16947           Don't error out in configure if mjpegtools dev is not there.
16948
16949 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16950
16951         Patch by: Mark Nauwelaerts <manauw at skynet be>
16952
16953         * configure.ac:
16954         * ext/Makefile.am:
16955         * ext/mpeg2enc/Makefile.am:
16956         * ext/mpeg2enc/gstmpeg2enc.cc:
16957         * ext/mpeg2enc/gstmpeg2enc.hh:
16958         * ext/mpeg2enc/gstmpeg2encoder.cc:
16959         * ext/mpeg2enc/gstmpeg2encoder.hh:
16960         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16961         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16962         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16963         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16964         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16965           Port mpeg2enc to 0.10 (#343184).
16966
16967         * tests/check/Makefile.am:
16968         * tests/check/elements/.cvsignore:
16969         * tests/check/elements/mpeg2enc.c:
16970           Add unit test for mpeg2enc.
16971
16972         * tests/icles/.cvsignore:
16973           Ignore pitch-test.
16974
16975 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16976
16977         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16978           Fix typo in property nick.
16979
16980 2006-07-10  Wim Taymans  <wim@fluendo.com>
16981
16982         * gst/filter/gstbpwsinc.h:
16983         * gst/filter/gstiir.h:
16984         * gst/filter/gstlpwsinc.h:
16985         Don't forget new files.
16986
16987 2006-07-10  Wim Taymans  <wim@fluendo.com>
16988
16989         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16990
16991         * configure.ac:
16992         * gst/filter/Makefile.am:
16993         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16994         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16995         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16996         (bpwsinc_set_property), (bpwsinc_get_property):
16997         * gst/filter/gstfilter.c: (plugin_init):
16998         * gst/filter/gstfilter.h:
16999         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
17000         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
17001         (iir_transform_ip), (iir_set_property), (iir_get_property):
17002         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
17003         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
17004         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
17005         (lpwsinc_set_property), (lpwsinc_get_property):
17006         Ported the gstfilter plugin to GStreamer 0.10.
17007         Fixes #346853.
17008
17009 2006-07-10  Wim Taymans  <wim@fluendo.com>
17010
17011         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
17012           Extract comment information!!
17013
17014 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
17015
17016         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17017         (qtdemux_tag_add_date):
17018           Extract year/date information (fixes #347079).
17019
17020 2006-07-07  Wim Taymans  <wim@fluendo.com>
17021
17022         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17023         Don't crash on twos/sowt/raw audio. #345830.
17024
17025 2006-07-07  Wim Taymans  <wim@fluendo.com>
17026
17027         Patch by: Lutz Mueller <lutz at topfrose dot de>
17028
17029         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
17030         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
17031         (request_dispatch), (gst_neonhttp_src_create),
17032         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
17033         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
17034         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
17035         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
17036         * ext/neon/gstneonhttpsrc.h:
17037         Remove unlock function. start/stop will do everything needed
17038         Removed code that was never called.
17039         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
17040         Do not escape path. Fixes #346723.
17041         Additional code cleanups.
17042
17043 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
17044
17045         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17046         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
17047           Fix silly crasher in state change function; add
17048           IV41 fourcc (see bug #171111); don't output confusing
17049           debug message when skipping atoms.
17050
17051 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
17052
17053         * ext/directfb/dfbvideosink.c:
17054         * ext/gsm/gstgsmdec.c:
17055         * ext/gsm/gstgsmenc.c:
17056         * ext/libmms/gstmms.c:
17057         * ext/neon/gstneonhttpsrc.c:
17058         * ext/theora/theoradec.c:
17059         * gst/freeze/gstfreeze.c:
17060         * gst/gdp/gstgdpdepay.c:
17061         * gst/gdp/gstgdppay.c:
17062         * sys/glsink/glimagesink.c:
17063           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
17064           and fix one GObject boilerplate macro.
17065
17066 2006-06-20  Wim Taymans  <wim@fluendo.com>
17067
17068         * gst/modplug/libmodplug/stdafx.h:
17069         Fix modplug on AMD64. Fixes #345336.
17070
17071 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
17072
17073         * configure.ac:
17074           Fix check so that future libneon API changes won't break the build.
17075
17076         * ext/neon/gstneonhttpsrc.c:
17077           Fix build with libneon-0.26.x (#345182).
17078
17079 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
17080
17081         * configure.ac:
17082           Fix --disable-external (can't set conditionals conditionally,
17083           #343602).
17084           
17085 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17086
17087         * gst/spectrum/Makefile.am:
17088         Fix build.
17089
17090 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
17091
17092         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
17093         (draw_spectrum), (message_handler), (main):
17094         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
17095         (message_handler), (main):
17096         port to use message to get results, cleanly exit when closing the window
17097         
17098         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17099         (gst_spectrum_init), (gst_spectrum_dispose),
17100         (gst_spectrum_set_property), (gst_spectrum_get_property),
17101         (gst_spectrum_set_caps), (gst_spectrum_start),
17102         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
17103         * gst/spectrum/gstspectrum.h:
17104         port to derive from basetransform and send results via messages
17105         (like level element)
17106
17107 2006-06-15  Wim Taymans  <wim@fluendo.com>
17108
17109         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
17110         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
17111         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
17112         Combine return values from src pad pushes.
17113
17114 2006-06-15  Wim Taymans  <wim@fluendo.com>
17115
17116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
17117         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17118         (gst_qtdemux_add_stream):
17119         Don't crash on files with 0 samples, EOS immediatly instead.
17120         Fixes #344944.
17121
17122 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
17123
17124         Patch by: Wouter Paesen  <wouter at kangaroot net>
17125
17126         * ext/soundtouch/Makefile.am:
17127         * ext/soundtouch/gstpitch.cc:
17128           Make pitch element controllable via GstController interface
17129           (#344821).
17130           
17131         * configure.ac:
17132           Up core requirements to 0.10.8.1/CVS because earlier
17133           GstControllers can't handle float properties correctly.
17134           Check for GstController CFLAGS and LIBS.
17135
17136         * tests/icles/Makefile.am:
17137         * tests/icles/pitch-test.c: (main):
17138           Add small test program for the above (welcome to the 80s!).
17139
17140 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
17141
17142         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
17143
17144         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
17145         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
17146         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
17147         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
17148         * ext/wavpack/gstwavpackenc.h:
17149           Use bitrate property solely for bitrates and add new
17150           bits-per-sample property for the other stuff. Set duration
17151           to 'unknown' in initial header and resend header with proper
17152           duration on EOS; update Sebastian's e-mail address.
17153
17154 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
17155
17156         * examples/directfb/.cvsignore:
17157         * ext/directfb/.cvsignore:
17158           #define red green
17159
17160 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
17161
17162         * gst/spectrum/.cvsignore:
17163           Ignore more.
17164
17165 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
17166
17167         * ext/libmms/gstmms.c: (gst_mms_create):
17168           Set caps on outgoing buffers.
17169
17170         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
17171           Comment out unused global instance variable.
17172
17173 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
17174
17175         Patch by: Sebastian Dröge  <mail at slomosnail de>
17176
17177         * ext/wavpack/Makefile.am:
17178         * ext/wavpack/gstwavpack.c: (plugin_init):
17179         * ext/wavpack/gstwavpackcommon.h:
17180         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
17181         (gst_wavpack_enc_correction_mode_get_type),
17182         (gst_wavpack_enc_joint_stereo_mode_get_type),
17183         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
17184         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
17185         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
17186         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
17187         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
17188         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
17189         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
17190         (gst_wavpack_enc_plugin_init):
17191         * ext/wavpack/gstwavpackenc.h:
17192         * ext/wavpack/md5.c:
17193         * ext/wavpack/md5.h:
17194           Add wavpack encoder element (#343131).
17195
17196 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
17197
17198         * configure.ac:
17199           Check for X before using X_CFLAGS in the check for opengl (#343866).
17200           
17201         * ext/musepack/Makefile.am:
17202         * ext/wavpack/Makefile.am:
17203         * gst/speed/Makefile.am:
17204           Add missing GST_LIBS, fixes build on cygwin (#343866).
17205
17206 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17207
17208         * configure.ac:
17209           enable building of GDP elements
17210         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
17211         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
17212         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
17213         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
17214         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
17215         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
17216         (gst_gdp_pay_change_state):
17217         * gst/gdp/gstgdppay.h:
17218           add version 1.0
17219
17220 2006-06-02  Michael Smith  <msmith@fluendo.com>
17221
17222         * ext/theora/theoradec.c: (theora_dec_src_convert),
17223         (theora_handle_type_packet), (theora_handle_422_image),
17224         (theora_handle_444_image), (theora_handle_420_image),
17225         (theora_handle_data_packet):
17226           Theora 4:4:4 pixel format support.
17227
17228 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17229
17230         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
17231         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
17232         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
17233         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
17234         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
17235         (gst_gdp_pay_get_property):
17236           add crc-header and crc-payload properties
17237           don't error out on some things that are recoverable
17238         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
17239           add test for crc
17240
17241 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
17242
17243         * ext/alsaspdif/alsaspdifsink.h:
17244         * ext/amrwb/gstamrwbdec.h:
17245         * ext/amrwb/gstamrwbenc.h:
17246         * ext/amrwb/gstamrwbparse.h:
17247         * ext/arts/gst_arts.h:
17248         * ext/artsd/gstartsdsink.h:
17249         * ext/audiofile/gstafparse.h:
17250         * ext/audiofile/gstafsink.h:
17251         * ext/audiofile/gstafsrc.h:
17252         * ext/audioresample/gstaudioresample.h:
17253         * ext/bz2/gstbz2dec.h:
17254         * ext/bz2/gstbz2enc.h:
17255         * ext/dirac/gstdiracdec.h:
17256         * ext/directfb/dfbvideosink.h:
17257         * ext/divx/gstdivxdec.h:
17258         * ext/divx/gstdivxenc.h:
17259         * ext/dts/gstdtsdec.h:
17260         * ext/faac/gstfaac.h:
17261         * ext/gsm/gstgsmdec.h:
17262         * ext/gsm/gstgsmenc.h:
17263         * ext/ivorbis/vorbisenc.h:
17264         * ext/libfame/gstlibfame.h:
17265         * ext/nas/nassink.h:
17266         * ext/neon/gstneonhttpsrc.h:
17267         * ext/polyp/polypsink.h:
17268         * ext/sdl/sdlaudiosink.h:
17269         * ext/sdl/sdlvideosink.h:
17270         * ext/shout/gstshout.h:
17271         * ext/snapshot/gstsnapshot.h:
17272         * ext/sndfile/gstsf.h:
17273         * ext/swfdec/gstswfdec.h:
17274         * ext/tarkin/gsttarkindec.h:
17275         * ext/tarkin/gsttarkinenc.h:
17276         * ext/theora/theoradec.h:
17277         * ext/wavpack/gstwavpackdec.h:
17278         * ext/wavpack/gstwavpackparse.h:
17279         * ext/xine/gstxine.h:
17280         * ext/xvid/gstxviddec.h:
17281         * ext/xvid/gstxvidenc.h:
17282         * gst/cdxaparse/gstcdxaparse.h:
17283         * gst/cdxaparse/gstcdxastrip.h:
17284         * gst/colorspace/gstcolorspace.h:
17285         * gst/festival/gstfestival.h:
17286         * gst/freeze/gstfreeze.h:
17287         * gst/gdp/gstgdpdepay.h:
17288         * gst/gdp/gstgdppay.h:
17289         * gst/modplug/gstmodplug.h:
17290         * gst/mpeg1sys/gstmpeg1systemencode.h:
17291         * gst/mpeg1videoparse/gstmp1videoparse.h:
17292         * gst/mpeg2sub/gstmpeg2subt.h:
17293         * gst/mpegaudioparse/gstmpegaudioparse.h:
17294         * gst/multifilesink/gstmultifilesink.h:
17295         * gst/overlay/gstoverlay.h:
17296         * gst/playondemand/gstplayondemand.h:
17297         * gst/qtdemux/qtdemux.h:
17298         * gst/rtjpeg/gstrtjpegdec.h:
17299         * gst/rtjpeg/gstrtjpegenc.h:
17300         * gst/smooth/gstsmooth.h:
17301         * gst/smoothwave/gstsmoothwave.h:
17302         * gst/spectrum/gstspectrum.h:
17303         * gst/speed/gstspeed.h:
17304         * gst/stereo/gststereo.h:
17305         * gst/switch/gstswitch.h:
17306         * gst/tta/gstttadec.h:
17307         * gst/tta/gstttaparse.h:
17308         * gst/videodrop/gstvideodrop.h:
17309         * gst/xingheader/gstxingmux.h:
17310         * sys/directdraw/gstdirectdrawsink.h:
17311         * sys/directsound/gstdirectsoundsink.h:
17312         * sys/dxr3/dxr3audiosink.h:
17313         * sys/dxr3/dxr3spusink.h:
17314         * sys/dxr3/dxr3videosink.h:
17315         * sys/qcam/gstqcamsrc.h:
17316         * sys/vcd/vcdsrc.h:
17317         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
17318
17319 2006-05-31  Edward Hervey  <edward@fluendo.com>
17320
17321         * ext/faad/gstfaad.h:
17322         Forgot to commit the header file too.
17323
17324 2006-05-31  Edward Hervey  <edward@fluendo.com>
17325
17326         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
17327         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
17328         (gst_faad_chain), (gst_faad_change_state):
17329         Added GstSegment to control segments.
17330         Added clipping/dropping of outgoing buffers in order to have accurate
17331         seeking working properly.
17332
17333 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
17334
17335         Patch by: Lutz Müller  <lutz at topfrose de>
17336
17337         * ext/bz2/Makefile.am:
17338         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
17339         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
17340           Use gst_type_find_helper_* functions for typefinding; use
17341           correct caps with gst_pad_alloc_buffer(); add state change
17342           function and reset decoder in it; don't unref buffer if
17343           pad_push fails; use fixed caps on source pad. (#341524).
17344
17345 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
17346
17347         * gst/spectrum/Makefile.am:
17348         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
17349         (spectrum_chain), (main):
17350         * gst/spectrum/demo-osssrc.c:
17351         added another example
17352         
17353         * sys/v4l2/gstv4l2src.c:
17354         fix typo
17355
17356 2006-05-26  Edward Hervey  <edward@fluendo.com>
17357
17358         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
17359         Clip the outputed NEWSEGMENT stop time to the configured segment stop
17360         time.
17361
17362 2006-05-26  Wim Taymans  <wim@fluendo.com>
17363
17364         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
17365         Don't clear the running variable in the seek code.
17366
17367 2006-05-24  Wim Taymans  <wim@fluendo.com>
17368
17369         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
17370         Detect QCELP in mp4a descriptors.
17371
17372 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
17373
17374         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
17375           po/POTFILES.in:
17376           Throw an error when the file is encrypted. Move plugin_init stuff
17377           to the end of the file, add stuff for i18n, make debug category
17378           static.
17379
17380 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
17381
17382         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
17383
17384         * configure.ac:
17385         * gst/h264parse/Makefile.am:
17386         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
17387         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
17388         (gst_h264_parse_init), (gst_h264_parse_chain),
17389         (gst_h264_parse_handle_event), (plugin_init):
17390         * gst/h264parse/gsth264parse.h:
17391           New plugin: h264parse (#340638)
17392
17393 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17394
17395         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
17396         (gst_gdp_depay_change_state):
17397         * gst/gdp/gstgdpdepay.h:
17398         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
17399         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
17400         (gst_gdp_pay_change_state):
17401         * gst/gdp/gstgdppay.h:
17402           Handle error cases when calling functions
17403           do downwards state change after parent's change_state
17404         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
17405         * tests/check/elements/gdppay.c: (GST_START_TEST):
17406           clean up more
17407
17408 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17409
17410         * gst/gdp/Makefile.am:
17411         * gst/gdp/gstgdp.c: (plugin_init):
17412         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
17413         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
17414         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
17415         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
17416         * gst/gdp/gstgdpdepay.h:
17417         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
17418         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
17419         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
17420         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
17421         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
17422         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
17423         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
17424         (gst_gdp_pay_plugin_init):
17425         * gst/gdp/gstgdppay.h:
17426         * tests/check/Makefile.am:
17427         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
17428         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
17429         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
17430         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
17431         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
17432         (main):
17433           adding GDP payloader and depayloader.  Build integration will
17434           follow later when the GDP issues for core are sorted out.
17435
17436 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17437
17438         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17439         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
17440         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
17441           Use boilerplate macro, fix strings to match plugin-moval-requirements
17442
17443 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17444
17445         * gst/spectrum/Makefile.am:
17446           Link to base libraries
17447
17448         * gst/spectrum/demo-osssrc.c: (main):
17449           use new threshhold property
17450
17451         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17452         (gst_spectrum_init), (gst_spectrum_dispose),
17453         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
17454         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
17455         (gst_spectrum_change_state):
17456         * gst/spectrum/gstspectrum.h:
17457         Use gst_adapter, support multiple-channels, add threshold property for
17458         result, add docs, fix resulting spectrum range (was including mirrored
17459         results)
17460
17461 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17462
17463         * configure.ac:
17464         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
17465         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
17466         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
17467         (gst_spectrum_base_init), (gst_spectrum_class_init),
17468         (gst_spectrum_init), (gst_spectrum_dispose),
17469         (gst_spectrum_set_property), (gst_spectrum_chain):
17470         * gst/spectrum/gstspectrum.h:
17471         Initial port of the spectrum element
17472
17473 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
17474
17475         * sys/v4l2/gstv4l2.c:
17476         * sys/v4l2/gstv4l2object.c:
17477         * sys/v4l2/gstv4l2object.h:
17478         * sys/v4l2/gstv4l2src.c:
17479         * sys/v4l2/gstv4l2xoverlay.c:
17480         Some clean-ups requested by wingo in bug #338818.       
17481
17482 2006-05-19  Michael Smith  <msmith@fluendo.com>
17483
17484         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17485         (alsaspdifsink_class_init), (alsaspdifsink_init),
17486         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17487         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
17488         (alsaspdifsink_get_time), (alsaspdifsink_open),
17489         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17490         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17491         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17492         (generate_iec958_zero_frame), (alsaspdifsink_render),
17493         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17494         * ext/alsaspdif/alsaspdifsink.h:
17495           Use sampling rate from set_caps. Comment out some more unused code.
17496
17497 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
17498
17499         * configure.ac:
17500           Check for X11
17501         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
17502         * sys/v4l2/gstv4l2object.h:
17503         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
17504         * sys/v4l2/gstv4l2src.h:
17505         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
17506         * sys/v4l2/gstv4l2xoverlay.h:
17507           Code cleanups, fix debug macros
17508
17509 2006-05-18  Michael Smith  <msmith@fluendo.com>
17510
17511         * ext/Makefile.am:
17512           Fix distcheck?
17513
17514 2006-05-18  Michael Smith  <msmith@fluendo.com>
17515
17516         * configure.ac:
17517         * ext/Makefile.am:
17518         * ext/alsaspdif/Makefile.am:
17519         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17520         (alsaspdifsink_class_init), (alsaspdifsink_init),
17521         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17522         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
17523         (alsaspdifsink_get_time), (alsaspdifsink_open),
17524         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17525         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17526         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17527         (generate_iec958_zero_frame), (alsaspdifsink_render),
17528         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17529         * ext/alsaspdif/alsaspdifsink.h:
17530           Add an alsa plugin to output IEC958 frames over S/PDIF
17531
17532 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
17533
17534         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
17535           Remove unused caps cruft from chain function altogether.
17536
17537 2006-05-17  Edward Hervey  <edward@fluendo.com>
17538
17539         * ext/faad/gstfaad.c: (gst_faad_chain): 
17540         There's no guarantee that caps was set to something, and if it did, the
17541         function called to fill that variable actually sets the caps on the
17542         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
17543         GST_PAD_CAPS(faad->srcpad).
17544
17545 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
17546
17547         Patch by: Young-Ho Cha  <ganadist chollian net>
17548
17549         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
17550         (gst_faad_change_state):
17551         * ext/faad/gstfaad.h:
17552           If we encounter a decoding error, don't error out immediately,
17553           but try to resync (or see if we have better luck with the next
17554           buffer in case of framed input). Only error out after five
17555           consecutive errors. Fixes #341563.
17556
17557 2006-05-12  Wim Taymans  <wim@fluendo.com>
17558
17559         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
17560         (gst_xvidenc_init), (gst_xvidenc_finalize),
17561         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
17562         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
17563         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
17564         (gst_xvidenc_get_property):
17565         Compile fixes.
17566
17567 2006-05-12  Wim Taymans  <wim@fluendo.com>
17568
17569         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17570
17571         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
17572         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
17573         (gst_xvid_image_fill):
17574         * ext/xvid/gstxvid.h:
17575         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
17576         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
17577         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
17578         (gst_xviddec_add_par), (gst_xviddec_negotiate),
17579         (gst_xviddec_decode), (gst_xviddec_chain),
17580         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
17581         (gst_xviddec_src_link), (gst_xviddec_setcaps),
17582         (gst_xviddec_change_state):
17583         * ext/xvid/gstxviddec.h:
17584         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
17585         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
17586         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
17587         (gst_xvidenc_class_init), (gst_xvidenc_init),
17588         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
17589         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
17590         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
17591         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
17592         (gst_xvidenc_change_state):
17593         * ext/xvid/gstxvidenc.h:
17594         xvid plugin to support more capabilities of XviD codec.
17595         Fixes #339462.
17596         Some more cleanups here and there.
17597
17598 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
17599
17600         * sys/v4l2/Makefile.am:
17601         * sys/v4l2/gstv4l2.c:
17602         * sys/v4l2/gstv4l2colorbalance.c:
17603         * sys/v4l2/gstv4l2colorbalance.h:
17604         * sys/v4l2/gstv4l2element.c:
17605         * sys/v4l2/gstv4l2element.h:
17606         * sys/v4l2/gstv4l2object.c:
17607         * sys/v4l2/gstv4l2object.h:
17608         * sys/v4l2/gstv4l2src.c:
17609         * sys/v4l2/gstv4l2src.h:
17610         * sys/v4l2/gstv4l2tuner.c:
17611         * sys/v4l2/gstv4l2tuner.h:
17612         * sys/v4l2/gstv4l2xoverlay.c:
17613         * sys/v4l2/gstv4l2xoverlay.h:
17614         * sys/v4l2/v4l2_calls.c:
17615         * sys/v4l2/v4l2_calls.h:
17616         * sys/v4l2/v4l2src_calls.c:
17617         * sys/v4l2/v4l2src_calls.h:
17618         Changes proposed by Wingo in bug #338818.
17619
17620 2006-05-11  Wim Taymans  <wim@fluendo.com>
17621
17622         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
17623         (gst_qtdemux_handle_esds):
17624         Figure out the real audio type in mp4a boxes by parsing the
17625         optional descriptors in the optional esds box. Promote the
17626         default AAC to mp3 when indicated. Fixes #330632.
17627
17628 2006-05-10  Wim Taymans  <wim@fluendo.com>
17629
17630         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
17631         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
17632         Parse version 2 sample descriptions. Fixes #341231
17633         Don't #define gst_util_dump_mem(), use something more
17634         specific instead to avoid confusion.
17635
17636 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
17637
17638         * sys/v4l2/gstv4l2src.c:
17639         * sys/v4l2/v4l2src_calls.c:
17640         Fix fourcc name printed out. Patch from Martin Rubli.
17641
17642 2006-05-08  Wim Taymans  <wim@fluendo.com>
17643
17644         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
17645         (qtdemux_dump_mvhd):
17646         Don't cause side effects in a debugging function.
17647         Also report duration in push mode since we can.
17648
17649 2006-05-08  Edward Hervey  <edward@fluendo.com>
17650
17651         * autogen.sh: (CONFIGURE_DEF_OPT): 
17652         libtoolize on Darwin/MacOSX is called glibtoolize
17653
17654 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
17655
17656         * ext/amrwb/gstamrwbdec.c:
17657         * ext/amrwb/gstamrwbenc.c:
17658         * ext/sdl/sdlaudiosink.c:
17659         * ext/sdl/sdlvideosink.c:
17660         * ext/wavpack/gstwavpackdec.c:
17661         * ext/xine/xine.c:
17662         * ext/xine/xineaudiodec.c:
17663         * ext/xine/xineaudiosink.c:
17664         * ext/xine/xineinput.c:
17665         * gst/cdxaparse/gstcdxaparse.c:
17666         * gst/freeze/gstfreeze.c:
17667         * sys/v4l2/gstv4l2element.c:
17668         Add semicolons after GST_BOILERPLATE[_FULL] so that
17669         indent doesn't mess up following lines.
17670
17671 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
17672
17673         * sys/v4l2/gstv4l2element.c:
17674         * sys/v4l2/gstv4l2element.h:
17675         * sys/v4l2/gstv4l2src.c:
17676         * sys/v4l2/gstv4l2src.h:
17677         * sys/v4l2/gstv4l2tuner.c:
17678         * sys/v4l2/gstv4l2tuner.h:
17679         * sys/v4l2/v4l2_calls.c:
17680         * sys/v4l2/v4l2_calls.h:
17681         * sys/v4l2/v4l2src_calls.c:
17682         * sys/v4l2/v4l2src_calls.h:
17683         * tests/icles/v4l2src-test.c:
17684         Some changes proposed by wingo in bug #338818 (but not everything
17685         yet). Patch from Martin Rubli to fix framerate detection.
17686
17687 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
17688
17689         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
17690           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
17691
17692 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
17693
17694         * configure.ac:
17695           Back to CVS
17696
17697 === release 0.10.3 ===
17698
17699 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
17700
17701         * configure.ac:
17702           releasing 0.10.3, "Petition to request permission"
17703
17704 2006-05-04  Julien MOUTTE  <julien@moutte.net>
17705
17706         * tests/icles/Makefile.am: Fix build.
17707
17708 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17709
17710         * ext/musicbrainz/Makefile.am:
17711           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
17712
17713 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
17714
17715         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17716         Clean up one piece of logic slightly and remove a 
17717         dead code block.
17718
17719 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17720
17721         * docs/plugins/Makefile.am:
17722         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17723         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17724         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
17725         * docs/plugins/inspect/plugin-musicbrainz.xml:
17726         * ext/musicbrainz/gsttrm.c:
17727         * ext/musicbrainz/gsttrm.h:
17728           Everybody loves docs - add docs for musicbrainz plugin.
17729
17730 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17731
17732         * ext/Makefile.am:
17733           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
17734           
17735 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17736
17737         * ext/Makefile.am:
17738           Forgot to commit this one.
17739
17740 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17741
17742         Patch by: James "Doc" Livingston  <doclivingston gmail com>
17743
17744         * configure.ac:
17745         * ext/musicbrainz/Makefile.am:
17746         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
17747         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
17748         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
17749         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
17750         * ext/musicbrainz/gsttrm.h:
17751           Port MusicBrainz TRM plugin (#336898).
17752
17753 2006-05-03  Michael Smith  <msmith@fluendo.com>
17754
17755         * ext/faad/gstfaad.c: (gst_faad_setcaps),
17756         (looks_like_valid_header), (gst_faad_chain):
17757           Fix #334748: use fake_codec_data if the first bytes of the first
17758           buffer we process doesn't look like plausible AAC data (e.g.
17759           reserved values for rate, or channels). Fixes playback of Apple's
17760           movie trailers.
17761
17762 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
17763
17764         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
17765         Fix get_caps func to work when no framerate is available and the caps
17766         isn't simple.
17767
17768 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
17769
17770         * sys/v4l2/Makefile.am:
17771         * sys/v4l2/gstv4l2colorbalance.c:
17772         * sys/v4l2/gstv4l2xoverlay.c:
17773         * sys/v4l2/v4l2_calls.c:
17774         * tests/icles/Makefile.am:
17775         * tests/icles/v4l2src-test.c:
17776         Few improvements to move to good.
17777
17778 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17779
17780         * configure.ac:
17781         * docs/plugins/Makefile.am:
17782         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17783         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17784         * docs/plugins/inspect/plugin-taglib.xml:
17785         * ext/Makefile.am:
17786         * ext/taglib/Makefile.am:
17787         * ext/taglib/gstid3v2mux.cc:
17788         * ext/taglib/gstid3v2mux.h:
17789         * ext/taglib/gsttaglib.cc:
17790         * ext/taglib/gsttaglib.h:
17791         * tests/check/Makefile.am:
17792         * tests/check/elements/tagid3v2mux.c:
17793           moved to good.  Closes #336110
17794
17795 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17796
17797         * docs/plugins/Makefile.am:
17798         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17799         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17800         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17801         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17802         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17803           Fix up docs for taglib plugin
17804           Also scan .cc files
17805
17806 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17807
17808         * ext/taglib/gsttaglib.cc:
17809           Post an error message on the bus in the (extremely unlikely)
17810           case of an error.
17811
17812 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17813
17814         * ext/taglib/Makefile.am:
17815         * ext/taglib/gstid3v2mux.cc:
17816         * ext/taglib/gstid3v2mux.h:
17817         * ext/taglib/gsttaglib.cc:
17818         * ext/taglib/gsttaglib.h:
17819           Split the actual ID3v2 tag rendering code into
17820           its own subclass.
17821
17822 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
17823
17824         * ext/neon/gstneonhttpsrc.c:
17825         * ext/neon/gstneonhttpsrc.h:
17826           added iradio-mode support as in gnomevfssrc to enable 
17827           connections with icydemux that will send title tag messages on 
17828           shoutcast/icecast streams. I've also added iradio properties
17829           iradio-name, iradio-genre, iradio-url.
17830           added user-agent property because some shoutcast streams don't return 
17831           data if the GET requests don't have a User-Agent.
17832         * win32/common/libgstneon.dsp:
17833           use debug version of libneon in debug mode
17834 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17835
17836         * configure.ac:
17837         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17838         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17839         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17840         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17841         * sys/Makefile.am:
17842         * sys/ximagesrc/Makefile.am:
17843         * sys/ximagesrc/ximagesrc.c:
17844         * sys/ximagesrc/ximagesrc.h:
17845         * sys/ximagesrc/ximageutil.c:
17846         * sys/ximagesrc/ximageutil.h:
17847         * tests/Makefile.am:
17848         * tests/icles/.cvsignore:
17849         * tests/icles/Makefile.am:
17850         * tests/icles/ximagesrc-test.c:
17851           moved ximagesrc to good (See #336756)
17852
17853 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
17854
17855         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
17856         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
17857         (gst_faad_close_decoder), (gst_faad_change_state):
17858         * ext/faad/gstfaad.h:
17859           If we run into a decoding error, try re-opening the decoder
17860           with faacDecInit2() using fake codec data created from the
17861           data the demuxer gave us. Should fix a whole bunch of
17862           GStreamer-faad problems incl. 'channel coupling not
17863           implemented', 'maximum number of scalefactor bands exceeded'
17864           etc. (#173007, #332892).
17865
17866 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17867
17868         * ext/amrwb/gstamrwbdec.c:
17869         * ext/amrwb/gstamrwbenc.c:
17870         * ext/amrwb/gstamrwbparse.c:
17871         * ext/arts/gst_arts.c:
17872         * ext/artsd/gstartsdsink.c:
17873         * ext/audiofile/gstafparse.c:
17874         * ext/audiofile/gstafsink.c:
17875         * ext/audiofile/gstafsrc.c:
17876         * ext/audioresample/gstaudioresample.c:
17877         * ext/bz2/gstbz2dec.c:
17878         * ext/bz2/gstbz2enc.c:
17879         * ext/cdaudio/gstcdaudio.c:
17880         * ext/directfb/dfbvideosink.c:
17881         * ext/divx/gstdivxdec.c:
17882         * ext/divx/gstdivxenc.c:
17883         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17884         * ext/faac/gstfaac.c: (gst_faac_base_init):
17885         * ext/faad/gstfaad.c:
17886         * ext/gsm/gstgsmdec.c:
17887         * ext/gsm/gstgsmenc.c:
17888         * ext/hermes/gsthermescolorspace.c:
17889         * ext/ivorbis/vorbisfile.c:
17890         * ext/lcs/gstcolorspace.c:
17891         * ext/libfame/gstlibfame.c:
17892         * ext/libmms/gstmms.c: (gst_mms_base_init):
17893         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17894         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17895         * ext/nas/nassink.c: (gst_nassink_base_init):
17896         * ext/neon/gstneonhttpsrc.c:
17897         * ext/sdl/sdlaudiosink.c:
17898         * ext/sdl/sdlvideosink.c:
17899         * ext/shout/gstshout.c:
17900         * ext/snapshot/gstsnapshot.c:
17901         * ext/sndfile/gstsf.c:
17902         * ext/swfdec/gstswfdec.c:
17903         * ext/tarkin/gsttarkindec.c:
17904         * ext/tarkin/gsttarkinenc.c:
17905         * ext/theora/theoradec.c:
17906         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17907         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17908         * ext/xvid/gstxviddec.c:
17909         * ext/xvid/gstxvidenc.c:
17910         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17911         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17912         * gst/chart/gstchart.c:
17913         * gst/colorspace/gstcolorspace.c:
17914         * gst/deinterlace/gstdeinterlace.c:
17915         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17916         * gst/festival/gstfestival.c:
17917         * gst/filter/gstbpwsinc.c:
17918         * gst/filter/gstiir.c:
17919         * gst/filter/gstlpwsinc.c:
17920         * gst/freeze/gstfreeze.c:
17921         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17922         * gst/librfb/gstrfbsrc.c:
17923         * gst/mixmatrix/mixmatrix.c:
17924         * gst/mpeg1sys/gstmpeg1systemencode.c:
17925         * gst/mpeg1videoparse/gstmp1videoparse.c:
17926         * gst/mpeg2sub/gstmpeg2subt.c:
17927         * gst/mpegaudioparse/gstmpegaudioparse.c:
17928         * gst/multifilesink/gstmultifilesink.c:
17929         * gst/overlay/gstoverlay.c:
17930         * gst/passthrough/gstpassthrough.c:
17931         * gst/playondemand/gstplayondemand.c:
17932         * gst/qtdemux/qtdemux.c:
17933         * gst/rtjpeg/gstrtjpegdec.c:
17934         * gst/rtjpeg/gstrtjpegenc.c:
17935         * gst/smooth/gstsmooth.c:
17936         * gst/smoothwave/gstsmoothwave.c:
17937         * gst/spectrum/gstspectrum.c:
17938         * gst/speed/gstspeed.c:
17939         * gst/stereo/gststereo.c:
17940         * gst/switch/gstswitch.c:
17941         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17942         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17943         * gst/vbidec/gstvbidec.c:
17944         * gst/videocrop/gstvideocrop.c:
17945         * gst/videodrop/gstvideodrop.c:
17946         * gst/virtualdub/gstxsharpen.c:
17947         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17948         * gst/y4m/gsty4mencode.c:
17949         * sys/cdrom/gstcdplayer.c:
17950         * sys/directdraw/gstdirectdrawsink.c:
17951         * sys/directsound/gstdirectsoundsink.c:
17952         * sys/glsink/glimagesink.c:
17953         * sys/qcam/gstqcamsrc.c:
17954         * sys/v4l2/gstv4l2src.c:
17955         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17956         * sys/ximagesrc/ximagesrc.c:
17957           Define GstElementDetails as const and also static (when defined as
17958           global)
17959
17960 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17961
17962         * ext/musepack/gstmusepackdec.c:
17963         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17964           Add support for segment seeks.
17965
17966 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17967
17968         * sys/v4l2/gstv4l2src.c:
17969         Added a couple of ifdefs to make it compile with other kernels.
17970         
17971 2006-04-20  Wim Taymans  <wim@fluendo.com>
17972
17973         Patch by: j^ <j at bootlab dot org>
17974
17975         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17976         (qtdemux_video_caps):
17977         Never treat video streams as an audio stream.
17978         Add qtdrw mime type.
17979         Fixes #339041
17980
17981 2006-04-19  Wim Taymans  <wim@fluendo.com>
17982
17983         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17984         For VBR audio, don't try to calculate the samples_per_frame.
17985         Fixes #338935.
17986
17987 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17988
17989         * sys/v4l2/gstv4l2src.c:
17990         Just added a gtk-doc comment.
17991
17992 2006-04-17  Michael Smith  <msmith@fluendo.com>
17993
17994         * ext/theora/theoradec.c: (theora_dec_src_convert),
17995         (theora_handle_type_packet), (theora_handle_422_image),
17996         (theora_handle_420_image), (theora_handle_data_packet):
17997         * ext/theora/theoradec.h:
17998           Apply fix from j^ for API change in libtheoradec.
17999
18000           Implement 4:2:2 pixel format. Untested at the moment.
18001
18002 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
18003
18004         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
18005         (gst_musepack_stream_init):
18006           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
18007           gst_pad_new_from_static_template().
18008
18009 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
18010
18011         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
18012         (gst_v4l2src_dispose):
18013         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
18014         Fixed some memory leaks.
18015
18016 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
18017
18018         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
18019         Fix to work in read mode.
18020
18021 2006-04-10  Wim Taymans  <wim@fluendo.com>
18022
18023         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18024         Fix parsing of newer stsd chunks again.
18025
18026 2006-04-10  Wim Taymans  <wim@fluendo.com>
18027
18028         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18029         (qtdemux_parse_trak):
18030         Fix framerate calculation.
18031
18032 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
18033
18034         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
18035           Fix build (class_init declaration/definition mismatch).
18036
18037 2006-04-10  Wim Taymans  <wim@fluendo.com>
18038
18039         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18040         force mono 8000 Hz on AMR samples.
18041
18042 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
18043
18044         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
18045           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
18046         * sys/directdraw/gstdirectdrawsink.c:
18047         * sys/directsound/gstdirectsoundsink.c:
18048           done some cleans in sources
18049         * win32/vs6:
18050           add project files for neon, qtdemux
18051           
18052 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
18053
18054         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
18055         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
18056         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
18057         * ext/arts/gst_arts.c: (gst_arts_class_init):
18058         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
18059         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
18060         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
18061         * ext/audioresample/gstaudioresample.c:
18062         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
18063         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
18064         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
18065         * ext/hermes/gsthermescolorspace.c:
18066         (gst_hermes_colorspace_class_init):
18067         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
18068         * ext/jack/gstjack.c: (gst_jack_class_init):
18069         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
18070         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
18071         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
18072         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
18073         * ext/nas/nassink.c: (gst_nassink_class_init):
18074         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
18075         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
18076         * ext/sndfile/gstsf.c: (gst_sf_class_init):
18077         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
18078         (gst_swfdec_class_init):
18079         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
18080         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
18081         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
18082         * gst/chart/gstchart.c: (gst_chart_class_init):
18083         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
18084         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
18085         * gst/festival/gstfestival.c: (gst_festival_class_init):
18086         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
18087         * gst/filter/gstiir.c: (gst_iir_class_init):
18088         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
18089         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
18090         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
18091         * gst/mpeg1sys/gstmpeg1systemencode.c:
18092         (gst_system_encode_class_init):
18093         * gst/mpeg1videoparse/gstmp1videoparse.c:
18094         (gst_mp1videoparse_class_init):
18095         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
18096         * gst/mpegaudioparse/gstmpegaudioparse.c:
18097         (gst_mp3parse_class_init):
18098         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
18099         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
18100         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
18101         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
18102         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
18103         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
18104         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
18105         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
18106         * gst/stereo/gststereo.c: (gst_stereo_class_init):
18107         * gst/switch/gstswitch.c: (gst_switch_class_init):
18108         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
18109         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
18110         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
18111         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
18112         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
18113         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
18114         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
18115         * sys/directsound/gstdirectsoundsink.c:
18116         (gst_directsoundsink_class_init):
18117         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
18118         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
18119         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
18120         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
18121         * sys/v4l2/gstv4l2colorbalance.c:
18122         (gst_v4l2_color_balance_channel_class_init):
18123         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
18124         (gst_v4l2_tuner_norm_class_init):
18125         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
18126         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
18127
18128 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
18129
18130         * gst/colorspace/gstcolorspace.h:
18131         * gst/deinterlace/gstdeinterlace.h:
18132         * gst/passthrough/gstpassthrough.h:
18133         * gst/y4m/gsty4mencode.h:
18134         Fix more broken GObject macros
18135
18136 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
18137
18138         * ext/xine/gstxine.h:
18139         * gst-libs/gst/play/play.h:
18140         * sys/v4l2/gstv4l2element.h:
18141         * sys/ximagesrc/ximageutil.h:
18142         Fix broken GObject macros
18143
18144 2006-04-08  Wim Taymans  <wim@fluendo.com>
18145
18146         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
18147         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
18148         (qtdemux_dump_stco), (qtdemux_parse_trak):
18149         Don't make rounding errors in timestamp/duration calculations.
18150         Fix timestamps for AMR and IMA4.  Fixes (#337436).
18151         Create a dummy segment even when there is no edit list.
18152
18153 2006-04-07  Julien MOUTTE  <julien@moutte.net>
18154
18155         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
18156         * examples/directfb/Makefile.am: Add example resource files to
18157         dist.
18158
18159 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18160
18161         * ext/amrwb/amrwb-code/Makefile.am:
18162         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
18163         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
18164         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
18165         25fps
18166
18167 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18168
18169         * tests/icles/ximagesrc-test.c: (main):
18170         Actually assert that pipeline goes to playing
18171
18172 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18173
18174         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
18175         (composite_pixel), (gst_ximagesrc_ximage_get),
18176         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
18177         Fix typo, C++ style comments and other small cleanups
18178         
18179 2006-04-06  Wim Taymans  <wim@fluendo.com>
18180
18181         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18182         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
18183         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
18184         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
18185         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
18186         (gst_qtdemux_activate_segment),
18187         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
18188         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
18189         (qtdemux_parse_trak):
18190         Added full edit list support.
18191         Avoid overflows in prologue image detection code.
18192         Avoid roundoff errors in timestamp calculations.
18193
18194 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18195
18196         * configure.ac:
18197           clean up so report properly on missing stuff
18198           fix modplug detection
18199
18200 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18201
18202         * ext/Makefile.am:
18203         * ext/amrwb/amrwb-code/Makefile.am:
18204           don't dist amr wb source code
18205
18206 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
18207
18208         Patch by: j^  <j at bootlab dot org>
18209
18210         * ext/amrwb/gstamrwbdec.c:
18211         * ext/amrwb/gstamrwbenc.c:
18212         * ext/amrwb/gstamrwbparse.c:
18213         * ext/arts/gst_arts.c:
18214         * ext/artsd/gstartsdsink.c:
18215         * ext/audiofile/gstafparse.c:
18216         * ext/audiofile/gstafsink.c:
18217         * ext/audiofile/gstafsrc.c:
18218         * ext/cdaudio/gstcdaudio.c:
18219         * ext/directfb/dfbvideosink.c:
18220         * ext/divx/gstdivxdec.c:
18221         * ext/divx/gstdivxenc.c:
18222         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
18223         * ext/faac/gstfaac.c: (gst_faac_base_init):
18224         * ext/faad/gstfaad.c:
18225         * ext/gsm/gstgsmdec.c:
18226         * ext/gsm/gstgsmenc.c:
18227         * ext/hermes/gsthermescolorspace.c:
18228         * ext/ivorbis/vorbisfile.c:
18229         * ext/lcs/gstcolorspace.c:
18230         * ext/libfame/gstlibfame.c:
18231         * ext/libmms/gstmms.c: (gst_mms_base_init):
18232         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
18233         * ext/nas/nassink.c: (gst_nassink_base_init):
18234         * ext/neon/gstneonhttpsrc.c:
18235         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
18236         * ext/sdl/sdlaudiosink.c:
18237         * ext/sdl/sdlvideosink.c:
18238         * ext/shout/gstshout.c:
18239         * ext/snapshot/gstsnapshot.c:
18240         * ext/sndfile/gstsf.c:
18241         * ext/tarkin/gsttarkindec.c:
18242         * ext/tarkin/gsttarkinenc.c:
18243         * ext/theora/theoradec.c:
18244         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
18245         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
18246         * ext/xvid/gstxviddec.c:
18247         * ext/xvid/gstxvidenc.c:
18248         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
18249         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
18250         * gst/chart/gstchart.c:
18251         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
18252         * gst/festival/gstfestival.c:
18253         * gst/filter/gstiir.c:
18254         * gst/filter/gstlpwsinc.c:
18255         * gst/freeze/gstfreeze.c:
18256         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
18257         * gst/mixmatrix/mixmatrix.c:
18258         * gst/mpeg1sys/gstmpeg1systemencode.c:
18259         * gst/mpeg1videoparse/gstmp1videoparse.c:
18260         * gst/mpeg2sub/gstmpeg2subt.c:
18261         * gst/mpegaudioparse/gstmpegaudioparse.c:
18262         * gst/multifilesink/gstmultifilesink.c:
18263         * gst/overlay/gstoverlay.c:
18264         * gst/passthrough/gstpassthrough.c:
18265         * gst/playondemand/gstplayondemand.c:
18266         * gst/qtdemux/qtdemux.c:
18267         * gst/rtjpeg/gstrtjpegdec.c:
18268         * gst/rtjpeg/gstrtjpegenc.c:
18269         * gst/smooth/gstsmooth.c:
18270         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
18271         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
18272         * gst/videocrop/gstvideocrop.c:
18273         * gst/videodrop/gstvideodrop.c:
18274         * gst/virtualdub/gstxsharpen.c:
18275         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
18276         * gst/y4m/gsty4mencode.c:
18277           Unify the long descriptions in the plugin details (#337263).
18278
18279 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
18280
18281         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
18282         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
18283           Add back "uri" property and mark it as deprecated; undoes
18284           API/ABI breakage from 2006-02-24.
18285
18286 2006-04-05  Wim Taymans  <wim@fluendo.com>
18287
18288         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
18289         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
18290         (gst_qtdemux_loop):
18291         Use duration as segment stop position if none is
18292         explicitly configured.
18293         Also perform EOS when we run past the segment stop.
18294
18295 2006-04-04  Wim Taymans  <wim@fluendo.com>
18296
18297         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
18298         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
18299         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
18300         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
18301         More cleanups, added comments.
18302         Mark discontinuities on outgoing buffers.
18303         Post better errors when something goes wrong.
18304         Handle EOS and segment end properly.
18305
18306 2006-04-04  Wim Taymans  <wim@fluendo.com>
18307
18308         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18309         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
18310         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
18311         (gst_qtdemux_handle_src_event), (plugin_init),
18312         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
18313         (gst_qtdemux_loop), (gst_qtdemux_chain),
18314         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
18315         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
18316         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18317         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
18318         * gst/qtdemux/qtdemux.h:
18319         Handle stss boxes so we can mark and find keyframes.
18320         Implement correct accurate and keyframe seeking.
18321         Use _DEBUG_OBJECT when possible.
18322         Fixes #332155
18323
18324 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18325
18326         * tests/check/Makefile.am:
18327           Only run the id3v2mux check if taglib is available and
18328           the taglib plugin has been built.
18329
18330 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18331
18332         * ext/swfdec/Makefile.am:
18333           Don't set plugindir.
18334
18335         * ext/swfdec/gstswfdec.c:
18336           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
18337
18338 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18339
18340         * configure.ac:
18341           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
18342           the dts plugin.
18343
18344 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18345
18346         * ext/soundtouch/gstpitch.cc:
18347         * ext/theora/theoradec.c:
18348         * gst/modplug/gstmodplug.cc:
18349           GST_ORIGIN => GST_PACKAGE_ORIGIN
18350           GST_PACKAGE => GST_PACKAGE_NAME
18351
18352 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18353
18354         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18355         * docs/plugins/inspect/plugin-bz2.xml:
18356         * docs/plugins/inspect/plugin-cdxaparse.xml:
18357         * docs/plugins/inspect/plugin-freeze.xml:
18358         * docs/plugins/inspect/plugin-glimagesink.xml:
18359         * docs/plugins/inspect/plugin-modplug.xml:
18360         * docs/plugins/inspect/plugin-neon.xml:
18361         * docs/plugins/inspect/plugin-sdl.xml:
18362         * docs/plugins/inspect/plugin-video4linux2.xml:
18363         * docs/plugins/inspect/plugin-ximagesrc.xml:
18364         * docs/plugins/inspect/plugin-xingheader.xml:
18365           add more plugins to docs
18366
18367 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18368
18369         * sys/dxr3/ac3_padder.h:
18370           fix up doc strings
18371         * docs/plugins/Makefile.am:
18372         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18373         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18374         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18375         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
18376         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18377         * docs/plugins/inspect/plugin-qtdemux.xml:
18378         * docs/plugins/inspect/plugin-speed.xml:
18379         * docs/plugins/inspect/plugin-taglib.xml:
18380         * docs/plugins/inspect/plugin-tta.xml:
18381           commit updates
18382         * configure.ac:
18383         * ext/taglib/gsttaglib.cc:
18384         * tests/Makefile.am:
18385         * tests/check/.cvsignore:
18386         * tests/check/Makefile.am:
18387         * tests/check/elements/.cvsignore:
18388         * tests/check/elements/tagid3v2mux.c:
18389         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
18390         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
18391         (test_taglib_id3mux_check_output_buffer),
18392         (test_taglib_id3mux_with_tags), (GST_START_TEST),
18393         (tagid3v2mux_suite), (main):
18394            add the tagid3v2mux check from #336110
18395
18396 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18397
18398         * configure.ac:
18399           rework like the other configure.ac files
18400         * Makefile.am:
18401         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18402         * ext/amrwb/gstamrwb.c:
18403         * ext/arts/gst_arts.c:
18404         * ext/artsd/gstartsdsink.c:
18405         * ext/audiofile/gstaf.c:
18406         * ext/audioresample/gstaudioresample.c:
18407         * ext/bz2/gstbz2.c:
18408         * ext/cdaudio/gstcdaudio.c:
18409         * ext/directfb/dfbvideosink.c:
18410         * ext/dts/gstdtsdec.c:
18411         * ext/faac/gstfaac.c:
18412         * ext/faad/gstfaad.c:
18413         * ext/hermes/gsthermescolorspace.c:
18414         * ext/ivorbis/vorbis.c:
18415         * ext/jack/gstjack.c:
18416         * ext/lcs/gstcolorspace.c:
18417         * ext/musepack/gstmusepackdec.c:
18418         * ext/musicbrainz/gsttrm.c:
18419         * ext/nas/nassink.c:
18420         * ext/sdl/gstsdl.c:
18421         * ext/snapshot/gstsnapshot.c:
18422         * ext/sndfile/gstsf.c:
18423         * ext/swfdec/gstswfdec.c:
18424         * ext/tarkin/gsttarkin.c:
18425         * ext/xine/xine.c:
18426         * ext/xvid/gstxvid.c:
18427         * gst/cdxaparse/gstcdxaparse.c:
18428         * gst/chart/gstchart.c:
18429         * gst/colorspace/gstcolorspace.c:
18430         * gst/deinterlace/gstdeinterlace.c:
18431         * gst/equalizer/gstiirequalizer.c:
18432         * gst/festival/gstfestival.c:
18433         * gst/filter/gstfilter.c:
18434         * gst/freeze/gstfreeze.c:
18435         * gst/games/gstpuzzle.c:
18436         * gst/librfb/gstrfbsrc.c:
18437         * gst/mixmatrix/mixmatrix.c:
18438         * gst/mpeg1sys/gstmpeg1systemencode.c:
18439         * gst/mpeg1videoparse/gstmp1videoparse.c:
18440         * gst/mpeg2sub/gstmpeg2subt.c:
18441         * gst/mpegaudioparse/gstmpegaudioparse.c:
18442         * gst/multifilesink/gstmultifilesink.c:
18443         * gst/overlay/gstoverlay.c:
18444         * gst/passthrough/gstpassthrough.c:
18445         * gst/playondemand/gstplayondemand.c:
18446         * gst/qtdemux/qtdemux.c:
18447         * gst/rtjpeg/gstrtjpeg.c:
18448         * gst/smooth/gstsmooth.c:
18449         * gst/smoothwave/gstsmoothwave.c:
18450         * gst/spectrum/gstspectrum.c:
18451         * gst/speed/gstspeed.c:
18452         * gst/stereo/gststereo.c:
18453         * gst/switch/gstswitch.c:
18454         * gst/vbidec/gstvbidec.c:
18455         * gst/videocrop/gstvideocrop.c:
18456         * gst/videodrop/gstvideodrop.c:
18457         * gst/virtualdub/gstvirtualdub.c:
18458         * gst/xingheader/gstxingmux.c:
18459         * gst/y4m/gsty4mencode.c:
18460         * sys/cdrom/gstcdplayer.c:
18461         * sys/directdraw/gstdirectdrawplugin.c:
18462         * sys/directsound/gstdirectsoundplugin.c:
18463         * sys/dxr3/dxr3init.c:
18464         * sys/glsink/glimagesink.c:
18465         * sys/qcam/gstqcamsrc.c:
18466         * sys/v4l2/gstv4l2.c:
18467         * sys/vcd/vcdsrc.c:
18468         * sys/ximagesrc/ximagesrc.c:
18469           update to use correct defines
18470         * po/POTFILES.in:
18471         * po/af.po:
18472         * po/az.po:
18473         * po/cs.po:
18474         * po/en_GB.po:
18475         * po/hu.po:
18476         * po/it.po:
18477         * po/nb.po:
18478         * po/nl.po:
18479         * po/or.po:
18480         * po/sq.po:
18481         * po/sr.po:
18482         * po/sv.po:
18483         * po/uk.po:
18484         * po/vi.po:
18485           v4l2 has translations, pick them up
18486
18487 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18488
18489         * sys/ximagesrc/ximagesrc.c: 
18490           Add docs to ximagesrc
18491
18492 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18493
18494         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
18495         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
18496         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
18497         * sys/ximagesrc/ximagesrc.h:
18498         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
18499         * sys/ximagesrc/ximageutil.h:
18500           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
18501           yellow rectangles with the cursor
18502
18503 2006-03-31  Michael Smith  <msmith@fluendo.com>
18504
18505         * configure.ac:
18506           Add autoconfery for theoradec.
18507         * ext/Makefile.am:
18508           Add theora directory.
18509         * ext/theora/Makefile.am:
18510         * ext/theora/theoradec.c: (gst_theoradec_base_init),
18511         (gst_theoradec_class_init), (gst_theoradec_init),
18512         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
18513         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
18514         (theora_dec_sink_convert), (theora_dec_src_query),
18515         (theora_dec_sink_query), (theora_dec_src_event),
18516         (theora_dec_sink_event), (theora_handle_comment_packet),
18517         (theora_handle_type_packet), (theora_handle_header_packet),
18518         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
18519         (theora_dec_change_state), (plugin_init):
18520         * ext/theora/theoradec.h:
18521           Add theora plugin for theora-exp decoder. Very heavily based on the
18522           existing theora decoder plugin.
18523
18524 2006-03-29  Wim Taymans  <wim@fluendo.com>
18525
18526         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
18527         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
18528         * ext/gsm/gstgsmdec.h:
18529         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
18530         (gst_gsmenc_finalize), (gst_gsmenc_chain):
18531         Cleanups, fix leaks.
18532         Handle events and DISCONT.
18533         Use adapter in the decoder.
18534
18535 2006-03-29  Wim Taymans  <wim@fluendo.com>
18536
18537         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
18538
18539         * configure.ac:
18540         * ext/Makefile.am:
18541         * ext/amrwb/Makefile.am:
18542         * ext/amrwb/README:
18543         * ext/amrwb/amrwb-code/Makefile.am:
18544         * ext/amrwb/amrwb-code/run.sh:
18545         * ext/amrwb/gstamrwb.c: (plugin_init):
18546         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
18547         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
18548         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
18549         (gst_amrwbdec_state_change):
18550         * ext/amrwb/gstamrwbdec.h:
18551         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
18552         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
18553         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
18554         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
18555         * ext/amrwb/gstamrwbenc.h:
18556         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
18557         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
18558         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
18559         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
18560         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
18561         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
18562         * ext/amrwb/gstamrwbparse.h:
18563         Added new plugin amrwb parse.
18564         Renamed audio/AMR to audio/AMR-WB as per spec.
18565         Fixes #333307
18566
18567 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
18568
18569         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
18570         Small fix, now pwc driver can tell about its buffers.
18571
18572 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
18573
18574         * configure.ac:
18575           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
18576           did for -good and -ugly. Fixes build on some systems
18577           and doesn't seem to be required for C++ code.
18578
18579 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
18580
18581         * ext/taglib/gsttaglib.cc:
18582         * ext/taglib/gsttaglib.h:
18583           Fix newsegment event handling a bit. We need to
18584           cache the first newsegment event, because we can't
18585           adjust offsets yet when we get it, as we don't
18586           know the size of the tag yet for sure at that point.
18587           Also do some minor cleaning up here and there and add
18588           some debug statements.
18589
18590 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18591
18592         * ext/taglib/gsttaglib.cc:
18593           We do not want to proxy the caps on the sink pad; our 
18594           source pad should have application/x-id3 caps; also,
18595           don't use already-freed strings in debug messages;
18596           finally, adjust buffer offsets on buffers sent out.
18597
18598 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18599
18600         * sys/v4l2/gstv4l2src.c:
18601           Older kernels don't seem to have this particular v4l2 format,
18602           so comment out until this gets fixed properly (and make
18603           buildbots happy).
18604
18605 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
18606
18607         * sys/v4l2/gstv4l2colorbalance.c:
18608         * sys/v4l2/gstv4l2colorbalance.h:
18609         * sys/v4l2/gstv4l2element.c:
18610         * sys/v4l2/gstv4l2src.c:
18611         * sys/v4l2/gstv4l2src.h:
18612         * sys/v4l2/gstv4l2tuner.c:
18613         * sys/v4l2/v4l2_calls.c:
18614         * sys/v4l2/v4l2src_calls.c:
18615         * sys/v4l2/v4l2src_calls.h:
18616         Just make few things more robust and also some identation.
18617
18618 2006-03-23  Wim Taymans  <wim@fluendo.com>
18619
18620         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
18621
18622         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
18623         (gst_xvidenc_chain):
18624         Patch to mark outgoing encoded buffers as delta-units (or not).
18625         Note that this patch also patches:
18626         - the setting of fincr and fbase in xvid-encoder creation based on
18627           caps framerate
18628         - makes 0, rather than 2, the default max_b_frames, as the current
18629           xvidenc does not seem "fully prepared" to handle b-frame 
18630           "effects", such as encoder returning 0 encoded bytes, etc.
18631         Fixes #335585
18632
18633 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18634
18635         * gst/modplug/libmodplug/Makefile.am:
18636         * gst/modplug/libmodplug/load_it.cpp:
18637           Try that again (not only should it be MODPLUG_ instead
18638           of MODFILE, also that define is already set in stdafx.h;
18639           what we really need is some more #ifndefs).
18640
18641 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18642
18643         * gst/modplug/libmodplug/Makefile.am:
18644           More gcc-4.1 fixes (we don't need file saving, so just
18645           define MODPLUG_NO_FILESAVE. That way, the compiler won't
18646           complain about modplug ignoring the return value of fwrite
18647           any longer and we might even save a few bytes as well).
18648
18649 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18650
18651         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
18652
18653         * configure.ac:
18654         * ext/Makefile.am:
18655         * ext/soundtouch/Makefile.am:
18656         * ext/soundtouch/gstpitch.cc:
18657         * ext/soundtouch/gstpitch.hh:
18658           Add new libsoundtouch-based pitch plugin (#331335).
18659
18660 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
18661
18662         * gst/modplug/libmodplug/load_ptm.cpp:
18663           Fix compilation with gcc-4.1 and -Werror (#327355).
18664
18665 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
18666
18667         * ext/taglib/gsttaglib.h:
18668           Fix left-over gst_my_filter_get_type.
18669
18670 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18671
18672         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
18673         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18674         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
18675         Have a show mouse pointer property and use it if we can
18676
18677 2006-03-15  Edward Hervey  <edward@fluendo.com>
18678
18679         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
18680         Let's not forget to chain up to the parent dispose.
18681
18682 2006-03-15  Edward Hervey  <edward@fluendo.com>
18683
18684         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
18685         (gst_qtdemux_init), (gst_qtdemux_dispose),
18686         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18687         Series of memleak fixes:
18688         - Unref the GstAdapter in finalize.
18689         - Use gst_pad_new_from_static_template(), shorter and safer.
18690         - Free unused QtDemuxStream when not used.
18691
18692 2006-03-14  Edward Hervey  <edward@fluendo.com>
18693
18694         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
18695         (gst_v4l2src_class_init):
18696         Initialization of the debugging category should be as early as possible,
18697         moving it from _class_init() to beginning of _base_init().
18698
18699 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18700
18701         * ext/taglib/gsttaglib.cc:
18702           Add gtk-doc blurb (unused for the time being); match registered
18703           plugin name to the filename of the plugin (taglibmux => taglib)
18704
18705 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18706
18707         Patch by: Mikhail Zabaluev  <mhz altlinux org>
18708
18709         * autogen.sh:
18710           Don't check for file that only exists in CVS but isn't
18711           disted (#334417)
18712
18713 2006-03-13  Julien MOUTTE  <julien@moutte.net>
18714
18715         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18716         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
18717
18718 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18719
18720         * Makefile.am:
18721         * configure.ac:
18722           Fix distcheck.
18723
18724 2006-03-12  Edward Hervey  <edward@fluendo.com>
18725
18726         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
18727         (gst_v4l2src_buffer_pool_free):
18728         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
18729         instead.
18730
18731 2006-03-12  Edward Hervey  <edward@fluendo.com>
18732
18733         * sys/v4l2/gstv4l2element.h:
18734         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
18735         buildbot happy.
18736         I will just use the same comment Ronald used when he added these lines:
18737         Yet Another Hack (tm) for kernel header borkedness.
18738
18739 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18740
18741         * ext/taglib/Makefile.am:
18742         * ext/taglib/gsttaglib.cc:
18743         * ext/taglib/gsttaglib.h:
18744           Add support for writing MusicBrainz IDs.
18745
18746 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18747
18748         * sys/v4l2/gstv4l2element.h:
18749           Include "_stdint.h" in an attempt to make the
18750           PPC-buildbot happy.
18751
18752 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
18753
18754         * configure.ac:
18755         * sys/Makefile.am:
18756         * sys/v4l2/Makefile.am:
18757         * sys/v4l2/gstv4l2.c:
18758         * sys/v4l2/gstv4l2colorbalance.h:
18759         * sys/v4l2/gstv4l2element.c:
18760         * sys/v4l2/gstv4l2element.h:
18761         * sys/v4l2/gstv4l2src.c:
18762         * sys/v4l2/gstv4l2src.h:
18763         * sys/v4l2/gstv4l2tuner.c:
18764         * sys/v4l2/gstv4l2tuner.h:
18765         * sys/v4l2/gstv4l2xoverlay.c:
18766         * sys/v4l2/gstv4l2xoverlay.h:
18767         * sys/v4l2/v4l2_calls.c:
18768         * sys/v4l2/v4l2_calls.h:
18769         * sys/v4l2/v4l2src_calls.c:
18770         * sys/v4l2/v4l2src_calls.h:
18771         V4L2 ported to 0.10.
18772         
18773 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
18774
18775         * configure.ac:
18776           Only compile the taglib plugin if a C++ compiler is
18777           present. Use GST_DEFAULT_ELEMENTS macro from common/
18778           for all the defaults stuff.
18779
18780 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18781
18782         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18783
18784         * configure.ac:
18785         * gst/xingheader/Makefile.am:
18786         * gst/xingheader/gstxingmux.c: 
18787         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
18788         to MP3 files (this allows decoder to figure out the length of VBR
18789         files) 
18790
18791 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18792         
18793         Patch by: Alex Lancaster
18794         
18795         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
18796         and add support for TCOP (copyright)
18797
18798 2006-03-10  Julien MOUTTE  <julien@moutte.net>
18799
18800         * gst/modplug/Makefile.am:
18801         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
18802
18803 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18804
18805         * configure.ac:
18806         * gst/modplug/Makefile.am:
18807         * gst/modplug/gstmodplug.cc:
18808         * gst/modplug/gstmodplug.h:
18809         * gst/modplug/libmodplug/sndfile.cpp:
18810         * gst/modplug/libmodplug/sndfile.h:
18811           modplug plugin ported to 0.10 (#332598, patch by:
18812           Jonathan Matthew <jonathan at kaolin wh9 net>).
18813
18814 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18815
18816         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
18817         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
18818         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
18819         (gst_mms_set_property), (gst_mms_get_property),
18820         (gst_mms_uri_get_uri):
18821         * ext/libmms/gstmms.h:
18822           Some clean-ups; more debug output; use blocksize property
18823           of GstBaseSrc instead of re-registering our own; make debug
18824           category actually be used.
18825
18826 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
18827
18828         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
18829           Fix build with gcc-4.1 (#327355).
18830
18831 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
18832
18833         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18834
18835         * configure.ac:
18836         * ext/Makefile.am:
18837         * ext/taglib/Makefile.am:
18838         * ext/taglib/gsttaglib.cc:
18839         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
18840
18841 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
18842
18843         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
18844           Extract disc number and count from files that use
18845           'disk' instead of 'disc' as node identifier for that
18846           (fixes #332066).
18847
18848 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18849
18850         * ext/musepack/gstmusepackdec.h:
18851         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
18852           Forgot those two.
18853
18854 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18855
18856         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18857         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
18858         (gst_musepackdec_handle_seek_event),
18859         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
18860         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
18861         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
18862         (gst_musepackdec_change_state):
18863           Some cleanups; pause task when push fails.
18864
18865 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
18866
18867         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18868           Add support for '3IVD' fourcc (#333403).
18869
18870 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18871
18872         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18873         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18874         (gst_faad_sink_event), (gst_faad_src_convert),
18875         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18876           Add query function for position/duration querying (mostly for
18877           raw AAC streams); make seeking in raw AAC streams work; post
18878           tags with codec name if this is a raw AAC stream.
18879
18880 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18881
18882         * sys/directdraw:
18883         * sys/directsound:
18884           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18885         * win32/vs6:
18886           project files updated to fix some bugs
18887         * win32/vs7:
18888         * win32/vs8:
18889           vs7 and vs8 project files added
18890         
18891 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18892
18893         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18894           Declare variable at the beginning of the block and make gcc-2.9x
18895           happy (fixes #333283; patch by: Jens Granseuer).
18896
18897 2006-03-03  Edward Hervey  <edward@fluendo.com>
18898
18899         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18900         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18901         when parsing.
18902         Also let's be a bit less vulgar in our warning messages :)
18903
18904 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18905
18906         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18907           Can't divide through zero (suppress warning in case of
18908           stream with one single still picture) (see #327083)
18909
18910 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18911
18912         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18913
18914 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18915
18916         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18917         (qtdemux_parse_trak), (qtdemux_video_caps):
18918           Add support for palettised Apple SMC videos (#327075, based on
18919           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18920
18921 2006-02-24  Michael Smith  <msmith@fluendo.com>
18922
18923         * autogen.sh:
18924           Allow automake 1.9
18925
18926 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18927
18928         * ext/neon/gstneonhttpsrc.c:
18929         Changed property name from "uri" to "location" 
18930
18931 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18932
18933         * configure.ac:
18934         * sys/glsink/Makefile.am:
18935         Merge patch from #317048 for building on Cygwin. Patch by 
18936         Cygwin Ports maintainer.
18937         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18938         Move normal debug output to LOG level not ERROR.
18939
18940 2006-02-19  Jan Gerber  <j@bootlab.org>
18941
18942         Reviewed by : Edward Hervey <edward@fluendo.com>
18943
18944         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18945           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18946           Add image/png for fourcc 'png '
18947  
18948 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18949
18950         * configure.ac:
18951           Surely this is supposed to be >= a.b, not == a.b
18952
18953 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18954
18955         * configure.ac:
18956         * sys/Makefile.am:
18957         * sys/ximagesrc/Makefile.am:
18958         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18959         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18960         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18961         (gst_ximagesrc_recalc), (composite_pixel),
18962         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18963         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18964         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18965         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18966         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18967         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18968         (gst_ximagesrc_init), (plugin_init):
18969         * sys/ximagesrc/ximagesrc.h:
18970         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18971         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18972         (ximageutil_xcontext_clear),
18973         (ximageutil_calculate_pixel_aspect_ratio),
18974         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18975         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18976         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18977         (gst_ximageutil_ximage_destroy):
18978         * sys/ximagesrc/ximageutil.h:
18979
18980         Port ximagesrc to 0.10 (Closes #304795)
18981
18982 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18983
18984         * gst/freeze/gstfreeze.c:
18985         * gst/freeze/gstfreeze.h:
18986         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18987
18988 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18989
18990         * configure.ac:
18991         Back to CVS nano
18992
18993 === release 0.10.1 ===
18994
18995 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18996
18997         * configure.ac:
18998           releasing 0.10.1, "Slimy - yet satisfying"
18999
19000 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
19001
19002         * configure.ac:
19003           Release 0.10.0.3 - pre-release for 0.10.1
19004
19005 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
19006
19007         * ext/bz2/gstbz2.c:
19008         * ext/bz2/gstbz2dec.c:
19009         * ext/bz2/gstbz2dec.h:
19010         * ext/bz2/gstbz2enc.c:
19011         * ext/bz2/gstbz2enc.h:
19012           Add proper copyright headers identifying Lutz Müller
19013           as the author and copyright holder (#331600).
19014
19015 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
19016
19017         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
19018           Don't GST_LOG timestamps from nonexistent index
19019           entries (#331582).
19020
19021 2006-02-17  Edward Hervey  <edward@fluendo.com>
19022
19023         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
19024         Check that the size of the returned buffer is of the correct size
19025         because the parser assumes that.
19026         Fixes #331543.
19027
19028 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
19029
19030         * configure.ac:
19031           Release 0.10.0.2 - pre-release for 0.10.1
19032
19033 2006-02-16  Edward Hervey  <edward@fluendo.com>
19034
19035         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
19036         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
19037         Don't stop the task if the pad isn't linked.
19038
19039 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
19040
19041         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
19042           It appears 100% equals 1/1 and not 100/1 ...
19043
19044 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
19045
19046         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
19047         (gst_qtdemux_chain):
19048           When buffering MDAT data, show the user something is
19049           happening by posting 'buffering' messages on the bus.
19050
19051 2006-02-14  Edward Hervey  <edward@fluendo.com>
19052
19053         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19054         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
19055         (next_entry_size), (gst_qtdemux_chain):
19056         * gst/qtdemux/qtdemux.h:
19057         Make push-based work if mdat atom is before moov atom.
19058         Don't answer duration query. This should be transformed into replying
19059         FALSE to seek events.
19060
19061 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
19062
19063         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
19064         (gst_mms_start):
19065           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
19066           push our own EOS event on EOS, the base class will do that for us;
19067           fix bogus query code; post semi-decent errors on the bus when an
19068           error occurs in ::start(), otherwise the user will get to see
19069           whatever cryptic default message GstBaseSrc comes up with.
19070
19071 2006-02-14  Andy Wingo  <wingo@pobox.com>
19072
19073         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
19074         schleef, don't break me gst-inspect -a.
19075
19076 2006-02-14  Edward Hervey  <edward@fluendo.com>
19077
19078         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
19079         Handle the case where data atoms are before moov atoms in push-based mode.
19080         Errors out gracefully.
19081
19082 2006-02-13  Edward Hervey  <edward@fluendo.com>
19083
19084         * gst/qtdemux/Makefile.am:
19085         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19086         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
19087         (extract_initial_length_and_fourcc),
19088         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
19089         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
19090         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
19091         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
19092         * gst/qtdemux/qtdemux.h:
19093         QtDemux can now work push-based.
19094         It still needs some love for seeking.
19095
19096 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
19097
19098         * configure.ac:
19099         * gst/freeze/Makefile.am:
19100         * gst/freeze/gstfreeze.c:
19101         * gst/freeze/gstfreeze.h:
19102         * gst/freeze/FAQ:
19103         freeze plugin ported to 0.10 by
19104         Renato Filho <renato.filho@indt.org.br>
19105
19106 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
19107
19108         * configure.ac:
19109         * gst/cdxaparse/Makefile.am:
19110         * gst/cdxaparse/gstcdxaparse.c:
19111         * gst/cdxaparse/gstcdxaparse.h:
19112           Port cdxaparse, makes VCD playback work.
19113
19114 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19115
19116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19117         (qtdemux_parse_trak):
19118           use the correct variable to check if we can calculate
19119           the last chunk.  Looks like an obvious bug, and makes
19120           the dump of offsets comparable to other tools
19121
19122 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19123
19124         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19125         (qtdemux_parse_trak):
19126           clean up some debugging, using _OBJECT, moving recurring
19127           messages to LOG level
19128
19129 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
19130
19131         * configure.ac:
19132         * ext/neon/gstneonhttpsrc.c:
19133         Now it uses libneon 0.25.5 that supports shoutcast.
19134
19135 2006-02-06  Lutz Mueller <lutz@topfrose.de>
19136
19137         Reviewed by: Edward Hervey <edward@fluendo.com>
19138         
19139         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
19140         "x-bz2".
19141         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
19142         caps are "ANY".
19143         (gst_bz2dec_chain): Configure the source pad if we can figure out
19144         the mime type of the decompressed data.
19145         (gst_bz2dec_[get,set]_property):
19146         (gst_bz2dec_class_init: New property "first_buffer_size".
19147         
19148
19149 2006-02-06  Wim Taymans  <wim@fluendo.com>
19150
19151         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
19152         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
19153         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
19154         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
19155         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
19156         (qtdemux_video_caps), (qtdemux_audio_caps):
19157         * gst/qtdemux/qtdemux.h:
19158         Some QT demux loving.
19159         Handle seeking in a less broken way.
19160         Fix AMR caps to match the AMR decoder.
19161         Set first timestamp on AMR samples to 0 for now.
19162         Remove some \n in DEBUG strings.
19163         Use _scale_int for maximum precision.
19164
19165 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
19166
19167         * gst/apetag/Makefile.am:
19168         * gst/apetag/apedemux.c:
19169         * gst/apetag/apedemux.h:
19170         * gst/apetag/apetag.c:
19171           Remove old files, apetag is in gst-plugins-good now.
19172
19173 2006-02-06  Andy Wingo  <wingo@pobox.com>
19174
19175         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
19176         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
19177         parent_class, the boilerplate does it for you.
19178
19179 2006-02-05  Lutz Mueller <lutz@topfrose.de>
19180
19181         reviewed by: Andy Wingo <wingo@pobox.com>
19182
19183         * configure.ac:
19184         * ext/Makefile.am: Hook it up.
19185         * ext/bz2/gstbz2.c:
19186         * ext/bz2/gstbz2dec.h:
19187         * ext/bz2/gstbz2dec.c:
19188         * ext/bz2/gstbz2enc.h:
19189         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
19190         decoding (#303167).
19191         
19192 2006-01-30  Andy Wingo  <wingo@pobox.com>
19193
19194         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
19195         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
19196
19197 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
19198
19199         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
19200         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19201         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
19202         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
19203         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
19204           Add debug category, use boilerplate macros, fix handling
19205           of widths of 32 bits.
19206
19207         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
19208         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
19209         (gst_wavpack_parse_index_get_last_entry),
19210         (gst_wavpack_parse_index_get_entry_from_sample),
19211         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
19212         (gst_wavpack_parse_src_query),
19213         (gst_wavpack_parse_scan_to_find_sample),
19214         (gst_wavpack_parse_send_newsegment),
19215         (gst_wavpack_parse_handle_seek_event),
19216         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
19217         (gst_wavpack_parse_get_upstream_length),
19218         (gst_wavpack_parse_pull_buffer),
19219         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
19220         (gst_wavpack_parse_change_state),
19221         (gst_wavepack_parse_sink_activate),
19222         (gst_wavepack_parse_sink_activate_pull),
19223         (gst_wavpack_parse_plugin_init):
19224         * ext/wavpack/gstwavpackparse.h:
19225           Rewrite a bit, mostly to fix flow logic and to make seeking work.
19226           Fix buffer/event refcounting. Add some debug statements. Add
19227           width of 32 to source pad template caps. Use boilerplate macros.
19228
19229 2006-01-28  Edward Hervey  <edward@fluendo.com>
19230
19231         * sys/glsink/Makefile.am:
19232         glimagesink.h is dead, long live glimagesink.h
19233
19234 2006-01-27  David Schleef  <ds@schleef.org>
19235
19236         * configure.ac:
19237         * sys/Makefile.am:
19238         * sys/glsink/Makefile.am:
19239         * sys/glsink/glimagesink.c:
19240         * sys/glsink/glimagesink.h:
19241           revival of glimagesink.  Kind of works.
19242
19243 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
19244
19245         * ext/faad/gstfaad.c: (gst_faad_setcaps),
19246         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
19247           Handle 'framed' field in caps; Port syncing for raw streams
19248           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
19249
19250 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
19251
19252         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
19253         (gst_sdlvideosink_xoverlay_set_xwindow_id),
19254         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
19255         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19256         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19257         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
19258         (gst_sdlvideosink_change_state),
19259         (gst_sdlvideosink_navigation_send_event):
19260         * ext/sdl/sdlvideosink.h:
19261           Fix output stride copying, so that it displays correctly on 
19262           framebuffer devices that don't match our implict GStreamer stride
19263           arrangement.
19264
19265           Fix locking things. Offer XOverlay only when SDL is running against
19266           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
19267           actually match the embedded window size because there's no way to
19268           figure out what size that should be from the XOverlay interface.
19269           See comment in sdlvideosink.c
19270
19271 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19272
19273         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19274           Fix wrong memcpy source pointer.
19275
19276 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
19277
19278         * ext/libmms/gstmms.c: (gst_mms_finalize):
19279         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
19280         Just chain up finalize calls (calling parent_class->finalize).
19281
19282 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
19283
19284         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
19285         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
19286         Finalize method has been created and others small changes.
19287
19288 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
19289
19290         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
19291         (gst_musepackdec_class_init), (gst_musepackdec_init),
19292         (gst_musepackdec_send_newsegment),
19293         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
19294         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19295         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
19296         (gst_musepackdec_loop), (gst_musepackdec_change_state):
19297         * ext/musepack/gstmusepackdec.h:
19298         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19299         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
19300         (gst_musepack_reader_get_size):
19301         * ext/musepack/gstmusepackreader.h:
19302           Fix seeking in musepack files (it's still incredibly slow, but I
19303           don't think that is our plugin's fault). Clean up code and get
19304           rid of old cruft. Post tags with all kind of neat information like
19305           replay gain and such on the bus, if it is available. Add a
19306           'musepackdec' debug category.
19307
19308 2006-01-24  Edward Hervey  <edward@fluendo.com>
19309
19310         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19311         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19312         More coherent framerate setting on caps.
19313         If sample_size is available, use that for the samples' duration in
19314         the index. This enables single frame streams to work (and I imagine
19315         fixes some other cases).
19316         Tested on testsuite, no regression.
19317
19318 2006-01-23  Edward Hervey  <edward@fluendo.com>
19319
19320         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
19321         (qtdemux_video_caps), (qtdemux_audio_caps):
19322         Added codec recognition for:
19323         _ VP31 : video/x-vp3
19324         _ AVDJ : image/jpeg
19325         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
19326         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
19327
19328 2006-01-21  David Schleef  <ds@schleef.org>
19329
19330         * configure.ac:
19331         * ext/swfdec/gstswfdec.c: Update from swfdec.
19332
19333 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
19334
19335         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
19336         (qtdemux_audio_caps):
19337           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
19338           Fix 8bit case (#327133, based on patch by: Fabrizio
19339           Gennari <fabrizio dot ge at tiscali dot it>).
19340           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
19341           valid literals for endianness in caps strings,
19342           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
19343
19344 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
19345
19346         * ext/ivorbis/vorbisfile.c:
19347         * ext/neon/gstneonhttpsrc.c:
19348         Fixed state transictions PLAYING->NULL->PLAYING.
19349         
19350 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
19351
19352         * ext/tremor/vorbisfile.c:
19353         Some minor improvements on log messages.
19354
19355 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
19356
19357         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
19358         Ronald's patch applied. see bug #326318.
19359
19360 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19361
19362         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19363         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
19364         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
19365         * gst/qtdemux/qtdemux.h:
19366           Fix seeking for quicktime files. Could still use some more
19367           love and sophistication.
19368
19369 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
19370
19371         * ext/libmms/gstmms.c: gst_mms_init:
19372         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
19373         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
19374         Removed gst_base_src_set_live from mms and neon, and now calling
19375         parent_class->dispose in dispose on sdlaudio.
19376         
19377 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
19378
19379         * ext/sdl/sdlvideosink.c:
19380         Now implementing navigation interface and using
19381         GST_BOILER_PLATE_FULL.
19382         
19383 2006-01-11  Christian Schaller  <christian@fluendo.com>
19384
19385         Remove SunAudio plugin as Brian's new one is in -good
19386
19387         * sys/Makefile.am:
19388         * sys/sunaudio/Makefile.am:
19389         * sys/sunaudio/gstsunaudio.c:
19390         * sys/sunaudio/gstsunaudiosrc.c:
19391         * sys/sunaudio/gstsunaudiosrc.h:
19392         * sys/sunaudio/gstsunelement.c:
19393         * sys/sunaudio/gstsunelement.h:
19394         * sys/sunaudio/gstsunmixer.c:
19395         * sys/sunaudio/gstsunmixer.h:
19396
19397 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
19398
19399         * ext/sdl/sdlaudiosink.c:
19400         Replaced wrong style code by GST_BOILERPLATE.
19401         
19402 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
19403
19404         reviewed by: Edward Hervey  <edward@fluendo.com>
19405
19406         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19407         Add support for Indeo3 video in Quicktime files.
19408         Closes #326524
19409
19410 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
19411
19412         * configure.ac:
19413         * ext/sdl/Makefile.am:
19414         * ext/sdl/gstsdl.c:
19415         * ext/sdl/sdlaudiosink.c:
19416         * ext/sdl/sdlaudiosink.h:
19417         * ext/sdl/sdlvideosink.c:
19418         Created new element, sdlaudiosink.
19419         
19420 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
19421
19422         * added sys/directdraw
19423         * added sys/directsound
19424         * added win32/vs6/gst_plugins_bad.dsw
19425         * added win32/vs6/libgstdirectsound.dsp
19426         * added win32/vs6/libgstdirectdraw.dsp
19427         * added win32/common/config.h
19428         
19429 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19430
19431         * gst/games/gstpuzzle.c: (plugin_init):
19432           call oil_init() when using liboil
19433
19434 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
19435
19436         * ext/neon/gstneonhttpsrc.c:
19437         * ext/neon/gstneonhttpsrc.h:
19438         Some improvements in cancellation and debug messages.
19439                         
19440 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
19441
19442         * ext/neon/gstneonhttpsrc.c:
19443         * ext/neon/gstneonhttpsrc.h:
19444         Removed not need thread and changed to push out blocksize bytes.
19445         
19446 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
19447
19448         * configure.ac:
19449         * ext/Makefile.am
19450         * ext/neon:
19451         * ext/neon/Makefile.am:
19452         * ext/neon/gstneonhttpsrc.c:
19453         * ext/neon/gstneonhttpsrc.h:
19454         Created new element neonhttpsrc.
19455
19456 2005-12-19  Edward Hervey  <edward@fluendo.com>
19457
19458         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
19459         (gst_swfdec_chain), (gst_swfdec_render):
19460         Add debugging category and return GstFlowReturn in the right places
19461         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19462         Get something from the peer pad once we've checked if there is a peer pad.
19463         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19464         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
19465         (qtdemux_video_caps):
19466         Couple of fixes
19467
19468 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19469
19470         * ext/divx/Makefile.am:
19471         just a small fix. I have to pay more attention when commiting ;-)
19472
19473 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19474
19475         * configure.ac:
19476         * ext/Makefile.am:
19477         * ext/divx/Makefile.am:
19478         * ext/divx/gstdivxdec.c:
19479         * ext/divx/gstdivxdec.h:
19480         * ext/divx/gstdivxenc.c:
19481         * ext/divx/gstdivxenc.h:
19482         divxdec and divxenc ported to 0.10
19483         
19484 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19485
19486         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19487         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19488         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19489         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19490         (gst_dfbvideosink_can_blit_from_format),
19491         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19492         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19493         (gst_dfbsurface_finalize),
19494         (gst_dfbvideosink_navigation_send_event),
19495         (gst_dfbvideosink_update_colorbalance),
19496         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
19497         more refactoring, handle exotic DirectFB row stride.
19498
19499 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19500
19501         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19502         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
19503         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19504         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19505         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19506         (gst_dfbvideosink_can_blit_from_format),
19507         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19508         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19509         (gst_dfbsurface_finalize),
19510         (gst_dfbvideosink_navigation_send_event),
19511         (gst_dfbvideosink_update_colorbalance),
19512         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19513         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19514         (gst_dfbvideosink_class_init):
19515         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
19516         This should work both for hardware accelerated scaling and
19517         reverse caps negotiation with a scaling element.
19518
19519 2005-12-17  Julien MOUTTE  <julien@moutte.net>
19520
19521         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19522         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19523         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19524         * docs/plugins/gst-plugins-bad-plugins.args:
19525         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19526         * docs/plugins/gst-plugins-bad-plugins.signals:
19527         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19528         * docs/plugins/inspect/plugin-qtdemux.xml:
19529         * docs/plugins/inspect/plugin-sdlvideosink.xml:
19530         * docs/plugins/inspect/plugin-speed.xml:
19531         * docs/plugins/inspect/plugin-tta.xml: Updates.
19532         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19533         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
19534         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
19535         (gst_dfbvideosink_cleanup),
19536         (gst_dfbvideosink_can_blit_from_format),
19537         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19538         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
19539         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19540         (gst_dfbvideosink_interface_supported),
19541         (gst_dfbvideosink_navigation_send_event),
19542         (gst_dfbvideosink_update_colorbalance),
19543         (gst_dfbvideosink_colorbalance_list_channels),
19544         (gst_dfbvideosink_colorbalance_set_value),
19545         (gst_dfbvideosink_colorbalance_get_value),
19546         (gst_dfbvideosink_colorbalance_init),
19547         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19548         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
19549         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
19550         color balance interface.
19551
19552 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19553
19554         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
19555         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
19556         * gst/vbidec/vbidata.c:
19557         * gst/vbidec/vbidata.h:
19558         * gst/vbidec/vbiscreen.c:
19559         * sys/dxr3/ac3_padder.c:
19560           don't use doc comments for non-docs
19561           change some char* into char[]
19562
19563 2005-12-16  Julien MOUTTE  <julien@moutte.net>
19564
19565         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19566         (gst_dfbvideosink_init): Always prefer the primary layer.
19567
19568 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19569
19570         * ext/wavpack/gstwavpackdec.c:
19571           Oops, remove trailing comma from caps string.
19572
19573 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19574
19575         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19576         * ext/wavpack/gstwavpackparse.c:
19577           Wavpack supports samplerates from 6-192kHz, fix pad template
19578           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
19579           remove buffer-frames from caps, they are gone in 0.10.
19580
19581 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
19582
19583         * ext/xvid/Makefile.am:
19584         * ext/xvid/gstxviddec.c:
19585         * ext/xvid/gstxvidenc.c:
19586         Fixed some mem-leaks in xvid.
19587
19588 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19589
19590         * configure.ac:
19591         * ext/Makefile.am:
19592         * ext/xvid/gstxvid.c:
19593         * ext/xvid/gstxvid.h:
19594         * ext/xvid/gstxviddec.c:
19595         * ext/xvid/gstxviddec.h:
19596         * ext/xvid/gstxvidenc.c:
19597         * ext/xvid/gstxvidenc.h:
19598         xviddec and xvideenc ported to 0.10
19599                 
19600
19601 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19602
19603         * configure.ac:
19604         * ext/Makefile.am:
19605         * ext/dts/Makefile.am:
19606         * ext/dts/gstdtsdec.c:
19607         * ext/dts/gstdtsdec.h:
19608         dtsdec ported to 0.10
19609
19610 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19611
19612         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19613         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
19614         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
19615         (gst_musepackdec_loop):
19616         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
19617         (gst_swfdec_src_query):
19618         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
19619           GstObjects must be unref'ed with gst_object_unref() instead of
19620           g_object_unref(), otherwise things break for GLib-2.6 users.
19621
19622 2005-12-12  David Schleef  <ds@schleef.org>
19623
19624         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
19625         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
19626         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
19627         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
19628         because the video buffers previously never got freed.
19629
19630 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19631
19632         * ext/libmms/gstmms.c:
19633         Just removed a weird printf ;-)
19634
19635 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19636
19637         * configure.ac:
19638         * ext/libmms/gstmms.c:
19639         * ext/libmms/gstmms.h:
19640         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
19641         PREROOL..." to be fixed.
19642
19643 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
19644
19645         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
19646         (gst_faad_update_caps):
19647           Assume that an unknown channel mapping with 2 channels
19648           is stereo and play it that way instead of erroring.
19649
19650         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19651         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19652           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
19653           Debug fixes. Some 64 bit variable fixes
19654
19655 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
19656
19657         * configure.ac:
19658         * ext/Makefile.am:
19659         * ext/swfdec/Makefile.am:
19660         * ext/swfdec/gstswfdec.c:
19661         * ext/swfdec/gstswfdec.h:
19662         swfdec Ported to 0.10.
19663
19664 2005-12-07  Edward Hervey  <edward@fluendo.com>
19665
19666         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19667         (gst_qtdemux_add_stream):
19668         Memleak fixes.
19669         Send out EOS for valid reasons (couldn't pull_range() from upstream
19670         for example).
19671
19672 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19673
19674         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19675         * ext/audiofile/gstafparse.h:
19676         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
19677         * ext/audiofile/gstafsink.h:
19678         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
19679         * ext/audiofile/gstafsrc.h:
19680         * ext/cdaudio/gstcdaudio.c:
19681         * ext/divx/gstdivxenc.c:
19682         * ext/dts/gstdtsdec.h:
19683         * ext/faac/gstfaac.h:
19684         * ext/ivorbis/vorbisenc.h:
19685         * ext/ivorbis/vorbisfile.c:
19686         * ext/musepack/gstmusepackdec.h:
19687         * ext/nas/nassink.c:
19688         * ext/snapshot/gstsnapshot.c:
19689         * ext/sndfile/gstsf.h:
19690         * ext/tarkin/gsttarkindec.h:
19691         * ext/tarkin/gsttarkinenc.h:
19692         * ext/xine/gstxine.h:
19693         * ext/xine/xinecaps.c:
19694         * ext/xvid/gstxvid.h:
19695         * gst-libs/gst/play/play.h:
19696         * gst/apetag/apedemux.h:
19697         * gst/cdxaparse/gstcdxaparse.h:
19698         * gst/cdxaparse/gstcdxastrip.h:
19699         * gst/colorspace/yuv2rgb.c:
19700         * gst/colorspace/yuv2rgb.h:
19701         * gst/equalizer/gstiirequalizer.c:
19702         * gst/festival/gstfestival.h:
19703         * gst/games/gstpuzzle.c:
19704         * gst/games/gstvideoimage.c:
19705         * gst/games/gstvideoimage.h:
19706         * gst/modplug/gstmodplug.h:
19707         * gst/modplug/libmodplug/it_defs.h:
19708         * gst/modplug/libmodplug/modplug.h:
19709         * gst/modplug/libmodplug/sndfile.h:
19710         * gst/modplug/libmodplug/stdafx.h:
19711         * gst/mpeg1sys/buffer.c:
19712         * gst/mpeg1sys/gstmpeg1systemencode.h:
19713         * gst/mpeg1sys/main.h:
19714         * gst/mpeg1sys/systems.c:
19715         * gst/mpeg1videoparse/gstmp1videoparse.h:
19716         * gst/mpeg2sub/gstmpeg2subt.h:
19717         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19718         * gst/mpegaudioparse/gstmpegaudioparse.h:
19719         * gst/multifilesink/gstmultifilesink.h:
19720         * gst/overlay/gstoverlay.h:
19721         * gst/qtdemux/qtdemux.c:
19722         * gst/qtdemux/qtdemux.h:
19723         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
19724         * gst/rtjpeg/RTjpeg.h:
19725         * gst/tta/crc32.h:
19726         * gst/tta/filters.h:
19727         * gst/tta/ttadec.h:
19728         * gst/videodrop/gstvideodrop.h:
19729         * sys/cdrom/gstcdplayer.h:
19730         * sys/cdrom/gstcdplayer_ioctl.c:
19731         * sys/cdrom/gstcdplayer_ioctl.h:
19732         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
19733         * sys/cdrom/gstcdplayer_ioctl_irix.h:
19734         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
19735         * sys/dxr3/dxr3audiosink.c:
19736         * sys/dxr3/dxr3audiosink.h:
19737         * sys/dxr3/dxr3spusink.c:
19738         * sys/dxr3/dxr3spusink.h:
19739         * sys/dxr3/dxr3videosink.c:
19740         * sys/dxr3/dxr3videosink.h:
19741         * sys/qcam/dark.c:
19742         * sys/qcam/gstqcamsrc.c:
19743         * sys/v4l2/gstv4l2colorbalance.h:
19744         * sys/v4l2/gstv4l2element.h:
19745         * sys/v4l2/gstv4l2src.h:
19746         * sys/v4l2/gstv4l2tuner.h:
19747         * sys/v4l2/gstv4l2xoverlay.h:
19748         * sys/v4l2/v4l2_calls.c:
19749         * sys/v4l2/v4l2_calls.h:
19750         * sys/v4l2/v4l2src_calls.c:
19751         * sys/v4l2/v4l2src_calls.h:
19752         * sys/vcd/vcdsrc.h:
19753           expand tabs
19754
19755 === release 0.10.0 ===
19756
19757 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19758
19759         * configure.ac:
19760           releasing 0.10.0, "Camembert"
19761
19762 2005-12-05  Andy Wingo  <wingo@pobox.com>
19763
19764         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
19765         * ext/faad/gstfaad.c: (gst_faad_chain):
19766         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
19767         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
19768         * ext/xine/xineinput.c: (gst_xine_input_get):
19769         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
19770         * gst/speed/gstspeed.c: (speed_chain):
19771         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
19772         alloc_buffer changes.
19773
19774 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19775
19776         * ext/Makefile.am:
19777           Add missing $(WAVPACK_DIR) (#322962).
19778
19779 === release 0.9.7 ===
19780
19781 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19782
19783         * configure.ac:
19784           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
19785
19786 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
19787
19788         * PORTED_09:
19789         * configure.ac:
19790         * ext/Makefile.am:
19791         * ext/libmms/Makefile.am:
19792         * ext/libmms/gstmms.c:
19793         * ext/libmms/gstmms.h:
19794         libmm ported to 0.9. It works fine, but print some error messages. I
19795         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
19796         
19797 2005-11-28  Edward Hervey  <edward@fluendo.com>
19798
19799         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19800         Handle gracefully the consequence of "Maximum number of scalefactor
19801         bands exceeded", which results in 0 channels with samplerates of 0.
19802         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
19803         Do upward transitions, then call parent state_change, then do
19804         downward transitions.
19805
19806 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19807
19808         * ext/Makefile.am:
19809           alphabets, so hard to master.  Should fix distcheck.
19810
19811 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
19812
19813         * configure.ac:
19814         * PORTED_09:
19815         * ext/Makefile.am:
19816         * ext/wavpack/Makefile.am:
19817         * ext/wavpack/gstwavpackdec.c:
19818         * ext/wavpack/gstwavpackdec.h:
19819         * ext/wavpack/gstwavpackparse.c:
19820         * ext/wavpack/gstwavpackparse.h:
19821         Wavpack ported to 0.9. No support for correction file yet.
19822
19823 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19824
19825         * ext/wavpack/Makefile.am:
19826         * ext/wavpack/gstwavpack.c: (plugin_init):
19827         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
19828         * ext/wavpack/gstwavpackcommon.h:
19829         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
19830         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
19831         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19832         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
19833         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
19834         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
19835         (gst_wavpack_dec_plugin_init):
19836         * ext/wavpack/gstwavpackdec.h:
19837         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
19838         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
19839         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
19840         (gst_wavpack_parse_src_event), (find_header), (find_sample),
19841         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
19842         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
19843         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
19844         * ext/wavpack/gstwavpackparse.h:
19845           put back wavpack - still needs porting
19846
19847 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19848
19849         * configure.ac: back to HEAD
19850
19851 === release 0.9.6 ===
19852
19853 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19854
19855         * configure.ac:
19856           releasing 0.9.6, "Hot Tea"
19857
19858 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19859
19860         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19861         * ext/directfb/dfb-example.c: (main):
19862         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
19863         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
19864         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19865         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
19866         (gst_dfbvideosink_bufferpool_clear),
19867         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19868         (gst_dfbvideosink_navigation_send_event),
19869         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19870         (gst_dfbvideosink_class_init):
19871         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19872         fixes.
19873
19874 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19875
19876         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19877         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19878         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19879         * ext/sdl/sdlvideosink.h:
19880         Updates for fractional framerates and XOverlay interface changes
19881
19882 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19883
19884         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19885         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19886         (qtdemux_parse_trak):
19887         Convert to fractional framerates
19888
19889 2005-11-23  Edward Hervey  <edward@fluendo.com>
19890
19891         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19892         Fix for latest API changes
19893
19894 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19895         * configure.ac:
19896         * PORTED_09:
19897         * extt/Makefile.am:
19898         * ext/musepack/gstmusepackdec.c:
19899         * ext/musepack/gstmusepackdec.h:
19900         * ext/musepack/gstmusepackreader.c:
19901         * ext/musepack/gstmusepackreader.h:
19902         Musepackdec ported to 0.9. There is still a small problem to be
19903         solved, after the end of file, the pipeline doens't stop.
19904
19905 2005-11-22  Andy Wingo  <wingo@pobox.com>
19906
19907         * ext/faad/gstfaad.c (gst_faad_event)
19908         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19909         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19910         * gst/speed/gstspeed.c (speed_sink_event)
19911         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19912         (gst_tta_parse_parse_header): Run update-funcnames.
19913
19914 2005-11-21  Michael Smith <msmith@fluendo.com>
19915
19916         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19917           Don't take STREAM_LOCK in sink event handlers any more.
19918
19919 2005-11-21  Wim Taymans  <wim@fluendo.com>
19920
19921         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19922         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19923         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19924         Fix for stream lock updates.
19925
19926 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19927
19928         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19929           Add DX50, DIVX and DIV3 fourccs (patch by
19930           j@bootlab.org, #321903).
19931
19932 2005-11-21  Andy Wingo  <wingo@pobox.com>
19933
19934         * *.h:
19935         * *.c: Ran scripts/update-macros. Oh yes.
19936
19937 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19938
19939         * ext/directfb/dfbvideosink.c:
19940         (gst_dfbvideosink_get_format_from_caps):
19941         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19942         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19943         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19944         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19945         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19946         (qtdemux_audio_caps):
19947         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19948         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19949         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19950           Update for GST_FOURCC_FORMAT API change.
19951
19952 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19953
19954         * ext/audioresample/gstaudioresample.c:
19955         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19956         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19957         * gst/modplug/gstmodplug.cc:
19958         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19959         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19960         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19961         (#322027)
19962
19963 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19964
19965         * ext/Makefile.am:
19966         * ext/ivorbis/vorbisfile.c:
19967         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19968         ! tremor ! alsasink. Some issues to be solved yet:
19969         1- set correct timestamps
19970         2- seek is forced to disabled in pull-mode
19971         
19972 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19973
19974         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19975         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19976         (gst_faac_chain):
19977           Set proper caps on source pad (#320532).
19978
19979         * ext/faad/gstfaad.c:
19980           Don't use gtk-doc markers for comment block.
19981
19982 2005-11-14  Andy Wingo  <wingo@pobox.com>
19983
19984         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19985         debugging, allows dll builds on windows. Fixes #316076.
19986
19987 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19988
19989         * configure.ac: back to HEAD
19990
19991 === release 0.9.5 ===
19992
19993 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19994
19995         * configure.ac:
19996           releasing 0.9.5, "Thrice Belgian Bar"
19997
19998 2005-11-11  Michael Smith <msmith@fluendo.com>
19999
20000         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
20001           Make this compile on systems with broken headers. 
20002
20003 2005-11-11  Michael Smith <msmith@fluendo.com>
20004
20005         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
20006           Call functions with the correct API. Unfortunately, unless your
20007           distribution patches upstream, the public header file for FAAD
20008           doesn't actually declare the API accurately. So, some nastiness
20009           ensues...
20010
20011 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
20012
20013         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20014
20015         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
20016           Add support for custom genre tags.
20017
20018 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20019
20020         * ext/tarkin/wavelet.c:
20021         * ext/tarkin/wavelet.h:
20022         * gst/mpegaudioparse/gstmpegaudioparse.c:
20023         * gst/vbidec/vbidata.c:
20024         * gst/vbidec/vbiscreen.h:
20025         * sys/dxr3/ac3_padder.c:
20026         * sys/dxr3/dxr3audiosink.c:
20027         * sys/dxr3/dxr3spusink.c:
20028         * sys/dxr3/dxr3videosink.c:
20029         * sys/qcam/dark.c:
20030           Don't use gtk-doc markers for normal comments. Fix
20031           gtk-doc formatting where required.
20032
20033 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
20034
20035         * configure.ac:
20036         * PORTED_09:
20037         * ext/Makefile.am:
20038         * ext/ivorbis/vorbis.c:
20039         * ext/ivorbis/vorbisfile.c:
20040         Ported to 0.9. Some issues to be solved yet:
20041         1- set correct timestamps
20042         2- seg fault when eos
20043         3- seek is now disabled
20044
20045 2005-11-06  Julien MOUTTE  <julien@moutte.net>
20046
20047         * examples/Makefile.am: Cleanup non existing
20048         examples.
20049
20050 2005-11-06  Julien MOUTTE  <julien@moutte.net>
20051
20052         * docs/plugins/inspect.stamp: Add missing files.
20053
20054 2005-11-06  Julien MOUTTE  <julien@moutte.net>
20055
20056         * examples/Makefile.am: Make buildbot happy.
20057
20058 2005-11-06  Julien MOUTTE  <julien@moutte.net>
20059
20060         * Makefile.am: examples in dist subdirs.
20061         * configure.ac: enable parameter for building 
20062         examples.
20063         * docs/plugins/gst-plugins-bad-plugins.args:
20064         * docs/plugins/inspect/plugin-dfbvideosink.xml:
20065         * examples/Makefile.am: Updates.
20066
20067 2005-11-06  Julien MOUTTE  <julien@moutte.net>
20068
20069         * Makefile.am:
20070         * autogen.sh:
20071         * configure.ac:
20072         * docs/Makefile.am:
20073         * docs/plugins/.cvsignore:
20074         * docs/plugins/Makefile.am:
20075         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
20076         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
20077         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
20078         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
20079         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
20080         * docs/plugins/gst-plugins-bad-plugins.args:
20081         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
20082         * docs/plugins/gst-plugins-bad-plugins.interfaces:
20083         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
20084         * docs/plugins/gst-plugins-bad-plugins.signals:
20085         * docs/plugins/gst-plugins-bad-plugins.types:
20086         * docs/plugins/inspect/plugin-dfbvideosink.xml:
20087         * docs/version.entities.in: Enable documentation.
20088         * examples/Makefile.am:
20089         * examples/directfb/Makefile.am:
20090         * examples/directfb/decker.ttf:
20091         * examples/directfb/dfblogo.png:
20092         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
20093         (size_changed), (setup_dynamic_link), (main): Add an example
20094         application for DirectFB.
20095
20096 2005-11-06  Julien MOUTTE  <julien@moutte.net>
20097
20098         * ext/directfb/Makefile.am: Add the example application.
20099         * ext/directfb/dfb-example.c: (get_me_out), (main):
20100         Here is an example application that runs videotestsrc for 20
20101         seconds. It's included in the documentation.
20102         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
20103         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
20104         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
20105         More fixes, calculate new size of the buffer when renegotiating.
20106         This completely breaks ffmpegcolorspace but i need to discuss 
20107         that with Wim on monday. Add documentation.
20108
20109 2005-11-05  Julien MOUTTE  <julien@moutte.net>
20110
20111         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
20112         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
20113         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
20114         better, add safety checks and ARGB support for cards that
20115         support it.
20116
20117 2005-11-04  Julien MOUTTE  <julien@moutte.net>
20118
20119         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
20120         (gst_dfbvideosink_surface_destroy),
20121         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
20122         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
20123         (gst_dfbvideosink_buffer_alloc):
20124         * ext/directfb/dfbvideosink.h: Now does clipping when surface
20125         is too small, handles upstream elements that are not calling
20126         gst_pad_alloc_buffer, fixes a lot of bugs.
20127
20128 2005-11-03  Julien MOUTTE  <julien@moutte.net>
20129
20130         * ext/directfb/Makefile.am: Prepare for liboil usage.
20131         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
20132         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
20133         rendering in external surface correctly. Will commit a neat
20134         example soon.
20135
20136 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
20137
20138         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
20139         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
20140         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
20141         * ext/sdl/sdlvideosink.h:
20142         Add support to exit when 'Esc' key is pressed.
20143
20144 2005-11-02  Julien MOUTTE  <julien@moutte.net>
20145
20146         * configure.ac: Requires DirectFB 0.9.24
20147
20148 2005-11-02  Julien MOUTTE  <julien@moutte.net>
20149
20150         * configure.ac:
20151         * ext/Makefile.am:
20152         * ext/directfb/Makefile.am:
20153         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
20154         (gst_dfbvideosink_surface_create),
20155         (gst_dfbvideosink_surface_destroy),
20156         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
20157         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
20158         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
20159         (gst_dfbvideosink_get_format_from_caps),
20160         (gst_dfbvideosink_get_caps_from_format),
20161         (gst_dfbvideosink_can_blit_from_format),
20162         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
20163         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
20164         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
20165         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
20166         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
20167         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
20168         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
20169         (gst_dfbvideosink_interface_init),
20170         (gst_dfbvideosink_navigation_send_event),
20171         (gst_dfbvideosink_navigation_init),
20172         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
20173         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
20174         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
20175         (plugin_init):
20176         * ext/directfb/dfbvideosink.h:
20177         * ext/directfb/directfbvideosink.c:
20178         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
20179         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
20180         scaling, navigation, buffer allocation from video memory etc...
20181
20182 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
20183
20184         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
20185         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
20186         gst_sdlvideosink_create:
20187         Changed property full-screen to fullscreen, using SDL_SWSURFACE
20188         instead of SDL_HWSURFACE when in full screen mode.
20189         
20190 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
20191
20192         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
20193         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
20194         gst_sdlvideosink_init, gst_sdlvideosink_create:
20195         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
20196         Added a property that allows full-screen.
20197
20198 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
20199
20200         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
20201         (gst_sdlvideosink_class_init),
20202         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
20203         (gst_sdlvideosink_show_frame):
20204         * ext/sdl/sdlvideosink.h:
20205           Fix I420 output on some machines (not very nice, but should work).
20206           Add an 'sdlvideosink' debug category. Disable formats that do
20207           not work. Fix some vararg function issues.
20208
20209 2005-10-27  Wim Taymans  <wim@fluendo.com>
20210
20211         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
20212         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
20213         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
20214         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
20215         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
20216         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
20217         Fix SDL videosink and did some cleanups.
20218
20219 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
20220
20221         * ext/sdl/sdlvideosink.c:
20222         * ext/sdl/sdlvideosink.h:
20223         Trying to fix videos out of sync (not fixed yet)
20224         
20225 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20226
20227         * gst/qtdemux/qtdemux.h:
20228           Remove got_redirect from class structure as well.
20229
20230 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20231
20232         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
20233         (qtdemux_parse_tree):
20234           Remove 'got-redirect' signal and post element message
20235           on the bus instead.
20236
20237 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20238
20239         * ext/gsm/gstgsm.c:
20240         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
20241         * ext/gsm/gstgsmdec.h:
20242         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
20243         (gst_gsmenc_chain):
20244         Fixing stuff as wingo pointed out.
20245
20246 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20247
20248         * ext/gsm/gstgsm.c: (plugin_init):
20249         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
20250         (gst_gsmdec_chain):
20251         * ext/gsm/gstgsmdec.h:
20252         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
20253         (gst_gsmenc_chain):
20254         * ext/gsm/gstgsmenc.h:
20255         Over-writing Wim's gsm plugins (currently not working) with that from the 
20256         farsight repo. Also made sure that they work with the RTP (de)payloader.
20257
20258 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20259
20260         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
20261         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
20262         * ext/gsm/gstgsmenc.h:
20263         Fixed event handling
20264
20265 2005-10-24  Christian Schaller  <christian@fluendo.com>
20266
20267         * configure.ac: port over thomas's plugin listing from base
20268
20269 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20270
20271         * configure.ac:
20272           back to HEAD
20273
20274 === release 0.9.4 ===
20275
20276 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20277
20278         * NEWS:
20279         * RELEASE:
20280         * configure.ac:
20281           Releasing 0.9.4, "Utahraptor"
20282
20283 2005-10-23  Julien MOUTTE  <julien@moutte.net>
20284
20285         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
20286
20287 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20288
20289         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
20290         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
20291         (gst_faad_chain), (gst_faad_change_state):
20292         * ext/faad/gstfaad.h:
20293           Do some timestamp smoothing (matroskademux apparently sends
20294           multiple buffers in a row with the same timestamp); fix
20295           duration on outgoing buffers; fix change state function; use
20296           GST_DEBUG_FUNCPTR for pad functions.
20297
20298 2005-10-19  Wim Taymans  <wim@fluendo.com>
20299
20300         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
20301         (gst_qtdemux_handle_src_query):
20302         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
20303         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
20304         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
20305         API change fix.
20306
20307 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20308
20309         * configure.ac:
20310           All the cool kids use GST_DOCBOOK_CHECK now.
20311
20312 2005-10-18  Julien MOUTTE  <julien@moutte.net>
20313
20314         * gst/speed/Makefile.am: Fix build of speed. 
20315
20316 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
20317
20318         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
20319         (speed_parse_caps), (speed_src_event), (speed_sink_event),
20320         (speed_src_query), (speed_init), (speed_set_property),
20321         (speed_change_state), (gst_speed_convert):
20322         Fixed speed - the previous version, 1.38, has been ported to 0.9
20323         from a wrong version, 1.37 (from 1.36). That fix already includes
20324         the changes done in 1.36.2.4.
20325
20326 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
20327
20328         * configure.ac:
20329           Fix glib check
20330
20331 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20332
20333         * examples/stats/mp2ogg.c:
20334         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
20335         (tarkin_synthesis_packetin):
20336           and more typos fixed
20337
20338 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20339
20340         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
20341         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
20342         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
20343         (gst_faac_get_property), (gst_faac_change_state):
20344           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
20345           move event handling from chain function into an event function,
20346           add some locks here and there, do some cleanups; disable 32-bit
20347           integer and float input formats until we're sure that those 
20348           actually work (couldn't play back the produced files with 
20349           anything).
20350
20351 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20352
20353         * examples/indexing/indexmpeg.c: (main):
20354         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
20355         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
20356         * ext/artsd/gstartsdsink.h:
20357         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
20358         (gst_afparse_close_file):
20359         * ext/audiofile/gstafparse.h:
20360         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
20361         (gst_afsink_close_file), (gst_afsink_chain),
20362         (gst_afsink_change_state):
20363         * ext/audiofile/gstafsink.h:
20364         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
20365         (gst_afsrc_close_file), (gst_afsrc_change_state):
20366         * ext/audiofile/gstafsrc.h:
20367         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
20368         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
20369         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
20370         * ext/jack/gstjack.h:
20371         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
20372         (gst_jack_bin_change_state):
20373         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
20374         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
20375         * ext/nas/nassink.c: (gst_nassink_open_audio),
20376         (gst_nassink_close_audio), (gst_nassink_change_state):
20377         * ext/nas/nassink.h:
20378         * ext/polyp/polypsink.c: (gst_polypsink_init):
20379         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20380         * ext/sdl/sdlvideosink.h:
20381         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20382         * ext/sndfile/gstsf.c: (gst_sf_set_property),
20383         (gst_sf_change_state), (gst_sf_release_request_pad),
20384         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
20385         * ext/sndfile/gstsf.h:
20386         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
20387         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
20388         * gst/apetag/apedemux.c: (gst_ape_demux_init):
20389         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
20390         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
20391         * gst/festival/gstfestival.c: (gst_festival_change_state):
20392         * gst/festival/gstfestival.h:
20393         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
20394         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
20395         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
20396         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
20397         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
20398         (gst_multifilesink_chain), (gst_multifilesink_change_state):
20399         * gst/multifilesink/gstmultifilesink.h:
20400         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
20401         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
20402         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
20403         (dxr3audiosink_open), (dxr3audiosink_close),
20404         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
20405         (dxr3audiosink_change_state):
20406         * sys/dxr3/dxr3audiosink.h:
20407         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
20408         (dxr3spusink_close), (dxr3spusink_chain),
20409         (dxr3spusink_change_state):
20410         * sys/dxr3/dxr3spusink.h:
20411         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
20412         (dxr3videosink_open), (dxr3videosink_close),
20413         (dxr3videosink_write_data), (dxr3videosink_change_state):
20414         * sys/dxr3/dxr3videosink.h:
20415         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
20416         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
20417         (gst_qcamsrc_open), (gst_qcamsrc_close):
20418         * sys/qcam/gstqcamsrc.h:
20419         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
20420         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
20421         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
20422         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
20423         * sys/vcd/vcdsrc.h:
20424         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20425         moved bitshift from macro to enum definition
20426
20427 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20428
20429         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20430
20431         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
20432           Fix depth/width handling for float audio (#318659).
20433
20434 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20435
20436         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20437
20438         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
20439         (gst_faac_src_setcaps), (gst_faac_chain):
20440           Refcount fixes (#318660)
20441
20442 2005-10-12  Julien MOUTTE  <julien@moutte.net>
20443
20444         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
20445         automake-1.7 happy again.
20446
20447 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
20448
20449         * ext/faad/gstfaad.c: (gst_faad_event):
20450           newsegment API update
20451
20452 2005-10-11  Wim Taymans  <wim@fluendo.com>
20453
20454         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20455         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
20456         (gst_tta_parse_parse_header):
20457         newsegment API update.
20458
20459 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20460
20461         * configure.ac:
20462           back to development
20463
20464 === release 0.9.3 ===
20465
20466 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20467
20468         * configure.ac:
20469           Releasing 0.9.3, "Porthos"
20470
20471 2005-09-28  Wim Taymans  <wim@fluendo.com>
20472
20473         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20474         No need to take stream lock here.
20475
20476 2005-09-26  Christian Schaller  <uraeus@gnome.org>
20477
20478         * configure.ac: add speed and rfb where needed
20479         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
20480
20481 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
20482
20483         * ext/gsm/Makefile.am:
20484         * ext/gsm/gstgsm.c:
20485         * ext/gsm/gstgsmdec.c:
20486         * PORTED_09:
20487         Gsmdec ported to 0.9.
20488
20489 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
20490
20491         * configure.ac:
20492         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
20493         (gst_tta_dec_chain):
20494         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
20495         (gst_tta_parse_class_init), (gst_tta_parse_reset),
20496         (gst_tta_parse_init), (gst_tta_parse_src_event),
20497         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
20498         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
20499         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
20500         (gst_tta_parse_loop), (gst_tta_parse_change_state):
20501         * gst/tta/gstttaparse.h:
20502           Ported tta plugin to 0.9.
20503
20504
20505 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20506
20507         * ext/gsm/gstgsmenc.c:
20508           Setting caps on the outgoing buffers.
20509           Need to fix: rtpencoder does not know what it is handling and
20510           errors out
20511
20512 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
20513
20514         * configure.ac:
20515         * ext/sdl/Makefile.am:
20516           Fixed Makefile.am - removed hard coded flags from Makefile.am.
20517           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
20518
20519 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
20520
20521         * Makefile.am:
20522         * configure.ac:
20523         * ext/sdl/Makefile.am:
20524         * ext/sdl/sdlvideosink.c:
20525         * PORTED_09:
20526           Ported to 0.9.
20527
20528 === release 0.9.1 ===
20529
20530 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20531
20532         * configure.ac:
20533         * gst/speed/Makefile.am:
20534         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
20535         * PORTED_09:
20536
20537 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20538
20539         * NEWS:
20540         * README:
20541         * RELEASE:
20542         * configure.ac:
20543         * autogen.sh:
20544           releasing 0.9.1, "Angel Eyes"
20545
20546 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
20547         * examples/gstplay/player.c: (main):
20548         * examples/stats/mp2ogg.c: (main):
20549         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
20550         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
20551         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
20552         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
20553         * ext/dirac/gstdiracdec.cc:
20554         * ext/directfb/directfbvideosink.c:
20555         (gst_directfbvideosink_change_state):
20556         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
20557         * ext/faac/gstfaac.c: (gst_faac_change_state):
20558         * ext/hermes/gsthermescolorspace.c:
20559         (gst_hermes_colorspace_change_state):
20560         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
20561         * ext/jack/gstjack.c: (gst_jack_change_state):
20562         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
20563         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
20564         * ext/libmms/gstmms.c: (gst_mms_change_state):
20565         * ext/mpeg2enc/gstmpeg2enc.cc:
20566         * ext/mplex/gstmplex.cc:
20567         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
20568         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
20569         * ext/nas/nassink.c: (gst_nassink_change_state):
20570         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
20571         (context_state_callback), (gst_polypsink_link):
20572         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20573         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
20574         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
20575         * ext/sndfile/gstsf.c: (gst_sf_change_state):
20576         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20577         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
20578         * ext/xine/xine.c: (gst_xine_change_state):
20579         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
20580         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
20581         * ext/xine/xineinput.c: (gst_xine_input_change_state):
20582         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
20583         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
20584         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
20585         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
20586         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
20587         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
20588         * gst/festival/gstfestival.c: (gst_festival_change_state):
20589         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
20590         * gst/modplug/gstmodplug.cc:
20591         * gst/mpeg1videoparse/gstmp1videoparse.c:
20592         (gst_mp1videoparse_change_state):
20593         * gst/mpegaudioparse/gstmpegaudioparse.c:
20594         (gst_mp3parse_change_state):
20595         * gst/multifilesink/gstmultifilesink.c:
20596         (gst_multifilesink_change_state):
20597         * gst/speed/gstspeed.c: (speed_change_state):
20598         * gst/switch/gstswitch.c: (gst_switch_change_state):
20599         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
20600         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
20601         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
20602         * po/af.po:
20603         * po/az.po:
20604         * po/cs.po:
20605         * po/en_GB.po:
20606         * po/hu.po:
20607         * po/it.po:
20608         * po/nb.po:
20609         * po/nl.po:
20610         * po/or.po:
20611         * po/sq.po:
20612         * po/sr.po:
20613         * po/sv.po:
20614         * po/uk.po:
20615         * po/vi.po:
20616         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
20617         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
20618         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
20619         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
20620         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
20621         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
20622         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
20623         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
20624         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
20625         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
20626         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
20627         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
20628           Fix up all the state change functions.
20629
20630 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20631
20632         * created gst-plugins-bad
20633
20634 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20635
20636         * configure.ac:
20637         * ext/Makefile.am:
20638         * ext/gsm/Makefile.am:
20639         * ext/gsm/gstgsm.c: 
20640         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
20641         * PORTED_09:
20642
20643 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20644
20645         * configure.ac:
20646         * ext/Makefile.am:
20647         * ext/faac/Makefile.am:
20648         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.