gst/real/gstrealvideodec.c: A RealVideo video inside a container (for example MKV...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Patch by: Robin Stocker <robin at nibor dot org>
4
5         * gst/real/gstrealvideodec.c: (gst_real_video_dec_setcaps):
6         A RealVideo video inside a container (for example MKV) should use the
7         PAR which is specified on the sinkpad caps. Fixes #558416.
8
9 2008-10-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
10
11         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_start),
12         (gst_speex_resample_get_unit_size),
13         (gst_speex_resample_push_drain), (gst_speex_resample_event),
14         (gst_speex_resample_check_discont), (gst_speex_resample_process),
15         (gst_speex_resample_transform):
16         * gst/speexresample/gstspeexresample.h:
17         Rewrite timestamp tracking to make it more robust and guarantee
18         a continous stream.
19
20         * tests/check/Makefile.am:
21         * tests/check/elements/speexresample.c: (setup_speexresample),
22         (cleanup_speexresample), (fail_unless_perfect_stream),
23         (test_perfect_stream_instance), (GST_START_TEST),
24         (test_discont_stream_instance), (live_switch_alloc_only_48000),
25         (live_switch_get_sink_caps), (live_switch_push),
26         (speexresample_suite):
27         Add unit tests for speexresample based on the audioresample unit tests.
28
29 2008-10-29  Jan Schmidt  <thaytan@noraisin.net>
30
31         * ext/resindvd/resindvdsrc.c:
32         Make sure to start the NAV packet processing when changing
33         state to PLAYING  by passing a flag that indicates the state
34         change is in progress.
35         Fixes: #546319
36
37 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
38
39         * ext/resindvd/resin-play:
40           Remove $@ to fix parse_launch warning
41
42         * ext/resindvd/resin-play2:
43           Add a version that uses deinterlace and xvimagesink.
44           
45
46 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
47
48         * gst/speexresample/gstspeexresample.c:
49         (gst_speex_resample_get_unit_size),
50         (gst_speex_resample_fixate_caps), (gst_speex_resample_init_state),
51         (gst_speex_resample_update_state), (gst_speex_resample_parse_caps),
52         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
53         (gst_speex_resample_push_drain), (gst_speex_resample_event),
54         (gst_speex_resample_check_discont), (gst_speex_fix_output_buffer),
55         (gst_speex_resample_process), (gst_speex_resample_transform),
56         (gst_speex_resample_query), (gst_speex_resample_set_property):
57         * gst/speexresample/gstspeexresample.h:
58         Some random cleanup, add G_LIKELY and friends, use GST_DEBUG_OBJECT
59         instead of GST_DEBUG, ...
60
61 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
62
63         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
64         Implement position query in time format.
65
66 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
67
68         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
69         (gst_flv_demux_loop), (gst_flv_demux_handle_seek_push),
70         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
71         (gst_flv_demux_dispose), (gst_flv_demux_init):
72         * gst/flv/gstflvdemux.h:
73         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
74         (gst_flv_parse_tag_video), (gst_flv_parse_tag_timestamp):
75         Put the GstSegment directly into the instance struct instead of
76         allocating and free'ing it again.
77
78         Push tags already if only one pad was added, no need to wait for
79         the second one.
80
81         When generating our index set has_video and has_audio if we find
82         video or audio in case the FLV header has incorrect data.
83
84 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
85
86         * gst/speexresample/gstspeexresample.c:
87         (gst_speex_resample_class_init), (gst_speex_resample_fixate_caps),
88         (gst_speex_resample_process):
89         Fixate to the nearest supported rate instead of the first one.
90
91 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
92
93         * gst/speexresample/README:
94         * gst/speexresample/arch.h:
95         * gst/speexresample/fixed_arm4.h:
96         * gst/speexresample/fixed_arm5e.h:
97         * gst/speexresample/fixed_bfin.h:
98         * gst/speexresample/fixed_debug.h:
99         * gst/speexresample/fixed_generic.h:
100         * gst/speexresample/resample.c: (compute_func), (main), (sinc),
101         (cubic_coef), (resampler_basic_direct_single),
102         (resampler_basic_direct_double),
103         (resampler_basic_interpolate_single),
104         (resampler_basic_interpolate_double), (update_filter),
105         (speex_resampler_init_frac), (speex_resampler_process_native),
106         (speex_resampler_magic), (speex_resampler_process_float),
107         (speex_resampler_process_int),
108         (speex_resampler_process_interleaved_float),
109         (speex_resampler_process_interleaved_int),
110         (speex_resampler_set_rate_frac), (speex_resampler_skip_zeros),
111         (speex_resampler_reset_mem):
112         * gst/speexresample/speex_resampler.h:
113         Update Speex resampler with latest version from Speex GIT.
114
115 2008-10-27  Michael Smith <msmith@songbirdnest.com>
116
117         * gst/aiffparse/aiffparse.c:
118         * gst/aiffparse/aiffparse.h:
119           Calculate width from depth correctly.
120           Read SSND header properly (fixes 24 bit AIFF reading).
121
122 2008-10-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
123
124         * ext/x264/gstx264enc.c: (gst_x264_enc_init_encoder):
125         Adapt to slightly modified x264 API.  Fixes #555238.
126
127 2008-10-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
128
129         * ext/faac/gstfaac.c: (gst_faac_sink_event):
130         Prevent endless loop if buffer alloc error.
131
132 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
133
134         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
135         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
136         (gst_flv_demux_create_index):
137         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_script),
138         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
139         (gst_flv_parse_tag_timestamp), (gst_flv_parse_tag_type),
140         (gst_flv_parse_header):
141         * gst/flv/gstflvparse.h:
142         Don't memcpy() all data we want to push downstream, instead just
143         create subbuffers and push them downstream.
144
145         Fix some minor memory leaks.
146
147 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
148
149         * configure.ac:
150         Require CVS of core for the last change.
151
152 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
153
154         * gst/flv/Makefile.am:
155         Fix (non-critical) syntax error and add all required CFLAGS and LIBS.
156
157         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
158         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
159         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
160         (gst_flv_parse_tag_timestamp), (gst_flv_parse_tag_type):
161         Rewrite the script tag parsing to make sure we don't try to read
162         more data than we have. Also use GST_READ_UINT24_BE directly and
163         fix some minor memory leaks.
164         This should make all crashes on fuzzed FLV files disappear.
165
166 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
167
168         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
169         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
170         (gst_flv_parse_tag_type), (gst_flv_parse_header):
171         Properly check everywhere that we have enough data to parse and
172         don't read outside the allocated memory region. 
173
174 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
175
176         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
177         (gst_flv_parse_tag_video):
178         If the caps change during playback and negotiation fails error out
179         instead of trying to continue.
180
181 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
182
183         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
184         (gst_flv_mux_request_new_pad), (gst_flv_mux_write_buffer),
185         (gst_flv_mux_collected):
186         * gst/flv/gstflvmux.h:
187         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate):
188         Add support for Speex audio and allow buffers without valid
189         timestamp in the muxer.
190
191 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
192
193         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop),
194         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
195         (gst_flv_demux_handle_seek_pull):
196         Don't post an error message on the bus if sending EOS downstream
197         didn't work. Fixes bug #550454.
198
199         Fix seek event handling to look at the flags of the seek event
200         instead of assuming some random flags, don't send segment-start
201         messages when operating in push mode and push seek events upstream
202         if we couldn't handle them.
203
204 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
205
206         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
207         Error out early if pulling a tag failed.
208
209 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
210
211         * gst/flv/gstflvdemux.c: (gst_flv_demux_create_index),
212         (gst_flv_demux_loop):
213         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_script),
214         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
215         (gst_flv_parse_tag_timestamp):
216         * gst/flv/gstflvparse.h:
217         In pull mode we create our own index before doing anything else
218         and don't use the index provided by some files (which are more than
219         often incorrect and cause failed seeks).
220
221         For push mode we still use the index provided by the file and extend it
222         while doing the playback.
223
224 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
225
226         * gst/flv/gstflvdemux.c: (gst_flv_demux_push_src_event),
227         (gst_flv_demux_loop), (gst_flv_demux_handle_seek_pull),
228         (gst_flv_demux_sink_event):
229         Instead of using gst_pad_event_default() use a small
230         gst_pad_push_event() wrapper that only does what we want and is much
231         more simple.
232
233 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
234
235         * gst/flv/gstflvdemux.c: (gst_flv_demux_change_state),
236         (gst_flv_demux_set_index), (gst_flv_demux_init):
237         * gst/flv/gstflvdemux.h:
238         If our index was created by the element and not provided from the
239         outside we should destroy it when starting a new stream to get
240         all old entries removed.
241
242 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
243
244         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range):
245         Improve debugging a bit when pulling a buffer from upstream fails.
246
247 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
248
249         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
250         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_dispose):
251         * gst/flv/gstflvdemux.h:
252         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
253         (gst_flv_parse_tag_video):
254         Close the currently playing segment from the streaming thread
255         instead of the thread where the seek event is handled.
256
257 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
258
259         Patch by: David Härdeman <david at hardeman dot nu>
260
261         * gst/mpegdemux/mpegtspacketizer.c: (mpegts_packetizer_parse_nit):
262         Add support for the frequency list descriptor, which provides
263         additional frequencies that should be scanned by a DVB application.
264         Fixes bug #557814.
265
266 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
267
268         Patch by: vanista <vanista at gmail dot com>
269
270         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_choose_best_stream):
271         Fix EOS logic by correctly popping the collect pad buffers only
272         when we've chosen to use them instead of popping them always and
273         storing them in a private queue.
274
275         Before the pipeline would deadlock if all pads go EOS at the same
276         time. Fixes bug #557763.
277
278 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
279
280         * configure.ac:
281         Back to development -> 0.10.9.1
282
283 === release 0.10.9 ===
284
285 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
286
287         * configure.ac:
288           releasing 0.10.9, "Matters of fact"
289
290 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
291
292         * configure.ac:
293         Commit 0.10.8.4 pre-release
294
295 2008-10-20  Edward Hervey  <edward.hervey@collabora.co.uk>
296
297         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
298         Fix reverse playback regression.
299         Fixes #557080
300
301 2008-10-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
302
303         * ext/apexsink/gstapexplugin.c: (plugin_init):
304           Set apexsink's rank to NONE so it doesn't get used by
305           autoaudiosink (there's no point really). (#556588)
306
307 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
308
309         * configure.ac:
310         0.10.8.3 pre-release
311
312 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
313
314         Patch by: Josep Torra
315
316         * gst/mpegdemux/gstmpegtsdemux.c:
317         * gst/mpegdemux/gstmpegtsdemux.h:
318         Properly handle some resync cases in the optimised
319         buffering strategy.
320
321 2008-10-16  Michael Smith <msmith@songbirdnest.com>
322         * sys/acmenc/Makefile.am:
323           Remove incorrect use of DIRECTSOUND_LDFLAGS
324
325 2008-10-16  Sebastian Dröge  <slomo@circular-chaos.org>
326
327         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
328         (gst_flv_mux_write_buffer):
329         Don't set video_codec to the value that actually should go
330         into audio codec, otherwise we create invalid files.
331         Fixes bug #556564.
332
333 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
334
335         * tests/check/Makefile.am:
336         Leave apexsink out of the states test.
337
338 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
339
340         * gst/rtpmanager/gstrtpjitterbuffer.c:
341         (gst_jitter_buffer_sink_parse_caps),
342         (gst_rtp_jitter_buffer_flush_start),
343         (gst_rtp_jitter_buffer_flush_stop), (gst_rtp_jitter_buffer_chain),
344         (gst_rtp_jitter_buffer_loop):
345         Fix problem with using the output seqnum counter to check for input
346         seqnum discontinuities.
347         Improve gap detection and recovery, reset and flush the jitterbuffer on
348         seqnum restart. Fixes #556520.
349
350         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert):
351         Fix wrong G_LIKELY.
352
353 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
354
355         * configure.ac:
356         Commit 0.10.8.2 pre-release bump, that actually went out in a
357         tarball on 2008-10-11
358
359 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
360
361         * gst/rtpmanager/gstrtpsession.c:
362         (gst_rtp_session_event_send_rtcp_src), (create_send_rtcp_src):
363         Install event handler on the rtcp_src pad, make LATENCY event return
364         TRUE. Fixes #556338.
365
366 2008-10-16  Edward Hervey  <edward.hervey@collabora.co.uk>
367
368         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
369         Make sure the mpegpsdemux element creates valid newsegment events.
370         Fixes #556428
371
372 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
373
374         patch by: Sebastian Pölsterl
375         
376         * gst/mpegdemux/mpegtspacketizer.c:
377         Fixes segfault in get_encoding_and_convert.
378         Fixes #556482
379
380 2008-10-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
381
382         patch by: Josep Torra
383
384         * gst/mpegdemux/gstmpegtsdemux.c:
385         Fixes a segfault in the adaptation buffer size strategy.
386         Fixes #556440
387
388 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
389
390         * gst/selector/gstinputselector.c: (gst_input_selector_event),
391         (gst_input_selector_query):
392         Gracefully handle the cases when we dont' have otherpad.
393         Fixes #556430
394
395 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
396
397         * gst/aiffparse/aiffparse.c: (plugin_init):
398         Fix debugging category initialization.
399         Fixes #556274   
400
401 2008-10-14  Jan Schmidt  <jan.schmidt@sun.com>
402
403         * ext/apexsink/gstapexsink.c:
404         Fix some more format string compiler warnings (from OS/X)
405
406 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
407
408         * ext/apexsink/gstapexraop.c: (gst_apexraop_connect),
409         (gst_apexraop_set_volume):
410         Fix format string compiler warnings.
411
412 2008-10-12  Jan Schmidt  <jan.schmidt@sun.com>
413
414         * sys/oss4/oss4-mixer.c:
415         * sys/oss4/oss4-sink.c:
416         * sys/oss4/oss4-source.c:
417         Add some spaces in translateable strings.
418         Fixes: #555969 #555968 #555965
419
420 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
421
422         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag),
423         (gst_flv_demux_pull_header):
424         Fix regression of handling flow returns in pull mode.
425         Fixes bug #556003.
426
427 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
428
429         * ext/Makefile.am:
430         Add apexsink to SUBDIRS. Fixes bug #555912.
431
432 2008-10-11  Jan Schmidt  <jan.schmidt@sun.com>
433
434         * tests/check/pipelines/metadata.c:
435         Make the metadata test not fail when jpegenc isn't available....
436         as it isn't here, because it's not in this module, and
437         therefore not in the plugin path when the check runs.
438
439 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
440
441         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
442         (gst_flv_parse_tag_video):
443         Use gst_pad_alloc_buffer_and_set_caps() to make sure we get
444         a buffer with caps that we can work with (i.e. the pad's caps).
445
446         Add non-keyframe video frames to the index too but without the
447         keyframe flag.
448
449         Add audio frames to the index only if we have no video stream.
450
451 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
452
453         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
454         (gst_flv_parse_tag_video):
455         Create pads from the pad templates, use fixed caps on them
456         and only activate them after the caps are set.
457
458 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
459
460         * configure.ac:
461         Disable flacparse for this release as it's too buggy.
462
463 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
464
465         * gst/flacparse/gstbaseparse.c (gst_base_parse_push_buffer),
466         (gst_base_parse_update_upstream_durations):
467         Fix compiler warning on OS/X about parameters not matching
468         the debug format string.
469
470 2008-10-09  Sebastian Dröge  <slomo@circular-chaos.org>
471
472         * gst/deinterlace2/tvtime/tomsmocomp.c:
473         (gst_deinterlace_method_tomsmocomp_class_init):
474         Fix unused variable compiler warning when not building
475         X86 assembly.
476
477 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
478
479         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop):
480         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_timestamp):
481         * gst/flv/gstflvparse.h:
482         Get an approximate duration of the file by looking at the timestamp
483         of the last tag in pull mode. If we get (maybe better) duration from
484         metadata later we'll use that instead.
485
486 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
487
488         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range),
489         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header):
490         Refactor _pull_range() logic with checks into a seperate function
491         to make things a bit more readable.
492
493 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
494
495         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
496         (gst_flv_demux_base_init):
497         Use gst_element_class_set_details_simple().
498
499         If we get GST_FLOW_NOT_LINKED in the parse loop but at least
500         one of the pads is linked continue the loop.
501
502 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
503
504         * ext/amrwb/gstamrwbenc.c:
505         * ext/amrwb/gstamrwbenc.h:
506           Pass the discont flag from the input buffer on to the output buffer in
507           the AMR encoder.
508
509 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
510
511         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
512         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate):
513         Correct caps for video codec id 5: It's On2 VP6 with alpha channel
514         which needs a different decoder and has different caps.
515
516         Add support for audio codec id 14, which is MP3 with 8kHz sampling
517         rate.
518
519         Fix endianness and signedness for raw audio codec ids.
520
521         Add support for alaw and mulaw audio.
522
523 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
524
525         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain):
526         Go out of the parse loop as soon as we get an error instead
527         of parsing until the GstAdapter is empty.
528
529         Add some explanations about the header and tag size.
530
531         Don't print synchronizing message if everything is fine.
532
533 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
534
535         * gst/flv/Makefile.am:
536         * gst/flv/gstflvdemux.c: (plugin_init):
537         * gst/flv/gstflvmux.c: (gst_flv_mux_base_init),
538         (gst_flv_mux_class_init), (gst_flv_mux_init),
539         (gst_flv_mux_finalize), (gst_flv_mux_reset),
540         (gst_flv_mux_handle_src_event), (gst_flv_mux_handle_sink_event),
541         (gst_flv_mux_video_pad_setcaps), (gst_flv_mux_audio_pad_setcaps),
542         (gst_flv_mux_request_new_pad), (gst_flv_mux_release_pad),
543         (gst_flv_mux_write_header), (gst_flv_mux_write_buffer),
544         (gst_flv_mux_collected), (gst_flv_mux_change_state):
545         * gst/flv/gstflvmux.h:
546         Add first version of a FLV muxer. The only missing feature is writing
547         of stream metadata.
548
549 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
550
551         * ext/amrwb/gstamrwbparse.c:
552         * ext/amrwb/gstamrwbparse.h:
553           Add flush seek handler. Taken from recent armnbparse changes.
554           Sync the code more and use #defines for HEADER.
555
556 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
557
558         * ext/amrwb/gstamrwbparse.c:
559         * ext/amrwb/gstamrwbparse.h:
560           Fix the duration query. Also set caps on the pads and buffers more
561           correctly. Taken from recent armnbparse changes.
562
563 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
564
565         * gst/mpegdemux/gstmpegdemux.c:
566         * gst/mpegdemux/gstmpegtsdemux.c:
567         Add Fluendo to the Long Name.
568
569 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
570
571         * configure.ac:
572         * gst-plugins-bad.spec.in:
573         * gst/mpegdemux/Makefile.am:
574         * gst/mpegdemux/flumpegdemux.c:
575         * gst/mpegdemux/gstmpegdesc.c:
576         * gst/mpegdemux/gstmpegdesc.h:
577         * gst/mpegdemux/mpegtspacketizer.c:
578         * gst/mpegdemux/mpegtspacketizer.h:
579         * gst/mpegdemux/mpegtsparse.c:
580         * gst/mpegdemux/mpegtsparse.h:
581         Move of mpegtsparse to mpegdemux.
582         Fixes #555193.
583
584 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
585
586         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data),
587         (gst_flups_demux_parse_pack_start):
588         Prevent a division by zero if last mux rate was zero.
589
590         If we're going to send a NEWSEGMENT event but the segment start
591         and the current buffer timestamp differ by more than a second we
592         will start the NEWSEGMENT at the buffer timestamp.
593
594         This fixes playback of the tv2-1_25.mpg file, which has 0 as first SCR
595         but the first PTS are around 1 hour and 40 minutes.
596
597         Fixes bug #553755.
598
599 2008-10-07  Jan Schmidt  <jan.schmidt@sun.com>
600
601         * ext/resindvd/resindvdsrc.c:
602         Fix next/prev chapter seeking at the beginning or end.
603         Use 64-bit scaling utility functions for converting MPEG
604         timestamps.
605
606 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
607
608         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
609
610         * gst/rtpmanager/gstrtpbin-marshal.list:
611         Add marshaller for new action signal.
612
613         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session),
614         (gst_rtp_bin_class_init):
615         * gst/rtpmanager/gstrtpbin.h:
616         Add action signal to retrieve the internal RTPSession object.
617
618         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
619         (gst_rtp_session_get_property), (gst_rtp_session_release_pad):
620         Add property to access the internal RTPSession object.
621
622         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
623         (check_collision):
624         * gst/rtpmanager/rtpsession.h:
625         Add action signal to retrieve an RTPSource object by SSRC. 
626         See #555396.
627
628 2008-10-07  Stefan Kost  <ensonic@users.sf.net>
629
630         * gst/selector/gstoutputselector.c:
631           Choose right pad for sending events. Fixes #555244
632
633 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
634
635         * gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
636         (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
637         (remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
638         (gst_rtp_bin_release_pad):
639         Release pads of the session manager.
640         Start implementing releasing pads of gstrtpbin.
641
642         * gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
643         (remove_recv_rtcp_sink), (remove_send_rtp_sink),
644         (remove_send_rtcp_src), (gst_rtp_session_release_pad):
645         Implement releasing pads in gstrtpsession.
646
647 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
648
649         * gst/rtpmanager/gstrtpjitterbuffer.c:
650         (gst_jitter_buffer_sink_parse_caps):
651         Only update the seqnum-base when it was not already configured for the
652         streams.
653
654 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
655
656         * configure.ac
657         * ext/metadata/README:
658         * ext/metadata/metadataexif.c:
659         * ext/metadata/metadatatags.c:
660         * ext/metadata/metadatatags.h:
661           Start using core geo tags (bump req). Fix handling of location
662           references.
663
664         * tests/check/Makefile.am:
665           Sort blacklisted elements and remove moved ones. Add new test.
666
667         * tests/check/pipelines/metadata.c:
668           Add first tests for metadata element.
669
670         * tests/icles/metadata_editor.c:
671           Move free to correct place.
672
673 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
674
675         * tests/check/generic/states.c:
676           Stop test on state-change error. Should be applied on other modules if
677           we agree that it makes sense.
678
679 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
680
681         * gst/mpegtsparse/mpegtsparse.c:
682         Actually copy the structure passed in when assigning it because
683         it gets freed straight after the function call.
684         Re: pat_info and pmt_info GstStructures.
685
686 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
687
688         Patch by: Josep Torra
689
690         * gst/mpegdemux/gstmpegtsdemux.c:
691         Fix wrong firing of critical introduced by previous optimisation.
692
693 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
694
695         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
696         Warn and clamp to max bitrate for samplerate.
697         Fixes #550486.
698
699 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
700
701         * gst/mpegtsparse/mpegtsparse.c:
702         Fix possible crash where pat is pointing to a freed structure.
703
704 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
705
706         * ext/metadata/README:
707         * ext/metadata/metadataexif.c:
708         * ext/metadata/metadatatags.c:
709         * ext/metadata/metadatatags.h:
710           Use core gps tags.
711
712 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
713
714         * ext/metadata/metadata_mapping.htm:
715         * ext/metadata/metadataxmp.c:
716         * ext/metadata/Makefile.am:
717           Add mapping of format and mime type to xmp.
718
719 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
720
721         * ext/metadata/README:
722         * ext/metadata/metadataexif.c:
723         * ext/metadata/metadatatags.c:
724         * ext/metadata/metadatatags.h:
725           Reverting. Will need to wait for core 0.10.21 release.
726
727 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
728
729         * ext/metadata/README:
730         * ext/metadata/metadataexif.c:
731         * ext/metadata/metadatatags.c:
732         * ext/metadata/metadatatags.h:
733           Use core gps tags.
734
735 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
736
737         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
738         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
739         (gst_base_parse_change_state), (gst_base_parse_set_index),
740         (gst_base_parse_get_index):
741         Add support for GstIndex.
742
743 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
744
745         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
746         (gst_base_parse_push_buffer),
747         (gst_base_parse_update_upstream_durations),
748         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
749         * gst/flacparse/gstbaseparse.h:
750         Provide a vfunc for the subclass to decide whether a frame is inside
751         the segment or not and add a default implementation.
752
753         Fix approximate bitrate calculations.
754
755 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
756
757         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
758         (gst_base_parse_init), (gst_base_parse_push_buffer),
759         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
760         (gst_base_parse_loop), (gst_base_parse_activate),
761         (gst_base_parse_convert), (gst_base_parse_query):
762         Approximate the average bitrate, duration and size if possible
763         and add a default conversion function which uses this for
764         time<->byte conversions.
765
766         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
767         Fix parsing if upstream gives -1 as duration.
768
769 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
770
771         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
772         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
773         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
774         Ref the rtpsource object before we release the session lock when we emit
775         the signals.
776
777 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
778
779         * sys/Makefile.am:
780         * sys/wasapi/Makefile.am:
781         * sys/wasapi/gstwasapi.c:
782         * sys/wasapi/gstwasapisink.c:
783         * sys/wasapi/gstwasapisink.h:
784         * sys/wasapi/gstwasapisrc.c:
785         * sys/wasapi/gstwasapisrc.h:
786         * sys/wasapi/gstwasapiutil.c:
787         * sys/wasapi/gstwasapiutil.h:
788         New plugin for audio capture and playback using Windows Audio Session
789         API (WASAPI) available with Vista and newer (#520901).
790
791         Comes with hardcoded caps and obviously needs lots of love. Haven't
792         had time to work on this code since it was written, was initially just
793         a quick experiment to play around with this new API.
794
795 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
796
797         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
798           (AudioFakeSink.DoRenderSample):
799         Fix a couple of signed/unsigned comparison warnings.
800
801 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
802
803         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
804         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
805         Use the _T() macro to support both Unicode and MBCS.
806
807 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
808
809         * ext/libmms/gstmms.c (plugin_init):
810         Fix return type of the GstURIHandler::get_type() implementation.
811
812 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
813
814         * configure.ac:
815         * gst/flacparse/Makefile.am:
816         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
817         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
818         (gst_base_parse_finalize), (gst_base_parse_class_init),
819         (gst_base_parse_init), (gst_base_parse_check_frame),
820         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
821         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
822         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
823         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
824         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
825         (gst_base_parse_chain), (gst_base_parse_pull_range),
826         (gst_base_parse_loop), (gst_base_parse_sink_activate),
827         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
828         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
829         (gst_base_parse_set_min_frame_size),
830         (gst_base_parse_get_querytypes), (gst_base_parse_query),
831         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
832         * gst/flacparse/gstbaseparse.h:
833         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
834         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
835         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
836         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
837         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
838         (gst_bit_reader_skip_to_byte):
839         * gst/flacparse/gstbitreader.h:
840         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
841         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
842         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
843         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
844         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
845         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
846         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
847         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
848         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
849         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
850         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
851         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
852         * gst/flacparse/gstbytereader.h:
853         * gst/flacparse/gstflac.c: (plugin_init):
854         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
855         (gst_flac_parse_class_init), (gst_flac_parse_init),
856         (gst_flac_parse_finalize), (gst_flac_parse_start),
857         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
858         (gst_flac_parse_check_valid_frame),
859         (gst_flac_parse_handle_streaminfo),
860         (gst_flac_parse_handle_vorbiscomment),
861         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
862         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
863         (gst_flac_parse_parse_frame):
864         * gst/flacparse/gstflacparse.h:
865         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
866         that will be added to libgstbase later.
867
868         The FLAC parser is currently not 100% bug free and fails to get the
869         correct frame size for some frames in some streams.
870
871 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
872
873         * ext/resindvd/gstmpegdemux.c:
874         * ext/resindvd/gstmpegdemux.h:
875         * ext/resindvd/resindvdbin.c:
876         * ext/resindvd/resindvdsrc.c:
877         * ext/resindvd/rsnstreamselector.c:
878         Add in Title/Chapter seeking, and simple but buggy audio
879         and subtitle stream selection.
880
881 2008-09-24  Michael Smith <msmith@songbirdnest.com>
882
883         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
884         * sys/dshowdecwrapper/gstdshowaudiodec.h:
885         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
886         * sys/dshowdecwrapper/gstdshowutil.cpp:
887         * sys/dshowdecwrapper/gstdshowutil.h:
888         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
889         * sys/dshowdecwrapper/gstdshowvideodec.h:
890           Prefer known-good filters, create directly by GUID if possible,
891           fall back to creating highest-merit filter otherwise.
892           Fixes playback with random dshow filters installed in some
893           cases.
894
895 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
896
897         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
898         (rtp_jitter_buffer_get_sync):
899         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
900         (session_cleanup):
901         * gst/rtpmanager/rtpsource.c:
902         Fix some docs.
903
904 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
905
906         Patch from: Josep Torra
907
908         * gst/mpegdemux/gstmpegtsdemux.c:
909         * gst/mpegdemux/gstmpegtsdemux.h:
910         Use a preallocated buffer per stream for PES packets sent on src pads.
911         Adaptively adjust buffer size appropriately.
912
913 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
914
915         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
916           (gst_neonhttp_src_send_request_and_redirect):
917           Clean up the debug logging code and #ifdef mess a bit: whether or not
918           gstreamer debug messages should be output should not depend on an
919           element property; also, GST_ELEMENT_ERROR will leave a line in the log
920           already, so merge the more useful debug log messages with the less useful
921           error debug strings.
922
923 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
924
925         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
926           Don't post LIBRARY_INIT errors where we should be posting
927           RESOURCE OPEN_READ errors. Fixes #552506.
928
929 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
930
931         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
932         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
933         Fix compiler warnings on OS/X
934
935 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
936
937         patch by: Michael Krufky
938
939         * sys/dvb/gstdvbsrc.c:
940         Add adapter_name for bus message in ATSC case. Fixes #552536.
941
942 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
943
944         * ext/celt/gstceltenc.h:
945           Help gtk-doc to parse this correctly.
946
947         * gst/pcapparse/gstpcapparse.c:
948           Add missing include.
949
950 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
951
952         * examples/Makefile.am:
953           Only built scaletempo example if we have gtk.
954
955 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
956
957         * gst/rtpmanager/gstrtpbin.c: (create_session),
958         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
959         Do not try to adjust the offset of streams for which we have not yet
960         seen an SR packet. Avoids large ts-offsets in some cases.
961
962 2008-09-10  Michael Smith <msmith@songbirdnest.com>
963
964         * sys/dshowdecwrapper/Makefile.am:
965         * sys/dshowdecwrapper/gstdshowaudiodec.c:
966         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
967         * sys/dshowdecwrapper/gstdshowaudiodec.h:
968         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
969         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
970         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
971         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
972         * sys/dshowdecwrapper/gstdshowfakesrc.h:
973         * sys/dshowdecwrapper/gstdshowutil.cpp:
974         * sys/dshowdecwrapper/gstdshowutil.h:
975         * sys/dshowdecwrapper/gstdshowvideodec.c:
976         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
977         * sys/dshowdecwrapper/gstdshowvideodec.h:
978           Major rewrite of dshowdecwrapper. Converts code to
979           C++, moves to direct use of DirectShow base classes,
980           make a lot of code clearer, simplify, etc.
981           Fix decode of MP3 on Vista by working around an apparent
982           bug in the decoder.
983
984 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
985
986         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
987           gst_ks_clock_start):
988           Synchronize KS clock as a single-shot operation for now, there's not
989           much point in doing it periodically until we're actually using the
990           KS timestamps for anything else than just discarding old frames.
991         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
992           Provide the GstClock when opening the device if we already have one.
993
994 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
995
996         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
997           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
998           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
999           gst_ks_video_device_read_frame):
1000           Guard against capturing old frames by keeping track of the last
1001           timestamp and also zero-fill the buffers before each capture.
1002           Only assign a master clock if the pin hasn't already got one.
1003           Actually free buffers on the way down to avoid a huge memory leak,
1004           as this was previously done when changing state to ACQUIRE downwards
1005           and we now skip that state on the way down.
1006           Add some debug.
1007         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
1008           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
1009           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
1010           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
1011           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
1012           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
1013           device_index, running, worker_thread, worker_lock,
1014           worker_notify_cond, worker_result_cond, worker_state,
1015           worker_pending_caps, worker_setcaps_result, worker_pending_run,
1016           worker_run_result, gst_ks_video_src_reset,
1017           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
1018           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
1019           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
1020           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
1021           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
1022           gst_ks_video_src_create):
1023           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
1024           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
1025           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
1026           behavior. As an added bonus we usually get PresentationTime set for
1027           each frame, so we can expand on this later for smarter latency
1028           reporting (by looking at the diff between the timestamp from the
1029           driver and the time according to the GStreamer clock).
1030           Use an internal worker thread for opening the device, setting caps,
1031           changing its state and closing it. This way we're a lot more
1032           compatible with drivers that rely on hacks to do video-effects
1033           between the low-level NT API and the application. Ick.
1034           Start the ks clock and set the pin to KSSTATE_RUN on the first
1035           create() so that we'll hopefully get hold of the GStreamer clock
1036           from the very beginning. This way there's no chance that the
1037           timestamps will make a sudden jump in the beginning of the stream
1038           when we're running with a clock.
1039         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
1040           ks_options_flags_to_string):
1041           Reorder the flags to match the headerfile order, and make the string
1042           a bit more compact.
1043         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
1044           Avoid leaking KSPROPERTY_PIN_DATARANGES.
1045
1046 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1047
1048         * configure.ac:
1049         * ext/Makefile.am:
1050         * ext/jp2k/Makefile.am:
1051         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
1052         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
1053         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
1054         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
1055         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
1056         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
1057         (plugin_init):
1058         * ext/jp2k/gstjasperdec.h:
1059         Add jp2k plugin.  Fixes #550657.
1060
1061 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1062
1063         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
1064         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
1065         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
1066         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
1067         (gst_fluts_demux_plugin_init):
1068         Fix conflicting public names in new mpeg demuxers.
1069         Fixes #550468
1070
1071 2008-09-08  Michael Smith <msmith@songbirdnest.com>
1072
1073         * gst/aiffparse/aiffparse.c:
1074           Support chunks in AIFF in any order in pull mode, and any order so
1075           long as we get COMM before the actual data (SSND) in push mode.
1076           Fixes playback of AIFC files.
1077
1078 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1079
1080         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
1081         (gst_input_selector_reset), (gst_input_selector_change_state):
1082         Reset the selector state when going to READY.
1083
1084 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1085
1086         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
1087         (create_session), (gst_rtp_bin_associate),
1088         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
1089         (gst_rtp_bin_request_new_pad):
1090         * gst/rtpmanager/gstrtpbin.h:
1091         Add signal to notify listeners when a sender becomes a receiver.
1092         Tweak lip-sync code, don't store our own copy of the ts-offset of the
1093         jitterbuffer, don't adjust sync if the change is less than 4msec.
1094         Get the RTP timestamp <-> GStreamer timestamp relation directly from
1095         the jitterbuffer instead of our inaccurate version from the source.
1096
1097         * gst/rtpmanager/gstrtpjitterbuffer.c:
1098         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
1099         (gst_rtp_jitter_buffer_get_sync):
1100         * gst/rtpmanager/gstrtpjitterbuffer.h:
1101         Add G_LIKELY macros, use global defines for max packet reorder and
1102         dropouts.
1103         Reset the jitterbuffer clock skew detection when packets seqnums are
1104         changed unexpectedly.
1105
1106         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
1107         (gst_rtp_session_class_init), (gst_rtp_session_init):
1108         * gst/rtpmanager/gstrtpsession.h:
1109         Add sender timeout signal.
1110
1111         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
1112         (calculate_skew), (rtp_jitter_buffer_insert),
1113         (rtp_jitter_buffer_get_sync):
1114         * gst/rtpmanager/rtpjitterbuffer.h:
1115         Add some G_LIKELY macros.
1116         Keep track of the extended RTP timestamp so that we can report the RTP
1117         timestamp <-> GStreamer timestamp relation for lip-sync.
1118         Remove server timestamp gap detection code, the server can sometimes
1119         make a huge gap in timestamps (talk spurts,...) see #549774.
1120         Detect timetamp weirdness instead by observing the sender/receiver
1121         timestamp relation and resync if it changes more than 1 second.
1122         Add method to report about the current rtp <-> gst timestamp relation
1123         which is needed for lip-sync.
1124
1125         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
1126         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
1127         (session_cleanup):
1128         * gst/rtpmanager/rtpsession.h:
1129         Add sender timeout signal.
1130         Remove inaccurate rtp <-> gst timestamp relation code, the
1131         jitterbuffer can now do an accurate reporting about this.
1132
1133         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
1134         (rtp_source_update_caps), (calculate_jitter),
1135         (rtp_source_process_rtp):
1136         * gst/rtpmanager/rtpsource.h:
1137         Remove inaccurate rtp <-> gst timestamp relation code.
1138
1139         * gst/rtpmanager/rtpstats.h:
1140         Define global max-reorder and max-dropout constants for use in various
1141         subsystems.
1142
1143 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1144
1145         patch by: Sebastian Pölsterl
1146
1147         * sys/dvb/gstdvbsrc.c:
1148         Add DVB Adapter name to structure sent over bus.
1149
1150 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
1151
1152         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
1153         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
1154         Fix build on macosx.
1155
1156 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1157
1158         * configure.ac:
1159         * gst/mpegdemux/Makefile.am:
1160         * gst/mpegdemux/flumpegdemux.c:
1161         * gst/mpegdemux/flutspatinfo.c:
1162         * gst/mpegdemux/flutspatinfo.h:
1163         * gst/mpegdemux/flutspmtinfo.c:
1164         * gst/mpegdemux/flutspmtinfo.h:
1165         * gst/mpegdemux/flutspmtstreaminfo.c:
1166         * gst/mpegdemux/flutspmtstreaminfo.h:
1167         * gst/mpegdemux/gstmpegdefs.h:
1168         * gst/mpegdemux/gstmpegdemux.c:
1169         * gst/mpegdemux/gstmpegdemux.h:
1170         * gst/mpegdemux/gstmpegdesc.c:
1171         * gst/mpegdemux/gstmpegdesc.h:
1172         * gst/mpegdemux/gstmpegtsdemux.c:
1173         * gst/mpegdemux/gstmpegtsdemux.h:
1174         * gst/mpegdemux/gstpesfilter.c:
1175         * gst/mpegdemux/gstpesfilter.h:
1176         * gst/mpegdemux/gstsectionfilter.c:
1177         * gst/mpegdemux/gstsectionfilter.h:
1178         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
1179         is now dual licensed MPL and LGPL.
1180
1181 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1182
1183         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
1184         Set caps on outgoing buffers.
1185
1186 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1187
1188         * ext/resindvd/plugin.c: (plugin_init):
1189         * ext/resindvd/resindvdsrc.c:
1190         * ext/twolame/gsttwolame.c: (plugin_init):
1191         * gst/aiffparse/aiffparse.c: (plugin_init):
1192           Enable/fix up translations for these plugins.
1193
1194         * po/LINGUAS:
1195           Add 'ca' to LINGUAS.
1196
1197         * po/POTFILES.in:
1198         * po/POTFILES.skip:
1199           Add more files for translation and more files which tools
1200           should skip.
1201
1202 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
1203
1204         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
1205         Fix build on macosx.
1206
1207 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1208
1209         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1210         Allocate a fixed size buffer on the stack instead of using malloc().
1211
1212         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
1213         (tsmux_program_new), (tsmux_program_free):
1214         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1215         (tsmux_stream_free), (tsmux_stream_consume),
1216         (tsmux_stream_add_data):
1217         Use GSlice.
1218
1219 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1220
1221         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
1222         Add support for muxing MPEG4 video.
1223
1224 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1225
1226         * gst/mpegtsmux/tsmux/tsmux.h:
1227         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1228         Fix build of mpegtsmux.
1229         
1230 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1231
1232         * configure.ac:
1233         * gst/mpegtsmux/Makefile.am:
1234         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
1235         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
1236         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
1237         (release_buffer_cb), (mpegtsmux_create_stream),
1238         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
1239         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
1240         (mpegtsmux_release_pad), (new_packet_cb),
1241         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
1242         (plugin_init):
1243         * gst/mpegtsmux/mpegtsmux.h:
1244         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1245         * gst/mpegtsmux/mpegtsmux_aac.h:
1246         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
1247         * gst/mpegtsmux/mpegtsmux_h264.h:
1248         * gst/mpegtsmux/tsmux/Makefile.am:
1249         * gst/mpegtsmux/tsmux/crc.h:
1250         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
1251         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
1252         (tsmux_program_new), (tsmux_set_pmt_frequency),
1253         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
1254         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
1255         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
1256         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
1257         (tsmux_write_stream_packet), (tsmux_program_free),
1258         (tsmux_write_section), (tsmux_write_section_hdr),
1259         (tsmux_write_pat), (tsmux_write_pmt):
1260         * gst/mpegtsmux/tsmux/tsmux.h:
1261         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
1262         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1263         (tsmux_stream_get_pid), (tsmux_stream_free),
1264         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
1265         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
1266         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
1267         (tsmux_stream_pes_header_length),
1268         (tsmux_stream_find_pts_dts_within),
1269         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
1270         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
1271         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
1272         (tsmux_stream_get_pts):
1273         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1274         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
1275         is renamed to mpegtsmux to prevent conflicts. Also all relevant
1276         informations about copyright and license are added to the top of
1277         every file but apart from that no changes compared to the latest
1278         SVN versions happened.
1279
1280 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1281
1282         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1283         (gst_input_selector_event), (gst_input_selector_query):
1284         Reuse the get_linked_pads for both source and sinkpads because they are
1285         the same.
1286         Implement a custum event handler and get the internally linked pad
1287         directly instead of relying on the default (slower) implementation.
1288
1289 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1290
1291         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
1292         Correctly take the granulepos from upstream if possible and
1293         correctly handle the granulepos in various calculations: the
1294         granulepos is the sample number of the _last_ sample in a frame, not
1295         the first. 
1296
1297         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
1298         (gst_celt_enc_encode), (gst_celt_enc_chain),
1299         (gst_celt_enc_change_state):
1300         * ext/celt/gstceltenc.h:
1301         Handle non-zero start timestamps in the encoder and detect/handle
1302         stream discontinuities. Fixes bug #547075.
1303
1304 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1305
1306         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
1307
1308         * configure.ac:
1309         * docs/plugins/Makefile.am:
1310         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1311         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1312         * docs/plugins/inspect/plugin-scaletempo.xml:
1313         * examples/scaletempo/Makefile.am:
1314         * examples/scaletempo/demo-gui.c: (pop_status_bar),
1315         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
1316         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
1317         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
1318         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
1319         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
1320         (demo_gui_do_play_pause), (demo_gui_do_open_file),
1321         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
1322         (demo_gui_do_about_dialog), (demo_gui_do_quit),
1323         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
1324         (demo_gui_request_set_search), (demo_gui_rate_changed),
1325         (demo_gui_playing_started), (demo_gui_playing_paused),
1326         (demo_gui_playing_ended), (demo_gui_player_errored),
1327         (demo_gui_stride_changed), (demo_gui_overlap_changed),
1328         (demo_gui_search_changed), (demo_gui_set_player_func),
1329         (demo_gui_set_playlist_func), (build_gvalue_array),
1330         (create_action), (demo_gui_show_func), (demo_gui_set_player),
1331         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
1332         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
1333         (demo_gui_get_type):
1334         * examples/scaletempo/demo-gui.h:
1335         * examples/scaletempo/demo-main.c: (handle_error_message),
1336         (handle_quit), (main):
1337         * examples/scaletempo/demo-player.c: (no_pipeline),
1338         (demo_player_event_listener), (demo_player_state_changed_cb),
1339         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
1340         (demo_player_scale_rate_func), (demo_player_set_rate_func),
1341         (_set_state_and_wait), (demo_player_load_uri_func),
1342         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
1343         (demo_player_seek_by_func), (demo_player_seek_to_func),
1344         (demo_player_get_position_func), (demo_player_get_duration_func),
1345         (demo_player_scale_rate), (demo_player_set_rate),
1346         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
1347         (demo_player_seek_by), (demo_player_seek_to),
1348         (demo_player_get_position), (demo_player_get_duration),
1349         (demo_player_get_property), (demo_player_set_property),
1350         (demo_player_init), (demo_player_class_init),
1351         (demo_player_get_type):
1352         * examples/scaletempo/demo-player.h:
1353         * gst/scaletempo/Makefile.am:
1354         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
1355         (best_overlap_offset_s16), (output_overlap_float),
1356         (output_overlap_s16), (fill_queue), (reinit_buffers),
1357         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
1358         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
1359         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
1360         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
1361         (gst_scaletempo_init):
1362         * gst/scaletempo/gstscaletempo.h:
1363         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
1364         Add scaletempo plugin, which allows to scale the speed of audio without
1365         changing the pitch by handling seeks with a rate!=1.0.
1366         Integrate it into the docs and add the example application for it.
1367         Fixes bug #537700.
1368
1369 2008-08-30  David Schleef  <ds@schleef.org>
1370
1371         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
1372
1373 2008-08-29  David Schleef  <ds@schleef.org>
1374
1375         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
1376           object disposal.  Handle 4:2:2 and 4:4:4 video.
1377
1378 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1379
1380         * ext/resindvd/resindvdbin.c:
1381         Fix compiler warning on Forte.
1382
1383 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1384
1385         * configure.ac:
1386         Commit FIONREAD check, needed for the dccp src.
1387
1388 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
1389
1390         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
1391         (gst_faac_chain), (gst_faac_change_state):
1392         * ext/faac/gstfaac.h:
1393         Add code for calculating proper timestamp/duration for the trailing
1394         encoded buffers that faac will output when receiving EOS.
1395
1396 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1397
1398         * configure.ac:
1399         Fix CFLAGS and LIBS for the apexsink.
1400
1401 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1402
1403         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
1404           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
1405
1406 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
1407
1408         * gst/dccp/gstdccp.c:
1409         * gst/dccp/gstdccpclientsrc.c:
1410         Fix compilation on Solaris by including filio.h as needed.
1411
1412         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1413         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1414         Fix compilation with Forte - apparently it hates concatenating a
1415         macro argument that starts with an underscore??
1416
1417 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1418
1419         Patch by: Jérémie Bernard <gremimail at gmail dot com>
1420
1421         * configure.ac:
1422         * ext/apexsink/LGPL-3.0.txt:
1423         * ext/apexsink/Makefile.am:
1424         * ext/apexsink/gstapexplugin.c: (plugin_init):
1425         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
1426         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
1427         (gst_apexraop_set_host), (gst_apexraop_get_host),
1428         (gst_apexraop_set_port), (gst_apexraop_get_port),
1429         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
1430         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
1431         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
1432         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
1433         (gst_apexraop_write), (gst_apexraop_flush):
1434         * ext/apexsink/gstapexraop.h:
1435         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
1436         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
1437         (gst_apexsink_implements_interface_init),
1438         (gst_apexsink_mixer_interface_init),
1439         (gst_apexsink_interface_supported),
1440         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
1441         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
1442         (gst_apexsink_class_init), (gst_apexsink_init),
1443         (gst_apexsink_set_property), (gst_apexsink_get_property),
1444         (gst_apexsink_finalise), (gst_apexsink_open),
1445         (gst_apexsink_prepare), (gst_apexsink_write),
1446         (gst_apexsink_unprepare), (gst_apexsink_delay),
1447         (gst_apexsink_reset), (gst_apexsink_close):
1448         * ext/apexsink/gstapexsink.h:
1449         Add apexsink for audio output to Apple AirPort Express Wireless
1450         devices. Fixes bug #542510.
1451
1452 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1453
1454         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
1455         (gst_rtp_session_event_send_rtp_sink):
1456         Send EOS when the session object instructs us to.
1457
1458         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
1459         * gst/rtpmanager/rtpsession.h:
1460         Make it possible for the session manager to instruct us to send EOS. We
1461         currently will EOS when the session is a sender and when the sender part
1462         goes EOS. This is not entirely correct behaviour because the session
1463         could still participate as a receiver.
1464         Fixes #549409.
1465
1466 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1467
1468         * gst/aiffparse/aiffparse.c:
1469           Read size of chunks preceeding the audio data with the
1470           correct endianness. Fixes playback of some files.
1471           Fixes #538500
1472
1473 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1474
1475         * configure.ac:
1476         * gst/aiffparse/Makefile.am:
1477         * gst/aiffparse/aiffparse.c:
1478         * gst/aiffparse/aiffparse.h:
1479           Add an AIFF parsing element, heavily based on wavparse.
1480
1481 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1482
1483         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
1484           gst_ks_video_device_set_state):
1485           Don't set the pin state to KSSTATE_RUN from the streaming thread.
1486           Skip KSSTATE_ACQUIRE when changing pin state downwards.
1487           Be nice and specify G_PARAM_STATIC_STRINGS.
1488           Remove unused finalize method.
1489
1490         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
1491           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
1492           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
1493           gst_ks_video_src_set_property, gst_ks_video_src_reset,
1494           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
1495           gst_ks_video_src_set_caps):
1496           First driver quirk: work around Logitech's hostile driver software to
1497           improve stability and performance. See comments for details.
1498           Provide a property to disable driver quirks (enabled by default).
1499           Be nice and specify G_PARAM_STATIC_STRINGS.
1500           Remove unused dispose method.
1501           Tweak include order.
1502
1503 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1504
1505         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1506         (gst_input_selector_query):
1507         Implement the LATENCY query in a better way by taking the latency of all
1508         sinkpads and taking the min/max instead of just taking a random pad.
1509
1510 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1511
1512         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1513         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1514         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1515         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1516         Unroll the loop to handle two bytes at once. This should give
1517         a small speedup and makes it possible to handle chroma and luma
1518         different which is needed later.
1519
1520 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1521
1522         * gst/dccp/gstdccpserversink.c:
1523         * gst/dccp/gstdccpserversink.h:
1524         Don't put globals only used by one '.c' file in a header !
1525         Declare it as static, fixes build on macosx.
1526
1527 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1528
1529         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
1530         Whoops, that was one fix too much :)
1531
1532 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1533
1534         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
1535         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
1536         size_t's size varies by platform/architecture. Use glib convenience
1537         macro instead. Fixes build on macosx.
1538         Remove ending '\n' in debug statements.
1539
1540 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1541
1542         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
1543         Remove unused code and fix includes.
1544
1545 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1546
1547         * gst/deinterlace2/gstdeinterlace2.c:
1548         (gst_deinterlace_method_class_init):
1549         * gst/deinterlace2/gstdeinterlace2.h:
1550         * gst/deinterlace2/tvtime/tomsmocomp.c:
1551         (gst_deinterlace_method_tomsmocomp_class_init):
1552         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1553         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1554         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1555         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1556         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1557         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1558         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1559         First part of the C implementation of the tomsmocomp deinterlacing
1560         algorithm. This only supports search-effort=0 currently, is painfully
1561         slow and needs some cleanup later when all search-effort settings
1562         are implemented in C.
1563
1564 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1565
1566         * configure.ac:
1567         * sys/Makefile.am:
1568         * sys/winks/Makefile.am:
1569         * sys/winks/gstksclock.c:
1570         * sys/winks/gstksclock.h:
1571         * sys/winks/gstksvideodevice.c:
1572         * sys/winks/gstksvideodevice.h:
1573         * sys/winks/gstksvideosrc.c:
1574         * sys/winks/gstksvideosrc.h:
1575         * sys/winks/kshelpers.c:
1576         * sys/winks/kshelpers.h:
1577         * sys/winks/ksvideohelpers.c:
1578         * sys/winks/ksvideohelpers.h:
1579           New plugin for low-latency video capture on Windows (#519935).
1580
1581           Uses Kernel Streaming, the lowest level API for doing video capture
1582           on Windows (more or less just raw ioctls).
1583
1584 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1585
1586         * gst/pcapparse/gstpcapparse.c:
1587         * sys/winscreencap/gstdx9screencapsrc.c:
1588         * sys/winscreencap/gstgdiscreencapsrc.c:
1589           Added documentation blobs. Thanks to Stefan for noticing!
1590
1591 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1592
1593         * configure.ac:
1594         * gst/pcapparse/Makefile.am:
1595         * gst/pcapparse/gstpcapparse.c:
1596         * gst/pcapparse/gstpcapparse.h:
1597           New plugin: pcapparse (#520899).
1598
1599 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1600
1601         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
1602
1603         * configure.ac:
1604         * sys/Makefile.am:
1605         * sys/winscreencap/Makefile.am:
1606         * sys/winscreencap/gstdx9screencapsrc.c:
1607         * sys/winscreencap/gstdx9screencapsrc.h:
1608         * sys/winscreencap/gstgdiscreencapsrc.c:
1609         * sys/winscreencap/gstgdiscreencapsrc.h:
1610         * sys/winscreencap/gstwinscreencap.c:
1611         * sys/winscreencap/gstwinscreencap.h:
1612           New plugin: winscreencap (#463941).
1613
1614 2008-08-22  Michael Smith <msmith@songbirdnest.com>
1615
1616         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1617           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
1618           is correctly, instead of backwards. No functional changes, since this
1619           mistake was completely self-consistent.
1620
1621 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
1622
1623         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1624           Add, but commented out xml/element-dc1394.xml. Its documented, but
1625           I can't get it to be build.
1626
1627         * ext/celt/gstceltdec.c:
1628         * ext/celt/gstceltenc.c:
1629           Fix doc warnings and reformat the doc block.
1630
1631 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1632
1633         patch by: Leandro Melo de Sales <leandroal@gmail.com>
1634
1635         * configure.ac:
1636         * docs/plugins/Makefile.am:
1637         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1638         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1639         * docs/plugins/gst-plugins-bad-plugins.args:
1640         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1641         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1642         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1643         * docs/plugins/gst-plugins-bad-plugins.signals:
1644         * docs/plugins/inspect/plugin-dccp.xml:
1645         * gst/dccp/Makefile.am:
1646         * gst/dccp/gstdccp.c:
1647         * gst/dccp/gstdccp.h:
1648         * gst/dccp/gstdccpclientsink.c:
1649         * gst/dccp/gstdccpclientsink.h:
1650         * gst/dccp/gstdccpclientsrc.c:
1651         * gst/dccp/gstdccpclientsrc.h:
1652         * gst/dccp/gstdccpplugin.c:
1653         * gst/dccp/gstdccpserversink.c:
1654         * gst/dccp/gstdccpserversink.h:
1655         * gst/dccp/gstdccpserversrc.c:
1656         * gst/dccp/gstdccpserversrc.h:
1657         * tests/icles/dccp/README:
1658         * tests/icles/dccp/call/README:
1659         * tests/icles/dccp/call/DCCPClient.c:
1660         * tests/icles/dccp/call/DCCPServer.c:
1661         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1662         * tests/icles/dccp/file/DCCPServerSendFile.c:
1663         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1664         * tests/icles/dccp/mic/DCCPServerMic.c:
1665         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1666         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1667         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1668         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1669         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1670         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1671           Add dccp plugin. Fixes #542390.
1672
1673 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1674
1675         * configure.ac:
1676           Remove bits that presumably weren't supposed to be committed.
1677
1678 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1679
1680         * configure.ac:
1681         * sys/Makefile.am:
1682         * sys/acmenc/Makefile.am:
1683         * sys/acmenc/acmenc.c:
1684           Add new windows ACM encoder wrapper.
1685
1686 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1687
1688         patch by: Michael Krufky
1689
1690         * sys/dvb/gstdvbsrc.c:
1691         * sys/dvb/parsechannels.c:
1692         Add ATSC tunning and channels.conf parsing support.
1693         Fixes #537455
1694
1695 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1696
1697         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1698         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1699         * sys/dshowdecwrapper/gstdshowvideodec.c:
1700         * sys/dshowdecwrapper/gstdshowvideodec.h:
1701         * sys/dshowvideosink/dshowvideosink.cpp:
1702         * sys/dshowvideosink/dshowvideosink.h:
1703           Initialise COM with default flags.
1704           Only deinitialise if the initialisation was successful.
1705
1706 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1707
1708         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1709         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1710         Reset rtp timestamp interpollation when we detect a gap when the
1711         clock_base changed.
1712         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1713
1714         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1715         * gst/rtpmanager/gstrtpsession.h:
1716         Add method to set session SSRC.
1717
1718         * gst/rtpmanager/rtpsession.c: (check_collision),
1719         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1720         (rtp_session_on_timeout):
1721         * gst/rtpmanager/rtpsession.h:
1722         Added debugging for the collision checks.
1723         Add method to change the internal SSRC of the session.
1724
1725         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1726         Reset the clock base when we detect large jumps in the seqnums.
1727
1728 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1729
1730         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1731         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1732         * ext/x264/gstx264enc.h:
1733         Do not deal with duplicated input (timestamps).  If needed,
1734         a generic element can do so.
1735         Do not manipulate input timestamps on the way out,
1736         since that shifts the timeline and A/V sync.
1737
1738 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1739
1740         * docs/plugins/gst-plugins-bad-plugins.args:
1741         Integrate new properties into documentation.
1742         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1743         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1744         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1745         Fix up API prior to eventual plugin move.
1746         API: GstX264Enc:pass (provides more options, and changed to enum)
1747
1748 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1749
1750         * docs/plugins/Makefile.am:
1751         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1752         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1753         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1754         * docs/plugins/inspect/plugin-mplex.xml:
1755         * ext/mplex/gstmplex.cc:
1756         Update and add documentation for mplex.
1757         * ext/mpeg2enc/gstmpeg2enc.cc:
1758         Documentation update.
1759
1760 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1761
1762         * docs/plugins/Makefile.am:
1763         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1764         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1765         * ext/x264/gstx264enc.c:
1766         * tests/check/Makefile.am:
1767         * tests/check/elements/x264enc.c: (setup_x264enc),
1768         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1769         Add documentation and unit test for x264enc.
1770
1771 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1772
1773         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1774         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1775         Allocate some buffers in more adaptive and economical fashion.
1776
1777 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1778
1779         * configure.ac:
1780         Check for sufficiently up-to-date x264 API.
1781         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1782         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1783         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1784         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1785         * ext/x264/gstx264enc.h:
1786         Expose some more parameters of the x264 encoder as properties.
1787
1788 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1789
1790         * gst/rtpmanager/gstrtpbin.c:
1791           Print the pad-name in debug log.
1792
1793         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1794         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1795           Use "-" instead of "_" in property names. Can we call them just
1796           "device" like everywhere else?
1797
1798 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1799
1800         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1801         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1802         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1803         (gst_x264_enc_flush_frames):
1804         Coding style and layout; re-order some functions in more
1805         typical and natural flow.
1806
1807 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1808
1809         * ext/x264/Makefile.am:
1810         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1811         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1812         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1813         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1814         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1815         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1816         * ext/x264/gstx264enc.h:
1817         Use GQueue in stead of custom queue code.
1818         Factorize flushing out encoder delayed frames.
1819         Factorize initialization and state change reset.
1820
1821 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1822
1823         * ext/x264/gstx264enc.h:
1824         * sys/fbdev/gstfbdevsink.c:
1825         Use configure-generated _stdint.h.
1826
1827 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1828
1829         * ext/x264/Makefile.am:
1830         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1831         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1832         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1833         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1834         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1835         (gst_x264_enc_encode_frame), (plugin_init):
1836         * ext/x264/gstx264enc.h:
1837         Use video format library and GST_WRITE_*_BE macros where applicable.
1838         Use finalize in stead of dispose.
1839         Set up debug category and log callback.
1840
1841 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1842
1843         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1844
1845         * ext/sndfile/gstsf.c: (plugin_init):
1846         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1847         * sys/oss4/oss4-audio.c: (plugin_init):
1848         Make sure gettext returns translations in UTF-8 encoding rather
1849         than in the current locale encoding (#546822).
1850
1851 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1852
1853         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1854         (gst_two_lame_chain):
1855         * ext/twolame/gsttwolame.h:
1856         Allow raw float samples as input for encoding.
1857
1858 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1859
1860         * ext/jack/gstjackaudiosrc.c:
1861           Try committing this once again. Now properly renamed.
1862
1863 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1864
1865         * docs/plugins/Makefile.am:
1866         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1867         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1868         * docs/plugins/gst-plugins-bad-plugins.args:
1869         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1870         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1871         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1872         * docs/plugins/inspect/plugin-jack.xml
1873           Add new element to docs.
1874
1875         * ext/jack/gstjack.h
1876           Add missing file.
1877
1878         * ext/jack/gstjackaudiosrc.c:
1879         * ext/jack/gstjackaudiosrc.h:
1880           Rename jackaudiosrc to jack_audio_src.
1881
1882 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1883
1884         patch by: Tristan Matthews <tristan@sat.qc.ca>
1885
1886         * ext/jack/Makefile.am:
1887         * ext/jack/gstjack.c:
1888         * ext/jack/gstjackaudioclient.c:
1889         * ext/jack/gstjackaudiosink.c:
1890         * ext/jack/gstjackaudiosink.h:
1891         * ext/jack/gstjackaudiosrc.c:
1892         * ext/jack/gstjackaudiosrc.h:
1893         * ext/jack/gstjackringbuffer.h:
1894           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
1895           Fixes #545197.
1896
1897 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1898
1899         * docs/plugins/Makefile.am:
1900         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1901         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1902         * docs/plugins/gst-plugins-bad-plugins.args:
1903         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1904         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1905         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1906         * docs/plugins/inspect/plugin-celt.xml:
1907         * docs/plugins/inspect/plugin-twolame.xml:
1908         Add twolame and celt plugins to the docs.
1909
1910 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1911
1912         Based on patch by: Olivier Crete <tester at tester dot ca>
1913
1914         * gst/rtpmanager/gstrtpjitterbuffer.c:
1915         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
1916         Make the buffer metadata writable before inserting it in the
1917         jitterbuffer because the jitterbuffer will modify the timestamps.
1918
1919         * gst/rtpmanager/rtpjitterbuffer.c:
1920         Update method comment about requiring writable metadata on buffers.
1921
1922         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
1923         (rtp_session_process_rtcp):
1924         Make the RTCP buffer metadata writable because we want to modify the
1925         metadata.
1926         Fixes #546312.
1927
1928 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1929
1930         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
1931         (gst_selector_pad_chain), (gst_input_selector_getcaps),
1932         (gst_input_selector_activate_sinkpad):
1933         Move the select-all logic into the activation of the currently selected
1934         pad. We want to remember the last pad with activity in select-all mode.
1935         Fix the getcaps function, we can produce the union of the upstream caps
1936         in select-all mode, not the intersection like proxy_getcaps() does.
1937
1938 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1939
1940         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1941
1942         * gst/rtpmanager/gstrtpjitterbuffer.c:
1943         (gst_rtp_jitter_buffer_chain):
1944         Fix debug by logging the right seqnum.
1945
1946 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1947
1948         Patch by: Olivier Crete <tester at tester dot ca>
1949
1950         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
1951         Release lock before emitting the request-pt-map signal.
1952         Fixes #543480.
1953
1954 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1955
1956         * gst/deinterlace2/gstdeinterlace2.c:
1957         (gst_deinterlace_simple_method_interpolate_scanline),
1958         (gst_deinterlace_simple_method_copy_scanline),
1959         (gst_deinterlace_simple_method_deinterlace_frame):
1960         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
1961         * gst/deinterlace2/tvtime/greedyh.c:
1962         (deinterlace_frame_di_greedyh):
1963         * gst/deinterlace2/tvtime/scalerbob.c:
1964         (deinterlace_scanline_scaler_bob):
1965         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
1966         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1967         (copy_scanline):
1968         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1969         (copy_scanline):
1970         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1971         (copy_scanline):
1972         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
1973         are usually used here.
1974
1975 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1976
1977         * gst/deinterlace2/Makefile.am:
1978         * gst/deinterlace2/gstdeinterlace2.c:
1979         (gst_deinterlace_simple_method_deinterlace_frame),
1980         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
1981         * gst/deinterlace2/gstdeinterlace2.h:
1982         * gst/deinterlace2/tvtime/linear.c:
1983         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
1984         (deinterlace_scanline_linear_mmxext),
1985         (gst_deinterlace_method_linear_class_init),
1986         (gst_deinterlace_method_linear_init):
1987         * gst/deinterlace2/tvtime/linearblend.c:
1988         (deinterlace_scanline_linear_blend_c),
1989         (deinterlace_scanline_linear_blend2_c),
1990         (deinterlace_scanline_linear_blend_mmx),
1991         (deinterlace_scanline_linear_blend2_mmx),
1992         (gst_deinterlace_method_linear_blend_class_init),
1993         (gst_deinterlace_method_linear_blend_init):
1994         * gst/deinterlace2/tvtime/plugins.h:
1995         * gst/deinterlace2/tvtime/scalerbob.c:
1996         (deinterlace_scanline_scaler_bob),
1997         (gst_deinterlace_method_scaler_bob_class_init),
1998         (gst_deinterlace_method_scaler_bob_init):
1999         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
2000         (copy_scanline), (gst_deinterlace_method_weave_class_init),
2001         (gst_deinterlace_method_weave_init):
2002         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
2003         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
2004         (gst_deinterlace_method_weave_bff_init):
2005         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
2006         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
2007         (gst_deinterlace_method_weave_tff_init):
2008         Add the remaining tvtime deinterlacing methods and fix the
2009         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
2010
2011 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2012
2013         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2014         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
2015         Implement the VFIR deinterlacing method as simple method.
2016
2017 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2018
2019         * gst/deinterlace2/gstdeinterlace2.c:
2020         (gst_deinterlace_simple_method_interpolate_scanline),
2021         (gst_deinterlace_simple_method_copy_scanline),
2022         (gst_deinterlace_simple_method_deinterlace_frame),
2023         (gst_deinterlace_simple_method_class_init),
2024         (gst_deinterlace_simple_method_init):
2025         * gst/deinterlace2/gstdeinterlace2.h:
2026         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
2027         can be used by simple deinterlacing methods. They only have to provide
2028         a function for interpolating a scanline or copying a scanline.
2029
2030 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2031
2032         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
2033         Respect the latency of the deinterlacing algorithm for the timestamps
2034         of every buffer.
2035
2036 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2037
2038         * gst/deinterlace2/tvtime/greedyh.asm:
2039         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2040         Add the MMX registers to the clobbered registers only if __MMX__ is
2041         defined.
2042
2043 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2044
2045         * gst/deinterlace2/Makefile.am:
2046         * gst/deinterlace2/gstdeinterlace2.c:
2047         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
2048         (gst_deinterlace2_class_init):
2049         Enable tomsmocomp again as the C port will be ready for the next
2050         release.
2051
2052 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2053
2054         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
2055         (gst_greatest_common_divisor), (gst_fraction_double),
2056         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
2057         Don't use proxy_getcaps() but implement our own getcaps() function
2058         that doubles/halfs the framerate if all fields should be sent out.
2059
2060 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2061
2062         * configure.ac:
2063         * ext/Makefile.am:
2064         * ext/twolame/Makefile.am:
2065         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
2066         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
2067         (gst_two_lame_release_memory), (gst_two_lame_finalize),
2068         (gst_two_lame_base_init), (gst_two_lame_class_init),
2069         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
2070         (gst_two_lame_init), (gst_two_lame_set_property),
2071         (gst_two_lame_get_property), (gst_two_lame_sink_event),
2072         (gst_two_lame_chain), (gst_two_lame_setup),
2073         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
2074         (plugin_init):
2075         * ext/twolame/gsttwolame.h:
2076         Add TwoLAME MP2 encoding element, based on the LAME element.
2077
2078 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2079
2080         * configure.ac:
2081         * ext/Makefile.am:
2082         * ext/celt/Makefile.am:
2083         * ext/celt/gstcelt.c: (plugin_init):
2084         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
2085         (gst_celt_dec_class_init), (gst_celt_dec_reset),
2086         (gst_celt_dec_init), (celt_dec_convert),
2087         (celt_get_sink_query_types), (celt_dec_sink_query),
2088         (celt_get_src_query_types), (celt_dec_src_query),
2089         (celt_dec_src_event), (celt_dec_sink_event),
2090         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
2091         (celt_dec_chain_parse_data), (celt_dec_chain),
2092         (celt_dec_change_state):
2093         * ext/celt/gstceltdec.h:
2094         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
2095         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
2096         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
2097         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
2098         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
2099         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
2100         (gst_celt_enc_sink_query), (gst_celt_enc_init),
2101         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
2102         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
2103         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
2104         (gst_celt_enc_chain), (gst_celt_enc_get_property),
2105         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
2106         * ext/celt/gstceltenc.h:
2107         Add CELT encoder and decoder elements based on the Speex elements.
2108
2109 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2110
2111         Patch by: Tal Shalif <tshalif at nargila dot org>
2112
2113         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
2114         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
2115         with mingw. Fixes bug #545247.
2116
2117 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2118
2119         * configure.ac:
2120         Back to development -> 0.10.8.1
2121
2122 === release 0.10.8 ===
2123
2124 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
2125
2126         * configure.ac:
2127           releasing 0.10.8, "Vapour Trails"
2128
2129 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2130
2131         * configure.ac:
2132         0.10.7.3 pre-release
2133
2134         * po/LINGUAS:
2135         * po/id.po:
2136         Add Indonesian translation.
2137
2138 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2139
2140         * gst/festival/gstfestival.c:
2141           Guard unistd.h with HAVE_UNISTD_H
2142         * gst/modplug/libmodplug/load_it.cpp:
2143         * gst/modplug/libmodplug/sndfile.cpp:
2144         * gst/modplug/libmodplug/sndfile.h:
2145         * gst/modplug/libmodplug/stdafx.h:
2146           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
2147           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
2148           of a variable in load_it.cpp to MSVC's scoping rules.
2149         * gst/sdp/gstsdpdemux.c:
2150           Guard unistd.h with HAVE_UNISTD_H
2151           Fixes #544457.
2152
2153 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2154
2155         * ext/timidity/gsttimidity.c:
2156           Fix compiler warning. Fixes #544050.
2157
2158 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
2159
2160         * configure.ac:
2161         Don't check for nav_print.h any more - it should be included in
2162         the libdvdnav development package if libdvdnav headers depend on it.
2163         Fixes: #543846
2164
2165 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2166
2167         * configure.ac:
2168         * ext/ladspa/Makefile.am:
2169         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
2170         for loading the ladspa plugins and previously was linked in by
2171         gmodule. Fixes bug #543848.
2172
2173 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2174
2175         * gst/modplug/libmodplug/Makefile.am:
2176         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
2177         can contain compiler parameters that are invalid for C++.
2178         Fixes bug #543860.
2179
2180 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2181
2182         * ext/resindvd/Makefile.am:
2183         Dist missing header files. Fixes bug #543861.
2184
2185 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2186
2187         * configure.ac:
2188         0.10.7.2 pre-release
2189
2190 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2191
2192         * ext/Makefile.am:
2193         Dist and recurse into resindvd subdir
2194
2195 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2196
2197         * configure.ac:
2198         Remove interleave and replaygain configure.ac pieces too
2199
2200 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2201
2202         * po/LINGUAS:
2203         * po/lt.po:
2204         Add new lithunian translation, and add french to the LINGUAS
2205         file.
2206
2207 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2208
2209         * docs/plugins/Makefile.am:
2210         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2211         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2212         * docs/plugins/gst-plugins-bad-plugins.args:
2213         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2214         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2215         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2216         * docs/plugins/inspect/plugin-interleave.xml:
2217         * docs/plugins/inspect/plugin-replaygain.xml:
2218         * gst/interleave/Makefile.am:
2219         * gst/interleave/deinterleave.c:
2220         * gst/interleave/deinterleave.h:
2221         * gst/interleave/interleave.c:
2222         * gst/interleave/interleave.h:
2223         * gst/interleave/plugin.c:
2224         * gst/interleave/plugin.h:
2225         * gst/replaygain/Makefile.am:
2226         * gst/replaygain/gstrganalysis.c:
2227         * gst/replaygain/gstrganalysis.h:
2228         * gst/replaygain/gstrglimiter.c:
2229         * gst/replaygain/gstrglimiter.h:
2230         * gst/replaygain/gstrgvolume.c:
2231         * gst/replaygain/gstrgvolume.h:
2232         * gst/replaygain/replaygain.c:
2233         * gst/replaygain/replaygain.h:
2234         * gst/replaygain/rganalysis.c:
2235         * gst/replaygain/rganalysis.h:
2236         * tests/check/Makefile.am:
2237         * tests/check/elements/deinterleave.c:
2238         * tests/check/elements/interleave.c:
2239         * tests/check/elements/rganalysis.c:
2240         * tests/check/elements/rglimiter.c:
2241         * tests/check/elements/rgvolume.c:
2242         Remove interleave and replaygain plugins that have moved to -good
2243
2244 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2245
2246         * configure.ac:
2247         * gst/deinterlace2/Makefile.am:
2248         * gst/deinterlace2/gstdeinterlace2.c:
2249         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
2250         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
2251         * gst/deinterlace2/gstdeinterlace2.h:
2252         * gst/deinterlace2/tvtime/greedy.c:
2253         (gst_deinterlace_method_greedy_l_class_init):
2254         * gst/deinterlace2/tvtime/greedyh.c:
2255         (gst_deinterlace_method_greedy_h_class_init):
2256         * gst/deinterlace2/tvtime/vfir.c:
2257         (gst_deinterlace_method_vfir_class_init):
2258         Disable the tomsmocomp algorithm for this release as it's buggy
2259         and has no C implementation yet.
2260
2261         Build the deinterlace2 plugin on all architectures but still mark it
2262         as experimental.
2263         
2264         Build the x86 inline assembly only if GCC inline assembly is supported
2265         and only on x86 or amd64. Fixes bug #543286.
2266
2267 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
2268
2269         * gst/real/gstrealvideodec.c: (open_library):
2270         Add some casts to fix the build on Forte
2271
2272 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
2273
2274         * gst/deinterlace2/tvtime/greedy.c:
2275         (gst_deinterlace_method_greedy_l_class_init):
2276         * gst/deinterlace2/tvtime/greedyh.c:
2277         (gst_deinterlace_method_greedy_h_class_init):
2278         * gst/deinterlace2/tvtime/vfir.c:
2279         (gst_deinterlace_method_vfir_class_init):
2280         Fix build on x86_64
2281
2282 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
2283
2284         * ext/resindvd/gstmpegdemux.c:
2285         Remove whitespace line.
2286
2287         * ext/resindvd/resindvdbin.c:
2288         * ext/resindvd/resindvdbin.h:
2289         Make it so that audio/video pads aren't added to the bin
2290         until after data flow starts.
2291
2292         * ext/resindvd/resin-play:
2293         Move video buffer queue outside resindvdbin
2294
2295         * ext/resindvd/resindvdsrc.c:
2296         Check that the nav_clock_id didn't already get unscheduled.
2297
2298         * gst/dvdspu/gstdvdspu.c:
2299         Remove assert that sometimes triggers erroneously.
2300
2301 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2302
2303         * gst/deinterlace2/tvtime/greedyh.asm:
2304         Always use the C implementation if width is not a multiple of 4. The
2305         assembly optimized version only handle this and calling the C
2306         implementation for the remaining part doesn't work because it needs
2307         previous calculations.
2308
2309 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2310
2311         * gst/deinterlace2/tvtime/greedyh.asm:
2312         * gst/deinterlace2/tvtime/greedyh.c:
2313         * gst/deinterlace2/tvtime/greedyhmacros.h:
2314         Some cleanup, use 3DNOW instead of TDNOW in macros.
2315
2316         * gst/deinterlace2/tvtime/tomsmocomp.c:
2317         (gst_deinterlace_method_tomsmocomp_class_init):
2318         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2319         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2320         The SSE method in fact only needs MMXEXT, declare it as such.
2321
2322 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
2323
2324         * docs/plugins/.cvsignore:
2325         Ignore *-undeclared.txt
2326
2327         * ext/resindvd/rsnaudiomunge.c:
2328         Turn g_print's into debug statements.
2329
2330         * ext/resindvd/resin-play:
2331         * ext/resindvd/Makefile.am:
2332         * ext/resindvd/resindvdbin.c:
2333         * ext/resindvd/resindvdbin.h:
2334         * ext/resindvd/rsnparsetter.c:
2335         * ext/resindvd/rsnparsetter.h:
2336         * ext/resindvd/rsnwrappedbuffer.c:
2337         * ext/resindvd/rsnwrappedbuffer.h:
2338         Add a bloated implementation of a really simple idea: Replace the
2339         pixel-aspect-ratio in the output video with a prescribed one when
2340         necessary. There must be an easier way.
2341
2342         Split the dvdspu out of the resindvdbin and put out the subpicture
2343         stream on the subpicture pad.
2344
2345         * ext/resindvd/gstmpegdemux.c:
2346         Send video-aspect events down the pipe from the demuxer.
2347
2348         * ext/resindvd/resindvdsrc.c:
2349         * ext/resindvd/resindvdsrc.h:
2350         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
2351         to make it use clock-waiting later.
2352
2353         * ext/resindvd/rsnbasesrc.c:
2354         Don't overwrite the last_stop in the basesrc segment after a seamless
2355         seek.
2356
2357 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2358
2359         * gst/mpegtsparse/mpegtspacketizer.c:
2360         Convert extended event text to UTF-8.
2361
2362 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
2363
2364         * docs/plugins/Makefile.am:
2365         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2366         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2367         * docs/plugins/gst-plugins-bad-plugins.args:
2368         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2369         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2370         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2371         * docs/plugins/gst-plugins-bad-plugins.signals:
2372         * docs/plugins/inspect/plugin-stereo.xml:
2373         * gst/stereo/gststereo.c:
2374           Document one more.
2375
2376 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2377
2378         * gst/mpegtsparse/gstmpegdesc.h:
2379         Fix extended event descriptor parsing, out by 1 in position of
2380         text length.
2381
2382 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
2383
2384         * gst/festival/gstfestival.c:
2385           Add a note to the docs, that festival need to be running. Also log an
2386           error it it is not. Fixes #541327
2387
2388 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2389
2390         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2391
2392         * gst/librfb/gstrfbsrc.c:
2393         * gst/librfb/gstrfbsrc.h:
2394         Add view-only property to ignore the navigation events
2395
2396 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2397
2398         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2399           Revert previous patch apart from typo fixes; the patch was not
2400           independently useful.
2401
2402 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2403
2404         Based on patch by: Alessandro Decina <alessandro@nnva.org>
2405         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2406         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
2407         * sys/dshowdecwrapper/gstdshowvideodec.c:
2408           Add AAC, AC3 to handled codecs.
2409           Fix handling of flush events.
2410           Improve debug/error output.
2411           Fix a number of typos in comments and variable names.
2412
2413 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2414
2415         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2416
2417         * gst/librfb/rfbdecoder.c:
2418         Implement ServerCutText message
2419
2420 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2421
2422         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2423
2424         * gst/librfb/gstrfbsrc.c:
2425         * gst/librfb/rfbdecoder.c:
2426         Add property for shared desktop
2427
2428 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2429
2430         * configure.ac:
2431         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2432         flags that are invalid for C++.
2433
2434 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2435
2436         * ext/spc/gstspc.c: (spc_setup):
2437         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2438         Don't use declarations after statements in the remaining code.
2439
2440 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2441
2442         Patch by:
2443           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
2444
2445         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
2446         * ext/metadata/metadataxmp.c:
2447         (metadataparse_xmp_iter_add_to_tag_list):
2448         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
2449         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
2450         Don't use declarations after statements.
2451
2452 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2453
2454         patch by: Alessandro Decina
2455
2456         * gst/mpegtsparse/mpegtsparse.c:
2457         Fix memory leak by unreffing structures when not needed.
2458         Fixes #539292.
2459
2460 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2461
2462         * gst/sdp/gstsdpdemux.c:
2463           Use floating point math for latencies < 0 sec in log output.
2464
2465 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2466
2467         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2468         Mark internal processing functions as static inline for quite some
2469         speedup as they're used only once and need to get many local variables
2470         passed as parameter.
2471
2472 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2473
2474         * gst/deinterlace2/gstdeinterlace2.c:
2475         (gst_deinterlace_method_deinterlace_frame),
2476         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
2477         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2478         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2479         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
2480         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2481         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2482         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2483         (gst_deinterlace2_src_query):
2484         * gst/deinterlace2/gstdeinterlace2.h:
2485         Call the current instance "self" instead of "object".
2486
2487 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2488
2489         * gst/deinterlace2/gstdeinterlace2.c:
2490         (gst_deinterlace_method_get_latency),
2491         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2492         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2493         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
2494         * gst/deinterlace2/gstdeinterlace2.h:
2495         Include latency of the method in the returned latency.
2496
2497         Fix outputting of all fields, i.e. doubling of the framerate.
2498
2499 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2500
2501         * gst/deinterlace2/Makefile.am:
2502         * gst/deinterlace2/gstdeinterlace2.c:
2503         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
2504         (gst_deinterlace_method_deinterlace_frame),
2505         (gst_deinterlace_method_get_fields_required),
2506         (gst_deinterlace2_methods_get_type), (_do_init),
2507         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2508         (gst_deinterlace2_child_proxy_get_child_by_index),
2509         (gst_deinterlace2_child_proxy_get_children_count),
2510         (gst_deinterlace2_child_proxy_interface_init),
2511         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
2512         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
2513         * gst/deinterlace2/gstdeinterlace2.h:
2514         * gst/deinterlace2/tvtime/greedy.c:
2515         (deinterlace_greedy_packed422_scanline_c),
2516         (deinterlace_greedy_packed422_scanline_mmx),
2517         (deinterlace_greedy_packed422_scanline_mmxext),
2518         (deinterlace_frame_di_greedy),
2519         (gst_deinterlace_method_greedy_l_set_property),
2520         (gst_deinterlace_method_greedy_l_get_property),
2521         (gst_deinterlace_method_greedy_l_class_init),
2522         (gst_deinterlace_method_greedy_l_init):
2523         * gst/deinterlace2/tvtime/greedyh.asm:
2524         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2525         (deinterlace_frame_di_greedyh),
2526         (gst_deinterlace_method_greedy_h_set_property),
2527         (gst_deinterlace_method_greedy_h_get_property),
2528         (gst_deinterlace_method_greedy_h_class_init),
2529         (gst_deinterlace_method_greedy_h_init):
2530         * gst/deinterlace2/tvtime/greedyh.h:
2531         * gst/deinterlace2/tvtime/plugins.h:
2532         * gst/deinterlace2/tvtime/tomsmocomp.c:
2533         (gst_deinterlace_method_tomsmocomp_set_property),
2534         (gst_deinterlace_method_tomsmocomp_get_property),
2535         (gst_deinterlace_method_tomsmocomp_class_init),
2536         (gst_deinterlace_method_tomsmocomp_init):
2537         * gst/deinterlace2/tvtime/tomsmocomp.h:
2538         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2539         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
2540         (gst_deinterlace_method_vfir_class_init),
2541         (gst_deinterlace_method_vfir_init):
2542         Use a GstObject subtype for the deinterlacing methods and export
2543         the different settings for each deinterlacing method via GObject
2544         properties.
2545
2546         Implement GstChildProxy interface to allow access to the used
2547         deinterlacing method and to allow adjusting the different settings.
2548
2549         Move global variables of the tomsmocomp deinterlacing method into
2550         function local variables to make it possible to use this deinterlacing
2551         method from different instances.
2552
2553 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2554
2555         * gst/deinterlace2/tvtime/greedyh.asm:
2556         Support widths that are not a multiply of 4 when using the assembly
2557         optimized greedyh implementations.
2558
2559 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2560
2561         * gst/deinterlace2/tvtime/greedyh.c:
2562         (deinterlace_frame_di_greedyh):
2563         Only build the assembly optimized implementations on x86.
2564
2565 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2566
2567         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2568
2569         * configure.ac:
2570         Fix checking of headers for the OSS4 plugin to fail if a single
2571         header doesn't exist already. AC_CHECK_HEADERS only fails if none
2572         of the headers is found. Fixes bug #541543.
2573
2574 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2575
2576         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2577
2578         * configure.ac:
2579         * gst/festival/Makefile.am:
2580         * gst/festival/gstfestival.c:
2581         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
2582         and including winsock headers. Fixes bug #541522.
2583
2584 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2585
2586         * ChangeLog:
2587         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
2588         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
2589         Corrected a typo (interpollate -> interpolate).
2590
2591 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2592
2593         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
2594         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
2595         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
2596         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
2597         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
2598         (rtp_session_send_rtp):
2599         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
2600         (rtp_source_process_rtp), (rtp_source_send_rtp):
2601         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
2602         pipeline is running normally.
2603
2604 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2605
2606         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
2607         (gst_rtp_session_finalize), (rtcp_thread),
2608         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
2609         (gst_rtp_session_event_send_rtp_sink),
2610         (gst_rtp_session_chain_send_rtp):
2611         * gst/rtpmanager/rtpsession.c: (check_collision),
2612         (update_arrival_stats), (rtp_session_process_rtp),
2613         (rtp_session_process_rtcp), (rtp_session_send_rtp),
2614         (rtp_session_send_bye_locked), (rtp_session_send_bye),
2615         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
2616         (is_rtcp_time), (rtp_session_on_timeout):
2617         * gst/rtpmanager/rtpsession.h:
2618         Do not mix the use of g_get_current_time() with gst_clock_get_time().
2619
2620 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
2621
2622         * gst/mpegvideoparse/mpegvideoparse.c:
2623         * gst/mpegvideoparse/mpegvideoparse.h:
2624         Queue new-segment events and send them after caps have been
2625         determined and set, so that the decoder will have been auto-plugged.
2626
2627 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
2628
2629         Patch by : Michael Smith <msmith @ xiph dot org>
2630         
2631         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
2632         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
2633         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
2634         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
2635         (qtwrapper_audio_decoder_chain),
2636         (qtwrapper_audio_decoder_sink_event),
2637         (qtwrapper_audio_decoder_base_init),
2638         (qtwrapper_audio_decoder_class_init),
2639         (qtwrapper_audio_decoders_register):
2640         * sys/qtwrapper/codecmapping.h:
2641         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
2642         (image_description_for_mp4v), (image_description_from_stsd_buffer):
2643         * sys/qtwrapper/imagedescription.h:
2644         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
2645         (dump_avcc_atom), (dump_image_description),
2646         (AllocateAudioBufferList):
2647         * sys/qtwrapper/qtutils.h:
2648         * sys/qtwrapper/qtwrapper.c: (plugin_init):
2649         * sys/qtwrapper/qtwrapper.h:
2650         * sys/qtwrapper/videodecoders.c:
2651         (qtwrapper_video_decoder_base_init), (open_decoder),
2652         (decompressCb), (qtwrapper_video_decoder_chain),
2653         (qtwrapper_video_decoders_register):
2654         Make qtwrapper compile/work on win32.
2655         Lots of fixes
2656         Fixes #531840
2657
2658 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2659
2660         * gst/rawparse/gstvideoparse.c:
2661         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2662
2663 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2664
2665         * gst/deinterlace2/Makefile.am:
2666         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2667         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2668         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2669         * gst/deinterlace2/tvtime/tomsmocomp.h:
2670         Remove useless file and mark everything possible as static.
2671
2672         * gst/deinterlace2/tvtime/greedy.c:
2673         * gst/deinterlace2/tvtime/greedyh.c:
2674         Use "_stdint.h" instead of <stdint.h>.
2675
2676 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2677
2678         * gst/deinterlace2/Makefile.am:
2679         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2680         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2681         * gst/deinterlace2/tvtime/greedyh.c:
2682         (deinterlace_frame_di_greedyh):
2683         * gst/deinterlace2/tvtime/speedtools.h:
2684         * gst/deinterlace2/tvtime/speedy.c:
2685         * gst/deinterlace2/tvtime/speedy.h:
2686         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2687         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2688         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2689         Get rid of speedy.[ch] as we don't use most of it's code anyway
2690         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2691         of the speedy memcpy everywhere instead.
2692         
2693         * gst/deinterlace2/gstdeinterlace2.h:
2694         Remove many unused declarations.
2695
2696 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2697
2698         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2699         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2700         Expose the additional MPEG HDTV format profiles available in latest
2701         mjpegtools version.
2702
2703 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2704
2705         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2706         Divide latency be 2 to convert from fields to frames.
2707
2708 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2709
2710         * gst/deinterlace2/tvtime/greedy.c:
2711         (deinterlace_greedy_packed422_scanline_c),
2712         (deinterlace_greedy_packed422_scanline_mmx),
2713         (deinterlace_greedy_packed422_scanline_mmxext),
2714         (deinterlace_frame_di_greedy):
2715         Don't use scanlines function from gstdeinterlace2 as it's
2716         not appropiate for this method. Instead implement deinterlace_frame
2717         function by taking the one from greedyh.
2718         
2719         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2720         Small fix for the C implementation.
2721
2722         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2723         Don't use the scanlines function from gstdeinterlace2 as it's only
2724         used for this method and will be removed. Instead implement
2725         deinterlace_frame function and make it a bit more efficient.
2726
2727         * gst/deinterlace2/gstdeinterlace2.c:
2728         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2729         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2730         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2731         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2732         (gst_deinterlace2_src_query):
2733         Fix coding style and remove scanlines function as it's unused now.
2734
2735 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2736
2737         * gst/deinterlace2/tvtime/greedyh.asm:
2738         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2739         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2740         * gst/deinterlace2/tvtime/greedyhmacros.h:
2741         Add a C implementation for the greedyh deinterlacing method, clean
2742         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2743         require any SSE instructions.
2744
2745 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2746
2747         * gst/deinterlace2/gstdeinterlace2.c:
2748         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2749         (gst_deinterlace2_setcaps):
2750         If we're outputting all fields the framerate has to be doubled.
2751
2752         Set duration on the outgoing buffers.
2753
2754 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2755
2756         * docs/plugins/Makefile.am:
2757         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2758         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2759         * gst/y4m/gsty4mencode.c:
2760         Add documentation for YUV4MPEG2 encoder element.
2761
2762 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2763
2764         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2765         Remove unneeded macros that break build on macosx.
2766
2767 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2768
2769         * configure.ac:
2770           Depend on released versions of core and -base.
2771
2772 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2773
2774         * gst/deinterlace2/tvtime/greedy.c:
2775         (deinterlace_greedy_packed422_scanline_mmx),
2776         (deinterlace_greedy_packed422_scanline_mmxext):
2777         Optimize MMX/MMXEXT implementations a bit by requiring two less
2778         memory accesses and fix the workaround for the missing right shift
2779         on bytes to unset the highest bit of every byte.
2780
2781 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2782
2783         * gst/deinterlace2/tvtime/greedy.c:
2784         (deinterlace_greedy_packed422_scanline_mmxext):
2785         Remove sfence instruction as it's not needed and actually is an SSE
2786         instruction.
2787
2788 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2789
2790         * gst/deinterlace2/tvtime/greedy.c:
2791         (deinterlace_greedy_packed422_scanline_mmx),
2792         (deinterlace_greedy_packed422_scanline):
2793         Add plain MMX implementation for the greedyl method.
2794
2795 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2796
2797         * gst/deinterlace2/Makefile.am:
2798         Move the assembly includes to noinst_HEADERS where they belong.
2799
2800         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2801         (deinterlace_line_mmx):
2802         Fix C and MMX implementations a bit more.
2803
2804 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2805
2806         * gst/deinterlace2/tvtime/greedy.c:
2807         (deinterlace_greedy_packed422_scanline_c),
2808         (deinterlace_greedy_packed422_scanline_mmxext),
2809         (deinterlace_greedy_packed422_scanline):
2810         Fix the C implementation to produce correct results and optimize the
2811         MMXEXT implementation.
2812
2813         Handle odd widths and don't read over array boundaries in the MMXEXT
2814         implementation.
2815
2816         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2817         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2818         Fix a small rounding bug in the MMX implementation, the MMX
2819         implementation doesn't actually need MMXEXT instructions so don't mark
2820         it as such.
2821
2822         Handle odd widths in both implementations.
2823
2824 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2825
2826         * ext/resindvd/rsnbasesrc.c:
2827           Use the right i18n header.
2828
2829 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2830
2831         * gst/deinterlace2/tvtime/greedy.c:
2832         (deinterlace_greedy_packed422_scanline_sse),
2833         (deinterlace_greedy_packed422_scanline_c),
2834         (deinterlace_greedy_packed422_scanline):
2835         Implement a C version of the greedy low motion algorithm and mark the
2836         assembly optimized version as SSE as it uses SSE instructions
2837         additional to MMX instructions.
2838
2839 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2840
2841         Patch by: Sebastian Pölsterl
2842
2843         * gst/mpegtsparse/mpegtspacketizer.c:
2844         Fix problem when empty string is provided.
2845
2846 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2847
2848         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2849         (deinterlace_line_c), (deinterlace_scanline_vfir):
2850         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2851         but use the MMXEXT optimized code whenever possible.
2852
2853 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2854
2855         * gst/deinterlace2/gstdeinterlace2.c:
2856         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
2857         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2858         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
2859         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
2860         (gst_deinterlace2_src_query):
2861         * gst/deinterlace2/gstdeinterlace2.h:
2862         Reset element state on PAUSED->READY properly, don't leak any buffers
2863         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
2864         properly return flow returns from gst_pad_push() instead of ignoring them.
2865
2866 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2867
2868         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2869         Add missing header.
2870
2871 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2872
2873         * configure.ac:
2874         * gst/deinterlace2/Makefile.am:
2875         * gst/deinterlace2/tvtime/greedyh.asm:
2876         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2877         Fix compilation on generic x86/amd64 and include deinterlace2 in the
2878         build system. Because of several bugs it's still enabled only
2879         by --enable-experimental.
2880
2881 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2882
2883         * ext/resindvd/resindvdsrc.c:
2884         * ext/resindvd/resindvdsrc.h:
2885         Schedule NAV packets and activate them with an async clock callback
2886         at the right moment. This makes delayed menu highlights appear
2887         at the correct time and fixes Back To The Future.
2888
2889         When outputting new segment in do_seek(), calculate our position
2890         value properly, so we report the right time when popping in and
2891         out of the menus.
2892
2893         * ext/resindvd/rsnbasesrc.c:
2894         When handling a non-flushing seek, accumulate the segment,
2895         rather than having every seek start from 0 and messing with sync
2896
2897 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
2898
2899         * gst/selector/gstoutputselector.c:
2900         * tests/icles/output-selector-test.c:
2901           Use BOILERPLATE macro and update test to the latest api changes.
2902
2903 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2904
2905         * examples/app/appsink-src.c: (on_new_buffer_from_source):
2906         Don't use a buffer after unreffing it.
2907
2908 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2909
2910         * ext/metadata/metadataexif.c:
2911           Add description tag mapping.
2912
2913 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2914
2915         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2916         * examples/app/appsrc-ra.c:
2917         * examples/app/appsrc-seekable.c:
2918         * examples/app/appsrc-stream.c:
2919         * examples/app/appsrc-stream2.c:
2920         * ext/directfb/dfbvideosink.h:
2921         * ext/metadata/gstbasemetadata.c:
2922         * ext/metadata/gstbasemetadata.h:
2923         * ext/metadata/metadata.c:
2924         * ext/metadata/metadataexif.c:
2925         * ext/theora/theoradec.h:
2926         * gst/deinterlace2/gstdeinterlace2.h:
2927         * gst/deinterlace2/tvtime/speedy.c:
2928         * gst/deinterlace2/tvtime/speedy.h:
2929         * gst/deinterlace2/tvtime/vfir.c:
2930          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
2931          comments.
2932
2933 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
2934
2935         * ext/resindvd/resindvdbin.c:
2936         Parse the URI argument into the device name so dvd:///path/to/image
2937         works.
2938
2939         * ext/resindvd/resindvdsrc.c:
2940         Implement a trivial duration query reporting the current PGC length.
2941
2942         * gst/dvdspu/gstdvdspu.c:
2943         Rename typo in the function name.
2944
2945 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2946
2947         * configure.ac:
2948         Disable deinterlace2 plugin again which was accidently enabled
2949         with last commit.
2950
2951 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2952
2953         * configure.ac:
2954         * ext/resindvd/resindvdsrc.h:
2955         Make resindvd work with libdvdnav >= 4.0.0.
2956
2957 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
2958
2959         * configure.ac:
2960         Check for libdvdnav to build resindvd.
2961
2962         * ext/Makefile.am:
2963         * ext/resindvd/Makefile.am:
2964         * ext/resindvd/gstmpegdefs.h:
2965         * ext/resindvd/gstmpegdemux.c:
2966         * ext/resindvd/gstmpegdemux.h:
2967         * ext/resindvd/gstmpegdesc.c:
2968         * ext/resindvd/gstmpegdesc.h:
2969         * ext/resindvd/gstpesfilter.c:
2970         * ext/resindvd/gstpesfilter.h:
2971         * ext/resindvd/plugin.c:
2972         * ext/resindvd/resin-play:
2973         * ext/resindvd/resindvdbin.c:
2974         * ext/resindvd/resindvdbin.h:
2975         * ext/resindvd/resindvdsrc.c:
2976         * ext/resindvd/resindvdsrc.h:
2977         * ext/resindvd/rsnaudiomunge.c:
2978         * ext/resindvd/rsnaudiomunge.h:
2979         * ext/resindvd/rsnbasesrc.c:
2980         * ext/resindvd/rsnbasesrc.h:
2981         * ext/resindvd/rsnpushsrc.c:
2982         * ext/resindvd/rsnpushsrc.h:
2983         * ext/resindvd/rsnstreamselector.c:
2984         * ext/resindvd/rsnstreamselector.h:
2985
2986         First commit of DVD-Video playback component 'rsndvdbin'
2987         and helper elements.
2988
2989         Use --enable-experimental for now, but feel free to give it a
2990         try using the resin-play script.
2991
2992         * gst/dvdspu/gstdvdspu.c:
2993         Add some extra guards for malformed events.
2994
2995 2008-06-16  David Schleef  <ds@schleef.org>
2996
2997         * configure.ac:
2998         Bump dirac requirement to 0.10 due to api changes.
2999
3000 2008-06-16  Andy Wingo  <wingo@pobox.com>
3001
3002         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
3003         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
3004         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
3005
3006 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
3007
3008         * sys/dvb/gstdvbsrc.c:
3009           Move docblob upwards. Balance tags and restore blank line.
3010
3011 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3012
3013         * sys/dvb/gstdvbsrc.c:
3014         Fix out of date docs.
3015
3016 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3017
3018         Patch from: Vincent Genieux
3019
3020         * gst/mpegtsparse/mpegtsparse.c:
3021         Fix refcount issues, fixes #538560.
3022
3023 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3024
3025         * gst/mpegtsparse/gstmpegdesc.h:
3026         * gst/mpegtsparse/mpegtspacketizer.c:
3027         Parse the extended event descriptor.
3028
3029 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
3030
3031         * gst/rtpmanager/gstrtpjitterbuffer.c:
3032         * gst/speed/gstspeed.c:
3033         * gst/speexresample/gstspeexresample.c:
3034         * gst/videosignal/gstvideoanalyse.c:
3035         * gst/videosignal/gstvideodetect.c:
3036         * gst/videosignal/gstvideomark.c:
3037         * sys/dvb/gstdvbsrc.c:
3038         * sys/oss4/oss4-mixer.c:
3039         * sys/oss4/oss4-sink.c:
3040         * sys/oss4/oss4-source.c:
3041         * sys/wininet/gstwininetsrc.c:
3042           Final round of doc updates.
3043
3044 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
3045
3046         * gst/deinterlace/gstdeinterlace.c:
3047         * gst/rtpmanager/gstrtpbin.c:
3048         * gst/rtpmanager/gstrtpclient.c:
3049         * gst/rtpmanager/gstrtpjitterbuffer.c:
3050         * gst/rtpmanager/gstrtpptdemux.c:
3051         * gst/rtpmanager/gstrtpsession.c:
3052         * gst/rtpmanager/gstrtpssrcdemux.c:
3053         * gst/sdp/gstsdpdemux.c:
3054           More doc updates. More xrefs.
3055
3056 2008-06-14  Julien Moutte  <julien@fluendo.com>
3057
3058         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
3059         (gst_flv_demux_dispose):
3060         * gst/flv/gstflvdemux.h:
3061         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
3062         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
3063         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
3064         H.264/AVC inside FLV.
3065         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
3066         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
3067         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
3068         * sys/dshowdecwrapper/gstdshowaudiodec.h:
3069         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
3070         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
3071         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
3072         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
3073         to improve stability (ref counting, safety checks...)
3074
3075 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3076
3077         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
3078         Disable sipro on 64bits, it crashes.
3079
3080 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3081
3082         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
3083         (close_library), (open_library),
3084         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
3085         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
3086         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
3087         Add raversions we can support on the caps.
3088         Refactor the loading of the real codecs like realvideo so that we can
3089         implement probing.
3090         Probe all supported formats by trying to load the .so files, only report
3091         the versions on the caps that we can actually load.
3092
3093         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
3094         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
3095         (open_library), (close_library),
3096         (gst_real_video_dec_probe_modules),
3097         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
3098         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
3099         * gst/real/gstrealvideodec.h:
3100         Change the loading of the library like the audio decoder.
3101         Probe the supported formats by trying to load the .so files and only
3102         report the versions on the caps that we can actually load.
3103
3104 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3105
3106         patch by: Sebastian Pölsterl
3107
3108         * gst/mpegtsparse/mpegtspacketizer.c:
3109         Handle character sets in strings coming from DVB SI according
3110         to the DVB SI spec.
3111
3112 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
3113
3114         * gst/replaygain/gstrganalysis.c:
3115         * gst/replaygain/gstrglimiter.c:
3116         * gst/replaygain/gstrgvolume.c:
3117           More doc updates.
3118
3119 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
3120
3121         * docs/plugins/Makefile.am:
3122         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3123         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3124         * docs/plugins/gst-plugins-bad-plugins.args:
3125         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3126         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3127         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3128         * docs/plugins/gst-plugins-bad-plugins.signals:
3129         * docs/plugins/inspect/plugin-alsaspdif.xml:
3130         * docs/plugins/inspect/plugin-amrwb.xml:
3131         * docs/plugins/inspect/plugin-app.xml:
3132         * docs/plugins/inspect/plugin-bayer.xml:
3133         * docs/plugins/inspect/plugin-bz2.xml:
3134         * docs/plugins/inspect/plugin-cdaudio.xml:
3135         * docs/plugins/inspect/plugin-cdxaparse.xml:
3136         * docs/plugins/inspect/plugin-dtsdec.xml:
3137         * docs/plugins/inspect/plugin-dvb.xml:
3138         * docs/plugins/inspect/plugin-dvdspu.xml:
3139         * docs/plugins/inspect/plugin-faac.xml:
3140         * docs/plugins/inspect/plugin-faad.xml:
3141         * docs/plugins/inspect/plugin-fbdevsink.xml:
3142         * docs/plugins/inspect/plugin-festival.xml:
3143         * docs/plugins/inspect/plugin-filter.xml:
3144         * docs/plugins/inspect/plugin-flvdemux.xml:
3145         * docs/plugins/inspect/plugin-freeze.xml:
3146         * docs/plugins/inspect/plugin-gsm.xml:
3147         * docs/plugins/inspect/plugin-gstinterlace.xml:
3148         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3149         * docs/plugins/inspect/plugin-h264parse.xml:
3150         * docs/plugins/inspect/plugin-interleave.xml:
3151         * docs/plugins/inspect/plugin-jack.xml:
3152         * docs/plugins/inspect/plugin-ladspa.xml:
3153         * docs/plugins/inspect/plugin-metadata.xml:
3154         * docs/plugins/inspect/plugin-mms.xml:
3155         * docs/plugins/inspect/plugin-modplug.xml:
3156         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3157         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3158         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3159         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3160         * docs/plugins/inspect/plugin-musepack.xml:
3161         * docs/plugins/inspect/plugin-musicbrainz.xml:
3162         * docs/plugins/inspect/plugin-mve.xml:
3163         * docs/plugins/inspect/plugin-mythtv.xml
3164         * docs/plugins/inspect/plugin-nas.xml:
3165         * docs/plugins/inspect/plugin-neon.xml:
3166         * docs/plugins/inspect/plugin-nsfdec.xml:
3167         * docs/plugins/inspect/plugin-nuvdemux.xml:
3168         * docs/plugins/inspect/plugin-oss4.xml
3169         * docs/plugins/inspect/plugin-rawparse.xml:
3170         * docs/plugins/inspect/plugin-real.xml:
3171         * docs/plugins/inspect/plugin-replaygain.xml:
3172         * docs/plugins/inspect/plugin-rfbsrc.xml:
3173         * docs/plugins/inspect/plugin-sdl.xml:
3174         * docs/plugins/inspect/plugin-sdp.xml:
3175         * docs/plugins/inspect/plugin-selector.xml:
3176         * docs/plugins/inspect/plugin-sndfile.xml:
3177         * docs/plugins/inspect/plugin-soundtouch.xml:
3178         * docs/plugins/inspect/plugin-spcdec.xml:
3179         * docs/plugins/inspect/plugin-speed.xml:
3180         * docs/plugins/inspect/plugin-speexresample.xml:
3181         * docs/plugins/inspect/plugin-stereo.xml:
3182         * docs/plugins/inspect/plugin-subenc.xml
3183         * docs/plugins/inspect/plugin-timidity.xml:
3184         * docs/plugins/inspect/plugin-tta.xml:
3185         * docs/plugins/inspect/plugin-vcdsrc.xml:
3186         * docs/plugins/inspect/plugin-videosignal.xml:
3187         * docs/plugins/inspect/plugin-vmnc.xml:
3188         * docs/plugins/inspect/plugin-wildmidi.xml:
3189         * docs/plugins/inspect/plugin-x264.xml:
3190         * docs/plugins/inspect/plugin-xvid.xml:
3191         * docs/plugins/inspect/plugin-y4menc.xml:
3192         * ext/amrwb/gstamrwbdec.c:
3193         * ext/amrwb/gstamrwbenc.c:
3194         * ext/amrwb/gstamrwbparse.c:
3195         * ext/dc1394/gstdc1394.c:
3196         * ext/directfb/dfbvideosink.c:
3197         * ext/ivorbis/vorbisdec.c:
3198         * ext/jack/gstjackaudiosink.c:
3199         * ext/mpeg2enc/gstmpeg2enc.cc:
3200         * ext/mplex/gstmplex.cc:
3201         * ext/musicbrainz/gsttrm.c:
3202         * ext/mythtv/gstmythtvsrc.c:
3203         * ext/theora/theoradec.c:
3204         * ext/timidity/gsttimidity.c:
3205         * ext/timidity/gstwildmidi.c:
3206         * gst-libs/gst/app/gstappsink.c:
3207         * gst/deinterlace/gstdeinterlace.c:
3208         * gst/dvdspu/gstdvdspu.c:
3209         * gst/festival/gstfestival.c:
3210         * gst/freeze/gstfreeze.c:
3211         * gst/interleave/deinterleave.c:
3212         * gst/interleave/interleave.c:
3213         * gst/modplug/gstmodplug.cc:
3214         * gst/nuvdemux/gstnuvdemux.c:
3215           Add missing elements to docs. Fix doc-markup: use convinience syntax
3216           for examples (produces valid docbook), add several refsec2 when we
3217           have several titles. Fix some types.
3218
3219 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3220
3221         * examples/app/.cvsignore:
3222         * examples/app/Makefile.am:
3223         * examples/app/appsink-src.c: (on_new_buffer_from_source),
3224         (on_source_message), (on_sink_message), (main):
3225         Add beefed up example app from bug #413418. It now also uses appsink
3226         instead of fakesink for more ultimate coolness.
3227
3228         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3229         (gst_app_src_init), (gst_app_src_set_property),
3230         (gst_app_src_get_property), (gst_app_src_unlock),
3231         (gst_app_src_unlock_stop), (gst_app_src_create),
3232         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
3233         (gst_app_src_end_of_stream):
3234         * gst-libs/gst/app/gstappsrc.h:
3235         Add block property to allow push based implementation to block when we
3236         fill up the appsrc queues.
3237         Emit the enough-data signal while releasing our lock.
3238
3239 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3240
3241         * examples/app/.cvsignore:
3242           Ignore more.
3243
3244 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3245
3246         * ext/dc1394/gstdc1394.c:
3247         * ext/ivorbis/vorbisdec.c:
3248         * ext/jack/gstjackaudiosink.c:
3249         * ext/metadata/gstmetadatademux.c:
3250         * ext/mythtv/gstmythtvsrc.c:
3251         * ext/theora/theoradec.c:
3252         * gst-libs/gst/app/gstappsink.c:
3253         * gst/bayer/gstbayer2rgb.c:
3254         * gst/deinterlace/gstdeinterlace.c:
3255         * gst/rawparse/gstaudioparse.c:
3256         * gst/rawparse/gstvideoparse.c:
3257         * gst/rtpmanager/gstrtpbin.c:
3258         * gst/rtpmanager/gstrtpclient.c:
3259         * gst/rtpmanager/gstrtpjitterbuffer.c:
3260         * gst/rtpmanager/gstrtpptdemux.c:
3261         * gst/rtpmanager/gstrtpsession.c:
3262         * gst/rtpmanager/gstrtpssrcdemux.c:
3263         * gst/selector/gstinputselector.c:
3264         * gst/selector/gstoutputselector.c:
3265         * gst/videosignal/gstvideoanalyse.c:
3266         * gst/videosignal/gstvideodetect.c:
3267         * gst/videosignal/gstvideomark.c:
3268         * sys/oss4/oss4-mixer.c:
3269         * sys/oss4/oss4-sink.c:
3270         * sys/oss4/oss4-source.c:
3271           Do not use short_description in section docs for elements. We extract
3272           them from element details and there will be warnings if they differ.
3273           Also fixing up the ChangeLog order.
3274
3275 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3276
3277         Patch by: Sebastien Merle <sylane at gmail dot com>
3278
3279         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
3280         Fix the sign of the data we pass to the decoder so that the decoder
3281         compiles with newer reference code as well. Fixes #528618.
3282
3283 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3284
3285         * tests/icles/test-oss4.c:
3286           Include stdlib.h.
3287
3288 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3289
3290         Based on a patch by: Martin Eikermann <meiker at upb dot de>
3291
3292         * gst/deinterlace2/Makefile.am:
3293         * gst/deinterlace2/gstdeinterlace2.c:
3294         (gst_deinterlace2_method_get_type),
3295         (gst_deinterlace2_fields_get_type),
3296         (gst_deinterlace2_field_layout_get_type),
3297         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
3298         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
3299         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
3300         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
3301         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
3302         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
3303         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
3304         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
3305         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
3306         (plugin_init):
3307         * gst/deinterlace2/gstdeinterlace2.h:
3308         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
3309         (deinterlace_greedy_packed422_scanline_mmxext),
3310         (dscaler_greedyl_get_method):
3311         * gst/deinterlace2/tvtime/greedyh.asm:
3312         * gst/deinterlace2/tvtime/greedyh.c:
3313         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
3314         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
3315         (greedyh_filter_sse):
3316         * gst/deinterlace2/tvtime/greedyh.h:
3317         * gst/deinterlace2/tvtime/greedyhmacros.h:
3318         * gst/deinterlace2/tvtime/mmx.h:
3319         * gst/deinterlace2/tvtime/plugins.h:
3320         * gst/deinterlace2/tvtime/speedtools.h:
3321         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
3322         (comb_factor_packed422_scanline_mmx),
3323         (diff_factor_packed422_scanline_c),
3324         (diff_factor_packed422_scanline_mmx),
3325         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
3326         (packed444_to_packed422_scanline_c),
3327         (packed422_to_packed444_scanline_c),
3328         (packed422_to_packed444_rec601_scanline_c),
3329         (vfilter_chroma_121_packed422_scanline_mmx),
3330         (vfilter_chroma_121_packed422_scanline_c),
3331         (vfilter_chroma_332_packed422_scanline_mmx),
3332         (vfilter_chroma_332_packed422_scanline_c),
3333         (kill_chroma_packed422_inplace_scanline_mmx),
3334         (kill_chroma_packed422_inplace_scanline_c),
3335         (invert_colour_packed422_inplace_scanline_mmx),
3336         (invert_colour_packed422_inplace_scanline_c),
3337         (mirror_packed422_inplace_scanline_c),
3338         (interpolate_packed422_scanline_c),
3339         (convert_uyvy_to_yuyv_scanline_mmx),
3340         (convert_uyvy_to_yuyv_scanline_c),
3341         (interpolate_packed422_scanline_mmx),
3342         (interpolate_packed422_scanline_mmxext),
3343         (blit_colour_packed422_scanline_c),
3344         (blit_colour_packed422_scanline_mmx),
3345         (blit_colour_packed422_scanline_mmxext),
3346         (blit_colour_packed4444_scanline_c),
3347         (blit_colour_packed4444_scanline_mmx),
3348         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
3349         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
3350         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
3351         (blit_packed422_scanline_mmxext),
3352         (composite_colour4444_alpha_to_packed422_scanline_c),
3353         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
3354         (composite_packed4444_alpha_to_packed422_scanline_c),
3355         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
3356         (composite_packed4444_to_packed422_scanline_c),
3357         (composite_packed4444_to_packed422_scanline_mmxext),
3358         (composite_alphamask_to_packed4444_scanline_c),
3359         (composite_alphamask_to_packed4444_scanline_mmxext),
3360         (composite_alphamask_alpha_to_packed4444_scanline_c),
3361         (premultiply_packed4444_scanline_c),
3362         (premultiply_packed4444_scanline_mmxext),
3363         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
3364         (quarter_blit_vertical_packed422_scanline_mmxext),
3365         (quarter_blit_vertical_packed422_scanline_c),
3366         (subpix_blit_vertical_packed422_scanline_c),
3367         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
3368         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
3369         (rgba32_to_packed4444_rec601_scanline_c),
3370         (packed444_to_rgb24_rec601_scanline_c),
3371         (packed444_to_nonpremultiplied_packed4444_scanline_c),
3372         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
3373         (speedy_get_accel):
3374         * gst/deinterlace2/tvtime/speedy.h:
3375         * gst/deinterlace2/tvtime/sse.h:
3376         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
3377         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
3378         (tomsmocomp_init), (tomsmocomp_filter_mmx),
3379         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
3380         * gst/deinterlace2/tvtime/tomsmocomp.h:
3381         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
3382         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
3383         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
3384         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
3385         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
3386         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
3387         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
3388         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
3389         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
3390         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
3391         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
3392         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
3393         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
3394         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
3395         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
3396         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
3397         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
3398         (deinterlace_scanline_vfir), (copy_scanline),
3399         (dscaler_vfir_get_method):
3400         * gst/deinterlace2/tvtime/x86-64_macros.inc:
3401         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
3402         which was relicensed to LGPL for GStreamer and in theory provides
3403         better and faster results than the simple deinterlace element.
3404         Fixes bug #163578.
3405
3406         Ported to GStreamer 0.10 but still not enabled or included in the
3407         build system by default because of bad artefacts caused by a bug
3408         somewhere and as it can be only build on x86/amd64 ATM and requires
3409         special CFLAGS. Will be fixed soon.
3410
3411 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3412
3413         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
3414
3415         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
3416         (gst_wildmidi_change_state), (plugin_init):
3417         * ext/timidity/gstwildmidi.h:
3418         Initialize wildmidi only once in the plugin init function instead
3419         of once for every instance. The second and following calls to the
3420         wildmidi initialization function will fail. Fixes bug #525613.
3421
3422         Also don't register the element at all if wildmidi initialization
3423         fails.
3424
3425 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3426
3427         * ext/soundtouch/gstpitch.cc:
3428         Call gst_element_no_more_pads() after all pads are added.
3429
3430 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3431
3432         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
3433         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
3434         (gst_raw_parse_handle_seek_pull):
3435         Add simple reverse playback.
3436
3437 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3438
3439         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
3440         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
3441         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
3442         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
3443         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
3444         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
3445         * gst/rawparse/gstrawparse.h:
3446         Fix seeking, timestamps, duration and some more. Fixes #536309.
3447
3448 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3449
3450         * examples/app/Makefile.am:
3451         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
3452         (found_source), (bus_message), (main):
3453         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
3454         (found_source), (bus_message), (main):
3455         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
3456         (bus_message), (main):
3457         Added 3 more example application for using appsrc in random-access mode,
3458         pull-mode streaming and pull mode seekable.
3459
3460         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3461         (gst_app_src_start), (gst_app_src_do_get_size),
3462         (gst_app_src_create):
3463         * gst-libs/gst/app/gstappsrc.h:
3464         Make stream-type property writable.
3465         Unset flushing when starting so that we reuse appsrc.
3466         Inform basesrc about the configured size.
3467         Emit seek-data signal when we are going to a different offset in
3468         random-access mode.
3469
3470 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3471
3472         * examples/app/appsrc-stream.c: (found_source), (main):
3473         Use deep-notify until we can depend on a playbin2 with support for the
3474         source property.
3475
3476 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3477
3478         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
3479         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
3480         Fix deadlock when shutting down, use a new lock instead to properly
3481         shutdown.
3482
3483 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3484
3485         * examples/app/.cvsignore:
3486         * examples/app/Makefile.am:
3487         * examples/app/appsrc-stream.c: (read_data), (start_feed),
3488         (stop_feed), (found_source), (bus_message), (main):
3489         Added an example on how to use appsrc in playbin in streaming mode from
3490         an mmapped file.
3491
3492         * examples/app/appsrc_ex.c: (main):
3493         Set pipeline to NULL to free queued buffers.
3494
3495         * gst-libs/gst/app/gstapp-marshal.list:
3496         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
3497         (gst_app_src_class_init), (gst_app_src_init),
3498         (gst_app_src_flush_queued), (gst_app_src_dispose),
3499         (gst_app_src_set_property), (gst_app_src_get_property),
3500         (gst_app_src_unlock), (gst_app_src_unlock_stop),
3501         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
3502         (gst_app_src_check_get_range), (gst_app_src_do_seek),
3503         (gst_app_src_create), (gst_app_src_set_stream_type),
3504         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
3505         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
3506         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
3507         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
3508         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
3509         * gst-libs/gst/app/gstappsrc.h:
3510         Measure max queue size in bytes instead.
3511         Add support for 3 modes of operation, streaming, seekable and
3512         random-access, making basesrc handle the scheduling modes for each.
3513         Add appsrc:// uri handler so that automatic plugging can be done from
3514         playbin2 or uridecodebin, for example.
3515         Added support for custom segment formats.
3516         Add support for push and pull based operations from the application.
3517         Expand the methods so that errors can be detected.
3518         Flush the queued buffers on seeks and when shutting down.
3519         Add signals to inform the app that a seek must happen.
3520
3521 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3522
3523         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
3524         (gst_deinterleave_src_query):
3525         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3526         (gst_interleave_src_query):
3527         Properly implement duration and position queries in bytes format. We
3528         have to take the upstream reply and divide/multiply it by the number
3529         of channels to get the correct result.
3530
3531 2008-06-04  Michael Smith <msmith@songbirdnest.com>
3532
3533         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3534         * sys/dshowvideosink/dshowvideofakesrc.h:
3535         * sys/dshowvideosink/dshowvideosink.cpp:
3536         * sys/dshowvideosink/dshowvideosink.h:
3537           Fix up copyright notice on new plugin.
3538
3539 2008-06-04  David Schleef  <ds@schleef.org>
3540
3541         * ext/dirac/gstdiracenc.cc: Update properties for recent
3542           dirac changes.  Patch from Jonathan Rosser.
3543
3544 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3545
3546         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
3547           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
3548           (gst_x264_enc_encode_frame):
3549           Try harder not to crash when we get an EOS event but haven't set
3550           up the encoder yet (as may happen when upstream errors out with
3551           not-negotiated, for example). Also, always push the EOS event
3552           downstream.
3553
3554 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3555
3556         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3557         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
3558         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
3559         * gst/interleave/interleave.h:
3560         Use an always increasing integer for the number in the name of the
3561         requested sink pads to guarantuee a unique name. Add a "channel"
3562         property to GstInterleavePad to make it possible for applications
3563         to retrieve the channel number in the output for every pad.
3564
3565         Use g_type_register_static_simple() instead of
3566         g_type_register_static() to save some relocations.
3567
3568 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3569
3570         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3571         (gst_interleave_change_state):
3572         Stop GstCollectPads before calling the parent's state change function
3573         when going from PAUSED to READY as we otherwise deadlock.
3574         Fixes bug #536258.
3575
3576 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3577
3578         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
3579         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
3580         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
3581         (gst_h264_parse_chain):
3582         * gst/h264parse/gsth264parse.h:
3583         Parse codec_data and use the nalu_size_length field to get the NALU
3584         length in packetized h264.
3585         When queueing a packetized buffer in reverse mode, don't unref the
3586         buffer twice.
3587         Avoid accessing the buffer TIMESTAMP field after we pushed it on
3588         the adaptor.
3589
3590 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3591
3592         * gst/interleave/interleave.c:
3593         (gst_interleave_check_channel_positions),
3594         (gst_interleave_set_channel_positions),
3595         (gst_interleave_class_init):
3596         Use new gst_audio_check_channel_positions() function and register
3597         the GstInterleavePad type from a threadsafe context.
3598
3599 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3600
3601         * configure.ac:
3602           Revert accidental addition in configure.ac. Sorry.
3603
3604 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3605
3606         * configure.ac:
3607         * sys/Makefile.am:
3608         * sys/dshowvideosink/Makefile.am:
3609         * sys/dshowvideosink/README:
3610         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3611         * sys/dshowvideosink/dshowvideofakesrc.h:
3612         * sys/dshowvideosink/dshowvideosink.cpp:
3613         * sys/dshowvideosink/dshowvideosink.h:
3614         Add a new win32 videosink. Uses the DirectShow renderers for
3615         high-performance video rendering on win32.
3616         Currently only supports some YUV formats.
3617         Rank PRIMARY, since it's much more useful for the common cases that the
3618         directdraw sink (which only does RGB).
3619
3620 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
3621
3622         * ext/spc/Makefile.am:
3623           Dist tag.h
3624
3625 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3626
3627         * ext/faad/gstfaad.c: (gst_faad_sink_event):
3628         Always drain before activating the new segment.
3629
3630 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3631
3632         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3633         (gst_interleave_finalize), (gst_audio_check_channel_positions),
3634         (gst_interleave_set_channel_positions),
3635         (gst_interleave_class_init), (gst_interleave_init),
3636         (gst_interleave_set_property), (gst_interleave_get_property),
3637         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3638         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
3639         (gst_interleave_src_query_latency), (gst_interleave_collected):
3640         * gst/interleave/interleave.h:
3641         Allow setting channel positions via a property and allow using the
3642         channel positions on the input as the channel positions of the output.
3643
3644         Fix some broken logic and memory leaks.
3645
3646         * tests/check/Makefile.am:
3647         * tests/check/elements/interleave.c: (src_handoff_float32),
3648         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
3649         Add unit tests for checking correct handling of channel positions.
3650
3651 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3652
3653         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3654         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3655         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3656         (gst_faad_change_state):
3657         * ext/faad/gstfaad.h:
3658         Add basic reverse playback support.
3659         Clear decoder state after disconts.
3660         Remove some unused code.
3661         Mark output buffers with a discont after a decoding error.
3662
3663 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3664
3665         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3666
3667         * gst/mpeg4videoparse/mpeg4videoparse.c:
3668         (gst_mpeg4vparse_handle_vos):
3669         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3670
3671 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3672
3673         * tests/check/elements/mplex.c: (setup_src_pad),
3674         (teardown_src_pad):
3675         Don't use the deprecated gst_element_get_pad().
3676
3677 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3678
3679         * examples/directfb/gstdfb.c: (main):
3680         Don't use the deprecated gst_element_get_pad().
3681
3682 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3683
3684         Based on patch by: <onkarshinde at gmail dot com>
3685
3686         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3687         (gst_vcdsrc_uri_set_uri):
3688         Allow the track to be set by using the uri. Fixes #535043.
3689
3690 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3691
3692         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3693         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3694         Implement latency query.
3695
3696 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3697
3698         * gst/mpegvideoparse/mpegvideoparse.c:
3699         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3700
3701 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3702
3703         * gst/rtpmanager/gstrtpbin.c:
3704         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3705         (gst_rtp_bin_change_state), (new_payload_found),
3706         (new_ssrc_pad_found):
3707         Break out of callbacks when we are shutting down.
3708         Make sure no state changes can happen when we reconfigure.
3709
3710 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3711
3712         * configure.ac:
3713         Require CVS core and base for new audio clock reset method.
3714
3715         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3716         Reset the audio clock. See #521761.
3717
3718 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3719
3720         * ext/jack/gstjackaudiosink.c:
3721         (gst_jack_audio_sink_allocate_channels):
3722         Include the element name in the port name to avoid duplicate port names.
3723
3724 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3725
3726         * gst/interleave/deinterleave.c:
3727         Add another example launch line.
3728
3729         * gst/interleave/interleave.c: (interleave_24),
3730         (gst_interleave_finalize), (gst_interleave_base_init),
3731         (gst_interleave_class_init), (gst_interleave_init),
3732         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3733         (gst_interleave_change_state), (__remove_channels),
3734         (__set_channels), (gst_interleave_sink_getcaps),
3735         (gst_interleave_set_process_function),
3736         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3737         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3738         (forward_event_func), (forward_event), (gst_interleave_src_event),
3739         (gst_interleave_collected):
3740         * gst/interleave/interleave.h:
3741         Major rewrite of interleave using GstCollectpads. This new version
3742         also supports almost all raw audio formats and has better caps
3743         negotiation. Fixes bug #506594.
3744
3745         Also update docs and add some more examples.
3746
3747         * tests/check/elements/interleave.c: (interleave_chain_func),
3748         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3749         (interleave_suite):
3750         Add some more extensive unit tests for interleave.
3751
3752 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3753
3754         * gst/rtpmanager/gstrtpjitterbuffer.c:
3755         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3756         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3757         we need to do this so that we can better handle a restarted source.
3758         Fix some comments.
3759
3760         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3761         (rtp_jitter_buffer_insert):
3762         Tweak the skew resync diff.
3763         Use our working seqnum compare function in -base.
3764         Rework the jitterbuffer insert code to make it clearer and more
3765         performant by only retrieving the seqnum of the input buffer once and by
3766         adding some G_LIKELY compiler hints.
3767         Improve debugging for duplicate packets.
3768
3769         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3770         Fix a comment, we don't do skew correction here..
3771
3772 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3773
3774         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3775
3776         * gst/rtpmanager/gstrtpbin.c:
3777         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3778         (gst_rtp_bin_set_property):
3779         Propagate the do-lost and latency properties to the jitterbuffers when
3780         they are changed on rtpbin.
3781
3782 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3783
3784         * examples/switch/switcher.c: (switch_timer):
3785         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3786         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3787         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3788         (gst_sdp_demux_stream_configure_udp_sink):
3789         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3790         (pad_added_setup_data_check_float32_8ch_cb):
3791         * tests/check/elements/rganalysis.c: (send_eos_event),
3792         (send_tag_event):
3793         Don't use _gst_pad().
3794
3795 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3796
3797         * docs/plugins/Makefile.am:
3798         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3799         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3800         * docs/plugins/gst-plugins-bad-plugins.args:
3801         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3802         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3803         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3804         * docs/plugins/gst-plugins-bad-plugins.signals:
3805         * docs/plugins/inspect/plugin-alsaspdif.xml:
3806         * docs/plugins/inspect/plugin-amrwb.xml:
3807         * docs/plugins/inspect/plugin-app.xml:
3808         * docs/plugins/inspect/plugin-bayer.xml:
3809         * docs/plugins/inspect/plugin-bz2.xml:
3810         * docs/plugins/inspect/plugin-cdaudio.xml:
3811         * docs/plugins/inspect/plugin-cdxaparse.xml:
3812         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3813         * docs/plugins/inspect/plugin-dtsdec.xml:
3814         * docs/plugins/inspect/plugin-dvb.xml:
3815         * docs/plugins/inspect/plugin-dvdspu.xml:
3816         * docs/plugins/inspect/plugin-faac.xml:
3817         * docs/plugins/inspect/plugin-faad.xml:
3818         * docs/plugins/inspect/plugin-fbdevsink.xml:
3819         * docs/plugins/inspect/plugin-festival.xml:
3820         * docs/plugins/inspect/plugin-filter.xml:
3821         * docs/plugins/inspect/plugin-flvdemux.xml:
3822         * docs/plugins/inspect/plugin-freeze.xml:
3823         * docs/plugins/inspect/plugin-gsm.xml:
3824         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3825         * docs/plugins/inspect/plugin-h264parse.xml:
3826         * docs/plugins/inspect/plugin-interleave.xml:
3827         * docs/plugins/inspect/plugin-jack.xml:
3828         * docs/plugins/inspect/plugin-ladspa.xml:
3829         * docs/plugins/inspect/plugin-metadata.xml:
3830         * docs/plugins/inspect/plugin-mms.xml:
3831         * docs/plugins/inspect/plugin-modplug.xml:
3832         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3833         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3834         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3835         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3836         * docs/plugins/inspect/plugin-musepack.xml:
3837         * docs/plugins/inspect/plugin-musicbrainz.xml:
3838         * docs/plugins/inspect/plugin-mve.xml:
3839         * docs/plugins/inspect/plugin-nas.xml:
3840         * docs/plugins/inspect/plugin-neon.xml:
3841         * docs/plugins/inspect/plugin-nsfdec.xml:
3842         * docs/plugins/inspect/plugin-nuvdemux.xml:
3843         * docs/plugins/inspect/plugin-rawparse.xml:
3844         * docs/plugins/inspect/plugin-real.xml:
3845         * docs/plugins/inspect/plugin-replaygain.xml:
3846         * docs/plugins/inspect/plugin-rfbsrc.xml:
3847         * docs/plugins/inspect/plugin-sdl.xml:
3848         * docs/plugins/inspect/plugin-sdp.xml:
3849         * docs/plugins/inspect/plugin-selector.xml:
3850         * docs/plugins/inspect/plugin-sndfile.xml:
3851         * docs/plugins/inspect/plugin-soundtouch.xml:
3852         * docs/plugins/inspect/plugin-spcdec.xml:
3853         * docs/plugins/inspect/plugin-speed.xml:
3854         * docs/plugins/inspect/plugin-speexresample.xml:
3855         * docs/plugins/inspect/plugin-stereo.xml:
3856         * docs/plugins/inspect/plugin-tta.xml:
3857         * docs/plugins/inspect/plugin-vcdsrc.xml:
3858         * docs/plugins/inspect/plugin-videosignal.xml:
3859         * docs/plugins/inspect/plugin-vmnc.xml:
3860         * docs/plugins/inspect/plugin-wildmidi.xml:
3861         * docs/plugins/inspect/plugin-x264.xml:
3862         * docs/plugins/inspect/plugin-xvid.xml:
3863         * docs/plugins/inspect/plugin-y4menc.xml:
3864         Add interleave/deinterleave to the docs and while at that
3865         run make update in docs/plugins.
3866
3867         * gst/interleave/deinterleave.c:
3868         Add a parapraph about using a queue and audioconvert after the source
3869         pads to the docs.
3870
3871 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3872
3873         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3874         (gst_deinterleave_class_init), (gst_deinterleave_init),
3875         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
3876         * gst/interleave/deinterleave.h:
3877         Don't set a getcaps() function on the src pads as it's not required
3878         and the default getcaps() function returns the correct results for
3879         our src pads.
3880
3881         Complete documentation and add myself to the authors of the element.
3882
3883 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3884
3885         * tests/icles/.cvsignore:
3886         * tests/icles/Makefile.am:
3887         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
3888           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
3889           (probe_details), (probe_element), (main):
3890           Small oss4 test that probes for available devices and retrieves
3891           their caps and mixer tracks and all that. Also allows testing of
3892           mixer change messages on the bus.
3893
3894 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3895
3896         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
3897         * sys/oss4/oss4-property-probe.c:
3898           (gst_oss4_property_probe_find_device_name),
3899           (gst_oss4_property_probe_find_device_name_nofd):
3900         * sys/oss4/oss4-property-probe.h:
3901         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
3902         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
3903           Make device-name probing in NULL state work better (e.g. for the
3904           gnome-control-center sound capplet).
3905
3906 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3907
3908         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3909
3910         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
3911         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
3912         (gst_mpeg4vparse_change_state):
3913         Move some code around to integrate the startcode searching with the
3914         other bits of parsing, avoid a whole bunch of peeks.
3915         Get rid of invalid data that should not happen according to the specs.
3916         Fixes #533559.
3917
3918 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3919
3920         Patch by: Bastien Nocera <hadess at hadess dot net>
3921
3922         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
3923         (gst_mythtv_src_init), (gst_mythtv_src_clear),
3924         (do_read_request_response), (gst_mythtv_src_create),
3925         (gst_mythtv_src_start):
3926         Correctly set duration to get a more correct seek bar in totem.
3927
3928         Disable query and event functions as they don't work and do some
3929         smaller cleanup.
3930
3931         Fixes bug #533736.
3932
3933 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3934
3935         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
3936
3937         * ext/spc/Makefile.am:
3938         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
3939         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
3940         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
3941         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
3942         (gst_spc_dec_src_query), (spc_play), (spc_setup):
3943         * ext/spc/gstspc.h:
3944         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
3945         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
3946         (spc_tag_get_info), (spc_tag_free):
3947         * ext/spc/tag.h:
3948         Add support for some essential features like seeking, reading song
3949         duration and extended tags. Fixes bug #454151.
3950
3951 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3952
3953         * tests/check/elements/deinterleave.c: (GST_START_TEST):
3954         Set keep-positions property to TRUE for the 8 channel test to ensure
3955         that the original channel position is set on the output.
3956
3957 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3958
3959         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
3960         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
3961         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
3962         (gst_deinterleave_get_property):
3963         * gst/interleave/deinterleave.h:
3964         Add a property to select whether channel positions should be kept on
3965         the mono output buffers or should be dropped.
3966
3967 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
3968
3969         * docs/Makefile.am:
3970         Oops - fix the spelling of the variable I added.
3971
3972 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3973
3974         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
3975         (gst_deinterleave_init), (gst_deinterleave_sink_event),
3976         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
3977         * gst/interleave/deinterleave.h:
3978         Queue events until src pads were added and they can be sent. Otherwise
3979         downstream will never get the first newsegment event.
3980
3981 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3982
3983         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
3984         (gst_deinterleave_getcaps):
3985         Always set the channel positions when gst_audio_get_channel_positions()
3986         returns something, even if they're not set in the caps. This makes
3987         sure that the output channels can be interleaved again correctly
3988         in the mono/stereo cases too.
3989
3990         Don't ask for the peercaps of the current pad in getcaps() as this
3991         might call getcaps() again and deadlock.
3992
3993 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3994
3995         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
3996         Check some more common locations for a valid configuration file.
3997         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
3998         to the distributions default location.
3999
4000 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4001
4002         * gst/interleave/Makefile.am:
4003         * gst/interleave/deinterleave.c: (deinterleave_24),
4004         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
4005         (gst_deinterleave_class_init), (gst_deinterleave_init),
4006         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
4007         (gst_deinterleave_set_process_function),
4008         (gst_deinterleave_sink_setcaps), (__remove_channels),
4009         (__set_channels), (gst_deinterleave_getcaps),
4010         (gst_deinterleave_process), (gst_deinterleave_chain),
4011         (gst_deinterleave_sink_activate_push):
4012         * gst/interleave/deinterleave.h:
4013         Add support for all raw audio formats and provide better negotiation
4014         if the caps are changing.
4015
4016         Don't allow changes of the channel positions and set the position of
4017         the corresponding channel on the src pad caps.
4018
4019         General cleanup and smaller bugfixes.
4020
4021         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
4022         Check the channel positions on the output buffer caps.
4023
4024 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4025
4026         * docs/Makefile.am:
4027         Don't attempt to build plugin docs when they're disabled.
4028
4029         * gst/bayer/Makefile.am:
4030         Add libgstvideo to the link.
4031
4032         * gst/rtpmanager/Makefile.am:
4033         Fix link order, and move LIBS things to _LIBS
4034
4035 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4036
4037         * docs/plugins/gst-plugins-bad-plugins.types:
4038         Remove bogus attempt to pull 'metadata' plugin's base
4039         class into the docs.
4040
4041 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4042
4043         * gst/rtpmanager/gstrtpjitterbuffer.c:
4044         (gst_rtp_jitter_buffer_chain):
4045         Simply drop bad RTP packets with a warning instead of just posting an
4046         error and stopping. This is a perfectly recoverable event and we don't
4047         force people to use an rtpbin to filter out bad packets first.
4048
4049 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4050
4051         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
4052         Set fixed caps on the srcpad after we created the pad...
4053
4054 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
4055
4056         * tests/check/Makefile.am:
4057           Remove deinterleave test from VALGRIND_TO_FIX again now that
4058           there are suppressions in gst.supp which make this work for me.
4059
4060 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
4061
4062         * tests/check/Makefile.am:
4063           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
4064           weird invalid free errors in valgrind/libc after _exit for some
4065           reason.
4066
4067         * tests/check/elements/deinterleave.c: (pads_created),
4068           (set_channel_positions), (src_handoff_float32_8ch),
4069           (float_buffer_check_probe),
4070           (pad_added_setup_data_check_float32_8ch_cb),
4071           (make_fake_src_8chans_float32), (GST_START_TEST),
4072           (deinterleave_suite):
4073           Add some more deinterleave unit test bits I had locally.
4074
4075 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
4076
4077         * gst/interleave/Makefile.am:
4078         * gst/interleave/deinterleave.h:
4079         * gst/interleave/interleave.h:
4080         * gst/interleave/plugin.h:
4081         Split definitions into separate header files for better documentation
4082         generation.
4083         
4084         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
4085         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
4086         (gst_deinterleave_process):
4087         Don't use alloca, allow caps changes as long as the number of channels
4088         does not change, don't use g_warning, return NOT_NEGOTIATED as early
4089         as possible and some other cleanup.
4090
4091         * gst/interleave/interleave.c: (gst_interleave_base_init),
4092         (gst_interleave_class_init):
4093         Do some random cleanup.
4094
4095         * tests/check/Makefile.am:
4096         * tests/check/elements/deinterleave.c: (GST_START_TEST),
4097         (deinterleave_chain_func), (deinterleave_pad_added),
4098         (deinterleave_suite):
4099         Add unit tests for the deinterleave element.
4100
4101 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4102
4103         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4104
4105         * gst/mpeg4videoparse/mpeg4videoparse.c:
4106         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
4107         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
4108         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
4109         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
4110         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
4111         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
4112         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
4113         * gst/mpeg4videoparse/mpeg4videoparse.h:
4114         Parse the config data (either outbound or in the stream) to set   
4115         width/height, apect ration, framerate in the caps if applicable.
4116         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
4117         intra frames
4118         Set the timestamps of outgoing buffers to the buffer in
4119         which the VOP header was found.
4120         Drop incoming data untill configuration is found (by default,
4121         configurable using a property).
4122         Report a 1 frame latency. Fixes #532723.
4123
4124 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4125
4126         * gst/real/gstrealvideodec.c: (open_library):
4127         Add some debug for where we are searching for libraries.
4128
4129 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4130
4131         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
4132         Actually add the do-lost property to the object.
4133
4134 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4135
4136         * gst/rtpmanager/gstrtpjitterbuffer.c:
4137         (gst_rtp_jitter_buffer_loop):
4138         Avoid waiting for a negative (huge) duration when the last packet has a
4139         lower timestamp than the current packet.
4140
4141 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
4142
4143         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
4144         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
4145         prevent a memory leak.
4146
4147
4148 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4149
4150         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4151         Quieten some docs output
4152
4153 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4154
4155         * gst/rtpmanager/gstrtpjitterbuffer.c:
4156         (gst_rtp_jitter_buffer_loop):
4157         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
4158
4159 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4160
4161         * docs/plugins/Makefile.am:
4162         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4163         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4164         * docs/plugins/inspect/plugin-gstinterlace.xml:
4165         * gst/deinterlace/gstdeinterlace.c:
4166         * gst/deinterlace/gstdeinterlace.h:
4167         Random doc of the day: the deinterlace element.
4168
4169 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4170
4171         * gst/mpegtsparse/mpegtspacketizer.c:
4172         * gst/mpegtsparse/mpegtsparse.c:
4173         Make sure all schedule EIT and non-actual transport stream
4174         EITs are parsed. Also add present-following flag and
4175         actual-transport-stream flag to eit bus message.
4176
4177 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
4178
4179         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
4180         Make sure to unref the caps used by RTPSource to prevent a memory leak.
4181
4182 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
4183
4184         Based on patch by: Clive Wright <clive_wright ntlworld com>
4185
4186         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
4187           Apparently mono sliders have the mono value repeated in the upper bits,
4188           so mask those out when reading them. Probably makes the mixer applet
4189           work properly in some more cases.
4190
4191 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4192
4193         Patch by: Olivier Crete <tester at tester dot ca>
4194
4195         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
4196         (rtp_session_process_bye), (rtp_session_send_bye_locked):
4197         Unlock the session lock when calling one of our callbacks. 
4198         Fixes #532011.
4199
4200 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4201
4202         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4203
4204         * gst/rtpmanager/gstrtpsession.c:
4205         (gst_rtp_session_event_send_rtp_sink):
4206         Send RTP BYE command on EOS. Fixes bug #531955.
4207
4208 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4209
4210         * win32/common/config.h.in:
4211           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
4212           use the real thing than having "???" unconditionally.
4213
4214 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4215
4216         * gst-libs/gst/app/.cvsignore:
4217         * gst-libs/gst/app/Makefile.am:
4218         * gst-libs/gst/app/gstapp-marshal.list:
4219         Add marshal.list, make it compile and add to cvsignore.
4220
4221         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
4222         (gst_app_sink_stop):
4223         Small cleanups.
4224
4225         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
4226         (gst_app_src_init), (gst_app_src_set_property),
4227         (gst_app_src_get_property), (gst_app_src_unlock),
4228         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
4229         (gst_app_src_create), (gst_app_src_set_caps),
4230         (gst_app_src_get_caps), (gst_app_src_set_size),
4231         (gst_app_src_get_size), (gst_app_src_set_seekable),
4232         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
4233         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
4234         (gst_app_src_end_of_stream):
4235         * gst-libs/gst/app/gstappsrc.h:
4236         Beat appsrc in shape, add signals and actions.
4237         Add some docs.
4238         Add properties for caps, size, seekability and max-buffers.
4239         Fix unlock/stop code.
4240
4241 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4242
4243         * configure.ac:
4244           Error out if we don't have the required versions of core/base.
4245
4246 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4247
4248         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4249         (gst_app_sink_init), (gst_app_sink_set_property),
4250         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
4251         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
4252         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
4253         (gst_app_sink_preroll), (gst_app_sink_render),
4254         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
4255         (gst_app_sink_get_drop):
4256         * gst-libs/gst/app/gstappsink.h:
4257         Start some docs.
4258         Add property to drop buffers when the queue is filled
4259         Fix unlocking and flushing when the queues are filled.
4260
4261 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
4262
4263         Patch by: Jens Granseuer <jensgr at gmx dot net>
4264
4265         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
4266         Declare variables at the beginning of blocks. Fixes compilation with
4267         gcc 2.x and other compilers. Fixes bug #530611.
4268
4269 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4270
4271         * gst/mpegtsparse/mpegtspacketizer.c:
4272         * gst/mpegtsparse/mpegtspacketizer.h:
4273         * gst/mpegtsparse/mpegtsparse.c:
4274         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
4275         by pid number. This allows for example the EPG data from UK's
4276         freesat to be picked up.
4277
4278 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
4279
4280         * ext/mpeg2enc/gstmpeg2enc.cc:
4281         * ext/soundtouch/gstbpmdetect.cc:
4282         Cast NULL sentinels to void * as NULL is defined as an integer
4283         constant in most environments when using C++ and it's size might
4284         be different from a pointer.
4285
4286 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4287
4288         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4289         (gst_app_sink_init), (gst_app_sink_set_property),
4290         (gst_app_sink_get_property), (gst_app_sink_event),
4291         (gst_app_sink_preroll), (gst_app_sink_render),
4292         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
4293         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
4294         (gst_app_sink_pull_buffer):
4295         * gst-libs/gst/app/gstappsink.h:
4296         Add more docs.
4297         Add signals for when preroll and render buffers are available.
4298         Add property to control signal emission.
4299         Add property to control the max queue size.
4300
4301 2008-04-25  Michael Smith <msmith@songbirdnest.com>
4302
4303         * gst-libs/gst/dshow/Makefile.am:
4304           Use CXXFLAGS rather than CFLAGS; these are C++ files.
4305           Define required constants appropriately.
4306         * sys/dshowdecwrapper/Makefile.am:
4307           Add required include dir, libraries.
4308           Define required constants appropriately.
4309
4310 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4311
4312         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
4313         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
4314         * gst/rtpmanager/gstrtpbin.h:
4315         Expose new jitterbuffer property in rtpbin too.
4316
4317 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4318
4319         * gst/rtpmanager/gstrtpjitterbuffer.c:
4320         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
4321         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
4322         (gst_rtp_jitter_buffer_get_property):
4323         Disable sending out rtp packet lost events by default and make a
4324         property to enabe it. We will likely enable it by default when the base
4325         depayloaders have a default handler for them so that we don't send these
4326         events all through the pipeline for now.
4327
4328 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4329
4330         * gst/rtpmanager/gstrtpjitterbuffer.c:
4331         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
4332         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
4333         (gst_rtp_jitter_buffer_loop):
4334         Remove private version of a function that is in -base now.
4335         Add src event handler.
4336         Rework the jitterbuffer pushing loop so that it can quickly react to
4337         lost packets and instruct the depayloader of them. This can then be used
4338         to implement error concealment data.
4339
4340 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4341
4342         * gst/rtpmanager/gstrtpsession.c:
4343         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
4344         (create_send_rtcp_src):
4345         Set up some internal links functions for the RTCP and sync pads because
4346         the defaults are really not correct.
4347         Implement a query handler for the RTCP src pad, mostly to correctly
4348         report about the latency.
4349
4350 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4351
4352         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
4353         (gst_rtp_bin_sync_chain):
4354         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
4355         (rtp_session_process_sr), (rtp_session_on_timeout):
4356         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
4357         (calculate_jitter):
4358         * gst/rtpmanager/rtpsource.h:
4359         * gst/rtpmanager/rtpstats.h:
4360         Also keep track of the first buffer timestamp together with the first
4361         RTP timestamp as they both are needed to construct the timing of
4362         outgoing packets in the jitterbuffer and are therefore also needed to
4363         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
4364         with a wildly different gap.
4365
4366 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4367
4368         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
4369         Forward unknown queries upstream instead of returning FALSE on them.
4370
4371 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4372
4373         * configure.ac:
4374         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
4375         (gst_musepackdec_init), (gst_musepackdec_dispose),
4376         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
4377         (gst_musepackdec_loop), (plugin_init):
4378         * ext/musepack/gstmusepackdec.h:
4379         * ext/musepack/gstmusepackreader.c:
4380         * ext/musepack/gstmusepackreader.h:
4381         Add support for the new libmpcdec API which magically gets us support
4382         for SV8 files. Also do some random cleanup. Fixes bug #526905.
4383
4384 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4385
4386         * configure.ac:
4387         Back to development -> 0.10.7.1
4388
4389 === release 0.10.7 ===
4390
4391 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
4392
4393         * configure.ac:
4394           releasing 0.10.7, "House of Cards"
4395
4396 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
4397
4398         * ext/faad/gstfaad.c:
4399           Don't leak GstAudioChannelPosition. Fixes #529378.
4400
4401 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4402
4403         * gst/sdp/gstsdpdemux.c: (request_pt_map):
4404         Ref caps, see #528245.
4405
4406 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4407
4408         * configure.ac:
4409         0.10.6.4 pre-release
4410
4411 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4412
4413         * tests/check/elements/rganalysis.c: (GST_START_TEST):
4414         Don't leak a tag list. Fixes bug #529285.
4415
4416 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4417
4418         * tests/check/elements/ofa.c: (bus_handler):
4419         Don't leak the tags string and tag list. Fixes bug #529283.
4420
4421 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4422
4423         Patch by: Olivier Crete <tester at tester dot ca>
4424
4425         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
4426         (new_ssrc_pad_found):
4427         Ref caps when inserting into the cache.
4428         Don't leak pads.
4429
4430         * gst/rtpmanager/gstrtpjitterbuffer.c:
4431         (gst_rtp_jitter_buffer_get_clock_rate),
4432         (gst_rtp_jitter_buffer_query):
4433         Avoid a caps leak.
4434         Don't leak refcount in query.
4435
4436         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
4437         (gst_rtp_pt_demux_chain):
4438         Avoid caps leaks.
4439
4440         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
4441         (gst_rtp_session_init), (return_true),
4442         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
4443         (gst_rtp_session_clock_rate):
4444         Ref caps when inserting into the cache.
4445         Fix some more caps leaks. Fixes #528245.
4446
4447 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4448
4449         * tests/icles/metadata_editor.c:
4450           Add cast to placate gcc 4.1.2.
4451
4452 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4453
4454         * configure.ac:
4455         0.10.6.3 pre-release
4456
4457 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4458
4459         * sys/dvb/gstdvbsrc.c:
4460         Revert patch that added a loop timeout.
4461         Fixes #528614.
4462
4463 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4464
4465         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
4466         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
4467         * gst/rtpmanager/gstrtpjitterbuffer.c:
4468         (gst_rtp_jitter_buffer_get_clock_rate):
4469         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
4470         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
4471         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
4472         Don't leak a padname.
4473         Don't leak client streams list.
4474         Lock rtpbin when associating streams. Fixes #528245.
4475
4476 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4477
4478         * tests/check/Makefile.am:
4479         Don't inlcude dc1394src in the generic/states test as it requires
4480         special hardware. Fixes bug #528011.
4481
4482 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4483
4484         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
4485         Only check if the generated fingerprints are valid Base64. The
4486         fingerprints are different when running on different architectures
4487         which is a) no problem because the fingerprints are tolerant enough
4488         and b) is caused by libofa. Fixes bug #528266.
4489
4490 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4491
4492         * ext/timidity/Makefile.am:
4493         Dist all source files, no matter if only timidity or wildmidi or
4494         nothing is found by configure. Fixes bug #528000.
4495
4496 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4497
4498         * gst-plugins-bad.spec.in:
4499           Remove souphttpsrc plugin from spec files, it's moved to -good.
4500
4501 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4502
4503         * tests/check/Makefile.am:
4504         Remove soup test certificates from the dist.
4505
4506 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4507
4508         * ext/dirac/gstdiracenc.cc:
4509         Fix compilation by casting string constants.
4510
4511         * sys/Makefile.am:
4512         Fix WININET_DIR variable reference.
4513
4514 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4515
4516         * configure.ac:
4517         * docs/plugins/Makefile.am:
4518         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4519         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4520         * docs/plugins/gst-plugins-bad-plugins.args:
4521         * docs/plugins/inspect/plugin-soup.xml:
4522         * ext/Makefile.am:
4523         * ext/soup/Makefile.am:
4524         * ext/soup/gstsouphttpsrc.c:
4525         * ext/soup/gstsouphttpsrc.h:
4526         * tests/check/Makefile.am:
4527         * tests/check/elements/souphttpsrc.c:
4528         * tests/check/test-cert.pem:
4529         * tests/check/test-key.pem:
4530
4531         Remove soup plugin that's moved to -good (#523124)
4532
4533 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4534
4535         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
4536           (gst_flv_parse_tag_script):
4537           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
4538           crash caused by a strlen on a NULL string (#527622).
4539
4540 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4541
4542         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4543
4544         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
4545           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
4546           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
4547           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
4548           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
4549         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
4550           Don't increase latency by queuing buffers in an async queue when
4551           the streaming thread can't keep up or isn't scheduled often
4552           enough for some other reason, but just drop the previous buffer
4553           in that case. Also implement GstBaseSrc::unlock for faster
4554           unlocking when shutting down. (#520892).
4555
4556 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4557
4558         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
4559           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
4560           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
4561           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
4562           (me_gst_setup_view_pipeline), (process_file):
4563         * tests/icles/metadata_editor.glade:
4564           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
4565           drawing/scaling logic to make this compile and work on all platforms.
4566           Fixes #518227.
4567
4568 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4569
4570         * configure.ac:
4571           Bump core/base requirements to released versions to avoid
4572           confusion.
4573
4574         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
4575           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
4576           (gst_deinterlace_set_caps), (plugin_init):
4577           Add debug category, use _set_element_details_simple and
4578           remove special code path for Y42B to calculate offsets and
4579           strides; libgstvideo knows how to handle this format now.
4580
4581 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4582
4583         * gst/cdxaparse/Makefile.am:
4584         * gst/cdxaparse/gstcdxaparse.c:
4585         * gst/cdxaparse/gstcdxastrip.c:
4586         * gst/cdxaparse/gstcdxastrip.h:
4587         * gst/cdxaparse/gstvcdparse.c:
4588         * gst/cdxaparse/gstvcdparse.h:
4589           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
4590           anything the 0.8 version didn't do though.
4591
4592 2008-04-11  Julien Moutte  <julien@fluendo.com>
4593
4594         * sys/oss4/oss4-mixer-enum.c:
4595         (gst_oss4_mixer_enum_get_values_locked):
4596         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
4597         format in debug statements.
4598
4599 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4600
4601         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4602
4603         * configure.ac:
4604         * sys/Makefile.am:
4605         * sys/wininet/Makefile.am:
4606         * sys/wininet/gstwininetsrc.c:
4607         * sys/wininet/gstwininetsrc.h:
4608           Add wininetsrc for basic http/ftp support on windows (#520897).
4609
4610 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4611
4612         * gst/nsf/nsf.h:
4613           Change prototype of process function here too to avoid
4614           'incompatible assignment' warnings.
4615
4616 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
4617
4618         * tests/check/elements/souphttpsrc.c: (got_buffer),
4619         (souphttpsrc_suite):
4620         Increase the timeout for the internet tests to 250 seconds
4621         and check for NULL caps instead of just crashing.
4622         The real fix would be to implement an shoutcast server for the unit test
4623         instead of relying on a working internet connection.
4624         Fixes bug #521749.
4625
4626 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
4627
4628         * gst/rtpmanager/gstrtpbin.c: (free_session):
4629         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
4630         Avoid leaking pads in the RTP manager.
4631
4632 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4633
4634         * gst/nsf/nes_apu.c: (apu_process):
4635         * gst/nsf/nes_apu.h:
4636         Don't do void pointer arithmetic - it's a gcc extension.
4637
4638 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4639
4640         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
4641           Work around missing bits of thread-safety on older GLibs some
4642           more to avoid assertions when starting up multiple playbin
4643           objects concurrently (see #512382).
4644
4645 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4646
4647         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4648
4649         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
4650         Only ignore actual redirects not all responses when in state
4651         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
4652
4653 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4654
4655         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4656
4657         * configure.ac:
4658         Actually build dlls when cross-compiling with mingw32.
4659         Fixes bug #526247.
4660
4661 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4662
4663         * tests/check/elements/ofa.c: (GST_START_TEST):
4664         Also check that we have processed at least 135 seconds of audio
4665         until we stop and calculated a fingerprint.
4666
4667 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4668
4669         * gst/subenc/gstsrtenc.c:
4670         * gst/subenc/gstsrtenc.h:
4671           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4672
4673 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4674
4675         * tests/check/Makefile.am:
4676         * tests/check/elements/.cvsignore:
4677         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4678         (ofa_suite), (main):
4679         Add simple unit tests for the OFA plugin.
4680
4681 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4682
4683         * configure.ac:
4684         * sys/Makefile.am:
4685         * sys/oss4/Makefile.am:
4686         * sys/oss4/oss4-audio.c:
4687         * sys/oss4/oss4-audio.h:
4688         * sys/oss4/oss4-mixer-enum.c:
4689         * sys/oss4/oss4-mixer-enum.h:
4690         * sys/oss4/oss4-mixer-slider.c:
4691         * sys/oss4/oss4-mixer-slider.h:
4692         * sys/oss4/oss4-mixer-switch.c:
4693         * sys/oss4/oss4-mixer-switch.h:
4694         * sys/oss4/oss4-mixer.c:
4695         * sys/oss4/oss4-mixer.h:
4696         * sys/oss4/oss4-property-probe.c:
4697         * sys/oss4/oss4-property-probe.h:
4698         * sys/oss4/oss4-sink.c:
4699         * sys/oss4/oss4-sink.h:
4700         * sys/oss4/oss4-soundcard.h:
4701         * sys/oss4/oss4-source.c:
4702         * sys/oss4/oss4-source.h:
4703           Add initial support for OSSv4. Mixer still needs a bit more love,
4704           but even magic has its limits.
4705
4706 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4707
4708         * configure.ac:
4709         * gst-plugins-bad.spec.in:
4710         * gst/srtenc/Makefile.am:
4711         * gst/srtenc/gstsrtenc.c:
4712         * gst/srtenc/gstsrtenc.h:
4713         * gst/subenc/Makefile.am:
4714         * gst/subenc/gstsrtenc.c: (plugin_init):
4715           Rename new srtenc plugin to subenc.
4716
4717 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4718
4719         * gst/mpegtsparse/mpegtspacketizer.c:
4720         Cable delivery subsystem descriptors' frequency's bcd
4721         is measured in 100Hz units so adjust multiplier accordingly.
4722
4723 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4724
4725         * configure.ac:
4726         * gst/srtenc/Makefile.am:
4727         * gst/srtenc/gstsrtenc.c:
4728         * gst/srtenc/gstsrtenc.h:
4729         Add srt subtitle encoder
4730
4731 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4732
4733         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4734
4735         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4736         (gst_gsmdec_chain):
4737         * ext/gsm/gstgsmdec.h:
4738         Increase the allowed samplerates for the ms-gsm format.
4739         Fixes #481354.
4740
4741 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4742
4743         Patch by: Jan de Groot <jan at jgc homeip net>
4744
4745         * configure.ac:
4746           Fix build with --disable-external (#525100).
4747
4748 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4749
4750         * sys/dvb/gstdvbsrc.c:
4751         Repeat diseqc call to allow for some diseqc switches.
4752
4753 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4754
4755         * ext/Makefile.am:
4756         Dist ofa correctly! Fixes non-uninstalled build.
4757
4758 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4759
4760         * sys/dvb/gstdvbsrc.c:
4761         Make diseqc work more reliably.
4762
4763 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4764
4765         * gst/nsf/Makefile.am:
4766         * gst/nsf/fds_snd.c:
4767         * gst/nsf/mmc5_snd.c:
4768         * gst/nsf/nsf.c:
4769         * gst/nsf/types.h:
4770         * gst/nsf/vrc7_snd.c:
4771         * gst/nsf/vrcvisnd.c:
4772         * gst/nsf/memguard.c:
4773         * gst/nsf/memguard.h:
4774         Remove memguard again and apply hopefully all previously dropped
4775         local patches. Should be really better than the old version now.
4776
4777 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4778
4779         * gst/nsf/memguard.c: (_my_free):
4780         * gst/nsf/types.h:
4781         Unbreak compilation by disabling memguard and doing some dirty hack
4782         fixes to make it compile on 64bits.
4783
4784 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4785
4786         Patch by: Andreas Henriksson <andreas at fatal dot set>
4787
4788         * gst/nsf/Makefile.am:
4789         * gst/nsf/dis6502.h:
4790         * gst/nsf/fds_snd.c:
4791         * gst/nsf/fds_snd.h:
4792         * gst/nsf/fmopl.c:
4793         * gst/nsf/fmopl.h:
4794         * gst/nsf/gstnsf.c:
4795         * gst/nsf/log.c:
4796         * gst/nsf/log.h:
4797         * gst/nsf/memguard.c:
4798         * gst/nsf/memguard.h:
4799         * gst/nsf/mmc5_snd.c:
4800         * gst/nsf/mmc5_snd.h:
4801         * gst/nsf/nes6502.c:
4802         * gst/nsf/nes6502.h:
4803         * gst/nsf/nes_apu.c:
4804         * gst/nsf/nes_apu.h:
4805         * gst/nsf/nsf.c:
4806         * gst/nsf/nsf.h:
4807         * gst/nsf/osd.h:
4808         * gst/nsf/types.h:
4809         * gst/nsf/vrc7_snd.c:
4810         * gst/nsf/vrc7_snd.h:
4811         * gst/nsf/vrcvisnd.c:
4812         * gst/nsf/vrcvisnd.h:
4813         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4814         on some files. Fixes bug #498237.
4815
4816         Remove some // comments, fix some compiler warnings and use pow()
4817         instead of a slow, selfmade implementation.
4818
4819 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4820
4821         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4822
4823         * configure.ac:
4824         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4825
4826 2008-03-24  Rene Stadler  <mail@renestadler.de>
4827
4828         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4829           (gst_rg_analysis_transform_ip):
4830         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4831           (gst_rg_limiter_transform_ip):
4832         Make rganalysis and rglimiter elements GAP-flag aware.
4833
4834         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4835           (rganalysis_suite):
4836         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4837         Add tests to verify gap-awareness.
4838
4839 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4840
4841         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4842         (gst_soup_http_src_chunk_allocator),
4843         (gst_soup_http_src_got_chunk_cb),
4844         (gst_soup_http_src_uri_get_protocols):
4845         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4846         GIO and GnomeVFS as they provide authentication.
4847
4848         Don't leak the icy caps if we already set them and get a new
4849         icy-metaint header.
4850
4851         Try harder to set the icy caps on the output buffer to have correct
4852         caps for the first buffer already.
4853
4854         * tests/check/elements/souphttpsrc.c: (got_buffer),
4855         (GST_START_TEST):
4856         Check that we get a buffer with application/x-icy caps if iradio-mode
4857         is enabled and we have an icecast URL.
4858
4859 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4860
4861         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
4862         Actually set the icy caps on our src pad if we have icecast data.
4863         Fixes bug #523854.
4864
4865 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4866
4867         * configure.ac:
4868         Check if the compiler supports do { } while (0) macros. This fixes
4869         a warning when compiling with g++ 4.3, resulting in a build failure
4870         because of -Werror.
4871
4872         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4873         * ext/mplex/gstmplex.cc:
4874         Include <string.h> for memcpy and friends to fix the build with
4875         gcc 4.3.
4876
4877         * tests/check/Makefile.am:
4878         Remove trailing backslash.
4879
4880 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4881
4882         * gst/selector/gstinputselector.c:
4883         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
4884         Do g_object_notify() only when not holding the lock to get the property
4885         because otherwise we run into a deadlock with the deep-notify handlers
4886         that are possibly installed.
4887
4888 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4889
4890         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4891         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4892         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
4893         Release the selector lock when pad alloc happens on a non selected pad.
4894
4895 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4896
4897         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4898         (gst_selector_pad_init), (gst_selector_pad_set_property),
4899         (gst_selector_pad_get_property), (gst_selector_pad_event),
4900         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4901         (gst_input_selector_set_active_pad):
4902         Add pad property to configure behaviour of the unselected pad, it can
4903         return OK or NOT_LINKED, based on the use case.
4904
4905 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4906
4907         * gst/selector/gstinputselector.c:
4908         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
4909         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4910         (gst_input_selector_wait), (gst_selector_pad_chain),
4911         (gst_input_selector_class_init), (gst_input_selector_init),
4912         (gst_input_selector_dispose), (gst_segment_set_start),
4913         (gst_input_selector_set_active_pad),
4914         (gst_input_selector_set_property),
4915         (gst_input_selector_get_property),
4916         (gst_input_selector_get_linked_pad),
4917         (gst_input_selector_is_active_sinkpad),
4918         (gst_input_selector_activate_sinkpad),
4919         (gst_input_selector_request_new_pad),
4920         (gst_input_selector_release_pad),
4921         (gst_input_selector_change_state), (gst_input_selector_block),
4922         (gst_input_selector_switch):
4923         * gst/selector/gstinputselector.h:
4924         Figure out the locking a bit more.
4925         Mark buffers with discont after switching.
4926         Fix initial segment forwarding, make sure to only forward one segment
4927         regardless of what the sequence of buffers/segments is. See #522203.
4928         Improve flushing when blocked.
4929         Return NOT_LINKED when a stream is not selected.
4930         Not API change for the switch signal in the docs.
4931         Fix start/time/accum values of the new segment.
4932         Correctly unlock and flush a blocking selector when going to READY.
4933
4934 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4935
4936         * ext/ladspa/gstladspa.c:
4937         * ext/ladspa/gstsignalprocessor.c:
4938           Add some thoughts and FIXME's.
4939
4940 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4941
4942         * gst/bayer/gstbayer2rgb.c:
4943           Include stdlib.h for abs.
4944
4945 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
4946
4947         * gst/freeze/FAQ:
4948         * gst/freeze/Makefile.am:
4949         * gst/freeze/gstfreeze.c:
4950           Add example to source code documentation blob and remove the 3 line
4951           FAQ.
4952
4953         * gst/interleave/interleave.c:
4954           Add a source code documentation blob.
4955
4956 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4957
4958         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
4959         (gst_ofa_transform_ip), (plugin_init):
4960         Improve debugging, clean up a bit and really generate the fingerprint
4961         after 135 seconds.
4962
4963 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4964
4965         * ext/ofa/gstofa.c:
4966         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
4967
4968 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4969
4970         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
4971
4972         * configure.ac:
4973         * ext/ofa/Makefile.am:
4974         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
4975         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
4976         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
4977         (plugin_init):
4978         * ext/ofa/gstofa.h:
4979         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
4980         Fixes bug #351309.
4981
4982 2008-03-18  Andy Wingo  <wingo@pobox.com>
4983
4984         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
4985         and a potential int overflow.
4986
4987         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
4988         Avoids a #warning about an ignored #pragma.
4989
4990 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4991
4992         * examples/switch/switcher.c:
4993         Update switch example to use input selector.
4994
4995 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4996
4997         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
4998         (gst_neonhttp_src_send_request_and_redirect):
4999         Handle HTTP status code 303 (See Other) the same way
5000         as 302 (Found). Not sure what to do about all the other 3xx
5001         redirect status codes. Fixes bug #522884.
5002
5003 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
5004
5005         * gst-libs/gst/dshow/Makefile.am:
5006         Make sure the dshow helper library headers get distributed in the next
5007         release.
5008
5009 2008-03-14  David Schleef  <ds@schleef.org>
5010
5011         Patch by: William M. Brack
5012
5013         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
5014
5015 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5016
5017         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
5018         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
5019         (gst_input_selector_class_init),
5020         (gst_input_selector_set_active_pad),
5021         (gst_input_selector_set_property),
5022         (gst_input_selector_push_pending_stop):
5023         Add lots of debugging. 
5024         Fix time member in the newsegment event.
5025
5026 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5027
5028         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
5029         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5030         (gst_selector_pad_event), (gst_input_selector_class_init),
5031         (gst_input_selector_init), (gst_input_selector_set_active_pad),
5032         (gst_input_selector_set_property),
5033         (gst_input_selector_get_property),
5034         (gst_input_selector_request_new_pad),
5035         (gst_input_selector_release_pad),
5036         (gst_input_selector_push_pending_stop),
5037         (gst_input_selector_switch):
5038         * gst/selector/gstinputselector.h:
5039         Various cleanups.
5040         Added tags to the pads.
5041         Select active pad based on the pad object instead of its name.
5042         Fix refcount in set_active_pad.
5043         Add property to get the number of pads.
5044
5045         * gst/selector/gstoutputselector.c:
5046         (gst_output_selector_class_init),
5047         (gst_output_selector_set_property),
5048         (gst_output_selector_get_property):
5049         Various cleanups.
5050         Select the active pad based on the pad object instead of its name.
5051         Fix locking when setting the active pad.
5052
5053         * gst/selector/gstselector-marshal.list:
5054         * tests/check/elements/selector.c: (cleanup_pad),
5055         (selector_set_active_pad), (run_input_selector_buffer_count):
5056         Fixes for pad instead of padname for pad selection.
5057
5058 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5059
5060         * ext/alsaspdif/alsaspdifsink.c:
5061         * ext/gsm/gstgsm.c:
5062         * ext/jack/gstjack.c:
5063         * ext/libmms/gstmms.c:
5064         * ext/neon/gstneonhttpsrc.c:
5065         * ext/shout/gstshout.c:
5066         * ext/timidity/gsttimidity.c:
5067         * ext/timidity/gstwildmidi.c:
5068         * gst/nuvdemux/gstnuvdemux.c:
5069         * gst/tta/gsttta.c:
5070         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5071         of hardcoding values where possible. Fixes bug #522212.
5072
5073 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5074
5075         Patch by: Wouter Cloetens <wouter at mind dot be>
5076
5077         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
5078         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
5079         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
5080         * ext/soup/gstsouphttpsrc.h:
5081         Try to resume on server disconnect. Fixes bug #522134.
5082
5083 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5084
5085         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
5086         Set correct pixel aspect ratio for the encoder.
5087
5088 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5089
5090         Patch by: Olivier Crete <tester at tester dot ca>
5091
5092         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
5093         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
5094         (rtp_session_create_source), (rtp_session_process_rtp),
5095         (rtp_session_process_sr), (rtp_session_process_rr),
5096         (rtp_session_process_sdes), (rtp_session_process_bye),
5097         (rtp_session_send_bye_locked), (rtp_session_send_bye),
5098         (rtp_session_on_timeout):
5099         * gst/rtpmanager/rtpsession.h:
5100         Implement collision and loop detection in rtpmanager.
5101         Fixes #520626.
5102
5103         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
5104         (rtp_source_init):
5105         * gst/rtpmanager/rtpsource.h:
5106         Add method to reset stats.
5107
5108 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5109
5110         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5111
5112         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
5113         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
5114         (join_rtcp_thread), (gst_rtp_session_change_state):
5115         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
5116         be blocked downstream. Also avoid spawning multiple rtcp threads.
5117         Fixes #520894.
5118
5119 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5120
5121         Patch by: Stefan Kost <ensonic@users.sf.net>
5122
5123         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
5124         Don't try to reset the clock skew when we have no timestamps.
5125         Fixes #519005.
5126
5127 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5128
5129         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5130
5131         * ext/faad/gstfaad.c: (looks_like_valid_header):
5132         Improve the header checking to look for what faad2 looks
5133         for too. Fixes playback of same apple trailers.
5134         Fixes bug #469979.
5135
5136 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5137
5138         * configure.ac:
5139         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
5140         2.0.0-rcX is newer than 2.0.0 so we check for this too.
5141
5142 2008-03-05  David Schleef  <ds@schleef.org>
5143
5144         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
5145           from the encoder program in dirac.
5146
5147 2008-03-05  David Schleef  <ds@schleef.org>
5148
5149         * configure.ac:
5150         * ext/Makefile.am:
5151         * ext/dirac/Makefile.am:
5152         * ext/dirac/gstdirac.cc:
5153         * ext/dirac/gstdiracenc.cc:
5154           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
5155           elements.
5156
5157 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5158
5159         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5160
5161         * configure.ac:
5162         * ext/Makefile.am:
5163         * ext/mplex/Makefile.am:
5164         * ext/mplex/gstmplex.cc:
5165         * ext/mplex/gstmplex.hh:
5166         * ext/mplex/gstmplexibitstream.cc:
5167         * ext/mplex/gstmplexibitstream.hh:
5168         * ext/mplex/gstmplexjob.cc:
5169         * ext/mplex/gstmplexjob.hh:
5170         * ext/mplex/gstmplexoutputstream.cc:
5171         * ext/mplex/gstmplexoutputstream.hh:
5172         Port mplex element to 0.10. Fixes bug #520329.
5173
5174         * tests/check/Makefile.am:
5175         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
5176         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
5177         (GST_START_TEST), (mplex_suite), (main):
5178         Add unit test for the mplex element.
5179
5180 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5181
5182         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5183
5184         * configure.ac:
5185         Clean up detection of different mjpegtoolsAPI versions.
5186
5187         * ext/mpeg2enc/gstmpeg2enc.cc:
5188         * ext/mpeg2enc/gstmpeg2enc.hh:
5189         * ext/mpeg2enc/gstmpeg2encoder.cc:
5190         * ext/mpeg2enc/gstmpeg2encoptions.cc:
5191         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5192         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
5193         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
5194         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
5195         Streamline conditional code for evolving mjpegtools API,
5196         optimize and fix/prevent crash in log handling, use
5197         names/nicks for enums in the usual way andm inor updates
5198         in code and properties/settings. Partially fixes bug #520329.
5199
5200 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5201
5202         * gst/mpegtsparse/gstmpegdesc.h:
5203         * gst/mpegtsparse/mpegtspacketizer.c:
5204         Add parsing of cable delivery system descriptor.
5205
5206 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5207
5208         * configure.ac:
5209         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5210         plug-ins are included/excluded. (#498222)
5211
5212 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
5213
5214         Patch by: Jens Granseuer <jensgr at gmx dot net>
5215
5216         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
5217         (gst_mve_demux_get_type):
5218         Fix audio discontinuity that happens when silent chunks are
5219         followed by real data again. Fixes bug #519905.
5220
5221 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5222
5223         * sys/dvb/gstdvbsrc.c:
5224         * sys/dvb/parsechannels.c:
5225         Add DVB-C support. Special thanks to Christian Schaller
5226         for a testing ground.
5227
5228 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5229
5230         * gst/mpegtsparse/mpegtsparse.c:
5231         Only send PMTs to program pads that the PMT is for even if
5232         on same pid.
5233         As a by-product, we now no longer hardcode any psi pid numbers.
5234         Also remove pcr stream from old pmt when we apply a new pmt.
5235
5236 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
5237
5238         * ext/metadata/TODO:
5239         * ext/metadata/metadata_mapping.htm:
5240         * ext/metadata/metadataexif.c:
5241         * ext/metadata/metadatatags.c:
5242         * ext/metadata/metadatatags.h:
5243         * tests/icles/metadata_editor.c:
5244         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
5245         local time (those changes has been done in previous comit but had to
5246         be revert in 2008-02-10 due to frozen)
5247
5248 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5249
5250         * sys/dvb/camutils.c:
5251         Remove the G_VALUE_HOLDS_BOXED checks. They were
5252         only added to help debug the data corruption.
5253
5254 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5255
5256         * sys/dvb/camutils.c:
5257         Don't free the program descriptors, this structure
5258         containing them is still stored after.
5259         Fixes data corruption.
5260
5261 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5262
5263         * sys/dvb/camutils.c:
5264         Extra checks to prevent data corruption/segfaults.
5265
5266 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5267
5268         * ext/nas/nassink.c:
5269           Fix build warning by using portable API.
5270
5271 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5272
5273         * gst/selector/gstoutputselector.c:
5274           Fix changing to same pad twice before a chain call.     
5275
5276 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5277
5278         Patch by: Daniel Fischer <dan at f3c dot com>
5279
5280         * configure.ac:
5281         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
5282         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
5283         * ext/dc1394/gstdc1394.h:
5284         Add support for libdc1394 2.0.0 and above and require this version
5285         now. Fixes bug #514964.
5286
5287 2008-02-26  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_class_init),
5292         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5293         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5294         (gst_soup_http_src_create):
5295         * ext/soup/gstsouphttpsrc.h:
5296         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
5297         (souphttpsrc_suite):
5298         Add support for specifying a list of cookies to be passed in
5299         the HTTP request. Fixes bug #518722.
5300
5301 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5302
5303         * gst/selector/gstinputselector.c:
5304         * gst/selector/gstinputselector.h:
5305           Added "select-all" property to make it work like aggregator in 0.8.
5306
5307         * gst/selector/gstoutputselector.c:
5308           Fix resend-latest behavoiur.
5309           
5310         * tests/check/Makefile.am:
5311         * tests/check/elements/.cvsignore:
5312         * tests/check/elements/selector.c:
5313           Add unit tests for selector.
5314
5315 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5316
5317         * configure.ac:
5318         * ext/timidity/gsttimidity.c: (plugin_init):
5319         * ext/timidity/gstwildmidi.c: (plugin_init):
5320         Remove midi typefinders and require base CVS as they moved there.
5321
5322 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5323
5324         * ext/Makefile.am:
5325         Only disable the ext/timidity directory if both, wildmidi
5326         _and_ timidity are not available.
5327
5328 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5329
5330         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
5331
5332         * ext/Makefile.am:
5333         Build the wildmidi plugin if it's enabled and not only when
5334         both, the timidity and wildmidi plugin, are enabled.
5335
5336 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5337
5338         * configure.ac:
5339         * ext/mpeg2enc/Makefile.am:
5340         * ext/soundtouch/Makefile.am:
5341         * gst/modplug/Makefile.am:
5342           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5343           when building C++ code.
5344
5345 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5346
5347         * sys/dvb/gstdvbsrc.c:
5348         Add initial support for multiproto driver (not yet merged into
5349         v4l-dvb mainline yet).
5350         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
5351
5352 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5353
5354         * docs/plugins/inspect/plugin-alsaspdif.xml:
5355         * docs/plugins/inspect/plugin-app.xml:
5356         * docs/plugins/inspect/plugin-bayer.xml:
5357         * docs/plugins/inspect/plugin-bz2.xml:
5358         * docs/plugins/inspect/plugin-cdaudio.xml:
5359         * docs/plugins/inspect/plugin-cdxaparse.xml:
5360         * docs/plugins/inspect/plugin-dfbvideosink.xml:
5361         * docs/plugins/inspect/plugin-dtsdec.xml:
5362         * docs/plugins/inspect/plugin-dvb.xml:
5363         * docs/plugins/inspect/plugin-dvdspu.xml:
5364         * docs/plugins/inspect/plugin-faac.xml:
5365         * docs/plugins/inspect/plugin-faad.xml:
5366         * docs/plugins/inspect/plugin-fbdevsink.xml:
5367         * docs/plugins/inspect/plugin-festival.xml:
5368         * docs/plugins/inspect/plugin-filter.xml:
5369         * docs/plugins/inspect/plugin-flvdemux.xml:
5370         * docs/plugins/inspect/plugin-freeze.xml:
5371         * docs/plugins/inspect/plugin-gsm.xml:
5372         * docs/plugins/inspect/plugin-gstinterlace.xml:
5373         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
5374         * docs/plugins/inspect/plugin-h264parse.xml:
5375         * docs/plugins/inspect/plugin-interleave.xml:
5376         * docs/plugins/inspect/plugin-jack.xml:
5377         * docs/plugins/inspect/plugin-ladspa.xml:
5378         * docs/plugins/inspect/plugin-metadata.xml:
5379         * docs/plugins/inspect/plugin-mms.xml:
5380         * docs/plugins/inspect/plugin-modplug.xml:
5381         * docs/plugins/inspect/plugin-mpeg2enc.xml:
5382         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
5383         * docs/plugins/inspect/plugin-mpegtsparse.xml:
5384         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5385         * docs/plugins/inspect/plugin-musepack.xml:
5386         * docs/plugins/inspect/plugin-musicbrainz.xml:
5387         * docs/plugins/inspect/plugin-mve.xml:
5388         * docs/plugins/inspect/plugin-neon.xml:
5389         * docs/plugins/inspect/plugin-nsfdec.xml:
5390         * docs/plugins/inspect/plugin-nuvdemux.xml:
5391         * docs/plugins/inspect/plugin-rawparse.xml:
5392         * docs/plugins/inspect/plugin-real.xml:
5393         * docs/plugins/inspect/plugin-replaygain.xml:
5394         * docs/plugins/inspect/plugin-rfbsrc.xml:
5395         * docs/plugins/inspect/plugin-sdl.xml:
5396         * docs/plugins/inspect/plugin-sdp.xml:
5397         * docs/plugins/inspect/plugin-selector.xml:
5398         * docs/plugins/inspect/plugin-sndfile.xml:
5399         * docs/plugins/inspect/plugin-soundtouch.xml:
5400         * docs/plugins/inspect/plugin-spcdec.xml:
5401         * docs/plugins/inspect/plugin-speed.xml:
5402         * docs/plugins/inspect/plugin-speexresample.xml:
5403         * docs/plugins/inspect/plugin-stereo.xml:
5404         * docs/plugins/inspect/plugin-tremor.xml:
5405         * docs/plugins/inspect/plugin-tta.xml:
5406         * docs/plugins/inspect/plugin-vcdsrc.xml:
5407         * docs/plugins/inspect/plugin-videosignal.xml:
5408         * docs/plugins/inspect/plugin-vmnc.xml:
5409         * docs/plugins/inspect/plugin-x264.xml:
5410         * docs/plugins/inspect/plugin-xvid.xml:
5411         * docs/plugins/inspect/plugin-y4menc.xml:
5412           Update to version 0.10.6.1.
5413
5414 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5415
5416         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5417         * docs/plugins/inspect/plugin-gdp.xml:
5418         * docs/plugins/inspect/plugin-quicktime.xml:
5419         * docs/plugins/inspect/plugin-switch.xml:
5420         * docs/plugins/inspect/plugin-videocrop.xml:
5421           Remove docs for elements that have moved to other modules
5422           or been renamed.
5423
5424 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5425
5426         Patch by: Wouter Cloetens <wouter at mind dot be>
5427
5428         * configure.ac:
5429         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
5430         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
5431         (gst_soup_http_src_chunk_allocator),
5432         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
5433         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
5434         * ext/soup/gstsouphttpsrc.h:
5435         Implement zero-copy and make the buffer size configurable.
5436         Prefix proxy URIs with "http://" if they don't start with it
5437         already and catch errors earlier, fixes hanging in some situations.
5438         Fixes bug #514948.
5439
5440 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5441
5442         * tests/check/gst-plugins-bad.supp:
5443         Add suppressions for SoundTouch valgrind warnings and
5444         a valgrind warning caused by the LADSPA sine plugin and
5445         happening on every exit().
5446         Remove GIO suppressions as it's now in -base.
5447
5448 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5449
5450         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
5451         Don't allocate and copy the data to a new place but instead
5452         put the data from gmyth (which we own) into the buffers that
5453         are passed downstream.
5454
5455 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5456
5457         * ext/timidity/gstwildmidi.c:
5458         If WILDMIDI_CFG is not defined, define it to the default
5459         timidity configure file.
5460
5461 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5462
5463         Based on a patch by:
5464           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5465
5466         * configure.ac:
5467         * ext/mpeg2enc/gstmpeg2enc.cc:
5468         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
5469         use mjpeg_loglev_t() for getting the log levels. Check for this
5470         function in configure.ac as the pkg-config file doesn't tell us
5471         which release candidate we have. Fixes bug #517896.
5472
5473 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5474
5475         * configure.ac:
5476         Check for X for the nas plugin to make it possible to build it
5477         again. Fixes bug #517895.
5478
5479 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5480
5481         * tests/check/Makefile.am:
5482         Ignore some more elements for the states unit test, like
5483         dfbvideosink which produces a segfault. Fixes bug #517854.
5484
5485 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5486
5487         Patch by: Jens Granseuer <jensgr at gmx dot net>
5488
5489         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
5490         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
5491         (rfb_decoder_state_set_encodings):
5492         * gst/mpegtsparse/mpegtspacketizer.c:
5493         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
5494         (mpegts_packetizer_parse_eit):
5495         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
5496         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
5497         Some C89 fixes, moving variable declarations to the beginning
5498         of a block. Fixes bug #517937.
5499
5500 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5501
5502         * configure.ac:
5503         Back to development...
5504
5505 === release 0.10.6 ===
5506
5507 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5508
5509         * configure.ac:
5510           releasing 0.10.6, "A Big Deep Breath"
5511
5512 2008-02-20  Bastien Nocera  <hadess@hadess.net>
5513
5514         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
5515         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
5516         and fail seek properly on anything but _BYTES format
5517         Fixes bug #517684
5518
5519 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
5520
5521         Patch by: Olivier Crete <tester at tester dot ca>
5522
5523         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
5524         Fix small memory leak, leaking caps. Fixes bug #517571.
5525
5526 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5527
5528         * gst/tta/Makefile.am:
5529         Link tta plugin with libm. Fixes bug #517391.
5530
5531 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5532
5533         * sys/dvb/camutils.c:
5534         Do not assume "descriptors" property in the pmt structure
5535         is present.
5536         Fixes #516499.
5537
5538 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5539
5540         Patch by: Olivier Crete <tester@tester.ca>
5541
5542         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
5543         Ignore streams that did not receive an SR packet when doing
5544         synchronisation. Fixes #516160.
5545
5546 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
5547
5548         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
5549         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
5550         on an idea by Jan Schmidt, fixes bug #516436.
5551
5552 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5553
5554         * gst/mpegtsparse/gstmpegdesc.c:
5555         * gst/mpegtsparse/gstmpegdesc.h:
5556         * gst/mpegtsparse/mpegtsparse.c:
5557         Make sure the gstmpegdesc debug lines do not critical
5558         when GST_DEBUG is enabled and also actually output.
5559         Thanks to Alessandro Decina for spotting.
5560         Fixes #516448
5561
5562 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
5563
5564         * gst-libs/gst/Makefile.am:
5565         * sys/Makefile.am:
5566         Also add dshow pieces to the disted subdirs to fix distcheck.
5567
5568 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5569
5570         Patch by: Josep Torra Valles <josep@fluendo.com>
5571
5572         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5573         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
5574
5575 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
5576
5577         * configure.ac:
5578         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
5579         until 0.7 fortunately.
5580
5581 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5582
5583         * configure.ac:
5584         Generate the directshow Makefiles so that the directories
5585         get disted. Still needs some configure time detection to enable
5586         building them under MingW.
5587
5588 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5589
5590         * ext/metadata/Makefile.am:
5591         Don't install a header file. We will have to merge these
5592         tags into libgsttag after the release and use them from there.
5593         Fixes: #515860
5594
5595 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5596
5597         * gst-libs/gst/dshow/Makefile.am:
5598         * sys/dshowdecwrapper/Makefile.am:
5599         * sys/dshowsrcwrapper/Makefile.am:
5600         Add Makefiles to win32 plugins and lib.
5601         They will need to be tested and probably fixed by developers
5602         working with mingw. This is a first step to include source files 
5603         with releases.
5604         
5605 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5606
5607         * sys/dvb/dvbbasebin.c:
5608         Fix leak of location string returned from gst_uri_get_location.
5609         Fixes bug #516114
5610
5611 2008-02-12  David Schleef  <ds@schleef.org>
5612
5613         * configure.ac:
5614         * docs/plugins/Makefile.am:
5615         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5616         * docs/plugins/inspect/plugin-glimagesink.xml:
5617         * sys/Makefile.am:
5618         * sys/glsink/BUGS:
5619         * sys/glsink/Makefile.am:
5620         * sys/glsink/color_matrix.c:
5621         * sys/glsink/glextensions.c:
5622         * sys/glsink/glextensions.h:
5623         * sys/glsink/glimagesink.c:
5624         * sys/glsink/glimagesink.h:
5625         * sys/glsink/gltestsrc.c:
5626         * sys/glsink/gltestsrc.h:
5627         * sys/glsink/gstglbuffer.c:
5628         * sys/glsink/gstglbuffer.h:
5629         * sys/glsink/gstglconvert.c:
5630         * sys/glsink/gstgldisplay.c:
5631         * sys/glsink/gstgldisplay.h:
5632         * sys/glsink/gstgldownload.c:
5633         * sys/glsink/gstglfilter.c:
5634         * sys/glsink/gstglfilter.h:
5635         * sys/glsink/gstglfilterexample.c:
5636         * sys/glsink/gstgltestsrc.c:
5637         * sys/glsink/gstgltestsrc.h:
5638         * sys/glsink/gstglupload.c:
5639         * sys/glsink/gstopengl.c:
5640           Remove glimagesink, as it's been moved to gst-plugins-gl.
5641           Fixes #516094.
5642
5643 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5644
5645         Patch by: Josep Torra Valles <josep@fluendo.com>
5646
5647         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5648         Fix potential buffer leak in reverse mode. Fixes #516061.
5649
5650 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5651
5652         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5653         (gst_dshowaudiodec_dispose):
5654         * sys/dshowdecwrapper/gstdshowvideodec.c:
5655         (gst_dshowvideodec_dispose):
5656         Chain up dispose methods properly. Fixes bug #515970.
5657
5658 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5659
5660         * gst/mpegvideoparse/mpegvideoparse.c:
5661         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5662         (gst_mpegvideoparse_change_state):
5663         Fix leaking caps.
5664         Fix potential buffer leak in forward mode.
5665         Cleanup queues when going to READY. Fixes #515815.
5666
5667 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5668
5669         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5670         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5671         * docs/plugins/inspect/plugin-gio.xml:
5672         Remove documentation for the GIO plugin as it was moved to
5673         gst-plugins-base. Fixes bug #515964.
5674
5675 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5676
5677         * ext/xvid/gstxvidenc.c:
5678         * gst/vmnc/vmncdec.c:
5679         * sys/glsink/glimagesink.c:
5680         * sys/glsink/gstgldisplay.c:
5681         Fix some finalize leaks by chaining up to the parent method.
5682         Fixes: #515919
5683
5684 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5685
5686         * tests/check/elements/souphttpsrc.c:
5687         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5688
5689 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5690
5691         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5692         Free the rfb decoder on finalize. Fixes bug #515721.
5693
5694 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5695
5696         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5697         (gst_fbdevsink_finalize):
5698         Free the device string in finalize. Fixes bug #515722.
5699
5700 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5701
5702         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5703         Unset GValues after using them. Fixes bug #515720.
5704
5705 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5706
5707         * tests/check/Makefile.am:
5708         Disable the dvb plugin for the states test. Fixes bug #515567.
5709
5710 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5711
5712         * ext/metadata/TODO:
5713         * ext/metadata/metadata_mapping.htm:
5714         * ext/metadata/metadataexif.c:
5715         * ext/metadata/metadatatags.c:
5716         * ext/metadata/metadatatags.h:
5717         * tests/icles/metadata_editor.c:
5718           Revert changes to 2008-02-09 due to frozen.
5719
5720 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5721
5722         * ext/ivorbis/vorbisfile.c:
5723         Trivial fix for build warning.
5724         Patch by: Josep Torra Valles <josep@fluendo.com>
5725         Fixes: #515588
5726
5727 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5728
5729         * ext/metadata/TODO:
5730         * ext/metadata/metadataexif.c:
5731           Convert from EXIF to XMP DataTime as local time.
5732
5733 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5734
5735         * ext/metadata/TODO:
5736         * ext/metadata/metadata_mapping.htm:
5737         * ext/metadata/metadataexif.c:
5738         * ext/metadata/metadatatags.c:
5739         * ext/metadata/metadatatags.h:
5740         * tests/icles/metadata_editor.c:
5741           Map Date-Time and GPS tags.
5742           
5743
5744 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5745
5746         * gst/selector/Makefile.am:
5747
5748         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5749         let's not do that
5750
5751         * tests/check/Makefile.am:
5752         Disable the crashing cdaudio plugin from the states test so I can make
5753         pre-releases.
5754
5755 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5756
5757         * win32/vs6/libgstdshowdecwrapper.dsp:
5758         * win32/vs6/libgstflv.dsp:
5759         Convert to DOS line endings, and set -kb
5760
5761 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5762
5763         * sys/dvb/Makefile.am:
5764         * sys/dvb/dvbbasebin.c:
5765         Add URI Handler for dvb.
5766         Re-order pad templates to workaround a bug in playbasebin.
5767         * sys/dvb/parsechannels.c:
5768         * sys/dvb/parsechannels.h:
5769         Add code to parse channels from zap-style channels.conf files.
5770
5771 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5772
5773         * configure.ac:
5774         * docs/plugins/Makefile.am:
5775         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5776         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5777         * docs/plugins/gst-plugins-bad-plugins.args:
5778         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5779         * docs/plugins/inspect/plugin-multifile.xml:
5780         * gst/multifile/Makefile.am:
5781         * gst/multifile/gstmultifile.c:
5782         * gst/multifile/gstmultifilesink.c:
5783         * gst/multifile/gstmultifilesink.h:
5784         * gst/multifile/gstmultifilesrc.c:
5785         * gst/multifile/gstmultifilesrc.h:
5786         * gst/multifile/multifile.vproj:
5787         * tests/check/Makefile.am:
5788         * tests/check/elements/multifile.c:
5789
5790         Remove multifile plugin, which has moved to -good
5791
5792 2008-02-07  David Schleef  <ds@schleef.org>
5793
5794         * gst/multifile/gstmultifilesink.c:
5795         * gst/multifile/gstmultifilesrc.c:
5796           Use g_file_[sg]et_contents() instead of using stdio functions.
5797           Should be less error prone.
5798         * tests/check/elements/multifile.c:
5799           Create a temporary directory using standard functions instead of
5800           creating a directory in the current dir.
5801
5802 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5803
5804         * configure.ac:
5805         * docs/plugins/Makefile.am:
5806         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5807         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5808         * docs/plugins/gst-plugins-bad-plugins.args:
5809         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5810         * docs/plugins/inspect/plugin-spectrum.xml:
5811         * gst/spectrum/.cvsignore:
5812         * gst/spectrum/Makefile.am:
5813         * gst/spectrum/README:
5814         * gst/spectrum/demo-audiotest.c:
5815         * gst/spectrum/demo-osssrc.c:
5816         * gst/spectrum/gstspectrum.c:
5817         * gst/spectrum/gstspectrum.h:
5818         * gst/spectrum/spectrum.vcproj:
5819         * tests/check/Makefile.am:
5820         * tests/check/elements/spectrum.c:
5821
5822         Remove spectrum plugin, which has moved to -good
5823
5824 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5825
5826         * docs/plugins/gst-plugins-bad-plugins.args:
5827         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5828         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5829         Remove equalizer plugin docs
5830
5831         * tests/check/Makefile.am:
5832         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5833         other modules.
5834
5835         * tests/check/elements/multifile.c:
5836         * tests/check/elements/rganalysis.c:
5837         * tests/check/elements/rglimiter.c:
5838
5839         Fix compiler warnings from -Wall -Werror
5840
5841 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5842
5843         * configure.ac:
5844         * docs/plugins/Makefile.am:
5845         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5846         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5847         * docs/plugins/inspect/plugin-equalizer.xml:
5848         * gst/equalizer/.cvsignore:
5849         * gst/equalizer/Makefile.am:
5850         * gst/equalizer/demo.c:
5851         * gst/equalizer/gstiirequalizer.c:
5852         * gst/equalizer/gstiirequalizer.h:
5853         * gst/equalizer/gstiirequalizer10bands.c:
5854         * gst/equalizer/gstiirequalizer10bands.h:
5855         * gst/equalizer/gstiirequalizer3bands.c:
5856         * gst/equalizer/gstiirequalizer3bands.h:
5857         * gst/equalizer/gstiirequalizernbands.c:
5858         * gst/equalizer/gstiirequalizernbands.h:
5859         * tests/check/Makefile.am:
5860         * tests/check/elements/.cvsignore:
5861         * tests/check/elements/equalizer.c:
5862
5863         Remove the equalizer plugin, which has moved to -good
5864
5865 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5866
5867         * configure.ac:
5868         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5869         pre-releases or releases.
5870
5871 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5872
5873         * docs/plugins/Makefile.am:
5874         Don't scan deleted xingmux header.
5875
5876 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5877
5878         * configure.ac:
5879         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5880         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5881         * docs/plugins/inspect/plugin-xingheader.xml:
5882         * gst/xingheader/Makefile.am:
5883         * gst/xingheader/gstxingmux.c:
5884         * gst/xingheader/gstxingmux.h:
5885         * tests/check/Makefile.am:
5886         * tests/check/elements/.cvsignore:
5887         * tests/check/elements/xingmux.c:
5888         * tests/check/elements/xingmux_testdata.h:
5889         Remove the xingmux plugin, as the element has moved into
5890         mpegaudioparse in -ugly.
5891
5892 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5893
5894         * docs/plugins/Makefile.am:
5895         Remove mention of non-existent headers to fix the build.
5896
5897 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5898
5899         * configure.ac:
5900         * ext/Makefile.am:
5901         * ext/gio/Makefile.am:
5902         * ext/gio/gstgio.c:
5903         * ext/gio/gstgio.h:
5904         * ext/gio/gstgiobasesink.c:
5905         * ext/gio/gstgiobasesink.h:
5906         * ext/gio/gstgiobasesrc.c:
5907         * ext/gio/gstgiobasesrc.h:
5908         * ext/gio/gstgiosink.c:
5909         * ext/gio/gstgiosink.h:
5910         * ext/gio/gstgiosrc.c:
5911         * ext/gio/gstgiosrc.h:
5912         * ext/gio/gstgiostreamsink.c:
5913         * ext/gio/gstgiostreamsink.h:
5914         * ext/gio/gstgiostreamsrc.c:
5915         * ext/gio/gstgiostreamsrc.h:
5916         * tests/check/Makefile.am:
5917         * tests/check/pipelines/.cvsignore:
5918         * tests/check/pipelines/gio.c:
5919
5920         Remove GIO plugin which has now moved to -base.
5921
5922 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5923
5924         * docs/plugins/Makefile.am:
5925         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5926         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5927         * docs/plugins/gst-plugins-bad-plugins.args:
5928         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5929         * gst/filter/Makefile.am:
5930         * gst/filter/filter.vcproj:
5931         * gst/filter/gstbpwsinc.c:
5932         * gst/filter/gstbpwsinc.h:
5933         * gst/filter/gstfilter.c:
5934         * gst/filter/gstfilter.h:
5935         * gst/filter/gstlpwsinc.c:
5936         * gst/filter/gstlpwsinc.h:
5937         * tests/check/Makefile.am:
5938         * tests/check/elements/bpwsinc.c:
5939         * tests/check/elements/lpwsinc.c:
5940
5941         Remove lpwsinc and bpwsinc elements - they've become
5942         audiowsinclimit and audiowsincband respectively, in the
5943         gst-plugins-good audiofx plugin.
5944
5945 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5946
5947         * ext\neon\gstneonhttpsrc.c:
5948         Include unistd.h only if _HAVE_UNISTD_H is defined
5949         * gst\mpegvideoparse\mpegvideoparse.c:
5950         Use G_GUINT64_CONSTANT GLIB macro for constant
5951         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
5952         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
5953         * sys\dshowdecwrapper\gstdshowaudiodec.c:
5954         * sys\dshowdecwrapper\gstdshowaudiodec.h:
5955         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
5956         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
5957         * sys\dshowdecwrapper\gstdshowvideodec.c
5958         * sys\dshowdecwrapper\gstdshowvideodec.h:
5959         Add a DirectShow decoder wrapper.
5960         * win32\MANIFEST:
5961         Add new win32 files to MANIFEST
5962         * win32\vs6\gst_plugins_bad.dsw:
5963         * win32\vs6\libgstdshow.dsp:
5964         * win32\vs6\libgstdshowdecwrapper.dsp:
5965         * win32\vs6\libgstflv.dsp:
5966         Add new projects to bad workspace
5967
5968 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5969
5970         * gst/mpegtsparse/mpegtspacketizer.c:
5971         Parse component descriptor.
5972         * gst/mpegtsparse/mpegtsparse.c:
5973         Add SI pids to every program (but hardcoded currently).
5974
5975 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
5976
5977         * ext/metadata/metadata_mapping.htm:
5978         * ext/metadata/metadataexif.c:
5979         * ext/metadata/metadatatags.c:
5980         * ext/metadata/metadatatags.h:
5981         * tests/icles/metadata_editor.c:
5982         * tests/icles/metadata_editor.glade:
5983           Add more tags. Improve test app.
5984
5985 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5986
5987         * gst/multifile/gstmultifilesink.c:
5988           Add a fixme comment.
5989
5990         * gst/selector/gstoutputselector.c:
5991           Fix same leak as in input-selector.
5992
5993         * tests/icles/output-selector-test.c:
5994           Improve the test.
5995
5996 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5997
5998         * gst/spectrum/gstspectrum.c:
5999           Improve the docs.
6000
6001 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6002
6003         * configure.ac:
6004           The dc1394 plugin seems to use API that was removed or changed
6005           before the final 2.0.0 release, so only build it if 2.0.0-rc5
6006           is available. Someone needs to port it to the final API.
6007
6008         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
6009           Include string.h for memcpy and use g_usleep instead of usleep.
6010
6011 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6012
6013         * gst/filter/gstlpwsinc.c:
6014         Fix typo in the long description of the element.
6015
6016 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6017
6018         * gst/xingheader/Makefile.am:
6019         Put CFLAGS and LIBS in the right order
6020
6021 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6022
6023         * configure.ac:
6024           ximagesrc has moved to -good, so no need to check for
6025           the required X libs here any more.
6026
6027 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6028
6029         Patch by: Wouter Cloetens <wouter at mind dot be>
6030
6031         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
6032         (gst_soup_http_src_create):
6033         Fix memory leak and improve debugging a bit.
6034
6035 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
6036
6037         * ext/metadata/metadata_mapping.htm:
6038         * ext/metadata/metadataexif.c:
6039         * ext/metadata/metadatatags.c:
6040         * ext/metadata/metadatatags.h:
6041           Add more tags mapping.
6042
6043 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6044
6045         * gst/mpegtsparse/mpegtsparse.c:
6046         Handle latency queries in src pads.
6047
6048 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6049
6050         * gst/mpegtsparse/mpegtspacketizer.c:
6051         Add flag to both sdt and nit structures to say
6052         whether the table is for the actual network/ts
6053         or not.
6054
6055 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6056
6057         Patch by: Josep Torra Valles <josep@fluendo.com>
6058
6059         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
6060         Flush packetizer too.
6061
6062 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
6063
6064         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
6065         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
6066         Don't use GST_BOILERPLATE as the stuff generated from it is not used
6067         anyway and can't be used.
6068         Store the class struct of the correct type in parent_class.
6069         Pass the LADSPA_Descriptor as class_data to the class_init function
6070         as preparation for the time, when we can add pad templates and friends
6071         in class_init and add a FIXME for that.
6072         Don't use a custom hash table for passing the LADSPA_Descriptors to
6073         base_init but use g_type_set_qdata and g_type_get_qdata.
6074
6075 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6076
6077         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6078         Really fix the build.
6079         TODO : Apply spankOmatic2000 on thaytan's rear end.
6080
6081 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
6082
6083         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6084           (GstMpeg2EncPictureReader.StreamPictureParams):
6085           Fix compilation with libmjpegtools 1.8.x.
6086
6087 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
6088
6089         * ext/ladspa/gstsignalprocessor.c:
6090         (gst_signal_processor_class_add_pad_template):
6091         Don't unref the pad template after adding it.
6092         gst_element_class_add_pad_template takes ownership of it.
6093
6094 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
6095
6096         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6097         Use the incoming pixel-aspect-ratio if provided to infer a 
6098         default aspect ratio, which can be overridden using the 'aspect'
6099         property.
6100
6101         Fixes: #499008
6102
6103 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
6104
6105         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
6106
6107         * configure.ac:
6108         Fix variable naming to make it possible to build the glimagesink
6109         plugin. Fixes bug #514093.
6110
6111 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6112
6113         * ext/metadata/gstmetadatademux.c:
6114           Demote metadatademux to GST_RANK_NONE for the release, it's not
6115           ready to be autoplugged yet.
6116
6117         * tests/icles/metadata_editor.c:
6118           Fix printf format warning for GType on ppc32 by removing it,
6119           since it doesn't make sense to print the GType value anyway.
6120
6121 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
6122
6123         * ext/metadata/TODO:
6124         * ext/metadata/gstmetadatamux.c:
6125         * ext/metadata/metadata_mapping.htm:
6126         * ext/metadata/metadataexif.c:
6127         * ext/metadata/metadatatags.c:
6128         * ext/metadata/metadatatags.h:
6129           Map more Exif tags.
6130
6131 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
6132
6133         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
6134         Don't leak event on pads that are not linked. Fixes #512826.
6135
6136 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
6137
6138         * configure.ac:
6139           Bump core/base requirements to released versions, to avoid confusion.
6140
6141         * gst/deinterlace/Makefile.am:
6142         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
6143           Use the new GstVideoFormat API to get strides, plane offsets etc..
6144           For Y42B we still need to calculate these ourselves, since the lib
6145           in -base doesn't know about this format yet and we can't bump the
6146           requirement to CVS right now. Fix the Y42B stride, offset and size
6147           calculations for odd widths and heights while we're at it though
6148           (to match those in videotestsrc).
6149
6150 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
6151
6152         * ext/metadata/metadata_mapping.htm:
6153         * ext/metadata/metadataexif.c:
6154         * ext/metadata/metadataiptc.c:
6155         * ext/metadata/metadatatags.c:
6156         * ext/metadata/metadatatags.h:
6157         * ext/metadata/metadataxmp.c:
6158           Add documentation.
6159
6160 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6161
6162         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
6163         Fix compilation.
6164
6165 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6166
6167         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
6168         Really clean up the queue instead of just unreffing all buffers
6169         in it.
6170
6171         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
6172         (gst_app_src_class_init), (gst_app_src_init),
6173         (gst_app_src_dispose), (gst_app_src_finalize):
6174         Fix dispose/finalize.
6175
6176 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6177
6178         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
6179         Fix compiler warning by making the function signature match what
6180         everyone is passing in...
6181
6182         * tests/icles/Makefile.am:
6183         Fix the build on Solaris by removing GNU ld specific flags that
6184         look unnecessary.
6185
6186 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6187
6188         * ext/metadata/Makefile.am:
6189         Add some relevant variables to CFLAGS and LIBADD, for example our
6190         compiler warnings paramters.
6191
6192         * ext/metadata/gstbasemetadata.c:
6193         (gst_base_metadata_strip_push_buffer),
6194         (gst_base_metadata_calculate_offsets),
6195         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
6196         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
6197         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
6198         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
6199         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
6200         (gst_metadata_mux_dispose),
6201         (gst_metadata_mux_create_chunks_from_tags):
6202         * ext/metadata/metadata.c: (metadata_dispose):
6203         * ext/metadata/metadataexif.c:
6204         (metadataparse_exif_content_foreach_entry_func),
6205         (metadatamux_exif_for_each_tag_in_list):
6206         * ext/metadata/metadataiptc.c:
6207         (metadatamux_iptc_for_each_tag_in_list):
6208         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
6209         (metadatamux_jpeg_reading):
6210         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
6211         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
6212         * ext/metadata/metadataparsepng.c:
6213         * ext/metadata/metadataparseutil.h:
6214         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
6215         (metadatamux_xmp_create_chunk_from_tag_list):
6216         Fix a million warnings that showed up after the above change.
6217
6218 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6219
6220         * ext/soup/gstsouphttpsrc.c: (_do_init),
6221         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6222         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6223         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6224         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6225         (gst_soup_http_src_queue_message),
6226         (gst_soup_http_src_add_range_header),
6227         (gst_soup_http_src_session_unpause_message),
6228         (gst_soup_http_src_session_pause_message),
6229         (gst_soup_http_src_session_close),
6230         (gst_soup_http_src_got_headers_cb),
6231         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6232         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6233         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6234         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6235         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6236         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6237         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6238         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6239         (gst_soup_http_src_uri_get_protocols),
6240         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6241         (gst_soup_http_src_uri_handler_init), (plugin_init):
6242         Add changes to gstsouphttpsrc.c that were missing from last commit.
6243
6244 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6245
6246         Patch by: Wouter Cloetens <wouter at mind dot be>
6247
6248         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6249         * docs/plugins/gst-plugins-bad-plugins.args:
6250         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6251         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6252         * docs/plugins/inspect/plugin-soup.xml:
6253         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6254         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6255         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6256         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6257         (gst_soup_http_src_queue_message),
6258         (gst_soup_http_src_add_range_header),
6259         (gst_soup_http_src_session_unpause_message),
6260         (gst_soup_http_src_session_pause_message),
6261         (gst_soup_http_src_session_close),
6262         (gst_soup_http_src_got_headers_cb),
6263         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6264         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6265         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6266         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6267         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6268         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6269         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6270         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6271         (gst_soup_http_src_uri_get_protocols),
6272         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6273         (gst_soup_http_src_uri_handler_init), (plugin_init):
6274         * ext/soup/gstsouphttpsrc.h:
6275         Make coding style more consistent, including class renaming.
6276
6277 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6278
6279         * configure.ac:
6280         Fix configure check for soundtouch to not produce syntax errors.
6281
6282 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6283
6284         * configure.ac:
6285         * ext/metadata/metadataxmp.c:
6286         (metadatamux_xmp_for_each_tag_in_list):
6287         Fix build with exempi >= 1.99.5 and fix the include
6288         path for exempi.
6289
6290 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6291
6292         * ext/metadata/TODO:
6293           Just uptade the ToDo list.
6294
6295 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6296
6297         * ext/metadata/gstbasemetadata.c:
6298         * ext/metadata/metadatamuxjpeg.c:
6299         * ext/metadata/metadatamuxpng.c:
6300         * ext/metadata/metadataparsejpeg.c:
6301         * ext/metadata/metadatatypes.c:
6302         * ext/metadata/metadatatypes.h:
6303         * ext/metadata/metadataxmp.c:
6304           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
6305
6306 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6307
6308         Patch by: Wouter Cloetens <wouter at mind dot be>
6309
6310         * ext/soup/gstsouphttpsrc.c:
6311         Update documentation a bit.
6312
6313         * docs/plugins/gst-plugins-bad-plugins.args:
6314         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6315         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6316         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6317         * docs/plugins/inspect/plugin-alsaspdif.xml:
6318         * docs/plugins/inspect/plugin-dvb.xml:
6319         * docs/plugins/inspect/plugin-filter.xml:
6320         * docs/plugins/inspect/plugin-glimagesink.xml:
6321         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6322         * docs/plugins/inspect/plugin-quicktime.xml:
6323         * docs/plugins/inspect/plugin-rawparse.xml:
6324         * docs/plugins/inspect/plugin-replaygain.xml:
6325         * docs/plugins/inspect/plugin-sdl.xml:
6326         * docs/plugins/inspect/plugin-soundtouch.xml:
6327         * docs/plugins/inspect/plugin-soup.xml:
6328         * docs/plugins/inspect/plugin-spcdec.xml:
6329         * docs/plugins/inspect/plugin-spectrum.xml:
6330         * docs/plugins/inspect/plugin-speed.xml:
6331         * docs/plugins/inspect/plugin-speexresample.xml:
6332         * docs/plugins/inspect/plugin-switch.xml:
6333         * docs/plugins/inspect/plugin-videocrop.xml:
6334         Regenerate everything for the documentation changes we had.
6335
6336 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6337
6338         * ext/gio/gstgiobasesink.c: (close_stream_cb),
6339         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
6340         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
6341         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
6342         (gst_gio_base_src_stop), (gst_gio_base_src_create),
6343         (gst_gio_base_src_set_stream):
6344         Use async variants of the close stream functions to prevent blocking
6345         for a long time there and add some more sanity checks for a correct
6346         stream.
6347
6348 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6349
6350         * tests/icles/Makefile.am:
6351         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
6352
6353 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6354
6355         Patch by: Wouter Cloetens <wouter at mind dot be>
6356
6357         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
6358         Let the proxy property default to the content of the $http_proxy
6359         environment variable.
6360
6361 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6362
6363         Patch by: Wouter Cloetens <wouter at mind dot be>
6364
6365         * tests/check/test-cert.pem:
6366         * tests/check/test-key.pem:
6367         Add missing files for the unit test.
6368
6369 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6370
6371         Patch by: Wouter Cloetens <wouter at mind dot be>
6372
6373         * docs/plugins/Makefile.am:
6374         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6375         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6376         Add souphttpsrc to the docs.
6377
6378         * configure.ac:
6379         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6380         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
6381         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
6382         (gst_souphttp_src_cancel_message),
6383         (gst_souphttp_src_queue_message),
6384         (gst_souphttp_src_add_range_header),
6385         (gst_souphttp_src_session_unpause_message),
6386         (gst_souphttp_src_session_pause_message),
6387         (gst_souphttp_src_session_close),
6388         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
6389         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
6390         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
6391         (gst_souphttp_src_create), (gst_souphttp_src_start),
6392         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
6393         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
6394         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6395         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
6396         (plugin_init):
6397         * ext/soup/gstsouphttpsrc.h:
6398         Add support for libsoup2.4 and require it. Also implement redirection
6399         and manual proxy specification. Fixes bug #510708.
6400
6401         * tests/check/Makefile.am:
6402         * tests/check/elements/.cvsignore:
6403         * tests/check/elements/souphttpsrc.c:
6404         Add unit test for souphttpsrc.
6405
6406 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6407
6408         * ext/Makefile.am:
6409         * ext/metadata/TODO:
6410         * ext/metadata/gstbasemetadata.c:
6411         * ext/metadata/gstbasemetadata.h:
6412         * ext/metadata/metadatamuxjpeg.c:
6413         * ext/metadata/metadatamuxjpeg.h:
6414         * ext/metadata/metadatamuxpng.c:
6415         * ext/metadata/metadatamuxpng.h:
6416         * ext/metadata/metadataparsejpeg.c:
6417         * ext/metadata/metadataparsepng.c:
6418         * tests/icles/Makefile.am:
6419           Add documentation. Fix test app compilation. Fix pull mode.
6420
6421 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6422
6423         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
6424
6425         * gst/rtpmanager/gstrtpjitterbuffer.c:
6426         (gst_rtp_jitter_buffer_chain):
6427         Try to get the new clock-rate from the buffer caps when we receive a new
6428         payload type instead of always firing the signal. Fixes #512774.
6429
6430 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
6431
6432         * ext/mpeg2enc/gstmpeg2enc.cc:
6433         Define LOG_NONE and friends if they're not defined yet. mjpegtools
6434         1.9.0rc3 removed their definitions but without it doesn't make much
6435         sense to write a log handler.
6436
6437 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6438
6439         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6440         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6441         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6442         * docs/plugins/gst-plugins-bad-plugins.types:
6443           Add base classes for metadata and equalizer (no introspection yet).
6444
6445 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6446
6447         * ext/metadata/README:
6448           Formatting.
6449         * tests/icles/metadata_editor.c:
6450           Include stdlib.h.
6451
6452 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6453
6454         * configure.ac:
6455         * docs/plugins/Makefile.am:
6456         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6457         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6458         * docs/plugins/gst-plugins-bad-plugins.args:
6459         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6460         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6461         * docs/plugins/gst-plugins-bad-plugins.signals:
6462         * docs/plugins/inspect/plugin-metadata.xml:
6463         * docs/plugins/inspect/plugin-selector.xml:
6464         * docs/plugins/inspect/plugin-soundtouch.xml:
6465         * docs/plugins/inspect/plugin-switch.xml:
6466         * gst/selector/.cvsignore:
6467         * gst/selector/Makefile.am:
6468         * gst/selector/gstinputselector.c:
6469         * gst/selector/gstinputselector.h:
6470         * gst/selector/gstoutputselector.c:
6471         * gst/selector/gstoutputselector.h:
6472         * gst/selector/gstselector-marshal.list:
6473         * gst/selector/gstselector.c:
6474         * gst/selector/selector.vcproj:
6475         * gst/switch/.cvsignore:
6476         * gst/switch/Makefile.am:
6477         * gst/switch/gstswitch-marshal.list:
6478         * gst/switch/gstswitch.c:
6479         * gst/switch/gstswitch.h:
6480         * gst/switch/switch.vcproj:
6481         * tests/icles/.cvsignore:
6482         * tests/icles/Makefile.am:
6483         * tests/icles/output-selector-test.c:
6484           Replace the switch plugin with the selector plugin. Add output-
6485           selector as the opposite of input-selectoo (was switch). Add a test
6486           for output-selector. Add docs for the elements. The vcproj needs
6487           update. Fixes #500142.
6488
6489 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6490
6491         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6492           Try to avoid 'unused variable' compiler warning if debugging is
6493           disabled (not bullet proof, but seems to do for now). (#512654)
6494
6495 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
6496
6497         * ext/soundtouch/gstbpmdetect.cc:
6498         Clean up a bit and only allocate a temporary buffer for the data
6499         if processing stereo data as BPMDetect downmixes from stereo to
6500         mono and stores the result in the input data. Thanks to
6501         Stefan Kost for the suggestions.
6502
6503 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6504
6505         * ext/soundtouch/gstpitch.cc:
6506         Cast a double to a GstClockTimeDiff to fix a compiler warning.
6507
6508 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
6509
6510         * tests/icles/metadata_editor.c:
6511           Printf format fix.
6512
6513 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6514
6515         * ext/soundtouch/gstpitch.cc:
6516         Don't send a LATENCY event for now until we get the usage right.
6517
6518 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6519
6520         * ext/soundtouch/gstpitch.cc:
6521         * ext/soundtouch/gstpitch.hh:
6522         Implement LATENCY query and notify about latency changes.
6523         Unfortunately we don't have a fixed latency but it changes
6524         a bit with each buffer so we only send an LATENCY event with
6525         the maximum latency if it changes.
6526
6527         Always calculate the timestamp, duration, etc from the sample
6528         rate instead of using a pre-calculated duration for one sample
6529         to prevent large rounding errors.
6530
6531 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6532
6533         Based on a patch by:
6534             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
6535
6536         * configure.ac:
6537         * ext/mpeg2enc/gstmpeg2encoder.cc:
6538         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6539         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
6540         Add support for building against mjpegtools 1.9 while keeping
6541         compatiblity with older versions.
6542
6543 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6544
6545         * ext/soundtouch/gstbpmdetect.cc:
6546         Only consider a BPM value above 1.0 as valid.
6547
6548 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6549
6550         * ext/soundtouch/Makefile.am:
6551         * ext/soundtouch/gstbpmdetect.cc:
6552         * ext/soundtouch/gstbpmdetect.hh:
6553         * ext/soundtouch/plugin.c: (plugin_init):
6554         Add BPM detection plugin based on SoundTouch's libBPM.
6555
6556         * ext/soundtouch/gstpitch.cc:
6557         Allow sample rates until MAX instead of only 48kHz and remove the
6558         buffer-frames field from that caps.
6559         Clear the remaining samples completely when necessary to get into
6560         a clean state again.
6561
6562 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6563
6564         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
6565         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
6566         Don't implement get_unit_size() ourselves, the GstAudioFilter base
6567         class already does this for us.
6568
6569 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6570
6571         * ext/soundtouch/gstpitch.cc:
6572         Allow seeking only in TIME and DEFAULT format, other formats will
6573         not work as expected. Also handle a stop position of -1 correctly
6574         for seeks, newsegment events and the queries. This fixes playback
6575         with the pitch element if upstream doesn't know the duration or has
6576         -1 as stop position in NEWSEGMENT events for other reasons. Before
6577         simply nothing was played as the segment was going from 0 to 0.
6578
6579         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
6580         so applications can update their cached duration. Fixes bug #503308.
6581
6582         Some random cleanup and memory leak closing.
6583
6584 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6585
6586         * ext/musepack/gstmusepackdec.h:
6587         * ext/musepack/gstmusepackreader.c:
6588         First include the libmpcdec headers before everything else as they
6589         #define TRUE and FALSE unconditionally and we otherwise get conflicts
6590         with the ones that GLib defines.
6591
6592 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6593
6594         * configure.ac:
6595         * ext/soundtouch/gstpitch.cc:
6596         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
6597         the header definined PACKAGE and other variables for which we need
6598         our own values from config.h.
6599
6600 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6601
6602         * configure.ac:
6603           Check for libglade-2.0, for the metadata-editor example.
6604
6605         * tests/icles/Makefile.am:
6606           Only try to build the metadata-editor example if we have gtk and
6607           glade (otherwise the build would just fail ...); fix build in
6608           uninstalled setup.
6609
6610         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
6611           Fix compiler warnings (use GLib macros to cast pointer <-> int).
6612
6613 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
6614
6615         * ext/metadata/TODO:
6616         * ext/metadata/gstbasemetadata.c:
6617         * ext/metadata/metadata.c:
6618         * ext/metadata/metadata.h:
6619         * ext/metadata/metadataexif.c:
6620         * ext/metadata/metadataexif.h:
6621         * ext/metadata/metadataiptc.c:
6622         * ext/metadata/metadataiptc.h:
6623         * ext/metadata/metadataparsejpeg.c:
6624         * ext/metadata/metadataparsejpeg.h:
6625         * ext/metadata/metadataparsepng.c:
6626         * ext/metadata/metadataparsepng.h:
6627         * ext/metadata/metadataparseutil.c:
6628         * ext/metadata/metadataparseutil.h:
6629         * ext/metadata/metadatatags.c:
6630         * ext/metadata/metadatatags.h:
6631         * ext/metadata/metadatatypes.c:
6632         * ext/metadata/metadatatypes.h:
6633         * ext/metadata/metadataxmp.c:
6634         * ext/metadata/metadataxmp.h:
6635         * ext/metadata/test/Makefile:
6636         * ext/metadata/test/MetadataEditorMain.glade:
6637         * ext/metadata/test/metadata_editor.c:
6638         * tests/icles/Makefile.am:
6639         * tests/icles/metadata_editor.c:
6640         * tests/icles/metadata_editor.glade:
6641           Add lot of documentation.
6642
6643 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6644
6645         * sys/dvb/gstdvbsrc.c:
6646         Open frontend in NULL->READY so caps about dvb adapter can be
6647         seen by the app.
6648
6649 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6650
6651         Patch by: Olivier Crete <tester@tester.ca>
6652
6653         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6654         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6655         Also handle lip-sync when the clock-rate is not provided with caps but
6656         with a signal.
6657
6658 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6659
6660         Patch by: Olivier Crete <tester@tester.ca>
6661
6662         * gst/rtpmanager/gstrtpjitterbuffer.c:
6663         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6664         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6665         (rtp_jitter_buffer_insert):
6666         * gst/rtpmanager/rtpjitterbuffer.h:
6667         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6668         a clock-rate can be provided with each buffer instead. Fixes #511686.
6669
6670 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6671
6672         Patch by: Olivier Crete <tester@tester.ca>
6673
6674         * gst/rtpmanager/gstrtpjitterbuffer.c:
6675         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6676         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6677         Remove old unused variable.
6678         Track pt on input buffers and get the clock-rate when it changes.
6679         Ignore packets with unknown clock-rate. Fixes #511146.
6680
6681 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6682
6683         * sys/dvb/gstdvbsrc.c:
6684         Post bus message about adapter type and it's capabilities,
6685         when opening the frontend.
6686         After failing to read from the dvr, post a bus message to
6687         inform the app.
6688
6689 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6690
6691         * gst/mpegtsparse/mpegtspacketizer.c:
6692         The logic for the guard interval calculation was totally wrong.
6693         Fixed.
6694
6695 2008-01-24  David Schleef  <ds@schleef.org>
6696
6697         Patch by: Olivier Crete <tester@tester.ca>
6698
6699         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6700           wrong function.  Fixes #511920
6701
6702 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6703
6704         * docs/plugins/Makefile.am:
6705         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6706         * docs/plugins/gst-plugins-bad-plugins.args:
6707         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6708         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6709         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6710         * docs/plugins/gst-plugins-bad-plugins.signals:
6711           Now we have full hierarchy.
6712
6713         * docs/plugins/inspect/plugin-metadata.xml:
6714           Regenerate.
6715
6716         * ext/amrwb/gstamrwbdec.h:
6717           Add doc blob for object instance.
6718
6719 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6720
6721         * docs/plugins/gst-plugins-bad-plugins.args:
6722         * docs/plugins/inspect/plugin-metadata.xml:
6723           Update this too, hopefully fixes the docs build (does at least
6724           for me, after make clean in docs/plugins).
6725
6726 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6727
6728         * gst/mpegtsparse/gstmpegdesc.h:
6729         * gst/mpegtsparse/mpegtspacketizer.c:
6730         Fix network name descriptor, the length is actually the
6731         descriptor length not stored in the byte after.
6732         Fix bounds checking to be more correct.
6733
6734 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6735
6736         * docs/plugins/Makefile.am:
6737         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6738         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6739         * ext/metadata/TODO:
6740         * ext/metadata/gstbasemetadata.c:
6741         * ext/metadata/gstbasemetadata.h:
6742         * ext/metadata/gstmetadatademux.c:
6743         * ext/metadata/gstmetadatademux.h:
6744         * ext/metadata/gstmetadatamux.c:
6745         * ext/metadata/gstmetadatamux.h:
6746         * ext/metadata/metadatatags.c:
6747           Add some documentation.
6748
6749 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6750
6751         * configure.ac:
6752         * ext/dts/gstdtsdec.c:
6753         Add support for building against libdca (with the libdts compat
6754         header). Fixes bug #511530.
6755
6756         Should probably be ported to libdca as some points as it's the
6757         successor of libdts.
6758
6759 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6760
6761         * sys/dvb/gstdvbsrc.c:
6762         Do not go on forever if problem with reading from dvr, rather
6763         return NULL.
6764         Handle some cleanup issues of closing filedescriptors when
6765         failing to tune or similar.
6766
6767 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6768
6769         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6770         * gst-plugins-bad.spec: update for latest changes
6771
6772 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6773
6774         * docs/plugins/Makefile.am:
6775         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6776         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6777         * gst/xingheader/gstxingmux.c:
6778         * gst/xingheader/gstxingmux.h:
6779         Add documentation for the xingheader plugin.
6780
6781         * tests/check/elements/xingmux.c: (GST_START_TEST):
6782         Set element state to PLAYING before doing something else.
6783
6784 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6785
6786         * tests/check/Makefile.am:
6787         * tests/check/elements/.cvsignore:
6788         * tests/check/elements/xingmux.c: (setup_xingmux),
6789         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6790         * tests/check/elements/xingmux_testdata.h:
6791         Add simple unit test for the xingmux element.
6792
6793         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6794         (gst_xing_mux_finalize), (xing_reset):
6795         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6796
6797 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6798
6799         * gst/mpegtsparse/gstmpegdesc.h:
6800         * gst/mpegtsparse/mpegtspacketizer.c:
6801         Parsed the satellite delivery system descriptor and
6802         added into nit's transport structure for delivery
6803         over the bus.
6804
6805 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6806
6807         * gst/mpegtsparse/mpegtspacketizer.c:
6808         Parsed and added network name to the nit structure sent
6809         in the bus message.
6810
6811 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6812
6813         * gst/mpegtsparse/mpegtspacketizer.c:
6814         Remove leaks introduced by not freeing g_strndup'd strings.
6815         Fix start_time and duration parsing in EIT.
6816
6817 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6818
6819         * gst/mpegtsparse/mpegtspacketizer.c:
6820         Add event name and description to the eit structure
6821         sent in the bus message.
6822
6823 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6824
6825         * gst/mpegtsparse/mpegtsparse.c:
6826         Revert const removal from previous commit.
6827
6828 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6829
6830         * gst/mpegtsparse/Makefile.am:
6831         * gst/mpegtsparse/gstmpegdesc.c:
6832         * gst/mpegtsparse/gstmpegdesc.h:
6833         * gst/mpegtsparse/mpegtspacketizer.c:
6834         * gst/mpegtsparse/mpegtsparse.c:
6835         Added descriptor searching infrastructure from Fluendo TS demuxer.
6836         Add channel name and provider to the sdt structure sent in the
6837         bus message.
6838
6839 2008-01-22  Julien Moutte  <julien@fluendo.com>
6840
6841         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6842         Parse NAL units in forward mode to mark delta units flags.
6843
6844 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6845
6846         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6847         * docs/plugins/gst-plugins-bad-plugins.args:
6848         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6849         * docs/plugins/inspect/plugin-musepack.xml:
6850           Regenerate.
6851   
6852         * docs/plugins/inspect/plugin-tremor.xml:
6853           Add vorbisidec aka trmor.
6854
6855         * ext/dc1394/gstdc1394.c:
6856           Add short description.
6857
6858 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6859
6860         * docs/plugins/Makefile.am:
6861           Add missing eol \
6862
6863         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6864           Place object names to standard sectionas plugin dont document those.
6865
6866         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6867         * docs/plugins/gst-plugins-bad-plugins.args:
6868         * docs/plugins/gst-plugins-bad-plugins.signals:
6869         * docs/plugins/inspect/plugin-dvb.xml:
6870         * docs/plugins/inspect/plugin-nuvdemux.xml:
6871           regenerate.
6872           
6873         * ext/ivorbis/vorbisdec.c:
6874         * ext/ivorbis/vorbisdec.h:
6875           Mark private vars and add short desc.
6876
6877         * ext/mythtv/gstmythtvsrc.c:
6878         * ext/theora/theoradec.c:
6879           Add short desc.
6880
6881 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6882
6883         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6884         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6885         * gst/nuvdemux/gstnuvdemux.c:
6886           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
6887           it actually is.
6888
6889 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6890
6891         * docs/plugins/Makefile.am:
6892         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6893         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6894           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
6895           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
6896
6897         * docs/plugins/inspect/plugin-gstinterlace.xml:
6898         * docs/plugins/inspect/plugin-rawparse.xml
6899         * docs/plugins/inspect/plugin-videoparse.xml:
6900           Replace videoparse with rawparse.
6901
6902         * gst/dvdspu/gstdvdspu.h:
6903           Help gtk-doc to recognize the object struct.
6904
6905 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6906
6907         * gst/librfb/rfbdecoder.c:
6908         * gst/librfb/rfbdecoder.h:
6909           Don't use gtk-doc comment style for non gtk-doc comments.
6910           Make one static function static.
6911
6912 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
6913
6914         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
6915
6916         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
6917         (gst_deinterlace_init), (gst_deinterlace_set_caps),
6918         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
6919         (gst_deinterlace_get_property):
6920         * gst/deinterlace/gstdeinterlace.h:
6921         Provide 4:2:2 support
6922         Also deinterlace chroma planes
6923         Allow to turn on/off deinterlacing
6924         Change of default thresholds, in order to provide acceptable results
6925         with default params. Fixes #511001.
6926
6927 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6928
6929         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6930           Update docs file too.
6931
6932 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6933
6934         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
6935         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
6936           (subpic_sink_factory), (gst_dvd_spu_base_init),
6937           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
6938           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
6939           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
6940           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
6941           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
6942           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
6943           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
6944           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
6945           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
6946           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
6947           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
6948           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
6949           (gst_dvd_spu_plugin_init):
6950         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
6951           Fix up dvdspu element again after previous namespace mangling:
6952           rename debug category variable to old name, matching that in
6953           dvdspu-render.c, to avoid undefined symbol error when loading
6954           the module; same for the _render function in dvdspu-render.c:
6955           we must use the same name in both .c files; change functions
6956           now called gstgst_* back to gst_* again; and while we're at it,
6957           we may as well canonicalise the namespace properly, namely to
6958           gst_dvd_spu_*.
6959
6960 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6961
6962         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6963         * ext/theora/theoradec.c:
6964         * ext/theora/theoradec.h:
6965           Coherent namespace usage and adding symbold from unused to sections.
6966
6967 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6968
6969         * docs/plugins/Makefile.am:
6970         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6971           Add symbols from -unused.txt to the right place.
6972
6973         * gst/dvdspu/gstdvdspu.c:
6974         * gst/dvdspu/gstdvdspu.h:
6975           Coherent namespace usage.
6976
6977         * gst/spectrum/gstspectrum.c:
6978           Fix broken XML fragment in doc snippet even more.
6979
6980 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6981
6982         * docs/plugins/Makefile.am:
6983           Update include list.
6984
6985         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6986           Update xml includes.
6987
6988         * docs/plugins/inspect/plugin-alsaspdif.xml:
6989         * docs/plugins/inspect/plugin-amrwb.xml:
6990         * docs/plugins/inspect/plugin-bayer.xml:
6991         * docs/plugins/inspect/plugin-bz2.xml:
6992         * docs/plugins/inspect/plugin-cdxaparse.xml:
6993         * docs/plugins/inspect/plugin-dtsdec.xml:
6994         * docs/plugins/inspect/plugin-dvbsrc.xml:
6995         * docs/plugins/inspect/plugin-dvdspu.xml:
6996         * docs/plugins/inspect/plugin-equalizer.xml:
6997         * docs/plugins/inspect/plugin-faac.xml:
6998         * docs/plugins/inspect/plugin-faad.xml:
6999         * docs/plugins/inspect/plugin-fbdevsink.xml:
7000         * docs/plugins/inspect/plugin-festival.xml:
7001         * docs/plugins/inspect/plugin-filter.xml:
7002         * docs/plugins/inspect/plugin-flvdemux.xml:
7003         * docs/plugins/inspect/plugin-freeze.xml:
7004         * docs/plugins/inspect/plugin-gsm.xml:
7005         * docs/plugins/inspect/plugin-gstinterlace.xml:
7006         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
7007         * docs/plugins/inspect/plugin-h264parse.xml:
7008         * docs/plugins/inspect/plugin-interleave.xml:
7009         * docs/plugins/inspect/plugin-ladspa.xml:
7010         * docs/plugins/inspect/plugin-metadata.xml:
7011         * docs/plugins/inspect/plugin-modplug.xml:
7012         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
7013         * docs/plugins/inspect/plugin-mpegtsparse.xml:
7014         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
7015         * docs/plugins/inspect/plugin-musicbrainz.xml:
7016         * docs/plugins/inspect/plugin-mve.xml:
7017         * docs/plugins/inspect/plugin-nsfdec.xml:
7018         * docs/plugins/inspect/plugin-nuvdemux.xml:
7019         * docs/plugins/inspect/plugin-qtdemux.xml:
7020         * docs/plugins/inspect/plugin-quicktime.xml:
7021         * docs/plugins/inspect/plugin-real.xml:
7022         * docs/plugins/inspect/plugin-replaygain.xml:
7023         * docs/plugins/inspect/plugin-sdl.xml:
7024         * docs/plugins/inspect/plugin-sdp.xml:
7025         * docs/plugins/inspect/plugin-spectrum.xml:
7026         * docs/plugins/inspect/plugin-speed.xml:
7027         * docs/plugins/inspect/plugin-speexresample.xml:
7028         * docs/plugins/inspect/plugin-stereo.xml:
7029         * docs/plugins/inspect/plugin-switch.xml:
7030         * docs/plugins/inspect/plugin-timidity.xml:
7031         * docs/plugins/inspect/plugin-tta.xml:
7032         * docs/plugins/inspect/plugin-videocrop.xml:
7033         * docs/plugins/inspect/plugin-videoparse.xml:
7034         * docs/plugins/inspect/plugin-videosignal.xml:
7035         * docs/plugins/inspect/plugin-vmnc.xml:
7036         * docs/plugins/inspect/plugin-wildmidi.xml:
7037         * docs/plugins/inspect/plugin-x264.xml:
7038         * docs/plugins/inspect/plugin-xingheader.xml:
7039         * docs/plugins/inspect/plugin-xvid.xml:
7040         * docs/plugins/inspect/plugin-y4menc.xml:
7041           Regenerate files.
7042
7043         * gst/spectrum/gstspectrum.c:
7044           Fix broken XML fragment in doc snippet.
7045
7046         * tests/check/elements/.cvsignore:
7047           Add test binary to ignores.
7048
7049 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7050
7051         * gst/h264parse/gsth264parse.c:
7052           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
7053
7054 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
7055
7056         Patch by: Wouter Cloetens <wouter at mind dot be>
7057
7058         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
7059         Report the size of the stream as the total size instead of
7060         the remaining Content-Length, which is wrong after a seek.
7061
7062 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7063
7064         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
7065         (gst_raw_parse_loop):
7066         Handle framesizes > 4096 with multiple frames per buffer correctly
7067         in pull mode and handle short reads better.
7068         Also put offset and offset_end on outgoing buffers.
7069
7070 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7071
7072         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
7073         Improve handling of unknown or too small upstream sizes in
7074         pull mode.
7075
7076 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7077
7078         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
7079         (gst_raw_parse_handle_seek_push):
7080         Improve debugging a bit and for handling multiple frames per buffer
7081         in pull mode choose the next smallest multiply of framesize below
7082         4096 instead of always handling 1024 frames.
7083
7084 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7085
7086         Patch by: Wouter Cloetens <wouter at mind dot be>
7087
7088         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
7089         Correctly set duration on the GstBaseSrc segment when we know it
7090         to fix failing the duration query.
7091
7092 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
7093
7094         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
7095         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
7096         Set timestamps more correctly.
7097
7098 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7099
7100         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
7101         (gst_raw_parse_init), (gst_raw_parse_reset),
7102         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
7103         (gst_raw_parse_chain), (gst_raw_parse_loop),
7104         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
7105         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
7106         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
7107         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
7108         * gst/rawparse/gstrawparse.h:
7109         Implement pull mode.
7110
7111 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7112
7113         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
7114         Fix memory leak spotted by the unit test.
7115
7116 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7117
7118         * tests/check/Makefile.am:
7119         Enable spectrum test again.
7120
7121         * tests/check/gst-plugins-bad.supp:
7122         Add suppressions for a singleton in GIO that can't be freed.
7123
7124 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7125
7126         * tests/check/Makefile.am:
7127         * tests/check/elements/.cvsignore:
7128         * tests/check/elements/equalizer.c: (setup_equalizer),
7129         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
7130         Add some minimal tests for the equalizer plugin.
7131
7132 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7133
7134         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
7135         Unparent all bands from the equalizer when finalizing to stop
7136         leaking them.
7137
7138 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7139
7140         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
7141         Add support for WebDAV.
7142
7143 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7144
7145         Patch by: Wouter Cloetens <wouter at mind dot be>
7146
7147         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
7148         (gst_souphttp_src_init), (gst_souphttp_src_create),
7149         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
7150         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
7151         * ext/soup/gstsouphttpsrc.h:
7152         Add support for seeking to souphttpsrc. Fixes bug #502335.
7153
7154 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
7155
7156         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
7157         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
7158         (gst_h264_parse_find_start_reverse),
7159         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
7160         * gst/h264parse/gsth264parse.h:
7161         Improve debugging.
7162         Fix buffer splitting at sync codes and leftover buffer after
7163         scanning.
7164
7165 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
7166
7167         * ext/metadata/TODO:
7168         * ext/metadata/metadataexif.c:
7169         * ext/metadata/metadataxmp.c:
7170           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
7171
7172 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
7173
7174         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
7175         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
7176         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
7177         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
7178         (gst_h264_parse_init), (gst_h264_parse_set_property),
7179         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
7180         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
7181         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
7182         (gst_h264_parse_find_start_reverse),
7183         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
7184         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
7185         * gst/h264parse/gsth264parse.h:
7186         Add reverse playback support for containers that don't know how to
7187         properly send data between I-frames.
7188
7189 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
7190
7191         * configure.ac:
7192         * tests/check/pipelines/gio.c: (GST_START_TEST):
7193         Update for API changes in GIO and require GIO 2.15.2 for this.
7194
7195 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7196
7197         * gst/xingheader/gstxingmux.c: (generate_xing_header):
7198         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
7199         of 0xfe.
7200
7201 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7202
7203         * gst/xingheader/gstxingmux.c: (generate_xing_header):
7204         Remove accidentially leftover debug printf.
7205
7206 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7207
7208         * gst/xingheader/gstxingmux.c: (has_xing_header),
7209         (generate_xing_header), (gst_xing_mux_chain),
7210         (gst_xing_mux_sink_event):
7211         Choose smallest possible frame size for the Xing header, properly
7212         set the timestamp, duration and offset on the outgoing buffers,
7213         only send NEWSEGMENT events in BYTE format downstream and also
7214         drop VBRI headers if already existing.
7215
7216 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
7217
7218         * gst/xingheader/Makefile.am:
7219         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
7220         (has_xing_header), (generate_xing_header),
7221         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
7222         (gst_xing_mux_init), (gst_xing_mux_chain),
7223         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
7224         * gst/xingheader/gstxingmux.h:
7225         Major cleanup and rewrite of xingmux with less bugs and new features:
7226         - Handles other layers as 3
7227         - Write TOC
7228
7229 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
7230
7231         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
7232           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
7233           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
7234           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
7235           (test_buffer_square_int16_stereo):
7236         * tests/check/elements/rglimiter.c: (create_test_buffer):
7237         * tests/check/elements/rgvolume.c: (test_buffer_new):
7238           It's "endianness", not "endianess". Fixes unit tests.
7239
7240 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7241
7242         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7243         If we find the caps in the cache, use it to parse the clock-rate instead
7244         of returning an error. Fixes a TODO as found by Youness Alaoui.
7245
7246 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7247
7248         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
7249
7250         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7251         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
7252         (rtp_session_set_process_rtp_callback),
7253         (rtp_session_set_send_rtp_callback),
7254         (rtp_session_set_send_rtcp_callback),
7255         (rtp_session_set_sync_rtcp_callback),
7256         (rtp_session_set_clock_rate_callback),
7257         (rtp_session_set_reconsider_callback), (source_push_rtp),
7258         (source_clock_rate), (rtp_session_process_bye),
7259         (rtp_session_process_rtcp), (rtp_session_send_bye),
7260         (rtp_session_on_timeout):
7261         * gst/rtpmanager/rtpsession.h:
7262         Make it possible to use different user_data for each of the callbacks.
7263         Fixes #508587.
7264
7265 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7266
7267         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
7268         Small meaningless cleanup.
7269
7270         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
7271         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
7272         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
7273         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
7274         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
7275         * gst/mpegvideoparse/mpegvideoparse.h:
7276         Track segment events.
7277         Do the first part of reverse playback by sending data between two
7278         I-frames to the decoder.
7279
7280 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7281
7282         * gst/rtpmanager/gstrtpbin.c:
7283         Fix documentation for latest patch
7284
7285 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7286
7287         * gst/rtpmanager/gstrtpbin.c:
7288         Allow request_new_pad with name NULL (bug #508515)
7289
7290 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
7291
7292         * autogen.sh:
7293           Add -Wno-portability to the automake parameters to stop warnings
7294           about GNU make extensions being used. We require GNU make in almost
7295           every Makefile anyway.
7296           
7297         * configure.ac:
7298           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
7299           at the same time is required for per target flags.
7300
7301 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
7302
7303         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
7304         Don't set fixed caps, we can basically do everything the upsteam peer
7305         pad can renegotiate to. Fixes #507940.
7306
7307 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
7308
7309         * Makefile.am:
7310           Include lcov.mak to allow building coverage reports. Add top-level
7311           check targets similar to other gst packages.
7312
7313 2008-01-06  David Schleef  <ds@schleef.org>
7314
7315         * ext/directfb/Makefile.am:
7316           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
7317         * ext/directfb/dfbvideosink.c:
7318           Getting tired of directfb's chatter.  Quiet it.
7319
7320 2008-01-06  David Schleef  <ds@schleef.org>
7321
7322         Patch by: Sean D'Epagnier <sean@depagnier.com>
7323
7324         * configure.ac:
7325         * sys/Makefile.am:
7326         * sys/fbdev/Makefile.am:
7327         * sys/fbdev/gstfbdevsink.c:
7328         * sys/fbdev/gstfbdevsink.h:
7329           Add fbdev-based video sink.  Linux-only.  See bug #506549.
7330
7331 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
7332
7333         * configure.ac:
7334         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7335         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
7336         Update to GMemoryInputStream API changes in GLib SVN and require
7337         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
7338         We can also report the duration for every GSeekable, not only
7339         GFileInputStream and GMemoryInputStream.
7340
7341 2008-01-05  David Schleef  <ds@schleef.org>
7342
7343         * sys/glsink/glimagesink.c:
7344         * sys/glsink/glimagesink.h:
7345         * sys/glsink/gstglbuffer.h:
7346         * sys/glsink/gstgldisplay.c:
7347         * sys/glsink/gstgldisplay.h:
7348         * sys/glsink/gstglupload.c:
7349           Handle xoverlay exposes correctly.  This means glimagesink works
7350           correctly most of the time in totem (fullscreening being an
7351           execption).  Doesn't handle expose events directly to the GL
7352           window.
7353
7354 2008-01-05  David Schleef  <ds@schleef.org>
7355
7356         * sys/glsink/glextensions.c:
7357         * sys/glsink/glextensions.h:
7358         * sys/glsink/glimagesink.c:
7359         * sys/glsink/glimagesink.h:
7360         * sys/glsink/gstgldisplay.c:
7361         * sys/glsink/gstgldisplay.h:
7362         * sys/glsink/gstopengl.c:
7363           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
7364           vblank synchronization.  Remove unused code.
7365
7366 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
7367
7368         * gst/rtpmanager/gstrtpjitterbuffer.c:
7369         (gst_rtp_jitter_buffer_loop):
7370         Don't unref the popped buffer when we don't have ownership.
7371         Fixes #507020.
7372
7373 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7374
7375         * gst/mpegtsparse/Makefile.am:
7376         * gst/mpegtsparse/flutspatinfo.c:
7377         * gst/mpegtsparse/flutspatinfo.h:
7378         * gst/mpegtsparse/flutspmtinfo.c:
7379         * gst/mpegtsparse/flutspmtinfo.h:
7380         * gst/mpegtsparse/flutspmtstreaminfo.c:
7381         * gst/mpegtsparse/flutspmtstreaminfo.h:
7382         Remove no longer needed files.
7383
7384 2008-01-02  David Schleef  <ds@schleef.org>
7385
7386         * tests/check/Makefile.am:
7387           Disable vcdsrc in states test because it takes too much time
7388           to get to PLAYING if it can find a device.
7389
7390 2007-12-31  David Schleef  <ds@schleef.org>
7391
7392         * ext/musicbrainz/gsttrm.c:
7393           Don't emit signiture when going to READY, because it might
7394           not be ready.
7395         * ext/nas/nassink.c:
7396           Remove useless call that sleeps for 5 seconds.  Yup, it calls
7397           sleep(1) 5 times.  Go NAS.
7398         * gst/librfb/gstrfbsrc.c:
7399         * gst/librfb/rfbdecoder.c:
7400           Initialize our debug categories properly.
7401         * gst/rawparse/gstrawparse.c:
7402           Don't register element details for a non-element.  Be much more
7403           rude when subclass doesn't set a pad template (assert!).  Don't
7404           unref the pad template; we don't own it.
7405         * gst/videosignal/gstvideoanalyse.c:
7406           Initialize debug category.
7407         * tests/check/Makefile.am:
7408           Ignore nassink element in tests because it has unavoidable
7409           long timeouts.
7410
7411 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7412
7413         * gst/rtpmanager/gstrtpssrcdemux.c:
7414         (gst_rtp_ssrc_demux_change_state):
7415         Don't clean up pads when going to PAUSED.
7416
7417 2007-12-30  David Schleef  <ds@schleef.org>
7418
7419         * configure.ac:
7420         * sys/glsink/Makefile.am:
7421           Switch to using pkgconfig to detect libGL.  Since we use
7422           recent features added to Mesa, there's no point in adding
7423           a check for pre-pkgconfig versions.
7424
7425 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7426
7427         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
7428         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
7429         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
7430         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
7431         Fix 'xyz may be used uninitialized' compiler warnings caused
7432         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7433         abort() in any case but properly report the error.
7434
7435 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7436
7437         * configure.ac:
7438         * ext/gio/gstgio.c:
7439         * ext/gio/gstgio.h:
7440         * ext/gio/gstgiobasesink.h:
7441         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7442         * ext/gio/gstgiobasesrc.h:
7443         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
7444         * ext/gio/gstgiosink.h:
7445         * ext/gio/gstgiosrc.h:
7446         * ext/gio/gstgiostreamsink.h:
7447         * ext/gio/gstgiostreamsrc.h:
7448         * tests/check/pipelines/gio.c:
7449         Update to latest API changes in GLib/GIO and require at least
7450         gio-2.0 2.15.0 for this.
7451         
7452         * ext/gio/Makefile.am:
7453         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
7454
7455 2007-12-28  David Schleef  <ds@schleef.org>
7456
7457         * configure.ac:
7458         * sys/glsink/glextensions.c:
7459         * sys/glsink/glextensions.h:
7460         * sys/glsink/glimagesink.c:
7461         * sys/glsink/glimagesink.h:
7462         * sys/glsink/gstglbuffer.c:
7463         * sys/glsink/gstglbuffer.h:
7464         * sys/glsink/gstglconvert.c:
7465         * sys/glsink/gstgldisplay.c:
7466         * sys/glsink/gstgldisplay.h:
7467         * sys/glsink/gstgldownload.c:
7468         * sys/glsink/gstglfilter.c:
7469         * sys/glsink/gstglfilter.h:
7470         * sys/glsink/gstglfilterexample.c:
7471         * sys/glsink/gstgltestsrc.c:
7472         * sys/glsink/gstglupload.c:
7473           Major cleanup of code.  Convert glupload to BaseTransform.
7474           Handle caps negotiation mostly correctly.  Reenable in build.
7475
7476 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
7477
7478         * ext/soup/Makefile.am:
7479         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
7480           (gst_souphttp_src_unicodify), (soup_got_headers):
7481           Use gst_tag_freeform_string_to_utf8() and post radio station
7482           info as tags on the bus.
7483
7484 2007-12-26  David Schleef  <ds@schleef.org>
7485
7486         * sys/glsink/glimagesink.c:
7487         * sys/glsink/gstglupload.c:
7488           Change glimagesink over to using GL buffers.  This breaks
7489           glimagesink for normal operation, but should be fixed soon.
7490
7491 2007-12-26  David Schleef  <ds@schleef.org>
7492
7493         * sys/glsink/gltestsrc.c:
7494         * sys/glsink/gstglbuffer.c:
7495         * sys/glsink/gstglbuffer.h:
7496         * sys/glsink/gstgldownload.c:
7497         * sys/glsink/gstglfilter.c:
7498         * sys/glsink/gstglfilterexample.c:
7499         * sys/glsink/gstgltestsrc.c:
7500         * sys/glsink/gstglupload.c:
7501           Convert gldownload to BaseTransform.  Make glfilterexample
7502           visually interesting.  Add support for various formats to
7503           downloading.  Fix a few places where we leak GL state to
7504           other elements (bad, but hard to prevent).
7505
7506 2007-12-26  David Schleef  <ds@schleef.org>
7507
7508         * sys/glsink/BUGS:
7509         * sys/glsink/Makefile.am:
7510         * sys/glsink/gstglbuffer.c:
7511         * sys/glsink/gstglbuffer.h:
7512         * sys/glsink/gstglconvert.c:
7513         * sys/glsink/gstgldisplay.c:
7514         * sys/glsink/gstglfilter.c:
7515         * sys/glsink/gstglfilter.h:
7516         * sys/glsink/gstglfilterexample.c:
7517         * sys/glsink/gstgltestsrc.c:
7518         * sys/glsink/gstglupload.c:
7519         * sys/glsink/gstopengl.c:
7520           Remove code that handles non-texture buffers.  Add a
7521           GstGLBufferFormat type that corresponds to how to use the
7522           texture, not the original video format.  Convert gstflfilter.c
7523           into a base class, add glfilterexample and glconvert elements.
7524         * sys/glsink/color_matrix.c:
7525           Minor ramblings about color conversion matrices.
7526
7527 2007-12-24  David Schleef  <ds@schleef.org>
7528
7529         * sys/glsink/Makefile.am:
7530         * sys/glsink/gltestsrc.c:
7531         * sys/glsink/gltestsrc.h:
7532         * sys/glsink/gstgldisplay.c:
7533         * sys/glsink/gstgldownload.c:
7534         * sys/glsink/gstglfilter.c:
7535         * sys/glsink/gstgltestsrc.c:
7536         * sys/glsink/gstgltestsrc.h:
7537         * sys/glsink/gstglupload.c:
7538         * sys/glsink/gstopengl.c:
7539           Add gltestsrc element, a duplicate of videotestsrc that uses
7540           GL rendering to create images.  More cleanup.
7541
7542 2007-12-24  David Schleef  <ds@schleef.org>
7543
7544         * sys/glsink/gstglbuffer.c:
7545         * sys/glsink/gstgldownload.c:
7546         * sys/glsink/gstglfilter.c:
7547           Clean up code.  Fix a few leaks.
7548
7549 2007-12-24  David Schleef  <ds@schleef.org>
7550
7551         * sys/glsink/Makefile.am:
7552         * sys/glsink/glimagesink.h:
7553         * sys/glsink/glvideo.c:
7554         * sys/glsink/glvideo.h:
7555         * sys/glsink/gstglbuffer.c:
7556         * sys/glsink/gstglbuffer.h:
7557         * sys/glsink/gstgldisplay.c:
7558         * sys/glsink/gstgldisplay.h:
7559           Rename glvideo.[ch] to gstgldisplay.[ch].
7560
7561 2007-12-24  David Schleef  <ds@schleef.org>
7562
7563         * sys/glsink/glimagesink.c:
7564         * sys/glsink/glimagesink.h:
7565         * sys/glsink/glvideo.c:
7566         * sys/glsink/glvideo.h:
7567         * sys/glsink/gstglbuffer.c:
7568         * sys/glsink/gstglbuffer.h:
7569         * sys/glsink/gstgldownload.c:
7570         * sys/glsink/gstglfilter.c:
7571         * sys/glsink/gstglupload.c:
7572           Rewrite a bunch of code to use textures as the intermediate
7573           instead of renderbuffers.  upload, download, filtering all
7574           work.
7575
7576 2007-12-23  David Schleef  <ds@schleef.org>
7577
7578         * gst/videoparse/Makefile.am:
7579         * gst/videoparse/README:
7580         * gst/videoparse/gstvideoparse.c:
7581           Remove videoparse element, because it was moved to gst/rawparse/
7582
7583 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7584
7585         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
7586         Always seek on frame boundaries, will produce nothing useful
7587         otherwise.
7588
7589 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7590
7591         * configure.ac:
7592         * gst/rawparse/Makefile.am:
7593         * gst/rawparse/README:
7594         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
7595         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
7596         (gst_audio_parse_class_init), (gst_audio_parse_init),
7597         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
7598         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
7599         * gst/rawparse/gstaudioparse.h:
7600         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
7601         (gst_raw_parse_class_init), (gst_raw_parse_init),
7602         (gst_raw_parse_dispose),
7603         (gst_raw_parse_class_set_src_pad_template),
7604         (gst_raw_parse_class_set_multiple_frames_per_buffer),
7605         (gst_raw_parse_reset), (gst_raw_parse_chain),
7606         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
7607         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
7608         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
7609         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
7610         (gst_raw_parse_is_negotiated):
7611         * gst/rawparse/gstrawparse.h:
7612         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
7613         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
7614         (gst_video_parse_class_init), (gst_video_parse_init),
7615         (gst_video_parse_set_property), (gst_video_parse_get_property),
7616         (gst_video_parse_format_to_fourcc),
7617         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
7618         * gst/rawparse/gstvideoparse.h:
7619         * gst/rawparse/plugin.c: (plugin_init):
7620         Add new plugin rawparse that contains a base class for raw data
7621         parsers and the two elements audioparse and videoparse that can
7622         be used to parse raw audio and video. These are inspired by the
7623         old videoparse element which the new rawparse plugin deprecates.
7624
7625 2007-12-21  David Schleef  <ds@schleef.org>
7626
7627         * sys/glsink/glextensions.c:
7628         * sys/glsink/glextensions.h:
7629         * sys/glsink/glvideo.c:
7630         * sys/glsink/glvideo.h:
7631         * sys/glsink/gstglbuffer.c:
7632         * sys/glsink/gstgldownload.c:
7633         * sys/glsink/gstglupload.c:
7634           A careful read of the documentation reveals that I can't use
7635           renderbuffers as textures.  Duh.  Checkpoint because I'm about
7636           to rewrite a bunch of code.
7637
7638 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
7639
7640         * ext/metadata/TODO:
7641         * ext/metadata/gstbasemetadata.c:
7642         * ext/metadata/gstbasemetadata.h:
7643         * ext/metadata/metadata.h:
7644         * ext/metadata/metadataiptc.c:
7645         * ext/metadata/metadatamuxjpeg.c:
7646         * ext/metadata/metadataparsejpeg.c:
7647         * ext/metadata/metadataparseutil.c:
7648           Some IPTC tags mapped.
7649
7650 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
7651
7652         * ext/metadata/Makefile.am:
7653         * ext/metadata/TODO:
7654         * ext/metadata/gstbasemetadata.c:
7655         * ext/metadata/gstbasemetadata.h:
7656         * ext/metadata/gstmetadatacommon.c:
7657         * ext/metadata/gstmetadatacommon.h:
7658         * ext/metadata/metadata.c:
7659         * ext/metadata/metadata.h:
7660           Removed gstmetadatacommon.
7661
7662 2007-12-20  David Schleef  <ds@schleef.org>
7663
7664         * sys/glsink/Makefile.am:
7665         * sys/glsink/glextensions.c:
7666         * sys/glsink/glextensions.h:
7667         * sys/glsink/glimagesink.c:
7668         * sys/glsink/glimagesink.h:
7669         * sys/glsink/glvideo.c:
7670         * sys/glsink/glvideo.h:
7671         * sys/glsink/gstglbuffer.c:
7672         * sys/glsink/gstglbuffer.h:
7673         * sys/glsink/gstgldownload.c:
7674         * sys/glsink/gstglfilter.c:
7675         * sys/glsink/gstglupload.c:
7676         * sys/glsink/gstopengl.c:
7677           Switch to using framebuffer_objects instead of GLXPixmaps,
7678           because that's what my driver supports.  Remove GLDrawable,
7679           since GstGLDisplay now has a default drawable and context.
7680
7681 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7682
7683         * gst/equalizer/.cvsignore:
7684         * gst/switch/.cvsignore:
7685           Ignore more.
7686
7687 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7688
7689         * ext/metadata/Makefile.am:
7690         * ext/metadata/TODO:
7691         * ext/metadata/gstbasemetadata.c:
7692         * ext/metadata/gstbasemetadata.h:
7693         * ext/metadata/gstmetadatacommon.c:
7694         * ext/metadata/gstmetadatacommon.h:
7695         * ext/metadata/gstmetadatademux.c:
7696         * ext/metadata/gstmetadatademux.h:
7697         * ext/metadata/gstmetadatamux.c:
7698         * ext/metadata/gstmetadatamux.h:
7699         * ext/metadata/metadata.c:
7700         * ext/metadata/metadata.h:
7701         * ext/metadata/metadataexif.c:
7702         * ext/metadata/metadataparsejpeg.c:
7703         * ext/metadata/metadataparsepng.c:
7704         * ext/metadata/metadatatags.c:
7705         * ext/metadata/metadatatags.h:
7706         * ext/metadata/test/metadata_editor.c:
7707           New base class for metadata elements.
7708
7709 2007-12-18  Andy Wingo  <wingo@pobox.com>
7710
7711         * gst/switch/gstswitch-marshal.list:
7712         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7713         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7714         (gst_selector_pad_get_property)
7715         (gst_selector_pad_get_running_time)
7716         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7717         (gst_segment_set_stop, gst_segment_set_start)
7718         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7719         (gst_stream_selector_push_pending_stop)
7720         (gst_stream_selector_switch): Change so that the signals and
7721         properties deal in running time, not buffer time. Document the
7722         signals more. Change uint64 in API to int64, to reflect what's in
7723         GstSegment.
7724
7725 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7726
7727         * Makefile.am:
7728           Include common/win32.mak for CRLF check of win32 project
7729           files (see #393626).
7730
7731         * configure.ac:
7732           Bump requirements to -base CVS for libgstvideo additions in
7733           glimagesink. Disable glimagesink until the missing files get
7734           checked in.
7735
7736 2007-12-17  David Schleef  <ds@schleef.org>
7737
7738         * sys/glsink/Makefile.am:
7739         * sys/glsink/glimagesink.c:
7740         * sys/glsink/glimagesink.h:
7741         * sys/glsink/glvideo.c:
7742         * sys/glsink/glvideo.h:
7743         * sys/glsink/gstopengl.c:
7744         * sys/glsink/gstglupload.c:
7745           Use new GstVideoFormat checked into -base.  Add new glupload
7746           element to upload raw video into a GLXPixbuf.  Untested.  Will
7747           likely crash your motorcycle if you try it.
7748         * sys/glsink/gstvideo-common.c:
7749         * sys/glsink/gstvideo-common.h:
7750           Remove.
7751
7752 2007-12-17  David Schleef  <ds@schleef.org>
7753
7754         * gst/multifile/gstmultifilesrc.c:
7755         * gst/multifile/gstmultifilesrc.h:
7756           When subsequent files are read, if the file doesn't exist, send
7757           an EOS instead of causing an error.
7758
7759 2007-12-17  Andy Wingo  <wingo@pobox.com>
7760
7761         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7762         a buffer is ignored, not NOT_LINKED. No sense in making a source
7763         element error out; at least fdsrc considers NOT_LINKED to be a
7764         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7765
7766         * gst/switch/gstswitch-marshal.list:
7767         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7768         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7769         (gst_stream_selector_block): Make the block() signal return the
7770         last stop time of the active pad. Patch 10/12.
7771
7772         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7773         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7774         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7775         pad property, not an element property.
7776         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7777         duration, not timestamp. Patch 9/12.
7778
7779         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7780         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7781         cond mechanism instead of blocked pads. Patch 8/12.
7782
7783         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7784
7785         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7786         (gst_selector_pad_chain, gst_stream_selector_init)
7787         (gst_stream_selector_dispose): Add infrastructure for new blocking
7788         mechanism that does not use gst_pad_set_blocked, which does not
7789         work on sink pads. Patch 7/12.
7790
7791         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7792         (gst_stream_selector_get_property): Add last-stop-time readable
7793         property. Patch 6/12.
7794
7795         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7796         state variables.
7797
7798         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7799         (gst_selector_pad_chain): Push any pending stop event.
7800         (gst_stream_selector_set_active_pad)
7801         (gst_stream_selector_set_property): Factor out setting the active
7802         pad to a function. Close the segment of the previous active pad if
7803         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7804         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7805
7806         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7807         the block() signal. This implementation will be replaced in future
7808         patches, however. Patch 4/12.
7809
7810         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7811         vmethod prototypes.
7812
7813         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7814         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7815         vmethod definitions. Patch 3/12.
7816
7817         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7818         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7819         `block' and `switch' signals.
7820
7821         * gst/switch/Makefile.am: 
7822         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7823         marshaller for the `switch' signal. Patch 2/12.
7824
7825         * gst/switch/gstswitch.h: 
7826         * gst/switch/gstswitch.c: Replace with files from
7827         gststreamselector.[ch], registered as the "switch" plugin, with
7828         "GstSwitch" types. Patch 1/12.
7829
7830 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7831
7832         * ext/metadata/TODO:
7833         * ext/metadata/gstmetadatademux.c:
7834         * ext/metadata/metadata.c:
7835         * ext/metadata/metadata.h:
7836         * ext/metadata/metadataparsejpeg.c:
7837         * ext/metadata/metadataparsejpeg.h:
7838         * ext/metadata/metadataparsepng.c:
7839         * ext/metadata/metadataparsepng.h:
7840         * ext/metadata/test/MetadataEditorMain.glade:
7841         * ext/metadata/test/metadata_editor.c:
7842           Added "parse-only" property to metadatademux.
7843
7844 2007-12-16  David Schleef  <ds@schleef.org>
7845
7846         * sys/glsink/glimagesink.c:
7847         * sys/glsink/glimagesink.h:
7848         * sys/glsink/glvideo.c:
7849         * sys/glsink/glvideo.h:
7850           Rename GLVideo* to GstGL*.
7851
7852 2007-12-15  David Schleef  <ds@schleef.org>
7853
7854         * sys/glsink/Makefile.am:
7855         * sys/glsink/glextensions.c:
7856         * sys/glsink/glextensions.h:
7857         * sys/glsink/glvideo.c:
7858           Add vblank synchronization.  Isn't really working on my
7859           driver. :(
7860
7861 2007-12-15  David Schleef  <ds@schleef.org>
7862
7863         * sys/glsink/Makefile.am:
7864         * sys/glsink/glimagesink.c:
7865         * sys/glsink/glvideo.c:
7866         * sys/glsink/glvideo.h:
7867         * sys/glsink/gstvideo-common.c:
7868         * sys/glsink/gstvideo-common.h:
7869           Add support for xRGB, xBGR, and AYUV.  Re-add support for
7870           power-of-2 textures.
7871
7872 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7873
7874         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
7875         (gst_video_parse_sink_event):
7876         Free the adapter on dispose and correctly reset on newsegment events.
7877
7878 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7879
7880         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
7881         (gst_video_parse_src_event), (gst_video_parse_src_query):
7882         Improve duration query by first asking upstream and if it can't handle
7883         the query try to get the duration in bytes from upstream and convert.
7884         For seeks, try if upstream handles this already first and do our
7885         conversion to byte format only if it doesn't and if we get a
7886         newsegment event in time format keep it and only do our conversions
7887         if the event has another format.
7888
7889 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7890
7891         * gst/videoparse/gstvideoparse.c:
7892         (gst_video_parse_format_get_type),
7893         (gst_video_parse_endianness_get_type),
7894         (gst_video_parse_class_init), (gst_video_parse_init),
7895         (gst_video_parse_set_property), (gst_video_parse_get_property),
7896         (gst_video_parse_format_to_fourcc),
7897         (gst_video_parse_update_block_size), (gst_video_parse_chain),
7898         (gst_video_parse_sink_event):
7899         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
7900         downstream elements downstream, not upstream.
7901
7902 2007-12-14  David Schleef  <ds@schleef.org>
7903
7904         * sys/glsink/gstvideo-common.c:
7905         * sys/glsink/gstvideo-common.h:
7906           Pull together some common raw video functions into one location.
7907           This should eventually move to -base.
7908         * sys/glsink/Makefile.am:
7909         * sys/glsink/glimagesink.c:
7910         * sys/glsink/glimagesink.h:
7911         * sys/glsink/glvideo.c:
7912         * sys/glsink/glvideo.h:
7913         * sys/glsink/gstopengl.c:
7914           Use the new video-common.h stuff.  Readd support for RGB video.
7915
7916 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
7917
7918         * ext/metadata/Makefile.am:
7919         * ext/metadata/TODO:
7920         * ext/metadata/gstmetadata.c:
7921         * ext/metadata/gstmetadatacommon.c:
7922         * ext/metadata/gstmetadatacommon.h:
7923         * ext/metadata/gstmetadatademux.c:
7924         * ext/metadata/gstmetadatademux.h:
7925         * ext/metadata/gstmetadatamux.c:
7926         * ext/metadata/gstmetadatamux.h:
7927         * ext/metadata/gstmetadataparse.c:
7928         * ext/metadata/gstmetadataparse.h:
7929         * ext/metadata/metadataexif.c:
7930         * ext/metadata/metadatatags.c:
7931         * ext/metadata/test/metadata_editor.c:
7932           Added new module for common functions. Using GST_TYPE_FRACTION for
7933           Exif (S)Rational types.
7934
7935 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7936
7937         * gst/mpegtsparse/mpegtspacketizer.c:
7938         * gst/mpegtsparse/mpegtspacketizer.h:
7939         Hash streams by pid again. Add a linked list inside each
7940         stream with a list of sub_tables. Fix multiple sections
7941         as it was borked with my last commit.
7942
7943 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
7944
7945         * sys/glsink/Makefile.am: add glvideo.h
7946         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
7947         * gst-plugins-bad.spec.in: add latest plugins
7948
7949 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7950
7951         * ext/metadata/TODO:
7952         * ext/metadata/gstmetadatamux.c:
7953         * ext/metadata/gstmetadataparse.c:
7954         * ext/metadata/metadata.c:
7955         * ext/metadata/metadata.h:
7956         * ext/metadata/metadataiptc.c:
7957         * ext/metadata/metadatamuxjpeg.c:
7958         * ext/metadata/metadatamuxjpeg.h:
7959         * ext/metadata/metadatamuxpng.c:
7960         * ext/metadata/metadatamuxpng.h:
7961         * ext/metadata/metadataparsejpeg.c:
7962         * ext/metadata/metadataparsejpeg.h:
7963         * ext/metadata/metadataparsepng.c:
7964         * ext/metadata/metadataparsepng.h:
7965         * ext/metadata/metadataparseutil.c:
7966         * ext/metadata/metadataparseutil.h:
7967         * ext/metadata/metadatatypes.h:
7968         * ext/metadata/metadataxmp.c:
7969           Code documentation.
7970
7971 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7972
7973         * configure.ac:
7974         * ext/metadata/Makefile.am:
7975         * ext/metadata/gstmetadatamux.c:
7976         * ext/metadata/gstmetadataparse.c:
7977         * ext/metadata/metadataexif.c:
7978         * ext/metadata/metadatatags.c:
7979         * ext/metadata/test/Makefile:
7980         * ext/metadata/test/MetadataEditorMain.glade:
7981         * ext/metadata/test/metadata_editor.c:
7982           Added a test application. Added some EXIF tags. Fixed a muxer bug.
7983
7984 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7985
7986         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7987           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
7988           Implement a query type function for the src pad, implement seeking
7989           and use ANY caps for the sink pad as the element doesn't care what
7990           caps the input has and everything is handled via properties.
7991
7992 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7993
7994         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
7995           (gst_video_parse_sink_event):
7996           Handle -1 values for the CONVERT query too.
7997
7998 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7999
8000         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
8001           Add YV12 to the pad templates as it is supported too and allow
8002           -1 as stop position for NEWSEGMENT events.
8003
8004 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8005
8006         * gst/videoparse/Makefile.am:
8007           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
8008
8009         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
8010           (gst_video_parse_set_property), (gst_video_parse_get_property):
8011           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
8012           gives a g_critical().
8013
8014 2007-12-12  David Schleef  <ds@schleef.org>
8015
8016         * gst/videoparse/README:
8017         * gst/videoparse/gstvideoparse.c:
8018           Add a bunch of features: handle format specification, handle
8019           queries and conversion.  Works much like a normal parser now.
8020
8021 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
8022
8023         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
8024         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
8025         (gst_rtp_pt_demux_change_state):
8026         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
8027         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
8028         (gst_rtp_ssrc_demux_change_state):
8029         Clean up the dynamic pads when going to READY.
8030
8031 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
8032
8033         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
8034         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
8035         (gst_rtp_bin_handle_message):
8036         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
8037         (rtp_session_send_bye):
8038         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
8039         Fix some leaks.
8040
8041 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
8042
8043         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
8044           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
8045           (gst_dtsdec_chain):
8046         * ext/dts/gstdtsdec.h:
8047           Add support for "audio/x-private1-dts" as used by flupsparse. Most
8048           changes adapted from a52dec.
8049
8050 2007-12-11  David Schleef  <ds@schleef.org>
8051
8052         * sys/glsink/Makefile.am:
8053         * sys/glsink/glimagesink.c:
8054         * sys/glsink/glvideo.c:
8055         * sys/glsink/glvideo.h:
8056           Split out gl-related code into a separate file with a
8057           sensible API.  Major cleanup.  Still crashes occasionally
8058           due to different threads touching bits at the same time.
8059
8060 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
8061
8062         Patch by: Wouter Cloetens <wouter at mind dot be>
8063
8064         * ext/soup/gstsouphttpsrc.c: (_do_init),
8065         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
8066         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
8067         (gst_souphttp_src_get_property), (unicodify),
8068         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
8069         (gst_souphttp_src_start), (gst_souphttp_src_stop),
8070         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
8071         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
8072         (soup_got_headers), (soup_got_body), (soup_finished),
8073         (soup_got_chunk), (soup_response), (soup_parse_status),
8074         (gst_souphttp_src_uri_get_type),
8075         (gst_souphttp_src_uri_get_protocols),
8076         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
8077         (gst_souphttp_src_uri_handler_init):
8078         * ext/soup/gstsouphttpsrc.h:
8079         Do not try to unpause I/O in the "queued" state.
8080         Reorganise a bunch of things and cleanups.
8081         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
8082         See #502335.
8083
8084 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
8085
8086         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
8087         Fix caps memleak.
8088
8089 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
8090
8091         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8092           (gst_flv_parse_tag_video):
8093           Don't strdup (and thus leak) codec name strings when passing
8094           them to gst_tag_list_add().
8095
8096 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
8097
8098         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
8099         (gst_rtp_bin_handle_message):
8100         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
8101         (on_ssrc_sdes):
8102         Post a message when the SDES infor changes for a source.
8103
8104         * gst/rtpmanager/rtpsession.c:
8105         * gst/rtpmanager/rtpsource.c:
8106         Update some comments.
8107
8108 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
8109
8110         Based on patch by: <mutex at runbox dot com>
8111
8112         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
8113         Forward the query upstream, the default element event handler does
8114         something different. Fixes #502879.
8115
8116 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
8117
8118         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
8119         (gst_rtp_bin_class_init):
8120         * gst/rtpmanager/gstrtpbin.h:
8121         * gst/rtpmanager/gstrtpclient.c:
8122         * gst/rtpmanager/gstrtpclient.h:
8123         * gst/rtpmanager/gstrtpjitterbuffer.h:
8124         * gst/rtpmanager/gstrtpmanager.c:
8125         * gst/rtpmanager/gstrtpptdemux.c:
8126         * gst/rtpmanager/gstrtpptdemux.h:
8127         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
8128         (gst_rtp_session_class_init), (gst_rtp_session_init):
8129         * gst/rtpmanager/gstrtpsession.h:
8130         * gst/rtpmanager/gstrtpssrcdemux.c:
8131         * gst/rtpmanager/gstrtpssrcdemux.h:
8132         * gst/rtpmanager/rtpjitterbuffer.c:
8133         * gst/rtpmanager/rtpjitterbuffer.h:
8134         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
8135         (on_ssrc_sdes), (rtp_session_process_sdes):
8136         * gst/rtpmanager/rtpsession.h:
8137         * gst/rtpmanager/rtpsource.c:
8138         * gst/rtpmanager/rtpsource.h:
8139         * gst/rtpmanager/rtpstats.c:
8140         * gst/rtpmanager/rtpstats.h:
8141         Add signal to notify of an SDES change.
8142         Fix object type in the signal callbacks.
8143
8144 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
8145
8146         * gst/rtpmanager/gstrtpbin.c: (create_session),
8147         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
8148         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
8149         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
8150         * gst/rtpmanager/gstrtpbin.h:
8151         Expose SDES items as properties and configure the session managers with
8152         them.
8153
8154         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
8155         (rtp_source_set_property):
8156         Fix SSRC property.
8157
8158 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
8159
8160         * gst/rtpmanager/gstrtpbin.c: (create_session):
8161         * gst/rtpmanager/rtpjitterbuffer.c:
8162         Update comment.
8163
8164         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
8165         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
8166         Define some GObject properties to set SDES and other configuration.
8167
8168         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
8169         (rtp_session_init), (rtp_session_finalize),
8170         (rtp_session_set_property), (rtp_session_get_property),
8171         (on_ssrc_sdes), (rtp_session_set_bandwidth),
8172         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
8173         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
8174         (rtp_session_get_sdes_string), (obtain_source),
8175         (rtp_session_get_internal_source), (rtp_session_process_sdes),
8176         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
8177         (is_rtcp_time):
8178         * gst/rtpmanager/rtpsession.h:
8179         Add signal when new SDES infor has been found for a source.
8180         Create properties for SDES and other info.
8181         Simplify the SDES API.
8182         Add method for getting the internal source object of the session.
8183
8184         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
8185         (rtp_source_finalize), (rtp_source_set_property),
8186         (rtp_source_get_property), (rtp_source_set_callbacks),
8187         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
8188         (rtp_source_is_as_csrc), (rtp_source_is_active),
8189         (rtp_source_is_validated), (rtp_source_is_sender),
8190         (rtp_source_received_bye), (rtp_source_get_bye_reason),
8191         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
8192         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
8193         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
8194         * gst/rtpmanager/rtpsource.h:
8195         Add GObject properties for various things.
8196         Don't leak the bye reason.
8197
8198 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
8199
8200         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8201         (gst_flv_parse_tag_video):
8202         Fix list of supported and known codecs.
8203         Emit tag with the codec name so it gets properly reported in totem and
8204         other applications.
8205
8206 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
8207
8208         * configure.ac:
8209         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
8210
8211 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8212
8213         * gst/equalizer/gstiirequalizer.c:
8214         (gst_iir_equalizer_transform_ip):
8215         Fix compilation.
8216
8217 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8218
8219         * gst/equalizer/gstiirequalizer.c:
8220         (gst_iir_equalizer_transform_ip):
8221         Don't process buffers in passthrough mode.
8222
8223 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8224
8225         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8226         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8227         The transform() methods are not called in passthrough mode so
8228         there's no need for checking if the element is in passthrough mode.
8229
8230 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8231
8232         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8233         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8234         Sync the GObject properties with the controller even in passthrough
8235         mode to get consistent property values.
8236
8237 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
8238
8239         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
8240           Mark crc values table as constant.
8241
8242 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
8243
8244         * ext/metadata/metadataexif.c:
8245         * ext/metadata/metadataiptc.c:
8246         * ext/metadata/metadatatags.c:
8247         * ext/metadata/metadatatags.h:
8248         * ext/metadata/metadataxmp.c:
8249           Added some tags to exif parser.
8250
8251 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8252
8253         * gst/mpegtsparse/mpegtspacketizer.c:
8254         * gst/mpegtsparse/mpegtsparse.c:
8255         A sub table is identified by the pair table_id and 
8256         sub_table_identifier, not by pid. So hash with that.
8257         * sys/dvb/dvbbasebin.c:
8258         Make sure initial pids are added properly to filter,
8259
8260 2007-12-05  Andy Wingo  <wingo@pobox.com>
8261
8262         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
8263         buffers from app thread when unsetting `queue-buffers', it's
8264         dangerous and the chain function will do it for us anyway.
8265
8266 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8267
8268         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
8269         (metadatamux_jpeg_lazy_update):
8270         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
8271         (metadataparse_jpeg_reading):
8272           Now compiles even when libiptc is missing.
8273
8274 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8275
8276         * ext/metadata/gstmetadatamux.c:
8277         * ext/metadata/gstmetadatamux.h:
8278         * ext/metadata/gstmetadataparse.c:
8279         * ext/metadata/gstmetadataparse.h:
8280         * ext/metadata/metadata.c:
8281         * ext/metadata/metadata.h:
8282         * ext/metadata/metadatamuxjpeg.c:
8283         * ext/metadata/metadatamuxjpeg.h:
8284         * ext/metadata/metadatamuxpng.c:
8285         * ext/metadata/metadatamuxpng.h:
8286           Fixed element properties and now muxer writes to png also.
8287
8288 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8289
8290         * gst/mpegtsparse/Makefile.am:
8291         * gst/mpegtsparse/mpegtspacketizer.c:
8292         * gst/mpegtsparse/mpegtsparse.c:
8293         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
8294         messages.
8295         * sys/dvb/dvbbasebin.c:
8296         Instead of attaching to signals, use the bus messages.
8297         Also fix up so the dvbsrc starts only outputting the info tables
8298         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
8299
8300 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
8301
8302         * ext/metadata/gstmetadatamux.c:
8303         * ext/metadata/gstmetadatamux.h:
8304         * ext/metadata/metadataexif.c:
8305         * ext/metadata/metadataexif.h:
8306         * ext/metadata/metadataiptc.c:
8307         * ext/metadata/metadataiptc.h:
8308         * ext/metadata/metadatamuxjpeg.c:
8309         * ext/metadata/metadataxmp.c:
8310         * ext/metadata/metadataxmp.h:
8311           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
8312           implemets GstTagSetter interface.
8313
8314 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
8315
8316         * gst/librfb/rfbdecoder.c:
8317                 Should fix the 64-bit build
8318
8319 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8320
8321         * ext/metadata/gstmetadatamux.c:
8322         * ext/metadata/gstmetadatamux.h:
8323         * ext/metadata/gstmetadataparse.c:
8324         * ext/metadata/gstmetadataparse.h:
8325         * ext/metadata/metadataexif.c:
8326         * ext/metadata/metadataexif.h:
8327         * ext/metadata/metadataiptc.c:
8328         * ext/metadata/metadataiptc.h:
8329         * ext/metadata/metadatamuxjpeg.c:
8330         * ext/metadata/metadatamuxpng.c:
8331         * ext/metadata/metadataparsejpeg.c:
8332         * ext/metadata/metadataparsepng.c:
8333         * ext/metadata/metadataxmp.c:
8334         * ext/metadata/metadataxmp.h:
8335           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
8336
8337 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8338
8339         * gst/librfb/rfbdecoder.c:
8340         * gst/librfb/rfbdecoder.h:
8341                 Add CoRRE encoding
8342
8343 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8344
8345         * gst/mpegtsparse/mpegtsparse.c:
8346         CRC check the psi pids. CRC checking code relicenced from MPL.
8347         Thanks Fluendo.
8348
8349 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8350
8351         * ext/metadata/Makefile.am:
8352         * ext/metadata/gstmetadatamux.c:
8353         * ext/metadata/gstmetadatamux.h:
8354         * ext/metadata/gstmetadataparse.c:
8355         * ext/metadata/metadata.c:
8356         * ext/metadata/metadata.h:
8357         * ext/metadata/metadatamuxjpeg.c:
8358         * ext/metadata/metadatamuxjpeg.h:
8359         * ext/metadata/metadatamuxpng.c:
8360         * ext/metadata/metadatamuxpng.h:
8361         * ext/metadata/metadataparsejpeg.c:
8362         * ext/metadata/metadataparsejpeg.h:
8363         * ext/metadata/metadataparsepng.c:
8364         * ext/metadata/metadataparsepng.h:
8365         * ext/metadata/metadatatypes.c:
8366         * ext/metadata/metadatatypes.h:
8367           Fixed get_range bug when injecting and stripping. And mux is almost
8368           done now.
8369
8370 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8371
8372         * gst/librfb/rfbdecoder.c:
8373                 Use glib macro for swapping
8374
8375 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
8376
8377         * gst/librfb/gstrfbsrc.c:
8378         * gst/librfb/rfbdecoder.c:
8379         * gst/librfb/rfbdecoder.h:
8380                 Disable CopyRect encoding by default
8381                 Add RRE encoding
8382
8383 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8384
8385         Patch by: Wouter Cloetens <wouter at mind dot be>
8386
8387         * configure.ac:
8388         Bump libsoup requirement as libsoup does not support async client
8389         operation prior to version 2.2.104 and it has some leaks.
8390
8391         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
8392         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8393         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
8394         (gst_souphttp_src_start), (gst_souphttp_src_stop),
8395         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
8396         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
8397         (soup_finished), (soup_got_chunk), (soup_response),
8398         (soup_session_close):
8399         * ext/soup/gstsouphttpsrc.h:
8400         Implement unlock().
8401         Picks up the size from the Content-Length header and emit a duration
8402         message.
8403         Don't leak the GMainContext object.
8404         Fixes #500099.
8405
8406 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8407
8408         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8409         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
8410         (alsaspdifsink_find_pcm_device):
8411         Don't free uninitialized data when we are in error.
8412
8413 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8414
8415         * ext/metadata/gstmetadatamux.c:
8416         * ext/metadata/gstmetadataparse.c:
8417         * ext/metadata/metadataexif.c:
8418         * ext/metadata/metadataexif.h:
8419         * ext/metadata/metadataiptc.c:
8420         * ext/metadata/metadataiptc.h:
8421         * ext/metadata/metadatatags.c:
8422         * ext/metadata/metadatatags.h:
8423         * ext/metadata/metadataxmp.c:
8424         * ext/metadata/metadataxmp.h:
8425           Sending make and model individual tags and muxer now links fine.
8426
8427 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8428
8429         * ext/metadata/Makefile.am:
8430         * ext/metadata/gstmetadata.c:
8431         * ext/metadata/gstmetadatamux.c:
8432         * ext/metadata/gstmetadatamux.h:
8433         * ext/metadata/gstmetadataparse.c:
8434         * ext/metadata/gstmetadataparse.h:
8435         * ext/metadata/metadata.c:
8436         * ext/metadata/metadata.h:
8437         * ext/metadata/metadataexif.c:
8438         * ext/metadata/metadataexif.h:
8439         * ext/metadata/metadataiptc.c:
8440         * ext/metadata/metadataiptc.h:
8441         * ext/metadata/metadataparse.c:
8442         * ext/metadata/metadataparse.h:
8443         * ext/metadata/metadataparseexif.c:
8444         * ext/metadata/metadataparseexif.h:
8445         * ext/metadata/metadataparseiptc.c:
8446         * ext/metadata/metadataparseiptc.h:
8447         * ext/metadata/metadataparsexmp.c:
8448         * ext/metadata/metadataparsexmp.h:
8449         * ext/metadata/metadatatags.c:
8450         * ext/metadata/metadatatags.h:
8451         * ext/metadata/metadataxmp.c:
8452         * ext/metadata/metadataxmp.h:
8453           Small fixes in get_range and better structure for generic muxer and
8454           demuxer.
8455
8456 2007-11-26  Julien Moutte  <julien@fluendo.com>
8457
8458         * configure.ac: Add QuickTime Wrapper plug-in.
8459         * gst/speexresample/gstspeexresample.c:
8460         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
8461         build on Mac OS X Leopard. Incorrect printf format arguments.
8462         * sys/Makefile.am:
8463         * sys/qtwrapper/Makefile.am:
8464         * sys/qtwrapper/audiodecoders.c:
8465         (qtwrapper_audio_decoder_base_init),
8466         (qtwrapper_audio_decoder_class_init),
8467         (qtwrapper_audio_decoder_init),
8468         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
8469         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
8470         (make_samr_magic_cookie), (open_decoder),
8471         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
8472         (qtwrapper_audio_decoder_chain),
8473         (qtwrapper_audio_decoder_sink_event),
8474         (qtwrapper_audio_decoders_register):
8475         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
8476         (fourcc_to_caps):
8477         * sys/qtwrapper/codecmapping.h:
8478         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
8479         (image_description_for_mp4v), (image_description_from_stsd_buffer),
8480         (image_description_from_codec_data):
8481         * sys/qtwrapper/imagedescription.h:
8482         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
8483         (get_output_info_from_component), (dump_avcc_atom),
8484         (dump_image_description), (dump_codec_decompress_params),
8485         (addSInt32ToDictionary), (dump_cvpixel_buffer),
8486         (DestroyAudioBufferList), (AllocateAudioBufferList):
8487         * sys/qtwrapper/qtutils.h:
8488         * sys/qtwrapper/qtwrapper.c: (plugin_init):
8489         * sys/qtwrapper/qtwrapper.h:
8490         * sys/qtwrapper/videodecoders.c:
8491         (qtwrapper_video_decoder_base_init),
8492         (qtwrapper_video_decoder_class_init),
8493         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
8494         (fill_image_description), (new_image_description), (close_decoder),
8495         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
8496         (decompressCb), (qtwrapper_video_decoder_chain),
8497         (qtwrapper_video_decoder_sink_event),
8498         (qtwrapper_video_decoders_register): Initial import of QuickTime
8499         wrapper jointly developped by Songbird authors (Pioneers of the
8500         Inevitable) and Fluendo.
8501
8502 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
8503
8504         * gst/spectrum/gstspectrum.c:
8505           Use dispose and finalize. Dispose can be called multiple times.
8506
8507 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
8508
8509         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8510         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
8511           Now works when get_range is not available upstream.
8512
8513 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
8514
8515         * gst/speexresample/README:
8516         * gst/speexresample/arch.h:
8517         * gst/speexresample/resample.c: (resampler_basic_direct_single),
8518         (resampler_basic_direct_double),
8519         (resampler_basic_interpolate_single),
8520         (resampler_basic_interpolate_double),
8521         (speex_resampler_process_native), (speex_resampler_process_float),
8522         (speex_resampler_process_int),
8523         (speex_resampler_process_interleaved_float),
8524         (speex_resampler_process_interleaved_int),
8525         (speex_resampler_get_input_latency),
8526         (speex_resampler_get_output_latency):
8527         * gst/speexresample/speex_resampler.h:
8528         Update speex resampler to latest SVN. We're now down to only the
8529         changes noted in README again.
8530
8531         * gst/speexresample/speex_resampler_wrapper.h:
8532         * gst/speexresample/gstspeexresample.c:
8533         (gst_speex_resample_push_drain), (gst_speex_resample_query):
8534         Adjust to API changes.
8535
8536 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
8537
8538         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8539         (gst_flv_parse_tag_video):
8540         Output segment with proper 'stop' value, makes flvdemux 100% compatible
8541         with gnonlin.
8542
8543 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
8544
8545         * ext/dc1394/gstdc1394.c:
8546           Set initial structure name to fix assertion, due to recent caps name
8547           constraints.
8548
8549 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
8550
8551         patch by: Alessandro Decina
8552
8553         * gst/mpegtsparse/mpegtspacketizer.c:
8554         * gst/mpegtsparse/mpegtspacketizer.h:
8555         * gst/mpegtsparse/mpegtsparse.c:
8556         * gst/mpegtsparse/mpegtsparse.h:
8557         pat-info is now a signal not a GObject property that
8558         gets notified.
8559         pat-info, pmt-info now instead of passing a GObject as
8560         a parameter, pass a GstStructure.
8561         New signals: nit-info, sdt-info, eit-info for DVB SI information
8562         * sys/dvb/camconditionalaccess.c:
8563         * sys/dvb/camconditionalaccess.h:
8564         * sys/dvb/camdevice.c:
8565         * sys/dvb/camdevice.h:
8566         * sys/dvb/camswclient.c:
8567         * sys/dvb/camswclient.h:
8568         * sys/dvb/camutils.c:
8569         * sys/dvb/camutils.h:
8570         Cam code now uses the pmt GstStructure passed from mpegtsparse
8571         signals rather than the GObject.
8572         * sys/dvb/dvbbasebin.c:
8573         Use new signals in mpegtsparse and use GstStructures as per
8574         mpegtsparse's modified API.
8575         
8576 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
8577
8578         * ext/metadata/Makefile.am:
8579         * ext/metadata/gstmetadata.c:
8580         * ext/metadata/gstmetadatamux.c:
8581         * ext/metadata/gstmetadatamux.h:
8582         * ext/metadata/gstmetadataparse.c:
8583         * ext/metadata/gstmetadataparse.h:
8584         * ext/metadata/metadataparse.c:
8585         * ext/metadata/metadataparse.h:
8586         * ext/metadata/metadataparsejpeg.c:
8587         * ext/metadata/metadataparsejpeg.h:
8588         * ext/metadata/metadataparsepng.c:
8589         * ext/metadata/metadataparsepng.h:
8590         * ext/metadata/metadataparsetypes.h:
8591         * ext/metadata/metadatatypes.c:
8592         * ext/metadata/metadatatypes.h:
8593           Now parser is generic (just add/remove a list of chunks). And a
8594           template of muxer has been created.
8595
8596 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8597
8598         * gst/speexresample/gstspeexresample.c:
8599         (gst_speex_resample_update_state):
8600         Only post the latency message if we have a resampler state already.
8601
8602 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8603
8604         * gst/speexresample/gstspeexresample.c:
8605         (gst_speex_resample_update_state):
8606         Also post GST_MESSAGE_LATENCY if the latency changes.
8607
8608 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8609
8610         * gst/speexresample/resample.c: (speex_resampler_get_latency),
8611         (speex_resampler_drain_float), (speex_resampler_drain_int),
8612         (speex_resampler_drain_interleaved_float),
8613         (speex_resampler_drain_interleaved_int):
8614         * gst/speexresample/speex_resampler.h:
8615         * gst/speexresample/speex_resampler_wrapper.h:
8616         Add functions to push the remaining samples and to get the latency
8617         of the resampler. These will get added to Speex SVN in this or a
8618         slightly changed form at some point too and should get merged then
8619         again.
8620
8621         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
8622         (gst_speex_resample_init_state),
8623         (gst_speex_resample_transform_size),
8624         (gst_speex_resample_push_drain), (gst_speex_resample_event),
8625         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
8626         (gst_speex_resample_query), (gst_speex_resample_query_type):
8627         Drop the prepending zeroes and output the remaining samples on EOS.
8628         Also properly implement the latency query for this. speexresample
8629         should be completely ready for production use now.
8630
8631 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
8632
8633         * gst/rtpmanager/gstrtpjitterbuffer.c:
8634         (gst_rtp_jitter_buffer_query):
8635         jitterbuffer can buffer an unlimited amount of time and thus has no
8636         max_latency requirements.
8637
8638 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8639
8640         * gst/speexresample/README:
8641         Add README explaining where the resampling code was taken from
8642         and which changes were done.
8643
8644         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8645         (speex_free):
8646         Use g_malloc() and friends instead of malloc() to achieve higher
8647         portability and define the functions inline.
8648
8649         * gst/speexresample/speex_resampler.h:
8650         Add back some useless preprocessor stuff to keep the diff between
8651         our version and the one from the Speex SVN repository lower.
8652
8653 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8654
8655         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8656         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8657         Post a GST_MESSAGE_LATENCY if the latency changes.
8658
8659 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8660
8661         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8662         Don't try to flush the decoder on EOS when it was not initialized.
8663         Fixes #498667
8664
8665 2007-11-21  Julien Moutte  <julien@fluendo.com>
8666
8667         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8668         on Mac OS X. (missing format parameter)
8669
8670 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8671
8672         * gst/equalizer/gstiirequalizer10bands.c:
8673         * gst/equalizer/gstiirequalizer3bands.c:
8674           Remove preset iface again. We'll re-add this after its been released
8675           in -good.
8676
8677 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8678
8679         * gst/speexresample/gstspeexresample.c:
8680         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8681         Some small cleanup and addition of a TODO item.
8682
8683 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8684
8685         * gst/speexresample/Makefile.am:
8686         Add missing file.
8687
8688 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8689
8690         * docs/plugins/inspect/plugin-app.xml:
8691         * docs/plugins/inspect/plugin-bayer.xml:
8692         * docs/plugins/inspect/plugin-cdaudio.xml:
8693         * docs/plugins/inspect/plugin-dvb.xml:
8694         * docs/plugins/inspect/plugin-dvbsrc.xml:
8695         * docs/plugins/inspect/plugin-dvdspu.xml:
8696         * docs/plugins/inspect/plugin-festival.xml:
8697         * docs/plugins/inspect/plugin-flvdemux.xml:
8698         * docs/plugins/inspect/plugin-gstinterlace.xml:
8699         * docs/plugins/inspect/plugin-interleave.xml:
8700         * docs/plugins/inspect/plugin-ladspa.xml:
8701         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8702         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8703         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8704         * docs/plugins/inspect/plugin-mve.xml:
8705         * docs/plugins/inspect/plugin-nas.xml:
8706         * docs/plugins/inspect/plugin-nuvdemux.xml:
8707         * docs/plugins/inspect/plugin-quicktime.xml:
8708         * docs/plugins/inspect/plugin-real.xml:
8709         * docs/plugins/inspect/plugin-rfbsrc.xml:
8710         * docs/plugins/inspect/plugin-sdp.xml:
8711         * docs/plugins/inspect/plugin-sndfile.xml:
8712         * docs/plugins/inspect/plugin-soup.xml:
8713         * docs/plugins/inspect/plugin-speexresample.xml:
8714         * docs/plugins/inspect/plugin-stereo.xml:
8715         * docs/plugins/inspect/plugin-switch.xml:
8716         * docs/plugins/inspect/plugin-vcdsrc.xml:
8717         * docs/plugins/inspect/plugin-videocrop.xml:
8718         * docs/plugins/inspect/plugin-videoparse.xml:
8719         * docs/plugins/inspect/plugin-vmnc.xml:
8720         * docs/plugins/inspect/plugin-x264.xml:
8721         * docs/plugins/inspect/plugin-y4menc.xml:
8722         Add missing inspection files to CVS.
8723
8724 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8725
8726         * docs/plugins/Makefile.am:
8727         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8728         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8729         * docs/plugins/gst-plugins-bad-plugins.args:
8730         * docs/plugins/gst-plugins-bad-plugins.signals:
8731         * docs/plugins/inspect/plugin-bz2.xml:
8732         * docs/plugins/inspect/plugin-cdxaparse.xml:
8733         * docs/plugins/inspect/plugin-dtsdec.xml:
8734         * docs/plugins/inspect/plugin-equalizer.xml:
8735         * docs/plugins/inspect/plugin-faac.xml:
8736         * docs/plugins/inspect/plugin-faad.xml:
8737         * docs/plugins/inspect/plugin-filter.xml:
8738         * docs/plugins/inspect/plugin-freeze.xml:
8739         * docs/plugins/inspect/plugin-gio.xml:
8740         * docs/plugins/inspect/plugin-gsm.xml:
8741         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8742         * docs/plugins/inspect/plugin-h264parse.xml:
8743         * docs/plugins/inspect/plugin-modplug.xml:
8744         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8745         * docs/plugins/inspect/plugin-musepack.xml:
8746         * docs/plugins/inspect/plugin-musicbrainz.xml:
8747         * docs/plugins/inspect/plugin-nsfdec.xml:
8748         * docs/plugins/inspect/plugin-replaygain.xml:
8749         * docs/plugins/inspect/plugin-soundtouch.xml:
8750         * docs/plugins/inspect/plugin-spcdec.xml:
8751         * docs/plugins/inspect/plugin-spectrum.xml:
8752         * docs/plugins/inspect/plugin-speed.xml:
8753         * docs/plugins/inspect/plugin-tta.xml:
8754         * docs/plugins/inspect/plugin-videosignal.xml:
8755         * docs/plugins/inspect/plugin-xingheader.xml:
8756         * docs/plugins/inspect/plugin-xvid.xml:
8757         * gst/speexresample/gstspeexresample.h:
8758         Add speexresample to the docs and while at that do a make update.
8759
8760 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8761
8762         * gst/speexresample/gstspeexresample.c:
8763         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8764         If the resampler gives less output samples than expected
8765         adjust the output buffer and print a warning.
8766
8767 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8768
8769         * configure.ac:
8770         * gst/speexresample/arch.h:
8771         * gst/speexresample/fixed_generic.h:
8772         * gst/speexresample/gstspeexresample.c:
8773         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8774         (gst_speex_resample_init), (gst_speex_resample_start),
8775         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8776         (gst_speex_resample_transform_caps),
8777         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8778         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8779         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8780         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8781         (gst_speex_resample_process), (gst_speex_resample_transform),
8782         (gst_speex_resample_set_property),
8783         (gst_speex_resample_get_property), (plugin_init):
8784         * gst/speexresample/gstspeexresample.h:
8785         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8786         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8787         (resampler_basic_direct_single), (resampler_basic_direct_double),
8788         (resampler_basic_interpolate_single),
8789         (resampler_basic_interpolate_double), (update_filter),
8790         (speex_resampler_init), (speex_resampler_init_frac),
8791         (speex_resampler_destroy), (speex_resampler_process_native),
8792         (speex_resampler_process_float), (speex_resampler_process_int),
8793         (speex_resampler_process_interleaved_float),
8794         (speex_resampler_process_interleaved_int),
8795         (speex_resampler_set_rate), (speex_resampler_get_rate),
8796         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8797         (speex_resampler_set_quality), (speex_resampler_get_quality),
8798         (speex_resampler_set_input_stride),
8799         (speex_resampler_get_input_stride),
8800         (speex_resampler_set_output_stride),
8801         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8802         (speex_resampler_reset_mem), (speex_resampler_strerror):
8803         * gst/speexresample/speex_resampler.h:
8804         * gst/speexresample/speex_resampler_float.c:
8805         * gst/speexresample/speex_resampler_int.c:
8806         * gst/speexresample/speex_resampler_wrapper.h:
8807         Add resample element based on the Speex resampling algorithm.
8808
8809 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8810
8811         * ext/metadata/gstmetadataparse.c:
8812         * ext/metadata/gstmetadataparse.h:
8813           Fixed buffer strip (safer wil pull and after seek).
8814
8815 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8816
8817         * gst/equalizer/gstiirequalizer10bands.c:
8818         * gst/equalizer/gstiirequalizer3bands.c:
8819           Activate preset iface and upload two presets here.
8820
8821 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8822
8823         * ext/metadata/gstmetadataparse.c:
8824         * ext/metadata/gstmetadataparse.h:
8825           Strip out in pull mode also. Seek and Query functions added.
8826
8827 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8828
8829         * ext/metadata/gstmetadataparse.c:
8830         * ext/metadata/gstmetadataparse.h:
8831         * ext/metadata/metadataparse.c:
8832         * ext/metadata/metadataparse.h:
8833         * ext/metadata/metadataparsejpeg.c:
8834         * ext/metadata/metadataparsejpeg.h:
8835         * ext/metadata/metadataparsepng.c:
8836         * ext/metadata/metadataparsepng.h:
8837         * ext/metadata/metadataparsetypes.h:
8838           Strip out metadata chunks.
8839
8840 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8841
8842         * configure.ac:
8843           Als use AG_GST_PLUGIN_DOCS (see #344039).
8844
8845 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8846
8847         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8848
8849         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8850         (remove_all), (mpegts_packetizer_clear):
8851         Ensure that the plugin does not crash when the property pat-info is
8852         queried before a PAT is available. It also ensures that the PAT info is
8853         cleared when the changing from PLAYING to READY.
8854         Fixes #487892.
8855
8856 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8857
8858         Patch by: Wouter Paesen <wouter at blue-gate dot be>
8859
8860         * ext/soundtouch/gstpitch.cc:
8861         Handle seeking correctly. Fixes #461068.
8862
8863 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8864
8865         Patch by: Michael Kötter <m dot koetter at oraise dot de>
8866
8867         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8868         (alsaspdifsink_get_time), (alsaspdifsink_open),
8869         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
8870         Fix sample rate and clocking.
8871         Remove buffer_time and period_time as this seems to break on some
8872         hardware. Fixes #485462.
8873
8874 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8875
8876         Patch by: Wouter Cloetens <wouter at mind dot be>
8877
8878         * configure.ac:
8879         * ext/Makefile.am:
8880         * ext/soup/Makefile.am:
8881         * ext/soup/gstsouphttpsrc.c: (_do_init),
8882         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
8883         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8884         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
8885         (gst_souphttp_src_create), (gst_souphttp_src_start),
8886         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
8887         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
8888         (soup_session_close), (plugin_init):
8889         * ext/soup/gstsouphttpsrc.h:
8890         Added HTTP source based on libsoup. Fixes #497020.
8891
8892 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8893
8894         * gst/librfb/gstrfbsrc.c:
8895         don't forget to handle the offset's
8896         * gst/librfb/rfbdecoder.c:
8897         * gst/librfb/rfbdecoder.h:
8898         precalculate some many used values
8899
8900 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8901
8902         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
8903         * gst/librfb/gstrfbsrc.c:
8904         Set the timestamp for the output buffers
8905
8906 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
8907
8908         * tests/check/elements/spectrum.c: (GST_START_TEST):
8909         Fix spectrum unit test for the latest spectrum changes.
8910
8911 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
8912
8913         Patch by: René Stadler <mail at renestadler dot de>
8914
8915         * gst/replaygain/rganalysis.c: (yule_filter):
8916         Avoid slowdown from denormals when processing near-silence input data.
8917         Spotted by Gabriel Bouvigne. Fixes #494499.
8918
8919 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
8920
8921         * gst/flv/gstflvparse.c:
8922         Add mapping for Nellymoser ASAO audio codec.
8923         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
8924         actually have data to read at the end of the tag. This avoids trying
8925         to allocate negative buffers.
8926
8927 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
8928
8929         * ext/metadata/README:
8930           Added a design proposal from metadata parse and mux.
8931
8932 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8933
8934         * gst/equalizer/demo.c: (draw_spectrum):
8935         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
8936         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
8937         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
8938         Change the meaning of the magnitude values given in the
8939         GstMessages by spectrum to decibel instead of
8940         decibel+threshold.
8941
8942 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8943
8944         * gst/equalizer/gstiirequalizer10bands.c:
8945         * gst/equalizer/gstiirequalizer3bands.c:
8946         * gst/equalizer/gstiirequalizernbands.c:
8947         And continue to update docs. Also include some sample code
8948         for the n-band equalizer in the docs.
8949
8950 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8951
8952         * gst/equalizer/gstiirequalizer10bands.c:
8953         (gst_iir_equalizer_10bands_class_init):
8954         * gst/equalizer/gstiirequalizer3bands.c:
8955         (gst_iir_equalizer_3bands_class_init):
8956         * gst/equalizer/gstiirequalizernbands.c:
8957         Update docs and property ranges to the real values.
8958
8959 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
8960
8961         * gst/spectrum/gstspectrum.c:
8962         Now do the scaling right for real. Also initialize a previously
8963         uninitialized variable.
8964
8965 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
8966
8967         * ext/metadata/metadataparsexmp.c:
8968         (metadataparse_xmp_tag_list_add),
8969         (metadataparse_xmp_iter_simple_qual),
8970         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
8971         (metadataparse_xmp_iter):
8972           Extracting more detailed info from XMP.
8973
8974 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
8975
8976         * gst/equalizer/demo.c:
8977           Make default volume a bit less. Improve layout by giving more space to
8978           the slider with big-numbers and enable fill.
8979
8980 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8981
8982         * configure.ac:
8983         * tests/check/pipelines/gio.c: (GST_START_TEST):
8984         Require GIO >= 0.1.2 and adjust unit test for an API change.
8985
8986 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8987
8988         * tests/icles/equalizer-test.c: (do_slider_fiddling):
8989         Fix gain ranges for the latest equalizer changes.
8990
8991 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8992
8993         * ext/gio/gstgio.h:
8994         Add macro to check if a stream supports seeking.
8995
8996         * ext/gio/Makefile.am:
8997         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
8998         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
8999         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
9000         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
9001         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
9002         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
9003         (gst_gio_base_sink_set_stream):
9004         * ext/gio/gstgiobasesink.h:
9005         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
9006         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
9007         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
9008         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
9009         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
9010         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
9011         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
9012         * ext/gio/gstgiobasesrc.h:
9013         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
9014         base classes that only require a GInputStream or GOutputStream to
9015         work.
9016
9017         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9018         (gst_gio_sink_class_init), (gst_gio_sink_init),
9019         (gst_gio_sink_finalize), (gst_gio_sink_start):
9020         * ext/gio/gstgiosink.h:
9021         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9022         (gst_gio_src_class_init), (gst_gio_src_init),
9023         (gst_gio_src_finalize), (gst_gio_src_start):
9024         * ext/gio/gstgiosrc.h:
9025         Use the newly created base classes here.
9026
9027         * ext/gio/gstgio.c: (plugin_init):
9028         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
9029         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
9030         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
9031         (gst_gio_stream_sink_get_property):
9032         * ext/gio/gstgiostreamsink.h:
9033         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
9034         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
9035         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
9036         (gst_gio_stream_src_get_property):
9037         * ext/gio/gstgiostreamsrc.h:
9038         Implement GstGioStreamSink and GstGioStreamSrc that have a property
9039         to set the GInputStream/GOutputStream that should be used.
9040
9041         * tests/check/Makefile.am:
9042         * tests/check/pipelines/.cvsignore:
9043         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
9044         (gio_testsuite), (main):
9045         Add unit test for giostreamsrc and giostreamsink.
9046
9047 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9048
9049         * ext/gio/gstgio.c: (plugin_init):
9050         Remove nowadays unnecessary workaround for a crash.
9051         
9052         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
9053         (gst_gio_sink_start), (gst_gio_sink_stop),
9054         (gst_gio_sink_unlock_stop):
9055         * ext/gio/gstgiosink.h:
9056         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
9057         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
9058         * ext/gio/gstgiosrc.h:
9059         Make the finalize function safer, clean up everything that could stay
9060         around.
9061
9062         Reset the cancellable instead of creating a new one after cancelling
9063         some operation.
9064
9065         Don't store the GFile in the element, it's only necessary for creating
9066         the streams.
9067
9068 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
9069
9070         * gst/spectrum/demo-audiotest.c: (main):
9071         Use autoaudiosink instead of alsasink and use a sine wave.
9072
9073         * gst/spectrum/gstspectrum.c:
9074         Fix the magnitude calculation.
9075
9076 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
9077
9078         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
9079
9080         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
9081           (CDshowFakeSink.CDshowFakeSink):
9082         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
9083           Fix crasher in constructor due to the base class's constructor
9084           not necessarily being NULL-safe (depends on the SDK version used
9085           apparently; #492406).
9086
9087         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
9088         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
9089           Fix a couple of MSVC compiler warnings (#492406).
9090
9091 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
9092
9093         * gst/equalizer/demo.c: (main):
9094         * gst/equalizer/gstiirequalizer.c:
9095         (gst_iir_equalizer_band_class_init), (setup_filter):
9096         Allow setting 0 as bandwidth and handle this correctly.
9097         Also handle a bandwidth of rate/2 properly.
9098
9099         * gst/equalizer/gstiirequalizernbands.c:
9100         (gst_iir_equalizer_nbands_class_init):
9101         Make it possible to generate a N-band equalizer with 1 bands. The
9102         previous limit of 2 was caused by a nowadays replaced calculation
9103         doing a division by zero if number of bands was 1.
9104
9105 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
9106
9107         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
9108
9109         * gst/rtpmanager/gstrtpsession.c:
9110           Fix bad function signatures (#492798).
9111
9112 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
9113
9114         * ext/metadata/Makefile.am:
9115         * ext/metadata/gstmetadataparse.c:
9116         * ext/metadata/gstmetadataparse.h:
9117         * ext/metadata/metadataparse.c:
9118         * ext/metadata/metadataparse.h:
9119         * ext/metadata/metadataparseexif.c:
9120         * ext/metadata/metadataparseexif.h:
9121         * ext/metadata/metadataparseiptc.c:
9122         * ext/metadata/metadataparseiptc.h:
9123         * ext/metadata/metadataparsejpeg.c:
9124         * ext/metadata/metadataparsejpeg.h:
9125         * ext/metadata/metadataparsepng.c:
9126         * ext/metadata/metadataparsepng.h:
9127         * ext/metadata/metadataparseutil.c:
9128         * ext/metadata/metadataparseutil.h:
9129         * ext/metadata/metadataparsexmp.c:
9130         * ext/metadata/metadataparsexmp.h:
9131           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
9132           the file. 
9133
9134 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
9135
9136         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
9137         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
9138         (gst_metadata_parse_element_activate_src_pull):
9139           Now metadataparse works in push or pull mode.
9140
9141 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
9142
9143         * configure.ac:
9144         * ext/metadata/Makefile.am:
9145         * ext/metadata/metadataparseexif.c:
9146         (metadataparse_exif_tags_register),
9147         (metadataparse_exif_tag_list_add):
9148         * ext/metadata/metadataparseiptc.c:
9149         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
9150         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
9151         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
9152         * ext/metadata/metadataparseutil.c:
9153         (metadataparse_tag_list_add_chunk):
9154         * ext/metadata/metadataparseutil.h:
9155         * ext/metadata/metadataparsexmp.c:
9156         (metadataparse_xmp_tags_register),
9157         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
9158         (metadataparse_xmp_dispose):
9159         * ext/metadata/metadataparsexmp.h:
9160           Some XMP stuff added.
9161
9162 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
9163
9164         * ext/metadata/gstmetadataparse.c:
9165         (gst_metadata_parse_dispose_members),
9166         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
9167         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
9168         (gst_metadata_parse_change_state),
9169         (gst_metadata_parse_plugin_init):
9170         * ext/metadata/gstmetadataparse.h:
9171         * ext/metadata/metadataparseexif.c:
9172         (metadataparse_exif_tags_register),
9173         (metadataparse_exif_tag_list_add),
9174         (exif_data_foreach_content_func),
9175         (exif_content_foreach_entry_func):
9176         * ext/metadata/metadataparseexif.h:
9177         * ext/metadata/metadataparseiptc.c:
9178         (metadataparse_iptc_tags_register),
9179         (metadataparse_tag_list_add_chunk),
9180         (metadataparse_iptc_tag_list_add),
9181         (iptc_data_foreach_dataset_func):
9182         * ext/metadata/metadataparseiptc.h:
9183         * ext/metadata/metadataparsexmp.c:
9184         (metadataparse_xmp_tags_register),
9185         (metadataparse_xmp_tag_list_add):
9186         * ext/metadata/metadataparsexmp.h:
9187           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
9188           in the same way (look at bug #486659).
9189
9190 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
9191
9192         * gst/librfb/rfbdecoder.c:
9193                 Some refactoring in RAW encoding
9194
9195 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
9196
9197         * gst/librfb/d3des.h:
9198         * gst/librfb/gstrfbsrc.c:
9199         * gst/librfb/gstrfbsrc.h:
9200         * gst/librfb/rfbbuffer.h:
9201         * gst/librfb/rfbcontext.h:
9202         * gst/librfb/rfbdecoder.c:
9203         * gst/librfb/rfbdecoder.h:
9204         * gst/librfb/rfbutil.h:
9205         * gst/librfb/vncauth.h:
9206                 Added copyrect encoding
9207
9208 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9209
9210         * sys/dvb/camswclient.c:
9211         Warn on failed write.
9212
9213 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
9214
9215         * gst/equalizer/Makefile.am:
9216         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
9217         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
9218         (draw_spectrum), (message_handler), (main):
9219         Add small demo application based on the spectrum demo applications
9220         that gets white noise as input, pushes it through an equalizer and
9221         paints the spectrum. For every equalizer band it's possible to set
9222         gain, bandwidth and frequency.
9223         * gst/equalizer/gstiirequalizer.c: (setup_filter):
9224         Add some guarding against too large or too small frequencies and
9225         bandwidths. Also improve debugging a bit.
9226
9227 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
9228
9229         * gst/equalizer/gstiirequalizer.c:
9230         (gst_iir_equalizer_band_set_property),
9231         (gst_iir_equalizer_band_get_property),
9232         (gst_iir_equalizer_band_class_init), (arg_to_scale),
9233         (setup_filter), (gst_iir_equalizer_compute_frequencies):
9234         Replace filters with a bit better filters for which we can actually
9235         find documentation, which don't change anything on zero gain, etc.
9236         
9237         Make the frequency property of the bands writable, rename the
9238         band-width property to bandwidth and change the meaning to the
9239         frequency difference between bandedges, change the meaning of the
9240         gain property to dB instead of a weird scale between -1 and 1 that
9241         has no real meaning.
9242
9243 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
9244
9245         * sys/dvb/dvbbasebin.c:
9246           Fix the build.
9247
9248 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9249
9250         * ext/metadata/.cvsignore:
9251         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
9252         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
9253         (gst_metadata_parse_configure_srccaps),
9254         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
9255         (gst_metadata_parse_plugin_init):
9256         * ext/metadata/metadataparse.c: (metadataparse_parse):
9257         * ext/metadata/metadataparse.h:
9258           Changed kclass to "Parser/Extracter/Metadata", changed caps to
9259           "image/jpeg, tags-extract=true/false" and changed priority to
9260           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
9261           fixed to also work in pull mode.
9262
9263 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9264
9265         * configure.ac:
9266         * ext/Makefile.am:
9267         * ext/metadata/:
9268         * ext/metadata/Makefile.am:
9269         * ext/metadata/gstmetadata.c:
9270         * ext/metadata/gstmetadataparse.c:
9271         * ext/metadata/gstmetadataparse.h:
9272         * ext/metadata/metadataparse.c:
9273         * ext/metadata/metadataparse.h:
9274         * ext/metadata/metadataparseexif.c:
9275         * ext/metadata/metadataparseexif.h:
9276         * ext/metadata/metadataparseiptc.c:
9277         * ext/metadata/metadataparseiptc.h:
9278         * ext/metadata/metadataparsejpeg.c:
9279         * ext/metadata/metadataparsejpeg.h:
9280         * ext/metadata/metadataparsexmp.c:
9281         * ext/metadata/metadataparsexmp.h:
9282           Created new plugin ('medadata') and element ('metadataparse') that
9283           extract metadata from images (look at bug #486659).
9284
9285 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9286
9287         * sys/dvb/dvbbasebin.c:
9288         Uncomment the line that sets the pid filter. Wrong way to 
9289         work-around driver issues.
9290
9291 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
9292
9293         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
9294           (gst_faac_class_init), (gst_faac_init):
9295           Fix bitrate ranges and change enum nick for low complexity
9296           profile from LOW to LC for consistency (#490060).
9297
9298 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
9299
9300         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
9301           Let's not call every request pad we create "sink%d", that'll
9302           create problems if there's to be more than one pad. Fixes #490682.
9303
9304         * tests/check/Makefile.am:
9305         * tests/check/elements/.cvsignore:
9306         * tests/check/elements/interleave.c:
9307           Add unit test for the above.
9308
9309 2007-10-27  Julien MOUTTE  <julien@moutte.net>
9310
9311         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
9312         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
9313         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
9314         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
9315         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
9316         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
9317         (plugin_init):
9318         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
9319         damaging headers using a simple state machine.
9320
9321 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
9322
9323         * ext/x264/gstx264enc.c:
9324           Fix build against the libx264 version that ships with debian stable.
9325
9326 2007-10-26  Julien MOUTTE  <julien@moutte.net>
9327
9328         * configure.ac:
9329         * gst/mpeg4videoparse/Makefile.am:
9330         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
9331         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
9332         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
9333         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
9334         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
9335         (gst_mpeg4vparse_init), (plugin_init):
9336         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
9337         parser.
9338
9339 2007-10-25  David Schleef  <ds@schleef.org>
9340
9341         * gst/multifile/Makefile.am:
9342         * gst/multifile/gstmultifilesink.c:
9343         * gst/multifile/gstmultifilesrc.c:
9344         * tests/check/Makefile.am:
9345         * tests/check/elements/multifile.c:
9346           Improve documentation, write some tests for multifilesrc/sink
9347           for upcoming ->good review.
9348
9349 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9350
9351         * sys/dvb/gstdvbsrc.c:
9352         Actually use the code-rate-hp parameter for DVB-S.
9353         It turns out setting to AUTO does not always work (
9354         especially in diseq situations). Set by default to 
9355         FEC_AUTO.
9356
9357 2007-10-22  Julien MOUTTE  <julien@moutte.net>
9358
9359         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9360         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
9361         emit no-more-pads for single pad scenarios as the header
9362         is definitely not reliable. We emit them for 2 pads scenarios
9363         though to speed up media discovery.
9364
9365 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9366
9367         * sys/dvb/dvbbasebin.c:
9368         Added proxy property of diseqc-source
9369
9370 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9371
9372         * gst/equalizer/gstiirequalizer.c:
9373         (gst_iir_equalizer_band_set_property):
9374         Add a missing break.
9375
9376 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9377
9378         * gst/equalizer/gstiirequalizer.c:
9379         (gst_iir_equalizer_band_set_property),
9380         (gst_iir_equalizer_band_get_property),
9381         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
9382         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
9383         (setup_filter), (gst_iir_equalizer_setup):
9384         * gst/equalizer/gstiirequalizer.h:
9385         Move bandwidth property to the separate bands and add float64 support.
9386
9387 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9388
9389         * ext/cdaudio/Makefile.am:
9390           Add another missing GST_LIBS.
9391
9392 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9393
9394         Patch by: Richard Hult <richard imendio com>
9395
9396         * gst/dvdspu/Makefile.am:
9397           Fix LIBS - we need to link against libgstreamer (fixes #487496).
9398
9399 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9400
9401         * sys/dvb/camapplication.c:
9402         * sys/dvb/camresourcemanager.c:
9403           Fix some warnings.
9404
9405 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9406
9407         * gst/librfb/rfbdecoder.c:
9408           Add the set encodings client message
9409
9410 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9411
9412         * gst/librfb/Makefile.am:
9413         * gst/librfb/rfb.h:
9414         * gst/librfb/rfbbytestream.c:
9415         * gst/librfb/rfbbytestream.h:
9416         * gst/librfb/rfbdecoder.c:
9417         * gst/librfb/rfbdecoder.h:
9418           Remove the rfbbytestream dead code
9419
9420 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9421
9422         patch by: Alessandro Decina
9423
9424         * sys/dvb/Makefile.am:
9425         * sys/dvb/cam.c:
9426         * sys/dvb/cam.h:
9427         * sys/dvb/camapplication.c:
9428         * sys/dvb/camapplication.h:
9429         * sys/dvb/camapplicationinfo.c:
9430         * sys/dvb/camapplicationinfo.h:
9431         * sys/dvb/camconditionalaccess.c:
9432         * sys/dvb/camconditionalaccess.h:
9433         * sys/dvb/camdevice.c:
9434         * sys/dvb/camdevice.h:
9435         * sys/dvb/camresourcemanager.c:
9436         * sys/dvb/camresourcemanager.h:
9437         * sys/dvb/camsession.c:
9438         * sys/dvb/camsession.h:
9439         * sys/dvb/camswclient.c:
9440         * sys/dvb/camswclient.h:
9441         * sys/dvb/camtransport.c:
9442         * sys/dvb/camtransport.h:
9443         * sys/dvb/camutils.c:
9444         * sys/dvb/camutils.h:
9445         * sys/dvb/dvbbasebin.c:
9446         * sys/dvb/dvbbasebin.h:
9447         * sys/dvb/gstdvb.c:
9448         * sys/dvb/gstdvbsrc.c:
9449         * sys/dvb/gstdvbsrc.h:
9450         Integrate SoC work done by Alessandro for the Freevo project.
9451         Adds cam support to the dvb stack in GStreamer and a new
9452         element (actually a bin) called dvbbasebin that integrates
9453         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
9454         acquiring multiple channels on same transponder without 
9455         knowing pid numbers.
9456
9457 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9458
9459         patch by: Alessandro Decina
9460
9461         * gst/mpegtsparse/mpegtspacketizer.c:
9462         * gst/mpegtsparse/mpegtsparse.c:
9463         * gst/mpegtsparse/mpegtsparse.h:
9464         Add request pad for getting the full transport stream coming in.
9465
9466 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
9467
9468         * configure.ac:
9469           Update the highest allowed neon version from 0.26.99 to 0.27.99.
9470           No code changes are required to work with the newest neon version.
9471
9472 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
9473
9474         * configure.ac:
9475           Require core CVS.  This is implicit in the -base CVS
9476           requirement already, so we might just well spell it
9477           out.  Also, we do need at least 0.10.14 for
9478           gst_element_class_set_details_simple().  Make check
9479           for gmyth a bit more restrictive so things don't break
9480           if the next version changes API.
9481
9482         * ext/alsaspdif/alsaspdifsink.c:
9483           Work around alsa alloca macros triggering 'always evaluates to
9484           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
9485           Also don't leak the device string.
9486
9487         * ext/mpeg2enc/gstmpeg2enc.cc:
9488         * ext/soundtouch/gstpitch.cc:
9489         * gst/modplug/gstmodplug.cc:
9490           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
9491           define fix from core CVS). Fixes #462737.
9492
9493 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
9494
9495         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9496
9497         * gst/rtpmanager/gstrtpbin.c: (create_stream),
9498         (gst_rtp_bin_class_init):
9499         Fix memleak. Fixes #484990.
9500
9501 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
9502
9503         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
9504         * gst/librfb/rfbbuffer.h:
9505         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
9506         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
9507         * gst/nsf/nes6502.c: (nes6502_execute):
9508         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
9509         * gst/real/gstrealvideodec.c: (open_library):
9510         * gst/real/gstrealvideodec.h:
9511         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
9512         (create_recv_rtcp_sink), (create_send_rtp_sink):
9513         Fix compiler warnings shown by Forte.
9514
9515 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
9516
9517         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
9518         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
9519         Fix caps refcounting for payload maps.
9520         When clearing payload maps, also clear sessions and streams payload
9521         maps.
9522
9523         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
9524         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
9525         (find_pad_for_pt):
9526         Implement clearing the payload map.
9527
9528         * gst/rtpmanager/gstrtpsession.c:
9529         (gst_rtp_session_event_send_rtp_sink):
9530         Forward flush events instead of leaking them.
9531
9532         * gst/rtpmanager/gstrtpssrcdemux.c:
9533         (gst_rtp_ssrc_demux_rtcp_sink_event):
9534         Correctly refcount events before pushing them.
9535
9536 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
9537
9538         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
9539         Use GIO function to get a list of supported URI schemes instead of
9540         hard coding something.
9541
9542 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9543
9544         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
9545         When reconsidering RTCP timeouts, set the next timeout against the last
9546         report time instead of the current clock time so that we don't end up
9547         reconsidering forever.
9548
9549 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9550
9551         * gst/rtpmanager/gstrtpjitterbuffer.c:
9552         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9553         Only peek at the tail element instead of popping it off, which allows
9554         us to greatly simplify things when the tail element changes.
9555
9556         * gst/rtpmanager/gstrtpsession.c:
9557         (gst_rtp_session_event_recv_rtp_sink):
9558         * gst/rtpmanager/gstrtpssrcdemux.c:
9559         (gst_rtp_ssrc_demux_sink_event):
9560         Forward FLUSH events instead of leaking them.
9561
9562         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
9563         (calculate_skew), (rtp_jitter_buffer_insert):
9564         * gst/rtpmanager/rtpjitterbuffer.h:
9565         Remove the tail-changed callback in favour of a simple boolean when we
9566         insert a buffer in the queue.
9567         Add method to peek the tail of the buffer.
9568
9569 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9570
9571         Patch by: Gautier Portet <kassoulet at gmail dot com>
9572
9573         * gst/xingheader/gstxingmux.c:
9574         The size of the Xing header is actually 417 as it's rounded to the
9575         next smaller integer. Fixes #397759.
9576
9577         * gst/xingheader/gstxingmux.c: (xing_generate_header),
9578         (xing_push_header):
9579         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
9580         event to the beginning was successful before pushing the header again.
9581
9582 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9583
9584         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
9585
9586         * gst/mpegtsparse/mpegtspacketizer.c:
9587         (mpegts_packetizer_stream_new):
9588         Don't skip PAT with version number 0. Fixes #483400.
9589         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
9590         Make all values above 0 mark a referenced program as they can be
9591         incremented and only 1 had marked a referenced program before, causing
9592         actually referenced programs to be unreferenced.
9593
9594 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9595
9596         * gst/sdp/gstsdpdemux.h:
9597         Change signature of pt to fix compilation on some platforms.
9598
9599 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9600
9601         * gst/rtpmanager/gstrtpjitterbuffer.c:
9602         (gst_rtp_jitter_buffer_flush_start),
9603         (gst_rtp_jitter_buffer_flush_stop),
9604         (gst_rtp_jitter_buffer_change_state), (apply_offset),
9605         (gst_rtp_jitter_buffer_loop):
9606         Remove some old unused variables.
9607         Don't add the latency to the skew corrected timestamp, latency is only
9608         used to sync against the clock.
9609         Improve debugging.
9610
9611         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9612         (rtp_jitter_buffer_reset_skew), (calculate_skew):
9613         * gst/rtpmanager/rtpjitterbuffer.h:
9614         Handle case where server timestamp goes backwards or wildly jumps by
9615         temporarily pausing the skew correction.
9616         Improve debugging.
9617
9618 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9619
9620         * gst/sdp/Makefile.am:
9621         Forgot to commit makefile.
9622
9623 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
9624
9625         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
9626         Update to API changes in GIO.
9627
9628 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9629
9630         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
9631         Use new function in -base to get the default clock-rate.
9632
9633 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9634
9635         * configure.ac:
9636         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
9637         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
9638         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
9639         (gst_sdp_demux_get_property), (find_stream_by_id),
9640         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
9641         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
9642         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
9643         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
9644         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
9645         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
9646         (gst_sdp_demux_stream_configure_udp),
9647         (gst_sdp_demux_stream_configure_udp_sink),
9648         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
9649         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
9650         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
9651         (gst_sdp_demux_change_state):
9652         * gst/sdp/gstsdpdemux.h:
9653         * gst/sdp/gstsdpelem.c: (plugin_init):
9654         Added SDP demuxer element. Fixes #426657.
9655
9656 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9657
9658         Patch by: mutex at runbox dot com
9659
9660         * gst/mpegtsparse/mpegtspacketizer.c:
9661         (mpegts_packetizer_parse_adaptation_field_control):
9662         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9663         (mpegts_parse_init), (mpegts_parse_push):
9664         * gst/mpegtsparse/mpegtsparse.h:
9665         Remove useless src pad that only results in not linked errors,
9666         fix a broken pointer dereference and make MAX_CONTINUITY constant
9667         conform to the standard to stop outputting corrupted data.
9668         Fixes #481276, #481279.
9669
9670 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9671
9672         * ext/mythtv/gstmythtvsrc.c:
9673           Re-apply docs patch from #468039; fix tab.
9674
9675         * gst/mpegtsparse/.cvsignore:
9676           Ignore marshaller files generated at build time.
9677
9678 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9679
9680         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9681         (gst_gio_sink_set_property), (gst_gio_sink_render):
9682         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9683         (gst_gio_src_set_property):
9684         Some minor cleanup and allow setting the location only when the
9685         element is not playing or paused.
9686
9687 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9688
9689         * configure.ac:
9690         Update gio's pkg-config file name as currently in SVN.
9691
9692         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9693         Remove special casing for a NULL query string. g_strjoin won't add
9694         the separator if there's only one string.
9695
9696 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9697
9698         * gst/rtpmanager/gstrtpbin.c: (free_client):
9699         Fix crasher in dispose.
9700
9701         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9702         Handle cases where input buffers have no timestamps so that no clock
9703         skew can be calculated, in this case interpolate timestamps based on
9704         rtp timestamp and assume a 0 clock skew.
9705
9706 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9707
9708         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9709         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9710         Remove jitter correction code, it's now in the lower level object.
9711         Use new -core method for doing a peer query.
9712
9713         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9714         (calculate_skew), (rtp_jitter_buffer_insert):
9715         * gst/rtpmanager/rtpjitterbuffer.h:
9716         Move jitter correction to the lowlevel jitterbuffer.
9717         Increase the max window size.
9718         When filling the window, already start estimating the skew using a
9719         parabolic weighting factor so that we have a much better startup
9720         behaviour that gets more accurate with the more samples we have.
9721         Increase the default weighting factor for the steady state to get
9722         smoother timestamps.
9723
9724 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9725
9726         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9727         (gst_neonhttp_src_send_request_and_redirect):
9728         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9729         compatibility stuff. Also fix the default location.
9730
9731 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9732
9733         * configure.ac:
9734         We require libneon >= 26 now for the query field in ne_uri.
9735
9736 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9737
9738         Patch by: Wouter Cloetens <wouter@mind.be>
9739
9740         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9741         (gst_neonhttp_src_set_location),
9742         (gst_neonhttp_src_send_request_and_redirect):
9743         * ext/neon/gstneonhttpsrc.h:
9744         Don't discard GET parameters from URL if existing.
9745         Fixes #481200.
9746
9747 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9748
9749         * gst/librfb/gstrfbsrc.c:
9750         * gst/librfb/gstrfbsrc.h:
9751                 Added a property for incremental screen updates
9752
9753 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9754
9755         * ext/xvid/gstxvidenc.c:
9756         * ext/xvid/gstxvidenc.h:
9757           Remove superfluous 'frame-encoded' signal (people can
9758           use an upstream identity's 'handoff' signal or a pad
9759           probe for this if they must know).
9760
9761 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9762
9763         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9764         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9765         was not detected correctly in all cases.
9766
9767 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9768
9769         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9770         (gst_rtp_bin_finalize):
9771         Fix cleanup crasher.
9772
9773         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9774         (calculate_skew):
9775         * gst/rtpmanager/rtpjitterbuffer.h:
9776         Dynamically adjust the skew calculation window so that we calculate it
9777         over a period of around 2 seconds.
9778
9779 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9780
9781         * gst/librfb/gstrfbsrc.c:
9782                 fix bug from generic/states.gdb
9783
9784 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9785
9786         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9787         (gst_flv_parse_tag_video): codec_data is needed for every tag
9788         not just the first one. (Fix a stupid bug i introduced without
9789         testing)
9790
9791 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9792
9793         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9794         (gst_flv_parse_tag_video): Fix bit masks operations to be
9795         sure we detect the codec_tags and sample rates correctly.
9796         Fix raw audio caps generation.
9797
9798 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9799
9800         * ext/audioresample/gstaudioresample.c:
9801         * ext/x264/gstx264enc.c:
9802         * gst/dvdspu/gstdvdspu.c:
9803         * gst/dvdspu/gstdvdspu.h:
9804         * gst/festival/gstfestival.c:
9805         * gst/h264parse/gsth264parse.c:
9806         * gst/mpegtsparse/mpegtspacketizer.c:
9807         * gst/mpegtsparse/mpegtsparse.c:
9808         * gst/multifile/gstmultifilesink.c:
9809         * gst/multifile/gstmultifilesrc.c:
9810         * gst/nuvdemux/gstnuvdemux.c:
9811         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9812         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9813         * sys/vcd/vcdsrc.c:
9814           Massive leak fixing, plus code cleanups.
9815
9816 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9817
9818         * po/LINGUAS:
9819           Added translations.
9820
9821 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9822
9823         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9824
9825         * po/pl.po:
9826           Added Polish translation.
9827
9828 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9829
9830         translated by: Ilkka Tuohela <hile@iki.fi>
9831
9832         * po/fi.po:
9833           Added Finnish translation.
9834
9835 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9836
9837         translated by: Jorge González González <aloriel@gmail.com>
9838
9839         * po/es.po:
9840           Added Spanish translation.
9841
9842 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9843
9844         translated by: Alexander Shopov <ash@contact.bg>
9845
9846         * po/bg.po:
9847           Added Bulgarian translation.
9848
9849 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9850
9851         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9852         Update hierarchy.
9853         * ext/gio/gstgiosink.h:
9854         * ext/gio/gstgiosrc.h:
9855         Mark private fields of the instance structs private.
9856
9857 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9858
9859         * docs/plugins/Makefile.am:
9860         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
9861         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9862         * docs/plugins/gst-plugins-bad-plugins.args:
9863         * docs/plugins/gst-plugins-bad-plugins.signals:
9864         * docs/plugins/inspect/plugin-bz2.xml:
9865         * docs/plugins/inspect/plugin-cdxaparse.xml:
9866         * docs/plugins/inspect/plugin-dfbvideosink.xml:
9867         * docs/plugins/inspect/plugin-dtsdec.xml:
9868         * docs/plugins/inspect/plugin-equalizer.xml:
9869         * docs/plugins/inspect/plugin-faac.xml:
9870         * docs/plugins/inspect/plugin-faad.xml:
9871         * docs/plugins/inspect/plugin-filter.xml:
9872         * docs/plugins/inspect/plugin-freeze.xml:
9873         * docs/plugins/inspect/plugin-gio.xml:
9874         * docs/plugins/inspect/plugin-gsm.xml:
9875         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
9876         * docs/plugins/inspect/plugin-h264parse.xml:
9877         * docs/plugins/inspect/plugin-modplug.xml:
9878         * docs/plugins/inspect/plugin-mpeg2enc.xml:
9879         * docs/plugins/inspect/plugin-musepack.xml:
9880         * docs/plugins/inspect/plugin-musicbrainz.xml:
9881         * docs/plugins/inspect/plugin-nsfdec.xml:
9882         * docs/plugins/inspect/plugin-replaygain.xml:
9883         * docs/plugins/inspect/plugin-soundtouch.xml:
9884         * docs/plugins/inspect/plugin-spcdec.xml:
9885         * docs/plugins/inspect/plugin-spectrum.xml:
9886         * docs/plugins/inspect/plugin-speed.xml:
9887         * docs/plugins/inspect/plugin-tta.xml:
9888         * docs/plugins/inspect/plugin-videosignal.xml:
9889         * docs/plugins/inspect/plugin-xingheader.xml:
9890         * docs/plugins/inspect/plugin-xvid.xml:
9891         Add the GIO plugin to the docs and do a make update
9892         while doing that.
9893
9894         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
9895         Fix a small memleak.
9896
9897 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9898
9899         Patch by: René Stadler <mail at renestadler dot de>
9900
9901         * configure.ac:
9902         * ext/Makefile.am:
9903         * ext/gio/Makefile.am:
9904         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
9905         (gst_gio_get_supported_protocols),
9906         (gst_gio_uri_handler_get_type_sink),
9907         (gst_gio_uri_handler_get_type_src),
9908         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
9909         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
9910         (gst_gio_uri_handler_do_init), (plugin_init):
9911         * ext/gio/gstgio.h:
9912         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9913         (gst_gio_sink_class_init), (gst_gio_sink_init),
9914         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
9915         (gst_gio_sink_get_property), (gst_gio_sink_start),
9916         (gst_gio_sink_stop), (gst_gio_sink_unlock),
9917         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
9918         (gst_gio_sink_render), (gst_gio_sink_query):
9919         * ext/gio/gstgiosink.h:
9920         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9921         (gst_gio_src_class_init), (gst_gio_src_init),
9922         (gst_gio_src_finalize), (gst_gio_src_set_property),
9923         (gst_gio_src_get_property), (gst_gio_src_start),
9924         (gst_gio_src_stop), (gst_gio_src_get_size),
9925         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
9926         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
9927         (gst_gio_src_create):
9928         * ext/gio/gstgiosrc.h:
9929         Add a GIO/GVFS plugin with source and sink elements. This will
9930         only be enabled when --enable-experimental is given to configure
9931         for now as the GIO API is not stable yet. Fixes #476916.
9932
9933 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9934
9935         * gst/librfb/gstrfbsrc.c:
9936         * gst/librfb/rfbdecoder.c:
9937         * gst/librfb/rfbdecoder.h:
9938                 Added offset-x, offset-y, width and height property
9939                 for selecting a region from the screen
9940
9941 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9942
9943         * gst/librfb/gstrfbsrc.c:
9944                 Minimum raw encoding is working now
9945         * gst/librfb/rfbdecoder.c:
9946                 fix address while reading from stream
9947
9948 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9949
9950         * gst/librfb/gstrfbsrc.c:
9951                 raw encoding is working, but it looks like the 
9952                 ffmpegcolorspace plugin can't handle high resolutions
9953
9954 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9955
9956         * gst/librfb/gstrfbsrc.c:
9957                 bpp, depth and endianness are now set from the
9958                 stream.
9959
9960 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9961
9962         * examples/app/appsrc_ex.c: (main):
9963         Fix compilation after changing the name of a method.
9964
9965 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
9966
9967         * ext/alsaspdif/alsaspdifsink.c:
9968         * ext/timidity/gsttimidity.c:
9969         * ext/timidity/gstwildmidi.c:
9970         * gst/mpegvideoparse/mpegvideoparse.c:
9971           Fix memory leaks. More to come.
9972
9973         * tests/check/Makefile.am:
9974         * tests/check/generic/states.c:
9975           Improved state change unit test.        
9976
9977 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9978
9979         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
9980         (gst_rtp_bin_class_init):
9981         * gst/rtpmanager/gstrtpbin.h:
9982         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
9983         (gst_rtp_session_class_init), (gst_rtp_session_init),
9984         (gst_rtp_session_event_send_rtp_sink):
9985         * gst/rtpmanager/gstrtpsession.h:
9986         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
9987         (on_ssrc_active), (rtp_session_process_rb):
9988         * gst/rtpmanager/rtpsession.h:
9989         Add notification of active SSRCs to various RTP elements. Fixes #478566.
9990
9991 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9992
9993         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
9994         (gst_app_sink_class_init), (gst_app_sink_init),
9995         (gst_app_sink_dispose), (gst_app_sink_finalize),
9996         (gst_app_sink_set_property), (gst_app_sink_get_property),
9997         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
9998         (gst_app_sink_event), (gst_app_sink_getcaps),
9999         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
10000         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
10001         (gst_app_sink_pull_buffer):
10002         * gst-libs/gst/app/gstappsink.h:
10003         Add properties, signals and actions to access the element even without
10004         linking to the library.
10005         Fix some method names and signatures.
10006
10007 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
10008
10009         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10010
10011         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
10012         (gst_faad_srcgetcaps), (gst_faad_update_caps):
10013         Don't set channel positions on regular mono and stereo cases.
10014         Fixes #476370.
10015
10016 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
10017
10018         * gst/librfb/gstrfbsrc.c:
10019         * gst/librfb/rfbdecoder.c:
10020         * gst/librfb/rfbdecoder.h:
10021                 It is now possible to connect to a vncserver.
10022                 there are still some issues with the ouput of 
10023                 the screen. Looks like some lines are confused
10024
10025 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
10026
10027         * docs/plugins/.cvsignore:
10028         * tests/check/.cvsignore:
10029           Ignore registries in any format.
10030
10031 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
10032
10033         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10034         (open_library), (gst_real_video_dec_init),
10035         (gst_real_video_dec_set_property),
10036         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
10037         * gst/real/gstrealvideodec.h:
10038         Don't generate an error for occasional decoding errors.
10039         Add max-errors property.
10040         Error out when we receive max-errors in a row. Fixes #478159.
10041
10042 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
10043
10044         * gst/librfb/gstrfbsrc.c: 
10045                 Add password property (write only)
10046         * gst/librfb/rfbdecoder.c: 
10047                 Read the reason on failure
10048                 Use the password property for authentication
10049         * gst/librfb/rfbdecoder.h:
10050                 Add defines for version checking
10051
10052 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
10053
10054         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
10055         (gst_dfbsurface_class_init):
10056         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
10057         chain up to the parent class to free everything, including caps.
10058
10059 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
10060
10061         * gst/librfb/Makefile.am:
10062         * gst/librfb/d3des.c:
10063         * gst/librfb/d3des.h:
10064         * gst/librfb/rfbdecoder.c:
10065         * gst/librfb/vncauth.c:
10066         * gst/librfb/vncauth.h:
10067         VNC Authentication should be working now
10068         temperaly with fake password 'testtest'
10069
10070 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
10071
10072         * gst/librfb/rfbdecoder.c:
10073         * gst/librfb/rfbdecoder.h:
10074         Added some documentation about security handling
10075         start implementing security handling for rfb 3.3
10076
10077 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
10078
10079         * gst/spectrum/demo-audiotest.c:
10080         * gst/spectrum/demo-osssrc.c:
10081           Handling window resize.
10082
10083 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
10084
10085         * ChangeLog:
10086           Add missing newline.
10087
10088         * gst/librfb/rfbdecoder.c:
10089           Fix the build (missing stdlib.h).
10090
10091         * gst/spectrum/gstspectrum.c:
10092         * gst/spectrum/gstspectrum.h:
10093           Use basetransform segment so that it is correctly managed on flushes
10094           and start/stop. Report message timestamp as stream time, which is what
10095           an application can understand. (Yes these are adapted from wim recent
10096           level element changes)
10097
10098 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
10099
10100         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
10101         Link to the right pads regardless of which one was created first in the
10102         ssrc demuxer.
10103
10104         * gst/rtpmanager/gstrtpjitterbuffer.c:
10105         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
10106         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
10107         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
10108         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
10109         Improve debugging.
10110
10111         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
10112         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
10113         (gst_rtp_ssrc_demux_sink_event),
10114         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
10115         (gst_rtp_ssrc_demux_rtcp_chain),
10116         (gst_rtp_ssrc_demux_internal_links):
10117         * gst/rtpmanager/gstrtpssrcdemux.h:
10118         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
10119
10120 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
10121
10122         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
10123         (gst_rtp_bin_get_property):
10124         Use lock to protect variable.
10125
10126         * gst/rtpmanager/gstrtpjitterbuffer.c:
10127         (gst_rtp_jitter_buffer_class_init),
10128         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
10129         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
10130         Reconstruct GST timestamp from RTP timestamps based on measured clock
10131         skew and sync offset.
10132
10133         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
10134         (rtp_jitter_buffer_set_tail_changed),
10135         (rtp_jitter_buffer_set_clock_rate),
10136         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
10137         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
10138         * gst/rtpmanager/rtpjitterbuffer.h:
10139         Measure clock skew.
10140         Add callback to be notfied when a new packet was inserted at the tail.
10141
10142         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10143         (calculate_jitter), (rtp_source_send_rtp):
10144         * gst/rtpmanager/rtpsource.h:
10145         Remove clock skew detection, it's move to the jitterbuffer now.
10146
10147 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
10148
10149         Patch by: Daniel Charles <dcharles at ti dot com>
10150
10151         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
10152         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
10153         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
10154         * ext/amrwb/gstamrwbenc.h:
10155         Add property to control bandmode. Fixes #477306.
10156
10157 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
10158
10159         * gst/rtpmanager/gstrtpbin.c: (create_session):
10160         Also set NTP base time on new sessions.
10161
10162         * gst/rtpmanager/gstrtpjitterbuffer.c:
10163         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
10164         (gst_rtp_jitter_buffer_set_property),
10165         (gst_rtp_jitter_buffer_get_property):
10166         Use the right lock to protect our variables.
10167         Fix some comment.
10168
10169         * gst/rtpmanager/gstrtpsession.c:
10170         (gst_rtp_session_getcaps_send_rtp),
10171         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
10172         Implement getcaps on the sender sinkpad so that payloaders can negotiate
10173         the right SSRC.
10174
10175 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
10176
10177         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
10178         (get_client), (free_client), (gst_rtp_bin_associate),
10179         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
10180         (gst_rtp_bin_finalize):
10181         * gst/rtpmanager/gstrtpjitterbuffer.c:
10182         (gst_rtp_jitter_buffer_class_init),
10183         (gst_rtp_jitter_buffer_finalize):
10184         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
10185         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
10186         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
10187         (gst_rtp_session_chain_send_rtp):
10188         * gst/rtpmanager/gstrtpssrcdemux.c:
10189         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
10190         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
10191         * gst/rtpmanager/rtpsession.h:
10192         Various leak fixes.
10193
10194 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
10195
10196         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
10197         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
10198         Calculate and configure the NTP base time so that we can generate better
10199         NTP times in SR packets.
10200         Set caps on new ghostpad.
10201
10202         * gst/rtpmanager/gstrtpjitterbuffer.c:
10203         (gst_rtp_jitter_buffer_loop):
10204         Clean debug statement.
10205
10206         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10207         (gst_rtp_session_init), (gst_rtp_session_set_property),
10208         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10209         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
10210         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
10211         (gst_rtp_session_event_send_rtp_sink),
10212         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10213         (create_send_rtp_sink):
10214         * gst/rtpmanager/gstrtpsession.h:
10215         Add ntp-ns-base property to convert running_time to NTP time.
10216         Handle NEWSEGMENT events on send and recv RTP pads so that we can
10217         calculate the running time and thus NTP time of the packets.
10218         Simplify getting the current NTP time using the pipeline clock.
10219         Implement internal links functions.
10220         Use the buffer timestamp to calculate the NTP time instead of the clock.
10221
10222         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
10223         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10224         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
10225         (gst_rtp_ssrc_demux_internal_links),
10226         (gst_rtp_ssrc_demux_src_query):
10227         * gst/rtpmanager/gstrtpssrcdemux.h:
10228         Implement internal links function.
10229         Calculate the diff between different streams, this might be used later
10230         to get the inter stream latency.
10231
10232         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
10233         Simple cleanup.
10234
10235         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10236         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
10237         Make the clock skew window a little bigger.
10238         Apply the clock skew to all buffers, not just one with a new timestamp.
10239         Calculate and debug sender clock drift.
10240         Use extended last timestamp to interpolate for SR reports.
10241
10242 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
10243
10244         Patch by: Peter Kjellerstedt  <pkj at axis com>
10245
10246         * gst-libs/gst/app/gstappsink.c:
10247         * gst/flv/gstflvdemux.c:
10248         * gst/flv/gstflvparse.c:
10249         * gst/interleave/deinterleave.c:
10250         * gst/switch/gstswitch.c:
10251           Printf format fixes (#476128).
10252
10253 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10254
10255         Patch by: Thomas Green  <tom78999 gmail com>
10256
10257         * ext/neon/gstneonhttpsrc.c:
10258           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
10259           flag if we want ICY streams to be handled too, otherwise
10260           libneon will error out with a 'can't parse reponse' error.
10261           Fixes #474696.
10262
10263         * tests/check/elements/neonhttpsrc.c:
10264           Unit test for the above by Yours Truly.
10265
10266 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10267
10268         * configure.ac:
10269           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
10270           xvid configure checks, so they still work when cross-compiling.
10271           Fixes #452009.
10272
10273 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
10274
10275         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
10276         (gst_spectrum_transform_ip):
10277         Use the correct parameter order for the memset calls.
10278         Thanks to Christian Schaller for noticing.
10279
10280 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
10281
10282         * gst/mpegtsparse/mpegtsparse.c:
10283           Fix the build (missing stdlib.h).
10284
10285 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10286
10287         * gst/spectrum/fix_fft.c:
10288         Remove fixed point FFT as it's not used anymore.
10289
10290 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10291
10292         * configure.ac:
10293         * gst/spectrum/Makefile.am:
10294         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
10295         (message_handler), (main):
10296         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
10297         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
10298         (gst_spectrum_class_init), (gst_spectrum_init),
10299         (gst_spectrum_dispose), (gst_spectrum_set_property),
10300         (gst_spectrum_get_property), (gst_spectrum_start),
10301         (gst_spectrum_setup), (gst_spectrum_message_new),
10302         (gst_spectrum_transform_ip):
10303         * gst/spectrum/gstspectrum.h:
10304         Port GstSpectrum to GstAudioFilter and libgstfft, add support
10305         for int32, float and double, use floats for the message contents,
10306         average all FFTs done in one interval for better results, use
10307         a better windowing function, allow posting the phase in the message
10308         and actually do an FFT with the requested number of bands instead
10309         of interpolating.
10310
10311         * tests/check/elements/spectrum.c: (GST_START_TEST),
10312         (spectrum_suite):
10313         Improve the units tests by checking for a 11025Hz sine wave
10314         and add unit tests for all 4 supported sample types.
10315
10316 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
10317
10318         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10319         (gst_real_video_dec_setcaps):
10320         Add some more debugging.
10321         Don't set LONG for width/height in caps.
10322         Set correct output buffer size when caps changed.
10323         The custom message sent to the decoder should not include the format and
10324         subformat. Fixes #471554.
10325
10326 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
10327
10328         * gst/rtpmanager/gstrtpsession.c:
10329           Make compiler happy: fix compilation with -Wall -Werror
10330           (#473562).
10331
10332 2007-09-03  Johan Dahlin  <johan@gnome.org>
10333
10334         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
10335         * gst/nsf/gstnsf.h:
10336         Add support for (very) basic tagging.
10337         
10338 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
10339
10340         * gst/rtpmanager/gstrtpbin-marshal.list:
10341         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
10342         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
10343         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
10344         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
10345         * gst/rtpmanager/gstrtpbin.h:
10346         Updated example pipelines in docs.
10347         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
10348         Set the default latency correctly.
10349         Add some more points where we can get caps.
10350
10351         * gst/rtpmanager/gstrtpjitterbuffer.c:
10352         (gst_rtp_jitter_buffer_class_init),
10353         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
10354         (gst_rtp_jitter_buffer_query),
10355         (gst_rtp_jitter_buffer_set_property),
10356         (gst_rtp_jitter_buffer_get_property):
10357         Add ts-offset property to control timestamping.
10358
10359         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10360         (gst_rtp_session_init), (gst_rtp_session_set_property),
10361         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10362         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
10363         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
10364         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
10365         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
10366         (gst_rtp_session_event_send_rtp_sink),
10367         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10368         (create_recv_rtcp_sink), (create_send_rtp_sink),
10369         (create_send_rtcp_src):
10370         Various cleanups.
10371         Feed rtpsession manager with NTP time based on pipeline clock when
10372         handling RTP packets and RTCP timeouts.
10373         Perform all RTCP with the system clock.
10374         Set caps on RTCP outgoing buffers.
10375
10376         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
10377         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
10378         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10379         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
10380         (gst_rtp_ssrc_demux_rtcp_chain):
10381         * gst/rtpmanager/gstrtpssrcdemux.h:
10382         Also demux RTCP messages.
10383
10384         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
10385         (update_arrival_stats), (rtp_session_process_rtp),
10386         (rtp_session_process_rb), (rtp_session_process_sr),
10387         (rtp_session_process_rr), (rtp_session_process_rtcp),
10388         (rtp_session_send_rtp), (rtp_session_send_bye),
10389         (session_start_rtcp), (session_report_blocks), (session_cleanup),
10390         (rtp_session_on_timeout):
10391         * gst/rtpmanager/rtpsession.h:
10392         Remove the get_time callback, the GStreamer part will feed us with
10393         enough timing information.
10394         Split sync timing and RTCP timing information.
10395         Factor out common RB handling for SR and RR.
10396         Send out SR RTCP packets for lip-sync.
10397         Move SR and RR packet info generation to the source.
10398
10399         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10400         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
10401         (rtp_source_process_rtp), (rtp_source_send_rtp),
10402         (rtp_source_process_sr), (rtp_source_process_rb),
10403         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
10404         (rtp_source_get_last_sr):
10405         * gst/rtpmanager/rtpsource.h:
10406         * gst/rtpmanager/rtpstats.h:
10407         Use caps on incomming buffers to get timing information when they are
10408         there.
10409         Calculate clock scew of the receiver compared to the sender and adjust
10410         the rtp timestamps.
10411         Calculate the round trip in sources.
10412         Do SR and RR calculations in the source.
10413
10414 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
10415
10416         * configure.ac:
10417         updated gmyth version
10418
10419         * ext/mythtv/gstmythtvsrc.c:
10420         * ext/mythtv/gstmythtvsrc.h:
10421         Code rewrite
10422
10423 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
10424
10425         * gst/rtpmanager/gstrtpjitterbuffer.c:
10426         (gst_rtp_jitter_buffer_flush_stop),
10427         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
10428         Use extended timestamp to release buffers from the jitterbuffer so that
10429         we can handle the rtp wraparound correctly.
10430
10431 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
10432
10433         * gst/rtpmanager/gstrtpjitterbuffer.c:
10434         (gst_rtp_jitter_buffer_loop):
10435         Improve Comments.
10436
10437         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10438         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
10439         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
10440         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
10441         (create_send_rtp_sink):
10442         Also parse the sink caps for clock-rate instead of only relying on the
10443         result of the signal.
10444
10445         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10446         Make sure we fetch the clock rate for payloads we are sending out so
10447         that we can use it for SR reports.
10448
10449 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10450
10451         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
10452         If all information is known at time of setting start-time
10453         property, send new segments then.
10454
10455 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10456
10457         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10458         (gst_rtp_session_change_state),
10459         (gst_rtp_session_event_send_rtp_sink):
10460         * gst/rtpmanager/gstrtpsession.h:
10461         Distribute synchronisation parameters to the session manager so that it
10462         can generate correct SR packets for lip-sync.
10463
10464         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
10465         (rtp_session_set_timestamp_sync), (session_start_rtcp):
10466         * gst/rtpmanager/rtpsession.h:
10467         Add methods for setting sync parameters.
10468         Set correct RTP time in SR packets using the sync params.
10469
10470         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10471         * gst/rtpmanager/rtpsource.h:
10472         Record last RTP <-> GST timestamp so that we can use them to convert NTP
10473         to RTP timestamps in SR packets.
10474
10475 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10476
10477         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
10478         Add some more advanced example pipelines.
10479
10480         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
10481         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
10482         Add some debug and FIXME.
10483         Release LOCK when performing session cleanup.
10484
10485         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
10486         Add some debug.
10487
10488         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
10489         (rtp_source_send_rtp):
10490         Make sure we always send RTP packets with the session SSRC.
10491
10492 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
10493
10494         * gst/dvdspu/gstdvdspu.c:
10495           Don't need this include (fixes compilation in uninstalled setup).
10496
10497 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
10498
10499         * gst/rtpmanager/gstrtpjitterbuffer.c:
10500         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
10501         (gst_rtp_jitter_buffer_query):
10502         When synchronizing buffers, take peer latency into account.
10503         Don't try to add our latency to invalid peer max latency values.
10504
10505 2007-08-27  Julien MOUTTE  <julien@moutte.net>
10506
10507         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
10508         Make sure we initialize the seek result.
10509
10510 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10511
10512         * gst/dvdspu/Makefile.am:
10513         Commit the makefile too.
10514
10515 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10516
10517         * configure.ac:
10518         * gst/dvdspu/.cvsignore:
10519         * gst/dvdspu/Notes.txt:
10520         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
10521         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
10522         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
10523         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
10524         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
10525         (gstdvdspu_render_spu):
10526         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
10527         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
10528         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
10529         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
10530         (dvdspu_video_event), (dvdspu_video_chain),
10531         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
10532         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
10533         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
10534         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
10535         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
10536         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
10537         (dvdspu_subpic_event), (dvdspu_change_state),
10538         (gstdvdspu_plugin_init):
10539         * gst/dvdspu/gstdvdspu.h:
10540
10541         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
10542         Unit, decoding and overlaying DVD subtitles and menu graphics.
10543
10544         * gst/mpeg2sub/.cvsignore:
10545         * gst/mpeg2sub/Makefile.am:
10546         * gst/mpeg2sub/Notes.txt:
10547         * gst/mpeg2sub/gstmpeg2subt.c:
10548         * gst/mpeg2sub/gstmpeg2subt.h:
10549         * gst/mpeg2sub/mpeg2subt.vcproj:
10550         Delete old and broken mpeg2subt element that was never ported from 0.8
10551
10552 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10553
10554         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10555         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10556         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
10557         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
10558         (gst_flv_demux_src_event): Remove some useless ifdef.
10559
10560 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10561
10562         * examples/switch/switcher.c (main):
10563         * gst/switch/gstswitch.c (gst_switch_chain):
10564         Make switch more reliable and also not lock up when
10565         sink pad caps change.
10566
10567 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10568
10569         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10570         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10571         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
10572         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
10573         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
10574         seeking in push mode.
10575         * gst/flv/gstflvdemux.h:
10576
10577 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10578
10579         * gst/mpegtsparse/flutspatinfo.c:
10580         * gst/mpegtsparse/flutspatinfo.h:
10581         * gst/mpegtsparse/flutspmtinfo.c:
10582         * gst/mpegtsparse/flutspmtinfo.h:
10583         Update licences to reflect LGPL-ness of these files also.
10584
10585 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10586
10587         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10588         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
10589         * docs/plugins/gst-plugins-bad-plugins.interfaces:
10590         * docs/plugins/gst-plugins-bad-plugins.signals:
10591         * gst/rtpmanager/gstrtpbin.c:
10592         * gst/rtpmanager/gstrtpbin.h:
10593         * gst/rtpmanager/gstrtpclient.c:
10594         * gst/rtpmanager/gstrtpclient.h:
10595         * gst/rtpmanager/gstrtpjitterbuffer.c:
10596         * gst/rtpmanager/gstrtpjitterbuffer.h:
10597         * gst/rtpmanager/gstrtpptdemux.c:
10598         * gst/rtpmanager/gstrtpptdemux.h:
10599         * gst/rtpmanager/gstrtpsession.c:
10600         * gst/rtpmanager/gstrtpsession.h:
10601         * gst/rtpmanager/gstrtpssrcdemux.c:
10602         * gst/rtpmanager/gstrtpssrcdemux.h:
10603           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
10604           registers a GType that's different than the GstRTPFoo types that
10605           farsight registers (luckily GType names are case sensitive). Should
10606           finally fix #430664.
10607
10608 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10609
10610         * configure.ac:
10611         * win32/common/config.h:
10612         * win32/common/config.h.in:
10613           Automatically generate win32/common/config.h via configure (this
10614           ensures the win32 version of config.h is up-to-date when a release
10615           is made, #433373). config.h.in file might need some more work.
10616
10617 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10618
10619         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10620
10621         * configure.ac:
10622         * gst/festival/Makefile.am:
10623         * gst/festival/gstfestival.c:
10624           Port festival plugin to GStreamer-0.10 (#461377).
10625
10626 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10627
10628         * ext/faad/gstfaad.c: (gst_faad_chain):
10629         Don't unref the buffer when it was clipped.
10630
10631 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10632
10633         * ext/faad/gstfaad.c: (gst_faad_chain):
10634         Don't unref the buffer when it was clipped.
10635
10636 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10637
10638         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10639         (gst_flv_demux_pull_tag):
10640         * gst/flv/gstflvdemux.h:
10641         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10642         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10643         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
10644         metadata tags like ASF does. Fluendo muxer supports this and 
10645         Flash players can support it as well this way.
10646
10647 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10648
10649         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
10650         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10651         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10652         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10653         index if no times object was parsed. Fix the way we decide to push
10654         tags and emit no-more-pads. Fix some printf typing in debugging.
10655
10656 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10657
10658         * gst/rtpmanager/gstrtpjitterbuffer.c:
10659         (gst_rtp_jitter_buffer_chain),
10660         (gst_rtp_jitter_buffer_set_property):
10661         When drop-on-latency is set but we have no latency configured, just push
10662         the buffer as fast as possible.
10663         Fix typo in comment.
10664
10665 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10666
10667         * gst/rtpmanager/rtpjitterbuffer.c:
10668         (rtp_jitter_buffer_get_ts_diff):
10669         * gst/rtpmanager/rtpjitterbuffer.h:
10670         Fix undefined overflow prone ts_diff handling.
10671
10672 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10673
10674         * gst/modplug/gstmodplug.cc:
10675         Fix compiler warning.
10676
10677 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10678
10679         * gst/modplug/gstmodplug.cc:
10680           Don't use NULL caps for srcpad is not yet connected.
10681
10682 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10683
10684         * configure.ac:
10685         * gst/mpegtsparse/Makefile.am:
10686         * gst/mpegtsparse/flutspatinfo.c:
10687         * gst/mpegtsparse/flutspatinfo.h:
10688         * gst/mpegtsparse/flutspmtinfo.c:
10689         * gst/mpegtsparse/flutspmtinfo.h:
10690         * gst/mpegtsparse/flutspmtstreaminfo.c:
10691         * gst/mpegtsparse/flutspmtstreaminfo.h:
10692         * gst/mpegtsparse/mpegtspacketizer.c:
10693         * gst/mpegtsparse/mpegtspacketizer.h:
10694         * gst/mpegtsparse/mpegtsparse.c:
10695         * gst/mpegtsparse/mpegtsparse.h:
10696         * gst/mpegtsparse/mpegtsparsemarshal.list:
10697         Add mpeg transport stream parser written by:
10698         Alessandro Decina. Includes a couple of files from the
10699         Fluendo transport stream demuxer that Fluendo have 
10700         kindly allowed to be licenced under LGPL also.
10701
10702 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10703
10704         Patch by: Bastien Nocera  <hadess at hadess net>
10705
10706         * ext/mythtv/gstmythtvsrc.c:
10707           Add examples for live mythtv:// URIs to docs (#468039).
10708           Also convert some tabs into spaces.
10709
10710 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10711
10712         * gst/filter/gstbpwsinc.c:
10713         * gst/filter/gstlpwsinc.c:
10714         Add small comparision with the chebyshev filters in the docs.
10715
10716 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10717
10718         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10719         (bpwsinc_suite):
10720         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10721         (lpwsinc_suite):
10722         Also test everything in 32 bit float mode.
10723
10724 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10725
10726         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10727         (bpwsinc_set_property), (bpwsinc_get_property):
10728         * gst/filter/gstbpwsinc.h:
10729         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10730         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10731         (lpwsinc_get_property):
10732         * gst/filter/gstlpwsinc.h:
10733         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10734         Use generator macros for the process functions for the different
10735         sample types, add lower upper boundaries for the GObject properties
10736         so automatically generated UIs can use sliders and change frequency
10737         properties to floats to save a bit of memory, even ints would in
10738         theory be enough. Also rename frequency to cutoff for consistency
10739         reasons.
10740         * docs/plugins/gst-plugins-bad-plugins.args:
10741         * docs/plugins/gst-plugins-bad-plugins.signals:
10742         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10743         Regenerated for the above changes.
10744
10745 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10746
10747         * ext/amrwb/gstamrwbparse.c:
10748           Don't leak the adapter.
10749
10750 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10751
10752         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10753         (gst_bpwsinc_init), (process_32), (process_64),
10754         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10755         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10756         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10757         * gst/filter/gstbpwsinc.h:
10758         Implement latency query and only forward those samples downstream
10759         that actually contain the data we want, i.e. drop kernel_length/2
10760         in the beginning and append kernel_length/2 (created by convolving
10761         the filter kernel with zeroes) to the end.
10762
10763         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10764         Adjust the unit test for this slightly changed behaviour.
10765
10766         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10767         Reset residue length only when actually creating a residue.
10768
10769 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10770
10771         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10772         Override the preroll vmethod instead of overriding the render method
10773         twice.
10774
10775 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10776
10777         * gst/rtpmanager/gstrtpjitterbuffer.c:
10778         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10779         (gst_rtp_jitter_buffer_loop):
10780         Fix EOS handling.
10781         Convert some DEBUG into WARNINGs.
10782         Pause task when flushing.
10783
10784         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10785         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10786         Use system clock for RTCP session management timeouts.
10787
10788         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10789         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10790         Release the session lock when emiting signals.
10791
10792 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10793
10794         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10795         (gst_faad_chanpos_to_gst):
10796         Add some debug info.
10797
10798 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10799
10800         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10801         (gst_lpwsinc_init), (process_32), (process_64),
10802         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10803         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10804         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10805         * gst/filter/gstlpwsinc.h:
10806         Implement latency query and only forward those samples downstream
10807         that actually contain the data we want, i.e. drop kernel_length/2
10808         in the beginning and append kernel_length/2 (created by convolving
10809         the filter kernel with zeroes) to the end.
10810         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10811         Adjust the unit test for this slightly changed behaviour.
10812
10813 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10814
10815         * ext/ladspa/gstladspa.c:
10816           Don't leak like hell.
10817
10818 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10819
10820         * tests/check/Makefile.am:
10821         * tests/check/generic/.cvsignore:
10822         * tests/check/generic/states.c:
10823           Add generic state-change test suite to help to fi leaks.
10824
10825 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10826
10827         * ext/timidity/gstwildmidi.c:
10828         * ext/timidity/gstwildmidi.h:
10829           Look harder for a config. Based on patch by Hans de Goede.
10830           Fixes #456912
10831
10832 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10833
10834         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10835         Don't use new API.
10836
10837 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10838
10839         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10840         (gst_app_sink_class_init), (gst_app_sink_dispose),
10841         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10842         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10843         (gst_app_sink_render), (gst_app_sink_get_caps),
10844         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10845         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10846         * gst-libs/gst/app/gstappsink.h:
10847         Make love to appsink.
10848         Make it support pulling of the preroll buffer.
10849         Add docs and debug statements.
10850         Fix some races wrt to EOS handling and stopping.
10851         Implement getcaps.
10852         Implement FLUSHING.
10853         API: gst_app_sink_pull_preroll()
10854
10855 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10856
10857         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
10858         (gst_flv_demux_get_index):
10859         Fix locking and refcounting on the index.
10860
10861 2007-08-14  Julien MOUTTE  <julien@moutte.net>
10862
10863         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10864         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
10865         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
10866         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
10867         (gst_flv_demux_src_event), (gst_flv_demux_query),
10868         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
10869         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
10870         (gst_flv_demux_class_init): First method for seeking in pull
10871         mode using the index built step by step or coming from metadata.
10872         * gst/flv/gstflvdemux.h:
10873         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10874         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10875         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
10876         more metadata types and keyframes index.
10877
10878 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
10879
10880         * docs/plugins/Makefile.am:
10881         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10882         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10883         * docs/plugins/gst-plugins-bad-plugins.args:
10884         * docs/plugins/gst-plugins-bad-plugins.signals:
10885         * docs/plugins/inspect/plugin-bz2.xml:
10886         * docs/plugins/inspect/plugin-cdxaparse.xml:
10887         * docs/plugins/inspect/plugin-dtsdec.xml:
10888         * docs/plugins/inspect/plugin-faac.xml:
10889         * docs/plugins/inspect/plugin-faad.xml:
10890         * docs/plugins/inspect/plugin-filter.xml:
10891         * docs/plugins/inspect/plugin-freeze.xml:
10892         * docs/plugins/inspect/plugin-gsm.xml:
10893         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10894         * docs/plugins/inspect/plugin-h264parse.xml:
10895         * docs/plugins/inspect/plugin-modplug.xml:
10896         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10897         * docs/plugins/inspect/plugin-musepack.xml:
10898         * docs/plugins/inspect/plugin-musicbrainz.xml:
10899         * docs/plugins/inspect/plugin-nsfdec.xml:
10900         * docs/plugins/inspect/plugin-replaygain.xml:
10901         * docs/plugins/inspect/plugin-soundtouch.xml:
10902         * docs/plugins/inspect/plugin-spcdec.xml:
10903         * docs/plugins/inspect/plugin-spectrum.xml:
10904         * docs/plugins/inspect/plugin-speed.xml:
10905         * docs/plugins/inspect/plugin-tta.xml:
10906         * docs/plugins/inspect/plugin-videosignal.xml:
10907         * docs/plugins/inspect/plugin-xingheader.xml:
10908         * docs/plugins/inspect/plugin-xvid.xml:
10909         * gst/filter/gstbpwsinc.c:
10910         * gst/filter/gstbpwsinc.h:
10911         * gst/filter/gstlpwsinc.c:
10912         * gst/filter/gstlpwsinc.h:
10913         Add docs for lpwsinc and bpwsinc and integrate them
10914         into the build system. While doing that also update
10915         all other docs via make update in docs/plugins.
10916
10917 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
10918
10919         * gst/rtpmanager/rtpjitterbuffer.c:
10920           Include stdlib.
10921
10922 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10923
10924         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10925         Make one test constraint a bit stricter.
10926
10927 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10928
10929         * tests/check/Makefile.am:
10930         * tests/check/elements/.cvsignore:
10931         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
10932         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
10933         Add unit tests for bpwsinc, testing fundamental functionality again.
10934
10935 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10936
10937         * tests/check/Makefile.am:
10938         * tests/check/elements/.cvsignore:
10939         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
10940         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
10941         Add unit tests for lpwsinc, testing fundamental functionality.
10942
10943 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10944
10945         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10946         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10947         Improve debugging a bit.
10948
10949 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10950
10951         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10952         (bpwsinc_start):
10953         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10954         (lpwsinc_start):
10955         Reset the residue in BaseTransform::start to get a clean residue
10956         on stream changes.
10957
10958 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
10959
10960         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
10961         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
10962         Fix processing with buffer sizes that are smaller than the filter
10963         kernel size.
10964
10965 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
10966
10967         * gst/rtpmanager/Makefile.am:
10968         * gst/rtpmanager/async_jitter_queue.c:
10969         * gst/rtpmanager/async_jitter_queue.h:
10970         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
10971         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
10972         (rtp_jitter_buffer_new), (compare_seqnum),
10973         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
10974         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
10975         (rtp_jitter_buffer_get_ts_diff):
10976         * gst/rtpmanager/rtpjitterbuffer.h:
10977         Remove complicated async queue and replace with more simple jitterbuffer
10978         code while also fixing some bugs.
10979
10980         * gst/rtpmanager/gstrtpbin-marshal.list:
10981         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
10982         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
10983         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
10984         (create_send_rtp):
10985         * gst/rtpmanager/gstrtpbin.h:
10986         * gst/rtpmanager/gstrtpjitterbuffer.c:
10987         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
10988         (gst_jitter_buffer_sink_parse_caps),
10989         (gst_rtp_jitter_buffer_flush_start),
10990         (gst_rtp_jitter_buffer_flush_stop),
10991         (gst_rtp_jitter_buffer_change_state),
10992         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10993         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
10994         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
10995         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
10996         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
10997         (gst_rtp_session_init):
10998         * gst/rtpmanager/gstrtpsession.h:
10999         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
11000         Use new jitterbuffer code.
11001         Expose some new signals in preparation for handling EOS.
11002
11003 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11004
11005         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
11006         Fix a segfault with more than one channel and don't rebuild
11007         the kernel & residue with every buffer.
11008
11009 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11010
11011         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
11012         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
11013         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
11014         (bpwsinc_get_property):
11015         * gst/filter/gstbpwsinc.h:
11016         Add support for a bandreject mode and allow specifying the window
11017         function that should be used.
11018         * gst/filter/gstlpwsinc.c:
11019         And another small formatting fix.
11020
11021 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11022
11023         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
11024         (gst_bpwsinc_init), (process_32), (process_64),
11025         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
11026         (bpwsinc_transform), (bpwsinc_set_property),
11027         (bpwsinc_get_property):
11028         * gst/filter/gstbpwsinc.h:
11029         Apply the same changes to the bandpass filter:
11030          - Support double input
11031          - Fix processing for input with >1 channels
11032          - Specify frequency in Hz
11033          - Specify actual filter kernel length
11034          - Use transform instead of transform_ip as we're working
11035            out of place anyway
11036          - Factor out filter kernel generation and update the filter
11037            kernel when the properties are set
11038         Fix bandpass filter kernel generation to actually generate
11039         a bandpass filter by creating a highpass instead of a second
11040         lowpass.
11041         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
11042         Small formatting fix.
11043
11044 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11045
11046         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
11047         (gst_lpwsinc_init), (process_32), (process_64),
11048         (lpwsinc_build_kernel), (lpwsinc_set_property),
11049         (lpwsinc_get_property):
11050         * gst/filter/gstlpwsinc.h:
11051         Specify the actual filter length instead of a weird
11052         2N+1. Setting the property will round to the next odd number.
11053         Also remove now obsolete FIXMEs.
11054
11055 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11056
11057         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
11058         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
11059         (lpwsinc_build_kernel), (lpwsinc_set_property),
11060         (lpwsinc_get_property):
11061         * gst/filter/gstlpwsinc.h:
11062         Allow choosing between hamming and blackman window. The blackman
11063         window provides a better stopband attenuation but a bit slower
11064         rolloff.
11065
11066 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11067
11068         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
11069         (gst_lpwsinc_class_init), (process_32), (process_64),
11070         (lpwsinc_build_kernel), (lpwsinc_set_property),
11071         (lpwsinc_get_property):
11072         * gst/filter/gstlpwsinc.h:
11073         Add a highpass mode.
11074
11075 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11076
11077         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
11078         (lpwsinc_build_kernel):
11079         Fix processing if the input has more than one channel.
11080
11081 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
11082
11083         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
11084         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
11085         (bpwsinc_set_property), (bpwsinc_get_property):
11086         "this" is a C++ keyword, use "self" instead.
11087         Add TODOs and FIXMEs and remove two wrong FIXMEs.
11088         * gst/filter/gstlpwsinc.c:
11089         Add FIXMEs and a new TODO.
11090
11091 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
11092
11093         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
11094         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
11095         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
11096         (lpwsinc_get_unit_size), (lpwsinc_transform),
11097         (lpwsinc_set_property), (lpwsinc_get_property):
11098         * gst/filter/gstlpwsinc.h:
11099         Add double support, replace "this" with "self" as the former
11100         is a C++ keyword.
11101         Implement the frequency property in Hz instead of fraction
11102         of sampling frequency.
11103         Remove some unecessary FIXMEs and add some TODOs, add some
11104         required locking and refactor the kernel generation into a
11105         separate function that is also called when the properties
11106         change now.
11107         And use BaseTransform::transform instead of transform_ip
11108         as the convolution is done out of place anyway. Should
11109         be done in place later.
11110
11111 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
11112
11113         * configure.ac:
11114         * gst/stereo/Makefile.am:
11115         * gst/stereo/gststereo.c: (gst_stereo_base_init),
11116         (gst_stereo_class_init), (gst_stereo_init),
11117         (gst_stereo_transform_ip), (gst_stereo_set_property),
11118         (gst_stereo_get_property):
11119         * gst/stereo/gststereo.h:
11120         Port the stereo element to GStreamer 0.10.
11121
11122 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11123
11124         submitted by: Raphael Higino <phhigino@gmail.com>
11125
11126         * po/LINGUAS:
11127         * po/pt_BR.po:
11128           Added Portuguese (Brazilian) translation.
11129
11130 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11131
11132         * po/uk.po:
11133         * po/vi.po:
11134           Updated translations.
11135
11136 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
11137
11138         * gst/filter/Makefile.am:
11139         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
11140         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
11141         (gst_bpwsinc_init), (bpwsinc_setup):
11142         * gst/filter/gstbpwsinc.h:
11143         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
11144         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
11145         (gst_lpwsinc_init), (lpwsinc_setup):
11146         * gst/filter/gstlpwsinc.h:
11147         Use GstAudioFilter as base class and don't leak the memory
11148         of the filter kernel and residue.
11149
11150 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
11151
11152         Patch by: Josep Torra Valles <josep@fluendo.com>
11153
11154         * docs/plugins/gst-plugins-bad-plugins.args:
11155         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
11156         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
11157         * ext/libmms/gstmms.h:
11158         Add connection speed property to libmms. Fixes #464678.
11159
11160 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
11161
11162         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
11163         (gst_real_video_dec_activate_push), (open_library),
11164         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
11165         * gst/real/gstrealvideodec.h:
11166         Remove some old unused vars.
11167
11168 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
11169
11170         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
11171         Small cleanups.
11172
11173         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
11174         (open_library):
11175         Remove fragment and timestamp correction code from the decoder to make
11176         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
11177
11178 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
11179
11180         * po/POTFILES.skip:
11181           Add POTFILES.skip with list of source files that aren't disted at the
11182           moment but contain translatable strings. Should hopefully pacify
11183           broken tools and make it clearer that these files are left out
11184           intentionally (#461601 and others).
11185
11186 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
11187
11188         Patch by: Ian Munro  <imunro at netspace net au>
11189
11190         * gst/bayer/gstbayer2rgb.c:
11191           Include our own "_stdint.h" instead of <stdint.h> (which may not
11192           be available).
11193
11194         * gst/speed/gstspeed.h:
11195           Native HP-UX compiler dosn't seem to like enum typedefs before the
11196           actual enum was defined.
11197
11198         * gst/vmnc/vmncdec.c:
11199           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
11200
11201 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
11202
11203         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
11204         Use the proper context variable when setting the password !
11205         LOG => WARNING for errors.
11206         Give proper path when opening the codec (needs a '/' at the end).
11207
11208 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11209
11210         * gst/real/Makefile.am:
11211           And dist the new header file too.
11212
11213 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11214
11215         * gst/real/gstreal.h:
11216         Add missing header file.
11217
11218 2007-07-25  Julien MOUTTE  <julien@moutte.net>
11219
11220         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
11221         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11222         (gst_flv_demux_init):
11223         * gst/flv/gstflvdemux.h:
11224         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
11225         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11226         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11227         (gst_flv_parse_header):
11228         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
11229         reusable, more safety checks.
11230
11231 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
11232
11233         * ext/timidity/gsttimidity.c: (gst_timidity_init),
11234         (gst_timidity_change_state), (plugin_init):
11235         * ext/timidity/gsttimidity.h:
11236           Don't initialize timidity in plugin_init for similar reason as below.
11237
11238 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
11239
11240         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
11241         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
11242         * ext/timidity/gstwildmidi.h:
11243           Don't initialize wildmidi in plugin_init as it also setups audio
11244           filters which is slow.
11245
11246 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
11247
11248         reviewed by: Edward Hervey  <bilboed@bilboed.com>
11249
11250         * gst/real/gstreal.c: (plugin_init):
11251         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
11252         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
11253         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
11254         * gst/real/gstrealvideodec.c: (open_library),
11255         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
11256         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
11257         * gst/real/gstrealvideodec.h:
11258         Improved search algorithm for location of real .so files.
11259         Fixes #393461
11260
11261 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
11262
11263         * configure.ac:
11264         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
11265         Use the new buffer clipping function from gstaudio here and
11266         require gst-plugins-base CVS.
11267
11268 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
11269
11270         * configure.ac:
11271           Sync liboil check with plugins-base.
11272
11273 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11274
11275         * gst/equalizer/gstiirequalizer.c:
11276         (gst_iir_equalizer_band_set_property),
11277         (gst_iir_equalizer_child_proxy_get_child_by_index),
11278         (gst_iir_equalizer_child_proxy_get_children_count),
11279         (gst_iir_equalizer_child_proxy_interface_init),
11280         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
11281         (gst_iir_equalizer_compute_frequencies):
11282         * gst/equalizer/gstiirequalizer10bands.c:
11283         (gst_iir_equalizer_10bands_class_init):
11284         * gst/equalizer/gstiirequalizer3bands.c:
11285         (gst_iir_equalizer_3bands_class_init):
11286         * gst/equalizer/gstiirequalizernbands.c:
11287           Better algorith for the center frequencies. Subtract band filters from
11288           input for negative gains. Rework the gain mapping.
11289
11290 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11291
11292         * ext/dirac/Makefile.am:
11293           Also include stdlib here.
11294
11295 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
11296
11297         * tests/check/elements/.cvsignore:
11298         Fix the buildbot with the cvsignore it wants.
11299
11300 2007-07-19  Julien MOUTTE  <julien@moutte.net>
11301
11302         * configure.ac:
11303         * gst/flv/Makefile.am:
11304         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
11305         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
11306         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
11307         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
11308         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
11309         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
11310         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11311         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
11312         (gst_flv_demux_init), (plugin_init):
11313         * gst/flv/gstflvdemux.h:
11314         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
11315         (gst_flv_demux_query_types), (gst_flv_demux_query),
11316         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11317         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11318         (gst_flv_parse_tag_type), (gst_flv_parse_header):
11319         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
11320         It does not do seeking yet, it supports pull and push mode so YES
11321         you can use it to play youtube videos directly from an HTTP uri.
11322         Not so much testing done yet but it parses metadata, reply to 
11323         duration queries, etc...
11324
11325 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
11326
11327         * tests/check/Makefile.am:
11328         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
11329           main):
11330           Add typefind test for midi.
11331
11332 2007-07-18  Michael Smith  <msmith@fluendo.com>
11333
11334         * ext/soundtouch/gstpitch.cc:
11335           If we receive a new segment event, don't try to push buffers out
11336           in response (without first sending it on!).
11337           Instead, flush internal buffers on receiving flush events.
11338           Fixes playback after seeking.
11339
11340 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11341
11342         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
11343         (gst_bayer2rgb_reset):
11344           Add basic docs. Use glibs mem routines.
11345
11346 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11347
11348         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
11349           Add example to the docs. Fix buffer-offset-end and add some debug.
11350
11351 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11352
11353         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
11354         (gst_jack_ring_buffer_acquire):
11355           Add stdlib include here too.
11356
11357 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11358
11359         * examples/app/appsrc_ex.c:
11360         * examples/switch/switcher.c:
11361         * ext/neon/gstneonhttpsrc.c:
11362         * ext/timidity/gstwildmidi.c:
11363         * ext/x264/gstx264enc.c:
11364         * gst/mve/mveaudioenc.c: (mve_compress_audio):
11365         * gst/rtpmanager/gstrtpclient.c:
11366         * gst/rtpmanager/gstrtpjitterbuffer.c:
11367         * gst/spectrum/demo-audiotest.c:
11368         * gst/spectrum/demo-osssrc.c:
11369         * sys/dvb/gstdvbsrc.c:
11370           Add stdlib include (free, atoi, exit).
11371
11372 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
11373
11374         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
11375         Fix buffer clipping to correctly clip to the segment stop.
11376
11377 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
11378
11379         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
11380
11381         * gst/modplug/gstmodplug.cc:
11382         add several missing supported mime-types to the modplug plugin.
11383         Fixes #456901.
11384
11385 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
11386
11387         * configure.ac:
11388         * tests/Makefile.am:
11389         Remove bogus check for libcheck, since we check for
11390         gstreamer-check and it pulls in the required info from there, and we
11391         weren't actually _using_ the information for libcheck ourselves
11392         anyway.
11393
11394 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
11395
11396         * configure.ac:
11397           Use pkg-config to locate check.
11398
11399 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
11400
11401         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
11402         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
11403           Fix build against core CVS.
11404
11405 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
11406
11407         * REQUIREMENTS:
11408           Sync with changes in -ugly.
11409
11410 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
11411
11412         * REQUIREMENTS:
11413           Add download location of libamrwb.
11414
11415 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
11416
11417         * docs/plugins/inspect/plugin-amrwb.xml:
11418         * docs/plugins/inspect/plugin-equalizer.xml:
11419         * docs/plugins/inspect/plugin-multifile.xml:
11420         * docs/plugins/inspect/plugin-timidity.xml:
11421         * docs/plugins/inspect/plugin-wildmidi.xml:
11422           Add missing inspect files. Fixes build (#454313).
11423
11424         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
11425           Scream a bit louder when initialisation fails.
11426
11427         * gst-libs/README:
11428         * gst-libs/ext/.cvsignore:
11429           Remove some cruft.
11430
11431 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
11432
11433         * ext/ivorbis/Makefile.am:
11434           Dist header files. Fixes #454078.
11435
11436 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
11437
11438         * docs/plugins/Makefile.am:
11439           Simplify --extra-dir as gtkdoc scans recursively.
11440
11441         * ext/amrwb/gstamrwbenc.c:
11442           Fix comment start.
11443
11444 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11445
11446         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
11447           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
11448           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
11449           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
11450           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
11451           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
11452         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
11453         Removed property "device". Added properties "adapter" and "frontend".
11454         Fixes #453636.
11455         Rename freq property to frequency.
11456
11457 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
11458
11459         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11460         Fix property descriptions.
11461
11462 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11463
11464         * docs/plugins/Makefile.am:
11465         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11466         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11467         * ext/amrwb/gstamrwbdec.c:
11468         * ext/amrwb/gstamrwbenc.c:
11469         * ext/amrwb/gstamrwbparse.c:
11470           Also document AMR-WB elements.
11471
11472 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11473
11474         * docs/plugins/Makefile.am:
11475         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11476         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11477         * docs/plugins/gst-plugins-bad-plugins.args:
11478           Cleanup the section file so that -unused is empty again (and useful to
11479           spot new docs). Add not yet added docs to sgml file. Add more header
11480           to Makefile.am to make them introspectable.
11481
11482         * docs/plugins/inspect/plugin-bz2.xml:
11483         * docs/plugins/inspect/plugin-cdxaparse.xml:
11484         * docs/plugins/inspect/plugin-dtsdec.xml:
11485         * docs/plugins/inspect/plugin-faac.xml:
11486         * docs/plugins/inspect/plugin-faad.xml:
11487         * docs/plugins/inspect/plugin-filter.xml:
11488         * docs/plugins/inspect/plugin-freeze.xml:
11489         * docs/plugins/inspect/plugin-gdp.xml:
11490         * docs/plugins/inspect/plugin-gsm.xml:
11491         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11492         * docs/plugins/inspect/plugin-h264parse.xml:
11493         * docs/plugins/inspect/plugin-modplug.xml:
11494         * docs/plugins/inspect/plugin-musicbrainz.xml:
11495         * docs/plugins/inspect/plugin-nsfdec.xml:
11496         * docs/plugins/inspect/plugin-replaygain.xml:
11497         * docs/plugins/inspect/plugin-spectrum.xml:
11498         * docs/plugins/inspect/plugin-speed.xml:
11499         * docs/plugins/inspect/plugin-tta.xml:
11500         * docs/plugins/inspect/plugin-videosignal.xml:
11501         * docs/plugins/inspect/plugin-xingheader.xml:
11502         * docs/plugins/inspect/plugin-xvid.xml:
11503           Update the doc blobs.
11504
11505 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11506
11507         * gst/multifile/Makefile.am:
11508         * gst/multifile/gstmultifile.c:
11509         * gst/multifile/gstmultifilesink.c:
11510         * gst/multifile/gstmultifilesink.h:
11511         * gst/multifile/gstmultifilesrc.c:
11512         * gst/multifile/gstmultifilesrc.h:
11513           Add .h files to be able to add it to the docs.
11514
11515 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11516
11517         * gst/modplug/gstmodplug.cc:
11518           Activate doc section.
11519
11520 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11521
11522         * ext/timidity/gsttimidity.c:
11523         * ext/timidity/gstwildmidi.c:
11524         * ext/timidity/gstwildmidi.h:
11525           Fix licence (both are GPL). Add element docs.
11526
11527 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11528
11529         * ext/musicbrainz/gsttrm.h:
11530           Fix _get_type signature.
11531
11532 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11533
11534         * gst/replaygain/gstrgvolume.h:
11535           Fix GObject macros.
11536
11537 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11538
11539         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
11540         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
11541         (gst_dc1394_set_caps_framesize_range),
11542         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
11543         (gst_dc1394_framerate_frac_to_const),
11544         (gst_dc1394_open_cam_with_best_caps):
11545         Make a bunch of functions static, and move variable declarations
11546         to the start of blocks to avoid problems on older gcc.
11547
11548         Make sure to unset value types.
11549
11550 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11551
11552         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11553
11554         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
11555         With CVS of ffmpegcolorspace from plugins-base, I can now
11556         get 30 fps from the iSight.
11557
11558 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11559
11560         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11561         Change a g_print to a GST_DEBUG message.
11562
11563 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11564
11565         * configure.ac:
11566         * ext/Makefile.am:
11567         * ext/dc1394/Makefile.am:
11568         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
11569         (gst_dc1394_class_init), (gst_dc1394_init),
11570         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
11571         (gst_dc1394_get_property), (gst_dc1394_getcaps),
11572         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
11573         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
11574         (gst_dc1394_caps_set_format_vmode_caps),
11575         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
11576         (gst_dc1394_set_caps_framesize_range),
11577         (gst_dc1394_caps_set_framerate_list),
11578         (gst_dc1394_framerate_const_to_frac),
11579         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
11580         (gst_dc1394_framerate_frac_to_const),
11581         (gst_dc1394_open_cam_with_best_caps),
11582         (gst_dc1394_change_camera_transmission), (plugin_init):
11583         * ext/dc1394/gstdc1394.h:
11584         Commit new dc1394src element.
11585         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
11586         Patch By: Eric Jonas < jonas at mit dot edu >
11587         Close: #387251
11588
11589 2007-06-28  Wim Taymans  <wim@fluendo.com>
11590
11591         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11592         Register new property as well.
11593
11594 2007-06-28  Wim Taymans  <wim@fluendo.com>
11595
11596         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11597         (gst_video_detect_set_property), (gst_video_detect_get_property):
11598         * gst/videosignal/gstvideodetect.h:
11599         Add property to adjust the center, sensitivity is now the distance from
11600         this center.
11601
11602 2007-06-27  Wim Taymans  <wim@fluendo.com>
11603
11604         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11605         (gst_video_detect_set_property), (gst_video_detect_get_property),
11606         (gst_video_detect_class_init):
11607         * gst/videosignal/gstvideodetect.h:
11608         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
11609         (gst_video_mark_420), (gst_video_mark_set_property),
11610         (gst_video_mark_get_property), (gst_video_mark_class_init):
11611         * gst/videosignal/gstvideomark.h:
11612         Add left and bottom offset properties to control the position of the
11613         pattern.
11614
11615 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
11616
11617         * docs/plugins/gst-plugins-bad-plugins.args:
11618         * docs/plugins/inspect/plugin-alsaspdif.xml:
11619         * docs/plugins/inspect/plugin-bz2.xml:
11620         * docs/plugins/inspect/plugin-cdxaparse.xml:
11621         * docs/plugins/inspect/plugin-dtsdec.xml:
11622         * docs/plugins/inspect/plugin-faac.xml:
11623         * docs/plugins/inspect/plugin-faad.xml:
11624         * docs/plugins/inspect/plugin-filter.xml:
11625         * docs/plugins/inspect/plugin-freeze.xml:
11626         * docs/plugins/inspect/plugin-gdp.xml:
11627         * docs/plugins/inspect/plugin-glimagesink.xml:
11628         * docs/plugins/inspect/plugin-gsm.xml:
11629         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11630         * docs/plugins/inspect/plugin-h264parse.xml:
11631         * docs/plugins/inspect/plugin-jack.xml:
11632         * docs/plugins/inspect/plugin-mms.xml:
11633         * docs/plugins/inspect/plugin-modplug.xml:
11634         * docs/plugins/inspect/plugin-musicbrainz.xml:
11635         * docs/plugins/inspect/plugin-neon.xml:
11636         * docs/plugins/inspect/plugin-nsfdec.xml:
11637         * docs/plugins/inspect/plugin-replaygain.xml:
11638         * docs/plugins/inspect/plugin-sdl.xml:
11639         * docs/plugins/inspect/plugin-spectrum.xml:
11640         * docs/plugins/inspect/plugin-speed.xml:
11641         * docs/plugins/inspect/plugin-tta.xml:
11642         * docs/plugins/inspect/plugin-videosignal.xml:
11643         * docs/plugins/inspect/plugin-xingheader.xml:
11644         * docs/plugins/inspect/plugin-xvid.xml:
11645           Update docs with caps info.
11646
11647 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
11648
11649         * gconf/.cvsignore:
11650         * gconf/Makefile.am:
11651         * gconf/gstreamer.schemas.in:
11652           Remove dysfunctional directory (this stuff is in -good).
11653
11654         * ext/sndfile/gstsf.c: (plugin_init):
11655         * sys/dvb/gstdvbsrc.c: (plugin_init):
11656           Add i18n bindtextdomain stuff.
11657
11658         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11659         (plugin_init):
11660           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11661
11662         * po/POTFILES.in:
11663           Add more source files with translatable strings (fixes #450605).
11664
11665 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11666
11667         Contributed by: Wenzheng Hu <db_lobster@163.com>
11668
11669         * po/LINGUAS:
11670         * po/zh_CN.po:
11671           Added Chinese (simplified) translation.
11672
11673 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11674
11675         Patch by: Jens Granseuer  <jensgr at gmx net>
11676
11677         * gst/equalizer/gstiirequalizer.c:
11678         * gst/equalizer/gstiirequalizer10bands.c:
11679         * gst/equalizer/gstiirequalizer3bands.c:
11680         * gst/equalizer/gstiirequalizernbands.c:
11681         * gst/rtpmanager/async_jitter_queue.c:
11682         (async_jitter_queue_push_sorted):
11683         * gst/rtpmanager/gstrtpjitterbuffer.c:
11684         (gst_rtp_jitter_buffer_chain):
11685         * gst/switch/gstswitch.c: (gst_switch_chain):
11686           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11687           Fixes #450185.
11688
11689 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11690
11691         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11692           last_message_received, main):
11693         * gst/switch/gstswitch.c (gst_switch_release_pad,
11694           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11695           gst_switch_set_property, gst_switch_get_property,
11696           gst_switch_get_linked_pad, gst_switch_getcaps,
11697           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11698         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11699           GST_SWITCH_UNLOCK):
11700         Add an extra lock to protect against certain variables instead of
11701         using the object lock. Fix case where caps are different in the
11702         sink pads causes deadlock. Update example to use different caps
11703         on each sink pad.
11704
11705 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11706
11707         * MAINTAINERS:
11708         Updating all the maintainers files
11709
11710 2007-06-22  Edward Hervey  <edward@fluendo.com>
11711
11712         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11713         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11714         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11715         * ext/audioresample/gstaudioresample.c:
11716         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11717         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11718         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11719         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11720         * ext/faac/gstfaac.c: (gst_faac_init):
11721         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11722         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11723         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11724         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11725         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11726         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11727         * ext/spc/gstspc.c: (gst_spc_dec_init):
11728         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11729         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11730         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11731         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11732         * gst/chart/gstchart.c: (gst_chart_init):
11733         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11734         * gst/festival/gstfestival.c: (gst_festival_init):
11735         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11736         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11737         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11738         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11739         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11740         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11741         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11742         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11743         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11744         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11745         * gst/speed/gstspeed.c: (speed_init):
11746         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11747         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11748         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11749         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11750         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11751         Fix leaks.
11752
11753 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11754
11755         * RELEASE:
11756         * sys/Makefile.am:
11757           Re-enable VCD source and fix up release notes.
11758
11759 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11760
11761         * gst/equalizer/gstiirequalizer.c:
11762           Document parameter mapping.
11763
11764 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11765
11766         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11767         (gst_spectrum_transform_ip):
11768           Fix leaking buffers.
11769           
11770         * tests/check/Makefile.am:
11771         * tests/check/elements/spectrum.c: (setup_spectrum),
11772         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11773           Add simple test for spectrum element.
11774
11775 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11776
11777         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11778         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11779         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11780         (gst_amrwbdec_state_change):
11781         * ext/amrwb/gstamrwbdec.h:
11782         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11783         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11784           Add newsegment and discont handling. Some code cleanups. Don't leak
11785           the adapter, unref it in a new finalize method instead. Sync the
11786           parser with the amr-nb changes.
11787
11788 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11789
11790         * configure.ac:
11791         Back to CVS.
11792
11793         * gst-plugins-bad.doap:
11794         Add 0.10.5 to the doap file.
11795
11796 === release 0.10.5 ===
11797
11798 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11799
11800         * configure.ac:
11801           releasing 0.10.5, "Expedition to Lake Pahoe"
11802
11803 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11804
11805         * win32/vs6/gst_plugins_bad.dsw:
11806         * win32/vs6/libdshowsrcwrapper.dsp:
11807         * win32/vs6/libgstdshow.dsp:
11808         * win32/vs6/libgstmpegvideoparse.dsp:
11809         * win32/vs6/libgstneon.dsp:
11810         Convert line endings to CRLF and mark as binary files.
11811
11812 2007-06-13  Wim Taymans  <wim@fluendo.com>
11813
11814         * sys/Makefile.am:
11815         Disable VCD build because we're frozen..
11816
11817 2007-06-13  Wim Taymans  <wim@fluendo.com>
11818
11819         * configure.ac:
11820         * sys/Makefile.am:
11821         * sys/vcd/Makefile.am:
11822         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11823         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11824         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11825         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11826         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11827         (gst_vcdsrc_uri_set_uri):
11828         * sys/vcd/vcdsrc.h:
11829         Port VCD element.
11830
11831 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11832
11833         * win32/MANIFEST:
11834         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11835         MANIFEST.
11836         * win32/vs6/gst_plugins_bad.dsw:
11837         Remove qtdemux, directdraw, directsound and waveform project files
11838         from the workspace as they have been moved to -good.
11839
11840 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11841
11842         * po/POTFILES.in:
11843         Remove qtdemux from the translation list.
11844
11845 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11846
11847         * configure.ac:
11848         * docs/plugins/Makefile.am:
11849         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11850         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11851         * docs/plugins/inspect/plugin-osxvideo.xml:
11852         * docs/plugins/inspect/plugin-videocrop.xml:
11853         * gst-plugins-bad.spec.in:
11854         * gst/videocrop/Makefile.am:
11855         * gst/videocrop/gstvideocrop.c:
11856         * gst/videocrop/gstvideocrop.h:
11857         * gst/videocrop/videocrop.vcproj:
11858         * sys/Makefile.am:
11859         * sys/osxvideo/Makefile.am:
11860         * sys/osxvideo/cocoawindow.h:
11861         * sys/osxvideo/cocoawindow.m:
11862         * sys/osxvideo/osxvideosink.h:
11863         * sys/osxvideo/osxvideosink.m:
11864         * tests/check/Makefile.am:
11865         * tests/check/elements/videocrop.c:
11866         * tests/icles/Makefile.am:
11867         * tests/icles/videocrop-test.c:
11868         Move videocrop and osxvideo to -good.
11869
11870 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11871
11872         * configure.ac:
11873         * docs/plugins/Makefile.am:
11874         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11875         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11876         * gst/qtdemux/Makefile.am:
11877         * gst/qtdemux/gstrtpxqtdepay.c:
11878         * gst/qtdemux/gstrtpxqtdepay.h:
11879         * gst/qtdemux/qtdemux.c:
11880         * gst/qtdemux/qtdemux.h:
11881         * gst/qtdemux/qtdemux.vcproj:
11882         * gst/qtdemux/qtdemux_dump.c:
11883         * gst/qtdemux/qtdemux_dump.h:
11884         * gst/qtdemux/qtdemux_fourcc.h:
11885         * gst/qtdemux/qtdemux_types.c:
11886         * gst/qtdemux/qtdemux_types.h:
11887         * gst/qtdemux/qtpalette.h:
11888         * gst/qtdemux/quicktime.c:
11889         * win32/MANIFEST:
11890         * win32/vs6/libgstqtdemux.dsp:
11891         Move qtdemux to -good.
11892
11893         * gst-plugins-bad.spec.in:
11894         Update spec file to reflect wavpack & qtdemux moving to -good.
11895
11896 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11897
11898         * docs/plugins/Makefile.am:
11899         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11900         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11901         * docs/plugins/inspect/plugin-waveform.xml:
11902         * sys/waveform/gstwaveformplugin.c:
11903         * sys/waveform/gstwaveformsink.c:
11904         * sys/waveform/gstwaveformsink.h:
11905         * win32/MANIFEST:
11906         * win32/vs6/libgstwaveform.dsp:
11907         Remove the waveform plugin now that it is in -good.
11908
11909 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11910
11911         * configure.ac:
11912         * docs/plugins/Makefile.am:
11913         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11914         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11915         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11916         * docs/plugins/inspect/plugin-wavpack.xml:
11917         * ext/Makefile.am:
11918         * ext/wavpack/Makefile.am:
11919         * ext/wavpack/gstwavpack.c:
11920         * ext/wavpack/gstwavpackcommon.c:
11921         * ext/wavpack/gstwavpackcommon.h:
11922         * ext/wavpack/gstwavpackdec.c:
11923         * ext/wavpack/gstwavpackdec.h:
11924         * ext/wavpack/gstwavpackenc.c:
11925         * ext/wavpack/gstwavpackenc.h:
11926         * ext/wavpack/gstwavpackparse.c:
11927         * ext/wavpack/gstwavpackparse.h:
11928         * ext/wavpack/gstwavpackstreamreader.c:
11929         * ext/wavpack/gstwavpackstreamreader.h:
11930         * ext/wavpack/md5.c:
11931         * ext/wavpack/md5.h:
11932         * tests/check/Makefile.am:
11933         * tests/check/elements/wavpackdec.c:
11934         * tests/check/elements/wavpackenc.c:
11935         * tests/check/elements/wavpackparse.c:
11936           Move wavpack to good.
11937
11938 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11939
11940         * configure.ac:
11941         * docs/plugins/Makefile.am:
11942         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11943         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11944         * docs/plugins/gst-plugins-bad-plugins.args:
11945         * docs/plugins/inspect/plugin-directdraw.xml:
11946         * docs/plugins/inspect/plugin-directsound.xml:
11947         * sys/Makefile.am:
11948         * sys/directdraw/Makefile.am:
11949         * sys/directdraw/gstdirectdrawplugin.c:
11950         * sys/directdraw/gstdirectdrawsink.c:
11951         * sys/directdraw/gstdirectdrawsink.h:
11952         * sys/directsound/Makefile.am:
11953         * sys/directsound/gstdirectsoundplugin.c:
11954         * sys/directsound/gstdirectsoundsink.c:
11955         * sys/directsound/gstdirectsoundsink.h:
11956         * win32/MANIFEST:
11957         * win32/gst.sln:
11958         * win32/vs6/libgstdirectdraw.dsp:
11959         * win32/vs6/libgstdirectsound.dsp:
11960         * win32/vs7/libgstdirectdraw.vcproj:
11961         * win32/vs7/libgstdirectsound.vcproj:
11962         * win32/vs8/libgstdirectdraw.vcproj:
11963         * win32/vs8/libgstdirectsound.vcproj:
11964         Remove DirectDraw & DirectSound plugins, as they've moved to Good
11965
11966 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11967
11968         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
11969         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
11970         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
11971           When driving the pipeline, also post an error when we get a
11972           not-linked flow return from downstream.
11973
11974 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11975
11976         * docs/plugins/gst-plugins-bad-plugins.args:
11977         * sys/directdraw/gstdirectdrawsink.c:
11978         (gst_directdraw_sink_class_init):
11979         Rename the keep-aspect-ratio property to force-aspect-ratio to make
11980         it consistent with xvimagesink and ximagesink.
11981
11982 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11983
11984         * tests/icles/videocrop-test.c: (main):
11985           Default to xvimagesink instead of autovideosink while
11986           autovideosink/ghostpads/whatever don't handle the way we use it in
11987           the way we expect it to.
11988
11989 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11990
11991         * configure.ac:
11992           Bump requirements to released versions of core and -base, and remove
11993           special-casing for equalizer and rtpmanager as it's not needed any
11994           longer.
11995
11996 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11997
11998         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
11999         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
12000         Sprinkle in some XSync calls to avoid raciness with broken
12001         drivers (ATI) when re-using a single glimagesink.
12002
12003 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
12004
12005         * gst/mpegvideoparse/mpegpacketiser.c:
12006         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
12007         (mpeg_util_parse_picture_hdr):
12008         * gst/mpegvideoparse/mpegvideoparse.c:
12009         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
12010         Fix some silly bugs with calculating the guard sizes.
12011         Properly compare the old sequence header structure with the new one.
12012         Don't error out on an invalid sequence - just ignore it.
12013
12014 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
12015
12016         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
12017           Printf fix in debug statement; also print the right number there.
12018
12019 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
12020
12021         * ext/sdl/Makefile.am:
12022         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
12023           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
12024           (#444499); initialise variable to avoid false compiler warning.
12025
12026 2007-06-01  Wim Taymans  <wim@fluendo.com>
12027
12028         * docs/plugins/Makefile.am:
12029         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12030         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12031         * docs/plugins/inspect/plugin-videosignal.xml:
12032         * gst/videosignal/Makefile.am:
12033         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
12034         (gst_video_mark_draw_box), (gst_video_mark_420),
12035         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
12036         (gst_video_mark_get_property), (gst_video_mark_base_init),
12037         (gst_video_mark_class_init), (gst_video_mark_init),
12038         (gst_video_mark_get_type):
12039         * gst/videosignal/gstvideomark.h:
12040         * gst/videosignal/gstvideosignal.c: (plugin_init):
12041         Add plugin to generate a pattern detectable by videodetect.
12042
12043 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
12044
12045         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
12046           Don't leak buffer when returning an error.
12047
12048 2007-06-01  Wim Taymans  <wim@fluendo.com>
12049
12050         Patch by René Stadler <mail at renestadler dot de>:
12051
12052         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
12053         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
12054         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
12055         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
12056         (gst_neonhttp_src_set_location),
12057         (gst_neonhttp_src_send_request_and_redirect),
12058         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
12059         * ext/neon/gstneonhttpsrc.h:
12060         Deprecated "uri" property.  Clean up property descriptions.
12061         Change default User-Agent to the slightly more descriptive
12062         "GStreamer neonhttpsrc".
12063         Various other small cleanups, mostly property related.
12064
12065 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
12066
12067         * ext/libmms/gstmms.h:
12068           No reason to use gpointers instead of typed pointes here as far as I
12069           can see.
12070
12071         * ext/mythtv/gstmythtvsrc.c:
12072         * ext/neon/gstneonhttpsrc.c:
12073         * gst/switch/gstswitch.c:
12074           Don't use gtk-doc magic markers for things that aren't meant to be
12075           parsed by gtk-doc. Makes gtk-doc complain a bit less.
12076
12077 2007-05-30  Wim Taymans  <wim@fluendo.com>
12078
12079         * configure.ac:
12080         * docs/plugins/Makefile.am:
12081         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12082         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12083         * docs/plugins/inspect/plugin-videosignal.xml:
12084         * gst/videosignal/Makefile.am:
12085         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
12086         (gst_video_analyse_post_message), (gst_video_analyse_420),
12087         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
12088         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
12089         (gst_video_analyse_class_init), (gst_video_analyse_init),
12090         (gst_video_analyse_get_type):
12091         * gst/videosignal/gstvideoanalyse.h:
12092         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
12093         (gst_video_detect_post_message),
12094         (gst_video_detect_calc_brightness), (gst_video_detect_420),
12095         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
12096         (gst_video_detect_get_property), (gst_video_detect_base_init),
12097         (gst_video_detect_class_init), (gst_video_detect_init),
12098         (gst_video_detect_get_type):
12099         * gst/videosignal/gstvideodetect.h:
12100         * gst/videosignal/gstvideosignal.c: (plugin_init):
12101         * gst/videosignal/gstvideosignal.h:
12102         Added videosignal plugin with two plugins to analyse video frames.
12103         Added videoanalyse to report about brightness and variance in video
12104         frames.
12105         Added videodetect to detect predefined patterns in a video signal.
12106
12107 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
12108
12109         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12110         * docs/plugins/gst-plugins-bad-plugins.interfaces:
12111         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
12112         * docs/plugins/gst-plugins-bad-plugins.signals:
12113           More updates.
12114
12115 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
12116
12117         * docs/plugins/gst-plugins-bad-plugins.args:
12118         * docs/plugins/gst-plugins-bad-plugins.signals:
12119         * docs/plugins/inspect/plugin-dtsdec.xml:
12120         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
12121         * docs/plugins/inspect/plugin-musepack.xml:
12122         * docs/plugins/inspect/plugin-rtpmanager.xml:
12123         * docs/plugins/inspect/plugin-sdl.xml:
12124         * docs/plugins/inspect/plugin-spcdec.xml:
12125         * docs/plugins/inspect/plugin-swfdec.xml:
12126           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
12127           hopefully that makes the build bots happy again.
12128
12129 2007-05-28  Wim Taymans  <wim@fluendo.com>
12130
12131         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12132         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12133         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
12134         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
12135         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
12136         * gst/rtpmanager/gstrtpclient.c: (create_stream),
12137         (gst_rtp_client_request_new_pad):
12138         * gst/rtpmanager/gstrtpjitterbuffer.c:
12139         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
12140         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12141         * gst/rtpmanager/gstrtpptdemux.c:
12142         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12143         (gst_rtp_session_request_new_pad):
12144         * gst/rtpmanager/gstrtpssrcdemux.c:
12145         Rename elements to avoid conflict with farsight elements with the same
12146         name. Fixes #430664.
12147
12148 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
12149
12150         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12151
12152         * sys/directdraw/gstdirectdrawsink.c:
12153         (gst_directdraw_sink_buffer_alloc),
12154         (gst_directdraw_sink_show_frame),
12155         (gst_directdraw_sink_check_primary_surface),
12156         (gst_directdraw_sink_check_offscreen_surface),
12157         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
12158         (gst_directdraw_sink_surface_create):
12159         * sys/directdraw/gstdirectdrawsink.h:
12160           Fix more warnings when compiling with MingW (#439914).
12161
12162 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
12163
12164         * docs/plugins/gst-plugins-bad-plugins.args:
12165         Remove directsoundsink property doc as this sink use the mixer
12166         interface now.
12167         * docs/plugins/gst-plugins-bad-plugins.interfaces:
12168         Add interfaces implemented by Windows sinks.
12169         * sys/directsound/gstdirectsoundsink.c:
12170         * sys/directsound/gstdirectsoundsink.h:
12171         Remove directsoundsink property  and implement the mixer interface.
12172         * win32/vs6/gst_plugins_bad.dsw:
12173         * win32/vs6/libgstdirectsound.dsp:
12174         Update project files.
12175         * gst-libs/gst/dshow/gstdshow.cpp:
12176         * gst-libs/gst/dshow/gstdshow.h:
12177         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
12178         * gst-libs/gst/dshow/gstdshowfakesink.h:
12179         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
12180         * gst-libs/gst/dshow/gstdshowfakesrc.h:
12181         * gst-libs/gst/dshow/gstdshowinterface.cpp:
12182         * gst-libs/gst/dshow/gstdshowinterface.h:
12183         * win32/common/libgstdshow.def:
12184         * win32/vs6/libgstdshow.dsp:
12185         Add a new gst library which allow to create internal Direct Show
12186         graph (pipelines) to wrap Windows sources, decoders or encoders.
12187         It includes a DirectShow fake source and sink and utility functions.    
12188         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
12189         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
12190         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
12191         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
12192         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
12193         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
12194         * win32/vs6/libdshowsrcwrapper.dsp:
12195         Add a new plugin to wrap DirectShow sources on Windows.
12196         It gets data from any webcam, dv cam, micro. We could add 
12197         tv tunner card later.
12198         
12199 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
12200
12201         Patch by René Stadler <mail at renestadler dot de>:
12202
12203         * ext/sdl/sdlvideosink.c:
12204         Separate the authors by newlines instead of nothing. Fixes #440774.
12205
12206 2007-05-23  Wim Taymans  <wim@fluendo.com>
12207
12208         * docs/plugins/inspect/plugin-rtpmanager.xml:
12209         Add doc xml file.
12210
12211 2007-05-23  Wim Taymans  <wim@fluendo.com>
12212
12213         * docs/plugins/Makefile.am:
12214         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12215         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12216         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12217         * gst/rtpmanager/gstrtpbin.h:
12218         * gst/rtpmanager/gstrtpclient.c:
12219         * gst/rtpmanager/gstrtpjitterbuffer.c:
12220         (gst_rtp_jitter_buffer_class_init),
12221         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
12222         * gst/rtpmanager/gstrtpjitterbuffer.h:
12223         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12224         (gst_rtp_pt_demux_clear_pt_map):
12225         * gst/rtpmanager/gstrtpptdemux.h:
12226         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12227         (rtcp_thread), (gst_rtp_session_clear_pt_map):
12228         * gst/rtpmanager/gstrtpsession.h:
12229         * gst/rtpmanager/gstrtpssrcdemux.c:
12230         (gst_rtp_ssrc_demux_class_init):
12231         Document stuff.
12232         Add clear-pt-map action signal where needed.
12233
12234 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
12235
12236         * configure.ac:
12237           Depend on gstreamer-0.10.12.1.
12238         
12239         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12240           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12241           parent_class, gst_iir_equalizer_band_set_property,
12242           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12243           gst_iir_equalizer_child_proxy_get_child_by_index,
12244           gst_iir_equalizer_child_proxy_get_children_count,
12245           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12246           gst_iir_equalizer_compute_frequencies,
12247           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
12248           plugin_init):
12249         * gst/equalizer/gstiirequalizer.h (audiofilter):
12250         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
12251           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
12252           gst_iir_equalizer_nbands_set_property):
12253           Use new locking macros.
12254
12255         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
12256           Add fixme.
12257
12258         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
12259           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
12260           gst_spectrum_event, gst_spectrum_transform_ip):
12261           Use new locking macros. Turn two fixed values into #defines.
12262
12263 2007-05-22  Edward Hervey  <edward@fluendo.com>
12264
12265         * docs/plugins/Makefile.am:
12266         Also look for .m (objectivec) files.
12267         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12268         * docs/plugins/gst-plugins-bad-plugins.args:
12269         * sys/osxvideo/osxvideosink.m:
12270         Add documentation for element and properties.
12271
12272 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12273
12274         * ChangeLog:
12275           ChangeLog surgery.
12276         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12277           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12278           parent_class, gst_iir_equalizer_band_set_property,
12279           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12280           gst_iir_equalizer_child_proxy_get_child_by_index,
12281           gst_iir_equalizer_child_proxy_get_children_count,
12282           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12283           gst_iir_equalizer_compute_frequencies, plugin_init):
12284         * tests/icles/equalizer-test.c:
12285           Add fixme and comment for example.
12286
12287 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12288
12289         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
12290           gst_spectrum_event, gst_spectrum_transform_ip):
12291           Use lock to protect from concurrent access.
12292
12293 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12294
12295         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12296         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12297         Specify and use properties as unsigned int that are an unsigned int.
12298
12299 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12300
12301         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12302         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
12303         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12304         * ext/wavpack/gstwavpackenc.h:
12305         Fixup docs, make the bitrate property an int as it should be and
12306         allow to set the different extra processing modes instead of only
12307         allowing none and the default one.
12308
12309 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
12310
12311         * ext/wavpack/gstwavpackenc.c:
12312         Add missing audioconverts in the example pipelines of wavpackenc. As
12313         the wavpack stuff now needs input with 32 bit width (and random depth)
12314         this is needed now. The example pipelines for the parser and decoder
12315         are still fine.
12316
12317 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12318
12319         * docs/plugins/Makefile.am:
12320         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12321           Fix docs build and hierarchy.
12322
12323 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12324
12325         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
12326         (gst_directdraw_sink_buffer_alloc),
12327         (gst_directdraw_sink_get_ddrawcaps),
12328         (gst_directdraw_sink_surface_create):
12329           Bunch of small fixes: remove static function that doesn't exist;
12330           declare another one that does; printf format fix; use right macro
12331           when specifying debug category; remove a bunch of unused variables;
12332           #if 0 out an unused chunk of code (partially fixes #439914).
12333
12334 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12335
12336         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
12337         * gst/switch/gstswitch.c: (gst_switch_chain):
12338           Printf format fixes (#439910, #439911).
12339
12340 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12341
12342         * tests/check/Makefile.am:
12343           Remove bits for deinterleave check which isn't in CVS yet.
12344
12345 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12346
12347         Patch by: René Stadler <mail at renestadler de>
12348
12349         * docs/plugins/Makefile.am:
12350         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12351         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12352         * docs/plugins/inspect/plugin-replaygain.xml:
12353         * gst/replaygain/Makefile.am:
12354         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
12355         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
12356         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
12357         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
12358         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
12359         (gst_rg_analysis_album_result):
12360         * gst/replaygain/gstrganalysis.h:
12361         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
12362         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
12363         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
12364         (gst_rg_limiter_transform_ip):
12365         * gst/replaygain/gstrglimiter.h:
12366         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
12367         (gst_rg_volume_class_init), (gst_rg_volume_init),
12368         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
12369         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
12370         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
12371         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
12372         (gst_rg_volume_determine_gain):
12373         * gst/replaygain/gstrgvolume.h:
12374         * gst/replaygain/replaygain.c: (plugin_init):
12375         * gst/replaygain/replaygain.h:
12376         * gst/replaygain/rganalysis.h:
12377         * tests/check/Makefile.am:
12378         * tests/check/elements/.cvsignore:
12379         * tests/check/elements/rganalysis.c: (send_eos_event),
12380         (GST_START_TEST):
12381         * tests/check/elements/rglimiter.c: (setup_rglimiter),
12382         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
12383         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
12384         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
12385         (cleanup_rgvolume), (set_playing_state), (set_null_state),
12386         (send_eos_event), (send_tag_event), (test_buffer_new),
12387         (fail_unless_target_gain), (fail_unless_result_gain),
12388         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
12389           Add replaygain playback elements (#412710).
12390
12391 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
12392
12393         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
12394         Update the cached caps after opening the display so that we report
12395         only the supported caps formats, not just the template caps.
12396         Fixes: #439405
12397
12398 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
12399
12400         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
12401           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
12402         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
12403           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
12404         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
12405           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
12406           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
12407           GST_DEBUG_FUNCPTR and add log-category.
12408
12409 2007-05-17  Edward Hervey  <edward@fluendo.com>
12410
12411         * sys/osxvideo/osxvideosink.h:
12412         * sys/osxvideo/osxvideosink.m:
12413         Remove the event-loop-in-separate-thread modifications, because MacOSX
12414         is $#@(*%$# ! For those wondering, the event handling needs to be done
12415         in the main thread after all..
12416
12417 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12418
12419         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
12420           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
12421           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
12422           gst_switch_chain, gst_switch_event, gst_switch_set_property,
12423           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
12424           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
12425           gst_switch_base_init, gst_switch_class_init):
12426         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
12427           stop_value, start_value, current_start, last_ts, stored_buffers):
12428         Add handling of application provided stop and start values, allowing
12429         A/V sync across 2 switch elements.
12430
12431 2007-05-17  Edward Hervey  <edward@fluendo.com>
12432
12433         * sys/osxvideo/osxvideosink.h:
12434         * sys/osxvideo/osxvideosink.m:
12435         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
12436         Use a separate thread/task for the cocoa event_loop, else it wouldn't
12437         stop.
12438
12439 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12440
12441         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
12442         (gst_real_audio_dec_setcaps):
12443         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
12444           Don't crash when we get a buffer and our input caps haven't been set
12445           yet; also, don't leak all the input buffers (realaudiodec only).
12446
12447 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12448
12449         patch by: Stanislav Brabec <sbrabec@suse.cz>
12450
12451         * configure.ac:
12452         * ext/amrwb/Makefile.am:
12453         * ext/amrwb/amrwb-code/Makefile.am:
12454         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
12455         * ext/amrwb/amrwb-code/amrwb/README:
12456         * ext/amrwb/gstamrwbdec.c:
12457         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
12458         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
12459         * ext/amrwb/gstamrwbparse.c:
12460         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
12461         * gst-libs/Makefile.am:
12462         * gst-libs/ext/Makefile.am:
12463         * gst-libs/ext/amrwb/Makefile.am:
12464         * gst-libs/ext/amrwb/README:
12465           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
12466
12467 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12468
12469         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
12470           This needs a version check.
12471
12472         * gst/bayer/Makefile.am:
12473           Fix the build.
12474
12475 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12476
12477         * configure.ac:
12478         * sys/directdraw/Makefile.am:
12479         * sys/directsound/Makefile.am:
12480           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
12481           and restore the various flags in the directdraw/directsound
12482           detection section. Apparently improves cross-compiling for win32
12483           with mingw32 under some circumstances (#437539).
12484
12485 2007-05-15  Wim Taymans  <wim@fluendo.com>
12486
12487         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12488         We always use fixed caps.
12489
12490 2007-05-14  David Schleef  <ds@schleef.org>
12491
12492         * gst/rtpmanager/gstrtpbin.c:
12493           g_hash_table_remove_all() only exists in 2.12.  Work around.
12494
12495 2007-05-14  David Schleef  <ds@schleef.org>
12496
12497         * configure.ac:
12498         * gst/bayer/Makefile.am:
12499         * gst/bayer/gstbayer.c:
12500         * gst/bayer/gstbayer2rgb.c:
12501           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
12502           Partial fix for #314160.
12503
12504 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12505
12506         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
12507           ARG_LAST_TS, parent_class, gst_switch_release_pad,
12508           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12509           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
12510           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
12511         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
12512           current_start, last_ts):
12513         Allow application to provide a stop timestamp, so a new segment
12514         update can be sent before switching.
12515
12516 2007-05-14  Wim Taymans  <wim@fluendo.com>
12517
12518         * gst/rtpmanager/async_jitter_queue.c:
12519         (async_jitter_queue_set_flushing_unlocked):
12520         Fix leak when flushing.
12521
12522         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
12523         (gst_rtp_bin_class_init):
12524         * gst/rtpmanager/gstrtpbin.h:
12525         Add clear-pt-map signal.
12526
12527         * gst/rtpmanager/gstrtpjitterbuffer.c:
12528         (gst_rtp_jitter_buffer_flush_stop),
12529         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
12530         Init clock-rate to -1 to mark unknow clock rate.
12531         Fix flushing.
12532
12533 2007-05-13  David Schleef  <ds@schleef.org>
12534
12535         * gst/replaygain/rganalysis.c:
12536           Fix wrong ifdef for visual C++.  Fixes: #437403.
12537           By Ali Sabil <ali.sabil@gmail.com>.
12538
12539 2007-05-12  David Schleef  <ds@schleef.org>
12540
12541         * ext/neon/gstneonhttpsrc.c:
12542           Make redirection the default behavior.  Fixes #413818.
12543
12544 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12545
12546         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
12547           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
12548           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
12549           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
12550           qtdemux_parse_segments, qtdemux_parse_trak):
12551         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
12552           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
12553           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
12554           rtp_session_get_location, rtp_session_get_tool,
12555           rtp_session_process_bye, session_report_blocks):
12556         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
12557           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
12558           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
12559
12560         * gst/switch/Makefile.am:
12561           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
12562
12563 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12564
12565         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
12566           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
12567           async_jitter_queue_set_low_threshold,
12568           async_jitter_queue_length_ts_units_unlocked,
12569           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
12570           async_jitter_queue_lock, async_jitter_queue_push,
12571           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
12572           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
12573           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
12574           async_jitter_queue_set_flushing_unlocked,
12575           async_jitter_queue_unset_flushing_unlocked):
12576           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
12577
12578 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12579
12580         * common/m4/gst-x11.m4:
12581           Restore CFLAGS and LIBS.
12582
12583         * configure.ac:
12584           Revert previous patch.
12585
12586 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12587
12588         Patch by: Ali Sabil <ali.sabil@gmail.com>
12589
12590         * configure.ac:
12591           Save and restore CFLAGS for OpenGL check. Fixes #437260.
12592         
12593
12594 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
12595
12596         * docs/plugins/gst-plugins-bad-plugins.args:
12597         Add directraw and directsound sinks properties.
12598
12599 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12600
12601         * configure.ac:
12602           Fix --disable-external (hopefully).
12603
12604 2007-05-09  Wim Taymans  <wim@fluendo.com>
12605
12606         * gst/rtpmanager/gstrtpjitterbuffer.c:
12607         (gst_rtp_jitter_buffer_query):
12608         Pass queries upstream.
12609
12610 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
12611
12612         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
12613         (gst_real_audio_dec_finalize):
12614         * gst/real/gstrealaudiodec.h:
12615         * gst/real/gstrealvideodec.c: (open_library), (close_library):
12616         * gst/real/gstrealvideodec.h:
12617           Use GModule instead of using dlsym() directly. Fixes #430598.
12618
12619 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
12620
12621         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12622         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12623         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12624           Add docs for Windows sinks.
12625
12626 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12627
12628         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
12629         (speed_chain), (speed_change_state):
12630           Fix event handling a bit by replacing completely dubious code
12631           written by someone else with completely dubious code written
12632           by me. Should at least fix #412077 though.
12633
12634 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12635
12636         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
12637         (plugin_init):
12638           Add debug category; use gst_pad_query_peer_*() utility functions;
12639           use gst_util_scale*(); add gtk-doc blurb.
12640
12641 2007-05-04  Wim Taymans  <wim@fluendo.com>
12642
12643         * gst/rtpmanager/gstrtpjitterbuffer.c:
12644         (gst_rtp_jitter_buffer_query):
12645         Add some debug info.
12646
12647         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12648         (rtp_session_send_rtp):
12649         Store real user name in the session.
12650
12651 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
12652
12653         * configure.ac:
12654         * examples/Makefile.am:
12655         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12656           last_message_received, main):
12657         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12658           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12659           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12660           gst_switch_set_property, gst_switch_get_property,
12661           gst_switch_get_linked_pad, gst_switch_getcaps,
12662           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12663           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12664           gst_switch_class_init):
12665         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12666           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12667           need_to_send_newsegment):
12668         Port switch element and example program to 0.10.
12669
12670 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12671
12672         * ext/wavpack/gstwavpack.c: (plugin_init):
12673         Call bindtextdomain() to get localized strings.
12674         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12675         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12676         (gst_wavpack_parse_handle_seek_event),
12677         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12678         * ext/wavpack/gstwavpackparse.h:
12679         Handle DISCONT buffers by correctly setting the DISCONT flag
12680         on outgoing buffers when necessary.
12681         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12682         Send newsegment from the streaming thread.
12683
12684 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12685
12686         * ext/wavpack/gstwavpackparse.c:
12687         (gst_wavpack_parse_handle_seek_event):
12688         Remove old workaround that was needed when seeking after the last
12689         sample. With the fixed error handling this works now as expected
12690         without pushing the last sample although it wasn't requested.
12691
12692 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12693
12694         * ext/wavpack/gstwavpackparse.c:
12695         (gst_wavpack_parse_handle_seek_event):
12696         Handle segment seeks in the seek event handler, correctly work with
12697         stop position == -1 and instead of stopping the task on seek just
12698         pause it.
12699
12700 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12701
12702         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12703         Add handling for segment seeks.
12704
12705 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12706
12707         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12708         (gst_wavpack_parse_create_src_pad),
12709         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12710         (gst_wavpack_parse_chain):
12711         Correctly handle errors, especially in the loop function. Before it
12712         was easy to get the task paused but no error being posted on the bus.
12713
12714 2007-04-30  Wim Taymans  <wim@fluendo.com>
12715
12716         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12717         (async_jitter_queue_pop_intern_unlocked):
12718         Fix the case where the buffer underruns and does not block.
12719
12720         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12721         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12722         (gst_rtp_bin_request_new_pad):
12723         Rename RTCP send pad, like in the session manager.
12724         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12725         fix handling of send_rtp_src pad.
12726
12727         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12728         When no pt map could be found, fall back to the sinkpad caps.
12729
12730         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12731         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12732         (create_recv_rtcp_sink), (create_send_rtp_sink),
12733         (create_send_rtcp_src):
12734         Fix pad names.
12735
12736         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12737         (rtp_session_create_source), (rtp_session_process_sr),
12738         (rtp_session_send_rtp), (session_start_rtcp):
12739         * gst/rtpmanager/rtpsession.h:
12740         Unlock session when performing a callback.
12741         Add callbacks for the internal session object.
12742         Fix sending of RTP packets.
12743         first attempt at adding NTP times in the SR packets.
12744         Small debug and doc improvements.
12745
12746         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12747         Update stats for SR reports.
12748
12749 2007-04-29  Wim Taymans  <wim@fluendo.com>
12750
12751         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12752         Remove debug.
12753
12754         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12755         (rtp_session_process_sdes), (calculate_rtcp_interval),
12756         (rtp_session_next_timeout), (session_report_blocks):
12757         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12758         Improve debugging
12759         Fix interval for BYE/RTCP packets.
12760
12761 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12762
12763         * docs/plugins/gst-plugins-bad-plugins.args:
12764         * docs/plugins/gst-plugins-bad-plugins.signals:
12765           Commit result of running scanobj-update
12766
12767 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12768
12769         * autogen.sh:
12770           Require automake 1.7
12771         * ext/alsaspdif/Makefile.am:
12772         * ext/divx/Makefile.am:
12773         * ext/ivorbis/Makefile.am:
12774         * ext/musicbrainz/Makefile.am:
12775         * ext/neon/Makefile.am:
12776         * ext/sdl/Makefile.am:
12777         * ext/swfdec/Makefile.am:
12778         * ext/theora/Makefile.am:
12779         * ext/wavpack/Makefile.am:
12780         * ext/xvid/Makefile.am:
12781         * gst/modplug/Makefile.am:
12782           Fix up Makefile.am accordingly.
12783
12784 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12785
12786         * docs/plugins/inspect/plugin-alsaspdif.xml:
12787         * docs/plugins/inspect/plugin-bz2.xml:
12788         * docs/plugins/inspect/plugin-cdxaparse.xml:
12789         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12790         * docs/plugins/inspect/plugin-faac.xml:
12791         * docs/plugins/inspect/plugin-faad.xml:
12792         * docs/plugins/inspect/plugin-filter.xml:
12793         * docs/plugins/inspect/plugin-freeze.xml:
12794         * docs/plugins/inspect/plugin-glimagesink.xml:
12795         * docs/plugins/inspect/plugin-gsm.xml:
12796         * docs/plugins/inspect/plugin-h264parse.xml:
12797         * docs/plugins/inspect/plugin-jack.xml:
12798         * docs/plugins/inspect/plugin-mms.xml:
12799         * docs/plugins/inspect/plugin-modplug.xml:
12800         * docs/plugins/inspect/plugin-musepack.xml:
12801         * docs/plugins/inspect/plugin-musicbrainz.xml:
12802         * docs/plugins/inspect/plugin-neon.xml:
12803         * docs/plugins/inspect/plugin-nsfdec.xml:
12804         * docs/plugins/inspect/plugin-replaygain.xml:
12805         * docs/plugins/inspect/plugin-sdl.xml:
12806         * docs/plugins/inspect/plugin-soundtouch.xml:
12807         * docs/plugins/inspect/plugin-spectrum.xml:
12808         * docs/plugins/inspect/plugin-speed.xml:
12809         * docs/plugins/inspect/plugin-tta.xml:
12810         * docs/plugins/inspect/plugin-videocrop.xml:
12811         * docs/plugins/inspect/plugin-wavpack.xml:
12812         * docs/plugins/inspect/plugin-xingheader.xml:
12813         * docs/plugins/inspect/plugin-xvid.xml:
12814           Add jack and update.
12815
12816 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12817
12818         * configure.ac:
12819           Don't build equalizer unless we have core from CVS (it won't
12820           work with earlier versions due to GstChildProxy brokeness).
12821           Also up requirements to last released core/base.
12822
12823 2007-04-27  Wim Taymans  <wim@fluendo.com>
12824
12825         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12826         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12827         Move reconsideration code to the rtpsession object.
12828         Simplify timout handling and add reconsideration.
12829
12830         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12831         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12832         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12833         (obtain_source), (rtp_session_create_source),
12834         (update_arrival_stats), (rtp_session_process_rtp),
12835         (rtp_session_process_sr), (rtp_session_process_rr),
12836         (rtp_session_process_bye), (rtp_session_process_rtcp),
12837         (calculate_rtcp_interval), (rtp_session_send_bye),
12838         (rtp_session_next_timeout), (session_start_rtcp),
12839         (session_report_blocks), (session_cleanup), (session_sdes),
12840         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12841         * gst/rtpmanager/rtpsession.h:
12842         Handle timeout of inactive sources and senders.
12843         Implement BYE scheduling.
12844
12845         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12846         (rtp_source_process_sr), (rtp_source_get_last_sr),
12847         (rtp_source_get_last_rb):
12848         * gst/rtpmanager/rtpsource.h:
12849         Add members to check for timeouts.
12850
12851         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12852         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12853         (rtp_stats_calculate_bye_interval):
12854         * gst/rtpmanager/rtpstats.h:
12855         Use RFC algorithm for calculating the reporting interval.
12856
12857 2007-04-26  Edward Hervey  <edward@fluendo.com>
12858
12859         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12860         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12861         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12862         * docs/plugins/inspect/plugin-osxvideo.xml:
12863         Add documentation for osxvideo
12864
12865 2007-04-25  Wim Taymans  <wim@fluendo.com>
12866
12867         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12868         Implement forward and reverse reconsideration.
12869
12870         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
12871         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
12872         (session_report_blocks):
12873         * gst/rtpmanager/rtpsession.h:
12874         Small cleanups.
12875
12876 2007-04-25  Wim Taymans  <wim@fluendo.com>
12877
12878         reviewed by: <delete if not using a buddy>
12879
12880         * gst/rtpmanager/gstrtpbin.c: (create_stream),
12881         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
12882         (gst_rtp_bin_get_property):
12883         * gst/rtpmanager/gstrtpbin.h:
12884         Make default jitterbuffer latency configurable.
12885
12886         * gst/rtpmanager/gstrtpjitterbuffer.c:
12887         (gst_rtp_jitter_buffer_class_init),
12888         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
12889         (gst_rtp_jitter_buffer_set_property),
12890         (gst_rtp_jitter_buffer_get_property):
12891         Debuging cleanups.
12892
12893 2007-04-25  Wim Taymans  <wim@fluendo.com>
12894
12895         * gst/rtpmanager/gstrtpjitterbuffer.c:
12896         (gst_rtp_jitter_buffer_change_state):
12897         Report NO_PREROLL when going to PAUSED.
12898
12899         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12900         Don't send RTCP right before we are shutting down.
12901
12902         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
12903         (rtp_session_process_sr), (session_report_blocks),
12904         (rtp_session_perform_reporting):
12905         Improve report blocks.
12906
12907         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
12908         (rtp_source_process_rtp), (rtp_source_process_sr),
12909         (rtp_source_process_rb), (rtp_source_get_last_sr),
12910         (rtp_source_get_last_rb):
12911         * gst/rtpmanager/rtpsource.h:
12912         * gst/rtpmanager/rtpstats.h:
12913         Cleanups, add methods to access stats. 
12914
12915 2007-04-25  Wim Taymans  <wim@fluendo.com>
12916
12917         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12918         fix for pad name change
12919
12920         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12921         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
12922         Fix for renamed methods.
12923
12924         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12925         (rtp_session_finalize), (rtp_session_set_cname),
12926         (rtp_session_get_cname), (rtp_session_set_name),
12927         (rtp_session_get_name), (rtp_session_set_email),
12928         (rtp_session_get_email), (rtp_session_set_phone),
12929         (rtp_session_get_phone), (rtp_session_set_location),
12930         (rtp_session_get_location), (rtp_session_set_tool),
12931         (rtp_session_get_tool), (rtp_session_set_note),
12932         (rtp_session_get_note), (source_push_rtp), (obtain_source),
12933         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
12934         (rtp_session_create_source), (rtp_session_process_rtp),
12935         (rtp_session_process_sr), (rtp_session_process_sdes),
12936         (rtp_session_process_rtcp), (rtp_session_send_rtp),
12937         (rtp_session_get_reporting_interval), (session_report_blocks),
12938         (session_sdes), (rtp_session_perform_reporting):
12939         * gst/rtpmanager/rtpsession.h:
12940         Prepare for implementing SSRC sampling.
12941         Create SSRC for the session. 
12942         Add methods to set the SDES entries.
12943         fix accounting of senders/receivers.
12944         Implement SR/RR/SDES RTCP reporting.
12945
12946         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
12947         (rtp_source_process_rtp), (rtp_source_process_sr):
12948         * gst/rtpmanager/rtpsource.h:
12949         Implement extended sequence number.
12950
12951         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12952         * gst/rtpmanager/rtpstats.h:
12953         Rename some fields.
12954
12955 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
12956
12957         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
12958         (gst_y4m_encode_setcaps):
12959         * tests/check/elements/y4menc.c: (GST_START_TEST):
12960           Plug some leaks; try to make build bot happy again.
12961
12962 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12963
12964         * gst/Makefile.am:
12965           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
12966
12967 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12968
12969         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
12970           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
12971
12972 2007-04-20  Michael Smith  <msmith@fluendo.com>
12973
12974         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
12975           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
12976           quicktime because of sample rate mismatches.
12977           Reenable overriding the implicit SBR behaviour (accidently changed?)
12978           to allow playback of these files.
12979
12980 2007-04-19  David Schleef  <ds@schleef.org>
12981
12982         * configure.ac:
12983           Change rtpmanager disabling to keep -bad releasable.
12984
12985 2007-04-18  David Schleef  <ds@schleef.org>
12986
12987         * configure.ac:
12988         * gst/Makefile.am:
12989           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
12990           line 268.
12991
12992 2007-04-18  Wim Taymans  <wim@fluendo.com>
12993
12994         * gst/Makefile.am:
12995         Add rtpmanager dir to dist.
12996
12997 2007-04-18  Wim Taymans  <wim@fluendo.com>
12998
12999         * configure.ac:
13000         Disable rtpmanager for now because it depends on CVS -base.
13001
13002         * gst/rtpmanager/Makefile.am:
13003         Added new files for session manager.
13004
13005         * gst/rtpmanager/gstrtpjitterbuffer.h:
13006         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13007         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
13008         Some cleanups. 
13009         the session manager can now also request a pt-map.
13010
13011         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
13012         (gst_rtp_session_class_init), (gst_rtp_session_init),
13013         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
13014         (stop_rtcp_thread), (gst_rtp_session_change_state),
13015         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
13016         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
13017         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
13018         (gst_rtp_session_chain_recv_rtp),
13019         (gst_rtp_session_event_recv_rtcp_sink),
13020         (gst_rtp_session_chain_recv_rtcp),
13021         (gst_rtp_session_event_send_rtp_sink),
13022         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
13023         (gst_rtp_session_request_new_pad):
13024         * gst/rtpmanager/gstrtpsession.h:
13025         We can ask for pt-map now too when the session manager needs it.
13026         Hook up to the new session manager, implement the needed callbacks for
13027         pushing data, getting clock time and requesting clock-rates.
13028         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
13029         be send to clients.
13030         Add code to start and stop the thread that will schedule RTCP through
13031         the session manager.
13032
13033         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
13034         (rtp_session_init), (rtp_session_finalize),
13035         (rtp_session_set_property), (rtp_session_get_property),
13036         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
13037         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
13038         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
13039         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
13040         (source_push_rtp), (source_clock_rate), (check_collision),
13041         (obtain_source), (rtp_session_add_source),
13042         (rtp_session_get_num_sources),
13043         (rtp_session_get_num_active_sources),
13044         (rtp_session_get_source_by_ssrc),
13045         (rtp_session_get_source_by_cname), (rtp_session_create_source),
13046         (update_arrival_stats), (rtp_session_process_rtp),
13047         (rtp_session_process_sr), (rtp_session_process_rr),
13048         (rtp_session_process_sdes), (rtp_session_process_bye),
13049         (rtp_session_process_app), (rtp_session_process_rtcp),
13050         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
13051         (rtp_session_produce_rtcp):
13052         * gst/rtpmanager/rtpsession.h:
13053         The advanced beginnings of the main session manager that handles the
13054         participant database of RTPSources, SSRC probation, SSRC collisions,
13055         parse RTCP to update source stats. etc..
13056
13057         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
13058         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
13059         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
13060         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
13061         (push_packet), (get_clock_rate), (calculate_jitter),
13062         (rtp_source_process_rtp), (rtp_source_process_bye),
13063         (rtp_source_send_rtp), (rtp_source_process_sr),
13064         (rtp_source_process_rb):
13065         * gst/rtpmanager/rtpsource.h:
13066         Object that encapsulates an SSRC and its state in the database.
13067         Calculates the jitter and transit times of data packets.
13068
13069         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
13070         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
13071         * gst/rtpmanager/rtpstats.h:
13072         Various stats regarding the session and sources.
13073         Used to calculate the RTCP interval.
13074
13075 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13076
13077         * gst/app/Makefile.am:
13078           Fix CFLAGS and hopefully #430594.
13079
13080 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13081
13082         * gst/nsf/types.h:
13083           Rename #ifndef header guard symbol to something less generic, so
13084           types.h doesn't get skipped over when compiling on MingW. Include
13085           GLib headers and use those to set the endianness and the basic
13086           types so that this isn't entirely broken for non-x86 architectures.
13087
13088 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13089
13090         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
13091           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
13092           MingW (no idea though why we add a BYTE_ORDER endianness field if
13093           the audio is compressed).
13094
13095 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
13096
13097         * docs/plugins/inspect/plugin-directdraw.xml:
13098         * docs/plugins/inspect/plugin-directsound.xml:
13099         * docs/plugins/inspect/plugin-waveform.xml:
13100           Add xml doc files for Windows sinks
13101         * win32/vs6/libgstqtdemux.dsp:
13102         * win32/vs6/libgstmpegvideoparse.dsp:
13103         * win32/vs6/gst_plugins_bad.dsw:
13104          Update projects files.
13105         
13106 2007-04-13  Wim Taymans  <wim@fluendo.com>
13107
13108         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13109         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
13110         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
13111         * gst/rtpmanager/gstrtpbin.h:
13112         * gst/rtpmanager/gstrtpclient.c:
13113         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
13114         (gst_rtp_session_init), (gst_rtp_session_finalize),
13115         (gst_rtp_session_event_recv_rtp_sink),
13116         (gst_rtp_session_event_recv_rtcp_sink),
13117         (gst_rtp_session_chain_recv_rtcp),
13118         (gst_rtp_session_request_new_pad):
13119         Protect lists and structures with locks.
13120         Return FLOW_OK from RTCP messages for now.
13121
13122 2007-04-12  Wim Taymans  <wim@fluendo.com>
13123
13124         * gst/qtdemux/qtdemux.c:
13125         Make timescale 32 bits again so we don't screw up the pts_offset
13126         calculations.
13127
13128 2007-04-12  Wim Taymans  <wim@fluendo.com>
13129
13130         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13131         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
13132         Emit pt map requests and cache results.
13133
13134         * gst/rtpmanager/gstrtpjitterbuffer.c:
13135         (gst_rtp_jitter_buffer_class_init),
13136         (gst_jitter_buffer_sink_parse_caps),
13137         (gst_jitter_buffer_sink_setcaps),
13138         (gst_rtp_jitter_buffer_get_clock_rate),
13139         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
13140         * gst/rtpmanager/gstrtpjitterbuffer.h:
13141         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
13142         Emit request-pt-map signals.
13143
13144 2007-04-11  Wim Taymans  <wim@fluendo.com>
13145
13146         * gst/rtpmanager/gstrtpbin-marshal.list:
13147         Some more custom marshallers.
13148
13149         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13150         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
13151         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
13152         * gst/rtpmanager/gstrtpbin.h:
13153         Prepare for caching pt maps.
13154         Connect to signals to collect pt maps.
13155
13156         * gst/rtpmanager/gstrtpjitterbuffer.c:
13157         (gst_rtp_jitter_buffer_class_init),
13158         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
13159         * gst/rtpmanager/gstrtpjitterbuffer.h:
13160         Add request_clock_rate signal.
13161         Use scale insteat of scale_int because the later does not deal with
13162         negative numbers.
13163
13164         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
13165         (gst_rtp_pt_demux_chain):
13166         * gst/rtpmanager/gstrtpptdemux.h:
13167         Implement request-pt-map signal.
13168
13169 2007-04-11  Wim Taymans  <wim@fluendo.com>
13170
13171         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
13172         (qtdemux_parse_samples), (qtdemux_parse_segments),
13173         (qtdemux_parse_trak), (qtdemux_parse_tree):
13174         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
13175         Handle version 1 mdhd atoms to get extended precision durations.
13176         Fixes #426972.
13177
13178 2007-04-10  Wim Taymans  <wim@fluendo.com>
13179
13180         * gst/rtpmanager/.cvsignore:
13181         * gst/rtpmanager/Makefile.am:
13182         * gst/rtpmanager/gstrtpbin-marshal.list:
13183         Added custom marshallers for signals.
13184
13185         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
13186         * gst/rtpmanager/gstrtpbin.h:
13187         Prepare for emiting pt map signals.
13188
13189         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
13190         * gst/rtpmanager/gstrtpssrcdemux.c:
13191         (gst_rtp_ssrc_demux_class_init):
13192         Fix signals.
13193
13194 2007-04-06  Wim Taymans  <wim@fluendo.com>
13195
13196         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
13197         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
13198         * gst/rtpmanager/gstrtpbin.h:
13199         Provide a clock.
13200
13201 2007-04-06  Wim Taymans  <wim@fluendo.com>
13202
13203         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
13204         Fix pad template name parsing.
13205
13206 2007-04-05  Wim Taymans  <wim@fluendo.com>
13207
13208         * gst/rtpmanager/gstrtpjitterbuffer.c:
13209         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
13210         (gst_rtp_jitter_buffer_loop):
13211         Add some debug and comments.
13212         Fix double unref() in error cases.
13213
13214 2007-04-05  Wim Taymans  <wim@fluendo.com>
13215
13216         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
13217         (gst_rtp_xqt_depay_change_state):
13218         * gst/qtdemux/gstrtpxqtdepay.h:
13219         Try to recover from packet loss a little better.
13220
13221 2007-04-05  Wim Taymans  <wim@fluendo.com>
13222
13223         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13224         (create_session), (find_stream_by_ssrc), (create_stream),
13225         (gst_rtp_bin_class_init), (new_payload_found),
13226         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
13227         (create_send_rtp), (create_rtcp):
13228         * gst/rtpmanager/gstrtpbin.h:
13229         Add debugging category.
13230         Added RTPStream to manage stream per SSRC, each with its own
13231         jitterbuffer and ptdemux.
13232         Added SSRCDemux.
13233         Connect to various SSRC and PT signals and create ghostpads, link stuff.
13234
13235
13236         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13237         Added rtpbin to elements.
13238
13239         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
13240         Fix caps and forward GstFlowReturn
13241
13242         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
13243         (gst_rtp_session_event_recv_rtp_sink),
13244         (gst_rtp_session_chain_recv_rtp),
13245         (gst_rtp_session_event_recv_rtcp_sink),
13246         (gst_rtp_session_chain_recv_rtcp),
13247         (gst_rtp_session_event_send_rtp_sink),
13248         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13249         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13250         (gst_rtp_session_request_new_pad):
13251         Add debug category.
13252         Add event handling
13253
13254         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
13255         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
13256         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
13257         (gst_rtp_ssrc_demux_change_state):
13258         * gst/rtpmanager/gstrtpssrcdemux.h:
13259         Add debug category.
13260         Add new-pt-pad signal.
13261
13262 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13263
13264         submitted by: Mogens Jaeger <mogens@jaeger.tf>
13265
13266         * po/LINGUAS:
13267         * po/da.po:
13268           Added Danish translation.
13269
13270 2007-04-04  Wim Taymans  <wim@fluendo.com>
13271
13272         * gst/rtpmanager/Makefile.am:
13273         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13274         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
13275         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
13276         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
13277         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
13278         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
13279         (gst_rtp_ssrc_demux_change_state):
13280         * gst/rtpmanager/gstrtpssrcdemux.h:
13281         Added simple SSRC demuxer.
13282
13283 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
13284
13285         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
13286         (gst_jack_ring_buffer_acquire):
13287           Try t better name clients. properly handle return codes when re-
13288           establishing links.
13289
13290 2007-04-03  David Schleef  <ds@schleef.org>
13291
13292         * sys/glsink/glimagesink.c:
13293           Fix handling of video/x-raw-yuv.  Add overlay handling.
13294
13295 2007-04-03  Wim Taymans  <wim@fluendo.com>
13296
13297         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13298         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
13299         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
13300         (gst_rtp_bin_request_new_pad):
13301         * gst/rtpmanager/gstrtpbin.h:
13302         * gst/rtpmanager/gstrtpclient.c:
13303         Some more ghostpad magic.
13304
13305 2007-04-03  Wim Taymans  <wim@fluendo.com>
13306
13307         * gst/rtpmanager/Makefile.am:
13308         Add .h file so it can be disted properly.
13309
13310 2007-04-03  Wim Taymans  <wim@fluendo.com>
13311
13312         * configure.ac:
13313         * gst/rtpmanager/Makefile.am:
13314         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
13315         (signal_waiting_threads), (async_jitter_queue_ref),
13316         (async_jitter_queue_ref_unlocked),
13317         (async_jitter_queue_set_low_threshold),
13318         (async_jitter_queue_set_high_threshold),
13319         (async_jitter_queue_set_max_queue_length),
13320         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
13321         (async_jitter_queue_length_ts_units_unlocked),
13322         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
13323         (async_jitter_queue_lock), (async_jitter_queue_unlock),
13324         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
13325         (async_jitter_queue_push_sorted),
13326         (async_jitter_queue_push_sorted_unlocked),
13327         (async_jitter_queue_insert_after_unlocked),
13328         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
13329         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
13330         (async_jitter_queue_length_unlocked),
13331         (async_jitter_queue_set_flushing_unlocked),
13332         (async_jitter_queue_unset_flushing_unlocked),
13333         (async_jitter_queue_set_blocking_unlocked):
13334         * gst/rtpmanager/async_jitter_queue.h:
13335         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
13336         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
13337         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
13338         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
13339         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
13340         * gst/rtpmanager/gstrtpbin.h:
13341         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
13342         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
13343         (gst_rtp_client_class_init), (gst_rtp_client_init),
13344         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
13345         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
13346         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
13347         * gst/rtpmanager/gstrtpclient.h:
13348         * gst/rtpmanager/gstrtpjitterbuffer.c:
13349         (gst_rtp_jitter_buffer_base_init),
13350         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
13351         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
13352         (gst_jitter_buffer_sink_setcaps), (free_func),
13353         (gst_rtp_jitter_buffer_flush_start),
13354         (gst_rtp_jitter_buffer_flush_stop),
13355         (gst_rtp_jitter_buffer_src_activate_push),
13356         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
13357         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
13358         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
13359         (gst_rtp_jitter_buffer_query),
13360         (gst_rtp_jitter_buffer_set_property),
13361         (gst_rtp_jitter_buffer_get_property):
13362         * gst/rtpmanager/gstrtpjitterbuffer.h:
13363         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13364         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
13365         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
13366         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
13367         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
13368         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
13369         (gst_rtp_pt_demux_change_state):
13370         * gst/rtpmanager/gstrtpptdemux.h:
13371         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
13372         (gst_rtp_session_class_init), (gst_rtp_session_init),
13373         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
13374         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
13375         (gst_rtp_session_chain_recv_rtp),
13376         (gst_rtp_session_chain_recv_rtcp),
13377         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13378         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13379         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
13380         * gst/rtpmanager/gstrtpsession.h:
13381         Add RTP session management elements. Still in progress.
13382
13383 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
13384
13385         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
13386         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
13387         (gst_wavpack_dec_clip_outgoing_buffer),
13388         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
13389         * ext/wavpack/gstwavpackdec.h:
13390         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
13391         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
13392         (gst_wavpack_enc_chain):
13393         * ext/wavpack/gstwavpackenc.h:
13394         * ext/wavpack/gstwavpackparse.c:
13395         Don't play audioconvert. As wavpack wants/outputs all samples with
13396         width==32 and depth=[1,32] accept this and let audioconvert convert
13397         to accepted formats instead of doing it in the element for n*8 depths.
13398         This also adds support for non-n*8 depths and prevents some useless
13399         memory allocations. Fixes #421598
13400         Also add a workaround for bug #421542 in wavpackenc for now...
13401         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
13402         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
13403         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
13404         Consider the change above in the unit tests and test if the correct
13405         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
13406         the wavpackparse unit test.
13407
13408         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
13409         (gst_wavpack_dec_sink_set_caps):
13410         Set caps on the src pad as soon as possible.
13411
13412         * ext/wavpack/gstwavpackdec.h:
13413         * ext/wavpack/gstwavpackcommon.h:
13414         * ext/wavpack/gstwavpackenc.h:
13415         * ext/wavpack/gstwavpackparse.h:
13416         Fix indention. gst-indent is now called by cicl.
13417
13418 2007-03-28  Edward Hervey  <edward@fluendo.com>
13419
13420         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
13421         (gst_qtdemux_chain), (qtdemux_parse_samples):
13422         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
13423         * gst/qtdemux/qtdemux_dump.h:
13424         * gst/qtdemux/qtdemux_fourcc.h:
13425         * gst/qtdemux/qtdemux_types.c:
13426         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
13427         with h264 video).
13428         Use the offset present in 'ctts' to calculate the PTS for each packet
13429         and set the PTS on outgoing buffers.
13430         Fixes #423283
13431
13432 2007-03-27  Julien MOUTTE  <julien@moutte.net>
13433
13434         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
13435         debug log and fix a stupid output buffer duration bug.
13436
13437 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
13438
13439         Patch by: Michal Benes <michal.benes at itonis tv>
13440         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
13441
13442         * configure.ac:
13443         * ext/Makefile.am:
13444         * ext/x264/Makefile.am:
13445         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
13446         (gst_x264_enc_analyse_get_type),
13447         (gst_x264_enc_timestamp_queue_init),
13448         (gst_x264_enc_timestamp_queue_free),
13449         (gst_x264_enc_timestamp_queue_put),
13450         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
13451         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
13452         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
13453         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
13454         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
13455         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
13456         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
13457         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
13458         (plugin_init):
13459         * ext/x264/gstx264enc.h:
13460           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
13461           handle 'odd' widths and heights correctly yet.
13462
13463 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
13464
13465         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
13466           Remove 'channel-positions' field when munging input caps into
13467           1-channel output caps (I guess technically we should set the
13468           position for each channel on the output caps if it's non-NONE,
13469           but I'll save that as a task for another day).
13470
13471 2007-03-23  Michael Smith  <msmith@fluendo.com>
13472
13473         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
13474         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
13475         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
13476         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
13477         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
13478         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
13479         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
13480         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
13481         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13482         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
13483         (vmnc_dec_set_property), (vmnc_dec_get_property):
13484           Redesign to include a parser for raw files (no timestamps in that
13485           mode yet, though).
13486
13487 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13488
13489         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
13490         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
13491         (gst_deinterleave_chain):
13492           Don't leak input buffer in chain function; maintain our own list of
13493           source pads - there are no guarantees about the order of the list
13494           in the GstElement struct, and we want a very specific order; lastly,
13495           some more debugging.
13496
13497 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13498
13499         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
13500           Alloc user agent string only once.
13501
13502 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13503
13504         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13505         Revert last commit, preventing infinite plugging loops with ranks
13506         is no clean solution and in general there's no reason why one wants
13507         to parse framed wavpack data again.
13508
13509 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13510
13511         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
13512         Send the new segment event in time format instead of bytes. This
13513         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
13514
13515         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13516         Accept framed and non-framed input, wavpackparse doesn't care. To
13517         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
13518         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
13519         ..." pipelines.
13520
13521 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13522
13523         * gst-libs/gst/app/Makefile.am:
13524           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
13525           can confirm that was what he wanted.
13526
13527 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13528
13529         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13530         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
13531         Thanks to Jan and Mike for noticing my mistake.
13532
13533 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13534
13535         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
13536         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
13537         (gst_wavpack_enc_rewrite_first_block):
13538         * ext/wavpack/gstwavpackenc.h:
13539         Put the write helpers into the GstWavpackEnc struct directly and not
13540         as a pointer to save two small, but useless mallocs. This also makes
13541         it possible to drop the finalize method.
13542         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
13543         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
13544         buffers the same way wavpackenc does it.
13545
13546 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13547
13548         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13549         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
13550         BaseTransform-based elements will likely break because of wrong
13551         unit-size. Also plug a possible memleak that happens when decoding
13552         fails for some reason.
13553
13554 2007-03-18  Wim Taymans  <wim@fluendo.com>
13555
13556         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
13557
13558         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
13559         Don't need to take the connection lock, it will not be used and could
13560         cause deadlocks.
13561
13562 2007-03-16  Edward Hervey  <edward@fluendo.com>
13563
13564         * sys/osxvideo/osxvideosink.m:
13565         Fix previous commit, we want to pass the NSView in the message.
13566
13567 2007-03-16  Edward Hervey  <edward@fluendo.com>
13568
13569         * sys/osxvideo/osxvideosink.m:
13570         Emit 'have-ns-view' message when working in embedded mode. The message
13571         will contain a pointer to the newly created NSView.
13572
13573 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13574
13575         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
13576         (collect_packets), (set_par_from_dar), (set_fps_from_code),
13577         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
13578         (mpeg_util_parse_picture_hdr):
13579         * gst/mpegvideoparse/mpegpacketiser.h:
13580         * gst/mpegvideoparse/mpegvideoparse.c:
13581         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
13582         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13583         (mpv_parse_sink_event), (plugin_init):
13584         * gst/mpegvideoparse/mpegvideoparse.h:
13585         Move the MPEG specific byte parsing into the mpegpacketiser code.
13586
13587         Add parsing of picture types, that just feeds into a debug message
13588         for now.
13589
13590         Fix some 64-bit format strings.
13591
13592 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13593
13594         * gst/mpegaudioparse:
13595         Remove empty dir.
13596
13597 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
13598
13599         * gst/equalizer/gstiirequalizer10bands.c:
13600         (gst_iir_equalizer_10bands_init):
13601           A 10 band EQ should be initialized to 10 bands and not to 3.
13602
13603 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13604
13605         * configure.ac:
13606         * gst/mpeg1videoparse/Makefile.am:
13607         * gst/mpeg1videoparse/gstmp1videoparse.c:
13608         * gst/mpeg1videoparse/gstmp1videoparse.h:
13609         * gst/mpeg1videoparse/mp1videoparse.vcproj:
13610         * gst/mpegvideoparse/Makefile.am:
13611         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
13612         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
13613         (mpeg_packetiser_flush), (mpeg_find_start_code),
13614         (get_next_free_block), (complete_current_block),
13615         (append_to_current_block), (start_new_block), (handle_packet),
13616         (collect_packets), (mpeg_packetiser_handle_eos),
13617         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
13618         * gst/mpegvideoparse/mpegpacketiser.h:
13619         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
13620         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
13621         (mpv_parse_reset), (gst_mpegvideoparse_init),
13622         (gst_mpegvideoparse_dispose), (set_par_from_dar),
13623         (set_fps_from_code), (mpegvideoparse_parse_seq),
13624         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
13625         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13626         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
13627         (plugin_init):
13628         * gst/mpegvideoparse/mpegvideoparse.h:
13629         * gst/mpegvideoparse/mpegvideoparse.vcproj:
13630         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
13631         that it's below existing decoders.
13632         
13633         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
13634         MPEG-2 now.
13635
13636         Re-write the parsing code so that it collects packets differently
13637         and timestamps Picture packets correctly.
13638
13639         Add a list of FIXME's at the top.
13640
13641 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13642
13643         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
13644         (equalizer_set_all_band_values),
13645         (equalizer_set_band_value_and_wait),
13646         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13647         (main):
13648           Port the example to new equalizer api.
13649
13650 2007-03-14  Edward Hervey  <edward@fluendo.com>
13651
13652         * sys/osxvideo/cocoawindow.h:
13653         * sys/osxvideo/cocoawindow.m:
13654         * sys/osxvideo/osxvideosink.h:
13655         * sys/osxvideo/osxvideosink.m:
13656         Fix leaks when running a NSApp.
13657         Accept any kind of resolutions.
13658         Works in fullscreen. Can maximize.
13659         Only thing left before being able to move this to -good is documentation
13660         and embedded window support.
13661
13662 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13663
13664         * po/hu.po:
13665         * po/it.po:
13666         * po/sv.po:
13667           Updated translations.
13668
13669 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13670
13671         * gst/equalizer/Makefile.am:
13672         * gst/equalizer/gstiirequalizer.c: (_do_init),
13673         (gst_iir_equalizer_band_set_property),
13674         (gst_iir_equalizer_band_class_init),
13675         (gst_iir_equalizer_band_get_type),
13676         (gst_iir_equalizer_child_proxy_get_child_by_index),
13677         (gst_iir_equalizer_child_proxy_get_children_count),
13678         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13679         (gst_iir_equalizer_compute_frequencies),
13680         (gst_iir_equalizer_transform_ip), (plugin_init):
13681         * gst/equalizer/gstiirequalizer10bands.c:
13682         (gst_iir_equalizer_10bands_base_init),
13683         (gst_iir_equalizer_10bands_class_init),
13684         (gst_iir_equalizer_10bands_init),
13685         (gst_iir_equalizer_10bands_set_property),
13686         (gst_iir_equalizer_10bands_get_property):
13687         * gst/equalizer/gstiirequalizer10bands.h:
13688         * gst/equalizer/gstiirequalizer3bands.c:
13689         (gst_iir_equalizer_3bands_base_init),
13690         (gst_iir_equalizer_3bands_class_init),
13691         (gst_iir_equalizer_3bands_init),
13692         (gst_iir_equalizer_3bands_set_property),
13693         (gst_iir_equalizer_3bands_get_property):
13694         * gst/equalizer/gstiirequalizer3bands.h:
13695         * gst/equalizer/gstiirequalizernbands.c:
13696         (gst_iir_equalizer_nbands_base_init),
13697         (gst_iir_equalizer_nbands_init):
13698           Add 3 and 10 band version and add missing gst_object_sync_values.
13699
13700         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13701         (gst_spectrum_transform_ip):
13702           Add some comments about float support.
13703
13704 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13705
13706         * gst/mpegaudioparse/Makefile.am:
13707         * gst/mpegaudioparse/gstmpegaudioparse.c:
13708         * gst/mpegaudioparse/gstmpegaudioparse.h:
13709         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13710         Remove bogus 2nd copy of mp3parse - it's actually
13711         in -ugly.
13712
13713 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13714
13715         * examples/app/.cvsignore:
13716         The buildbot demands .cvsignore files, and I comply.
13717
13718 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13719
13720         * sys/directdraw/gstdirectdrawsink.c:
13721         * sys/directdraw/gstdirectdrawsink.h:
13722         Handle display mode changes during playback.
13723
13724 2007-03-10  David Schleef  <ds@schleef.org>
13725
13726         * configure.ac:
13727         * examples/Makefile.am:
13728         * examples/app/Makefile.am:
13729         * examples/app/appsrc_ex.c:
13730           Add appsrc/appsink example.
13731         * gst-libs/gst/app/Makefile.am:
13732         * gst-libs/gst/app/gstapp.c:
13733         * gst-libs/gst/app/gstappsink.c:
13734         * gst-libs/gst/app/gstappsink.h:
13735         * gst/app/gstapp.c:
13736           Add appsink.
13737
13738 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13739
13740         * ext/nas/nassink.c: (NAS_createFlow):
13741         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13742           Printf format string fixes.
13743
13744 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13745
13746         * gst/equalizer/Makefile.am:
13747         * gst/equalizer/gstiirequalizer.c: (_do_init),
13748         (gst_iir_equalizer_band_set_property),
13749         (gst_iir_equalizer_band_get_property),
13750         (gst_iir_equalizer_band_class_init),
13751         (gst_iir_equalizer_band_get_type),
13752         (gst_iir_equalizer_child_proxy_get_child_by_index),
13753         (gst_iir_equalizer_child_proxy_get_children_count),
13754         (gst_iir_equalizer_child_proxy_interface_init),
13755         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13756         (gst_iir_equalizer_finalize), (setup_filter),
13757         (gst_iir_equalizer_compute_frequencies),
13758         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13759         (gst_iir_equalizer_setup), (plugin_init):
13760         * gst/equalizer/gstiirequalizer.h:
13761         * gst/equalizer/gstiirequalizernbands.c:
13762         (gst_iir_equalizer_nbands_base_init),
13763         (gst_iir_equalizer_nbands_class_init),
13764         (gst_iir_equalizer_nbands_init),
13765         (gst_iir_equalizer_nbands_set_property),
13766         (gst_iir_equalizer_nbands_get_property):
13767         * gst/equalizer/gstiirequalizernbands.h:
13768           Refactor plugin into a base class and a first subclass (nband eq). The
13769           nband eq uses GstChildProxy and is controlable. More subclasses will
13770           follow.
13771
13772 2007-03-08  Wim Taymans  <wim@fluendo.com>
13773
13774         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13775
13776         * ext/jack/Makefile.am:
13777         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13778         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13779         (jack_shutdown_cb), (connection_find),
13780         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13781         (gst_jack_audio_unref_connection),
13782         (gst_jack_audio_connection_add_client),
13783         (gst_jack_audio_connection_remove_client),
13784         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13785         (gst_jack_audio_client_get_client),
13786         (gst_jack_audio_client_set_active):
13787         * ext/jack/gstjackaudioclient.h:
13788         Make an object to manage client connections to the jack server which we
13789         will use in the future to run selected jack elements with the same jack
13790         connection.
13791         Make some stuff a bit more threadsafe.
13792         Activate the jack client ASAP.
13793
13794         * ext/jack/gstjackaudiosink.c:
13795         (gst_jack_audio_sink_allocate_channels),
13796         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13797         (gst_jack_ring_buffer_open_device),
13798         (gst_jack_ring_buffer_close_device),
13799         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13800         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13801         (gst_jack_audio_sink_getcaps):
13802         * ext/jack/gstjackaudiosink.h:
13803         Use new client object to manage connections.
13804         Don't remove and recreate all ports, try to reuse them.
13805
13806 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13807
13808         * ext/wavpack/gstwavpack.c: (plugin_init):
13809         * ext/wavpack/gstwavpackcommon.c:
13810           Use a general wavpack debug category for common code.
13811         * ext/wavpack/gstwavpackstreamreader.c:
13812         (gst_wavpack_stream_reader_set_pos_abs),
13813         (gst_wavpack_stream_reader_set_pos_rel),
13814         (gst_wavpack_stream_reader_write_bytes):
13815           Use the general wavpack debug category here too and add debug
13816           output to the functions that should not be called at all by
13817           the wavpack library.
13818         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13819         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13820         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13821           Change debugging category names to conform to the conventions.
13822
13823 2007-03-07  Edward Hervey  <edward@fluendo.com>
13824
13825         * gst/qtdemux/qtdemux.c:
13826         * gst/qtdemux/qtdemux.h:
13827         Share qtdemux debug category across all files, otherwise all debugging
13828         in files other than qtdemux.c would end up in the default category.
13829
13830 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13831
13832         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13833         (gst_spectrum_event), (gst_spectrum_transform_ip):
13834         * gst/spectrum/gstspectrum.h:
13835           One FIXME less, by resolving message timestamps against the playback
13836           segment.
13837
13838 2007-03-06  Wim Taymans  <wim@fluendo.com>
13839
13840         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13841         (gst_spectrum_init), (gst_spectrum_set_property),
13842         (gst_spectrum_transform_ip):
13843         Fix and cleanup default property values.
13844         Add FIXMEs for stuff that looks rather wrong.
13845
13846 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13847
13848         * gst/spectrum/demo-audiotest.c: (message_handler):
13849         * gst/spectrum/demo-osssrc.c: (message_handler):
13850           Remove two obsolete and confusing comments.
13851
13852 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13853
13854         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13855         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13856         (gst_nas_sink_unprepare):
13857           Some more cleanups/changes; use boilerplate macro.
13858
13859 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13860
13861         * ext/nas/Makefile.am:
13862         * ext/nas/README:
13863         * ext/nas/nassink.c: (gst_nas_sink_get_type),
13864         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
13865         (gst_nas_sink_init), (gst_nas_sink_finalize),
13866         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
13867         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
13868         (gst_nas_sink_reset), (gst_nas_sink_write),
13869         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
13870         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
13871         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
13872         (NAS_createFlow), (plugin_init):
13873         * ext/nas/nassink.h:
13874           Bunch of nassink clean-ups: make build by adding the right CFLAGS
13875           and LIBS to Makefile.am; rename structure, macros and functions
13876           according to canonical naming scheme; move some things around a bit;
13877           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
13878           file that didn't really contain any useful information anyway (the
13879           useful bits have been moved into the 'host' property description).
13880
13881 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
13882
13883         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
13884         Chain up in finalize.
13885
13886 2007-03-03  Michael Smith  <msmith@fluendo.com>
13887
13888         * configure.ac:
13889         * gst/vmnc/Makefile.am:
13890           Fix up dist.
13891
13892 2007-03-03  Michael Smith  <msmith@fluendo.com>
13893
13894         * configure.ac:
13895         * gst/vmnc/Makefile.am:
13896         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
13897         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
13898         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
13899         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
13900         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
13901         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
13902         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
13903         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
13904         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13905         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
13906         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
13907           Add VMnc decoder.
13908           Still missing support for:
13909            - rectangle types I didn't find in my samples (e.g. copy, RRE,
13910              ZRLE)
13911            - alpha-composited cursors
13912
13913 2007-03-03  David Schleef  <ds@schleef.org>
13914
13915         * gst-libs/gst/app/Makefile.am:
13916           Install the headers.
13917
13918 2007-03-03  David Schleef  <ds@schleef.org>
13919
13920         * gst-libs/gst/app/Makefile.am:
13921         * gst-libs/gst/app/gstappbuffer.c:
13922         * gst-libs/gst/app/gstappbuffer.h:
13923         * gst-libs/gst/app/gstappsrc.c:
13924           Add GstAppBuffer that includes a callback and closure for
13925           proper handling of data chunks.
13926
13927 2007-03-03  David Schleef  <ds@schleef.org>
13928
13929         * gst-libs/gst/app/gstappsrc.c:
13930         * gst-libs/gst/app/gstappsrc.h:
13931           Hacking to address issues in 413418.
13932
13933 2007-03-03  David Schleef  <ds@schleef.org>
13934
13935         * Makefile.am:
13936         * configure.ac:
13937         * ext/Makefile.am:
13938         * gst-libs/gst/Makefile.am:
13939         * gst-libs/gst/app/Makefile.am:
13940         * gst-libs/gst/app/gstapp.c:
13941         * gst-libs/gst/app/gstappsrc.c:
13942         * gst-libs/gst/app/gstappsrc.h:
13943         * gst/app/Makefile.am:
13944         * gst/app/gstapp.c:
13945         * gst/app/gstappsrc.c:
13946         * gst/app/gstappsrc.h:
13947           Move the app library to gst-libs/gst/app (duh!)
13948
13949 2007-03-02 Christian Schaller <christian at fluendo dot com>
13950         
13951         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
13952
13953         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
13954
13955 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13956
13957         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
13958           A few small clean-ups.
13959
13960         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
13961           More debug output for failure cases.
13962
13963 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13964
13965         Patch by: Young-Ho Cha  <ganadist at chollian net>
13966
13967         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
13968         (gst_dtsdec_change_state):
13969           Don't do forced downmixing to stereo, but check what downstream
13970           can do and let libdts do the downmixing based on that (#400555).
13971
13972 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13973
13974         Patch by: Lutz Mueller  <lutz topfrose de>
13975
13976         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
13977         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
13978         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
13979         (gst_neonhttp_src_send_request_and_redirect),
13980         (gst_neonhttp_src_uri_set_uri):
13981         * ext/neon/gstneonhttpsrc.h:
13982           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
13983           member (#388050).
13984
13985         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
13986           Fix bogus URI to something that actually exists, otherwise we just
13987           bypass the test (and also to something that doesn't redirect, since
13988           neonhttpsrc doesn't seem to handle this very gracefully yet)
13989
13990 2007-03-01  Chris Lord <chris@openedhand.com>
13991
13992         Reviewed by Christian Schaller <christian@fluendo.com>
13993
13994         Fixes Bug 357055
13995         * ext/ivorbis/Makefile.am:
13996         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
13997         * ext/ivorbis/vorbisdec.h
13998         * ext/ivorbis/vorbis.c :
13999
14000 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
14001
14002         * tests/check/Makefile.am:
14003         Draw plugins in from the build tree sys/ dir, rather than
14004         picking up the already installed versions.
14005
14006 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14007
14008         * configure.ac:
14009           Convert to new AG_GST style.
14010
14011 2007-02-27  Christian Schaller <christian at fluendo dot com>
14012
14013         * sys/direct*: Add Pioneers of the Inevitable to copyright
14014         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
14015
14016 2007-02-27  Edward Hervey  <edward@fluendo.com>
14017
14018         * sys/osxvideo/cocoawindow.h:
14019         * sys/osxvideo/cocoawindow.m:
14020         * sys/osxvideo/osxvideosink.h:
14021         * sys/osxvideo/osxvideosink.m:
14022         Disable the cocoa event loop since it's a huge memory leak. Should only
14023         matter if the sink isn't used within an NSApp (which has already got
14024         a coca event loop).
14025         Remove all unused code.
14026
14027 2007-02-26  David Schleef  <ds@schleef.org>
14028
14029         * configure.ac:
14030         * gst/app/Makefile.am:
14031         * gst/app/gstapp.c:
14032         * gst/app/gstappsrc.c:
14033         * gst/app/gstappsrc.h:
14034           Add a new plugin/library to make it easy for apps to shove
14035           data into a pipeline.
14036
14037 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
14038
14039         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
14040         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
14041           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
14042           errors in certain situations (e.g. dec ! cs ! ximagesink and the
14043           imagesink window is resized); also, some minor clean-ups.
14044
14045 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
14046
14047         * configure.ac:
14048         * ext/gsm/Makefile.am:
14049         * ext/ladspa/Makefile.am:
14050         * ext/wavpack/Makefile.am:
14051         * gst/equalizer/Makefile.am:
14052         * gst/filter/Makefile.am:
14053         * gst/mve/Makefile.am:
14054         * gst/nsf/Makefile.am:
14055         * gst/replaygain/Makefile.am:
14056         * gst/speed/Makefile.am:
14057           Fix build with LDFLAGS='-Wl,-z,defs'.
14058
14059 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
14060
14061         * sys/directsound/gstdirectsoundsink.c:
14062         * sys/directsound/gstdirectsoundsink.h:
14063           Remove include of unused headers.
14064         * sys/waveform/gstwaveformplugin.c:
14065         * sys/waveform/gstwaveformsink.c:
14066         * sys/waveform/gstwaveformsink.h:
14067         * win32/vs6/libgstwaveform.dsp:
14068           Add a new waveform plugin which includes an audio sink 
14069           element using the WaveForm win32 API.
14070         * win32/MANIFEST:
14071           Add the new project file form waveform plugin.
14072         
14073 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
14074         
14075         * sys/directdraw/gstdirectdrawplugin.c:
14076         * sys/directdraw/gstdirectdrawsink.c:
14077         * sys/directdraw/gstdirectdrawsink.h:
14078           Prepare the plugin to move to good:
14079           Remove unused/untested code (rendering to an extern surface,
14080           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
14081       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
14082           Add gtk doc section
14083           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
14084           respecting destination surface stride.
14085         * sys/directsound/gstdirectsoundplugin.c:
14086         * sys/directsound/gstdirectsoundsink.c:
14087         * sys/directsound/gstdirectsoundsink.h:
14088           Prepare the plugin to move to good:
14089           Rename all functions from gst_directsoundsink to gst_directsound_sink.
14090           Add gtk doc section
14091         * win32/common/config.h.in:
14092         * win32/MANIFEST:
14093           Add config.h.in
14094
14095 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
14096
14097         * configure.ac:
14098         * docs/plugins/Makefile.am:
14099           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
14100           timidity.cfg check.
14101
14102         * ext/timidity/gsttimidity.c: (plugin_init):
14103           Also build if no config was detected at configure time.
14104
14105 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14106
14107         * configure.ac:
14108         * ext/timidity/Makefile.am:
14109         * ext/timidity/gsttimidity.c: (plugin_init):
14110         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
14111         (gst_wildmidi_class_init), (gst_wildmidi_init),
14112         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
14113         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
14114         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
14115         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
14116         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
14117         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
14118         (gst_wildmidi_loop), (gst_wildmidi_change_state),
14119         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
14120         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
14121         * ext/timidity/gstwildmidi.h:
14122           Add second midi renderer. Fix some double frees and leaks. Clean up
14123           logging.
14124
14125 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
14126
14127         * Makefile.am:
14128           Add win32 MANIFEST
14129         * sys/directdraw/gstdirectdrawsink.c:
14130         * sys/directdraw/gstdirectdrawsink.h:
14131           Clear unused code and add comments.
14132           Remove yuv from template caps, it only supports RGB
14133           actually.
14134           Implement XOverlay interface and remove window and fullscreen 
14135           properties.
14136           Add debug logs.
14137           Test for blit capabilities to return only the current colorspace if
14138           the hardware can't blit for one colorspace to another.
14139         * sys/directsound/gstdirectsoundsink.c:
14140           Add some debugs.
14141         * win32/MANIFEST:
14142           Add VS7 project files and solution.
14143         * win32/vs6/gst_plugins_bad.dsw:
14144         * win32/vs6/libgstdirectdraw.dsp:
14145         * win32/vs6/libgstdirectsound.dsp:
14146         * win32/vs6/libgstqtdemux.dsp:
14147           Update project files.
14148
14149 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14150
14151         * ext/faad/gstfaad.c:
14152           Also update the comment that describes the hack.
14153
14154 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14155
14156         * configure.ac:
14157           Tell the code which faad it is, so that we can adjust the hacks
14158           needed.
14159
14160         * ext/faad/gstfaad.c:
14161           Make our hacks dependent on the fadd lib in use.
14162
14163 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14164
14165         * configure.ac:
14166           Fix faad detection to support also fadd with new symbol prefix.
14167           ChangeLog surgery.
14168           
14169 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
14170
14171         Patch by: Wouter Paesen <wouter@blue-gate.be>
14172
14173         * configure.ac:
14174         * ext/Makefile.am:
14175         * ext/timidity/Makefile.am:
14176         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
14177         (gst_timidity_class_init), (gst_timidity_init),
14178         (gst_timidity_set_song_options), (gst_timidity_src_convert),
14179         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
14180         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
14181         (gst_timidity_src_event), (gst_timidity_activate),
14182         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
14183         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
14184         (gst_timidity_get_buffer), (gst_timidity_loop),
14185         (gst_timidity_change_state), (gst_timidity_typefind),
14186         (plugin_init):
14187         * ext/timidity/gsttimidity.h:
14188           Add timidity midi render plugin (#403992)
14189
14190 2007-02-07  Edward Hervey  <edward@fluendo.com>
14191
14192         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
14193         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
14194         Switched to using gst_pad_get_parent().
14195
14196 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14197
14198         * gst/modplug/gstmodplug.cc:
14199           Remove superfluous gst_caps_get_structure() call.
14200
14201 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14202
14203         * configure.ac:
14204           Increase required libsndfile version to a version that's known to
14205           have the function sf_write_sync() to make the build bots happy.
14206
14207 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14208
14209         * ext/sndfile/gstsfsrc.c:
14210           Fix build (installed setup).
14211
14212 2007-02-05  Andy Wingo  <wingo@pobox.com>
14213
14214         * ext/sndfile/Makefile.am:
14215         * ext/sndfile/gstsfsrc.h:
14216         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
14217         random access woo.
14218
14219 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
14220
14221         * configure.ac:
14222         * gst/equalizer/Makefile.am:
14223         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
14224         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
14225         (setup_filter), (gst_iir_equalizer_compute_frequencies),
14226         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14227         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
14228         (plugin_init):
14229         * gst/equalizer/gstiirequalizer.h:
14230           Fix up to use the newly ported (actually working) GstAudioFilter.
14231           Bump core/base requirements to CVS for this.
14232
14233         * tests/icles/.cvsignore:
14234         * tests/icles/Makefile.am:
14235         * tests/icles/equalizer-test.c: (check_bus),
14236         (equalizer_set_band_value), (equalizer_set_all_band_values),
14237         (equalizer_set_band_value_and_wait),
14238         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
14239         (main):
14240           Add brain-dead interactive test for equalizer.
14241
14242 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14243
14244         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
14245         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14246         (gst_iir_equalizer_filter_inplace):
14247           Rename "values" property to "band-values" and change type into a
14248           GValueArray, so it's more easily bindable and the range of the
14249           values passed in is defined and checked etc.; also do some
14250           locking.
14251
14252 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14253
14254         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
14255
14256         * configure.ac:
14257         * gst/equalizer/Makefile.am:
14258         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14259         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14260         (gst_iir_equalizer_compute_frequencies),
14261         (gst_iir_equalizer_set_property),
14262         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14263         (plugin_init):
14264           Port equalizer plugin to 0.10 (#403572).
14265
14266 2007-02-02  Andy Wingo  <wingo@pobox.com>
14267
14268         * configure.ac: 
14269         * ext/Makefile.am
14270         * ext/sndfile/Makefile.am:
14271         * ext/sndfile/gstsf.c:
14272         * ext/sndfile/gstsf.h:
14273         * ext/sndfile/gstsfsink.c:
14274         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
14275         push mode with interleaved float or int data.
14276
14277 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14278
14279         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
14280           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
14281           (which didn't happen previously because the klass string didn't
14282           contain anything autoaudiosink was looking for).
14283
14284 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14285
14286         * gst/real/gstrealaudiodec.c:
14287         * gst/real/gstrealvideodec.c:
14288           Fix classification in GstElementDetails.
14289
14290 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
14291
14292         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
14293         (gst_wavpack_parse_handle_seek_event),
14294         (gst_wavpack_parse_create_src_pad):
14295         Fix a off by one that leads to the duration reported as one
14296         sample less than it is
14297
14298 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14299
14300         * ext/alsaspdif/alsaspdifsink.c:
14301         * gst/nsf/gstnsf.c:
14302           Fix classification in GstElementDetails.
14303
14304         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
14305         (gst_ladspa_class_init):
14306           Improve Klassification and reduce code slighly.
14307
14308 2007-01-30  Edward Hervey  <edward@fluendo.com>
14309
14310         * configure.ac:
14311         Check for an Objective C compiler
14312         * sys/Makefile.am:
14313         * sys/osxvideo/Makefile.am:
14314         * sys/osxvideo/cocoawindow.h:
14315         * sys/osxvideo/cocoawindow.m:
14316         * sys/osxvideo/osxvideosink.h:
14317         * sys/osxvideo/osxvideosink.m:
14318         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
14319         Fixes #402470
14320
14321 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14322
14323         * gst/videocrop/gstvideocrop.c:
14324         (gst_video_crop_get_image_details_from_caps),
14325         (gst_video_crop_transform_packed_complex):
14326           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
14327
14328         * tests/icles/videocrop-test.c: (check_bus_for_errors),
14329         (test_with_caps), (main):
14330           Block streaming thread before changing filter caps while the
14331           pipeline is running so that we don't get random not-negotiated
14332           errors just because GStreamer can't handle that yet.
14333
14334 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
14335
14336         * ext/ladspa/Makefile.am:
14337         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
14338           add GstController support to ladspa
14339
14340 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14341
14342         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
14343
14344         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
14345         (gst_mythtv_src_next_program_chain):
14346           Remove sleep calls, they've been moved into the library now ...
14347           (#354451).
14348
14349 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
14350
14351         * tests/icles/videocrop-test.c: (test_with_caps):
14352           Catch errors while the test is running.
14353
14354 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14355
14356         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
14357         Fix the SEEKING query. We can seek if we are in pull mode, not the
14358         other way around. Also set the correct format in the seeking query and
14359         handle the case where the headers are not read yet and we can't say
14360         anything about our seeking capabilities.
14361         
14362 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14363
14364         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
14365         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
14366         Fix spelling in 2 places: It's called Wavpack, not WavePack.
14367
14368 2007-01-25  Edward Hervey  <edward@fluendo.com>
14369
14370         * gst/multifile/gstmultifilesink.c:
14371         (gst_multi_file_sink_class_init):
14372         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
14373         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
14374         (gst_mve_video_palette), (gst_mve_video_code_map),
14375         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
14376         (gst_mve_demux_chain):
14377         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
14378         * gst/mve/mveaudioenc.c: (mve_compress_audio):
14379         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
14380         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
14381         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
14382         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
14383         Use proper print statements.
14384         Fixes build on mac os x.
14385         <wingo> oo look at me my name is edward i'm hacking on macos wooo
14386
14387 2007-01-24  Wim Taymans  <wim@fluendo.com>
14388
14389         * gst/qtdemux/gstrtpxqtdepay.c:
14390         Fix caps on the depayloader.
14391
14392 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
14393
14394         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
14395           Use break here instead of goto.
14396
14397 2007-01-13  Andy Wingo  <wingo@pobox.com>
14398
14399         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
14400         Use fixed caps on src pads.
14401         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
14402         seem to have reverse midas disease!
14403         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
14404         and set caps on outgoing buffers. Fixes #395597, I think.
14405
14406         * gst/interleave/interleave.c (gst_interleave_init): Init the
14407         activation mode properly.
14408         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
14409         (gst_interleave_init): Set a setcaps and getcaps function on the
14410         src pad, so that we can implement pull-mode negotiation.
14411         (gst_interleave_sink_setcaps): Renamed from
14412         gst_interleave_setcaps, as it only does the sink logic now.
14413         Implement both for pull-mode and push-mode.
14414         (gst_interleave_process): Set caps on our outgoing buffer.
14415         (gst_interleave_src_activate_pull): Fix some more bogus casts.
14416         What is up with this.
14417
14418 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
14419
14420         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
14421         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
14422         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
14423         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
14424         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
14425         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
14426         (gst_mythtv_src_uri_get_type):
14427           Clean up a bit, mostly the debug statements; fix deadlock in
14428           _set_property() in the error cases; fix up query function.
14429
14430 2007-01-12  Andy Wingo  <wingo@pobox.com>
14431
14432         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
14433         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
14434         Remove fixate/ouija stuff, thankfully, due to the new
14435         part-negotiation.txt pull-mode negotiation scheme.
14436         (gst_signal_processor_setcaps_pull)
14437         (gst_signal_processor_setcaps): Implement upstream set_caps pull
14438         proxying for pull mode. Now this works: ladspa-sine-fcac !
14439         audioconvert ! alsasink.
14440
14441 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
14442
14443         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
14444
14445         * configure.ac:
14446         * gst-plugins-bad.spec.in:
14447         * ext/Makefile.am:
14448         * ext/mythtv/Makefile.am:
14449         * ext/mythtv/gstmythtvsrc.c:
14450         * ext/mythtv/gstmythtvsrc.h:
14451         MythTV client source plugin created (#354451).
14452
14453 2007-01-12  Wim Taymans  <wim@fluendo.com>
14454
14455         * gst/qtdemux/Makefile.am:
14456         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
14457         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
14458         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
14459         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
14460         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
14461         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
14462         * gst/qtdemux/gstrtpxqtdepay.h:
14463         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
14464         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
14465         (qtdemux_parse_moov), (qtdemux_parse_container),
14466         (qtdemux_parse_node), (gst_qtdemux_add_stream),
14467         (qtdemux_parse_trak), (qtdemux_audio_caps):
14468         * gst/qtdemux/qtdemux.h:
14469         * gst/qtdemux/quicktime.c: (plugin_init):
14470         Add X-QT depayloader that will eventually share code with the demuxer.
14471         Make new plugin entry point with quicktime releated stuff.
14472
14473 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
14474
14475         * gst/qtdemux/Makefile.am:
14476           Dist all new files.
14477
14478 2007-01-12  Wim Taymans  <wim@fluendo.com>
14479
14480         * docs/plugins/Makefile.am:
14481         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14482         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14483         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14484         * docs/plugins/gst-plugins-bad-plugins.signals:
14485         * docs/plugins/inspect/plugin-qtdemux.xml:
14486         Activate docs for jack, sdl and qtdemux.
14487
14488 2007-01-12  Wim Taymans  <wim@fluendo.com>
14489
14490         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
14491         (jack_buffer_size_cb), (jack_shutdown_cb),
14492         (gst_jack_ring_buffer_acquire):
14493         * ext/jack/gstjackaudiosink.h:
14494         Improve docs.
14495
14496 2007-01-12  Wim Taymans  <wim@fluendo.com>
14497
14498         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
14499         Fix typo in docs.
14500
14501 2007-01-12  Wim Taymans  <wim@fluendo.com>
14502
14503         * gst/qtdemux/Makefile.am:
14504         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14505         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
14506         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14507         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
14508         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
14509         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
14510         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
14511         (qtdemux_parse_samples), (qtdemux_parse_segments),
14512         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
14513         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
14514         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
14515         (qtdemux_process_redirects), (qtdemux_parse_redirects),
14516         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
14517         (qtdemux_video_caps), (qtdemux_audio_caps):
14518         * gst/qtdemux/qtdemux.h:
14519         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
14520         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14521         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14522         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14523         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14524         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14525         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
14526         (qtdemux_node_dump):
14527         * gst/qtdemux/qtdemux_dump.h:
14528         * gst/qtdemux/qtdemux_fourcc.h:
14529         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
14530         * gst/qtdemux/qtdemux_types.h:
14531         * gst/qtdemux/qtpalette.h:
14532         Cleanup and refactor to make the code more readable.
14533         Move debugging/tables into separate files.
14534         Add 2/4/16 color palletee support.
14535         Fix raw 15 bit RGB handling.
14536         Use more FOURCC constants.
14537         Add some docs.
14538
14539 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14540
14541         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14542
14543         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14544         (gst_wavpack_enc_correction_mode_get_type),
14545         (gst_wavpack_enc_joint_stereo_mode_get_type):
14546           Minor clean-up: use enum values instead of hardcoded constants (#395536).
14547
14548 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14549
14550         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
14551         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
14552         (gst_mve_add_stream):
14553           Support SEEKING query (bad news now delivered properly!); add event
14554           function to source pads to make sure seeks aren't propagated
14555           upstream, even if they aren't handled.
14556
14557 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14558
14559         Patch by: Jens Granseuer  <jensgr at gmx net>
14560
14561         * configure.ac:
14562         * gst/mve/Makefile.am:
14563         * gst/mve/TODO:
14564         * gst/mve/gstmve.c:
14565         * gst/mve/gstmvedemux.c:
14566         * gst/mve/gstmvedemux.h:
14567         * gst/mve/gstmvemux.c:
14568         * gst/mve/gstmvemux.h:
14569         * gst/mve/mve.h:
14570         * gst/mve/mveaudiodec.c:
14571         * gst/mve/mveaudioenc.c:
14572         * gst/mve/mvevideodec16.c:
14573         * gst/mve/mvevideodec8.c:
14574         * gst/mve/mvevideoenc16.c:
14575         * gst/mve/mvevideoenc8.c:
14576           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
14577           doesn't support seeking yet, but seems to work fine otherwise.
14578           Closes #348973.
14579
14580 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14581
14582         * gst/real/Makefile.am:
14583           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
14584
14585 2007-01-07  Andy Wingo  <wingo@pobox.com>
14586
14587         * configure.ac: 
14588         * gst/interleave/Makefile.am: 
14589         * gst/interleave/plugin.h: 
14590         * gst/interleave/plugin.c: 
14591         * gst/interleave/interleave.c: 
14592         * gst/interleave/deinterleave.c: New elements interleave and
14593         deinterleave, implement channel interleaving and deinterleaving.
14594         The interleaver can operate in pull or push mode but the
14595         deinterleaver is more like a demuxer and can only operate in push
14596         mode.
14597         
14598 2007-01-06  Edward Hervey  <edward@fluendo.com>
14599
14600         * configure.ac:
14601         Properly detect the two architectures on which the real plugin can be
14602         built.
14603         Fixes #393622
14604
14605 2007-01-06  Andy Wingo  <wingo@pobox.com>
14606
14607         * ext/ladspa/gstsignalprocessor.c
14608         (gst_signal_processor_ouija_caps): Move around in the source
14609         file...
14610         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
14611         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
14612         This allows us to have caps when we do the pad_alloc_buffer().
14613         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
14614         pad caps, which might not be set yet.
14615
14616         * ext/ladspa/gstsignalprocessor.c: 
14617         (gst_signal_processor_add_pad_from_template)
14618         (gst_signal_processor_fixate): Add a fixate function, to assist in
14619         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
14620         cases.
14621         (gst_signal_processor_prepare, gst_signal_processor_process): Add
14622         nframes args so that getrange can tell ladspa how many frames to
14623         process.
14624         (gst_signal_processor_ouija_caps): setcaps needs to be called
14625         before processing, which normally happens when chaining a buffer
14626         to a pad. However in getrange mode with no sinks we need to check
14627         explicitly for this condition, guess some caps to use, and use
14628         those to setcaps(). Hence this mystical function.
14629         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
14630         Divine the caps if necessary.
14631         (gst_signal_processor_getrange): Interpret the length as bytes,
14632         not samples.
14633         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
14634         by incoming buffer sizes.
14635
14636 2007-01-06  Edward Hervey  <edward@fluendo.com>
14637
14638         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
14639         Don't call the RAFreeDecoder since it randomly causes segfaults.
14640         * gst/real/gstrealaudiodec.h:
14641         indent properly.
14642
14643 2007-01-06  Edward Hervey  <edward@fluendo.com>
14644
14645         Patch by: Lutz Mueller <lutz@topfrose.de>
14646         
14647         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
14648         (gst_real_video_dec_setcaps), (open_library), (close_library),
14649         (gst_real_video_dec_finalize):
14650         * gst/real/gstrealvideodec.h:
14651         Implement error recovery on setcaps failure.
14652
14653 2007-01-06  Edward Hervey  <edward@fluendo.com>
14654
14655         Patch by: Lutz Mueller <lutz@topfrose.de>
14656         
14657         * gst/real/Makefile.am:
14658         * gst/real/gstreal.c: (plugin_init):
14659         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14660         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14661         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14662         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14663         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14664         * gst/real/gstrealaudiodec.h:
14665         Added RealAudio wrapper elementfactory.
14666         Modified structures so it can also work on x86_64 using the
14667         adequate .so .
14668
14669 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14670
14671         * configure.ac:
14672         * gst/qtdemux/Makefile.am:
14673         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14674           Check for zlib and if available pass it explicitly to the linker
14675           when linking qtdemux. If not available (or --disable-external has
14676           been specified!), disable the bits in qtdemux that use it. Fixes
14677           build on MingW (#392856).
14678
14679 2007-01-05  Edward Hervey  <edward@fluendo.com>
14680
14681         * configure.ac:
14682         Real video .so are now also available for x86_64, so we can build the
14683         Real plugin on i386 AND x86_64.
14684         * gst/real/Makefile.am:
14685         * gst/real/gstreal.c: (plugin_init):
14686         New plugin file for real .so wrapper plugins.
14687         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14688         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14689         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14690         (open_library), (close_library), (gst_real_video_dec_init),
14691         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14692         (gst_real_video_dec_set_property),
14693         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14694         * gst/real/gstrealvideodec.h:
14695         Moved RealVideo element to separate file
14696         Cleaned up code some more.
14697         Make it work on x86_64.
14698         Try several possible locations for .so
14699         Separate opening/closing libraries in separate functions.
14700
14701 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14702
14703         * tests/icles/videocrop-test.c: (main):
14704           Call g_thread_init() right at the beginning. Remove superfluous
14705           gst_init() - we've already been inited via the GOption stuff.
14706
14707 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14708
14709         * configure.ac:
14710           Don't compile rfbsource if we don't have sys/socket.h.
14711           Should fix compilation on MingW.
14712
14713 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14714
14715         * configure.ac:
14716         * ext/amrwb/Makefile.am:
14717         * ext/amrwb/amrwb-code/Makefile.am:
14718         * ext/amrwb/amrwb-code/run.sh:
14719         * gst-libs/Makefile.am:
14720         * gst-libs/ext/Makefile.am:
14721         * gst-libs/ext/amrwb/Makefile.am:
14722         * gst-libs/ext/amrwb/README:
14723           Move amrwb code getting and building to gst-libs/ext/amrwb
14724           Adapt everything else to match.
14725
14726 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14727
14728         * ext/directfb/dfbvideosink.c:
14729         (gst_dfbvideosink_navigation_send_event),
14730         (gst_dfbvideosink_get_type):
14731         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14732         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14733         (gst_sdlvideosink_show_frame),
14734         (gst_sdlvideosink_navigation_send_event):
14735         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14736         reveal potential bugs.
14737
14738 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14739
14740         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14741
14742         * configure.ac:
14743         * sys/Makefile.am:
14744         * sys/directsound/Makefile.am:
14745         * sys/directsound/gstdirectsoundsink.c:
14746         (gst_directsoundsink_reset):
14747           Add directsoundsink to build and dist it, so it gets built when
14748           compiling with MingW on win32 and the required headers and libraries
14749           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14750
14751         * tests/check/elements/.cvsignore:
14752           Fix CVS ignore for neonhttpsrc test binary.
14753
14754 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14755
14756         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14757
14758         * configure.ac:
14759         * sys/Makefile.am:
14760         * sys/directdraw/Makefile.am:
14761           Add directdrawsink to build and dist it, so it gets built when
14762           compiling with MingW on win32 and the required headers and libraries
14763           are available (fixes: #392313).
14764
14765         * sys/directdraw/gstdirectdrawsink.c:
14766         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14767         (gst_directdrawsink_setup_ddraw),
14768         (gst_directdrawsink_surface_create):
14769           Comment out some unused things and fix some printf format issues in
14770           order to avoid warnings when buildling with MingW (#392313).
14771
14772 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14773
14774         Patch by: Jens Granseuer  <jensgr at gmx net>
14775
14776         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14777         (gst_xvidenc_get_property):
14778         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14779         * gst/filter/gstfilter.c: (plugin_init):
14780         * gst/filter/gstiir.c: (iir_transform_ip):
14781         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14782         * gst/modplug/gstmodplug.cc:
14783         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14784         (gst_nuv_demux_stream_extend_header):
14785           Fix build with gcc-2.x (declare variables at the beginning of a
14786           block etc.). Fixes #391971.
14787
14788 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14789
14790         reviewed by: Edward Hervey  <edward@fluendo.com>
14791
14792         * gst/real/gstreal.c:
14793         (gst_realdec_setcaps): Use codec_data supplied in caps.
14794         (gst_realdec_get_property): Correctly return default path.
14795         (gst_realdec_class_init): Remove unused state_change method.
14796
14797 2007-01-01  Edward Hervey  <edward@fluendo.com>
14798
14799         * configure.ac:
14800         Only build the plugin on 32bit x86 architectures.
14801
14802 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14803
14804         reviewed by: Edward Hervey  <edward@fluendo.com>
14805
14806         * configure.ac:
14807         * gst/real/Makefile.am:
14808         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14809         (gst_realdec_decode), (gst_realdec_chain),
14810         (gst_realdec_activate_push), (gst_realdec_setcaps),
14811         (gst_realdec_init), (gst_realdec_base_init),
14812         (gst_realdec_change_state), (gst_realdec_finalize),
14813         (gst_realdec_set_property), (gst_realdec_get_property),
14814         (gst_realdec_class_init), (plugin_init):
14815         New plugin for decoding RealVideo Streams using the x86 32bit
14816         shared libraries.
14817         Closes #354174
14818
14819 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14820
14821         * tests/check/elements/videocrop.c: (GST_START_TEST),
14822         (videocrop_test_cropping_init_context):
14823           When we can't create an element needed for the test, print a message
14824           detailing which element it actually is that's missing (#390673).
14825
14826 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14827
14828         * ext/neon/gstneonhttpsrc.c:
14829         * ext/neon/gstneonhttpsrc.h:
14830         Added seek support.
14831         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14832         Fixes: #375264.
14833
14834 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
14835
14836         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14837         (cleanup_mpeg2enc):
14838         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14839         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14840         (cleanup_wavpackdec):
14841         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14842         (cleanup_wavpackenc):
14843         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14844           reapply consistent pad (de)activation
14845
14846 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14847
14848         * configure.ac:
14849         Back to CVS
14850
14851         * gst-plugins-bad.doap:
14852         Add release section for 0.10.4
14853
14854 === release 0.10.4 ===
14855
14856 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
14857
14858         * configure.ac:
14859           releasing 0.10.4, "Black Bugs"
14860
14861 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14862
14863         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14864         (cleanup_mpeg2enc):
14865         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14866         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14867         (cleanup_wavpackdec):
14868         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14869         (cleanup_wavpackenc):
14870         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14871           revert my freeze breakage
14872
14873 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14874
14875         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14876         (cleanup_mpeg2enc):
14877         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14878         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14879         (cleanup_wavpackdec):
14880         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14881         (cleanup_wavpackenc):
14882         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14883           consistent pad (de)activation
14884
14885 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14886
14887         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
14888         (gst_qtdemux_chain):
14889           Don't post BUFFERING messages in streaming mode if the stream
14890           headers are behind the movie data; instead, post "progress" element
14891           messages as a temporary solution. Apps might get confused and do
14892           silly things to the pipeline state if they see buffering messages
14893           from different sources and don't realize they come from different
14894           sources (#387160).
14895
14896 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14897
14898         * configure.ac:
14899         * ext/Makefile.am:
14900         * ext/ladspa/*:
14901           Move LADPSA plugin from -good for the release, as it's not quite
14902           ready to be enabled by default in the -good module yet.
14903
14904 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14905
14906         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
14907         (gst_qtdemux_add_stream):
14908           Don't output g_warning for an unsupported format, just send a
14909           GST_ELEMENT_WARNING and don't add the pad.
14910           Fix the case where it doesn't check for a NULL pad in streaming mode.
14911           Fixes #387137
14912
14913 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14914
14915         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14916           Fix crash dereferencing NULL pointer if there's no stco atom.
14917           Fixes #387122.
14918
14919 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14920
14921         * ext/wavpack/gstwavpackenc.h:
14922         Use local copy of md5.h, as it disappeared in recent wavpack
14923         installs.
14924         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
14925         Fixes: #387076
14926
14927 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14928
14929         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
14930         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
14931           We don't support seeking in streaming mode, so don't even try.
14932           Implement seeking query so apps can query seekability properly
14933           (see #365414). Fix duration query.
14934
14935 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14936
14937         * Makefile.am:
14938         * gst-plugins-bad.doap:
14939         * gst-plugins-bad.spec.in:
14940           add doap file
14941
14942 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14943
14944         * ext/libmms/gstmms.c: (gst_mms_create):
14945           These debug statements should be using LOG level.
14946
14947 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14948
14949         * gst/modplug/libmodplug/sndfile.cpp:
14950           Fix potential buffer overflow (CVE-2006-4192) (#385788).
14951
14952 2006-12-13  Wim Taymans  <wim@fluendo.com>
14953
14954         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14955         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14956         (qtdemux_audio_caps):
14957         Add AMR-WB to the list of supported formats.
14958
14959 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14960
14961         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14962         (send_request_and_redirect):
14963           Fix minor mem leak in redirect code.
14964
14965         * tests/check/Makefile.am:
14966         * tests/check/elements/.cvsignore:
14967         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
14968         (GST_START_TEST), (neonhttpsrc_suite):
14969         * tests/check/gst-plugins-bad.supp:
14970           Add super-basic unit test for #384140.
14971
14972 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14973
14974         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14975         (send_request_and_redirect):
14976           Set offset on buffers pushed out (id3demux gets confused if the
14977           first buffer does not have an offset of 0). Fixes #384140.
14978
14979 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14980
14981         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14982         (gst_neonhttp_src_create), (send_request_and_redirect),
14983         (gst_neonhttp_src_start), (oom_callback):
14984          Minor clean-ups; remove newlines at end of debug statements.
14985
14986 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14987
14988         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
14989           Fix non-working redirects from inetfilm.com (handle 'alis' reference
14990           data type as well). Fixes #378613.
14991
14992 2006-12-11  Wim Taymans  <wim@fluendo.com>
14993
14994         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
14995
14996         * gst/modplug/gstmodplug.cc:
14997         Fix modplug duration query. Fixes #384294.
14998
14999 2006-12-08  Wim Taymans  <wim@fluendo.com>
15000
15001         Patch by: René Stadler  <mail at renestadler de>
15002
15003         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15004         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
15005         (qtdemux_audio_caps):
15006         Fix caps for 24 bit raw PCM audio (2).
15007         Fixes #383471.
15008
15009 2006-12-07  Wim Taymans  <wim@fluendo.com>
15010
15011         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15012         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
15013         (qtdemux_video_caps):
15014         Handle more H263 variants.
15015
15016 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
15017
15018         * ext/jack/.cvsignore:
15019         Ignore old files as requested by the build slave.
15020
15021 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
15022
15023         * configure.ac:
15024         Update the Jack requirement to the version where I think options_t
15025         appeared
15026
15027 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
15028
15029         * win32/MANIFEST:
15030         Fix compilation on win32 under VS8
15031         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
15032         Partially fixes #381175
15033
15034 2006-11-30  Wim Taymans  <wim@fluendo.com>
15035
15036         Patch by: René Stadler  <mail at renestadler de>
15037
15038         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
15039           Call the base class handler.  Fixes #380610.
15040
15041 2006-11-30  Wim Taymans  <wim@fluendo.com>
15042
15043         * ext/Makefile.am:
15044         Fix build.
15045
15046         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
15047         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
15048         (gst_jack_ring_buffer_acquire):
15049         Small cleanups.
15050
15051 2006-11-30  Wim Taymans  <wim@fluendo.com>
15052
15053         * configure.ac:
15054         * ext/Makefile.am:
15055         * ext/jack/Makefile.am:
15056         * ext/jack/gstjack.c: (plugin_init):
15057         * ext/jack/gstjack.h:
15058         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
15059         (gst_jack_ring_buffer_class_init), (jack_process_cb),
15060         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
15061         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
15062         (gst_jack_ring_buffer_finalize),
15063         (gst_jack_ring_buffer_open_device),
15064         (gst_jack_ring_buffer_close_device),
15065         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
15066         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
15067         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
15068         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
15069         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
15070         (gst_jack_audio_sink_set_property),
15071         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
15072         (gst_jack_audio_sink_create_ringbuffer):
15073         * ext/jack/gstjackaudiosink.h:
15074           Added fully functional jackaudiosink.
15075
15076 2006-11-27  Wim Taymans  <wim@fluendo.com>
15077
15078         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15079         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
15080           Remove some asserts and replace them with a proper error
15081           message. Fixes #379261.
15082
15083 2006-11-26  Michael Smith  <msmith@fluendo.com>
15084
15085         * ext/theora/theoradec.c: (theora_dec_src_query),
15086         (theora_dec_src_event), (theora_handle_data_packet),
15087         (theora_dec_chain):
15088           Send events on the right pads, since they don't work very well if
15089           you send them in the wrong direction.
15090
15091 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
15092
15093         * ext/audiofile/gstafsink.c:
15094         * ext/polyp/plugin.c: (plugin_init):
15095         * ext/polyp/polypsink.c:
15096         * ext/polyp/polypsink.h:
15097         * sys/dxr3/dxr3audiosink.h:
15098         * sys/dxr3/dxr3spusink.h:
15099         * sys/dxr3/dxr3videosink.h:
15100           remove obsolete _factory_init protos and functions
15101
15102 2006-11-19  Michael Smith  <msmith@fluendo.com>
15103
15104         * gst/librfb/Makefile.am:
15105           Compile with appropriate cflags. Fixes build.
15106
15107 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15108
15109         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
15110         Actually set the TONE parameter for DVB-S when we should.
15111
15112 2006-11-16  David Schleef  <ds@schleef.org>
15113
15114         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
15115
15116 2006-11-16  David Schleef  <ds@schleef.org>
15117
15118         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
15119
15120 2006-11-16  David Schleef  <ds@schleef.org>
15121
15122         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
15123
15124         * configure.ac:
15125         * gst/librfb/Makefile.am:
15126         * gst/librfb/gstrfbsrc.c:
15127         * gst/librfb/rfb.c:
15128         * gst/librfb/rfb.h:
15129         * gst/librfb/rfbbuffer.c:
15130         * gst/librfb/rfbbuffer.h:
15131         * gst/librfb/rfbbytestream.c:
15132         * gst/librfb/rfbbytestream.h:
15133         * gst/librfb/rfbcontext.h:
15134         * gst/librfb/rfbdecoder.c:
15135         * gst/librfb/rfbdecoder.h:
15136         * gst/librfb/rfbutil.h:
15137           Port librfb to 0.10 (#376106).
15138
15139 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
15140
15141         * ext/spc/gstspc.c: (spc_play):
15142           Fix build with disabled gst-debug.
15143
15144 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15145
15146         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
15147
15148         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
15149         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
15150         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
15151         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
15152         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
15153         (gst_wavpack_enc_change_state):
15154         * ext/wavpack/gstwavpackparse.c:
15155           Some small clean-ups: use enums instead of hard-coded numbers,
15156           const-ify element details, re-factor some code into _reset()
15157           functions (#352605).
15158
15159 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
15160
15161         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
15162         * sys/dvb/gstdvbsrc.h:
15163           Fix minor printf format issue; remove overly paranoid checks in
15164           create function; fix GObject boilerplate macros.
15165
15166 2006-11-14  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         Don't parse extra sample params for raw pcm. Fixes #374914.
15171
15172 2006-11-14  Wim Taymans  <wim@fluendo.com>
15173
15174         * tests/check/elements/.cvsignore:
15175         Add cdaudio to ignore.
15176
15177 2006-11-14  Wim Taymans  <wim@fluendo.com>
15178
15179         * ext/Makefile.am:
15180         dist cdaudio dir.
15181
15182 2006-11-14  Wim Taymans  <wim@fluendo.com>
15183
15184         * configure.ac:
15185         * ext/Makefile.am:
15186         Fix cdaudio build.
15187
15188 2006-11-14  Wim Taymans  <wim@fluendo.com>
15189
15190         Patch by: Mark Nauwelaerts <manauw at skynet be>
15191
15192         * tests/check/Makefile.am:
15193         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
15194         (GST_START_TEST), (y4menc_suite), (main):
15195         Added y4m test. Fixes #372243.
15196
15197 2006-11-13  Wim Taymans  <wim@fluendo.com>
15198
15199         Patch by: Mark Nauwelaerts <manauw at skynet be>
15200
15201         * configure.ac:
15202         Enable cdaudio and y4m.
15203
15204         * gst/y4m/Makefile.am:
15205         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
15206         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
15207         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
15208         (gst_y4m_encode_get_stream_header),
15209         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
15210         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
15211         (gst_y4m_encode_change_state), (plugin_init):
15212         * gst/y4m/gsty4mencode.h:
15213         Port of y4mencode to 0.10. 
15214
15215 2006-11-10  David Schleef  <ds@schleef.org>
15216
15217         * configure.ac:
15218         * gst/videoparse/Makefile.am:
15219         * gst/videoparse/gstvideoparse.c:
15220           A little pluggy to make sense out of the random chunks we get
15221           from multifilesrc.
15222
15223 2006-11-10  David Schleef  <ds@schleef.org>
15224
15225         * gst/multifile/Makefile.am:
15226           Let's not depend on a file that doesn't exist.
15227
15228 2006-11-10  David Schleef  <ds@schleef.org>
15229
15230         * gst/multifilesink/Makefile.am:
15231         * gst/multifilesink/gstmultifilesink.c:
15232         * gst/multifilesink/gstmultifilesink.h:
15233         * gst/multifilesink/multifilesink.vcproj:
15234           Remove the old one.
15235
15236 2006-11-10  David Schleef  <ds@schleef.org>
15237
15238         * configure.ac:
15239         * gst/multifile/Makefile.am:
15240         * gst/multifile/gstmultifile.c:
15241         * gst/multifile/gstmultifilesink.c:
15242         * gst/multifile/gstmultifilesrc.c:
15243         * gst/multifile/multifile.vproj:
15244           Revive multifile[src|sink].
15245
15246 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15247
15248         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
15249         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15250         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
15251         Rename set_pes_filter to set_pes_filters for consistency.
15252         Do run-time pid filtering.
15253
15254 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15255
15256         * sys/dvb/gstdvbsrc.c: (read_device):
15257         Do not call output_frontend_stats from a method that does not
15258         have the gstdvbsrc object.
15259         This fixes the build, sorry guys!
15260
15261 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15262
15263         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
15264         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
15265         (gst_dvbsrc_set_pes_filter):
15266         * sys/dvb/gstdvbsrc.h:
15267         Force PAT to always be in the filter.
15268         Try to continue reading after failing 10 times.
15269
15270 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15271
15272         * po/POTFILES.in:
15273           add dvbsrc
15274         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
15275         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
15276         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
15277         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
15278         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
15279         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
15280         (gst_dvbsrc_set_pes_filter):
15281         * sys/dvb/gstdvbsrc.h:
15282           adapter-prefix is a terrible name for a device, so replace it.
15283           strerror should be used immediately after the syscall related to it.
15284           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
15285           (pretty easy to trigger by opening the same device twice).
15286           Use _OBJECT macros where it makes sense.
15287           This element is going to need some work before it moves.
15288
15289 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15290
15291         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15292
15293         * configure.ac:
15294         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
15295         (gst_wavpack_enc_correction_mode_get_type),
15296         (gst_wavpack_enc_joint_stereo_mode_get_type),
15297         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
15298           Fix enum nicks; only emit no-more-pads once; add support for very
15299           fast encoding mode in upcoming 4.40.0 release (#369539).
15300
15301 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15302
15303         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
15304
15305         * sys/directdraw/gstdirectdrawsink.c:
15306         (gst_directdrawsink_window_thread),
15307         (gst_directdrawsink_create_default_window):
15308         * sys/directdraw/gstdirectdrawsink.h:
15309         * sys/directsound/gstdirectsoundsink.c:
15310           Wait until the window is created before using it; guard unistd.h
15311           includes with HAVE_UNISTD_H. (#366523)
15312
15313         * win32/vs8/libgstdirectdraw.vcproj:
15314         * win32/vs8/libgstdirectsound.vcproj:
15315           Update project files.
15316
15317 2006-10-31  Wim Taymans  <wim@fluendo.com>
15318
15319         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15320         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
15321         (qtdemux_parse_trak):
15322         Handle unbounded length streams a bit better. Fixes #367696.
15323
15324 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15325
15326         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
15327           Fix flow handling and buffer refcounting (gst_pad_push() takes
15328           ownership of the buffer passed to it, the buffer does not have
15329           to be unreffed no matter what flow value gst_pad_push() returns).
15330
15331 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
15332
15333         Patch by: Renato Filho <renato.filho@indt.org.br> 
15334
15335         * gst/nuvdemux/gstnuvdemux.c:
15336         * gst/nuvdemux/gstnuvdemux.h:
15337         Fixed bug for files with timestamps less than 0.
15338         
15339 2006-10-21  David Schleef  <ds@schleef.org>
15340
15341         * configure.ac:
15342         * gst/multifilesink/Makefile.am:
15343         * gst/multifilesink/gstmultifilesink.c:
15344         * gst/multifilesink/gstmultifilesink.h:
15345           I copied over filesink a while ago and modified it to work
15346           as multifilesink.  Might as well check it in.  This could
15347           use some work before being declared useful.
15348
15349 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15350
15351         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
15352         * ext/wavpack/gstwavpackparse.c:
15353         (gst_wavpack_parse_create_src_pad):
15354         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
15355         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
15356           Activate pads before adding them to running element.
15357
15358 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15359
15360         Patch by: Josep Torra Valles  <josep at fluendo com>
15361
15362         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15363         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
15364         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
15365         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
15366         (qtdemux_tag_add_gnre):
15367           Make compile with Forte compiler, mostly don't do pointer arithmetic
15368           with void pointers (#362626).
15369
15370 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15371
15372         * gst/nuvdemux/gstnuvdemux.c:
15373         Just a cast to make it compile oos big_endian systems.
15374
15375 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15376
15377         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
15378         <rosfran.borges@indt.org.br>
15379
15380         * configure.ac:
15381         * gst/nuvdemux/:
15382         * gst/nuvdemux/Makefile.am:
15383         * gst/nuvdemux/gstnuvdemux.c:
15384         * gst/nuvdemux/gstnuvdemux.h:
15385         Created new element nuvdemux.
15386         
15387 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15388
15389         Patch by: Josep Torra Valles  <josep at fluendo com>
15390
15391         * gst/nsf/fds_snd.c:
15392         * gst/nsf/mmc5_snd.c:
15393         * gst/nsf/nsf.c:
15394         * gst/nsf/vrc7_snd.c:
15395         * gst/nsf/vrcvisnd.c:
15396           Fix some things the Forte compiler warns about (#362626).
15397
15398 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15399
15400         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
15401         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
15402         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
15403         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
15404         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
15405         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
15406         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
15407         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
15408         (qtdemux_tree_get_sibling_by_type):
15409         * gst/qtdemux/qtdemux.h:
15410           Avoid void pointer usage, better use guint8 * instead.
15411
15412 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
15413
15414         * configure.ac:
15415         * gst/deinterlace/Makefile.am:
15416         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
15417         (gst_deinterlace_class_init), (gst_deinterlace_init),
15418         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
15419         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
15420         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
15421         * gst/deinterlace/gstdeinterlace.h:
15422           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
15423           me for anything it does or does not do to your precious pictures.
15424
15425 2006-10-11  Edward Hervey  <edward@fluendo.com>
15426
15427         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15428         Add some fourcc for DV format.
15429
15430 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
15431
15432         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
15433         (gst_qtdemux_loop_state_header):
15434           Printf format fixes.
15435
15436         * sys/dvb/gstdvbsrc.c:
15437           Use "_stdint.h".
15438
15439 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15440
15441         * sys/dvb/Makefile.am:
15442         * sys/dvb/dvb-api/Makefile.am:
15443         * sys/dvb/dvb-api/audio.h:
15444         * sys/dvb/dvb-api/ca.h:
15445         * sys/dvb/dvb-api/dmx.h:
15446         * sys/dvb/dvb-api/frontend.h:
15447         * sys/dvb/dvb-api/net.h:
15448         * sys/dvb/dvb-api/osd.h:
15449         * sys/dvb/dvb-api/version.h:
15450         * sys/dvb/dvb-api/video.h:
15451         Remove these files, not needed use system files.
15452         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
15453         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15454         (gst_dvbsrc_tune):
15455         Fix warnings, uint16_t etc. is in stdint.h.
15456         Use system includes not our local ones.
15457
15458 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15459
15460         * configure.ac:
15461         * sys/Makefile.am:
15462         Add dvb detection and allow dvbsrc to be built.
15463
15464 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15465         
15466         * configure.ac:
15467         * sys/Makefile.am:
15468         * sys/dvb/AUTHORS:
15469         * sys/dvb/Makefile.am:
15470         * sys/dvb/README:
15471         * sys/dvb/dvb-api/Makefile.am:
15472         * sys/dvb/dvb-api/audio.h:
15473         * sys/dvb/dvb-api/ca.h:
15474         * sys/dvb/dvb-api/dmx.h:
15475         * sys/dvb/dvb-api/frontend.h:
15476         * sys/dvb/dvb-api/net.h:
15477         * sys/dvb/dvb-api/osd.h:
15478         * sys/dvb/dvb-api/version.h:
15479         * sys/dvb/dvb-api/video.h:
15480         * sys/dvb/gstdvbsrc.c: 
15481         * sys/dvb/gstdvbsrc.h:
15482         Initial import of dvbsrc.
15483         Currently won't be built.
15484
15485 2006-10-10  Wim Taymans  <wim@fluendo.com>
15486
15487         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15488         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
15489         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
15490         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
15491         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
15492         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
15493         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
15494         (qtdemux_parse_tree), (qtdemux_parse_trak):
15495         Reorganise some stuff.
15496         Parse RTSP redirection URLS.
15497
15498 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15499
15500         * docs/plugins/gst-plugins-bad-plugins.args:
15501         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15502         * docs/plugins/gst-plugins-bad-plugins.interfaces:
15503         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
15504         * docs/plugins/inspect/plugin-dtsdec.xml:
15505         * docs/plugins/inspect/plugin-mms.xml:
15506         * docs/plugins/inspect/plugin-mpeg2enc.xml:
15507         * docs/plugins/inspect/plugin-neon.xml:
15508         * docs/plugins/inspect/plugin-replaygain.xml:
15509         * docs/plugins/inspect/plugin-soundtouch.xml:
15510         * docs/plugins/inspect/plugin-spcdec.xml:
15511         * docs/plugins/inspect/plugin-swfdec.xml:
15512         * docs/plugins/inspect/plugin-videocrop.xml:
15513         * docs/plugins/inspect/plugin-wavpack.xml:
15514           Add/update docs stuff.
15515
15516 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15517
15518         Patch by: René Stadler  <mail at renestadler de>
15519
15520         * configure.ac:
15521         * docs/plugins/Makefile.am:
15522         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15523         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15524         * gst/replaygain/Makefile.am:
15525         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
15526         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
15527         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
15528         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
15529         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
15530         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
15531         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
15532         (gst_rg_analysis_album_result), (plugin_init):
15533         * gst/replaygain/gstrganalysis.h:
15534         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
15535         (apply_filters), (reset_filters), (accumulator_add),
15536         (accumulator_clear), (accumulator_result), (rg_analysis_new),
15537         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
15538         (rg_analysis_analyze_mono_float),
15539         (rg_analysis_analyze_stereo_float),
15540         (rg_analysis_analyze_mono_int16),
15541         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
15542         (rg_analysis_track_result), (rg_analysis_album_result),
15543         (rg_analysis_reset_album), (rg_analysis_reset):
15544         * gst/replaygain/rganalysis.h:
15545           Add ReplayGain analysis element (#357069).
15546
15547         * tests/check/Makefile.am:
15548         * tests/check/elements/.cvsignore:
15549         * tests/check/elements/rganalysis.c: (get_expected_gain),
15550         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
15551         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
15552         (fail_unless_track_gain), (fail_unless_track_peak),
15553         (fail_unless_album_gain), (fail_unless_album_peak),
15554         (fail_if_track_tags), (fail_if_album_tags),
15555         (fail_unless_num_tracks), (test_buffer_const_float_mono),
15556         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
15557         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
15558         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
15559         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
15560         (rganalysis_suite), (main):
15561           Unit tests for the new replaygain element.
15562
15563 2006-10-06  Wim Taymans  <wim@fluendo.com>
15564
15565         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
15566         (gst_faad_close_decoder):
15567         Some cleanups.
15568         Added some more debugging.
15569         Don't ever ignore unlinked, we're not a demuxer.
15570
15571         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
15572         Activate pad before adding it to the element.
15573
15574 2006-10-06  Michael Smith  <msmith@fluendo.com>
15575
15576         * ext/theora/theoradec.c: (gst_theoradec_reset),
15577         (theora_get_query_types), (theora_dec_src_query),
15578         (theora_dec_src_event), (theora_dec_sink_event),
15579         (theora_handle_comment_packet), (theora_handle_type_packet),
15580         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
15581         (theora_handle_422_image), (theora_handle_420_image),
15582         (theora_handle_data_packet), (theora_dec_chain),
15583         (theora_dec_change_state):
15584         * ext/theora/theoradec.h:
15585           Port lots of changes from theoradec to theoraexpdec.
15586           This catches this plugin up to theoradec. Note that duplicate frames
15587           are broken in theoradec at the moment.
15588
15589 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15590
15591         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15592           Fix mem leak, avoid unnecessary memcpy.
15593
15594 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
15595
15596         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15597         (gst_spectrum_transform_ip):
15598           Removed cruft code that was just commented out. Removed some obsolete
15599           debug logs statements.
15600
15601 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15602
15603         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
15604         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
15605         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
15606         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
15607         (qtdemux_parse_trak):
15608         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15609           Another batch of printf format fixes.
15610
15611 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15612
15613         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15614         (gst_video_crop_init),
15615         (gst_video_crop_get_image_details_from_caps),
15616         (gst_video_crop_transform_packed_complex),
15617         (gst_video_crop_transform_packed_simple),
15618         (gst_video_crop_transform), (gst_video_crop_transform_caps),
15619         (gst_video_crop_set_caps),
15620         (gst_videocrop_clear_negotiated_caps_locked),
15621         (gst_video_crop_set_property):
15622         * gst/videocrop/gstvideocrop.h:
15623           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
15624           passthrough mode; lastly, clear negotiated basetransform caps when
15625           the cropping changes in order to force renegotiation.
15626
15627 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15628
15629         * tests/icles/.cvsignore:
15630         * tests/icles/Makefile.am:
15631         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
15632         (test_with_caps), (video_crop_get_test_caps), (main):
15633           Visual test for videocrop, shows that packed yuv doesn't work right
15634           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
15635           reasons (another basetransform issue?)
15636
15637 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15638
15639         * po/POTFILES.in:
15640         * sys/v4l2/.cvsignore:
15641           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
15642
15643 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15644
15645         * docs/plugins/Makefile.am:
15646         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15647         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15648         * docs/plugins/inspect/plugin-video4linux2.xml:
15649         * gst-plugins-bad.spec.in:
15650           removed v4l2
15651
15652 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15653
15654         * configure.ac:
15655         * sys/Makefile.am:
15656         * sys/v4l2/Makefile.am:
15657         * sys/v4l2/README:
15658         * sys/v4l2/gstv4l2.c:
15659         * sys/v4l2/gstv4l2colorbalance.c:
15660         * sys/v4l2/gstv4l2colorbalance.h:
15661         * sys/v4l2/gstv4l2object.c:
15662         * sys/v4l2/gstv4l2object.h:
15663         * sys/v4l2/gstv4l2src.c:
15664         * sys/v4l2/gstv4l2src.h:
15665         * sys/v4l2/gstv4l2tuner.c:
15666         * sys/v4l2/gstv4l2tuner.h:
15667         * sys/v4l2/gstv4l2vidorient.c:
15668         * sys/v4l2/gstv4l2vidorient.h:
15669         * sys/v4l2/gstv4l2xoverlay.c:
15670         * sys/v4l2/gstv4l2xoverlay.h:
15671         * sys/v4l2/v4l2_calls.c:
15672         * sys/v4l2/v4l2_calls.h:
15673         * sys/v4l2/v4l2src_calls.c:
15674         * sys/v4l2/v4l2src_calls.h:
15675           moved to gst-plugins-good
15676
15677 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15678
15679         * sys/v4l2/gstv4l2object.c:
15680         (gst_v4l2_object_install_properties_helper):
15681           comment out the properties that are already part of the tuner
15682           interface.
15683
15684 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15685
15686         * sys/v4l2/gstv4l2src.c:
15687         Improve docs.
15688
15689 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15690
15691         * ext/xvid/gstxvid.c: (plugin_init):
15692           Set rank of xviddec to NONE until someone fixes it (too many crasher
15693           bug reports against totem, people should use gst-ffmpeg).
15694
15695 2006-09-28  Wim Taymans  <wim@fluendo.com>
15696
15697         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15698         (gst_v4l2src_get_caps):
15699         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15700         Framerate can be 0/1 too.
15701         Init framerate to 0/1 before querying it so that we can detect
15702         devices that don't know about a framerate.
15703         Add some more debugging info.
15704
15705 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15706
15707         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15708           Add support for 'yv12' fourcc.
15709
15710 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15711
15712         * sys/v4l2/gstv4l2src.c:
15713         * sys/v4l2/gstv4l2src.h:
15714         * tests/icles/v4l2src-test.c:
15715         Removed set-undef-fps.
15716
15717 2006-09-27  Wim Taymans  <wim@fluendo.com>
15718
15719         * sys/v4l2/gstv4l2object.c:
15720         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15721         (gst_v4l2_object_set_property_helper),
15722         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15723         * sys/v4l2/gstv4l2object.h:
15724         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15725         (gst_v4l2src_create):
15726         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15727         (gst_v4l2_tuner_list_channels),
15728         (gst_v4l2_tuner_set_channel_and_notify),
15729         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15730         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15731         (gst_v4l2_tuner_get_norm):
15732         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15733         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15734         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15735         Renamed some properties to match the tuner interface naming.
15736
15737 2006-09-27  Wim Taymans  <wim@fluendo.com>
15738
15739         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15740         (gst_v4l2_set_defaults):
15741         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15742         (gst_v4l2src_create):
15743         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15744         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15745         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15746         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15747         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15748         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15749         (gst_v4l2_set_input):
15750         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15751         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15752         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15753         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15754         (gst_v4l2src_buffer_new):
15755         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15756         Small cleanups.
15757         Fix error messages.
15758         Use locks when getting timestamps.
15759         Fix leaks in test.
15760         Add licensing header to tests.
15761
15762 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15763
15764         * sys/v4l2/gstv4l2colorbalance.c:
15765         * sys/v4l2/gstv4l2object.c:
15766         * sys/v4l2/gstv4l2src.c:
15767         * sys/v4l2/gstv4l2src.h:
15768         * sys/v4l2/gstv4l2tuner.c:
15769         * sys/v4l2/v4l2_calls.c:
15770         * sys/v4l2/v4l2src_calls.c:
15771         * tests/icles/v4l2src-test.c:
15772         Some cleanups and comments.
15773
15774 2006-09-26  Wim Taymans  <wim@fluendo.com>
15775
15776         * docs/plugins/Makefile.am:
15777         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15778         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15779         Add v4l2 plugin to the docs.
15780
15781         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15782         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15783         * sys/v4l2/gstv4l2src.h:
15784         * sys/v4l2/gstv4l2vidorient.c:
15785         Fix docs.
15786         Remove some more externs.
15787
15788 2006-09-26  Wim Taymans  <wim@fluendo.com>
15789
15790         * sys/v4l2/Makefile.am:
15791         Fix makefile, list libs in stack order.
15792
15793         * sys/v4l2/gstv4l2colorbalance.c:
15794         * sys/v4l2/gstv4l2colorbalance.h:
15795         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15796         (gst_v4l2_object_install_properties_helper):
15797         * sys/v4l2/gstv4l2object.h:
15798         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15799         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15800         * sys/v4l2/gstv4l2src.h:
15801         * sys/v4l2/gstv4l2tuner.h:
15802         * sys/v4l2/gstv4l2vidorient.h:
15803         * sys/v4l2/gstv4l2xoverlay.h:
15804         * sys/v4l2/v4l2_calls.h:
15805         * sys/v4l2/v4l2src_calls.h:
15806         Fix coding style:
15807         - Remove extern from functions.
15808         - Fix header indentation.
15809         Fix Flags, add defaults for properties.
15810         Remove unused enums.
15811         Fix TOO_LAZY in error messages.
15812
15813 2006-09-26  Wim Taymans  <wim@fluendo.com>
15814
15815         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15816         (gst_v4l2_probe_needs_probe),
15817         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15818         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15819         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15820         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15821         * sys/v4l2/gstv4l2object.h:
15822         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15823         (gst_v4l2src_init), (gst_v4l2src_dispose),
15824         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15825         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15826         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15827         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15828         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15829         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15830         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15831         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15832         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15833         (gst_v4l2_get_input), (gst_v4l2_set_input):
15834         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15835         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15836         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15837         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15838         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15839         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15840         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15841         (gst_v4l2src_buffer_new):
15842         Fix pass at code cleanups, move errors cases out of the normal
15843         flow for additional code clarity.
15844
15845 2006-09-23  Wim Taymans  <wim@fluendo.com>
15846
15847         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15848         (gst_cdaudio_init), (gst_cdaudio_set_property),
15849         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15850         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15851         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15852         Port to 0.10.
15853
15854 2006-09-22  David Schleef  <ds@schleef.org>
15855
15856         * sys/glsink/glimagesink.c:
15857           Fix problems when the element cannot open the display.
15858           (fixes #357212)
15859
15860 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15861
15862         * configure.ac:
15863           Up requirements to -base CVS and core CVS (the format for the
15864           video orientation interface used by v4l2src and the latter
15865           since that's what -base CVS requires).
15866
15867 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15868
15869         * ext/directfb/dfbvideosink.c: (plugin_init):
15870           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
15871           be autoplugged shouldn't trump plugins in -base, -good or -ugly
15872           (in this case ximagesink).
15873
15874         * sys/glsink/glimagesink.c: (plugin_init):
15875           Set rank to NONE to prevent it from being autoplugged until
15876           errors are handled properly (see #357212).
15877
15878 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
15879
15880         * ext/neon/Makefile.am:
15881         * ext/neon/gstneonhttpsrc.c:
15882         * ext/neon/gstneonhttpsrc.h:
15883         Reverted previous commit (2006-09-19 - Allow internal codes from
15884         last.fm). As dicussed on #gstreamer it should be done in separete
15885         element.
15886
15887 2006-09-21  Wim Taymans  <wim@fluendo.com>
15888
15889         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
15890         (gst_faac_chain):
15891         Add decoder specific info on the caps.
15892         Some cleanups here and there.
15893
15894 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
15895
15896         Patch by: Milosz Derezynski <internalerror@gmail.com> and
15897                   Rosfran Borges <rosfran.borges@indt.org.br>
15898
15899         * ext/neon/Makefile.am:
15900         * ext/neon/gstneonhttpsrc.c:
15901         * ext/neon/gstneonhttpsrc.h:
15902         Allow internal codes from last.fm
15903         
15904
15905 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15906
15907         * tests/icles/v4l2src-test.c:
15908         Just a small fix to the app options.
15909
15910 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15911
15912         * sys/v4l2/Makefile.am:
15913         * sys/v4l2/gstv4l2src.c:
15914         * sys/v4l2/gstv4l2vidorient.c:
15915         * sys/v4l2/gstv4l2vidorient.h:
15916         * tests/icles/v4l2src-test.c:
15917         Add Video Orientation interface support to v4l2src.
15918         
15919 2006-09-19  Wim Taymans  <wim@fluendo.com>
15920
15921         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15922         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
15923         (gst_gsmdec_chain):
15924         * ext/gsm/gstgsmdec.h:
15925         Handle WAV49 variant (GSM in WAV).
15926         Some small cleanups.
15927
15928 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
15929
15930         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
15931         Fix GST_BUFFER_DURATION.
15932
15933 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
15934
15935         * ext/hermes/gsthermescolorspace.c:
15936         * ext/ivorbis/vorbisfile.c:
15937         * ext/lcs/gstcolorspace.c:
15938         * ext/wavpack/gstwavpackenc.h:
15939         * ext/xine/xineaudiodec.c:
15940         * ext/xine/xineaudiosink.c:
15941         * ext/xine/xineinput.c:
15942         * gst/chart/gstchart.c:
15943         * gst/equalizer/gstiirequalizer.c:
15944         * gst/games/gstpuzzle.c:
15945         * gst/librfb/gstrfbsrc.c:
15946         * gst/mixmatrix/mixmatrix.c:
15947         * gst/nsf/gstnsf.h:
15948         * gst/vbidec/gstvbidec.c:
15949         * gst/virtualdub/gstxsharpen.c:
15950           More G_OBJECT macro fixing.
15951
15952 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
15953
15954         * sys/v4l2/gstv4l2src.c:
15955         * sys/v4l2/gstv4l2src.h:
15956         * sys/v4l2/gstv4l2xoverlay.c:
15957         * sys/v4l2/v4l2_calls.c:
15958         * sys/v4l2/v4l2src_calls.c:
15959         * tests/icles/v4l2src-test.c:
15960         The test application and the plgind error messages has been improved.
15961         
15962 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
15963
15964         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
15965         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
15966           Implements stop() to clear the adapter and event() to clear the
15967           adapter on FLUSH_STOP and EOS.
15968
15969 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15970
15971         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15972         (gst_spectrum_set_property):
15973         * gst/spectrum/gstspectrum.h:
15974           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
15975           René Stadler
15976
15977 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15978
15979         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
15980           Use more defines
15981
15982         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15983         (gst_spectrum_dispose), (gst_spectrum_set_caps),
15984         (gst_spectrum_transform_ip):
15985         * gst/spectrum/gstspectrum.h:
15986           Apply some of the spectrum cleanup changes suggested in #348085.
15987
15988 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15989
15990         * configure.ac:
15991           Bump requirements of -base (videocrop test case needs this).
15992
15993         * gst/videocrop/gstvideocrop.c:
15994           Document sloppy handling of subsampled chroma planes if
15995           left/top cropping is an odd number.
15996
15997         * tests/check/elements/videocrop.c: (handoff_cb),
15998         (videocrop_test_cropping_init_context),
15999         (videocrop_test_cropping_deinit_context),
16000         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
16001         (videocrop_suite), (main):
16002           Add another unit test that crops the input to 1x1 (and checks
16003           that that pixel has the expected values in a number of formats).
16004
16005 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
16006
16007         * gst/videocrop/Makefile.am:
16008         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
16009         (gst_video_crop_transform_packed),
16010         (gst_video_crop_transform_planar):
16011           Some quick tests indicate that it doesn't make a great deal
16012           of sense to use liboil here, at least not for the memcpy()s
16013           we do, so remove liboil usage until there is clear evidence
16014           it actually makes a positive difference somewhere.
16015
16016 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
16017
16018         * tests/check/elements/videocrop.c: (handoff_cb),
16019         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
16020         (notgst_value_list_get_nth_int), (videocrop_suite):
16021           More tests: check passthrough mode and caps transform in
16022           both directions with fixed values, ranges and lists.
16023
16024 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
16025
16026         * docs/plugins/Makefile.am:
16027         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16028         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16029         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16030           Add videocrop to docs.
16031
16032         * gst/videocrop/Makefile.am:
16033         * gst/videocrop/gstvideocrop.c:
16034         * gst/videocrop/gstvideocrop.h:
16035           Move boilerplate stuff and structures into a header file.
16036
16037         * tests/check/Makefile.am:
16038         * tests/check/elements/.cvsignore:
16039         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
16040         (test_unit_sizes), (videocrop_test_cropping_init_context),
16041         (videocrop_test_cropping_deinit_context),
16042         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
16043           Add unit tests for videocrop.
16044
16045 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
16046
16047         * configure.ac:
16048         * gst/videocrop/Makefile.am:
16049         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
16050         (gst_video_crop_class_init), (gst_video_crop_init),
16051         (gst_video_crop_get_image_details_from_caps),
16052         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
16053         (gst_video_crop_transform_planar), (gst_video_crop_transform),
16054         (gst_video_crop_transform_dimension),
16055         (gst_video_crop_transform_dimension_value),
16056         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
16057         (gst_video_crop_set_property), (gst_video_crop_get_property),
16058         (plugin_init):
16059           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
16060           it support all formats videoscale supports (#345653).
16061
16062 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
16063
16064         * sys/v4l2/gstv4l2.c:
16065         * sys/v4l2/gstv4l2colorbalance.c:
16066         * sys/v4l2/gstv4l2object.c:
16067         (gst_v4l2_object_install_properties_helper):
16068         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
16069         * sys/v4l2/gstv4l2src.h:
16070           Whitespace cleanups, dashify property-names.
16071
16072 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
16073
16074         * sys/v4l2/gstv4l2.c:
16075         * sys/v4l2/gstv4l2colorbalance.c:
16076         * sys/v4l2/gstv4l2colorbalance.h:
16077         * sys/v4l2/gstv4l2object.c:
16078         * sys/v4l2/gstv4l2object.h:
16079         * sys/v4l2/gstv4l2src.c:
16080         * sys/v4l2/gstv4l2src.h:
16081         * sys/v4l2/gstv4l2tuner.c:
16082         * sys/v4l2/gstv4l2tuner.h:
16083         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
16084         * sys/v4l2/gstv4l2xoverlay.h:
16085         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
16086         (gst_v4l2_open):
16087         * sys/v4l2/v4l2_calls.h:
16088         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
16089         (gst_v4l2src_capture_init):
16090         * sys/v4l2/v4l2src_calls.h:
16091           Cleanup error messages and unify header comments
16092
16093 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
16094
16095         * gst/nsf/Makefile.am:
16096         Add missing GST_LIBS
16097
16098 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
16099
16100         * sys/v4l2/gstv4l2src.c:
16101         Another small fix to set_caps function (sucks copy/paste error).
16102         
16103 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
16104
16105         * sys/v4l2/gstv4l2src.c:
16106         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
16107
16108 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
16109
16110         * sys/v4l2/gstv4l2src.c:
16111         A small fix to set_caps function.
16112
16113 2006-08-30  Edward Hervey  <edward@fluendo.com>
16114
16115         * gst/qtdemux/qtdemux.c:
16116         (gst_qtdemux_do_seek):
16117         Reset each streams last_flow to GST_FLOW_OK.
16118         (gst_qtdemux_activate_segment):
16119         Removing mystic modifications for good.
16120
16121 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
16122
16123         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
16124         (qtdemux_parse_tree):
16125           put back 'segment start<=stop' change that was mystically reverted by
16126           the last commit
16127
16128 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
16129
16130         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
16131         (qtdemux_parse_tree):
16132         Fix the build for disabled debug
16133
16134 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
16135
16136         * sys/v4l2/gstv4l2src.c:
16137         * sys/v4l2/v4l2src_calls.c:
16138         * sys/v4l2/v4l2src_calls.h:
16139         Fixed framerate negotiation.
16140         
16141 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
16142
16143         Patch by: Andrew Andkjar  <enki at goodship net>
16144
16145         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
16146         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
16147         (gst_sdlvideosink_deinitsdl):
16148           Only de-init the subsystem we previously initialised. Avoids
16149           borkage when both sdlvideosink and sdlaudiosink are used
16150           at the same time and one is shut down.
16151
16152 2006-08-28  Wim Taymans  <wim@fluendo.com>
16153
16154         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
16155         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
16156         (qtdemux_video_caps):
16157         Make sure segment start<=stop in weird quicktime files.
16158
16159 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
16160
16161         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
16162           add comments and more debug logging
16163
16164 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
16165
16166         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16167
16168         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
16169         (gst_wavpack_dec_chain):
16170           Post audio codec and average bitrate tags on bus (#344472).
16171
16172         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16173         (gst_wavpack_parse_src_query):
16174           Forward queries in other formats (BYTE format in particular)
16175           upstream; add Sebastian to authors.
16176
16177 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
16178
16179         * sys/v4l2/gstv4l2src.c:
16180         * sys/v4l2/v4l2src_calls.c:
16181         * sys/v4l2/v4l2src_calls.h:
16182         Fix set_caps to set width and height to the values the driver is
16183         really working with.
16184
16185 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16186
16187         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
16188           Fix mem leak, send newsegment event on correction pad
16189           as well (#352476).
16190
16191         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
16192           Restore original author (on Sebastian's request).
16193
16194         * tests/check/Makefile.am:
16195         * tests/check/gst-plugins-bad.supp:
16196           Add (so far empty) suppression file for -bad. Remove
16197           wavpackenc test from VALGRIND_TO_FIX now that the leak
16198           is fixed.
16199
16200 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16201
16202         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16203
16204         * tests/check/Makefile.am:
16205         * tests/check/elements/.cvsignore:
16206         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
16207         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
16208         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
16209         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
16210         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
16211         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
16212         (wavpackparse_suite), (main):
16213           Add unit tests for wavpack elements (#352476).
16214
16215 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16216
16217         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16218
16219         * docs/plugins/Makefile.am:
16220         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16221         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16222         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16223         * docs/plugins/inspect/plugin-wavpack.xml:
16224         * ext/wavpack/gstwavpackdec.c:
16225         * ext/wavpack/gstwavpackdec.h:
16226         * ext/wavpack/gstwavpackenc.c:
16227         * ext/wavpack/gstwavpackenc.h:
16228         * ext/wavpack/gstwavpackparse.c:
16229         * ext/wavpack/gstwavpackparse.h:
16230           Add docs for wavpack elements (#352476).
16231
16232 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
16233
16234         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
16235         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
16236         Fixed query size to work with drivers that uses intermediate step
16237         like "width * height" to find closest size.
16238         
16239 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16240
16241         * configure.ac:
16242         * docs/plugins/Makefile.am:
16243         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16244         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16245         * gst/gdp/Makefile.am:
16246         * gst/gdp/gstgdp.c:
16247         * gst/gdp/gstgdpdepay.c:
16248         * gst/gdp/gstgdpdepay.h:
16249         * gst/gdp/gstgdppay.c:
16250         * gst/gdp/gstgdppay.h:
16251         * tests/check/Makefile.am:
16252         * tests/check/elements/gdpdepay.c:
16253         * tests/check/elements/gdppay.c:
16254           move gdp plugin to good.
16255
16256 2006-08-21  Wim Taymans  <wim@fluendo.com>
16257
16258         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16259         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
16260         (qtdemux_video_caps), (qtdemux_audio_caps):
16261         Some more constification.
16262         Fix some paletted data formats again.
16263         Fix ulaw/alaw in qt.
16264         Set correct caps for raw RGB.
16265         Add support for yuv2, which is like Yuv2.
16266         Add support for raw audio with the NONE fourcc, which is like raw.
16267
16268 2006-08-21  Wim Taymans  <wim@fluendo.com>
16269
16270         * ext/gsm/gstgsm.c: (plugin_init):
16271         Make rank PRIMARY now that GSM seems to work fine.
16272
16273 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16274
16275         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16276         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
16277         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
16278         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
16279         (gst_wavpack_enc_rewrite_first_block),
16280         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16281         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16282         * ext/wavpack/gstwavpackenc.h:
16283         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16284         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
16285         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
16286         (gst_wavpack_parse_loop):
16287           More clean-ups: use shorter variable names to make code easier to
16288           read; prefix structures we define with 'Gst' to make it clearer
16289           where they come from.
16290
16291 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16292
16293         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16294         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
16295         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16296         (gst_wavpack_enc_sink_event):
16297           Fix caps set on buffers and template caps (output is framed)
16298           and make them match (#351663); use GST_WARNING_OBJECT instead of
16299           GST_ELEMENT_WARNING; simplify push_block(); do some small
16300           clean-ups here and there; fix memleak (#351663).
16301
16302 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
16303
16304         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
16305
16306         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
16307         (gst_wavpack_parse_get_upstream_length),
16308         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
16309         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
16310           Fix resyncing in push mode not stopping re-syncing at embedded
16311           zeroes; skip garbage between frames in pull mode as well if
16312           necessary; use gst_pad_query_peer_duration(); push EOS and
16313           NEWSEGMENT event in right direction (#351659).
16314
16315 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
16316
16317         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16318
16319         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
16320         * ext/wavpack/gstwavpackparse.c:
16321         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
16322           In push mode, re-sync to next wavpack header if sync is lost
16323           (#351557). Also use hyphens instead of underscores in
16324           GObject property names.
16325
16326 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16327
16328         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16329
16330         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
16331         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
16332         (gst_wavpack_parse_src_query),
16333         (gst_wavpack_parse_handle_seek_event),
16334         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16335         (gst_wavpack_parse_create_src_pad),
16336         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
16337         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
16338         (gst_wavpack_parse_sink_activate_pull):
16339         * ext/wavpack/gstwavpackparse.h:
16340           Make wavpackparse also work in push-mode (not seekable yet though);
16341           some small clean-ups along the way; add support for SEEKING query
16342           and query types function. (#351495).
16343
16344 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16345
16346         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
16347         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
16348           Fix leaks (#351502).
16349
16350 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
16351
16352         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
16353         (qtdemux_process_redirects), (qtdemux_parse_tree):
16354           Extract all references/redirections if there is more
16355           than one and sort them; also extract minimum required
16356           bitrate information if available. (#350399)
16357           
16358 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
16359
16360         Patch by: Michal Benes  <michal.benes at itonis tv>
16361
16362         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
16363           Bitrate in the faac structure is per output channel,
16364           not total bitrate (#350741).
16365
16366 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16367
16368         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
16369           Fix GST_ELEMENT_ERROR usage.
16370
16371 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16372
16373         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16374           Fix silly typo.
16375
16376 2006-08-08  Edward Hervey  <edward@fluendo.com>
16377
16378         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16379         I forgot to include the file containing the #define :)
16380         Now includes "config.h"
16381
16382 2006-08-08  Edward Hervey  <edward@fluendo.com>
16383
16384         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16385         Ignore test known to fail on PPC64. See #348114.
16386
16387 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
16388
16389         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
16390         br>
16391
16392         * ext/neon/gstneonhttpsrc.c:
16393         * ext/neon/gstneonhttpsrc.h:
16394         Allow HTTP redirect (HTTP status code 302).
16395
16396 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16397
16398         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16399         Fix event parsing by gdpdepay.  Fixes #349916.
16400
16401 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
16402
16403         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
16404         com>
16405
16406         * ext/Makefile.am:
16407           Use right variables when USE_SPC is defined.
16408
16409 2006-08-02  Wim Taymans  <wim@fluendo.com>
16410
16411         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16412         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
16413         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
16414         (gst_gdp_depay_change_state):
16415         Disable seeking.
16416         Small cleanups.
16417         Clear adapter on disconts.
16418         Clear caps when going to READY instead of NULL
16419
16420         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16421         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
16422         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16423         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16424         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16425         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
16426         (gst_gdp_pay_change_state):
16427         * gst/gdp/gstgdppay.h:
16428         Reset payloader when going to READY.
16429         Fix leaked buffers in ->queue on push errors.
16430         Disable seeking.
16431         Code cleanups.
16432         Create packetizer in _init, free in _finalize.
16433
16434 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16435
16436         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16437         (gst_dfbvideosink_buffer_alloc): Post an error message.
16438
16439 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16440
16441         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16442         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
16443         setup yet. Fail changing state if setup fails.
16444
16445 2006-07-31  Wim Taymans  <wim@fluendo.com>
16446
16447         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16448         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
16449         Consume all events except EOS because we generate events from
16450         the gdp payload instead. Fixes #349204
16451
16452 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16453
16454         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
16455         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
16456         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
16457         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16458         (gst_xviddec_setcaps), (gst_xviddec_change_state):
16459         * ext/xvid/gstxviddec.h:
16460           Clean-ups and code reflows. Pass return value from
16461           gst_pad_alloc_buffer() upstream among other things. Also check
16462           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
16463           Mass rename of xviddec -> dec variable for better
16464           code readability.
16465
16466 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16467
16468         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
16469           Fix size calculation for I420/YV12. Fixes #348976.
16470
16471 2006-07-27  Wim Taymans  <wim@fluendo.com>
16472
16473         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16474         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
16475         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
16476         Fix negotiation.
16477
16478 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16479
16480         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
16481           proxying get/set caps is the wrong thing to do, since we really
16482           do change caps quite fundamentally
16483         * tests/check/elements/gdpdepay.c:
16484         * tests/check/elements/gdppay.c:
16485           remove declaration of buffers, it's already done in gstcheck.h
16486
16487 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
16488
16489         * sys/directsound/gstdirectsoundsink.h:
16490         * sys/directsound/gstdirectsoundsink.c:
16491         Add an attenuation property that will directly attenuate the 
16492         directsound buffer.
16493         Change the size of the directsound secondary buffer to a half second.
16494         Add more debug logs.
16495         Add a lock to protect dsound buffer write access.
16496         Fix a bad implementation of reset.
16497         * sys/directsound/gstdirectdrawsink.c:
16498         * sys/directsound/gstdirectdrawsink.h:
16499         Add a keep_aspect_ratio property.
16500         Do not use overlay if not supported.
16501         Add more debug logs.
16502         Remove overwrite of WM_ERASEBKGND message handling. It was not
16503         redrawing border when keep_aspect_ratio was enabled.
16504         * win32/common/config.h:
16505         update version waiting an auto-generated config.h
16506
16507 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
16508
16509         Patch by: Chris Lee  <clee at kde org>
16510
16511         * configure.ac:
16512         * ext/Makefile.am:
16513         * ext/spc/Makefile.am:
16514         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
16515         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
16516         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
16517         (gst_spc_dec_src_query), (spc_play), (spc_setup),
16518         (gst_spc_dec_change_state), (plugin_init):
16519         * ext/spc/gstspc.h:
16520           Add libopenspc-based SPC decoder element (#348220).
16521
16522 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16523
16524         Patch by: Martin Szulecki
16525
16526         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
16527           If "device-name" is requested and the device is not
16528           open, try to temporarily open it to obtain this
16529           information (#342494).
16530
16531 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16532
16533         * gst/nsf/nsf.c: (nsf_load):
16534           Really fix compilation. Apparently it's not enough to
16535           just check the return value for errors, but we need to
16536           check for short reads as well (now if only we handled
16537           them too ...). Fixes #347935.
16538
16539 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16540
16541         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
16542           Fix caps after previous change to byte order endianness.
16543
16544         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16545         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16546         (gst_wavpack_parse_loop):
16547         * ext/wavpack/gstwavpackparse.h:
16548           Queue incoming events if there's no source pad yet and
16549           send them downstream later when the pad is there.
16550
16551 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16552
16553         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
16554         (gst_wavpack_dec_format_samples),
16555         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16556         (gst_wavpack_dec_change_state):
16557         * ext/wavpack/gstwavpackdec.h:
16558           Output audio in native byte order (which is also how we get
16559           samples from wavpack); output samples with 21-24 bit depth
16560           with 32 bit width (makes things easier for us).
16561
16562 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16563
16564         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16565         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16566         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16567         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16568         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
16569         * ext/wavpack/gstwavpackdec.h:
16570           More clean-ups: remove most of the disfunctional correction
16571           pad stuff for now, if it ever gets implemented a lot of stuff
16572           will have to be rewritten anyway; redo chain function, move
16573           errors to end, error out instead of g_assert()ing. Also rename
16574           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
16575           other small stuff.
16576
16577 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16578
16579         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16580
16581         * configure.ac:
16582           Check for wavpack version and define WAVPACK_OLD_API if
16583           necessary.
16584
16585         * ext/wavpack/Makefile.am:
16586         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
16587         (gst_wavpack_read_metadata):
16588         * ext/wavpack/gstwavpackcommon.h:
16589         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16590         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16591         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16592         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16593         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
16594         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
16595         * ext/wavpack/gstwavpackdec.h:
16596         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
16597         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
16598         (gst_wavpack_enc_set_wp_config):
16599         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16600         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
16601         (gst_wavpack_parse_index_get_entry_from_sample),
16602         (gst_wavpack_parse_scan_to_find_sample),
16603         (gst_wavpack_parse_handle_seek_event),
16604         (gst_wavpack_parse_create_src_pad):
16605         * ext/wavpack/gstwavpackstreamreader.c:
16606         * ext/wavpack/gstwavpackstreamreader.h:
16607           Port to new/official wavpack API, don't use API that was exported
16608           in wavpack header files and in the lib but meant to be private, at
16609           least not for recent wavpack versions; misc. 'cleanups' (#347443).
16610
16611 2006-07-18  Wim Taymans  <wim@fluendo.com>
16612
16613         * gst/nsf/nsf.c: (nsf_load):
16614         Fix compilation by not ignoring return values of fread.
16615
16616 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16617
16618         * docs/plugins/inspect/plugin-alsaspdif.xml:
16619         * docs/plugins/inspect/plugin-filter.xml:
16620         * docs/plugins/inspect/plugin-h264parse.xml:
16621         * docs/plugins/inspect/plugin-musepack.xml:
16622         * docs/plugins/inspect/plugin-nsfdec.xml:
16623         * docs/plugins/inspect/plugin-sdl.xml:
16624         * docs/plugins/inspect/plugin-spectrum.xml:
16625           adding more inspect docs
16626
16627 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16628
16629         * docs/plugins/inspect/plugin-gdp.xml:
16630           actually commit inspectation of gdp element
16631
16632 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16633
16634         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
16635         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16636           remove parent_class setting, BOILERPLATE does this
16637         (gst_gdp_pay_reset_streamheader):
16638           fix typo in comment
16639
16640 2006-07-17  Wim Taymans  <wim@fluendo.com>
16641
16642         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16643         (gst_qtdemux_prepare_current_sample),
16644         (gst_qtdemux_loop_state_movie):
16645         Store duration in uint64 too instead of clipping.
16646         When we do a keyframe seek and the requested time is at the
16647         keyframe, don't seek back to the beginning of the keyframe.
16648         Fixes #347439.
16649
16650 2006-07-16  Wim Taymans  <wim@fluendo.com>
16651
16652         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16653         Don't crash on small buffers.
16654
16655 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16656
16657         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16658         Reset adapter.
16659
16660 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16661
16662         * gst/spectrum/demo-audiotest.c: (main):
16663         * gst/spectrum/demo-osssrc.c: (main):
16664         Do not use deprecated gtk functions.
16665
16666 2006-07-14  Wim Taymans  <wim@fluendo.com>
16667
16668         * gst/nsf/Makefile.am:
16669         * gst/nsf/memguard.c:
16670         * gst/nsf/memguard.h:
16671         * gst/nsf/types.h:
16672         Remove crack malloc/free replacement.
16673
16674 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16675
16676         * docs/plugins/Makefile.am:
16677         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16678         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16679           add more plugins and elements to docs
16680         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16681           fix segfaults due to wrong g_free
16682           add example
16683         * gst/gdp/gstgdppay.c:
16684           add example
16685
16686 2006-07-13  Wim Taymans  <wim@fluendo.com>
16687
16688         * gst/nsf/Makefile.am:
16689         Fix build.
16690
16691 2006-07-13  Wim Taymans  <wim@fluendo.com>
16692
16693         Based on patches by: Johan Dahlin <johan at gnome dot org>
16694                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16695
16696         * configure.ac:
16697         * gst/nsf/Makefile.am:
16698         * gst/nsf/dis6502.h:
16699         * gst/nsf/fds_snd.c:
16700         * gst/nsf/fds_snd.h:
16701         * gst/nsf/fmopl.c:
16702         * gst/nsf/fmopl.h:
16703         * gst/nsf/gstnsf.c:
16704         * gst/nsf/gstnsf.h:
16705         * gst/nsf/log.c:
16706         * gst/nsf/log.h:
16707         * gst/nsf/memguard.c:
16708         * gst/nsf/memguard.h:
16709         * gst/nsf/mmc5_snd.c:
16710         * gst/nsf/mmc5_snd.h:
16711         * gst/nsf/nes6502.c:
16712         * gst/nsf/nes6502.h:
16713         * gst/nsf/nes_apu.c:
16714         * gst/nsf/nes_apu.h:
16715         * gst/nsf/nsf.c:
16716         * gst/nsf/nsf.h:
16717         * gst/nsf/osd.h:
16718         * gst/nsf/types.h:
16719         * gst/nsf/vrc7_snd.c:
16720         * gst/nsf/vrc7_snd.h:
16721         * gst/nsf/vrcvisnd.c:
16722         * gst/nsf/vrcvisnd.h:
16723         Added NSF decoder plugin. Fixes 151192. 
16724
16725 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16726
16727         * tests/check/Makefile.am:
16728           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16729
16730 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16731
16732         * configure.ac:
16733           Don't error out in configure if mjpegtools dev is not there.
16734
16735 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16736
16737         Patch by: Mark Nauwelaerts <manauw at skynet be>
16738
16739         * configure.ac:
16740         * ext/Makefile.am:
16741         * ext/mpeg2enc/Makefile.am:
16742         * ext/mpeg2enc/gstmpeg2enc.cc:
16743         * ext/mpeg2enc/gstmpeg2enc.hh:
16744         * ext/mpeg2enc/gstmpeg2encoder.cc:
16745         * ext/mpeg2enc/gstmpeg2encoder.hh:
16746         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16747         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16748         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16749         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16750         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16751           Port mpeg2enc to 0.10 (#343184).
16752
16753         * tests/check/Makefile.am:
16754         * tests/check/elements/.cvsignore:
16755         * tests/check/elements/mpeg2enc.c:
16756           Add unit test for mpeg2enc.
16757
16758         * tests/icles/.cvsignore:
16759           Ignore pitch-test.
16760
16761 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16762
16763         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16764           Fix typo in property nick.
16765
16766 2006-07-10  Wim Taymans  <wim@fluendo.com>
16767
16768         * gst/filter/gstbpwsinc.h:
16769         * gst/filter/gstiir.h:
16770         * gst/filter/gstlpwsinc.h:
16771         Don't forget new files.
16772
16773 2006-07-10  Wim Taymans  <wim@fluendo.com>
16774
16775         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16776
16777         * configure.ac:
16778         * gst/filter/Makefile.am:
16779         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16780         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16781         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16782         (bpwsinc_set_property), (bpwsinc_get_property):
16783         * gst/filter/gstfilter.c: (plugin_init):
16784         * gst/filter/gstfilter.h:
16785         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16786         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16787         (iir_transform_ip), (iir_set_property), (iir_get_property):
16788         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16789         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16790         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16791         (lpwsinc_set_property), (lpwsinc_get_property):
16792         Ported the gstfilter plugin to GStreamer 0.10.
16793         Fixes #346853.
16794
16795 2006-07-10  Wim Taymans  <wim@fluendo.com>
16796
16797         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16798           Extract comment information!!
16799
16800 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16801
16802         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16803         (qtdemux_tag_add_date):
16804           Extract year/date information (fixes #347079).
16805
16806 2006-07-07  Wim Taymans  <wim@fluendo.com>
16807
16808         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16809         Don't crash on twos/sowt/raw audio. #345830.
16810
16811 2006-07-07  Wim Taymans  <wim@fluendo.com>
16812
16813         Patch by: Lutz Mueller <lutz at topfrose dot de>
16814
16815         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16816         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16817         (request_dispatch), (gst_neonhttp_src_create),
16818         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16819         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16820         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16821         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16822         * ext/neon/gstneonhttpsrc.h:
16823         Remove unlock function. start/stop will do everything needed
16824         Removed code that was never called.
16825         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16826         Do not escape path. Fixes #346723.
16827         Additional code cleanups.
16828
16829 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16830
16831         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16832         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16833           Fix silly crasher in state change function; add
16834           IV41 fourcc (see bug #171111); don't output confusing
16835           debug message when skipping atoms.
16836
16837 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16838
16839         * ext/directfb/dfbvideosink.c:
16840         * ext/gsm/gstgsmdec.c:
16841         * ext/gsm/gstgsmenc.c:
16842         * ext/libmms/gstmms.c:
16843         * ext/neon/gstneonhttpsrc.c:
16844         * ext/theora/theoradec.c:
16845         * gst/freeze/gstfreeze.c:
16846         * gst/gdp/gstgdpdepay.c:
16847         * gst/gdp/gstgdppay.c:
16848         * sys/glsink/glimagesink.c:
16849           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16850           and fix one GObject boilerplate macro.
16851
16852 2006-06-20  Wim Taymans  <wim@fluendo.com>
16853
16854         * gst/modplug/libmodplug/stdafx.h:
16855         Fix modplug on AMD64. Fixes #345336.
16856
16857 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
16858
16859         * configure.ac:
16860           Fix check so that future libneon API changes won't break the build.
16861
16862         * ext/neon/gstneonhttpsrc.c:
16863           Fix build with libneon-0.26.x (#345182).
16864
16865 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
16866
16867         * configure.ac:
16868           Fix --disable-external (can't set conditionals conditionally,
16869           #343602).
16870           
16871 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16872
16873         * gst/spectrum/Makefile.am:
16874         Fix build.
16875
16876 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
16877
16878         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
16879         (draw_spectrum), (message_handler), (main):
16880         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
16881         (message_handler), (main):
16882         port to use message to get results, cleanly exit when closing the window
16883         
16884         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16885         (gst_spectrum_init), (gst_spectrum_dispose),
16886         (gst_spectrum_set_property), (gst_spectrum_get_property),
16887         (gst_spectrum_set_caps), (gst_spectrum_start),
16888         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
16889         * gst/spectrum/gstspectrum.h:
16890         port to derive from basetransform and send results via messages
16891         (like level element)
16892
16893 2006-06-15  Wim Taymans  <wim@fluendo.com>
16894
16895         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16896         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
16897         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
16898         Combine return values from src pad pushes.
16899
16900 2006-06-15  Wim Taymans  <wim@fluendo.com>
16901
16902         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
16903         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
16904         (gst_qtdemux_add_stream):
16905         Don't crash on files with 0 samples, EOS immediatly instead.
16906         Fixes #344944.
16907
16908 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16909
16910         Patch by: Wouter Paesen  <wouter at kangaroot net>
16911
16912         * ext/soundtouch/Makefile.am:
16913         * ext/soundtouch/gstpitch.cc:
16914           Make pitch element controllable via GstController interface
16915           (#344821).
16916           
16917         * configure.ac:
16918           Up core requirements to 0.10.8.1/CVS because earlier
16919           GstControllers can't handle float properties correctly.
16920           Check for GstController CFLAGS and LIBS.
16921
16922         * tests/icles/Makefile.am:
16923         * tests/icles/pitch-test.c: (main):
16924           Add small test program for the above (welcome to the 80s!).
16925
16926 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16927
16928         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
16929
16930         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
16931         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
16932         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
16933         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16934         * ext/wavpack/gstwavpackenc.h:
16935           Use bitrate property solely for bitrates and add new
16936           bits-per-sample property for the other stuff. Set duration
16937           to 'unknown' in initial header and resend header with proper
16938           duration on EOS; update Sebastian's e-mail address.
16939
16940 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16941
16942         * examples/directfb/.cvsignore:
16943         * ext/directfb/.cvsignore:
16944           #define red green
16945
16946 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16947
16948         * gst/spectrum/.cvsignore:
16949           Ignore more.
16950
16951 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16952
16953         * ext/libmms/gstmms.c: (gst_mms_create):
16954           Set caps on outgoing buffers.
16955
16956         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
16957           Comment out unused global instance variable.
16958
16959 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
16960
16961         Patch by: Sebastian Dröge  <mail at slomosnail de>
16962
16963         * ext/wavpack/Makefile.am:
16964         * ext/wavpack/gstwavpack.c: (plugin_init):
16965         * ext/wavpack/gstwavpackcommon.h:
16966         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
16967         (gst_wavpack_enc_correction_mode_get_type),
16968         (gst_wavpack_enc_joint_stereo_mode_get_type),
16969         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
16970         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
16971         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
16972         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
16973         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16974         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16975         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
16976         (gst_wavpack_enc_plugin_init):
16977         * ext/wavpack/gstwavpackenc.h:
16978         * ext/wavpack/md5.c:
16979         * ext/wavpack/md5.h:
16980           Add wavpack encoder element (#343131).
16981
16982 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16983
16984         * configure.ac:
16985           Check for X before using X_CFLAGS in the check for opengl (#343866).
16986           
16987         * ext/musepack/Makefile.am:
16988         * ext/wavpack/Makefile.am:
16989         * gst/speed/Makefile.am:
16990           Add missing GST_LIBS, fixes build on cygwin (#343866).
16991
16992 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16993
16994         * configure.ac:
16995           enable building of GDP elements
16996         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16997         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16998         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16999         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
17000         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
17001         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
17002         (gst_gdp_pay_change_state):
17003         * gst/gdp/gstgdppay.h:
17004           add version 1.0
17005
17006 2006-06-02  Michael Smith  <msmith@fluendo.com>
17007
17008         * ext/theora/theoradec.c: (theora_dec_src_convert),
17009         (theora_handle_type_packet), (theora_handle_422_image),
17010         (theora_handle_444_image), (theora_handle_420_image),
17011         (theora_handle_data_packet):
17012           Theora 4:4:4 pixel format support.
17013
17014 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17015
17016         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
17017         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
17018         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
17019         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
17020         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
17021         (gst_gdp_pay_get_property):
17022           add crc-header and crc-payload properties
17023           don't error out on some things that are recoverable
17024         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
17025           add test for crc
17026
17027 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
17028
17029         * ext/alsaspdif/alsaspdifsink.h:
17030         * ext/amrwb/gstamrwbdec.h:
17031         * ext/amrwb/gstamrwbenc.h:
17032         * ext/amrwb/gstamrwbparse.h:
17033         * ext/arts/gst_arts.h:
17034         * ext/artsd/gstartsdsink.h:
17035         * ext/audiofile/gstafparse.h:
17036         * ext/audiofile/gstafsink.h:
17037         * ext/audiofile/gstafsrc.h:
17038         * ext/audioresample/gstaudioresample.h:
17039         * ext/bz2/gstbz2dec.h:
17040         * ext/bz2/gstbz2enc.h:
17041         * ext/dirac/gstdiracdec.h:
17042         * ext/directfb/dfbvideosink.h:
17043         * ext/divx/gstdivxdec.h:
17044         * ext/divx/gstdivxenc.h:
17045         * ext/dts/gstdtsdec.h:
17046         * ext/faac/gstfaac.h:
17047         * ext/gsm/gstgsmdec.h:
17048         * ext/gsm/gstgsmenc.h:
17049         * ext/ivorbis/vorbisenc.h:
17050         * ext/libfame/gstlibfame.h:
17051         * ext/nas/nassink.h:
17052         * ext/neon/gstneonhttpsrc.h:
17053         * ext/polyp/polypsink.h:
17054         * ext/sdl/sdlaudiosink.h:
17055         * ext/sdl/sdlvideosink.h:
17056         * ext/shout/gstshout.h:
17057         * ext/snapshot/gstsnapshot.h:
17058         * ext/sndfile/gstsf.h:
17059         * ext/swfdec/gstswfdec.h:
17060         * ext/tarkin/gsttarkindec.h:
17061         * ext/tarkin/gsttarkinenc.h:
17062         * ext/theora/theoradec.h:
17063         * ext/wavpack/gstwavpackdec.h:
17064         * ext/wavpack/gstwavpackparse.h:
17065         * ext/xine/gstxine.h:
17066         * ext/xvid/gstxviddec.h:
17067         * ext/xvid/gstxvidenc.h:
17068         * gst/cdxaparse/gstcdxaparse.h:
17069         * gst/cdxaparse/gstcdxastrip.h:
17070         * gst/colorspace/gstcolorspace.h:
17071         * gst/festival/gstfestival.h:
17072         * gst/freeze/gstfreeze.h:
17073         * gst/gdp/gstgdpdepay.h:
17074         * gst/gdp/gstgdppay.h:
17075         * gst/modplug/gstmodplug.h:
17076         * gst/mpeg1sys/gstmpeg1systemencode.h:
17077         * gst/mpeg1videoparse/gstmp1videoparse.h:
17078         * gst/mpeg2sub/gstmpeg2subt.h:
17079         * gst/mpegaudioparse/gstmpegaudioparse.h:
17080         * gst/multifilesink/gstmultifilesink.h:
17081         * gst/overlay/gstoverlay.h:
17082         * gst/playondemand/gstplayondemand.h:
17083         * gst/qtdemux/qtdemux.h:
17084         * gst/rtjpeg/gstrtjpegdec.h:
17085         * gst/rtjpeg/gstrtjpegenc.h:
17086         * gst/smooth/gstsmooth.h:
17087         * gst/smoothwave/gstsmoothwave.h:
17088         * gst/spectrum/gstspectrum.h:
17089         * gst/speed/gstspeed.h:
17090         * gst/stereo/gststereo.h:
17091         * gst/switch/gstswitch.h:
17092         * gst/tta/gstttadec.h:
17093         * gst/tta/gstttaparse.h:
17094         * gst/videodrop/gstvideodrop.h:
17095         * gst/xingheader/gstxingmux.h:
17096         * sys/directdraw/gstdirectdrawsink.h:
17097         * sys/directsound/gstdirectsoundsink.h:
17098         * sys/dxr3/dxr3audiosink.h:
17099         * sys/dxr3/dxr3spusink.h:
17100         * sys/dxr3/dxr3videosink.h:
17101         * sys/qcam/gstqcamsrc.h:
17102         * sys/vcd/vcdsrc.h:
17103         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
17104
17105 2006-05-31  Edward Hervey  <edward@fluendo.com>
17106
17107         * ext/faad/gstfaad.h:
17108         Forgot to commit the header file too.
17109
17110 2006-05-31  Edward Hervey  <edward@fluendo.com>
17111
17112         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
17113         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
17114         (gst_faad_chain), (gst_faad_change_state):
17115         Added GstSegment to control segments.
17116         Added clipping/dropping of outgoing buffers in order to have accurate
17117         seeking working properly.
17118
17119 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
17120
17121         Patch by: Lutz Müller  <lutz at topfrose de>
17122
17123         * ext/bz2/Makefile.am:
17124         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
17125         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
17126           Use gst_type_find_helper_* functions for typefinding; use
17127           correct caps with gst_pad_alloc_buffer(); add state change
17128           function and reset decoder in it; don't unref buffer if
17129           pad_push fails; use fixed caps on source pad. (#341524).
17130
17131 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
17132
17133         * gst/spectrum/Makefile.am:
17134         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
17135         (spectrum_chain), (main):
17136         * gst/spectrum/demo-osssrc.c:
17137         added another example
17138         
17139         * sys/v4l2/gstv4l2src.c:
17140         fix typo
17141
17142 2006-05-26  Edward Hervey  <edward@fluendo.com>
17143
17144         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
17145         Clip the outputed NEWSEGMENT stop time to the configured segment stop
17146         time.
17147
17148 2006-05-26  Wim Taymans  <wim@fluendo.com>
17149
17150         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
17151         Don't clear the running variable in the seek code.
17152
17153 2006-05-24  Wim Taymans  <wim@fluendo.com>
17154
17155         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
17156         Detect QCELP in mp4a descriptors.
17157
17158 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
17159
17160         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
17161           po/POTFILES.in:
17162           Throw an error when the file is encrypted. Move plugin_init stuff
17163           to the end of the file, add stuff for i18n, make debug category
17164           static.
17165
17166 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
17167
17168         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
17169
17170         * configure.ac:
17171         * gst/h264parse/Makefile.am:
17172         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
17173         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
17174         (gst_h264_parse_init), (gst_h264_parse_chain),
17175         (gst_h264_parse_handle_event), (plugin_init):
17176         * gst/h264parse/gsth264parse.h:
17177           New plugin: h264parse (#340638)
17178
17179 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17180
17181         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
17182         (gst_gdp_depay_change_state):
17183         * gst/gdp/gstgdpdepay.h:
17184         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
17185         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
17186         (gst_gdp_pay_change_state):
17187         * gst/gdp/gstgdppay.h:
17188           Handle error cases when calling functions
17189           do downwards state change after parent's change_state
17190         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
17191         * tests/check/elements/gdppay.c: (GST_START_TEST):
17192           clean up more
17193
17194 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17195
17196         * gst/gdp/Makefile.am:
17197         * gst/gdp/gstgdp.c: (plugin_init):
17198         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
17199         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
17200         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
17201         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
17202         * gst/gdp/gstgdpdepay.h:
17203         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
17204         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
17205         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
17206         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
17207         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
17208         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
17209         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
17210         (gst_gdp_pay_plugin_init):
17211         * gst/gdp/gstgdppay.h:
17212         * tests/check/Makefile.am:
17213         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
17214         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
17215         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
17216         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
17217         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
17218         (main):
17219           adding GDP payloader and depayloader.  Build integration will
17220           follow later when the GDP issues for core are sorted out.
17221
17222 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17223
17224         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17225         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
17226         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
17227           Use boilerplate macro, fix strings to match plugin-moval-requirements
17228
17229 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17230
17231         * gst/spectrum/Makefile.am:
17232           Link to base libraries
17233
17234         * gst/spectrum/demo-osssrc.c: (main):
17235           use new threshhold property
17236
17237         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17238         (gst_spectrum_init), (gst_spectrum_dispose),
17239         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
17240         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
17241         (gst_spectrum_change_state):
17242         * gst/spectrum/gstspectrum.h:
17243         Use gst_adapter, support multiple-channels, add threshold property for
17244         result, add docs, fix resulting spectrum range (was including mirrored
17245         results)
17246
17247 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17248
17249         * configure.ac:
17250         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
17251         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
17252         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
17253         (gst_spectrum_base_init), (gst_spectrum_class_init),
17254         (gst_spectrum_init), (gst_spectrum_dispose),
17255         (gst_spectrum_set_property), (gst_spectrum_chain):
17256         * gst/spectrum/gstspectrum.h:
17257         Initial port of the spectrum element
17258
17259 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
17260
17261         * sys/v4l2/gstv4l2.c:
17262         * sys/v4l2/gstv4l2object.c:
17263         * sys/v4l2/gstv4l2object.h:
17264         * sys/v4l2/gstv4l2src.c:
17265         * sys/v4l2/gstv4l2xoverlay.c:
17266         Some clean-ups requested by wingo in bug #338818.       
17267
17268 2006-05-19  Michael Smith  <msmith@fluendo.com>
17269
17270         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17271         (alsaspdifsink_class_init), (alsaspdifsink_init),
17272         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17273         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
17274         (alsaspdifsink_get_time), (alsaspdifsink_open),
17275         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17276         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17277         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17278         (generate_iec958_zero_frame), (alsaspdifsink_render),
17279         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17280         * ext/alsaspdif/alsaspdifsink.h:
17281           Use sampling rate from set_caps. Comment out some more unused code.
17282
17283 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
17284
17285         * configure.ac:
17286           Check for X11
17287         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
17288         * sys/v4l2/gstv4l2object.h:
17289         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
17290         * sys/v4l2/gstv4l2src.h:
17291         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
17292         * sys/v4l2/gstv4l2xoverlay.h:
17293           Code cleanups, fix debug macros
17294
17295 2006-05-18  Michael Smith  <msmith@fluendo.com>
17296
17297         * ext/Makefile.am:
17298           Fix distcheck?
17299
17300 2006-05-18  Michael Smith  <msmith@fluendo.com>
17301
17302         * configure.ac:
17303         * ext/Makefile.am:
17304         * ext/alsaspdif/Makefile.am:
17305         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17306         (alsaspdifsink_class_init), (alsaspdifsink_init),
17307         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17308         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
17309         (alsaspdifsink_get_time), (alsaspdifsink_open),
17310         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17311         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17312         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17313         (generate_iec958_zero_frame), (alsaspdifsink_render),
17314         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17315         * ext/alsaspdif/alsaspdifsink.h:
17316           Add an alsa plugin to output IEC958 frames over S/PDIF
17317
17318 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
17319
17320         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
17321           Remove unused caps cruft from chain function altogether.
17322
17323 2006-05-17  Edward Hervey  <edward@fluendo.com>
17324
17325         * ext/faad/gstfaad.c: (gst_faad_chain): 
17326         There's no guarantee that caps was set to something, and if it did, the
17327         function called to fill that variable actually sets the caps on the
17328         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
17329         GST_PAD_CAPS(faad->srcpad).
17330
17331 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
17332
17333         Patch by: Young-Ho Cha  <ganadist chollian net>
17334
17335         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
17336         (gst_faad_change_state):
17337         * ext/faad/gstfaad.h:
17338           If we encounter a decoding error, don't error out immediately,
17339           but try to resync (or see if we have better luck with the next
17340           buffer in case of framed input). Only error out after five
17341           consecutive errors. Fixes #341563.
17342
17343 2006-05-12  Wim Taymans  <wim@fluendo.com>
17344
17345         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
17346         (gst_xvidenc_init), (gst_xvidenc_finalize),
17347         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
17348         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
17349         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
17350         (gst_xvidenc_get_property):
17351         Compile fixes.
17352
17353 2006-05-12  Wim Taymans  <wim@fluendo.com>
17354
17355         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17356
17357         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
17358         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
17359         (gst_xvid_image_fill):
17360         * ext/xvid/gstxvid.h:
17361         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
17362         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
17363         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
17364         (gst_xviddec_add_par), (gst_xviddec_negotiate),
17365         (gst_xviddec_decode), (gst_xviddec_chain),
17366         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
17367         (gst_xviddec_src_link), (gst_xviddec_setcaps),
17368         (gst_xviddec_change_state):
17369         * ext/xvid/gstxviddec.h:
17370         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
17371         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
17372         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
17373         (gst_xvidenc_class_init), (gst_xvidenc_init),
17374         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
17375         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
17376         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
17377         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
17378         (gst_xvidenc_change_state):
17379         * ext/xvid/gstxvidenc.h:
17380         xvid plugin to support more capabilities of XviD codec.
17381         Fixes #339462.
17382         Some more cleanups here and there.
17383
17384 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
17385
17386         * sys/v4l2/Makefile.am:
17387         * sys/v4l2/gstv4l2.c:
17388         * sys/v4l2/gstv4l2colorbalance.c:
17389         * sys/v4l2/gstv4l2colorbalance.h:
17390         * sys/v4l2/gstv4l2element.c:
17391         * sys/v4l2/gstv4l2element.h:
17392         * sys/v4l2/gstv4l2object.c:
17393         * sys/v4l2/gstv4l2object.h:
17394         * sys/v4l2/gstv4l2src.c:
17395         * sys/v4l2/gstv4l2src.h:
17396         * sys/v4l2/gstv4l2tuner.c:
17397         * sys/v4l2/gstv4l2tuner.h:
17398         * sys/v4l2/gstv4l2xoverlay.c:
17399         * sys/v4l2/gstv4l2xoverlay.h:
17400         * sys/v4l2/v4l2_calls.c:
17401         * sys/v4l2/v4l2_calls.h:
17402         * sys/v4l2/v4l2src_calls.c:
17403         * sys/v4l2/v4l2src_calls.h:
17404         Changes proposed by Wingo in bug #338818.
17405
17406 2006-05-11  Wim Taymans  <wim@fluendo.com>
17407
17408         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
17409         (gst_qtdemux_handle_esds):
17410         Figure out the real audio type in mp4a boxes by parsing the
17411         optional descriptors in the optional esds box. Promote the
17412         default AAC to mp3 when indicated. Fixes #330632.
17413
17414 2006-05-10  Wim Taymans  <wim@fluendo.com>
17415
17416         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
17417         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
17418         Parse version 2 sample descriptions. Fixes #341231
17419         Don't #define gst_util_dump_mem(), use something more
17420         specific instead to avoid confusion.
17421
17422 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
17423
17424         * sys/v4l2/gstv4l2src.c:
17425         * sys/v4l2/v4l2src_calls.c:
17426         Fix fourcc name printed out. Patch from Martin Rubli.
17427
17428 2006-05-08  Wim Taymans  <wim@fluendo.com>
17429
17430         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
17431         (qtdemux_dump_mvhd):
17432         Don't cause side effects in a debugging function.
17433         Also report duration in push mode since we can.
17434
17435 2006-05-08  Edward Hervey  <edward@fluendo.com>
17436
17437         * autogen.sh: (CONFIGURE_DEF_OPT): 
17438         libtoolize on Darwin/MacOSX is called glibtoolize
17439
17440 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
17441
17442         * ext/amrwb/gstamrwbdec.c:
17443         * ext/amrwb/gstamrwbenc.c:
17444         * ext/sdl/sdlaudiosink.c:
17445         * ext/sdl/sdlvideosink.c:
17446         * ext/wavpack/gstwavpackdec.c:
17447         * ext/xine/xine.c:
17448         * ext/xine/xineaudiodec.c:
17449         * ext/xine/xineaudiosink.c:
17450         * ext/xine/xineinput.c:
17451         * gst/cdxaparse/gstcdxaparse.c:
17452         * gst/freeze/gstfreeze.c:
17453         * sys/v4l2/gstv4l2element.c:
17454         Add semicolons after GST_BOILERPLATE[_FULL] so that
17455         indent doesn't mess up following lines.
17456
17457 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
17458
17459         * sys/v4l2/gstv4l2element.c:
17460         * sys/v4l2/gstv4l2element.h:
17461         * sys/v4l2/gstv4l2src.c:
17462         * sys/v4l2/gstv4l2src.h:
17463         * sys/v4l2/gstv4l2tuner.c:
17464         * sys/v4l2/gstv4l2tuner.h:
17465         * sys/v4l2/v4l2_calls.c:
17466         * sys/v4l2/v4l2_calls.h:
17467         * sys/v4l2/v4l2src_calls.c:
17468         * sys/v4l2/v4l2src_calls.h:
17469         * tests/icles/v4l2src-test.c:
17470         Some changes proposed by wingo in bug #338818 (but not everything
17471         yet). Patch from Martin Rubli to fix framerate detection.
17472
17473 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
17474
17475         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
17476           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
17477
17478 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
17479
17480         * configure.ac:
17481           Back to CVS
17482
17483 === release 0.10.3 ===
17484
17485 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
17486
17487         * configure.ac:
17488           releasing 0.10.3, "Petition to request permission"
17489
17490 2006-05-04  Julien MOUTTE  <julien@moutte.net>
17491
17492         * tests/icles/Makefile.am: Fix build.
17493
17494 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17495
17496         * ext/musicbrainz/Makefile.am:
17497           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
17498
17499 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
17500
17501         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17502         Clean up one piece of logic slightly and remove a 
17503         dead code block.
17504
17505 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17506
17507         * docs/plugins/Makefile.am:
17508         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17509         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17510         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
17511         * docs/plugins/inspect/plugin-musicbrainz.xml:
17512         * ext/musicbrainz/gsttrm.c:
17513         * ext/musicbrainz/gsttrm.h:
17514           Everybody loves docs - add docs for musicbrainz plugin.
17515
17516 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17517
17518         * ext/Makefile.am:
17519           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
17520           
17521 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17522
17523         * ext/Makefile.am:
17524           Forgot to commit this one.
17525
17526 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17527
17528         Patch by: James "Doc" Livingston  <doclivingston gmail com>
17529
17530         * configure.ac:
17531         * ext/musicbrainz/Makefile.am:
17532         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
17533         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
17534         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
17535         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
17536         * ext/musicbrainz/gsttrm.h:
17537           Port MusicBrainz TRM plugin (#336898).
17538
17539 2006-05-03  Michael Smith  <msmith@fluendo.com>
17540
17541         * ext/faad/gstfaad.c: (gst_faad_setcaps),
17542         (looks_like_valid_header), (gst_faad_chain):
17543           Fix #334748: use fake_codec_data if the first bytes of the first
17544           buffer we process doesn't look like plausible AAC data (e.g.
17545           reserved values for rate, or channels). Fixes playback of Apple's
17546           movie trailers.
17547
17548 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
17549
17550         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
17551         Fix get_caps func to work when no framerate is available and the caps
17552         isn't simple.
17553
17554 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
17555
17556         * sys/v4l2/Makefile.am:
17557         * sys/v4l2/gstv4l2colorbalance.c:
17558         * sys/v4l2/gstv4l2xoverlay.c:
17559         * sys/v4l2/v4l2_calls.c:
17560         * tests/icles/Makefile.am:
17561         * tests/icles/v4l2src-test.c:
17562         Few improvements to move to good.
17563
17564 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17565
17566         * configure.ac:
17567         * docs/plugins/Makefile.am:
17568         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17569         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17570         * docs/plugins/inspect/plugin-taglib.xml:
17571         * ext/Makefile.am:
17572         * ext/taglib/Makefile.am:
17573         * ext/taglib/gstid3v2mux.cc:
17574         * ext/taglib/gstid3v2mux.h:
17575         * ext/taglib/gsttaglib.cc:
17576         * ext/taglib/gsttaglib.h:
17577         * tests/check/Makefile.am:
17578         * tests/check/elements/tagid3v2mux.c:
17579           moved to good.  Closes #336110
17580
17581 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17582
17583         * docs/plugins/Makefile.am:
17584         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17585         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17586         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17587         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17588         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17589           Fix up docs for taglib plugin
17590           Also scan .cc files
17591
17592 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17593
17594         * ext/taglib/gsttaglib.cc:
17595           Post an error message on the bus in the (extremely unlikely)
17596           case of an error.
17597
17598 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17599
17600         * ext/taglib/Makefile.am:
17601         * ext/taglib/gstid3v2mux.cc:
17602         * ext/taglib/gstid3v2mux.h:
17603         * ext/taglib/gsttaglib.cc:
17604         * ext/taglib/gsttaglib.h:
17605           Split the actual ID3v2 tag rendering code into
17606           its own subclass.
17607
17608 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
17609
17610         * ext/neon/gstneonhttpsrc.c:
17611         * ext/neon/gstneonhttpsrc.h:
17612           added iradio-mode support as in gnomevfssrc to enable 
17613           connections with icydemux that will send title tag messages on 
17614           shoutcast/icecast streams. I've also added iradio properties
17615           iradio-name, iradio-genre, iradio-url.
17616           added user-agent property because some shoutcast streams don't return 
17617           data if the GET requests don't have a User-Agent.
17618         * win32/common/libgstneon.dsp:
17619           use debug version of libneon in debug mode
17620 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17621
17622         * configure.ac:
17623         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17624         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17625         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17626         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17627         * sys/Makefile.am:
17628         * sys/ximagesrc/Makefile.am:
17629         * sys/ximagesrc/ximagesrc.c:
17630         * sys/ximagesrc/ximagesrc.h:
17631         * sys/ximagesrc/ximageutil.c:
17632         * sys/ximagesrc/ximageutil.h:
17633         * tests/Makefile.am:
17634         * tests/icles/.cvsignore:
17635         * tests/icles/Makefile.am:
17636         * tests/icles/ximagesrc-test.c:
17637           moved ximagesrc to good (See #336756)
17638
17639 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
17640
17641         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
17642         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
17643         (gst_faad_close_decoder), (gst_faad_change_state):
17644         * ext/faad/gstfaad.h:
17645           If we run into a decoding error, try re-opening the decoder
17646           with faacDecInit2() using fake codec data created from the
17647           data the demuxer gave us. Should fix a whole bunch of
17648           GStreamer-faad problems incl. 'channel coupling not
17649           implemented', 'maximum number of scalefactor bands exceeded'
17650           etc. (#173007, #332892).
17651
17652 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17653
17654         * ext/amrwb/gstamrwbdec.c:
17655         * ext/amrwb/gstamrwbenc.c:
17656         * ext/amrwb/gstamrwbparse.c:
17657         * ext/arts/gst_arts.c:
17658         * ext/artsd/gstartsdsink.c:
17659         * ext/audiofile/gstafparse.c:
17660         * ext/audiofile/gstafsink.c:
17661         * ext/audiofile/gstafsrc.c:
17662         * ext/audioresample/gstaudioresample.c:
17663         * ext/bz2/gstbz2dec.c:
17664         * ext/bz2/gstbz2enc.c:
17665         * ext/cdaudio/gstcdaudio.c:
17666         * ext/directfb/dfbvideosink.c:
17667         * ext/divx/gstdivxdec.c:
17668         * ext/divx/gstdivxenc.c:
17669         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17670         * ext/faac/gstfaac.c: (gst_faac_base_init):
17671         * ext/faad/gstfaad.c:
17672         * ext/gsm/gstgsmdec.c:
17673         * ext/gsm/gstgsmenc.c:
17674         * ext/hermes/gsthermescolorspace.c:
17675         * ext/ivorbis/vorbisfile.c:
17676         * ext/lcs/gstcolorspace.c:
17677         * ext/libfame/gstlibfame.c:
17678         * ext/libmms/gstmms.c: (gst_mms_base_init):
17679         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17680         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17681         * ext/nas/nassink.c: (gst_nassink_base_init):
17682         * ext/neon/gstneonhttpsrc.c:
17683         * ext/sdl/sdlaudiosink.c:
17684         * ext/sdl/sdlvideosink.c:
17685         * ext/shout/gstshout.c:
17686         * ext/snapshot/gstsnapshot.c:
17687         * ext/sndfile/gstsf.c:
17688         * ext/swfdec/gstswfdec.c:
17689         * ext/tarkin/gsttarkindec.c:
17690         * ext/tarkin/gsttarkinenc.c:
17691         * ext/theora/theoradec.c:
17692         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17693         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17694         * ext/xvid/gstxviddec.c:
17695         * ext/xvid/gstxvidenc.c:
17696         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17697         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17698         * gst/chart/gstchart.c:
17699         * gst/colorspace/gstcolorspace.c:
17700         * gst/deinterlace/gstdeinterlace.c:
17701         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17702         * gst/festival/gstfestival.c:
17703         * gst/filter/gstbpwsinc.c:
17704         * gst/filter/gstiir.c:
17705         * gst/filter/gstlpwsinc.c:
17706         * gst/freeze/gstfreeze.c:
17707         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17708         * gst/librfb/gstrfbsrc.c:
17709         * gst/mixmatrix/mixmatrix.c:
17710         * gst/mpeg1sys/gstmpeg1systemencode.c:
17711         * gst/mpeg1videoparse/gstmp1videoparse.c:
17712         * gst/mpeg2sub/gstmpeg2subt.c:
17713         * gst/mpegaudioparse/gstmpegaudioparse.c:
17714         * gst/multifilesink/gstmultifilesink.c:
17715         * gst/overlay/gstoverlay.c:
17716         * gst/passthrough/gstpassthrough.c:
17717         * gst/playondemand/gstplayondemand.c:
17718         * gst/qtdemux/qtdemux.c:
17719         * gst/rtjpeg/gstrtjpegdec.c:
17720         * gst/rtjpeg/gstrtjpegenc.c:
17721         * gst/smooth/gstsmooth.c:
17722         * gst/smoothwave/gstsmoothwave.c:
17723         * gst/spectrum/gstspectrum.c:
17724         * gst/speed/gstspeed.c:
17725         * gst/stereo/gststereo.c:
17726         * gst/switch/gstswitch.c:
17727         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17728         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17729         * gst/vbidec/gstvbidec.c:
17730         * gst/videocrop/gstvideocrop.c:
17731         * gst/videodrop/gstvideodrop.c:
17732         * gst/virtualdub/gstxsharpen.c:
17733         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17734         * gst/y4m/gsty4mencode.c:
17735         * sys/cdrom/gstcdplayer.c:
17736         * sys/directdraw/gstdirectdrawsink.c:
17737         * sys/directsound/gstdirectsoundsink.c:
17738         * sys/glsink/glimagesink.c:
17739         * sys/qcam/gstqcamsrc.c:
17740         * sys/v4l2/gstv4l2src.c:
17741         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17742         * sys/ximagesrc/ximagesrc.c:
17743           Define GstElementDetails as const and also static (when defined as
17744           global)
17745
17746 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17747
17748         * ext/musepack/gstmusepackdec.c:
17749         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17750           Add support for segment seeks.
17751
17752 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17753
17754         * sys/v4l2/gstv4l2src.c:
17755         Added a couple of ifdefs to make it compile with other kernels.
17756         
17757 2006-04-20  Wim Taymans  <wim@fluendo.com>
17758
17759         Patch by: j^ <j at bootlab dot org>
17760
17761         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17762         (qtdemux_video_caps):
17763         Never treat video streams as an audio stream.
17764         Add qtdrw mime type.
17765         Fixes #339041
17766
17767 2006-04-19  Wim Taymans  <wim@fluendo.com>
17768
17769         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17770         For VBR audio, don't try to calculate the samples_per_frame.
17771         Fixes #338935.
17772
17773 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17774
17775         * sys/v4l2/gstv4l2src.c:
17776         Just added a gtk-doc comment.
17777
17778 2006-04-17  Michael Smith  <msmith@fluendo.com>
17779
17780         * ext/theora/theoradec.c: (theora_dec_src_convert),
17781         (theora_handle_type_packet), (theora_handle_422_image),
17782         (theora_handle_420_image), (theora_handle_data_packet):
17783         * ext/theora/theoradec.h:
17784           Apply fix from j^ for API change in libtheoradec.
17785
17786           Implement 4:2:2 pixel format. Untested at the moment.
17787
17788 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17789
17790         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17791         (gst_musepack_stream_init):
17792           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17793           gst_pad_new_from_static_template().
17794
17795 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17796
17797         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17798         (gst_v4l2src_dispose):
17799         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17800         Fixed some memory leaks.
17801
17802 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17803
17804         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17805         Fix to work in read mode.
17806
17807 2006-04-10  Wim Taymans  <wim@fluendo.com>
17808
17809         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17810         Fix parsing of newer stsd chunks again.
17811
17812 2006-04-10  Wim Taymans  <wim@fluendo.com>
17813
17814         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17815         (qtdemux_parse_trak):
17816         Fix framerate calculation.
17817
17818 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17819
17820         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17821           Fix build (class_init declaration/definition mismatch).
17822
17823 2006-04-10  Wim Taymans  <wim@fluendo.com>
17824
17825         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17826         force mono 8000 Hz on AMR samples.
17827
17828 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17829
17830         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17831           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17832         * sys/directdraw/gstdirectdrawsink.c:
17833         * sys/directsound/gstdirectsoundsink.c:
17834           done some cleans in sources
17835         * win32/vs6:
17836           add project files for neon, qtdemux
17837           
17838 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17839
17840         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17841         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17842         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17843         * ext/arts/gst_arts.c: (gst_arts_class_init):
17844         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17845         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17846         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17847         * ext/audioresample/gstaudioresample.c:
17848         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17849         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17850         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17851         * ext/hermes/gsthermescolorspace.c:
17852         (gst_hermes_colorspace_class_init):
17853         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17854         * ext/jack/gstjack.c: (gst_jack_class_init):
17855         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17856         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
17857         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
17858         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17859         * ext/nas/nassink.c: (gst_nassink_class_init):
17860         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
17861         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17862         * ext/sndfile/gstsf.c: (gst_sf_class_init):
17863         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
17864         (gst_swfdec_class_init):
17865         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
17866         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
17867         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
17868         * gst/chart/gstchart.c: (gst_chart_class_init):
17869         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
17870         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
17871         * gst/festival/gstfestival.c: (gst_festival_class_init):
17872         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
17873         * gst/filter/gstiir.c: (gst_iir_class_init):
17874         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
17875         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
17876         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
17877         * gst/mpeg1sys/gstmpeg1systemencode.c:
17878         (gst_system_encode_class_init):
17879         * gst/mpeg1videoparse/gstmp1videoparse.c:
17880         (gst_mp1videoparse_class_init):
17881         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
17882         * gst/mpegaudioparse/gstmpegaudioparse.c:
17883         (gst_mp3parse_class_init):
17884         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
17885         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
17886         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
17887         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
17888         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
17889         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
17890         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
17891         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
17892         * gst/stereo/gststereo.c: (gst_stereo_class_init):
17893         * gst/switch/gstswitch.c: (gst_switch_class_init):
17894         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
17895         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
17896         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
17897         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
17898         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
17899         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
17900         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17901         * sys/directsound/gstdirectsoundsink.c:
17902         (gst_directsoundsink_class_init):
17903         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
17904         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17905         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
17906         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
17907         * sys/v4l2/gstv4l2colorbalance.c:
17908         (gst_v4l2_color_balance_channel_class_init):
17909         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
17910         (gst_v4l2_tuner_norm_class_init):
17911         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
17912         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17913
17914 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17915
17916         * gst/colorspace/gstcolorspace.h:
17917         * gst/deinterlace/gstdeinterlace.h:
17918         * gst/passthrough/gstpassthrough.h:
17919         * gst/y4m/gsty4mencode.h:
17920         Fix more broken GObject macros
17921
17922 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17923
17924         * ext/xine/gstxine.h:
17925         * gst-libs/gst/play/play.h:
17926         * sys/v4l2/gstv4l2element.h:
17927         * sys/ximagesrc/ximageutil.h:
17928         Fix broken GObject macros
17929
17930 2006-04-08  Wim Taymans  <wim@fluendo.com>
17931
17932         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
17933         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
17934         (qtdemux_dump_stco), (qtdemux_parse_trak):
17935         Don't make rounding errors in timestamp/duration calculations.
17936         Fix timestamps for AMR and IMA4.  Fixes (#337436).
17937         Create a dummy segment even when there is no edit list.
17938
17939 2006-04-07  Julien MOUTTE  <julien@moutte.net>
17940
17941         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
17942         * examples/directfb/Makefile.am: Add example resource files to
17943         dist.
17944
17945 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17946
17947         * ext/amrwb/amrwb-code/Makefile.am:
17948         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17949         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17950         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
17951         25fps
17952
17953 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17954
17955         * tests/icles/ximagesrc-test.c: (main):
17956         Actually assert that pipeline goes to playing
17957
17958 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17959
17960         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17961         (composite_pixel), (gst_ximagesrc_ximage_get),
17962         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17963         Fix typo, C++ style comments and other small cleanups
17964         
17965 2006-04-06  Wim Taymans  <wim@fluendo.com>
17966
17967         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17968         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
17969         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
17970         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
17971         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
17972         (gst_qtdemux_activate_segment),
17973         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17974         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17975         (qtdemux_parse_trak):
17976         Added full edit list support.
17977         Avoid overflows in prologue image detection code.
17978         Avoid roundoff errors in timestamp calculations.
17979
17980 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17981
17982         * configure.ac:
17983           clean up so report properly on missing stuff
17984           fix modplug detection
17985
17986 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17987
17988         * ext/Makefile.am:
17989         * ext/amrwb/amrwb-code/Makefile.am:
17990           don't dist amr wb source code
17991
17992 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17993
17994         Patch by: j^  <j at bootlab dot org>
17995
17996         * ext/amrwb/gstamrwbdec.c:
17997         * ext/amrwb/gstamrwbenc.c:
17998         * ext/amrwb/gstamrwbparse.c:
17999         * ext/arts/gst_arts.c:
18000         * ext/artsd/gstartsdsink.c:
18001         * ext/audiofile/gstafparse.c:
18002         * ext/audiofile/gstafsink.c:
18003         * ext/audiofile/gstafsrc.c:
18004         * ext/cdaudio/gstcdaudio.c:
18005         * ext/directfb/dfbvideosink.c:
18006         * ext/divx/gstdivxdec.c:
18007         * ext/divx/gstdivxenc.c:
18008         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
18009         * ext/faac/gstfaac.c: (gst_faac_base_init):
18010         * ext/faad/gstfaad.c:
18011         * ext/gsm/gstgsmdec.c:
18012         * ext/gsm/gstgsmenc.c:
18013         * ext/hermes/gsthermescolorspace.c:
18014         * ext/ivorbis/vorbisfile.c:
18015         * ext/lcs/gstcolorspace.c:
18016         * ext/libfame/gstlibfame.c:
18017         * ext/libmms/gstmms.c: (gst_mms_base_init):
18018         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
18019         * ext/nas/nassink.c: (gst_nassink_base_init):
18020         * ext/neon/gstneonhttpsrc.c:
18021         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
18022         * ext/sdl/sdlaudiosink.c:
18023         * ext/sdl/sdlvideosink.c:
18024         * ext/shout/gstshout.c:
18025         * ext/snapshot/gstsnapshot.c:
18026         * ext/sndfile/gstsf.c:
18027         * ext/tarkin/gsttarkindec.c:
18028         * ext/tarkin/gsttarkinenc.c:
18029         * ext/theora/theoradec.c:
18030         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
18031         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
18032         * ext/xvid/gstxviddec.c:
18033         * ext/xvid/gstxvidenc.c:
18034         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
18035         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
18036         * gst/chart/gstchart.c:
18037         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
18038         * gst/festival/gstfestival.c:
18039         * gst/filter/gstiir.c:
18040         * gst/filter/gstlpwsinc.c:
18041         * gst/freeze/gstfreeze.c:
18042         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
18043         * gst/mixmatrix/mixmatrix.c:
18044         * gst/mpeg1sys/gstmpeg1systemencode.c:
18045         * gst/mpeg1videoparse/gstmp1videoparse.c:
18046         * gst/mpeg2sub/gstmpeg2subt.c:
18047         * gst/mpegaudioparse/gstmpegaudioparse.c:
18048         * gst/multifilesink/gstmultifilesink.c:
18049         * gst/overlay/gstoverlay.c:
18050         * gst/passthrough/gstpassthrough.c:
18051         * gst/playondemand/gstplayondemand.c:
18052         * gst/qtdemux/qtdemux.c:
18053         * gst/rtjpeg/gstrtjpegdec.c:
18054         * gst/rtjpeg/gstrtjpegenc.c:
18055         * gst/smooth/gstsmooth.c:
18056         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
18057         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
18058         * gst/videocrop/gstvideocrop.c:
18059         * gst/videodrop/gstvideodrop.c:
18060         * gst/virtualdub/gstxsharpen.c:
18061         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
18062         * gst/y4m/gsty4mencode.c:
18063           Unify the long descriptions in the plugin details (#337263).
18064
18065 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
18066
18067         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
18068         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
18069           Add back "uri" property and mark it as deprecated; undoes
18070           API/ABI breakage from 2006-02-24.
18071
18072 2006-04-05  Wim Taymans  <wim@fluendo.com>
18073
18074         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
18075         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
18076         (gst_qtdemux_loop):
18077         Use duration as segment stop position if none is
18078         explicitly configured.
18079         Also perform EOS when we run past the segment stop.
18080
18081 2006-04-04  Wim Taymans  <wim@fluendo.com>
18082
18083         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
18084         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
18085         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
18086         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
18087         More cleanups, added comments.
18088         Mark discontinuities on outgoing buffers.
18089         Post better errors when something goes wrong.
18090         Handle EOS and segment end properly.
18091
18092 2006-04-04  Wim Taymans  <wim@fluendo.com>
18093
18094         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18095         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
18096         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
18097         (gst_qtdemux_handle_src_event), (plugin_init),
18098         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
18099         (gst_qtdemux_loop), (gst_qtdemux_chain),
18100         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
18101         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
18102         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18103         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
18104         * gst/qtdemux/qtdemux.h:
18105         Handle stss boxes so we can mark and find keyframes.
18106         Implement correct accurate and keyframe seeking.
18107         Use _DEBUG_OBJECT when possible.
18108         Fixes #332155
18109
18110 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18111
18112         * tests/check/Makefile.am:
18113           Only run the id3v2mux check if taglib is available and
18114           the taglib plugin has been built.
18115
18116 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18117
18118         * ext/swfdec/Makefile.am:
18119           Don't set plugindir.
18120
18121         * ext/swfdec/gstswfdec.c:
18122           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
18123
18124 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18125
18126         * configure.ac:
18127           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
18128           the dts plugin.
18129
18130 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18131
18132         * ext/soundtouch/gstpitch.cc:
18133         * ext/theora/theoradec.c:
18134         * gst/modplug/gstmodplug.cc:
18135           GST_ORIGIN => GST_PACKAGE_ORIGIN
18136           GST_PACKAGE => GST_PACKAGE_NAME
18137
18138 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18139
18140         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18141         * docs/plugins/inspect/plugin-bz2.xml:
18142         * docs/plugins/inspect/plugin-cdxaparse.xml:
18143         * docs/plugins/inspect/plugin-freeze.xml:
18144         * docs/plugins/inspect/plugin-glimagesink.xml:
18145         * docs/plugins/inspect/plugin-modplug.xml:
18146         * docs/plugins/inspect/plugin-neon.xml:
18147         * docs/plugins/inspect/plugin-sdl.xml:
18148         * docs/plugins/inspect/plugin-video4linux2.xml:
18149         * docs/plugins/inspect/plugin-ximagesrc.xml:
18150         * docs/plugins/inspect/plugin-xingheader.xml:
18151           add more plugins to docs
18152
18153 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18154
18155         * sys/dxr3/ac3_padder.h:
18156           fix up doc strings
18157         * docs/plugins/Makefile.am:
18158         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18159         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18160         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18161         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
18162         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18163         * docs/plugins/inspect/plugin-qtdemux.xml:
18164         * docs/plugins/inspect/plugin-speed.xml:
18165         * docs/plugins/inspect/plugin-taglib.xml:
18166         * docs/plugins/inspect/plugin-tta.xml:
18167           commit updates
18168         * configure.ac:
18169         * ext/taglib/gsttaglib.cc:
18170         * tests/Makefile.am:
18171         * tests/check/.cvsignore:
18172         * tests/check/Makefile.am:
18173         * tests/check/elements/.cvsignore:
18174         * tests/check/elements/tagid3v2mux.c:
18175         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
18176         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
18177         (test_taglib_id3mux_check_output_buffer),
18178         (test_taglib_id3mux_with_tags), (GST_START_TEST),
18179         (tagid3v2mux_suite), (main):
18180            add the tagid3v2mux check from #336110
18181
18182 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18183
18184         * configure.ac:
18185           rework like the other configure.ac files
18186         * Makefile.am:
18187         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18188         * ext/amrwb/gstamrwb.c:
18189         * ext/arts/gst_arts.c:
18190         * ext/artsd/gstartsdsink.c:
18191         * ext/audiofile/gstaf.c:
18192         * ext/audioresample/gstaudioresample.c:
18193         * ext/bz2/gstbz2.c:
18194         * ext/cdaudio/gstcdaudio.c:
18195         * ext/directfb/dfbvideosink.c:
18196         * ext/dts/gstdtsdec.c:
18197         * ext/faac/gstfaac.c:
18198         * ext/faad/gstfaad.c:
18199         * ext/hermes/gsthermescolorspace.c:
18200         * ext/ivorbis/vorbis.c:
18201         * ext/jack/gstjack.c:
18202         * ext/lcs/gstcolorspace.c:
18203         * ext/musepack/gstmusepackdec.c:
18204         * ext/musicbrainz/gsttrm.c:
18205         * ext/nas/nassink.c:
18206         * ext/sdl/gstsdl.c:
18207         * ext/snapshot/gstsnapshot.c:
18208         * ext/sndfile/gstsf.c:
18209         * ext/swfdec/gstswfdec.c:
18210         * ext/tarkin/gsttarkin.c:
18211         * ext/xine/xine.c:
18212         * ext/xvid/gstxvid.c:
18213         * gst/cdxaparse/gstcdxaparse.c:
18214         * gst/chart/gstchart.c:
18215         * gst/colorspace/gstcolorspace.c:
18216         * gst/deinterlace/gstdeinterlace.c:
18217         * gst/equalizer/gstiirequalizer.c:
18218         * gst/festival/gstfestival.c:
18219         * gst/filter/gstfilter.c:
18220         * gst/freeze/gstfreeze.c:
18221         * gst/games/gstpuzzle.c:
18222         * gst/librfb/gstrfbsrc.c:
18223         * gst/mixmatrix/mixmatrix.c:
18224         * gst/mpeg1sys/gstmpeg1systemencode.c:
18225         * gst/mpeg1videoparse/gstmp1videoparse.c:
18226         * gst/mpeg2sub/gstmpeg2subt.c:
18227         * gst/mpegaudioparse/gstmpegaudioparse.c:
18228         * gst/multifilesink/gstmultifilesink.c:
18229         * gst/overlay/gstoverlay.c:
18230         * gst/passthrough/gstpassthrough.c:
18231         * gst/playondemand/gstplayondemand.c:
18232         * gst/qtdemux/qtdemux.c:
18233         * gst/rtjpeg/gstrtjpeg.c:
18234         * gst/smooth/gstsmooth.c:
18235         * gst/smoothwave/gstsmoothwave.c:
18236         * gst/spectrum/gstspectrum.c:
18237         * gst/speed/gstspeed.c:
18238         * gst/stereo/gststereo.c:
18239         * gst/switch/gstswitch.c:
18240         * gst/vbidec/gstvbidec.c:
18241         * gst/videocrop/gstvideocrop.c:
18242         * gst/videodrop/gstvideodrop.c:
18243         * gst/virtualdub/gstvirtualdub.c:
18244         * gst/xingheader/gstxingmux.c:
18245         * gst/y4m/gsty4mencode.c:
18246         * sys/cdrom/gstcdplayer.c:
18247         * sys/directdraw/gstdirectdrawplugin.c:
18248         * sys/directsound/gstdirectsoundplugin.c:
18249         * sys/dxr3/dxr3init.c:
18250         * sys/glsink/glimagesink.c:
18251         * sys/qcam/gstqcamsrc.c:
18252         * sys/v4l2/gstv4l2.c:
18253         * sys/vcd/vcdsrc.c:
18254         * sys/ximagesrc/ximagesrc.c:
18255           update to use correct defines
18256         * po/POTFILES.in:
18257         * po/af.po:
18258         * po/az.po:
18259         * po/cs.po:
18260         * po/en_GB.po:
18261         * po/hu.po:
18262         * po/it.po:
18263         * po/nb.po:
18264         * po/nl.po:
18265         * po/or.po:
18266         * po/sq.po:
18267         * po/sr.po:
18268         * po/sv.po:
18269         * po/uk.po:
18270         * po/vi.po:
18271           v4l2 has translations, pick them up
18272
18273 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18274
18275         * sys/ximagesrc/ximagesrc.c: 
18276           Add docs to ximagesrc
18277
18278 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18279
18280         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
18281         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
18282         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
18283         * sys/ximagesrc/ximagesrc.h:
18284         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
18285         * sys/ximagesrc/ximageutil.h:
18286           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
18287           yellow rectangles with the cursor
18288
18289 2006-03-31  Michael Smith  <msmith@fluendo.com>
18290
18291         * configure.ac:
18292           Add autoconfery for theoradec.
18293         * ext/Makefile.am:
18294           Add theora directory.
18295         * ext/theora/Makefile.am:
18296         * ext/theora/theoradec.c: (gst_theoradec_base_init),
18297         (gst_theoradec_class_init), (gst_theoradec_init),
18298         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
18299         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
18300         (theora_dec_sink_convert), (theora_dec_src_query),
18301         (theora_dec_sink_query), (theora_dec_src_event),
18302         (theora_dec_sink_event), (theora_handle_comment_packet),
18303         (theora_handle_type_packet), (theora_handle_header_packet),
18304         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
18305         (theora_dec_change_state), (plugin_init):
18306         * ext/theora/theoradec.h:
18307           Add theora plugin for theora-exp decoder. Very heavily based on the
18308           existing theora decoder plugin.
18309
18310 2006-03-29  Wim Taymans  <wim@fluendo.com>
18311
18312         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
18313         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
18314         * ext/gsm/gstgsmdec.h:
18315         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
18316         (gst_gsmenc_finalize), (gst_gsmenc_chain):
18317         Cleanups, fix leaks.
18318         Handle events and DISCONT.
18319         Use adapter in the decoder.
18320
18321 2006-03-29  Wim Taymans  <wim@fluendo.com>
18322
18323         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
18324
18325         * configure.ac:
18326         * ext/Makefile.am:
18327         * ext/amrwb/Makefile.am:
18328         * ext/amrwb/README:
18329         * ext/amrwb/amrwb-code/Makefile.am:
18330         * ext/amrwb/amrwb-code/run.sh:
18331         * ext/amrwb/gstamrwb.c: (plugin_init):
18332         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
18333         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
18334         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
18335         (gst_amrwbdec_state_change):
18336         * ext/amrwb/gstamrwbdec.h:
18337         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
18338         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
18339         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
18340         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
18341         * ext/amrwb/gstamrwbenc.h:
18342         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
18343         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
18344         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
18345         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
18346         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
18347         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
18348         * ext/amrwb/gstamrwbparse.h:
18349         Added new plugin amrwb parse.
18350         Renamed audio/AMR to audio/AMR-WB as per spec.
18351         Fixes #333307
18352
18353 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
18354
18355         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
18356         Small fix, now pwc driver can tell about its buffers.
18357
18358 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
18359
18360         * configure.ac:
18361           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
18362           did for -good and -ugly. Fixes build on some systems
18363           and doesn't seem to be required for C++ code.
18364
18365 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
18366
18367         * ext/taglib/gsttaglib.cc:
18368         * ext/taglib/gsttaglib.h:
18369           Fix newsegment event handling a bit. We need to
18370           cache the first newsegment event, because we can't
18371           adjust offsets yet when we get it, as we don't
18372           know the size of the tag yet for sure at that point.
18373           Also do some minor cleaning up here and there and add
18374           some debug statements.
18375
18376 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18377
18378         * ext/taglib/gsttaglib.cc:
18379           We do not want to proxy the caps on the sink pad; our 
18380           source pad should have application/x-id3 caps; also,
18381           don't use already-freed strings in debug messages;
18382           finally, adjust buffer offsets on buffers sent out.
18383
18384 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18385
18386         * sys/v4l2/gstv4l2src.c:
18387           Older kernels don't seem to have this particular v4l2 format,
18388           so comment out until this gets fixed properly (and make
18389           buildbots happy).
18390
18391 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
18392
18393         * sys/v4l2/gstv4l2colorbalance.c:
18394         * sys/v4l2/gstv4l2colorbalance.h:
18395         * sys/v4l2/gstv4l2element.c:
18396         * sys/v4l2/gstv4l2src.c:
18397         * sys/v4l2/gstv4l2src.h:
18398         * sys/v4l2/gstv4l2tuner.c:
18399         * sys/v4l2/v4l2_calls.c:
18400         * sys/v4l2/v4l2src_calls.c:
18401         * sys/v4l2/v4l2src_calls.h:
18402         Just make few things more robust and also some identation.
18403
18404 2006-03-23  Wim Taymans  <wim@fluendo.com>
18405
18406         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
18407
18408         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
18409         (gst_xvidenc_chain):
18410         Patch to mark outgoing encoded buffers as delta-units (or not).
18411         Note that this patch also patches:
18412         - the setting of fincr and fbase in xvid-encoder creation based on
18413           caps framerate
18414         - makes 0, rather than 2, the default max_b_frames, as the current
18415           xvidenc does not seem "fully prepared" to handle b-frame 
18416           "effects", such as encoder returning 0 encoded bytes, etc.
18417         Fixes #335585
18418
18419 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18420
18421         * gst/modplug/libmodplug/Makefile.am:
18422         * gst/modplug/libmodplug/load_it.cpp:
18423           Try that again (not only should it be MODPLUG_ instead
18424           of MODFILE, also that define is already set in stdafx.h;
18425           what we really need is some more #ifndefs).
18426
18427 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18428
18429         * gst/modplug/libmodplug/Makefile.am:
18430           More gcc-4.1 fixes (we don't need file saving, so just
18431           define MODPLUG_NO_FILESAVE. That way, the compiler won't
18432           complain about modplug ignoring the return value of fwrite
18433           any longer and we might even save a few bytes as well).
18434
18435 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18436
18437         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
18438
18439         * configure.ac:
18440         * ext/Makefile.am:
18441         * ext/soundtouch/Makefile.am:
18442         * ext/soundtouch/gstpitch.cc:
18443         * ext/soundtouch/gstpitch.hh:
18444           Add new libsoundtouch-based pitch plugin (#331335).
18445
18446 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
18447
18448         * gst/modplug/libmodplug/load_ptm.cpp:
18449           Fix compilation with gcc-4.1 and -Werror (#327355).
18450
18451 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
18452
18453         * ext/taglib/gsttaglib.h:
18454           Fix left-over gst_my_filter_get_type.
18455
18456 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18457
18458         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
18459         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18460         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
18461         Have a show mouse pointer property and use it if we can
18462
18463 2006-03-15  Edward Hervey  <edward@fluendo.com>
18464
18465         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
18466         Let's not forget to chain up to the parent dispose.
18467
18468 2006-03-15  Edward Hervey  <edward@fluendo.com>
18469
18470         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
18471         (gst_qtdemux_init), (gst_qtdemux_dispose),
18472         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18473         Series of memleak fixes:
18474         - Unref the GstAdapter in finalize.
18475         - Use gst_pad_new_from_static_template(), shorter and safer.
18476         - Free unused QtDemuxStream when not used.
18477
18478 2006-03-14  Edward Hervey  <edward@fluendo.com>
18479
18480         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
18481         (gst_v4l2src_class_init):
18482         Initialization of the debugging category should be as early as possible,
18483         moving it from _class_init() to beginning of _base_init().
18484
18485 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18486
18487         * ext/taglib/gsttaglib.cc:
18488           Add gtk-doc blurb (unused for the time being); match registered
18489           plugin name to the filename of the plugin (taglibmux => taglib)
18490
18491 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18492
18493         Patch by: Mikhail Zabaluev  <mhz altlinux org>
18494
18495         * autogen.sh:
18496           Don't check for file that only exists in CVS but isn't
18497           disted (#334417)
18498
18499 2006-03-13  Julien MOUTTE  <julien@moutte.net>
18500
18501         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18502         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
18503
18504 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18505
18506         * Makefile.am:
18507         * configure.ac:
18508           Fix distcheck.
18509
18510 2006-03-12  Edward Hervey  <edward@fluendo.com>
18511
18512         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
18513         (gst_v4l2src_buffer_pool_free):
18514         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
18515         instead.
18516
18517 2006-03-12  Edward Hervey  <edward@fluendo.com>
18518
18519         * sys/v4l2/gstv4l2element.h:
18520         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
18521         buildbot happy.
18522         I will just use the same comment Ronald used when he added these lines:
18523         Yet Another Hack (tm) for kernel header borkedness.
18524
18525 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18526
18527         * ext/taglib/Makefile.am:
18528         * ext/taglib/gsttaglib.cc:
18529         * ext/taglib/gsttaglib.h:
18530           Add support for writing MusicBrainz IDs.
18531
18532 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18533
18534         * sys/v4l2/gstv4l2element.h:
18535           Include "_stdint.h" in an attempt to make the
18536           PPC-buildbot happy.
18537
18538 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
18539
18540         * configure.ac:
18541         * sys/Makefile.am:
18542         * sys/v4l2/Makefile.am:
18543         * sys/v4l2/gstv4l2.c:
18544         * sys/v4l2/gstv4l2colorbalance.h:
18545         * sys/v4l2/gstv4l2element.c:
18546         * sys/v4l2/gstv4l2element.h:
18547         * sys/v4l2/gstv4l2src.c:
18548         * sys/v4l2/gstv4l2src.h:
18549         * sys/v4l2/gstv4l2tuner.c:
18550         * sys/v4l2/gstv4l2tuner.h:
18551         * sys/v4l2/gstv4l2xoverlay.c:
18552         * sys/v4l2/gstv4l2xoverlay.h:
18553         * sys/v4l2/v4l2_calls.c:
18554         * sys/v4l2/v4l2_calls.h:
18555         * sys/v4l2/v4l2src_calls.c:
18556         * sys/v4l2/v4l2src_calls.h:
18557         V4L2 ported to 0.10.
18558         
18559 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
18560
18561         * configure.ac:
18562           Only compile the taglib plugin if a C++ compiler is
18563           present. Use GST_DEFAULT_ELEMENTS macro from common/
18564           for all the defaults stuff.
18565
18566 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18567
18568         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18569
18570         * configure.ac:
18571         * gst/xingheader/Makefile.am:
18572         * gst/xingheader/gstxingmux.c: 
18573         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
18574         to MP3 files (this allows decoder to figure out the length of VBR
18575         files) 
18576
18577 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18578         
18579         Patch by: Alex Lancaster
18580         
18581         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
18582         and add support for TCOP (copyright)
18583
18584 2006-03-10  Julien MOUTTE  <julien@moutte.net>
18585
18586         * gst/modplug/Makefile.am:
18587         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
18588
18589 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18590
18591         * configure.ac:
18592         * gst/modplug/Makefile.am:
18593         * gst/modplug/gstmodplug.cc:
18594         * gst/modplug/gstmodplug.h:
18595         * gst/modplug/libmodplug/sndfile.cpp:
18596         * gst/modplug/libmodplug/sndfile.h:
18597           modplug plugin ported to 0.10 (#332598, patch by:
18598           Jonathan Matthew <jonathan at kaolin wh9 net>).
18599
18600 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18601
18602         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
18603         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
18604         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
18605         (gst_mms_set_property), (gst_mms_get_property),
18606         (gst_mms_uri_get_uri):
18607         * ext/libmms/gstmms.h:
18608           Some clean-ups; more debug output; use blocksize property
18609           of GstBaseSrc instead of re-registering our own; make debug
18610           category actually be used.
18611
18612 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
18613
18614         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
18615           Fix build with gcc-4.1 (#327355).
18616
18617 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
18618
18619         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18620
18621         * configure.ac:
18622         * ext/Makefile.am:
18623         * ext/taglib/Makefile.am:
18624         * ext/taglib/gsttaglib.cc:
18625         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
18626
18627 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
18628
18629         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
18630           Extract disc number and count from files that use
18631           'disk' instead of 'disc' as node identifier for that
18632           (fixes #332066).
18633
18634 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18635
18636         * ext/musepack/gstmusepackdec.h:
18637         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
18638           Forgot those two.
18639
18640 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18641
18642         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18643         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
18644         (gst_musepackdec_handle_seek_event),
18645         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
18646         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
18647         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
18648         (gst_musepackdec_change_state):
18649           Some cleanups; pause task when push fails.
18650
18651 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
18652
18653         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18654           Add support for '3IVD' fourcc (#333403).
18655
18656 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18657
18658         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18659         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18660         (gst_faad_sink_event), (gst_faad_src_convert),
18661         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18662           Add query function for position/duration querying (mostly for
18663           raw AAC streams); make seeking in raw AAC streams work; post
18664           tags with codec name if this is a raw AAC stream.
18665
18666 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18667
18668         * sys/directdraw:
18669         * sys/directsound:
18670           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18671         * win32/vs6:
18672           project files updated to fix some bugs
18673         * win32/vs7:
18674         * win32/vs8:
18675           vs7 and vs8 project files added
18676         
18677 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18678
18679         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18680           Declare variable at the beginning of the block and make gcc-2.9x
18681           happy (fixes #333283; patch by: Jens Granseuer).
18682
18683 2006-03-03  Edward Hervey  <edward@fluendo.com>
18684
18685         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18686         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18687         when parsing.
18688         Also let's be a bit less vulgar in our warning messages :)
18689
18690 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18691
18692         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18693           Can't divide through zero (suppress warning in case of
18694           stream with one single still picture) (see #327083)
18695
18696 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18697
18698         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18699
18700 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18701
18702         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18703         (qtdemux_parse_trak), (qtdemux_video_caps):
18704           Add support for palettised Apple SMC videos (#327075, based on
18705           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18706
18707 2006-02-24  Michael Smith  <msmith@fluendo.com>
18708
18709         * autogen.sh:
18710           Allow automake 1.9
18711
18712 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18713
18714         * ext/neon/gstneonhttpsrc.c:
18715         Changed property name from "uri" to "location" 
18716
18717 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18718
18719         * configure.ac:
18720         * sys/glsink/Makefile.am:
18721         Merge patch from #317048 for building on Cygwin. Patch by 
18722         Cygwin Ports maintainer.
18723         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18724         Move normal debug output to LOG level not ERROR.
18725
18726 2006-02-19  Jan Gerber  <j@bootlab.org>
18727
18728         Reviewed by : Edward Hervey <edward@fluendo.com>
18729
18730         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18731           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18732           Add image/png for fourcc 'png '
18733  
18734 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18735
18736         * configure.ac:
18737           Surely this is supposed to be >= a.b, not == a.b
18738
18739 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18740
18741         * configure.ac:
18742         * sys/Makefile.am:
18743         * sys/ximagesrc/Makefile.am:
18744         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18745         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18746         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18747         (gst_ximagesrc_recalc), (composite_pixel),
18748         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18749         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18750         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18751         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18752         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18753         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18754         (gst_ximagesrc_init), (plugin_init):
18755         * sys/ximagesrc/ximagesrc.h:
18756         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18757         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18758         (ximageutil_xcontext_clear),
18759         (ximageutil_calculate_pixel_aspect_ratio),
18760         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18761         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18762         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18763         (gst_ximageutil_ximage_destroy):
18764         * sys/ximagesrc/ximageutil.h:
18765
18766         Port ximagesrc to 0.10 (Closes #304795)
18767
18768 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18769
18770         * gst/freeze/gstfreeze.c:
18771         * gst/freeze/gstfreeze.h:
18772         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18773
18774 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18775
18776         * configure.ac:
18777         Back to CVS nano
18778
18779 === release 0.10.1 ===
18780
18781 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18782
18783         * configure.ac:
18784           releasing 0.10.1, "Slimy - yet satisfying"
18785
18786 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18787
18788         * configure.ac:
18789           Release 0.10.0.3 - pre-release for 0.10.1
18790
18791 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18792
18793         * ext/bz2/gstbz2.c:
18794         * ext/bz2/gstbz2dec.c:
18795         * ext/bz2/gstbz2dec.h:
18796         * ext/bz2/gstbz2enc.c:
18797         * ext/bz2/gstbz2enc.h:
18798           Add proper copyright headers identifying Lutz Müller
18799           as the author and copyright holder (#331600).
18800
18801 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18802
18803         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18804           Don't GST_LOG timestamps from nonexistent index
18805           entries (#331582).
18806
18807 2006-02-17  Edward Hervey  <edward@fluendo.com>
18808
18809         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18810         Check that the size of the returned buffer is of the correct size
18811         because the parser assumes that.
18812         Fixes #331543.
18813
18814 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18815
18816         * configure.ac:
18817           Release 0.10.0.2 - pre-release for 0.10.1
18818
18819 2006-02-16  Edward Hervey  <edward@fluendo.com>
18820
18821         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18822         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18823         Don't stop the task if the pad isn't linked.
18824
18825 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18826
18827         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18828           It appears 100% equals 1/1 and not 100/1 ...
18829
18830 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18831
18832         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18833         (gst_qtdemux_chain):
18834           When buffering MDAT data, show the user something is
18835           happening by posting 'buffering' messages on the bus.
18836
18837 2006-02-14  Edward Hervey  <edward@fluendo.com>
18838
18839         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18840         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18841         (next_entry_size), (gst_qtdemux_chain):
18842         * gst/qtdemux/qtdemux.h:
18843         Make push-based work if mdat atom is before moov atom.
18844         Don't answer duration query. This should be transformed into replying
18845         FALSE to seek events.
18846
18847 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18848
18849         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18850         (gst_mms_start):
18851           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18852           push our own EOS event on EOS, the base class will do that for us;
18853           fix bogus query code; post semi-decent errors on the bus when an
18854           error occurs in ::start(), otherwise the user will get to see
18855           whatever cryptic default message GstBaseSrc comes up with.
18856
18857 2006-02-14  Andy Wingo  <wingo@pobox.com>
18858
18859         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
18860         schleef, don't break me gst-inspect -a.
18861
18862 2006-02-14  Edward Hervey  <edward@fluendo.com>
18863
18864         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
18865         Handle the case where data atoms are before moov atoms in push-based mode.
18866         Errors out gracefully.
18867
18868 2006-02-13  Edward Hervey  <edward@fluendo.com>
18869
18870         * gst/qtdemux/Makefile.am:
18871         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18872         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18873         (extract_initial_length_and_fourcc),
18874         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
18875         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
18876         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
18877         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
18878         * gst/qtdemux/qtdemux.h:
18879         QtDemux can now work push-based.
18880         It still needs some love for seeking.
18881
18882 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
18883
18884         * configure.ac:
18885         * gst/freeze/Makefile.am:
18886         * gst/freeze/gstfreeze.c:
18887         * gst/freeze/gstfreeze.h:
18888         * gst/freeze/FAQ:
18889         freeze plugin ported to 0.10 by
18890         Renato Filho <renato.filho@indt.org.br>
18891
18892 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18893
18894         * configure.ac:
18895         * gst/cdxaparse/Makefile.am:
18896         * gst/cdxaparse/gstcdxaparse.c:
18897         * gst/cdxaparse/gstcdxaparse.h:
18898           Port cdxaparse, makes VCD playback work.
18899
18900 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18901
18902         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18903         (qtdemux_parse_trak):
18904           use the correct variable to check if we can calculate
18905           the last chunk.  Looks like an obvious bug, and makes
18906           the dump of offsets comparable to other tools
18907
18908 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18909
18910         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18911         (qtdemux_parse_trak):
18912           clean up some debugging, using _OBJECT, moving recurring
18913           messages to LOG level
18914
18915 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
18916
18917         * configure.ac:
18918         * ext/neon/gstneonhttpsrc.c:
18919         Now it uses libneon 0.25.5 that supports shoutcast.
18920
18921 2006-02-06  Lutz Mueller <lutz@topfrose.de>
18922
18923         Reviewed by: Edward Hervey <edward@fluendo.com>
18924         
18925         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
18926         "x-bz2".
18927         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
18928         caps are "ANY".
18929         (gst_bz2dec_chain): Configure the source pad if we can figure out
18930         the mime type of the decompressed data.
18931         (gst_bz2dec_[get,set]_property):
18932         (gst_bz2dec_class_init: New property "first_buffer_size".
18933         
18934
18935 2006-02-06  Wim Taymans  <wim@fluendo.com>
18936
18937         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
18938         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
18939         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
18940         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18941         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
18942         (qtdemux_video_caps), (qtdemux_audio_caps):
18943         * gst/qtdemux/qtdemux.h:
18944         Some QT demux loving.
18945         Handle seeking in a less broken way.
18946         Fix AMR caps to match the AMR decoder.
18947         Set first timestamp on AMR samples to 0 for now.
18948         Remove some \n in DEBUG strings.
18949         Use _scale_int for maximum precision.
18950
18951 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18952
18953         * gst/apetag/Makefile.am:
18954         * gst/apetag/apedemux.c:
18955         * gst/apetag/apedemux.h:
18956         * gst/apetag/apetag.c:
18957           Remove old files, apetag is in gst-plugins-good now.
18958
18959 2006-02-06  Andy Wingo  <wingo@pobox.com>
18960
18961         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
18962         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
18963         parent_class, the boilerplate does it for you.
18964
18965 2006-02-05  Lutz Mueller <lutz@topfrose.de>
18966
18967         reviewed by: Andy Wingo <wingo@pobox.com>
18968
18969         * configure.ac:
18970         * ext/Makefile.am: Hook it up.
18971         * ext/bz2/gstbz2.c:
18972         * ext/bz2/gstbz2dec.h:
18973         * ext/bz2/gstbz2dec.c:
18974         * ext/bz2/gstbz2enc.h:
18975         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
18976         decoding (#303167).
18977         
18978 2006-01-30  Andy Wingo  <wingo@pobox.com>
18979
18980         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
18981         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
18982
18983 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
18984
18985         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
18986         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18987         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
18988         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
18989         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
18990           Add debug category, use boilerplate macros, fix handling
18991           of widths of 32 bits.
18992
18993         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
18994         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
18995         (gst_wavpack_parse_index_get_last_entry),
18996         (gst_wavpack_parse_index_get_entry_from_sample),
18997         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
18998         (gst_wavpack_parse_src_query),
18999         (gst_wavpack_parse_scan_to_find_sample),
19000         (gst_wavpack_parse_send_newsegment),
19001         (gst_wavpack_parse_handle_seek_event),
19002         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
19003         (gst_wavpack_parse_get_upstream_length),
19004         (gst_wavpack_parse_pull_buffer),
19005         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
19006         (gst_wavpack_parse_change_state),
19007         (gst_wavepack_parse_sink_activate),
19008         (gst_wavepack_parse_sink_activate_pull),
19009         (gst_wavpack_parse_plugin_init):
19010         * ext/wavpack/gstwavpackparse.h:
19011           Rewrite a bit, mostly to fix flow logic and to make seeking work.
19012           Fix buffer/event refcounting. Add some debug statements. Add
19013           width of 32 to source pad template caps. Use boilerplate macros.
19014
19015 2006-01-28  Edward Hervey  <edward@fluendo.com>
19016
19017         * sys/glsink/Makefile.am:
19018         glimagesink.h is dead, long live glimagesink.h
19019
19020 2006-01-27  David Schleef  <ds@schleef.org>
19021
19022         * configure.ac:
19023         * sys/Makefile.am:
19024         * sys/glsink/Makefile.am:
19025         * sys/glsink/glimagesink.c:
19026         * sys/glsink/glimagesink.h:
19027           revival of glimagesink.  Kind of works.
19028
19029 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
19030
19031         * ext/faad/gstfaad.c: (gst_faad_setcaps),
19032         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
19033           Handle 'framed' field in caps; Port syncing for raw streams
19034           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
19035
19036 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
19037
19038         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
19039         (gst_sdlvideosink_xoverlay_set_xwindow_id),
19040         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
19041         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19042         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19043         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
19044         (gst_sdlvideosink_change_state),
19045         (gst_sdlvideosink_navigation_send_event):
19046         * ext/sdl/sdlvideosink.h:
19047           Fix output stride copying, so that it displays correctly on 
19048           framebuffer devices that don't match our implict GStreamer stride
19049           arrangement.
19050
19051           Fix locking things. Offer XOverlay only when SDL is running against
19052           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
19053           actually match the embedded window size because there's no way to
19054           figure out what size that should be from the XOverlay interface.
19055           See comment in sdlvideosink.c
19056
19057 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19058
19059         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19060           Fix wrong memcpy source pointer.
19061
19062 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
19063
19064         * ext/libmms/gstmms.c: (gst_mms_finalize):
19065         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
19066         Just chain up finalize calls (calling parent_class->finalize).
19067
19068 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
19069
19070         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
19071         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
19072         Finalize method has been created and others small changes.
19073
19074 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
19075
19076         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
19077         (gst_musepackdec_class_init), (gst_musepackdec_init),
19078         (gst_musepackdec_send_newsegment),
19079         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
19080         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19081         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
19082         (gst_musepackdec_loop), (gst_musepackdec_change_state):
19083         * ext/musepack/gstmusepackdec.h:
19084         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19085         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
19086         (gst_musepack_reader_get_size):
19087         * ext/musepack/gstmusepackreader.h:
19088           Fix seeking in musepack files (it's still incredibly slow, but I
19089           don't think that is our plugin's fault). Clean up code and get
19090           rid of old cruft. Post tags with all kind of neat information like
19091           replay gain and such on the bus, if it is available. Add a
19092           'musepackdec' debug category.
19093
19094 2006-01-24  Edward Hervey  <edward@fluendo.com>
19095
19096         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19097         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19098         More coherent framerate setting on caps.
19099         If sample_size is available, use that for the samples' duration in
19100         the index. This enables single frame streams to work (and I imagine
19101         fixes some other cases).
19102         Tested on testsuite, no regression.
19103
19104 2006-01-23  Edward Hervey  <edward@fluendo.com>
19105
19106         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
19107         (qtdemux_video_caps), (qtdemux_audio_caps):
19108         Added codec recognition for:
19109         _ VP31 : video/x-vp3
19110         _ AVDJ : image/jpeg
19111         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
19112         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
19113
19114 2006-01-21  David Schleef  <ds@schleef.org>
19115
19116         * configure.ac:
19117         * ext/swfdec/gstswfdec.c: Update from swfdec.
19118
19119 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
19120
19121         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
19122         (qtdemux_audio_caps):
19123           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
19124           Fix 8bit case (#327133, based on patch by: Fabrizio
19125           Gennari <fabrizio dot ge at tiscali dot it>).
19126           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
19127           valid literals for endianness in caps strings,
19128           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
19129
19130 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
19131
19132         * ext/ivorbis/vorbisfile.c:
19133         * ext/neon/gstneonhttpsrc.c:
19134         Fixed state transictions PLAYING->NULL->PLAYING.
19135         
19136 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
19137
19138         * ext/tremor/vorbisfile.c:
19139         Some minor improvements on log messages.
19140
19141 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
19142
19143         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
19144         Ronald's patch applied. see bug #326318.
19145
19146 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19147
19148         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19149         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
19150         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
19151         * gst/qtdemux/qtdemux.h:
19152           Fix seeking for quicktime files. Could still use some more
19153           love and sophistication.
19154
19155 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
19156
19157         * ext/libmms/gstmms.c: gst_mms_init:
19158         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
19159         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
19160         Removed gst_base_src_set_live from mms and neon, and now calling
19161         parent_class->dispose in dispose on sdlaudio.
19162         
19163 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
19164
19165         * ext/sdl/sdlvideosink.c:
19166         Now implementing navigation interface and using
19167         GST_BOILER_PLATE_FULL.
19168         
19169 2006-01-11  Christian Schaller  <christian@fluendo.com>
19170
19171         Remove SunAudio plugin as Brian's new one is in -good
19172
19173         * sys/Makefile.am:
19174         * sys/sunaudio/Makefile.am:
19175         * sys/sunaudio/gstsunaudio.c:
19176         * sys/sunaudio/gstsunaudiosrc.c:
19177         * sys/sunaudio/gstsunaudiosrc.h:
19178         * sys/sunaudio/gstsunelement.c:
19179         * sys/sunaudio/gstsunelement.h:
19180         * sys/sunaudio/gstsunmixer.c:
19181         * sys/sunaudio/gstsunmixer.h:
19182
19183 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
19184
19185         * ext/sdl/sdlaudiosink.c:
19186         Replaced wrong style code by GST_BOILERPLATE.
19187         
19188 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
19189
19190         reviewed by: Edward Hervey  <edward@fluendo.com>
19191
19192         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19193         Add support for Indeo3 video in Quicktime files.
19194         Closes #326524
19195
19196 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
19197
19198         * configure.ac:
19199         * ext/sdl/Makefile.am:
19200         * ext/sdl/gstsdl.c:
19201         * ext/sdl/sdlaudiosink.c:
19202         * ext/sdl/sdlaudiosink.h:
19203         * ext/sdl/sdlvideosink.c:
19204         Created new element, sdlaudiosink.
19205         
19206 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
19207
19208         * added sys/directdraw
19209         * added sys/directsound
19210         * added win32/vs6/gst_plugins_bad.dsw
19211         * added win32/vs6/libgstdirectsound.dsp
19212         * added win32/vs6/libgstdirectdraw.dsp
19213         * added win32/common/config.h
19214         
19215 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19216
19217         * gst/games/gstpuzzle.c: (plugin_init):
19218           call oil_init() when using liboil
19219
19220 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
19221
19222         * ext/neon/gstneonhttpsrc.c:
19223         * ext/neon/gstneonhttpsrc.h:
19224         Some improvements in cancellation and debug messages.
19225                         
19226 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
19227
19228         * ext/neon/gstneonhttpsrc.c:
19229         * ext/neon/gstneonhttpsrc.h:
19230         Removed not need thread and changed to push out blocksize bytes.
19231         
19232 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
19233
19234         * configure.ac:
19235         * ext/Makefile.am
19236         * ext/neon:
19237         * ext/neon/Makefile.am:
19238         * ext/neon/gstneonhttpsrc.c:
19239         * ext/neon/gstneonhttpsrc.h:
19240         Created new element neonhttpsrc.
19241
19242 2005-12-19  Edward Hervey  <edward@fluendo.com>
19243
19244         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
19245         (gst_swfdec_chain), (gst_swfdec_render):
19246         Add debugging category and return GstFlowReturn in the right places
19247         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19248         Get something from the peer pad once we've checked if there is a peer pad.
19249         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19250         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
19251         (qtdemux_video_caps):
19252         Couple of fixes
19253
19254 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19255
19256         * ext/divx/Makefile.am:
19257         just a small fix. I have to pay more attention when commiting ;-)
19258
19259 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19260
19261         * configure.ac:
19262         * ext/Makefile.am:
19263         * ext/divx/Makefile.am:
19264         * ext/divx/gstdivxdec.c:
19265         * ext/divx/gstdivxdec.h:
19266         * ext/divx/gstdivxenc.c:
19267         * ext/divx/gstdivxenc.h:
19268         divxdec and divxenc ported to 0.10
19269         
19270 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19271
19272         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19273         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19274         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19275         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19276         (gst_dfbvideosink_can_blit_from_format),
19277         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19278         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19279         (gst_dfbsurface_finalize),
19280         (gst_dfbvideosink_navigation_send_event),
19281         (gst_dfbvideosink_update_colorbalance),
19282         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
19283         more refactoring, handle exotic DirectFB row stride.
19284
19285 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19286
19287         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19288         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
19289         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19290         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19291         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19292         (gst_dfbvideosink_can_blit_from_format),
19293         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19294         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19295         (gst_dfbsurface_finalize),
19296         (gst_dfbvideosink_navigation_send_event),
19297         (gst_dfbvideosink_update_colorbalance),
19298         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19299         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19300         (gst_dfbvideosink_class_init):
19301         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
19302         This should work both for hardware accelerated scaling and
19303         reverse caps negotiation with a scaling element.
19304
19305 2005-12-17  Julien MOUTTE  <julien@moutte.net>
19306
19307         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19308         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19309         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19310         * docs/plugins/gst-plugins-bad-plugins.args:
19311         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19312         * docs/plugins/gst-plugins-bad-plugins.signals:
19313         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19314         * docs/plugins/inspect/plugin-qtdemux.xml:
19315         * docs/plugins/inspect/plugin-sdlvideosink.xml:
19316         * docs/plugins/inspect/plugin-speed.xml:
19317         * docs/plugins/inspect/plugin-tta.xml: Updates.
19318         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19319         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
19320         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
19321         (gst_dfbvideosink_cleanup),
19322         (gst_dfbvideosink_can_blit_from_format),
19323         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19324         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
19325         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19326         (gst_dfbvideosink_interface_supported),
19327         (gst_dfbvideosink_navigation_send_event),
19328         (gst_dfbvideosink_update_colorbalance),
19329         (gst_dfbvideosink_colorbalance_list_channels),
19330         (gst_dfbvideosink_colorbalance_set_value),
19331         (gst_dfbvideosink_colorbalance_get_value),
19332         (gst_dfbvideosink_colorbalance_init),
19333         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19334         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
19335         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
19336         color balance interface.
19337
19338 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19339
19340         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
19341         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
19342         * gst/vbidec/vbidata.c:
19343         * gst/vbidec/vbidata.h:
19344         * gst/vbidec/vbiscreen.c:
19345         * sys/dxr3/ac3_padder.c:
19346           don't use doc comments for non-docs
19347           change some char* into char[]
19348
19349 2005-12-16  Julien MOUTTE  <julien@moutte.net>
19350
19351         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19352         (gst_dfbvideosink_init): Always prefer the primary layer.
19353
19354 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19355
19356         * ext/wavpack/gstwavpackdec.c:
19357           Oops, remove trailing comma from caps string.
19358
19359 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19360
19361         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19362         * ext/wavpack/gstwavpackparse.c:
19363           Wavpack supports samplerates from 6-192kHz, fix pad template
19364           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
19365           remove buffer-frames from caps, they are gone in 0.10.
19366
19367 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
19368
19369         * ext/xvid/Makefile.am:
19370         * ext/xvid/gstxviddec.c:
19371         * ext/xvid/gstxvidenc.c:
19372         Fixed some mem-leaks in xvid.
19373
19374 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19375
19376         * configure.ac:
19377         * ext/Makefile.am:
19378         * ext/xvid/gstxvid.c:
19379         * ext/xvid/gstxvid.h:
19380         * ext/xvid/gstxviddec.c:
19381         * ext/xvid/gstxviddec.h:
19382         * ext/xvid/gstxvidenc.c:
19383         * ext/xvid/gstxvidenc.h:
19384         xviddec and xvideenc ported to 0.10
19385                 
19386
19387 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19388
19389         * configure.ac:
19390         * ext/Makefile.am:
19391         * ext/dts/Makefile.am:
19392         * ext/dts/gstdtsdec.c:
19393         * ext/dts/gstdtsdec.h:
19394         dtsdec ported to 0.10
19395
19396 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19397
19398         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19399         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
19400         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
19401         (gst_musepackdec_loop):
19402         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
19403         (gst_swfdec_src_query):
19404         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
19405           GstObjects must be unref'ed with gst_object_unref() instead of
19406           g_object_unref(), otherwise things break for GLib-2.6 users.
19407
19408 2005-12-12  David Schleef  <ds@schleef.org>
19409
19410         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
19411         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
19412         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
19413         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
19414         because the video buffers previously never got freed.
19415
19416 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19417
19418         * ext/libmms/gstmms.c:
19419         Just removed a weird printf ;-)
19420
19421 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19422
19423         * configure.ac:
19424         * ext/libmms/gstmms.c:
19425         * ext/libmms/gstmms.h:
19426         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
19427         PREROOL..." to be fixed.
19428
19429 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
19430
19431         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
19432         (gst_faad_update_caps):
19433           Assume that an unknown channel mapping with 2 channels
19434           is stereo and play it that way instead of erroring.
19435
19436         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19437         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19438           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
19439           Debug fixes. Some 64 bit variable fixes
19440
19441 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
19442
19443         * configure.ac:
19444         * ext/Makefile.am:
19445         * ext/swfdec/Makefile.am:
19446         * ext/swfdec/gstswfdec.c:
19447         * ext/swfdec/gstswfdec.h:
19448         swfdec Ported to 0.10.
19449
19450 2005-12-07  Edward Hervey  <edward@fluendo.com>
19451
19452         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19453         (gst_qtdemux_add_stream):
19454         Memleak fixes.
19455         Send out EOS for valid reasons (couldn't pull_range() from upstream
19456         for example).
19457
19458 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19459
19460         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19461         * ext/audiofile/gstafparse.h:
19462         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
19463         * ext/audiofile/gstafsink.h:
19464         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
19465         * ext/audiofile/gstafsrc.h:
19466         * ext/cdaudio/gstcdaudio.c:
19467         * ext/divx/gstdivxenc.c:
19468         * ext/dts/gstdtsdec.h:
19469         * ext/faac/gstfaac.h:
19470         * ext/ivorbis/vorbisenc.h:
19471         * ext/ivorbis/vorbisfile.c:
19472         * ext/musepack/gstmusepackdec.h:
19473         * ext/nas/nassink.c:
19474         * ext/snapshot/gstsnapshot.c:
19475         * ext/sndfile/gstsf.h:
19476         * ext/tarkin/gsttarkindec.h:
19477         * ext/tarkin/gsttarkinenc.h:
19478         * ext/xine/gstxine.h:
19479         * ext/xine/xinecaps.c:
19480         * ext/xvid/gstxvid.h:
19481         * gst-libs/gst/play/play.h:
19482         * gst/apetag/apedemux.h:
19483         * gst/cdxaparse/gstcdxaparse.h:
19484         * gst/cdxaparse/gstcdxastrip.h:
19485         * gst/colorspace/yuv2rgb.c:
19486         * gst/colorspace/yuv2rgb.h:
19487         * gst/equalizer/gstiirequalizer.c:
19488         * gst/festival/gstfestival.h:
19489         * gst/games/gstpuzzle.c:
19490         * gst/games/gstvideoimage.c:
19491         * gst/games/gstvideoimage.h:
19492         * gst/modplug/gstmodplug.h:
19493         * gst/modplug/libmodplug/it_defs.h:
19494         * gst/modplug/libmodplug/modplug.h:
19495         * gst/modplug/libmodplug/sndfile.h:
19496         * gst/modplug/libmodplug/stdafx.h:
19497         * gst/mpeg1sys/buffer.c:
19498         * gst/mpeg1sys/gstmpeg1systemencode.h:
19499         * gst/mpeg1sys/main.h:
19500         * gst/mpeg1sys/systems.c:
19501         * gst/mpeg1videoparse/gstmp1videoparse.h:
19502         * gst/mpeg2sub/gstmpeg2subt.h:
19503         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19504         * gst/mpegaudioparse/gstmpegaudioparse.h:
19505         * gst/multifilesink/gstmultifilesink.h:
19506         * gst/overlay/gstoverlay.h:
19507         * gst/qtdemux/qtdemux.c:
19508         * gst/qtdemux/qtdemux.h:
19509         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
19510         * gst/rtjpeg/RTjpeg.h:
19511         * gst/tta/crc32.h:
19512         * gst/tta/filters.h:
19513         * gst/tta/ttadec.h:
19514         * gst/videodrop/gstvideodrop.h:
19515         * sys/cdrom/gstcdplayer.h:
19516         * sys/cdrom/gstcdplayer_ioctl.c:
19517         * sys/cdrom/gstcdplayer_ioctl.h:
19518         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
19519         * sys/cdrom/gstcdplayer_ioctl_irix.h:
19520         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
19521         * sys/dxr3/dxr3audiosink.c:
19522         * sys/dxr3/dxr3audiosink.h:
19523         * sys/dxr3/dxr3spusink.c:
19524         * sys/dxr3/dxr3spusink.h:
19525         * sys/dxr3/dxr3videosink.c:
19526         * sys/dxr3/dxr3videosink.h:
19527         * sys/qcam/dark.c:
19528         * sys/qcam/gstqcamsrc.c:
19529         * sys/v4l2/gstv4l2colorbalance.h:
19530         * sys/v4l2/gstv4l2element.h:
19531         * sys/v4l2/gstv4l2src.h:
19532         * sys/v4l2/gstv4l2tuner.h:
19533         * sys/v4l2/gstv4l2xoverlay.h:
19534         * sys/v4l2/v4l2_calls.c:
19535         * sys/v4l2/v4l2_calls.h:
19536         * sys/v4l2/v4l2src_calls.c:
19537         * sys/v4l2/v4l2src_calls.h:
19538         * sys/vcd/vcdsrc.h:
19539           expand tabs
19540
19541 === release 0.10.0 ===
19542
19543 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19544
19545         * configure.ac:
19546           releasing 0.10.0, "Camembert"
19547
19548 2005-12-05  Andy Wingo  <wingo@pobox.com>
19549
19550         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
19551         * ext/faad/gstfaad.c: (gst_faad_chain):
19552         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
19553         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
19554         * ext/xine/xineinput.c: (gst_xine_input_get):
19555         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
19556         * gst/speed/gstspeed.c: (speed_chain):
19557         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
19558         alloc_buffer changes.
19559
19560 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19561
19562         * ext/Makefile.am:
19563           Add missing $(WAVPACK_DIR) (#322962).
19564
19565 === release 0.9.7 ===
19566
19567 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19568
19569         * configure.ac:
19570           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
19571
19572 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
19573
19574         * PORTED_09:
19575         * configure.ac:
19576         * ext/Makefile.am:
19577         * ext/libmms/Makefile.am:
19578         * ext/libmms/gstmms.c:
19579         * ext/libmms/gstmms.h:
19580         libmm ported to 0.9. It works fine, but print some error messages. I
19581         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
19582         
19583 2005-11-28  Edward Hervey  <edward@fluendo.com>
19584
19585         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19586         Handle gracefully the consequence of "Maximum number of scalefactor
19587         bands exceeded", which results in 0 channels with samplerates of 0.
19588         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
19589         Do upward transitions, then call parent state_change, then do
19590         downward transitions.
19591
19592 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19593
19594         * ext/Makefile.am:
19595           alphabets, so hard to master.  Should fix distcheck.
19596
19597 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
19598
19599         * configure.ac:
19600         * PORTED_09:
19601         * ext/Makefile.am:
19602         * ext/wavpack/Makefile.am:
19603         * ext/wavpack/gstwavpackdec.c:
19604         * ext/wavpack/gstwavpackdec.h:
19605         * ext/wavpack/gstwavpackparse.c:
19606         * ext/wavpack/gstwavpackparse.h:
19607         Wavpack ported to 0.9. No support for correction file yet.
19608
19609 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19610
19611         * ext/wavpack/Makefile.am:
19612         * ext/wavpack/gstwavpack.c: (plugin_init):
19613         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
19614         * ext/wavpack/gstwavpackcommon.h:
19615         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
19616         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
19617         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19618         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
19619         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
19620         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
19621         (gst_wavpack_dec_plugin_init):
19622         * ext/wavpack/gstwavpackdec.h:
19623         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
19624         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
19625         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
19626         (gst_wavpack_parse_src_event), (find_header), (find_sample),
19627         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
19628         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
19629         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
19630         * ext/wavpack/gstwavpackparse.h:
19631           put back wavpack - still needs porting
19632
19633 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19634
19635         * configure.ac: back to HEAD
19636
19637 === release 0.9.6 ===
19638
19639 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19640
19641         * configure.ac:
19642           releasing 0.9.6, "Hot Tea"
19643
19644 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19645
19646         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19647         * ext/directfb/dfb-example.c: (main):
19648         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
19649         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
19650         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19651         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
19652         (gst_dfbvideosink_bufferpool_clear),
19653         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19654         (gst_dfbvideosink_navigation_send_event),
19655         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19656         (gst_dfbvideosink_class_init):
19657         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19658         fixes.
19659
19660 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19661
19662         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19663         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19664         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19665         * ext/sdl/sdlvideosink.h:
19666         Updates for fractional framerates and XOverlay interface changes
19667
19668 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19669
19670         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19671         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19672         (qtdemux_parse_trak):
19673         Convert to fractional framerates
19674
19675 2005-11-23  Edward Hervey  <edward@fluendo.com>
19676
19677         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19678         Fix for latest API changes
19679
19680 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19681         * configure.ac:
19682         * PORTED_09:
19683         * extt/Makefile.am:
19684         * ext/musepack/gstmusepackdec.c:
19685         * ext/musepack/gstmusepackdec.h:
19686         * ext/musepack/gstmusepackreader.c:
19687         * ext/musepack/gstmusepackreader.h:
19688         Musepackdec ported to 0.9. There is still a small problem to be
19689         solved, after the end of file, the pipeline doens't stop.
19690
19691 2005-11-22  Andy Wingo  <wingo@pobox.com>
19692
19693         * ext/faad/gstfaad.c (gst_faad_event)
19694         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19695         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19696         * gst/speed/gstspeed.c (speed_sink_event)
19697         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19698         (gst_tta_parse_parse_header): Run update-funcnames.
19699
19700 2005-11-21  Michael Smith <msmith@fluendo.com>
19701
19702         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19703           Don't take STREAM_LOCK in sink event handlers any more.
19704
19705 2005-11-21  Wim Taymans  <wim@fluendo.com>
19706
19707         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19708         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19709         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19710         Fix for stream lock updates.
19711
19712 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19713
19714         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19715           Add DX50, DIVX and DIV3 fourccs (patch by
19716           j@bootlab.org, #321903).
19717
19718 2005-11-21  Andy Wingo  <wingo@pobox.com>
19719
19720         * *.h:
19721         * *.c: Ran scripts/update-macros. Oh yes.
19722
19723 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19724
19725         * ext/directfb/dfbvideosink.c:
19726         (gst_dfbvideosink_get_format_from_caps):
19727         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19728         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19729         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19730         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19731         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19732         (qtdemux_audio_caps):
19733         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19734         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19735         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19736           Update for GST_FOURCC_FORMAT API change.
19737
19738 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19739
19740         * ext/audioresample/gstaudioresample.c:
19741         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19742         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19743         * gst/modplug/gstmodplug.cc:
19744         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19745         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19746         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19747         (#322027)
19748
19749 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19750
19751         * ext/Makefile.am:
19752         * ext/ivorbis/vorbisfile.c:
19753         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19754         ! tremor ! alsasink. Some issues to be solved yet:
19755         1- set correct timestamps
19756         2- seek is forced to disabled in pull-mode
19757         
19758 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19759
19760         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19761         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19762         (gst_faac_chain):
19763           Set proper caps on source pad (#320532).
19764
19765         * ext/faad/gstfaad.c:
19766           Don't use gtk-doc markers for comment block.
19767
19768 2005-11-14  Andy Wingo  <wingo@pobox.com>
19769
19770         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19771         debugging, allows dll builds on windows. Fixes #316076.
19772
19773 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19774
19775         * configure.ac: back to HEAD
19776
19777 === release 0.9.5 ===
19778
19779 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19780
19781         * configure.ac:
19782           releasing 0.9.5, "Thrice Belgian Bar"
19783
19784 2005-11-11  Michael Smith <msmith@fluendo.com>
19785
19786         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19787           Make this compile on systems with broken headers. 
19788
19789 2005-11-11  Michael Smith <msmith@fluendo.com>
19790
19791         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19792           Call functions with the correct API. Unfortunately, unless your
19793           distribution patches upstream, the public header file for FAAD
19794           doesn't actually declare the API accurately. So, some nastiness
19795           ensues...
19796
19797 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19798
19799         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19800
19801         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19802           Add support for custom genre tags.
19803
19804 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19805
19806         * ext/tarkin/wavelet.c:
19807         * ext/tarkin/wavelet.h:
19808         * gst/mpegaudioparse/gstmpegaudioparse.c:
19809         * gst/vbidec/vbidata.c:
19810         * gst/vbidec/vbiscreen.h:
19811         * sys/dxr3/ac3_padder.c:
19812         * sys/dxr3/dxr3audiosink.c:
19813         * sys/dxr3/dxr3spusink.c:
19814         * sys/dxr3/dxr3videosink.c:
19815         * sys/qcam/dark.c:
19816           Don't use gtk-doc markers for normal comments. Fix
19817           gtk-doc formatting where required.
19818
19819 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19820
19821         * configure.ac:
19822         * PORTED_09:
19823         * ext/Makefile.am:
19824         * ext/ivorbis/vorbis.c:
19825         * ext/ivorbis/vorbisfile.c:
19826         Ported to 0.9. Some issues to be solved yet:
19827         1- set correct timestamps
19828         2- seg fault when eos
19829         3- seek is now disabled
19830
19831 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19832
19833         * examples/Makefile.am: Cleanup non existing
19834         examples.
19835
19836 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19837
19838         * docs/plugins/inspect.stamp: Add missing files.
19839
19840 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19841
19842         * examples/Makefile.am: Make buildbot happy.
19843
19844 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19845
19846         * Makefile.am: examples in dist subdirs.
19847         * configure.ac: enable parameter for building 
19848         examples.
19849         * docs/plugins/gst-plugins-bad-plugins.args:
19850         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19851         * examples/Makefile.am: Updates.
19852
19853 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19854
19855         * Makefile.am:
19856         * autogen.sh:
19857         * configure.ac:
19858         * docs/Makefile.am:
19859         * docs/plugins/.cvsignore:
19860         * docs/plugins/Makefile.am:
19861         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
19862         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19863         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19864         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
19865         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19866         * docs/plugins/gst-plugins-bad-plugins.args:
19867         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
19868         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19869         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
19870         * docs/plugins/gst-plugins-bad-plugins.signals:
19871         * docs/plugins/gst-plugins-bad-plugins.types:
19872         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19873         * docs/version.entities.in: Enable documentation.
19874         * examples/Makefile.am:
19875         * examples/directfb/Makefile.am:
19876         * examples/directfb/decker.ttf:
19877         * examples/directfb/dfblogo.png:
19878         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
19879         (size_changed), (setup_dynamic_link), (main): Add an example
19880         application for DirectFB.
19881
19882 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19883
19884         * ext/directfb/Makefile.am: Add the example application.
19885         * ext/directfb/dfb-example.c: (get_me_out), (main):
19886         Here is an example application that runs videotestsrc for 20
19887         seconds. It's included in the documentation.
19888         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19889         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19890         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
19891         More fixes, calculate new size of the buffer when renegotiating.
19892         This completely breaks ffmpegcolorspace but i need to discuss 
19893         that with Wim on monday. Add documentation.
19894
19895 2005-11-05  Julien MOUTTE  <julien@moutte.net>
19896
19897         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19898         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19899         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
19900         better, add safety checks and ARGB support for cards that
19901         support it.
19902
19903 2005-11-04  Julien MOUTTE  <julien@moutte.net>
19904
19905         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19906         (gst_dfbvideosink_surface_destroy),
19907         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19908         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
19909         (gst_dfbvideosink_buffer_alloc):
19910         * ext/directfb/dfbvideosink.h: Now does clipping when surface
19911         is too small, handles upstream elements that are not calling
19912         gst_pad_alloc_buffer, fixes a lot of bugs.
19913
19914 2005-11-03  Julien MOUTTE  <julien@moutte.net>
19915
19916         * ext/directfb/Makefile.am: Prepare for liboil usage.
19917         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
19918         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
19919         rendering in external surface correctly. Will commit a neat
19920         example soon.
19921
19922 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
19923
19924         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
19925         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19926         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
19927         * ext/sdl/sdlvideosink.h:
19928         Add support to exit when 'Esc' key is pressed.
19929
19930 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19931
19932         * configure.ac: Requires DirectFB 0.9.24
19933
19934 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19935
19936         * configure.ac:
19937         * ext/Makefile.am:
19938         * ext/directfb/Makefile.am:
19939         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
19940         (gst_dfbvideosink_surface_create),
19941         (gst_dfbvideosink_surface_destroy),
19942         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
19943         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
19944         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19945         (gst_dfbvideosink_get_format_from_caps),
19946         (gst_dfbvideosink_get_caps_from_format),
19947         (gst_dfbvideosink_can_blit_from_format),
19948         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19949         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
19950         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
19951         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
19952         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19953         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
19954         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
19955         (gst_dfbvideosink_interface_init),
19956         (gst_dfbvideosink_navigation_send_event),
19957         (gst_dfbvideosink_navigation_init),
19958         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19959         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
19960         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
19961         (plugin_init):
19962         * ext/directfb/dfbvideosink.h:
19963         * ext/directfb/directfbvideosink.c:
19964         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
19965         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
19966         scaling, navigation, buffer allocation from video memory etc...
19967
19968 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19969
19970         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
19971         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
19972         gst_sdlvideosink_create:
19973         Changed property full-screen to fullscreen, using SDL_SWSURFACE
19974         instead of SDL_HWSURFACE when in full screen mode.
19975         
19976 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19977
19978         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
19979         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
19980         gst_sdlvideosink_init, gst_sdlvideosink_create:
19981         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
19982         Added a property that allows full-screen.
19983
19984 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
19985
19986         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19987         (gst_sdlvideosink_class_init),
19988         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
19989         (gst_sdlvideosink_show_frame):
19990         * ext/sdl/sdlvideosink.h:
19991           Fix I420 output on some machines (not very nice, but should work).
19992           Add an 'sdlvideosink' debug category. Disable formats that do
19993           not work. Fix some vararg function issues.
19994
19995 2005-10-27  Wim Taymans  <wim@fluendo.com>
19996
19997         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19998         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
19999         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
20000         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
20001         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
20002         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
20003         Fix SDL videosink and did some cleanups.
20004
20005 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
20006
20007         * ext/sdl/sdlvideosink.c:
20008         * ext/sdl/sdlvideosink.h:
20009         Trying to fix videos out of sync (not fixed yet)
20010         
20011 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20012
20013         * gst/qtdemux/qtdemux.h:
20014           Remove got_redirect from class structure as well.
20015
20016 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20017
20018         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
20019         (qtdemux_parse_tree):
20020           Remove 'got-redirect' signal and post element message
20021           on the bus instead.
20022
20023 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20024
20025         * ext/gsm/gstgsm.c:
20026         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
20027         * ext/gsm/gstgsmdec.h:
20028         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
20029         (gst_gsmenc_chain):
20030         Fixing stuff as wingo pointed out.
20031
20032 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20033
20034         * ext/gsm/gstgsm.c: (plugin_init):
20035         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
20036         (gst_gsmdec_chain):
20037         * ext/gsm/gstgsmdec.h:
20038         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
20039         (gst_gsmenc_chain):
20040         * ext/gsm/gstgsmenc.h:
20041         Over-writing Wim's gsm plugins (currently not working) with that from the 
20042         farsight repo. Also made sure that they work with the RTP (de)payloader.
20043
20044 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20045
20046         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
20047         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
20048         * ext/gsm/gstgsmenc.h:
20049         Fixed event handling
20050
20051 2005-10-24  Christian Schaller  <christian@fluendo.com>
20052
20053         * configure.ac: port over thomas's plugin listing from base
20054
20055 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20056
20057         * configure.ac:
20058           back to HEAD
20059
20060 === release 0.9.4 ===
20061
20062 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20063
20064         * NEWS:
20065         * RELEASE:
20066         * configure.ac:
20067           Releasing 0.9.4, "Utahraptor"
20068
20069 2005-10-23  Julien MOUTTE  <julien@moutte.net>
20070
20071         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
20072
20073 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20074
20075         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
20076         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
20077         (gst_faad_chain), (gst_faad_change_state):
20078         * ext/faad/gstfaad.h:
20079           Do some timestamp smoothing (matroskademux apparently sends
20080           multiple buffers in a row with the same timestamp); fix
20081           duration on outgoing buffers; fix change state function; use
20082           GST_DEBUG_FUNCPTR for pad functions.
20083
20084 2005-10-19  Wim Taymans  <wim@fluendo.com>
20085
20086         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
20087         (gst_qtdemux_handle_src_query):
20088         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
20089         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
20090         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
20091         API change fix.
20092
20093 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20094
20095         * configure.ac:
20096           All the cool kids use GST_DOCBOOK_CHECK now.
20097
20098 2005-10-18  Julien MOUTTE  <julien@moutte.net>
20099
20100         * gst/speed/Makefile.am: Fix build of speed. 
20101
20102 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
20103
20104         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
20105         (speed_parse_caps), (speed_src_event), (speed_sink_event),
20106         (speed_src_query), (speed_init), (speed_set_property),
20107         (speed_change_state), (gst_speed_convert):
20108         Fixed speed - the previous version, 1.38, has been ported to 0.9
20109         from a wrong version, 1.37 (from 1.36). That fix already includes
20110         the changes done in 1.36.2.4.
20111
20112 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
20113
20114         * configure.ac:
20115           Fix glib check
20116
20117 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20118
20119         * examples/stats/mp2ogg.c:
20120         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
20121         (tarkin_synthesis_packetin):
20122           and more typos fixed
20123
20124 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20125
20126         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
20127         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
20128         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
20129         (gst_faac_get_property), (gst_faac_change_state):
20130           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
20131           move event handling from chain function into an event function,
20132           add some locks here and there, do some cleanups; disable 32-bit
20133           integer and float input formats until we're sure that those 
20134           actually work (couldn't play back the produced files with 
20135           anything).
20136
20137 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20138
20139         * examples/indexing/indexmpeg.c: (main):
20140         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
20141         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
20142         * ext/artsd/gstartsdsink.h:
20143         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
20144         (gst_afparse_close_file):
20145         * ext/audiofile/gstafparse.h:
20146         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
20147         (gst_afsink_close_file), (gst_afsink_chain),
20148         (gst_afsink_change_state):
20149         * ext/audiofile/gstafsink.h:
20150         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
20151         (gst_afsrc_close_file), (gst_afsrc_change_state):
20152         * ext/audiofile/gstafsrc.h:
20153         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
20154         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
20155         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
20156         * ext/jack/gstjack.h:
20157         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
20158         (gst_jack_bin_change_state):
20159         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
20160         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
20161         * ext/nas/nassink.c: (gst_nassink_open_audio),
20162         (gst_nassink_close_audio), (gst_nassink_change_state):
20163         * ext/nas/nassink.h:
20164         * ext/polyp/polypsink.c: (gst_polypsink_init):
20165         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20166         * ext/sdl/sdlvideosink.h:
20167         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20168         * ext/sndfile/gstsf.c: (gst_sf_set_property),
20169         (gst_sf_change_state), (gst_sf_release_request_pad),
20170         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
20171         * ext/sndfile/gstsf.h:
20172         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
20173         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
20174         * gst/apetag/apedemux.c: (gst_ape_demux_init):
20175         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
20176         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
20177         * gst/festival/gstfestival.c: (gst_festival_change_state):
20178         * gst/festival/gstfestival.h:
20179         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
20180         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
20181         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
20182         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
20183         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
20184         (gst_multifilesink_chain), (gst_multifilesink_change_state):
20185         * gst/multifilesink/gstmultifilesink.h:
20186         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
20187         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
20188         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
20189         (dxr3audiosink_open), (dxr3audiosink_close),
20190         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
20191         (dxr3audiosink_change_state):
20192         * sys/dxr3/dxr3audiosink.h:
20193         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
20194         (dxr3spusink_close), (dxr3spusink_chain),
20195         (dxr3spusink_change_state):
20196         * sys/dxr3/dxr3spusink.h:
20197         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
20198         (dxr3videosink_open), (dxr3videosink_close),
20199         (dxr3videosink_write_data), (dxr3videosink_change_state):
20200         * sys/dxr3/dxr3videosink.h:
20201         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
20202         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
20203         (gst_qcamsrc_open), (gst_qcamsrc_close):
20204         * sys/qcam/gstqcamsrc.h:
20205         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
20206         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
20207         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
20208         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
20209         * sys/vcd/vcdsrc.h:
20210         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20211         moved bitshift from macro to enum definition
20212
20213 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20214
20215         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20216
20217         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
20218           Fix depth/width handling for float audio (#318659).
20219
20220 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20221
20222         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20223
20224         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
20225         (gst_faac_src_setcaps), (gst_faac_chain):
20226           Refcount fixes (#318660)
20227
20228 2005-10-12  Julien MOUTTE  <julien@moutte.net>
20229
20230         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
20231         automake-1.7 happy again.
20232
20233 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
20234
20235         * ext/faad/gstfaad.c: (gst_faad_event):
20236           newsegment API update
20237
20238 2005-10-11  Wim Taymans  <wim@fluendo.com>
20239
20240         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20241         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
20242         (gst_tta_parse_parse_header):
20243         newsegment API update.
20244
20245 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20246
20247         * configure.ac:
20248           back to development
20249
20250 === release 0.9.3 ===
20251
20252 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20253
20254         * configure.ac:
20255           Releasing 0.9.3, "Porthos"
20256
20257 2005-09-28  Wim Taymans  <wim@fluendo.com>
20258
20259         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20260         No need to take stream lock here.
20261
20262 2005-09-26  Christian Schaller  <uraeus@gnome.org>
20263
20264         * configure.ac: add speed and rfb where needed
20265         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
20266
20267 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
20268
20269         * ext/gsm/Makefile.am:
20270         * ext/gsm/gstgsm.c:
20271         * ext/gsm/gstgsmdec.c:
20272         * PORTED_09:
20273         Gsmdec ported to 0.9.
20274
20275 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
20276
20277         * configure.ac:
20278         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
20279         (gst_tta_dec_chain):
20280         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
20281         (gst_tta_parse_class_init), (gst_tta_parse_reset),
20282         (gst_tta_parse_init), (gst_tta_parse_src_event),
20283         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
20284         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
20285         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
20286         (gst_tta_parse_loop), (gst_tta_parse_change_state):
20287         * gst/tta/gstttaparse.h:
20288           Ported tta plugin to 0.9.
20289
20290
20291 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20292
20293         * ext/gsm/gstgsmenc.c:
20294           Setting caps on the outgoing buffers.
20295           Need to fix: rtpencoder does not know what it is handling and
20296           errors out
20297
20298 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
20299
20300         * configure.ac:
20301         * ext/sdl/Makefile.am:
20302           Fixed Makefile.am - removed hard coded flags from Makefile.am.
20303           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
20304
20305 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
20306
20307         * Makefile.am:
20308         * configure.ac:
20309         * ext/sdl/Makefile.am:
20310         * ext/sdl/sdlvideosink.c:
20311         * PORTED_09:
20312           Ported to 0.9.
20313
20314 === release 0.9.1 ===
20315
20316 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20317
20318         * configure.ac:
20319         * gst/speed/Makefile.am:
20320         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
20321         * PORTED_09:
20322
20323 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20324
20325         * NEWS:
20326         * README:
20327         * RELEASE:
20328         * configure.ac:
20329         * autogen.sh:
20330           releasing 0.9.1, "Angel Eyes"
20331
20332 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
20333         * examples/gstplay/player.c: (main):
20334         * examples/stats/mp2ogg.c: (main):
20335         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
20336         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
20337         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
20338         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
20339         * ext/dirac/gstdiracdec.cc:
20340         * ext/directfb/directfbvideosink.c:
20341         (gst_directfbvideosink_change_state):
20342         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
20343         * ext/faac/gstfaac.c: (gst_faac_change_state):
20344         * ext/hermes/gsthermescolorspace.c:
20345         (gst_hermes_colorspace_change_state):
20346         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
20347         * ext/jack/gstjack.c: (gst_jack_change_state):
20348         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
20349         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
20350         * ext/libmms/gstmms.c: (gst_mms_change_state):
20351         * ext/mpeg2enc/gstmpeg2enc.cc:
20352         * ext/mplex/gstmplex.cc:
20353         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
20354         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
20355         * ext/nas/nassink.c: (gst_nassink_change_state):
20356         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
20357         (context_state_callback), (gst_polypsink_link):
20358         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20359         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
20360         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
20361         * ext/sndfile/gstsf.c: (gst_sf_change_state):
20362         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20363         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
20364         * ext/xine/xine.c: (gst_xine_change_state):
20365         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
20366         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
20367         * ext/xine/xineinput.c: (gst_xine_input_change_state):
20368         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
20369         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
20370         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
20371         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
20372         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
20373         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
20374         * gst/festival/gstfestival.c: (gst_festival_change_state):
20375         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
20376         * gst/modplug/gstmodplug.cc:
20377         * gst/mpeg1videoparse/gstmp1videoparse.c:
20378         (gst_mp1videoparse_change_state):
20379         * gst/mpegaudioparse/gstmpegaudioparse.c:
20380         (gst_mp3parse_change_state):
20381         * gst/multifilesink/gstmultifilesink.c:
20382         (gst_multifilesink_change_state):
20383         * gst/speed/gstspeed.c: (speed_change_state):
20384         * gst/switch/gstswitch.c: (gst_switch_change_state):
20385         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
20386         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
20387         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
20388         * po/af.po:
20389         * po/az.po:
20390         * po/cs.po:
20391         * po/en_GB.po:
20392         * po/hu.po:
20393         * po/it.po:
20394         * po/nb.po:
20395         * po/nl.po:
20396         * po/or.po:
20397         * po/sq.po:
20398         * po/sr.po:
20399         * po/sv.po:
20400         * po/uk.po:
20401         * po/vi.po:
20402         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
20403         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
20404         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
20405         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
20406         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
20407         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
20408         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
20409         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
20410         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
20411         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
20412         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
20413         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
20414           Fix up all the state change functions.
20415
20416 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20417
20418         * created gst-plugins-bad
20419
20420 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20421
20422         * configure.ac:
20423         * ext/Makefile.am:
20424         * ext/gsm/Makefile.am:
20425         * ext/gsm/gstgsm.c: 
20426         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
20427         * PORTED_09:
20428
20429 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20430
20431         * configure.ac:
20432         * ext/Makefile.am:
20433         * ext/faac/Makefile.am:
20434         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.