gst/flv/gstflvparse.c: If the caps change during playback and negotiation fails error...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
4         (gst_flv_parse_tag_video):
5         If the caps change during playback and negotiation fails error out
6         instead of trying to continue.
7
8 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
9
10         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
11         (gst_flv_mux_request_new_pad), (gst_flv_mux_write_buffer),
12         (gst_flv_mux_collected):
13         * gst/flv/gstflvmux.h:
14         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate):
15         Add support for Speex audio and allow buffers without valid
16         timestamp in the muxer.
17
18 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
19
20         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop),
21         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
22         (gst_flv_demux_handle_seek_pull):
23         Don't post an error message on the bus if sending EOS downstream
24         didn't work. Fixes bug #550454.
25
26         Fix seek event handling to look at the flags of the seek event
27         instead of assuming some random flags, don't send segment-start
28         messages when operating in push mode and push seek events upstream
29         if we couldn't handle them.
30
31 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
32
33         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
34         Error out early if pulling a tag failed.
35
36 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
37
38         * gst/flv/gstflvdemux.c: (gst_flv_demux_create_index),
39         (gst_flv_demux_loop):
40         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_script),
41         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
42         (gst_flv_parse_tag_timestamp):
43         * gst/flv/gstflvparse.h:
44         In pull mode we create our own index before doing anything else
45         and don't use the index provided by some files (which are more than
46         often incorrect and cause failed seeks).
47
48         For push mode we still use the index provided by the file and extend it
49         while doing the playback.
50
51 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
52
53         * gst/flv/gstflvdemux.c: (gst_flv_demux_push_src_event),
54         (gst_flv_demux_loop), (gst_flv_demux_handle_seek_pull),
55         (gst_flv_demux_sink_event):
56         Instead of using gst_pad_event_default() use a small
57         gst_pad_push_event() wrapper that only does what we want and is much
58         more simple.
59
60 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
61
62         * gst/flv/gstflvdemux.c: (gst_flv_demux_change_state),
63         (gst_flv_demux_set_index), (gst_flv_demux_init):
64         * gst/flv/gstflvdemux.h:
65         If our index was created by the element and not provided from the
66         outside we should destroy it when starting a new stream to get
67         all old entries removed.
68
69 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
70
71         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range):
72         Improve debugging a bit when pulling a buffer from upstream fails.
73
74 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
75
76         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
77         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_dispose):
78         * gst/flv/gstflvdemux.h:
79         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
80         (gst_flv_parse_tag_video):
81         Close the currently playing segment from the streaming thread
82         instead of the thread where the seek event is handled.
83
84 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
85
86         Patch by: David Härdeman <david at hardeman dot nu>
87
88         * gst/mpegdemux/mpegtspacketizer.c: (mpegts_packetizer_parse_nit):
89         Add support for the frequency list descriptor, which provides
90         additional frequencies that should be scanned by a DVB application.
91         Fixes bug #557814.
92
93 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
94
95         Patch by: vanista <vanista at gmail dot com>
96
97         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_choose_best_stream):
98         Fix EOS logic by correctly popping the collect pad buffers only
99         when we've chosen to use them instead of popping them always and
100         storing them in a private queue.
101
102         Before the pipeline would deadlock if all pads go EOS at the same
103         time. Fixes bug #557763.
104
105 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
106
107         * configure.ac:
108         Back to development -> 0.10.9.1
109
110 === release 0.10.9 ===
111
112 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
113
114         * configure.ac:
115           releasing 0.10.9, "Matters of fact"
116
117 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
118
119         * configure.ac:
120         Commit 0.10.8.4 pre-release
121
122 2008-10-20  Edward Hervey  <edward.hervey@collabora.co.uk>
123
124         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
125         Fix reverse playback regression.
126         Fixes #557080
127
128 2008-10-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
129
130         * ext/apexsink/gstapexplugin.c: (plugin_init):
131           Set apexsink's rank to NONE so it doesn't get used by
132           autoaudiosink (there's no point really). (#556588)
133
134 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
135
136         * configure.ac:
137         0.10.8.3 pre-release
138
139 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
140
141         Patch by: Josep Torra
142
143         * gst/mpegdemux/gstmpegtsdemux.c:
144         * gst/mpegdemux/gstmpegtsdemux.h:
145         Properly handle some resync cases in the optimised
146         buffering strategy.
147
148 2008-10-16  Michael Smith <msmith@songbirdnest.com>
149         * sys/acmenc/Makefile.am:
150           Remove incorrect use of DIRECTSOUND_LDFLAGS
151
152 2008-10-16  Sebastian Dröge  <slomo@circular-chaos.org>
153
154         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
155         (gst_flv_mux_write_buffer):
156         Don't set video_codec to the value that actually should go
157         into audio codec, otherwise we create invalid files.
158         Fixes bug #556564.
159
160 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
161
162         * tests/check/Makefile.am:
163         Leave apexsink out of the states test.
164
165 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
166
167         * gst/rtpmanager/gstrtpjitterbuffer.c:
168         (gst_jitter_buffer_sink_parse_caps),
169         (gst_rtp_jitter_buffer_flush_start),
170         (gst_rtp_jitter_buffer_flush_stop), (gst_rtp_jitter_buffer_chain),
171         (gst_rtp_jitter_buffer_loop):
172         Fix problem with using the output seqnum counter to check for input
173         seqnum discontinuities.
174         Improve gap detection and recovery, reset and flush the jitterbuffer on
175         seqnum restart. Fixes #556520.
176
177         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert):
178         Fix wrong G_LIKELY.
179
180 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
181
182         * configure.ac:
183         Commit 0.10.8.2 pre-release bump, that actually went out in a
184         tarball on 2008-10-11
185
186 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
187
188         * gst/rtpmanager/gstrtpsession.c:
189         (gst_rtp_session_event_send_rtcp_src), (create_send_rtcp_src):
190         Install event handler on the rtcp_src pad, make LATENCY event return
191         TRUE.
192
193 2008-10-16  Edward Hervey  <edward.hervey@collabora.co.uk>
194
195         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
196         Make sure the mpegpsdemux element creates valid newsegment events.
197         Fixes #556428
198
199 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
200
201         patch by: Sebastian Pölsterl
202         
203         * gst/mpegdemux/mpegtspacketizer.c:
204         Fixes segfault in get_encoding_and_convert.
205         Fixes #556482
206
207 2008-10-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
208
209         patch by: Josep Torra
210
211         * gst/mpegdemux/gstmpegtsdemux.c:
212         Fixes a segfault in the adaptation buffer size strategy.
213         Fixes #556440
214
215 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
216
217         * gst/selector/gstinputselector.c: (gst_input_selector_event),
218         (gst_input_selector_query):
219         Gracefully handle the cases when we dont' have otherpad.
220         Fixes #556430
221
222 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
223
224         * gst/aiffparse/aiffparse.c: (plugin_init):
225         Fix debugging category initialization.
226         Fixes #556274   
227
228 2008-10-14  Jan Schmidt  <jan.schmidt@sun.com>
229
230         * ext/apexsink/gstapexsink.c:
231         Fix some more format string compiler warnings (from OS/X)
232
233 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
234
235         * ext/apexsink/gstapexraop.c: (gst_apexraop_connect),
236         (gst_apexraop_set_volume):
237         Fix format string compiler warnings.
238
239 2008-10-12  Jan Schmidt  <jan.schmidt@sun.com>
240
241         * sys/oss4/oss4-mixer.c:
242         * sys/oss4/oss4-sink.c:
243         * sys/oss4/oss4-source.c:
244         Add some spaces in translateable strings.
245         Fixes: #555969 #555968 #555965
246
247 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
248
249         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag),
250         (gst_flv_demux_pull_header):
251         Fix regression of handling flow returns in pull mode.
252         Fixes bug #556003.
253
254 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
255
256         * ext/Makefile.am:
257         Add apexsink to SUBDIRS. Fixes bug #555912.
258
259 2008-10-11  Jan Schmidt  <jan.schmidt@sun.com>
260
261         * tests/check/pipelines/metadata.c:
262         Make the metadata test not fail when jpegenc isn't available....
263         as it isn't here, because it's not in this module, and
264         therefore not in the plugin path when the check runs.
265
266 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
267
268         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
269         (gst_flv_parse_tag_video):
270         Use gst_pad_alloc_buffer_and_set_caps() to make sure we get
271         a buffer with caps that we can work with (i.e. the pad's caps).
272
273         Add non-keyframe video frames to the index too but without the
274         keyframe flag.
275
276         Add audio frames to the index only if we have no video stream.
277
278 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
279
280         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
281         (gst_flv_parse_tag_video):
282         Create pads from the pad templates, use fixed caps on them
283         and only activate them after the caps are set.
284
285 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
286
287         * configure.ac:
288         Disable flacparse for this release as it's too buggy.
289
290 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
291
292         * gst/flacparse/gstbaseparse.c (gst_base_parse_push_buffer),
293         (gst_base_parse_update_upstream_durations):
294         Fix compiler warning on OS/X about parameters not matching
295         the debug format string.
296
297 2008-10-09  Sebastian Dröge  <slomo@circular-chaos.org>
298
299         * gst/deinterlace2/tvtime/tomsmocomp.c:
300         (gst_deinterlace_method_tomsmocomp_class_init):
301         Fix unused variable compiler warning when not building
302         X86 assembly.
303
304 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
305
306         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop):
307         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_timestamp):
308         * gst/flv/gstflvparse.h:
309         Get an approximate duration of the file by looking at the timestamp
310         of the last tag in pull mode. If we get (maybe better) duration from
311         metadata later we'll use that instead.
312
313 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
314
315         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range),
316         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header):
317         Refactor _pull_range() logic with checks into a seperate function
318         to make things a bit more readable.
319
320 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
321
322         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
323         (gst_flv_demux_base_init):
324         Use gst_element_class_set_details_simple().
325
326         If we get GST_FLOW_NOT_LINKED in the parse loop but at least
327         one of the pads is linked continue the loop.
328
329 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
330
331         * ext/amrwb/gstamrwbenc.c:
332         * ext/amrwb/gstamrwbenc.h:
333           Pass the discont flag from the input buffer on to the output buffer in
334           the AMR encoder.
335
336 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
337
338         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
339         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate):
340         Correct caps for video codec id 5: It's On2 VP6 with alpha channel
341         which needs a different decoder and has different caps.
342
343         Add support for audio codec id 14, which is MP3 with 8kHz sampling
344         rate.
345
346         Fix endianness and signedness for raw audio codec ids.
347
348         Add support for alaw and mulaw audio.
349
350 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
351
352         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain):
353         Go out of the parse loop as soon as we get an error instead
354         of parsing until the GstAdapter is empty.
355
356         Add some explanations about the header and tag size.
357
358         Don't print synchronizing message if everything is fine.
359
360 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
361
362         * gst/flv/Makefile.am:
363         * gst/flv/gstflvdemux.c: (plugin_init):
364         * gst/flv/gstflvmux.c: (gst_flv_mux_base_init),
365         (gst_flv_mux_class_init), (gst_flv_mux_init),
366         (gst_flv_mux_finalize), (gst_flv_mux_reset),
367         (gst_flv_mux_handle_src_event), (gst_flv_mux_handle_sink_event),
368         (gst_flv_mux_video_pad_setcaps), (gst_flv_mux_audio_pad_setcaps),
369         (gst_flv_mux_request_new_pad), (gst_flv_mux_release_pad),
370         (gst_flv_mux_write_header), (gst_flv_mux_write_buffer),
371         (gst_flv_mux_collected), (gst_flv_mux_change_state):
372         * gst/flv/gstflvmux.h:
373         Add first version of a FLV muxer. The only missing feature is writing
374         of stream metadata.
375
376 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
377
378         * ext/amrwb/gstamrwbparse.c:
379         * ext/amrwb/gstamrwbparse.h:
380           Add flush seek handler. Taken from recent armnbparse changes.
381           Sync the code more and use #defines for HEADER.
382
383 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
384
385         * ext/amrwb/gstamrwbparse.c:
386         * ext/amrwb/gstamrwbparse.h:
387           Fix the duration query. Also set caps on the pads and buffers more
388           correctly. Taken from recent armnbparse changes.
389
390 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
391
392         * gst/mpegdemux/gstmpegdemux.c:
393         * gst/mpegdemux/gstmpegtsdemux.c:
394         Add Fluendo to the Long Name.
395
396 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
397
398         * configure.ac:
399         * gst-plugins-bad.spec.in:
400         * gst/mpegdemux/Makefile.am:
401         * gst/mpegdemux/flumpegdemux.c:
402         * gst/mpegdemux/gstmpegdesc.c:
403         * gst/mpegdemux/gstmpegdesc.h:
404         * gst/mpegdemux/mpegtspacketizer.c:
405         * gst/mpegdemux/mpegtspacketizer.h:
406         * gst/mpegdemux/mpegtsparse.c:
407         * gst/mpegdemux/mpegtsparse.h:
408         Move of mpegtsparse to mpegdemux.
409         Fixes #555193.
410
411 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
412
413         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data),
414         (gst_flups_demux_parse_pack_start):
415         Prevent a division by zero if last mux rate was zero.
416
417         If we're going to send a NEWSEGMENT event but the segment start
418         and the current buffer timestamp differ by more than a second we
419         will start the NEWSEGMENT at the buffer timestamp.
420
421         This fixes playback of the tv2-1_25.mpg file, which has 0 as first SCR
422         but the first PTS are around 1 hour and 40 minutes.
423
424         Fixes bug #553755.
425
426 2008-10-07  Jan Schmidt  <jan.schmidt@sun.com>
427
428         * ext/resindvd/resindvdsrc.c:
429         Fix next/prev chapter seeking at the beginning or end.
430         Use 64-bit scaling utility functions for converting MPEG
431         timestamps.
432
433 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
434
435         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
436
437         * gst/rtpmanager/gstrtpbin-marshal.list:
438         Add marshaller for new action signal.
439
440         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session),
441         (gst_rtp_bin_class_init):
442         * gst/rtpmanager/gstrtpbin.h:
443         Add action signal to retrieve the internal RTPSession object.
444
445         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
446         (gst_rtp_session_get_property), (gst_rtp_session_release_pad):
447         Add property to access the internal RTPSession object.
448
449         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
450         (check_collision):
451         * gst/rtpmanager/rtpsession.h:
452         Add action signal to retrieve an RTPSource object by SSRC. 
453         See #555396.
454
455 2008-10-07  Stefan Kost  <ensonic@users.sf.net>
456
457         * gst/selector/gstoutputselector.c:
458           Choose right pad for sending events. Fixes #555244
459
460 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
461
462         * gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
463         (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
464         (remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
465         (gst_rtp_bin_release_pad):
466         Release pads of the session manager.
467         Start implementing releasing pads of gstrtpbin.
468
469         * gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
470         (remove_recv_rtcp_sink), (remove_send_rtp_sink),
471         (remove_send_rtcp_src), (gst_rtp_session_release_pad):
472         Implement releasing pads in gstrtpsession.
473
474 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
475
476         * gst/rtpmanager/gstrtpjitterbuffer.c:
477         (gst_jitter_buffer_sink_parse_caps):
478         Only update the seqnum-base when it was not already configured for the
479         streams.
480
481 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
482
483         * configure.ac
484         * ext/metadata/README:
485         * ext/metadata/metadataexif.c:
486         * ext/metadata/metadatatags.c:
487         * ext/metadata/metadatatags.h:
488           Start using core geo tags (bump req). Fix handling of location
489           references.
490
491         * tests/check/Makefile.am:
492           Sort blacklisted elements and remove moved ones. Add new test.
493
494         * tests/check/pipelines/metadata.c:
495           Add first tests for metadata element.
496
497         * tests/icles/metadata_editor.c:
498           Move free to correct place.
499
500 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
501
502         * tests/check/generic/states.c:
503           Stop test on state-change error. Should be applied on other modules if
504           we agree that it makes sense.
505
506 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
507
508         * gst/mpegtsparse/mpegtsparse.c:
509         Actually copy the structure passed in when assigning it because
510         it gets freed straight after the function call.
511         Re: pat_info and pmt_info GstStructures.
512
513 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
514
515         Patch by: Josep Torra
516
517         * gst/mpegdemux/gstmpegtsdemux.c:
518         Fix wrong firing of critical introduced by previous optimisation.
519
520 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
521
522         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
523         Warn and clamp to max bitrate for samplerate.
524         Fixes #550486.
525
526 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
527
528         * gst/mpegtsparse/mpegtsparse.c:
529         Fix possible crash where pat is pointing to a freed structure.
530
531 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
532
533         * ext/metadata/README:
534         * ext/metadata/metadataexif.c:
535         * ext/metadata/metadatatags.c:
536         * ext/metadata/metadatatags.h:
537           Use core gps tags.
538
539 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
540
541         * ext/metadata/metadata_mapping.htm:
542         * ext/metadata/metadataxmp.c:
543         * ext/metadata/Makefile.am:
544           Add mapping of format and mime type to xmp.
545
546 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
547
548         * ext/metadata/README:
549         * ext/metadata/metadataexif.c:
550         * ext/metadata/metadatatags.c:
551         * ext/metadata/metadatatags.h:
552           Reverting. Will need to wait for core 0.10.21 release.
553
554 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
555
556         * ext/metadata/README:
557         * ext/metadata/metadataexif.c:
558         * ext/metadata/metadatatags.c:
559         * ext/metadata/metadatatags.h:
560           Use core gps tags.
561
562 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
563
564         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
565         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
566         (gst_base_parse_change_state), (gst_base_parse_set_index),
567         (gst_base_parse_get_index):
568         Add support for GstIndex.
569
570 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
571
572         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
573         (gst_base_parse_push_buffer),
574         (gst_base_parse_update_upstream_durations),
575         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
576         * gst/flacparse/gstbaseparse.h:
577         Provide a vfunc for the subclass to decide whether a frame is inside
578         the segment or not and add a default implementation.
579
580         Fix approximate bitrate calculations.
581
582 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
583
584         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
585         (gst_base_parse_init), (gst_base_parse_push_buffer),
586         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
587         (gst_base_parse_loop), (gst_base_parse_activate),
588         (gst_base_parse_convert), (gst_base_parse_query):
589         Approximate the average bitrate, duration and size if possible
590         and add a default conversion function which uses this for
591         time<->byte conversions.
592
593         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
594         Fix parsing if upstream gives -1 as duration.
595
596 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
597
598         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
599         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
600         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
601         Ref the rtpsource object before we release the session lock when we emit
602         the signals.
603
604 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
605
606         * sys/Makefile.am:
607         * sys/wasapi/Makefile.am:
608         * sys/wasapi/gstwasapi.c:
609         * sys/wasapi/gstwasapisink.c:
610         * sys/wasapi/gstwasapisink.h:
611         * sys/wasapi/gstwasapisrc.c:
612         * sys/wasapi/gstwasapisrc.h:
613         * sys/wasapi/gstwasapiutil.c:
614         * sys/wasapi/gstwasapiutil.h:
615         New plugin for audio capture and playback using Windows Audio Session
616         API (WASAPI) available with Vista and newer (#520901).
617
618         Comes with hardcoded caps and obviously needs lots of love. Haven't
619         had time to work on this code since it was written, was initially just
620         a quick experiment to play around with this new API.
621
622 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
623
624         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
625           (AudioFakeSink.DoRenderSample):
626         Fix a couple of signed/unsigned comparison warnings.
627
628 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
629
630         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
631         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
632         Use the _T() macro to support both Unicode and MBCS.
633
634 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
635
636         * ext/libmms/gstmms.c (plugin_init):
637         Fix return type of the GstURIHandler::get_type() implementation.
638
639 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
640
641         * configure.ac:
642         * gst/flacparse/Makefile.am:
643         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
644         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
645         (gst_base_parse_finalize), (gst_base_parse_class_init),
646         (gst_base_parse_init), (gst_base_parse_check_frame),
647         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
648         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
649         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
650         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
651         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
652         (gst_base_parse_chain), (gst_base_parse_pull_range),
653         (gst_base_parse_loop), (gst_base_parse_sink_activate),
654         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
655         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
656         (gst_base_parse_set_min_frame_size),
657         (gst_base_parse_get_querytypes), (gst_base_parse_query),
658         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
659         * gst/flacparse/gstbaseparse.h:
660         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
661         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
662         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
663         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
664         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
665         (gst_bit_reader_skip_to_byte):
666         * gst/flacparse/gstbitreader.h:
667         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
668         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
669         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
670         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
671         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
672         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
673         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
674         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
675         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
676         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
677         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
678         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
679         * gst/flacparse/gstbytereader.h:
680         * gst/flacparse/gstflac.c: (plugin_init):
681         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
682         (gst_flac_parse_class_init), (gst_flac_parse_init),
683         (gst_flac_parse_finalize), (gst_flac_parse_start),
684         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
685         (gst_flac_parse_check_valid_frame),
686         (gst_flac_parse_handle_streaminfo),
687         (gst_flac_parse_handle_vorbiscomment),
688         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
689         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
690         (gst_flac_parse_parse_frame):
691         * gst/flacparse/gstflacparse.h:
692         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
693         that will be added to libgstbase later.
694
695         The FLAC parser is currently not 100% bug free and fails to get the
696         correct frame size for some frames in some streams.
697
698 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
699
700         * ext/resindvd/gstmpegdemux.c:
701         * ext/resindvd/gstmpegdemux.h:
702         * ext/resindvd/resindvdbin.c:
703         * ext/resindvd/resindvdsrc.c:
704         * ext/resindvd/rsnstreamselector.c:
705         Add in Title/Chapter seeking, and simple but buggy audio
706         and subtitle stream selection.
707
708 2008-09-24  Michael Smith <msmith@songbirdnest.com>
709
710         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
711         * sys/dshowdecwrapper/gstdshowaudiodec.h:
712         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
713         * sys/dshowdecwrapper/gstdshowutil.cpp:
714         * sys/dshowdecwrapper/gstdshowutil.h:
715         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
716         * sys/dshowdecwrapper/gstdshowvideodec.h:
717           Prefer known-good filters, create directly by GUID if possible,
718           fall back to creating highest-merit filter otherwise.
719           Fixes playback with random dshow filters installed in some
720           cases.
721
722 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
723
724         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
725         (rtp_jitter_buffer_get_sync):
726         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
727         (session_cleanup):
728         * gst/rtpmanager/rtpsource.c:
729         Fix some docs.
730
731 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
732
733         Patch from: Josep Torra
734
735         * gst/mpegdemux/gstmpegtsdemux.c:
736         * gst/mpegdemux/gstmpegtsdemux.h:
737         Use a preallocated buffer per stream for PES packets sent on src pads.
738         Adaptively adjust buffer size appropriately.
739
740 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
741
742         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
743           (gst_neonhttp_src_send_request_and_redirect):
744           Clean up the debug logging code and #ifdef mess a bit: whether or not
745           gstreamer debug messages should be output should not depend on an
746           element property; also, GST_ELEMENT_ERROR will leave a line in the log
747           already, so merge the more useful debug log messages with the less useful
748           error debug strings.
749
750 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
751
752         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
753           Don't post LIBRARY_INIT errors where we should be posting
754           RESOURCE OPEN_READ errors. Fixes #552506.
755
756 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
757
758         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
759         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
760         Fix compiler warnings on OS/X
761
762 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
763
764         patch by: Michael Krufky
765
766         * sys/dvb/gstdvbsrc.c:
767         Add adapter_name for bus message in ATSC case. Fixes #552536.
768
769 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
770
771         * ext/celt/gstceltenc.h:
772           Help gtk-doc to parse this correctly.
773
774         * gst/pcapparse/gstpcapparse.c:
775           Add missing include.
776
777 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
778
779         * examples/Makefile.am:
780           Only built scaletempo example if we have gtk.
781
782 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
783
784         * gst/rtpmanager/gstrtpbin.c: (create_session),
785         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
786         Do not try to adjust the offset of streams for which we have not yet
787         seen an SR packet. Avoids large ts-offsets in some cases.
788
789 2008-09-10  Michael Smith <msmith@songbirdnest.com>
790
791         * sys/dshowdecwrapper/Makefile.am:
792         * sys/dshowdecwrapper/gstdshowaudiodec.c:
793         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
794         * sys/dshowdecwrapper/gstdshowaudiodec.h:
795         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
796         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
797         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
798         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
799         * sys/dshowdecwrapper/gstdshowfakesrc.h:
800         * sys/dshowdecwrapper/gstdshowutil.cpp:
801         * sys/dshowdecwrapper/gstdshowutil.h:
802         * sys/dshowdecwrapper/gstdshowvideodec.c:
803         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
804         * sys/dshowdecwrapper/gstdshowvideodec.h:
805           Major rewrite of dshowdecwrapper. Converts code to
806           C++, moves to direct use of DirectShow base classes,
807           make a lot of code clearer, simplify, etc.
808           Fix decode of MP3 on Vista by working around an apparent
809           bug in the decoder.
810
811 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
812
813         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
814           gst_ks_clock_start):
815           Synchronize KS clock as a single-shot operation for now, there's not
816           much point in doing it periodically until we're actually using the
817           KS timestamps for anything else than just discarding old frames.
818         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
819           Provide the GstClock when opening the device if we already have one.
820
821 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
822
823         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
824           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
825           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
826           gst_ks_video_device_read_frame):
827           Guard against capturing old frames by keeping track of the last
828           timestamp and also zero-fill the buffers before each capture.
829           Only assign a master clock if the pin hasn't already got one.
830           Actually free buffers on the way down to avoid a huge memory leak,
831           as this was previously done when changing state to ACQUIRE downwards
832           and we now skip that state on the way down.
833           Add some debug.
834         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
835           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
836           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
837           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
838           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
839           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
840           device_index, running, worker_thread, worker_lock,
841           worker_notify_cond, worker_result_cond, worker_state,
842           worker_pending_caps, worker_setcaps_result, worker_pending_run,
843           worker_run_result, gst_ks_video_src_reset,
844           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
845           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
846           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
847           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
848           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
849           gst_ks_video_src_create):
850           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
851           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
852           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
853           behavior. As an added bonus we usually get PresentationTime set for
854           each frame, so we can expand on this later for smarter latency
855           reporting (by looking at the diff between the timestamp from the
856           driver and the time according to the GStreamer clock).
857           Use an internal worker thread for opening the device, setting caps,
858           changing its state and closing it. This way we're a lot more
859           compatible with drivers that rely on hacks to do video-effects
860           between the low-level NT API and the application. Ick.
861           Start the ks clock and set the pin to KSSTATE_RUN on the first
862           create() so that we'll hopefully get hold of the GStreamer clock
863           from the very beginning. This way there's no chance that the
864           timestamps will make a sudden jump in the beginning of the stream
865           when we're running with a clock.
866         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
867           ks_options_flags_to_string):
868           Reorder the flags to match the headerfile order, and make the string
869           a bit more compact.
870         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
871           Avoid leaking KSPROPERTY_PIN_DATARANGES.
872
873 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
874
875         * configure.ac:
876         * ext/Makefile.am:
877         * ext/jp2k/Makefile.am:
878         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
879         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
880         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
881         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
882         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
883         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
884         (plugin_init):
885         * ext/jp2k/gstjasperdec.h:
886         Add jp2k plugin.  Fixes #550657.
887
888 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
889
890         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
891         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
892         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
893         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
894         (gst_fluts_demux_plugin_init):
895         Fix conflicting public names in new mpeg demuxers.
896         Fixes #550468
897
898 2008-09-08  Michael Smith <msmith@songbirdnest.com>
899
900         * gst/aiffparse/aiffparse.c:
901           Support chunks in AIFF in any order in pull mode, and any order so
902           long as we get COMM before the actual data (SSND) in push mode.
903           Fixes playback of AIFC files.
904
905 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
906
907         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
908         (gst_input_selector_reset), (gst_input_selector_change_state):
909         Reset the selector state when going to READY.
910
911 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
912
913         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
914         (create_session), (gst_rtp_bin_associate),
915         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
916         (gst_rtp_bin_request_new_pad):
917         * gst/rtpmanager/gstrtpbin.h:
918         Add signal to notify listeners when a sender becomes a receiver.
919         Tweak lip-sync code, don't store our own copy of the ts-offset of the
920         jitterbuffer, don't adjust sync if the change is less than 4msec.
921         Get the RTP timestamp <-> GStreamer timestamp relation directly from
922         the jitterbuffer instead of our inaccurate version from the source.
923
924         * gst/rtpmanager/gstrtpjitterbuffer.c:
925         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
926         (gst_rtp_jitter_buffer_get_sync):
927         * gst/rtpmanager/gstrtpjitterbuffer.h:
928         Add G_LIKELY macros, use global defines for max packet reorder and
929         dropouts.
930         Reset the jitterbuffer clock skew detection when packets seqnums are
931         changed unexpectedly.
932
933         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
934         (gst_rtp_session_class_init), (gst_rtp_session_init):
935         * gst/rtpmanager/gstrtpsession.h:
936         Add sender timeout signal.
937
938         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
939         (calculate_skew), (rtp_jitter_buffer_insert),
940         (rtp_jitter_buffer_get_sync):
941         * gst/rtpmanager/rtpjitterbuffer.h:
942         Add some G_LIKELY macros.
943         Keep track of the extended RTP timestamp so that we can report the RTP
944         timestamp <-> GStreamer timestamp relation for lip-sync.
945         Remove server timestamp gap detection code, the server can sometimes
946         make a huge gap in timestamps (talk spurts,...) see #549774.
947         Detect timetamp weirdness instead by observing the sender/receiver
948         timestamp relation and resync if it changes more than 1 second.
949         Add method to report about the current rtp <-> gst timestamp relation
950         which is needed for lip-sync.
951
952         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
953         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
954         (session_cleanup):
955         * gst/rtpmanager/rtpsession.h:
956         Add sender timeout signal.
957         Remove inaccurate rtp <-> gst timestamp relation code, the
958         jitterbuffer can now do an accurate reporting about this.
959
960         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
961         (rtp_source_update_caps), (calculate_jitter),
962         (rtp_source_process_rtp):
963         * gst/rtpmanager/rtpsource.h:
964         Remove inaccurate rtp <-> gst timestamp relation code.
965
966         * gst/rtpmanager/rtpstats.h:
967         Define global max-reorder and max-dropout constants for use in various
968         subsystems.
969
970 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
971
972         patch by: Sebastian Pölsterl
973
974         * sys/dvb/gstdvbsrc.c:
975         Add DVB Adapter name to structure sent over bus.
976
977 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
978
979         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
980         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
981         Fix build on macosx.
982
983 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
984
985         * configure.ac:
986         * gst/mpegdemux/Makefile.am:
987         * gst/mpegdemux/flumpegdemux.c:
988         * gst/mpegdemux/flutspatinfo.c:
989         * gst/mpegdemux/flutspatinfo.h:
990         * gst/mpegdemux/flutspmtinfo.c:
991         * gst/mpegdemux/flutspmtinfo.h:
992         * gst/mpegdemux/flutspmtstreaminfo.c:
993         * gst/mpegdemux/flutspmtstreaminfo.h:
994         * gst/mpegdemux/gstmpegdefs.h:
995         * gst/mpegdemux/gstmpegdemux.c:
996         * gst/mpegdemux/gstmpegdemux.h:
997         * gst/mpegdemux/gstmpegdesc.c:
998         * gst/mpegdemux/gstmpegdesc.h:
999         * gst/mpegdemux/gstmpegtsdemux.c:
1000         * gst/mpegdemux/gstmpegtsdemux.h:
1001         * gst/mpegdemux/gstpesfilter.c:
1002         * gst/mpegdemux/gstpesfilter.h:
1003         * gst/mpegdemux/gstsectionfilter.c:
1004         * gst/mpegdemux/gstsectionfilter.h:
1005         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
1006         is now dual licensed MPL and LGPL.
1007
1008 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1009
1010         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
1011         Set caps on outgoing buffers.
1012
1013 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1014
1015         * ext/resindvd/plugin.c: (plugin_init):
1016         * ext/resindvd/resindvdsrc.c:
1017         * ext/twolame/gsttwolame.c: (plugin_init):
1018         * gst/aiffparse/aiffparse.c: (plugin_init):
1019           Enable/fix up translations for these plugins.
1020
1021         * po/LINGUAS:
1022           Add 'ca' to LINGUAS.
1023
1024         * po/POTFILES.in:
1025         * po/POTFILES.skip:
1026           Add more files for translation and more files which tools
1027           should skip.
1028
1029 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
1030
1031         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
1032         Fix build on macosx.
1033
1034 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1035
1036         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1037         Allocate a fixed size buffer on the stack instead of using malloc().
1038
1039         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
1040         (tsmux_program_new), (tsmux_program_free):
1041         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1042         (tsmux_stream_free), (tsmux_stream_consume),
1043         (tsmux_stream_add_data):
1044         Use GSlice.
1045
1046 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1047
1048         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
1049         Add support for muxing MPEG4 video.
1050
1051 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1052
1053         * gst/mpegtsmux/tsmux/tsmux.h:
1054         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1055         Fix build of mpegtsmux.
1056         
1057 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1058
1059         * configure.ac:
1060         * gst/mpegtsmux/Makefile.am:
1061         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
1062         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
1063         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
1064         (release_buffer_cb), (mpegtsmux_create_stream),
1065         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
1066         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
1067         (mpegtsmux_release_pad), (new_packet_cb),
1068         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
1069         (plugin_init):
1070         * gst/mpegtsmux/mpegtsmux.h:
1071         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1072         * gst/mpegtsmux/mpegtsmux_aac.h:
1073         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
1074         * gst/mpegtsmux/mpegtsmux_h264.h:
1075         * gst/mpegtsmux/tsmux/Makefile.am:
1076         * gst/mpegtsmux/tsmux/crc.h:
1077         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
1078         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
1079         (tsmux_program_new), (tsmux_set_pmt_frequency),
1080         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
1081         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
1082         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
1083         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
1084         (tsmux_write_stream_packet), (tsmux_program_free),
1085         (tsmux_write_section), (tsmux_write_section_hdr),
1086         (tsmux_write_pat), (tsmux_write_pmt):
1087         * gst/mpegtsmux/tsmux/tsmux.h:
1088         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
1089         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1090         (tsmux_stream_get_pid), (tsmux_stream_free),
1091         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
1092         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
1093         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
1094         (tsmux_stream_pes_header_length),
1095         (tsmux_stream_find_pts_dts_within),
1096         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
1097         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
1098         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
1099         (tsmux_stream_get_pts):
1100         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1101         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
1102         is renamed to mpegtsmux to prevent conflicts. Also all relevant
1103         informations about copyright and license are added to the top of
1104         every file but apart from that no changes compared to the latest
1105         SVN versions happened.
1106
1107 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1108
1109         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1110         (gst_input_selector_event), (gst_input_selector_query):
1111         Reuse the get_linked_pads for both source and sinkpads because they are
1112         the same.
1113         Implement a custum event handler and get the internally linked pad
1114         directly instead of relying on the default (slower) implementation.
1115
1116 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1117
1118         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
1119         Correctly take the granulepos from upstream if possible and
1120         correctly handle the granulepos in various calculations: the
1121         granulepos is the sample number of the _last_ sample in a frame, not
1122         the first. 
1123
1124         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
1125         (gst_celt_enc_encode), (gst_celt_enc_chain),
1126         (gst_celt_enc_change_state):
1127         * ext/celt/gstceltenc.h:
1128         Handle non-zero start timestamps in the encoder and detect/handle
1129         stream discontinuities. Fixes bug #547075.
1130
1131 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1132
1133         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
1134
1135         * configure.ac:
1136         * docs/plugins/Makefile.am:
1137         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1138         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1139         * docs/plugins/inspect/plugin-scaletempo.xml:
1140         * examples/scaletempo/Makefile.am:
1141         * examples/scaletempo/demo-gui.c: (pop_status_bar),
1142         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
1143         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
1144         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
1145         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
1146         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
1147         (demo_gui_do_play_pause), (demo_gui_do_open_file),
1148         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
1149         (demo_gui_do_about_dialog), (demo_gui_do_quit),
1150         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
1151         (demo_gui_request_set_search), (demo_gui_rate_changed),
1152         (demo_gui_playing_started), (demo_gui_playing_paused),
1153         (demo_gui_playing_ended), (demo_gui_player_errored),
1154         (demo_gui_stride_changed), (demo_gui_overlap_changed),
1155         (demo_gui_search_changed), (demo_gui_set_player_func),
1156         (demo_gui_set_playlist_func), (build_gvalue_array),
1157         (create_action), (demo_gui_show_func), (demo_gui_set_player),
1158         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
1159         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
1160         (demo_gui_get_type):
1161         * examples/scaletempo/demo-gui.h:
1162         * examples/scaletempo/demo-main.c: (handle_error_message),
1163         (handle_quit), (main):
1164         * examples/scaletempo/demo-player.c: (no_pipeline),
1165         (demo_player_event_listener), (demo_player_state_changed_cb),
1166         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
1167         (demo_player_scale_rate_func), (demo_player_set_rate_func),
1168         (_set_state_and_wait), (demo_player_load_uri_func),
1169         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
1170         (demo_player_seek_by_func), (demo_player_seek_to_func),
1171         (demo_player_get_position_func), (demo_player_get_duration_func),
1172         (demo_player_scale_rate), (demo_player_set_rate),
1173         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
1174         (demo_player_seek_by), (demo_player_seek_to),
1175         (demo_player_get_position), (demo_player_get_duration),
1176         (demo_player_get_property), (demo_player_set_property),
1177         (demo_player_init), (demo_player_class_init),
1178         (demo_player_get_type):
1179         * examples/scaletempo/demo-player.h:
1180         * gst/scaletempo/Makefile.am:
1181         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
1182         (best_overlap_offset_s16), (output_overlap_float),
1183         (output_overlap_s16), (fill_queue), (reinit_buffers),
1184         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
1185         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
1186         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
1187         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
1188         (gst_scaletempo_init):
1189         * gst/scaletempo/gstscaletempo.h:
1190         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
1191         Add scaletempo plugin, which allows to scale the speed of audio without
1192         changing the pitch by handling seeks with a rate!=1.0.
1193         Integrate it into the docs and add the example application for it.
1194         Fixes bug #537700.
1195
1196 2008-08-30  David Schleef  <ds@schleef.org>
1197
1198         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
1199
1200 2008-08-29  David Schleef  <ds@schleef.org>
1201
1202         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
1203           object disposal.  Handle 4:2:2 and 4:4:4 video.
1204
1205 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1206
1207         * ext/resindvd/resindvdbin.c:
1208         Fix compiler warning on Forte.
1209
1210 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1211
1212         * configure.ac:
1213         Commit FIONREAD check, needed for the dccp src.
1214
1215 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
1216
1217         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
1218         (gst_faac_chain), (gst_faac_change_state):
1219         * ext/faac/gstfaac.h:
1220         Add code for calculating proper timestamp/duration for the trailing
1221         encoded buffers that faac will output when receiving EOS.
1222
1223 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1224
1225         * configure.ac:
1226         Fix CFLAGS and LIBS for the apexsink.
1227
1228 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1229
1230         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
1231           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
1232
1233 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
1234
1235         * gst/dccp/gstdccp.c:
1236         * gst/dccp/gstdccpclientsrc.c:
1237         Fix compilation on Solaris by including filio.h as needed.
1238
1239         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1240         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1241         Fix compilation with Forte - apparently it hates concatenating a
1242         macro argument that starts with an underscore??
1243
1244 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1245
1246         Patch by: Jérémie Bernard <gremimail at gmail dot com>
1247
1248         * configure.ac:
1249         * ext/apexsink/LGPL-3.0.txt:
1250         * ext/apexsink/Makefile.am:
1251         * ext/apexsink/gstapexplugin.c: (plugin_init):
1252         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
1253         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
1254         (gst_apexraop_set_host), (gst_apexraop_get_host),
1255         (gst_apexraop_set_port), (gst_apexraop_get_port),
1256         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
1257         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
1258         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
1259         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
1260         (gst_apexraop_write), (gst_apexraop_flush):
1261         * ext/apexsink/gstapexraop.h:
1262         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
1263         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
1264         (gst_apexsink_implements_interface_init),
1265         (gst_apexsink_mixer_interface_init),
1266         (gst_apexsink_interface_supported),
1267         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
1268         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
1269         (gst_apexsink_class_init), (gst_apexsink_init),
1270         (gst_apexsink_set_property), (gst_apexsink_get_property),
1271         (gst_apexsink_finalise), (gst_apexsink_open),
1272         (gst_apexsink_prepare), (gst_apexsink_write),
1273         (gst_apexsink_unprepare), (gst_apexsink_delay),
1274         (gst_apexsink_reset), (gst_apexsink_close):
1275         * ext/apexsink/gstapexsink.h:
1276         Add apexsink for audio output to Apple AirPort Express Wireless
1277         devices. Fixes bug #542510.
1278
1279 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1280
1281         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
1282         (gst_rtp_session_event_send_rtp_sink):
1283         Send EOS when the session object instructs us to.
1284
1285         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
1286         * gst/rtpmanager/rtpsession.h:
1287         Make it possible for the session manager to instruct us to send EOS. We
1288         currently will EOS when the session is a sender and when the sender part
1289         goes EOS. This is not entirely correct behaviour because the session
1290         could still participate as a receiver.
1291         Fixes #549409.
1292
1293 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1294
1295         * gst/aiffparse/aiffparse.c:
1296           Read size of chunks preceeding the audio data with the
1297           correct endianness. Fixes playback of some files.
1298           Fixes #538500
1299
1300 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1301
1302         * configure.ac:
1303         * gst/aiffparse/Makefile.am:
1304         * gst/aiffparse/aiffparse.c:
1305         * gst/aiffparse/aiffparse.h:
1306           Add an AIFF parsing element, heavily based on wavparse.
1307
1308 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1309
1310         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
1311           gst_ks_video_device_set_state):
1312           Don't set the pin state to KSSTATE_RUN from the streaming thread.
1313           Skip KSSTATE_ACQUIRE when changing pin state downwards.
1314           Be nice and specify G_PARAM_STATIC_STRINGS.
1315           Remove unused finalize method.
1316
1317         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
1318           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
1319           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
1320           gst_ks_video_src_set_property, gst_ks_video_src_reset,
1321           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
1322           gst_ks_video_src_set_caps):
1323           First driver quirk: work around Logitech's hostile driver software to
1324           improve stability and performance. See comments for details.
1325           Provide a property to disable driver quirks (enabled by default).
1326           Be nice and specify G_PARAM_STATIC_STRINGS.
1327           Remove unused dispose method.
1328           Tweak include order.
1329
1330 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1331
1332         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1333         (gst_input_selector_query):
1334         Implement the LATENCY query in a better way by taking the latency of all
1335         sinkpads and taking the min/max instead of just taking a random pad.
1336
1337 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1338
1339         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1340         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1341         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1342         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1343         Unroll the loop to handle two bytes at once. This should give
1344         a small speedup and makes it possible to handle chroma and luma
1345         different which is needed later.
1346
1347 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1348
1349         * gst/dccp/gstdccpserversink.c:
1350         * gst/dccp/gstdccpserversink.h:
1351         Don't put globals only used by one '.c' file in a header !
1352         Declare it as static, fixes build on macosx.
1353
1354 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1355
1356         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
1357         Whoops, that was one fix too much :)
1358
1359 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1360
1361         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
1362         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
1363         size_t's size varies by platform/architecture. Use glib convenience
1364         macro instead. Fixes build on macosx.
1365         Remove ending '\n' in debug statements.
1366
1367 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1368
1369         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
1370         Remove unused code and fix includes.
1371
1372 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1373
1374         * gst/deinterlace2/gstdeinterlace2.c:
1375         (gst_deinterlace_method_class_init):
1376         * gst/deinterlace2/gstdeinterlace2.h:
1377         * gst/deinterlace2/tvtime/tomsmocomp.c:
1378         (gst_deinterlace_method_tomsmocomp_class_init):
1379         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1380         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1381         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1382         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1383         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1384         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1385         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1386         First part of the C implementation of the tomsmocomp deinterlacing
1387         algorithm. This only supports search-effort=0 currently, is painfully
1388         slow and needs some cleanup later when all search-effort settings
1389         are implemented in C.
1390
1391 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1392
1393         * configure.ac:
1394         * sys/Makefile.am:
1395         * sys/winks/Makefile.am:
1396         * sys/winks/gstksclock.c:
1397         * sys/winks/gstksclock.h:
1398         * sys/winks/gstksvideodevice.c:
1399         * sys/winks/gstksvideodevice.h:
1400         * sys/winks/gstksvideosrc.c:
1401         * sys/winks/gstksvideosrc.h:
1402         * sys/winks/kshelpers.c:
1403         * sys/winks/kshelpers.h:
1404         * sys/winks/ksvideohelpers.c:
1405         * sys/winks/ksvideohelpers.h:
1406           New plugin for low-latency video capture on Windows (#519935).
1407
1408           Uses Kernel Streaming, the lowest level API for doing video capture
1409           on Windows (more or less just raw ioctls).
1410
1411 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1412
1413         * gst/pcapparse/gstpcapparse.c:
1414         * sys/winscreencap/gstdx9screencapsrc.c:
1415         * sys/winscreencap/gstgdiscreencapsrc.c:
1416           Added documentation blobs. Thanks to Stefan for noticing!
1417
1418 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1419
1420         * configure.ac:
1421         * gst/pcapparse/Makefile.am:
1422         * gst/pcapparse/gstpcapparse.c:
1423         * gst/pcapparse/gstpcapparse.h:
1424           New plugin: pcapparse (#520899).
1425
1426 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1427
1428         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
1429
1430         * configure.ac:
1431         * sys/Makefile.am:
1432         * sys/winscreencap/Makefile.am:
1433         * sys/winscreencap/gstdx9screencapsrc.c:
1434         * sys/winscreencap/gstdx9screencapsrc.h:
1435         * sys/winscreencap/gstgdiscreencapsrc.c:
1436         * sys/winscreencap/gstgdiscreencapsrc.h:
1437         * sys/winscreencap/gstwinscreencap.c:
1438         * sys/winscreencap/gstwinscreencap.h:
1439           New plugin: winscreencap (#463941).
1440
1441 2008-08-22  Michael Smith <msmith@songbirdnest.com>
1442
1443         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1444           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
1445           is correctly, instead of backwards. No functional changes, since this
1446           mistake was completely self-consistent.
1447
1448 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
1449
1450         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1451           Add, but commented out xml/element-dc1394.xml. Its documented, but
1452           I can't get it to be build.
1453
1454         * ext/celt/gstceltdec.c:
1455         * ext/celt/gstceltenc.c:
1456           Fix doc warnings and reformat the doc block.
1457
1458 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1459
1460         patch by: Leandro Melo de Sales <leandroal@gmail.com>
1461
1462         * configure.ac:
1463         * docs/plugins/Makefile.am:
1464         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1465         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1466         * docs/plugins/gst-plugins-bad-plugins.args:
1467         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1468         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1469         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1470         * docs/plugins/gst-plugins-bad-plugins.signals:
1471         * docs/plugins/inspect/plugin-dccp.xml:
1472         * gst/dccp/Makefile.am:
1473         * gst/dccp/gstdccp.c:
1474         * gst/dccp/gstdccp.h:
1475         * gst/dccp/gstdccpclientsink.c:
1476         * gst/dccp/gstdccpclientsink.h:
1477         * gst/dccp/gstdccpclientsrc.c:
1478         * gst/dccp/gstdccpclientsrc.h:
1479         * gst/dccp/gstdccpplugin.c:
1480         * gst/dccp/gstdccpserversink.c:
1481         * gst/dccp/gstdccpserversink.h:
1482         * gst/dccp/gstdccpserversrc.c:
1483         * gst/dccp/gstdccpserversrc.h:
1484         * tests/icles/dccp/README:
1485         * tests/icles/dccp/call/README:
1486         * tests/icles/dccp/call/DCCPClient.c:
1487         * tests/icles/dccp/call/DCCPServer.c:
1488         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1489         * tests/icles/dccp/file/DCCPServerSendFile.c:
1490         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1491         * tests/icles/dccp/mic/DCCPServerMic.c:
1492         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1493         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1494         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1495         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1496         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1497         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1498           Add dccp plugin. Fixes #542390.
1499
1500 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1501
1502         * configure.ac:
1503           Remove bits that presumably weren't supposed to be committed.
1504
1505 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1506
1507         * configure.ac:
1508         * sys/Makefile.am:
1509         * sys/acmenc/Makefile.am:
1510         * sys/acmenc/acmenc.c:
1511           Add new windows ACM encoder wrapper.
1512
1513 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1514
1515         patch by: Michael Krufky
1516
1517         * sys/dvb/gstdvbsrc.c:
1518         * sys/dvb/parsechannels.c:
1519         Add ATSC tunning and channels.conf parsing support.
1520         Fixes #537455
1521
1522 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1523
1524         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1525         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1526         * sys/dshowdecwrapper/gstdshowvideodec.c:
1527         * sys/dshowdecwrapper/gstdshowvideodec.h:
1528         * sys/dshowvideosink/dshowvideosink.cpp:
1529         * sys/dshowvideosink/dshowvideosink.h:
1530           Initialise COM with default flags.
1531           Only deinitialise if the initialisation was successful.
1532
1533 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1534
1535         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1536         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1537         Reset rtp timestamp interpollation when we detect a gap when the
1538         clock_base changed.
1539         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1540
1541         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1542         * gst/rtpmanager/gstrtpsession.h:
1543         Add method to set session SSRC.
1544
1545         * gst/rtpmanager/rtpsession.c: (check_collision),
1546         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1547         (rtp_session_on_timeout):
1548         * gst/rtpmanager/rtpsession.h:
1549         Added debugging for the collision checks.
1550         Add method to change the internal SSRC of the session.
1551
1552         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1553         Reset the clock base when we detect large jumps in the seqnums.
1554
1555 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1556
1557         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1558         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1559         * ext/x264/gstx264enc.h:
1560         Do not deal with duplicated input (timestamps).  If needed,
1561         a generic element can do so.
1562         Do not manipulate input timestamps on the way out,
1563         since that shifts the timeline and A/V sync.
1564
1565 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1566
1567         * docs/plugins/gst-plugins-bad-plugins.args:
1568         Integrate new properties into documentation.
1569         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1570         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1571         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1572         Fix up API prior to eventual plugin move.
1573         API: GstX264Enc:pass (provides more options, and changed to enum)
1574
1575 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1576
1577         * docs/plugins/Makefile.am:
1578         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1579         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1580         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1581         * docs/plugins/inspect/plugin-mplex.xml:
1582         * ext/mplex/gstmplex.cc:
1583         Update and add documentation for mplex.
1584         * ext/mpeg2enc/gstmpeg2enc.cc:
1585         Documentation update.
1586
1587 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1588
1589         * docs/plugins/Makefile.am:
1590         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1591         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1592         * ext/x264/gstx264enc.c:
1593         * tests/check/Makefile.am:
1594         * tests/check/elements/x264enc.c: (setup_x264enc),
1595         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1596         Add documentation and unit test for x264enc.
1597
1598 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1599
1600         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1601         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1602         Allocate some buffers in more adaptive and economical fashion.
1603
1604 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1605
1606         * configure.ac:
1607         Check for sufficiently up-to-date x264 API.
1608         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1609         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1610         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1611         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1612         * ext/x264/gstx264enc.h:
1613         Expose some more parameters of the x264 encoder as properties.
1614
1615 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1616
1617         * gst/rtpmanager/gstrtpbin.c:
1618           Print the pad-name in debug log.
1619
1620         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1621         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1622           Use "-" instead of "_" in property names. Can we call them just
1623           "device" like everywhere else?
1624
1625 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1626
1627         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1628         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1629         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1630         (gst_x264_enc_flush_frames):
1631         Coding style and layout; re-order some functions in more
1632         typical and natural flow.
1633
1634 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1635
1636         * ext/x264/Makefile.am:
1637         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1638         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1639         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1640         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1641         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1642         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1643         * ext/x264/gstx264enc.h:
1644         Use GQueue in stead of custom queue code.
1645         Factorize flushing out encoder delayed frames.
1646         Factorize initialization and state change reset.
1647
1648 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1649
1650         * ext/x264/gstx264enc.h:
1651         * sys/fbdev/gstfbdevsink.c:
1652         Use configure-generated _stdint.h.
1653
1654 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1655
1656         * ext/x264/Makefile.am:
1657         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1658         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1659         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1660         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1661         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1662         (gst_x264_enc_encode_frame), (plugin_init):
1663         * ext/x264/gstx264enc.h:
1664         Use video format library and GST_WRITE_*_BE macros where applicable.
1665         Use finalize in stead of dispose.
1666         Set up debug category and log callback.
1667
1668 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1669
1670         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1671
1672         * ext/sndfile/gstsf.c: (plugin_init):
1673         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1674         * sys/oss4/oss4-audio.c: (plugin_init):
1675         Make sure gettext returns translations in UTF-8 encoding rather
1676         than in the current locale encoding (#546822).
1677
1678 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1679
1680         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1681         (gst_two_lame_chain):
1682         * ext/twolame/gsttwolame.h:
1683         Allow raw float samples as input for encoding.
1684
1685 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1686
1687         * ext/jack/gstjackaudiosrc.c:
1688           Try committing this once again. Now properly renamed.
1689
1690 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1691
1692         * docs/plugins/Makefile.am:
1693         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1694         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1695         * docs/plugins/gst-plugins-bad-plugins.args:
1696         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1697         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1698         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1699         * docs/plugins/inspect/plugin-jack.xml
1700           Add new element to docs.
1701
1702         * ext/jack/gstjack.h
1703           Add missing file.
1704
1705         * ext/jack/gstjackaudiosrc.c:
1706         * ext/jack/gstjackaudiosrc.h:
1707           Rename jackaudiosrc to jack_audio_src.
1708
1709 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1710
1711         patch by: Tristan Matthews <tristan@sat.qc.ca>
1712
1713         * ext/jack/Makefile.am:
1714         * ext/jack/gstjack.c:
1715         * ext/jack/gstjackaudioclient.c:
1716         * ext/jack/gstjackaudiosink.c:
1717         * ext/jack/gstjackaudiosink.h:
1718         * ext/jack/gstjackaudiosrc.c:
1719         * ext/jack/gstjackaudiosrc.h:
1720         * ext/jack/gstjackringbuffer.h:
1721           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
1722           Fixes #545197.
1723
1724 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1725
1726         * docs/plugins/Makefile.am:
1727         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1728         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1729         * docs/plugins/gst-plugins-bad-plugins.args:
1730         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1731         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1732         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1733         * docs/plugins/inspect/plugin-celt.xml:
1734         * docs/plugins/inspect/plugin-twolame.xml:
1735         Add twolame and celt plugins to the docs.
1736
1737 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1738
1739         Based on patch by: Olivier Crete <tester at tester dot ca>
1740
1741         * gst/rtpmanager/gstrtpjitterbuffer.c:
1742         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
1743         Make the buffer metadata writable before inserting it in the
1744         jitterbuffer because the jitterbuffer will modify the timestamps.
1745
1746         * gst/rtpmanager/rtpjitterbuffer.c:
1747         Update method comment about requiring writable metadata on buffers.
1748
1749         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
1750         (rtp_session_process_rtcp):
1751         Make the RTCP buffer metadata writable because we want to modify the
1752         metadata.
1753         Fixes #546312.
1754
1755 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1756
1757         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
1758         (gst_selector_pad_chain), (gst_input_selector_getcaps),
1759         (gst_input_selector_activate_sinkpad):
1760         Move the select-all logic into the activation of the currently selected
1761         pad. We want to remember the last pad with activity in select-all mode.
1762         Fix the getcaps function, we can produce the union of the upstream caps
1763         in select-all mode, not the intersection like proxy_getcaps() does.
1764
1765 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1766
1767         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1768
1769         * gst/rtpmanager/gstrtpjitterbuffer.c:
1770         (gst_rtp_jitter_buffer_chain):
1771         Fix debug by logging the right seqnum.
1772
1773 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1774
1775         Patch by: Olivier Crete <tester at tester dot ca>
1776
1777         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
1778         Release lock before emitting the request-pt-map signal.
1779         Fixes #543480.
1780
1781 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1782
1783         * gst/deinterlace2/gstdeinterlace2.c:
1784         (gst_deinterlace_simple_method_interpolate_scanline),
1785         (gst_deinterlace_simple_method_copy_scanline),
1786         (gst_deinterlace_simple_method_deinterlace_frame):
1787         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
1788         * gst/deinterlace2/tvtime/greedyh.c:
1789         (deinterlace_frame_di_greedyh):
1790         * gst/deinterlace2/tvtime/scalerbob.c:
1791         (deinterlace_scanline_scaler_bob):
1792         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
1793         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1794         (copy_scanline):
1795         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1796         (copy_scanline):
1797         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1798         (copy_scanline):
1799         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
1800         are usually used here.
1801
1802 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1803
1804         * gst/deinterlace2/Makefile.am:
1805         * gst/deinterlace2/gstdeinterlace2.c:
1806         (gst_deinterlace_simple_method_deinterlace_frame),
1807         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
1808         * gst/deinterlace2/gstdeinterlace2.h:
1809         * gst/deinterlace2/tvtime/linear.c:
1810         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
1811         (deinterlace_scanline_linear_mmxext),
1812         (gst_deinterlace_method_linear_class_init),
1813         (gst_deinterlace_method_linear_init):
1814         * gst/deinterlace2/tvtime/linearblend.c:
1815         (deinterlace_scanline_linear_blend_c),
1816         (deinterlace_scanline_linear_blend2_c),
1817         (deinterlace_scanline_linear_blend_mmx),
1818         (deinterlace_scanline_linear_blend2_mmx),
1819         (gst_deinterlace_method_linear_blend_class_init),
1820         (gst_deinterlace_method_linear_blend_init):
1821         * gst/deinterlace2/tvtime/plugins.h:
1822         * gst/deinterlace2/tvtime/scalerbob.c:
1823         (deinterlace_scanline_scaler_bob),
1824         (gst_deinterlace_method_scaler_bob_class_init),
1825         (gst_deinterlace_method_scaler_bob_init):
1826         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1827         (copy_scanline), (gst_deinterlace_method_weave_class_init),
1828         (gst_deinterlace_method_weave_init):
1829         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1830         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
1831         (gst_deinterlace_method_weave_bff_init):
1832         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1833         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
1834         (gst_deinterlace_method_weave_tff_init):
1835         Add the remaining tvtime deinterlacing methods and fix the
1836         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
1837
1838 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1839
1840         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
1841         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
1842         Implement the VFIR deinterlacing method as simple method.
1843
1844 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1845
1846         * gst/deinterlace2/gstdeinterlace2.c:
1847         (gst_deinterlace_simple_method_interpolate_scanline),
1848         (gst_deinterlace_simple_method_copy_scanline),
1849         (gst_deinterlace_simple_method_deinterlace_frame),
1850         (gst_deinterlace_simple_method_class_init),
1851         (gst_deinterlace_simple_method_init):
1852         * gst/deinterlace2/gstdeinterlace2.h:
1853         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
1854         can be used by simple deinterlacing methods. They only have to provide
1855         a function for interpolating a scanline or copying a scanline.
1856
1857 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1858
1859         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
1860         Respect the latency of the deinterlacing algorithm for the timestamps
1861         of every buffer.
1862
1863 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1864
1865         * gst/deinterlace2/tvtime/greedyh.asm:
1866         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1867         Add the MMX registers to the clobbered registers only if __MMX__ is
1868         defined.
1869
1870 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1871
1872         * gst/deinterlace2/Makefile.am:
1873         * gst/deinterlace2/gstdeinterlace2.c:
1874         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1875         (gst_deinterlace2_class_init):
1876         Enable tomsmocomp again as the C port will be ready for the next
1877         release.
1878
1879 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1880
1881         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
1882         (gst_greatest_common_divisor), (gst_fraction_double),
1883         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
1884         Don't use proxy_getcaps() but implement our own getcaps() function
1885         that doubles/halfs the framerate if all fields should be sent out.
1886
1887 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1888
1889         * configure.ac:
1890         * ext/Makefile.am:
1891         * ext/twolame/Makefile.am:
1892         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
1893         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
1894         (gst_two_lame_release_memory), (gst_two_lame_finalize),
1895         (gst_two_lame_base_init), (gst_two_lame_class_init),
1896         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
1897         (gst_two_lame_init), (gst_two_lame_set_property),
1898         (gst_two_lame_get_property), (gst_two_lame_sink_event),
1899         (gst_two_lame_chain), (gst_two_lame_setup),
1900         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
1901         (plugin_init):
1902         * ext/twolame/gsttwolame.h:
1903         Add TwoLAME MP2 encoding element, based on the LAME element.
1904
1905 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1906
1907         * configure.ac:
1908         * ext/Makefile.am:
1909         * ext/celt/Makefile.am:
1910         * ext/celt/gstcelt.c: (plugin_init):
1911         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
1912         (gst_celt_dec_class_init), (gst_celt_dec_reset),
1913         (gst_celt_dec_init), (celt_dec_convert),
1914         (celt_get_sink_query_types), (celt_dec_sink_query),
1915         (celt_get_src_query_types), (celt_dec_src_query),
1916         (celt_dec_src_event), (celt_dec_sink_event),
1917         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
1918         (celt_dec_chain_parse_data), (celt_dec_chain),
1919         (celt_dec_change_state):
1920         * ext/celt/gstceltdec.h:
1921         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
1922         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
1923         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
1924         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
1925         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
1926         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
1927         (gst_celt_enc_sink_query), (gst_celt_enc_init),
1928         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
1929         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
1930         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
1931         (gst_celt_enc_chain), (gst_celt_enc_get_property),
1932         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
1933         * ext/celt/gstceltenc.h:
1934         Add CELT encoder and decoder elements based on the Speex elements.
1935
1936 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1937
1938         Patch by: Tal Shalif <tshalif at nargila dot org>
1939
1940         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
1941         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
1942         with mingw. Fixes bug #545247.
1943
1944 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1945
1946         * configure.ac:
1947         Back to development -> 0.10.8.1
1948
1949 === release 0.10.8 ===
1950
1951 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
1952
1953         * configure.ac:
1954           releasing 0.10.8, "Vapour Trails"
1955
1956 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1957
1958         * configure.ac:
1959         0.10.7.3 pre-release
1960
1961         * po/LINGUAS:
1962         * po/id.po:
1963         Add Indonesian translation.
1964
1965 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1966
1967         * gst/festival/gstfestival.c:
1968           Guard unistd.h with HAVE_UNISTD_H
1969         * gst/modplug/libmodplug/load_it.cpp:
1970         * gst/modplug/libmodplug/sndfile.cpp:
1971         * gst/modplug/libmodplug/sndfile.h:
1972         * gst/modplug/libmodplug/stdafx.h:
1973           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
1974           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
1975           of a variable in load_it.cpp to MSVC's scoping rules.
1976         * gst/sdp/gstsdpdemux.c:
1977           Guard unistd.h with HAVE_UNISTD_H
1978           Fixes #544457.
1979
1980 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1981
1982         * ext/timidity/gsttimidity.c:
1983           Fix compiler warning. Fixes #544050.
1984
1985 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
1986
1987         * configure.ac:
1988         Don't check for nav_print.h any more - it should be included in
1989         the libdvdnav development package if libdvdnav headers depend on it.
1990         Fixes: #543846
1991
1992 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1993
1994         * configure.ac:
1995         * ext/ladspa/Makefile.am:
1996         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
1997         for loading the ladspa plugins and previously was linked in by
1998         gmodule. Fixes bug #543848.
1999
2000 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2001
2002         * gst/modplug/libmodplug/Makefile.am:
2003         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
2004         can contain compiler parameters that are invalid for C++.
2005         Fixes bug #543860.
2006
2007 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2008
2009         * ext/resindvd/Makefile.am:
2010         Dist missing header files. Fixes bug #543861.
2011
2012 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2013
2014         * configure.ac:
2015         0.10.7.2 pre-release
2016
2017 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2018
2019         * ext/Makefile.am:
2020         Dist and recurse into resindvd subdir
2021
2022 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2023
2024         * configure.ac:
2025         Remove interleave and replaygain configure.ac pieces too
2026
2027 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2028
2029         * po/LINGUAS:
2030         * po/lt.po:
2031         Add new lithunian translation, and add french to the LINGUAS
2032         file.
2033
2034 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2035
2036         * docs/plugins/Makefile.am:
2037         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2038         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2039         * docs/plugins/gst-plugins-bad-plugins.args:
2040         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2041         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2042         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2043         * docs/plugins/inspect/plugin-interleave.xml:
2044         * docs/plugins/inspect/plugin-replaygain.xml:
2045         * gst/interleave/Makefile.am:
2046         * gst/interleave/deinterleave.c:
2047         * gst/interleave/deinterleave.h:
2048         * gst/interleave/interleave.c:
2049         * gst/interleave/interleave.h:
2050         * gst/interleave/plugin.c:
2051         * gst/interleave/plugin.h:
2052         * gst/replaygain/Makefile.am:
2053         * gst/replaygain/gstrganalysis.c:
2054         * gst/replaygain/gstrganalysis.h:
2055         * gst/replaygain/gstrglimiter.c:
2056         * gst/replaygain/gstrglimiter.h:
2057         * gst/replaygain/gstrgvolume.c:
2058         * gst/replaygain/gstrgvolume.h:
2059         * gst/replaygain/replaygain.c:
2060         * gst/replaygain/replaygain.h:
2061         * gst/replaygain/rganalysis.c:
2062         * gst/replaygain/rganalysis.h:
2063         * tests/check/Makefile.am:
2064         * tests/check/elements/deinterleave.c:
2065         * tests/check/elements/interleave.c:
2066         * tests/check/elements/rganalysis.c:
2067         * tests/check/elements/rglimiter.c:
2068         * tests/check/elements/rgvolume.c:
2069         Remove interleave and replaygain plugins that have moved to -good
2070
2071 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2072
2073         * configure.ac:
2074         * gst/deinterlace2/Makefile.am:
2075         * gst/deinterlace2/gstdeinterlace2.c:
2076         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
2077         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
2078         * gst/deinterlace2/gstdeinterlace2.h:
2079         * gst/deinterlace2/tvtime/greedy.c:
2080         (gst_deinterlace_method_greedy_l_class_init):
2081         * gst/deinterlace2/tvtime/greedyh.c:
2082         (gst_deinterlace_method_greedy_h_class_init):
2083         * gst/deinterlace2/tvtime/vfir.c:
2084         (gst_deinterlace_method_vfir_class_init):
2085         Disable the tomsmocomp algorithm for this release as it's buggy
2086         and has no C implementation yet.
2087
2088         Build the deinterlace2 plugin on all architectures but still mark it
2089         as experimental.
2090         
2091         Build the x86 inline assembly only if GCC inline assembly is supported
2092         and only on x86 or amd64. Fixes bug #543286.
2093
2094 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
2095
2096         * gst/real/gstrealvideodec.c: (open_library):
2097         Add some casts to fix the build on Forte
2098
2099 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
2100
2101         * gst/deinterlace2/tvtime/greedy.c:
2102         (gst_deinterlace_method_greedy_l_class_init):
2103         * gst/deinterlace2/tvtime/greedyh.c:
2104         (gst_deinterlace_method_greedy_h_class_init):
2105         * gst/deinterlace2/tvtime/vfir.c:
2106         (gst_deinterlace_method_vfir_class_init):
2107         Fix build on x86_64
2108
2109 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
2110
2111         * ext/resindvd/gstmpegdemux.c:
2112         Remove whitespace line.
2113
2114         * ext/resindvd/resindvdbin.c:
2115         * ext/resindvd/resindvdbin.h:
2116         Make it so that audio/video pads aren't added to the bin
2117         until after data flow starts.
2118
2119         * ext/resindvd/resin-play:
2120         Move video buffer queue outside resindvdbin
2121
2122         * ext/resindvd/resindvdsrc.c:
2123         Check that the nav_clock_id didn't already get unscheduled.
2124
2125         * gst/dvdspu/gstdvdspu.c:
2126         Remove assert that sometimes triggers erroneously.
2127
2128 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2129
2130         * gst/deinterlace2/tvtime/greedyh.asm:
2131         Always use the C implementation if width is not a multiple of 4. The
2132         assembly optimized version only handle this and calling the C
2133         implementation for the remaining part doesn't work because it needs
2134         previous calculations.
2135
2136 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2137
2138         * gst/deinterlace2/tvtime/greedyh.asm:
2139         * gst/deinterlace2/tvtime/greedyh.c:
2140         * gst/deinterlace2/tvtime/greedyhmacros.h:
2141         Some cleanup, use 3DNOW instead of TDNOW in macros.
2142
2143         * gst/deinterlace2/tvtime/tomsmocomp.c:
2144         (gst_deinterlace_method_tomsmocomp_class_init):
2145         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2146         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2147         The SSE method in fact only needs MMXEXT, declare it as such.
2148
2149 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
2150
2151         * docs/plugins/.cvsignore:
2152         Ignore *-undeclared.txt
2153
2154         * ext/resindvd/rsnaudiomunge.c:
2155         Turn g_print's into debug statements.
2156
2157         * ext/resindvd/resin-play:
2158         * ext/resindvd/Makefile.am:
2159         * ext/resindvd/resindvdbin.c:
2160         * ext/resindvd/resindvdbin.h:
2161         * ext/resindvd/rsnparsetter.c:
2162         * ext/resindvd/rsnparsetter.h:
2163         * ext/resindvd/rsnwrappedbuffer.c:
2164         * ext/resindvd/rsnwrappedbuffer.h:
2165         Add a bloated implementation of a really simple idea: Replace the
2166         pixel-aspect-ratio in the output video with a prescribed one when
2167         necessary. There must be an easier way.
2168
2169         Split the dvdspu out of the resindvdbin and put out the subpicture
2170         stream on the subpicture pad.
2171
2172         * ext/resindvd/gstmpegdemux.c:
2173         Send video-aspect events down the pipe from the demuxer.
2174
2175         * ext/resindvd/resindvdsrc.c:
2176         * ext/resindvd/resindvdsrc.h:
2177         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
2178         to make it use clock-waiting later.
2179
2180         * ext/resindvd/rsnbasesrc.c:
2181         Don't overwrite the last_stop in the basesrc segment after a seamless
2182         seek.
2183
2184 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2185
2186         * gst/mpegtsparse/mpegtspacketizer.c:
2187         Convert extended event text to UTF-8.
2188
2189 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
2190
2191         * docs/plugins/Makefile.am:
2192         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2193         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2194         * docs/plugins/gst-plugins-bad-plugins.args:
2195         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2196         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2197         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2198         * docs/plugins/gst-plugins-bad-plugins.signals:
2199         * docs/plugins/inspect/plugin-stereo.xml:
2200         * gst/stereo/gststereo.c:
2201           Document one more.
2202
2203 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2204
2205         * gst/mpegtsparse/gstmpegdesc.h:
2206         Fix extended event descriptor parsing, out by 1 in position of
2207         text length.
2208
2209 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
2210
2211         * gst/festival/gstfestival.c:
2212           Add a note to the docs, that festival need to be running. Also log an
2213           error it it is not. Fixes #541327
2214
2215 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2216
2217         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2218
2219         * gst/librfb/gstrfbsrc.c:
2220         * gst/librfb/gstrfbsrc.h:
2221         Add view-only property to ignore the navigation events
2222
2223 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2224
2225         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2226           Revert previous patch apart from typo fixes; the patch was not
2227           independently useful.
2228
2229 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2230
2231         Based on patch by: Alessandro Decina <alessandro@nnva.org>
2232         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2233         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
2234         * sys/dshowdecwrapper/gstdshowvideodec.c:
2235           Add AAC, AC3 to handled codecs.
2236           Fix handling of flush events.
2237           Improve debug/error output.
2238           Fix a number of typos in comments and variable names.
2239
2240 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2241
2242         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2243
2244         * gst/librfb/rfbdecoder.c:
2245         Implement ServerCutText message
2246
2247 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2248
2249         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2250
2251         * gst/librfb/gstrfbsrc.c:
2252         * gst/librfb/rfbdecoder.c:
2253         Add property for shared desktop
2254
2255 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2256
2257         * configure.ac:
2258         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2259         flags that are invalid for C++.
2260
2261 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2262
2263         * ext/spc/gstspc.c: (spc_setup):
2264         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2265         Don't use declarations after statements in the remaining code.
2266
2267 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2268
2269         Patch by:
2270           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
2271
2272         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
2273         * ext/metadata/metadataxmp.c:
2274         (metadataparse_xmp_iter_add_to_tag_list):
2275         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
2276         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
2277         Don't use declarations after statements.
2278
2279 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2280
2281         patch by: Alessandro Decina
2282
2283         * gst/mpegtsparse/mpegtsparse.c:
2284         Fix memory leak by unreffing structures when not needed.
2285         Fixes #539292.
2286
2287 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2288
2289         * gst/sdp/gstsdpdemux.c:
2290           Use floating point math for latencies < 0 sec in log output.
2291
2292 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2293
2294         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2295         Mark internal processing functions as static inline for quite some
2296         speedup as they're used only once and need to get many local variables
2297         passed as parameter.
2298
2299 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2300
2301         * gst/deinterlace2/gstdeinterlace2.c:
2302         (gst_deinterlace_method_deinterlace_frame),
2303         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
2304         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2305         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2306         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
2307         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2308         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2309         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2310         (gst_deinterlace2_src_query):
2311         * gst/deinterlace2/gstdeinterlace2.h:
2312         Call the current instance "self" instead of "object".
2313
2314 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2315
2316         * gst/deinterlace2/gstdeinterlace2.c:
2317         (gst_deinterlace_method_get_latency),
2318         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2319         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2320         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
2321         * gst/deinterlace2/gstdeinterlace2.h:
2322         Include latency of the method in the returned latency.
2323
2324         Fix outputting of all fields, i.e. doubling of the framerate.
2325
2326 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2327
2328         * gst/deinterlace2/Makefile.am:
2329         * gst/deinterlace2/gstdeinterlace2.c:
2330         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
2331         (gst_deinterlace_method_deinterlace_frame),
2332         (gst_deinterlace_method_get_fields_required),
2333         (gst_deinterlace2_methods_get_type), (_do_init),
2334         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2335         (gst_deinterlace2_child_proxy_get_child_by_index),
2336         (gst_deinterlace2_child_proxy_get_children_count),
2337         (gst_deinterlace2_child_proxy_interface_init),
2338         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
2339         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
2340         * gst/deinterlace2/gstdeinterlace2.h:
2341         * gst/deinterlace2/tvtime/greedy.c:
2342         (deinterlace_greedy_packed422_scanline_c),
2343         (deinterlace_greedy_packed422_scanline_mmx),
2344         (deinterlace_greedy_packed422_scanline_mmxext),
2345         (deinterlace_frame_di_greedy),
2346         (gst_deinterlace_method_greedy_l_set_property),
2347         (gst_deinterlace_method_greedy_l_get_property),
2348         (gst_deinterlace_method_greedy_l_class_init),
2349         (gst_deinterlace_method_greedy_l_init):
2350         * gst/deinterlace2/tvtime/greedyh.asm:
2351         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2352         (deinterlace_frame_di_greedyh),
2353         (gst_deinterlace_method_greedy_h_set_property),
2354         (gst_deinterlace_method_greedy_h_get_property),
2355         (gst_deinterlace_method_greedy_h_class_init),
2356         (gst_deinterlace_method_greedy_h_init):
2357         * gst/deinterlace2/tvtime/greedyh.h:
2358         * gst/deinterlace2/tvtime/plugins.h:
2359         * gst/deinterlace2/tvtime/tomsmocomp.c:
2360         (gst_deinterlace_method_tomsmocomp_set_property),
2361         (gst_deinterlace_method_tomsmocomp_get_property),
2362         (gst_deinterlace_method_tomsmocomp_class_init),
2363         (gst_deinterlace_method_tomsmocomp_init):
2364         * gst/deinterlace2/tvtime/tomsmocomp.h:
2365         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2366         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
2367         (gst_deinterlace_method_vfir_class_init),
2368         (gst_deinterlace_method_vfir_init):
2369         Use a GstObject subtype for the deinterlacing methods and export
2370         the different settings for each deinterlacing method via GObject
2371         properties.
2372
2373         Implement GstChildProxy interface to allow access to the used
2374         deinterlacing method and to allow adjusting the different settings.
2375
2376         Move global variables of the tomsmocomp deinterlacing method into
2377         function local variables to make it possible to use this deinterlacing
2378         method from different instances.
2379
2380 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2381
2382         * gst/deinterlace2/tvtime/greedyh.asm:
2383         Support widths that are not a multiply of 4 when using the assembly
2384         optimized greedyh implementations.
2385
2386 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2387
2388         * gst/deinterlace2/tvtime/greedyh.c:
2389         (deinterlace_frame_di_greedyh):
2390         Only build the assembly optimized implementations on x86.
2391
2392 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2393
2394         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2395
2396         * configure.ac:
2397         Fix checking of headers for the OSS4 plugin to fail if a single
2398         header doesn't exist already. AC_CHECK_HEADERS only fails if none
2399         of the headers is found. Fixes bug #541543.
2400
2401 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2402
2403         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2404
2405         * configure.ac:
2406         * gst/festival/Makefile.am:
2407         * gst/festival/gstfestival.c:
2408         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
2409         and including winsock headers. Fixes bug #541522.
2410
2411 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2412
2413         * ChangeLog:
2414         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
2415         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
2416         Corrected a typo (interpollate -> interpolate).
2417
2418 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2419
2420         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
2421         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
2422         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
2423         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
2424         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
2425         (rtp_session_send_rtp):
2426         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
2427         (rtp_source_process_rtp), (rtp_source_send_rtp):
2428         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
2429         pipeline is running normally.
2430
2431 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2432
2433         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
2434         (gst_rtp_session_finalize), (rtcp_thread),
2435         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
2436         (gst_rtp_session_event_send_rtp_sink),
2437         (gst_rtp_session_chain_send_rtp):
2438         * gst/rtpmanager/rtpsession.c: (check_collision),
2439         (update_arrival_stats), (rtp_session_process_rtp),
2440         (rtp_session_process_rtcp), (rtp_session_send_rtp),
2441         (rtp_session_send_bye_locked), (rtp_session_send_bye),
2442         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
2443         (is_rtcp_time), (rtp_session_on_timeout):
2444         * gst/rtpmanager/rtpsession.h:
2445         Do not mix the use of g_get_current_time() with gst_clock_get_time().
2446
2447 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
2448
2449         * gst/mpegvideoparse/mpegvideoparse.c:
2450         * gst/mpegvideoparse/mpegvideoparse.h:
2451         Queue new-segment events and send them after caps have been
2452         determined and set, so that the decoder will have been auto-plugged.
2453
2454 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
2455
2456         Patch by : Michael Smith <msmith @ xiph dot org>
2457         
2458         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
2459         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
2460         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
2461         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
2462         (qtwrapper_audio_decoder_chain),
2463         (qtwrapper_audio_decoder_sink_event),
2464         (qtwrapper_audio_decoder_base_init),
2465         (qtwrapper_audio_decoder_class_init),
2466         (qtwrapper_audio_decoders_register):
2467         * sys/qtwrapper/codecmapping.h:
2468         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
2469         (image_description_for_mp4v), (image_description_from_stsd_buffer):
2470         * sys/qtwrapper/imagedescription.h:
2471         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
2472         (dump_avcc_atom), (dump_image_description),
2473         (AllocateAudioBufferList):
2474         * sys/qtwrapper/qtutils.h:
2475         * sys/qtwrapper/qtwrapper.c: (plugin_init):
2476         * sys/qtwrapper/qtwrapper.h:
2477         * sys/qtwrapper/videodecoders.c:
2478         (qtwrapper_video_decoder_base_init), (open_decoder),
2479         (decompressCb), (qtwrapper_video_decoder_chain),
2480         (qtwrapper_video_decoders_register):
2481         Make qtwrapper compile/work on win32.
2482         Lots of fixes
2483         Fixes #531840
2484
2485 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2486
2487         * gst/rawparse/gstvideoparse.c:
2488         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2489
2490 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2491
2492         * gst/deinterlace2/Makefile.am:
2493         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2494         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2495         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2496         * gst/deinterlace2/tvtime/tomsmocomp.h:
2497         Remove useless file and mark everything possible as static.
2498
2499         * gst/deinterlace2/tvtime/greedy.c:
2500         * gst/deinterlace2/tvtime/greedyh.c:
2501         Use "_stdint.h" instead of <stdint.h>.
2502
2503 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2504
2505         * gst/deinterlace2/Makefile.am:
2506         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2507         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2508         * gst/deinterlace2/tvtime/greedyh.c:
2509         (deinterlace_frame_di_greedyh):
2510         * gst/deinterlace2/tvtime/speedtools.h:
2511         * gst/deinterlace2/tvtime/speedy.c:
2512         * gst/deinterlace2/tvtime/speedy.h:
2513         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2514         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2515         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2516         Get rid of speedy.[ch] as we don't use most of it's code anyway
2517         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2518         of the speedy memcpy everywhere instead.
2519         
2520         * gst/deinterlace2/gstdeinterlace2.h:
2521         Remove many unused declarations.
2522
2523 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2524
2525         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2526         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2527         Expose the additional MPEG HDTV format profiles available in latest
2528         mjpegtools version.
2529
2530 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2531
2532         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2533         Divide latency be 2 to convert from fields to frames.
2534
2535 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2536
2537         * gst/deinterlace2/tvtime/greedy.c:
2538         (deinterlace_greedy_packed422_scanline_c),
2539         (deinterlace_greedy_packed422_scanline_mmx),
2540         (deinterlace_greedy_packed422_scanline_mmxext),
2541         (deinterlace_frame_di_greedy):
2542         Don't use scanlines function from gstdeinterlace2 as it's
2543         not appropiate for this method. Instead implement deinterlace_frame
2544         function by taking the one from greedyh.
2545         
2546         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2547         Small fix for the C implementation.
2548
2549         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2550         Don't use the scanlines function from gstdeinterlace2 as it's only
2551         used for this method and will be removed. Instead implement
2552         deinterlace_frame function and make it a bit more efficient.
2553
2554         * gst/deinterlace2/gstdeinterlace2.c:
2555         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2556         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2557         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2558         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2559         (gst_deinterlace2_src_query):
2560         Fix coding style and remove scanlines function as it's unused now.
2561
2562 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2563
2564         * gst/deinterlace2/tvtime/greedyh.asm:
2565         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2566         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2567         * gst/deinterlace2/tvtime/greedyhmacros.h:
2568         Add a C implementation for the greedyh deinterlacing method, clean
2569         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2570         require any SSE instructions.
2571
2572 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2573
2574         * gst/deinterlace2/gstdeinterlace2.c:
2575         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2576         (gst_deinterlace2_setcaps):
2577         If we're outputting all fields the framerate has to be doubled.
2578
2579         Set duration on the outgoing buffers.
2580
2581 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2582
2583         * docs/plugins/Makefile.am:
2584         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2585         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2586         * gst/y4m/gsty4mencode.c:
2587         Add documentation for YUV4MPEG2 encoder element.
2588
2589 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2590
2591         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2592         Remove unneeded macros that break build on macosx.
2593
2594 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2595
2596         * configure.ac:
2597           Depend on released versions of core and -base.
2598
2599 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2600
2601         * gst/deinterlace2/tvtime/greedy.c:
2602         (deinterlace_greedy_packed422_scanline_mmx),
2603         (deinterlace_greedy_packed422_scanline_mmxext):
2604         Optimize MMX/MMXEXT implementations a bit by requiring two less
2605         memory accesses and fix the workaround for the missing right shift
2606         on bytes to unset the highest bit of every byte.
2607
2608 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2609
2610         * gst/deinterlace2/tvtime/greedy.c:
2611         (deinterlace_greedy_packed422_scanline_mmxext):
2612         Remove sfence instruction as it's not needed and actually is an SSE
2613         instruction.
2614
2615 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2616
2617         * gst/deinterlace2/tvtime/greedy.c:
2618         (deinterlace_greedy_packed422_scanline_mmx),
2619         (deinterlace_greedy_packed422_scanline):
2620         Add plain MMX implementation for the greedyl method.
2621
2622 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2623
2624         * gst/deinterlace2/Makefile.am:
2625         Move the assembly includes to noinst_HEADERS where they belong.
2626
2627         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2628         (deinterlace_line_mmx):
2629         Fix C and MMX implementations a bit more.
2630
2631 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2632
2633         * gst/deinterlace2/tvtime/greedy.c:
2634         (deinterlace_greedy_packed422_scanline_c),
2635         (deinterlace_greedy_packed422_scanline_mmxext),
2636         (deinterlace_greedy_packed422_scanline):
2637         Fix the C implementation to produce correct results and optimize the
2638         MMXEXT implementation.
2639
2640         Handle odd widths and don't read over array boundaries in the MMXEXT
2641         implementation.
2642
2643         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2644         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2645         Fix a small rounding bug in the MMX implementation, the MMX
2646         implementation doesn't actually need MMXEXT instructions so don't mark
2647         it as such.
2648
2649         Handle odd widths in both implementations.
2650
2651 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2652
2653         * ext/resindvd/rsnbasesrc.c:
2654           Use the right i18n header.
2655
2656 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2657
2658         * gst/deinterlace2/tvtime/greedy.c:
2659         (deinterlace_greedy_packed422_scanline_sse),
2660         (deinterlace_greedy_packed422_scanline_c),
2661         (deinterlace_greedy_packed422_scanline):
2662         Implement a C version of the greedy low motion algorithm and mark the
2663         assembly optimized version as SSE as it uses SSE instructions
2664         additional to MMX instructions.
2665
2666 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2667
2668         Patch by: Sebastian Pölsterl
2669
2670         * gst/mpegtsparse/mpegtspacketizer.c:
2671         Fix problem when empty string is provided.
2672
2673 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2674
2675         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2676         (deinterlace_line_c), (deinterlace_scanline_vfir):
2677         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2678         but use the MMXEXT optimized code whenever possible.
2679
2680 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2681
2682         * gst/deinterlace2/gstdeinterlace2.c:
2683         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
2684         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2685         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
2686         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
2687         (gst_deinterlace2_src_query):
2688         * gst/deinterlace2/gstdeinterlace2.h:
2689         Reset element state on PAUSED->READY properly, don't leak any buffers
2690         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
2691         properly return flow returns from gst_pad_push() instead of ignoring them.
2692
2693 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2694
2695         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2696         Add missing header.
2697
2698 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2699
2700         * configure.ac:
2701         * gst/deinterlace2/Makefile.am:
2702         * gst/deinterlace2/tvtime/greedyh.asm:
2703         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2704         Fix compilation on generic x86/amd64 and include deinterlace2 in the
2705         build system. Because of several bugs it's still enabled only
2706         by --enable-experimental.
2707
2708 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2709
2710         * ext/resindvd/resindvdsrc.c:
2711         * ext/resindvd/resindvdsrc.h:
2712         Schedule NAV packets and activate them with an async clock callback
2713         at the right moment. This makes delayed menu highlights appear
2714         at the correct time and fixes Back To The Future.
2715
2716         When outputting new segment in do_seek(), calculate our position
2717         value properly, so we report the right time when popping in and
2718         out of the menus.
2719
2720         * ext/resindvd/rsnbasesrc.c:
2721         When handling a non-flushing seek, accumulate the segment,
2722         rather than having every seek start from 0 and messing with sync
2723
2724 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
2725
2726         * gst/selector/gstoutputselector.c:
2727         * tests/icles/output-selector-test.c:
2728           Use BOILERPLATE macro and update test to the latest api changes.
2729
2730 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2731
2732         * examples/app/appsink-src.c: (on_new_buffer_from_source):
2733         Don't use a buffer after unreffing it.
2734
2735 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2736
2737         * ext/metadata/metadataexif.c:
2738           Add description tag mapping.
2739
2740 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2741
2742         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2743         * examples/app/appsrc-ra.c:
2744         * examples/app/appsrc-seekable.c:
2745         * examples/app/appsrc-stream.c:
2746         * examples/app/appsrc-stream2.c:
2747         * ext/directfb/dfbvideosink.h:
2748         * ext/metadata/gstbasemetadata.c:
2749         * ext/metadata/gstbasemetadata.h:
2750         * ext/metadata/metadata.c:
2751         * ext/metadata/metadataexif.c:
2752         * ext/theora/theoradec.h:
2753         * gst/deinterlace2/gstdeinterlace2.h:
2754         * gst/deinterlace2/tvtime/speedy.c:
2755         * gst/deinterlace2/tvtime/speedy.h:
2756         * gst/deinterlace2/tvtime/vfir.c:
2757          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
2758          comments.
2759
2760 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
2761
2762         * ext/resindvd/resindvdbin.c:
2763         Parse the URI argument into the device name so dvd:///path/to/image
2764         works.
2765
2766         * ext/resindvd/resindvdsrc.c:
2767         Implement a trivial duration query reporting the current PGC length.
2768
2769         * gst/dvdspu/gstdvdspu.c:
2770         Rename typo in the function name.
2771
2772 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2773
2774         * configure.ac:
2775         Disable deinterlace2 plugin again which was accidently enabled
2776         with last commit.
2777
2778 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2779
2780         * configure.ac:
2781         * ext/resindvd/resindvdsrc.h:
2782         Make resindvd work with libdvdnav >= 4.0.0.
2783
2784 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
2785
2786         * configure.ac:
2787         Check for libdvdnav to build resindvd.
2788
2789         * ext/Makefile.am:
2790         * ext/resindvd/Makefile.am:
2791         * ext/resindvd/gstmpegdefs.h:
2792         * ext/resindvd/gstmpegdemux.c:
2793         * ext/resindvd/gstmpegdemux.h:
2794         * ext/resindvd/gstmpegdesc.c:
2795         * ext/resindvd/gstmpegdesc.h:
2796         * ext/resindvd/gstpesfilter.c:
2797         * ext/resindvd/gstpesfilter.h:
2798         * ext/resindvd/plugin.c:
2799         * ext/resindvd/resin-play:
2800         * ext/resindvd/resindvdbin.c:
2801         * ext/resindvd/resindvdbin.h:
2802         * ext/resindvd/resindvdsrc.c:
2803         * ext/resindvd/resindvdsrc.h:
2804         * ext/resindvd/rsnaudiomunge.c:
2805         * ext/resindvd/rsnaudiomunge.h:
2806         * ext/resindvd/rsnbasesrc.c:
2807         * ext/resindvd/rsnbasesrc.h:
2808         * ext/resindvd/rsnpushsrc.c:
2809         * ext/resindvd/rsnpushsrc.h:
2810         * ext/resindvd/rsnstreamselector.c:
2811         * ext/resindvd/rsnstreamselector.h:
2812
2813         First commit of DVD-Video playback component 'rsndvdbin'
2814         and helper elements.
2815
2816         Use --enable-experimental for now, but feel free to give it a
2817         try using the resin-play script.
2818
2819         * gst/dvdspu/gstdvdspu.c:
2820         Add some extra guards for malformed events.
2821
2822 2008-06-16  David Schleef  <ds@schleef.org>
2823
2824         * configure.ac:
2825         Bump dirac requirement to 0.10 due to api changes.
2826
2827 2008-06-16  Andy Wingo  <wingo@pobox.com>
2828
2829         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
2830         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
2831         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
2832
2833 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2834
2835         * sys/dvb/gstdvbsrc.c:
2836           Move docblob upwards. Balance tags and restore blank line.
2837
2838 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2839
2840         * sys/dvb/gstdvbsrc.c:
2841         Fix out of date docs.
2842
2843 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2844
2845         Patch from: Vincent Genieux
2846
2847         * gst/mpegtsparse/mpegtsparse.c:
2848         Fix refcount issues, fixes #538560.
2849
2850 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2851
2852         * gst/mpegtsparse/gstmpegdesc.h:
2853         * gst/mpegtsparse/mpegtspacketizer.c:
2854         Parse the extended event descriptor.
2855
2856 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2857
2858         * gst/rtpmanager/gstrtpjitterbuffer.c:
2859         * gst/speed/gstspeed.c:
2860         * gst/speexresample/gstspeexresample.c:
2861         * gst/videosignal/gstvideoanalyse.c:
2862         * gst/videosignal/gstvideodetect.c:
2863         * gst/videosignal/gstvideomark.c:
2864         * sys/dvb/gstdvbsrc.c:
2865         * sys/oss4/oss4-mixer.c:
2866         * sys/oss4/oss4-sink.c:
2867         * sys/oss4/oss4-source.c:
2868         * sys/wininet/gstwininetsrc.c:
2869           Final round of doc updates.
2870
2871 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2872
2873         * gst/deinterlace/gstdeinterlace.c:
2874         * gst/rtpmanager/gstrtpbin.c:
2875         * gst/rtpmanager/gstrtpclient.c:
2876         * gst/rtpmanager/gstrtpjitterbuffer.c:
2877         * gst/rtpmanager/gstrtpptdemux.c:
2878         * gst/rtpmanager/gstrtpsession.c:
2879         * gst/rtpmanager/gstrtpssrcdemux.c:
2880         * gst/sdp/gstsdpdemux.c:
2881           More doc updates. More xrefs.
2882
2883 2008-06-14  Julien Moutte  <julien@fluendo.com>
2884
2885         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
2886         (gst_flv_demux_dispose):
2887         * gst/flv/gstflvdemux.h:
2888         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
2889         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
2890         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
2891         H.264/AVC inside FLV.
2892         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
2893         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
2894         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
2895         * sys/dshowdecwrapper/gstdshowaudiodec.h:
2896         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
2897         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
2898         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
2899         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
2900         to improve stability (ref counting, safety checks...)
2901
2902 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2903
2904         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
2905         Disable sipro on 64bits, it crashes.
2906
2907 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2908
2909         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
2910         (close_library), (open_library),
2911         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
2912         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
2913         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
2914         Add raversions we can support on the caps.
2915         Refactor the loading of the real codecs like realvideo so that we can
2916         implement probing.
2917         Probe all supported formats by trying to load the .so files, only report
2918         the versions on the caps that we can actually load.
2919
2920         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
2921         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
2922         (open_library), (close_library),
2923         (gst_real_video_dec_probe_modules),
2924         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
2925         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
2926         * gst/real/gstrealvideodec.h:
2927         Change the loading of the library like the audio decoder.
2928         Probe the supported formats by trying to load the .so files and only
2929         report the versions on the caps that we can actually load.
2930
2931 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2932
2933         patch by: Sebastian Pölsterl
2934
2935         * gst/mpegtsparse/mpegtspacketizer.c:
2936         Handle character sets in strings coming from DVB SI according
2937         to the DVB SI spec.
2938
2939 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2940
2941         * gst/replaygain/gstrganalysis.c:
2942         * gst/replaygain/gstrglimiter.c:
2943         * gst/replaygain/gstrgvolume.c:
2944           More doc updates.
2945
2946 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2947
2948         * docs/plugins/Makefile.am:
2949         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2950         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2951         * docs/plugins/gst-plugins-bad-plugins.args:
2952         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2953         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2954         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2955         * docs/plugins/gst-plugins-bad-plugins.signals:
2956         * docs/plugins/inspect/plugin-alsaspdif.xml:
2957         * docs/plugins/inspect/plugin-amrwb.xml:
2958         * docs/plugins/inspect/plugin-app.xml:
2959         * docs/plugins/inspect/plugin-bayer.xml:
2960         * docs/plugins/inspect/plugin-bz2.xml:
2961         * docs/plugins/inspect/plugin-cdaudio.xml:
2962         * docs/plugins/inspect/plugin-cdxaparse.xml:
2963         * docs/plugins/inspect/plugin-dtsdec.xml:
2964         * docs/plugins/inspect/plugin-dvb.xml:
2965         * docs/plugins/inspect/plugin-dvdspu.xml:
2966         * docs/plugins/inspect/plugin-faac.xml:
2967         * docs/plugins/inspect/plugin-faad.xml:
2968         * docs/plugins/inspect/plugin-fbdevsink.xml:
2969         * docs/plugins/inspect/plugin-festival.xml:
2970         * docs/plugins/inspect/plugin-filter.xml:
2971         * docs/plugins/inspect/plugin-flvdemux.xml:
2972         * docs/plugins/inspect/plugin-freeze.xml:
2973         * docs/plugins/inspect/plugin-gsm.xml:
2974         * docs/plugins/inspect/plugin-gstinterlace.xml:
2975         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
2976         * docs/plugins/inspect/plugin-h264parse.xml:
2977         * docs/plugins/inspect/plugin-interleave.xml:
2978         * docs/plugins/inspect/plugin-jack.xml:
2979         * docs/plugins/inspect/plugin-ladspa.xml:
2980         * docs/plugins/inspect/plugin-metadata.xml:
2981         * docs/plugins/inspect/plugin-mms.xml:
2982         * docs/plugins/inspect/plugin-modplug.xml:
2983         * docs/plugins/inspect/plugin-mpeg2enc.xml:
2984         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
2985         * docs/plugins/inspect/plugin-mpegtsparse.xml:
2986         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
2987         * docs/plugins/inspect/plugin-musepack.xml:
2988         * docs/plugins/inspect/plugin-musicbrainz.xml:
2989         * docs/plugins/inspect/plugin-mve.xml:
2990         * docs/plugins/inspect/plugin-mythtv.xml
2991         * docs/plugins/inspect/plugin-nas.xml:
2992         * docs/plugins/inspect/plugin-neon.xml:
2993         * docs/plugins/inspect/plugin-nsfdec.xml:
2994         * docs/plugins/inspect/plugin-nuvdemux.xml:
2995         * docs/plugins/inspect/plugin-oss4.xml
2996         * docs/plugins/inspect/plugin-rawparse.xml:
2997         * docs/plugins/inspect/plugin-real.xml:
2998         * docs/plugins/inspect/plugin-replaygain.xml:
2999         * docs/plugins/inspect/plugin-rfbsrc.xml:
3000         * docs/plugins/inspect/plugin-sdl.xml:
3001         * docs/plugins/inspect/plugin-sdp.xml:
3002         * docs/plugins/inspect/plugin-selector.xml:
3003         * docs/plugins/inspect/plugin-sndfile.xml:
3004         * docs/plugins/inspect/plugin-soundtouch.xml:
3005         * docs/plugins/inspect/plugin-spcdec.xml:
3006         * docs/plugins/inspect/plugin-speed.xml:
3007         * docs/plugins/inspect/plugin-speexresample.xml:
3008         * docs/plugins/inspect/plugin-stereo.xml:
3009         * docs/plugins/inspect/plugin-subenc.xml
3010         * docs/plugins/inspect/plugin-timidity.xml:
3011         * docs/plugins/inspect/plugin-tta.xml:
3012         * docs/plugins/inspect/plugin-vcdsrc.xml:
3013         * docs/plugins/inspect/plugin-videosignal.xml:
3014         * docs/plugins/inspect/plugin-vmnc.xml:
3015         * docs/plugins/inspect/plugin-wildmidi.xml:
3016         * docs/plugins/inspect/plugin-x264.xml:
3017         * docs/plugins/inspect/plugin-xvid.xml:
3018         * docs/plugins/inspect/plugin-y4menc.xml:
3019         * ext/amrwb/gstamrwbdec.c:
3020         * ext/amrwb/gstamrwbenc.c:
3021         * ext/amrwb/gstamrwbparse.c:
3022         * ext/dc1394/gstdc1394.c:
3023         * ext/directfb/dfbvideosink.c:
3024         * ext/ivorbis/vorbisdec.c:
3025         * ext/jack/gstjackaudiosink.c:
3026         * ext/mpeg2enc/gstmpeg2enc.cc:
3027         * ext/mplex/gstmplex.cc:
3028         * ext/musicbrainz/gsttrm.c:
3029         * ext/mythtv/gstmythtvsrc.c:
3030         * ext/theora/theoradec.c:
3031         * ext/timidity/gsttimidity.c:
3032         * ext/timidity/gstwildmidi.c:
3033         * gst-libs/gst/app/gstappsink.c:
3034         * gst/deinterlace/gstdeinterlace.c:
3035         * gst/dvdspu/gstdvdspu.c:
3036         * gst/festival/gstfestival.c:
3037         * gst/freeze/gstfreeze.c:
3038         * gst/interleave/deinterleave.c:
3039         * gst/interleave/interleave.c:
3040         * gst/modplug/gstmodplug.cc:
3041         * gst/nuvdemux/gstnuvdemux.c:
3042           Add missing elements to docs. Fix doc-markup: use convinience syntax
3043           for examples (produces valid docbook), add several refsec2 when we
3044           have several titles. Fix some types.
3045
3046 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3047
3048         * examples/app/.cvsignore:
3049         * examples/app/Makefile.am:
3050         * examples/app/appsink-src.c: (on_new_buffer_from_source),
3051         (on_source_message), (on_sink_message), (main):
3052         Add beefed up example app from bug #413418. It now also uses appsink
3053         instead of fakesink for more ultimate coolness.
3054
3055         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3056         (gst_app_src_init), (gst_app_src_set_property),
3057         (gst_app_src_get_property), (gst_app_src_unlock),
3058         (gst_app_src_unlock_stop), (gst_app_src_create),
3059         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
3060         (gst_app_src_end_of_stream):
3061         * gst-libs/gst/app/gstappsrc.h:
3062         Add block property to allow push based implementation to block when we
3063         fill up the appsrc queues.
3064         Emit the enough-data signal while releasing our lock.
3065
3066 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3067
3068         * examples/app/.cvsignore:
3069           Ignore more.
3070
3071 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3072
3073         * ext/dc1394/gstdc1394.c:
3074         * ext/ivorbis/vorbisdec.c:
3075         * ext/jack/gstjackaudiosink.c:
3076         * ext/metadata/gstmetadatademux.c:
3077         * ext/mythtv/gstmythtvsrc.c:
3078         * ext/theora/theoradec.c:
3079         * gst-libs/gst/app/gstappsink.c:
3080         * gst/bayer/gstbayer2rgb.c:
3081         * gst/deinterlace/gstdeinterlace.c:
3082         * gst/rawparse/gstaudioparse.c:
3083         * gst/rawparse/gstvideoparse.c:
3084         * gst/rtpmanager/gstrtpbin.c:
3085         * gst/rtpmanager/gstrtpclient.c:
3086         * gst/rtpmanager/gstrtpjitterbuffer.c:
3087         * gst/rtpmanager/gstrtpptdemux.c:
3088         * gst/rtpmanager/gstrtpsession.c:
3089         * gst/rtpmanager/gstrtpssrcdemux.c:
3090         * gst/selector/gstinputselector.c:
3091         * gst/selector/gstoutputselector.c:
3092         * gst/videosignal/gstvideoanalyse.c:
3093         * gst/videosignal/gstvideodetect.c:
3094         * gst/videosignal/gstvideomark.c:
3095         * sys/oss4/oss4-mixer.c:
3096         * sys/oss4/oss4-sink.c:
3097         * sys/oss4/oss4-source.c:
3098           Do not use short_description in section docs for elements. We extract
3099           them from element details and there will be warnings if they differ.
3100           Also fixing up the ChangeLog order.
3101
3102 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3103
3104         Patch by: Sebastien Merle <sylane at gmail dot com>
3105
3106         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
3107         Fix the sign of the data we pass to the decoder so that the decoder
3108         compiles with newer reference code as well. Fixes #528618.
3109
3110 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3111
3112         * tests/icles/test-oss4.c:
3113           Include stdlib.h.
3114
3115 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3116
3117         Based on a patch by: Martin Eikermann <meiker at upb dot de>
3118
3119         * gst/deinterlace2/Makefile.am:
3120         * gst/deinterlace2/gstdeinterlace2.c:
3121         (gst_deinterlace2_method_get_type),
3122         (gst_deinterlace2_fields_get_type),
3123         (gst_deinterlace2_field_layout_get_type),
3124         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
3125         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
3126         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
3127         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
3128         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
3129         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
3130         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
3131         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
3132         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
3133         (plugin_init):
3134         * gst/deinterlace2/gstdeinterlace2.h:
3135         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
3136         (deinterlace_greedy_packed422_scanline_mmxext),
3137         (dscaler_greedyl_get_method):
3138         * gst/deinterlace2/tvtime/greedyh.asm:
3139         * gst/deinterlace2/tvtime/greedyh.c:
3140         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
3141         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
3142         (greedyh_filter_sse):
3143         * gst/deinterlace2/tvtime/greedyh.h:
3144         * gst/deinterlace2/tvtime/greedyhmacros.h:
3145         * gst/deinterlace2/tvtime/mmx.h:
3146         * gst/deinterlace2/tvtime/plugins.h:
3147         * gst/deinterlace2/tvtime/speedtools.h:
3148         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
3149         (comb_factor_packed422_scanline_mmx),
3150         (diff_factor_packed422_scanline_c),
3151         (diff_factor_packed422_scanline_mmx),
3152         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
3153         (packed444_to_packed422_scanline_c),
3154         (packed422_to_packed444_scanline_c),
3155         (packed422_to_packed444_rec601_scanline_c),
3156         (vfilter_chroma_121_packed422_scanline_mmx),
3157         (vfilter_chroma_121_packed422_scanline_c),
3158         (vfilter_chroma_332_packed422_scanline_mmx),
3159         (vfilter_chroma_332_packed422_scanline_c),
3160         (kill_chroma_packed422_inplace_scanline_mmx),
3161         (kill_chroma_packed422_inplace_scanline_c),
3162         (invert_colour_packed422_inplace_scanline_mmx),
3163         (invert_colour_packed422_inplace_scanline_c),
3164         (mirror_packed422_inplace_scanline_c),
3165         (interpolate_packed422_scanline_c),
3166         (convert_uyvy_to_yuyv_scanline_mmx),
3167         (convert_uyvy_to_yuyv_scanline_c),
3168         (interpolate_packed422_scanline_mmx),
3169         (interpolate_packed422_scanline_mmxext),
3170         (blit_colour_packed422_scanline_c),
3171         (blit_colour_packed422_scanline_mmx),
3172         (blit_colour_packed422_scanline_mmxext),
3173         (blit_colour_packed4444_scanline_c),
3174         (blit_colour_packed4444_scanline_mmx),
3175         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
3176         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
3177         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
3178         (blit_packed422_scanline_mmxext),
3179         (composite_colour4444_alpha_to_packed422_scanline_c),
3180         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
3181         (composite_packed4444_alpha_to_packed422_scanline_c),
3182         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
3183         (composite_packed4444_to_packed422_scanline_c),
3184         (composite_packed4444_to_packed422_scanline_mmxext),
3185         (composite_alphamask_to_packed4444_scanline_c),
3186         (composite_alphamask_to_packed4444_scanline_mmxext),
3187         (composite_alphamask_alpha_to_packed4444_scanline_c),
3188         (premultiply_packed4444_scanline_c),
3189         (premultiply_packed4444_scanline_mmxext),
3190         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
3191         (quarter_blit_vertical_packed422_scanline_mmxext),
3192         (quarter_blit_vertical_packed422_scanline_c),
3193         (subpix_blit_vertical_packed422_scanline_c),
3194         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
3195         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
3196         (rgba32_to_packed4444_rec601_scanline_c),
3197         (packed444_to_rgb24_rec601_scanline_c),
3198         (packed444_to_nonpremultiplied_packed4444_scanline_c),
3199         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
3200         (speedy_get_accel):
3201         * gst/deinterlace2/tvtime/speedy.h:
3202         * gst/deinterlace2/tvtime/sse.h:
3203         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
3204         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
3205         (tomsmocomp_init), (tomsmocomp_filter_mmx),
3206         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
3207         * gst/deinterlace2/tvtime/tomsmocomp.h:
3208         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
3209         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
3210         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
3211         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
3212         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
3213         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
3214         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
3215         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
3216         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
3217         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
3218         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
3219         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
3220         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
3221         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
3222         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
3223         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
3224         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
3225         (deinterlace_scanline_vfir), (copy_scanline),
3226         (dscaler_vfir_get_method):
3227         * gst/deinterlace2/tvtime/x86-64_macros.inc:
3228         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
3229         which was relicensed to LGPL for GStreamer and in theory provides
3230         better and faster results than the simple deinterlace element.
3231         Fixes bug #163578.
3232
3233         Ported to GStreamer 0.10 but still not enabled or included in the
3234         build system by default because of bad artefacts caused by a bug
3235         somewhere and as it can be only build on x86/amd64 ATM and requires
3236         special CFLAGS. Will be fixed soon.
3237
3238 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3239
3240         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
3241
3242         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
3243         (gst_wildmidi_change_state), (plugin_init):
3244         * ext/timidity/gstwildmidi.h:
3245         Initialize wildmidi only once in the plugin init function instead
3246         of once for every instance. The second and following calls to the
3247         wildmidi initialization function will fail. Fixes bug #525613.
3248
3249         Also don't register the element at all if wildmidi initialization
3250         fails.
3251
3252 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3253
3254         * ext/soundtouch/gstpitch.cc:
3255         Call gst_element_no_more_pads() after all pads are added.
3256
3257 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3258
3259         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
3260         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
3261         (gst_raw_parse_handle_seek_pull):
3262         Add simple reverse playback.
3263
3264 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3265
3266         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
3267         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
3268         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
3269         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
3270         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
3271         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
3272         * gst/rawparse/gstrawparse.h:
3273         Fix seeking, timestamps, duration and some more. Fixes #536309.
3274
3275 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3276
3277         * examples/app/Makefile.am:
3278         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
3279         (found_source), (bus_message), (main):
3280         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
3281         (found_source), (bus_message), (main):
3282         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
3283         (bus_message), (main):
3284         Added 3 more example application for using appsrc in random-access mode,
3285         pull-mode streaming and pull mode seekable.
3286
3287         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3288         (gst_app_src_start), (gst_app_src_do_get_size),
3289         (gst_app_src_create):
3290         * gst-libs/gst/app/gstappsrc.h:
3291         Make stream-type property writable.
3292         Unset flushing when starting so that we reuse appsrc.
3293         Inform basesrc about the configured size.
3294         Emit seek-data signal when we are going to a different offset in
3295         random-access mode.
3296
3297 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3298
3299         * examples/app/appsrc-stream.c: (found_source), (main):
3300         Use deep-notify until we can depend on a playbin2 with support for the
3301         source property.
3302
3303 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3304
3305         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
3306         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
3307         Fix deadlock when shutting down, use a new lock instead to properly
3308         shutdown.
3309
3310 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3311
3312         * examples/app/.cvsignore:
3313         * examples/app/Makefile.am:
3314         * examples/app/appsrc-stream.c: (read_data), (start_feed),
3315         (stop_feed), (found_source), (bus_message), (main):
3316         Added an example on how to use appsrc in playbin in streaming mode from
3317         an mmapped file.
3318
3319         * examples/app/appsrc_ex.c: (main):
3320         Set pipeline to NULL to free queued buffers.
3321
3322         * gst-libs/gst/app/gstapp-marshal.list:
3323         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
3324         (gst_app_src_class_init), (gst_app_src_init),
3325         (gst_app_src_flush_queued), (gst_app_src_dispose),
3326         (gst_app_src_set_property), (gst_app_src_get_property),
3327         (gst_app_src_unlock), (gst_app_src_unlock_stop),
3328         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
3329         (gst_app_src_check_get_range), (gst_app_src_do_seek),
3330         (gst_app_src_create), (gst_app_src_set_stream_type),
3331         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
3332         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
3333         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
3334         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
3335         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
3336         * gst-libs/gst/app/gstappsrc.h:
3337         Measure max queue size in bytes instead.
3338         Add support for 3 modes of operation, streaming, seekable and
3339         random-access, making basesrc handle the scheduling modes for each.
3340         Add appsrc:// uri handler so that automatic plugging can be done from
3341         playbin2 or uridecodebin, for example.
3342         Added support for custom segment formats.
3343         Add support for push and pull based operations from the application.
3344         Expand the methods so that errors can be detected.
3345         Flush the queued buffers on seeks and when shutting down.
3346         Add signals to inform the app that a seek must happen.
3347
3348 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3349
3350         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
3351         (gst_deinterleave_src_query):
3352         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3353         (gst_interleave_src_query):
3354         Properly implement duration and position queries in bytes format. We
3355         have to take the upstream reply and divide/multiply it by the number
3356         of channels to get the correct result.
3357
3358 2008-06-04  Michael Smith <msmith@songbirdnest.com>
3359
3360         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3361         * sys/dshowvideosink/dshowvideofakesrc.h:
3362         * sys/dshowvideosink/dshowvideosink.cpp:
3363         * sys/dshowvideosink/dshowvideosink.h:
3364           Fix up copyright notice on new plugin.
3365
3366 2008-06-04  David Schleef  <ds@schleef.org>
3367
3368         * ext/dirac/gstdiracenc.cc: Update properties for recent
3369           dirac changes.  Patch from Jonathan Rosser.
3370
3371 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3372
3373         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
3374           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
3375           (gst_x264_enc_encode_frame):
3376           Try harder not to crash when we get an EOS event but haven't set
3377           up the encoder yet (as may happen when upstream errors out with
3378           not-negotiated, for example). Also, always push the EOS event
3379           downstream.
3380
3381 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3382
3383         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3384         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
3385         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
3386         * gst/interleave/interleave.h:
3387         Use an always increasing integer for the number in the name of the
3388         requested sink pads to guarantuee a unique name. Add a "channel"
3389         property to GstInterleavePad to make it possible for applications
3390         to retrieve the channel number in the output for every pad.
3391
3392         Use g_type_register_static_simple() instead of
3393         g_type_register_static() to save some relocations.
3394
3395 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3396
3397         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3398         (gst_interleave_change_state):
3399         Stop GstCollectPads before calling the parent's state change function
3400         when going from PAUSED to READY as we otherwise deadlock.
3401         Fixes bug #536258.
3402
3403 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3404
3405         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
3406         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
3407         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
3408         (gst_h264_parse_chain):
3409         * gst/h264parse/gsth264parse.h:
3410         Parse codec_data and use the nalu_size_length field to get the NALU
3411         length in packetized h264.
3412         When queueing a packetized buffer in reverse mode, don't unref the
3413         buffer twice.
3414         Avoid accessing the buffer TIMESTAMP field after we pushed it on
3415         the adaptor.
3416
3417 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3418
3419         * gst/interleave/interleave.c:
3420         (gst_interleave_check_channel_positions),
3421         (gst_interleave_set_channel_positions),
3422         (gst_interleave_class_init):
3423         Use new gst_audio_check_channel_positions() function and register
3424         the GstInterleavePad type from a threadsafe context.
3425
3426 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3427
3428         * configure.ac:
3429           Revert accidental addition in configure.ac. Sorry.
3430
3431 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3432
3433         * configure.ac:
3434         * sys/Makefile.am:
3435         * sys/dshowvideosink/Makefile.am:
3436         * sys/dshowvideosink/README:
3437         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3438         * sys/dshowvideosink/dshowvideofakesrc.h:
3439         * sys/dshowvideosink/dshowvideosink.cpp:
3440         * sys/dshowvideosink/dshowvideosink.h:
3441         Add a new win32 videosink. Uses the DirectShow renderers for
3442         high-performance video rendering on win32.
3443         Currently only supports some YUV formats.
3444         Rank PRIMARY, since it's much more useful for the common cases that the
3445         directdraw sink (which only does RGB).
3446
3447 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
3448
3449         * ext/spc/Makefile.am:
3450           Dist tag.h
3451
3452 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3453
3454         * ext/faad/gstfaad.c: (gst_faad_sink_event):
3455         Always drain before activating the new segment.
3456
3457 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3458
3459         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3460         (gst_interleave_finalize), (gst_audio_check_channel_positions),
3461         (gst_interleave_set_channel_positions),
3462         (gst_interleave_class_init), (gst_interleave_init),
3463         (gst_interleave_set_property), (gst_interleave_get_property),
3464         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3465         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
3466         (gst_interleave_src_query_latency), (gst_interleave_collected):
3467         * gst/interleave/interleave.h:
3468         Allow setting channel positions via a property and allow using the
3469         channel positions on the input as the channel positions of the output.
3470
3471         Fix some broken logic and memory leaks.
3472
3473         * tests/check/Makefile.am:
3474         * tests/check/elements/interleave.c: (src_handoff_float32),
3475         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
3476         Add unit tests for checking correct handling of channel positions.
3477
3478 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3479
3480         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3481         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3482         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3483         (gst_faad_change_state):
3484         * ext/faad/gstfaad.h:
3485         Add basic reverse playback support.
3486         Clear decoder state after disconts.
3487         Remove some unused code.
3488         Mark output buffers with a discont after a decoding error.
3489
3490 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3491
3492         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3493
3494         * gst/mpeg4videoparse/mpeg4videoparse.c:
3495         (gst_mpeg4vparse_handle_vos):
3496         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3497
3498 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3499
3500         * tests/check/elements/mplex.c: (setup_src_pad),
3501         (teardown_src_pad):
3502         Don't use the deprecated gst_element_get_pad().
3503
3504 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3505
3506         * examples/directfb/gstdfb.c: (main):
3507         Don't use the deprecated gst_element_get_pad().
3508
3509 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3510
3511         Based on patch by: <onkarshinde at gmail dot com>
3512
3513         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3514         (gst_vcdsrc_uri_set_uri):
3515         Allow the track to be set by using the uri. Fixes #535043.
3516
3517 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3518
3519         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3520         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3521         Implement latency query.
3522
3523 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3524
3525         * gst/mpegvideoparse/mpegvideoparse.c:
3526         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3527
3528 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3529
3530         * gst/rtpmanager/gstrtpbin.c:
3531         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3532         (gst_rtp_bin_change_state), (new_payload_found),
3533         (new_ssrc_pad_found):
3534         Break out of callbacks when we are shutting down.
3535         Make sure no state changes can happen when we reconfigure.
3536
3537 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3538
3539         * configure.ac:
3540         Require CVS core and base for new audio clock reset method.
3541
3542         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3543         Reset the audio clock. See #521761.
3544
3545 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3546
3547         * ext/jack/gstjackaudiosink.c:
3548         (gst_jack_audio_sink_allocate_channels):
3549         Include the element name in the port name to avoid duplicate port names.
3550
3551 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3552
3553         * gst/interleave/deinterleave.c:
3554         Add another example launch line.
3555
3556         * gst/interleave/interleave.c: (interleave_24),
3557         (gst_interleave_finalize), (gst_interleave_base_init),
3558         (gst_interleave_class_init), (gst_interleave_init),
3559         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3560         (gst_interleave_change_state), (__remove_channels),
3561         (__set_channels), (gst_interleave_sink_getcaps),
3562         (gst_interleave_set_process_function),
3563         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3564         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3565         (forward_event_func), (forward_event), (gst_interleave_src_event),
3566         (gst_interleave_collected):
3567         * gst/interleave/interleave.h:
3568         Major rewrite of interleave using GstCollectpads. This new version
3569         also supports almost all raw audio formats and has better caps
3570         negotiation. Fixes bug #506594.
3571
3572         Also update docs and add some more examples.
3573
3574         * tests/check/elements/interleave.c: (interleave_chain_func),
3575         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3576         (interleave_suite):
3577         Add some more extensive unit tests for interleave.
3578
3579 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3580
3581         * gst/rtpmanager/gstrtpjitterbuffer.c:
3582         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3583         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3584         we need to do this so that we can better handle a restarted source.
3585         Fix some comments.
3586
3587         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3588         (rtp_jitter_buffer_insert):
3589         Tweak the skew resync diff.
3590         Use our working seqnum compare function in -base.
3591         Rework the jitterbuffer insert code to make it clearer and more
3592         performant by only retrieving the seqnum of the input buffer once and by
3593         adding some G_LIKELY compiler hints.
3594         Improve debugging for duplicate packets.
3595
3596         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3597         Fix a comment, we don't do skew correction here..
3598
3599 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3600
3601         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3602
3603         * gst/rtpmanager/gstrtpbin.c:
3604         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3605         (gst_rtp_bin_set_property):
3606         Propagate the do-lost and latency properties to the jitterbuffers when
3607         they are changed on rtpbin.
3608
3609 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3610
3611         * examples/switch/switcher.c: (switch_timer):
3612         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3613         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3614         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3615         (gst_sdp_demux_stream_configure_udp_sink):
3616         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3617         (pad_added_setup_data_check_float32_8ch_cb):
3618         * tests/check/elements/rganalysis.c: (send_eos_event),
3619         (send_tag_event):
3620         Don't use _gst_pad().
3621
3622 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3623
3624         * docs/plugins/Makefile.am:
3625         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3626         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3627         * docs/plugins/gst-plugins-bad-plugins.args:
3628         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3629         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3630         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3631         * docs/plugins/gst-plugins-bad-plugins.signals:
3632         * docs/plugins/inspect/plugin-alsaspdif.xml:
3633         * docs/plugins/inspect/plugin-amrwb.xml:
3634         * docs/plugins/inspect/plugin-app.xml:
3635         * docs/plugins/inspect/plugin-bayer.xml:
3636         * docs/plugins/inspect/plugin-bz2.xml:
3637         * docs/plugins/inspect/plugin-cdaudio.xml:
3638         * docs/plugins/inspect/plugin-cdxaparse.xml:
3639         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3640         * docs/plugins/inspect/plugin-dtsdec.xml:
3641         * docs/plugins/inspect/plugin-dvb.xml:
3642         * docs/plugins/inspect/plugin-dvdspu.xml:
3643         * docs/plugins/inspect/plugin-faac.xml:
3644         * docs/plugins/inspect/plugin-faad.xml:
3645         * docs/plugins/inspect/plugin-fbdevsink.xml:
3646         * docs/plugins/inspect/plugin-festival.xml:
3647         * docs/plugins/inspect/plugin-filter.xml:
3648         * docs/plugins/inspect/plugin-flvdemux.xml:
3649         * docs/plugins/inspect/plugin-freeze.xml:
3650         * docs/plugins/inspect/plugin-gsm.xml:
3651         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3652         * docs/plugins/inspect/plugin-h264parse.xml:
3653         * docs/plugins/inspect/plugin-interleave.xml:
3654         * docs/plugins/inspect/plugin-jack.xml:
3655         * docs/plugins/inspect/plugin-ladspa.xml:
3656         * docs/plugins/inspect/plugin-metadata.xml:
3657         * docs/plugins/inspect/plugin-mms.xml:
3658         * docs/plugins/inspect/plugin-modplug.xml:
3659         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3660         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3661         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3662         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3663         * docs/plugins/inspect/plugin-musepack.xml:
3664         * docs/plugins/inspect/plugin-musicbrainz.xml:
3665         * docs/plugins/inspect/plugin-mve.xml:
3666         * docs/plugins/inspect/plugin-nas.xml:
3667         * docs/plugins/inspect/plugin-neon.xml:
3668         * docs/plugins/inspect/plugin-nsfdec.xml:
3669         * docs/plugins/inspect/plugin-nuvdemux.xml:
3670         * docs/plugins/inspect/plugin-rawparse.xml:
3671         * docs/plugins/inspect/plugin-real.xml:
3672         * docs/plugins/inspect/plugin-replaygain.xml:
3673         * docs/plugins/inspect/plugin-rfbsrc.xml:
3674         * docs/plugins/inspect/plugin-sdl.xml:
3675         * docs/plugins/inspect/plugin-sdp.xml:
3676         * docs/plugins/inspect/plugin-selector.xml:
3677         * docs/plugins/inspect/plugin-sndfile.xml:
3678         * docs/plugins/inspect/plugin-soundtouch.xml:
3679         * docs/plugins/inspect/plugin-spcdec.xml:
3680         * docs/plugins/inspect/plugin-speed.xml:
3681         * docs/plugins/inspect/plugin-speexresample.xml:
3682         * docs/plugins/inspect/plugin-stereo.xml:
3683         * docs/plugins/inspect/plugin-tta.xml:
3684         * docs/plugins/inspect/plugin-vcdsrc.xml:
3685         * docs/plugins/inspect/plugin-videosignal.xml:
3686         * docs/plugins/inspect/plugin-vmnc.xml:
3687         * docs/plugins/inspect/plugin-wildmidi.xml:
3688         * docs/plugins/inspect/plugin-x264.xml:
3689         * docs/plugins/inspect/plugin-xvid.xml:
3690         * docs/plugins/inspect/plugin-y4menc.xml:
3691         Add interleave/deinterleave to the docs and while at that
3692         run make update in docs/plugins.
3693
3694         * gst/interleave/deinterleave.c:
3695         Add a parapraph about using a queue and audioconvert after the source
3696         pads to the docs.
3697
3698 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3699
3700         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3701         (gst_deinterleave_class_init), (gst_deinterleave_init),
3702         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
3703         * gst/interleave/deinterleave.h:
3704         Don't set a getcaps() function on the src pads as it's not required
3705         and the default getcaps() function returns the correct results for
3706         our src pads.
3707
3708         Complete documentation and add myself to the authors of the element.
3709
3710 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3711
3712         * tests/icles/.cvsignore:
3713         * tests/icles/Makefile.am:
3714         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
3715           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
3716           (probe_details), (probe_element), (main):
3717           Small oss4 test that probes for available devices and retrieves
3718           their caps and mixer tracks and all that. Also allows testing of
3719           mixer change messages on the bus.
3720
3721 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3722
3723         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
3724         * sys/oss4/oss4-property-probe.c:
3725           (gst_oss4_property_probe_find_device_name),
3726           (gst_oss4_property_probe_find_device_name_nofd):
3727         * sys/oss4/oss4-property-probe.h:
3728         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
3729         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
3730           Make device-name probing in NULL state work better (e.g. for the
3731           gnome-control-center sound capplet).
3732
3733 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3734
3735         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3736
3737         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
3738         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
3739         (gst_mpeg4vparse_change_state):
3740         Move some code around to integrate the startcode searching with the
3741         other bits of parsing, avoid a whole bunch of peeks.
3742         Get rid of invalid data that should not happen according to the specs.
3743         Fixes #533559.
3744
3745 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3746
3747         Patch by: Bastien Nocera <hadess at hadess dot net>
3748
3749         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
3750         (gst_mythtv_src_init), (gst_mythtv_src_clear),
3751         (do_read_request_response), (gst_mythtv_src_create),
3752         (gst_mythtv_src_start):
3753         Correctly set duration to get a more correct seek bar in totem.
3754
3755         Disable query and event functions as they don't work and do some
3756         smaller cleanup.
3757
3758         Fixes bug #533736.
3759
3760 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3761
3762         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
3763
3764         * ext/spc/Makefile.am:
3765         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
3766         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
3767         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
3768         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
3769         (gst_spc_dec_src_query), (spc_play), (spc_setup):
3770         * ext/spc/gstspc.h:
3771         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
3772         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
3773         (spc_tag_get_info), (spc_tag_free):
3774         * ext/spc/tag.h:
3775         Add support for some essential features like seeking, reading song
3776         duration and extended tags. Fixes bug #454151.
3777
3778 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3779
3780         * tests/check/elements/deinterleave.c: (GST_START_TEST):
3781         Set keep-positions property to TRUE for the 8 channel test to ensure
3782         that the original channel position is set on the output.
3783
3784 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3785
3786         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
3787         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
3788         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
3789         (gst_deinterleave_get_property):
3790         * gst/interleave/deinterleave.h:
3791         Add a property to select whether channel positions should be kept on
3792         the mono output buffers or should be dropped.
3793
3794 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
3795
3796         * docs/Makefile.am:
3797         Oops - fix the spelling of the variable I added.
3798
3799 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3800
3801         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
3802         (gst_deinterleave_init), (gst_deinterleave_sink_event),
3803         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
3804         * gst/interleave/deinterleave.h:
3805         Queue events until src pads were added and they can be sent. Otherwise
3806         downstream will never get the first newsegment event.
3807
3808 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3809
3810         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
3811         (gst_deinterleave_getcaps):
3812         Always set the channel positions when gst_audio_get_channel_positions()
3813         returns something, even if they're not set in the caps. This makes
3814         sure that the output channels can be interleaved again correctly
3815         in the mono/stereo cases too.
3816
3817         Don't ask for the peercaps of the current pad in getcaps() as this
3818         might call getcaps() again and deadlock.
3819
3820 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3821
3822         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
3823         Check some more common locations for a valid configuration file.
3824         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
3825         to the distributions default location.
3826
3827 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3828
3829         * gst/interleave/Makefile.am:
3830         * gst/interleave/deinterleave.c: (deinterleave_24),
3831         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
3832         (gst_deinterleave_class_init), (gst_deinterleave_init),
3833         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
3834         (gst_deinterleave_set_process_function),
3835         (gst_deinterleave_sink_setcaps), (__remove_channels),
3836         (__set_channels), (gst_deinterleave_getcaps),
3837         (gst_deinterleave_process), (gst_deinterleave_chain),
3838         (gst_deinterleave_sink_activate_push):
3839         * gst/interleave/deinterleave.h:
3840         Add support for all raw audio formats and provide better negotiation
3841         if the caps are changing.
3842
3843         Don't allow changes of the channel positions and set the position of
3844         the corresponding channel on the src pad caps.
3845
3846         General cleanup and smaller bugfixes.
3847
3848         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
3849         Check the channel positions on the output buffer caps.
3850
3851 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3852
3853         * docs/Makefile.am:
3854         Don't attempt to build plugin docs when they're disabled.
3855
3856         * gst/bayer/Makefile.am:
3857         Add libgstvideo to the link.
3858
3859         * gst/rtpmanager/Makefile.am:
3860         Fix link order, and move LIBS things to _LIBS
3861
3862 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3863
3864         * docs/plugins/gst-plugins-bad-plugins.types:
3865         Remove bogus attempt to pull 'metadata' plugin's base
3866         class into the docs.
3867
3868 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3869
3870         * gst/rtpmanager/gstrtpjitterbuffer.c:
3871         (gst_rtp_jitter_buffer_chain):
3872         Simply drop bad RTP packets with a warning instead of just posting an
3873         error and stopping. This is a perfectly recoverable event and we don't
3874         force people to use an rtpbin to filter out bad packets first.
3875
3876 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3877
3878         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
3879         Set fixed caps on the srcpad after we created the pad...
3880
3881 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3882
3883         * tests/check/Makefile.am:
3884           Remove deinterleave test from VALGRIND_TO_FIX again now that
3885           there are suppressions in gst.supp which make this work for me.
3886
3887 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3888
3889         * tests/check/Makefile.am:
3890           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
3891           weird invalid free errors in valgrind/libc after _exit for some
3892           reason.
3893
3894         * tests/check/elements/deinterleave.c: (pads_created),
3895           (set_channel_positions), (src_handoff_float32_8ch),
3896           (float_buffer_check_probe),
3897           (pad_added_setup_data_check_float32_8ch_cb),
3898           (make_fake_src_8chans_float32), (GST_START_TEST),
3899           (deinterleave_suite):
3900           Add some more deinterleave unit test bits I had locally.
3901
3902 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3903
3904         * gst/interleave/Makefile.am:
3905         * gst/interleave/deinterleave.h:
3906         * gst/interleave/interleave.h:
3907         * gst/interleave/plugin.h:
3908         Split definitions into separate header files for better documentation
3909         generation.
3910         
3911         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3912         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
3913         (gst_deinterleave_process):
3914         Don't use alloca, allow caps changes as long as the number of channels
3915         does not change, don't use g_warning, return NOT_NEGOTIATED as early
3916         as possible and some other cleanup.
3917
3918         * gst/interleave/interleave.c: (gst_interleave_base_init),
3919         (gst_interleave_class_init):
3920         Do some random cleanup.
3921
3922         * tests/check/Makefile.am:
3923         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3924         (deinterleave_chain_func), (deinterleave_pad_added),
3925         (deinterleave_suite):
3926         Add unit tests for the deinterleave element.
3927
3928 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3929
3930         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3931
3932         * gst/mpeg4videoparse/mpeg4videoparse.c:
3933         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
3934         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
3935         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
3936         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
3937         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
3938         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
3939         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
3940         * gst/mpeg4videoparse/mpeg4videoparse.h:
3941         Parse the config data (either outbound or in the stream) to set   
3942         width/height, apect ration, framerate in the caps if applicable.
3943         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
3944         intra frames
3945         Set the timestamps of outgoing buffers to the buffer in
3946         which the VOP header was found.
3947         Drop incoming data untill configuration is found (by default,
3948         configurable using a property).
3949         Report a 1 frame latency. Fixes #532723.
3950
3951 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3952
3953         * gst/real/gstrealvideodec.c: (open_library):
3954         Add some debug for where we are searching for libraries.
3955
3956 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3957
3958         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
3959         Actually add the do-lost property to the object.
3960
3961 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3962
3963         * gst/rtpmanager/gstrtpjitterbuffer.c:
3964         (gst_rtp_jitter_buffer_loop):
3965         Avoid waiting for a negative (huge) duration when the last packet has a
3966         lower timestamp than the current packet.
3967
3968 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
3969
3970         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
3971         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
3972         prevent a memory leak.
3973
3974
3975 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3976
3977         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3978         Quieten some docs output
3979
3980 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3981
3982         * gst/rtpmanager/gstrtpjitterbuffer.c:
3983         (gst_rtp_jitter_buffer_loop):
3984         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
3985
3986 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3987
3988         * docs/plugins/Makefile.am:
3989         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3990         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3991         * docs/plugins/inspect/plugin-gstinterlace.xml:
3992         * gst/deinterlace/gstdeinterlace.c:
3993         * gst/deinterlace/gstdeinterlace.h:
3994         Random doc of the day: the deinterlace element.
3995
3996 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3997
3998         * gst/mpegtsparse/mpegtspacketizer.c:
3999         * gst/mpegtsparse/mpegtsparse.c:
4000         Make sure all schedule EIT and non-actual transport stream
4001         EITs are parsed. Also add present-following flag and
4002         actual-transport-stream flag to eit bus message.
4003
4004 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
4005
4006         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
4007         Make sure to unref the caps used by RTPSource to prevent a memory leak.
4008
4009 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
4010
4011         Based on patch by: Clive Wright <clive_wright ntlworld com>
4012
4013         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
4014           Apparently mono sliders have the mono value repeated in the upper bits,
4015           so mask those out when reading them. Probably makes the mixer applet
4016           work properly in some more cases.
4017
4018 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4019
4020         Patch by: Olivier Crete <tester at tester dot ca>
4021
4022         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
4023         (rtp_session_process_bye), (rtp_session_send_bye_locked):
4024         Unlock the session lock when calling one of our callbacks. 
4025         Fixes #532011.
4026
4027 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4028
4029         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4030
4031         * gst/rtpmanager/gstrtpsession.c:
4032         (gst_rtp_session_event_send_rtp_sink):
4033         Send RTP BYE command on EOS. Fixes bug #531955.
4034
4035 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4036
4037         * win32/common/config.h.in:
4038           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
4039           use the real thing than having "???" unconditionally.
4040
4041 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4042
4043         * gst-libs/gst/app/.cvsignore:
4044         * gst-libs/gst/app/Makefile.am:
4045         * gst-libs/gst/app/gstapp-marshal.list:
4046         Add marshal.list, make it compile and add to cvsignore.
4047
4048         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
4049         (gst_app_sink_stop):
4050         Small cleanups.
4051
4052         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
4053         (gst_app_src_init), (gst_app_src_set_property),
4054         (gst_app_src_get_property), (gst_app_src_unlock),
4055         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
4056         (gst_app_src_create), (gst_app_src_set_caps),
4057         (gst_app_src_get_caps), (gst_app_src_set_size),
4058         (gst_app_src_get_size), (gst_app_src_set_seekable),
4059         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
4060         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
4061         (gst_app_src_end_of_stream):
4062         * gst-libs/gst/app/gstappsrc.h:
4063         Beat appsrc in shape, add signals and actions.
4064         Add some docs.
4065         Add properties for caps, size, seekability and max-buffers.
4066         Fix unlock/stop code.
4067
4068 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4069
4070         * configure.ac:
4071           Error out if we don't have the required versions of core/base.
4072
4073 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4074
4075         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4076         (gst_app_sink_init), (gst_app_sink_set_property),
4077         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
4078         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
4079         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
4080         (gst_app_sink_preroll), (gst_app_sink_render),
4081         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
4082         (gst_app_sink_get_drop):
4083         * gst-libs/gst/app/gstappsink.h:
4084         Start some docs.
4085         Add property to drop buffers when the queue is filled
4086         Fix unlocking and flushing when the queues are filled.
4087
4088 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
4089
4090         Patch by: Jens Granseuer <jensgr at gmx dot net>
4091
4092         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
4093         Declare variables at the beginning of blocks. Fixes compilation with
4094         gcc 2.x and other compilers. Fixes bug #530611.
4095
4096 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4097
4098         * gst/mpegtsparse/mpegtspacketizer.c:
4099         * gst/mpegtsparse/mpegtspacketizer.h:
4100         * gst/mpegtsparse/mpegtsparse.c:
4101         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
4102         by pid number. This allows for example the EPG data from UK's
4103         freesat to be picked up.
4104
4105 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
4106
4107         * ext/mpeg2enc/gstmpeg2enc.cc:
4108         * ext/soundtouch/gstbpmdetect.cc:
4109         Cast NULL sentinels to void * as NULL is defined as an integer
4110         constant in most environments when using C++ and it's size might
4111         be different from a pointer.
4112
4113 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4114
4115         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4116         (gst_app_sink_init), (gst_app_sink_set_property),
4117         (gst_app_sink_get_property), (gst_app_sink_event),
4118         (gst_app_sink_preroll), (gst_app_sink_render),
4119         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
4120         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
4121         (gst_app_sink_pull_buffer):
4122         * gst-libs/gst/app/gstappsink.h:
4123         Add more docs.
4124         Add signals for when preroll and render buffers are available.
4125         Add property to control signal emission.
4126         Add property to control the max queue size.
4127
4128 2008-04-25  Michael Smith <msmith@songbirdnest.com>
4129
4130         * gst-libs/gst/dshow/Makefile.am:
4131           Use CXXFLAGS rather than CFLAGS; these are C++ files.
4132           Define required constants appropriately.
4133         * sys/dshowdecwrapper/Makefile.am:
4134           Add required include dir, libraries.
4135           Define required constants appropriately.
4136
4137 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4138
4139         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
4140         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
4141         * gst/rtpmanager/gstrtpbin.h:
4142         Expose new jitterbuffer property in rtpbin too.
4143
4144 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4145
4146         * gst/rtpmanager/gstrtpjitterbuffer.c:
4147         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
4148         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
4149         (gst_rtp_jitter_buffer_get_property):
4150         Disable sending out rtp packet lost events by default and make a
4151         property to enabe it. We will likely enable it by default when the base
4152         depayloaders have a default handler for them so that we don't send these
4153         events all through the pipeline for now.
4154
4155 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4156
4157         * gst/rtpmanager/gstrtpjitterbuffer.c:
4158         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
4159         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
4160         (gst_rtp_jitter_buffer_loop):
4161         Remove private version of a function that is in -base now.
4162         Add src event handler.
4163         Rework the jitterbuffer pushing loop so that it can quickly react to
4164         lost packets and instruct the depayloader of them. This can then be used
4165         to implement error concealment data.
4166
4167 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4168
4169         * gst/rtpmanager/gstrtpsession.c:
4170         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
4171         (create_send_rtcp_src):
4172         Set up some internal links functions for the RTCP and sync pads because
4173         the defaults are really not correct.
4174         Implement a query handler for the RTCP src pad, mostly to correctly
4175         report about the latency.
4176
4177 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4178
4179         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
4180         (gst_rtp_bin_sync_chain):
4181         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
4182         (rtp_session_process_sr), (rtp_session_on_timeout):
4183         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
4184         (calculate_jitter):
4185         * gst/rtpmanager/rtpsource.h:
4186         * gst/rtpmanager/rtpstats.h:
4187         Also keep track of the first buffer timestamp together with the first
4188         RTP timestamp as they both are needed to construct the timing of
4189         outgoing packets in the jitterbuffer and are therefore also needed to
4190         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
4191         with a wildly different gap.
4192
4193 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4194
4195         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
4196         Forward unknown queries upstream instead of returning FALSE on them.
4197
4198 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4199
4200         * configure.ac:
4201         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
4202         (gst_musepackdec_init), (gst_musepackdec_dispose),
4203         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
4204         (gst_musepackdec_loop), (plugin_init):
4205         * ext/musepack/gstmusepackdec.h:
4206         * ext/musepack/gstmusepackreader.c:
4207         * ext/musepack/gstmusepackreader.h:
4208         Add support for the new libmpcdec API which magically gets us support
4209         for SV8 files. Also do some random cleanup. Fixes bug #526905.
4210
4211 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4212
4213         * configure.ac:
4214         Back to development -> 0.10.7.1
4215
4216 === release 0.10.7 ===
4217
4218 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
4219
4220         * configure.ac:
4221           releasing 0.10.7, "House of Cards"
4222
4223 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
4224
4225         * ext/faad/gstfaad.c:
4226           Don't leak GstAudioChannelPosition. Fixes #529378.
4227
4228 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4229
4230         * gst/sdp/gstsdpdemux.c: (request_pt_map):
4231         Ref caps, see #528245.
4232
4233 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4234
4235         * configure.ac:
4236         0.10.6.4 pre-release
4237
4238 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4239
4240         * tests/check/elements/rganalysis.c: (GST_START_TEST):
4241         Don't leak a tag list. Fixes bug #529285.
4242
4243 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4244
4245         * tests/check/elements/ofa.c: (bus_handler):
4246         Don't leak the tags string and tag list. Fixes bug #529283.
4247
4248 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4249
4250         Patch by: Olivier Crete <tester at tester dot ca>
4251
4252         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
4253         (new_ssrc_pad_found):
4254         Ref caps when inserting into the cache.
4255         Don't leak pads.
4256
4257         * gst/rtpmanager/gstrtpjitterbuffer.c:
4258         (gst_rtp_jitter_buffer_get_clock_rate),
4259         (gst_rtp_jitter_buffer_query):
4260         Avoid a caps leak.
4261         Don't leak refcount in query.
4262
4263         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
4264         (gst_rtp_pt_demux_chain):
4265         Avoid caps leaks.
4266
4267         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
4268         (gst_rtp_session_init), (return_true),
4269         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
4270         (gst_rtp_session_clock_rate):
4271         Ref caps when inserting into the cache.
4272         Fix some more caps leaks. Fixes #528245.
4273
4274 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4275
4276         * tests/icles/metadata_editor.c:
4277           Add cast to placate gcc 4.1.2.
4278
4279 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4280
4281         * configure.ac:
4282         0.10.6.3 pre-release
4283
4284 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4285
4286         * sys/dvb/gstdvbsrc.c:
4287         Revert patch that added a loop timeout.
4288         Fixes #528614.
4289
4290 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4291
4292         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
4293         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
4294         * gst/rtpmanager/gstrtpjitterbuffer.c:
4295         (gst_rtp_jitter_buffer_get_clock_rate):
4296         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
4297         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
4298         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
4299         Don't leak a padname.
4300         Don't leak client streams list.
4301         Lock rtpbin when associating streams. Fixes #528245.
4302
4303 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4304
4305         * tests/check/Makefile.am:
4306         Don't inlcude dc1394src in the generic/states test as it requires
4307         special hardware. Fixes bug #528011.
4308
4309 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4310
4311         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
4312         Only check if the generated fingerprints are valid Base64. The
4313         fingerprints are different when running on different architectures
4314         which is a) no problem because the fingerprints are tolerant enough
4315         and b) is caused by libofa. Fixes bug #528266.
4316
4317 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4318
4319         * ext/timidity/Makefile.am:
4320         Dist all source files, no matter if only timidity or wildmidi or
4321         nothing is found by configure. Fixes bug #528000.
4322
4323 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4324
4325         * gst-plugins-bad.spec.in:
4326           Remove souphttpsrc plugin from spec files, it's moved to -good.
4327
4328 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4329
4330         * tests/check/Makefile.am:
4331         Remove soup test certificates from the dist.
4332
4333 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4334
4335         * ext/dirac/gstdiracenc.cc:
4336         Fix compilation by casting string constants.
4337
4338         * sys/Makefile.am:
4339         Fix WININET_DIR variable reference.
4340
4341 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4342
4343         * configure.ac:
4344         * docs/plugins/Makefile.am:
4345         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4346         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4347         * docs/plugins/gst-plugins-bad-plugins.args:
4348         * docs/plugins/inspect/plugin-soup.xml:
4349         * ext/Makefile.am:
4350         * ext/soup/Makefile.am:
4351         * ext/soup/gstsouphttpsrc.c:
4352         * ext/soup/gstsouphttpsrc.h:
4353         * tests/check/Makefile.am:
4354         * tests/check/elements/souphttpsrc.c:
4355         * tests/check/test-cert.pem:
4356         * tests/check/test-key.pem:
4357
4358         Remove soup plugin that's moved to -good (#523124)
4359
4360 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4361
4362         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
4363           (gst_flv_parse_tag_script):
4364           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
4365           crash caused by a strlen on a NULL string (#527622).
4366
4367 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4368
4369         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4370
4371         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
4372           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
4373           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
4374           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
4375           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
4376         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
4377           Don't increase latency by queuing buffers in an async queue when
4378           the streaming thread can't keep up or isn't scheduled often
4379           enough for some other reason, but just drop the previous buffer
4380           in that case. Also implement GstBaseSrc::unlock for faster
4381           unlocking when shutting down. (#520892).
4382
4383 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4384
4385         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
4386           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
4387           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
4388           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
4389           (me_gst_setup_view_pipeline), (process_file):
4390         * tests/icles/metadata_editor.glade:
4391           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
4392           drawing/scaling logic to make this compile and work on all platforms.
4393           Fixes #518227.
4394
4395 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4396
4397         * configure.ac:
4398           Bump core/base requirements to released versions to avoid
4399           confusion.
4400
4401         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
4402           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
4403           (gst_deinterlace_set_caps), (plugin_init):
4404           Add debug category, use _set_element_details_simple and
4405           remove special code path for Y42B to calculate offsets and
4406           strides; libgstvideo knows how to handle this format now.
4407
4408 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4409
4410         * gst/cdxaparse/Makefile.am:
4411         * gst/cdxaparse/gstcdxaparse.c:
4412         * gst/cdxaparse/gstcdxastrip.c:
4413         * gst/cdxaparse/gstcdxastrip.h:
4414         * gst/cdxaparse/gstvcdparse.c:
4415         * gst/cdxaparse/gstvcdparse.h:
4416           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
4417           anything the 0.8 version didn't do though.
4418
4419 2008-04-11  Julien Moutte  <julien@fluendo.com>
4420
4421         * sys/oss4/oss4-mixer-enum.c:
4422         (gst_oss4_mixer_enum_get_values_locked):
4423         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
4424         format in debug statements.
4425
4426 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4427
4428         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4429
4430         * configure.ac:
4431         * sys/Makefile.am:
4432         * sys/wininet/Makefile.am:
4433         * sys/wininet/gstwininetsrc.c:
4434         * sys/wininet/gstwininetsrc.h:
4435           Add wininetsrc for basic http/ftp support on windows (#520897).
4436
4437 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4438
4439         * gst/nsf/nsf.h:
4440           Change prototype of process function here too to avoid
4441           'incompatible assignment' warnings.
4442
4443 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
4444
4445         * tests/check/elements/souphttpsrc.c: (got_buffer),
4446         (souphttpsrc_suite):
4447         Increase the timeout for the internet tests to 250 seconds
4448         and check for NULL caps instead of just crashing.
4449         The real fix would be to implement an shoutcast server for the unit test
4450         instead of relying on a working internet connection.
4451         Fixes bug #521749.
4452
4453 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
4454
4455         * gst/rtpmanager/gstrtpbin.c: (free_session):
4456         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
4457         Avoid leaking pads in the RTP manager.
4458
4459 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4460
4461         * gst/nsf/nes_apu.c: (apu_process):
4462         * gst/nsf/nes_apu.h:
4463         Don't do void pointer arithmetic - it's a gcc extension.
4464
4465 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4466
4467         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
4468           Work around missing bits of thread-safety on older GLibs some
4469           more to avoid assertions when starting up multiple playbin
4470           objects concurrently (see #512382).
4471
4472 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4473
4474         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4475
4476         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
4477         Only ignore actual redirects not all responses when in state
4478         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
4479
4480 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4481
4482         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4483
4484         * configure.ac:
4485         Actually build dlls when cross-compiling with mingw32.
4486         Fixes bug #526247.
4487
4488 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4489
4490         * tests/check/elements/ofa.c: (GST_START_TEST):
4491         Also check that we have processed at least 135 seconds of audio
4492         until we stop and calculated a fingerprint.
4493
4494 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4495
4496         * gst/subenc/gstsrtenc.c:
4497         * gst/subenc/gstsrtenc.h:
4498           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4499
4500 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4501
4502         * tests/check/Makefile.am:
4503         * tests/check/elements/.cvsignore:
4504         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4505         (ofa_suite), (main):
4506         Add simple unit tests for the OFA plugin.
4507
4508 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4509
4510         * configure.ac:
4511         * sys/Makefile.am:
4512         * sys/oss4/Makefile.am:
4513         * sys/oss4/oss4-audio.c:
4514         * sys/oss4/oss4-audio.h:
4515         * sys/oss4/oss4-mixer-enum.c:
4516         * sys/oss4/oss4-mixer-enum.h:
4517         * sys/oss4/oss4-mixer-slider.c:
4518         * sys/oss4/oss4-mixer-slider.h:
4519         * sys/oss4/oss4-mixer-switch.c:
4520         * sys/oss4/oss4-mixer-switch.h:
4521         * sys/oss4/oss4-mixer.c:
4522         * sys/oss4/oss4-mixer.h:
4523         * sys/oss4/oss4-property-probe.c:
4524         * sys/oss4/oss4-property-probe.h:
4525         * sys/oss4/oss4-sink.c:
4526         * sys/oss4/oss4-sink.h:
4527         * sys/oss4/oss4-soundcard.h:
4528         * sys/oss4/oss4-source.c:
4529         * sys/oss4/oss4-source.h:
4530           Add initial support for OSSv4. Mixer still needs a bit more love,
4531           but even magic has its limits.
4532
4533 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4534
4535         * configure.ac:
4536         * gst-plugins-bad.spec.in:
4537         * gst/srtenc/Makefile.am:
4538         * gst/srtenc/gstsrtenc.c:
4539         * gst/srtenc/gstsrtenc.h:
4540         * gst/subenc/Makefile.am:
4541         * gst/subenc/gstsrtenc.c: (plugin_init):
4542           Rename new srtenc plugin to subenc.
4543
4544 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4545
4546         * gst/mpegtsparse/mpegtspacketizer.c:
4547         Cable delivery subsystem descriptors' frequency's bcd
4548         is measured in 100Hz units so adjust multiplier accordingly.
4549
4550 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4551
4552         * configure.ac:
4553         * gst/srtenc/Makefile.am:
4554         * gst/srtenc/gstsrtenc.c:
4555         * gst/srtenc/gstsrtenc.h:
4556         Add srt subtitle encoder
4557
4558 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4559
4560         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4561
4562         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4563         (gst_gsmdec_chain):
4564         * ext/gsm/gstgsmdec.h:
4565         Increase the allowed samplerates for the ms-gsm format.
4566         Fixes #481354.
4567
4568 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4569
4570         Patch by: Jan de Groot <jan at jgc homeip net>
4571
4572         * configure.ac:
4573           Fix build with --disable-external (#525100).
4574
4575 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4576
4577         * sys/dvb/gstdvbsrc.c:
4578         Repeat diseqc call to allow for some diseqc switches.
4579
4580 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4581
4582         * ext/Makefile.am:
4583         Dist ofa correctly! Fixes non-uninstalled build.
4584
4585 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4586
4587         * sys/dvb/gstdvbsrc.c:
4588         Make diseqc work more reliably.
4589
4590 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4591
4592         * gst/nsf/Makefile.am:
4593         * gst/nsf/fds_snd.c:
4594         * gst/nsf/mmc5_snd.c:
4595         * gst/nsf/nsf.c:
4596         * gst/nsf/types.h:
4597         * gst/nsf/vrc7_snd.c:
4598         * gst/nsf/vrcvisnd.c:
4599         * gst/nsf/memguard.c:
4600         * gst/nsf/memguard.h:
4601         Remove memguard again and apply hopefully all previously dropped
4602         local patches. Should be really better than the old version now.
4603
4604 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4605
4606         * gst/nsf/memguard.c: (_my_free):
4607         * gst/nsf/types.h:
4608         Unbreak compilation by disabling memguard and doing some dirty hack
4609         fixes to make it compile on 64bits.
4610
4611 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4612
4613         Patch by: Andreas Henriksson <andreas at fatal dot set>
4614
4615         * gst/nsf/Makefile.am:
4616         * gst/nsf/dis6502.h:
4617         * gst/nsf/fds_snd.c:
4618         * gst/nsf/fds_snd.h:
4619         * gst/nsf/fmopl.c:
4620         * gst/nsf/fmopl.h:
4621         * gst/nsf/gstnsf.c:
4622         * gst/nsf/log.c:
4623         * gst/nsf/log.h:
4624         * gst/nsf/memguard.c:
4625         * gst/nsf/memguard.h:
4626         * gst/nsf/mmc5_snd.c:
4627         * gst/nsf/mmc5_snd.h:
4628         * gst/nsf/nes6502.c:
4629         * gst/nsf/nes6502.h:
4630         * gst/nsf/nes_apu.c:
4631         * gst/nsf/nes_apu.h:
4632         * gst/nsf/nsf.c:
4633         * gst/nsf/nsf.h:
4634         * gst/nsf/osd.h:
4635         * gst/nsf/types.h:
4636         * gst/nsf/vrc7_snd.c:
4637         * gst/nsf/vrc7_snd.h:
4638         * gst/nsf/vrcvisnd.c:
4639         * gst/nsf/vrcvisnd.h:
4640         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4641         on some files. Fixes bug #498237.
4642
4643         Remove some // comments, fix some compiler warnings and use pow()
4644         instead of a slow, selfmade implementation.
4645
4646 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4647
4648         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4649
4650         * configure.ac:
4651         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4652
4653 2008-03-24  Rene Stadler  <mail@renestadler.de>
4654
4655         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4656           (gst_rg_analysis_transform_ip):
4657         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4658           (gst_rg_limiter_transform_ip):
4659         Make rganalysis and rglimiter elements GAP-flag aware.
4660
4661         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4662           (rganalysis_suite):
4663         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4664         Add tests to verify gap-awareness.
4665
4666 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4667
4668         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4669         (gst_soup_http_src_chunk_allocator),
4670         (gst_soup_http_src_got_chunk_cb),
4671         (gst_soup_http_src_uri_get_protocols):
4672         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4673         GIO and GnomeVFS as they provide authentication.
4674
4675         Don't leak the icy caps if we already set them and get a new
4676         icy-metaint header.
4677
4678         Try harder to set the icy caps on the output buffer to have correct
4679         caps for the first buffer already.
4680
4681         * tests/check/elements/souphttpsrc.c: (got_buffer),
4682         (GST_START_TEST):
4683         Check that we get a buffer with application/x-icy caps if iradio-mode
4684         is enabled and we have an icecast URL.
4685
4686 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4687
4688         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
4689         Actually set the icy caps on our src pad if we have icecast data.
4690         Fixes bug #523854.
4691
4692 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4693
4694         * configure.ac:
4695         Check if the compiler supports do { } while (0) macros. This fixes
4696         a warning when compiling with g++ 4.3, resulting in a build failure
4697         because of -Werror.
4698
4699         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4700         * ext/mplex/gstmplex.cc:
4701         Include <string.h> for memcpy and friends to fix the build with
4702         gcc 4.3.
4703
4704         * tests/check/Makefile.am:
4705         Remove trailing backslash.
4706
4707 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4708
4709         * gst/selector/gstinputselector.c:
4710         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
4711         Do g_object_notify() only when not holding the lock to get the property
4712         because otherwise we run into a deadlock with the deep-notify handlers
4713         that are possibly installed.
4714
4715 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4716
4717         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4718         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4719         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
4720         Release the selector lock when pad alloc happens on a non selected pad.
4721
4722 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4723
4724         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4725         (gst_selector_pad_init), (gst_selector_pad_set_property),
4726         (gst_selector_pad_get_property), (gst_selector_pad_event),
4727         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4728         (gst_input_selector_set_active_pad):
4729         Add pad property to configure behaviour of the unselected pad, it can
4730         return OK or NOT_LINKED, based on the use case.
4731
4732 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4733
4734         * gst/selector/gstinputselector.c:
4735         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
4736         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4737         (gst_input_selector_wait), (gst_selector_pad_chain),
4738         (gst_input_selector_class_init), (gst_input_selector_init),
4739         (gst_input_selector_dispose), (gst_segment_set_start),
4740         (gst_input_selector_set_active_pad),
4741         (gst_input_selector_set_property),
4742         (gst_input_selector_get_property),
4743         (gst_input_selector_get_linked_pad),
4744         (gst_input_selector_is_active_sinkpad),
4745         (gst_input_selector_activate_sinkpad),
4746         (gst_input_selector_request_new_pad),
4747         (gst_input_selector_release_pad),
4748         (gst_input_selector_change_state), (gst_input_selector_block),
4749         (gst_input_selector_switch):
4750         * gst/selector/gstinputselector.h:
4751         Figure out the locking a bit more.
4752         Mark buffers with discont after switching.
4753         Fix initial segment forwarding, make sure to only forward one segment
4754         regardless of what the sequence of buffers/segments is. See #522203.
4755         Improve flushing when blocked.
4756         Return NOT_LINKED when a stream is not selected.
4757         Not API change for the switch signal in the docs.
4758         Fix start/time/accum values of the new segment.
4759         Correctly unlock and flush a blocking selector when going to READY.
4760
4761 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4762
4763         * ext/ladspa/gstladspa.c:
4764         * ext/ladspa/gstsignalprocessor.c:
4765           Add some thoughts and FIXME's.
4766
4767 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4768
4769         * gst/bayer/gstbayer2rgb.c:
4770           Include stdlib.h for abs.
4771
4772 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
4773
4774         * gst/freeze/FAQ:
4775         * gst/freeze/Makefile.am:
4776         * gst/freeze/gstfreeze.c:
4777           Add example to source code documentation blob and remove the 3 line
4778           FAQ.
4779
4780         * gst/interleave/interleave.c:
4781           Add a source code documentation blob.
4782
4783 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4784
4785         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
4786         (gst_ofa_transform_ip), (plugin_init):
4787         Improve debugging, clean up a bit and really generate the fingerprint
4788         after 135 seconds.
4789
4790 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4791
4792         * ext/ofa/gstofa.c:
4793         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
4794
4795 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4796
4797         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
4798
4799         * configure.ac:
4800         * ext/ofa/Makefile.am:
4801         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
4802         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
4803         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
4804         (plugin_init):
4805         * ext/ofa/gstofa.h:
4806         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
4807         Fixes bug #351309.
4808
4809 2008-03-18  Andy Wingo  <wingo@pobox.com>
4810
4811         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
4812         and a potential int overflow.
4813
4814         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
4815         Avoids a #warning about an ignored #pragma.
4816
4817 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4818
4819         * examples/switch/switcher.c:
4820         Update switch example to use input selector.
4821
4822 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4823
4824         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
4825         (gst_neonhttp_src_send_request_and_redirect):
4826         Handle HTTP status code 303 (See Other) the same way
4827         as 302 (Found). Not sure what to do about all the other 3xx
4828         redirect status codes. Fixes bug #522884.
4829
4830 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
4831
4832         * gst-libs/gst/dshow/Makefile.am:
4833         Make sure the dshow helper library headers get distributed in the next
4834         release.
4835
4836 2008-03-14  David Schleef  <ds@schleef.org>
4837
4838         Patch by: William M. Brack
4839
4840         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
4841
4842 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4843
4844         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
4845         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4846         (gst_input_selector_class_init),
4847         (gst_input_selector_set_active_pad),
4848         (gst_input_selector_set_property),
4849         (gst_input_selector_push_pending_stop):
4850         Add lots of debugging. 
4851         Fix time member in the newsegment event.
4852
4853 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4854
4855         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4856         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4857         (gst_selector_pad_event), (gst_input_selector_class_init),
4858         (gst_input_selector_init), (gst_input_selector_set_active_pad),
4859         (gst_input_selector_set_property),
4860         (gst_input_selector_get_property),
4861         (gst_input_selector_request_new_pad),
4862         (gst_input_selector_release_pad),
4863         (gst_input_selector_push_pending_stop),
4864         (gst_input_selector_switch):
4865         * gst/selector/gstinputselector.h:
4866         Various cleanups.
4867         Added tags to the pads.
4868         Select active pad based on the pad object instead of its name.
4869         Fix refcount in set_active_pad.
4870         Add property to get the number of pads.
4871
4872         * gst/selector/gstoutputselector.c:
4873         (gst_output_selector_class_init),
4874         (gst_output_selector_set_property),
4875         (gst_output_selector_get_property):
4876         Various cleanups.
4877         Select the active pad based on the pad object instead of its name.
4878         Fix locking when setting the active pad.
4879
4880         * gst/selector/gstselector-marshal.list:
4881         * tests/check/elements/selector.c: (cleanup_pad),
4882         (selector_set_active_pad), (run_input_selector_buffer_count):
4883         Fixes for pad instead of padname for pad selection.
4884
4885 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4886
4887         * ext/alsaspdif/alsaspdifsink.c:
4888         * ext/gsm/gstgsm.c:
4889         * ext/jack/gstjack.c:
4890         * ext/libmms/gstmms.c:
4891         * ext/neon/gstneonhttpsrc.c:
4892         * ext/shout/gstshout.c:
4893         * ext/timidity/gsttimidity.c:
4894         * ext/timidity/gstwildmidi.c:
4895         * gst/nuvdemux/gstnuvdemux.c:
4896         * gst/tta/gsttta.c:
4897         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4898         of hardcoding values where possible. Fixes bug #522212.
4899
4900 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4901
4902         Patch by: Wouter Cloetens <wouter at mind dot be>
4903
4904         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
4905         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
4906         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
4907         * ext/soup/gstsouphttpsrc.h:
4908         Try to resume on server disconnect. Fixes bug #522134.
4909
4910 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4911
4912         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
4913         Set correct pixel aspect ratio for the encoder.
4914
4915 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4916
4917         Patch by: Olivier Crete <tester at tester dot ca>
4918
4919         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
4920         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
4921         (rtp_session_create_source), (rtp_session_process_rtp),
4922         (rtp_session_process_sr), (rtp_session_process_rr),
4923         (rtp_session_process_sdes), (rtp_session_process_bye),
4924         (rtp_session_send_bye_locked), (rtp_session_send_bye),
4925         (rtp_session_on_timeout):
4926         * gst/rtpmanager/rtpsession.h:
4927         Implement collision and loop detection in rtpmanager.
4928         Fixes #520626.
4929
4930         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
4931         (rtp_source_init):
4932         * gst/rtpmanager/rtpsource.h:
4933         Add method to reset stats.
4934
4935 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4936
4937         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4938
4939         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
4940         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
4941         (join_rtcp_thread), (gst_rtp_session_change_state):
4942         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
4943         be blocked downstream. Also avoid spawning multiple rtcp threads.
4944         Fixes #520894.
4945
4946 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4947
4948         Patch by: Stefan Kost <ensonic@users.sf.net>
4949
4950         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
4951         Don't try to reset the clock skew when we have no timestamps.
4952         Fixes #519005.
4953
4954 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4955
4956         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4957
4958         * ext/faad/gstfaad.c: (looks_like_valid_header):
4959         Improve the header checking to look for what faad2 looks
4960         for too. Fixes playback of same apple trailers.
4961         Fixes bug #469979.
4962
4963 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4964
4965         * configure.ac:
4966         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
4967         2.0.0-rcX is newer than 2.0.0 so we check for this too.
4968
4969 2008-03-05  David Schleef  <ds@schleef.org>
4970
4971         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
4972           from the encoder program in dirac.
4973
4974 2008-03-05  David Schleef  <ds@schleef.org>
4975
4976         * configure.ac:
4977         * ext/Makefile.am:
4978         * ext/dirac/Makefile.am:
4979         * ext/dirac/gstdirac.cc:
4980         * ext/dirac/gstdiracenc.cc:
4981           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
4982           elements.
4983
4984 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4985
4986         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4987
4988         * configure.ac:
4989         * ext/Makefile.am:
4990         * ext/mplex/Makefile.am:
4991         * ext/mplex/gstmplex.cc:
4992         * ext/mplex/gstmplex.hh:
4993         * ext/mplex/gstmplexibitstream.cc:
4994         * ext/mplex/gstmplexibitstream.hh:
4995         * ext/mplex/gstmplexjob.cc:
4996         * ext/mplex/gstmplexjob.hh:
4997         * ext/mplex/gstmplexoutputstream.cc:
4998         * ext/mplex/gstmplexoutputstream.hh:
4999         Port mplex element to 0.10. Fixes bug #520329.
5000
5001         * tests/check/Makefile.am:
5002         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
5003         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
5004         (GST_START_TEST), (mplex_suite), (main):
5005         Add unit test for the mplex element.
5006
5007 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5008
5009         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5010
5011         * configure.ac:
5012         Clean up detection of different mjpegtoolsAPI versions.
5013
5014         * ext/mpeg2enc/gstmpeg2enc.cc:
5015         * ext/mpeg2enc/gstmpeg2enc.hh:
5016         * ext/mpeg2enc/gstmpeg2encoder.cc:
5017         * ext/mpeg2enc/gstmpeg2encoptions.cc:
5018         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5019         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
5020         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
5021         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
5022         Streamline conditional code for evolving mjpegtools API,
5023         optimize and fix/prevent crash in log handling, use
5024         names/nicks for enums in the usual way andm inor updates
5025         in code and properties/settings. Partially fixes bug #520329.
5026
5027 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5028
5029         * gst/mpegtsparse/gstmpegdesc.h:
5030         * gst/mpegtsparse/mpegtspacketizer.c:
5031         Add parsing of cable delivery system descriptor.
5032
5033 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5034
5035         * configure.ac:
5036         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5037         plug-ins are included/excluded. (#498222)
5038
5039 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
5040
5041         Patch by: Jens Granseuer <jensgr at gmx dot net>
5042
5043         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
5044         (gst_mve_demux_get_type):
5045         Fix audio discontinuity that happens when silent chunks are
5046         followed by real data again. Fixes bug #519905.
5047
5048 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5049
5050         * sys/dvb/gstdvbsrc.c:
5051         * sys/dvb/parsechannels.c:
5052         Add DVB-C support. Special thanks to Christian Schaller
5053         for a testing ground.
5054
5055 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5056
5057         * gst/mpegtsparse/mpegtsparse.c:
5058         Only send PMTs to program pads that the PMT is for even if
5059         on same pid.
5060         As a by-product, we now no longer hardcode any psi pid numbers.
5061         Also remove pcr stream from old pmt when we apply a new pmt.
5062
5063 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
5064
5065         * ext/metadata/TODO:
5066         * ext/metadata/metadata_mapping.htm:
5067         * ext/metadata/metadataexif.c:
5068         * ext/metadata/metadatatags.c:
5069         * ext/metadata/metadatatags.h:
5070         * tests/icles/metadata_editor.c:
5071         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
5072         local time (those changes has been done in previous comit but had to
5073         be revert in 2008-02-10 due to frozen)
5074
5075 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5076
5077         * sys/dvb/camutils.c:
5078         Remove the G_VALUE_HOLDS_BOXED checks. They were
5079         only added to help debug the data corruption.
5080
5081 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5082
5083         * sys/dvb/camutils.c:
5084         Don't free the program descriptors, this structure
5085         containing them is still stored after.
5086         Fixes data corruption.
5087
5088 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5089
5090         * sys/dvb/camutils.c:
5091         Extra checks to prevent data corruption/segfaults.
5092
5093 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5094
5095         * ext/nas/nassink.c:
5096           Fix build warning by using portable API.
5097
5098 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5099
5100         * gst/selector/gstoutputselector.c:
5101           Fix changing to same pad twice before a chain call.     
5102
5103 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5104
5105         Patch by: Daniel Fischer <dan at f3c dot com>
5106
5107         * configure.ac:
5108         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
5109         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
5110         * ext/dc1394/gstdc1394.h:
5111         Add support for libdc1394 2.0.0 and above and require this version
5112         now. Fixes bug #514964.
5113
5114 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5115
5116         Patch by: Wouter Cloetens <wouter at mind dot be>
5117
5118         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
5119         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5120         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5121         (gst_soup_http_src_create):
5122         * ext/soup/gstsouphttpsrc.h:
5123         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
5124         (souphttpsrc_suite):
5125         Add support for specifying a list of cookies to be passed in
5126         the HTTP request. Fixes bug #518722.
5127
5128 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5129
5130         * gst/selector/gstinputselector.c:
5131         * gst/selector/gstinputselector.h:
5132           Added "select-all" property to make it work like aggregator in 0.8.
5133
5134         * gst/selector/gstoutputselector.c:
5135           Fix resend-latest behavoiur.
5136           
5137         * tests/check/Makefile.am:
5138         * tests/check/elements/.cvsignore:
5139         * tests/check/elements/selector.c:
5140           Add unit tests for selector.
5141
5142 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5143
5144         * configure.ac:
5145         * ext/timidity/gsttimidity.c: (plugin_init):
5146         * ext/timidity/gstwildmidi.c: (plugin_init):
5147         Remove midi typefinders and require base CVS as they moved there.
5148
5149 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5150
5151         * ext/Makefile.am:
5152         Only disable the ext/timidity directory if both, wildmidi
5153         _and_ timidity are not available.
5154
5155 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5156
5157         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
5158
5159         * ext/Makefile.am:
5160         Build the wildmidi plugin if it's enabled and not only when
5161         both, the timidity and wildmidi plugin, are enabled.
5162
5163 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5164
5165         * configure.ac:
5166         * ext/mpeg2enc/Makefile.am:
5167         * ext/soundtouch/Makefile.am:
5168         * gst/modplug/Makefile.am:
5169           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5170           when building C++ code.
5171
5172 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5173
5174         * sys/dvb/gstdvbsrc.c:
5175         Add initial support for multiproto driver (not yet merged into
5176         v4l-dvb mainline yet).
5177         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
5178
5179 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5180
5181         * docs/plugins/inspect/plugin-alsaspdif.xml:
5182         * docs/plugins/inspect/plugin-app.xml:
5183         * docs/plugins/inspect/plugin-bayer.xml:
5184         * docs/plugins/inspect/plugin-bz2.xml:
5185         * docs/plugins/inspect/plugin-cdaudio.xml:
5186         * docs/plugins/inspect/plugin-cdxaparse.xml:
5187         * docs/plugins/inspect/plugin-dfbvideosink.xml:
5188         * docs/plugins/inspect/plugin-dtsdec.xml:
5189         * docs/plugins/inspect/plugin-dvb.xml:
5190         * docs/plugins/inspect/plugin-dvdspu.xml:
5191         * docs/plugins/inspect/plugin-faac.xml:
5192         * docs/plugins/inspect/plugin-faad.xml:
5193         * docs/plugins/inspect/plugin-fbdevsink.xml:
5194         * docs/plugins/inspect/plugin-festival.xml:
5195         * docs/plugins/inspect/plugin-filter.xml:
5196         * docs/plugins/inspect/plugin-flvdemux.xml:
5197         * docs/plugins/inspect/plugin-freeze.xml:
5198         * docs/plugins/inspect/plugin-gsm.xml:
5199         * docs/plugins/inspect/plugin-gstinterlace.xml:
5200         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
5201         * docs/plugins/inspect/plugin-h264parse.xml:
5202         * docs/plugins/inspect/plugin-interleave.xml:
5203         * docs/plugins/inspect/plugin-jack.xml:
5204         * docs/plugins/inspect/plugin-ladspa.xml:
5205         * docs/plugins/inspect/plugin-metadata.xml:
5206         * docs/plugins/inspect/plugin-mms.xml:
5207         * docs/plugins/inspect/plugin-modplug.xml:
5208         * docs/plugins/inspect/plugin-mpeg2enc.xml:
5209         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
5210         * docs/plugins/inspect/plugin-mpegtsparse.xml:
5211         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5212         * docs/plugins/inspect/plugin-musepack.xml:
5213         * docs/plugins/inspect/plugin-musicbrainz.xml:
5214         * docs/plugins/inspect/plugin-mve.xml:
5215         * docs/plugins/inspect/plugin-neon.xml:
5216         * docs/plugins/inspect/plugin-nsfdec.xml:
5217         * docs/plugins/inspect/plugin-nuvdemux.xml:
5218         * docs/plugins/inspect/plugin-rawparse.xml:
5219         * docs/plugins/inspect/plugin-real.xml:
5220         * docs/plugins/inspect/plugin-replaygain.xml:
5221         * docs/plugins/inspect/plugin-rfbsrc.xml:
5222         * docs/plugins/inspect/plugin-sdl.xml:
5223         * docs/plugins/inspect/plugin-sdp.xml:
5224         * docs/plugins/inspect/plugin-selector.xml:
5225         * docs/plugins/inspect/plugin-sndfile.xml:
5226         * docs/plugins/inspect/plugin-soundtouch.xml:
5227         * docs/plugins/inspect/plugin-spcdec.xml:
5228         * docs/plugins/inspect/plugin-speed.xml:
5229         * docs/plugins/inspect/plugin-speexresample.xml:
5230         * docs/plugins/inspect/plugin-stereo.xml:
5231         * docs/plugins/inspect/plugin-tremor.xml:
5232         * docs/plugins/inspect/plugin-tta.xml:
5233         * docs/plugins/inspect/plugin-vcdsrc.xml:
5234         * docs/plugins/inspect/plugin-videosignal.xml:
5235         * docs/plugins/inspect/plugin-vmnc.xml:
5236         * docs/plugins/inspect/plugin-x264.xml:
5237         * docs/plugins/inspect/plugin-xvid.xml:
5238         * docs/plugins/inspect/plugin-y4menc.xml:
5239           Update to version 0.10.6.1.
5240
5241 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5242
5243         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5244         * docs/plugins/inspect/plugin-gdp.xml:
5245         * docs/plugins/inspect/plugin-quicktime.xml:
5246         * docs/plugins/inspect/plugin-switch.xml:
5247         * docs/plugins/inspect/plugin-videocrop.xml:
5248           Remove docs for elements that have moved to other modules
5249           or been renamed.
5250
5251 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5252
5253         Patch by: Wouter Cloetens <wouter at mind dot be>
5254
5255         * configure.ac:
5256         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
5257         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
5258         (gst_soup_http_src_chunk_allocator),
5259         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
5260         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
5261         * ext/soup/gstsouphttpsrc.h:
5262         Implement zero-copy and make the buffer size configurable.
5263         Prefix proxy URIs with "http://" if they don't start with it
5264         already and catch errors earlier, fixes hanging in some situations.
5265         Fixes bug #514948.
5266
5267 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5268
5269         * tests/check/gst-plugins-bad.supp:
5270         Add suppressions for SoundTouch valgrind warnings and
5271         a valgrind warning caused by the LADSPA sine plugin and
5272         happening on every exit().
5273         Remove GIO suppressions as it's now in -base.
5274
5275 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5276
5277         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
5278         Don't allocate and copy the data to a new place but instead
5279         put the data from gmyth (which we own) into the buffers that
5280         are passed downstream.
5281
5282 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5283
5284         * ext/timidity/gstwildmidi.c:
5285         If WILDMIDI_CFG is not defined, define it to the default
5286         timidity configure file.
5287
5288 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5289
5290         Based on a patch by:
5291           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5292
5293         * configure.ac:
5294         * ext/mpeg2enc/gstmpeg2enc.cc:
5295         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
5296         use mjpeg_loglev_t() for getting the log levels. Check for this
5297         function in configure.ac as the pkg-config file doesn't tell us
5298         which release candidate we have. Fixes bug #517896.
5299
5300 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5301
5302         * configure.ac:
5303         Check for X for the nas plugin to make it possible to build it
5304         again. Fixes bug #517895.
5305
5306 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5307
5308         * tests/check/Makefile.am:
5309         Ignore some more elements for the states unit test, like
5310         dfbvideosink which produces a segfault. Fixes bug #517854.
5311
5312 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5313
5314         Patch by: Jens Granseuer <jensgr at gmx dot net>
5315
5316         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
5317         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
5318         (rfb_decoder_state_set_encodings):
5319         * gst/mpegtsparse/mpegtspacketizer.c:
5320         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
5321         (mpegts_packetizer_parse_eit):
5322         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
5323         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
5324         Some C89 fixes, moving variable declarations to the beginning
5325         of a block. Fixes bug #517937.
5326
5327 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5328
5329         * configure.ac:
5330         Back to development...
5331
5332 === release 0.10.6 ===
5333
5334 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5335
5336         * configure.ac:
5337           releasing 0.10.6, "A Big Deep Breath"
5338
5339 2008-02-20  Bastien Nocera  <hadess@hadess.net>
5340
5341         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
5342         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
5343         and fail seek properly on anything but _BYTES format
5344         Fixes bug #517684
5345
5346 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
5347
5348         Patch by: Olivier Crete <tester at tester dot ca>
5349
5350         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
5351         Fix small memory leak, leaking caps. Fixes bug #517571.
5352
5353 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5354
5355         * gst/tta/Makefile.am:
5356         Link tta plugin with libm. Fixes bug #517391.
5357
5358 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5359
5360         * sys/dvb/camutils.c:
5361         Do not assume "descriptors" property in the pmt structure
5362         is present.
5363         Fixes #516499.
5364
5365 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5366
5367         Patch by: Olivier Crete <tester@tester.ca>
5368
5369         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
5370         Ignore streams that did not receive an SR packet when doing
5371         synchronisation. Fixes #516160.
5372
5373 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
5374
5375         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
5376         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
5377         on an idea by Jan Schmidt, fixes bug #516436.
5378
5379 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5380
5381         * gst/mpegtsparse/gstmpegdesc.c:
5382         * gst/mpegtsparse/gstmpegdesc.h:
5383         * gst/mpegtsparse/mpegtsparse.c:
5384         Make sure the gstmpegdesc debug lines do not critical
5385         when GST_DEBUG is enabled and also actually output.
5386         Thanks to Alessandro Decina for spotting.
5387         Fixes #516448
5388
5389 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
5390
5391         * gst-libs/gst/Makefile.am:
5392         * sys/Makefile.am:
5393         Also add dshow pieces to the disted subdirs to fix distcheck.
5394
5395 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5396
5397         Patch by: Josep Torra Valles <josep@fluendo.com>
5398
5399         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5400         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
5401
5402 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
5403
5404         * configure.ac:
5405         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
5406         until 0.7 fortunately.
5407
5408 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5409
5410         * configure.ac:
5411         Generate the directshow Makefiles so that the directories
5412         get disted. Still needs some configure time detection to enable
5413         building them under MingW.
5414
5415 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5416
5417         * ext/metadata/Makefile.am:
5418         Don't install a header file. We will have to merge these
5419         tags into libgsttag after the release and use them from there.
5420         Fixes: #515860
5421
5422 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5423
5424         * gst-libs/gst/dshow/Makefile.am:
5425         * sys/dshowdecwrapper/Makefile.am:
5426         * sys/dshowsrcwrapper/Makefile.am:
5427         Add Makefiles to win32 plugins and lib.
5428         They will need to be tested and probably fixed by developers
5429         working with mingw. This is a first step to include source files 
5430         with releases.
5431         
5432 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5433
5434         * sys/dvb/dvbbasebin.c:
5435         Fix leak of location string returned from gst_uri_get_location.
5436         Fixes bug #516114
5437
5438 2008-02-12  David Schleef  <ds@schleef.org>
5439
5440         * configure.ac:
5441         * docs/plugins/Makefile.am:
5442         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5443         * docs/plugins/inspect/plugin-glimagesink.xml:
5444         * sys/Makefile.am:
5445         * sys/glsink/BUGS:
5446         * sys/glsink/Makefile.am:
5447         * sys/glsink/color_matrix.c:
5448         * sys/glsink/glextensions.c:
5449         * sys/glsink/glextensions.h:
5450         * sys/glsink/glimagesink.c:
5451         * sys/glsink/glimagesink.h:
5452         * sys/glsink/gltestsrc.c:
5453         * sys/glsink/gltestsrc.h:
5454         * sys/glsink/gstglbuffer.c:
5455         * sys/glsink/gstglbuffer.h:
5456         * sys/glsink/gstglconvert.c:
5457         * sys/glsink/gstgldisplay.c:
5458         * sys/glsink/gstgldisplay.h:
5459         * sys/glsink/gstgldownload.c:
5460         * sys/glsink/gstglfilter.c:
5461         * sys/glsink/gstglfilter.h:
5462         * sys/glsink/gstglfilterexample.c:
5463         * sys/glsink/gstgltestsrc.c:
5464         * sys/glsink/gstgltestsrc.h:
5465         * sys/glsink/gstglupload.c:
5466         * sys/glsink/gstopengl.c:
5467           Remove glimagesink, as it's been moved to gst-plugins-gl.
5468           Fixes #516094.
5469
5470 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5471
5472         Patch by: Josep Torra Valles <josep@fluendo.com>
5473
5474         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5475         Fix potential buffer leak in reverse mode. Fixes #516061.
5476
5477 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5478
5479         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5480         (gst_dshowaudiodec_dispose):
5481         * sys/dshowdecwrapper/gstdshowvideodec.c:
5482         (gst_dshowvideodec_dispose):
5483         Chain up dispose methods properly. Fixes bug #515970.
5484
5485 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5486
5487         * gst/mpegvideoparse/mpegvideoparse.c:
5488         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5489         (gst_mpegvideoparse_change_state):
5490         Fix leaking caps.
5491         Fix potential buffer leak in forward mode.
5492         Cleanup queues when going to READY. Fixes #515815.
5493
5494 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5495
5496         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5497         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5498         * docs/plugins/inspect/plugin-gio.xml:
5499         Remove documentation for the GIO plugin as it was moved to
5500         gst-plugins-base. Fixes bug #515964.
5501
5502 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5503
5504         * ext/xvid/gstxvidenc.c:
5505         * gst/vmnc/vmncdec.c:
5506         * sys/glsink/glimagesink.c:
5507         * sys/glsink/gstgldisplay.c:
5508         Fix some finalize leaks by chaining up to the parent method.
5509         Fixes: #515919
5510
5511 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5512
5513         * tests/check/elements/souphttpsrc.c:
5514         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5515
5516 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5517
5518         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5519         Free the rfb decoder on finalize. Fixes bug #515721.
5520
5521 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5522
5523         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5524         (gst_fbdevsink_finalize):
5525         Free the device string in finalize. Fixes bug #515722.
5526
5527 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5528
5529         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5530         Unset GValues after using them. Fixes bug #515720.
5531
5532 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5533
5534         * tests/check/Makefile.am:
5535         Disable the dvb plugin for the states test. Fixes bug #515567.
5536
5537 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5538
5539         * ext/metadata/TODO:
5540         * ext/metadata/metadata_mapping.htm:
5541         * ext/metadata/metadataexif.c:
5542         * ext/metadata/metadatatags.c:
5543         * ext/metadata/metadatatags.h:
5544         * tests/icles/metadata_editor.c:
5545           Revert changes to 2008-02-09 due to frozen.
5546
5547 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5548
5549         * ext/ivorbis/vorbisfile.c:
5550         Trivial fix for build warning.
5551         Patch by: Josep Torra Valles <josep@fluendo.com>
5552         Fixes: #515588
5553
5554 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5555
5556         * ext/metadata/TODO:
5557         * ext/metadata/metadataexif.c:
5558           Convert from EXIF to XMP DataTime as local time.
5559
5560 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5561
5562         * ext/metadata/TODO:
5563         * ext/metadata/metadata_mapping.htm:
5564         * ext/metadata/metadataexif.c:
5565         * ext/metadata/metadatatags.c:
5566         * ext/metadata/metadatatags.h:
5567         * tests/icles/metadata_editor.c:
5568           Map Date-Time and GPS tags.
5569           
5570
5571 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5572
5573         * gst/selector/Makefile.am:
5574
5575         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5576         let's not do that
5577
5578         * tests/check/Makefile.am:
5579         Disable the crashing cdaudio plugin from the states test so I can make
5580         pre-releases.
5581
5582 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5583
5584         * win32/vs6/libgstdshowdecwrapper.dsp:
5585         * win32/vs6/libgstflv.dsp:
5586         Convert to DOS line endings, and set -kb
5587
5588 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5589
5590         * sys/dvb/Makefile.am:
5591         * sys/dvb/dvbbasebin.c:
5592         Add URI Handler for dvb.
5593         Re-order pad templates to workaround a bug in playbasebin.
5594         * sys/dvb/parsechannels.c:
5595         * sys/dvb/parsechannels.h:
5596         Add code to parse channels from zap-style channels.conf files.
5597
5598 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5599
5600         * configure.ac:
5601         * docs/plugins/Makefile.am:
5602         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5603         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5604         * docs/plugins/gst-plugins-bad-plugins.args:
5605         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5606         * docs/plugins/inspect/plugin-multifile.xml:
5607         * gst/multifile/Makefile.am:
5608         * gst/multifile/gstmultifile.c:
5609         * gst/multifile/gstmultifilesink.c:
5610         * gst/multifile/gstmultifilesink.h:
5611         * gst/multifile/gstmultifilesrc.c:
5612         * gst/multifile/gstmultifilesrc.h:
5613         * gst/multifile/multifile.vproj:
5614         * tests/check/Makefile.am:
5615         * tests/check/elements/multifile.c:
5616
5617         Remove multifile plugin, which has moved to -good
5618
5619 2008-02-07  David Schleef  <ds@schleef.org>
5620
5621         * gst/multifile/gstmultifilesink.c:
5622         * gst/multifile/gstmultifilesrc.c:
5623           Use g_file_[sg]et_contents() instead of using stdio functions.
5624           Should be less error prone.
5625         * tests/check/elements/multifile.c:
5626           Create a temporary directory using standard functions instead of
5627           creating a directory in the current dir.
5628
5629 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5630
5631         * configure.ac:
5632         * docs/plugins/Makefile.am:
5633         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5634         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5635         * docs/plugins/gst-plugins-bad-plugins.args:
5636         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5637         * docs/plugins/inspect/plugin-spectrum.xml:
5638         * gst/spectrum/.cvsignore:
5639         * gst/spectrum/Makefile.am:
5640         * gst/spectrum/README:
5641         * gst/spectrum/demo-audiotest.c:
5642         * gst/spectrum/demo-osssrc.c:
5643         * gst/spectrum/gstspectrum.c:
5644         * gst/spectrum/gstspectrum.h:
5645         * gst/spectrum/spectrum.vcproj:
5646         * tests/check/Makefile.am:
5647         * tests/check/elements/spectrum.c:
5648
5649         Remove spectrum plugin, which has moved to -good
5650
5651 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5652
5653         * docs/plugins/gst-plugins-bad-plugins.args:
5654         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5655         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5656         Remove equalizer plugin docs
5657
5658         * tests/check/Makefile.am:
5659         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5660         other modules.
5661
5662         * tests/check/elements/multifile.c:
5663         * tests/check/elements/rganalysis.c:
5664         * tests/check/elements/rglimiter.c:
5665
5666         Fix compiler warnings from -Wall -Werror
5667
5668 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5669
5670         * configure.ac:
5671         * docs/plugins/Makefile.am:
5672         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5673         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5674         * docs/plugins/inspect/plugin-equalizer.xml:
5675         * gst/equalizer/.cvsignore:
5676         * gst/equalizer/Makefile.am:
5677         * gst/equalizer/demo.c:
5678         * gst/equalizer/gstiirequalizer.c:
5679         * gst/equalizer/gstiirequalizer.h:
5680         * gst/equalizer/gstiirequalizer10bands.c:
5681         * gst/equalizer/gstiirequalizer10bands.h:
5682         * gst/equalizer/gstiirequalizer3bands.c:
5683         * gst/equalizer/gstiirequalizer3bands.h:
5684         * gst/equalizer/gstiirequalizernbands.c:
5685         * gst/equalizer/gstiirequalizernbands.h:
5686         * tests/check/Makefile.am:
5687         * tests/check/elements/.cvsignore:
5688         * tests/check/elements/equalizer.c:
5689
5690         Remove the equalizer plugin, which has moved to -good
5691
5692 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5693
5694         * configure.ac:
5695         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5696         pre-releases or releases.
5697
5698 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5699
5700         * docs/plugins/Makefile.am:
5701         Don't scan deleted xingmux header.
5702
5703 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5704
5705         * configure.ac:
5706         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5707         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5708         * docs/plugins/inspect/plugin-xingheader.xml:
5709         * gst/xingheader/Makefile.am:
5710         * gst/xingheader/gstxingmux.c:
5711         * gst/xingheader/gstxingmux.h:
5712         * tests/check/Makefile.am:
5713         * tests/check/elements/.cvsignore:
5714         * tests/check/elements/xingmux.c:
5715         * tests/check/elements/xingmux_testdata.h:
5716         Remove the xingmux plugin, as the element has moved into
5717         mpegaudioparse in -ugly.
5718
5719 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5720
5721         * docs/plugins/Makefile.am:
5722         Remove mention of non-existent headers to fix the build.
5723
5724 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5725
5726         * configure.ac:
5727         * ext/Makefile.am:
5728         * ext/gio/Makefile.am:
5729         * ext/gio/gstgio.c:
5730         * ext/gio/gstgio.h:
5731         * ext/gio/gstgiobasesink.c:
5732         * ext/gio/gstgiobasesink.h:
5733         * ext/gio/gstgiobasesrc.c:
5734         * ext/gio/gstgiobasesrc.h:
5735         * ext/gio/gstgiosink.c:
5736         * ext/gio/gstgiosink.h:
5737         * ext/gio/gstgiosrc.c:
5738         * ext/gio/gstgiosrc.h:
5739         * ext/gio/gstgiostreamsink.c:
5740         * ext/gio/gstgiostreamsink.h:
5741         * ext/gio/gstgiostreamsrc.c:
5742         * ext/gio/gstgiostreamsrc.h:
5743         * tests/check/Makefile.am:
5744         * tests/check/pipelines/.cvsignore:
5745         * tests/check/pipelines/gio.c:
5746
5747         Remove GIO plugin which has now moved to -base.
5748
5749 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5750
5751         * docs/plugins/Makefile.am:
5752         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5753         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5754         * docs/plugins/gst-plugins-bad-plugins.args:
5755         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5756         * gst/filter/Makefile.am:
5757         * gst/filter/filter.vcproj:
5758         * gst/filter/gstbpwsinc.c:
5759         * gst/filter/gstbpwsinc.h:
5760         * gst/filter/gstfilter.c:
5761         * gst/filter/gstfilter.h:
5762         * gst/filter/gstlpwsinc.c:
5763         * gst/filter/gstlpwsinc.h:
5764         * tests/check/Makefile.am:
5765         * tests/check/elements/bpwsinc.c:
5766         * tests/check/elements/lpwsinc.c:
5767
5768         Remove lpwsinc and bpwsinc elements - they've become
5769         audiowsinclimit and audiowsincband respectively, in the
5770         gst-plugins-good audiofx plugin.
5771
5772 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5773
5774         * ext\neon\gstneonhttpsrc.c:
5775         Include unistd.h only if _HAVE_UNISTD_H is defined
5776         * gst\mpegvideoparse\mpegvideoparse.c:
5777         Use G_GUINT64_CONSTANT GLIB macro for constant
5778         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
5779         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
5780         * sys\dshowdecwrapper\gstdshowaudiodec.c:
5781         * sys\dshowdecwrapper\gstdshowaudiodec.h:
5782         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
5783         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
5784         * sys\dshowdecwrapper\gstdshowvideodec.c
5785         * sys\dshowdecwrapper\gstdshowvideodec.h:
5786         Add a DirectShow decoder wrapper.
5787         * win32\MANIFEST:
5788         Add new win32 files to MANIFEST
5789         * win32\vs6\gst_plugins_bad.dsw:
5790         * win32\vs6\libgstdshow.dsp:
5791         * win32\vs6\libgstdshowdecwrapper.dsp:
5792         * win32\vs6\libgstflv.dsp:
5793         Add new projects to bad workspace
5794
5795 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5796
5797         * gst/mpegtsparse/mpegtspacketizer.c:
5798         Parse component descriptor.
5799         * gst/mpegtsparse/mpegtsparse.c:
5800         Add SI pids to every program (but hardcoded currently).
5801
5802 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
5803
5804         * ext/metadata/metadata_mapping.htm:
5805         * ext/metadata/metadataexif.c:
5806         * ext/metadata/metadatatags.c:
5807         * ext/metadata/metadatatags.h:
5808         * tests/icles/metadata_editor.c:
5809         * tests/icles/metadata_editor.glade:
5810           Add more tags. Improve test app.
5811
5812 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5813
5814         * gst/multifile/gstmultifilesink.c:
5815           Add a fixme comment.
5816
5817         * gst/selector/gstoutputselector.c:
5818           Fix same leak as in input-selector.
5819
5820         * tests/icles/output-selector-test.c:
5821           Improve the test.
5822
5823 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5824
5825         * gst/spectrum/gstspectrum.c:
5826           Improve the docs.
5827
5828 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5829
5830         * configure.ac:
5831           The dc1394 plugin seems to use API that was removed or changed
5832           before the final 2.0.0 release, so only build it if 2.0.0-rc5
5833           is available. Someone needs to port it to the final API.
5834
5835         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
5836           Include string.h for memcpy and use g_usleep instead of usleep.
5837
5838 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5839
5840         * gst/filter/gstlpwsinc.c:
5841         Fix typo in the long description of the element.
5842
5843 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5844
5845         * gst/xingheader/Makefile.am:
5846         Put CFLAGS and LIBS in the right order
5847
5848 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5849
5850         * configure.ac:
5851           ximagesrc has moved to -good, so no need to check for
5852           the required X libs here any more.
5853
5854 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5855
5856         Patch by: Wouter Cloetens <wouter at mind dot be>
5857
5858         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
5859         (gst_soup_http_src_create):
5860         Fix memory leak and improve debugging a bit.
5861
5862 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
5863
5864         * ext/metadata/metadata_mapping.htm:
5865         * ext/metadata/metadataexif.c:
5866         * ext/metadata/metadatatags.c:
5867         * ext/metadata/metadatatags.h:
5868           Add more tags mapping.
5869
5870 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5871
5872         * gst/mpegtsparse/mpegtsparse.c:
5873         Handle latency queries in src pads.
5874
5875 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5876
5877         * gst/mpegtsparse/mpegtspacketizer.c:
5878         Add flag to both sdt and nit structures to say
5879         whether the table is for the actual network/ts
5880         or not.
5881
5882 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5883
5884         Patch by: Josep Torra Valles <josep@fluendo.com>
5885
5886         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
5887         Flush packetizer too.
5888
5889 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5890
5891         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
5892         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
5893         Don't use GST_BOILERPLATE as the stuff generated from it is not used
5894         anyway and can't be used.
5895         Store the class struct of the correct type in parent_class.
5896         Pass the LADSPA_Descriptor as class_data to the class_init function
5897         as preparation for the time, when we can add pad templates and friends
5898         in class_init and add a FIXME for that.
5899         Don't use a custom hash table for passing the LADSPA_Descriptors to
5900         base_init but use g_type_set_qdata and g_type_get_qdata.
5901
5902 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5903
5904         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5905         Really fix the build.
5906         TODO : Apply spankOmatic2000 on thaytan's rear end.
5907
5908 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5909
5910         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5911           (GstMpeg2EncPictureReader.StreamPictureParams):
5912           Fix compilation with libmjpegtools 1.8.x.
5913
5914 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5915
5916         * ext/ladspa/gstsignalprocessor.c:
5917         (gst_signal_processor_class_add_pad_template):
5918         Don't unref the pad template after adding it.
5919         gst_element_class_add_pad_template takes ownership of it.
5920
5921 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
5922
5923         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5924         Use the incoming pixel-aspect-ratio if provided to infer a 
5925         default aspect ratio, which can be overridden using the 'aspect'
5926         property.
5927
5928         Fixes: #499008
5929
5930 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
5931
5932         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
5933
5934         * configure.ac:
5935         Fix variable naming to make it possible to build the glimagesink
5936         plugin. Fixes bug #514093.
5937
5938 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5939
5940         * ext/metadata/gstmetadatademux.c:
5941           Demote metadatademux to GST_RANK_NONE for the release, it's not
5942           ready to be autoplugged yet.
5943
5944         * tests/icles/metadata_editor.c:
5945           Fix printf format warning for GType on ppc32 by removing it,
5946           since it doesn't make sense to print the GType value anyway.
5947
5948 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
5949
5950         * ext/metadata/TODO:
5951         * ext/metadata/gstmetadatamux.c:
5952         * ext/metadata/metadata_mapping.htm:
5953         * ext/metadata/metadataexif.c:
5954         * ext/metadata/metadatatags.c:
5955         * ext/metadata/metadatatags.h:
5956           Map more Exif tags.
5957
5958 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5959
5960         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
5961         Don't leak event on pads that are not linked. Fixes #512826.
5962
5963 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5964
5965         * configure.ac:
5966           Bump core/base requirements to released versions, to avoid confusion.
5967
5968         * gst/deinterlace/Makefile.am:
5969         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
5970           Use the new GstVideoFormat API to get strides, plane offsets etc..
5971           For Y42B we still need to calculate these ourselves, since the lib
5972           in -base doesn't know about this format yet and we can't bump the
5973           requirement to CVS right now. Fix the Y42B stride, offset and size
5974           calculations for odd widths and heights while we're at it though
5975           (to match those in videotestsrc).
5976
5977 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
5978
5979         * ext/metadata/metadata_mapping.htm:
5980         * ext/metadata/metadataexif.c:
5981         * ext/metadata/metadataiptc.c:
5982         * ext/metadata/metadatatags.c:
5983         * ext/metadata/metadatatags.h:
5984         * ext/metadata/metadataxmp.c:
5985           Add documentation.
5986
5987 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5988
5989         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5990         Fix compilation.
5991
5992 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5993
5994         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
5995         Really clean up the queue instead of just unreffing all buffers
5996         in it.
5997
5998         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
5999         (gst_app_src_class_init), (gst_app_src_init),
6000         (gst_app_src_dispose), (gst_app_src_finalize):
6001         Fix dispose/finalize.
6002
6003 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6004
6005         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
6006         Fix compiler warning by making the function signature match what
6007         everyone is passing in...
6008
6009         * tests/icles/Makefile.am:
6010         Fix the build on Solaris by removing GNU ld specific flags that
6011         look unnecessary.
6012
6013 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6014
6015         * ext/metadata/Makefile.am:
6016         Add some relevant variables to CFLAGS and LIBADD, for example our
6017         compiler warnings paramters.
6018
6019         * ext/metadata/gstbasemetadata.c:
6020         (gst_base_metadata_strip_push_buffer),
6021         (gst_base_metadata_calculate_offsets),
6022         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
6023         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
6024         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
6025         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
6026         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
6027         (gst_metadata_mux_dispose),
6028         (gst_metadata_mux_create_chunks_from_tags):
6029         * ext/metadata/metadata.c: (metadata_dispose):
6030         * ext/metadata/metadataexif.c:
6031         (metadataparse_exif_content_foreach_entry_func),
6032         (metadatamux_exif_for_each_tag_in_list):
6033         * ext/metadata/metadataiptc.c:
6034         (metadatamux_iptc_for_each_tag_in_list):
6035         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
6036         (metadatamux_jpeg_reading):
6037         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
6038         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
6039         * ext/metadata/metadataparsepng.c:
6040         * ext/metadata/metadataparseutil.h:
6041         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
6042         (metadatamux_xmp_create_chunk_from_tag_list):
6043         Fix a million warnings that showed up after the above change.
6044
6045 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6046
6047         * ext/soup/gstsouphttpsrc.c: (_do_init),
6048         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6049         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6050         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6051         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6052         (gst_soup_http_src_queue_message),
6053         (gst_soup_http_src_add_range_header),
6054         (gst_soup_http_src_session_unpause_message),
6055         (gst_soup_http_src_session_pause_message),
6056         (gst_soup_http_src_session_close),
6057         (gst_soup_http_src_got_headers_cb),
6058         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6059         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6060         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6061         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6062         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6063         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6064         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6065         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6066         (gst_soup_http_src_uri_get_protocols),
6067         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6068         (gst_soup_http_src_uri_handler_init), (plugin_init):
6069         Add changes to gstsouphttpsrc.c that were missing from last commit.
6070
6071 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6072
6073         Patch by: Wouter Cloetens <wouter at mind dot be>
6074
6075         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6076         * docs/plugins/gst-plugins-bad-plugins.args:
6077         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6078         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6079         * docs/plugins/inspect/plugin-soup.xml:
6080         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6081         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6082         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6083         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6084         (gst_soup_http_src_queue_message),
6085         (gst_soup_http_src_add_range_header),
6086         (gst_soup_http_src_session_unpause_message),
6087         (gst_soup_http_src_session_pause_message),
6088         (gst_soup_http_src_session_close),
6089         (gst_soup_http_src_got_headers_cb),
6090         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6091         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6092         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6093         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6094         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6095         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6096         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6097         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6098         (gst_soup_http_src_uri_get_protocols),
6099         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6100         (gst_soup_http_src_uri_handler_init), (plugin_init):
6101         * ext/soup/gstsouphttpsrc.h:
6102         Make coding style more consistent, including class renaming.
6103
6104 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6105
6106         * configure.ac:
6107         Fix configure check for soundtouch to not produce syntax errors.
6108
6109 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6110
6111         * configure.ac:
6112         * ext/metadata/metadataxmp.c:
6113         (metadatamux_xmp_for_each_tag_in_list):
6114         Fix build with exempi >= 1.99.5 and fix the include
6115         path for exempi.
6116
6117 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6118
6119         * ext/metadata/TODO:
6120           Just uptade the ToDo list.
6121
6122 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6123
6124         * ext/metadata/gstbasemetadata.c:
6125         * ext/metadata/metadatamuxjpeg.c:
6126         * ext/metadata/metadatamuxpng.c:
6127         * ext/metadata/metadataparsejpeg.c:
6128         * ext/metadata/metadatatypes.c:
6129         * ext/metadata/metadatatypes.h:
6130         * ext/metadata/metadataxmp.c:
6131           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
6132
6133 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6134
6135         Patch by: Wouter Cloetens <wouter at mind dot be>
6136
6137         * ext/soup/gstsouphttpsrc.c:
6138         Update documentation a bit.
6139
6140         * docs/plugins/gst-plugins-bad-plugins.args:
6141         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6142         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6143         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6144         * docs/plugins/inspect/plugin-alsaspdif.xml:
6145         * docs/plugins/inspect/plugin-dvb.xml:
6146         * docs/plugins/inspect/plugin-filter.xml:
6147         * docs/plugins/inspect/plugin-glimagesink.xml:
6148         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6149         * docs/plugins/inspect/plugin-quicktime.xml:
6150         * docs/plugins/inspect/plugin-rawparse.xml:
6151         * docs/plugins/inspect/plugin-replaygain.xml:
6152         * docs/plugins/inspect/plugin-sdl.xml:
6153         * docs/plugins/inspect/plugin-soundtouch.xml:
6154         * docs/plugins/inspect/plugin-soup.xml:
6155         * docs/plugins/inspect/plugin-spcdec.xml:
6156         * docs/plugins/inspect/plugin-spectrum.xml:
6157         * docs/plugins/inspect/plugin-speed.xml:
6158         * docs/plugins/inspect/plugin-speexresample.xml:
6159         * docs/plugins/inspect/plugin-switch.xml:
6160         * docs/plugins/inspect/plugin-videocrop.xml:
6161         Regenerate everything for the documentation changes we had.
6162
6163 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6164
6165         * ext/gio/gstgiobasesink.c: (close_stream_cb),
6166         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
6167         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
6168         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
6169         (gst_gio_base_src_stop), (gst_gio_base_src_create),
6170         (gst_gio_base_src_set_stream):
6171         Use async variants of the close stream functions to prevent blocking
6172         for a long time there and add some more sanity checks for a correct
6173         stream.
6174
6175 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6176
6177         * tests/icles/Makefile.am:
6178         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
6179
6180 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6181
6182         Patch by: Wouter Cloetens <wouter at mind dot be>
6183
6184         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
6185         Let the proxy property default to the content of the $http_proxy
6186         environment variable.
6187
6188 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6189
6190         Patch by: Wouter Cloetens <wouter at mind dot be>
6191
6192         * tests/check/test-cert.pem:
6193         * tests/check/test-key.pem:
6194         Add missing files for the unit test.
6195
6196 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6197
6198         Patch by: Wouter Cloetens <wouter at mind dot be>
6199
6200         * docs/plugins/Makefile.am:
6201         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6202         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6203         Add souphttpsrc to the docs.
6204
6205         * configure.ac:
6206         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6207         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
6208         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
6209         (gst_souphttp_src_cancel_message),
6210         (gst_souphttp_src_queue_message),
6211         (gst_souphttp_src_add_range_header),
6212         (gst_souphttp_src_session_unpause_message),
6213         (gst_souphttp_src_session_pause_message),
6214         (gst_souphttp_src_session_close),
6215         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
6216         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
6217         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
6218         (gst_souphttp_src_create), (gst_souphttp_src_start),
6219         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
6220         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
6221         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6222         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
6223         (plugin_init):
6224         * ext/soup/gstsouphttpsrc.h:
6225         Add support for libsoup2.4 and require it. Also implement redirection
6226         and manual proxy specification. Fixes bug #510708.
6227
6228         * tests/check/Makefile.am:
6229         * tests/check/elements/.cvsignore:
6230         * tests/check/elements/souphttpsrc.c:
6231         Add unit test for souphttpsrc.
6232
6233 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6234
6235         * ext/Makefile.am:
6236         * ext/metadata/TODO:
6237         * ext/metadata/gstbasemetadata.c:
6238         * ext/metadata/gstbasemetadata.h:
6239         * ext/metadata/metadatamuxjpeg.c:
6240         * ext/metadata/metadatamuxjpeg.h:
6241         * ext/metadata/metadatamuxpng.c:
6242         * ext/metadata/metadatamuxpng.h:
6243         * ext/metadata/metadataparsejpeg.c:
6244         * ext/metadata/metadataparsepng.c:
6245         * tests/icles/Makefile.am:
6246           Add documentation. Fix test app compilation. Fix pull mode.
6247
6248 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6249
6250         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
6251
6252         * gst/rtpmanager/gstrtpjitterbuffer.c:
6253         (gst_rtp_jitter_buffer_chain):
6254         Try to get the new clock-rate from the buffer caps when we receive a new
6255         payload type instead of always firing the signal. Fixes #512774.
6256
6257 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
6258
6259         * ext/mpeg2enc/gstmpeg2enc.cc:
6260         Define LOG_NONE and friends if they're not defined yet. mjpegtools
6261         1.9.0rc3 removed their definitions but without it doesn't make much
6262         sense to write a log handler.
6263
6264 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6265
6266         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6267         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6268         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6269         * docs/plugins/gst-plugins-bad-plugins.types:
6270           Add base classes for metadata and equalizer (no introspection yet).
6271
6272 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6273
6274         * ext/metadata/README:
6275           Formatting.
6276         * tests/icles/metadata_editor.c:
6277           Include stdlib.h.
6278
6279 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6280
6281         * configure.ac:
6282         * docs/plugins/Makefile.am:
6283         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6284         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6285         * docs/plugins/gst-plugins-bad-plugins.args:
6286         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6287         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6288         * docs/plugins/gst-plugins-bad-plugins.signals:
6289         * docs/plugins/inspect/plugin-metadata.xml:
6290         * docs/plugins/inspect/plugin-selector.xml:
6291         * docs/plugins/inspect/plugin-soundtouch.xml:
6292         * docs/plugins/inspect/plugin-switch.xml:
6293         * gst/selector/.cvsignore:
6294         * gst/selector/Makefile.am:
6295         * gst/selector/gstinputselector.c:
6296         * gst/selector/gstinputselector.h:
6297         * gst/selector/gstoutputselector.c:
6298         * gst/selector/gstoutputselector.h:
6299         * gst/selector/gstselector-marshal.list:
6300         * gst/selector/gstselector.c:
6301         * gst/selector/selector.vcproj:
6302         * gst/switch/.cvsignore:
6303         * gst/switch/Makefile.am:
6304         * gst/switch/gstswitch-marshal.list:
6305         * gst/switch/gstswitch.c:
6306         * gst/switch/gstswitch.h:
6307         * gst/switch/switch.vcproj:
6308         * tests/icles/.cvsignore:
6309         * tests/icles/Makefile.am:
6310         * tests/icles/output-selector-test.c:
6311           Replace the switch plugin with the selector plugin. Add output-
6312           selector as the opposite of input-selectoo (was switch). Add a test
6313           for output-selector. Add docs for the elements. The vcproj needs
6314           update. Fixes #500142.
6315
6316 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6317
6318         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6319           Try to avoid 'unused variable' compiler warning if debugging is
6320           disabled (not bullet proof, but seems to do for now). (#512654)
6321
6322 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
6323
6324         * ext/soundtouch/gstbpmdetect.cc:
6325         Clean up a bit and only allocate a temporary buffer for the data
6326         if processing stereo data as BPMDetect downmixes from stereo to
6327         mono and stores the result in the input data. Thanks to
6328         Stefan Kost for the suggestions.
6329
6330 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6331
6332         * ext/soundtouch/gstpitch.cc:
6333         Cast a double to a GstClockTimeDiff to fix a compiler warning.
6334
6335 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
6336
6337         * tests/icles/metadata_editor.c:
6338           Printf format fix.
6339
6340 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6341
6342         * ext/soundtouch/gstpitch.cc:
6343         Don't send a LATENCY event for now until we get the usage right.
6344
6345 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6346
6347         * ext/soundtouch/gstpitch.cc:
6348         * ext/soundtouch/gstpitch.hh:
6349         Implement LATENCY query and notify about latency changes.
6350         Unfortunately we don't have a fixed latency but it changes
6351         a bit with each buffer so we only send an LATENCY event with
6352         the maximum latency if it changes.
6353
6354         Always calculate the timestamp, duration, etc from the sample
6355         rate instead of using a pre-calculated duration for one sample
6356         to prevent large rounding errors.
6357
6358 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6359
6360         Based on a patch by:
6361             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
6362
6363         * configure.ac:
6364         * ext/mpeg2enc/gstmpeg2encoder.cc:
6365         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6366         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
6367         Add support for building against mjpegtools 1.9 while keeping
6368         compatiblity with older versions.
6369
6370 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6371
6372         * ext/soundtouch/gstbpmdetect.cc:
6373         Only consider a BPM value above 1.0 as valid.
6374
6375 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6376
6377         * ext/soundtouch/Makefile.am:
6378         * ext/soundtouch/gstbpmdetect.cc:
6379         * ext/soundtouch/gstbpmdetect.hh:
6380         * ext/soundtouch/plugin.c: (plugin_init):
6381         Add BPM detection plugin based on SoundTouch's libBPM.
6382
6383         * ext/soundtouch/gstpitch.cc:
6384         Allow sample rates until MAX instead of only 48kHz and remove the
6385         buffer-frames field from that caps.
6386         Clear the remaining samples completely when necessary to get into
6387         a clean state again.
6388
6389 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6390
6391         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
6392         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
6393         Don't implement get_unit_size() ourselves, the GstAudioFilter base
6394         class already does this for us.
6395
6396 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6397
6398         * ext/soundtouch/gstpitch.cc:
6399         Allow seeking only in TIME and DEFAULT format, other formats will
6400         not work as expected. Also handle a stop position of -1 correctly
6401         for seeks, newsegment events and the queries. This fixes playback
6402         with the pitch element if upstream doesn't know the duration or has
6403         -1 as stop position in NEWSEGMENT events for other reasons. Before
6404         simply nothing was played as the segment was going from 0 to 0.
6405
6406         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
6407         so applications can update their cached duration. Fixes bug #503308.
6408
6409         Some random cleanup and memory leak closing.
6410
6411 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6412
6413         * ext/musepack/gstmusepackdec.h:
6414         * ext/musepack/gstmusepackreader.c:
6415         First include the libmpcdec headers before everything else as they
6416         #define TRUE and FALSE unconditionally and we otherwise get conflicts
6417         with the ones that GLib defines.
6418
6419 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6420
6421         * configure.ac:
6422         * ext/soundtouch/gstpitch.cc:
6423         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
6424         the header definined PACKAGE and other variables for which we need
6425         our own values from config.h.
6426
6427 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6428
6429         * configure.ac:
6430           Check for libglade-2.0, for the metadata-editor example.
6431
6432         * tests/icles/Makefile.am:
6433           Only try to build the metadata-editor example if we have gtk and
6434           glade (otherwise the build would just fail ...); fix build in
6435           uninstalled setup.
6436
6437         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
6438           Fix compiler warnings (use GLib macros to cast pointer <-> int).
6439
6440 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
6441
6442         * ext/metadata/TODO:
6443         * ext/metadata/gstbasemetadata.c:
6444         * ext/metadata/metadata.c:
6445         * ext/metadata/metadata.h:
6446         * ext/metadata/metadataexif.c:
6447         * ext/metadata/metadataexif.h:
6448         * ext/metadata/metadataiptc.c:
6449         * ext/metadata/metadataiptc.h:
6450         * ext/metadata/metadataparsejpeg.c:
6451         * ext/metadata/metadataparsejpeg.h:
6452         * ext/metadata/metadataparsepng.c:
6453         * ext/metadata/metadataparsepng.h:
6454         * ext/metadata/metadataparseutil.c:
6455         * ext/metadata/metadataparseutil.h:
6456         * ext/metadata/metadatatags.c:
6457         * ext/metadata/metadatatags.h:
6458         * ext/metadata/metadatatypes.c:
6459         * ext/metadata/metadatatypes.h:
6460         * ext/metadata/metadataxmp.c:
6461         * ext/metadata/metadataxmp.h:
6462         * ext/metadata/test/Makefile:
6463         * ext/metadata/test/MetadataEditorMain.glade:
6464         * ext/metadata/test/metadata_editor.c:
6465         * tests/icles/Makefile.am:
6466         * tests/icles/metadata_editor.c:
6467         * tests/icles/metadata_editor.glade:
6468           Add lot of documentation.
6469
6470 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6471
6472         * sys/dvb/gstdvbsrc.c:
6473         Open frontend in NULL->READY so caps about dvb adapter can be
6474         seen by the app.
6475
6476 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6477
6478         Patch by: Olivier Crete <tester@tester.ca>
6479
6480         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6481         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6482         Also handle lip-sync when the clock-rate is not provided with caps but
6483         with a signal.
6484
6485 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6486
6487         Patch by: Olivier Crete <tester@tester.ca>
6488
6489         * gst/rtpmanager/gstrtpjitterbuffer.c:
6490         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6491         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6492         (rtp_jitter_buffer_insert):
6493         * gst/rtpmanager/rtpjitterbuffer.h:
6494         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6495         a clock-rate can be provided with each buffer instead. Fixes #511686.
6496
6497 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6498
6499         Patch by: Olivier Crete <tester@tester.ca>
6500
6501         * gst/rtpmanager/gstrtpjitterbuffer.c:
6502         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6503         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6504         Remove old unused variable.
6505         Track pt on input buffers and get the clock-rate when it changes.
6506         Ignore packets with unknown clock-rate. Fixes #511146.
6507
6508 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6509
6510         * sys/dvb/gstdvbsrc.c:
6511         Post bus message about adapter type and it's capabilities,
6512         when opening the frontend.
6513         After failing to read from the dvr, post a bus message to
6514         inform the app.
6515
6516 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6517
6518         * gst/mpegtsparse/mpegtspacketizer.c:
6519         The logic for the guard interval calculation was totally wrong.
6520         Fixed.
6521
6522 2008-01-24  David Schleef  <ds@schleef.org>
6523
6524         Patch by: Olivier Crete <tester@tester.ca>
6525
6526         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6527           wrong function.  Fixes #511920
6528
6529 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6530
6531         * docs/plugins/Makefile.am:
6532         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6533         * docs/plugins/gst-plugins-bad-plugins.args:
6534         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6535         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6536         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6537         * docs/plugins/gst-plugins-bad-plugins.signals:
6538           Now we have full hierarchy.
6539
6540         * docs/plugins/inspect/plugin-metadata.xml:
6541           Regenerate.
6542
6543         * ext/amrwb/gstamrwbdec.h:
6544           Add doc blob for object instance.
6545
6546 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6547
6548         * docs/plugins/gst-plugins-bad-plugins.args:
6549         * docs/plugins/inspect/plugin-metadata.xml:
6550           Update this too, hopefully fixes the docs build (does at least
6551           for me, after make clean in docs/plugins).
6552
6553 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6554
6555         * gst/mpegtsparse/gstmpegdesc.h:
6556         * gst/mpegtsparse/mpegtspacketizer.c:
6557         Fix network name descriptor, the length is actually the
6558         descriptor length not stored in the byte after.
6559         Fix bounds checking to be more correct.
6560
6561 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6562
6563         * docs/plugins/Makefile.am:
6564         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6565         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6566         * ext/metadata/TODO:
6567         * ext/metadata/gstbasemetadata.c:
6568         * ext/metadata/gstbasemetadata.h:
6569         * ext/metadata/gstmetadatademux.c:
6570         * ext/metadata/gstmetadatademux.h:
6571         * ext/metadata/gstmetadatamux.c:
6572         * ext/metadata/gstmetadatamux.h:
6573         * ext/metadata/metadatatags.c:
6574           Add some documentation.
6575
6576 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6577
6578         * configure.ac:
6579         * ext/dts/gstdtsdec.c:
6580         Add support for building against libdca (with the libdts compat
6581         header). Fixes bug #511530.
6582
6583         Should probably be ported to libdca as some points as it's the
6584         successor of libdts.
6585
6586 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6587
6588         * sys/dvb/gstdvbsrc.c:
6589         Do not go on forever if problem with reading from dvr, rather
6590         return NULL.
6591         Handle some cleanup issues of closing filedescriptors when
6592         failing to tune or similar.
6593
6594 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6595
6596         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6597         * gst-plugins-bad.spec: update for latest changes
6598
6599 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6600
6601         * docs/plugins/Makefile.am:
6602         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6603         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6604         * gst/xingheader/gstxingmux.c:
6605         * gst/xingheader/gstxingmux.h:
6606         Add documentation for the xingheader plugin.
6607
6608         * tests/check/elements/xingmux.c: (GST_START_TEST):
6609         Set element state to PLAYING before doing something else.
6610
6611 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6612
6613         * tests/check/Makefile.am:
6614         * tests/check/elements/.cvsignore:
6615         * tests/check/elements/xingmux.c: (setup_xingmux),
6616         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6617         * tests/check/elements/xingmux_testdata.h:
6618         Add simple unit test for the xingmux element.
6619
6620         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6621         (gst_xing_mux_finalize), (xing_reset):
6622         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6623
6624 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6625
6626         * gst/mpegtsparse/gstmpegdesc.h:
6627         * gst/mpegtsparse/mpegtspacketizer.c:
6628         Parsed the satellite delivery system descriptor and
6629         added into nit's transport structure for delivery
6630         over the bus.
6631
6632 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6633
6634         * gst/mpegtsparse/mpegtspacketizer.c:
6635         Parsed and added network name to the nit structure sent
6636         in the bus message.
6637
6638 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6639
6640         * gst/mpegtsparse/mpegtspacketizer.c:
6641         Remove leaks introduced by not freeing g_strndup'd strings.
6642         Fix start_time and duration parsing in EIT.
6643
6644 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6645
6646         * gst/mpegtsparse/mpegtspacketizer.c:
6647         Add event name and description to the eit structure
6648         sent in the bus message.
6649
6650 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6651
6652         * gst/mpegtsparse/mpegtsparse.c:
6653         Revert const removal from previous commit.
6654
6655 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6656
6657         * gst/mpegtsparse/Makefile.am:
6658         * gst/mpegtsparse/gstmpegdesc.c:
6659         * gst/mpegtsparse/gstmpegdesc.h:
6660         * gst/mpegtsparse/mpegtspacketizer.c:
6661         * gst/mpegtsparse/mpegtsparse.c:
6662         Added descriptor searching infrastructure from Fluendo TS demuxer.
6663         Add channel name and provider to the sdt structure sent in the
6664         bus message.
6665
6666 2008-01-22  Julien Moutte  <julien@fluendo.com>
6667
6668         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6669         Parse NAL units in forward mode to mark delta units flags.
6670
6671 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6672
6673         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6674         * docs/plugins/gst-plugins-bad-plugins.args:
6675         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6676         * docs/plugins/inspect/plugin-musepack.xml:
6677           Regenerate.
6678   
6679         * docs/plugins/inspect/plugin-tremor.xml:
6680           Add vorbisidec aka trmor.
6681
6682         * ext/dc1394/gstdc1394.c:
6683           Add short description.
6684
6685 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6686
6687         * docs/plugins/Makefile.am:
6688           Add missing eol \
6689
6690         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6691           Place object names to standard sectionas plugin dont document those.
6692
6693         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6694         * docs/plugins/gst-plugins-bad-plugins.args:
6695         * docs/plugins/gst-plugins-bad-plugins.signals:
6696         * docs/plugins/inspect/plugin-dvb.xml:
6697         * docs/plugins/inspect/plugin-nuvdemux.xml:
6698           regenerate.
6699           
6700         * ext/ivorbis/vorbisdec.c:
6701         * ext/ivorbis/vorbisdec.h:
6702           Mark private vars and add short desc.
6703
6704         * ext/mythtv/gstmythtvsrc.c:
6705         * ext/theora/theoradec.c:
6706           Add short desc.
6707
6708 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6709
6710         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6711         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6712         * gst/nuvdemux/gstnuvdemux.c:
6713           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
6714           it actually is.
6715
6716 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6717
6718         * docs/plugins/Makefile.am:
6719         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6720         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6721           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
6722           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
6723
6724         * docs/plugins/inspect/plugin-gstinterlace.xml:
6725         * docs/plugins/inspect/plugin-rawparse.xml
6726         * docs/plugins/inspect/plugin-videoparse.xml:
6727           Replace videoparse with rawparse.
6728
6729         * gst/dvdspu/gstdvdspu.h:
6730           Help gtk-doc to recognize the object struct.
6731
6732 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6733
6734         * gst/librfb/rfbdecoder.c:
6735         * gst/librfb/rfbdecoder.h:
6736           Don't use gtk-doc comment style for non gtk-doc comments.
6737           Make one static function static.
6738
6739 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
6740
6741         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
6742
6743         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
6744         (gst_deinterlace_init), (gst_deinterlace_set_caps),
6745         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
6746         (gst_deinterlace_get_property):
6747         * gst/deinterlace/gstdeinterlace.h:
6748         Provide 4:2:2 support
6749         Also deinterlace chroma planes
6750         Allow to turn on/off deinterlacing
6751         Change of default thresholds, in order to provide acceptable results
6752         with default params. Fixes #511001.
6753
6754 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6755
6756         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6757           Update docs file too.
6758
6759 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
6762         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
6763           (subpic_sink_factory), (gst_dvd_spu_base_init),
6764           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
6765           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
6766           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
6767           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
6768           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
6769           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
6770           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
6771           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
6772           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
6773           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
6774           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
6775           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
6776           (gst_dvd_spu_plugin_init):
6777         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
6778           Fix up dvdspu element again after previous namespace mangling:
6779           rename debug category variable to old name, matching that in
6780           dvdspu-render.c, to avoid undefined symbol error when loading
6781           the module; same for the _render function in dvdspu-render.c:
6782           we must use the same name in both .c files; change functions
6783           now called gstgst_* back to gst_* again; and while we're at it,
6784           we may as well canonicalise the namespace properly, namely to
6785           gst_dvd_spu_*.
6786
6787 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6788
6789         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6790         * ext/theora/theoradec.c:
6791         * ext/theora/theoradec.h:
6792           Coherent namespace usage and adding symbold from unused to sections.
6793
6794 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6795
6796         * docs/plugins/Makefile.am:
6797         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6798           Add symbols from -unused.txt to the right place.
6799
6800         * gst/dvdspu/gstdvdspu.c:
6801         * gst/dvdspu/gstdvdspu.h:
6802           Coherent namespace usage.
6803
6804         * gst/spectrum/gstspectrum.c:
6805           Fix broken XML fragment in doc snippet even more.
6806
6807 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6808
6809         * docs/plugins/Makefile.am:
6810           Update include list.
6811
6812         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6813           Update xml includes.
6814
6815         * docs/plugins/inspect/plugin-alsaspdif.xml:
6816         * docs/plugins/inspect/plugin-amrwb.xml:
6817         * docs/plugins/inspect/plugin-bayer.xml:
6818         * docs/plugins/inspect/plugin-bz2.xml:
6819         * docs/plugins/inspect/plugin-cdxaparse.xml:
6820         * docs/plugins/inspect/plugin-dtsdec.xml:
6821         * docs/plugins/inspect/plugin-dvbsrc.xml:
6822         * docs/plugins/inspect/plugin-dvdspu.xml:
6823         * docs/plugins/inspect/plugin-equalizer.xml:
6824         * docs/plugins/inspect/plugin-faac.xml:
6825         * docs/plugins/inspect/plugin-faad.xml:
6826         * docs/plugins/inspect/plugin-fbdevsink.xml:
6827         * docs/plugins/inspect/plugin-festival.xml:
6828         * docs/plugins/inspect/plugin-filter.xml:
6829         * docs/plugins/inspect/plugin-flvdemux.xml:
6830         * docs/plugins/inspect/plugin-freeze.xml:
6831         * docs/plugins/inspect/plugin-gsm.xml:
6832         * docs/plugins/inspect/plugin-gstinterlace.xml:
6833         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
6834         * docs/plugins/inspect/plugin-h264parse.xml:
6835         * docs/plugins/inspect/plugin-interleave.xml:
6836         * docs/plugins/inspect/plugin-ladspa.xml:
6837         * docs/plugins/inspect/plugin-metadata.xml:
6838         * docs/plugins/inspect/plugin-modplug.xml:
6839         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
6840         * docs/plugins/inspect/plugin-mpegtsparse.xml:
6841         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6842         * docs/plugins/inspect/plugin-musicbrainz.xml:
6843         * docs/plugins/inspect/plugin-mve.xml:
6844         * docs/plugins/inspect/plugin-nsfdec.xml:
6845         * docs/plugins/inspect/plugin-nuvdemux.xml:
6846         * docs/plugins/inspect/plugin-qtdemux.xml:
6847         * docs/plugins/inspect/plugin-quicktime.xml:
6848         * docs/plugins/inspect/plugin-real.xml:
6849         * docs/plugins/inspect/plugin-replaygain.xml:
6850         * docs/plugins/inspect/plugin-sdl.xml:
6851         * docs/plugins/inspect/plugin-sdp.xml:
6852         * docs/plugins/inspect/plugin-spectrum.xml:
6853         * docs/plugins/inspect/plugin-speed.xml:
6854         * docs/plugins/inspect/plugin-speexresample.xml:
6855         * docs/plugins/inspect/plugin-stereo.xml:
6856         * docs/plugins/inspect/plugin-switch.xml:
6857         * docs/plugins/inspect/plugin-timidity.xml:
6858         * docs/plugins/inspect/plugin-tta.xml:
6859         * docs/plugins/inspect/plugin-videocrop.xml:
6860         * docs/plugins/inspect/plugin-videoparse.xml:
6861         * docs/plugins/inspect/plugin-videosignal.xml:
6862         * docs/plugins/inspect/plugin-vmnc.xml:
6863         * docs/plugins/inspect/plugin-wildmidi.xml:
6864         * docs/plugins/inspect/plugin-x264.xml:
6865         * docs/plugins/inspect/plugin-xingheader.xml:
6866         * docs/plugins/inspect/plugin-xvid.xml:
6867         * docs/plugins/inspect/plugin-y4menc.xml:
6868           Regenerate files.
6869
6870         * gst/spectrum/gstspectrum.c:
6871           Fix broken XML fragment in doc snippet.
6872
6873         * tests/check/elements/.cvsignore:
6874           Add test binary to ignores.
6875
6876 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6877
6878         * gst/h264parse/gsth264parse.c:
6879           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
6880
6881 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
6882
6883         Patch by: Wouter Cloetens <wouter at mind dot be>
6884
6885         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6886         Report the size of the stream as the total size instead of
6887         the remaining Content-Length, which is wrong after a seek.
6888
6889 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6890
6891         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
6892         (gst_raw_parse_loop):
6893         Handle framesizes > 4096 with multiple frames per buffer correctly
6894         in pull mode and handle short reads better.
6895         Also put offset and offset_end on outgoing buffers.
6896
6897 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6898
6899         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
6900         Improve handling of unknown or too small upstream sizes in
6901         pull mode.
6902
6903 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6904
6905         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
6906         (gst_raw_parse_handle_seek_push):
6907         Improve debugging a bit and for handling multiple frames per buffer
6908         in pull mode choose the next smallest multiply of framesize below
6909         4096 instead of always handling 1024 frames.
6910
6911 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6912
6913         Patch by: Wouter Cloetens <wouter at mind dot be>
6914
6915         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6916         Correctly set duration on the GstBaseSrc segment when we know it
6917         to fix failing the duration query.
6918
6919 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6920
6921         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
6922         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
6923         Set timestamps more correctly.
6924
6925 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6926
6927         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
6928         (gst_raw_parse_init), (gst_raw_parse_reset),
6929         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
6930         (gst_raw_parse_chain), (gst_raw_parse_loop),
6931         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
6932         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
6933         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
6934         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
6935         * gst/rawparse/gstrawparse.h:
6936         Implement pull mode.
6937
6938 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6939
6940         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6941         Fix memory leak spotted by the unit test.
6942
6943 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6944
6945         * tests/check/Makefile.am:
6946         Enable spectrum test again.
6947
6948         * tests/check/gst-plugins-bad.supp:
6949         Add suppressions for a singleton in GIO that can't be freed.
6950
6951 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6952
6953         * tests/check/Makefile.am:
6954         * tests/check/elements/.cvsignore:
6955         * tests/check/elements/equalizer.c: (setup_equalizer),
6956         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
6957         Add some minimal tests for the equalizer plugin.
6958
6959 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6960
6961         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
6962         Unparent all bands from the equalizer when finalizing to stop
6963         leaking them.
6964
6965 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6966
6967         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
6968         Add support for WebDAV.
6969
6970 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6971
6972         Patch by: Wouter Cloetens <wouter at mind dot be>
6973
6974         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6975         (gst_souphttp_src_init), (gst_souphttp_src_create),
6976         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6977         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
6978         * ext/soup/gstsouphttpsrc.h:
6979         Add support for seeking to souphttpsrc. Fixes bug #502335.
6980
6981 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6982
6983         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
6984         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6985         (gst_h264_parse_find_start_reverse),
6986         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
6987         * gst/h264parse/gsth264parse.h:
6988         Improve debugging.
6989         Fix buffer splitting at sync codes and leftover buffer after
6990         scanning.
6991
6992 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
6993
6994         * ext/metadata/TODO:
6995         * ext/metadata/metadataexif.c:
6996         * ext/metadata/metadataxmp.c:
6997           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
6998
6999 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
7000
7001         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
7002         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
7003         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
7004         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
7005         (gst_h264_parse_init), (gst_h264_parse_set_property),
7006         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
7007         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
7008         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
7009         (gst_h264_parse_find_start_reverse),
7010         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
7011         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
7012         * gst/h264parse/gsth264parse.h:
7013         Add reverse playback support for containers that don't know how to
7014         properly send data between I-frames.
7015
7016 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
7017
7018         * configure.ac:
7019         * tests/check/pipelines/gio.c: (GST_START_TEST):
7020         Update for API changes in GIO and require GIO 2.15.2 for this.
7021
7022 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7023
7024         * gst/xingheader/gstxingmux.c: (generate_xing_header):
7025         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
7026         of 0xfe.
7027
7028 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7029
7030         * gst/xingheader/gstxingmux.c: (generate_xing_header):
7031         Remove accidentially leftover debug printf.
7032
7033 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7034
7035         * gst/xingheader/gstxingmux.c: (has_xing_header),
7036         (generate_xing_header), (gst_xing_mux_chain),
7037         (gst_xing_mux_sink_event):
7038         Choose smallest possible frame size for the Xing header, properly
7039         set the timestamp, duration and offset on the outgoing buffers,
7040         only send NEWSEGMENT events in BYTE format downstream and also
7041         drop VBRI headers if already existing.
7042
7043 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
7044
7045         * gst/xingheader/Makefile.am:
7046         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
7047         (has_xing_header), (generate_xing_header),
7048         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
7049         (gst_xing_mux_init), (gst_xing_mux_chain),
7050         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
7051         * gst/xingheader/gstxingmux.h:
7052         Major cleanup and rewrite of xingmux with less bugs and new features:
7053         - Handles other layers as 3
7054         - Write TOC
7055
7056 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
7057
7058         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
7059           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
7060           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
7061           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
7062           (test_buffer_square_int16_stereo):
7063         * tests/check/elements/rglimiter.c: (create_test_buffer):
7064         * tests/check/elements/rgvolume.c: (test_buffer_new):
7065           It's "endianness", not "endianess". Fixes unit tests.
7066
7067 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7068
7069         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7070         If we find the caps in the cache, use it to parse the clock-rate instead
7071         of returning an error. Fixes a TODO as found by Youness Alaoui.
7072
7073 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7074
7075         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
7076
7077         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7078         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
7079         (rtp_session_set_process_rtp_callback),
7080         (rtp_session_set_send_rtp_callback),
7081         (rtp_session_set_send_rtcp_callback),
7082         (rtp_session_set_sync_rtcp_callback),
7083         (rtp_session_set_clock_rate_callback),
7084         (rtp_session_set_reconsider_callback), (source_push_rtp),
7085         (source_clock_rate), (rtp_session_process_bye),
7086         (rtp_session_process_rtcp), (rtp_session_send_bye),
7087         (rtp_session_on_timeout):
7088         * gst/rtpmanager/rtpsession.h:
7089         Make it possible to use different user_data for each of the callbacks.
7090         Fixes #508587.
7091
7092 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7093
7094         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
7095         Small meaningless cleanup.
7096
7097         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
7098         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
7099         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
7100         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
7101         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
7102         * gst/mpegvideoparse/mpegvideoparse.h:
7103         Track segment events.
7104         Do the first part of reverse playback by sending data between two
7105         I-frames to the decoder.
7106
7107 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7108
7109         * gst/rtpmanager/gstrtpbin.c:
7110         Fix documentation for latest patch
7111
7112 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7113
7114         * gst/rtpmanager/gstrtpbin.c:
7115         Allow request_new_pad with name NULL (bug #508515)
7116
7117 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
7118
7119         * autogen.sh:
7120           Add -Wno-portability to the automake parameters to stop warnings
7121           about GNU make extensions being used. We require GNU make in almost
7122           every Makefile anyway.
7123           
7124         * configure.ac:
7125           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
7126           at the same time is required for per target flags.
7127
7128 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
7129
7130         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
7131         Don't set fixed caps, we can basically do everything the upsteam peer
7132         pad can renegotiate to. Fixes #507940.
7133
7134 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
7135
7136         * Makefile.am:
7137           Include lcov.mak to allow building coverage reports. Add top-level
7138           check targets similar to other gst packages.
7139
7140 2008-01-06  David Schleef  <ds@schleef.org>
7141
7142         * ext/directfb/Makefile.am:
7143           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
7144         * ext/directfb/dfbvideosink.c:
7145           Getting tired of directfb's chatter.  Quiet it.
7146
7147 2008-01-06  David Schleef  <ds@schleef.org>
7148
7149         Patch by: Sean D'Epagnier <sean@depagnier.com>
7150
7151         * configure.ac:
7152         * sys/Makefile.am:
7153         * sys/fbdev/Makefile.am:
7154         * sys/fbdev/gstfbdevsink.c:
7155         * sys/fbdev/gstfbdevsink.h:
7156           Add fbdev-based video sink.  Linux-only.  See bug #506549.
7157
7158 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
7159
7160         * configure.ac:
7161         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7162         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
7163         Update to GMemoryInputStream API changes in GLib SVN and require
7164         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
7165         We can also report the duration for every GSeekable, not only
7166         GFileInputStream and GMemoryInputStream.
7167
7168 2008-01-05  David Schleef  <ds@schleef.org>
7169
7170         * sys/glsink/glimagesink.c:
7171         * sys/glsink/glimagesink.h:
7172         * sys/glsink/gstglbuffer.h:
7173         * sys/glsink/gstgldisplay.c:
7174         * sys/glsink/gstgldisplay.h:
7175         * sys/glsink/gstglupload.c:
7176           Handle xoverlay exposes correctly.  This means glimagesink works
7177           correctly most of the time in totem (fullscreening being an
7178           execption).  Doesn't handle expose events directly to the GL
7179           window.
7180
7181 2008-01-05  David Schleef  <ds@schleef.org>
7182
7183         * sys/glsink/glextensions.c:
7184         * sys/glsink/glextensions.h:
7185         * sys/glsink/glimagesink.c:
7186         * sys/glsink/glimagesink.h:
7187         * sys/glsink/gstgldisplay.c:
7188         * sys/glsink/gstgldisplay.h:
7189         * sys/glsink/gstopengl.c:
7190           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
7191           vblank synchronization.  Remove unused code.
7192
7193 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
7194
7195         * gst/rtpmanager/gstrtpjitterbuffer.c:
7196         (gst_rtp_jitter_buffer_loop):
7197         Don't unref the popped buffer when we don't have ownership.
7198         Fixes #507020.
7199
7200 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7201
7202         * gst/mpegtsparse/Makefile.am:
7203         * gst/mpegtsparse/flutspatinfo.c:
7204         * gst/mpegtsparse/flutspatinfo.h:
7205         * gst/mpegtsparse/flutspmtinfo.c:
7206         * gst/mpegtsparse/flutspmtinfo.h:
7207         * gst/mpegtsparse/flutspmtstreaminfo.c:
7208         * gst/mpegtsparse/flutspmtstreaminfo.h:
7209         Remove no longer needed files.
7210
7211 2008-01-02  David Schleef  <ds@schleef.org>
7212
7213         * tests/check/Makefile.am:
7214           Disable vcdsrc in states test because it takes too much time
7215           to get to PLAYING if it can find a device.
7216
7217 2007-12-31  David Schleef  <ds@schleef.org>
7218
7219         * ext/musicbrainz/gsttrm.c:
7220           Don't emit signiture when going to READY, because it might
7221           not be ready.
7222         * ext/nas/nassink.c:
7223           Remove useless call that sleeps for 5 seconds.  Yup, it calls
7224           sleep(1) 5 times.  Go NAS.
7225         * gst/librfb/gstrfbsrc.c:
7226         * gst/librfb/rfbdecoder.c:
7227           Initialize our debug categories properly.
7228         * gst/rawparse/gstrawparse.c:
7229           Don't register element details for a non-element.  Be much more
7230           rude when subclass doesn't set a pad template (assert!).  Don't
7231           unref the pad template; we don't own it.
7232         * gst/videosignal/gstvideoanalyse.c:
7233           Initialize debug category.
7234         * tests/check/Makefile.am:
7235           Ignore nassink element in tests because it has unavoidable
7236           long timeouts.
7237
7238 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7239
7240         * gst/rtpmanager/gstrtpssrcdemux.c:
7241         (gst_rtp_ssrc_demux_change_state):
7242         Don't clean up pads when going to PAUSED.
7243
7244 2007-12-30  David Schleef  <ds@schleef.org>
7245
7246         * configure.ac:
7247         * sys/glsink/Makefile.am:
7248           Switch to using pkgconfig to detect libGL.  Since we use
7249           recent features added to Mesa, there's no point in adding
7250           a check for pre-pkgconfig versions.
7251
7252 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7253
7254         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
7255         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
7256         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
7257         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
7258         Fix 'xyz may be used uninitialized' compiler warnings caused
7259         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7260         abort() in any case but properly report the error.
7261
7262 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7263
7264         * configure.ac:
7265         * ext/gio/gstgio.c:
7266         * ext/gio/gstgio.h:
7267         * ext/gio/gstgiobasesink.h:
7268         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7269         * ext/gio/gstgiobasesrc.h:
7270         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
7271         * ext/gio/gstgiosink.h:
7272         * ext/gio/gstgiosrc.h:
7273         * ext/gio/gstgiostreamsink.h:
7274         * ext/gio/gstgiostreamsrc.h:
7275         * tests/check/pipelines/gio.c:
7276         Update to latest API changes in GLib/GIO and require at least
7277         gio-2.0 2.15.0 for this.
7278         
7279         * ext/gio/Makefile.am:
7280         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
7281
7282 2007-12-28  David Schleef  <ds@schleef.org>
7283
7284         * configure.ac:
7285         * sys/glsink/glextensions.c:
7286         * sys/glsink/glextensions.h:
7287         * sys/glsink/glimagesink.c:
7288         * sys/glsink/glimagesink.h:
7289         * sys/glsink/gstglbuffer.c:
7290         * sys/glsink/gstglbuffer.h:
7291         * sys/glsink/gstglconvert.c:
7292         * sys/glsink/gstgldisplay.c:
7293         * sys/glsink/gstgldisplay.h:
7294         * sys/glsink/gstgldownload.c:
7295         * sys/glsink/gstglfilter.c:
7296         * sys/glsink/gstglfilter.h:
7297         * sys/glsink/gstglfilterexample.c:
7298         * sys/glsink/gstgltestsrc.c:
7299         * sys/glsink/gstglupload.c:
7300           Major cleanup of code.  Convert glupload to BaseTransform.
7301           Handle caps negotiation mostly correctly.  Reenable in build.
7302
7303 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
7304
7305         * ext/soup/Makefile.am:
7306         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
7307           (gst_souphttp_src_unicodify), (soup_got_headers):
7308           Use gst_tag_freeform_string_to_utf8() and post radio station
7309           info as tags on the bus.
7310
7311 2007-12-26  David Schleef  <ds@schleef.org>
7312
7313         * sys/glsink/glimagesink.c:
7314         * sys/glsink/gstglupload.c:
7315           Change glimagesink over to using GL buffers.  This breaks
7316           glimagesink for normal operation, but should be fixed soon.
7317
7318 2007-12-26  David Schleef  <ds@schleef.org>
7319
7320         * sys/glsink/gltestsrc.c:
7321         * sys/glsink/gstglbuffer.c:
7322         * sys/glsink/gstglbuffer.h:
7323         * sys/glsink/gstgldownload.c:
7324         * sys/glsink/gstglfilter.c:
7325         * sys/glsink/gstglfilterexample.c:
7326         * sys/glsink/gstgltestsrc.c:
7327         * sys/glsink/gstglupload.c:
7328           Convert gldownload to BaseTransform.  Make glfilterexample
7329           visually interesting.  Add support for various formats to
7330           downloading.  Fix a few places where we leak GL state to
7331           other elements (bad, but hard to prevent).
7332
7333 2007-12-26  David Schleef  <ds@schleef.org>
7334
7335         * sys/glsink/BUGS:
7336         * sys/glsink/Makefile.am:
7337         * sys/glsink/gstglbuffer.c:
7338         * sys/glsink/gstglbuffer.h:
7339         * sys/glsink/gstglconvert.c:
7340         * sys/glsink/gstgldisplay.c:
7341         * sys/glsink/gstglfilter.c:
7342         * sys/glsink/gstglfilter.h:
7343         * sys/glsink/gstglfilterexample.c:
7344         * sys/glsink/gstgltestsrc.c:
7345         * sys/glsink/gstglupload.c:
7346         * sys/glsink/gstopengl.c:
7347           Remove code that handles non-texture buffers.  Add a
7348           GstGLBufferFormat type that corresponds to how to use the
7349           texture, not the original video format.  Convert gstflfilter.c
7350           into a base class, add glfilterexample and glconvert elements.
7351         * sys/glsink/color_matrix.c:
7352           Minor ramblings about color conversion matrices.
7353
7354 2007-12-24  David Schleef  <ds@schleef.org>
7355
7356         * sys/glsink/Makefile.am:
7357         * sys/glsink/gltestsrc.c:
7358         * sys/glsink/gltestsrc.h:
7359         * sys/glsink/gstgldisplay.c:
7360         * sys/glsink/gstgldownload.c:
7361         * sys/glsink/gstglfilter.c:
7362         * sys/glsink/gstgltestsrc.c:
7363         * sys/glsink/gstgltestsrc.h:
7364         * sys/glsink/gstglupload.c:
7365         * sys/glsink/gstopengl.c:
7366           Add gltestsrc element, a duplicate of videotestsrc that uses
7367           GL rendering to create images.  More cleanup.
7368
7369 2007-12-24  David Schleef  <ds@schleef.org>
7370
7371         * sys/glsink/gstglbuffer.c:
7372         * sys/glsink/gstgldownload.c:
7373         * sys/glsink/gstglfilter.c:
7374           Clean up code.  Fix a few leaks.
7375
7376 2007-12-24  David Schleef  <ds@schleef.org>
7377
7378         * sys/glsink/Makefile.am:
7379         * sys/glsink/glimagesink.h:
7380         * sys/glsink/glvideo.c:
7381         * sys/glsink/glvideo.h:
7382         * sys/glsink/gstglbuffer.c:
7383         * sys/glsink/gstglbuffer.h:
7384         * sys/glsink/gstgldisplay.c:
7385         * sys/glsink/gstgldisplay.h:
7386           Rename glvideo.[ch] to gstgldisplay.[ch].
7387
7388 2007-12-24  David Schleef  <ds@schleef.org>
7389
7390         * sys/glsink/glimagesink.c:
7391         * sys/glsink/glimagesink.h:
7392         * sys/glsink/glvideo.c:
7393         * sys/glsink/glvideo.h:
7394         * sys/glsink/gstglbuffer.c:
7395         * sys/glsink/gstglbuffer.h:
7396         * sys/glsink/gstgldownload.c:
7397         * sys/glsink/gstglfilter.c:
7398         * sys/glsink/gstglupload.c:
7399           Rewrite a bunch of code to use textures as the intermediate
7400           instead of renderbuffers.  upload, download, filtering all
7401           work.
7402
7403 2007-12-23  David Schleef  <ds@schleef.org>
7404
7405         * gst/videoparse/Makefile.am:
7406         * gst/videoparse/README:
7407         * gst/videoparse/gstvideoparse.c:
7408           Remove videoparse element, because it was moved to gst/rawparse/
7409
7410 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7411
7412         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
7413         Always seek on frame boundaries, will produce nothing useful
7414         otherwise.
7415
7416 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7417
7418         * configure.ac:
7419         * gst/rawparse/Makefile.am:
7420         * gst/rawparse/README:
7421         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
7422         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
7423         (gst_audio_parse_class_init), (gst_audio_parse_init),
7424         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
7425         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
7426         * gst/rawparse/gstaudioparse.h:
7427         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
7428         (gst_raw_parse_class_init), (gst_raw_parse_init),
7429         (gst_raw_parse_dispose),
7430         (gst_raw_parse_class_set_src_pad_template),
7431         (gst_raw_parse_class_set_multiple_frames_per_buffer),
7432         (gst_raw_parse_reset), (gst_raw_parse_chain),
7433         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
7434         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
7435         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
7436         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
7437         (gst_raw_parse_is_negotiated):
7438         * gst/rawparse/gstrawparse.h:
7439         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
7440         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
7441         (gst_video_parse_class_init), (gst_video_parse_init),
7442         (gst_video_parse_set_property), (gst_video_parse_get_property),
7443         (gst_video_parse_format_to_fourcc),
7444         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
7445         * gst/rawparse/gstvideoparse.h:
7446         * gst/rawparse/plugin.c: (plugin_init):
7447         Add new plugin rawparse that contains a base class for raw data
7448         parsers and the two elements audioparse and videoparse that can
7449         be used to parse raw audio and video. These are inspired by the
7450         old videoparse element which the new rawparse plugin deprecates.
7451
7452 2007-12-21  David Schleef  <ds@schleef.org>
7453
7454         * sys/glsink/glextensions.c:
7455         * sys/glsink/glextensions.h:
7456         * sys/glsink/glvideo.c:
7457         * sys/glsink/glvideo.h:
7458         * sys/glsink/gstglbuffer.c:
7459         * sys/glsink/gstgldownload.c:
7460         * sys/glsink/gstglupload.c:
7461           A careful read of the documentation reveals that I can't use
7462           renderbuffers as textures.  Duh.  Checkpoint because I'm about
7463           to rewrite a bunch of code.
7464
7465 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
7466
7467         * ext/metadata/TODO:
7468         * ext/metadata/gstbasemetadata.c:
7469         * ext/metadata/gstbasemetadata.h:
7470         * ext/metadata/metadata.h:
7471         * ext/metadata/metadataiptc.c:
7472         * ext/metadata/metadatamuxjpeg.c:
7473         * ext/metadata/metadataparsejpeg.c:
7474         * ext/metadata/metadataparseutil.c:
7475           Some IPTC tags mapped.
7476
7477 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
7478
7479         * ext/metadata/Makefile.am:
7480         * ext/metadata/TODO:
7481         * ext/metadata/gstbasemetadata.c:
7482         * ext/metadata/gstbasemetadata.h:
7483         * ext/metadata/gstmetadatacommon.c:
7484         * ext/metadata/gstmetadatacommon.h:
7485         * ext/metadata/metadata.c:
7486         * ext/metadata/metadata.h:
7487           Removed gstmetadatacommon.
7488
7489 2007-12-20  David Schleef  <ds@schleef.org>
7490
7491         * sys/glsink/Makefile.am:
7492         * sys/glsink/glextensions.c:
7493         * sys/glsink/glextensions.h:
7494         * sys/glsink/glimagesink.c:
7495         * sys/glsink/glimagesink.h:
7496         * sys/glsink/glvideo.c:
7497         * sys/glsink/glvideo.h:
7498         * sys/glsink/gstglbuffer.c:
7499         * sys/glsink/gstglbuffer.h:
7500         * sys/glsink/gstgldownload.c:
7501         * sys/glsink/gstglfilter.c:
7502         * sys/glsink/gstglupload.c:
7503         * sys/glsink/gstopengl.c:
7504           Switch to using framebuffer_objects instead of GLXPixmaps,
7505           because that's what my driver supports.  Remove GLDrawable,
7506           since GstGLDisplay now has a default drawable and context.
7507
7508 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7509
7510         * gst/equalizer/.cvsignore:
7511         * gst/switch/.cvsignore:
7512           Ignore more.
7513
7514 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7515
7516         * ext/metadata/Makefile.am:
7517         * ext/metadata/TODO:
7518         * ext/metadata/gstbasemetadata.c:
7519         * ext/metadata/gstbasemetadata.h:
7520         * ext/metadata/gstmetadatacommon.c:
7521         * ext/metadata/gstmetadatacommon.h:
7522         * ext/metadata/gstmetadatademux.c:
7523         * ext/metadata/gstmetadatademux.h:
7524         * ext/metadata/gstmetadatamux.c:
7525         * ext/metadata/gstmetadatamux.h:
7526         * ext/metadata/metadata.c:
7527         * ext/metadata/metadata.h:
7528         * ext/metadata/metadataexif.c:
7529         * ext/metadata/metadataparsejpeg.c:
7530         * ext/metadata/metadataparsepng.c:
7531         * ext/metadata/metadatatags.c:
7532         * ext/metadata/metadatatags.h:
7533         * ext/metadata/test/metadata_editor.c:
7534           New base class for metadata elements.
7535
7536 2007-12-18  Andy Wingo  <wingo@pobox.com>
7537
7538         * gst/switch/gstswitch-marshal.list:
7539         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7540         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7541         (gst_selector_pad_get_property)
7542         (gst_selector_pad_get_running_time)
7543         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7544         (gst_segment_set_stop, gst_segment_set_start)
7545         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7546         (gst_stream_selector_push_pending_stop)
7547         (gst_stream_selector_switch): Change so that the signals and
7548         properties deal in running time, not buffer time. Document the
7549         signals more. Change uint64 in API to int64, to reflect what's in
7550         GstSegment.
7551
7552 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7553
7554         * Makefile.am:
7555           Include common/win32.mak for CRLF check of win32 project
7556           files (see #393626).
7557
7558         * configure.ac:
7559           Bump requirements to -base CVS for libgstvideo additions in
7560           glimagesink. Disable glimagesink until the missing files get
7561           checked in.
7562
7563 2007-12-17  David Schleef  <ds@schleef.org>
7564
7565         * sys/glsink/Makefile.am:
7566         * sys/glsink/glimagesink.c:
7567         * sys/glsink/glimagesink.h:
7568         * sys/glsink/glvideo.c:
7569         * sys/glsink/glvideo.h:
7570         * sys/glsink/gstopengl.c:
7571         * sys/glsink/gstglupload.c:
7572           Use new GstVideoFormat checked into -base.  Add new glupload
7573           element to upload raw video into a GLXPixbuf.  Untested.  Will
7574           likely crash your motorcycle if you try it.
7575         * sys/glsink/gstvideo-common.c:
7576         * sys/glsink/gstvideo-common.h:
7577           Remove.
7578
7579 2007-12-17  David Schleef  <ds@schleef.org>
7580
7581         * gst/multifile/gstmultifilesrc.c:
7582         * gst/multifile/gstmultifilesrc.h:
7583           When subsequent files are read, if the file doesn't exist, send
7584           an EOS instead of causing an error.
7585
7586 2007-12-17  Andy Wingo  <wingo@pobox.com>
7587
7588         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7589         a buffer is ignored, not NOT_LINKED. No sense in making a source
7590         element error out; at least fdsrc considers NOT_LINKED to be a
7591         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7592
7593         * gst/switch/gstswitch-marshal.list:
7594         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7595         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7596         (gst_stream_selector_block): Make the block() signal return the
7597         last stop time of the active pad. Patch 10/12.
7598
7599         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7600         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7601         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7602         pad property, not an element property.
7603         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7604         duration, not timestamp. Patch 9/12.
7605
7606         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7607         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7608         cond mechanism instead of blocked pads. Patch 8/12.
7609
7610         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7611
7612         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7613         (gst_selector_pad_chain, gst_stream_selector_init)
7614         (gst_stream_selector_dispose): Add infrastructure for new blocking
7615         mechanism that does not use gst_pad_set_blocked, which does not
7616         work on sink pads. Patch 7/12.
7617
7618         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7619         (gst_stream_selector_get_property): Add last-stop-time readable
7620         property. Patch 6/12.
7621
7622         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7623         state variables.
7624
7625         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7626         (gst_selector_pad_chain): Push any pending stop event.
7627         (gst_stream_selector_set_active_pad)
7628         (gst_stream_selector_set_property): Factor out setting the active
7629         pad to a function. Close the segment of the previous active pad if
7630         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7631         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7632
7633         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7634         the block() signal. This implementation will be replaced in future
7635         patches, however. Patch 4/12.
7636
7637         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7638         vmethod prototypes.
7639
7640         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7641         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7642         vmethod definitions. Patch 3/12.
7643
7644         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7645         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7646         `block' and `switch' signals.
7647
7648         * gst/switch/Makefile.am: 
7649         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7650         marshaller for the `switch' signal. Patch 2/12.
7651
7652         * gst/switch/gstswitch.h: 
7653         * gst/switch/gstswitch.c: Replace with files from
7654         gststreamselector.[ch], registered as the "switch" plugin, with
7655         "GstSwitch" types. Patch 1/12.
7656
7657 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7658
7659         * ext/metadata/TODO:
7660         * ext/metadata/gstmetadatademux.c:
7661         * ext/metadata/metadata.c:
7662         * ext/metadata/metadata.h:
7663         * ext/metadata/metadataparsejpeg.c:
7664         * ext/metadata/metadataparsejpeg.h:
7665         * ext/metadata/metadataparsepng.c:
7666         * ext/metadata/metadataparsepng.h:
7667         * ext/metadata/test/MetadataEditorMain.glade:
7668         * ext/metadata/test/metadata_editor.c:
7669           Added "parse-only" property to metadatademux.
7670
7671 2007-12-16  David Schleef  <ds@schleef.org>
7672
7673         * sys/glsink/glimagesink.c:
7674         * sys/glsink/glimagesink.h:
7675         * sys/glsink/glvideo.c:
7676         * sys/glsink/glvideo.h:
7677           Rename GLVideo* to GstGL*.
7678
7679 2007-12-15  David Schleef  <ds@schleef.org>
7680
7681         * sys/glsink/Makefile.am:
7682         * sys/glsink/glextensions.c:
7683         * sys/glsink/glextensions.h:
7684         * sys/glsink/glvideo.c:
7685           Add vblank synchronization.  Isn't really working on my
7686           driver. :(
7687
7688 2007-12-15  David Schleef  <ds@schleef.org>
7689
7690         * sys/glsink/Makefile.am:
7691         * sys/glsink/glimagesink.c:
7692         * sys/glsink/glvideo.c:
7693         * sys/glsink/glvideo.h:
7694         * sys/glsink/gstvideo-common.c:
7695         * sys/glsink/gstvideo-common.h:
7696           Add support for xRGB, xBGR, and AYUV.  Re-add support for
7697           power-of-2 textures.
7698
7699 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7700
7701         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
7702         (gst_video_parse_sink_event):
7703         Free the adapter on dispose and correctly reset on newsegment events.
7704
7705 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7706
7707         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
7708         (gst_video_parse_src_event), (gst_video_parse_src_query):
7709         Improve duration query by first asking upstream and if it can't handle
7710         the query try to get the duration in bytes from upstream and convert.
7711         For seeks, try if upstream handles this already first and do our
7712         conversion to byte format only if it doesn't and if we get a
7713         newsegment event in time format keep it and only do our conversions
7714         if the event has another format.
7715
7716 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7717
7718         * gst/videoparse/gstvideoparse.c:
7719         (gst_video_parse_format_get_type),
7720         (gst_video_parse_endianness_get_type),
7721         (gst_video_parse_class_init), (gst_video_parse_init),
7722         (gst_video_parse_set_property), (gst_video_parse_get_property),
7723         (gst_video_parse_format_to_fourcc),
7724         (gst_video_parse_update_block_size), (gst_video_parse_chain),
7725         (gst_video_parse_sink_event):
7726         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
7727         downstream elements downstream, not upstream.
7728
7729 2007-12-14  David Schleef  <ds@schleef.org>
7730
7731         * sys/glsink/gstvideo-common.c:
7732         * sys/glsink/gstvideo-common.h:
7733           Pull together some common raw video functions into one location.
7734           This should eventually move to -base.
7735         * sys/glsink/Makefile.am:
7736         * sys/glsink/glimagesink.c:
7737         * sys/glsink/glimagesink.h:
7738         * sys/glsink/glvideo.c:
7739         * sys/glsink/glvideo.h:
7740         * sys/glsink/gstopengl.c:
7741           Use the new video-common.h stuff.  Readd support for RGB video.
7742
7743 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
7744
7745         * ext/metadata/Makefile.am:
7746         * ext/metadata/TODO:
7747         * ext/metadata/gstmetadata.c:
7748         * ext/metadata/gstmetadatacommon.c:
7749         * ext/metadata/gstmetadatacommon.h:
7750         * ext/metadata/gstmetadatademux.c:
7751         * ext/metadata/gstmetadatademux.h:
7752         * ext/metadata/gstmetadatamux.c:
7753         * ext/metadata/gstmetadatamux.h:
7754         * ext/metadata/gstmetadataparse.c:
7755         * ext/metadata/gstmetadataparse.h:
7756         * ext/metadata/metadataexif.c:
7757         * ext/metadata/metadatatags.c:
7758         * ext/metadata/test/metadata_editor.c:
7759           Added new module for common functions. Using GST_TYPE_FRACTION for
7760           Exif (S)Rational types.
7761
7762 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7763
7764         * gst/mpegtsparse/mpegtspacketizer.c:
7765         * gst/mpegtsparse/mpegtspacketizer.h:
7766         Hash streams by pid again. Add a linked list inside each
7767         stream with a list of sub_tables. Fix multiple sections
7768         as it was borked with my last commit.
7769
7770 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
7771
7772         * sys/glsink/Makefile.am: add glvideo.h
7773         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
7774         * gst-plugins-bad.spec.in: add latest plugins
7775
7776 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7777
7778         * ext/metadata/TODO:
7779         * ext/metadata/gstmetadatamux.c:
7780         * ext/metadata/gstmetadataparse.c:
7781         * ext/metadata/metadata.c:
7782         * ext/metadata/metadata.h:
7783         * ext/metadata/metadataiptc.c:
7784         * ext/metadata/metadatamuxjpeg.c:
7785         * ext/metadata/metadatamuxjpeg.h:
7786         * ext/metadata/metadatamuxpng.c:
7787         * ext/metadata/metadatamuxpng.h:
7788         * ext/metadata/metadataparsejpeg.c:
7789         * ext/metadata/metadataparsejpeg.h:
7790         * ext/metadata/metadataparsepng.c:
7791         * ext/metadata/metadataparsepng.h:
7792         * ext/metadata/metadataparseutil.c:
7793         * ext/metadata/metadataparseutil.h:
7794         * ext/metadata/metadatatypes.h:
7795         * ext/metadata/metadataxmp.c:
7796           Code documentation.
7797
7798 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7799
7800         * configure.ac:
7801         * ext/metadata/Makefile.am:
7802         * ext/metadata/gstmetadatamux.c:
7803         * ext/metadata/gstmetadataparse.c:
7804         * ext/metadata/metadataexif.c:
7805         * ext/metadata/metadatatags.c:
7806         * ext/metadata/test/Makefile:
7807         * ext/metadata/test/MetadataEditorMain.glade:
7808         * ext/metadata/test/metadata_editor.c:
7809           Added a test application. Added some EXIF tags. Fixed a muxer bug.
7810
7811 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7812
7813         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7814           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
7815           Implement a query type function for the src pad, implement seeking
7816           and use ANY caps for the sink pad as the element doesn't care what
7817           caps the input has and everything is handled via properties.
7818
7819 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7820
7821         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
7822           (gst_video_parse_sink_event):
7823           Handle -1 values for the CONVERT query too.
7824
7825 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7826
7827         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
7828           Add YV12 to the pad templates as it is supported too and allow
7829           -1 as stop position for NEWSEGMENT events.
7830
7831 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7832
7833         * gst/videoparse/Makefile.am:
7834           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
7835
7836         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7837           (gst_video_parse_set_property), (gst_video_parse_get_property):
7838           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
7839           gives a g_critical().
7840
7841 2007-12-12  David Schleef  <ds@schleef.org>
7842
7843         * gst/videoparse/README:
7844         * gst/videoparse/gstvideoparse.c:
7845           Add a bunch of features: handle format specification, handle
7846           queries and conversion.  Works much like a normal parser now.
7847
7848 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7849
7850         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
7851         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
7852         (gst_rtp_pt_demux_change_state):
7853         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
7854         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
7855         (gst_rtp_ssrc_demux_change_state):
7856         Clean up the dynamic pads when going to READY.
7857
7858 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7859
7860         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
7861         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7862         (gst_rtp_bin_handle_message):
7863         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
7864         (rtp_session_send_bye):
7865         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
7866         Fix some leaks.
7867
7868 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
7869
7870         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
7871           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
7872           (gst_dtsdec_chain):
7873         * ext/dts/gstdtsdec.h:
7874           Add support for "audio/x-private1-dts" as used by flupsparse. Most
7875           changes adapted from a52dec.
7876
7877 2007-12-11  David Schleef  <ds@schleef.org>
7878
7879         * sys/glsink/Makefile.am:
7880         * sys/glsink/glimagesink.c:
7881         * sys/glsink/glvideo.c:
7882         * sys/glsink/glvideo.h:
7883           Split out gl-related code into a separate file with a
7884           sensible API.  Major cleanup.  Still crashes occasionally
7885           due to different threads touching bits at the same time.
7886
7887 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7888
7889         Patch by: Wouter Cloetens <wouter at mind dot be>
7890
7891         * ext/soup/gstsouphttpsrc.c: (_do_init),
7892         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
7893         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
7894         (gst_souphttp_src_get_property), (unicodify),
7895         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
7896         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7897         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7898         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
7899         (soup_got_headers), (soup_got_body), (soup_finished),
7900         (soup_got_chunk), (soup_response), (soup_parse_status),
7901         (gst_souphttp_src_uri_get_type),
7902         (gst_souphttp_src_uri_get_protocols),
7903         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
7904         (gst_souphttp_src_uri_handler_init):
7905         * ext/soup/gstsouphttpsrc.h:
7906         Do not try to unpause I/O in the "queued" state.
7907         Reorganise a bunch of things and cleanups.
7908         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
7909         See #502335.
7910
7911 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7912
7913         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
7914         Fix caps memleak.
7915
7916 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7917
7918         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7919           (gst_flv_parse_tag_video):
7920           Don't strdup (and thus leak) codec name strings when passing
7921           them to gst_tag_list_add().
7922
7923 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7924
7925         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
7926         (gst_rtp_bin_handle_message):
7927         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
7928         (on_ssrc_sdes):
7929         Post a message when the SDES infor changes for a source.
7930
7931         * gst/rtpmanager/rtpsession.c:
7932         * gst/rtpmanager/rtpsource.c:
7933         Update some comments.
7934
7935 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7936
7937         Based on patch by: <mutex at runbox dot com>
7938
7939         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
7940         Forward the query upstream, the default element event handler does
7941         something different. Fixes #502879.
7942
7943 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7944
7945         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
7946         (gst_rtp_bin_class_init):
7947         * gst/rtpmanager/gstrtpbin.h:
7948         * gst/rtpmanager/gstrtpclient.c:
7949         * gst/rtpmanager/gstrtpclient.h:
7950         * gst/rtpmanager/gstrtpjitterbuffer.h:
7951         * gst/rtpmanager/gstrtpmanager.c:
7952         * gst/rtpmanager/gstrtpptdemux.c:
7953         * gst/rtpmanager/gstrtpptdemux.h:
7954         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
7955         (gst_rtp_session_class_init), (gst_rtp_session_init):
7956         * gst/rtpmanager/gstrtpsession.h:
7957         * gst/rtpmanager/gstrtpssrcdemux.c:
7958         * gst/rtpmanager/gstrtpssrcdemux.h:
7959         * gst/rtpmanager/rtpjitterbuffer.c:
7960         * gst/rtpmanager/rtpjitterbuffer.h:
7961         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7962         (on_ssrc_sdes), (rtp_session_process_sdes):
7963         * gst/rtpmanager/rtpsession.h:
7964         * gst/rtpmanager/rtpsource.c:
7965         * gst/rtpmanager/rtpsource.h:
7966         * gst/rtpmanager/rtpstats.c:
7967         * gst/rtpmanager/rtpstats.h:
7968         Add signal to notify of an SDES change.
7969         Fix object type in the signal callbacks.
7970
7971 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7972
7973         * gst/rtpmanager/gstrtpbin.c: (create_session),
7974         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
7975         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7976         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
7977         * gst/rtpmanager/gstrtpbin.h:
7978         Expose SDES items as properties and configure the session managers with
7979         them.
7980
7981         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7982         (rtp_source_set_property):
7983         Fix SSRC property.
7984
7985 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7986
7987         * gst/rtpmanager/gstrtpbin.c: (create_session):
7988         * gst/rtpmanager/rtpjitterbuffer.c:
7989         Update comment.
7990
7991         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
7992         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
7993         Define some GObject properties to set SDES and other configuration.
7994
7995         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7996         (rtp_session_init), (rtp_session_finalize),
7997         (rtp_session_set_property), (rtp_session_get_property),
7998         (on_ssrc_sdes), (rtp_session_set_bandwidth),
7999         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
8000         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
8001         (rtp_session_get_sdes_string), (obtain_source),
8002         (rtp_session_get_internal_source), (rtp_session_process_sdes),
8003         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
8004         (is_rtcp_time):
8005         * gst/rtpmanager/rtpsession.h:
8006         Add signal when new SDES infor has been found for a source.
8007         Create properties for SDES and other info.
8008         Simplify the SDES API.
8009         Add method for getting the internal source object of the session.
8010
8011         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
8012         (rtp_source_finalize), (rtp_source_set_property),
8013         (rtp_source_get_property), (rtp_source_set_callbacks),
8014         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
8015         (rtp_source_is_as_csrc), (rtp_source_is_active),
8016         (rtp_source_is_validated), (rtp_source_is_sender),
8017         (rtp_source_received_bye), (rtp_source_get_bye_reason),
8018         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
8019         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
8020         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
8021         * gst/rtpmanager/rtpsource.h:
8022         Add GObject properties for various things.
8023         Don't leak the bye reason.
8024
8025 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
8026
8027         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8028         (gst_flv_parse_tag_video):
8029         Fix list of supported and known codecs.
8030         Emit tag with the codec name so it gets properly reported in totem and
8031         other applications.
8032
8033 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
8034
8035         * configure.ac:
8036         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
8037
8038 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8039
8040         * gst/equalizer/gstiirequalizer.c:
8041         (gst_iir_equalizer_transform_ip):
8042         Fix compilation.
8043
8044 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8045
8046         * gst/equalizer/gstiirequalizer.c:
8047         (gst_iir_equalizer_transform_ip):
8048         Don't process buffers in passthrough mode.
8049
8050 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8051
8052         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8053         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8054         The transform() methods are not called in passthrough mode so
8055         there's no need for checking if the element is in passthrough mode.
8056
8057 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8058
8059         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8060         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8061         Sync the GObject properties with the controller even in passthrough
8062         mode to get consistent property values.
8063
8064 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
8065
8066         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
8067           Mark crc values table as constant.
8068
8069 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
8070
8071         * ext/metadata/metadataexif.c:
8072         * ext/metadata/metadataiptc.c:
8073         * ext/metadata/metadatatags.c:
8074         * ext/metadata/metadatatags.h:
8075         * ext/metadata/metadataxmp.c:
8076           Added some tags to exif parser.
8077
8078 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8079
8080         * gst/mpegtsparse/mpegtspacketizer.c:
8081         * gst/mpegtsparse/mpegtsparse.c:
8082         A sub table is identified by the pair table_id and 
8083         sub_table_identifier, not by pid. So hash with that.
8084         * sys/dvb/dvbbasebin.c:
8085         Make sure initial pids are added properly to filter,
8086
8087 2007-12-05  Andy Wingo  <wingo@pobox.com>
8088
8089         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
8090         buffers from app thread when unsetting `queue-buffers', it's
8091         dangerous and the chain function will do it for us anyway.
8092
8093 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8094
8095         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
8096         (metadatamux_jpeg_lazy_update):
8097         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
8098         (metadataparse_jpeg_reading):
8099           Now compiles even when libiptc is missing.
8100
8101 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8102
8103         * ext/metadata/gstmetadatamux.c:
8104         * ext/metadata/gstmetadatamux.h:
8105         * ext/metadata/gstmetadataparse.c:
8106         * ext/metadata/gstmetadataparse.h:
8107         * ext/metadata/metadata.c:
8108         * ext/metadata/metadata.h:
8109         * ext/metadata/metadatamuxjpeg.c:
8110         * ext/metadata/metadatamuxjpeg.h:
8111         * ext/metadata/metadatamuxpng.c:
8112         * ext/metadata/metadatamuxpng.h:
8113           Fixed element properties and now muxer writes to png also.
8114
8115 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8116
8117         * gst/mpegtsparse/Makefile.am:
8118         * gst/mpegtsparse/mpegtspacketizer.c:
8119         * gst/mpegtsparse/mpegtsparse.c:
8120         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
8121         messages.
8122         * sys/dvb/dvbbasebin.c:
8123         Instead of attaching to signals, use the bus messages.
8124         Also fix up so the dvbsrc starts only outputting the info tables
8125         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
8126
8127 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
8128
8129         * ext/metadata/gstmetadatamux.c:
8130         * ext/metadata/gstmetadatamux.h:
8131         * ext/metadata/metadataexif.c:
8132         * ext/metadata/metadataexif.h:
8133         * ext/metadata/metadataiptc.c:
8134         * ext/metadata/metadataiptc.h:
8135         * ext/metadata/metadatamuxjpeg.c:
8136         * ext/metadata/metadataxmp.c:
8137         * ext/metadata/metadataxmp.h:
8138           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
8139           implemets GstTagSetter interface.
8140
8141 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
8142
8143         * gst/librfb/rfbdecoder.c:
8144                 Should fix the 64-bit build
8145
8146 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8147
8148         * ext/metadata/gstmetadatamux.c:
8149         * ext/metadata/gstmetadatamux.h:
8150         * ext/metadata/gstmetadataparse.c:
8151         * ext/metadata/gstmetadataparse.h:
8152         * ext/metadata/metadataexif.c:
8153         * ext/metadata/metadataexif.h:
8154         * ext/metadata/metadataiptc.c:
8155         * ext/metadata/metadataiptc.h:
8156         * ext/metadata/metadatamuxjpeg.c:
8157         * ext/metadata/metadatamuxpng.c:
8158         * ext/metadata/metadataparsejpeg.c:
8159         * ext/metadata/metadataparsepng.c:
8160         * ext/metadata/metadataxmp.c:
8161         * ext/metadata/metadataxmp.h:
8162           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
8163
8164 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8165
8166         * gst/librfb/rfbdecoder.c:
8167         * gst/librfb/rfbdecoder.h:
8168                 Add CoRRE encoding
8169
8170 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8171
8172         * gst/mpegtsparse/mpegtsparse.c:
8173         CRC check the psi pids. CRC checking code relicenced from MPL.
8174         Thanks Fluendo.
8175
8176 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8177
8178         * ext/metadata/Makefile.am:
8179         * ext/metadata/gstmetadatamux.c:
8180         * ext/metadata/gstmetadatamux.h:
8181         * ext/metadata/gstmetadataparse.c:
8182         * ext/metadata/metadata.c:
8183         * ext/metadata/metadata.h:
8184         * ext/metadata/metadatamuxjpeg.c:
8185         * ext/metadata/metadatamuxjpeg.h:
8186         * ext/metadata/metadatamuxpng.c:
8187         * ext/metadata/metadatamuxpng.h:
8188         * ext/metadata/metadataparsejpeg.c:
8189         * ext/metadata/metadataparsejpeg.h:
8190         * ext/metadata/metadataparsepng.c:
8191         * ext/metadata/metadataparsepng.h:
8192         * ext/metadata/metadatatypes.c:
8193         * ext/metadata/metadatatypes.h:
8194           Fixed get_range bug when injecting and stripping. And mux is almost
8195           done now.
8196
8197 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8198
8199         * gst/librfb/rfbdecoder.c:
8200                 Use glib macro for swapping
8201
8202 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
8203
8204         * gst/librfb/gstrfbsrc.c:
8205         * gst/librfb/rfbdecoder.c:
8206         * gst/librfb/rfbdecoder.h:
8207                 Disable CopyRect encoding by default
8208                 Add RRE encoding
8209
8210 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8211
8212         Patch by: Wouter Cloetens <wouter at mind dot be>
8213
8214         * configure.ac:
8215         Bump libsoup requirement as libsoup does not support async client
8216         operation prior to version 2.2.104 and it has some leaks.
8217
8218         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
8219         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8220         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
8221         (gst_souphttp_src_start), (gst_souphttp_src_stop),
8222         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
8223         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
8224         (soup_finished), (soup_got_chunk), (soup_response),
8225         (soup_session_close):
8226         * ext/soup/gstsouphttpsrc.h:
8227         Implement unlock().
8228         Picks up the size from the Content-Length header and emit a duration
8229         message.
8230         Don't leak the GMainContext object.
8231         Fixes #500099.
8232
8233 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8234
8235         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8236         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
8237         (alsaspdifsink_find_pcm_device):
8238         Don't free uninitialized data when we are in error.
8239
8240 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8241
8242         * ext/metadata/gstmetadatamux.c:
8243         * ext/metadata/gstmetadataparse.c:
8244         * ext/metadata/metadataexif.c:
8245         * ext/metadata/metadataexif.h:
8246         * ext/metadata/metadataiptc.c:
8247         * ext/metadata/metadataiptc.h:
8248         * ext/metadata/metadatatags.c:
8249         * ext/metadata/metadatatags.h:
8250         * ext/metadata/metadataxmp.c:
8251         * ext/metadata/metadataxmp.h:
8252           Sending make and model individual tags and muxer now links fine.
8253
8254 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8255
8256         * ext/metadata/Makefile.am:
8257         * ext/metadata/gstmetadata.c:
8258         * ext/metadata/gstmetadatamux.c:
8259         * ext/metadata/gstmetadatamux.h:
8260         * ext/metadata/gstmetadataparse.c:
8261         * ext/metadata/gstmetadataparse.h:
8262         * ext/metadata/metadata.c:
8263         * ext/metadata/metadata.h:
8264         * ext/metadata/metadataexif.c:
8265         * ext/metadata/metadataexif.h:
8266         * ext/metadata/metadataiptc.c:
8267         * ext/metadata/metadataiptc.h:
8268         * ext/metadata/metadataparse.c:
8269         * ext/metadata/metadataparse.h:
8270         * ext/metadata/metadataparseexif.c:
8271         * ext/metadata/metadataparseexif.h:
8272         * ext/metadata/metadataparseiptc.c:
8273         * ext/metadata/metadataparseiptc.h:
8274         * ext/metadata/metadataparsexmp.c:
8275         * ext/metadata/metadataparsexmp.h:
8276         * ext/metadata/metadatatags.c:
8277         * ext/metadata/metadatatags.h:
8278         * ext/metadata/metadataxmp.c:
8279         * ext/metadata/metadataxmp.h:
8280           Small fixes in get_range and better structure for generic muxer and
8281           demuxer.
8282
8283 2007-11-26  Julien Moutte  <julien@fluendo.com>
8284
8285         * configure.ac: Add QuickTime Wrapper plug-in.
8286         * gst/speexresample/gstspeexresample.c:
8287         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
8288         build on Mac OS X Leopard. Incorrect printf format arguments.
8289         * sys/Makefile.am:
8290         * sys/qtwrapper/Makefile.am:
8291         * sys/qtwrapper/audiodecoders.c:
8292         (qtwrapper_audio_decoder_base_init),
8293         (qtwrapper_audio_decoder_class_init),
8294         (qtwrapper_audio_decoder_init),
8295         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
8296         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
8297         (make_samr_magic_cookie), (open_decoder),
8298         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
8299         (qtwrapper_audio_decoder_chain),
8300         (qtwrapper_audio_decoder_sink_event),
8301         (qtwrapper_audio_decoders_register):
8302         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
8303         (fourcc_to_caps):
8304         * sys/qtwrapper/codecmapping.h:
8305         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
8306         (image_description_for_mp4v), (image_description_from_stsd_buffer),
8307         (image_description_from_codec_data):
8308         * sys/qtwrapper/imagedescription.h:
8309         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
8310         (get_output_info_from_component), (dump_avcc_atom),
8311         (dump_image_description), (dump_codec_decompress_params),
8312         (addSInt32ToDictionary), (dump_cvpixel_buffer),
8313         (DestroyAudioBufferList), (AllocateAudioBufferList):
8314         * sys/qtwrapper/qtutils.h:
8315         * sys/qtwrapper/qtwrapper.c: (plugin_init):
8316         * sys/qtwrapper/qtwrapper.h:
8317         * sys/qtwrapper/videodecoders.c:
8318         (qtwrapper_video_decoder_base_init),
8319         (qtwrapper_video_decoder_class_init),
8320         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
8321         (fill_image_description), (new_image_description), (close_decoder),
8322         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
8323         (decompressCb), (qtwrapper_video_decoder_chain),
8324         (qtwrapper_video_decoder_sink_event),
8325         (qtwrapper_video_decoders_register): Initial import of QuickTime
8326         wrapper jointly developped by Songbird authors (Pioneers of the
8327         Inevitable) and Fluendo.
8328
8329 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
8330
8331         * gst/spectrum/gstspectrum.c:
8332           Use dispose and finalize. Dispose can be called multiple times.
8333
8334 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
8335
8336         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8337         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
8338           Now works when get_range is not available upstream.
8339
8340 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
8341
8342         * gst/speexresample/README:
8343         * gst/speexresample/arch.h:
8344         * gst/speexresample/resample.c: (resampler_basic_direct_single),
8345         (resampler_basic_direct_double),
8346         (resampler_basic_interpolate_single),
8347         (resampler_basic_interpolate_double),
8348         (speex_resampler_process_native), (speex_resampler_process_float),
8349         (speex_resampler_process_int),
8350         (speex_resampler_process_interleaved_float),
8351         (speex_resampler_process_interleaved_int),
8352         (speex_resampler_get_input_latency),
8353         (speex_resampler_get_output_latency):
8354         * gst/speexresample/speex_resampler.h:
8355         Update speex resampler to latest SVN. We're now down to only the
8356         changes noted in README again.
8357
8358         * gst/speexresample/speex_resampler_wrapper.h:
8359         * gst/speexresample/gstspeexresample.c:
8360         (gst_speex_resample_push_drain), (gst_speex_resample_query):
8361         Adjust to API changes.
8362
8363 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
8364
8365         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8366         (gst_flv_parse_tag_video):
8367         Output segment with proper 'stop' value, makes flvdemux 100% compatible
8368         with gnonlin.
8369
8370 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
8371
8372         * ext/dc1394/gstdc1394.c:
8373           Set initial structure name to fix assertion, due to recent caps name
8374           constraints.
8375
8376 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
8377
8378         patch by: Alessandro Decina
8379
8380         * gst/mpegtsparse/mpegtspacketizer.c:
8381         * gst/mpegtsparse/mpegtspacketizer.h:
8382         * gst/mpegtsparse/mpegtsparse.c:
8383         * gst/mpegtsparse/mpegtsparse.h:
8384         pat-info is now a signal not a GObject property that
8385         gets notified.
8386         pat-info, pmt-info now instead of passing a GObject as
8387         a parameter, pass a GstStructure.
8388         New signals: nit-info, sdt-info, eit-info for DVB SI information
8389         * sys/dvb/camconditionalaccess.c:
8390         * sys/dvb/camconditionalaccess.h:
8391         * sys/dvb/camdevice.c:
8392         * sys/dvb/camdevice.h:
8393         * sys/dvb/camswclient.c:
8394         * sys/dvb/camswclient.h:
8395         * sys/dvb/camutils.c:
8396         * sys/dvb/camutils.h:
8397         Cam code now uses the pmt GstStructure passed from mpegtsparse
8398         signals rather than the GObject.
8399         * sys/dvb/dvbbasebin.c:
8400         Use new signals in mpegtsparse and use GstStructures as per
8401         mpegtsparse's modified API.
8402         
8403 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
8404
8405         * ext/metadata/Makefile.am:
8406         * ext/metadata/gstmetadata.c:
8407         * ext/metadata/gstmetadatamux.c:
8408         * ext/metadata/gstmetadatamux.h:
8409         * ext/metadata/gstmetadataparse.c:
8410         * ext/metadata/gstmetadataparse.h:
8411         * ext/metadata/metadataparse.c:
8412         * ext/metadata/metadataparse.h:
8413         * ext/metadata/metadataparsejpeg.c:
8414         * ext/metadata/metadataparsejpeg.h:
8415         * ext/metadata/metadataparsepng.c:
8416         * ext/metadata/metadataparsepng.h:
8417         * ext/metadata/metadataparsetypes.h:
8418         * ext/metadata/metadatatypes.c:
8419         * ext/metadata/metadatatypes.h:
8420           Now parser is generic (just add/remove a list of chunks). And a
8421           template of muxer has been created.
8422
8423 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8424
8425         * gst/speexresample/gstspeexresample.c:
8426         (gst_speex_resample_update_state):
8427         Only post the latency message if we have a resampler state already.
8428
8429 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8430
8431         * gst/speexresample/gstspeexresample.c:
8432         (gst_speex_resample_update_state):
8433         Also post GST_MESSAGE_LATENCY if the latency changes.
8434
8435 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8436
8437         * gst/speexresample/resample.c: (speex_resampler_get_latency),
8438         (speex_resampler_drain_float), (speex_resampler_drain_int),
8439         (speex_resampler_drain_interleaved_float),
8440         (speex_resampler_drain_interleaved_int):
8441         * gst/speexresample/speex_resampler.h:
8442         * gst/speexresample/speex_resampler_wrapper.h:
8443         Add functions to push the remaining samples and to get the latency
8444         of the resampler. These will get added to Speex SVN in this or a
8445         slightly changed form at some point too and should get merged then
8446         again.
8447
8448         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
8449         (gst_speex_resample_init_state),
8450         (gst_speex_resample_transform_size),
8451         (gst_speex_resample_push_drain), (gst_speex_resample_event),
8452         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
8453         (gst_speex_resample_query), (gst_speex_resample_query_type):
8454         Drop the prepending zeroes and output the remaining samples on EOS.
8455         Also properly implement the latency query for this. speexresample
8456         should be completely ready for production use now.
8457
8458 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
8459
8460         * gst/rtpmanager/gstrtpjitterbuffer.c:
8461         (gst_rtp_jitter_buffer_query):
8462         jitterbuffer can buffer an unlimited amount of time and thus has no
8463         max_latency requirements.
8464
8465 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8466
8467         * gst/speexresample/README:
8468         Add README explaining where the resampling code was taken from
8469         and which changes were done.
8470
8471         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8472         (speex_free):
8473         Use g_malloc() and friends instead of malloc() to achieve higher
8474         portability and define the functions inline.
8475
8476         * gst/speexresample/speex_resampler.h:
8477         Add back some useless preprocessor stuff to keep the diff between
8478         our version and the one from the Speex SVN repository lower.
8479
8480 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8481
8482         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8483         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8484         Post a GST_MESSAGE_LATENCY if the latency changes.
8485
8486 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8487
8488         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8489         Don't try to flush the decoder on EOS when it was not initialized.
8490         Fixes #498667
8491
8492 2007-11-21  Julien Moutte  <julien@fluendo.com>
8493
8494         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8495         on Mac OS X. (missing format parameter)
8496
8497 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8498
8499         * gst/equalizer/gstiirequalizer10bands.c:
8500         * gst/equalizer/gstiirequalizer3bands.c:
8501           Remove preset iface again. We'll re-add this after its been released
8502           in -good.
8503
8504 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8505
8506         * gst/speexresample/gstspeexresample.c:
8507         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8508         Some small cleanup and addition of a TODO item.
8509
8510 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8511
8512         * gst/speexresample/Makefile.am:
8513         Add missing file.
8514
8515 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8516
8517         * docs/plugins/inspect/plugin-app.xml:
8518         * docs/plugins/inspect/plugin-bayer.xml:
8519         * docs/plugins/inspect/plugin-cdaudio.xml:
8520         * docs/plugins/inspect/plugin-dvb.xml:
8521         * docs/plugins/inspect/plugin-dvbsrc.xml:
8522         * docs/plugins/inspect/plugin-dvdspu.xml:
8523         * docs/plugins/inspect/plugin-festival.xml:
8524         * docs/plugins/inspect/plugin-flvdemux.xml:
8525         * docs/plugins/inspect/plugin-gstinterlace.xml:
8526         * docs/plugins/inspect/plugin-interleave.xml:
8527         * docs/plugins/inspect/plugin-ladspa.xml:
8528         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8529         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8530         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8531         * docs/plugins/inspect/plugin-mve.xml:
8532         * docs/plugins/inspect/plugin-nas.xml:
8533         * docs/plugins/inspect/plugin-nuvdemux.xml:
8534         * docs/plugins/inspect/plugin-quicktime.xml:
8535         * docs/plugins/inspect/plugin-real.xml:
8536         * docs/plugins/inspect/plugin-rfbsrc.xml:
8537         * docs/plugins/inspect/plugin-sdp.xml:
8538         * docs/plugins/inspect/plugin-sndfile.xml:
8539         * docs/plugins/inspect/plugin-soup.xml:
8540         * docs/plugins/inspect/plugin-speexresample.xml:
8541         * docs/plugins/inspect/plugin-stereo.xml:
8542         * docs/plugins/inspect/plugin-switch.xml:
8543         * docs/plugins/inspect/plugin-vcdsrc.xml:
8544         * docs/plugins/inspect/plugin-videocrop.xml:
8545         * docs/plugins/inspect/plugin-videoparse.xml:
8546         * docs/plugins/inspect/plugin-vmnc.xml:
8547         * docs/plugins/inspect/plugin-x264.xml:
8548         * docs/plugins/inspect/plugin-y4menc.xml:
8549         Add missing inspection files to CVS.
8550
8551 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8552
8553         * docs/plugins/Makefile.am:
8554         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8555         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8556         * docs/plugins/gst-plugins-bad-plugins.args:
8557         * docs/plugins/gst-plugins-bad-plugins.signals:
8558         * docs/plugins/inspect/plugin-bz2.xml:
8559         * docs/plugins/inspect/plugin-cdxaparse.xml:
8560         * docs/plugins/inspect/plugin-dtsdec.xml:
8561         * docs/plugins/inspect/plugin-equalizer.xml:
8562         * docs/plugins/inspect/plugin-faac.xml:
8563         * docs/plugins/inspect/plugin-faad.xml:
8564         * docs/plugins/inspect/plugin-filter.xml:
8565         * docs/plugins/inspect/plugin-freeze.xml:
8566         * docs/plugins/inspect/plugin-gio.xml:
8567         * docs/plugins/inspect/plugin-gsm.xml:
8568         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8569         * docs/plugins/inspect/plugin-h264parse.xml:
8570         * docs/plugins/inspect/plugin-modplug.xml:
8571         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8572         * docs/plugins/inspect/plugin-musepack.xml:
8573         * docs/plugins/inspect/plugin-musicbrainz.xml:
8574         * docs/plugins/inspect/plugin-nsfdec.xml:
8575         * docs/plugins/inspect/plugin-replaygain.xml:
8576         * docs/plugins/inspect/plugin-soundtouch.xml:
8577         * docs/plugins/inspect/plugin-spcdec.xml:
8578         * docs/plugins/inspect/plugin-spectrum.xml:
8579         * docs/plugins/inspect/plugin-speed.xml:
8580         * docs/plugins/inspect/plugin-tta.xml:
8581         * docs/plugins/inspect/plugin-videosignal.xml:
8582         * docs/plugins/inspect/plugin-xingheader.xml:
8583         * docs/plugins/inspect/plugin-xvid.xml:
8584         * gst/speexresample/gstspeexresample.h:
8585         Add speexresample to the docs and while at that do a make update.
8586
8587 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8588
8589         * gst/speexresample/gstspeexresample.c:
8590         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8591         If the resampler gives less output samples than expected
8592         adjust the output buffer and print a warning.
8593
8594 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8595
8596         * configure.ac:
8597         * gst/speexresample/arch.h:
8598         * gst/speexresample/fixed_generic.h:
8599         * gst/speexresample/gstspeexresample.c:
8600         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8601         (gst_speex_resample_init), (gst_speex_resample_start),
8602         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8603         (gst_speex_resample_transform_caps),
8604         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8605         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8606         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8607         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8608         (gst_speex_resample_process), (gst_speex_resample_transform),
8609         (gst_speex_resample_set_property),
8610         (gst_speex_resample_get_property), (plugin_init):
8611         * gst/speexresample/gstspeexresample.h:
8612         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8613         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8614         (resampler_basic_direct_single), (resampler_basic_direct_double),
8615         (resampler_basic_interpolate_single),
8616         (resampler_basic_interpolate_double), (update_filter),
8617         (speex_resampler_init), (speex_resampler_init_frac),
8618         (speex_resampler_destroy), (speex_resampler_process_native),
8619         (speex_resampler_process_float), (speex_resampler_process_int),
8620         (speex_resampler_process_interleaved_float),
8621         (speex_resampler_process_interleaved_int),
8622         (speex_resampler_set_rate), (speex_resampler_get_rate),
8623         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8624         (speex_resampler_set_quality), (speex_resampler_get_quality),
8625         (speex_resampler_set_input_stride),
8626         (speex_resampler_get_input_stride),
8627         (speex_resampler_set_output_stride),
8628         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8629         (speex_resampler_reset_mem), (speex_resampler_strerror):
8630         * gst/speexresample/speex_resampler.h:
8631         * gst/speexresample/speex_resampler_float.c:
8632         * gst/speexresample/speex_resampler_int.c:
8633         * gst/speexresample/speex_resampler_wrapper.h:
8634         Add resample element based on the Speex resampling algorithm.
8635
8636 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8637
8638         * ext/metadata/gstmetadataparse.c:
8639         * ext/metadata/gstmetadataparse.h:
8640           Fixed buffer strip (safer wil pull and after seek).
8641
8642 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8643
8644         * gst/equalizer/gstiirequalizer10bands.c:
8645         * gst/equalizer/gstiirequalizer3bands.c:
8646           Activate preset iface and upload two presets here.
8647
8648 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8649
8650         * ext/metadata/gstmetadataparse.c:
8651         * ext/metadata/gstmetadataparse.h:
8652           Strip out in pull mode also. Seek and Query functions added.
8653
8654 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8655
8656         * ext/metadata/gstmetadataparse.c:
8657         * ext/metadata/gstmetadataparse.h:
8658         * ext/metadata/metadataparse.c:
8659         * ext/metadata/metadataparse.h:
8660         * ext/metadata/metadataparsejpeg.c:
8661         * ext/metadata/metadataparsejpeg.h:
8662         * ext/metadata/metadataparsepng.c:
8663         * ext/metadata/metadataparsepng.h:
8664         * ext/metadata/metadataparsetypes.h:
8665           Strip out metadata chunks.
8666
8667 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8668
8669         * configure.ac:
8670           Als use AG_GST_PLUGIN_DOCS (see #344039).
8671
8672 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8673
8674         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8675
8676         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8677         (remove_all), (mpegts_packetizer_clear):
8678         Ensure that the plugin does not crash when the property pat-info is
8679         queried before a PAT is available. It also ensures that the PAT info is
8680         cleared when the changing from PLAYING to READY.
8681         Fixes #487892.
8682
8683 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8684
8685         Patch by: Wouter Paesen <wouter at blue-gate dot be>
8686
8687         * ext/soundtouch/gstpitch.cc:
8688         Handle seeking correctly. Fixes #461068.
8689
8690 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8691
8692         Patch by: Michael Kötter <m dot koetter at oraise dot de>
8693
8694         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8695         (alsaspdifsink_get_time), (alsaspdifsink_open),
8696         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
8697         Fix sample rate and clocking.
8698         Remove buffer_time and period_time as this seems to break on some
8699         hardware. Fixes #485462.
8700
8701 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8702
8703         Patch by: Wouter Cloetens <wouter at mind dot be>
8704
8705         * configure.ac:
8706         * ext/Makefile.am:
8707         * ext/soup/Makefile.am:
8708         * ext/soup/gstsouphttpsrc.c: (_do_init),
8709         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
8710         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8711         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
8712         (gst_souphttp_src_create), (gst_souphttp_src_start),
8713         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
8714         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
8715         (soup_session_close), (plugin_init):
8716         * ext/soup/gstsouphttpsrc.h:
8717         Added HTTP source based on libsoup. Fixes #497020.
8718
8719 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8720
8721         * gst/librfb/gstrfbsrc.c:
8722         don't forget to handle the offset's
8723         * gst/librfb/rfbdecoder.c:
8724         * gst/librfb/rfbdecoder.h:
8725         precalculate some many used values
8726
8727 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8728
8729         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
8730         * gst/librfb/gstrfbsrc.c:
8731         Set the timestamp for the output buffers
8732
8733 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
8734
8735         * tests/check/elements/spectrum.c: (GST_START_TEST):
8736         Fix spectrum unit test for the latest spectrum changes.
8737
8738 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
8739
8740         Patch by: René Stadler <mail at renestadler dot de>
8741
8742         * gst/replaygain/rganalysis.c: (yule_filter):
8743         Avoid slowdown from denormals when processing near-silence input data.
8744         Spotted by Gabriel Bouvigne. Fixes #494499.
8745
8746 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
8747
8748         * gst/flv/gstflvparse.c:
8749         Add mapping for Nellymoser ASAO audio codec.
8750         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
8751         actually have data to read at the end of the tag. This avoids trying
8752         to allocate negative buffers.
8753
8754 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
8755
8756         * ext/metadata/README:
8757           Added a design proposal from metadata parse and mux.
8758
8759 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8760
8761         * gst/equalizer/demo.c: (draw_spectrum):
8762         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
8763         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
8764         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
8765         Change the meaning of the magnitude values given in the
8766         GstMessages by spectrum to decibel instead of
8767         decibel+threshold.
8768
8769 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8770
8771         * gst/equalizer/gstiirequalizer10bands.c:
8772         * gst/equalizer/gstiirequalizer3bands.c:
8773         * gst/equalizer/gstiirequalizernbands.c:
8774         And continue to update docs. Also include some sample code
8775         for the n-band equalizer in the docs.
8776
8777 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8778
8779         * gst/equalizer/gstiirequalizer10bands.c:
8780         (gst_iir_equalizer_10bands_class_init):
8781         * gst/equalizer/gstiirequalizer3bands.c:
8782         (gst_iir_equalizer_3bands_class_init):
8783         * gst/equalizer/gstiirequalizernbands.c:
8784         Update docs and property ranges to the real values.
8785
8786 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
8787
8788         * gst/spectrum/gstspectrum.c:
8789         Now do the scaling right for real. Also initialize a previously
8790         uninitialized variable.
8791
8792 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
8793
8794         * ext/metadata/metadataparsexmp.c:
8795         (metadataparse_xmp_tag_list_add),
8796         (metadataparse_xmp_iter_simple_qual),
8797         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
8798         (metadataparse_xmp_iter):
8799           Extracting more detailed info from XMP.
8800
8801 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
8802
8803         * gst/equalizer/demo.c:
8804           Make default volume a bit less. Improve layout by giving more space to
8805           the slider with big-numbers and enable fill.
8806
8807 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8808
8809         * configure.ac:
8810         * tests/check/pipelines/gio.c: (GST_START_TEST):
8811         Require GIO >= 0.1.2 and adjust unit test for an API change.
8812
8813 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8814
8815         * tests/icles/equalizer-test.c: (do_slider_fiddling):
8816         Fix gain ranges for the latest equalizer changes.
8817
8818 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8819
8820         * ext/gio/gstgio.h:
8821         Add macro to check if a stream supports seeking.
8822
8823         * ext/gio/Makefile.am:
8824         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
8825         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
8826         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
8827         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
8828         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
8829         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
8830         (gst_gio_base_sink_set_stream):
8831         * ext/gio/gstgiobasesink.h:
8832         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
8833         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
8834         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
8835         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
8836         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
8837         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
8838         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
8839         * ext/gio/gstgiobasesrc.h:
8840         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
8841         base classes that only require a GInputStream or GOutputStream to
8842         work.
8843
8844         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
8845         (gst_gio_sink_class_init), (gst_gio_sink_init),
8846         (gst_gio_sink_finalize), (gst_gio_sink_start):
8847         * ext/gio/gstgiosink.h:
8848         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
8849         (gst_gio_src_class_init), (gst_gio_src_init),
8850         (gst_gio_src_finalize), (gst_gio_src_start):
8851         * ext/gio/gstgiosrc.h:
8852         Use the newly created base classes here.
8853
8854         * ext/gio/gstgio.c: (plugin_init):
8855         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
8856         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
8857         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
8858         (gst_gio_stream_sink_get_property):
8859         * ext/gio/gstgiostreamsink.h:
8860         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
8861         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
8862         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
8863         (gst_gio_stream_src_get_property):
8864         * ext/gio/gstgiostreamsrc.h:
8865         Implement GstGioStreamSink and GstGioStreamSrc that have a property
8866         to set the GInputStream/GOutputStream that should be used.
8867
8868         * tests/check/Makefile.am:
8869         * tests/check/pipelines/.cvsignore:
8870         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
8871         (gio_testsuite), (main):
8872         Add unit test for giostreamsrc and giostreamsink.
8873
8874 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8875
8876         * ext/gio/gstgio.c: (plugin_init):
8877         Remove nowadays unnecessary workaround for a crash.
8878         
8879         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
8880         (gst_gio_sink_start), (gst_gio_sink_stop),
8881         (gst_gio_sink_unlock_stop):
8882         * ext/gio/gstgiosink.h:
8883         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
8884         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
8885         * ext/gio/gstgiosrc.h:
8886         Make the finalize function safer, clean up everything that could stay
8887         around.
8888
8889         Reset the cancellable instead of creating a new one after cancelling
8890         some operation.
8891
8892         Don't store the GFile in the element, it's only necessary for creating
8893         the streams.
8894
8895 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
8896
8897         * gst/spectrum/demo-audiotest.c: (main):
8898         Use autoaudiosink instead of alsasink and use a sine wave.
8899
8900         * gst/spectrum/gstspectrum.c:
8901         Fix the magnitude calculation.
8902
8903 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
8904
8905         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8906
8907         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
8908           (CDshowFakeSink.CDshowFakeSink):
8909         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
8910           Fix crasher in constructor due to the base class's constructor
8911           not necessarily being NULL-safe (depends on the SDK version used
8912           apparently; #492406).
8913
8914         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
8915         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
8916           Fix a couple of MSVC compiler warnings (#492406).
8917
8918 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
8919
8920         * gst/equalizer/demo.c: (main):
8921         * gst/equalizer/gstiirequalizer.c:
8922         (gst_iir_equalizer_band_class_init), (setup_filter):
8923         Allow setting 0 as bandwidth and handle this correctly.
8924         Also handle a bandwidth of rate/2 properly.
8925
8926         * gst/equalizer/gstiirequalizernbands.c:
8927         (gst_iir_equalizer_nbands_class_init):
8928         Make it possible to generate a N-band equalizer with 1 bands. The
8929         previous limit of 2 was caused by a nowadays replaced calculation
8930         doing a division by zero if number of bands was 1.
8931
8932 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
8933
8934         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8935
8936         * gst/rtpmanager/gstrtpsession.c:
8937           Fix bad function signatures (#492798).
8938
8939 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8940
8941         * ext/metadata/Makefile.am:
8942         * ext/metadata/gstmetadataparse.c:
8943         * ext/metadata/gstmetadataparse.h:
8944         * ext/metadata/metadataparse.c:
8945         * ext/metadata/metadataparse.h:
8946         * ext/metadata/metadataparseexif.c:
8947         * ext/metadata/metadataparseexif.h:
8948         * ext/metadata/metadataparseiptc.c:
8949         * ext/metadata/metadataparseiptc.h:
8950         * ext/metadata/metadataparsejpeg.c:
8951         * ext/metadata/metadataparsejpeg.h:
8952         * ext/metadata/metadataparsepng.c:
8953         * ext/metadata/metadataparsepng.h:
8954         * ext/metadata/metadataparseutil.c:
8955         * ext/metadata/metadataparseutil.h:
8956         * ext/metadata/metadataparsexmp.c:
8957         * ext/metadata/metadataparsexmp.h:
8958           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
8959           the file. 
8960
8961 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8962
8963         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8964         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
8965         (gst_metadata_parse_element_activate_src_pull):
8966           Now metadataparse works in push or pull mode.
8967
8968 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
8969
8970         * configure.ac:
8971         * ext/metadata/Makefile.am:
8972         * ext/metadata/metadataparseexif.c:
8973         (metadataparse_exif_tags_register),
8974         (metadataparse_exif_tag_list_add):
8975         * ext/metadata/metadataparseiptc.c:
8976         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
8977         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
8978         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
8979         * ext/metadata/metadataparseutil.c:
8980         (metadataparse_tag_list_add_chunk):
8981         * ext/metadata/metadataparseutil.h:
8982         * ext/metadata/metadataparsexmp.c:
8983         (metadataparse_xmp_tags_register),
8984         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
8985         (metadataparse_xmp_dispose):
8986         * ext/metadata/metadataparsexmp.h:
8987           Some XMP stuff added.
8988
8989 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
8990
8991         * ext/metadata/gstmetadataparse.c:
8992         (gst_metadata_parse_dispose_members),
8993         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
8994         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
8995         (gst_metadata_parse_change_state),
8996         (gst_metadata_parse_plugin_init):
8997         * ext/metadata/gstmetadataparse.h:
8998         * ext/metadata/metadataparseexif.c:
8999         (metadataparse_exif_tags_register),
9000         (metadataparse_exif_tag_list_add),
9001         (exif_data_foreach_content_func),
9002         (exif_content_foreach_entry_func):
9003         * ext/metadata/metadataparseexif.h:
9004         * ext/metadata/metadataparseiptc.c:
9005         (metadataparse_iptc_tags_register),
9006         (metadataparse_tag_list_add_chunk),
9007         (metadataparse_iptc_tag_list_add),
9008         (iptc_data_foreach_dataset_func):
9009         * ext/metadata/metadataparseiptc.h:
9010         * ext/metadata/metadataparsexmp.c:
9011         (metadataparse_xmp_tags_register),
9012         (metadataparse_xmp_tag_list_add):
9013         * ext/metadata/metadataparsexmp.h:
9014           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
9015           in the same way (look at bug #486659).
9016
9017 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
9018
9019         * gst/librfb/rfbdecoder.c:
9020                 Some refactoring in RAW encoding
9021
9022 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
9023
9024         * gst/librfb/d3des.h:
9025         * gst/librfb/gstrfbsrc.c:
9026         * gst/librfb/gstrfbsrc.h:
9027         * gst/librfb/rfbbuffer.h:
9028         * gst/librfb/rfbcontext.h:
9029         * gst/librfb/rfbdecoder.c:
9030         * gst/librfb/rfbdecoder.h:
9031         * gst/librfb/rfbutil.h:
9032         * gst/librfb/vncauth.h:
9033                 Added copyrect encoding
9034
9035 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9036
9037         * sys/dvb/camswclient.c:
9038         Warn on failed write.
9039
9040 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
9041
9042         * gst/equalizer/Makefile.am:
9043         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
9044         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
9045         (draw_spectrum), (message_handler), (main):
9046         Add small demo application based on the spectrum demo applications
9047         that gets white noise as input, pushes it through an equalizer and
9048         paints the spectrum. For every equalizer band it's possible to set
9049         gain, bandwidth and frequency.
9050         * gst/equalizer/gstiirequalizer.c: (setup_filter):
9051         Add some guarding against too large or too small frequencies and
9052         bandwidths. Also improve debugging a bit.
9053
9054 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
9055
9056         * gst/equalizer/gstiirequalizer.c:
9057         (gst_iir_equalizer_band_set_property),
9058         (gst_iir_equalizer_band_get_property),
9059         (gst_iir_equalizer_band_class_init), (arg_to_scale),
9060         (setup_filter), (gst_iir_equalizer_compute_frequencies):
9061         Replace filters with a bit better filters for which we can actually
9062         find documentation, which don't change anything on zero gain, etc.
9063         
9064         Make the frequency property of the bands writable, rename the
9065         band-width property to bandwidth and change the meaning to the
9066         frequency difference between bandedges, change the meaning of the
9067         gain property to dB instead of a weird scale between -1 and 1 that
9068         has no real meaning.
9069
9070 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
9071
9072         * sys/dvb/dvbbasebin.c:
9073           Fix the build.
9074
9075 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9076
9077         * ext/metadata/.cvsignore:
9078         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
9079         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
9080         (gst_metadata_parse_configure_srccaps),
9081         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
9082         (gst_metadata_parse_plugin_init):
9083         * ext/metadata/metadataparse.c: (metadataparse_parse):
9084         * ext/metadata/metadataparse.h:
9085           Changed kclass to "Parser/Extracter/Metadata", changed caps to
9086           "image/jpeg, tags-extract=true/false" and changed priority to
9087           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
9088           fixed to also work in pull mode.
9089
9090 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9091
9092         * configure.ac:
9093         * ext/Makefile.am:
9094         * ext/metadata/:
9095         * ext/metadata/Makefile.am:
9096         * ext/metadata/gstmetadata.c:
9097         * ext/metadata/gstmetadataparse.c:
9098         * ext/metadata/gstmetadataparse.h:
9099         * ext/metadata/metadataparse.c:
9100         * ext/metadata/metadataparse.h:
9101         * ext/metadata/metadataparseexif.c:
9102         * ext/metadata/metadataparseexif.h:
9103         * ext/metadata/metadataparseiptc.c:
9104         * ext/metadata/metadataparseiptc.h:
9105         * ext/metadata/metadataparsejpeg.c:
9106         * ext/metadata/metadataparsejpeg.h:
9107         * ext/metadata/metadataparsexmp.c:
9108         * ext/metadata/metadataparsexmp.h:
9109           Created new plugin ('medadata') and element ('metadataparse') that
9110           extract metadata from images (look at bug #486659).
9111
9112 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9113
9114         * sys/dvb/dvbbasebin.c:
9115         Uncomment the line that sets the pid filter. Wrong way to 
9116         work-around driver issues.
9117
9118 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
9119
9120         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
9121           (gst_faac_class_init), (gst_faac_init):
9122           Fix bitrate ranges and change enum nick for low complexity
9123           profile from LOW to LC for consistency (#490060).
9124
9125 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
9126
9127         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
9128           Let's not call every request pad we create "sink%d", that'll
9129           create problems if there's to be more than one pad. Fixes #490682.
9130
9131         * tests/check/Makefile.am:
9132         * tests/check/elements/.cvsignore:
9133         * tests/check/elements/interleave.c:
9134           Add unit test for the above.
9135
9136 2007-10-27  Julien MOUTTE  <julien@moutte.net>
9137
9138         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
9139         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
9140         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
9141         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
9142         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
9143         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
9144         (plugin_init):
9145         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
9146         damaging headers using a simple state machine.
9147
9148 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
9149
9150         * ext/x264/gstx264enc.c:
9151           Fix build against the libx264 version that ships with debian stable.
9152
9153 2007-10-26  Julien MOUTTE  <julien@moutte.net>
9154
9155         * configure.ac:
9156         * gst/mpeg4videoparse/Makefile.am:
9157         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
9158         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
9159         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
9160         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
9161         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
9162         (gst_mpeg4vparse_init), (plugin_init):
9163         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
9164         parser.
9165
9166 2007-10-25  David Schleef  <ds@schleef.org>
9167
9168         * gst/multifile/Makefile.am:
9169         * gst/multifile/gstmultifilesink.c:
9170         * gst/multifile/gstmultifilesrc.c:
9171         * tests/check/Makefile.am:
9172         * tests/check/elements/multifile.c:
9173           Improve documentation, write some tests for multifilesrc/sink
9174           for upcoming ->good review.
9175
9176 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9177
9178         * sys/dvb/gstdvbsrc.c:
9179         Actually use the code-rate-hp parameter for DVB-S.
9180         It turns out setting to AUTO does not always work (
9181         especially in diseq situations). Set by default to 
9182         FEC_AUTO.
9183
9184 2007-10-22  Julien MOUTTE  <julien@moutte.net>
9185
9186         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9187         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
9188         emit no-more-pads for single pad scenarios as the header
9189         is definitely not reliable. We emit them for 2 pads scenarios
9190         though to speed up media discovery.
9191
9192 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9193
9194         * sys/dvb/dvbbasebin.c:
9195         Added proxy property of diseqc-source
9196
9197 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9198
9199         * gst/equalizer/gstiirequalizer.c:
9200         (gst_iir_equalizer_band_set_property):
9201         Add a missing break.
9202
9203 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9204
9205         * gst/equalizer/gstiirequalizer.c:
9206         (gst_iir_equalizer_band_set_property),
9207         (gst_iir_equalizer_band_get_property),
9208         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
9209         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
9210         (setup_filter), (gst_iir_equalizer_setup):
9211         * gst/equalizer/gstiirequalizer.h:
9212         Move bandwidth property to the separate bands and add float64 support.
9213
9214 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9215
9216         * ext/cdaudio/Makefile.am:
9217           Add another missing GST_LIBS.
9218
9219 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9220
9221         Patch by: Richard Hult <richard imendio com>
9222
9223         * gst/dvdspu/Makefile.am:
9224           Fix LIBS - we need to link against libgstreamer (fixes #487496).
9225
9226 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9227
9228         * sys/dvb/camapplication.c:
9229         * sys/dvb/camresourcemanager.c:
9230           Fix some warnings.
9231
9232 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9233
9234         * gst/librfb/rfbdecoder.c:
9235           Add the set encodings client message
9236
9237 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9238
9239         * gst/librfb/Makefile.am:
9240         * gst/librfb/rfb.h:
9241         * gst/librfb/rfbbytestream.c:
9242         * gst/librfb/rfbbytestream.h:
9243         * gst/librfb/rfbdecoder.c:
9244         * gst/librfb/rfbdecoder.h:
9245           Remove the rfbbytestream dead code
9246
9247 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9248
9249         patch by: Alessandro Decina
9250
9251         * sys/dvb/Makefile.am:
9252         * sys/dvb/cam.c:
9253         * sys/dvb/cam.h:
9254         * sys/dvb/camapplication.c:
9255         * sys/dvb/camapplication.h:
9256         * sys/dvb/camapplicationinfo.c:
9257         * sys/dvb/camapplicationinfo.h:
9258         * sys/dvb/camconditionalaccess.c:
9259         * sys/dvb/camconditionalaccess.h:
9260         * sys/dvb/camdevice.c:
9261         * sys/dvb/camdevice.h:
9262         * sys/dvb/camresourcemanager.c:
9263         * sys/dvb/camresourcemanager.h:
9264         * sys/dvb/camsession.c:
9265         * sys/dvb/camsession.h:
9266         * sys/dvb/camswclient.c:
9267         * sys/dvb/camswclient.h:
9268         * sys/dvb/camtransport.c:
9269         * sys/dvb/camtransport.h:
9270         * sys/dvb/camutils.c:
9271         * sys/dvb/camutils.h:
9272         * sys/dvb/dvbbasebin.c:
9273         * sys/dvb/dvbbasebin.h:
9274         * sys/dvb/gstdvb.c:
9275         * sys/dvb/gstdvbsrc.c:
9276         * sys/dvb/gstdvbsrc.h:
9277         Integrate SoC work done by Alessandro for the Freevo project.
9278         Adds cam support to the dvb stack in GStreamer and a new
9279         element (actually a bin) called dvbbasebin that integrates
9280         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
9281         acquiring multiple channels on same transponder without 
9282         knowing pid numbers.
9283
9284 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9285
9286         patch by: Alessandro Decina
9287
9288         * gst/mpegtsparse/mpegtspacketizer.c:
9289         * gst/mpegtsparse/mpegtsparse.c:
9290         * gst/mpegtsparse/mpegtsparse.h:
9291         Add request pad for getting the full transport stream coming in.
9292
9293 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
9294
9295         * configure.ac:
9296           Update the highest allowed neon version from 0.26.99 to 0.27.99.
9297           No code changes are required to work with the newest neon version.
9298
9299 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
9300
9301         * configure.ac:
9302           Require core CVS.  This is implicit in the -base CVS
9303           requirement already, so we might just well spell it
9304           out.  Also, we do need at least 0.10.14 for
9305           gst_element_class_set_details_simple().  Make check
9306           for gmyth a bit more restrictive so things don't break
9307           if the next version changes API.
9308
9309         * ext/alsaspdif/alsaspdifsink.c:
9310           Work around alsa alloca macros triggering 'always evaluates to
9311           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
9312           Also don't leak the device string.
9313
9314         * ext/mpeg2enc/gstmpeg2enc.cc:
9315         * ext/soundtouch/gstpitch.cc:
9316         * gst/modplug/gstmodplug.cc:
9317           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
9318           define fix from core CVS). Fixes #462737.
9319
9320 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
9321
9322         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9323
9324         * gst/rtpmanager/gstrtpbin.c: (create_stream),
9325         (gst_rtp_bin_class_init):
9326         Fix memleak. Fixes #484990.
9327
9328 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
9329
9330         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
9331         * gst/librfb/rfbbuffer.h:
9332         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
9333         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
9334         * gst/nsf/nes6502.c: (nes6502_execute):
9335         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
9336         * gst/real/gstrealvideodec.c: (open_library):
9337         * gst/real/gstrealvideodec.h:
9338         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
9339         (create_recv_rtcp_sink), (create_send_rtp_sink):
9340         Fix compiler warnings shown by Forte.
9341
9342 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
9343
9344         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
9345         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
9346         Fix caps refcounting for payload maps.
9347         When clearing payload maps, also clear sessions and streams payload
9348         maps.
9349
9350         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
9351         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
9352         (find_pad_for_pt):
9353         Implement clearing the payload map.
9354
9355         * gst/rtpmanager/gstrtpsession.c:
9356         (gst_rtp_session_event_send_rtp_sink):
9357         Forward flush events instead of leaking them.
9358
9359         * gst/rtpmanager/gstrtpssrcdemux.c:
9360         (gst_rtp_ssrc_demux_rtcp_sink_event):
9361         Correctly refcount events before pushing them.
9362
9363 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
9364
9365         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
9366         Use GIO function to get a list of supported URI schemes instead of
9367         hard coding something.
9368
9369 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9370
9371         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
9372         When reconsidering RTCP timeouts, set the next timeout against the last
9373         report time instead of the current clock time so that we don't end up
9374         reconsidering forever.
9375
9376 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9377
9378         * gst/rtpmanager/gstrtpjitterbuffer.c:
9379         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9380         Only peek at the tail element instead of popping it off, which allows
9381         us to greatly simplify things when the tail element changes.
9382
9383         * gst/rtpmanager/gstrtpsession.c:
9384         (gst_rtp_session_event_recv_rtp_sink):
9385         * gst/rtpmanager/gstrtpssrcdemux.c:
9386         (gst_rtp_ssrc_demux_sink_event):
9387         Forward FLUSH events instead of leaking them.
9388
9389         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
9390         (calculate_skew), (rtp_jitter_buffer_insert):
9391         * gst/rtpmanager/rtpjitterbuffer.h:
9392         Remove the tail-changed callback in favour of a simple boolean when we
9393         insert a buffer in the queue.
9394         Add method to peek the tail of the buffer.
9395
9396 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9397
9398         Patch by: Gautier Portet <kassoulet at gmail dot com>
9399
9400         * gst/xingheader/gstxingmux.c:
9401         The size of the Xing header is actually 417 as it's rounded to the
9402         next smaller integer. Fixes #397759.
9403
9404         * gst/xingheader/gstxingmux.c: (xing_generate_header),
9405         (xing_push_header):
9406         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
9407         event to the beginning was successful before pushing the header again.
9408
9409 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9410
9411         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
9412
9413         * gst/mpegtsparse/mpegtspacketizer.c:
9414         (mpegts_packetizer_stream_new):
9415         Don't skip PAT with version number 0. Fixes #483400.
9416         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
9417         Make all values above 0 mark a referenced program as they can be
9418         incremented and only 1 had marked a referenced program before, causing
9419         actually referenced programs to be unreferenced.
9420
9421 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9422
9423         * gst/sdp/gstsdpdemux.h:
9424         Change signature of pt to fix compilation on some platforms.
9425
9426 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9427
9428         * gst/rtpmanager/gstrtpjitterbuffer.c:
9429         (gst_rtp_jitter_buffer_flush_start),
9430         (gst_rtp_jitter_buffer_flush_stop),
9431         (gst_rtp_jitter_buffer_change_state), (apply_offset),
9432         (gst_rtp_jitter_buffer_loop):
9433         Remove some old unused variables.
9434         Don't add the latency to the skew corrected timestamp, latency is only
9435         used to sync against the clock.
9436         Improve debugging.
9437
9438         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9439         (rtp_jitter_buffer_reset_skew), (calculate_skew):
9440         * gst/rtpmanager/rtpjitterbuffer.h:
9441         Handle case where server timestamp goes backwards or wildly jumps by
9442         temporarily pausing the skew correction.
9443         Improve debugging.
9444
9445 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9446
9447         * gst/sdp/Makefile.am:
9448         Forgot to commit makefile.
9449
9450 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
9451
9452         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
9453         Update to API changes in GIO.
9454
9455 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9456
9457         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
9458         Use new function in -base to get the default clock-rate.
9459
9460 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9461
9462         * configure.ac:
9463         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
9464         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
9465         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
9466         (gst_sdp_demux_get_property), (find_stream_by_id),
9467         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
9468         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
9469         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
9470         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
9471         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
9472         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
9473         (gst_sdp_demux_stream_configure_udp),
9474         (gst_sdp_demux_stream_configure_udp_sink),
9475         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
9476         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
9477         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
9478         (gst_sdp_demux_change_state):
9479         * gst/sdp/gstsdpdemux.h:
9480         * gst/sdp/gstsdpelem.c: (plugin_init):
9481         Added SDP demuxer element. Fixes #426657.
9482
9483 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9484
9485         Patch by: mutex at runbox dot com
9486
9487         * gst/mpegtsparse/mpegtspacketizer.c:
9488         (mpegts_packetizer_parse_adaptation_field_control):
9489         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9490         (mpegts_parse_init), (mpegts_parse_push):
9491         * gst/mpegtsparse/mpegtsparse.h:
9492         Remove useless src pad that only results in not linked errors,
9493         fix a broken pointer dereference and make MAX_CONTINUITY constant
9494         conform to the standard to stop outputting corrupted data.
9495         Fixes #481276, #481279.
9496
9497 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9498
9499         * ext/mythtv/gstmythtvsrc.c:
9500           Re-apply docs patch from #468039; fix tab.
9501
9502         * gst/mpegtsparse/.cvsignore:
9503           Ignore marshaller files generated at build time.
9504
9505 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9506
9507         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9508         (gst_gio_sink_set_property), (gst_gio_sink_render):
9509         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9510         (gst_gio_src_set_property):
9511         Some minor cleanup and allow setting the location only when the
9512         element is not playing or paused.
9513
9514 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9515
9516         * configure.ac:
9517         Update gio's pkg-config file name as currently in SVN.
9518
9519         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9520         Remove special casing for a NULL query string. g_strjoin won't add
9521         the separator if there's only one string.
9522
9523 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9524
9525         * gst/rtpmanager/gstrtpbin.c: (free_client):
9526         Fix crasher in dispose.
9527
9528         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9529         Handle cases where input buffers have no timestamps so that no clock
9530         skew can be calculated, in this case interpolate timestamps based on
9531         rtp timestamp and assume a 0 clock skew.
9532
9533 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9534
9535         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9536         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9537         Remove jitter correction code, it's now in the lower level object.
9538         Use new -core method for doing a peer query.
9539
9540         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9541         (calculate_skew), (rtp_jitter_buffer_insert):
9542         * gst/rtpmanager/rtpjitterbuffer.h:
9543         Move jitter correction to the lowlevel jitterbuffer.
9544         Increase the max window size.
9545         When filling the window, already start estimating the skew using a
9546         parabolic weighting factor so that we have a much better startup
9547         behaviour that gets more accurate with the more samples we have.
9548         Increase the default weighting factor for the steady state to get
9549         smoother timestamps.
9550
9551 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9552
9553         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9554         (gst_neonhttp_src_send_request_and_redirect):
9555         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9556         compatibility stuff. Also fix the default location.
9557
9558 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9559
9560         * configure.ac:
9561         We require libneon >= 26 now for the query field in ne_uri.
9562
9563 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9564
9565         Patch by: Wouter Cloetens <wouter@mind.be>
9566
9567         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9568         (gst_neonhttp_src_set_location),
9569         (gst_neonhttp_src_send_request_and_redirect):
9570         * ext/neon/gstneonhttpsrc.h:
9571         Don't discard GET parameters from URL if existing.
9572         Fixes #481200.
9573
9574 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9575
9576         * gst/librfb/gstrfbsrc.c:
9577         * gst/librfb/gstrfbsrc.h:
9578                 Added a property for incremental screen updates
9579
9580 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9581
9582         * ext/xvid/gstxvidenc.c:
9583         * ext/xvid/gstxvidenc.h:
9584           Remove superfluous 'frame-encoded' signal (people can
9585           use an upstream identity's 'handoff' signal or a pad
9586           probe for this if they must know).
9587
9588 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9589
9590         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9591         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9592         was not detected correctly in all cases.
9593
9594 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9595
9596         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9597         (gst_rtp_bin_finalize):
9598         Fix cleanup crasher.
9599
9600         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9601         (calculate_skew):
9602         * gst/rtpmanager/rtpjitterbuffer.h:
9603         Dynamically adjust the skew calculation window so that we calculate it
9604         over a period of around 2 seconds.
9605
9606 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9607
9608         * gst/librfb/gstrfbsrc.c:
9609                 fix bug from generic/states.gdb
9610
9611 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9612
9613         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9614         (gst_flv_parse_tag_video): codec_data is needed for every tag
9615         not just the first one. (Fix a stupid bug i introduced without
9616         testing)
9617
9618 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9619
9620         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9621         (gst_flv_parse_tag_video): Fix bit masks operations to be
9622         sure we detect the codec_tags and sample rates correctly.
9623         Fix raw audio caps generation.
9624
9625 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9626
9627         * ext/audioresample/gstaudioresample.c:
9628         * ext/x264/gstx264enc.c:
9629         * gst/dvdspu/gstdvdspu.c:
9630         * gst/dvdspu/gstdvdspu.h:
9631         * gst/festival/gstfestival.c:
9632         * gst/h264parse/gsth264parse.c:
9633         * gst/mpegtsparse/mpegtspacketizer.c:
9634         * gst/mpegtsparse/mpegtsparse.c:
9635         * gst/multifile/gstmultifilesink.c:
9636         * gst/multifile/gstmultifilesrc.c:
9637         * gst/nuvdemux/gstnuvdemux.c:
9638         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9639         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9640         * sys/vcd/vcdsrc.c:
9641           Massive leak fixing, plus code cleanups.
9642
9643 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9644
9645         * po/LINGUAS:
9646           Added translations.
9647
9648 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9649
9650         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9651
9652         * po/pl.po:
9653           Added Polish translation.
9654
9655 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9656
9657         translated by: Ilkka Tuohela <hile@iki.fi>
9658
9659         * po/fi.po:
9660           Added Finnish translation.
9661
9662 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9663
9664         translated by: Jorge González González <aloriel@gmail.com>
9665
9666         * po/es.po:
9667           Added Spanish translation.
9668
9669 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9670
9671         translated by: Alexander Shopov <ash@contact.bg>
9672
9673         * po/bg.po:
9674           Added Bulgarian translation.
9675
9676 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9677
9678         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9679         Update hierarchy.
9680         * ext/gio/gstgiosink.h:
9681         * ext/gio/gstgiosrc.h:
9682         Mark private fields of the instance structs private.
9683
9684 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9685
9686         * docs/plugins/Makefile.am:
9687         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
9688         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9689         * docs/plugins/gst-plugins-bad-plugins.args:
9690         * docs/plugins/gst-plugins-bad-plugins.signals:
9691         * docs/plugins/inspect/plugin-bz2.xml:
9692         * docs/plugins/inspect/plugin-cdxaparse.xml:
9693         * docs/plugins/inspect/plugin-dfbvideosink.xml:
9694         * docs/plugins/inspect/plugin-dtsdec.xml:
9695         * docs/plugins/inspect/plugin-equalizer.xml:
9696         * docs/plugins/inspect/plugin-faac.xml:
9697         * docs/plugins/inspect/plugin-faad.xml:
9698         * docs/plugins/inspect/plugin-filter.xml:
9699         * docs/plugins/inspect/plugin-freeze.xml:
9700         * docs/plugins/inspect/plugin-gio.xml:
9701         * docs/plugins/inspect/plugin-gsm.xml:
9702         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
9703         * docs/plugins/inspect/plugin-h264parse.xml:
9704         * docs/plugins/inspect/plugin-modplug.xml:
9705         * docs/plugins/inspect/plugin-mpeg2enc.xml:
9706         * docs/plugins/inspect/plugin-musepack.xml:
9707         * docs/plugins/inspect/plugin-musicbrainz.xml:
9708         * docs/plugins/inspect/plugin-nsfdec.xml:
9709         * docs/plugins/inspect/plugin-replaygain.xml:
9710         * docs/plugins/inspect/plugin-soundtouch.xml:
9711         * docs/plugins/inspect/plugin-spcdec.xml:
9712         * docs/plugins/inspect/plugin-spectrum.xml:
9713         * docs/plugins/inspect/plugin-speed.xml:
9714         * docs/plugins/inspect/plugin-tta.xml:
9715         * docs/plugins/inspect/plugin-videosignal.xml:
9716         * docs/plugins/inspect/plugin-xingheader.xml:
9717         * docs/plugins/inspect/plugin-xvid.xml:
9718         Add the GIO plugin to the docs and do a make update
9719         while doing that.
9720
9721         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
9722         Fix a small memleak.
9723
9724 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9725
9726         Patch by: René Stadler <mail at renestadler dot de>
9727
9728         * configure.ac:
9729         * ext/Makefile.am:
9730         * ext/gio/Makefile.am:
9731         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
9732         (gst_gio_get_supported_protocols),
9733         (gst_gio_uri_handler_get_type_sink),
9734         (gst_gio_uri_handler_get_type_src),
9735         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
9736         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
9737         (gst_gio_uri_handler_do_init), (plugin_init):
9738         * ext/gio/gstgio.h:
9739         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9740         (gst_gio_sink_class_init), (gst_gio_sink_init),
9741         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
9742         (gst_gio_sink_get_property), (gst_gio_sink_start),
9743         (gst_gio_sink_stop), (gst_gio_sink_unlock),
9744         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
9745         (gst_gio_sink_render), (gst_gio_sink_query):
9746         * ext/gio/gstgiosink.h:
9747         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9748         (gst_gio_src_class_init), (gst_gio_src_init),
9749         (gst_gio_src_finalize), (gst_gio_src_set_property),
9750         (gst_gio_src_get_property), (gst_gio_src_start),
9751         (gst_gio_src_stop), (gst_gio_src_get_size),
9752         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
9753         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
9754         (gst_gio_src_create):
9755         * ext/gio/gstgiosrc.h:
9756         Add a GIO/GVFS plugin with source and sink elements. This will
9757         only be enabled when --enable-experimental is given to configure
9758         for now as the GIO API is not stable yet. Fixes #476916.
9759
9760 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9761
9762         * gst/librfb/gstrfbsrc.c:
9763         * gst/librfb/rfbdecoder.c:
9764         * gst/librfb/rfbdecoder.h:
9765                 Added offset-x, offset-y, width and height property
9766                 for selecting a region from the screen
9767
9768 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9769
9770         * gst/librfb/gstrfbsrc.c:
9771                 Minimum raw encoding is working now
9772         * gst/librfb/rfbdecoder.c:
9773                 fix address while reading from stream
9774
9775 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9776
9777         * gst/librfb/gstrfbsrc.c:
9778                 raw encoding is working, but it looks like the 
9779                 ffmpegcolorspace plugin can't handle high resolutions
9780
9781 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9782
9783         * gst/librfb/gstrfbsrc.c:
9784                 bpp, depth and endianness are now set from the
9785                 stream.
9786
9787 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9788
9789         * examples/app/appsrc_ex.c: (main):
9790         Fix compilation after changing the name of a method.
9791
9792 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
9793
9794         * ext/alsaspdif/alsaspdifsink.c:
9795         * ext/timidity/gsttimidity.c:
9796         * ext/timidity/gstwildmidi.c:
9797         * gst/mpegvideoparse/mpegvideoparse.c:
9798           Fix memory leaks. More to come.
9799
9800         * tests/check/Makefile.am:
9801         * tests/check/generic/states.c:
9802           Improved state change unit test.        
9803
9804 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9805
9806         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
9807         (gst_rtp_bin_class_init):
9808         * gst/rtpmanager/gstrtpbin.h:
9809         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
9810         (gst_rtp_session_class_init), (gst_rtp_session_init),
9811         (gst_rtp_session_event_send_rtp_sink):
9812         * gst/rtpmanager/gstrtpsession.h:
9813         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
9814         (on_ssrc_active), (rtp_session_process_rb):
9815         * gst/rtpmanager/rtpsession.h:
9816         Add notification of active SSRCs to various RTP elements. Fixes #478566.
9817
9818 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9819
9820         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
9821         (gst_app_sink_class_init), (gst_app_sink_init),
9822         (gst_app_sink_dispose), (gst_app_sink_finalize),
9823         (gst_app_sink_set_property), (gst_app_sink_get_property),
9824         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
9825         (gst_app_sink_event), (gst_app_sink_getcaps),
9826         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
9827         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
9828         (gst_app_sink_pull_buffer):
9829         * gst-libs/gst/app/gstappsink.h:
9830         Add properties, signals and actions to access the element even without
9831         linking to the library.
9832         Fix some method names and signatures.
9833
9834 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9835
9836         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9837
9838         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
9839         (gst_faad_srcgetcaps), (gst_faad_update_caps):
9840         Don't set channel positions on regular mono and stereo cases.
9841         Fixes #476370.
9842
9843 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9844
9845         * gst/librfb/gstrfbsrc.c:
9846         * gst/librfb/rfbdecoder.c:
9847         * gst/librfb/rfbdecoder.h:
9848                 It is now possible to connect to a vncserver.
9849                 there are still some issues with the ouput of 
9850                 the screen. Looks like some lines are confused
9851
9852 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
9853
9854         * docs/plugins/.cvsignore:
9855         * tests/check/.cvsignore:
9856           Ignore registries in any format.
9857
9858 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9859
9860         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9861         (open_library), (gst_real_video_dec_init),
9862         (gst_real_video_dec_set_property),
9863         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
9864         * gst/real/gstrealvideodec.h:
9865         Don't generate an error for occasional decoding errors.
9866         Add max-errors property.
9867         Error out when we receive max-errors in a row. Fixes #478159.
9868
9869 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9870
9871         * gst/librfb/gstrfbsrc.c: 
9872                 Add password property (write only)
9873         * gst/librfb/rfbdecoder.c: 
9874                 Read the reason on failure
9875                 Use the password property for authentication
9876         * gst/librfb/rfbdecoder.h:
9877                 Add defines for version checking
9878
9879 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
9880
9881         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
9882         (gst_dfbsurface_class_init):
9883         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
9884         chain up to the parent class to free everything, including caps.
9885
9886 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9887
9888         * gst/librfb/Makefile.am:
9889         * gst/librfb/d3des.c:
9890         * gst/librfb/d3des.h:
9891         * gst/librfb/rfbdecoder.c:
9892         * gst/librfb/vncauth.c:
9893         * gst/librfb/vncauth.h:
9894         VNC Authentication should be working now
9895         temperaly with fake password 'testtest'
9896
9897 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
9898
9899         * gst/librfb/rfbdecoder.c:
9900         * gst/librfb/rfbdecoder.h:
9901         Added some documentation about security handling
9902         start implementing security handling for rfb 3.3
9903
9904 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9905
9906         * gst/spectrum/demo-audiotest.c:
9907         * gst/spectrum/demo-osssrc.c:
9908           Handling window resize.
9909
9910 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9911
9912         * ChangeLog:
9913           Add missing newline.
9914
9915         * gst/librfb/rfbdecoder.c:
9916           Fix the build (missing stdlib.h).
9917
9918         * gst/spectrum/gstspectrum.c:
9919         * gst/spectrum/gstspectrum.h:
9920           Use basetransform segment so that it is correctly managed on flushes
9921           and start/stop. Report message timestamp as stream time, which is what
9922           an application can understand. (Yes these are adapted from wim recent
9923           level element changes)
9924
9925 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9926
9927         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
9928         Link to the right pads regardless of which one was created first in the
9929         ssrc demuxer.
9930
9931         * gst/rtpmanager/gstrtpjitterbuffer.c:
9932         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9933         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
9934         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
9935         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
9936         Improve debugging.
9937
9938         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9939         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
9940         (gst_rtp_ssrc_demux_sink_event),
9941         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9942         (gst_rtp_ssrc_demux_rtcp_chain),
9943         (gst_rtp_ssrc_demux_internal_links):
9944         * gst/rtpmanager/gstrtpssrcdemux.h:
9945         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
9946
9947 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9948
9949         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
9950         (gst_rtp_bin_get_property):
9951         Use lock to protect variable.
9952
9953         * gst/rtpmanager/gstrtpjitterbuffer.c:
9954         (gst_rtp_jitter_buffer_class_init),
9955         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
9956         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
9957         Reconstruct GST timestamp from RTP timestamps based on measured clock
9958         skew and sync offset.
9959
9960         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9961         (rtp_jitter_buffer_set_tail_changed),
9962         (rtp_jitter_buffer_set_clock_rate),
9963         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
9964         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
9965         * gst/rtpmanager/rtpjitterbuffer.h:
9966         Measure clock skew.
9967         Add callback to be notfied when a new packet was inserted at the tail.
9968
9969         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9970         (calculate_jitter), (rtp_source_send_rtp):
9971         * gst/rtpmanager/rtpsource.h:
9972         Remove clock skew detection, it's move to the jitterbuffer now.
9973
9974 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9975
9976         Patch by: Daniel Charles <dcharles at ti dot com>
9977
9978         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
9979         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
9980         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
9981         * ext/amrwb/gstamrwbenc.h:
9982         Add property to control bandmode. Fixes #477306.
9983
9984 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
9985
9986         * gst/rtpmanager/gstrtpbin.c: (create_session):
9987         Also set NTP base time on new sessions.
9988
9989         * gst/rtpmanager/gstrtpjitterbuffer.c:
9990         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
9991         (gst_rtp_jitter_buffer_set_property),
9992         (gst_rtp_jitter_buffer_get_property):
9993         Use the right lock to protect our variables.
9994         Fix some comment.
9995
9996         * gst/rtpmanager/gstrtpsession.c:
9997         (gst_rtp_session_getcaps_send_rtp),
9998         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
9999         Implement getcaps on the sender sinkpad so that payloaders can negotiate
10000         the right SSRC.
10001
10002 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
10003
10004         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
10005         (get_client), (free_client), (gst_rtp_bin_associate),
10006         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
10007         (gst_rtp_bin_finalize):
10008         * gst/rtpmanager/gstrtpjitterbuffer.c:
10009         (gst_rtp_jitter_buffer_class_init),
10010         (gst_rtp_jitter_buffer_finalize):
10011         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
10012         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
10013         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
10014         (gst_rtp_session_chain_send_rtp):
10015         * gst/rtpmanager/gstrtpssrcdemux.c:
10016         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
10017         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
10018         * gst/rtpmanager/rtpsession.h:
10019         Various leak fixes.
10020
10021 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
10022
10023         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
10024         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
10025         Calculate and configure the NTP base time so that we can generate better
10026         NTP times in SR packets.
10027         Set caps on new ghostpad.
10028
10029         * gst/rtpmanager/gstrtpjitterbuffer.c:
10030         (gst_rtp_jitter_buffer_loop):
10031         Clean debug statement.
10032
10033         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10034         (gst_rtp_session_init), (gst_rtp_session_set_property),
10035         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10036         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
10037         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
10038         (gst_rtp_session_event_send_rtp_sink),
10039         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10040         (create_send_rtp_sink):
10041         * gst/rtpmanager/gstrtpsession.h:
10042         Add ntp-ns-base property to convert running_time to NTP time.
10043         Handle NEWSEGMENT events on send and recv RTP pads so that we can
10044         calculate the running time and thus NTP time of the packets.
10045         Simplify getting the current NTP time using the pipeline clock.
10046         Implement internal links functions.
10047         Use the buffer timestamp to calculate the NTP time instead of the clock.
10048
10049         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
10050         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10051         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
10052         (gst_rtp_ssrc_demux_internal_links),
10053         (gst_rtp_ssrc_demux_src_query):
10054         * gst/rtpmanager/gstrtpssrcdemux.h:
10055         Implement internal links function.
10056         Calculate the diff between different streams, this might be used later
10057         to get the inter stream latency.
10058
10059         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
10060         Simple cleanup.
10061
10062         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10063         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
10064         Make the clock skew window a little bigger.
10065         Apply the clock skew to all buffers, not just one with a new timestamp.
10066         Calculate and debug sender clock drift.
10067         Use extended last timestamp to interpolate for SR reports.
10068
10069 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
10070
10071         Patch by: Peter Kjellerstedt  <pkj at axis com>
10072
10073         * gst-libs/gst/app/gstappsink.c:
10074         * gst/flv/gstflvdemux.c:
10075         * gst/flv/gstflvparse.c:
10076         * gst/interleave/deinterleave.c:
10077         * gst/switch/gstswitch.c:
10078           Printf format fixes (#476128).
10079
10080 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10081
10082         Patch by: Thomas Green  <tom78999 gmail com>
10083
10084         * ext/neon/gstneonhttpsrc.c:
10085           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
10086           flag if we want ICY streams to be handled too, otherwise
10087           libneon will error out with a 'can't parse reponse' error.
10088           Fixes #474696.
10089
10090         * tests/check/elements/neonhttpsrc.c:
10091           Unit test for the above by Yours Truly.
10092
10093 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10094
10095         * configure.ac:
10096           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
10097           xvid configure checks, so they still work when cross-compiling.
10098           Fixes #452009.
10099
10100 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
10101
10102         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
10103         (gst_spectrum_transform_ip):
10104         Use the correct parameter order for the memset calls.
10105         Thanks to Christian Schaller for noticing.
10106
10107 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
10108
10109         * gst/mpegtsparse/mpegtsparse.c:
10110           Fix the build (missing stdlib.h).
10111
10112 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10113
10114         * gst/spectrum/fix_fft.c:
10115         Remove fixed point FFT as it's not used anymore.
10116
10117 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10118
10119         * configure.ac:
10120         * gst/spectrum/Makefile.am:
10121         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
10122         (message_handler), (main):
10123         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
10124         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
10125         (gst_spectrum_class_init), (gst_spectrum_init),
10126         (gst_spectrum_dispose), (gst_spectrum_set_property),
10127         (gst_spectrum_get_property), (gst_spectrum_start),
10128         (gst_spectrum_setup), (gst_spectrum_message_new),
10129         (gst_spectrum_transform_ip):
10130         * gst/spectrum/gstspectrum.h:
10131         Port GstSpectrum to GstAudioFilter and libgstfft, add support
10132         for int32, float and double, use floats for the message contents,
10133         average all FFTs done in one interval for better results, use
10134         a better windowing function, allow posting the phase in the message
10135         and actually do an FFT with the requested number of bands instead
10136         of interpolating.
10137
10138         * tests/check/elements/spectrum.c: (GST_START_TEST),
10139         (spectrum_suite):
10140         Improve the units tests by checking for a 11025Hz sine wave
10141         and add unit tests for all 4 supported sample types.
10142
10143 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
10144
10145         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10146         (gst_real_video_dec_setcaps):
10147         Add some more debugging.
10148         Don't set LONG for width/height in caps.
10149         Set correct output buffer size when caps changed.
10150         The custom message sent to the decoder should not include the format and
10151         subformat. Fixes #471554.
10152
10153 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
10154
10155         * gst/rtpmanager/gstrtpsession.c:
10156           Make compiler happy: fix compilation with -Wall -Werror
10157           (#473562).
10158
10159 2007-09-03  Johan Dahlin  <johan@gnome.org>
10160
10161         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
10162         * gst/nsf/gstnsf.h:
10163         Add support for (very) basic tagging.
10164         
10165 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
10166
10167         * gst/rtpmanager/gstrtpbin-marshal.list:
10168         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
10169         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
10170         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
10171         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
10172         * gst/rtpmanager/gstrtpbin.h:
10173         Updated example pipelines in docs.
10174         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
10175         Set the default latency correctly.
10176         Add some more points where we can get caps.
10177
10178         * gst/rtpmanager/gstrtpjitterbuffer.c:
10179         (gst_rtp_jitter_buffer_class_init),
10180         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
10181         (gst_rtp_jitter_buffer_query),
10182         (gst_rtp_jitter_buffer_set_property),
10183         (gst_rtp_jitter_buffer_get_property):
10184         Add ts-offset property to control timestamping.
10185
10186         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10187         (gst_rtp_session_init), (gst_rtp_session_set_property),
10188         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10189         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
10190         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
10191         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
10192         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
10193         (gst_rtp_session_event_send_rtp_sink),
10194         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10195         (create_recv_rtcp_sink), (create_send_rtp_sink),
10196         (create_send_rtcp_src):
10197         Various cleanups.
10198         Feed rtpsession manager with NTP time based on pipeline clock when
10199         handling RTP packets and RTCP timeouts.
10200         Perform all RTCP with the system clock.
10201         Set caps on RTCP outgoing buffers.
10202
10203         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
10204         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
10205         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10206         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
10207         (gst_rtp_ssrc_demux_rtcp_chain):
10208         * gst/rtpmanager/gstrtpssrcdemux.h:
10209         Also demux RTCP messages.
10210
10211         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
10212         (update_arrival_stats), (rtp_session_process_rtp),
10213         (rtp_session_process_rb), (rtp_session_process_sr),
10214         (rtp_session_process_rr), (rtp_session_process_rtcp),
10215         (rtp_session_send_rtp), (rtp_session_send_bye),
10216         (session_start_rtcp), (session_report_blocks), (session_cleanup),
10217         (rtp_session_on_timeout):
10218         * gst/rtpmanager/rtpsession.h:
10219         Remove the get_time callback, the GStreamer part will feed us with
10220         enough timing information.
10221         Split sync timing and RTCP timing information.
10222         Factor out common RB handling for SR and RR.
10223         Send out SR RTCP packets for lip-sync.
10224         Move SR and RR packet info generation to the source.
10225
10226         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10227         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
10228         (rtp_source_process_rtp), (rtp_source_send_rtp),
10229         (rtp_source_process_sr), (rtp_source_process_rb),
10230         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
10231         (rtp_source_get_last_sr):
10232         * gst/rtpmanager/rtpsource.h:
10233         * gst/rtpmanager/rtpstats.h:
10234         Use caps on incomming buffers to get timing information when they are
10235         there.
10236         Calculate clock scew of the receiver compared to the sender and adjust
10237         the rtp timestamps.
10238         Calculate the round trip in sources.
10239         Do SR and RR calculations in the source.
10240
10241 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
10242
10243         * configure.ac:
10244         updated gmyth version
10245
10246         * ext/mythtv/gstmythtvsrc.c:
10247         * ext/mythtv/gstmythtvsrc.h:
10248         Code rewrite
10249
10250 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
10251
10252         * gst/rtpmanager/gstrtpjitterbuffer.c:
10253         (gst_rtp_jitter_buffer_flush_stop),
10254         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
10255         Use extended timestamp to release buffers from the jitterbuffer so that
10256         we can handle the rtp wraparound correctly.
10257
10258 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
10259
10260         * gst/rtpmanager/gstrtpjitterbuffer.c:
10261         (gst_rtp_jitter_buffer_loop):
10262         Improve Comments.
10263
10264         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10265         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
10266         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
10267         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
10268         (create_send_rtp_sink):
10269         Also parse the sink caps for clock-rate instead of only relying on the
10270         result of the signal.
10271
10272         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10273         Make sure we fetch the clock rate for payloads we are sending out so
10274         that we can use it for SR reports.
10275
10276 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10277
10278         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
10279         If all information is known at time of setting start-time
10280         property, send new segments then.
10281
10282 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10283
10284         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10285         (gst_rtp_session_change_state),
10286         (gst_rtp_session_event_send_rtp_sink):
10287         * gst/rtpmanager/gstrtpsession.h:
10288         Distribute synchronisation parameters to the session manager so that it
10289         can generate correct SR packets for lip-sync.
10290
10291         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
10292         (rtp_session_set_timestamp_sync), (session_start_rtcp):
10293         * gst/rtpmanager/rtpsession.h:
10294         Add methods for setting sync parameters.
10295         Set correct RTP time in SR packets using the sync params.
10296
10297         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10298         * gst/rtpmanager/rtpsource.h:
10299         Record last RTP <-> GST timestamp so that we can use them to convert NTP
10300         to RTP timestamps in SR packets.
10301
10302 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10303
10304         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
10305         Add some more advanced example pipelines.
10306
10307         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
10308         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
10309         Add some debug and FIXME.
10310         Release LOCK when performing session cleanup.
10311
10312         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
10313         Add some debug.
10314
10315         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
10316         (rtp_source_send_rtp):
10317         Make sure we always send RTP packets with the session SSRC.
10318
10319 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
10320
10321         * gst/dvdspu/gstdvdspu.c:
10322           Don't need this include (fixes compilation in uninstalled setup).
10323
10324 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
10325
10326         * gst/rtpmanager/gstrtpjitterbuffer.c:
10327         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
10328         (gst_rtp_jitter_buffer_query):
10329         When synchronizing buffers, take peer latency into account.
10330         Don't try to add our latency to invalid peer max latency values.
10331
10332 2007-08-27  Julien MOUTTE  <julien@moutte.net>
10333
10334         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
10335         Make sure we initialize the seek result.
10336
10337 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10338
10339         * gst/dvdspu/Makefile.am:
10340         Commit the makefile too.
10341
10342 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10343
10344         * configure.ac:
10345         * gst/dvdspu/.cvsignore:
10346         * gst/dvdspu/Notes.txt:
10347         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
10348         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
10349         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
10350         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
10351         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
10352         (gstdvdspu_render_spu):
10353         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
10354         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
10355         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
10356         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
10357         (dvdspu_video_event), (dvdspu_video_chain),
10358         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
10359         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
10360         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
10361         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
10362         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
10363         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
10364         (dvdspu_subpic_event), (dvdspu_change_state),
10365         (gstdvdspu_plugin_init):
10366         * gst/dvdspu/gstdvdspu.h:
10367
10368         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
10369         Unit, decoding and overlaying DVD subtitles and menu graphics.
10370
10371         * gst/mpeg2sub/.cvsignore:
10372         * gst/mpeg2sub/Makefile.am:
10373         * gst/mpeg2sub/Notes.txt:
10374         * gst/mpeg2sub/gstmpeg2subt.c:
10375         * gst/mpeg2sub/gstmpeg2subt.h:
10376         * gst/mpeg2sub/mpeg2subt.vcproj:
10377         Delete old and broken mpeg2subt element that was never ported from 0.8
10378
10379 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10380
10381         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10382         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10383         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
10384         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
10385         (gst_flv_demux_src_event): Remove some useless ifdef.
10386
10387 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10388
10389         * examples/switch/switcher.c (main):
10390         * gst/switch/gstswitch.c (gst_switch_chain):
10391         Make switch more reliable and also not lock up when
10392         sink pad caps change.
10393
10394 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10395
10396         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10397         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10398         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
10399         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
10400         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
10401         seeking in push mode.
10402         * gst/flv/gstflvdemux.h:
10403
10404 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10405
10406         * gst/mpegtsparse/flutspatinfo.c:
10407         * gst/mpegtsparse/flutspatinfo.h:
10408         * gst/mpegtsparse/flutspmtinfo.c:
10409         * gst/mpegtsparse/flutspmtinfo.h:
10410         Update licences to reflect LGPL-ness of these files also.
10411
10412 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10413
10414         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10415         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
10416         * docs/plugins/gst-plugins-bad-plugins.interfaces:
10417         * docs/plugins/gst-plugins-bad-plugins.signals:
10418         * gst/rtpmanager/gstrtpbin.c:
10419         * gst/rtpmanager/gstrtpbin.h:
10420         * gst/rtpmanager/gstrtpclient.c:
10421         * gst/rtpmanager/gstrtpclient.h:
10422         * gst/rtpmanager/gstrtpjitterbuffer.c:
10423         * gst/rtpmanager/gstrtpjitterbuffer.h:
10424         * gst/rtpmanager/gstrtpptdemux.c:
10425         * gst/rtpmanager/gstrtpptdemux.h:
10426         * gst/rtpmanager/gstrtpsession.c:
10427         * gst/rtpmanager/gstrtpsession.h:
10428         * gst/rtpmanager/gstrtpssrcdemux.c:
10429         * gst/rtpmanager/gstrtpssrcdemux.h:
10430           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
10431           registers a GType that's different than the GstRTPFoo types that
10432           farsight registers (luckily GType names are case sensitive). Should
10433           finally fix #430664.
10434
10435 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10436
10437         * configure.ac:
10438         * win32/common/config.h:
10439         * win32/common/config.h.in:
10440           Automatically generate win32/common/config.h via configure (this
10441           ensures the win32 version of config.h is up-to-date when a release
10442           is made, #433373). config.h.in file might need some more work.
10443
10444 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10445
10446         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10447
10448         * configure.ac:
10449         * gst/festival/Makefile.am:
10450         * gst/festival/gstfestival.c:
10451           Port festival plugin to GStreamer-0.10 (#461377).
10452
10453 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10454
10455         * ext/faad/gstfaad.c: (gst_faad_chain):
10456         Don't unref the buffer when it was clipped.
10457
10458 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10459
10460         * ext/faad/gstfaad.c: (gst_faad_chain):
10461         Don't unref the buffer when it was clipped.
10462
10463 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10464
10465         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10466         (gst_flv_demux_pull_tag):
10467         * gst/flv/gstflvdemux.h:
10468         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10469         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10470         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
10471         metadata tags like ASF does. Fluendo muxer supports this and 
10472         Flash players can support it as well this way.
10473
10474 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10475
10476         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
10477         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10478         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10479         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10480         index if no times object was parsed. Fix the way we decide to push
10481         tags and emit no-more-pads. Fix some printf typing in debugging.
10482
10483 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10484
10485         * gst/rtpmanager/gstrtpjitterbuffer.c:
10486         (gst_rtp_jitter_buffer_chain),
10487         (gst_rtp_jitter_buffer_set_property):
10488         When drop-on-latency is set but we have no latency configured, just push
10489         the buffer as fast as possible.
10490         Fix typo in comment.
10491
10492 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10493
10494         * gst/rtpmanager/rtpjitterbuffer.c:
10495         (rtp_jitter_buffer_get_ts_diff):
10496         * gst/rtpmanager/rtpjitterbuffer.h:
10497         Fix undefined overflow prone ts_diff handling.
10498
10499 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10500
10501         * gst/modplug/gstmodplug.cc:
10502         Fix compiler warning.
10503
10504 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10505
10506         * gst/modplug/gstmodplug.cc:
10507           Don't use NULL caps for srcpad is not yet connected.
10508
10509 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10510
10511         * configure.ac:
10512         * gst/mpegtsparse/Makefile.am:
10513         * gst/mpegtsparse/flutspatinfo.c:
10514         * gst/mpegtsparse/flutspatinfo.h:
10515         * gst/mpegtsparse/flutspmtinfo.c:
10516         * gst/mpegtsparse/flutspmtinfo.h:
10517         * gst/mpegtsparse/flutspmtstreaminfo.c:
10518         * gst/mpegtsparse/flutspmtstreaminfo.h:
10519         * gst/mpegtsparse/mpegtspacketizer.c:
10520         * gst/mpegtsparse/mpegtspacketizer.h:
10521         * gst/mpegtsparse/mpegtsparse.c:
10522         * gst/mpegtsparse/mpegtsparse.h:
10523         * gst/mpegtsparse/mpegtsparsemarshal.list:
10524         Add mpeg transport stream parser written by:
10525         Alessandro Decina. Includes a couple of files from the
10526         Fluendo transport stream demuxer that Fluendo have 
10527         kindly allowed to be licenced under LGPL also.
10528
10529 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10530
10531         Patch by: Bastien Nocera  <hadess at hadess net>
10532
10533         * ext/mythtv/gstmythtvsrc.c:
10534           Add examples for live mythtv:// URIs to docs (#468039).
10535           Also convert some tabs into spaces.
10536
10537 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10538
10539         * gst/filter/gstbpwsinc.c:
10540         * gst/filter/gstlpwsinc.c:
10541         Add small comparision with the chebyshev filters in the docs.
10542
10543 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10544
10545         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10546         (bpwsinc_suite):
10547         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10548         (lpwsinc_suite):
10549         Also test everything in 32 bit float mode.
10550
10551 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10552
10553         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10554         (bpwsinc_set_property), (bpwsinc_get_property):
10555         * gst/filter/gstbpwsinc.h:
10556         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10557         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10558         (lpwsinc_get_property):
10559         * gst/filter/gstlpwsinc.h:
10560         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10561         Use generator macros for the process functions for the different
10562         sample types, add lower upper boundaries for the GObject properties
10563         so automatically generated UIs can use sliders and change frequency
10564         properties to floats to save a bit of memory, even ints would in
10565         theory be enough. Also rename frequency to cutoff for consistency
10566         reasons.
10567         * docs/plugins/gst-plugins-bad-plugins.args:
10568         * docs/plugins/gst-plugins-bad-plugins.signals:
10569         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10570         Regenerated for the above changes.
10571
10572 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10573
10574         * ext/amrwb/gstamrwbparse.c:
10575           Don't leak the adapter.
10576
10577 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10578
10579         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10580         (gst_bpwsinc_init), (process_32), (process_64),
10581         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10582         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10583         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10584         * gst/filter/gstbpwsinc.h:
10585         Implement latency query and only forward those samples downstream
10586         that actually contain the data we want, i.e. drop kernel_length/2
10587         in the beginning and append kernel_length/2 (created by convolving
10588         the filter kernel with zeroes) to the end.
10589
10590         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10591         Adjust the unit test for this slightly changed behaviour.
10592
10593         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10594         Reset residue length only when actually creating a residue.
10595
10596 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10597
10598         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10599         Override the preroll vmethod instead of overriding the render method
10600         twice.
10601
10602 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10603
10604         * gst/rtpmanager/gstrtpjitterbuffer.c:
10605         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10606         (gst_rtp_jitter_buffer_loop):
10607         Fix EOS handling.
10608         Convert some DEBUG into WARNINGs.
10609         Pause task when flushing.
10610
10611         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10612         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10613         Use system clock for RTCP session management timeouts.
10614
10615         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10616         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10617         Release the session lock when emiting signals.
10618
10619 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10620
10621         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10622         (gst_faad_chanpos_to_gst):
10623         Add some debug info.
10624
10625 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10626
10627         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10628         (gst_lpwsinc_init), (process_32), (process_64),
10629         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10630         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10631         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10632         * gst/filter/gstlpwsinc.h:
10633         Implement latency query and only forward those samples downstream
10634         that actually contain the data we want, i.e. drop kernel_length/2
10635         in the beginning and append kernel_length/2 (created by convolving
10636         the filter kernel with zeroes) to the end.
10637         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10638         Adjust the unit test for this slightly changed behaviour.
10639
10640 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10641
10642         * ext/ladspa/gstladspa.c:
10643           Don't leak like hell.
10644
10645 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10646
10647         * tests/check/Makefile.am:
10648         * tests/check/generic/.cvsignore:
10649         * tests/check/generic/states.c:
10650           Add generic state-change test suite to help to fi leaks.
10651
10652 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10653
10654         * ext/timidity/gstwildmidi.c:
10655         * ext/timidity/gstwildmidi.h:
10656           Look harder for a config. Based on patch by Hans de Goede.
10657           Fixes #456912
10658
10659 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10660
10661         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10662         Don't use new API.
10663
10664 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10665
10666         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10667         (gst_app_sink_class_init), (gst_app_sink_dispose),
10668         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10669         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10670         (gst_app_sink_render), (gst_app_sink_get_caps),
10671         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10672         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10673         * gst-libs/gst/app/gstappsink.h:
10674         Make love to appsink.
10675         Make it support pulling of the preroll buffer.
10676         Add docs and debug statements.
10677         Fix some races wrt to EOS handling and stopping.
10678         Implement getcaps.
10679         Implement FLUSHING.
10680         API: gst_app_sink_pull_preroll()
10681
10682 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10683
10684         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
10685         (gst_flv_demux_get_index):
10686         Fix locking and refcounting on the index.
10687
10688 2007-08-14  Julien MOUTTE  <julien@moutte.net>
10689
10690         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10691         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
10692         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
10693         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
10694         (gst_flv_demux_src_event), (gst_flv_demux_query),
10695         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
10696         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
10697         (gst_flv_demux_class_init): First method for seeking in pull
10698         mode using the index built step by step or coming from metadata.
10699         * gst/flv/gstflvdemux.h:
10700         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10701         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10702         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
10703         more metadata types and keyframes index.
10704
10705 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
10706
10707         * docs/plugins/Makefile.am:
10708         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10709         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10710         * docs/plugins/gst-plugins-bad-plugins.args:
10711         * docs/plugins/gst-plugins-bad-plugins.signals:
10712         * docs/plugins/inspect/plugin-bz2.xml:
10713         * docs/plugins/inspect/plugin-cdxaparse.xml:
10714         * docs/plugins/inspect/plugin-dtsdec.xml:
10715         * docs/plugins/inspect/plugin-faac.xml:
10716         * docs/plugins/inspect/plugin-faad.xml:
10717         * docs/plugins/inspect/plugin-filter.xml:
10718         * docs/plugins/inspect/plugin-freeze.xml:
10719         * docs/plugins/inspect/plugin-gsm.xml:
10720         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10721         * docs/plugins/inspect/plugin-h264parse.xml:
10722         * docs/plugins/inspect/plugin-modplug.xml:
10723         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10724         * docs/plugins/inspect/plugin-musepack.xml:
10725         * docs/plugins/inspect/plugin-musicbrainz.xml:
10726         * docs/plugins/inspect/plugin-nsfdec.xml:
10727         * docs/plugins/inspect/plugin-replaygain.xml:
10728         * docs/plugins/inspect/plugin-soundtouch.xml:
10729         * docs/plugins/inspect/plugin-spcdec.xml:
10730         * docs/plugins/inspect/plugin-spectrum.xml:
10731         * docs/plugins/inspect/plugin-speed.xml:
10732         * docs/plugins/inspect/plugin-tta.xml:
10733         * docs/plugins/inspect/plugin-videosignal.xml:
10734         * docs/plugins/inspect/plugin-xingheader.xml:
10735         * docs/plugins/inspect/plugin-xvid.xml:
10736         * gst/filter/gstbpwsinc.c:
10737         * gst/filter/gstbpwsinc.h:
10738         * gst/filter/gstlpwsinc.c:
10739         * gst/filter/gstlpwsinc.h:
10740         Add docs for lpwsinc and bpwsinc and integrate them
10741         into the build system. While doing that also update
10742         all other docs via make update in docs/plugins.
10743
10744 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
10745
10746         * gst/rtpmanager/rtpjitterbuffer.c:
10747           Include stdlib.
10748
10749 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10750
10751         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10752         Make one test constraint a bit stricter.
10753
10754 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10755
10756         * tests/check/Makefile.am:
10757         * tests/check/elements/.cvsignore:
10758         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
10759         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
10760         Add unit tests for bpwsinc, testing fundamental functionality again.
10761
10762 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10763
10764         * tests/check/Makefile.am:
10765         * tests/check/elements/.cvsignore:
10766         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
10767         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
10768         Add unit tests for lpwsinc, testing fundamental functionality.
10769
10770 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10771
10772         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10773         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10774         Improve debugging a bit.
10775
10776 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10777
10778         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10779         (bpwsinc_start):
10780         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10781         (lpwsinc_start):
10782         Reset the residue in BaseTransform::start to get a clean residue
10783         on stream changes.
10784
10785 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
10786
10787         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
10788         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
10789         Fix processing with buffer sizes that are smaller than the filter
10790         kernel size.
10791
10792 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
10793
10794         * gst/rtpmanager/Makefile.am:
10795         * gst/rtpmanager/async_jitter_queue.c:
10796         * gst/rtpmanager/async_jitter_queue.h:
10797         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
10798         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
10799         (rtp_jitter_buffer_new), (compare_seqnum),
10800         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
10801         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
10802         (rtp_jitter_buffer_get_ts_diff):
10803         * gst/rtpmanager/rtpjitterbuffer.h:
10804         Remove complicated async queue and replace with more simple jitterbuffer
10805         code while also fixing some bugs.
10806
10807         * gst/rtpmanager/gstrtpbin-marshal.list:
10808         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
10809         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
10810         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
10811         (create_send_rtp):
10812         * gst/rtpmanager/gstrtpbin.h:
10813         * gst/rtpmanager/gstrtpjitterbuffer.c:
10814         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
10815         (gst_jitter_buffer_sink_parse_caps),
10816         (gst_rtp_jitter_buffer_flush_start),
10817         (gst_rtp_jitter_buffer_flush_stop),
10818         (gst_rtp_jitter_buffer_change_state),
10819         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10820         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
10821         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
10822         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
10823         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
10824         (gst_rtp_session_init):
10825         * gst/rtpmanager/gstrtpsession.h:
10826         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
10827         Use new jitterbuffer code.
10828         Expose some new signals in preparation for handling EOS.
10829
10830 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10831
10832         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10833         Fix a segfault with more than one channel and don't rebuild
10834         the kernel & residue with every buffer.
10835
10836 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10837
10838         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
10839         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
10840         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
10841         (bpwsinc_get_property):
10842         * gst/filter/gstbpwsinc.h:
10843         Add support for a bandreject mode and allow specifying the window
10844         function that should be used.
10845         * gst/filter/gstlpwsinc.c:
10846         And another small formatting fix.
10847
10848 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10849
10850         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10851         (gst_bpwsinc_init), (process_32), (process_64),
10852         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
10853         (bpwsinc_transform), (bpwsinc_set_property),
10854         (bpwsinc_get_property):
10855         * gst/filter/gstbpwsinc.h:
10856         Apply the same changes to the bandpass filter:
10857          - Support double input
10858          - Fix processing for input with >1 channels
10859          - Specify frequency in Hz
10860          - Specify actual filter kernel length
10861          - Use transform instead of transform_ip as we're working
10862            out of place anyway
10863          - Factor out filter kernel generation and update the filter
10864            kernel when the properties are set
10865         Fix bandpass filter kernel generation to actually generate
10866         a bandpass filter by creating a highpass instead of a second
10867         lowpass.
10868         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
10869         Small formatting fix.
10870
10871 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10872
10873         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10874         (gst_lpwsinc_init), (process_32), (process_64),
10875         (lpwsinc_build_kernel), (lpwsinc_set_property),
10876         (lpwsinc_get_property):
10877         * gst/filter/gstlpwsinc.h:
10878         Specify the actual filter length instead of a weird
10879         2N+1. Setting the property will round to the next odd number.
10880         Also remove now obsolete FIXMEs.
10881
10882 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10883
10884         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
10885         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
10886         (lpwsinc_build_kernel), (lpwsinc_set_property),
10887         (lpwsinc_get_property):
10888         * gst/filter/gstlpwsinc.h:
10889         Allow choosing between hamming and blackman window. The blackman
10890         window provides a better stopband attenuation but a bit slower
10891         rolloff.
10892
10893 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10894
10895         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
10896         (gst_lpwsinc_class_init), (process_32), (process_64),
10897         (lpwsinc_build_kernel), (lpwsinc_set_property),
10898         (lpwsinc_get_property):
10899         * gst/filter/gstlpwsinc.h:
10900         Add a highpass mode.
10901
10902 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10903
10904         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
10905         (lpwsinc_build_kernel):
10906         Fix processing if the input has more than one channel.
10907
10908 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10909
10910         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10911         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
10912         (bpwsinc_set_property), (bpwsinc_get_property):
10913         "this" is a C++ keyword, use "self" instead.
10914         Add TODOs and FIXMEs and remove two wrong FIXMEs.
10915         * gst/filter/gstlpwsinc.c:
10916         Add FIXMEs and a new TODO.
10917
10918 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10919
10920         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10921         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
10922         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
10923         (lpwsinc_get_unit_size), (lpwsinc_transform),
10924         (lpwsinc_set_property), (lpwsinc_get_property):
10925         * gst/filter/gstlpwsinc.h:
10926         Add double support, replace "this" with "self" as the former
10927         is a C++ keyword.
10928         Implement the frequency property in Hz instead of fraction
10929         of sampling frequency.
10930         Remove some unecessary FIXMEs and add some TODOs, add some
10931         required locking and refactor the kernel generation into a
10932         separate function that is also called when the properties
10933         change now.
10934         And use BaseTransform::transform instead of transform_ip
10935         as the convolution is done out of place anyway. Should
10936         be done in place later.
10937
10938 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10939
10940         * configure.ac:
10941         * gst/stereo/Makefile.am:
10942         * gst/stereo/gststereo.c: (gst_stereo_base_init),
10943         (gst_stereo_class_init), (gst_stereo_init),
10944         (gst_stereo_transform_ip), (gst_stereo_set_property),
10945         (gst_stereo_get_property):
10946         * gst/stereo/gststereo.h:
10947         Port the stereo element to GStreamer 0.10.
10948
10949 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10950
10951         submitted by: Raphael Higino <phhigino@gmail.com>
10952
10953         * po/LINGUAS:
10954         * po/pt_BR.po:
10955           Added Portuguese (Brazilian) translation.
10956
10957 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10958
10959         * po/uk.po:
10960         * po/vi.po:
10961           Updated translations.
10962
10963 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
10964
10965         * gst/filter/Makefile.am:
10966         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10967         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
10968         (gst_bpwsinc_init), (bpwsinc_setup):
10969         * gst/filter/gstbpwsinc.h:
10970         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10971         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
10972         (gst_lpwsinc_init), (lpwsinc_setup):
10973         * gst/filter/gstlpwsinc.h:
10974         Use GstAudioFilter as base class and don't leak the memory
10975         of the filter kernel and residue.
10976
10977 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
10978
10979         Patch by: Josep Torra Valles <josep@fluendo.com>
10980
10981         * docs/plugins/gst-plugins-bad-plugins.args:
10982         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
10983         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
10984         * ext/libmms/gstmms.h:
10985         Add connection speed property to libmms. Fixes #464678.
10986
10987 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10988
10989         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10990         (gst_real_video_dec_activate_push), (open_library),
10991         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
10992         * gst/real/gstrealvideodec.h:
10993         Remove some old unused vars.
10994
10995 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10996
10997         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10998         Small cleanups.
10999
11000         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
11001         (open_library):
11002         Remove fragment and timestamp correction code from the decoder to make
11003         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
11004
11005 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
11006
11007         * po/POTFILES.skip:
11008           Add POTFILES.skip with list of source files that aren't disted at the
11009           moment but contain translatable strings. Should hopefully pacify
11010           broken tools and make it clearer that these files are left out
11011           intentionally (#461601 and others).
11012
11013 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
11014
11015         Patch by: Ian Munro  <imunro at netspace net au>
11016
11017         * gst/bayer/gstbayer2rgb.c:
11018           Include our own "_stdint.h" instead of <stdint.h> (which may not
11019           be available).
11020
11021         * gst/speed/gstspeed.h:
11022           Native HP-UX compiler dosn't seem to like enum typedefs before the
11023           actual enum was defined.
11024
11025         * gst/vmnc/vmncdec.c:
11026           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
11027
11028 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
11029
11030         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
11031         Use the proper context variable when setting the password !
11032         LOG => WARNING for errors.
11033         Give proper path when opening the codec (needs a '/' at the end).
11034
11035 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11036
11037         * gst/real/Makefile.am:
11038           And dist the new header file too.
11039
11040 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11041
11042         * gst/real/gstreal.h:
11043         Add missing header file.
11044
11045 2007-07-25  Julien MOUTTE  <julien@moutte.net>
11046
11047         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
11048         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11049         (gst_flv_demux_init):
11050         * gst/flv/gstflvdemux.h:
11051         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
11052         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11053         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11054         (gst_flv_parse_header):
11055         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
11056         reusable, more safety checks.
11057
11058 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
11059
11060         * ext/timidity/gsttimidity.c: (gst_timidity_init),
11061         (gst_timidity_change_state), (plugin_init):
11062         * ext/timidity/gsttimidity.h:
11063           Don't initialize timidity in plugin_init for similar reason as below.
11064
11065 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
11066
11067         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
11068         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
11069         * ext/timidity/gstwildmidi.h:
11070           Don't initialize wildmidi in plugin_init as it also setups audio
11071           filters which is slow.
11072
11073 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
11074
11075         reviewed by: Edward Hervey  <bilboed@bilboed.com>
11076
11077         * gst/real/gstreal.c: (plugin_init):
11078         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
11079         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
11080         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
11081         * gst/real/gstrealvideodec.c: (open_library),
11082         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
11083         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
11084         * gst/real/gstrealvideodec.h:
11085         Improved search algorithm for location of real .so files.
11086         Fixes #393461
11087
11088 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
11089
11090         * configure.ac:
11091         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
11092         Use the new buffer clipping function from gstaudio here and
11093         require gst-plugins-base CVS.
11094
11095 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
11096
11097         * configure.ac:
11098           Sync liboil check with plugins-base.
11099
11100 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11101
11102         * gst/equalizer/gstiirequalizer.c:
11103         (gst_iir_equalizer_band_set_property),
11104         (gst_iir_equalizer_child_proxy_get_child_by_index),
11105         (gst_iir_equalizer_child_proxy_get_children_count),
11106         (gst_iir_equalizer_child_proxy_interface_init),
11107         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
11108         (gst_iir_equalizer_compute_frequencies):
11109         * gst/equalizer/gstiirequalizer10bands.c:
11110         (gst_iir_equalizer_10bands_class_init):
11111         * gst/equalizer/gstiirequalizer3bands.c:
11112         (gst_iir_equalizer_3bands_class_init):
11113         * gst/equalizer/gstiirequalizernbands.c:
11114           Better algorith for the center frequencies. Subtract band filters from
11115           input for negative gains. Rework the gain mapping.
11116
11117 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11118
11119         * ext/dirac/Makefile.am:
11120           Also include stdlib here.
11121
11122 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
11123
11124         * tests/check/elements/.cvsignore:
11125         Fix the buildbot with the cvsignore it wants.
11126
11127 2007-07-19  Julien MOUTTE  <julien@moutte.net>
11128
11129         * configure.ac:
11130         * gst/flv/Makefile.am:
11131         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
11132         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
11133         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
11134         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
11135         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
11136         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
11137         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11138         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
11139         (gst_flv_demux_init), (plugin_init):
11140         * gst/flv/gstflvdemux.h:
11141         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
11142         (gst_flv_demux_query_types), (gst_flv_demux_query),
11143         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11144         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11145         (gst_flv_parse_tag_type), (gst_flv_parse_header):
11146         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
11147         It does not do seeking yet, it supports pull and push mode so YES
11148         you can use it to play youtube videos directly from an HTTP uri.
11149         Not so much testing done yet but it parses metadata, reply to 
11150         duration queries, etc...
11151
11152 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
11153
11154         * tests/check/Makefile.am:
11155         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
11156           main):
11157           Add typefind test for midi.
11158
11159 2007-07-18  Michael Smith  <msmith@fluendo.com>
11160
11161         * ext/soundtouch/gstpitch.cc:
11162           If we receive a new segment event, don't try to push buffers out
11163           in response (without first sending it on!).
11164           Instead, flush internal buffers on receiving flush events.
11165           Fixes playback after seeking.
11166
11167 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11168
11169         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
11170         (gst_bayer2rgb_reset):
11171           Add basic docs. Use glibs mem routines.
11172
11173 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11174
11175         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
11176           Add example to the docs. Fix buffer-offset-end and add some debug.
11177
11178 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11179
11180         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
11181         (gst_jack_ring_buffer_acquire):
11182           Add stdlib include here too.
11183
11184 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11185
11186         * examples/app/appsrc_ex.c:
11187         * examples/switch/switcher.c:
11188         * ext/neon/gstneonhttpsrc.c:
11189         * ext/timidity/gstwildmidi.c:
11190         * ext/x264/gstx264enc.c:
11191         * gst/mve/mveaudioenc.c: (mve_compress_audio):
11192         * gst/rtpmanager/gstrtpclient.c:
11193         * gst/rtpmanager/gstrtpjitterbuffer.c:
11194         * gst/spectrum/demo-audiotest.c:
11195         * gst/spectrum/demo-osssrc.c:
11196         * sys/dvb/gstdvbsrc.c:
11197           Add stdlib include (free, atoi, exit).
11198
11199 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
11200
11201         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
11202         Fix buffer clipping to correctly clip to the segment stop.
11203
11204 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
11205
11206         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
11207
11208         * gst/modplug/gstmodplug.cc:
11209         add several missing supported mime-types to the modplug plugin.
11210         Fixes #456901.
11211
11212 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
11213
11214         * configure.ac:
11215         * tests/Makefile.am:
11216         Remove bogus check for libcheck, since we check for
11217         gstreamer-check and it pulls in the required info from there, and we
11218         weren't actually _using_ the information for libcheck ourselves
11219         anyway.
11220
11221 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
11222
11223         * configure.ac:
11224           Use pkg-config to locate check.
11225
11226 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
11227
11228         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
11229         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
11230           Fix build against core CVS.
11231
11232 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
11233
11234         * REQUIREMENTS:
11235           Sync with changes in -ugly.
11236
11237 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
11238
11239         * REQUIREMENTS:
11240           Add download location of libamrwb.
11241
11242 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
11243
11244         * docs/plugins/inspect/plugin-amrwb.xml:
11245         * docs/plugins/inspect/plugin-equalizer.xml:
11246         * docs/plugins/inspect/plugin-multifile.xml:
11247         * docs/plugins/inspect/plugin-timidity.xml:
11248         * docs/plugins/inspect/plugin-wildmidi.xml:
11249           Add missing inspect files. Fixes build (#454313).
11250
11251         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
11252           Scream a bit louder when initialisation fails.
11253
11254         * gst-libs/README:
11255         * gst-libs/ext/.cvsignore:
11256           Remove some cruft.
11257
11258 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
11259
11260         * ext/ivorbis/Makefile.am:
11261           Dist header files. Fixes #454078.
11262
11263 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
11264
11265         * docs/plugins/Makefile.am:
11266           Simplify --extra-dir as gtkdoc scans recursively.
11267
11268         * ext/amrwb/gstamrwbenc.c:
11269           Fix comment start.
11270
11271 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11272
11273         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
11274           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
11275           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
11276           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
11277           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
11278           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
11279         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
11280         Removed property "device". Added properties "adapter" and "frontend".
11281         Fixes #453636.
11282         Rename freq property to frequency.
11283
11284 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
11285
11286         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11287         Fix property descriptions.
11288
11289 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11290
11291         * docs/plugins/Makefile.am:
11292         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11293         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11294         * ext/amrwb/gstamrwbdec.c:
11295         * ext/amrwb/gstamrwbenc.c:
11296         * ext/amrwb/gstamrwbparse.c:
11297           Also document AMR-WB elements.
11298
11299 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11300
11301         * docs/plugins/Makefile.am:
11302         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11303         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11304         * docs/plugins/gst-plugins-bad-plugins.args:
11305           Cleanup the section file so that -unused is empty again (and useful to
11306           spot new docs). Add not yet added docs to sgml file. Add more header
11307           to Makefile.am to make them introspectable.
11308
11309         * docs/plugins/inspect/plugin-bz2.xml:
11310         * docs/plugins/inspect/plugin-cdxaparse.xml:
11311         * docs/plugins/inspect/plugin-dtsdec.xml:
11312         * docs/plugins/inspect/plugin-faac.xml:
11313         * docs/plugins/inspect/plugin-faad.xml:
11314         * docs/plugins/inspect/plugin-filter.xml:
11315         * docs/plugins/inspect/plugin-freeze.xml:
11316         * docs/plugins/inspect/plugin-gdp.xml:
11317         * docs/plugins/inspect/plugin-gsm.xml:
11318         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11319         * docs/plugins/inspect/plugin-h264parse.xml:
11320         * docs/plugins/inspect/plugin-modplug.xml:
11321         * docs/plugins/inspect/plugin-musicbrainz.xml:
11322         * docs/plugins/inspect/plugin-nsfdec.xml:
11323         * docs/plugins/inspect/plugin-replaygain.xml:
11324         * docs/plugins/inspect/plugin-spectrum.xml:
11325         * docs/plugins/inspect/plugin-speed.xml:
11326         * docs/plugins/inspect/plugin-tta.xml:
11327         * docs/plugins/inspect/plugin-videosignal.xml:
11328         * docs/plugins/inspect/plugin-xingheader.xml:
11329         * docs/plugins/inspect/plugin-xvid.xml:
11330           Update the doc blobs.
11331
11332 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11333
11334         * gst/multifile/Makefile.am:
11335         * gst/multifile/gstmultifile.c:
11336         * gst/multifile/gstmultifilesink.c:
11337         * gst/multifile/gstmultifilesink.h:
11338         * gst/multifile/gstmultifilesrc.c:
11339         * gst/multifile/gstmultifilesrc.h:
11340           Add .h files to be able to add it to the docs.
11341
11342 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11343
11344         * gst/modplug/gstmodplug.cc:
11345           Activate doc section.
11346
11347 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11348
11349         * ext/timidity/gsttimidity.c:
11350         * ext/timidity/gstwildmidi.c:
11351         * ext/timidity/gstwildmidi.h:
11352           Fix licence (both are GPL). Add element docs.
11353
11354 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11355
11356         * ext/musicbrainz/gsttrm.h:
11357           Fix _get_type signature.
11358
11359 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11360
11361         * gst/replaygain/gstrgvolume.h:
11362           Fix GObject macros.
11363
11364 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11365
11366         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
11367         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
11368         (gst_dc1394_set_caps_framesize_range),
11369         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
11370         (gst_dc1394_framerate_frac_to_const),
11371         (gst_dc1394_open_cam_with_best_caps):
11372         Make a bunch of functions static, and move variable declarations
11373         to the start of blocks to avoid problems on older gcc.
11374
11375         Make sure to unset value types.
11376
11377 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11378
11379         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11380
11381         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
11382         With CVS of ffmpegcolorspace from plugins-base, I can now
11383         get 30 fps from the iSight.
11384
11385 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11386
11387         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11388         Change a g_print to a GST_DEBUG message.
11389
11390 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11391
11392         * configure.ac:
11393         * ext/Makefile.am:
11394         * ext/dc1394/Makefile.am:
11395         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
11396         (gst_dc1394_class_init), (gst_dc1394_init),
11397         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
11398         (gst_dc1394_get_property), (gst_dc1394_getcaps),
11399         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
11400         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
11401         (gst_dc1394_caps_set_format_vmode_caps),
11402         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
11403         (gst_dc1394_set_caps_framesize_range),
11404         (gst_dc1394_caps_set_framerate_list),
11405         (gst_dc1394_framerate_const_to_frac),
11406         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
11407         (gst_dc1394_framerate_frac_to_const),
11408         (gst_dc1394_open_cam_with_best_caps),
11409         (gst_dc1394_change_camera_transmission), (plugin_init):
11410         * ext/dc1394/gstdc1394.h:
11411         Commit new dc1394src element.
11412         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
11413         Patch By: Eric Jonas < jonas at mit dot edu >
11414         Close: #387251
11415
11416 2007-06-28  Wim Taymans  <wim@fluendo.com>
11417
11418         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11419         Register new property as well.
11420
11421 2007-06-28  Wim Taymans  <wim@fluendo.com>
11422
11423         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11424         (gst_video_detect_set_property), (gst_video_detect_get_property):
11425         * gst/videosignal/gstvideodetect.h:
11426         Add property to adjust the center, sensitivity is now the distance from
11427         this center.
11428
11429 2007-06-27  Wim Taymans  <wim@fluendo.com>
11430
11431         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11432         (gst_video_detect_set_property), (gst_video_detect_get_property),
11433         (gst_video_detect_class_init):
11434         * gst/videosignal/gstvideodetect.h:
11435         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
11436         (gst_video_mark_420), (gst_video_mark_set_property),
11437         (gst_video_mark_get_property), (gst_video_mark_class_init):
11438         * gst/videosignal/gstvideomark.h:
11439         Add left and bottom offset properties to control the position of the
11440         pattern.
11441
11442 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
11443
11444         * docs/plugins/gst-plugins-bad-plugins.args:
11445         * docs/plugins/inspect/plugin-alsaspdif.xml:
11446         * docs/plugins/inspect/plugin-bz2.xml:
11447         * docs/plugins/inspect/plugin-cdxaparse.xml:
11448         * docs/plugins/inspect/plugin-dtsdec.xml:
11449         * docs/plugins/inspect/plugin-faac.xml:
11450         * docs/plugins/inspect/plugin-faad.xml:
11451         * docs/plugins/inspect/plugin-filter.xml:
11452         * docs/plugins/inspect/plugin-freeze.xml:
11453         * docs/plugins/inspect/plugin-gdp.xml:
11454         * docs/plugins/inspect/plugin-glimagesink.xml:
11455         * docs/plugins/inspect/plugin-gsm.xml:
11456         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11457         * docs/plugins/inspect/plugin-h264parse.xml:
11458         * docs/plugins/inspect/plugin-jack.xml:
11459         * docs/plugins/inspect/plugin-mms.xml:
11460         * docs/plugins/inspect/plugin-modplug.xml:
11461         * docs/plugins/inspect/plugin-musicbrainz.xml:
11462         * docs/plugins/inspect/plugin-neon.xml:
11463         * docs/plugins/inspect/plugin-nsfdec.xml:
11464         * docs/plugins/inspect/plugin-replaygain.xml:
11465         * docs/plugins/inspect/plugin-sdl.xml:
11466         * docs/plugins/inspect/plugin-spectrum.xml:
11467         * docs/plugins/inspect/plugin-speed.xml:
11468         * docs/plugins/inspect/plugin-tta.xml:
11469         * docs/plugins/inspect/plugin-videosignal.xml:
11470         * docs/plugins/inspect/plugin-xingheader.xml:
11471         * docs/plugins/inspect/plugin-xvid.xml:
11472           Update docs with caps info.
11473
11474 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
11475
11476         * gconf/.cvsignore:
11477         * gconf/Makefile.am:
11478         * gconf/gstreamer.schemas.in:
11479           Remove dysfunctional directory (this stuff is in -good).
11480
11481         * ext/sndfile/gstsf.c: (plugin_init):
11482         * sys/dvb/gstdvbsrc.c: (plugin_init):
11483           Add i18n bindtextdomain stuff.
11484
11485         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11486         (plugin_init):
11487           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11488
11489         * po/POTFILES.in:
11490           Add more source files with translatable strings (fixes #450605).
11491
11492 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11493
11494         Contributed by: Wenzheng Hu <db_lobster@163.com>
11495
11496         * po/LINGUAS:
11497         * po/zh_CN.po:
11498           Added Chinese (simplified) translation.
11499
11500 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11501
11502         Patch by: Jens Granseuer  <jensgr at gmx net>
11503
11504         * gst/equalizer/gstiirequalizer.c:
11505         * gst/equalizer/gstiirequalizer10bands.c:
11506         * gst/equalizer/gstiirequalizer3bands.c:
11507         * gst/equalizer/gstiirequalizernbands.c:
11508         * gst/rtpmanager/async_jitter_queue.c:
11509         (async_jitter_queue_push_sorted):
11510         * gst/rtpmanager/gstrtpjitterbuffer.c:
11511         (gst_rtp_jitter_buffer_chain):
11512         * gst/switch/gstswitch.c: (gst_switch_chain):
11513           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11514           Fixes #450185.
11515
11516 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11517
11518         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11519           last_message_received, main):
11520         * gst/switch/gstswitch.c (gst_switch_release_pad,
11521           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11522           gst_switch_set_property, gst_switch_get_property,
11523           gst_switch_get_linked_pad, gst_switch_getcaps,
11524           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11525         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11526           GST_SWITCH_UNLOCK):
11527         Add an extra lock to protect against certain variables instead of
11528         using the object lock. Fix case where caps are different in the
11529         sink pads causes deadlock. Update example to use different caps
11530         on each sink pad.
11531
11532 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11533
11534         * MAINTAINERS:
11535         Updating all the maintainers files
11536
11537 2007-06-22  Edward Hervey  <edward@fluendo.com>
11538
11539         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11540         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11541         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11542         * ext/audioresample/gstaudioresample.c:
11543         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11544         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11545         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11546         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11547         * ext/faac/gstfaac.c: (gst_faac_init):
11548         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11549         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11550         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11551         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11552         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11553         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11554         * ext/spc/gstspc.c: (gst_spc_dec_init):
11555         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11556         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11557         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11558         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11559         * gst/chart/gstchart.c: (gst_chart_init):
11560         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11561         * gst/festival/gstfestival.c: (gst_festival_init):
11562         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11563         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11564         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11565         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11566         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11567         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11568         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11569         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11570         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11571         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11572         * gst/speed/gstspeed.c: (speed_init):
11573         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11574         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11575         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11576         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11577         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11578         Fix leaks.
11579
11580 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11581
11582         * RELEASE:
11583         * sys/Makefile.am:
11584           Re-enable VCD source and fix up release notes.
11585
11586 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11587
11588         * gst/equalizer/gstiirequalizer.c:
11589           Document parameter mapping.
11590
11591 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11592
11593         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11594         (gst_spectrum_transform_ip):
11595           Fix leaking buffers.
11596           
11597         * tests/check/Makefile.am:
11598         * tests/check/elements/spectrum.c: (setup_spectrum),
11599         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11600           Add simple test for spectrum element.
11601
11602 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11603
11604         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11605         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11606         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11607         (gst_amrwbdec_state_change):
11608         * ext/amrwb/gstamrwbdec.h:
11609         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11610         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11611           Add newsegment and discont handling. Some code cleanups. Don't leak
11612           the adapter, unref it in a new finalize method instead. Sync the
11613           parser with the amr-nb changes.
11614
11615 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11616
11617         * configure.ac:
11618         Back to CVS.
11619
11620         * gst-plugins-bad.doap:
11621         Add 0.10.5 to the doap file.
11622
11623 === release 0.10.5 ===
11624
11625 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11626
11627         * configure.ac:
11628           releasing 0.10.5, "Expedition to Lake Pahoe"
11629
11630 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11631
11632         * win32/vs6/gst_plugins_bad.dsw:
11633         * win32/vs6/libdshowsrcwrapper.dsp:
11634         * win32/vs6/libgstdshow.dsp:
11635         * win32/vs6/libgstmpegvideoparse.dsp:
11636         * win32/vs6/libgstneon.dsp:
11637         Convert line endings to CRLF and mark as binary files.
11638
11639 2007-06-13  Wim Taymans  <wim@fluendo.com>
11640
11641         * sys/Makefile.am:
11642         Disable VCD build because we're frozen..
11643
11644 2007-06-13  Wim Taymans  <wim@fluendo.com>
11645
11646         * configure.ac:
11647         * sys/Makefile.am:
11648         * sys/vcd/Makefile.am:
11649         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11650         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11651         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11652         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11653         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11654         (gst_vcdsrc_uri_set_uri):
11655         * sys/vcd/vcdsrc.h:
11656         Port VCD element.
11657
11658 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11659
11660         * win32/MANIFEST:
11661         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11662         MANIFEST.
11663         * win32/vs6/gst_plugins_bad.dsw:
11664         Remove qtdemux, directdraw, directsound and waveform project files
11665         from the workspace as they have been moved to -good.
11666
11667 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11668
11669         * po/POTFILES.in:
11670         Remove qtdemux from the translation list.
11671
11672 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11673
11674         * configure.ac:
11675         * docs/plugins/Makefile.am:
11676         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11677         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11678         * docs/plugins/inspect/plugin-osxvideo.xml:
11679         * docs/plugins/inspect/plugin-videocrop.xml:
11680         * gst-plugins-bad.spec.in:
11681         * gst/videocrop/Makefile.am:
11682         * gst/videocrop/gstvideocrop.c:
11683         * gst/videocrop/gstvideocrop.h:
11684         * gst/videocrop/videocrop.vcproj:
11685         * sys/Makefile.am:
11686         * sys/osxvideo/Makefile.am:
11687         * sys/osxvideo/cocoawindow.h:
11688         * sys/osxvideo/cocoawindow.m:
11689         * sys/osxvideo/osxvideosink.h:
11690         * sys/osxvideo/osxvideosink.m:
11691         * tests/check/Makefile.am:
11692         * tests/check/elements/videocrop.c:
11693         * tests/icles/Makefile.am:
11694         * tests/icles/videocrop-test.c:
11695         Move videocrop and osxvideo to -good.
11696
11697 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11698
11699         * configure.ac:
11700         * docs/plugins/Makefile.am:
11701         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11702         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11703         * gst/qtdemux/Makefile.am:
11704         * gst/qtdemux/gstrtpxqtdepay.c:
11705         * gst/qtdemux/gstrtpxqtdepay.h:
11706         * gst/qtdemux/qtdemux.c:
11707         * gst/qtdemux/qtdemux.h:
11708         * gst/qtdemux/qtdemux.vcproj:
11709         * gst/qtdemux/qtdemux_dump.c:
11710         * gst/qtdemux/qtdemux_dump.h:
11711         * gst/qtdemux/qtdemux_fourcc.h:
11712         * gst/qtdemux/qtdemux_types.c:
11713         * gst/qtdemux/qtdemux_types.h:
11714         * gst/qtdemux/qtpalette.h:
11715         * gst/qtdemux/quicktime.c:
11716         * win32/MANIFEST:
11717         * win32/vs6/libgstqtdemux.dsp:
11718         Move qtdemux to -good.
11719
11720         * gst-plugins-bad.spec.in:
11721         Update spec file to reflect wavpack & qtdemux moving to -good.
11722
11723 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11724
11725         * docs/plugins/Makefile.am:
11726         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11727         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11728         * docs/plugins/inspect/plugin-waveform.xml:
11729         * sys/waveform/gstwaveformplugin.c:
11730         * sys/waveform/gstwaveformsink.c:
11731         * sys/waveform/gstwaveformsink.h:
11732         * win32/MANIFEST:
11733         * win32/vs6/libgstwaveform.dsp:
11734         Remove the waveform plugin now that it is in -good.
11735
11736 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11737
11738         * configure.ac:
11739         * docs/plugins/Makefile.am:
11740         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11741         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11742         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11743         * docs/plugins/inspect/plugin-wavpack.xml:
11744         * ext/Makefile.am:
11745         * ext/wavpack/Makefile.am:
11746         * ext/wavpack/gstwavpack.c:
11747         * ext/wavpack/gstwavpackcommon.c:
11748         * ext/wavpack/gstwavpackcommon.h:
11749         * ext/wavpack/gstwavpackdec.c:
11750         * ext/wavpack/gstwavpackdec.h:
11751         * ext/wavpack/gstwavpackenc.c:
11752         * ext/wavpack/gstwavpackenc.h:
11753         * ext/wavpack/gstwavpackparse.c:
11754         * ext/wavpack/gstwavpackparse.h:
11755         * ext/wavpack/gstwavpackstreamreader.c:
11756         * ext/wavpack/gstwavpackstreamreader.h:
11757         * ext/wavpack/md5.c:
11758         * ext/wavpack/md5.h:
11759         * tests/check/Makefile.am:
11760         * tests/check/elements/wavpackdec.c:
11761         * tests/check/elements/wavpackenc.c:
11762         * tests/check/elements/wavpackparse.c:
11763           Move wavpack to good.
11764
11765 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11766
11767         * configure.ac:
11768         * docs/plugins/Makefile.am:
11769         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11770         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11771         * docs/plugins/gst-plugins-bad-plugins.args:
11772         * docs/plugins/inspect/plugin-directdraw.xml:
11773         * docs/plugins/inspect/plugin-directsound.xml:
11774         * sys/Makefile.am:
11775         * sys/directdraw/Makefile.am:
11776         * sys/directdraw/gstdirectdrawplugin.c:
11777         * sys/directdraw/gstdirectdrawsink.c:
11778         * sys/directdraw/gstdirectdrawsink.h:
11779         * sys/directsound/Makefile.am:
11780         * sys/directsound/gstdirectsoundplugin.c:
11781         * sys/directsound/gstdirectsoundsink.c:
11782         * sys/directsound/gstdirectsoundsink.h:
11783         * win32/MANIFEST:
11784         * win32/gst.sln:
11785         * win32/vs6/libgstdirectdraw.dsp:
11786         * win32/vs6/libgstdirectsound.dsp:
11787         * win32/vs7/libgstdirectdraw.vcproj:
11788         * win32/vs7/libgstdirectsound.vcproj:
11789         * win32/vs8/libgstdirectdraw.vcproj:
11790         * win32/vs8/libgstdirectsound.vcproj:
11791         Remove DirectDraw & DirectSound plugins, as they've moved to Good
11792
11793 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11794
11795         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
11796         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
11797         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
11798           When driving the pipeline, also post an error when we get a
11799           not-linked flow return from downstream.
11800
11801 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11802
11803         * docs/plugins/gst-plugins-bad-plugins.args:
11804         * sys/directdraw/gstdirectdrawsink.c:
11805         (gst_directdraw_sink_class_init):
11806         Rename the keep-aspect-ratio property to force-aspect-ratio to make
11807         it consistent with xvimagesink and ximagesink.
11808
11809 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11810
11811         * tests/icles/videocrop-test.c: (main):
11812           Default to xvimagesink instead of autovideosink while
11813           autovideosink/ghostpads/whatever don't handle the way we use it in
11814           the way we expect it to.
11815
11816 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11817
11818         * configure.ac:
11819           Bump requirements to released versions of core and -base, and remove
11820           special-casing for equalizer and rtpmanager as it's not needed any
11821           longer.
11822
11823 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11824
11825         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
11826         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
11827         Sprinkle in some XSync calls to avoid raciness with broken
11828         drivers (ATI) when re-using a single glimagesink.
11829
11830 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11831
11832         * gst/mpegvideoparse/mpegpacketiser.c:
11833         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
11834         (mpeg_util_parse_picture_hdr):
11835         * gst/mpegvideoparse/mpegvideoparse.c:
11836         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
11837         Fix some silly bugs with calculating the guard sizes.
11838         Properly compare the old sequence header structure with the new one.
11839         Don't error out on an invalid sequence - just ignore it.
11840
11841 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11842
11843         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
11844           Printf fix in debug statement; also print the right number there.
11845
11846 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11847
11848         * ext/sdl/Makefile.am:
11849         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
11850           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
11851           (#444499); initialise variable to avoid false compiler warning.
11852
11853 2007-06-01  Wim Taymans  <wim@fluendo.com>
11854
11855         * docs/plugins/Makefile.am:
11856         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11857         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11858         * docs/plugins/inspect/plugin-videosignal.xml:
11859         * gst/videosignal/Makefile.am:
11860         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
11861         (gst_video_mark_draw_box), (gst_video_mark_420),
11862         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
11863         (gst_video_mark_get_property), (gst_video_mark_base_init),
11864         (gst_video_mark_class_init), (gst_video_mark_init),
11865         (gst_video_mark_get_type):
11866         * gst/videosignal/gstvideomark.h:
11867         * gst/videosignal/gstvideosignal.c: (plugin_init):
11868         Add plugin to generate a pattern detectable by videodetect.
11869
11870 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
11871
11872         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
11873           Don't leak buffer when returning an error.
11874
11875 2007-06-01  Wim Taymans  <wim@fluendo.com>
11876
11877         Patch by René Stadler <mail at renestadler dot de>:
11878
11879         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
11880         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
11881         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
11882         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
11883         (gst_neonhttp_src_set_location),
11884         (gst_neonhttp_src_send_request_and_redirect),
11885         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
11886         * ext/neon/gstneonhttpsrc.h:
11887         Deprecated "uri" property.  Clean up property descriptions.
11888         Change default User-Agent to the slightly more descriptive
11889         "GStreamer neonhttpsrc".
11890         Various other small cleanups, mostly property related.
11891
11892 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
11893
11894         * ext/libmms/gstmms.h:
11895           No reason to use gpointers instead of typed pointes here as far as I
11896           can see.
11897
11898         * ext/mythtv/gstmythtvsrc.c:
11899         * ext/neon/gstneonhttpsrc.c:
11900         * gst/switch/gstswitch.c:
11901           Don't use gtk-doc magic markers for things that aren't meant to be
11902           parsed by gtk-doc. Makes gtk-doc complain a bit less.
11903
11904 2007-05-30  Wim Taymans  <wim@fluendo.com>
11905
11906         * configure.ac:
11907         * docs/plugins/Makefile.am:
11908         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11909         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11910         * docs/plugins/inspect/plugin-videosignal.xml:
11911         * gst/videosignal/Makefile.am:
11912         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
11913         (gst_video_analyse_post_message), (gst_video_analyse_420),
11914         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
11915         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
11916         (gst_video_analyse_class_init), (gst_video_analyse_init),
11917         (gst_video_analyse_get_type):
11918         * gst/videosignal/gstvideoanalyse.h:
11919         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
11920         (gst_video_detect_post_message),
11921         (gst_video_detect_calc_brightness), (gst_video_detect_420),
11922         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
11923         (gst_video_detect_get_property), (gst_video_detect_base_init),
11924         (gst_video_detect_class_init), (gst_video_detect_init),
11925         (gst_video_detect_get_type):
11926         * gst/videosignal/gstvideodetect.h:
11927         * gst/videosignal/gstvideosignal.c: (plugin_init):
11928         * gst/videosignal/gstvideosignal.h:
11929         Added videosignal plugin with two plugins to analyse video frames.
11930         Added videoanalyse to report about brightness and variance in video
11931         frames.
11932         Added videodetect to detect predefined patterns in a video signal.
11933
11934 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11935
11936         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11937         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11938         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
11939         * docs/plugins/gst-plugins-bad-plugins.signals:
11940           More updates.
11941
11942 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11943
11944         * docs/plugins/gst-plugins-bad-plugins.args:
11945         * docs/plugins/gst-plugins-bad-plugins.signals:
11946         * docs/plugins/inspect/plugin-dtsdec.xml:
11947         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11948         * docs/plugins/inspect/plugin-musepack.xml:
11949         * docs/plugins/inspect/plugin-rtpmanager.xml:
11950         * docs/plugins/inspect/plugin-sdl.xml:
11951         * docs/plugins/inspect/plugin-spcdec.xml:
11952         * docs/plugins/inspect/plugin-swfdec.xml:
11953           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
11954           hopefully that makes the build bots happy again.
11955
11956 2007-05-28  Wim Taymans  <wim@fluendo.com>
11957
11958         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11959         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11960         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
11961         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
11962         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
11963         * gst/rtpmanager/gstrtpclient.c: (create_stream),
11964         (gst_rtp_client_request_new_pad):
11965         * gst/rtpmanager/gstrtpjitterbuffer.c:
11966         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11967         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
11968         * gst/rtpmanager/gstrtpptdemux.c:
11969         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11970         (gst_rtp_session_request_new_pad):
11971         * gst/rtpmanager/gstrtpssrcdemux.c:
11972         Rename elements to avoid conflict with farsight elements with the same
11973         name. Fixes #430664.
11974
11975 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
11976
11977         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11978
11979         * sys/directdraw/gstdirectdrawsink.c:
11980         (gst_directdraw_sink_buffer_alloc),
11981         (gst_directdraw_sink_show_frame),
11982         (gst_directdraw_sink_check_primary_surface),
11983         (gst_directdraw_sink_check_offscreen_surface),
11984         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
11985         (gst_directdraw_sink_surface_create):
11986         * sys/directdraw/gstdirectdrawsink.h:
11987           Fix more warnings when compiling with MingW (#439914).
11988
11989 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
11990
11991         * docs/plugins/gst-plugins-bad-plugins.args:
11992         Remove directsoundsink property doc as this sink use the mixer
11993         interface now.
11994         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11995         Add interfaces implemented by Windows sinks.
11996         * sys/directsound/gstdirectsoundsink.c:
11997         * sys/directsound/gstdirectsoundsink.h:
11998         Remove directsoundsink property  and implement the mixer interface.
11999         * win32/vs6/gst_plugins_bad.dsw:
12000         * win32/vs6/libgstdirectsound.dsp:
12001         Update project files.
12002         * gst-libs/gst/dshow/gstdshow.cpp:
12003         * gst-libs/gst/dshow/gstdshow.h:
12004         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
12005         * gst-libs/gst/dshow/gstdshowfakesink.h:
12006         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
12007         * gst-libs/gst/dshow/gstdshowfakesrc.h:
12008         * gst-libs/gst/dshow/gstdshowinterface.cpp:
12009         * gst-libs/gst/dshow/gstdshowinterface.h:
12010         * win32/common/libgstdshow.def:
12011         * win32/vs6/libgstdshow.dsp:
12012         Add a new gst library which allow to create internal Direct Show
12013         graph (pipelines) to wrap Windows sources, decoders or encoders.
12014         It includes a DirectShow fake source and sink and utility functions.    
12015         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
12016         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
12017         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
12018         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
12019         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
12020         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
12021         * win32/vs6/libdshowsrcwrapper.dsp:
12022         Add a new plugin to wrap DirectShow sources on Windows.
12023         It gets data from any webcam, dv cam, micro. We could add 
12024         tv tunner card later.
12025         
12026 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
12027
12028         Patch by René Stadler <mail at renestadler dot de>:
12029
12030         * ext/sdl/sdlvideosink.c:
12031         Separate the authors by newlines instead of nothing. Fixes #440774.
12032
12033 2007-05-23  Wim Taymans  <wim@fluendo.com>
12034
12035         * docs/plugins/inspect/plugin-rtpmanager.xml:
12036         Add doc xml file.
12037
12038 2007-05-23  Wim Taymans  <wim@fluendo.com>
12039
12040         * docs/plugins/Makefile.am:
12041         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12042         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12043         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12044         * gst/rtpmanager/gstrtpbin.h:
12045         * gst/rtpmanager/gstrtpclient.c:
12046         * gst/rtpmanager/gstrtpjitterbuffer.c:
12047         (gst_rtp_jitter_buffer_class_init),
12048         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
12049         * gst/rtpmanager/gstrtpjitterbuffer.h:
12050         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12051         (gst_rtp_pt_demux_clear_pt_map):
12052         * gst/rtpmanager/gstrtpptdemux.h:
12053         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12054         (rtcp_thread), (gst_rtp_session_clear_pt_map):
12055         * gst/rtpmanager/gstrtpsession.h:
12056         * gst/rtpmanager/gstrtpssrcdemux.c:
12057         (gst_rtp_ssrc_demux_class_init):
12058         Document stuff.
12059         Add clear-pt-map action signal where needed.
12060
12061 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
12062
12063         * configure.ac:
12064           Depend on gstreamer-0.10.12.1.
12065         
12066         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12067           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12068           parent_class, gst_iir_equalizer_band_set_property,
12069           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12070           gst_iir_equalizer_child_proxy_get_child_by_index,
12071           gst_iir_equalizer_child_proxy_get_children_count,
12072           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12073           gst_iir_equalizer_compute_frequencies,
12074           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
12075           plugin_init):
12076         * gst/equalizer/gstiirequalizer.h (audiofilter):
12077         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
12078           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
12079           gst_iir_equalizer_nbands_set_property):
12080           Use new locking macros.
12081
12082         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
12083           Add fixme.
12084
12085         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
12086           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
12087           gst_spectrum_event, gst_spectrum_transform_ip):
12088           Use new locking macros. Turn two fixed values into #defines.
12089
12090 2007-05-22  Edward Hervey  <edward@fluendo.com>
12091
12092         * docs/plugins/Makefile.am:
12093         Also look for .m (objectivec) files.
12094         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12095         * docs/plugins/gst-plugins-bad-plugins.args:
12096         * sys/osxvideo/osxvideosink.m:
12097         Add documentation for element and properties.
12098
12099 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12100
12101         * ChangeLog:
12102           ChangeLog surgery.
12103         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12104           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12105           parent_class, gst_iir_equalizer_band_set_property,
12106           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12107           gst_iir_equalizer_child_proxy_get_child_by_index,
12108           gst_iir_equalizer_child_proxy_get_children_count,
12109           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12110           gst_iir_equalizer_compute_frequencies, plugin_init):
12111         * tests/icles/equalizer-test.c:
12112           Add fixme and comment for example.
12113
12114 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12115
12116         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
12117           gst_spectrum_event, gst_spectrum_transform_ip):
12118           Use lock to protect from concurrent access.
12119
12120 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12121
12122         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12123         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12124         Specify and use properties as unsigned int that are an unsigned int.
12125
12126 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12127
12128         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12129         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
12130         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12131         * ext/wavpack/gstwavpackenc.h:
12132         Fixup docs, make the bitrate property an int as it should be and
12133         allow to set the different extra processing modes instead of only
12134         allowing none and the default one.
12135
12136 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
12137
12138         * ext/wavpack/gstwavpackenc.c:
12139         Add missing audioconverts in the example pipelines of wavpackenc. As
12140         the wavpack stuff now needs input with 32 bit width (and random depth)
12141         this is needed now. The example pipelines for the parser and decoder
12142         are still fine.
12143
12144 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12145
12146         * docs/plugins/Makefile.am:
12147         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12148           Fix docs build and hierarchy.
12149
12150 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12151
12152         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
12153         (gst_directdraw_sink_buffer_alloc),
12154         (gst_directdraw_sink_get_ddrawcaps),
12155         (gst_directdraw_sink_surface_create):
12156           Bunch of small fixes: remove static function that doesn't exist;
12157           declare another one that does; printf format fix; use right macro
12158           when specifying debug category; remove a bunch of unused variables;
12159           #if 0 out an unused chunk of code (partially fixes #439914).
12160
12161 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12162
12163         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
12164         * gst/switch/gstswitch.c: (gst_switch_chain):
12165           Printf format fixes (#439910, #439911).
12166
12167 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12168
12169         * tests/check/Makefile.am:
12170           Remove bits for deinterleave check which isn't in CVS yet.
12171
12172 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12173
12174         Patch by: René Stadler <mail at renestadler de>
12175
12176         * docs/plugins/Makefile.am:
12177         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12178         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12179         * docs/plugins/inspect/plugin-replaygain.xml:
12180         * gst/replaygain/Makefile.am:
12181         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
12182         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
12183         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
12184         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
12185         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
12186         (gst_rg_analysis_album_result):
12187         * gst/replaygain/gstrganalysis.h:
12188         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
12189         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
12190         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
12191         (gst_rg_limiter_transform_ip):
12192         * gst/replaygain/gstrglimiter.h:
12193         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
12194         (gst_rg_volume_class_init), (gst_rg_volume_init),
12195         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
12196         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
12197         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
12198         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
12199         (gst_rg_volume_determine_gain):
12200         * gst/replaygain/gstrgvolume.h:
12201         * gst/replaygain/replaygain.c: (plugin_init):
12202         * gst/replaygain/replaygain.h:
12203         * gst/replaygain/rganalysis.h:
12204         * tests/check/Makefile.am:
12205         * tests/check/elements/.cvsignore:
12206         * tests/check/elements/rganalysis.c: (send_eos_event),
12207         (GST_START_TEST):
12208         * tests/check/elements/rglimiter.c: (setup_rglimiter),
12209         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
12210         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
12211         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
12212         (cleanup_rgvolume), (set_playing_state), (set_null_state),
12213         (send_eos_event), (send_tag_event), (test_buffer_new),
12214         (fail_unless_target_gain), (fail_unless_result_gain),
12215         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
12216           Add replaygain playback elements (#412710).
12217
12218 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
12219
12220         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
12221         Update the cached caps after opening the display so that we report
12222         only the supported caps formats, not just the template caps.
12223         Fixes: #439405
12224
12225 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
12226
12227         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
12228           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
12229         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
12230           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
12231         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
12232           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
12233           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
12234           GST_DEBUG_FUNCPTR and add log-category.
12235
12236 2007-05-17  Edward Hervey  <edward@fluendo.com>
12237
12238         * sys/osxvideo/osxvideosink.h:
12239         * sys/osxvideo/osxvideosink.m:
12240         Remove the event-loop-in-separate-thread modifications, because MacOSX
12241         is $#@(*%$# ! For those wondering, the event handling needs to be done
12242         in the main thread after all..
12243
12244 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12245
12246         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
12247           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
12248           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
12249           gst_switch_chain, gst_switch_event, gst_switch_set_property,
12250           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
12251           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
12252           gst_switch_base_init, gst_switch_class_init):
12253         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
12254           stop_value, start_value, current_start, last_ts, stored_buffers):
12255         Add handling of application provided stop and start values, allowing
12256         A/V sync across 2 switch elements.
12257
12258 2007-05-17  Edward Hervey  <edward@fluendo.com>
12259
12260         * sys/osxvideo/osxvideosink.h:
12261         * sys/osxvideo/osxvideosink.m:
12262         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
12263         Use a separate thread/task for the cocoa event_loop, else it wouldn't
12264         stop.
12265
12266 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12267
12268         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
12269         (gst_real_audio_dec_setcaps):
12270         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
12271           Don't crash when we get a buffer and our input caps haven't been set
12272           yet; also, don't leak all the input buffers (realaudiodec only).
12273
12274 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12275
12276         patch by: Stanislav Brabec <sbrabec@suse.cz>
12277
12278         * configure.ac:
12279         * ext/amrwb/Makefile.am:
12280         * ext/amrwb/amrwb-code/Makefile.am:
12281         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
12282         * ext/amrwb/amrwb-code/amrwb/README:
12283         * ext/amrwb/gstamrwbdec.c:
12284         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
12285         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
12286         * ext/amrwb/gstamrwbparse.c:
12287         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
12288         * gst-libs/Makefile.am:
12289         * gst-libs/ext/Makefile.am:
12290         * gst-libs/ext/amrwb/Makefile.am:
12291         * gst-libs/ext/amrwb/README:
12292           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
12293
12294 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12295
12296         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
12297           This needs a version check.
12298
12299         * gst/bayer/Makefile.am:
12300           Fix the build.
12301
12302 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12303
12304         * configure.ac:
12305         * sys/directdraw/Makefile.am:
12306         * sys/directsound/Makefile.am:
12307           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
12308           and restore the various flags in the directdraw/directsound
12309           detection section. Apparently improves cross-compiling for win32
12310           with mingw32 under some circumstances (#437539).
12311
12312 2007-05-15  Wim Taymans  <wim@fluendo.com>
12313
12314         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12315         We always use fixed caps.
12316
12317 2007-05-14  David Schleef  <ds@schleef.org>
12318
12319         * gst/rtpmanager/gstrtpbin.c:
12320           g_hash_table_remove_all() only exists in 2.12.  Work around.
12321
12322 2007-05-14  David Schleef  <ds@schleef.org>
12323
12324         * configure.ac:
12325         * gst/bayer/Makefile.am:
12326         * gst/bayer/gstbayer.c:
12327         * gst/bayer/gstbayer2rgb.c:
12328           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
12329           Partial fix for #314160.
12330
12331 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12332
12333         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
12334           ARG_LAST_TS, parent_class, gst_switch_release_pad,
12335           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12336           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
12337           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
12338         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
12339           current_start, last_ts):
12340         Allow application to provide a stop timestamp, so a new segment
12341         update can be sent before switching.
12342
12343 2007-05-14  Wim Taymans  <wim@fluendo.com>
12344
12345         * gst/rtpmanager/async_jitter_queue.c:
12346         (async_jitter_queue_set_flushing_unlocked):
12347         Fix leak when flushing.
12348
12349         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
12350         (gst_rtp_bin_class_init):
12351         * gst/rtpmanager/gstrtpbin.h:
12352         Add clear-pt-map signal.
12353
12354         * gst/rtpmanager/gstrtpjitterbuffer.c:
12355         (gst_rtp_jitter_buffer_flush_stop),
12356         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
12357         Init clock-rate to -1 to mark unknow clock rate.
12358         Fix flushing.
12359
12360 2007-05-13  David Schleef  <ds@schleef.org>
12361
12362         * gst/replaygain/rganalysis.c:
12363           Fix wrong ifdef for visual C++.  Fixes: #437403.
12364           By Ali Sabil <ali.sabil@gmail.com>.
12365
12366 2007-05-12  David Schleef  <ds@schleef.org>
12367
12368         * ext/neon/gstneonhttpsrc.c:
12369           Make redirection the default behavior.  Fixes #413818.
12370
12371 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12372
12373         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
12374           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
12375           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
12376           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
12377           qtdemux_parse_segments, qtdemux_parse_trak):
12378         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
12379           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
12380           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
12381           rtp_session_get_location, rtp_session_get_tool,
12382           rtp_session_process_bye, session_report_blocks):
12383         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
12384           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
12385           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
12386
12387         * gst/switch/Makefile.am:
12388           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
12389
12390 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12391
12392         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
12393           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
12394           async_jitter_queue_set_low_threshold,
12395           async_jitter_queue_length_ts_units_unlocked,
12396           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
12397           async_jitter_queue_lock, async_jitter_queue_push,
12398           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
12399           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
12400           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
12401           async_jitter_queue_set_flushing_unlocked,
12402           async_jitter_queue_unset_flushing_unlocked):
12403           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
12404
12405 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12406
12407         * common/m4/gst-x11.m4:
12408           Restore CFLAGS and LIBS.
12409
12410         * configure.ac:
12411           Revert previous patch.
12412
12413 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12414
12415         Patch by: Ali Sabil <ali.sabil@gmail.com>
12416
12417         * configure.ac:
12418           Save and restore CFLAGS for OpenGL check. Fixes #437260.
12419         
12420
12421 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
12422
12423         * docs/plugins/gst-plugins-bad-plugins.args:
12424         Add directraw and directsound sinks properties.
12425
12426 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12427
12428         * configure.ac:
12429           Fix --disable-external (hopefully).
12430
12431 2007-05-09  Wim Taymans  <wim@fluendo.com>
12432
12433         * gst/rtpmanager/gstrtpjitterbuffer.c:
12434         (gst_rtp_jitter_buffer_query):
12435         Pass queries upstream.
12436
12437 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
12438
12439         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
12440         (gst_real_audio_dec_finalize):
12441         * gst/real/gstrealaudiodec.h:
12442         * gst/real/gstrealvideodec.c: (open_library), (close_library):
12443         * gst/real/gstrealvideodec.h:
12444           Use GModule instead of using dlsym() directly. Fixes #430598.
12445
12446 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
12447
12448         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12449         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12450         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12451           Add docs for Windows sinks.
12452
12453 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12454
12455         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
12456         (speed_chain), (speed_change_state):
12457           Fix event handling a bit by replacing completely dubious code
12458           written by someone else with completely dubious code written
12459           by me. Should at least fix #412077 though.
12460
12461 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12462
12463         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
12464         (plugin_init):
12465           Add debug category; use gst_pad_query_peer_*() utility functions;
12466           use gst_util_scale*(); add gtk-doc blurb.
12467
12468 2007-05-04  Wim Taymans  <wim@fluendo.com>
12469
12470         * gst/rtpmanager/gstrtpjitterbuffer.c:
12471         (gst_rtp_jitter_buffer_query):
12472         Add some debug info.
12473
12474         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12475         (rtp_session_send_rtp):
12476         Store real user name in the session.
12477
12478 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
12479
12480         * configure.ac:
12481         * examples/Makefile.am:
12482         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12483           last_message_received, main):
12484         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12485           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12486           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12487           gst_switch_set_property, gst_switch_get_property,
12488           gst_switch_get_linked_pad, gst_switch_getcaps,
12489           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12490           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12491           gst_switch_class_init):
12492         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12493           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12494           need_to_send_newsegment):
12495         Port switch element and example program to 0.10.
12496
12497 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12498
12499         * ext/wavpack/gstwavpack.c: (plugin_init):
12500         Call bindtextdomain() to get localized strings.
12501         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12502         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12503         (gst_wavpack_parse_handle_seek_event),
12504         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12505         * ext/wavpack/gstwavpackparse.h:
12506         Handle DISCONT buffers by correctly setting the DISCONT flag
12507         on outgoing buffers when necessary.
12508         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12509         Send newsegment from the streaming thread.
12510
12511 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12512
12513         * ext/wavpack/gstwavpackparse.c:
12514         (gst_wavpack_parse_handle_seek_event):
12515         Remove old workaround that was needed when seeking after the last
12516         sample. With the fixed error handling this works now as expected
12517         without pushing the last sample although it wasn't requested.
12518
12519 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12520
12521         * ext/wavpack/gstwavpackparse.c:
12522         (gst_wavpack_parse_handle_seek_event):
12523         Handle segment seeks in the seek event handler, correctly work with
12524         stop position == -1 and instead of stopping the task on seek just
12525         pause it.
12526
12527 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12528
12529         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12530         Add handling for segment seeks.
12531
12532 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12533
12534         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12535         (gst_wavpack_parse_create_src_pad),
12536         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12537         (gst_wavpack_parse_chain):
12538         Correctly handle errors, especially in the loop function. Before it
12539         was easy to get the task paused but no error being posted on the bus.
12540
12541 2007-04-30  Wim Taymans  <wim@fluendo.com>
12542
12543         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12544         (async_jitter_queue_pop_intern_unlocked):
12545         Fix the case where the buffer underruns and does not block.
12546
12547         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12548         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12549         (gst_rtp_bin_request_new_pad):
12550         Rename RTCP send pad, like in the session manager.
12551         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12552         fix handling of send_rtp_src pad.
12553
12554         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12555         When no pt map could be found, fall back to the sinkpad caps.
12556
12557         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12558         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12559         (create_recv_rtcp_sink), (create_send_rtp_sink),
12560         (create_send_rtcp_src):
12561         Fix pad names.
12562
12563         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12564         (rtp_session_create_source), (rtp_session_process_sr),
12565         (rtp_session_send_rtp), (session_start_rtcp):
12566         * gst/rtpmanager/rtpsession.h:
12567         Unlock session when performing a callback.
12568         Add callbacks for the internal session object.
12569         Fix sending of RTP packets.
12570         first attempt at adding NTP times in the SR packets.
12571         Small debug and doc improvements.
12572
12573         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12574         Update stats for SR reports.
12575
12576 2007-04-29  Wim Taymans  <wim@fluendo.com>
12577
12578         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12579         Remove debug.
12580
12581         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12582         (rtp_session_process_sdes), (calculate_rtcp_interval),
12583         (rtp_session_next_timeout), (session_report_blocks):
12584         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12585         Improve debugging
12586         Fix interval for BYE/RTCP packets.
12587
12588 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12589
12590         * docs/plugins/gst-plugins-bad-plugins.args:
12591         * docs/plugins/gst-plugins-bad-plugins.signals:
12592           Commit result of running scanobj-update
12593
12594 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12595
12596         * autogen.sh:
12597           Require automake 1.7
12598         * ext/alsaspdif/Makefile.am:
12599         * ext/divx/Makefile.am:
12600         * ext/ivorbis/Makefile.am:
12601         * ext/musicbrainz/Makefile.am:
12602         * ext/neon/Makefile.am:
12603         * ext/sdl/Makefile.am:
12604         * ext/swfdec/Makefile.am:
12605         * ext/theora/Makefile.am:
12606         * ext/wavpack/Makefile.am:
12607         * ext/xvid/Makefile.am:
12608         * gst/modplug/Makefile.am:
12609           Fix up Makefile.am accordingly.
12610
12611 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12612
12613         * docs/plugins/inspect/plugin-alsaspdif.xml:
12614         * docs/plugins/inspect/plugin-bz2.xml:
12615         * docs/plugins/inspect/plugin-cdxaparse.xml:
12616         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12617         * docs/plugins/inspect/plugin-faac.xml:
12618         * docs/plugins/inspect/plugin-faad.xml:
12619         * docs/plugins/inspect/plugin-filter.xml:
12620         * docs/plugins/inspect/plugin-freeze.xml:
12621         * docs/plugins/inspect/plugin-glimagesink.xml:
12622         * docs/plugins/inspect/plugin-gsm.xml:
12623         * docs/plugins/inspect/plugin-h264parse.xml:
12624         * docs/plugins/inspect/plugin-jack.xml:
12625         * docs/plugins/inspect/plugin-mms.xml:
12626         * docs/plugins/inspect/plugin-modplug.xml:
12627         * docs/plugins/inspect/plugin-musepack.xml:
12628         * docs/plugins/inspect/plugin-musicbrainz.xml:
12629         * docs/plugins/inspect/plugin-neon.xml:
12630         * docs/plugins/inspect/plugin-nsfdec.xml:
12631         * docs/plugins/inspect/plugin-replaygain.xml:
12632         * docs/plugins/inspect/plugin-sdl.xml:
12633         * docs/plugins/inspect/plugin-soundtouch.xml:
12634         * docs/plugins/inspect/plugin-spectrum.xml:
12635         * docs/plugins/inspect/plugin-speed.xml:
12636         * docs/plugins/inspect/plugin-tta.xml:
12637         * docs/plugins/inspect/plugin-videocrop.xml:
12638         * docs/plugins/inspect/plugin-wavpack.xml:
12639         * docs/plugins/inspect/plugin-xingheader.xml:
12640         * docs/plugins/inspect/plugin-xvid.xml:
12641           Add jack and update.
12642
12643 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12644
12645         * configure.ac:
12646           Don't build equalizer unless we have core from CVS (it won't
12647           work with earlier versions due to GstChildProxy brokeness).
12648           Also up requirements to last released core/base.
12649
12650 2007-04-27  Wim Taymans  <wim@fluendo.com>
12651
12652         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12653         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12654         Move reconsideration code to the rtpsession object.
12655         Simplify timout handling and add reconsideration.
12656
12657         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12658         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12659         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12660         (obtain_source), (rtp_session_create_source),
12661         (update_arrival_stats), (rtp_session_process_rtp),
12662         (rtp_session_process_sr), (rtp_session_process_rr),
12663         (rtp_session_process_bye), (rtp_session_process_rtcp),
12664         (calculate_rtcp_interval), (rtp_session_send_bye),
12665         (rtp_session_next_timeout), (session_start_rtcp),
12666         (session_report_blocks), (session_cleanup), (session_sdes),
12667         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12668         * gst/rtpmanager/rtpsession.h:
12669         Handle timeout of inactive sources and senders.
12670         Implement BYE scheduling.
12671
12672         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12673         (rtp_source_process_sr), (rtp_source_get_last_sr),
12674         (rtp_source_get_last_rb):
12675         * gst/rtpmanager/rtpsource.h:
12676         Add members to check for timeouts.
12677
12678         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12679         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12680         (rtp_stats_calculate_bye_interval):
12681         * gst/rtpmanager/rtpstats.h:
12682         Use RFC algorithm for calculating the reporting interval.
12683
12684 2007-04-26  Edward Hervey  <edward@fluendo.com>
12685
12686         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12687         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12688         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12689         * docs/plugins/inspect/plugin-osxvideo.xml:
12690         Add documentation for osxvideo
12691
12692 2007-04-25  Wim Taymans  <wim@fluendo.com>
12693
12694         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12695         Implement forward and reverse reconsideration.
12696
12697         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
12698         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
12699         (session_report_blocks):
12700         * gst/rtpmanager/rtpsession.h:
12701         Small cleanups.
12702
12703 2007-04-25  Wim Taymans  <wim@fluendo.com>
12704
12705         reviewed by: <delete if not using a buddy>
12706
12707         * gst/rtpmanager/gstrtpbin.c: (create_stream),
12708         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
12709         (gst_rtp_bin_get_property):
12710         * gst/rtpmanager/gstrtpbin.h:
12711         Make default jitterbuffer latency configurable.
12712
12713         * gst/rtpmanager/gstrtpjitterbuffer.c:
12714         (gst_rtp_jitter_buffer_class_init),
12715         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
12716         (gst_rtp_jitter_buffer_set_property),
12717         (gst_rtp_jitter_buffer_get_property):
12718         Debuging cleanups.
12719
12720 2007-04-25  Wim Taymans  <wim@fluendo.com>
12721
12722         * gst/rtpmanager/gstrtpjitterbuffer.c:
12723         (gst_rtp_jitter_buffer_change_state):
12724         Report NO_PREROLL when going to PAUSED.
12725
12726         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12727         Don't send RTCP right before we are shutting down.
12728
12729         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
12730         (rtp_session_process_sr), (session_report_blocks),
12731         (rtp_session_perform_reporting):
12732         Improve report blocks.
12733
12734         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
12735         (rtp_source_process_rtp), (rtp_source_process_sr),
12736         (rtp_source_process_rb), (rtp_source_get_last_sr),
12737         (rtp_source_get_last_rb):
12738         * gst/rtpmanager/rtpsource.h:
12739         * gst/rtpmanager/rtpstats.h:
12740         Cleanups, add methods to access stats. 
12741
12742 2007-04-25  Wim Taymans  <wim@fluendo.com>
12743
12744         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12745         fix for pad name change
12746
12747         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12748         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
12749         Fix for renamed methods.
12750
12751         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12752         (rtp_session_finalize), (rtp_session_set_cname),
12753         (rtp_session_get_cname), (rtp_session_set_name),
12754         (rtp_session_get_name), (rtp_session_set_email),
12755         (rtp_session_get_email), (rtp_session_set_phone),
12756         (rtp_session_get_phone), (rtp_session_set_location),
12757         (rtp_session_get_location), (rtp_session_set_tool),
12758         (rtp_session_get_tool), (rtp_session_set_note),
12759         (rtp_session_get_note), (source_push_rtp), (obtain_source),
12760         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
12761         (rtp_session_create_source), (rtp_session_process_rtp),
12762         (rtp_session_process_sr), (rtp_session_process_sdes),
12763         (rtp_session_process_rtcp), (rtp_session_send_rtp),
12764         (rtp_session_get_reporting_interval), (session_report_blocks),
12765         (session_sdes), (rtp_session_perform_reporting):
12766         * gst/rtpmanager/rtpsession.h:
12767         Prepare for implementing SSRC sampling.
12768         Create SSRC for the session. 
12769         Add methods to set the SDES entries.
12770         fix accounting of senders/receivers.
12771         Implement SR/RR/SDES RTCP reporting.
12772
12773         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
12774         (rtp_source_process_rtp), (rtp_source_process_sr):
12775         * gst/rtpmanager/rtpsource.h:
12776         Implement extended sequence number.
12777
12778         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12779         * gst/rtpmanager/rtpstats.h:
12780         Rename some fields.
12781
12782 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
12783
12784         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
12785         (gst_y4m_encode_setcaps):
12786         * tests/check/elements/y4menc.c: (GST_START_TEST):
12787           Plug some leaks; try to make build bot happy again.
12788
12789 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12790
12791         * gst/Makefile.am:
12792           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
12793
12794 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12795
12796         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
12797           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
12798
12799 2007-04-20  Michael Smith  <msmith@fluendo.com>
12800
12801         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
12802           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
12803           quicktime because of sample rate mismatches.
12804           Reenable overriding the implicit SBR behaviour (accidently changed?)
12805           to allow playback of these files.
12806
12807 2007-04-19  David Schleef  <ds@schleef.org>
12808
12809         * configure.ac:
12810           Change rtpmanager disabling to keep -bad releasable.
12811
12812 2007-04-18  David Schleef  <ds@schleef.org>
12813
12814         * configure.ac:
12815         * gst/Makefile.am:
12816           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
12817           line 268.
12818
12819 2007-04-18  Wim Taymans  <wim@fluendo.com>
12820
12821         * gst/Makefile.am:
12822         Add rtpmanager dir to dist.
12823
12824 2007-04-18  Wim Taymans  <wim@fluendo.com>
12825
12826         * configure.ac:
12827         Disable rtpmanager for now because it depends on CVS -base.
12828
12829         * gst/rtpmanager/Makefile.am:
12830         Added new files for session manager.
12831
12832         * gst/rtpmanager/gstrtpjitterbuffer.h:
12833         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12834         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
12835         Some cleanups. 
12836         the session manager can now also request a pt-map.
12837
12838         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12839         (gst_rtp_session_class_init), (gst_rtp_session_init),
12840         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
12841         (stop_rtcp_thread), (gst_rtp_session_change_state),
12842         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
12843         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
12844         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
12845         (gst_rtp_session_chain_recv_rtp),
12846         (gst_rtp_session_event_recv_rtcp_sink),
12847         (gst_rtp_session_chain_recv_rtcp),
12848         (gst_rtp_session_event_send_rtp_sink),
12849         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
12850         (gst_rtp_session_request_new_pad):
12851         * gst/rtpmanager/gstrtpsession.h:
12852         We can ask for pt-map now too when the session manager needs it.
12853         Hook up to the new session manager, implement the needed callbacks for
12854         pushing data, getting clock time and requesting clock-rates.
12855         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
12856         be send to clients.
12857         Add code to start and stop the thread that will schedule RTCP through
12858         the session manager.
12859
12860         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12861         (rtp_session_init), (rtp_session_finalize),
12862         (rtp_session_set_property), (rtp_session_get_property),
12863         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
12864         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
12865         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
12866         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
12867         (source_push_rtp), (source_clock_rate), (check_collision),
12868         (obtain_source), (rtp_session_add_source),
12869         (rtp_session_get_num_sources),
12870         (rtp_session_get_num_active_sources),
12871         (rtp_session_get_source_by_ssrc),
12872         (rtp_session_get_source_by_cname), (rtp_session_create_source),
12873         (update_arrival_stats), (rtp_session_process_rtp),
12874         (rtp_session_process_sr), (rtp_session_process_rr),
12875         (rtp_session_process_sdes), (rtp_session_process_bye),
12876         (rtp_session_process_app), (rtp_session_process_rtcp),
12877         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
12878         (rtp_session_produce_rtcp):
12879         * gst/rtpmanager/rtpsession.h:
12880         The advanced beginnings of the main session manager that handles the
12881         participant database of RTPSources, SSRC probation, SSRC collisions,
12882         parse RTCP to update source stats. etc..
12883
12884         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
12885         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
12886         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
12887         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
12888         (push_packet), (get_clock_rate), (calculate_jitter),
12889         (rtp_source_process_rtp), (rtp_source_process_bye),
12890         (rtp_source_send_rtp), (rtp_source_process_sr),
12891         (rtp_source_process_rb):
12892         * gst/rtpmanager/rtpsource.h:
12893         Object that encapsulates an SSRC and its state in the database.
12894         Calculates the jitter and transit times of data packets.
12895
12896         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12897         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
12898         * gst/rtpmanager/rtpstats.h:
12899         Various stats regarding the session and sources.
12900         Used to calculate the RTCP interval.
12901
12902 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12903
12904         * gst/app/Makefile.am:
12905           Fix CFLAGS and hopefully #430594.
12906
12907 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12908
12909         * gst/nsf/types.h:
12910           Rename #ifndef header guard symbol to something less generic, so
12911           types.h doesn't get skipped over when compiling on MingW. Include
12912           GLib headers and use those to set the endianness and the basic
12913           types so that this isn't entirely broken for non-x86 architectures.
12914
12915 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12916
12917         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
12918           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
12919           MingW (no idea though why we add a BYTE_ORDER endianness field if
12920           the audio is compressed).
12921
12922 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
12923
12924         * docs/plugins/inspect/plugin-directdraw.xml:
12925         * docs/plugins/inspect/plugin-directsound.xml:
12926         * docs/plugins/inspect/plugin-waveform.xml:
12927           Add xml doc files for Windows sinks
12928         * win32/vs6/libgstqtdemux.dsp:
12929         * win32/vs6/libgstmpegvideoparse.dsp:
12930         * win32/vs6/gst_plugins_bad.dsw:
12931          Update projects files.
12932         
12933 2007-04-13  Wim Taymans  <wim@fluendo.com>
12934
12935         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12936         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
12937         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
12938         * gst/rtpmanager/gstrtpbin.h:
12939         * gst/rtpmanager/gstrtpclient.c:
12940         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12941         (gst_rtp_session_init), (gst_rtp_session_finalize),
12942         (gst_rtp_session_event_recv_rtp_sink),
12943         (gst_rtp_session_event_recv_rtcp_sink),
12944         (gst_rtp_session_chain_recv_rtcp),
12945         (gst_rtp_session_request_new_pad):
12946         Protect lists and structures with locks.
12947         Return FLOW_OK from RTCP messages for now.
12948
12949 2007-04-12  Wim Taymans  <wim@fluendo.com>
12950
12951         * gst/qtdemux/qtdemux.c:
12952         Make timescale 32 bits again so we don't screw up the pts_offset
12953         calculations.
12954
12955 2007-04-12  Wim Taymans  <wim@fluendo.com>
12956
12957         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12958         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
12959         Emit pt map requests and cache results.
12960
12961         * gst/rtpmanager/gstrtpjitterbuffer.c:
12962         (gst_rtp_jitter_buffer_class_init),
12963         (gst_jitter_buffer_sink_parse_caps),
12964         (gst_jitter_buffer_sink_setcaps),
12965         (gst_rtp_jitter_buffer_get_clock_rate),
12966         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
12967         * gst/rtpmanager/gstrtpjitterbuffer.h:
12968         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12969         Emit request-pt-map signals.
12970
12971 2007-04-11  Wim Taymans  <wim@fluendo.com>
12972
12973         * gst/rtpmanager/gstrtpbin-marshal.list:
12974         Some more custom marshallers.
12975
12976         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12977         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
12978         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
12979         * gst/rtpmanager/gstrtpbin.h:
12980         Prepare for caching pt maps.
12981         Connect to signals to collect pt maps.
12982
12983         * gst/rtpmanager/gstrtpjitterbuffer.c:
12984         (gst_rtp_jitter_buffer_class_init),
12985         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
12986         * gst/rtpmanager/gstrtpjitterbuffer.h:
12987         Add request_clock_rate signal.
12988         Use scale insteat of scale_int because the later does not deal with
12989         negative numbers.
12990
12991         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12992         (gst_rtp_pt_demux_chain):
12993         * gst/rtpmanager/gstrtpptdemux.h:
12994         Implement request-pt-map signal.
12995
12996 2007-04-11  Wim Taymans  <wim@fluendo.com>
12997
12998         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
12999         (qtdemux_parse_samples), (qtdemux_parse_segments),
13000         (qtdemux_parse_trak), (qtdemux_parse_tree):
13001         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
13002         Handle version 1 mdhd atoms to get extended precision durations.
13003         Fixes #426972.
13004
13005 2007-04-10  Wim Taymans  <wim@fluendo.com>
13006
13007         * gst/rtpmanager/.cvsignore:
13008         * gst/rtpmanager/Makefile.am:
13009         * gst/rtpmanager/gstrtpbin-marshal.list:
13010         Added custom marshallers for signals.
13011
13012         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
13013         * gst/rtpmanager/gstrtpbin.h:
13014         Prepare for emiting pt map signals.
13015
13016         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
13017         * gst/rtpmanager/gstrtpssrcdemux.c:
13018         (gst_rtp_ssrc_demux_class_init):
13019         Fix signals.
13020
13021 2007-04-06  Wim Taymans  <wim@fluendo.com>
13022
13023         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
13024         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
13025         * gst/rtpmanager/gstrtpbin.h:
13026         Provide a clock.
13027
13028 2007-04-06  Wim Taymans  <wim@fluendo.com>
13029
13030         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
13031         Fix pad template name parsing.
13032
13033 2007-04-05  Wim Taymans  <wim@fluendo.com>
13034
13035         * gst/rtpmanager/gstrtpjitterbuffer.c:
13036         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
13037         (gst_rtp_jitter_buffer_loop):
13038         Add some debug and comments.
13039         Fix double unref() in error cases.
13040
13041 2007-04-05  Wim Taymans  <wim@fluendo.com>
13042
13043         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
13044         (gst_rtp_xqt_depay_change_state):
13045         * gst/qtdemux/gstrtpxqtdepay.h:
13046         Try to recover from packet loss a little better.
13047
13048 2007-04-05  Wim Taymans  <wim@fluendo.com>
13049
13050         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13051         (create_session), (find_stream_by_ssrc), (create_stream),
13052         (gst_rtp_bin_class_init), (new_payload_found),
13053         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
13054         (create_send_rtp), (create_rtcp):
13055         * gst/rtpmanager/gstrtpbin.h:
13056         Add debugging category.
13057         Added RTPStream to manage stream per SSRC, each with its own
13058         jitterbuffer and ptdemux.
13059         Added SSRCDemux.
13060         Connect to various SSRC and PT signals and create ghostpads, link stuff.
13061
13062
13063         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13064         Added rtpbin to elements.
13065
13066         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
13067         Fix caps and forward GstFlowReturn
13068
13069         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
13070         (gst_rtp_session_event_recv_rtp_sink),
13071         (gst_rtp_session_chain_recv_rtp),
13072         (gst_rtp_session_event_recv_rtcp_sink),
13073         (gst_rtp_session_chain_recv_rtcp),
13074         (gst_rtp_session_event_send_rtp_sink),
13075         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13076         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13077         (gst_rtp_session_request_new_pad):
13078         Add debug category.
13079         Add event handling
13080
13081         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
13082         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
13083         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
13084         (gst_rtp_ssrc_demux_change_state):
13085         * gst/rtpmanager/gstrtpssrcdemux.h:
13086         Add debug category.
13087         Add new-pt-pad signal.
13088
13089 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13090
13091         submitted by: Mogens Jaeger <mogens@jaeger.tf>
13092
13093         * po/LINGUAS:
13094         * po/da.po:
13095           Added Danish translation.
13096
13097 2007-04-04  Wim Taymans  <wim@fluendo.com>
13098
13099         * gst/rtpmanager/Makefile.am:
13100         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13101         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
13102         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
13103         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
13104         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
13105         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
13106         (gst_rtp_ssrc_demux_change_state):
13107         * gst/rtpmanager/gstrtpssrcdemux.h:
13108         Added simple SSRC demuxer.
13109
13110 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
13111
13112         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
13113         (gst_jack_ring_buffer_acquire):
13114           Try t better name clients. properly handle return codes when re-
13115           establishing links.
13116
13117 2007-04-03  David Schleef  <ds@schleef.org>
13118
13119         * sys/glsink/glimagesink.c:
13120           Fix handling of video/x-raw-yuv.  Add overlay handling.
13121
13122 2007-04-03  Wim Taymans  <wim@fluendo.com>
13123
13124         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13125         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
13126         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
13127         (gst_rtp_bin_request_new_pad):
13128         * gst/rtpmanager/gstrtpbin.h:
13129         * gst/rtpmanager/gstrtpclient.c:
13130         Some more ghostpad magic.
13131
13132 2007-04-03  Wim Taymans  <wim@fluendo.com>
13133
13134         * gst/rtpmanager/Makefile.am:
13135         Add .h file so it can be disted properly.
13136
13137 2007-04-03  Wim Taymans  <wim@fluendo.com>
13138
13139         * configure.ac:
13140         * gst/rtpmanager/Makefile.am:
13141         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
13142         (signal_waiting_threads), (async_jitter_queue_ref),
13143         (async_jitter_queue_ref_unlocked),
13144         (async_jitter_queue_set_low_threshold),
13145         (async_jitter_queue_set_high_threshold),
13146         (async_jitter_queue_set_max_queue_length),
13147         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
13148         (async_jitter_queue_length_ts_units_unlocked),
13149         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
13150         (async_jitter_queue_lock), (async_jitter_queue_unlock),
13151         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
13152         (async_jitter_queue_push_sorted),
13153         (async_jitter_queue_push_sorted_unlocked),
13154         (async_jitter_queue_insert_after_unlocked),
13155         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
13156         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
13157         (async_jitter_queue_length_unlocked),
13158         (async_jitter_queue_set_flushing_unlocked),
13159         (async_jitter_queue_unset_flushing_unlocked),
13160         (async_jitter_queue_set_blocking_unlocked):
13161         * gst/rtpmanager/async_jitter_queue.h:
13162         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
13163         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
13164         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
13165         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
13166         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
13167         * gst/rtpmanager/gstrtpbin.h:
13168         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
13169         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
13170         (gst_rtp_client_class_init), (gst_rtp_client_init),
13171         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
13172         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
13173         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
13174         * gst/rtpmanager/gstrtpclient.h:
13175         * gst/rtpmanager/gstrtpjitterbuffer.c:
13176         (gst_rtp_jitter_buffer_base_init),
13177         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
13178         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
13179         (gst_jitter_buffer_sink_setcaps), (free_func),
13180         (gst_rtp_jitter_buffer_flush_start),
13181         (gst_rtp_jitter_buffer_flush_stop),
13182         (gst_rtp_jitter_buffer_src_activate_push),
13183         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
13184         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
13185         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
13186         (gst_rtp_jitter_buffer_query),
13187         (gst_rtp_jitter_buffer_set_property),
13188         (gst_rtp_jitter_buffer_get_property):
13189         * gst/rtpmanager/gstrtpjitterbuffer.h:
13190         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13191         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
13192         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
13193         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
13194         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
13195         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
13196         (gst_rtp_pt_demux_change_state):
13197         * gst/rtpmanager/gstrtpptdemux.h:
13198         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
13199         (gst_rtp_session_class_init), (gst_rtp_session_init),
13200         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
13201         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
13202         (gst_rtp_session_chain_recv_rtp),
13203         (gst_rtp_session_chain_recv_rtcp),
13204         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13205         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13206         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
13207         * gst/rtpmanager/gstrtpsession.h:
13208         Add RTP session management elements. Still in progress.
13209
13210 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
13211
13212         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
13213         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
13214         (gst_wavpack_dec_clip_outgoing_buffer),
13215         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
13216         * ext/wavpack/gstwavpackdec.h:
13217         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
13218         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
13219         (gst_wavpack_enc_chain):
13220         * ext/wavpack/gstwavpackenc.h:
13221         * ext/wavpack/gstwavpackparse.c:
13222         Don't play audioconvert. As wavpack wants/outputs all samples with
13223         width==32 and depth=[1,32] accept this and let audioconvert convert
13224         to accepted formats instead of doing it in the element for n*8 depths.
13225         This also adds support for non-n*8 depths and prevents some useless
13226         memory allocations. Fixes #421598
13227         Also add a workaround for bug #421542 in wavpackenc for now...
13228         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
13229         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
13230         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
13231         Consider the change above in the unit tests and test if the correct
13232         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
13233         the wavpackparse unit test.
13234
13235         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
13236         (gst_wavpack_dec_sink_set_caps):
13237         Set caps on the src pad as soon as possible.
13238
13239         * ext/wavpack/gstwavpackdec.h:
13240         * ext/wavpack/gstwavpackcommon.h:
13241         * ext/wavpack/gstwavpackenc.h:
13242         * ext/wavpack/gstwavpackparse.h:
13243         Fix indention. gst-indent is now called by cicl.
13244
13245 2007-03-28  Edward Hervey  <edward@fluendo.com>
13246
13247         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
13248         (gst_qtdemux_chain), (qtdemux_parse_samples):
13249         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
13250         * gst/qtdemux/qtdemux_dump.h:
13251         * gst/qtdemux/qtdemux_fourcc.h:
13252         * gst/qtdemux/qtdemux_types.c:
13253         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
13254         with h264 video).
13255         Use the offset present in 'ctts' to calculate the PTS for each packet
13256         and set the PTS on outgoing buffers.
13257         Fixes #423283
13258
13259 2007-03-27  Julien MOUTTE  <julien@moutte.net>
13260
13261         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
13262         debug log and fix a stupid output buffer duration bug.
13263
13264 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
13265
13266         Patch by: Michal Benes <michal.benes at itonis tv>
13267         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
13268
13269         * configure.ac:
13270         * ext/Makefile.am:
13271         * ext/x264/Makefile.am:
13272         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
13273         (gst_x264_enc_analyse_get_type),
13274         (gst_x264_enc_timestamp_queue_init),
13275         (gst_x264_enc_timestamp_queue_free),
13276         (gst_x264_enc_timestamp_queue_put),
13277         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
13278         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
13279         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
13280         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
13281         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
13282         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
13283         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
13284         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
13285         (plugin_init):
13286         * ext/x264/gstx264enc.h:
13287           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
13288           handle 'odd' widths and heights correctly yet.
13289
13290 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
13291
13292         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
13293           Remove 'channel-positions' field when munging input caps into
13294           1-channel output caps (I guess technically we should set the
13295           position for each channel on the output caps if it's non-NONE,
13296           but I'll save that as a task for another day).
13297
13298 2007-03-23  Michael Smith  <msmith@fluendo.com>
13299
13300         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
13301         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
13302         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
13303         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
13304         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
13305         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
13306         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
13307         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
13308         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13309         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
13310         (vmnc_dec_set_property), (vmnc_dec_get_property):
13311           Redesign to include a parser for raw files (no timestamps in that
13312           mode yet, though).
13313
13314 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13315
13316         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
13317         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
13318         (gst_deinterleave_chain):
13319           Don't leak input buffer in chain function; maintain our own list of
13320           source pads - there are no guarantees about the order of the list
13321           in the GstElement struct, and we want a very specific order; lastly,
13322           some more debugging.
13323
13324 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13325
13326         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
13327           Alloc user agent string only once.
13328
13329 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13330
13331         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13332         Revert last commit, preventing infinite plugging loops with ranks
13333         is no clean solution and in general there's no reason why one wants
13334         to parse framed wavpack data again.
13335
13336 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13337
13338         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
13339         Send the new segment event in time format instead of bytes. This
13340         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
13341
13342         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13343         Accept framed and non-framed input, wavpackparse doesn't care. To
13344         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
13345         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
13346         ..." pipelines.
13347
13348 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13349
13350         * gst-libs/gst/app/Makefile.am:
13351           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
13352           can confirm that was what he wanted.
13353
13354 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13355
13356         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13357         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
13358         Thanks to Jan and Mike for noticing my mistake.
13359
13360 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13361
13362         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
13363         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
13364         (gst_wavpack_enc_rewrite_first_block):
13365         * ext/wavpack/gstwavpackenc.h:
13366         Put the write helpers into the GstWavpackEnc struct directly and not
13367         as a pointer to save two small, but useless mallocs. This also makes
13368         it possible to drop the finalize method.
13369         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
13370         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
13371         buffers the same way wavpackenc does it.
13372
13373 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13374
13375         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13376         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
13377         BaseTransform-based elements will likely break because of wrong
13378         unit-size. Also plug a possible memleak that happens when decoding
13379         fails for some reason.
13380
13381 2007-03-18  Wim Taymans  <wim@fluendo.com>
13382
13383         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
13384
13385         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
13386         Don't need to take the connection lock, it will not be used and could
13387         cause deadlocks.
13388
13389 2007-03-16  Edward Hervey  <edward@fluendo.com>
13390
13391         * sys/osxvideo/osxvideosink.m:
13392         Fix previous commit, we want to pass the NSView in the message.
13393
13394 2007-03-16  Edward Hervey  <edward@fluendo.com>
13395
13396         * sys/osxvideo/osxvideosink.m:
13397         Emit 'have-ns-view' message when working in embedded mode. The message
13398         will contain a pointer to the newly created NSView.
13399
13400 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13401
13402         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
13403         (collect_packets), (set_par_from_dar), (set_fps_from_code),
13404         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
13405         (mpeg_util_parse_picture_hdr):
13406         * gst/mpegvideoparse/mpegpacketiser.h:
13407         * gst/mpegvideoparse/mpegvideoparse.c:
13408         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
13409         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13410         (mpv_parse_sink_event), (plugin_init):
13411         * gst/mpegvideoparse/mpegvideoparse.h:
13412         Move the MPEG specific byte parsing into the mpegpacketiser code.
13413
13414         Add parsing of picture types, that just feeds into a debug message
13415         for now.
13416
13417         Fix some 64-bit format strings.
13418
13419 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13420
13421         * gst/mpegaudioparse:
13422         Remove empty dir.
13423
13424 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
13425
13426         * gst/equalizer/gstiirequalizer10bands.c:
13427         (gst_iir_equalizer_10bands_init):
13428           A 10 band EQ should be initialized to 10 bands and not to 3.
13429
13430 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13431
13432         * configure.ac:
13433         * gst/mpeg1videoparse/Makefile.am:
13434         * gst/mpeg1videoparse/gstmp1videoparse.c:
13435         * gst/mpeg1videoparse/gstmp1videoparse.h:
13436         * gst/mpeg1videoparse/mp1videoparse.vcproj:
13437         * gst/mpegvideoparse/Makefile.am:
13438         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
13439         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
13440         (mpeg_packetiser_flush), (mpeg_find_start_code),
13441         (get_next_free_block), (complete_current_block),
13442         (append_to_current_block), (start_new_block), (handle_packet),
13443         (collect_packets), (mpeg_packetiser_handle_eos),
13444         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
13445         * gst/mpegvideoparse/mpegpacketiser.h:
13446         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
13447         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
13448         (mpv_parse_reset), (gst_mpegvideoparse_init),
13449         (gst_mpegvideoparse_dispose), (set_par_from_dar),
13450         (set_fps_from_code), (mpegvideoparse_parse_seq),
13451         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
13452         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13453         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
13454         (plugin_init):
13455         * gst/mpegvideoparse/mpegvideoparse.h:
13456         * gst/mpegvideoparse/mpegvideoparse.vcproj:
13457         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
13458         that it's below existing decoders.
13459         
13460         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
13461         MPEG-2 now.
13462
13463         Re-write the parsing code so that it collects packets differently
13464         and timestamps Picture packets correctly.
13465
13466         Add a list of FIXME's at the top.
13467
13468 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13469
13470         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
13471         (equalizer_set_all_band_values),
13472         (equalizer_set_band_value_and_wait),
13473         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13474         (main):
13475           Port the example to new equalizer api.
13476
13477 2007-03-14  Edward Hervey  <edward@fluendo.com>
13478
13479         * sys/osxvideo/cocoawindow.h:
13480         * sys/osxvideo/cocoawindow.m:
13481         * sys/osxvideo/osxvideosink.h:
13482         * sys/osxvideo/osxvideosink.m:
13483         Fix leaks when running a NSApp.
13484         Accept any kind of resolutions.
13485         Works in fullscreen. Can maximize.
13486         Only thing left before being able to move this to -good is documentation
13487         and embedded window support.
13488
13489 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13490
13491         * po/hu.po:
13492         * po/it.po:
13493         * po/sv.po:
13494           Updated translations.
13495
13496 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13497
13498         * gst/equalizer/Makefile.am:
13499         * gst/equalizer/gstiirequalizer.c: (_do_init),
13500         (gst_iir_equalizer_band_set_property),
13501         (gst_iir_equalizer_band_class_init),
13502         (gst_iir_equalizer_band_get_type),
13503         (gst_iir_equalizer_child_proxy_get_child_by_index),
13504         (gst_iir_equalizer_child_proxy_get_children_count),
13505         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13506         (gst_iir_equalizer_compute_frequencies),
13507         (gst_iir_equalizer_transform_ip), (plugin_init):
13508         * gst/equalizer/gstiirequalizer10bands.c:
13509         (gst_iir_equalizer_10bands_base_init),
13510         (gst_iir_equalizer_10bands_class_init),
13511         (gst_iir_equalizer_10bands_init),
13512         (gst_iir_equalizer_10bands_set_property),
13513         (gst_iir_equalizer_10bands_get_property):
13514         * gst/equalizer/gstiirequalizer10bands.h:
13515         * gst/equalizer/gstiirequalizer3bands.c:
13516         (gst_iir_equalizer_3bands_base_init),
13517         (gst_iir_equalizer_3bands_class_init),
13518         (gst_iir_equalizer_3bands_init),
13519         (gst_iir_equalizer_3bands_set_property),
13520         (gst_iir_equalizer_3bands_get_property):
13521         * gst/equalizer/gstiirequalizer3bands.h:
13522         * gst/equalizer/gstiirequalizernbands.c:
13523         (gst_iir_equalizer_nbands_base_init),
13524         (gst_iir_equalizer_nbands_init):
13525           Add 3 and 10 band version and add missing gst_object_sync_values.
13526
13527         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13528         (gst_spectrum_transform_ip):
13529           Add some comments about float support.
13530
13531 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13532
13533         * gst/mpegaudioparse/Makefile.am:
13534         * gst/mpegaudioparse/gstmpegaudioparse.c:
13535         * gst/mpegaudioparse/gstmpegaudioparse.h:
13536         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13537         Remove bogus 2nd copy of mp3parse - it's actually
13538         in -ugly.
13539
13540 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13541
13542         * examples/app/.cvsignore:
13543         The buildbot demands .cvsignore files, and I comply.
13544
13545 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13546
13547         * sys/directdraw/gstdirectdrawsink.c:
13548         * sys/directdraw/gstdirectdrawsink.h:
13549         Handle display mode changes during playback.
13550
13551 2007-03-10  David Schleef  <ds@schleef.org>
13552
13553         * configure.ac:
13554         * examples/Makefile.am:
13555         * examples/app/Makefile.am:
13556         * examples/app/appsrc_ex.c:
13557           Add appsrc/appsink example.
13558         * gst-libs/gst/app/Makefile.am:
13559         * gst-libs/gst/app/gstapp.c:
13560         * gst-libs/gst/app/gstappsink.c:
13561         * gst-libs/gst/app/gstappsink.h:
13562         * gst/app/gstapp.c:
13563           Add appsink.
13564
13565 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13566
13567         * ext/nas/nassink.c: (NAS_createFlow):
13568         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13569           Printf format string fixes.
13570
13571 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13572
13573         * gst/equalizer/Makefile.am:
13574         * gst/equalizer/gstiirequalizer.c: (_do_init),
13575         (gst_iir_equalizer_band_set_property),
13576         (gst_iir_equalizer_band_get_property),
13577         (gst_iir_equalizer_band_class_init),
13578         (gst_iir_equalizer_band_get_type),
13579         (gst_iir_equalizer_child_proxy_get_child_by_index),
13580         (gst_iir_equalizer_child_proxy_get_children_count),
13581         (gst_iir_equalizer_child_proxy_interface_init),
13582         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13583         (gst_iir_equalizer_finalize), (setup_filter),
13584         (gst_iir_equalizer_compute_frequencies),
13585         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13586         (gst_iir_equalizer_setup), (plugin_init):
13587         * gst/equalizer/gstiirequalizer.h:
13588         * gst/equalizer/gstiirequalizernbands.c:
13589         (gst_iir_equalizer_nbands_base_init),
13590         (gst_iir_equalizer_nbands_class_init),
13591         (gst_iir_equalizer_nbands_init),
13592         (gst_iir_equalizer_nbands_set_property),
13593         (gst_iir_equalizer_nbands_get_property):
13594         * gst/equalizer/gstiirequalizernbands.h:
13595           Refactor plugin into a base class and a first subclass (nband eq). The
13596           nband eq uses GstChildProxy and is controlable. More subclasses will
13597           follow.
13598
13599 2007-03-08  Wim Taymans  <wim@fluendo.com>
13600
13601         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13602
13603         * ext/jack/Makefile.am:
13604         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13605         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13606         (jack_shutdown_cb), (connection_find),
13607         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13608         (gst_jack_audio_unref_connection),
13609         (gst_jack_audio_connection_add_client),
13610         (gst_jack_audio_connection_remove_client),
13611         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13612         (gst_jack_audio_client_get_client),
13613         (gst_jack_audio_client_set_active):
13614         * ext/jack/gstjackaudioclient.h:
13615         Make an object to manage client connections to the jack server which we
13616         will use in the future to run selected jack elements with the same jack
13617         connection.
13618         Make some stuff a bit more threadsafe.
13619         Activate the jack client ASAP.
13620
13621         * ext/jack/gstjackaudiosink.c:
13622         (gst_jack_audio_sink_allocate_channels),
13623         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13624         (gst_jack_ring_buffer_open_device),
13625         (gst_jack_ring_buffer_close_device),
13626         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13627         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13628         (gst_jack_audio_sink_getcaps):
13629         * ext/jack/gstjackaudiosink.h:
13630         Use new client object to manage connections.
13631         Don't remove and recreate all ports, try to reuse them.
13632
13633 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13634
13635         * ext/wavpack/gstwavpack.c: (plugin_init):
13636         * ext/wavpack/gstwavpackcommon.c:
13637           Use a general wavpack debug category for common code.
13638         * ext/wavpack/gstwavpackstreamreader.c:
13639         (gst_wavpack_stream_reader_set_pos_abs),
13640         (gst_wavpack_stream_reader_set_pos_rel),
13641         (gst_wavpack_stream_reader_write_bytes):
13642           Use the general wavpack debug category here too and add debug
13643           output to the functions that should not be called at all by
13644           the wavpack library.
13645         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13646         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13647         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13648           Change debugging category names to conform to the conventions.
13649
13650 2007-03-07  Edward Hervey  <edward@fluendo.com>
13651
13652         * gst/qtdemux/qtdemux.c:
13653         * gst/qtdemux/qtdemux.h:
13654         Share qtdemux debug category across all files, otherwise all debugging
13655         in files other than qtdemux.c would end up in the default category.
13656
13657 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13658
13659         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13660         (gst_spectrum_event), (gst_spectrum_transform_ip):
13661         * gst/spectrum/gstspectrum.h:
13662           One FIXME less, by resolving message timestamps against the playback
13663           segment.
13664
13665 2007-03-06  Wim Taymans  <wim@fluendo.com>
13666
13667         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13668         (gst_spectrum_init), (gst_spectrum_set_property),
13669         (gst_spectrum_transform_ip):
13670         Fix and cleanup default property values.
13671         Add FIXMEs for stuff that looks rather wrong.
13672
13673 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13674
13675         * gst/spectrum/demo-audiotest.c: (message_handler):
13676         * gst/spectrum/demo-osssrc.c: (message_handler):
13677           Remove two obsolete and confusing comments.
13678
13679 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13680
13681         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13682         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13683         (gst_nas_sink_unprepare):
13684           Some more cleanups/changes; use boilerplate macro.
13685
13686 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13687
13688         * ext/nas/Makefile.am:
13689         * ext/nas/README:
13690         * ext/nas/nassink.c: (gst_nas_sink_get_type),
13691         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
13692         (gst_nas_sink_init), (gst_nas_sink_finalize),
13693         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
13694         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
13695         (gst_nas_sink_reset), (gst_nas_sink_write),
13696         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
13697         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
13698         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
13699         (NAS_createFlow), (plugin_init):
13700         * ext/nas/nassink.h:
13701           Bunch of nassink clean-ups: make build by adding the right CFLAGS
13702           and LIBS to Makefile.am; rename structure, macros and functions
13703           according to canonical naming scheme; move some things around a bit;
13704           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
13705           file that didn't really contain any useful information anyway (the
13706           useful bits have been moved into the 'host' property description).
13707
13708 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
13709
13710         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
13711         Chain up in finalize.
13712
13713 2007-03-03  Michael Smith  <msmith@fluendo.com>
13714
13715         * configure.ac:
13716         * gst/vmnc/Makefile.am:
13717           Fix up dist.
13718
13719 2007-03-03  Michael Smith  <msmith@fluendo.com>
13720
13721         * configure.ac:
13722         * gst/vmnc/Makefile.am:
13723         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
13724         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
13725         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
13726         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
13727         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
13728         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
13729         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
13730         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
13731         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13732         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
13733         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
13734           Add VMnc decoder.
13735           Still missing support for:
13736            - rectangle types I didn't find in my samples (e.g. copy, RRE,
13737              ZRLE)
13738            - alpha-composited cursors
13739
13740 2007-03-03  David Schleef  <ds@schleef.org>
13741
13742         * gst-libs/gst/app/Makefile.am:
13743           Install the headers.
13744
13745 2007-03-03  David Schleef  <ds@schleef.org>
13746
13747         * gst-libs/gst/app/Makefile.am:
13748         * gst-libs/gst/app/gstappbuffer.c:
13749         * gst-libs/gst/app/gstappbuffer.h:
13750         * gst-libs/gst/app/gstappsrc.c:
13751           Add GstAppBuffer that includes a callback and closure for
13752           proper handling of data chunks.
13753
13754 2007-03-03  David Schleef  <ds@schleef.org>
13755
13756         * gst-libs/gst/app/gstappsrc.c:
13757         * gst-libs/gst/app/gstappsrc.h:
13758           Hacking to address issues in 413418.
13759
13760 2007-03-03  David Schleef  <ds@schleef.org>
13761
13762         * Makefile.am:
13763         * configure.ac:
13764         * ext/Makefile.am:
13765         * gst-libs/gst/Makefile.am:
13766         * gst-libs/gst/app/Makefile.am:
13767         * gst-libs/gst/app/gstapp.c:
13768         * gst-libs/gst/app/gstappsrc.c:
13769         * gst-libs/gst/app/gstappsrc.h:
13770         * gst/app/Makefile.am:
13771         * gst/app/gstapp.c:
13772         * gst/app/gstappsrc.c:
13773         * gst/app/gstappsrc.h:
13774           Move the app library to gst-libs/gst/app (duh!)
13775
13776 2007-03-02 Christian Schaller <christian at fluendo dot com>
13777         
13778         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
13779
13780         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
13781
13782 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13783
13784         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
13785           A few small clean-ups.
13786
13787         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
13788           More debug output for failure cases.
13789
13790 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13791
13792         Patch by: Young-Ho Cha  <ganadist at chollian net>
13793
13794         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
13795         (gst_dtsdec_change_state):
13796           Don't do forced downmixing to stereo, but check what downstream
13797           can do and let libdts do the downmixing based on that (#400555).
13798
13799 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13800
13801         Patch by: Lutz Mueller  <lutz topfrose de>
13802
13803         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
13804         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
13805         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
13806         (gst_neonhttp_src_send_request_and_redirect),
13807         (gst_neonhttp_src_uri_set_uri):
13808         * ext/neon/gstneonhttpsrc.h:
13809           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
13810           member (#388050).
13811
13812         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
13813           Fix bogus URI to something that actually exists, otherwise we just
13814           bypass the test (and also to something that doesn't redirect, since
13815           neonhttpsrc doesn't seem to handle this very gracefully yet)
13816
13817 2007-03-01  Chris Lord <chris@openedhand.com>
13818
13819         Reviewed by Christian Schaller <christian@fluendo.com>
13820
13821         Fixes Bug 357055
13822         * ext/ivorbis/Makefile.am:
13823         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
13824         * ext/ivorbis/vorbisdec.h
13825         * ext/ivorbis/vorbis.c :
13826
13827 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
13828
13829         * tests/check/Makefile.am:
13830         Draw plugins in from the build tree sys/ dir, rather than
13831         picking up the already installed versions.
13832
13833 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13834
13835         * configure.ac:
13836           Convert to new AG_GST style.
13837
13838 2007-02-27  Christian Schaller <christian at fluendo dot com>
13839
13840         * sys/direct*: Add Pioneers of the Inevitable to copyright
13841         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
13842
13843 2007-02-27  Edward Hervey  <edward@fluendo.com>
13844
13845         * sys/osxvideo/cocoawindow.h:
13846         * sys/osxvideo/cocoawindow.m:
13847         * sys/osxvideo/osxvideosink.h:
13848         * sys/osxvideo/osxvideosink.m:
13849         Disable the cocoa event loop since it's a huge memory leak. Should only
13850         matter if the sink isn't used within an NSApp (which has already got
13851         a coca event loop).
13852         Remove all unused code.
13853
13854 2007-02-26  David Schleef  <ds@schleef.org>
13855
13856         * configure.ac:
13857         * gst/app/Makefile.am:
13858         * gst/app/gstapp.c:
13859         * gst/app/gstappsrc.c:
13860         * gst/app/gstappsrc.h:
13861           Add a new plugin/library to make it easy for apps to shove
13862           data into a pipeline.
13863
13864 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
13865
13866         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
13867         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
13868           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
13869           errors in certain situations (e.g. dec ! cs ! ximagesink and the
13870           imagesink window is resized); also, some minor clean-ups.
13871
13872 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13873
13874         * configure.ac:
13875         * ext/gsm/Makefile.am:
13876         * ext/ladspa/Makefile.am:
13877         * ext/wavpack/Makefile.am:
13878         * gst/equalizer/Makefile.am:
13879         * gst/filter/Makefile.am:
13880         * gst/mve/Makefile.am:
13881         * gst/nsf/Makefile.am:
13882         * gst/replaygain/Makefile.am:
13883         * gst/speed/Makefile.am:
13884           Fix build with LDFLAGS='-Wl,-z,defs'.
13885
13886 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
13887
13888         * sys/directsound/gstdirectsoundsink.c:
13889         * sys/directsound/gstdirectsoundsink.h:
13890           Remove include of unused headers.
13891         * sys/waveform/gstwaveformplugin.c:
13892         * sys/waveform/gstwaveformsink.c:
13893         * sys/waveform/gstwaveformsink.h:
13894         * win32/vs6/libgstwaveform.dsp:
13895           Add a new waveform plugin which includes an audio sink 
13896           element using the WaveForm win32 API.
13897         * win32/MANIFEST:
13898           Add the new project file form waveform plugin.
13899         
13900 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
13901         
13902         * sys/directdraw/gstdirectdrawplugin.c:
13903         * sys/directdraw/gstdirectdrawsink.c:
13904         * sys/directdraw/gstdirectdrawsink.h:
13905           Prepare the plugin to move to good:
13906           Remove unused/untested code (rendering to an extern surface,
13907           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
13908       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
13909           Add gtk doc section
13910           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
13911           respecting destination surface stride.
13912         * sys/directsound/gstdirectsoundplugin.c:
13913         * sys/directsound/gstdirectsoundsink.c:
13914         * sys/directsound/gstdirectsoundsink.h:
13915           Prepare the plugin to move to good:
13916           Rename all functions from gst_directsoundsink to gst_directsound_sink.
13917           Add gtk doc section
13918         * win32/common/config.h.in:
13919         * win32/MANIFEST:
13920           Add config.h.in
13921
13922 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
13923
13924         * configure.ac:
13925         * docs/plugins/Makefile.am:
13926           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
13927           timidity.cfg check.
13928
13929         * ext/timidity/gsttimidity.c: (plugin_init):
13930           Also build if no config was detected at configure time.
13931
13932 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13933
13934         * configure.ac:
13935         * ext/timidity/Makefile.am:
13936         * ext/timidity/gsttimidity.c: (plugin_init):
13937         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
13938         (gst_wildmidi_class_init), (gst_wildmidi_init),
13939         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
13940         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
13941         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
13942         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
13943         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
13944         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
13945         (gst_wildmidi_loop), (gst_wildmidi_change_state),
13946         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
13947         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
13948         * ext/timidity/gstwildmidi.h:
13949           Add second midi renderer. Fix some double frees and leaks. Clean up
13950           logging.
13951
13952 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
13953
13954         * Makefile.am:
13955           Add win32 MANIFEST
13956         * sys/directdraw/gstdirectdrawsink.c:
13957         * sys/directdraw/gstdirectdrawsink.h:
13958           Clear unused code and add comments.
13959           Remove yuv from template caps, it only supports RGB
13960           actually.
13961           Implement XOverlay interface and remove window and fullscreen 
13962           properties.
13963           Add debug logs.
13964           Test for blit capabilities to return only the current colorspace if
13965           the hardware can't blit for one colorspace to another.
13966         * sys/directsound/gstdirectsoundsink.c:
13967           Add some debugs.
13968         * win32/MANIFEST:
13969           Add VS7 project files and solution.
13970         * win32/vs6/gst_plugins_bad.dsw:
13971         * win32/vs6/libgstdirectdraw.dsp:
13972         * win32/vs6/libgstdirectsound.dsp:
13973         * win32/vs6/libgstqtdemux.dsp:
13974           Update project files.
13975
13976 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13977
13978         * ext/faad/gstfaad.c:
13979           Also update the comment that describes the hack.
13980
13981 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13982
13983         * configure.ac:
13984           Tell the code which faad it is, so that we can adjust the hacks
13985           needed.
13986
13987         * ext/faad/gstfaad.c:
13988           Make our hacks dependent on the fadd lib in use.
13989
13990 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13991
13992         * configure.ac:
13993           Fix faad detection to support also fadd with new symbol prefix.
13994           ChangeLog surgery.
13995           
13996 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
13997
13998         Patch by: Wouter Paesen <wouter@blue-gate.be>
13999
14000         * configure.ac:
14001         * ext/Makefile.am:
14002         * ext/timidity/Makefile.am:
14003         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
14004         (gst_timidity_class_init), (gst_timidity_init),
14005         (gst_timidity_set_song_options), (gst_timidity_src_convert),
14006         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
14007         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
14008         (gst_timidity_src_event), (gst_timidity_activate),
14009         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
14010         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
14011         (gst_timidity_get_buffer), (gst_timidity_loop),
14012         (gst_timidity_change_state), (gst_timidity_typefind),
14013         (plugin_init):
14014         * ext/timidity/gsttimidity.h:
14015           Add timidity midi render plugin (#403992)
14016
14017 2007-02-07  Edward Hervey  <edward@fluendo.com>
14018
14019         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
14020         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
14021         Switched to using gst_pad_get_parent().
14022
14023 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14024
14025         * gst/modplug/gstmodplug.cc:
14026           Remove superfluous gst_caps_get_structure() call.
14027
14028 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14029
14030         * configure.ac:
14031           Increase required libsndfile version to a version that's known to
14032           have the function sf_write_sync() to make the build bots happy.
14033
14034 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14035
14036         * ext/sndfile/gstsfsrc.c:
14037           Fix build (installed setup).
14038
14039 2007-02-05  Andy Wingo  <wingo@pobox.com>
14040
14041         * ext/sndfile/Makefile.am:
14042         * ext/sndfile/gstsfsrc.h:
14043         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
14044         random access woo.
14045
14046 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
14047
14048         * configure.ac:
14049         * gst/equalizer/Makefile.am:
14050         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
14051         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
14052         (setup_filter), (gst_iir_equalizer_compute_frequencies),
14053         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14054         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
14055         (plugin_init):
14056         * gst/equalizer/gstiirequalizer.h:
14057           Fix up to use the newly ported (actually working) GstAudioFilter.
14058           Bump core/base requirements to CVS for this.
14059
14060         * tests/icles/.cvsignore:
14061         * tests/icles/Makefile.am:
14062         * tests/icles/equalizer-test.c: (check_bus),
14063         (equalizer_set_band_value), (equalizer_set_all_band_values),
14064         (equalizer_set_band_value_and_wait),
14065         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
14066         (main):
14067           Add brain-dead interactive test for equalizer.
14068
14069 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14070
14071         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
14072         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14073         (gst_iir_equalizer_filter_inplace):
14074           Rename "values" property to "band-values" and change type into a
14075           GValueArray, so it's more easily bindable and the range of the
14076           values passed in is defined and checked etc.; also do some
14077           locking.
14078
14079 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14080
14081         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
14082
14083         * configure.ac:
14084         * gst/equalizer/Makefile.am:
14085         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14086         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14087         (gst_iir_equalizer_compute_frequencies),
14088         (gst_iir_equalizer_set_property),
14089         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14090         (plugin_init):
14091           Port equalizer plugin to 0.10 (#403572).
14092
14093 2007-02-02  Andy Wingo  <wingo@pobox.com>
14094
14095         * configure.ac: 
14096         * ext/Makefile.am
14097         * ext/sndfile/Makefile.am:
14098         * ext/sndfile/gstsf.c:
14099         * ext/sndfile/gstsf.h:
14100         * ext/sndfile/gstsfsink.c:
14101         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
14102         push mode with interleaved float or int data.
14103
14104 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14105
14106         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
14107           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
14108           (which didn't happen previously because the klass string didn't
14109           contain anything autoaudiosink was looking for).
14110
14111 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14112
14113         * gst/real/gstrealaudiodec.c:
14114         * gst/real/gstrealvideodec.c:
14115           Fix classification in GstElementDetails.
14116
14117 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
14118
14119         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
14120         (gst_wavpack_parse_handle_seek_event),
14121         (gst_wavpack_parse_create_src_pad):
14122         Fix a off by one that leads to the duration reported as one
14123         sample less than it is
14124
14125 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14126
14127         * ext/alsaspdif/alsaspdifsink.c:
14128         * gst/nsf/gstnsf.c:
14129           Fix classification in GstElementDetails.
14130
14131         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
14132         (gst_ladspa_class_init):
14133           Improve Klassification and reduce code slighly.
14134
14135 2007-01-30  Edward Hervey  <edward@fluendo.com>
14136
14137         * configure.ac:
14138         Check for an Objective C compiler
14139         * sys/Makefile.am:
14140         * sys/osxvideo/Makefile.am:
14141         * sys/osxvideo/cocoawindow.h:
14142         * sys/osxvideo/cocoawindow.m:
14143         * sys/osxvideo/osxvideosink.h:
14144         * sys/osxvideo/osxvideosink.m:
14145         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
14146         Fixes #402470
14147
14148 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14149
14150         * gst/videocrop/gstvideocrop.c:
14151         (gst_video_crop_get_image_details_from_caps),
14152         (gst_video_crop_transform_packed_complex):
14153           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
14154
14155         * tests/icles/videocrop-test.c: (check_bus_for_errors),
14156         (test_with_caps), (main):
14157           Block streaming thread before changing filter caps while the
14158           pipeline is running so that we don't get random not-negotiated
14159           errors just because GStreamer can't handle that yet.
14160
14161 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
14162
14163         * ext/ladspa/Makefile.am:
14164         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
14165           add GstController support to ladspa
14166
14167 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14168
14169         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
14170
14171         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
14172         (gst_mythtv_src_next_program_chain):
14173           Remove sleep calls, they've been moved into the library now ...
14174           (#354451).
14175
14176 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
14177
14178         * tests/icles/videocrop-test.c: (test_with_caps):
14179           Catch errors while the test is running.
14180
14181 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14182
14183         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
14184         Fix the SEEKING query. We can seek if we are in pull mode, not the
14185         other way around. Also set the correct format in the seeking query and
14186         handle the case where the headers are not read yet and we can't say
14187         anything about our seeking capabilities.
14188         
14189 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14190
14191         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
14192         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
14193         Fix spelling in 2 places: It's called Wavpack, not WavePack.
14194
14195 2007-01-25  Edward Hervey  <edward@fluendo.com>
14196
14197         * gst/multifile/gstmultifilesink.c:
14198         (gst_multi_file_sink_class_init):
14199         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
14200         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
14201         (gst_mve_video_palette), (gst_mve_video_code_map),
14202         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
14203         (gst_mve_demux_chain):
14204         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
14205         * gst/mve/mveaudioenc.c: (mve_compress_audio):
14206         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
14207         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
14208         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
14209         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
14210         Use proper print statements.
14211         Fixes build on mac os x.
14212         <wingo> oo look at me my name is edward i'm hacking on macos wooo
14213
14214 2007-01-24  Wim Taymans  <wim@fluendo.com>
14215
14216         * gst/qtdemux/gstrtpxqtdepay.c:
14217         Fix caps on the depayloader.
14218
14219 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
14220
14221         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
14222           Use break here instead of goto.
14223
14224 2007-01-13  Andy Wingo  <wingo@pobox.com>
14225
14226         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
14227         Use fixed caps on src pads.
14228         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
14229         seem to have reverse midas disease!
14230         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
14231         and set caps on outgoing buffers. Fixes #395597, I think.
14232
14233         * gst/interleave/interleave.c (gst_interleave_init): Init the
14234         activation mode properly.
14235         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
14236         (gst_interleave_init): Set a setcaps and getcaps function on the
14237         src pad, so that we can implement pull-mode negotiation.
14238         (gst_interleave_sink_setcaps): Renamed from
14239         gst_interleave_setcaps, as it only does the sink logic now.
14240         Implement both for pull-mode and push-mode.
14241         (gst_interleave_process): Set caps on our outgoing buffer.
14242         (gst_interleave_src_activate_pull): Fix some more bogus casts.
14243         What is up with this.
14244
14245 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
14246
14247         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
14248         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
14249         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
14250         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
14251         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
14252         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
14253         (gst_mythtv_src_uri_get_type):
14254           Clean up a bit, mostly the debug statements; fix deadlock in
14255           _set_property() in the error cases; fix up query function.
14256
14257 2007-01-12  Andy Wingo  <wingo@pobox.com>
14258
14259         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
14260         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
14261         Remove fixate/ouija stuff, thankfully, due to the new
14262         part-negotiation.txt pull-mode negotiation scheme.
14263         (gst_signal_processor_setcaps_pull)
14264         (gst_signal_processor_setcaps): Implement upstream set_caps pull
14265         proxying for pull mode. Now this works: ladspa-sine-fcac !
14266         audioconvert ! alsasink.
14267
14268 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
14269
14270         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
14271
14272         * configure.ac:
14273         * gst-plugins-bad.spec.in:
14274         * ext/Makefile.am:
14275         * ext/mythtv/Makefile.am:
14276         * ext/mythtv/gstmythtvsrc.c:
14277         * ext/mythtv/gstmythtvsrc.h:
14278         MythTV client source plugin created (#354451).
14279
14280 2007-01-12  Wim Taymans  <wim@fluendo.com>
14281
14282         * gst/qtdemux/Makefile.am:
14283         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
14284         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
14285         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
14286         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
14287         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
14288         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
14289         * gst/qtdemux/gstrtpxqtdepay.h:
14290         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
14291         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
14292         (qtdemux_parse_moov), (qtdemux_parse_container),
14293         (qtdemux_parse_node), (gst_qtdemux_add_stream),
14294         (qtdemux_parse_trak), (qtdemux_audio_caps):
14295         * gst/qtdemux/qtdemux.h:
14296         * gst/qtdemux/quicktime.c: (plugin_init):
14297         Add X-QT depayloader that will eventually share code with the demuxer.
14298         Make new plugin entry point with quicktime releated stuff.
14299
14300 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
14301
14302         * gst/qtdemux/Makefile.am:
14303           Dist all new files.
14304
14305 2007-01-12  Wim Taymans  <wim@fluendo.com>
14306
14307         * docs/plugins/Makefile.am:
14308         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14309         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14310         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14311         * docs/plugins/gst-plugins-bad-plugins.signals:
14312         * docs/plugins/inspect/plugin-qtdemux.xml:
14313         Activate docs for jack, sdl and qtdemux.
14314
14315 2007-01-12  Wim Taymans  <wim@fluendo.com>
14316
14317         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
14318         (jack_buffer_size_cb), (jack_shutdown_cb),
14319         (gst_jack_ring_buffer_acquire):
14320         * ext/jack/gstjackaudiosink.h:
14321         Improve docs.
14322
14323 2007-01-12  Wim Taymans  <wim@fluendo.com>
14324
14325         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
14326         Fix typo in docs.
14327
14328 2007-01-12  Wim Taymans  <wim@fluendo.com>
14329
14330         * gst/qtdemux/Makefile.am:
14331         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14332         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
14333         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14334         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
14335         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
14336         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
14337         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
14338         (qtdemux_parse_samples), (qtdemux_parse_segments),
14339         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
14340         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
14341         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
14342         (qtdemux_process_redirects), (qtdemux_parse_redirects),
14343         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
14344         (qtdemux_video_caps), (qtdemux_audio_caps):
14345         * gst/qtdemux/qtdemux.h:
14346         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
14347         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14348         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14349         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14350         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14351         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14352         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
14353         (qtdemux_node_dump):
14354         * gst/qtdemux/qtdemux_dump.h:
14355         * gst/qtdemux/qtdemux_fourcc.h:
14356         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
14357         * gst/qtdemux/qtdemux_types.h:
14358         * gst/qtdemux/qtpalette.h:
14359         Cleanup and refactor to make the code more readable.
14360         Move debugging/tables into separate files.
14361         Add 2/4/16 color palletee support.
14362         Fix raw 15 bit RGB handling.
14363         Use more FOURCC constants.
14364         Add some docs.
14365
14366 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14367
14368         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14369
14370         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14371         (gst_wavpack_enc_correction_mode_get_type),
14372         (gst_wavpack_enc_joint_stereo_mode_get_type):
14373           Minor clean-up: use enum values instead of hardcoded constants (#395536).
14374
14375 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14376
14377         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
14378         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
14379         (gst_mve_add_stream):
14380           Support SEEKING query (bad news now delivered properly!); add event
14381           function to source pads to make sure seeks aren't propagated
14382           upstream, even if they aren't handled.
14383
14384 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14385
14386         Patch by: Jens Granseuer  <jensgr at gmx net>
14387
14388         * configure.ac:
14389         * gst/mve/Makefile.am:
14390         * gst/mve/TODO:
14391         * gst/mve/gstmve.c:
14392         * gst/mve/gstmvedemux.c:
14393         * gst/mve/gstmvedemux.h:
14394         * gst/mve/gstmvemux.c:
14395         * gst/mve/gstmvemux.h:
14396         * gst/mve/mve.h:
14397         * gst/mve/mveaudiodec.c:
14398         * gst/mve/mveaudioenc.c:
14399         * gst/mve/mvevideodec16.c:
14400         * gst/mve/mvevideodec8.c:
14401         * gst/mve/mvevideoenc16.c:
14402         * gst/mve/mvevideoenc8.c:
14403           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
14404           doesn't support seeking yet, but seems to work fine otherwise.
14405           Closes #348973.
14406
14407 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14408
14409         * gst/real/Makefile.am:
14410           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
14411
14412 2007-01-07  Andy Wingo  <wingo@pobox.com>
14413
14414         * configure.ac: 
14415         * gst/interleave/Makefile.am: 
14416         * gst/interleave/plugin.h: 
14417         * gst/interleave/plugin.c: 
14418         * gst/interleave/interleave.c: 
14419         * gst/interleave/deinterleave.c: New elements interleave and
14420         deinterleave, implement channel interleaving and deinterleaving.
14421         The interleaver can operate in pull or push mode but the
14422         deinterleaver is more like a demuxer and can only operate in push
14423         mode.
14424         
14425 2007-01-06  Edward Hervey  <edward@fluendo.com>
14426
14427         * configure.ac:
14428         Properly detect the two architectures on which the real plugin can be
14429         built.
14430         Fixes #393622
14431
14432 2007-01-06  Andy Wingo  <wingo@pobox.com>
14433
14434         * ext/ladspa/gstsignalprocessor.c
14435         (gst_signal_processor_ouija_caps): Move around in the source
14436         file...
14437         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
14438         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
14439         This allows us to have caps when we do the pad_alloc_buffer().
14440         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
14441         pad caps, which might not be set yet.
14442
14443         * ext/ladspa/gstsignalprocessor.c: 
14444         (gst_signal_processor_add_pad_from_template)
14445         (gst_signal_processor_fixate): Add a fixate function, to assist in
14446         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
14447         cases.
14448         (gst_signal_processor_prepare, gst_signal_processor_process): Add
14449         nframes args so that getrange can tell ladspa how many frames to
14450         process.
14451         (gst_signal_processor_ouija_caps): setcaps needs to be called
14452         before processing, which normally happens when chaining a buffer
14453         to a pad. However in getrange mode with no sinks we need to check
14454         explicitly for this condition, guess some caps to use, and use
14455         those to setcaps(). Hence this mystical function.
14456         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
14457         Divine the caps if necessary.
14458         (gst_signal_processor_getrange): Interpret the length as bytes,
14459         not samples.
14460         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
14461         by incoming buffer sizes.
14462
14463 2007-01-06  Edward Hervey  <edward@fluendo.com>
14464
14465         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
14466         Don't call the RAFreeDecoder since it randomly causes segfaults.
14467         * gst/real/gstrealaudiodec.h:
14468         indent properly.
14469
14470 2007-01-06  Edward Hervey  <edward@fluendo.com>
14471
14472         Patch by: Lutz Mueller <lutz@topfrose.de>
14473         
14474         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
14475         (gst_real_video_dec_setcaps), (open_library), (close_library),
14476         (gst_real_video_dec_finalize):
14477         * gst/real/gstrealvideodec.h:
14478         Implement error recovery on setcaps failure.
14479
14480 2007-01-06  Edward Hervey  <edward@fluendo.com>
14481
14482         Patch by: Lutz Mueller <lutz@topfrose.de>
14483         
14484         * gst/real/Makefile.am:
14485         * gst/real/gstreal.c: (plugin_init):
14486         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14487         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14488         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14489         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14490         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14491         * gst/real/gstrealaudiodec.h:
14492         Added RealAudio wrapper elementfactory.
14493         Modified structures so it can also work on x86_64 using the
14494         adequate .so .
14495
14496 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14497
14498         * configure.ac:
14499         * gst/qtdemux/Makefile.am:
14500         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14501           Check for zlib and if available pass it explicitly to the linker
14502           when linking qtdemux. If not available (or --disable-external has
14503           been specified!), disable the bits in qtdemux that use it. Fixes
14504           build on MingW (#392856).
14505
14506 2007-01-05  Edward Hervey  <edward@fluendo.com>
14507
14508         * configure.ac:
14509         Real video .so are now also available for x86_64, so we can build the
14510         Real plugin on i386 AND x86_64.
14511         * gst/real/Makefile.am:
14512         * gst/real/gstreal.c: (plugin_init):
14513         New plugin file for real .so wrapper plugins.
14514         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14515         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14516         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14517         (open_library), (close_library), (gst_real_video_dec_init),
14518         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14519         (gst_real_video_dec_set_property),
14520         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14521         * gst/real/gstrealvideodec.h:
14522         Moved RealVideo element to separate file
14523         Cleaned up code some more.
14524         Make it work on x86_64.
14525         Try several possible locations for .so
14526         Separate opening/closing libraries in separate functions.
14527
14528 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14529
14530         * tests/icles/videocrop-test.c: (main):
14531           Call g_thread_init() right at the beginning. Remove superfluous
14532           gst_init() - we've already been inited via the GOption stuff.
14533
14534 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14535
14536         * configure.ac:
14537           Don't compile rfbsource if we don't have sys/socket.h.
14538           Should fix compilation on MingW.
14539
14540 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14541
14542         * configure.ac:
14543         * ext/amrwb/Makefile.am:
14544         * ext/amrwb/amrwb-code/Makefile.am:
14545         * ext/amrwb/amrwb-code/run.sh:
14546         * gst-libs/Makefile.am:
14547         * gst-libs/ext/Makefile.am:
14548         * gst-libs/ext/amrwb/Makefile.am:
14549         * gst-libs/ext/amrwb/README:
14550           Move amrwb code getting and building to gst-libs/ext/amrwb
14551           Adapt everything else to match.
14552
14553 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14554
14555         * ext/directfb/dfbvideosink.c:
14556         (gst_dfbvideosink_navigation_send_event),
14557         (gst_dfbvideosink_get_type):
14558         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14559         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14560         (gst_sdlvideosink_show_frame),
14561         (gst_sdlvideosink_navigation_send_event):
14562         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14563         reveal potential bugs.
14564
14565 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14566
14567         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14568
14569         * configure.ac:
14570         * sys/Makefile.am:
14571         * sys/directsound/Makefile.am:
14572         * sys/directsound/gstdirectsoundsink.c:
14573         (gst_directsoundsink_reset):
14574           Add directsoundsink to build and dist it, so it gets built when
14575           compiling with MingW on win32 and the required headers and libraries
14576           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14577
14578         * tests/check/elements/.cvsignore:
14579           Fix CVS ignore for neonhttpsrc test binary.
14580
14581 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14582
14583         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14584
14585         * configure.ac:
14586         * sys/Makefile.am:
14587         * sys/directdraw/Makefile.am:
14588           Add directdrawsink to build and dist it, so it gets built when
14589           compiling with MingW on win32 and the required headers and libraries
14590           are available (fixes: #392313).
14591
14592         * sys/directdraw/gstdirectdrawsink.c:
14593         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14594         (gst_directdrawsink_setup_ddraw),
14595         (gst_directdrawsink_surface_create):
14596           Comment out some unused things and fix some printf format issues in
14597           order to avoid warnings when buildling with MingW (#392313).
14598
14599 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14600
14601         Patch by: Jens Granseuer  <jensgr at gmx net>
14602
14603         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14604         (gst_xvidenc_get_property):
14605         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14606         * gst/filter/gstfilter.c: (plugin_init):
14607         * gst/filter/gstiir.c: (iir_transform_ip):
14608         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14609         * gst/modplug/gstmodplug.cc:
14610         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14611         (gst_nuv_demux_stream_extend_header):
14612           Fix build with gcc-2.x (declare variables at the beginning of a
14613           block etc.). Fixes #391971.
14614
14615 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14616
14617         reviewed by: Edward Hervey  <edward@fluendo.com>
14618
14619         * gst/real/gstreal.c:
14620         (gst_realdec_setcaps): Use codec_data supplied in caps.
14621         (gst_realdec_get_property): Correctly return default path.
14622         (gst_realdec_class_init): Remove unused state_change method.
14623
14624 2007-01-01  Edward Hervey  <edward@fluendo.com>
14625
14626         * configure.ac:
14627         Only build the plugin on 32bit x86 architectures.
14628
14629 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14630
14631         reviewed by: Edward Hervey  <edward@fluendo.com>
14632
14633         * configure.ac:
14634         * gst/real/Makefile.am:
14635         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14636         (gst_realdec_decode), (gst_realdec_chain),
14637         (gst_realdec_activate_push), (gst_realdec_setcaps),
14638         (gst_realdec_init), (gst_realdec_base_init),
14639         (gst_realdec_change_state), (gst_realdec_finalize),
14640         (gst_realdec_set_property), (gst_realdec_get_property),
14641         (gst_realdec_class_init), (plugin_init):
14642         New plugin for decoding RealVideo Streams using the x86 32bit
14643         shared libraries.
14644         Closes #354174
14645
14646 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14647
14648         * tests/check/elements/videocrop.c: (GST_START_TEST),
14649         (videocrop_test_cropping_init_context):
14650           When we can't create an element needed for the test, print a message
14651           detailing which element it actually is that's missing (#390673).
14652
14653 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14654
14655         * ext/neon/gstneonhttpsrc.c:
14656         * ext/neon/gstneonhttpsrc.h:
14657         Added seek support.
14658         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14659         Fixes: #375264.
14660
14661 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
14662
14663         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14664         (cleanup_mpeg2enc):
14665         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14666         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14667         (cleanup_wavpackdec):
14668         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14669         (cleanup_wavpackenc):
14670         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14671           reapply consistent pad (de)activation
14672
14673 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14674
14675         * configure.ac:
14676         Back to CVS
14677
14678         * gst-plugins-bad.doap:
14679         Add release section for 0.10.4
14680
14681 === release 0.10.4 ===
14682
14683 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
14684
14685         * configure.ac:
14686           releasing 0.10.4, "Black Bugs"
14687
14688 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14689
14690         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14691         (cleanup_mpeg2enc):
14692         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14693         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14694         (cleanup_wavpackdec):
14695         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14696         (cleanup_wavpackenc):
14697         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14698           revert my freeze breakage
14699
14700 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14701
14702         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14703         (cleanup_mpeg2enc):
14704         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14705         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14706         (cleanup_wavpackdec):
14707         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14708         (cleanup_wavpackenc):
14709         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14710           consistent pad (de)activation
14711
14712 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14713
14714         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
14715         (gst_qtdemux_chain):
14716           Don't post BUFFERING messages in streaming mode if the stream
14717           headers are behind the movie data; instead, post "progress" element
14718           messages as a temporary solution. Apps might get confused and do
14719           silly things to the pipeline state if they see buffering messages
14720           from different sources and don't realize they come from different
14721           sources (#387160).
14722
14723 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14724
14725         * configure.ac:
14726         * ext/Makefile.am:
14727         * ext/ladspa/*:
14728           Move LADPSA plugin from -good for the release, as it's not quite
14729           ready to be enabled by default in the -good module yet.
14730
14731 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14732
14733         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
14734         (gst_qtdemux_add_stream):
14735           Don't output g_warning for an unsupported format, just send a
14736           GST_ELEMENT_WARNING and don't add the pad.
14737           Fix the case where it doesn't check for a NULL pad in streaming mode.
14738           Fixes #387137
14739
14740 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14741
14742         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14743           Fix crash dereferencing NULL pointer if there's no stco atom.
14744           Fixes #387122.
14745
14746 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14747
14748         * ext/wavpack/gstwavpackenc.h:
14749         Use local copy of md5.h, as it disappeared in recent wavpack
14750         installs.
14751         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
14752         Fixes: #387076
14753
14754 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14755
14756         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
14757         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
14758           We don't support seeking in streaming mode, so don't even try.
14759           Implement seeking query so apps can query seekability properly
14760           (see #365414). Fix duration query.
14761
14762 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14763
14764         * Makefile.am:
14765         * gst-plugins-bad.doap:
14766         * gst-plugins-bad.spec.in:
14767           add doap file
14768
14769 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14770
14771         * ext/libmms/gstmms.c: (gst_mms_create):
14772           These debug statements should be using LOG level.
14773
14774 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14775
14776         * gst/modplug/libmodplug/sndfile.cpp:
14777           Fix potential buffer overflow (CVE-2006-4192) (#385788).
14778
14779 2006-12-13  Wim Taymans  <wim@fluendo.com>
14780
14781         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14782         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14783         (qtdemux_audio_caps):
14784         Add AMR-WB to the list of supported formats.
14785
14786 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14787
14788         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14789         (send_request_and_redirect):
14790           Fix minor mem leak in redirect code.
14791
14792         * tests/check/Makefile.am:
14793         * tests/check/elements/.cvsignore:
14794         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
14795         (GST_START_TEST), (neonhttpsrc_suite):
14796         * tests/check/gst-plugins-bad.supp:
14797           Add super-basic unit test for #384140.
14798
14799 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14800
14801         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14802         (send_request_and_redirect):
14803           Set offset on buffers pushed out (id3demux gets confused if the
14804           first buffer does not have an offset of 0). Fixes #384140.
14805
14806 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14807
14808         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14809         (gst_neonhttp_src_create), (send_request_and_redirect),
14810         (gst_neonhttp_src_start), (oom_callback):
14811          Minor clean-ups; remove newlines at end of debug statements.
14812
14813 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14814
14815         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
14816           Fix non-working redirects from inetfilm.com (handle 'alis' reference
14817           data type as well). Fixes #378613.
14818
14819 2006-12-11  Wim Taymans  <wim@fluendo.com>
14820
14821         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
14822
14823         * gst/modplug/gstmodplug.cc:
14824         Fix modplug duration query. Fixes #384294.
14825
14826 2006-12-08  Wim Taymans  <wim@fluendo.com>
14827
14828         Patch by: René Stadler  <mail at renestadler de>
14829
14830         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14831         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14832         (qtdemux_audio_caps):
14833         Fix caps for 24 bit raw PCM audio (2).
14834         Fixes #383471.
14835
14836 2006-12-07  Wim Taymans  <wim@fluendo.com>
14837
14838         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14839         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14840         (qtdemux_video_caps):
14841         Handle more H263 variants.
14842
14843 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14844
14845         * ext/jack/.cvsignore:
14846         Ignore old files as requested by the build slave.
14847
14848 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14849
14850         * configure.ac:
14851         Update the Jack requirement to the version where I think options_t
14852         appeared
14853
14854 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
14855
14856         * win32/MANIFEST:
14857         Fix compilation on win32 under VS8
14858         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
14859         Partially fixes #381175
14860
14861 2006-11-30  Wim Taymans  <wim@fluendo.com>
14862
14863         Patch by: René Stadler  <mail at renestadler de>
14864
14865         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
14866           Call the base class handler.  Fixes #380610.
14867
14868 2006-11-30  Wim Taymans  <wim@fluendo.com>
14869
14870         * ext/Makefile.am:
14871         Fix build.
14872
14873         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
14874         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14875         (gst_jack_ring_buffer_acquire):
14876         Small cleanups.
14877
14878 2006-11-30  Wim Taymans  <wim@fluendo.com>
14879
14880         * configure.ac:
14881         * ext/Makefile.am:
14882         * ext/jack/Makefile.am:
14883         * ext/jack/gstjack.c: (plugin_init):
14884         * ext/jack/gstjack.h:
14885         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
14886         (gst_jack_ring_buffer_class_init), (jack_process_cb),
14887         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14888         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
14889         (gst_jack_ring_buffer_finalize),
14890         (gst_jack_ring_buffer_open_device),
14891         (gst_jack_ring_buffer_close_device),
14892         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
14893         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
14894         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
14895         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
14896         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
14897         (gst_jack_audio_sink_set_property),
14898         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
14899         (gst_jack_audio_sink_create_ringbuffer):
14900         * ext/jack/gstjackaudiosink.h:
14901           Added fully functional jackaudiosink.
14902
14903 2006-11-27  Wim Taymans  <wim@fluendo.com>
14904
14905         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14906         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14907           Remove some asserts and replace them with a proper error
14908           message. Fixes #379261.
14909
14910 2006-11-26  Michael Smith  <msmith@fluendo.com>
14911
14912         * ext/theora/theoradec.c: (theora_dec_src_query),
14913         (theora_dec_src_event), (theora_handle_data_packet),
14914         (theora_dec_chain):
14915           Send events on the right pads, since they don't work very well if
14916           you send them in the wrong direction.
14917
14918 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
14919
14920         * ext/audiofile/gstafsink.c:
14921         * ext/polyp/plugin.c: (plugin_init):
14922         * ext/polyp/polypsink.c:
14923         * ext/polyp/polypsink.h:
14924         * sys/dxr3/dxr3audiosink.h:
14925         * sys/dxr3/dxr3spusink.h:
14926         * sys/dxr3/dxr3videosink.h:
14927           remove obsolete _factory_init protos and functions
14928
14929 2006-11-19  Michael Smith  <msmith@fluendo.com>
14930
14931         * gst/librfb/Makefile.am:
14932           Compile with appropriate cflags. Fixes build.
14933
14934 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14935
14936         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
14937         Actually set the TONE parameter for DVB-S when we should.
14938
14939 2006-11-16  David Schleef  <ds@schleef.org>
14940
14941         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
14942
14943 2006-11-16  David Schleef  <ds@schleef.org>
14944
14945         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
14946
14947 2006-11-16  David Schleef  <ds@schleef.org>
14948
14949         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14950
14951         * configure.ac:
14952         * gst/librfb/Makefile.am:
14953         * gst/librfb/gstrfbsrc.c:
14954         * gst/librfb/rfb.c:
14955         * gst/librfb/rfb.h:
14956         * gst/librfb/rfbbuffer.c:
14957         * gst/librfb/rfbbuffer.h:
14958         * gst/librfb/rfbbytestream.c:
14959         * gst/librfb/rfbbytestream.h:
14960         * gst/librfb/rfbcontext.h:
14961         * gst/librfb/rfbdecoder.c:
14962         * gst/librfb/rfbdecoder.h:
14963         * gst/librfb/rfbutil.h:
14964           Port librfb to 0.10 (#376106).
14965
14966 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
14967
14968         * ext/spc/gstspc.c: (spc_play):
14969           Fix build with disabled gst-debug.
14970
14971 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14972
14973         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14974
14975         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
14976         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
14977         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
14978         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
14979         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
14980         (gst_wavpack_enc_change_state):
14981         * ext/wavpack/gstwavpackparse.c:
14982           Some small clean-ups: use enums instead of hard-coded numbers,
14983           const-ify element details, re-factor some code into _reset()
14984           functions (#352605).
14985
14986 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14987
14988         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
14989         * sys/dvb/gstdvbsrc.h:
14990           Fix minor printf format issue; remove overly paranoid checks in
14991           create function; fix GObject boilerplate macros.
14992
14993 2006-11-14  Wim Taymans  <wim@fluendo.com>
14994
14995         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14996         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14997         Don't parse extra sample params for raw pcm. Fixes #374914.
14998
14999 2006-11-14  Wim Taymans  <wim@fluendo.com>
15000
15001         * tests/check/elements/.cvsignore:
15002         Add cdaudio to ignore.
15003
15004 2006-11-14  Wim Taymans  <wim@fluendo.com>
15005
15006         * ext/Makefile.am:
15007         dist cdaudio dir.
15008
15009 2006-11-14  Wim Taymans  <wim@fluendo.com>
15010
15011         * configure.ac:
15012         * ext/Makefile.am:
15013         Fix cdaudio build.
15014
15015 2006-11-14  Wim Taymans  <wim@fluendo.com>
15016
15017         Patch by: Mark Nauwelaerts <manauw at skynet be>
15018
15019         * tests/check/Makefile.am:
15020         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
15021         (GST_START_TEST), (y4menc_suite), (main):
15022         Added y4m test. Fixes #372243.
15023
15024 2006-11-13  Wim Taymans  <wim@fluendo.com>
15025
15026         Patch by: Mark Nauwelaerts <manauw at skynet be>
15027
15028         * configure.ac:
15029         Enable cdaudio and y4m.
15030
15031         * gst/y4m/Makefile.am:
15032         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
15033         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
15034         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
15035         (gst_y4m_encode_get_stream_header),
15036         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
15037         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
15038         (gst_y4m_encode_change_state), (plugin_init):
15039         * gst/y4m/gsty4mencode.h:
15040         Port of y4mencode to 0.10. 
15041
15042 2006-11-10  David Schleef  <ds@schleef.org>
15043
15044         * configure.ac:
15045         * gst/videoparse/Makefile.am:
15046         * gst/videoparse/gstvideoparse.c:
15047           A little pluggy to make sense out of the random chunks we get
15048           from multifilesrc.
15049
15050 2006-11-10  David Schleef  <ds@schleef.org>
15051
15052         * gst/multifile/Makefile.am:
15053           Let's not depend on a file that doesn't exist.
15054
15055 2006-11-10  David Schleef  <ds@schleef.org>
15056
15057         * gst/multifilesink/Makefile.am:
15058         * gst/multifilesink/gstmultifilesink.c:
15059         * gst/multifilesink/gstmultifilesink.h:
15060         * gst/multifilesink/multifilesink.vcproj:
15061           Remove the old one.
15062
15063 2006-11-10  David Schleef  <ds@schleef.org>
15064
15065         * configure.ac:
15066         * gst/multifile/Makefile.am:
15067         * gst/multifile/gstmultifile.c:
15068         * gst/multifile/gstmultifilesink.c:
15069         * gst/multifile/gstmultifilesrc.c:
15070         * gst/multifile/multifile.vproj:
15071           Revive multifile[src|sink].
15072
15073 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15074
15075         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
15076         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15077         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
15078         Rename set_pes_filter to set_pes_filters for consistency.
15079         Do run-time pid filtering.
15080
15081 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15082
15083         * sys/dvb/gstdvbsrc.c: (read_device):
15084         Do not call output_frontend_stats from a method that does not
15085         have the gstdvbsrc object.
15086         This fixes the build, sorry guys!
15087
15088 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15089
15090         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
15091         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
15092         (gst_dvbsrc_set_pes_filter):
15093         * sys/dvb/gstdvbsrc.h:
15094         Force PAT to always be in the filter.
15095         Try to continue reading after failing 10 times.
15096
15097 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15098
15099         * po/POTFILES.in:
15100           add dvbsrc
15101         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
15102         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
15103         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
15104         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
15105         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
15106         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
15107         (gst_dvbsrc_set_pes_filter):
15108         * sys/dvb/gstdvbsrc.h:
15109           adapter-prefix is a terrible name for a device, so replace it.
15110           strerror should be used immediately after the syscall related to it.
15111           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
15112           (pretty easy to trigger by opening the same device twice).
15113           Use _OBJECT macros where it makes sense.
15114           This element is going to need some work before it moves.
15115
15116 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15117
15118         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15119
15120         * configure.ac:
15121         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
15122         (gst_wavpack_enc_correction_mode_get_type),
15123         (gst_wavpack_enc_joint_stereo_mode_get_type),
15124         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
15125           Fix enum nicks; only emit no-more-pads once; add support for very
15126           fast encoding mode in upcoming 4.40.0 release (#369539).
15127
15128 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15129
15130         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
15131
15132         * sys/directdraw/gstdirectdrawsink.c:
15133         (gst_directdrawsink_window_thread),
15134         (gst_directdrawsink_create_default_window):
15135         * sys/directdraw/gstdirectdrawsink.h:
15136         * sys/directsound/gstdirectsoundsink.c:
15137           Wait until the window is created before using it; guard unistd.h
15138           includes with HAVE_UNISTD_H. (#366523)
15139
15140         * win32/vs8/libgstdirectdraw.vcproj:
15141         * win32/vs8/libgstdirectsound.vcproj:
15142           Update project files.
15143
15144 2006-10-31  Wim Taymans  <wim@fluendo.com>
15145
15146         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15147         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
15148         (qtdemux_parse_trak):
15149         Handle unbounded length streams a bit better. Fixes #367696.
15150
15151 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15152
15153         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
15154           Fix flow handling and buffer refcounting (gst_pad_push() takes
15155           ownership of the buffer passed to it, the buffer does not have
15156           to be unreffed no matter what flow value gst_pad_push() returns).
15157
15158 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
15159
15160         Patch by: Renato Filho <renato.filho@indt.org.br> 
15161
15162         * gst/nuvdemux/gstnuvdemux.c:
15163         * gst/nuvdemux/gstnuvdemux.h:
15164         Fixed bug for files with timestamps less than 0.
15165         
15166 2006-10-21  David Schleef  <ds@schleef.org>
15167
15168         * configure.ac:
15169         * gst/multifilesink/Makefile.am:
15170         * gst/multifilesink/gstmultifilesink.c:
15171         * gst/multifilesink/gstmultifilesink.h:
15172           I copied over filesink a while ago and modified it to work
15173           as multifilesink.  Might as well check it in.  This could
15174           use some work before being declared useful.
15175
15176 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15177
15178         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
15179         * ext/wavpack/gstwavpackparse.c:
15180         (gst_wavpack_parse_create_src_pad):
15181         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
15182         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
15183           Activate pads before adding them to running element.
15184
15185 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15186
15187         Patch by: Josep Torra Valles  <josep at fluendo com>
15188
15189         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15190         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
15191         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
15192         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
15193         (qtdemux_tag_add_gnre):
15194           Make compile with Forte compiler, mostly don't do pointer arithmetic
15195           with void pointers (#362626).
15196
15197 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15198
15199         * gst/nuvdemux/gstnuvdemux.c:
15200         Just a cast to make it compile oos big_endian systems.
15201
15202 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15203
15204         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
15205         <rosfran.borges@indt.org.br>
15206
15207         * configure.ac:
15208         * gst/nuvdemux/:
15209         * gst/nuvdemux/Makefile.am:
15210         * gst/nuvdemux/gstnuvdemux.c:
15211         * gst/nuvdemux/gstnuvdemux.h:
15212         Created new element nuvdemux.
15213         
15214 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15215
15216         Patch by: Josep Torra Valles  <josep at fluendo com>
15217
15218         * gst/nsf/fds_snd.c:
15219         * gst/nsf/mmc5_snd.c:
15220         * gst/nsf/nsf.c:
15221         * gst/nsf/vrc7_snd.c:
15222         * gst/nsf/vrcvisnd.c:
15223           Fix some things the Forte compiler warns about (#362626).
15224
15225 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15226
15227         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
15228         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
15229         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
15230         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
15231         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
15232         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
15233         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
15234         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
15235         (qtdemux_tree_get_sibling_by_type):
15236         * gst/qtdemux/qtdemux.h:
15237           Avoid void pointer usage, better use guint8 * instead.
15238
15239 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
15240
15241         * configure.ac:
15242         * gst/deinterlace/Makefile.am:
15243         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
15244         (gst_deinterlace_class_init), (gst_deinterlace_init),
15245         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
15246         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
15247         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
15248         * gst/deinterlace/gstdeinterlace.h:
15249           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
15250           me for anything it does or does not do to your precious pictures.
15251
15252 2006-10-11  Edward Hervey  <edward@fluendo.com>
15253
15254         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15255         Add some fourcc for DV format.
15256
15257 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
15258
15259         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
15260         (gst_qtdemux_loop_state_header):
15261           Printf format fixes.
15262
15263         * sys/dvb/gstdvbsrc.c:
15264           Use "_stdint.h".
15265
15266 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15267
15268         * sys/dvb/Makefile.am:
15269         * sys/dvb/dvb-api/Makefile.am:
15270         * sys/dvb/dvb-api/audio.h:
15271         * sys/dvb/dvb-api/ca.h:
15272         * sys/dvb/dvb-api/dmx.h:
15273         * sys/dvb/dvb-api/frontend.h:
15274         * sys/dvb/dvb-api/net.h:
15275         * sys/dvb/dvb-api/osd.h:
15276         * sys/dvb/dvb-api/version.h:
15277         * sys/dvb/dvb-api/video.h:
15278         Remove these files, not needed use system files.
15279         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
15280         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15281         (gst_dvbsrc_tune):
15282         Fix warnings, uint16_t etc. is in stdint.h.
15283         Use system includes not our local ones.
15284
15285 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15286
15287         * configure.ac:
15288         * sys/Makefile.am:
15289         Add dvb detection and allow dvbsrc to be built.
15290
15291 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15292         
15293         * configure.ac:
15294         * sys/Makefile.am:
15295         * sys/dvb/AUTHORS:
15296         * sys/dvb/Makefile.am:
15297         * sys/dvb/README:
15298         * sys/dvb/dvb-api/Makefile.am:
15299         * sys/dvb/dvb-api/audio.h:
15300         * sys/dvb/dvb-api/ca.h:
15301         * sys/dvb/dvb-api/dmx.h:
15302         * sys/dvb/dvb-api/frontend.h:
15303         * sys/dvb/dvb-api/net.h:
15304         * sys/dvb/dvb-api/osd.h:
15305         * sys/dvb/dvb-api/version.h:
15306         * sys/dvb/dvb-api/video.h:
15307         * sys/dvb/gstdvbsrc.c: 
15308         * sys/dvb/gstdvbsrc.h:
15309         Initial import of dvbsrc.
15310         Currently won't be built.
15311
15312 2006-10-10  Wim Taymans  <wim@fluendo.com>
15313
15314         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15315         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
15316         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
15317         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
15318         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
15319         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
15320         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
15321         (qtdemux_parse_tree), (qtdemux_parse_trak):
15322         Reorganise some stuff.
15323         Parse RTSP redirection URLS.
15324
15325 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15326
15327         * docs/plugins/gst-plugins-bad-plugins.args:
15328         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15329         * docs/plugins/gst-plugins-bad-plugins.interfaces:
15330         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
15331         * docs/plugins/inspect/plugin-dtsdec.xml:
15332         * docs/plugins/inspect/plugin-mms.xml:
15333         * docs/plugins/inspect/plugin-mpeg2enc.xml:
15334         * docs/plugins/inspect/plugin-neon.xml:
15335         * docs/plugins/inspect/plugin-replaygain.xml:
15336         * docs/plugins/inspect/plugin-soundtouch.xml:
15337         * docs/plugins/inspect/plugin-spcdec.xml:
15338         * docs/plugins/inspect/plugin-swfdec.xml:
15339         * docs/plugins/inspect/plugin-videocrop.xml:
15340         * docs/plugins/inspect/plugin-wavpack.xml:
15341           Add/update docs stuff.
15342
15343 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15344
15345         Patch by: René Stadler  <mail at renestadler de>
15346
15347         * configure.ac:
15348         * docs/plugins/Makefile.am:
15349         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15350         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15351         * gst/replaygain/Makefile.am:
15352         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
15353         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
15354         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
15355         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
15356         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
15357         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
15358         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
15359         (gst_rg_analysis_album_result), (plugin_init):
15360         * gst/replaygain/gstrganalysis.h:
15361         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
15362         (apply_filters), (reset_filters), (accumulator_add),
15363         (accumulator_clear), (accumulator_result), (rg_analysis_new),
15364         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
15365         (rg_analysis_analyze_mono_float),
15366         (rg_analysis_analyze_stereo_float),
15367         (rg_analysis_analyze_mono_int16),
15368         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
15369         (rg_analysis_track_result), (rg_analysis_album_result),
15370         (rg_analysis_reset_album), (rg_analysis_reset):
15371         * gst/replaygain/rganalysis.h:
15372           Add ReplayGain analysis element (#357069).
15373
15374         * tests/check/Makefile.am:
15375         * tests/check/elements/.cvsignore:
15376         * tests/check/elements/rganalysis.c: (get_expected_gain),
15377         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
15378         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
15379         (fail_unless_track_gain), (fail_unless_track_peak),
15380         (fail_unless_album_gain), (fail_unless_album_peak),
15381         (fail_if_track_tags), (fail_if_album_tags),
15382         (fail_unless_num_tracks), (test_buffer_const_float_mono),
15383         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
15384         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
15385         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
15386         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
15387         (rganalysis_suite), (main):
15388           Unit tests for the new replaygain element.
15389
15390 2006-10-06  Wim Taymans  <wim@fluendo.com>
15391
15392         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
15393         (gst_faad_close_decoder):
15394         Some cleanups.
15395         Added some more debugging.
15396         Don't ever ignore unlinked, we're not a demuxer.
15397
15398         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
15399         Activate pad before adding it to the element.
15400
15401 2006-10-06  Michael Smith  <msmith@fluendo.com>
15402
15403         * ext/theora/theoradec.c: (gst_theoradec_reset),
15404         (theora_get_query_types), (theora_dec_src_query),
15405         (theora_dec_src_event), (theora_dec_sink_event),
15406         (theora_handle_comment_packet), (theora_handle_type_packet),
15407         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
15408         (theora_handle_422_image), (theora_handle_420_image),
15409         (theora_handle_data_packet), (theora_dec_chain),
15410         (theora_dec_change_state):
15411         * ext/theora/theoradec.h:
15412           Port lots of changes from theoradec to theoraexpdec.
15413           This catches this plugin up to theoradec. Note that duplicate frames
15414           are broken in theoradec at the moment.
15415
15416 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15417
15418         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15419           Fix mem leak, avoid unnecessary memcpy.
15420
15421 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
15422
15423         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15424         (gst_spectrum_transform_ip):
15425           Removed cruft code that was just commented out. Removed some obsolete
15426           debug logs statements.
15427
15428 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15429
15430         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
15431         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
15432         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
15433         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
15434         (qtdemux_parse_trak):
15435         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15436           Another batch of printf format fixes.
15437
15438 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15439
15440         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15441         (gst_video_crop_init),
15442         (gst_video_crop_get_image_details_from_caps),
15443         (gst_video_crop_transform_packed_complex),
15444         (gst_video_crop_transform_packed_simple),
15445         (gst_video_crop_transform), (gst_video_crop_transform_caps),
15446         (gst_video_crop_set_caps),
15447         (gst_videocrop_clear_negotiated_caps_locked),
15448         (gst_video_crop_set_property):
15449         * gst/videocrop/gstvideocrop.h:
15450           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
15451           passthrough mode; lastly, clear negotiated basetransform caps when
15452           the cropping changes in order to force renegotiation.
15453
15454 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15455
15456         * tests/icles/.cvsignore:
15457         * tests/icles/Makefile.am:
15458         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
15459         (test_with_caps), (video_crop_get_test_caps), (main):
15460           Visual test for videocrop, shows that packed yuv doesn't work right
15461           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
15462           reasons (another basetransform issue?)
15463
15464 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15465
15466         * po/POTFILES.in:
15467         * sys/v4l2/.cvsignore:
15468           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
15469
15470 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15471
15472         * docs/plugins/Makefile.am:
15473         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15474         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15475         * docs/plugins/inspect/plugin-video4linux2.xml:
15476         * gst-plugins-bad.spec.in:
15477           removed v4l2
15478
15479 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15480
15481         * configure.ac:
15482         * sys/Makefile.am:
15483         * sys/v4l2/Makefile.am:
15484         * sys/v4l2/README:
15485         * sys/v4l2/gstv4l2.c:
15486         * sys/v4l2/gstv4l2colorbalance.c:
15487         * sys/v4l2/gstv4l2colorbalance.h:
15488         * sys/v4l2/gstv4l2object.c:
15489         * sys/v4l2/gstv4l2object.h:
15490         * sys/v4l2/gstv4l2src.c:
15491         * sys/v4l2/gstv4l2src.h:
15492         * sys/v4l2/gstv4l2tuner.c:
15493         * sys/v4l2/gstv4l2tuner.h:
15494         * sys/v4l2/gstv4l2vidorient.c:
15495         * sys/v4l2/gstv4l2vidorient.h:
15496         * sys/v4l2/gstv4l2xoverlay.c:
15497         * sys/v4l2/gstv4l2xoverlay.h:
15498         * sys/v4l2/v4l2_calls.c:
15499         * sys/v4l2/v4l2_calls.h:
15500         * sys/v4l2/v4l2src_calls.c:
15501         * sys/v4l2/v4l2src_calls.h:
15502           moved to gst-plugins-good
15503
15504 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15505
15506         * sys/v4l2/gstv4l2object.c:
15507         (gst_v4l2_object_install_properties_helper):
15508           comment out the properties that are already part of the tuner
15509           interface.
15510
15511 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15512
15513         * sys/v4l2/gstv4l2src.c:
15514         Improve docs.
15515
15516 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15517
15518         * ext/xvid/gstxvid.c: (plugin_init):
15519           Set rank of xviddec to NONE until someone fixes it (too many crasher
15520           bug reports against totem, people should use gst-ffmpeg).
15521
15522 2006-09-28  Wim Taymans  <wim@fluendo.com>
15523
15524         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15525         (gst_v4l2src_get_caps):
15526         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15527         Framerate can be 0/1 too.
15528         Init framerate to 0/1 before querying it so that we can detect
15529         devices that don't know about a framerate.
15530         Add some more debugging info.
15531
15532 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15533
15534         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15535           Add support for 'yv12' fourcc.
15536
15537 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15538
15539         * sys/v4l2/gstv4l2src.c:
15540         * sys/v4l2/gstv4l2src.h:
15541         * tests/icles/v4l2src-test.c:
15542         Removed set-undef-fps.
15543
15544 2006-09-27  Wim Taymans  <wim@fluendo.com>
15545
15546         * sys/v4l2/gstv4l2object.c:
15547         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15548         (gst_v4l2_object_set_property_helper),
15549         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15550         * sys/v4l2/gstv4l2object.h:
15551         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15552         (gst_v4l2src_create):
15553         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15554         (gst_v4l2_tuner_list_channels),
15555         (gst_v4l2_tuner_set_channel_and_notify),
15556         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15557         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15558         (gst_v4l2_tuner_get_norm):
15559         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15560         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15561         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15562         Renamed some properties to match the tuner interface naming.
15563
15564 2006-09-27  Wim Taymans  <wim@fluendo.com>
15565
15566         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15567         (gst_v4l2_set_defaults):
15568         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15569         (gst_v4l2src_create):
15570         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15571         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15572         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15573         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15574         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15575         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15576         (gst_v4l2_set_input):
15577         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15578         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15579         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15580         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15581         (gst_v4l2src_buffer_new):
15582         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15583         Small cleanups.
15584         Fix error messages.
15585         Use locks when getting timestamps.
15586         Fix leaks in test.
15587         Add licensing header to tests.
15588
15589 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15590
15591         * sys/v4l2/gstv4l2colorbalance.c:
15592         * sys/v4l2/gstv4l2object.c:
15593         * sys/v4l2/gstv4l2src.c:
15594         * sys/v4l2/gstv4l2src.h:
15595         * sys/v4l2/gstv4l2tuner.c:
15596         * sys/v4l2/v4l2_calls.c:
15597         * sys/v4l2/v4l2src_calls.c:
15598         * tests/icles/v4l2src-test.c:
15599         Some cleanups and comments.
15600
15601 2006-09-26  Wim Taymans  <wim@fluendo.com>
15602
15603         * docs/plugins/Makefile.am:
15604         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15605         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15606         Add v4l2 plugin to the docs.
15607
15608         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15609         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15610         * sys/v4l2/gstv4l2src.h:
15611         * sys/v4l2/gstv4l2vidorient.c:
15612         Fix docs.
15613         Remove some more externs.
15614
15615 2006-09-26  Wim Taymans  <wim@fluendo.com>
15616
15617         * sys/v4l2/Makefile.am:
15618         Fix makefile, list libs in stack order.
15619
15620         * sys/v4l2/gstv4l2colorbalance.c:
15621         * sys/v4l2/gstv4l2colorbalance.h:
15622         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15623         (gst_v4l2_object_install_properties_helper):
15624         * sys/v4l2/gstv4l2object.h:
15625         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15626         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15627         * sys/v4l2/gstv4l2src.h:
15628         * sys/v4l2/gstv4l2tuner.h:
15629         * sys/v4l2/gstv4l2vidorient.h:
15630         * sys/v4l2/gstv4l2xoverlay.h:
15631         * sys/v4l2/v4l2_calls.h:
15632         * sys/v4l2/v4l2src_calls.h:
15633         Fix coding style:
15634         - Remove extern from functions.
15635         - Fix header indentation.
15636         Fix Flags, add defaults for properties.
15637         Remove unused enums.
15638         Fix TOO_LAZY in error messages.
15639
15640 2006-09-26  Wim Taymans  <wim@fluendo.com>
15641
15642         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15643         (gst_v4l2_probe_needs_probe),
15644         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15645         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15646         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15647         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15648         * sys/v4l2/gstv4l2object.h:
15649         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15650         (gst_v4l2src_init), (gst_v4l2src_dispose),
15651         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15652         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15653         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15654         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15655         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15656         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15657         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15658         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15659         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15660         (gst_v4l2_get_input), (gst_v4l2_set_input):
15661         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15662         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15663         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15664         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15665         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15666         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15667         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15668         (gst_v4l2src_buffer_new):
15669         Fix pass at code cleanups, move errors cases out of the normal
15670         flow for additional code clarity.
15671
15672 2006-09-23  Wim Taymans  <wim@fluendo.com>
15673
15674         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15675         (gst_cdaudio_init), (gst_cdaudio_set_property),
15676         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15677         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15678         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15679         Port to 0.10.
15680
15681 2006-09-22  David Schleef  <ds@schleef.org>
15682
15683         * sys/glsink/glimagesink.c:
15684           Fix problems when the element cannot open the display.
15685           (fixes #357212)
15686
15687 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15688
15689         * configure.ac:
15690           Up requirements to -base CVS and core CVS (the format for the
15691           video orientation interface used by v4l2src and the latter
15692           since that's what -base CVS requires).
15693
15694 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15695
15696         * ext/directfb/dfbvideosink.c: (plugin_init):
15697           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
15698           be autoplugged shouldn't trump plugins in -base, -good or -ugly
15699           (in this case ximagesink).
15700
15701         * sys/glsink/glimagesink.c: (plugin_init):
15702           Set rank to NONE to prevent it from being autoplugged until
15703           errors are handled properly (see #357212).
15704
15705 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
15706
15707         * ext/neon/Makefile.am:
15708         * ext/neon/gstneonhttpsrc.c:
15709         * ext/neon/gstneonhttpsrc.h:
15710         Reverted previous commit (2006-09-19 - Allow internal codes from
15711         last.fm). As dicussed on #gstreamer it should be done in separete
15712         element.
15713
15714 2006-09-21  Wim Taymans  <wim@fluendo.com>
15715
15716         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
15717         (gst_faac_chain):
15718         Add decoder specific info on the caps.
15719         Some cleanups here and there.
15720
15721 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
15722
15723         Patch by: Milosz Derezynski <internalerror@gmail.com> and
15724                   Rosfran Borges <rosfran.borges@indt.org.br>
15725
15726         * ext/neon/Makefile.am:
15727         * ext/neon/gstneonhttpsrc.c:
15728         * ext/neon/gstneonhttpsrc.h:
15729         Allow internal codes from last.fm
15730         
15731
15732 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15733
15734         * tests/icles/v4l2src-test.c:
15735         Just a small fix to the app options.
15736
15737 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15738
15739         * sys/v4l2/Makefile.am:
15740         * sys/v4l2/gstv4l2src.c:
15741         * sys/v4l2/gstv4l2vidorient.c:
15742         * sys/v4l2/gstv4l2vidorient.h:
15743         * tests/icles/v4l2src-test.c:
15744         Add Video Orientation interface support to v4l2src.
15745         
15746 2006-09-19  Wim Taymans  <wim@fluendo.com>
15747
15748         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15749         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
15750         (gst_gsmdec_chain):
15751         * ext/gsm/gstgsmdec.h:
15752         Handle WAV49 variant (GSM in WAV).
15753         Some small cleanups.
15754
15755 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
15756
15757         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
15758         Fix GST_BUFFER_DURATION.
15759
15760 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
15761
15762         * ext/hermes/gsthermescolorspace.c:
15763         * ext/ivorbis/vorbisfile.c:
15764         * ext/lcs/gstcolorspace.c:
15765         * ext/wavpack/gstwavpackenc.h:
15766         * ext/xine/xineaudiodec.c:
15767         * ext/xine/xineaudiosink.c:
15768         * ext/xine/xineinput.c:
15769         * gst/chart/gstchart.c:
15770         * gst/equalizer/gstiirequalizer.c:
15771         * gst/games/gstpuzzle.c:
15772         * gst/librfb/gstrfbsrc.c:
15773         * gst/mixmatrix/mixmatrix.c:
15774         * gst/nsf/gstnsf.h:
15775         * gst/vbidec/gstvbidec.c:
15776         * gst/virtualdub/gstxsharpen.c:
15777           More G_OBJECT macro fixing.
15778
15779 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
15780
15781         * sys/v4l2/gstv4l2src.c:
15782         * sys/v4l2/gstv4l2src.h:
15783         * sys/v4l2/gstv4l2xoverlay.c:
15784         * sys/v4l2/v4l2_calls.c:
15785         * sys/v4l2/v4l2src_calls.c:
15786         * tests/icles/v4l2src-test.c:
15787         The test application and the plgind error messages has been improved.
15788         
15789 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
15790
15791         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
15792         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
15793           Implements stop() to clear the adapter and event() to clear the
15794           adapter on FLUSH_STOP and EOS.
15795
15796 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15797
15798         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15799         (gst_spectrum_set_property):
15800         * gst/spectrum/gstspectrum.h:
15801           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
15802           René Stadler
15803
15804 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15805
15806         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
15807           Use more defines
15808
15809         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15810         (gst_spectrum_dispose), (gst_spectrum_set_caps),
15811         (gst_spectrum_transform_ip):
15812         * gst/spectrum/gstspectrum.h:
15813           Apply some of the spectrum cleanup changes suggested in #348085.
15814
15815 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15816
15817         * configure.ac:
15818           Bump requirements of -base (videocrop test case needs this).
15819
15820         * gst/videocrop/gstvideocrop.c:
15821           Document sloppy handling of subsampled chroma planes if
15822           left/top cropping is an odd number.
15823
15824         * tests/check/elements/videocrop.c: (handoff_cb),
15825         (videocrop_test_cropping_init_context),
15826         (videocrop_test_cropping_deinit_context),
15827         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
15828         (videocrop_suite), (main):
15829           Add another unit test that crops the input to 1x1 (and checks
15830           that that pixel has the expected values in a number of formats).
15831
15832 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15833
15834         * gst/videocrop/Makefile.am:
15835         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15836         (gst_video_crop_transform_packed),
15837         (gst_video_crop_transform_planar):
15838           Some quick tests indicate that it doesn't make a great deal
15839           of sense to use liboil here, at least not for the memcpy()s
15840           we do, so remove liboil usage until there is clear evidence
15841           it actually makes a positive difference somewhere.
15842
15843 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
15844
15845         * tests/check/elements/videocrop.c: (handoff_cb),
15846         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
15847         (notgst_value_list_get_nth_int), (videocrop_suite):
15848           More tests: check passthrough mode and caps transform in
15849           both directions with fixed values, ranges and lists.
15850
15851 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15852
15853         * docs/plugins/Makefile.am:
15854         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15855         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15856         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15857           Add videocrop to docs.
15858
15859         * gst/videocrop/Makefile.am:
15860         * gst/videocrop/gstvideocrop.c:
15861         * gst/videocrop/gstvideocrop.h:
15862           Move boilerplate stuff and structures into a header file.
15863
15864         * tests/check/Makefile.am:
15865         * tests/check/elements/.cvsignore:
15866         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
15867         (test_unit_sizes), (videocrop_test_cropping_init_context),
15868         (videocrop_test_cropping_deinit_context),
15869         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
15870           Add unit tests for videocrop.
15871
15872 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15873
15874         * configure.ac:
15875         * gst/videocrop/Makefile.am:
15876         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
15877         (gst_video_crop_class_init), (gst_video_crop_init),
15878         (gst_video_crop_get_image_details_from_caps),
15879         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
15880         (gst_video_crop_transform_planar), (gst_video_crop_transform),
15881         (gst_video_crop_transform_dimension),
15882         (gst_video_crop_transform_dimension_value),
15883         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
15884         (gst_video_crop_set_property), (gst_video_crop_get_property),
15885         (plugin_init):
15886           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
15887           it support all formats videoscale supports (#345653).
15888
15889 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15890
15891         * sys/v4l2/gstv4l2.c:
15892         * sys/v4l2/gstv4l2colorbalance.c:
15893         * sys/v4l2/gstv4l2object.c:
15894         (gst_v4l2_object_install_properties_helper):
15895         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15896         * sys/v4l2/gstv4l2src.h:
15897           Whitespace cleanups, dashify property-names.
15898
15899 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15900
15901         * sys/v4l2/gstv4l2.c:
15902         * sys/v4l2/gstv4l2colorbalance.c:
15903         * sys/v4l2/gstv4l2colorbalance.h:
15904         * sys/v4l2/gstv4l2object.c:
15905         * sys/v4l2/gstv4l2object.h:
15906         * sys/v4l2/gstv4l2src.c:
15907         * sys/v4l2/gstv4l2src.h:
15908         * sys/v4l2/gstv4l2tuner.c:
15909         * sys/v4l2/gstv4l2tuner.h:
15910         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15911         * sys/v4l2/gstv4l2xoverlay.h:
15912         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15913         (gst_v4l2_open):
15914         * sys/v4l2/v4l2_calls.h:
15915         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
15916         (gst_v4l2src_capture_init):
15917         * sys/v4l2/v4l2src_calls.h:
15918           Cleanup error messages and unify header comments
15919
15920 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
15921
15922         * gst/nsf/Makefile.am:
15923         Add missing GST_LIBS
15924
15925 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15926
15927         * sys/v4l2/gstv4l2src.c:
15928         Another small fix to set_caps function (sucks copy/paste error).
15929         
15930 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15931
15932         * sys/v4l2/gstv4l2src.c:
15933         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
15934
15935 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15936
15937         * sys/v4l2/gstv4l2src.c:
15938         A small fix to set_caps function.
15939
15940 2006-08-30  Edward Hervey  <edward@fluendo.com>
15941
15942         * gst/qtdemux/qtdemux.c:
15943         (gst_qtdemux_do_seek):
15944         Reset each streams last_flow to GST_FLOW_OK.
15945         (gst_qtdemux_activate_segment):
15946         Removing mystic modifications for good.
15947
15948 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15949
15950         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15951         (qtdemux_parse_tree):
15952           put back 'segment start<=stop' change that was mystically reverted by
15953           the last commit
15954
15955 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15956
15957         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15958         (qtdemux_parse_tree):
15959         Fix the build for disabled debug
15960
15961 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
15962
15963         * sys/v4l2/gstv4l2src.c:
15964         * sys/v4l2/v4l2src_calls.c:
15965         * sys/v4l2/v4l2src_calls.h:
15966         Fixed framerate negotiation.
15967         
15968 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
15969
15970         Patch by: Andrew Andkjar  <enki at goodship net>
15971
15972         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
15973         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
15974         (gst_sdlvideosink_deinitsdl):
15975           Only de-init the subsystem we previously initialised. Avoids
15976           borkage when both sdlvideosink and sdlaudiosink are used
15977           at the same time and one is shut down.
15978
15979 2006-08-28  Wim Taymans  <wim@fluendo.com>
15980
15981         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15982         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
15983         (qtdemux_video_caps):
15984         Make sure segment start<=stop in weird quicktime files.
15985
15986 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
15987
15988         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15989           add comments and more debug logging
15990
15991 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
15992
15993         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15994
15995         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
15996         (gst_wavpack_dec_chain):
15997           Post audio codec and average bitrate tags on bus (#344472).
15998
15999         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16000         (gst_wavpack_parse_src_query):
16001           Forward queries in other formats (BYTE format in particular)
16002           upstream; add Sebastian to authors.
16003
16004 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
16005
16006         * sys/v4l2/gstv4l2src.c:
16007         * sys/v4l2/v4l2src_calls.c:
16008         * sys/v4l2/v4l2src_calls.h:
16009         Fix set_caps to set width and height to the values the driver is
16010         really working with.
16011
16012 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16013
16014         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
16015           Fix mem leak, send newsegment event on correction pad
16016           as well (#352476).
16017
16018         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
16019           Restore original author (on Sebastian's request).
16020
16021         * tests/check/Makefile.am:
16022         * tests/check/gst-plugins-bad.supp:
16023           Add (so far empty) suppression file for -bad. Remove
16024           wavpackenc test from VALGRIND_TO_FIX now that the leak
16025           is fixed.
16026
16027 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16028
16029         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16030
16031         * tests/check/Makefile.am:
16032         * tests/check/elements/.cvsignore:
16033         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
16034         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
16035         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
16036         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
16037         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
16038         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
16039         (wavpackparse_suite), (main):
16040           Add unit tests for wavpack elements (#352476).
16041
16042 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16043
16044         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16045
16046         * docs/plugins/Makefile.am:
16047         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16048         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16049         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16050         * docs/plugins/inspect/plugin-wavpack.xml:
16051         * ext/wavpack/gstwavpackdec.c:
16052         * ext/wavpack/gstwavpackdec.h:
16053         * ext/wavpack/gstwavpackenc.c:
16054         * ext/wavpack/gstwavpackenc.h:
16055         * ext/wavpack/gstwavpackparse.c:
16056         * ext/wavpack/gstwavpackparse.h:
16057           Add docs for wavpack elements (#352476).
16058
16059 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
16060
16061         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
16062         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
16063         Fixed query size to work with drivers that uses intermediate step
16064         like "width * height" to find closest size.
16065         
16066 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16067
16068         * configure.ac:
16069         * docs/plugins/Makefile.am:
16070         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16071         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16072         * gst/gdp/Makefile.am:
16073         * gst/gdp/gstgdp.c:
16074         * gst/gdp/gstgdpdepay.c:
16075         * gst/gdp/gstgdpdepay.h:
16076         * gst/gdp/gstgdppay.c:
16077         * gst/gdp/gstgdppay.h:
16078         * tests/check/Makefile.am:
16079         * tests/check/elements/gdpdepay.c:
16080         * tests/check/elements/gdppay.c:
16081           move gdp plugin to good.
16082
16083 2006-08-21  Wim Taymans  <wim@fluendo.com>
16084
16085         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16086         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
16087         (qtdemux_video_caps), (qtdemux_audio_caps):
16088         Some more constification.
16089         Fix some paletted data formats again.
16090         Fix ulaw/alaw in qt.
16091         Set correct caps for raw RGB.
16092         Add support for yuv2, which is like Yuv2.
16093         Add support for raw audio with the NONE fourcc, which is like raw.
16094
16095 2006-08-21  Wim Taymans  <wim@fluendo.com>
16096
16097         * ext/gsm/gstgsm.c: (plugin_init):
16098         Make rank PRIMARY now that GSM seems to work fine.
16099
16100 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16101
16102         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16103         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
16104         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
16105         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
16106         (gst_wavpack_enc_rewrite_first_block),
16107         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16108         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16109         * ext/wavpack/gstwavpackenc.h:
16110         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16111         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
16112         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
16113         (gst_wavpack_parse_loop):
16114           More clean-ups: use shorter variable names to make code easier to
16115           read; prefix structures we define with 'Gst' to make it clearer
16116           where they come from.
16117
16118 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16119
16120         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16121         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
16122         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16123         (gst_wavpack_enc_sink_event):
16124           Fix caps set on buffers and template caps (output is framed)
16125           and make them match (#351663); use GST_WARNING_OBJECT instead of
16126           GST_ELEMENT_WARNING; simplify push_block(); do some small
16127           clean-ups here and there; fix memleak (#351663).
16128
16129 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
16130
16131         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
16132
16133         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
16134         (gst_wavpack_parse_get_upstream_length),
16135         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
16136         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
16137           Fix resyncing in push mode not stopping re-syncing at embedded
16138           zeroes; skip garbage between frames in pull mode as well if
16139           necessary; use gst_pad_query_peer_duration(); push EOS and
16140           NEWSEGMENT event in right direction (#351659).
16141
16142 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
16143
16144         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16145
16146         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
16147         * ext/wavpack/gstwavpackparse.c:
16148         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
16149           In push mode, re-sync to next wavpack header if sync is lost
16150           (#351557). Also use hyphens instead of underscores in
16151           GObject property names.
16152
16153 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16154
16155         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16156
16157         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
16158         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
16159         (gst_wavpack_parse_src_query),
16160         (gst_wavpack_parse_handle_seek_event),
16161         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16162         (gst_wavpack_parse_create_src_pad),
16163         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
16164         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
16165         (gst_wavpack_parse_sink_activate_pull):
16166         * ext/wavpack/gstwavpackparse.h:
16167           Make wavpackparse also work in push-mode (not seekable yet though);
16168           some small clean-ups along the way; add support for SEEKING query
16169           and query types function. (#351495).
16170
16171 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16172
16173         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
16174         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
16175           Fix leaks (#351502).
16176
16177 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
16178
16179         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
16180         (qtdemux_process_redirects), (qtdemux_parse_tree):
16181           Extract all references/redirections if there is more
16182           than one and sort them; also extract minimum required
16183           bitrate information if available. (#350399)
16184           
16185 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
16186
16187         Patch by: Michal Benes  <michal.benes at itonis tv>
16188
16189         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
16190           Bitrate in the faac structure is per output channel,
16191           not total bitrate (#350741).
16192
16193 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16194
16195         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
16196           Fix GST_ELEMENT_ERROR usage.
16197
16198 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16199
16200         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16201           Fix silly typo.
16202
16203 2006-08-08  Edward Hervey  <edward@fluendo.com>
16204
16205         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16206         I forgot to include the file containing the #define :)
16207         Now includes "config.h"
16208
16209 2006-08-08  Edward Hervey  <edward@fluendo.com>
16210
16211         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16212         Ignore test known to fail on PPC64. See #348114.
16213
16214 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
16215
16216         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
16217         br>
16218
16219         * ext/neon/gstneonhttpsrc.c:
16220         * ext/neon/gstneonhttpsrc.h:
16221         Allow HTTP redirect (HTTP status code 302).
16222
16223 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16224
16225         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16226         Fix event parsing by gdpdepay.  Fixes #349916.
16227
16228 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
16229
16230         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
16231         com>
16232
16233         * ext/Makefile.am:
16234           Use right variables when USE_SPC is defined.
16235
16236 2006-08-02  Wim Taymans  <wim@fluendo.com>
16237
16238         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16239         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
16240         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
16241         (gst_gdp_depay_change_state):
16242         Disable seeking.
16243         Small cleanups.
16244         Clear adapter on disconts.
16245         Clear caps when going to READY instead of NULL
16246
16247         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16248         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
16249         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16250         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16251         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16252         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
16253         (gst_gdp_pay_change_state):
16254         * gst/gdp/gstgdppay.h:
16255         Reset payloader when going to READY.
16256         Fix leaked buffers in ->queue on push errors.
16257         Disable seeking.
16258         Code cleanups.
16259         Create packetizer in _init, free in _finalize.
16260
16261 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16262
16263         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16264         (gst_dfbvideosink_buffer_alloc): Post an error message.
16265
16266 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16267
16268         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16269         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
16270         setup yet. Fail changing state if setup fails.
16271
16272 2006-07-31  Wim Taymans  <wim@fluendo.com>
16273
16274         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16275         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
16276         Consume all events except EOS because we generate events from
16277         the gdp payload instead. Fixes #349204
16278
16279 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16280
16281         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
16282         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
16283         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
16284         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16285         (gst_xviddec_setcaps), (gst_xviddec_change_state):
16286         * ext/xvid/gstxviddec.h:
16287           Clean-ups and code reflows. Pass return value from
16288           gst_pad_alloc_buffer() upstream among other things. Also check
16289           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
16290           Mass rename of xviddec -> dec variable for better
16291           code readability.
16292
16293 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16294
16295         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
16296           Fix size calculation for I420/YV12. Fixes #348976.
16297
16298 2006-07-27  Wim Taymans  <wim@fluendo.com>
16299
16300         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16301         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
16302         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
16303         Fix negotiation.
16304
16305 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16306
16307         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
16308           proxying get/set caps is the wrong thing to do, since we really
16309           do change caps quite fundamentally
16310         * tests/check/elements/gdpdepay.c:
16311         * tests/check/elements/gdppay.c:
16312           remove declaration of buffers, it's already done in gstcheck.h
16313
16314 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
16315
16316         * sys/directsound/gstdirectsoundsink.h:
16317         * sys/directsound/gstdirectsoundsink.c:
16318         Add an attenuation property that will directly attenuate the 
16319         directsound buffer.
16320         Change the size of the directsound secondary buffer to a half second.
16321         Add more debug logs.
16322         Add a lock to protect dsound buffer write access.
16323         Fix a bad implementation of reset.
16324         * sys/directsound/gstdirectdrawsink.c:
16325         * sys/directsound/gstdirectdrawsink.h:
16326         Add a keep_aspect_ratio property.
16327         Do not use overlay if not supported.
16328         Add more debug logs.
16329         Remove overwrite of WM_ERASEBKGND message handling. It was not
16330         redrawing border when keep_aspect_ratio was enabled.
16331         * win32/common/config.h:
16332         update version waiting an auto-generated config.h
16333
16334 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
16335
16336         Patch by: Chris Lee  <clee at kde org>
16337
16338         * configure.ac:
16339         * ext/Makefile.am:
16340         * ext/spc/Makefile.am:
16341         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
16342         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
16343         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
16344         (gst_spc_dec_src_query), (spc_play), (spc_setup),
16345         (gst_spc_dec_change_state), (plugin_init):
16346         * ext/spc/gstspc.h:
16347           Add libopenspc-based SPC decoder element (#348220).
16348
16349 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16350
16351         Patch by: Martin Szulecki
16352
16353         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
16354           If "device-name" is requested and the device is not
16355           open, try to temporarily open it to obtain this
16356           information (#342494).
16357
16358 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16359
16360         * gst/nsf/nsf.c: (nsf_load):
16361           Really fix compilation. Apparently it's not enough to
16362           just check the return value for errors, but we need to
16363           check for short reads as well (now if only we handled
16364           them too ...). Fixes #347935.
16365
16366 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16367
16368         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
16369           Fix caps after previous change to byte order endianness.
16370
16371         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16372         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16373         (gst_wavpack_parse_loop):
16374         * ext/wavpack/gstwavpackparse.h:
16375           Queue incoming events if there's no source pad yet and
16376           send them downstream later when the pad is there.
16377
16378 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16379
16380         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
16381         (gst_wavpack_dec_format_samples),
16382         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16383         (gst_wavpack_dec_change_state):
16384         * ext/wavpack/gstwavpackdec.h:
16385           Output audio in native byte order (which is also how we get
16386           samples from wavpack); output samples with 21-24 bit depth
16387           with 32 bit width (makes things easier for us).
16388
16389 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16390
16391         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16392         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16393         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16394         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16395         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
16396         * ext/wavpack/gstwavpackdec.h:
16397           More clean-ups: remove most of the disfunctional correction
16398           pad stuff for now, if it ever gets implemented a lot of stuff
16399           will have to be rewritten anyway; redo chain function, move
16400           errors to end, error out instead of g_assert()ing. Also rename
16401           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
16402           other small stuff.
16403
16404 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16405
16406         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16407
16408         * configure.ac:
16409           Check for wavpack version and define WAVPACK_OLD_API if
16410           necessary.
16411
16412         * ext/wavpack/Makefile.am:
16413         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
16414         (gst_wavpack_read_metadata):
16415         * ext/wavpack/gstwavpackcommon.h:
16416         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16417         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16418         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16419         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16420         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
16421         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
16422         * ext/wavpack/gstwavpackdec.h:
16423         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
16424         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
16425         (gst_wavpack_enc_set_wp_config):
16426         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16427         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
16428         (gst_wavpack_parse_index_get_entry_from_sample),
16429         (gst_wavpack_parse_scan_to_find_sample),
16430         (gst_wavpack_parse_handle_seek_event),
16431         (gst_wavpack_parse_create_src_pad):
16432         * ext/wavpack/gstwavpackstreamreader.c:
16433         * ext/wavpack/gstwavpackstreamreader.h:
16434           Port to new/official wavpack API, don't use API that was exported
16435           in wavpack header files and in the lib but meant to be private, at
16436           least not for recent wavpack versions; misc. 'cleanups' (#347443).
16437
16438 2006-07-18  Wim Taymans  <wim@fluendo.com>
16439
16440         * gst/nsf/nsf.c: (nsf_load):
16441         Fix compilation by not ignoring return values of fread.
16442
16443 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16444
16445         * docs/plugins/inspect/plugin-alsaspdif.xml:
16446         * docs/plugins/inspect/plugin-filter.xml:
16447         * docs/plugins/inspect/plugin-h264parse.xml:
16448         * docs/plugins/inspect/plugin-musepack.xml:
16449         * docs/plugins/inspect/plugin-nsfdec.xml:
16450         * docs/plugins/inspect/plugin-sdl.xml:
16451         * docs/plugins/inspect/plugin-spectrum.xml:
16452           adding more inspect docs
16453
16454 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16455
16456         * docs/plugins/inspect/plugin-gdp.xml:
16457           actually commit inspectation of gdp element
16458
16459 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16460
16461         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
16462         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16463           remove parent_class setting, BOILERPLATE does this
16464         (gst_gdp_pay_reset_streamheader):
16465           fix typo in comment
16466
16467 2006-07-17  Wim Taymans  <wim@fluendo.com>
16468
16469         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16470         (gst_qtdemux_prepare_current_sample),
16471         (gst_qtdemux_loop_state_movie):
16472         Store duration in uint64 too instead of clipping.
16473         When we do a keyframe seek and the requested time is at the
16474         keyframe, don't seek back to the beginning of the keyframe.
16475         Fixes #347439.
16476
16477 2006-07-16  Wim Taymans  <wim@fluendo.com>
16478
16479         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16480         Don't crash on small buffers.
16481
16482 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16483
16484         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16485         Reset adapter.
16486
16487 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16488
16489         * gst/spectrum/demo-audiotest.c: (main):
16490         * gst/spectrum/demo-osssrc.c: (main):
16491         Do not use deprecated gtk functions.
16492
16493 2006-07-14  Wim Taymans  <wim@fluendo.com>
16494
16495         * gst/nsf/Makefile.am:
16496         * gst/nsf/memguard.c:
16497         * gst/nsf/memguard.h:
16498         * gst/nsf/types.h:
16499         Remove crack malloc/free replacement.
16500
16501 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16502
16503         * docs/plugins/Makefile.am:
16504         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16505         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16506           add more plugins and elements to docs
16507         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16508           fix segfaults due to wrong g_free
16509           add example
16510         * gst/gdp/gstgdppay.c:
16511           add example
16512
16513 2006-07-13  Wim Taymans  <wim@fluendo.com>
16514
16515         * gst/nsf/Makefile.am:
16516         Fix build.
16517
16518 2006-07-13  Wim Taymans  <wim@fluendo.com>
16519
16520         Based on patches by: Johan Dahlin <johan at gnome dot org>
16521                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16522
16523         * configure.ac:
16524         * gst/nsf/Makefile.am:
16525         * gst/nsf/dis6502.h:
16526         * gst/nsf/fds_snd.c:
16527         * gst/nsf/fds_snd.h:
16528         * gst/nsf/fmopl.c:
16529         * gst/nsf/fmopl.h:
16530         * gst/nsf/gstnsf.c:
16531         * gst/nsf/gstnsf.h:
16532         * gst/nsf/log.c:
16533         * gst/nsf/log.h:
16534         * gst/nsf/memguard.c:
16535         * gst/nsf/memguard.h:
16536         * gst/nsf/mmc5_snd.c:
16537         * gst/nsf/mmc5_snd.h:
16538         * gst/nsf/nes6502.c:
16539         * gst/nsf/nes6502.h:
16540         * gst/nsf/nes_apu.c:
16541         * gst/nsf/nes_apu.h:
16542         * gst/nsf/nsf.c:
16543         * gst/nsf/nsf.h:
16544         * gst/nsf/osd.h:
16545         * gst/nsf/types.h:
16546         * gst/nsf/vrc7_snd.c:
16547         * gst/nsf/vrc7_snd.h:
16548         * gst/nsf/vrcvisnd.c:
16549         * gst/nsf/vrcvisnd.h:
16550         Added NSF decoder plugin. Fixes 151192. 
16551
16552 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16553
16554         * tests/check/Makefile.am:
16555           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16556
16557 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16558
16559         * configure.ac:
16560           Don't error out in configure if mjpegtools dev is not there.
16561
16562 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16563
16564         Patch by: Mark Nauwelaerts <manauw at skynet be>
16565
16566         * configure.ac:
16567         * ext/Makefile.am:
16568         * ext/mpeg2enc/Makefile.am:
16569         * ext/mpeg2enc/gstmpeg2enc.cc:
16570         * ext/mpeg2enc/gstmpeg2enc.hh:
16571         * ext/mpeg2enc/gstmpeg2encoder.cc:
16572         * ext/mpeg2enc/gstmpeg2encoder.hh:
16573         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16574         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16575         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16576         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16577         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16578           Port mpeg2enc to 0.10 (#343184).
16579
16580         * tests/check/Makefile.am:
16581         * tests/check/elements/.cvsignore:
16582         * tests/check/elements/mpeg2enc.c:
16583           Add unit test for mpeg2enc.
16584
16585         * tests/icles/.cvsignore:
16586           Ignore pitch-test.
16587
16588 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16589
16590         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16591           Fix typo in property nick.
16592
16593 2006-07-10  Wim Taymans  <wim@fluendo.com>
16594
16595         * gst/filter/gstbpwsinc.h:
16596         * gst/filter/gstiir.h:
16597         * gst/filter/gstlpwsinc.h:
16598         Don't forget new files.
16599
16600 2006-07-10  Wim Taymans  <wim@fluendo.com>
16601
16602         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16603
16604         * configure.ac:
16605         * gst/filter/Makefile.am:
16606         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16607         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16608         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16609         (bpwsinc_set_property), (bpwsinc_get_property):
16610         * gst/filter/gstfilter.c: (plugin_init):
16611         * gst/filter/gstfilter.h:
16612         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16613         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16614         (iir_transform_ip), (iir_set_property), (iir_get_property):
16615         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16616         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16617         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16618         (lpwsinc_set_property), (lpwsinc_get_property):
16619         Ported the gstfilter plugin to GStreamer 0.10.
16620         Fixes #346853.
16621
16622 2006-07-10  Wim Taymans  <wim@fluendo.com>
16623
16624         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16625           Extract comment information!!
16626
16627 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16628
16629         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16630         (qtdemux_tag_add_date):
16631           Extract year/date information (fixes #347079).
16632
16633 2006-07-07  Wim Taymans  <wim@fluendo.com>
16634
16635         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16636         Don't crash on twos/sowt/raw audio. #345830.
16637
16638 2006-07-07  Wim Taymans  <wim@fluendo.com>
16639
16640         Patch by: Lutz Mueller <lutz at topfrose dot de>
16641
16642         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16643         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16644         (request_dispatch), (gst_neonhttp_src_create),
16645         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16646         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16647         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16648         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16649         * ext/neon/gstneonhttpsrc.h:
16650         Remove unlock function. start/stop will do everything needed
16651         Removed code that was never called.
16652         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16653         Do not escape path. Fixes #346723.
16654         Additional code cleanups.
16655
16656 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16657
16658         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16659         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16660           Fix silly crasher in state change function; add
16661           IV41 fourcc (see bug #171111); don't output confusing
16662           debug message when skipping atoms.
16663
16664 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16665
16666         * ext/directfb/dfbvideosink.c:
16667         * ext/gsm/gstgsmdec.c:
16668         * ext/gsm/gstgsmenc.c:
16669         * ext/libmms/gstmms.c:
16670         * ext/neon/gstneonhttpsrc.c:
16671         * ext/theora/theoradec.c:
16672         * gst/freeze/gstfreeze.c:
16673         * gst/gdp/gstgdpdepay.c:
16674         * gst/gdp/gstgdppay.c:
16675         * sys/glsink/glimagesink.c:
16676           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16677           and fix one GObject boilerplate macro.
16678
16679 2006-06-20  Wim Taymans  <wim@fluendo.com>
16680
16681         * gst/modplug/libmodplug/stdafx.h:
16682         Fix modplug on AMD64. Fixes #345336.
16683
16684 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
16685
16686         * configure.ac:
16687           Fix check so that future libneon API changes won't break the build.
16688
16689         * ext/neon/gstneonhttpsrc.c:
16690           Fix build with libneon-0.26.x (#345182).
16691
16692 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
16693
16694         * configure.ac:
16695           Fix --disable-external (can't set conditionals conditionally,
16696           #343602).
16697           
16698 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16699
16700         * gst/spectrum/Makefile.am:
16701         Fix build.
16702
16703 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
16704
16705         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
16706         (draw_spectrum), (message_handler), (main):
16707         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
16708         (message_handler), (main):
16709         port to use message to get results, cleanly exit when closing the window
16710         
16711         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16712         (gst_spectrum_init), (gst_spectrum_dispose),
16713         (gst_spectrum_set_property), (gst_spectrum_get_property),
16714         (gst_spectrum_set_caps), (gst_spectrum_start),
16715         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
16716         * gst/spectrum/gstspectrum.h:
16717         port to derive from basetransform and send results via messages
16718         (like level element)
16719
16720 2006-06-15  Wim Taymans  <wim@fluendo.com>
16721
16722         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16723         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
16724         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
16725         Combine return values from src pad pushes.
16726
16727 2006-06-15  Wim Taymans  <wim@fluendo.com>
16728
16729         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
16730         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
16731         (gst_qtdemux_add_stream):
16732         Don't crash on files with 0 samples, EOS immediatly instead.
16733         Fixes #344944.
16734
16735 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16736
16737         Patch by: Wouter Paesen  <wouter at kangaroot net>
16738
16739         * ext/soundtouch/Makefile.am:
16740         * ext/soundtouch/gstpitch.cc:
16741           Make pitch element controllable via GstController interface
16742           (#344821).
16743           
16744         * configure.ac:
16745           Up core requirements to 0.10.8.1/CVS because earlier
16746           GstControllers can't handle float properties correctly.
16747           Check for GstController CFLAGS and LIBS.
16748
16749         * tests/icles/Makefile.am:
16750         * tests/icles/pitch-test.c: (main):
16751           Add small test program for the above (welcome to the 80s!).
16752
16753 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16754
16755         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
16756
16757         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
16758         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
16759         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
16760         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16761         * ext/wavpack/gstwavpackenc.h:
16762           Use bitrate property solely for bitrates and add new
16763           bits-per-sample property for the other stuff. Set duration
16764           to 'unknown' in initial header and resend header with proper
16765           duration on EOS; update Sebastian's e-mail address.
16766
16767 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16768
16769         * examples/directfb/.cvsignore:
16770         * ext/directfb/.cvsignore:
16771           #define red green
16772
16773 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16774
16775         * gst/spectrum/.cvsignore:
16776           Ignore more.
16777
16778 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16779
16780         * ext/libmms/gstmms.c: (gst_mms_create):
16781           Set caps on outgoing buffers.
16782
16783         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
16784           Comment out unused global instance variable.
16785
16786 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
16787
16788         Patch by: Sebastian Dröge  <mail at slomosnail de>
16789
16790         * ext/wavpack/Makefile.am:
16791         * ext/wavpack/gstwavpack.c: (plugin_init):
16792         * ext/wavpack/gstwavpackcommon.h:
16793         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
16794         (gst_wavpack_enc_correction_mode_get_type),
16795         (gst_wavpack_enc_joint_stereo_mode_get_type),
16796         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
16797         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
16798         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
16799         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
16800         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16801         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16802         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
16803         (gst_wavpack_enc_plugin_init):
16804         * ext/wavpack/gstwavpackenc.h:
16805         * ext/wavpack/md5.c:
16806         * ext/wavpack/md5.h:
16807           Add wavpack encoder element (#343131).
16808
16809 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16810
16811         * configure.ac:
16812           Check for X before using X_CFLAGS in the check for opengl (#343866).
16813           
16814         * ext/musepack/Makefile.am:
16815         * ext/wavpack/Makefile.am:
16816         * gst/speed/Makefile.am:
16817           Add missing GST_LIBS, fixes build on cygwin (#343866).
16818
16819 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16820
16821         * configure.ac:
16822           enable building of GDP elements
16823         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16824         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16825         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16826         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16827         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
16828         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
16829         (gst_gdp_pay_change_state):
16830         * gst/gdp/gstgdppay.h:
16831           add version 1.0
16832
16833 2006-06-02  Michael Smith  <msmith@fluendo.com>
16834
16835         * ext/theora/theoradec.c: (theora_dec_src_convert),
16836         (theora_handle_type_packet), (theora_handle_422_image),
16837         (theora_handle_444_image), (theora_handle_420_image),
16838         (theora_handle_data_packet):
16839           Theora 4:4:4 pixel format support.
16840
16841 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16842
16843         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16844         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16845         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16846         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
16847         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
16848         (gst_gdp_pay_get_property):
16849           add crc-header and crc-payload properties
16850           don't error out on some things that are recoverable
16851         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
16852           add test for crc
16853
16854 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
16855
16856         * ext/alsaspdif/alsaspdifsink.h:
16857         * ext/amrwb/gstamrwbdec.h:
16858         * ext/amrwb/gstamrwbenc.h:
16859         * ext/amrwb/gstamrwbparse.h:
16860         * ext/arts/gst_arts.h:
16861         * ext/artsd/gstartsdsink.h:
16862         * ext/audiofile/gstafparse.h:
16863         * ext/audiofile/gstafsink.h:
16864         * ext/audiofile/gstafsrc.h:
16865         * ext/audioresample/gstaudioresample.h:
16866         * ext/bz2/gstbz2dec.h:
16867         * ext/bz2/gstbz2enc.h:
16868         * ext/dirac/gstdiracdec.h:
16869         * ext/directfb/dfbvideosink.h:
16870         * ext/divx/gstdivxdec.h:
16871         * ext/divx/gstdivxenc.h:
16872         * ext/dts/gstdtsdec.h:
16873         * ext/faac/gstfaac.h:
16874         * ext/gsm/gstgsmdec.h:
16875         * ext/gsm/gstgsmenc.h:
16876         * ext/ivorbis/vorbisenc.h:
16877         * ext/libfame/gstlibfame.h:
16878         * ext/nas/nassink.h:
16879         * ext/neon/gstneonhttpsrc.h:
16880         * ext/polyp/polypsink.h:
16881         * ext/sdl/sdlaudiosink.h:
16882         * ext/sdl/sdlvideosink.h:
16883         * ext/shout/gstshout.h:
16884         * ext/snapshot/gstsnapshot.h:
16885         * ext/sndfile/gstsf.h:
16886         * ext/swfdec/gstswfdec.h:
16887         * ext/tarkin/gsttarkindec.h:
16888         * ext/tarkin/gsttarkinenc.h:
16889         * ext/theora/theoradec.h:
16890         * ext/wavpack/gstwavpackdec.h:
16891         * ext/wavpack/gstwavpackparse.h:
16892         * ext/xine/gstxine.h:
16893         * ext/xvid/gstxviddec.h:
16894         * ext/xvid/gstxvidenc.h:
16895         * gst/cdxaparse/gstcdxaparse.h:
16896         * gst/cdxaparse/gstcdxastrip.h:
16897         * gst/colorspace/gstcolorspace.h:
16898         * gst/festival/gstfestival.h:
16899         * gst/freeze/gstfreeze.h:
16900         * gst/gdp/gstgdpdepay.h:
16901         * gst/gdp/gstgdppay.h:
16902         * gst/modplug/gstmodplug.h:
16903         * gst/mpeg1sys/gstmpeg1systemencode.h:
16904         * gst/mpeg1videoparse/gstmp1videoparse.h:
16905         * gst/mpeg2sub/gstmpeg2subt.h:
16906         * gst/mpegaudioparse/gstmpegaudioparse.h:
16907         * gst/multifilesink/gstmultifilesink.h:
16908         * gst/overlay/gstoverlay.h:
16909         * gst/playondemand/gstplayondemand.h:
16910         * gst/qtdemux/qtdemux.h:
16911         * gst/rtjpeg/gstrtjpegdec.h:
16912         * gst/rtjpeg/gstrtjpegenc.h:
16913         * gst/smooth/gstsmooth.h:
16914         * gst/smoothwave/gstsmoothwave.h:
16915         * gst/spectrum/gstspectrum.h:
16916         * gst/speed/gstspeed.h:
16917         * gst/stereo/gststereo.h:
16918         * gst/switch/gstswitch.h:
16919         * gst/tta/gstttadec.h:
16920         * gst/tta/gstttaparse.h:
16921         * gst/videodrop/gstvideodrop.h:
16922         * gst/xingheader/gstxingmux.h:
16923         * sys/directdraw/gstdirectdrawsink.h:
16924         * sys/directsound/gstdirectsoundsink.h:
16925         * sys/dxr3/dxr3audiosink.h:
16926         * sys/dxr3/dxr3spusink.h:
16927         * sys/dxr3/dxr3videosink.h:
16928         * sys/qcam/gstqcamsrc.h:
16929         * sys/vcd/vcdsrc.h:
16930         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16931
16932 2006-05-31  Edward Hervey  <edward@fluendo.com>
16933
16934         * ext/faad/gstfaad.h:
16935         Forgot to commit the header file too.
16936
16937 2006-05-31  Edward Hervey  <edward@fluendo.com>
16938
16939         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
16940         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
16941         (gst_faad_chain), (gst_faad_change_state):
16942         Added GstSegment to control segments.
16943         Added clipping/dropping of outgoing buffers in order to have accurate
16944         seeking working properly.
16945
16946 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16947
16948         Patch by: Lutz Müller  <lutz at topfrose de>
16949
16950         * ext/bz2/Makefile.am:
16951         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
16952         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
16953           Use gst_type_find_helper_* functions for typefinding; use
16954           correct caps with gst_pad_alloc_buffer(); add state change
16955           function and reset decoder in it; don't unref buffer if
16956           pad_push fails; use fixed caps on source pad. (#341524).
16957
16958 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
16959
16960         * gst/spectrum/Makefile.am:
16961         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
16962         (spectrum_chain), (main):
16963         * gst/spectrum/demo-osssrc.c:
16964         added another example
16965         
16966         * sys/v4l2/gstv4l2src.c:
16967         fix typo
16968
16969 2006-05-26  Edward Hervey  <edward@fluendo.com>
16970
16971         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
16972         Clip the outputed NEWSEGMENT stop time to the configured segment stop
16973         time.
16974
16975 2006-05-26  Wim Taymans  <wim@fluendo.com>
16976
16977         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
16978         Don't clear the running variable in the seek code.
16979
16980 2006-05-24  Wim Taymans  <wim@fluendo.com>
16981
16982         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
16983         Detect QCELP in mp4a descriptors.
16984
16985 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16986
16987         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
16988           po/POTFILES.in:
16989           Throw an error when the file is encrypted. Move plugin_init stuff
16990           to the end of the file, add stuff for i18n, make debug category
16991           static.
16992
16993 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16994
16995         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16996
16997         * configure.ac:
16998         * gst/h264parse/Makefile.am:
16999         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
17000         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
17001         (gst_h264_parse_init), (gst_h264_parse_chain),
17002         (gst_h264_parse_handle_event), (plugin_init):
17003         * gst/h264parse/gsth264parse.h:
17004           New plugin: h264parse (#340638)
17005
17006 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17007
17008         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
17009         (gst_gdp_depay_change_state):
17010         * gst/gdp/gstgdpdepay.h:
17011         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
17012         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
17013         (gst_gdp_pay_change_state):
17014         * gst/gdp/gstgdppay.h:
17015           Handle error cases when calling functions
17016           do downwards state change after parent's change_state
17017         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
17018         * tests/check/elements/gdppay.c: (GST_START_TEST):
17019           clean up more
17020
17021 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17022
17023         * gst/gdp/Makefile.am:
17024         * gst/gdp/gstgdp.c: (plugin_init):
17025         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
17026         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
17027         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
17028         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
17029         * gst/gdp/gstgdpdepay.h:
17030         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
17031         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
17032         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
17033         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
17034         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
17035         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
17036         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
17037         (gst_gdp_pay_plugin_init):
17038         * gst/gdp/gstgdppay.h:
17039         * tests/check/Makefile.am:
17040         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
17041         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
17042         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
17043         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
17044         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
17045         (main):
17046           adding GDP payloader and depayloader.  Build integration will
17047           follow later when the GDP issues for core are sorted out.
17048
17049 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17050
17051         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17052         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
17053         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
17054           Use boilerplate macro, fix strings to match plugin-moval-requirements
17055
17056 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17057
17058         * gst/spectrum/Makefile.am:
17059           Link to base libraries
17060
17061         * gst/spectrum/demo-osssrc.c: (main):
17062           use new threshhold property
17063
17064         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17065         (gst_spectrum_init), (gst_spectrum_dispose),
17066         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
17067         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
17068         (gst_spectrum_change_state):
17069         * gst/spectrum/gstspectrum.h:
17070         Use gst_adapter, support multiple-channels, add threshold property for
17071         result, add docs, fix resulting spectrum range (was including mirrored
17072         results)
17073
17074 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17075
17076         * configure.ac:
17077         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
17078         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
17079         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
17080         (gst_spectrum_base_init), (gst_spectrum_class_init),
17081         (gst_spectrum_init), (gst_spectrum_dispose),
17082         (gst_spectrum_set_property), (gst_spectrum_chain):
17083         * gst/spectrum/gstspectrum.h:
17084         Initial port of the spectrum element
17085
17086 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
17087
17088         * sys/v4l2/gstv4l2.c:
17089         * sys/v4l2/gstv4l2object.c:
17090         * sys/v4l2/gstv4l2object.h:
17091         * sys/v4l2/gstv4l2src.c:
17092         * sys/v4l2/gstv4l2xoverlay.c:
17093         Some clean-ups requested by wingo in bug #338818.       
17094
17095 2006-05-19  Michael Smith  <msmith@fluendo.com>
17096
17097         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17098         (alsaspdifsink_class_init), (alsaspdifsink_init),
17099         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17100         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
17101         (alsaspdifsink_get_time), (alsaspdifsink_open),
17102         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17103         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17104         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17105         (generate_iec958_zero_frame), (alsaspdifsink_render),
17106         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17107         * ext/alsaspdif/alsaspdifsink.h:
17108           Use sampling rate from set_caps. Comment out some more unused code.
17109
17110 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
17111
17112         * configure.ac:
17113           Check for X11
17114         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
17115         * sys/v4l2/gstv4l2object.h:
17116         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
17117         * sys/v4l2/gstv4l2src.h:
17118         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
17119         * sys/v4l2/gstv4l2xoverlay.h:
17120           Code cleanups, fix debug macros
17121
17122 2006-05-18  Michael Smith  <msmith@fluendo.com>
17123
17124         * ext/Makefile.am:
17125           Fix distcheck?
17126
17127 2006-05-18  Michael Smith  <msmith@fluendo.com>
17128
17129         * configure.ac:
17130         * ext/Makefile.am:
17131         * ext/alsaspdif/Makefile.am:
17132         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17133         (alsaspdifsink_class_init), (alsaspdifsink_init),
17134         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17135         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
17136         (alsaspdifsink_get_time), (alsaspdifsink_open),
17137         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17138         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17139         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17140         (generate_iec958_zero_frame), (alsaspdifsink_render),
17141         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17142         * ext/alsaspdif/alsaspdifsink.h:
17143           Add an alsa plugin to output IEC958 frames over S/PDIF
17144
17145 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
17146
17147         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
17148           Remove unused caps cruft from chain function altogether.
17149
17150 2006-05-17  Edward Hervey  <edward@fluendo.com>
17151
17152         * ext/faad/gstfaad.c: (gst_faad_chain): 
17153         There's no guarantee that caps was set to something, and if it did, the
17154         function called to fill that variable actually sets the caps on the
17155         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
17156         GST_PAD_CAPS(faad->srcpad).
17157
17158 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
17159
17160         Patch by: Young-Ho Cha  <ganadist chollian net>
17161
17162         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
17163         (gst_faad_change_state):
17164         * ext/faad/gstfaad.h:
17165           If we encounter a decoding error, don't error out immediately,
17166           but try to resync (or see if we have better luck with the next
17167           buffer in case of framed input). Only error out after five
17168           consecutive errors. Fixes #341563.
17169
17170 2006-05-12  Wim Taymans  <wim@fluendo.com>
17171
17172         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
17173         (gst_xvidenc_init), (gst_xvidenc_finalize),
17174         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
17175         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
17176         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
17177         (gst_xvidenc_get_property):
17178         Compile fixes.
17179
17180 2006-05-12  Wim Taymans  <wim@fluendo.com>
17181
17182         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17183
17184         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
17185         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
17186         (gst_xvid_image_fill):
17187         * ext/xvid/gstxvid.h:
17188         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
17189         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
17190         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
17191         (gst_xviddec_add_par), (gst_xviddec_negotiate),
17192         (gst_xviddec_decode), (gst_xviddec_chain),
17193         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
17194         (gst_xviddec_src_link), (gst_xviddec_setcaps),
17195         (gst_xviddec_change_state):
17196         * ext/xvid/gstxviddec.h:
17197         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
17198         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
17199         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
17200         (gst_xvidenc_class_init), (gst_xvidenc_init),
17201         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
17202         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
17203         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
17204         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
17205         (gst_xvidenc_change_state):
17206         * ext/xvid/gstxvidenc.h:
17207         xvid plugin to support more capabilities of XviD codec.
17208         Fixes #339462.
17209         Some more cleanups here and there.
17210
17211 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
17212
17213         * sys/v4l2/Makefile.am:
17214         * sys/v4l2/gstv4l2.c:
17215         * sys/v4l2/gstv4l2colorbalance.c:
17216         * sys/v4l2/gstv4l2colorbalance.h:
17217         * sys/v4l2/gstv4l2element.c:
17218         * sys/v4l2/gstv4l2element.h:
17219         * sys/v4l2/gstv4l2object.c:
17220         * sys/v4l2/gstv4l2object.h:
17221         * sys/v4l2/gstv4l2src.c:
17222         * sys/v4l2/gstv4l2src.h:
17223         * sys/v4l2/gstv4l2tuner.c:
17224         * sys/v4l2/gstv4l2tuner.h:
17225         * sys/v4l2/gstv4l2xoverlay.c:
17226         * sys/v4l2/gstv4l2xoverlay.h:
17227         * sys/v4l2/v4l2_calls.c:
17228         * sys/v4l2/v4l2_calls.h:
17229         * sys/v4l2/v4l2src_calls.c:
17230         * sys/v4l2/v4l2src_calls.h:
17231         Changes proposed by Wingo in bug #338818.
17232
17233 2006-05-11  Wim Taymans  <wim@fluendo.com>
17234
17235         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
17236         (gst_qtdemux_handle_esds):
17237         Figure out the real audio type in mp4a boxes by parsing the
17238         optional descriptors in the optional esds box. Promote the
17239         default AAC to mp3 when indicated. Fixes #330632.
17240
17241 2006-05-10  Wim Taymans  <wim@fluendo.com>
17242
17243         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
17244         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
17245         Parse version 2 sample descriptions. Fixes #341231
17246         Don't #define gst_util_dump_mem(), use something more
17247         specific instead to avoid confusion.
17248
17249 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
17250
17251         * sys/v4l2/gstv4l2src.c:
17252         * sys/v4l2/v4l2src_calls.c:
17253         Fix fourcc name printed out. Patch from Martin Rubli.
17254
17255 2006-05-08  Wim Taymans  <wim@fluendo.com>
17256
17257         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
17258         (qtdemux_dump_mvhd):
17259         Don't cause side effects in a debugging function.
17260         Also report duration in push mode since we can.
17261
17262 2006-05-08  Edward Hervey  <edward@fluendo.com>
17263
17264         * autogen.sh: (CONFIGURE_DEF_OPT): 
17265         libtoolize on Darwin/MacOSX is called glibtoolize
17266
17267 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
17268
17269         * ext/amrwb/gstamrwbdec.c:
17270         * ext/amrwb/gstamrwbenc.c:
17271         * ext/sdl/sdlaudiosink.c:
17272         * ext/sdl/sdlvideosink.c:
17273         * ext/wavpack/gstwavpackdec.c:
17274         * ext/xine/xine.c:
17275         * ext/xine/xineaudiodec.c:
17276         * ext/xine/xineaudiosink.c:
17277         * ext/xine/xineinput.c:
17278         * gst/cdxaparse/gstcdxaparse.c:
17279         * gst/freeze/gstfreeze.c:
17280         * sys/v4l2/gstv4l2element.c:
17281         Add semicolons after GST_BOILERPLATE[_FULL] so that
17282         indent doesn't mess up following lines.
17283
17284 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
17285
17286         * sys/v4l2/gstv4l2element.c:
17287         * sys/v4l2/gstv4l2element.h:
17288         * sys/v4l2/gstv4l2src.c:
17289         * sys/v4l2/gstv4l2src.h:
17290         * sys/v4l2/gstv4l2tuner.c:
17291         * sys/v4l2/gstv4l2tuner.h:
17292         * sys/v4l2/v4l2_calls.c:
17293         * sys/v4l2/v4l2_calls.h:
17294         * sys/v4l2/v4l2src_calls.c:
17295         * sys/v4l2/v4l2src_calls.h:
17296         * tests/icles/v4l2src-test.c:
17297         Some changes proposed by wingo in bug #338818 (but not everything
17298         yet). Patch from Martin Rubli to fix framerate detection.
17299
17300 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
17301
17302         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
17303           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
17304
17305 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
17306
17307         * configure.ac:
17308           Back to CVS
17309
17310 === release 0.10.3 ===
17311
17312 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
17313
17314         * configure.ac:
17315           releasing 0.10.3, "Petition to request permission"
17316
17317 2006-05-04  Julien MOUTTE  <julien@moutte.net>
17318
17319         * tests/icles/Makefile.am: Fix build.
17320
17321 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17322
17323         * ext/musicbrainz/Makefile.am:
17324           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
17325
17326 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
17327
17328         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17329         Clean up one piece of logic slightly and remove a 
17330         dead code block.
17331
17332 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17333
17334         * docs/plugins/Makefile.am:
17335         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17336         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17337         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
17338         * docs/plugins/inspect/plugin-musicbrainz.xml:
17339         * ext/musicbrainz/gsttrm.c:
17340         * ext/musicbrainz/gsttrm.h:
17341           Everybody loves docs - add docs for musicbrainz plugin.
17342
17343 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17344
17345         * ext/Makefile.am:
17346           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
17347           
17348 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17349
17350         * ext/Makefile.am:
17351           Forgot to commit this one.
17352
17353 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17354
17355         Patch by: James "Doc" Livingston  <doclivingston gmail com>
17356
17357         * configure.ac:
17358         * ext/musicbrainz/Makefile.am:
17359         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
17360         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
17361         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
17362         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
17363         * ext/musicbrainz/gsttrm.h:
17364           Port MusicBrainz TRM plugin (#336898).
17365
17366 2006-05-03  Michael Smith  <msmith@fluendo.com>
17367
17368         * ext/faad/gstfaad.c: (gst_faad_setcaps),
17369         (looks_like_valid_header), (gst_faad_chain):
17370           Fix #334748: use fake_codec_data if the first bytes of the first
17371           buffer we process doesn't look like plausible AAC data (e.g.
17372           reserved values for rate, or channels). Fixes playback of Apple's
17373           movie trailers.
17374
17375 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
17376
17377         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
17378         Fix get_caps func to work when no framerate is available and the caps
17379         isn't simple.
17380
17381 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
17382
17383         * sys/v4l2/Makefile.am:
17384         * sys/v4l2/gstv4l2colorbalance.c:
17385         * sys/v4l2/gstv4l2xoverlay.c:
17386         * sys/v4l2/v4l2_calls.c:
17387         * tests/icles/Makefile.am:
17388         * tests/icles/v4l2src-test.c:
17389         Few improvements to move to good.
17390
17391 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17392
17393         * configure.ac:
17394         * docs/plugins/Makefile.am:
17395         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17396         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17397         * docs/plugins/inspect/plugin-taglib.xml:
17398         * ext/Makefile.am:
17399         * ext/taglib/Makefile.am:
17400         * ext/taglib/gstid3v2mux.cc:
17401         * ext/taglib/gstid3v2mux.h:
17402         * ext/taglib/gsttaglib.cc:
17403         * ext/taglib/gsttaglib.h:
17404         * tests/check/Makefile.am:
17405         * tests/check/elements/tagid3v2mux.c:
17406           moved to good.  Closes #336110
17407
17408 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17409
17410         * docs/plugins/Makefile.am:
17411         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17412         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17413         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17414         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17415         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17416           Fix up docs for taglib plugin
17417           Also scan .cc files
17418
17419 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17420
17421         * ext/taglib/gsttaglib.cc:
17422           Post an error message on the bus in the (extremely unlikely)
17423           case of an error.
17424
17425 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17426
17427         * ext/taglib/Makefile.am:
17428         * ext/taglib/gstid3v2mux.cc:
17429         * ext/taglib/gstid3v2mux.h:
17430         * ext/taglib/gsttaglib.cc:
17431         * ext/taglib/gsttaglib.h:
17432           Split the actual ID3v2 tag rendering code into
17433           its own subclass.
17434
17435 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
17436
17437         * ext/neon/gstneonhttpsrc.c:
17438         * ext/neon/gstneonhttpsrc.h:
17439           added iradio-mode support as in gnomevfssrc to enable 
17440           connections with icydemux that will send title tag messages on 
17441           shoutcast/icecast streams. I've also added iradio properties
17442           iradio-name, iradio-genre, iradio-url.
17443           added user-agent property because some shoutcast streams don't return 
17444           data if the GET requests don't have a User-Agent.
17445         * win32/common/libgstneon.dsp:
17446           use debug version of libneon in debug mode
17447 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17448
17449         * configure.ac:
17450         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17451         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17452         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17453         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17454         * sys/Makefile.am:
17455         * sys/ximagesrc/Makefile.am:
17456         * sys/ximagesrc/ximagesrc.c:
17457         * sys/ximagesrc/ximagesrc.h:
17458         * sys/ximagesrc/ximageutil.c:
17459         * sys/ximagesrc/ximageutil.h:
17460         * tests/Makefile.am:
17461         * tests/icles/.cvsignore:
17462         * tests/icles/Makefile.am:
17463         * tests/icles/ximagesrc-test.c:
17464           moved ximagesrc to good (See #336756)
17465
17466 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
17467
17468         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
17469         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
17470         (gst_faad_close_decoder), (gst_faad_change_state):
17471         * ext/faad/gstfaad.h:
17472           If we run into a decoding error, try re-opening the decoder
17473           with faacDecInit2() using fake codec data created from the
17474           data the demuxer gave us. Should fix a whole bunch of
17475           GStreamer-faad problems incl. 'channel coupling not
17476           implemented', 'maximum number of scalefactor bands exceeded'
17477           etc. (#173007, #332892).
17478
17479 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17480
17481         * ext/amrwb/gstamrwbdec.c:
17482         * ext/amrwb/gstamrwbenc.c:
17483         * ext/amrwb/gstamrwbparse.c:
17484         * ext/arts/gst_arts.c:
17485         * ext/artsd/gstartsdsink.c:
17486         * ext/audiofile/gstafparse.c:
17487         * ext/audiofile/gstafsink.c:
17488         * ext/audiofile/gstafsrc.c:
17489         * ext/audioresample/gstaudioresample.c:
17490         * ext/bz2/gstbz2dec.c:
17491         * ext/bz2/gstbz2enc.c:
17492         * ext/cdaudio/gstcdaudio.c:
17493         * ext/directfb/dfbvideosink.c:
17494         * ext/divx/gstdivxdec.c:
17495         * ext/divx/gstdivxenc.c:
17496         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17497         * ext/faac/gstfaac.c: (gst_faac_base_init):
17498         * ext/faad/gstfaad.c:
17499         * ext/gsm/gstgsmdec.c:
17500         * ext/gsm/gstgsmenc.c:
17501         * ext/hermes/gsthermescolorspace.c:
17502         * ext/ivorbis/vorbisfile.c:
17503         * ext/lcs/gstcolorspace.c:
17504         * ext/libfame/gstlibfame.c:
17505         * ext/libmms/gstmms.c: (gst_mms_base_init):
17506         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17507         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17508         * ext/nas/nassink.c: (gst_nassink_base_init):
17509         * ext/neon/gstneonhttpsrc.c:
17510         * ext/sdl/sdlaudiosink.c:
17511         * ext/sdl/sdlvideosink.c:
17512         * ext/shout/gstshout.c:
17513         * ext/snapshot/gstsnapshot.c:
17514         * ext/sndfile/gstsf.c:
17515         * ext/swfdec/gstswfdec.c:
17516         * ext/tarkin/gsttarkindec.c:
17517         * ext/tarkin/gsttarkinenc.c:
17518         * ext/theora/theoradec.c:
17519         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17520         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17521         * ext/xvid/gstxviddec.c:
17522         * ext/xvid/gstxvidenc.c:
17523         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17524         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17525         * gst/chart/gstchart.c:
17526         * gst/colorspace/gstcolorspace.c:
17527         * gst/deinterlace/gstdeinterlace.c:
17528         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17529         * gst/festival/gstfestival.c:
17530         * gst/filter/gstbpwsinc.c:
17531         * gst/filter/gstiir.c:
17532         * gst/filter/gstlpwsinc.c:
17533         * gst/freeze/gstfreeze.c:
17534         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17535         * gst/librfb/gstrfbsrc.c:
17536         * gst/mixmatrix/mixmatrix.c:
17537         * gst/mpeg1sys/gstmpeg1systemencode.c:
17538         * gst/mpeg1videoparse/gstmp1videoparse.c:
17539         * gst/mpeg2sub/gstmpeg2subt.c:
17540         * gst/mpegaudioparse/gstmpegaudioparse.c:
17541         * gst/multifilesink/gstmultifilesink.c:
17542         * gst/overlay/gstoverlay.c:
17543         * gst/passthrough/gstpassthrough.c:
17544         * gst/playondemand/gstplayondemand.c:
17545         * gst/qtdemux/qtdemux.c:
17546         * gst/rtjpeg/gstrtjpegdec.c:
17547         * gst/rtjpeg/gstrtjpegenc.c:
17548         * gst/smooth/gstsmooth.c:
17549         * gst/smoothwave/gstsmoothwave.c:
17550         * gst/spectrum/gstspectrum.c:
17551         * gst/speed/gstspeed.c:
17552         * gst/stereo/gststereo.c:
17553         * gst/switch/gstswitch.c:
17554         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17555         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17556         * gst/vbidec/gstvbidec.c:
17557         * gst/videocrop/gstvideocrop.c:
17558         * gst/videodrop/gstvideodrop.c:
17559         * gst/virtualdub/gstxsharpen.c:
17560         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17561         * gst/y4m/gsty4mencode.c:
17562         * sys/cdrom/gstcdplayer.c:
17563         * sys/directdraw/gstdirectdrawsink.c:
17564         * sys/directsound/gstdirectsoundsink.c:
17565         * sys/glsink/glimagesink.c:
17566         * sys/qcam/gstqcamsrc.c:
17567         * sys/v4l2/gstv4l2src.c:
17568         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17569         * sys/ximagesrc/ximagesrc.c:
17570           Define GstElementDetails as const and also static (when defined as
17571           global)
17572
17573 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17574
17575         * ext/musepack/gstmusepackdec.c:
17576         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17577           Add support for segment seeks.
17578
17579 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17580
17581         * sys/v4l2/gstv4l2src.c:
17582         Added a couple of ifdefs to make it compile with other kernels.
17583         
17584 2006-04-20  Wim Taymans  <wim@fluendo.com>
17585
17586         Patch by: j^ <j at bootlab dot org>
17587
17588         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17589         (qtdemux_video_caps):
17590         Never treat video streams as an audio stream.
17591         Add qtdrw mime type.
17592         Fixes #339041
17593
17594 2006-04-19  Wim Taymans  <wim@fluendo.com>
17595
17596         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17597         For VBR audio, don't try to calculate the samples_per_frame.
17598         Fixes #338935.
17599
17600 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17601
17602         * sys/v4l2/gstv4l2src.c:
17603         Just added a gtk-doc comment.
17604
17605 2006-04-17  Michael Smith  <msmith@fluendo.com>
17606
17607         * ext/theora/theoradec.c: (theora_dec_src_convert),
17608         (theora_handle_type_packet), (theora_handle_422_image),
17609         (theora_handle_420_image), (theora_handle_data_packet):
17610         * ext/theora/theoradec.h:
17611           Apply fix from j^ for API change in libtheoradec.
17612
17613           Implement 4:2:2 pixel format. Untested at the moment.
17614
17615 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17616
17617         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17618         (gst_musepack_stream_init):
17619           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17620           gst_pad_new_from_static_template().
17621
17622 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17623
17624         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17625         (gst_v4l2src_dispose):
17626         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17627         Fixed some memory leaks.
17628
17629 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17630
17631         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17632         Fix to work in read mode.
17633
17634 2006-04-10  Wim Taymans  <wim@fluendo.com>
17635
17636         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17637         Fix parsing of newer stsd chunks again.
17638
17639 2006-04-10  Wim Taymans  <wim@fluendo.com>
17640
17641         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17642         (qtdemux_parse_trak):
17643         Fix framerate calculation.
17644
17645 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17646
17647         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17648           Fix build (class_init declaration/definition mismatch).
17649
17650 2006-04-10  Wim Taymans  <wim@fluendo.com>
17651
17652         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17653         force mono 8000 Hz on AMR samples.
17654
17655 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17656
17657         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17658           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17659         * sys/directdraw/gstdirectdrawsink.c:
17660         * sys/directsound/gstdirectsoundsink.c:
17661           done some cleans in sources
17662         * win32/vs6:
17663           add project files for neon, qtdemux
17664           
17665 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17666
17667         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17668         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17669         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17670         * ext/arts/gst_arts.c: (gst_arts_class_init):
17671         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17672         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17673         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17674         * ext/audioresample/gstaudioresample.c:
17675         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17676         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17677         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17678         * ext/hermes/gsthermescolorspace.c:
17679         (gst_hermes_colorspace_class_init):
17680         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17681         * ext/jack/gstjack.c: (gst_jack_class_init):
17682         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17683         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
17684         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
17685         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17686         * ext/nas/nassink.c: (gst_nassink_class_init):
17687         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
17688         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17689         * ext/sndfile/gstsf.c: (gst_sf_class_init):
17690         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
17691         (gst_swfdec_class_init):
17692         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
17693         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
17694         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
17695         * gst/chart/gstchart.c: (gst_chart_class_init):
17696         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
17697         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
17698         * gst/festival/gstfestival.c: (gst_festival_class_init):
17699         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
17700         * gst/filter/gstiir.c: (gst_iir_class_init):
17701         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
17702         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
17703         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
17704         * gst/mpeg1sys/gstmpeg1systemencode.c:
17705         (gst_system_encode_class_init):
17706         * gst/mpeg1videoparse/gstmp1videoparse.c:
17707         (gst_mp1videoparse_class_init):
17708         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
17709         * gst/mpegaudioparse/gstmpegaudioparse.c:
17710         (gst_mp3parse_class_init):
17711         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
17712         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
17713         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
17714         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
17715         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
17716         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
17717         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
17718         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
17719         * gst/stereo/gststereo.c: (gst_stereo_class_init):
17720         * gst/switch/gstswitch.c: (gst_switch_class_init):
17721         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
17722         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
17723         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
17724         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
17725         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
17726         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
17727         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17728         * sys/directsound/gstdirectsoundsink.c:
17729         (gst_directsoundsink_class_init):
17730         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
17731         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17732         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
17733         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
17734         * sys/v4l2/gstv4l2colorbalance.c:
17735         (gst_v4l2_color_balance_channel_class_init):
17736         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
17737         (gst_v4l2_tuner_norm_class_init):
17738         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
17739         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17740
17741 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17742
17743         * gst/colorspace/gstcolorspace.h:
17744         * gst/deinterlace/gstdeinterlace.h:
17745         * gst/passthrough/gstpassthrough.h:
17746         * gst/y4m/gsty4mencode.h:
17747         Fix more broken GObject macros
17748
17749 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17750
17751         * ext/xine/gstxine.h:
17752         * gst-libs/gst/play/play.h:
17753         * sys/v4l2/gstv4l2element.h:
17754         * sys/ximagesrc/ximageutil.h:
17755         Fix broken GObject macros
17756
17757 2006-04-08  Wim Taymans  <wim@fluendo.com>
17758
17759         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
17760         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
17761         (qtdemux_dump_stco), (qtdemux_parse_trak):
17762         Don't make rounding errors in timestamp/duration calculations.
17763         Fix timestamps for AMR and IMA4.  Fixes (#337436).
17764         Create a dummy segment even when there is no edit list.
17765
17766 2006-04-07  Julien MOUTTE  <julien@moutte.net>
17767
17768         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
17769         * examples/directfb/Makefile.am: Add example resource files to
17770         dist.
17771
17772 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17773
17774         * ext/amrwb/amrwb-code/Makefile.am:
17775         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17776         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17777         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
17778         25fps
17779
17780 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17781
17782         * tests/icles/ximagesrc-test.c: (main):
17783         Actually assert that pipeline goes to playing
17784
17785 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17786
17787         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17788         (composite_pixel), (gst_ximagesrc_ximage_get),
17789         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17790         Fix typo, C++ style comments and other small cleanups
17791         
17792 2006-04-06  Wim Taymans  <wim@fluendo.com>
17793
17794         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17795         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
17796         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
17797         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
17798         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
17799         (gst_qtdemux_activate_segment),
17800         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17801         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17802         (qtdemux_parse_trak):
17803         Added full edit list support.
17804         Avoid overflows in prologue image detection code.
17805         Avoid roundoff errors in timestamp calculations.
17806
17807 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17808
17809         * configure.ac:
17810           clean up so report properly on missing stuff
17811           fix modplug detection
17812
17813 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17814
17815         * ext/Makefile.am:
17816         * ext/amrwb/amrwb-code/Makefile.am:
17817           don't dist amr wb source code
17818
17819 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17820
17821         Patch by: j^  <j at bootlab dot org>
17822
17823         * ext/amrwb/gstamrwbdec.c:
17824         * ext/amrwb/gstamrwbenc.c:
17825         * ext/amrwb/gstamrwbparse.c:
17826         * ext/arts/gst_arts.c:
17827         * ext/artsd/gstartsdsink.c:
17828         * ext/audiofile/gstafparse.c:
17829         * ext/audiofile/gstafsink.c:
17830         * ext/audiofile/gstafsrc.c:
17831         * ext/cdaudio/gstcdaudio.c:
17832         * ext/directfb/dfbvideosink.c:
17833         * ext/divx/gstdivxdec.c:
17834         * ext/divx/gstdivxenc.c:
17835         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17836         * ext/faac/gstfaac.c: (gst_faac_base_init):
17837         * ext/faad/gstfaad.c:
17838         * ext/gsm/gstgsmdec.c:
17839         * ext/gsm/gstgsmenc.c:
17840         * ext/hermes/gsthermescolorspace.c:
17841         * ext/ivorbis/vorbisfile.c:
17842         * ext/lcs/gstcolorspace.c:
17843         * ext/libfame/gstlibfame.c:
17844         * ext/libmms/gstmms.c: (gst_mms_base_init):
17845         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17846         * ext/nas/nassink.c: (gst_nassink_base_init):
17847         * ext/neon/gstneonhttpsrc.c:
17848         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
17849         * ext/sdl/sdlaudiosink.c:
17850         * ext/sdl/sdlvideosink.c:
17851         * ext/shout/gstshout.c:
17852         * ext/snapshot/gstsnapshot.c:
17853         * ext/sndfile/gstsf.c:
17854         * ext/tarkin/gsttarkindec.c:
17855         * ext/tarkin/gsttarkinenc.c:
17856         * ext/theora/theoradec.c:
17857         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17858         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17859         * ext/xvid/gstxviddec.c:
17860         * ext/xvid/gstxvidenc.c:
17861         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17862         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17863         * gst/chart/gstchart.c:
17864         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17865         * gst/festival/gstfestival.c:
17866         * gst/filter/gstiir.c:
17867         * gst/filter/gstlpwsinc.c:
17868         * gst/freeze/gstfreeze.c:
17869         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17870         * gst/mixmatrix/mixmatrix.c:
17871         * gst/mpeg1sys/gstmpeg1systemencode.c:
17872         * gst/mpeg1videoparse/gstmp1videoparse.c:
17873         * gst/mpeg2sub/gstmpeg2subt.c:
17874         * gst/mpegaudioparse/gstmpegaudioparse.c:
17875         * gst/multifilesink/gstmultifilesink.c:
17876         * gst/overlay/gstoverlay.c:
17877         * gst/passthrough/gstpassthrough.c:
17878         * gst/playondemand/gstplayondemand.c:
17879         * gst/qtdemux/qtdemux.c:
17880         * gst/rtjpeg/gstrtjpegdec.c:
17881         * gst/rtjpeg/gstrtjpegenc.c:
17882         * gst/smooth/gstsmooth.c:
17883         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17884         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17885         * gst/videocrop/gstvideocrop.c:
17886         * gst/videodrop/gstvideodrop.c:
17887         * gst/virtualdub/gstxsharpen.c:
17888         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17889         * gst/y4m/gsty4mencode.c:
17890           Unify the long descriptions in the plugin details (#337263).
17891
17892 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17893
17894         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
17895         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
17896           Add back "uri" property and mark it as deprecated; undoes
17897           API/ABI breakage from 2006-02-24.
17898
17899 2006-04-05  Wim Taymans  <wim@fluendo.com>
17900
17901         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
17902         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
17903         (gst_qtdemux_loop):
17904         Use duration as segment stop position if none is
17905         explicitly configured.
17906         Also perform EOS when we run past the segment stop.
17907
17908 2006-04-04  Wim Taymans  <wim@fluendo.com>
17909
17910         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
17911         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17912         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17913         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
17914         More cleanups, added comments.
17915         Mark discontinuities on outgoing buffers.
17916         Post better errors when something goes wrong.
17917         Handle EOS and segment end properly.
17918
17919 2006-04-04  Wim Taymans  <wim@fluendo.com>
17920
17921         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17922         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
17923         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17924         (gst_qtdemux_handle_src_event), (plugin_init),
17925         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
17926         (gst_qtdemux_loop), (gst_qtdemux_chain),
17927         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
17928         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
17929         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17930         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
17931         * gst/qtdemux/qtdemux.h:
17932         Handle stss boxes so we can mark and find keyframes.
17933         Implement correct accurate and keyframe seeking.
17934         Use _DEBUG_OBJECT when possible.
17935         Fixes #332155
17936
17937 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17938
17939         * tests/check/Makefile.am:
17940           Only run the id3v2mux check if taglib is available and
17941           the taglib plugin has been built.
17942
17943 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17944
17945         * ext/swfdec/Makefile.am:
17946           Don't set plugindir.
17947
17948         * ext/swfdec/gstswfdec.c:
17949           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
17950
17951 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17952
17953         * configure.ac:
17954           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
17955           the dts plugin.
17956
17957 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17958
17959         * ext/soundtouch/gstpitch.cc:
17960         * ext/theora/theoradec.c:
17961         * gst/modplug/gstmodplug.cc:
17962           GST_ORIGIN => GST_PACKAGE_ORIGIN
17963           GST_PACKAGE => GST_PACKAGE_NAME
17964
17965 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17966
17967         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17968         * docs/plugins/inspect/plugin-bz2.xml:
17969         * docs/plugins/inspect/plugin-cdxaparse.xml:
17970         * docs/plugins/inspect/plugin-freeze.xml:
17971         * docs/plugins/inspect/plugin-glimagesink.xml:
17972         * docs/plugins/inspect/plugin-modplug.xml:
17973         * docs/plugins/inspect/plugin-neon.xml:
17974         * docs/plugins/inspect/plugin-sdl.xml:
17975         * docs/plugins/inspect/plugin-video4linux2.xml:
17976         * docs/plugins/inspect/plugin-ximagesrc.xml:
17977         * docs/plugins/inspect/plugin-xingheader.xml:
17978           add more plugins to docs
17979
17980 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17981
17982         * sys/dxr3/ac3_padder.h:
17983           fix up doc strings
17984         * docs/plugins/Makefile.am:
17985         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17986         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17987         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17988         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17989         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17990         * docs/plugins/inspect/plugin-qtdemux.xml:
17991         * docs/plugins/inspect/plugin-speed.xml:
17992         * docs/plugins/inspect/plugin-taglib.xml:
17993         * docs/plugins/inspect/plugin-tta.xml:
17994           commit updates
17995         * configure.ac:
17996         * ext/taglib/gsttaglib.cc:
17997         * tests/Makefile.am:
17998         * tests/check/.cvsignore:
17999         * tests/check/Makefile.am:
18000         * tests/check/elements/.cvsignore:
18001         * tests/check/elements/tagid3v2mux.c:
18002         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
18003         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
18004         (test_taglib_id3mux_check_output_buffer),
18005         (test_taglib_id3mux_with_tags), (GST_START_TEST),
18006         (tagid3v2mux_suite), (main):
18007            add the tagid3v2mux check from #336110
18008
18009 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18010
18011         * configure.ac:
18012           rework like the other configure.ac files
18013         * Makefile.am:
18014         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18015         * ext/amrwb/gstamrwb.c:
18016         * ext/arts/gst_arts.c:
18017         * ext/artsd/gstartsdsink.c:
18018         * ext/audiofile/gstaf.c:
18019         * ext/audioresample/gstaudioresample.c:
18020         * ext/bz2/gstbz2.c:
18021         * ext/cdaudio/gstcdaudio.c:
18022         * ext/directfb/dfbvideosink.c:
18023         * ext/dts/gstdtsdec.c:
18024         * ext/faac/gstfaac.c:
18025         * ext/faad/gstfaad.c:
18026         * ext/hermes/gsthermescolorspace.c:
18027         * ext/ivorbis/vorbis.c:
18028         * ext/jack/gstjack.c:
18029         * ext/lcs/gstcolorspace.c:
18030         * ext/musepack/gstmusepackdec.c:
18031         * ext/musicbrainz/gsttrm.c:
18032         * ext/nas/nassink.c:
18033         * ext/sdl/gstsdl.c:
18034         * ext/snapshot/gstsnapshot.c:
18035         * ext/sndfile/gstsf.c:
18036         * ext/swfdec/gstswfdec.c:
18037         * ext/tarkin/gsttarkin.c:
18038         * ext/xine/xine.c:
18039         * ext/xvid/gstxvid.c:
18040         * gst/cdxaparse/gstcdxaparse.c:
18041         * gst/chart/gstchart.c:
18042         * gst/colorspace/gstcolorspace.c:
18043         * gst/deinterlace/gstdeinterlace.c:
18044         * gst/equalizer/gstiirequalizer.c:
18045         * gst/festival/gstfestival.c:
18046         * gst/filter/gstfilter.c:
18047         * gst/freeze/gstfreeze.c:
18048         * gst/games/gstpuzzle.c:
18049         * gst/librfb/gstrfbsrc.c:
18050         * gst/mixmatrix/mixmatrix.c:
18051         * gst/mpeg1sys/gstmpeg1systemencode.c:
18052         * gst/mpeg1videoparse/gstmp1videoparse.c:
18053         * gst/mpeg2sub/gstmpeg2subt.c:
18054         * gst/mpegaudioparse/gstmpegaudioparse.c:
18055         * gst/multifilesink/gstmultifilesink.c:
18056         * gst/overlay/gstoverlay.c:
18057         * gst/passthrough/gstpassthrough.c:
18058         * gst/playondemand/gstplayondemand.c:
18059         * gst/qtdemux/qtdemux.c:
18060         * gst/rtjpeg/gstrtjpeg.c:
18061         * gst/smooth/gstsmooth.c:
18062         * gst/smoothwave/gstsmoothwave.c:
18063         * gst/spectrum/gstspectrum.c:
18064         * gst/speed/gstspeed.c:
18065         * gst/stereo/gststereo.c:
18066         * gst/switch/gstswitch.c:
18067         * gst/vbidec/gstvbidec.c:
18068         * gst/videocrop/gstvideocrop.c:
18069         * gst/videodrop/gstvideodrop.c:
18070         * gst/virtualdub/gstvirtualdub.c:
18071         * gst/xingheader/gstxingmux.c:
18072         * gst/y4m/gsty4mencode.c:
18073         * sys/cdrom/gstcdplayer.c:
18074         * sys/directdraw/gstdirectdrawplugin.c:
18075         * sys/directsound/gstdirectsoundplugin.c:
18076         * sys/dxr3/dxr3init.c:
18077         * sys/glsink/glimagesink.c:
18078         * sys/qcam/gstqcamsrc.c:
18079         * sys/v4l2/gstv4l2.c:
18080         * sys/vcd/vcdsrc.c:
18081         * sys/ximagesrc/ximagesrc.c:
18082           update to use correct defines
18083         * po/POTFILES.in:
18084         * po/af.po:
18085         * po/az.po:
18086         * po/cs.po:
18087         * po/en_GB.po:
18088         * po/hu.po:
18089         * po/it.po:
18090         * po/nb.po:
18091         * po/nl.po:
18092         * po/or.po:
18093         * po/sq.po:
18094         * po/sr.po:
18095         * po/sv.po:
18096         * po/uk.po:
18097         * po/vi.po:
18098           v4l2 has translations, pick them up
18099
18100 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18101
18102         * sys/ximagesrc/ximagesrc.c: 
18103           Add docs to ximagesrc
18104
18105 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18106
18107         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
18108         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
18109         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
18110         * sys/ximagesrc/ximagesrc.h:
18111         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
18112         * sys/ximagesrc/ximageutil.h:
18113           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
18114           yellow rectangles with the cursor
18115
18116 2006-03-31  Michael Smith  <msmith@fluendo.com>
18117
18118         * configure.ac:
18119           Add autoconfery for theoradec.
18120         * ext/Makefile.am:
18121           Add theora directory.
18122         * ext/theora/Makefile.am:
18123         * ext/theora/theoradec.c: (gst_theoradec_base_init),
18124         (gst_theoradec_class_init), (gst_theoradec_init),
18125         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
18126         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
18127         (theora_dec_sink_convert), (theora_dec_src_query),
18128         (theora_dec_sink_query), (theora_dec_src_event),
18129         (theora_dec_sink_event), (theora_handle_comment_packet),
18130         (theora_handle_type_packet), (theora_handle_header_packet),
18131         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
18132         (theora_dec_change_state), (plugin_init):
18133         * ext/theora/theoradec.h:
18134           Add theora plugin for theora-exp decoder. Very heavily based on the
18135           existing theora decoder plugin.
18136
18137 2006-03-29  Wim Taymans  <wim@fluendo.com>
18138
18139         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
18140         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
18141         * ext/gsm/gstgsmdec.h:
18142         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
18143         (gst_gsmenc_finalize), (gst_gsmenc_chain):
18144         Cleanups, fix leaks.
18145         Handle events and DISCONT.
18146         Use adapter in the decoder.
18147
18148 2006-03-29  Wim Taymans  <wim@fluendo.com>
18149
18150         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
18151
18152         * configure.ac:
18153         * ext/Makefile.am:
18154         * ext/amrwb/Makefile.am:
18155         * ext/amrwb/README:
18156         * ext/amrwb/amrwb-code/Makefile.am:
18157         * ext/amrwb/amrwb-code/run.sh:
18158         * ext/amrwb/gstamrwb.c: (plugin_init):
18159         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
18160         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
18161         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
18162         (gst_amrwbdec_state_change):
18163         * ext/amrwb/gstamrwbdec.h:
18164         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
18165         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
18166         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
18167         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
18168         * ext/amrwb/gstamrwbenc.h:
18169         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
18170         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
18171         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
18172         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
18173         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
18174         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
18175         * ext/amrwb/gstamrwbparse.h:
18176         Added new plugin amrwb parse.
18177         Renamed audio/AMR to audio/AMR-WB as per spec.
18178         Fixes #333307
18179
18180 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
18181
18182         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
18183         Small fix, now pwc driver can tell about its buffers.
18184
18185 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
18186
18187         * configure.ac:
18188           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
18189           did for -good and -ugly. Fixes build on some systems
18190           and doesn't seem to be required for C++ code.
18191
18192 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
18193
18194         * ext/taglib/gsttaglib.cc:
18195         * ext/taglib/gsttaglib.h:
18196           Fix newsegment event handling a bit. We need to
18197           cache the first newsegment event, because we can't
18198           adjust offsets yet when we get it, as we don't
18199           know the size of the tag yet for sure at that point.
18200           Also do some minor cleaning up here and there and add
18201           some debug statements.
18202
18203 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18204
18205         * ext/taglib/gsttaglib.cc:
18206           We do not want to proxy the caps on the sink pad; our 
18207           source pad should have application/x-id3 caps; also,
18208           don't use already-freed strings in debug messages;
18209           finally, adjust buffer offsets on buffers sent out.
18210
18211 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18212
18213         * sys/v4l2/gstv4l2src.c:
18214           Older kernels don't seem to have this particular v4l2 format,
18215           so comment out until this gets fixed properly (and make
18216           buildbots happy).
18217
18218 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
18219
18220         * sys/v4l2/gstv4l2colorbalance.c:
18221         * sys/v4l2/gstv4l2colorbalance.h:
18222         * sys/v4l2/gstv4l2element.c:
18223         * sys/v4l2/gstv4l2src.c:
18224         * sys/v4l2/gstv4l2src.h:
18225         * sys/v4l2/gstv4l2tuner.c:
18226         * sys/v4l2/v4l2_calls.c:
18227         * sys/v4l2/v4l2src_calls.c:
18228         * sys/v4l2/v4l2src_calls.h:
18229         Just make few things more robust and also some identation.
18230
18231 2006-03-23  Wim Taymans  <wim@fluendo.com>
18232
18233         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
18234
18235         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
18236         (gst_xvidenc_chain):
18237         Patch to mark outgoing encoded buffers as delta-units (or not).
18238         Note that this patch also patches:
18239         - the setting of fincr and fbase in xvid-encoder creation based on
18240           caps framerate
18241         - makes 0, rather than 2, the default max_b_frames, as the current
18242           xvidenc does not seem "fully prepared" to handle b-frame 
18243           "effects", such as encoder returning 0 encoded bytes, etc.
18244         Fixes #335585
18245
18246 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18247
18248         * gst/modplug/libmodplug/Makefile.am:
18249         * gst/modplug/libmodplug/load_it.cpp:
18250           Try that again (not only should it be MODPLUG_ instead
18251           of MODFILE, also that define is already set in stdafx.h;
18252           what we really need is some more #ifndefs).
18253
18254 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18255
18256         * gst/modplug/libmodplug/Makefile.am:
18257           More gcc-4.1 fixes (we don't need file saving, so just
18258           define MODPLUG_NO_FILESAVE. That way, the compiler won't
18259           complain about modplug ignoring the return value of fwrite
18260           any longer and we might even save a few bytes as well).
18261
18262 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18263
18264         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
18265
18266         * configure.ac:
18267         * ext/Makefile.am:
18268         * ext/soundtouch/Makefile.am:
18269         * ext/soundtouch/gstpitch.cc:
18270         * ext/soundtouch/gstpitch.hh:
18271           Add new libsoundtouch-based pitch plugin (#331335).
18272
18273 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
18274
18275         * gst/modplug/libmodplug/load_ptm.cpp:
18276           Fix compilation with gcc-4.1 and -Werror (#327355).
18277
18278 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
18279
18280         * ext/taglib/gsttaglib.h:
18281           Fix left-over gst_my_filter_get_type.
18282
18283 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18284
18285         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
18286         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18287         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
18288         Have a show mouse pointer property and use it if we can
18289
18290 2006-03-15  Edward Hervey  <edward@fluendo.com>
18291
18292         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
18293         Let's not forget to chain up to the parent dispose.
18294
18295 2006-03-15  Edward Hervey  <edward@fluendo.com>
18296
18297         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
18298         (gst_qtdemux_init), (gst_qtdemux_dispose),
18299         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18300         Series of memleak fixes:
18301         - Unref the GstAdapter in finalize.
18302         - Use gst_pad_new_from_static_template(), shorter and safer.
18303         - Free unused QtDemuxStream when not used.
18304
18305 2006-03-14  Edward Hervey  <edward@fluendo.com>
18306
18307         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
18308         (gst_v4l2src_class_init):
18309         Initialization of the debugging category should be as early as possible,
18310         moving it from _class_init() to beginning of _base_init().
18311
18312 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18313
18314         * ext/taglib/gsttaglib.cc:
18315           Add gtk-doc blurb (unused for the time being); match registered
18316           plugin name to the filename of the plugin (taglibmux => taglib)
18317
18318 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18319
18320         Patch by: Mikhail Zabaluev  <mhz altlinux org>
18321
18322         * autogen.sh:
18323           Don't check for file that only exists in CVS but isn't
18324           disted (#334417)
18325
18326 2006-03-13  Julien MOUTTE  <julien@moutte.net>
18327
18328         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18329         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
18330
18331 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18332
18333         * Makefile.am:
18334         * configure.ac:
18335           Fix distcheck.
18336
18337 2006-03-12  Edward Hervey  <edward@fluendo.com>
18338
18339         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
18340         (gst_v4l2src_buffer_pool_free):
18341         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
18342         instead.
18343
18344 2006-03-12  Edward Hervey  <edward@fluendo.com>
18345
18346         * sys/v4l2/gstv4l2element.h:
18347         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
18348         buildbot happy.
18349         I will just use the same comment Ronald used when he added these lines:
18350         Yet Another Hack (tm) for kernel header borkedness.
18351
18352 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18353
18354         * ext/taglib/Makefile.am:
18355         * ext/taglib/gsttaglib.cc:
18356         * ext/taglib/gsttaglib.h:
18357           Add support for writing MusicBrainz IDs.
18358
18359 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18360
18361         * sys/v4l2/gstv4l2element.h:
18362           Include "_stdint.h" in an attempt to make the
18363           PPC-buildbot happy.
18364
18365 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
18366
18367         * configure.ac:
18368         * sys/Makefile.am:
18369         * sys/v4l2/Makefile.am:
18370         * sys/v4l2/gstv4l2.c:
18371         * sys/v4l2/gstv4l2colorbalance.h:
18372         * sys/v4l2/gstv4l2element.c:
18373         * sys/v4l2/gstv4l2element.h:
18374         * sys/v4l2/gstv4l2src.c:
18375         * sys/v4l2/gstv4l2src.h:
18376         * sys/v4l2/gstv4l2tuner.c:
18377         * sys/v4l2/gstv4l2tuner.h:
18378         * sys/v4l2/gstv4l2xoverlay.c:
18379         * sys/v4l2/gstv4l2xoverlay.h:
18380         * sys/v4l2/v4l2_calls.c:
18381         * sys/v4l2/v4l2_calls.h:
18382         * sys/v4l2/v4l2src_calls.c:
18383         * sys/v4l2/v4l2src_calls.h:
18384         V4L2 ported to 0.10.
18385         
18386 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
18387
18388         * configure.ac:
18389           Only compile the taglib plugin if a C++ compiler is
18390           present. Use GST_DEFAULT_ELEMENTS macro from common/
18391           for all the defaults stuff.
18392
18393 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18394
18395         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18396
18397         * configure.ac:
18398         * gst/xingheader/Makefile.am:
18399         * gst/xingheader/gstxingmux.c: 
18400         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
18401         to MP3 files (this allows decoder to figure out the length of VBR
18402         files) 
18403
18404 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18405         
18406         Patch by: Alex Lancaster
18407         
18408         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
18409         and add support for TCOP (copyright)
18410
18411 2006-03-10  Julien MOUTTE  <julien@moutte.net>
18412
18413         * gst/modplug/Makefile.am:
18414         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
18415
18416 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18417
18418         * configure.ac:
18419         * gst/modplug/Makefile.am:
18420         * gst/modplug/gstmodplug.cc:
18421         * gst/modplug/gstmodplug.h:
18422         * gst/modplug/libmodplug/sndfile.cpp:
18423         * gst/modplug/libmodplug/sndfile.h:
18424           modplug plugin ported to 0.10 (#332598, patch by:
18425           Jonathan Matthew <jonathan at kaolin wh9 net>).
18426
18427 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18428
18429         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
18430         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
18431         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
18432         (gst_mms_set_property), (gst_mms_get_property),
18433         (gst_mms_uri_get_uri):
18434         * ext/libmms/gstmms.h:
18435           Some clean-ups; more debug output; use blocksize property
18436           of GstBaseSrc instead of re-registering our own; make debug
18437           category actually be used.
18438
18439 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
18440
18441         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
18442           Fix build with gcc-4.1 (#327355).
18443
18444 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
18445
18446         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18447
18448         * configure.ac:
18449         * ext/Makefile.am:
18450         * ext/taglib/Makefile.am:
18451         * ext/taglib/gsttaglib.cc:
18452         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
18453
18454 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
18455
18456         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
18457           Extract disc number and count from files that use
18458           'disk' instead of 'disc' as node identifier for that
18459           (fixes #332066).
18460
18461 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18462
18463         * ext/musepack/gstmusepackdec.h:
18464         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
18465           Forgot those two.
18466
18467 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18468
18469         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18470         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
18471         (gst_musepackdec_handle_seek_event),
18472         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
18473         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
18474         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
18475         (gst_musepackdec_change_state):
18476           Some cleanups; pause task when push fails.
18477
18478 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
18479
18480         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18481           Add support for '3IVD' fourcc (#333403).
18482
18483 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18484
18485         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18486         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18487         (gst_faad_sink_event), (gst_faad_src_convert),
18488         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18489           Add query function for position/duration querying (mostly for
18490           raw AAC streams); make seeking in raw AAC streams work; post
18491           tags with codec name if this is a raw AAC stream.
18492
18493 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18494
18495         * sys/directdraw:
18496         * sys/directsound:
18497           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18498         * win32/vs6:
18499           project files updated to fix some bugs
18500         * win32/vs7:
18501         * win32/vs8:
18502           vs7 and vs8 project files added
18503         
18504 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18505
18506         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18507           Declare variable at the beginning of the block and make gcc-2.9x
18508           happy (fixes #333283; patch by: Jens Granseuer).
18509
18510 2006-03-03  Edward Hervey  <edward@fluendo.com>
18511
18512         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18513         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18514         when parsing.
18515         Also let's be a bit less vulgar in our warning messages :)
18516
18517 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18518
18519         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18520           Can't divide through zero (suppress warning in case of
18521           stream with one single still picture) (see #327083)
18522
18523 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18524
18525         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18526
18527 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18528
18529         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18530         (qtdemux_parse_trak), (qtdemux_video_caps):
18531           Add support for palettised Apple SMC videos (#327075, based on
18532           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18533
18534 2006-02-24  Michael Smith  <msmith@fluendo.com>
18535
18536         * autogen.sh:
18537           Allow automake 1.9
18538
18539 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18540
18541         * ext/neon/gstneonhttpsrc.c:
18542         Changed property name from "uri" to "location" 
18543
18544 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18545
18546         * configure.ac:
18547         * sys/glsink/Makefile.am:
18548         Merge patch from #317048 for building on Cygwin. Patch by 
18549         Cygwin Ports maintainer.
18550         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18551         Move normal debug output to LOG level not ERROR.
18552
18553 2006-02-19  Jan Gerber  <j@bootlab.org>
18554
18555         Reviewed by : Edward Hervey <edward@fluendo.com>
18556
18557         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18558           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18559           Add image/png for fourcc 'png '
18560  
18561 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18562
18563         * configure.ac:
18564           Surely this is supposed to be >= a.b, not == a.b
18565
18566 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18567
18568         * configure.ac:
18569         * sys/Makefile.am:
18570         * sys/ximagesrc/Makefile.am:
18571         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18572         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18573         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18574         (gst_ximagesrc_recalc), (composite_pixel),
18575         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18576         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18577         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18578         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18579         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18580         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18581         (gst_ximagesrc_init), (plugin_init):
18582         * sys/ximagesrc/ximagesrc.h:
18583         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18584         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18585         (ximageutil_xcontext_clear),
18586         (ximageutil_calculate_pixel_aspect_ratio),
18587         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18588         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18589         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18590         (gst_ximageutil_ximage_destroy):
18591         * sys/ximagesrc/ximageutil.h:
18592
18593         Port ximagesrc to 0.10 (Closes #304795)
18594
18595 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18596
18597         * gst/freeze/gstfreeze.c:
18598         * gst/freeze/gstfreeze.h:
18599         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18600
18601 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18602
18603         * configure.ac:
18604         Back to CVS nano
18605
18606 === release 0.10.1 ===
18607
18608 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18609
18610         * configure.ac:
18611           releasing 0.10.1, "Slimy - yet satisfying"
18612
18613 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18614
18615         * configure.ac:
18616           Release 0.10.0.3 - pre-release for 0.10.1
18617
18618 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18619
18620         * ext/bz2/gstbz2.c:
18621         * ext/bz2/gstbz2dec.c:
18622         * ext/bz2/gstbz2dec.h:
18623         * ext/bz2/gstbz2enc.c:
18624         * ext/bz2/gstbz2enc.h:
18625           Add proper copyright headers identifying Lutz Müller
18626           as the author and copyright holder (#331600).
18627
18628 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18629
18630         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18631           Don't GST_LOG timestamps from nonexistent index
18632           entries (#331582).
18633
18634 2006-02-17  Edward Hervey  <edward@fluendo.com>
18635
18636         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18637         Check that the size of the returned buffer is of the correct size
18638         because the parser assumes that.
18639         Fixes #331543.
18640
18641 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18642
18643         * configure.ac:
18644           Release 0.10.0.2 - pre-release for 0.10.1
18645
18646 2006-02-16  Edward Hervey  <edward@fluendo.com>
18647
18648         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18649         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18650         Don't stop the task if the pad isn't linked.
18651
18652 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18653
18654         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18655           It appears 100% equals 1/1 and not 100/1 ...
18656
18657 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18658
18659         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18660         (gst_qtdemux_chain):
18661           When buffering MDAT data, show the user something is
18662           happening by posting 'buffering' messages on the bus.
18663
18664 2006-02-14  Edward Hervey  <edward@fluendo.com>
18665
18666         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18667         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18668         (next_entry_size), (gst_qtdemux_chain):
18669         * gst/qtdemux/qtdemux.h:
18670         Make push-based work if mdat atom is before moov atom.
18671         Don't answer duration query. This should be transformed into replying
18672         FALSE to seek events.
18673
18674 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18675
18676         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18677         (gst_mms_start):
18678           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18679           push our own EOS event on EOS, the base class will do that for us;
18680           fix bogus query code; post semi-decent errors on the bus when an
18681           error occurs in ::start(), otherwise the user will get to see
18682           whatever cryptic default message GstBaseSrc comes up with.
18683
18684 2006-02-14  Andy Wingo  <wingo@pobox.com>
18685
18686         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
18687         schleef, don't break me gst-inspect -a.
18688
18689 2006-02-14  Edward Hervey  <edward@fluendo.com>
18690
18691         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
18692         Handle the case where data atoms are before moov atoms in push-based mode.
18693         Errors out gracefully.
18694
18695 2006-02-13  Edward Hervey  <edward@fluendo.com>
18696
18697         * gst/qtdemux/Makefile.am:
18698         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18699         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18700         (extract_initial_length_and_fourcc),
18701         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
18702         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
18703         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
18704         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
18705         * gst/qtdemux/qtdemux.h:
18706         QtDemux can now work push-based.
18707         It still needs some love for seeking.
18708
18709 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
18710
18711         * configure.ac:
18712         * gst/freeze/Makefile.am:
18713         * gst/freeze/gstfreeze.c:
18714         * gst/freeze/gstfreeze.h:
18715         * gst/freeze/FAQ:
18716         freeze plugin ported to 0.10 by
18717         Renato Filho <renato.filho@indt.org.br>
18718
18719 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18720
18721         * configure.ac:
18722         * gst/cdxaparse/Makefile.am:
18723         * gst/cdxaparse/gstcdxaparse.c:
18724         * gst/cdxaparse/gstcdxaparse.h:
18725           Port cdxaparse, makes VCD playback work.
18726
18727 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18728
18729         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18730         (qtdemux_parse_trak):
18731           use the correct variable to check if we can calculate
18732           the last chunk.  Looks like an obvious bug, and makes
18733           the dump of offsets comparable to other tools
18734
18735 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18736
18737         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18738         (qtdemux_parse_trak):
18739           clean up some debugging, using _OBJECT, moving recurring
18740           messages to LOG level
18741
18742 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
18743
18744         * configure.ac:
18745         * ext/neon/gstneonhttpsrc.c:
18746         Now it uses libneon 0.25.5 that supports shoutcast.
18747
18748 2006-02-06  Lutz Mueller <lutz@topfrose.de>
18749
18750         Reviewed by: Edward Hervey <edward@fluendo.com>
18751         
18752         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
18753         "x-bz2".
18754         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
18755         caps are "ANY".
18756         (gst_bz2dec_chain): Configure the source pad if we can figure out
18757         the mime type of the decompressed data.
18758         (gst_bz2dec_[get,set]_property):
18759         (gst_bz2dec_class_init: New property "first_buffer_size".
18760         
18761
18762 2006-02-06  Wim Taymans  <wim@fluendo.com>
18763
18764         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
18765         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
18766         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
18767         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18768         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
18769         (qtdemux_video_caps), (qtdemux_audio_caps):
18770         * gst/qtdemux/qtdemux.h:
18771         Some QT demux loving.
18772         Handle seeking in a less broken way.
18773         Fix AMR caps to match the AMR decoder.
18774         Set first timestamp on AMR samples to 0 for now.
18775         Remove some \n in DEBUG strings.
18776         Use _scale_int for maximum precision.
18777
18778 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18779
18780         * gst/apetag/Makefile.am:
18781         * gst/apetag/apedemux.c:
18782         * gst/apetag/apedemux.h:
18783         * gst/apetag/apetag.c:
18784           Remove old files, apetag is in gst-plugins-good now.
18785
18786 2006-02-06  Andy Wingo  <wingo@pobox.com>
18787
18788         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
18789         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
18790         parent_class, the boilerplate does it for you.
18791
18792 2006-02-05  Lutz Mueller <lutz@topfrose.de>
18793
18794         reviewed by: Andy Wingo <wingo@pobox.com>
18795
18796         * configure.ac:
18797         * ext/Makefile.am: Hook it up.
18798         * ext/bz2/gstbz2.c:
18799         * ext/bz2/gstbz2dec.h:
18800         * ext/bz2/gstbz2dec.c:
18801         * ext/bz2/gstbz2enc.h:
18802         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
18803         decoding (#303167).
18804         
18805 2006-01-30  Andy Wingo  <wingo@pobox.com>
18806
18807         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
18808         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
18809
18810 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
18811
18812         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
18813         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18814         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
18815         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
18816         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
18817           Add debug category, use boilerplate macros, fix handling
18818           of widths of 32 bits.
18819
18820         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
18821         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
18822         (gst_wavpack_parse_index_get_last_entry),
18823         (gst_wavpack_parse_index_get_entry_from_sample),
18824         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
18825         (gst_wavpack_parse_src_query),
18826         (gst_wavpack_parse_scan_to_find_sample),
18827         (gst_wavpack_parse_send_newsegment),
18828         (gst_wavpack_parse_handle_seek_event),
18829         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
18830         (gst_wavpack_parse_get_upstream_length),
18831         (gst_wavpack_parse_pull_buffer),
18832         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
18833         (gst_wavpack_parse_change_state),
18834         (gst_wavepack_parse_sink_activate),
18835         (gst_wavepack_parse_sink_activate_pull),
18836         (gst_wavpack_parse_plugin_init):
18837         * ext/wavpack/gstwavpackparse.h:
18838           Rewrite a bit, mostly to fix flow logic and to make seeking work.
18839           Fix buffer/event refcounting. Add some debug statements. Add
18840           width of 32 to source pad template caps. Use boilerplate macros.
18841
18842 2006-01-28  Edward Hervey  <edward@fluendo.com>
18843
18844         * sys/glsink/Makefile.am:
18845         glimagesink.h is dead, long live glimagesink.h
18846
18847 2006-01-27  David Schleef  <ds@schleef.org>
18848
18849         * configure.ac:
18850         * sys/Makefile.am:
18851         * sys/glsink/Makefile.am:
18852         * sys/glsink/glimagesink.c:
18853         * sys/glsink/glimagesink.h:
18854           revival of glimagesink.  Kind of works.
18855
18856 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
18857
18858         * ext/faad/gstfaad.c: (gst_faad_setcaps),
18859         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
18860           Handle 'framed' field in caps; Port syncing for raw streams
18861           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
18862
18863 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18864
18865         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
18866         (gst_sdlvideosink_xoverlay_set_xwindow_id),
18867         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
18868         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
18869         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18870         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
18871         (gst_sdlvideosink_change_state),
18872         (gst_sdlvideosink_navigation_send_event):
18873         * ext/sdl/sdlvideosink.h:
18874           Fix output stride copying, so that it displays correctly on 
18875           framebuffer devices that don't match our implict GStreamer stride
18876           arrangement.
18877
18878           Fix locking things. Offer XOverlay only when SDL is running against
18879           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
18880           actually match the embedded window size because there's no way to
18881           figure out what size that should be from the XOverlay interface.
18882           See comment in sdlvideosink.c
18883
18884 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18885
18886         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18887           Fix wrong memcpy source pointer.
18888
18889 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18890
18891         * ext/libmms/gstmms.c: (gst_mms_finalize):
18892         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
18893         Just chain up finalize calls (calling parent_class->finalize).
18894
18895 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18896
18897         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
18898         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
18899         Finalize method has been created and others small changes.
18900
18901 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18902
18903         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18904         (gst_musepackdec_class_init), (gst_musepackdec_init),
18905         (gst_musepackdec_send_newsegment),
18906         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
18907         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18908         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
18909         (gst_musepackdec_loop), (gst_musepackdec_change_state):
18910         * ext/musepack/gstmusepackdec.h:
18911         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18912         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
18913         (gst_musepack_reader_get_size):
18914         * ext/musepack/gstmusepackreader.h:
18915           Fix seeking in musepack files (it's still incredibly slow, but I
18916           don't think that is our plugin's fault). Clean up code and get
18917           rid of old cruft. Post tags with all kind of neat information like
18918           replay gain and such on the bus, if it is available. Add a
18919           'musepackdec' debug category.
18920
18921 2006-01-24  Edward Hervey  <edward@fluendo.com>
18922
18923         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18924         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18925         More coherent framerate setting on caps.
18926         If sample_size is available, use that for the samples' duration in
18927         the index. This enables single frame streams to work (and I imagine
18928         fixes some other cases).
18929         Tested on testsuite, no regression.
18930
18931 2006-01-23  Edward Hervey  <edward@fluendo.com>
18932
18933         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18934         (qtdemux_video_caps), (qtdemux_audio_caps):
18935         Added codec recognition for:
18936         _ VP31 : video/x-vp3
18937         _ AVDJ : image/jpeg
18938         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
18939         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
18940
18941 2006-01-21  David Schleef  <ds@schleef.org>
18942
18943         * configure.ac:
18944         * ext/swfdec/gstswfdec.c: Update from swfdec.
18945
18946 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
18947
18948         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18949         (qtdemux_audio_caps):
18950           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
18951           Fix 8bit case (#327133, based on patch by: Fabrizio
18952           Gennari <fabrizio dot ge at tiscali dot it>).
18953           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
18954           valid literals for endianness in caps strings,
18955           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
18956
18957 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
18958
18959         * ext/ivorbis/vorbisfile.c:
18960         * ext/neon/gstneonhttpsrc.c:
18961         Fixed state transictions PLAYING->NULL->PLAYING.
18962         
18963 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
18964
18965         * ext/tremor/vorbisfile.c:
18966         Some minor improvements on log messages.
18967
18968 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
18969
18970         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
18971         Ronald's patch applied. see bug #326318.
18972
18973 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
18974
18975         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18976         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
18977         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
18978         * gst/qtdemux/qtdemux.h:
18979           Fix seeking for quicktime files. Could still use some more
18980           love and sophistication.
18981
18982 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
18983
18984         * ext/libmms/gstmms.c: gst_mms_init:
18985         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
18986         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
18987         Removed gst_base_src_set_live from mms and neon, and now calling
18988         parent_class->dispose in dispose on sdlaudio.
18989         
18990 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18991
18992         * ext/sdl/sdlvideosink.c:
18993         Now implementing navigation interface and using
18994         GST_BOILER_PLATE_FULL.
18995         
18996 2006-01-11  Christian Schaller  <christian@fluendo.com>
18997
18998         Remove SunAudio plugin as Brian's new one is in -good
18999
19000         * sys/Makefile.am:
19001         * sys/sunaudio/Makefile.am:
19002         * sys/sunaudio/gstsunaudio.c:
19003         * sys/sunaudio/gstsunaudiosrc.c:
19004         * sys/sunaudio/gstsunaudiosrc.h:
19005         * sys/sunaudio/gstsunelement.c:
19006         * sys/sunaudio/gstsunelement.h:
19007         * sys/sunaudio/gstsunmixer.c:
19008         * sys/sunaudio/gstsunmixer.h:
19009
19010 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
19011
19012         * ext/sdl/sdlaudiosink.c:
19013         Replaced wrong style code by GST_BOILERPLATE.
19014         
19015 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
19016
19017         reviewed by: Edward Hervey  <edward@fluendo.com>
19018
19019         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19020         Add support for Indeo3 video in Quicktime files.
19021         Closes #326524
19022
19023 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
19024
19025         * configure.ac:
19026         * ext/sdl/Makefile.am:
19027         * ext/sdl/gstsdl.c:
19028         * ext/sdl/sdlaudiosink.c:
19029         * ext/sdl/sdlaudiosink.h:
19030         * ext/sdl/sdlvideosink.c:
19031         Created new element, sdlaudiosink.
19032         
19033 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
19034
19035         * added sys/directdraw
19036         * added sys/directsound
19037         * added win32/vs6/gst_plugins_bad.dsw
19038         * added win32/vs6/libgstdirectsound.dsp
19039         * added win32/vs6/libgstdirectdraw.dsp
19040         * added win32/common/config.h
19041         
19042 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19043
19044         * gst/games/gstpuzzle.c: (plugin_init):
19045           call oil_init() when using liboil
19046
19047 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
19048
19049         * ext/neon/gstneonhttpsrc.c:
19050         * ext/neon/gstneonhttpsrc.h:
19051         Some improvements in cancellation and debug messages.
19052                         
19053 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
19054
19055         * ext/neon/gstneonhttpsrc.c:
19056         * ext/neon/gstneonhttpsrc.h:
19057         Removed not need thread and changed to push out blocksize bytes.
19058         
19059 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
19060
19061         * configure.ac:
19062         * ext/Makefile.am
19063         * ext/neon:
19064         * ext/neon/Makefile.am:
19065         * ext/neon/gstneonhttpsrc.c:
19066         * ext/neon/gstneonhttpsrc.h:
19067         Created new element neonhttpsrc.
19068
19069 2005-12-19  Edward Hervey  <edward@fluendo.com>
19070
19071         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
19072         (gst_swfdec_chain), (gst_swfdec_render):
19073         Add debugging category and return GstFlowReturn in the right places
19074         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19075         Get something from the peer pad once we've checked if there is a peer pad.
19076         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19077         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
19078         (qtdemux_video_caps):
19079         Couple of fixes
19080
19081 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19082
19083         * ext/divx/Makefile.am:
19084         just a small fix. I have to pay more attention when commiting ;-)
19085
19086 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19087
19088         * configure.ac:
19089         * ext/Makefile.am:
19090         * ext/divx/Makefile.am:
19091         * ext/divx/gstdivxdec.c:
19092         * ext/divx/gstdivxdec.h:
19093         * ext/divx/gstdivxenc.c:
19094         * ext/divx/gstdivxenc.h:
19095         divxdec and divxenc ported to 0.10
19096         
19097 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19098
19099         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19100         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19101         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19102         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19103         (gst_dfbvideosink_can_blit_from_format),
19104         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19105         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19106         (gst_dfbsurface_finalize),
19107         (gst_dfbvideosink_navigation_send_event),
19108         (gst_dfbvideosink_update_colorbalance),
19109         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
19110         more refactoring, handle exotic DirectFB row stride.
19111
19112 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19113
19114         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19115         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
19116         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19117         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19118         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19119         (gst_dfbvideosink_can_blit_from_format),
19120         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19121         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19122         (gst_dfbsurface_finalize),
19123         (gst_dfbvideosink_navigation_send_event),
19124         (gst_dfbvideosink_update_colorbalance),
19125         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19126         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19127         (gst_dfbvideosink_class_init):
19128         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
19129         This should work both for hardware accelerated scaling and
19130         reverse caps negotiation with a scaling element.
19131
19132 2005-12-17  Julien MOUTTE  <julien@moutte.net>
19133
19134         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19135         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19136         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19137         * docs/plugins/gst-plugins-bad-plugins.args:
19138         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19139         * docs/plugins/gst-plugins-bad-plugins.signals:
19140         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19141         * docs/plugins/inspect/plugin-qtdemux.xml:
19142         * docs/plugins/inspect/plugin-sdlvideosink.xml:
19143         * docs/plugins/inspect/plugin-speed.xml:
19144         * docs/plugins/inspect/plugin-tta.xml: Updates.
19145         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19146         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
19147         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
19148         (gst_dfbvideosink_cleanup),
19149         (gst_dfbvideosink_can_blit_from_format),
19150         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19151         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
19152         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19153         (gst_dfbvideosink_interface_supported),
19154         (gst_dfbvideosink_navigation_send_event),
19155         (gst_dfbvideosink_update_colorbalance),
19156         (gst_dfbvideosink_colorbalance_list_channels),
19157         (gst_dfbvideosink_colorbalance_set_value),
19158         (gst_dfbvideosink_colorbalance_get_value),
19159         (gst_dfbvideosink_colorbalance_init),
19160         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19161         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
19162         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
19163         color balance interface.
19164
19165 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19166
19167         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
19168         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
19169         * gst/vbidec/vbidata.c:
19170         * gst/vbidec/vbidata.h:
19171         * gst/vbidec/vbiscreen.c:
19172         * sys/dxr3/ac3_padder.c:
19173           don't use doc comments for non-docs
19174           change some char* into char[]
19175
19176 2005-12-16  Julien MOUTTE  <julien@moutte.net>
19177
19178         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19179         (gst_dfbvideosink_init): Always prefer the primary layer.
19180
19181 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19182
19183         * ext/wavpack/gstwavpackdec.c:
19184           Oops, remove trailing comma from caps string.
19185
19186 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19187
19188         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19189         * ext/wavpack/gstwavpackparse.c:
19190           Wavpack supports samplerates from 6-192kHz, fix pad template
19191           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
19192           remove buffer-frames from caps, they are gone in 0.10.
19193
19194 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
19195
19196         * ext/xvid/Makefile.am:
19197         * ext/xvid/gstxviddec.c:
19198         * ext/xvid/gstxvidenc.c:
19199         Fixed some mem-leaks in xvid.
19200
19201 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19202
19203         * configure.ac:
19204         * ext/Makefile.am:
19205         * ext/xvid/gstxvid.c:
19206         * ext/xvid/gstxvid.h:
19207         * ext/xvid/gstxviddec.c:
19208         * ext/xvid/gstxviddec.h:
19209         * ext/xvid/gstxvidenc.c:
19210         * ext/xvid/gstxvidenc.h:
19211         xviddec and xvideenc ported to 0.10
19212                 
19213
19214 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19215
19216         * configure.ac:
19217         * ext/Makefile.am:
19218         * ext/dts/Makefile.am:
19219         * ext/dts/gstdtsdec.c:
19220         * ext/dts/gstdtsdec.h:
19221         dtsdec ported to 0.10
19222
19223 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19224
19225         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19226         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
19227         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
19228         (gst_musepackdec_loop):
19229         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
19230         (gst_swfdec_src_query):
19231         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
19232           GstObjects must be unref'ed with gst_object_unref() instead of
19233           g_object_unref(), otherwise things break for GLib-2.6 users.
19234
19235 2005-12-12  David Schleef  <ds@schleef.org>
19236
19237         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
19238         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
19239         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
19240         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
19241         because the video buffers previously never got freed.
19242
19243 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19244
19245         * ext/libmms/gstmms.c:
19246         Just removed a weird printf ;-)
19247
19248 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19249
19250         * configure.ac:
19251         * ext/libmms/gstmms.c:
19252         * ext/libmms/gstmms.h:
19253         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
19254         PREROOL..." to be fixed.
19255
19256 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
19257
19258         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
19259         (gst_faad_update_caps):
19260           Assume that an unknown channel mapping with 2 channels
19261           is stereo and play it that way instead of erroring.
19262
19263         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19264         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19265           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
19266           Debug fixes. Some 64 bit variable fixes
19267
19268 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
19269
19270         * configure.ac:
19271         * ext/Makefile.am:
19272         * ext/swfdec/Makefile.am:
19273         * ext/swfdec/gstswfdec.c:
19274         * ext/swfdec/gstswfdec.h:
19275         swfdec Ported to 0.10.
19276
19277 2005-12-07  Edward Hervey  <edward@fluendo.com>
19278
19279         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19280         (gst_qtdemux_add_stream):
19281         Memleak fixes.
19282         Send out EOS for valid reasons (couldn't pull_range() from upstream
19283         for example).
19284
19285 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19286
19287         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19288         * ext/audiofile/gstafparse.h:
19289         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
19290         * ext/audiofile/gstafsink.h:
19291         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
19292         * ext/audiofile/gstafsrc.h:
19293         * ext/cdaudio/gstcdaudio.c:
19294         * ext/divx/gstdivxenc.c:
19295         * ext/dts/gstdtsdec.h:
19296         * ext/faac/gstfaac.h:
19297         * ext/ivorbis/vorbisenc.h:
19298         * ext/ivorbis/vorbisfile.c:
19299         * ext/musepack/gstmusepackdec.h:
19300         * ext/nas/nassink.c:
19301         * ext/snapshot/gstsnapshot.c:
19302         * ext/sndfile/gstsf.h:
19303         * ext/tarkin/gsttarkindec.h:
19304         * ext/tarkin/gsttarkinenc.h:
19305         * ext/xine/gstxine.h:
19306         * ext/xine/xinecaps.c:
19307         * ext/xvid/gstxvid.h:
19308         * gst-libs/gst/play/play.h:
19309         * gst/apetag/apedemux.h:
19310         * gst/cdxaparse/gstcdxaparse.h:
19311         * gst/cdxaparse/gstcdxastrip.h:
19312         * gst/colorspace/yuv2rgb.c:
19313         * gst/colorspace/yuv2rgb.h:
19314         * gst/equalizer/gstiirequalizer.c:
19315         * gst/festival/gstfestival.h:
19316         * gst/games/gstpuzzle.c:
19317         * gst/games/gstvideoimage.c:
19318         * gst/games/gstvideoimage.h:
19319         * gst/modplug/gstmodplug.h:
19320         * gst/modplug/libmodplug/it_defs.h:
19321         * gst/modplug/libmodplug/modplug.h:
19322         * gst/modplug/libmodplug/sndfile.h:
19323         * gst/modplug/libmodplug/stdafx.h:
19324         * gst/mpeg1sys/buffer.c:
19325         * gst/mpeg1sys/gstmpeg1systemencode.h:
19326         * gst/mpeg1sys/main.h:
19327         * gst/mpeg1sys/systems.c:
19328         * gst/mpeg1videoparse/gstmp1videoparse.h:
19329         * gst/mpeg2sub/gstmpeg2subt.h:
19330         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19331         * gst/mpegaudioparse/gstmpegaudioparse.h:
19332         * gst/multifilesink/gstmultifilesink.h:
19333         * gst/overlay/gstoverlay.h:
19334         * gst/qtdemux/qtdemux.c:
19335         * gst/qtdemux/qtdemux.h:
19336         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
19337         * gst/rtjpeg/RTjpeg.h:
19338         * gst/tta/crc32.h:
19339         * gst/tta/filters.h:
19340         * gst/tta/ttadec.h:
19341         * gst/videodrop/gstvideodrop.h:
19342         * sys/cdrom/gstcdplayer.h:
19343         * sys/cdrom/gstcdplayer_ioctl.c:
19344         * sys/cdrom/gstcdplayer_ioctl.h:
19345         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
19346         * sys/cdrom/gstcdplayer_ioctl_irix.h:
19347         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
19348         * sys/dxr3/dxr3audiosink.c:
19349         * sys/dxr3/dxr3audiosink.h:
19350         * sys/dxr3/dxr3spusink.c:
19351         * sys/dxr3/dxr3spusink.h:
19352         * sys/dxr3/dxr3videosink.c:
19353         * sys/dxr3/dxr3videosink.h:
19354         * sys/qcam/dark.c:
19355         * sys/qcam/gstqcamsrc.c:
19356         * sys/v4l2/gstv4l2colorbalance.h:
19357         * sys/v4l2/gstv4l2element.h:
19358         * sys/v4l2/gstv4l2src.h:
19359         * sys/v4l2/gstv4l2tuner.h:
19360         * sys/v4l2/gstv4l2xoverlay.h:
19361         * sys/v4l2/v4l2_calls.c:
19362         * sys/v4l2/v4l2_calls.h:
19363         * sys/v4l2/v4l2src_calls.c:
19364         * sys/v4l2/v4l2src_calls.h:
19365         * sys/vcd/vcdsrc.h:
19366           expand tabs
19367
19368 === release 0.10.0 ===
19369
19370 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19371
19372         * configure.ac:
19373           releasing 0.10.0, "Camembert"
19374
19375 2005-12-05  Andy Wingo  <wingo@pobox.com>
19376
19377         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
19378         * ext/faad/gstfaad.c: (gst_faad_chain):
19379         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
19380         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
19381         * ext/xine/xineinput.c: (gst_xine_input_get):
19382         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
19383         * gst/speed/gstspeed.c: (speed_chain):
19384         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
19385         alloc_buffer changes.
19386
19387 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19388
19389         * ext/Makefile.am:
19390           Add missing $(WAVPACK_DIR) (#322962).
19391
19392 === release 0.9.7 ===
19393
19394 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19395
19396         * configure.ac:
19397           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
19398
19399 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
19400
19401         * PORTED_09:
19402         * configure.ac:
19403         * ext/Makefile.am:
19404         * ext/libmms/Makefile.am:
19405         * ext/libmms/gstmms.c:
19406         * ext/libmms/gstmms.h:
19407         libmm ported to 0.9. It works fine, but print some error messages. I
19408         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
19409         
19410 2005-11-28  Edward Hervey  <edward@fluendo.com>
19411
19412         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19413         Handle gracefully the consequence of "Maximum number of scalefactor
19414         bands exceeded", which results in 0 channels with samplerates of 0.
19415         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
19416         Do upward transitions, then call parent state_change, then do
19417         downward transitions.
19418
19419 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19420
19421         * ext/Makefile.am:
19422           alphabets, so hard to master.  Should fix distcheck.
19423
19424 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
19425
19426         * configure.ac:
19427         * PORTED_09:
19428         * ext/Makefile.am:
19429         * ext/wavpack/Makefile.am:
19430         * ext/wavpack/gstwavpackdec.c:
19431         * ext/wavpack/gstwavpackdec.h:
19432         * ext/wavpack/gstwavpackparse.c:
19433         * ext/wavpack/gstwavpackparse.h:
19434         Wavpack ported to 0.9. No support for correction file yet.
19435
19436 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19437
19438         * ext/wavpack/Makefile.am:
19439         * ext/wavpack/gstwavpack.c: (plugin_init):
19440         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
19441         * ext/wavpack/gstwavpackcommon.h:
19442         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
19443         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
19444         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19445         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
19446         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
19447         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
19448         (gst_wavpack_dec_plugin_init):
19449         * ext/wavpack/gstwavpackdec.h:
19450         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
19451         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
19452         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
19453         (gst_wavpack_parse_src_event), (find_header), (find_sample),
19454         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
19455         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
19456         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
19457         * ext/wavpack/gstwavpackparse.h:
19458           put back wavpack - still needs porting
19459
19460 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19461
19462         * configure.ac: back to HEAD
19463
19464 === release 0.9.6 ===
19465
19466 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19467
19468         * configure.ac:
19469           releasing 0.9.6, "Hot Tea"
19470
19471 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19472
19473         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19474         * ext/directfb/dfb-example.c: (main):
19475         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
19476         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
19477         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19478         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
19479         (gst_dfbvideosink_bufferpool_clear),
19480         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19481         (gst_dfbvideosink_navigation_send_event),
19482         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19483         (gst_dfbvideosink_class_init):
19484         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19485         fixes.
19486
19487 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19488
19489         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19490         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19491         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19492         * ext/sdl/sdlvideosink.h:
19493         Updates for fractional framerates and XOverlay interface changes
19494
19495 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19496
19497         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19498         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19499         (qtdemux_parse_trak):
19500         Convert to fractional framerates
19501
19502 2005-11-23  Edward Hervey  <edward@fluendo.com>
19503
19504         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19505         Fix for latest API changes
19506
19507 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19508         * configure.ac:
19509         * PORTED_09:
19510         * extt/Makefile.am:
19511         * ext/musepack/gstmusepackdec.c:
19512         * ext/musepack/gstmusepackdec.h:
19513         * ext/musepack/gstmusepackreader.c:
19514         * ext/musepack/gstmusepackreader.h:
19515         Musepackdec ported to 0.9. There is still a small problem to be
19516         solved, after the end of file, the pipeline doens't stop.
19517
19518 2005-11-22  Andy Wingo  <wingo@pobox.com>
19519
19520         * ext/faad/gstfaad.c (gst_faad_event)
19521         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19522         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19523         * gst/speed/gstspeed.c (speed_sink_event)
19524         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19525         (gst_tta_parse_parse_header): Run update-funcnames.
19526
19527 2005-11-21  Michael Smith <msmith@fluendo.com>
19528
19529         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19530           Don't take STREAM_LOCK in sink event handlers any more.
19531
19532 2005-11-21  Wim Taymans  <wim@fluendo.com>
19533
19534         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19535         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19536         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19537         Fix for stream lock updates.
19538
19539 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19540
19541         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19542           Add DX50, DIVX and DIV3 fourccs (patch by
19543           j@bootlab.org, #321903).
19544
19545 2005-11-21  Andy Wingo  <wingo@pobox.com>
19546
19547         * *.h:
19548         * *.c: Ran scripts/update-macros. Oh yes.
19549
19550 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19551
19552         * ext/directfb/dfbvideosink.c:
19553         (gst_dfbvideosink_get_format_from_caps):
19554         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19555         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19556         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19557         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19558         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19559         (qtdemux_audio_caps):
19560         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19561         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19562         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19563           Update for GST_FOURCC_FORMAT API change.
19564
19565 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19566
19567         * ext/audioresample/gstaudioresample.c:
19568         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19569         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19570         * gst/modplug/gstmodplug.cc:
19571         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19572         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19573         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19574         (#322027)
19575
19576 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19577
19578         * ext/Makefile.am:
19579         * ext/ivorbis/vorbisfile.c:
19580         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19581         ! tremor ! alsasink. Some issues to be solved yet:
19582         1- set correct timestamps
19583         2- seek is forced to disabled in pull-mode
19584         
19585 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19586
19587         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19588         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19589         (gst_faac_chain):
19590           Set proper caps on source pad (#320532).
19591
19592         * ext/faad/gstfaad.c:
19593           Don't use gtk-doc markers for comment block.
19594
19595 2005-11-14  Andy Wingo  <wingo@pobox.com>
19596
19597         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19598         debugging, allows dll builds on windows. Fixes #316076.
19599
19600 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19601
19602         * configure.ac: back to HEAD
19603
19604 === release 0.9.5 ===
19605
19606 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19607
19608         * configure.ac:
19609           releasing 0.9.5, "Thrice Belgian Bar"
19610
19611 2005-11-11  Michael Smith <msmith@fluendo.com>
19612
19613         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19614           Make this compile on systems with broken headers. 
19615
19616 2005-11-11  Michael Smith <msmith@fluendo.com>
19617
19618         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19619           Call functions with the correct API. Unfortunately, unless your
19620           distribution patches upstream, the public header file for FAAD
19621           doesn't actually declare the API accurately. So, some nastiness
19622           ensues...
19623
19624 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19625
19626         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19627
19628         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19629           Add support for custom genre tags.
19630
19631 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19632
19633         * ext/tarkin/wavelet.c:
19634         * ext/tarkin/wavelet.h:
19635         * gst/mpegaudioparse/gstmpegaudioparse.c:
19636         * gst/vbidec/vbidata.c:
19637         * gst/vbidec/vbiscreen.h:
19638         * sys/dxr3/ac3_padder.c:
19639         * sys/dxr3/dxr3audiosink.c:
19640         * sys/dxr3/dxr3spusink.c:
19641         * sys/dxr3/dxr3videosink.c:
19642         * sys/qcam/dark.c:
19643           Don't use gtk-doc markers for normal comments. Fix
19644           gtk-doc formatting where required.
19645
19646 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19647
19648         * configure.ac:
19649         * PORTED_09:
19650         * ext/Makefile.am:
19651         * ext/ivorbis/vorbis.c:
19652         * ext/ivorbis/vorbisfile.c:
19653         Ported to 0.9. Some issues to be solved yet:
19654         1- set correct timestamps
19655         2- seg fault when eos
19656         3- seek is now disabled
19657
19658 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19659
19660         * examples/Makefile.am: Cleanup non existing
19661         examples.
19662
19663 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19664
19665         * docs/plugins/inspect.stamp: Add missing files.
19666
19667 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19668
19669         * examples/Makefile.am: Make buildbot happy.
19670
19671 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19672
19673         * Makefile.am: examples in dist subdirs.
19674         * configure.ac: enable parameter for building 
19675         examples.
19676         * docs/plugins/gst-plugins-bad-plugins.args:
19677         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19678         * examples/Makefile.am: Updates.
19679
19680 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19681
19682         * Makefile.am:
19683         * autogen.sh:
19684         * configure.ac:
19685         * docs/Makefile.am:
19686         * docs/plugins/.cvsignore:
19687         * docs/plugins/Makefile.am:
19688         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
19689         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19690         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19691         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
19692         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19693         * docs/plugins/gst-plugins-bad-plugins.args:
19694         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
19695         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19696         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
19697         * docs/plugins/gst-plugins-bad-plugins.signals:
19698         * docs/plugins/gst-plugins-bad-plugins.types:
19699         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19700         * docs/version.entities.in: Enable documentation.
19701         * examples/Makefile.am:
19702         * examples/directfb/Makefile.am:
19703         * examples/directfb/decker.ttf:
19704         * examples/directfb/dfblogo.png:
19705         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
19706         (size_changed), (setup_dynamic_link), (main): Add an example
19707         application for DirectFB.
19708
19709 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19710
19711         * ext/directfb/Makefile.am: Add the example application.
19712         * ext/directfb/dfb-example.c: (get_me_out), (main):
19713         Here is an example application that runs videotestsrc for 20
19714         seconds. It's included in the documentation.
19715         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19716         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19717         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
19718         More fixes, calculate new size of the buffer when renegotiating.
19719         This completely breaks ffmpegcolorspace but i need to discuss 
19720         that with Wim on monday. Add documentation.
19721
19722 2005-11-05  Julien MOUTTE  <julien@moutte.net>
19723
19724         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19725         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19726         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
19727         better, add safety checks and ARGB support for cards that
19728         support it.
19729
19730 2005-11-04  Julien MOUTTE  <julien@moutte.net>
19731
19732         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19733         (gst_dfbvideosink_surface_destroy),
19734         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19735         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
19736         (gst_dfbvideosink_buffer_alloc):
19737         * ext/directfb/dfbvideosink.h: Now does clipping when surface
19738         is too small, handles upstream elements that are not calling
19739         gst_pad_alloc_buffer, fixes a lot of bugs.
19740
19741 2005-11-03  Julien MOUTTE  <julien@moutte.net>
19742
19743         * ext/directfb/Makefile.am: Prepare for liboil usage.
19744         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
19745         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
19746         rendering in external surface correctly. Will commit a neat
19747         example soon.
19748
19749 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
19750
19751         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
19752         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19753         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
19754         * ext/sdl/sdlvideosink.h:
19755         Add support to exit when 'Esc' key is pressed.
19756
19757 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19758
19759         * configure.ac: Requires DirectFB 0.9.24
19760
19761 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19762
19763         * configure.ac:
19764         * ext/Makefile.am:
19765         * ext/directfb/Makefile.am:
19766         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
19767         (gst_dfbvideosink_surface_create),
19768         (gst_dfbvideosink_surface_destroy),
19769         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
19770         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
19771         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19772         (gst_dfbvideosink_get_format_from_caps),
19773         (gst_dfbvideosink_get_caps_from_format),
19774         (gst_dfbvideosink_can_blit_from_format),
19775         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19776         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
19777         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
19778         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
19779         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19780         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
19781         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
19782         (gst_dfbvideosink_interface_init),
19783         (gst_dfbvideosink_navigation_send_event),
19784         (gst_dfbvideosink_navigation_init),
19785         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19786         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
19787         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
19788         (plugin_init):
19789         * ext/directfb/dfbvideosink.h:
19790         * ext/directfb/directfbvideosink.c:
19791         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
19792         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
19793         scaling, navigation, buffer allocation from video memory etc...
19794
19795 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19796
19797         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
19798         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
19799         gst_sdlvideosink_create:
19800         Changed property full-screen to fullscreen, using SDL_SWSURFACE
19801         instead of SDL_HWSURFACE when in full screen mode.
19802         
19803 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19804
19805         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
19806         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
19807         gst_sdlvideosink_init, gst_sdlvideosink_create:
19808         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
19809         Added a property that allows full-screen.
19810
19811 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
19812
19813         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19814         (gst_sdlvideosink_class_init),
19815         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
19816         (gst_sdlvideosink_show_frame):
19817         * ext/sdl/sdlvideosink.h:
19818           Fix I420 output on some machines (not very nice, but should work).
19819           Add an 'sdlvideosink' debug category. Disable formats that do
19820           not work. Fix some vararg function issues.
19821
19822 2005-10-27  Wim Taymans  <wim@fluendo.com>
19823
19824         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19825         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
19826         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
19827         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
19828         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
19829         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
19830         Fix SDL videosink and did some cleanups.
19831
19832 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
19833
19834         * ext/sdl/sdlvideosink.c:
19835         * ext/sdl/sdlvideosink.h:
19836         Trying to fix videos out of sync (not fixed yet)
19837         
19838 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19839
19840         * gst/qtdemux/qtdemux.h:
19841           Remove got_redirect from class structure as well.
19842
19843 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19844
19845         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
19846         (qtdemux_parse_tree):
19847           Remove 'got-redirect' signal and post element message
19848           on the bus instead.
19849
19850 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19851
19852         * ext/gsm/gstgsm.c:
19853         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19854         * ext/gsm/gstgsmdec.h:
19855         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19856         (gst_gsmenc_chain):
19857         Fixing stuff as wingo pointed out.
19858
19859 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19860
19861         * ext/gsm/gstgsm.c: (plugin_init):
19862         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
19863         (gst_gsmdec_chain):
19864         * ext/gsm/gstgsmdec.h:
19865         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19866         (gst_gsmenc_chain):
19867         * ext/gsm/gstgsmenc.h:
19868         Over-writing Wim's gsm plugins (currently not working) with that from the 
19869         farsight repo. Also made sure that they work with the RTP (de)payloader.
19870
19871 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19872
19873         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
19874         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
19875         * ext/gsm/gstgsmenc.h:
19876         Fixed event handling
19877
19878 2005-10-24  Christian Schaller  <christian@fluendo.com>
19879
19880         * configure.ac: port over thomas's plugin listing from base
19881
19882 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19883
19884         * configure.ac:
19885           back to HEAD
19886
19887 === release 0.9.4 ===
19888
19889 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19890
19891         * NEWS:
19892         * RELEASE:
19893         * configure.ac:
19894           Releasing 0.9.4, "Utahraptor"
19895
19896 2005-10-23  Julien MOUTTE  <julien@moutte.net>
19897
19898         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
19899
19900 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19901
19902         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
19903         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
19904         (gst_faad_chain), (gst_faad_change_state):
19905         * ext/faad/gstfaad.h:
19906           Do some timestamp smoothing (matroskademux apparently sends
19907           multiple buffers in a row with the same timestamp); fix
19908           duration on outgoing buffers; fix change state function; use
19909           GST_DEBUG_FUNCPTR for pad functions.
19910
19911 2005-10-19  Wim Taymans  <wim@fluendo.com>
19912
19913         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
19914         (gst_qtdemux_handle_src_query):
19915         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
19916         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19917         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
19918         API change fix.
19919
19920 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19921
19922         * configure.ac:
19923           All the cool kids use GST_DOCBOOK_CHECK now.
19924
19925 2005-10-18  Julien MOUTTE  <julien@moutte.net>
19926
19927         * gst/speed/Makefile.am: Fix build of speed. 
19928
19929 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
19930
19931         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
19932         (speed_parse_caps), (speed_src_event), (speed_sink_event),
19933         (speed_src_query), (speed_init), (speed_set_property),
19934         (speed_change_state), (gst_speed_convert):
19935         Fixed speed - the previous version, 1.38, has been ported to 0.9
19936         from a wrong version, 1.37 (from 1.36). That fix already includes
19937         the changes done in 1.36.2.4.
19938
19939 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
19940
19941         * configure.ac:
19942           Fix glib check
19943
19944 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19945
19946         * examples/stats/mp2ogg.c:
19947         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
19948         (tarkin_synthesis_packetin):
19949           and more typos fixed
19950
19951 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19952
19953         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
19954         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
19955         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
19956         (gst_faac_get_property), (gst_faac_change_state):
19957           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
19958           move event handling from chain function into an event function,
19959           add some locks here and there, do some cleanups; disable 32-bit
19960           integer and float input formats until we're sure that those 
19961           actually work (couldn't play back the produced files with 
19962           anything).
19963
19964 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19965
19966         * examples/indexing/indexmpeg.c: (main):
19967         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
19968         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
19969         * ext/artsd/gstartsdsink.h:
19970         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
19971         (gst_afparse_close_file):
19972         * ext/audiofile/gstafparse.h:
19973         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19974         (gst_afsink_close_file), (gst_afsink_chain),
19975         (gst_afsink_change_state):
19976         * ext/audiofile/gstafsink.h:
19977         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19978         (gst_afsrc_close_file), (gst_afsrc_change_state):
19979         * ext/audiofile/gstafsrc.h:
19980         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
19981         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
19982         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
19983         * ext/jack/gstjack.h:
19984         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
19985         (gst_jack_bin_change_state):
19986         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
19987         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
19988         * ext/nas/nassink.c: (gst_nassink_open_audio),
19989         (gst_nassink_close_audio), (gst_nassink_change_state):
19990         * ext/nas/nassink.h:
19991         * ext/polyp/polypsink.c: (gst_polypsink_init):
19992         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19993         * ext/sdl/sdlvideosink.h:
19994         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19995         * ext/sndfile/gstsf.c: (gst_sf_set_property),
19996         (gst_sf_change_state), (gst_sf_release_request_pad),
19997         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
19998         * ext/sndfile/gstsf.h:
19999         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
20000         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
20001         * gst/apetag/apedemux.c: (gst_ape_demux_init):
20002         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
20003         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
20004         * gst/festival/gstfestival.c: (gst_festival_change_state):
20005         * gst/festival/gstfestival.h:
20006         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
20007         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
20008         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
20009         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
20010         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
20011         (gst_multifilesink_chain), (gst_multifilesink_change_state):
20012         * gst/multifilesink/gstmultifilesink.h:
20013         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
20014         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
20015         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
20016         (dxr3audiosink_open), (dxr3audiosink_close),
20017         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
20018         (dxr3audiosink_change_state):
20019         * sys/dxr3/dxr3audiosink.h:
20020         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
20021         (dxr3spusink_close), (dxr3spusink_chain),
20022         (dxr3spusink_change_state):
20023         * sys/dxr3/dxr3spusink.h:
20024         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
20025         (dxr3videosink_open), (dxr3videosink_close),
20026         (dxr3videosink_write_data), (dxr3videosink_change_state):
20027         * sys/dxr3/dxr3videosink.h:
20028         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
20029         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
20030         (gst_qcamsrc_open), (gst_qcamsrc_close):
20031         * sys/qcam/gstqcamsrc.h:
20032         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
20033         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
20034         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
20035         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
20036         * sys/vcd/vcdsrc.h:
20037         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20038         moved bitshift from macro to enum definition
20039
20040 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20041
20042         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20043
20044         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
20045           Fix depth/width handling for float audio (#318659).
20046
20047 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20048
20049         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20050
20051         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
20052         (gst_faac_src_setcaps), (gst_faac_chain):
20053           Refcount fixes (#318660)
20054
20055 2005-10-12  Julien MOUTTE  <julien@moutte.net>
20056
20057         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
20058         automake-1.7 happy again.
20059
20060 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
20061
20062         * ext/faad/gstfaad.c: (gst_faad_event):
20063           newsegment API update
20064
20065 2005-10-11  Wim Taymans  <wim@fluendo.com>
20066
20067         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20068         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
20069         (gst_tta_parse_parse_header):
20070         newsegment API update.
20071
20072 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20073
20074         * configure.ac:
20075           back to development
20076
20077 === release 0.9.3 ===
20078
20079 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20080
20081         * configure.ac:
20082           Releasing 0.9.3, "Porthos"
20083
20084 2005-09-28  Wim Taymans  <wim@fluendo.com>
20085
20086         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20087         No need to take stream lock here.
20088
20089 2005-09-26  Christian Schaller  <uraeus@gnome.org>
20090
20091         * configure.ac: add speed and rfb where needed
20092         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
20093
20094 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
20095
20096         * ext/gsm/Makefile.am:
20097         * ext/gsm/gstgsm.c:
20098         * ext/gsm/gstgsmdec.c:
20099         * PORTED_09:
20100         Gsmdec ported to 0.9.
20101
20102 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
20103
20104         * configure.ac:
20105         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
20106         (gst_tta_dec_chain):
20107         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
20108         (gst_tta_parse_class_init), (gst_tta_parse_reset),
20109         (gst_tta_parse_init), (gst_tta_parse_src_event),
20110         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
20111         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
20112         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
20113         (gst_tta_parse_loop), (gst_tta_parse_change_state):
20114         * gst/tta/gstttaparse.h:
20115           Ported tta plugin to 0.9.
20116
20117
20118 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20119
20120         * ext/gsm/gstgsmenc.c:
20121           Setting caps on the outgoing buffers.
20122           Need to fix: rtpencoder does not know what it is handling and
20123           errors out
20124
20125 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
20126
20127         * configure.ac:
20128         * ext/sdl/Makefile.am:
20129           Fixed Makefile.am - removed hard coded flags from Makefile.am.
20130           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
20131
20132 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
20133
20134         * Makefile.am:
20135         * configure.ac:
20136         * ext/sdl/Makefile.am:
20137         * ext/sdl/sdlvideosink.c:
20138         * PORTED_09:
20139           Ported to 0.9.
20140
20141 === release 0.9.1 ===
20142
20143 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20144
20145         * configure.ac:
20146         * gst/speed/Makefile.am:
20147         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
20148         * PORTED_09:
20149
20150 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20151
20152         * NEWS:
20153         * README:
20154         * RELEASE:
20155         * configure.ac:
20156         * autogen.sh:
20157           releasing 0.9.1, "Angel Eyes"
20158
20159 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
20160         * examples/gstplay/player.c: (main):
20161         * examples/stats/mp2ogg.c: (main):
20162         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
20163         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
20164         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
20165         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
20166         * ext/dirac/gstdiracdec.cc:
20167         * ext/directfb/directfbvideosink.c:
20168         (gst_directfbvideosink_change_state):
20169         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
20170         * ext/faac/gstfaac.c: (gst_faac_change_state):
20171         * ext/hermes/gsthermescolorspace.c:
20172         (gst_hermes_colorspace_change_state):
20173         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
20174         * ext/jack/gstjack.c: (gst_jack_change_state):
20175         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
20176         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
20177         * ext/libmms/gstmms.c: (gst_mms_change_state):
20178         * ext/mpeg2enc/gstmpeg2enc.cc:
20179         * ext/mplex/gstmplex.cc:
20180         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
20181         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
20182         * ext/nas/nassink.c: (gst_nassink_change_state):
20183         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
20184         (context_state_callback), (gst_polypsink_link):
20185         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20186         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
20187         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
20188         * ext/sndfile/gstsf.c: (gst_sf_change_state):
20189         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20190         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
20191         * ext/xine/xine.c: (gst_xine_change_state):
20192         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
20193         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
20194         * ext/xine/xineinput.c: (gst_xine_input_change_state):
20195         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
20196         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
20197         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
20198         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
20199         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
20200         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
20201         * gst/festival/gstfestival.c: (gst_festival_change_state):
20202         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
20203         * gst/modplug/gstmodplug.cc:
20204         * gst/mpeg1videoparse/gstmp1videoparse.c:
20205         (gst_mp1videoparse_change_state):
20206         * gst/mpegaudioparse/gstmpegaudioparse.c:
20207         (gst_mp3parse_change_state):
20208         * gst/multifilesink/gstmultifilesink.c:
20209         (gst_multifilesink_change_state):
20210         * gst/speed/gstspeed.c: (speed_change_state):
20211         * gst/switch/gstswitch.c: (gst_switch_change_state):
20212         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
20213         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
20214         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
20215         * po/af.po:
20216         * po/az.po:
20217         * po/cs.po:
20218         * po/en_GB.po:
20219         * po/hu.po:
20220         * po/it.po:
20221         * po/nb.po:
20222         * po/nl.po:
20223         * po/or.po:
20224         * po/sq.po:
20225         * po/sr.po:
20226         * po/sv.po:
20227         * po/uk.po:
20228         * po/vi.po:
20229         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
20230         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
20231         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
20232         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
20233         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
20234         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
20235         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
20236         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
20237         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
20238         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
20239         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
20240         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
20241           Fix up all the state change functions.
20242
20243 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20244
20245         * created gst-plugins-bad
20246
20247 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20248
20249         * configure.ac:
20250         * ext/Makefile.am:
20251         * ext/gsm/Makefile.am:
20252         * ext/gsm/gstgsm.c: 
20253         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
20254         * PORTED_09:
20255
20256 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20257
20258         * configure.ac:
20259         * ext/Makefile.am:
20260         * ext/faac/Makefile.am:
20261         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.