configure.ac: Require CVS of core for the last change.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * configure.ac:
4         Require CVS of core for the last change.
5
6 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
7
8         * gst/flv/Makefile.am:
9         Fix (non-critical) syntax error and add all required CFLAGS and LIBS.
10
11         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
12         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
13         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
14         (gst_flv_parse_tag_timestamp), (gst_flv_parse_tag_type):
15         Rewrite the script tag parsing to make sure we don't try to read
16         more data than we have. Also use GST_READ_UINT24_BE directly and
17         fix some minor memory leaks.
18         This should make all crashes on fuzzed FLV files disappear.
19
20 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
21
22         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
23         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
24         (gst_flv_parse_tag_type), (gst_flv_parse_header):
25         Properly check everywhere that we have enough data to parse and
26         don't read outside the allocated memory region. 
27
28 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
29
30         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
31         (gst_flv_parse_tag_video):
32         If the caps change during playback and negotiation fails error out
33         instead of trying to continue.
34
35 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
36
37         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
38         (gst_flv_mux_request_new_pad), (gst_flv_mux_write_buffer),
39         (gst_flv_mux_collected):
40         * gst/flv/gstflvmux.h:
41         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate):
42         Add support for Speex audio and allow buffers without valid
43         timestamp in the muxer.
44
45 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
46
47         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop),
48         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
49         (gst_flv_demux_handle_seek_pull):
50         Don't post an error message on the bus if sending EOS downstream
51         didn't work. Fixes bug #550454.
52
53         Fix seek event handling to look at the flags of the seek event
54         instead of assuming some random flags, don't send segment-start
55         messages when operating in push mode and push seek events upstream
56         if we couldn't handle them.
57
58 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
59
60         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
61         Error out early if pulling a tag failed.
62
63 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
64
65         * gst/flv/gstflvdemux.c: (gst_flv_demux_create_index),
66         (gst_flv_demux_loop):
67         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_script),
68         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
69         (gst_flv_parse_tag_timestamp):
70         * gst/flv/gstflvparse.h:
71         In pull mode we create our own index before doing anything else
72         and don't use the index provided by some files (which are more than
73         often incorrect and cause failed seeks).
74
75         For push mode we still use the index provided by the file and extend it
76         while doing the playback.
77
78 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
79
80         * gst/flv/gstflvdemux.c: (gst_flv_demux_push_src_event),
81         (gst_flv_demux_loop), (gst_flv_demux_handle_seek_pull),
82         (gst_flv_demux_sink_event):
83         Instead of using gst_pad_event_default() use a small
84         gst_pad_push_event() wrapper that only does what we want and is much
85         more simple.
86
87 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
88
89         * gst/flv/gstflvdemux.c: (gst_flv_demux_change_state),
90         (gst_flv_demux_set_index), (gst_flv_demux_init):
91         * gst/flv/gstflvdemux.h:
92         If our index was created by the element and not provided from the
93         outside we should destroy it when starting a new stream to get
94         all old entries removed.
95
96 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
97
98         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range):
99         Improve debugging a bit when pulling a buffer from upstream fails.
100
101 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
102
103         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
104         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_dispose):
105         * gst/flv/gstflvdemux.h:
106         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
107         (gst_flv_parse_tag_video):
108         Close the currently playing segment from the streaming thread
109         instead of the thread where the seek event is handled.
110
111 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
112
113         Patch by: David Härdeman <david at hardeman dot nu>
114
115         * gst/mpegdemux/mpegtspacketizer.c: (mpegts_packetizer_parse_nit):
116         Add support for the frequency list descriptor, which provides
117         additional frequencies that should be scanned by a DVB application.
118         Fixes bug #557814.
119
120 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
121
122         Patch by: vanista <vanista at gmail dot com>
123
124         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_choose_best_stream):
125         Fix EOS logic by correctly popping the collect pad buffers only
126         when we've chosen to use them instead of popping them always and
127         storing them in a private queue.
128
129         Before the pipeline would deadlock if all pads go EOS at the same
130         time. Fixes bug #557763.
131
132 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
133
134         * configure.ac:
135         Back to development -> 0.10.9.1
136
137 === release 0.10.9 ===
138
139 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
140
141         * configure.ac:
142           releasing 0.10.9, "Matters of fact"
143
144 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
145
146         * configure.ac:
147         Commit 0.10.8.4 pre-release
148
149 2008-10-20  Edward Hervey  <edward.hervey@collabora.co.uk>
150
151         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
152         Fix reverse playback regression.
153         Fixes #557080
154
155 2008-10-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
156
157         * ext/apexsink/gstapexplugin.c: (plugin_init):
158           Set apexsink's rank to NONE so it doesn't get used by
159           autoaudiosink (there's no point really). (#556588)
160
161 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
162
163         * configure.ac:
164         0.10.8.3 pre-release
165
166 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
167
168         Patch by: Josep Torra
169
170         * gst/mpegdemux/gstmpegtsdemux.c:
171         * gst/mpegdemux/gstmpegtsdemux.h:
172         Properly handle some resync cases in the optimised
173         buffering strategy.
174
175 2008-10-16  Michael Smith <msmith@songbirdnest.com>
176         * sys/acmenc/Makefile.am:
177           Remove incorrect use of DIRECTSOUND_LDFLAGS
178
179 2008-10-16  Sebastian Dröge  <slomo@circular-chaos.org>
180
181         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
182         (gst_flv_mux_write_buffer):
183         Don't set video_codec to the value that actually should go
184         into audio codec, otherwise we create invalid files.
185         Fixes bug #556564.
186
187 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
188
189         * tests/check/Makefile.am:
190         Leave apexsink out of the states test.
191
192 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
193
194         * gst/rtpmanager/gstrtpjitterbuffer.c:
195         (gst_jitter_buffer_sink_parse_caps),
196         (gst_rtp_jitter_buffer_flush_start),
197         (gst_rtp_jitter_buffer_flush_stop), (gst_rtp_jitter_buffer_chain),
198         (gst_rtp_jitter_buffer_loop):
199         Fix problem with using the output seqnum counter to check for input
200         seqnum discontinuities.
201         Improve gap detection and recovery, reset and flush the jitterbuffer on
202         seqnum restart. Fixes #556520.
203
204         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert):
205         Fix wrong G_LIKELY.
206
207 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
208
209         * configure.ac:
210         Commit 0.10.8.2 pre-release bump, that actually went out in a
211         tarball on 2008-10-11
212
213 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
214
215         * gst/rtpmanager/gstrtpsession.c:
216         (gst_rtp_session_event_send_rtcp_src), (create_send_rtcp_src):
217         Install event handler on the rtcp_src pad, make LATENCY event return
218         TRUE.
219
220 2008-10-16  Edward Hervey  <edward.hervey@collabora.co.uk>
221
222         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
223         Make sure the mpegpsdemux element creates valid newsegment events.
224         Fixes #556428
225
226 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
227
228         patch by: Sebastian Pölsterl
229         
230         * gst/mpegdemux/mpegtspacketizer.c:
231         Fixes segfault in get_encoding_and_convert.
232         Fixes #556482
233
234 2008-10-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
235
236         patch by: Josep Torra
237
238         * gst/mpegdemux/gstmpegtsdemux.c:
239         Fixes a segfault in the adaptation buffer size strategy.
240         Fixes #556440
241
242 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
243
244         * gst/selector/gstinputselector.c: (gst_input_selector_event),
245         (gst_input_selector_query):
246         Gracefully handle the cases when we dont' have otherpad.
247         Fixes #556430
248
249 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
250
251         * gst/aiffparse/aiffparse.c: (plugin_init):
252         Fix debugging category initialization.
253         Fixes #556274   
254
255 2008-10-14  Jan Schmidt  <jan.schmidt@sun.com>
256
257         * ext/apexsink/gstapexsink.c:
258         Fix some more format string compiler warnings (from OS/X)
259
260 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
261
262         * ext/apexsink/gstapexraop.c: (gst_apexraop_connect),
263         (gst_apexraop_set_volume):
264         Fix format string compiler warnings.
265
266 2008-10-12  Jan Schmidt  <jan.schmidt@sun.com>
267
268         * sys/oss4/oss4-mixer.c:
269         * sys/oss4/oss4-sink.c:
270         * sys/oss4/oss4-source.c:
271         Add some spaces in translateable strings.
272         Fixes: #555969 #555968 #555965
273
274 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
275
276         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag),
277         (gst_flv_demux_pull_header):
278         Fix regression of handling flow returns in pull mode.
279         Fixes bug #556003.
280
281 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
282
283         * ext/Makefile.am:
284         Add apexsink to SUBDIRS. Fixes bug #555912.
285
286 2008-10-11  Jan Schmidt  <jan.schmidt@sun.com>
287
288         * tests/check/pipelines/metadata.c:
289         Make the metadata test not fail when jpegenc isn't available....
290         as it isn't here, because it's not in this module, and
291         therefore not in the plugin path when the check runs.
292
293 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
294
295         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
296         (gst_flv_parse_tag_video):
297         Use gst_pad_alloc_buffer_and_set_caps() to make sure we get
298         a buffer with caps that we can work with (i.e. the pad's caps).
299
300         Add non-keyframe video frames to the index too but without the
301         keyframe flag.
302
303         Add audio frames to the index only if we have no video stream.
304
305 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
306
307         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
308         (gst_flv_parse_tag_video):
309         Create pads from the pad templates, use fixed caps on them
310         and only activate them after the caps are set.
311
312 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
313
314         * configure.ac:
315         Disable flacparse for this release as it's too buggy.
316
317 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
318
319         * gst/flacparse/gstbaseparse.c (gst_base_parse_push_buffer),
320         (gst_base_parse_update_upstream_durations):
321         Fix compiler warning on OS/X about parameters not matching
322         the debug format string.
323
324 2008-10-09  Sebastian Dröge  <slomo@circular-chaos.org>
325
326         * gst/deinterlace2/tvtime/tomsmocomp.c:
327         (gst_deinterlace_method_tomsmocomp_class_init):
328         Fix unused variable compiler warning when not building
329         X86 assembly.
330
331 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
332
333         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop):
334         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_timestamp):
335         * gst/flv/gstflvparse.h:
336         Get an approximate duration of the file by looking at the timestamp
337         of the last tag in pull mode. If we get (maybe better) duration from
338         metadata later we'll use that instead.
339
340 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
341
342         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range),
343         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header):
344         Refactor _pull_range() logic with checks into a seperate function
345         to make things a bit more readable.
346
347 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
348
349         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
350         (gst_flv_demux_base_init):
351         Use gst_element_class_set_details_simple().
352
353         If we get GST_FLOW_NOT_LINKED in the parse loop but at least
354         one of the pads is linked continue the loop.
355
356 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
357
358         * ext/amrwb/gstamrwbenc.c:
359         * ext/amrwb/gstamrwbenc.h:
360           Pass the discont flag from the input buffer on to the output buffer in
361           the AMR encoder.
362
363 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
364
365         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
366         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate):
367         Correct caps for video codec id 5: It's On2 VP6 with alpha channel
368         which needs a different decoder and has different caps.
369
370         Add support for audio codec id 14, which is MP3 with 8kHz sampling
371         rate.
372
373         Fix endianness and signedness for raw audio codec ids.
374
375         Add support for alaw and mulaw audio.
376
377 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
378
379         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain):
380         Go out of the parse loop as soon as we get an error instead
381         of parsing until the GstAdapter is empty.
382
383         Add some explanations about the header and tag size.
384
385         Don't print synchronizing message if everything is fine.
386
387 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
388
389         * gst/flv/Makefile.am:
390         * gst/flv/gstflvdemux.c: (plugin_init):
391         * gst/flv/gstflvmux.c: (gst_flv_mux_base_init),
392         (gst_flv_mux_class_init), (gst_flv_mux_init),
393         (gst_flv_mux_finalize), (gst_flv_mux_reset),
394         (gst_flv_mux_handle_src_event), (gst_flv_mux_handle_sink_event),
395         (gst_flv_mux_video_pad_setcaps), (gst_flv_mux_audio_pad_setcaps),
396         (gst_flv_mux_request_new_pad), (gst_flv_mux_release_pad),
397         (gst_flv_mux_write_header), (gst_flv_mux_write_buffer),
398         (gst_flv_mux_collected), (gst_flv_mux_change_state):
399         * gst/flv/gstflvmux.h:
400         Add first version of a FLV muxer. The only missing feature is writing
401         of stream metadata.
402
403 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
404
405         * ext/amrwb/gstamrwbparse.c:
406         * ext/amrwb/gstamrwbparse.h:
407           Add flush seek handler. Taken from recent armnbparse changes.
408           Sync the code more and use #defines for HEADER.
409
410 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
411
412         * ext/amrwb/gstamrwbparse.c:
413         * ext/amrwb/gstamrwbparse.h:
414           Fix the duration query. Also set caps on the pads and buffers more
415           correctly. Taken from recent armnbparse changes.
416
417 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
418
419         * gst/mpegdemux/gstmpegdemux.c:
420         * gst/mpegdemux/gstmpegtsdemux.c:
421         Add Fluendo to the Long Name.
422
423 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
424
425         * configure.ac:
426         * gst-plugins-bad.spec.in:
427         * gst/mpegdemux/Makefile.am:
428         * gst/mpegdemux/flumpegdemux.c:
429         * gst/mpegdemux/gstmpegdesc.c:
430         * gst/mpegdemux/gstmpegdesc.h:
431         * gst/mpegdemux/mpegtspacketizer.c:
432         * gst/mpegdemux/mpegtspacketizer.h:
433         * gst/mpegdemux/mpegtsparse.c:
434         * gst/mpegdemux/mpegtsparse.h:
435         Move of mpegtsparse to mpegdemux.
436         Fixes #555193.
437
438 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
439
440         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data),
441         (gst_flups_demux_parse_pack_start):
442         Prevent a division by zero if last mux rate was zero.
443
444         If we're going to send a NEWSEGMENT event but the segment start
445         and the current buffer timestamp differ by more than a second we
446         will start the NEWSEGMENT at the buffer timestamp.
447
448         This fixes playback of the tv2-1_25.mpg file, which has 0 as first SCR
449         but the first PTS are around 1 hour and 40 minutes.
450
451         Fixes bug #553755.
452
453 2008-10-07  Jan Schmidt  <jan.schmidt@sun.com>
454
455         * ext/resindvd/resindvdsrc.c:
456         Fix next/prev chapter seeking at the beginning or end.
457         Use 64-bit scaling utility functions for converting MPEG
458         timestamps.
459
460 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
461
462         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
463
464         * gst/rtpmanager/gstrtpbin-marshal.list:
465         Add marshaller for new action signal.
466
467         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session),
468         (gst_rtp_bin_class_init):
469         * gst/rtpmanager/gstrtpbin.h:
470         Add action signal to retrieve the internal RTPSession object.
471
472         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
473         (gst_rtp_session_get_property), (gst_rtp_session_release_pad):
474         Add property to access the internal RTPSession object.
475
476         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
477         (check_collision):
478         * gst/rtpmanager/rtpsession.h:
479         Add action signal to retrieve an RTPSource object by SSRC. 
480         See #555396.
481
482 2008-10-07  Stefan Kost  <ensonic@users.sf.net>
483
484         * gst/selector/gstoutputselector.c:
485           Choose right pad for sending events. Fixes #555244
486
487 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
488
489         * gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
490         (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
491         (remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
492         (gst_rtp_bin_release_pad):
493         Release pads of the session manager.
494         Start implementing releasing pads of gstrtpbin.
495
496         * gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
497         (remove_recv_rtcp_sink), (remove_send_rtp_sink),
498         (remove_send_rtcp_src), (gst_rtp_session_release_pad):
499         Implement releasing pads in gstrtpsession.
500
501 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
502
503         * gst/rtpmanager/gstrtpjitterbuffer.c:
504         (gst_jitter_buffer_sink_parse_caps):
505         Only update the seqnum-base when it was not already configured for the
506         streams.
507
508 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
509
510         * configure.ac
511         * ext/metadata/README:
512         * ext/metadata/metadataexif.c:
513         * ext/metadata/metadatatags.c:
514         * ext/metadata/metadatatags.h:
515           Start using core geo tags (bump req). Fix handling of location
516           references.
517
518         * tests/check/Makefile.am:
519           Sort blacklisted elements and remove moved ones. Add new test.
520
521         * tests/check/pipelines/metadata.c:
522           Add first tests for metadata element.
523
524         * tests/icles/metadata_editor.c:
525           Move free to correct place.
526
527 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
528
529         * tests/check/generic/states.c:
530           Stop test on state-change error. Should be applied on other modules if
531           we agree that it makes sense.
532
533 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
534
535         * gst/mpegtsparse/mpegtsparse.c:
536         Actually copy the structure passed in when assigning it because
537         it gets freed straight after the function call.
538         Re: pat_info and pmt_info GstStructures.
539
540 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
541
542         Patch by: Josep Torra
543
544         * gst/mpegdemux/gstmpegtsdemux.c:
545         Fix wrong firing of critical introduced by previous optimisation.
546
547 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
548
549         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
550         Warn and clamp to max bitrate for samplerate.
551         Fixes #550486.
552
553 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
554
555         * gst/mpegtsparse/mpegtsparse.c:
556         Fix possible crash where pat is pointing to a freed structure.
557
558 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
559
560         * ext/metadata/README:
561         * ext/metadata/metadataexif.c:
562         * ext/metadata/metadatatags.c:
563         * ext/metadata/metadatatags.h:
564           Use core gps tags.
565
566 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
567
568         * ext/metadata/metadata_mapping.htm:
569         * ext/metadata/metadataxmp.c:
570         * ext/metadata/Makefile.am:
571           Add mapping of format and mime type to xmp.
572
573 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
574
575         * ext/metadata/README:
576         * ext/metadata/metadataexif.c:
577         * ext/metadata/metadatatags.c:
578         * ext/metadata/metadatatags.h:
579           Reverting. Will need to wait for core 0.10.21 release.
580
581 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
582
583         * ext/metadata/README:
584         * ext/metadata/metadataexif.c:
585         * ext/metadata/metadatatags.c:
586         * ext/metadata/metadatatags.h:
587           Use core gps tags.
588
589 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
590
591         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
592         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
593         (gst_base_parse_change_state), (gst_base_parse_set_index),
594         (gst_base_parse_get_index):
595         Add support for GstIndex.
596
597 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
598
599         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
600         (gst_base_parse_push_buffer),
601         (gst_base_parse_update_upstream_durations),
602         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
603         * gst/flacparse/gstbaseparse.h:
604         Provide a vfunc for the subclass to decide whether a frame is inside
605         the segment or not and add a default implementation.
606
607         Fix approximate bitrate calculations.
608
609 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
610
611         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
612         (gst_base_parse_init), (gst_base_parse_push_buffer),
613         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
614         (gst_base_parse_loop), (gst_base_parse_activate),
615         (gst_base_parse_convert), (gst_base_parse_query):
616         Approximate the average bitrate, duration and size if possible
617         and add a default conversion function which uses this for
618         time<->byte conversions.
619
620         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
621         Fix parsing if upstream gives -1 as duration.
622
623 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
624
625         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
626         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
627         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
628         Ref the rtpsource object before we release the session lock when we emit
629         the signals.
630
631 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
632
633         * sys/Makefile.am:
634         * sys/wasapi/Makefile.am:
635         * sys/wasapi/gstwasapi.c:
636         * sys/wasapi/gstwasapisink.c:
637         * sys/wasapi/gstwasapisink.h:
638         * sys/wasapi/gstwasapisrc.c:
639         * sys/wasapi/gstwasapisrc.h:
640         * sys/wasapi/gstwasapiutil.c:
641         * sys/wasapi/gstwasapiutil.h:
642         New plugin for audio capture and playback using Windows Audio Session
643         API (WASAPI) available with Vista and newer (#520901).
644
645         Comes with hardcoded caps and obviously needs lots of love. Haven't
646         had time to work on this code since it was written, was initially just
647         a quick experiment to play around with this new API.
648
649 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
650
651         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
652           (AudioFakeSink.DoRenderSample):
653         Fix a couple of signed/unsigned comparison warnings.
654
655 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
656
657         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
658         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
659         Use the _T() macro to support both Unicode and MBCS.
660
661 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
662
663         * ext/libmms/gstmms.c (plugin_init):
664         Fix return type of the GstURIHandler::get_type() implementation.
665
666 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
667
668         * configure.ac:
669         * gst/flacparse/Makefile.am:
670         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
671         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
672         (gst_base_parse_finalize), (gst_base_parse_class_init),
673         (gst_base_parse_init), (gst_base_parse_check_frame),
674         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
675         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
676         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
677         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
678         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
679         (gst_base_parse_chain), (gst_base_parse_pull_range),
680         (gst_base_parse_loop), (gst_base_parse_sink_activate),
681         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
682         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
683         (gst_base_parse_set_min_frame_size),
684         (gst_base_parse_get_querytypes), (gst_base_parse_query),
685         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
686         * gst/flacparse/gstbaseparse.h:
687         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
688         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
689         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
690         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
691         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
692         (gst_bit_reader_skip_to_byte):
693         * gst/flacparse/gstbitreader.h:
694         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
695         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
696         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
697         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
698         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
699         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
700         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
701         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
702         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
703         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
704         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
705         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
706         * gst/flacparse/gstbytereader.h:
707         * gst/flacparse/gstflac.c: (plugin_init):
708         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
709         (gst_flac_parse_class_init), (gst_flac_parse_init),
710         (gst_flac_parse_finalize), (gst_flac_parse_start),
711         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
712         (gst_flac_parse_check_valid_frame),
713         (gst_flac_parse_handle_streaminfo),
714         (gst_flac_parse_handle_vorbiscomment),
715         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
716         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
717         (gst_flac_parse_parse_frame):
718         * gst/flacparse/gstflacparse.h:
719         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
720         that will be added to libgstbase later.
721
722         The FLAC parser is currently not 100% bug free and fails to get the
723         correct frame size for some frames in some streams.
724
725 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
726
727         * ext/resindvd/gstmpegdemux.c:
728         * ext/resindvd/gstmpegdemux.h:
729         * ext/resindvd/resindvdbin.c:
730         * ext/resindvd/resindvdsrc.c:
731         * ext/resindvd/rsnstreamselector.c:
732         Add in Title/Chapter seeking, and simple but buggy audio
733         and subtitle stream selection.
734
735 2008-09-24  Michael Smith <msmith@songbirdnest.com>
736
737         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
738         * sys/dshowdecwrapper/gstdshowaudiodec.h:
739         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
740         * sys/dshowdecwrapper/gstdshowutil.cpp:
741         * sys/dshowdecwrapper/gstdshowutil.h:
742         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
743         * sys/dshowdecwrapper/gstdshowvideodec.h:
744           Prefer known-good filters, create directly by GUID if possible,
745           fall back to creating highest-merit filter otherwise.
746           Fixes playback with random dshow filters installed in some
747           cases.
748
749 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
750
751         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
752         (rtp_jitter_buffer_get_sync):
753         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
754         (session_cleanup):
755         * gst/rtpmanager/rtpsource.c:
756         Fix some docs.
757
758 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
759
760         Patch from: Josep Torra
761
762         * gst/mpegdemux/gstmpegtsdemux.c:
763         * gst/mpegdemux/gstmpegtsdemux.h:
764         Use a preallocated buffer per stream for PES packets sent on src pads.
765         Adaptively adjust buffer size appropriately.
766
767 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
768
769         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
770           (gst_neonhttp_src_send_request_and_redirect):
771           Clean up the debug logging code and #ifdef mess a bit: whether or not
772           gstreamer debug messages should be output should not depend on an
773           element property; also, GST_ELEMENT_ERROR will leave a line in the log
774           already, so merge the more useful debug log messages with the less useful
775           error debug strings.
776
777 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
778
779         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
780           Don't post LIBRARY_INIT errors where we should be posting
781           RESOURCE OPEN_READ errors. Fixes #552506.
782
783 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
784
785         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
786         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
787         Fix compiler warnings on OS/X
788
789 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
790
791         patch by: Michael Krufky
792
793         * sys/dvb/gstdvbsrc.c:
794         Add adapter_name for bus message in ATSC case. Fixes #552536.
795
796 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
797
798         * ext/celt/gstceltenc.h:
799           Help gtk-doc to parse this correctly.
800
801         * gst/pcapparse/gstpcapparse.c:
802           Add missing include.
803
804 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
805
806         * examples/Makefile.am:
807           Only built scaletempo example if we have gtk.
808
809 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
810
811         * gst/rtpmanager/gstrtpbin.c: (create_session),
812         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
813         Do not try to adjust the offset of streams for which we have not yet
814         seen an SR packet. Avoids large ts-offsets in some cases.
815
816 2008-09-10  Michael Smith <msmith@songbirdnest.com>
817
818         * sys/dshowdecwrapper/Makefile.am:
819         * sys/dshowdecwrapper/gstdshowaudiodec.c:
820         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
821         * sys/dshowdecwrapper/gstdshowaudiodec.h:
822         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
823         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
824         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
825         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
826         * sys/dshowdecwrapper/gstdshowfakesrc.h:
827         * sys/dshowdecwrapper/gstdshowutil.cpp:
828         * sys/dshowdecwrapper/gstdshowutil.h:
829         * sys/dshowdecwrapper/gstdshowvideodec.c:
830         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
831         * sys/dshowdecwrapper/gstdshowvideodec.h:
832           Major rewrite of dshowdecwrapper. Converts code to
833           C++, moves to direct use of DirectShow base classes,
834           make a lot of code clearer, simplify, etc.
835           Fix decode of MP3 on Vista by working around an apparent
836           bug in the decoder.
837
838 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
839
840         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
841           gst_ks_clock_start):
842           Synchronize KS clock as a single-shot operation for now, there's not
843           much point in doing it periodically until we're actually using the
844           KS timestamps for anything else than just discarding old frames.
845         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
846           Provide the GstClock when opening the device if we already have one.
847
848 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
849
850         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
851           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
852           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
853           gst_ks_video_device_read_frame):
854           Guard against capturing old frames by keeping track of the last
855           timestamp and also zero-fill the buffers before each capture.
856           Only assign a master clock if the pin hasn't already got one.
857           Actually free buffers on the way down to avoid a huge memory leak,
858           as this was previously done when changing state to ACQUIRE downwards
859           and we now skip that state on the way down.
860           Add some debug.
861         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
862           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
863           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
864           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
865           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
866           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
867           device_index, running, worker_thread, worker_lock,
868           worker_notify_cond, worker_result_cond, worker_state,
869           worker_pending_caps, worker_setcaps_result, worker_pending_run,
870           worker_run_result, gst_ks_video_src_reset,
871           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
872           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
873           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
874           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
875           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
876           gst_ks_video_src_create):
877           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
878           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
879           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
880           behavior. As an added bonus we usually get PresentationTime set for
881           each frame, so we can expand on this later for smarter latency
882           reporting (by looking at the diff between the timestamp from the
883           driver and the time according to the GStreamer clock).
884           Use an internal worker thread for opening the device, setting caps,
885           changing its state and closing it. This way we're a lot more
886           compatible with drivers that rely on hacks to do video-effects
887           between the low-level NT API and the application. Ick.
888           Start the ks clock and set the pin to KSSTATE_RUN on the first
889           create() so that we'll hopefully get hold of the GStreamer clock
890           from the very beginning. This way there's no chance that the
891           timestamps will make a sudden jump in the beginning of the stream
892           when we're running with a clock.
893         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
894           ks_options_flags_to_string):
895           Reorder the flags to match the headerfile order, and make the string
896           a bit more compact.
897         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
898           Avoid leaking KSPROPERTY_PIN_DATARANGES.
899
900 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
901
902         * configure.ac:
903         * ext/Makefile.am:
904         * ext/jp2k/Makefile.am:
905         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
906         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
907         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
908         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
909         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
910         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
911         (plugin_init):
912         * ext/jp2k/gstjasperdec.h:
913         Add jp2k plugin.  Fixes #550657.
914
915 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
916
917         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
918         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
919         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
920         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
921         (gst_fluts_demux_plugin_init):
922         Fix conflicting public names in new mpeg demuxers.
923         Fixes #550468
924
925 2008-09-08  Michael Smith <msmith@songbirdnest.com>
926
927         * gst/aiffparse/aiffparse.c:
928           Support chunks in AIFF in any order in pull mode, and any order so
929           long as we get COMM before the actual data (SSND) in push mode.
930           Fixes playback of AIFC files.
931
932 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
933
934         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
935         (gst_input_selector_reset), (gst_input_selector_change_state):
936         Reset the selector state when going to READY.
937
938 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
939
940         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
941         (create_session), (gst_rtp_bin_associate),
942         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
943         (gst_rtp_bin_request_new_pad):
944         * gst/rtpmanager/gstrtpbin.h:
945         Add signal to notify listeners when a sender becomes a receiver.
946         Tweak lip-sync code, don't store our own copy of the ts-offset of the
947         jitterbuffer, don't adjust sync if the change is less than 4msec.
948         Get the RTP timestamp <-> GStreamer timestamp relation directly from
949         the jitterbuffer instead of our inaccurate version from the source.
950
951         * gst/rtpmanager/gstrtpjitterbuffer.c:
952         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
953         (gst_rtp_jitter_buffer_get_sync):
954         * gst/rtpmanager/gstrtpjitterbuffer.h:
955         Add G_LIKELY macros, use global defines for max packet reorder and
956         dropouts.
957         Reset the jitterbuffer clock skew detection when packets seqnums are
958         changed unexpectedly.
959
960         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
961         (gst_rtp_session_class_init), (gst_rtp_session_init):
962         * gst/rtpmanager/gstrtpsession.h:
963         Add sender timeout signal.
964
965         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
966         (calculate_skew), (rtp_jitter_buffer_insert),
967         (rtp_jitter_buffer_get_sync):
968         * gst/rtpmanager/rtpjitterbuffer.h:
969         Add some G_LIKELY macros.
970         Keep track of the extended RTP timestamp so that we can report the RTP
971         timestamp <-> GStreamer timestamp relation for lip-sync.
972         Remove server timestamp gap detection code, the server can sometimes
973         make a huge gap in timestamps (talk spurts,...) see #549774.
974         Detect timetamp weirdness instead by observing the sender/receiver
975         timestamp relation and resync if it changes more than 1 second.
976         Add method to report about the current rtp <-> gst timestamp relation
977         which is needed for lip-sync.
978
979         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
980         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
981         (session_cleanup):
982         * gst/rtpmanager/rtpsession.h:
983         Add sender timeout signal.
984         Remove inaccurate rtp <-> gst timestamp relation code, the
985         jitterbuffer can now do an accurate reporting about this.
986
987         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
988         (rtp_source_update_caps), (calculate_jitter),
989         (rtp_source_process_rtp):
990         * gst/rtpmanager/rtpsource.h:
991         Remove inaccurate rtp <-> gst timestamp relation code.
992
993         * gst/rtpmanager/rtpstats.h:
994         Define global max-reorder and max-dropout constants for use in various
995         subsystems.
996
997 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
998
999         patch by: Sebastian Pölsterl
1000
1001         * sys/dvb/gstdvbsrc.c:
1002         Add DVB Adapter name to structure sent over bus.
1003
1004 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
1005
1006         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
1007         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
1008         Fix build on macosx.
1009
1010 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1011
1012         * configure.ac:
1013         * gst/mpegdemux/Makefile.am:
1014         * gst/mpegdemux/flumpegdemux.c:
1015         * gst/mpegdemux/flutspatinfo.c:
1016         * gst/mpegdemux/flutspatinfo.h:
1017         * gst/mpegdemux/flutspmtinfo.c:
1018         * gst/mpegdemux/flutspmtinfo.h:
1019         * gst/mpegdemux/flutspmtstreaminfo.c:
1020         * gst/mpegdemux/flutspmtstreaminfo.h:
1021         * gst/mpegdemux/gstmpegdefs.h:
1022         * gst/mpegdemux/gstmpegdemux.c:
1023         * gst/mpegdemux/gstmpegdemux.h:
1024         * gst/mpegdemux/gstmpegdesc.c:
1025         * gst/mpegdemux/gstmpegdesc.h:
1026         * gst/mpegdemux/gstmpegtsdemux.c:
1027         * gst/mpegdemux/gstmpegtsdemux.h:
1028         * gst/mpegdemux/gstpesfilter.c:
1029         * gst/mpegdemux/gstpesfilter.h:
1030         * gst/mpegdemux/gstsectionfilter.c:
1031         * gst/mpegdemux/gstsectionfilter.h:
1032         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
1033         is now dual licensed MPL and LGPL.
1034
1035 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1036
1037         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
1038         Set caps on outgoing buffers.
1039
1040 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1041
1042         * ext/resindvd/plugin.c: (plugin_init):
1043         * ext/resindvd/resindvdsrc.c:
1044         * ext/twolame/gsttwolame.c: (plugin_init):
1045         * gst/aiffparse/aiffparse.c: (plugin_init):
1046           Enable/fix up translations for these plugins.
1047
1048         * po/LINGUAS:
1049           Add 'ca' to LINGUAS.
1050
1051         * po/POTFILES.in:
1052         * po/POTFILES.skip:
1053           Add more files for translation and more files which tools
1054           should skip.
1055
1056 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
1057
1058         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
1059         Fix build on macosx.
1060
1061 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1062
1063         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1064         Allocate a fixed size buffer on the stack instead of using malloc().
1065
1066         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
1067         (tsmux_program_new), (tsmux_program_free):
1068         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1069         (tsmux_stream_free), (tsmux_stream_consume),
1070         (tsmux_stream_add_data):
1071         Use GSlice.
1072
1073 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1074
1075         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
1076         Add support for muxing MPEG4 video.
1077
1078 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1079
1080         * gst/mpegtsmux/tsmux/tsmux.h:
1081         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1082         Fix build of mpegtsmux.
1083         
1084 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1085
1086         * configure.ac:
1087         * gst/mpegtsmux/Makefile.am:
1088         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
1089         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
1090         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
1091         (release_buffer_cb), (mpegtsmux_create_stream),
1092         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
1093         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
1094         (mpegtsmux_release_pad), (new_packet_cb),
1095         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
1096         (plugin_init):
1097         * gst/mpegtsmux/mpegtsmux.h:
1098         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1099         * gst/mpegtsmux/mpegtsmux_aac.h:
1100         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
1101         * gst/mpegtsmux/mpegtsmux_h264.h:
1102         * gst/mpegtsmux/tsmux/Makefile.am:
1103         * gst/mpegtsmux/tsmux/crc.h:
1104         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
1105         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
1106         (tsmux_program_new), (tsmux_set_pmt_frequency),
1107         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
1108         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
1109         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
1110         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
1111         (tsmux_write_stream_packet), (tsmux_program_free),
1112         (tsmux_write_section), (tsmux_write_section_hdr),
1113         (tsmux_write_pat), (tsmux_write_pmt):
1114         * gst/mpegtsmux/tsmux/tsmux.h:
1115         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
1116         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1117         (tsmux_stream_get_pid), (tsmux_stream_free),
1118         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
1119         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
1120         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
1121         (tsmux_stream_pes_header_length),
1122         (tsmux_stream_find_pts_dts_within),
1123         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
1124         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
1125         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
1126         (tsmux_stream_get_pts):
1127         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1128         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
1129         is renamed to mpegtsmux to prevent conflicts. Also all relevant
1130         informations about copyright and license are added to the top of
1131         every file but apart from that no changes compared to the latest
1132         SVN versions happened.
1133
1134 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1135
1136         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1137         (gst_input_selector_event), (gst_input_selector_query):
1138         Reuse the get_linked_pads for both source and sinkpads because they are
1139         the same.
1140         Implement a custum event handler and get the internally linked pad
1141         directly instead of relying on the default (slower) implementation.
1142
1143 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1144
1145         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
1146         Correctly take the granulepos from upstream if possible and
1147         correctly handle the granulepos in various calculations: the
1148         granulepos is the sample number of the _last_ sample in a frame, not
1149         the first. 
1150
1151         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
1152         (gst_celt_enc_encode), (gst_celt_enc_chain),
1153         (gst_celt_enc_change_state):
1154         * ext/celt/gstceltenc.h:
1155         Handle non-zero start timestamps in the encoder and detect/handle
1156         stream discontinuities. Fixes bug #547075.
1157
1158 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1159
1160         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
1161
1162         * configure.ac:
1163         * docs/plugins/Makefile.am:
1164         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1165         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1166         * docs/plugins/inspect/plugin-scaletempo.xml:
1167         * examples/scaletempo/Makefile.am:
1168         * examples/scaletempo/demo-gui.c: (pop_status_bar),
1169         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
1170         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
1171         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
1172         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
1173         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
1174         (demo_gui_do_play_pause), (demo_gui_do_open_file),
1175         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
1176         (demo_gui_do_about_dialog), (demo_gui_do_quit),
1177         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
1178         (demo_gui_request_set_search), (demo_gui_rate_changed),
1179         (demo_gui_playing_started), (demo_gui_playing_paused),
1180         (demo_gui_playing_ended), (demo_gui_player_errored),
1181         (demo_gui_stride_changed), (demo_gui_overlap_changed),
1182         (demo_gui_search_changed), (demo_gui_set_player_func),
1183         (demo_gui_set_playlist_func), (build_gvalue_array),
1184         (create_action), (demo_gui_show_func), (demo_gui_set_player),
1185         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
1186         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
1187         (demo_gui_get_type):
1188         * examples/scaletempo/demo-gui.h:
1189         * examples/scaletempo/demo-main.c: (handle_error_message),
1190         (handle_quit), (main):
1191         * examples/scaletempo/demo-player.c: (no_pipeline),
1192         (demo_player_event_listener), (demo_player_state_changed_cb),
1193         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
1194         (demo_player_scale_rate_func), (demo_player_set_rate_func),
1195         (_set_state_and_wait), (demo_player_load_uri_func),
1196         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
1197         (demo_player_seek_by_func), (demo_player_seek_to_func),
1198         (demo_player_get_position_func), (demo_player_get_duration_func),
1199         (demo_player_scale_rate), (demo_player_set_rate),
1200         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
1201         (demo_player_seek_by), (demo_player_seek_to),
1202         (demo_player_get_position), (demo_player_get_duration),
1203         (demo_player_get_property), (demo_player_set_property),
1204         (demo_player_init), (demo_player_class_init),
1205         (demo_player_get_type):
1206         * examples/scaletempo/demo-player.h:
1207         * gst/scaletempo/Makefile.am:
1208         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
1209         (best_overlap_offset_s16), (output_overlap_float),
1210         (output_overlap_s16), (fill_queue), (reinit_buffers),
1211         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
1212         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
1213         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
1214         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
1215         (gst_scaletempo_init):
1216         * gst/scaletempo/gstscaletempo.h:
1217         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
1218         Add scaletempo plugin, which allows to scale the speed of audio without
1219         changing the pitch by handling seeks with a rate!=1.0.
1220         Integrate it into the docs and add the example application for it.
1221         Fixes bug #537700.
1222
1223 2008-08-30  David Schleef  <ds@schleef.org>
1224
1225         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
1226
1227 2008-08-29  David Schleef  <ds@schleef.org>
1228
1229         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
1230           object disposal.  Handle 4:2:2 and 4:4:4 video.
1231
1232 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1233
1234         * ext/resindvd/resindvdbin.c:
1235         Fix compiler warning on Forte.
1236
1237 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1238
1239         * configure.ac:
1240         Commit FIONREAD check, needed for the dccp src.
1241
1242 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
1243
1244         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
1245         (gst_faac_chain), (gst_faac_change_state):
1246         * ext/faac/gstfaac.h:
1247         Add code for calculating proper timestamp/duration for the trailing
1248         encoded buffers that faac will output when receiving EOS.
1249
1250 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1251
1252         * configure.ac:
1253         Fix CFLAGS and LIBS for the apexsink.
1254
1255 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1256
1257         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
1258           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
1259
1260 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
1261
1262         * gst/dccp/gstdccp.c:
1263         * gst/dccp/gstdccpclientsrc.c:
1264         Fix compilation on Solaris by including filio.h as needed.
1265
1266         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1267         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1268         Fix compilation with Forte - apparently it hates concatenating a
1269         macro argument that starts with an underscore??
1270
1271 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1272
1273         Patch by: Jérémie Bernard <gremimail at gmail dot com>
1274
1275         * configure.ac:
1276         * ext/apexsink/LGPL-3.0.txt:
1277         * ext/apexsink/Makefile.am:
1278         * ext/apexsink/gstapexplugin.c: (plugin_init):
1279         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
1280         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
1281         (gst_apexraop_set_host), (gst_apexraop_get_host),
1282         (gst_apexraop_set_port), (gst_apexraop_get_port),
1283         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
1284         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
1285         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
1286         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
1287         (gst_apexraop_write), (gst_apexraop_flush):
1288         * ext/apexsink/gstapexraop.h:
1289         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
1290         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
1291         (gst_apexsink_implements_interface_init),
1292         (gst_apexsink_mixer_interface_init),
1293         (gst_apexsink_interface_supported),
1294         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
1295         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
1296         (gst_apexsink_class_init), (gst_apexsink_init),
1297         (gst_apexsink_set_property), (gst_apexsink_get_property),
1298         (gst_apexsink_finalise), (gst_apexsink_open),
1299         (gst_apexsink_prepare), (gst_apexsink_write),
1300         (gst_apexsink_unprepare), (gst_apexsink_delay),
1301         (gst_apexsink_reset), (gst_apexsink_close):
1302         * ext/apexsink/gstapexsink.h:
1303         Add apexsink for audio output to Apple AirPort Express Wireless
1304         devices. Fixes bug #542510.
1305
1306 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1307
1308         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
1309         (gst_rtp_session_event_send_rtp_sink):
1310         Send EOS when the session object instructs us to.
1311
1312         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
1313         * gst/rtpmanager/rtpsession.h:
1314         Make it possible for the session manager to instruct us to send EOS. We
1315         currently will EOS when the session is a sender and when the sender part
1316         goes EOS. This is not entirely correct behaviour because the session
1317         could still participate as a receiver.
1318         Fixes #549409.
1319
1320 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1321
1322         * gst/aiffparse/aiffparse.c:
1323           Read size of chunks preceeding the audio data with the
1324           correct endianness. Fixes playback of some files.
1325           Fixes #538500
1326
1327 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1328
1329         * configure.ac:
1330         * gst/aiffparse/Makefile.am:
1331         * gst/aiffparse/aiffparse.c:
1332         * gst/aiffparse/aiffparse.h:
1333           Add an AIFF parsing element, heavily based on wavparse.
1334
1335 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1336
1337         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
1338           gst_ks_video_device_set_state):
1339           Don't set the pin state to KSSTATE_RUN from the streaming thread.
1340           Skip KSSTATE_ACQUIRE when changing pin state downwards.
1341           Be nice and specify G_PARAM_STATIC_STRINGS.
1342           Remove unused finalize method.
1343
1344         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
1345           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
1346           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
1347           gst_ks_video_src_set_property, gst_ks_video_src_reset,
1348           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
1349           gst_ks_video_src_set_caps):
1350           First driver quirk: work around Logitech's hostile driver software to
1351           improve stability and performance. See comments for details.
1352           Provide a property to disable driver quirks (enabled by default).
1353           Be nice and specify G_PARAM_STATIC_STRINGS.
1354           Remove unused dispose method.
1355           Tweak include order.
1356
1357 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1358
1359         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1360         (gst_input_selector_query):
1361         Implement the LATENCY query in a better way by taking the latency of all
1362         sinkpads and taking the min/max instead of just taking a random pad.
1363
1364 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1365
1366         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1367         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1368         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1369         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1370         Unroll the loop to handle two bytes at once. This should give
1371         a small speedup and makes it possible to handle chroma and luma
1372         different which is needed later.
1373
1374 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1375
1376         * gst/dccp/gstdccpserversink.c:
1377         * gst/dccp/gstdccpserversink.h:
1378         Don't put globals only used by one '.c' file in a header !
1379         Declare it as static, fixes build on macosx.
1380
1381 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1382
1383         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
1384         Whoops, that was one fix too much :)
1385
1386 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1387
1388         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
1389         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
1390         size_t's size varies by platform/architecture. Use glib convenience
1391         macro instead. Fixes build on macosx.
1392         Remove ending '\n' in debug statements.
1393
1394 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1395
1396         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
1397         Remove unused code and fix includes.
1398
1399 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1400
1401         * gst/deinterlace2/gstdeinterlace2.c:
1402         (gst_deinterlace_method_class_init):
1403         * gst/deinterlace2/gstdeinterlace2.h:
1404         * gst/deinterlace2/tvtime/tomsmocomp.c:
1405         (gst_deinterlace_method_tomsmocomp_class_init):
1406         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1407         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1408         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1409         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1410         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1411         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1412         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1413         First part of the C implementation of the tomsmocomp deinterlacing
1414         algorithm. This only supports search-effort=0 currently, is painfully
1415         slow and needs some cleanup later when all search-effort settings
1416         are implemented in C.
1417
1418 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1419
1420         * configure.ac:
1421         * sys/Makefile.am:
1422         * sys/winks/Makefile.am:
1423         * sys/winks/gstksclock.c:
1424         * sys/winks/gstksclock.h:
1425         * sys/winks/gstksvideodevice.c:
1426         * sys/winks/gstksvideodevice.h:
1427         * sys/winks/gstksvideosrc.c:
1428         * sys/winks/gstksvideosrc.h:
1429         * sys/winks/kshelpers.c:
1430         * sys/winks/kshelpers.h:
1431         * sys/winks/ksvideohelpers.c:
1432         * sys/winks/ksvideohelpers.h:
1433           New plugin for low-latency video capture on Windows (#519935).
1434
1435           Uses Kernel Streaming, the lowest level API for doing video capture
1436           on Windows (more or less just raw ioctls).
1437
1438 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1439
1440         * gst/pcapparse/gstpcapparse.c:
1441         * sys/winscreencap/gstdx9screencapsrc.c:
1442         * sys/winscreencap/gstgdiscreencapsrc.c:
1443           Added documentation blobs. Thanks to Stefan for noticing!
1444
1445 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1446
1447         * configure.ac:
1448         * gst/pcapparse/Makefile.am:
1449         * gst/pcapparse/gstpcapparse.c:
1450         * gst/pcapparse/gstpcapparse.h:
1451           New plugin: pcapparse (#520899).
1452
1453 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1454
1455         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
1456
1457         * configure.ac:
1458         * sys/Makefile.am:
1459         * sys/winscreencap/Makefile.am:
1460         * sys/winscreencap/gstdx9screencapsrc.c:
1461         * sys/winscreencap/gstdx9screencapsrc.h:
1462         * sys/winscreencap/gstgdiscreencapsrc.c:
1463         * sys/winscreencap/gstgdiscreencapsrc.h:
1464         * sys/winscreencap/gstwinscreencap.c:
1465         * sys/winscreencap/gstwinscreencap.h:
1466           New plugin: winscreencap (#463941).
1467
1468 2008-08-22  Michael Smith <msmith@songbirdnest.com>
1469
1470         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1471           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
1472           is correctly, instead of backwards. No functional changes, since this
1473           mistake was completely self-consistent.
1474
1475 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
1476
1477         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1478           Add, but commented out xml/element-dc1394.xml. Its documented, but
1479           I can't get it to be build.
1480
1481         * ext/celt/gstceltdec.c:
1482         * ext/celt/gstceltenc.c:
1483           Fix doc warnings and reformat the doc block.
1484
1485 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1486
1487         patch by: Leandro Melo de Sales <leandroal@gmail.com>
1488
1489         * configure.ac:
1490         * docs/plugins/Makefile.am:
1491         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1492         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1493         * docs/plugins/gst-plugins-bad-plugins.args:
1494         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1495         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1496         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1497         * docs/plugins/gst-plugins-bad-plugins.signals:
1498         * docs/plugins/inspect/plugin-dccp.xml:
1499         * gst/dccp/Makefile.am:
1500         * gst/dccp/gstdccp.c:
1501         * gst/dccp/gstdccp.h:
1502         * gst/dccp/gstdccpclientsink.c:
1503         * gst/dccp/gstdccpclientsink.h:
1504         * gst/dccp/gstdccpclientsrc.c:
1505         * gst/dccp/gstdccpclientsrc.h:
1506         * gst/dccp/gstdccpplugin.c:
1507         * gst/dccp/gstdccpserversink.c:
1508         * gst/dccp/gstdccpserversink.h:
1509         * gst/dccp/gstdccpserversrc.c:
1510         * gst/dccp/gstdccpserversrc.h:
1511         * tests/icles/dccp/README:
1512         * tests/icles/dccp/call/README:
1513         * tests/icles/dccp/call/DCCPClient.c:
1514         * tests/icles/dccp/call/DCCPServer.c:
1515         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1516         * tests/icles/dccp/file/DCCPServerSendFile.c:
1517         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1518         * tests/icles/dccp/mic/DCCPServerMic.c:
1519         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1520         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1521         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1522         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1523         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1524         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1525           Add dccp plugin. Fixes #542390.
1526
1527 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1528
1529         * configure.ac:
1530           Remove bits that presumably weren't supposed to be committed.
1531
1532 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1533
1534         * configure.ac:
1535         * sys/Makefile.am:
1536         * sys/acmenc/Makefile.am:
1537         * sys/acmenc/acmenc.c:
1538           Add new windows ACM encoder wrapper.
1539
1540 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1541
1542         patch by: Michael Krufky
1543
1544         * sys/dvb/gstdvbsrc.c:
1545         * sys/dvb/parsechannels.c:
1546         Add ATSC tunning and channels.conf parsing support.
1547         Fixes #537455
1548
1549 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1550
1551         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1552         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1553         * sys/dshowdecwrapper/gstdshowvideodec.c:
1554         * sys/dshowdecwrapper/gstdshowvideodec.h:
1555         * sys/dshowvideosink/dshowvideosink.cpp:
1556         * sys/dshowvideosink/dshowvideosink.h:
1557           Initialise COM with default flags.
1558           Only deinitialise if the initialisation was successful.
1559
1560 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1561
1562         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1563         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1564         Reset rtp timestamp interpollation when we detect a gap when the
1565         clock_base changed.
1566         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1567
1568         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1569         * gst/rtpmanager/gstrtpsession.h:
1570         Add method to set session SSRC.
1571
1572         * gst/rtpmanager/rtpsession.c: (check_collision),
1573         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1574         (rtp_session_on_timeout):
1575         * gst/rtpmanager/rtpsession.h:
1576         Added debugging for the collision checks.
1577         Add method to change the internal SSRC of the session.
1578
1579         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1580         Reset the clock base when we detect large jumps in the seqnums.
1581
1582 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1583
1584         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1585         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1586         * ext/x264/gstx264enc.h:
1587         Do not deal with duplicated input (timestamps).  If needed,
1588         a generic element can do so.
1589         Do not manipulate input timestamps on the way out,
1590         since that shifts the timeline and A/V sync.
1591
1592 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1593
1594         * docs/plugins/gst-plugins-bad-plugins.args:
1595         Integrate new properties into documentation.
1596         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1597         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1598         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1599         Fix up API prior to eventual plugin move.
1600         API: GstX264Enc:pass (provides more options, and changed to enum)
1601
1602 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1603
1604         * docs/plugins/Makefile.am:
1605         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1606         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1607         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1608         * docs/plugins/inspect/plugin-mplex.xml:
1609         * ext/mplex/gstmplex.cc:
1610         Update and add documentation for mplex.
1611         * ext/mpeg2enc/gstmpeg2enc.cc:
1612         Documentation update.
1613
1614 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1615
1616         * docs/plugins/Makefile.am:
1617         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1618         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1619         * ext/x264/gstx264enc.c:
1620         * tests/check/Makefile.am:
1621         * tests/check/elements/x264enc.c: (setup_x264enc),
1622         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1623         Add documentation and unit test for x264enc.
1624
1625 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1626
1627         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1628         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1629         Allocate some buffers in more adaptive and economical fashion.
1630
1631 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1632
1633         * configure.ac:
1634         Check for sufficiently up-to-date x264 API.
1635         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1636         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1637         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1638         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1639         * ext/x264/gstx264enc.h:
1640         Expose some more parameters of the x264 encoder as properties.
1641
1642 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1643
1644         * gst/rtpmanager/gstrtpbin.c:
1645           Print the pad-name in debug log.
1646
1647         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1648         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1649           Use "-" instead of "_" in property names. Can we call them just
1650           "device" like everywhere else?
1651
1652 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1653
1654         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1655         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1656         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1657         (gst_x264_enc_flush_frames):
1658         Coding style and layout; re-order some functions in more
1659         typical and natural flow.
1660
1661 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1662
1663         * ext/x264/Makefile.am:
1664         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1665         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1666         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1667         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1668         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1669         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1670         * ext/x264/gstx264enc.h:
1671         Use GQueue in stead of custom queue code.
1672         Factorize flushing out encoder delayed frames.
1673         Factorize initialization and state change reset.
1674
1675 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1676
1677         * ext/x264/gstx264enc.h:
1678         * sys/fbdev/gstfbdevsink.c:
1679         Use configure-generated _stdint.h.
1680
1681 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1682
1683         * ext/x264/Makefile.am:
1684         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1685         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1686         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1687         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1688         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1689         (gst_x264_enc_encode_frame), (plugin_init):
1690         * ext/x264/gstx264enc.h:
1691         Use video format library and GST_WRITE_*_BE macros where applicable.
1692         Use finalize in stead of dispose.
1693         Set up debug category and log callback.
1694
1695 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1696
1697         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1698
1699         * ext/sndfile/gstsf.c: (plugin_init):
1700         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1701         * sys/oss4/oss4-audio.c: (plugin_init):
1702         Make sure gettext returns translations in UTF-8 encoding rather
1703         than in the current locale encoding (#546822).
1704
1705 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1706
1707         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1708         (gst_two_lame_chain):
1709         * ext/twolame/gsttwolame.h:
1710         Allow raw float samples as input for encoding.
1711
1712 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1713
1714         * ext/jack/gstjackaudiosrc.c:
1715           Try committing this once again. Now properly renamed.
1716
1717 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1718
1719         * docs/plugins/Makefile.am:
1720         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1721         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1722         * docs/plugins/gst-plugins-bad-plugins.args:
1723         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1724         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1725         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1726         * docs/plugins/inspect/plugin-jack.xml
1727           Add new element to docs.
1728
1729         * ext/jack/gstjack.h
1730           Add missing file.
1731
1732         * ext/jack/gstjackaudiosrc.c:
1733         * ext/jack/gstjackaudiosrc.h:
1734           Rename jackaudiosrc to jack_audio_src.
1735
1736 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1737
1738         patch by: Tristan Matthews <tristan@sat.qc.ca>
1739
1740         * ext/jack/Makefile.am:
1741         * ext/jack/gstjack.c:
1742         * ext/jack/gstjackaudioclient.c:
1743         * ext/jack/gstjackaudiosink.c:
1744         * ext/jack/gstjackaudiosink.h:
1745         * ext/jack/gstjackaudiosrc.c:
1746         * ext/jack/gstjackaudiosrc.h:
1747         * ext/jack/gstjackringbuffer.h:
1748           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
1749           Fixes #545197.
1750
1751 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1752
1753         * docs/plugins/Makefile.am:
1754         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1755         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1756         * docs/plugins/gst-plugins-bad-plugins.args:
1757         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1758         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1759         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1760         * docs/plugins/inspect/plugin-celt.xml:
1761         * docs/plugins/inspect/plugin-twolame.xml:
1762         Add twolame and celt plugins to the docs.
1763
1764 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1765
1766         Based on patch by: Olivier Crete <tester at tester dot ca>
1767
1768         * gst/rtpmanager/gstrtpjitterbuffer.c:
1769         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
1770         Make the buffer metadata writable before inserting it in the
1771         jitterbuffer because the jitterbuffer will modify the timestamps.
1772
1773         * gst/rtpmanager/rtpjitterbuffer.c:
1774         Update method comment about requiring writable metadata on buffers.
1775
1776         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
1777         (rtp_session_process_rtcp):
1778         Make the RTCP buffer metadata writable because we want to modify the
1779         metadata.
1780         Fixes #546312.
1781
1782 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1783
1784         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
1785         (gst_selector_pad_chain), (gst_input_selector_getcaps),
1786         (gst_input_selector_activate_sinkpad):
1787         Move the select-all logic into the activation of the currently selected
1788         pad. We want to remember the last pad with activity in select-all mode.
1789         Fix the getcaps function, we can produce the union of the upstream caps
1790         in select-all mode, not the intersection like proxy_getcaps() does.
1791
1792 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1793
1794         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1795
1796         * gst/rtpmanager/gstrtpjitterbuffer.c:
1797         (gst_rtp_jitter_buffer_chain):
1798         Fix debug by logging the right seqnum.
1799
1800 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1801
1802         Patch by: Olivier Crete <tester at tester dot ca>
1803
1804         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
1805         Release lock before emitting the request-pt-map signal.
1806         Fixes #543480.
1807
1808 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1809
1810         * gst/deinterlace2/gstdeinterlace2.c:
1811         (gst_deinterlace_simple_method_interpolate_scanline),
1812         (gst_deinterlace_simple_method_copy_scanline),
1813         (gst_deinterlace_simple_method_deinterlace_frame):
1814         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
1815         * gst/deinterlace2/tvtime/greedyh.c:
1816         (deinterlace_frame_di_greedyh):
1817         * gst/deinterlace2/tvtime/scalerbob.c:
1818         (deinterlace_scanline_scaler_bob):
1819         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
1820         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1821         (copy_scanline):
1822         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1823         (copy_scanline):
1824         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1825         (copy_scanline):
1826         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
1827         are usually used here.
1828
1829 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1830
1831         * gst/deinterlace2/Makefile.am:
1832         * gst/deinterlace2/gstdeinterlace2.c:
1833         (gst_deinterlace_simple_method_deinterlace_frame),
1834         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
1835         * gst/deinterlace2/gstdeinterlace2.h:
1836         * gst/deinterlace2/tvtime/linear.c:
1837         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
1838         (deinterlace_scanline_linear_mmxext),
1839         (gst_deinterlace_method_linear_class_init),
1840         (gst_deinterlace_method_linear_init):
1841         * gst/deinterlace2/tvtime/linearblend.c:
1842         (deinterlace_scanline_linear_blend_c),
1843         (deinterlace_scanline_linear_blend2_c),
1844         (deinterlace_scanline_linear_blend_mmx),
1845         (deinterlace_scanline_linear_blend2_mmx),
1846         (gst_deinterlace_method_linear_blend_class_init),
1847         (gst_deinterlace_method_linear_blend_init):
1848         * gst/deinterlace2/tvtime/plugins.h:
1849         * gst/deinterlace2/tvtime/scalerbob.c:
1850         (deinterlace_scanline_scaler_bob),
1851         (gst_deinterlace_method_scaler_bob_class_init),
1852         (gst_deinterlace_method_scaler_bob_init):
1853         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1854         (copy_scanline), (gst_deinterlace_method_weave_class_init),
1855         (gst_deinterlace_method_weave_init):
1856         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1857         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
1858         (gst_deinterlace_method_weave_bff_init):
1859         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1860         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
1861         (gst_deinterlace_method_weave_tff_init):
1862         Add the remaining tvtime deinterlacing methods and fix the
1863         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
1864
1865 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1866
1867         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
1868         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
1869         Implement the VFIR deinterlacing method as simple method.
1870
1871 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1872
1873         * gst/deinterlace2/gstdeinterlace2.c:
1874         (gst_deinterlace_simple_method_interpolate_scanline),
1875         (gst_deinterlace_simple_method_copy_scanline),
1876         (gst_deinterlace_simple_method_deinterlace_frame),
1877         (gst_deinterlace_simple_method_class_init),
1878         (gst_deinterlace_simple_method_init):
1879         * gst/deinterlace2/gstdeinterlace2.h:
1880         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
1881         can be used by simple deinterlacing methods. They only have to provide
1882         a function for interpolating a scanline or copying a scanline.
1883
1884 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1885
1886         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
1887         Respect the latency of the deinterlacing algorithm for the timestamps
1888         of every buffer.
1889
1890 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1891
1892         * gst/deinterlace2/tvtime/greedyh.asm:
1893         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1894         Add the MMX registers to the clobbered registers only if __MMX__ is
1895         defined.
1896
1897 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1898
1899         * gst/deinterlace2/Makefile.am:
1900         * gst/deinterlace2/gstdeinterlace2.c:
1901         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1902         (gst_deinterlace2_class_init):
1903         Enable tomsmocomp again as the C port will be ready for the next
1904         release.
1905
1906 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1907
1908         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
1909         (gst_greatest_common_divisor), (gst_fraction_double),
1910         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
1911         Don't use proxy_getcaps() but implement our own getcaps() function
1912         that doubles/halfs the framerate if all fields should be sent out.
1913
1914 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1915
1916         * configure.ac:
1917         * ext/Makefile.am:
1918         * ext/twolame/Makefile.am:
1919         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
1920         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
1921         (gst_two_lame_release_memory), (gst_two_lame_finalize),
1922         (gst_two_lame_base_init), (gst_two_lame_class_init),
1923         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
1924         (gst_two_lame_init), (gst_two_lame_set_property),
1925         (gst_two_lame_get_property), (gst_two_lame_sink_event),
1926         (gst_two_lame_chain), (gst_two_lame_setup),
1927         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
1928         (plugin_init):
1929         * ext/twolame/gsttwolame.h:
1930         Add TwoLAME MP2 encoding element, based on the LAME element.
1931
1932 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1933
1934         * configure.ac:
1935         * ext/Makefile.am:
1936         * ext/celt/Makefile.am:
1937         * ext/celt/gstcelt.c: (plugin_init):
1938         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
1939         (gst_celt_dec_class_init), (gst_celt_dec_reset),
1940         (gst_celt_dec_init), (celt_dec_convert),
1941         (celt_get_sink_query_types), (celt_dec_sink_query),
1942         (celt_get_src_query_types), (celt_dec_src_query),
1943         (celt_dec_src_event), (celt_dec_sink_event),
1944         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
1945         (celt_dec_chain_parse_data), (celt_dec_chain),
1946         (celt_dec_change_state):
1947         * ext/celt/gstceltdec.h:
1948         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
1949         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
1950         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
1951         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
1952         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
1953         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
1954         (gst_celt_enc_sink_query), (gst_celt_enc_init),
1955         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
1956         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
1957         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
1958         (gst_celt_enc_chain), (gst_celt_enc_get_property),
1959         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
1960         * ext/celt/gstceltenc.h:
1961         Add CELT encoder and decoder elements based on the Speex elements.
1962
1963 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1964
1965         Patch by: Tal Shalif <tshalif at nargila dot org>
1966
1967         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
1968         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
1969         with mingw. Fixes bug #545247.
1970
1971 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1972
1973         * configure.ac:
1974         Back to development -> 0.10.8.1
1975
1976 === release 0.10.8 ===
1977
1978 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
1979
1980         * configure.ac:
1981           releasing 0.10.8, "Vapour Trails"
1982
1983 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1984
1985         * configure.ac:
1986         0.10.7.3 pre-release
1987
1988         * po/LINGUAS:
1989         * po/id.po:
1990         Add Indonesian translation.
1991
1992 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1993
1994         * gst/festival/gstfestival.c:
1995           Guard unistd.h with HAVE_UNISTD_H
1996         * gst/modplug/libmodplug/load_it.cpp:
1997         * gst/modplug/libmodplug/sndfile.cpp:
1998         * gst/modplug/libmodplug/sndfile.h:
1999         * gst/modplug/libmodplug/stdafx.h:
2000           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
2001           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
2002           of a variable in load_it.cpp to MSVC's scoping rules.
2003         * gst/sdp/gstsdpdemux.c:
2004           Guard unistd.h with HAVE_UNISTD_H
2005           Fixes #544457.
2006
2007 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2008
2009         * ext/timidity/gsttimidity.c:
2010           Fix compiler warning. Fixes #544050.
2011
2012 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
2013
2014         * configure.ac:
2015         Don't check for nav_print.h any more - it should be included in
2016         the libdvdnav development package if libdvdnav headers depend on it.
2017         Fixes: #543846
2018
2019 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2020
2021         * configure.ac:
2022         * ext/ladspa/Makefile.am:
2023         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
2024         for loading the ladspa plugins and previously was linked in by
2025         gmodule. Fixes bug #543848.
2026
2027 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2028
2029         * gst/modplug/libmodplug/Makefile.am:
2030         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
2031         can contain compiler parameters that are invalid for C++.
2032         Fixes bug #543860.
2033
2034 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2035
2036         * ext/resindvd/Makefile.am:
2037         Dist missing header files. Fixes bug #543861.
2038
2039 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2040
2041         * configure.ac:
2042         0.10.7.2 pre-release
2043
2044 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2045
2046         * ext/Makefile.am:
2047         Dist and recurse into resindvd subdir
2048
2049 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2050
2051         * configure.ac:
2052         Remove interleave and replaygain configure.ac pieces too
2053
2054 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2055
2056         * po/LINGUAS:
2057         * po/lt.po:
2058         Add new lithunian translation, and add french to the LINGUAS
2059         file.
2060
2061 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2062
2063         * docs/plugins/Makefile.am:
2064         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2065         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2066         * docs/plugins/gst-plugins-bad-plugins.args:
2067         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2068         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2069         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2070         * docs/plugins/inspect/plugin-interleave.xml:
2071         * docs/plugins/inspect/plugin-replaygain.xml:
2072         * gst/interleave/Makefile.am:
2073         * gst/interleave/deinterleave.c:
2074         * gst/interleave/deinterleave.h:
2075         * gst/interleave/interleave.c:
2076         * gst/interleave/interleave.h:
2077         * gst/interleave/plugin.c:
2078         * gst/interleave/plugin.h:
2079         * gst/replaygain/Makefile.am:
2080         * gst/replaygain/gstrganalysis.c:
2081         * gst/replaygain/gstrganalysis.h:
2082         * gst/replaygain/gstrglimiter.c:
2083         * gst/replaygain/gstrglimiter.h:
2084         * gst/replaygain/gstrgvolume.c:
2085         * gst/replaygain/gstrgvolume.h:
2086         * gst/replaygain/replaygain.c:
2087         * gst/replaygain/replaygain.h:
2088         * gst/replaygain/rganalysis.c:
2089         * gst/replaygain/rganalysis.h:
2090         * tests/check/Makefile.am:
2091         * tests/check/elements/deinterleave.c:
2092         * tests/check/elements/interleave.c:
2093         * tests/check/elements/rganalysis.c:
2094         * tests/check/elements/rglimiter.c:
2095         * tests/check/elements/rgvolume.c:
2096         Remove interleave and replaygain plugins that have moved to -good
2097
2098 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2099
2100         * configure.ac:
2101         * gst/deinterlace2/Makefile.am:
2102         * gst/deinterlace2/gstdeinterlace2.c:
2103         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
2104         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
2105         * gst/deinterlace2/gstdeinterlace2.h:
2106         * gst/deinterlace2/tvtime/greedy.c:
2107         (gst_deinterlace_method_greedy_l_class_init):
2108         * gst/deinterlace2/tvtime/greedyh.c:
2109         (gst_deinterlace_method_greedy_h_class_init):
2110         * gst/deinterlace2/tvtime/vfir.c:
2111         (gst_deinterlace_method_vfir_class_init):
2112         Disable the tomsmocomp algorithm for this release as it's buggy
2113         and has no C implementation yet.
2114
2115         Build the deinterlace2 plugin on all architectures but still mark it
2116         as experimental.
2117         
2118         Build the x86 inline assembly only if GCC inline assembly is supported
2119         and only on x86 or amd64. Fixes bug #543286.
2120
2121 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
2122
2123         * gst/real/gstrealvideodec.c: (open_library):
2124         Add some casts to fix the build on Forte
2125
2126 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
2127
2128         * gst/deinterlace2/tvtime/greedy.c:
2129         (gst_deinterlace_method_greedy_l_class_init):
2130         * gst/deinterlace2/tvtime/greedyh.c:
2131         (gst_deinterlace_method_greedy_h_class_init):
2132         * gst/deinterlace2/tvtime/vfir.c:
2133         (gst_deinterlace_method_vfir_class_init):
2134         Fix build on x86_64
2135
2136 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
2137
2138         * ext/resindvd/gstmpegdemux.c:
2139         Remove whitespace line.
2140
2141         * ext/resindvd/resindvdbin.c:
2142         * ext/resindvd/resindvdbin.h:
2143         Make it so that audio/video pads aren't added to the bin
2144         until after data flow starts.
2145
2146         * ext/resindvd/resin-play:
2147         Move video buffer queue outside resindvdbin
2148
2149         * ext/resindvd/resindvdsrc.c:
2150         Check that the nav_clock_id didn't already get unscheduled.
2151
2152         * gst/dvdspu/gstdvdspu.c:
2153         Remove assert that sometimes triggers erroneously.
2154
2155 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2156
2157         * gst/deinterlace2/tvtime/greedyh.asm:
2158         Always use the C implementation if width is not a multiple of 4. The
2159         assembly optimized version only handle this and calling the C
2160         implementation for the remaining part doesn't work because it needs
2161         previous calculations.
2162
2163 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2164
2165         * gst/deinterlace2/tvtime/greedyh.asm:
2166         * gst/deinterlace2/tvtime/greedyh.c:
2167         * gst/deinterlace2/tvtime/greedyhmacros.h:
2168         Some cleanup, use 3DNOW instead of TDNOW in macros.
2169
2170         * gst/deinterlace2/tvtime/tomsmocomp.c:
2171         (gst_deinterlace_method_tomsmocomp_class_init):
2172         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2173         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2174         The SSE method in fact only needs MMXEXT, declare it as such.
2175
2176 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
2177
2178         * docs/plugins/.cvsignore:
2179         Ignore *-undeclared.txt
2180
2181         * ext/resindvd/rsnaudiomunge.c:
2182         Turn g_print's into debug statements.
2183
2184         * ext/resindvd/resin-play:
2185         * ext/resindvd/Makefile.am:
2186         * ext/resindvd/resindvdbin.c:
2187         * ext/resindvd/resindvdbin.h:
2188         * ext/resindvd/rsnparsetter.c:
2189         * ext/resindvd/rsnparsetter.h:
2190         * ext/resindvd/rsnwrappedbuffer.c:
2191         * ext/resindvd/rsnwrappedbuffer.h:
2192         Add a bloated implementation of a really simple idea: Replace the
2193         pixel-aspect-ratio in the output video with a prescribed one when
2194         necessary. There must be an easier way.
2195
2196         Split the dvdspu out of the resindvdbin and put out the subpicture
2197         stream on the subpicture pad.
2198
2199         * ext/resindvd/gstmpegdemux.c:
2200         Send video-aspect events down the pipe from the demuxer.
2201
2202         * ext/resindvd/resindvdsrc.c:
2203         * ext/resindvd/resindvdsrc.h:
2204         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
2205         to make it use clock-waiting later.
2206
2207         * ext/resindvd/rsnbasesrc.c:
2208         Don't overwrite the last_stop in the basesrc segment after a seamless
2209         seek.
2210
2211 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2212
2213         * gst/mpegtsparse/mpegtspacketizer.c:
2214         Convert extended event text to UTF-8.
2215
2216 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
2217
2218         * docs/plugins/Makefile.am:
2219         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2220         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2221         * docs/plugins/gst-plugins-bad-plugins.args:
2222         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2223         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2224         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2225         * docs/plugins/gst-plugins-bad-plugins.signals:
2226         * docs/plugins/inspect/plugin-stereo.xml:
2227         * gst/stereo/gststereo.c:
2228           Document one more.
2229
2230 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2231
2232         * gst/mpegtsparse/gstmpegdesc.h:
2233         Fix extended event descriptor parsing, out by 1 in position of
2234         text length.
2235
2236 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
2237
2238         * gst/festival/gstfestival.c:
2239           Add a note to the docs, that festival need to be running. Also log an
2240           error it it is not. Fixes #541327
2241
2242 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2243
2244         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2245
2246         * gst/librfb/gstrfbsrc.c:
2247         * gst/librfb/gstrfbsrc.h:
2248         Add view-only property to ignore the navigation events
2249
2250 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2251
2252         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2253           Revert previous patch apart from typo fixes; the patch was not
2254           independently useful.
2255
2256 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2257
2258         Based on patch by: Alessandro Decina <alessandro@nnva.org>
2259         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2260         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
2261         * sys/dshowdecwrapper/gstdshowvideodec.c:
2262           Add AAC, AC3 to handled codecs.
2263           Fix handling of flush events.
2264           Improve debug/error output.
2265           Fix a number of typos in comments and variable names.
2266
2267 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2268
2269         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2270
2271         * gst/librfb/rfbdecoder.c:
2272         Implement ServerCutText message
2273
2274 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2275
2276         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2277
2278         * gst/librfb/gstrfbsrc.c:
2279         * gst/librfb/rfbdecoder.c:
2280         Add property for shared desktop
2281
2282 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2283
2284         * configure.ac:
2285         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2286         flags that are invalid for C++.
2287
2288 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2289
2290         * ext/spc/gstspc.c: (spc_setup):
2291         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2292         Don't use declarations after statements in the remaining code.
2293
2294 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2295
2296         Patch by:
2297           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
2298
2299         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
2300         * ext/metadata/metadataxmp.c:
2301         (metadataparse_xmp_iter_add_to_tag_list):
2302         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
2303         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
2304         Don't use declarations after statements.
2305
2306 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2307
2308         patch by: Alessandro Decina
2309
2310         * gst/mpegtsparse/mpegtsparse.c:
2311         Fix memory leak by unreffing structures when not needed.
2312         Fixes #539292.
2313
2314 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2315
2316         * gst/sdp/gstsdpdemux.c:
2317           Use floating point math for latencies < 0 sec in log output.
2318
2319 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2320
2321         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2322         Mark internal processing functions as static inline for quite some
2323         speedup as they're used only once and need to get many local variables
2324         passed as parameter.
2325
2326 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2327
2328         * gst/deinterlace2/gstdeinterlace2.c:
2329         (gst_deinterlace_method_deinterlace_frame),
2330         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
2331         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2332         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2333         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
2334         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2335         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2336         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2337         (gst_deinterlace2_src_query):
2338         * gst/deinterlace2/gstdeinterlace2.h:
2339         Call the current instance "self" instead of "object".
2340
2341 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2342
2343         * gst/deinterlace2/gstdeinterlace2.c:
2344         (gst_deinterlace_method_get_latency),
2345         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2346         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2347         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
2348         * gst/deinterlace2/gstdeinterlace2.h:
2349         Include latency of the method in the returned latency.
2350
2351         Fix outputting of all fields, i.e. doubling of the framerate.
2352
2353 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2354
2355         * gst/deinterlace2/Makefile.am:
2356         * gst/deinterlace2/gstdeinterlace2.c:
2357         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
2358         (gst_deinterlace_method_deinterlace_frame),
2359         (gst_deinterlace_method_get_fields_required),
2360         (gst_deinterlace2_methods_get_type), (_do_init),
2361         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2362         (gst_deinterlace2_child_proxy_get_child_by_index),
2363         (gst_deinterlace2_child_proxy_get_children_count),
2364         (gst_deinterlace2_child_proxy_interface_init),
2365         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
2366         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
2367         * gst/deinterlace2/gstdeinterlace2.h:
2368         * gst/deinterlace2/tvtime/greedy.c:
2369         (deinterlace_greedy_packed422_scanline_c),
2370         (deinterlace_greedy_packed422_scanline_mmx),
2371         (deinterlace_greedy_packed422_scanline_mmxext),
2372         (deinterlace_frame_di_greedy),
2373         (gst_deinterlace_method_greedy_l_set_property),
2374         (gst_deinterlace_method_greedy_l_get_property),
2375         (gst_deinterlace_method_greedy_l_class_init),
2376         (gst_deinterlace_method_greedy_l_init):
2377         * gst/deinterlace2/tvtime/greedyh.asm:
2378         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2379         (deinterlace_frame_di_greedyh),
2380         (gst_deinterlace_method_greedy_h_set_property),
2381         (gst_deinterlace_method_greedy_h_get_property),
2382         (gst_deinterlace_method_greedy_h_class_init),
2383         (gst_deinterlace_method_greedy_h_init):
2384         * gst/deinterlace2/tvtime/greedyh.h:
2385         * gst/deinterlace2/tvtime/plugins.h:
2386         * gst/deinterlace2/tvtime/tomsmocomp.c:
2387         (gst_deinterlace_method_tomsmocomp_set_property),
2388         (gst_deinterlace_method_tomsmocomp_get_property),
2389         (gst_deinterlace_method_tomsmocomp_class_init),
2390         (gst_deinterlace_method_tomsmocomp_init):
2391         * gst/deinterlace2/tvtime/tomsmocomp.h:
2392         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2393         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
2394         (gst_deinterlace_method_vfir_class_init),
2395         (gst_deinterlace_method_vfir_init):
2396         Use a GstObject subtype for the deinterlacing methods and export
2397         the different settings for each deinterlacing method via GObject
2398         properties.
2399
2400         Implement GstChildProxy interface to allow access to the used
2401         deinterlacing method and to allow adjusting the different settings.
2402
2403         Move global variables of the tomsmocomp deinterlacing method into
2404         function local variables to make it possible to use this deinterlacing
2405         method from different instances.
2406
2407 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2408
2409         * gst/deinterlace2/tvtime/greedyh.asm:
2410         Support widths that are not a multiply of 4 when using the assembly
2411         optimized greedyh implementations.
2412
2413 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2414
2415         * gst/deinterlace2/tvtime/greedyh.c:
2416         (deinterlace_frame_di_greedyh):
2417         Only build the assembly optimized implementations on x86.
2418
2419 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2420
2421         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2422
2423         * configure.ac:
2424         Fix checking of headers for the OSS4 plugin to fail if a single
2425         header doesn't exist already. AC_CHECK_HEADERS only fails if none
2426         of the headers is found. Fixes bug #541543.
2427
2428 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2429
2430         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2431
2432         * configure.ac:
2433         * gst/festival/Makefile.am:
2434         * gst/festival/gstfestival.c:
2435         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
2436         and including winsock headers. Fixes bug #541522.
2437
2438 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2439
2440         * ChangeLog:
2441         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
2442         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
2443         Corrected a typo (interpollate -> interpolate).
2444
2445 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2446
2447         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
2448         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
2449         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
2450         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
2451         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
2452         (rtp_session_send_rtp):
2453         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
2454         (rtp_source_process_rtp), (rtp_source_send_rtp):
2455         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
2456         pipeline is running normally.
2457
2458 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2459
2460         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
2461         (gst_rtp_session_finalize), (rtcp_thread),
2462         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
2463         (gst_rtp_session_event_send_rtp_sink),
2464         (gst_rtp_session_chain_send_rtp):
2465         * gst/rtpmanager/rtpsession.c: (check_collision),
2466         (update_arrival_stats), (rtp_session_process_rtp),
2467         (rtp_session_process_rtcp), (rtp_session_send_rtp),
2468         (rtp_session_send_bye_locked), (rtp_session_send_bye),
2469         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
2470         (is_rtcp_time), (rtp_session_on_timeout):
2471         * gst/rtpmanager/rtpsession.h:
2472         Do not mix the use of g_get_current_time() with gst_clock_get_time().
2473
2474 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
2475
2476         * gst/mpegvideoparse/mpegvideoparse.c:
2477         * gst/mpegvideoparse/mpegvideoparse.h:
2478         Queue new-segment events and send them after caps have been
2479         determined and set, so that the decoder will have been auto-plugged.
2480
2481 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
2482
2483         Patch by : Michael Smith <msmith @ xiph dot org>
2484         
2485         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
2486         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
2487         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
2488         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
2489         (qtwrapper_audio_decoder_chain),
2490         (qtwrapper_audio_decoder_sink_event),
2491         (qtwrapper_audio_decoder_base_init),
2492         (qtwrapper_audio_decoder_class_init),
2493         (qtwrapper_audio_decoders_register):
2494         * sys/qtwrapper/codecmapping.h:
2495         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
2496         (image_description_for_mp4v), (image_description_from_stsd_buffer):
2497         * sys/qtwrapper/imagedescription.h:
2498         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
2499         (dump_avcc_atom), (dump_image_description),
2500         (AllocateAudioBufferList):
2501         * sys/qtwrapper/qtutils.h:
2502         * sys/qtwrapper/qtwrapper.c: (plugin_init):
2503         * sys/qtwrapper/qtwrapper.h:
2504         * sys/qtwrapper/videodecoders.c:
2505         (qtwrapper_video_decoder_base_init), (open_decoder),
2506         (decompressCb), (qtwrapper_video_decoder_chain),
2507         (qtwrapper_video_decoders_register):
2508         Make qtwrapper compile/work on win32.
2509         Lots of fixes
2510         Fixes #531840
2511
2512 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2513
2514         * gst/rawparse/gstvideoparse.c:
2515         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2516
2517 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2518
2519         * gst/deinterlace2/Makefile.am:
2520         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2521         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2522         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2523         * gst/deinterlace2/tvtime/tomsmocomp.h:
2524         Remove useless file and mark everything possible as static.
2525
2526         * gst/deinterlace2/tvtime/greedy.c:
2527         * gst/deinterlace2/tvtime/greedyh.c:
2528         Use "_stdint.h" instead of <stdint.h>.
2529
2530 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2531
2532         * gst/deinterlace2/Makefile.am:
2533         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2534         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2535         * gst/deinterlace2/tvtime/greedyh.c:
2536         (deinterlace_frame_di_greedyh):
2537         * gst/deinterlace2/tvtime/speedtools.h:
2538         * gst/deinterlace2/tvtime/speedy.c:
2539         * gst/deinterlace2/tvtime/speedy.h:
2540         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2541         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2542         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2543         Get rid of speedy.[ch] as we don't use most of it's code anyway
2544         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2545         of the speedy memcpy everywhere instead.
2546         
2547         * gst/deinterlace2/gstdeinterlace2.h:
2548         Remove many unused declarations.
2549
2550 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2551
2552         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2553         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2554         Expose the additional MPEG HDTV format profiles available in latest
2555         mjpegtools version.
2556
2557 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2558
2559         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2560         Divide latency be 2 to convert from fields to frames.
2561
2562 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2563
2564         * gst/deinterlace2/tvtime/greedy.c:
2565         (deinterlace_greedy_packed422_scanline_c),
2566         (deinterlace_greedy_packed422_scanline_mmx),
2567         (deinterlace_greedy_packed422_scanline_mmxext),
2568         (deinterlace_frame_di_greedy):
2569         Don't use scanlines function from gstdeinterlace2 as it's
2570         not appropiate for this method. Instead implement deinterlace_frame
2571         function by taking the one from greedyh.
2572         
2573         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2574         Small fix for the C implementation.
2575
2576         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2577         Don't use the scanlines function from gstdeinterlace2 as it's only
2578         used for this method and will be removed. Instead implement
2579         deinterlace_frame function and make it a bit more efficient.
2580
2581         * gst/deinterlace2/gstdeinterlace2.c:
2582         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2583         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2584         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2585         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2586         (gst_deinterlace2_src_query):
2587         Fix coding style and remove scanlines function as it's unused now.
2588
2589 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2590
2591         * gst/deinterlace2/tvtime/greedyh.asm:
2592         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2593         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2594         * gst/deinterlace2/tvtime/greedyhmacros.h:
2595         Add a C implementation for the greedyh deinterlacing method, clean
2596         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2597         require any SSE instructions.
2598
2599 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2600
2601         * gst/deinterlace2/gstdeinterlace2.c:
2602         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2603         (gst_deinterlace2_setcaps):
2604         If we're outputting all fields the framerate has to be doubled.
2605
2606         Set duration on the outgoing buffers.
2607
2608 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2609
2610         * docs/plugins/Makefile.am:
2611         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2612         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2613         * gst/y4m/gsty4mencode.c:
2614         Add documentation for YUV4MPEG2 encoder element.
2615
2616 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2617
2618         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2619         Remove unneeded macros that break build on macosx.
2620
2621 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2622
2623         * configure.ac:
2624           Depend on released versions of core and -base.
2625
2626 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2627
2628         * gst/deinterlace2/tvtime/greedy.c:
2629         (deinterlace_greedy_packed422_scanline_mmx),
2630         (deinterlace_greedy_packed422_scanline_mmxext):
2631         Optimize MMX/MMXEXT implementations a bit by requiring two less
2632         memory accesses and fix the workaround for the missing right shift
2633         on bytes to unset the highest bit of every byte.
2634
2635 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2636
2637         * gst/deinterlace2/tvtime/greedy.c:
2638         (deinterlace_greedy_packed422_scanline_mmxext):
2639         Remove sfence instruction as it's not needed and actually is an SSE
2640         instruction.
2641
2642 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2643
2644         * gst/deinterlace2/tvtime/greedy.c:
2645         (deinterlace_greedy_packed422_scanline_mmx),
2646         (deinterlace_greedy_packed422_scanline):
2647         Add plain MMX implementation for the greedyl method.
2648
2649 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2650
2651         * gst/deinterlace2/Makefile.am:
2652         Move the assembly includes to noinst_HEADERS where they belong.
2653
2654         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2655         (deinterlace_line_mmx):
2656         Fix C and MMX implementations a bit more.
2657
2658 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2659
2660         * gst/deinterlace2/tvtime/greedy.c:
2661         (deinterlace_greedy_packed422_scanline_c),
2662         (deinterlace_greedy_packed422_scanline_mmxext),
2663         (deinterlace_greedy_packed422_scanline):
2664         Fix the C implementation to produce correct results and optimize the
2665         MMXEXT implementation.
2666
2667         Handle odd widths and don't read over array boundaries in the MMXEXT
2668         implementation.
2669
2670         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2671         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2672         Fix a small rounding bug in the MMX implementation, the MMX
2673         implementation doesn't actually need MMXEXT instructions so don't mark
2674         it as such.
2675
2676         Handle odd widths in both implementations.
2677
2678 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2679
2680         * ext/resindvd/rsnbasesrc.c:
2681           Use the right i18n header.
2682
2683 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2684
2685         * gst/deinterlace2/tvtime/greedy.c:
2686         (deinterlace_greedy_packed422_scanline_sse),
2687         (deinterlace_greedy_packed422_scanline_c),
2688         (deinterlace_greedy_packed422_scanline):
2689         Implement a C version of the greedy low motion algorithm and mark the
2690         assembly optimized version as SSE as it uses SSE instructions
2691         additional to MMX instructions.
2692
2693 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2694
2695         Patch by: Sebastian Pölsterl
2696
2697         * gst/mpegtsparse/mpegtspacketizer.c:
2698         Fix problem when empty string is provided.
2699
2700 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2701
2702         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2703         (deinterlace_line_c), (deinterlace_scanline_vfir):
2704         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2705         but use the MMXEXT optimized code whenever possible.
2706
2707 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2708
2709         * gst/deinterlace2/gstdeinterlace2.c:
2710         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
2711         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2712         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
2713         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
2714         (gst_deinterlace2_src_query):
2715         * gst/deinterlace2/gstdeinterlace2.h:
2716         Reset element state on PAUSED->READY properly, don't leak any buffers
2717         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
2718         properly return flow returns from gst_pad_push() instead of ignoring them.
2719
2720 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2721
2722         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2723         Add missing header.
2724
2725 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2726
2727         * configure.ac:
2728         * gst/deinterlace2/Makefile.am:
2729         * gst/deinterlace2/tvtime/greedyh.asm:
2730         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2731         Fix compilation on generic x86/amd64 and include deinterlace2 in the
2732         build system. Because of several bugs it's still enabled only
2733         by --enable-experimental.
2734
2735 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2736
2737         * ext/resindvd/resindvdsrc.c:
2738         * ext/resindvd/resindvdsrc.h:
2739         Schedule NAV packets and activate them with an async clock callback
2740         at the right moment. This makes delayed menu highlights appear
2741         at the correct time and fixes Back To The Future.
2742
2743         When outputting new segment in do_seek(), calculate our position
2744         value properly, so we report the right time when popping in and
2745         out of the menus.
2746
2747         * ext/resindvd/rsnbasesrc.c:
2748         When handling a non-flushing seek, accumulate the segment,
2749         rather than having every seek start from 0 and messing with sync
2750
2751 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
2752
2753         * gst/selector/gstoutputselector.c:
2754         * tests/icles/output-selector-test.c:
2755           Use BOILERPLATE macro and update test to the latest api changes.
2756
2757 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2758
2759         * examples/app/appsink-src.c: (on_new_buffer_from_source):
2760         Don't use a buffer after unreffing it.
2761
2762 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2763
2764         * ext/metadata/metadataexif.c:
2765           Add description tag mapping.
2766
2767 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2768
2769         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2770         * examples/app/appsrc-ra.c:
2771         * examples/app/appsrc-seekable.c:
2772         * examples/app/appsrc-stream.c:
2773         * examples/app/appsrc-stream2.c:
2774         * ext/directfb/dfbvideosink.h:
2775         * ext/metadata/gstbasemetadata.c:
2776         * ext/metadata/gstbasemetadata.h:
2777         * ext/metadata/metadata.c:
2778         * ext/metadata/metadataexif.c:
2779         * ext/theora/theoradec.h:
2780         * gst/deinterlace2/gstdeinterlace2.h:
2781         * gst/deinterlace2/tvtime/speedy.c:
2782         * gst/deinterlace2/tvtime/speedy.h:
2783         * gst/deinterlace2/tvtime/vfir.c:
2784          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
2785          comments.
2786
2787 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
2788
2789         * ext/resindvd/resindvdbin.c:
2790         Parse the URI argument into the device name so dvd:///path/to/image
2791         works.
2792
2793         * ext/resindvd/resindvdsrc.c:
2794         Implement a trivial duration query reporting the current PGC length.
2795
2796         * gst/dvdspu/gstdvdspu.c:
2797         Rename typo in the function name.
2798
2799 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2800
2801         * configure.ac:
2802         Disable deinterlace2 plugin again which was accidently enabled
2803         with last commit.
2804
2805 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2806
2807         * configure.ac:
2808         * ext/resindvd/resindvdsrc.h:
2809         Make resindvd work with libdvdnav >= 4.0.0.
2810
2811 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
2812
2813         * configure.ac:
2814         Check for libdvdnav to build resindvd.
2815
2816         * ext/Makefile.am:
2817         * ext/resindvd/Makefile.am:
2818         * ext/resindvd/gstmpegdefs.h:
2819         * ext/resindvd/gstmpegdemux.c:
2820         * ext/resindvd/gstmpegdemux.h:
2821         * ext/resindvd/gstmpegdesc.c:
2822         * ext/resindvd/gstmpegdesc.h:
2823         * ext/resindvd/gstpesfilter.c:
2824         * ext/resindvd/gstpesfilter.h:
2825         * ext/resindvd/plugin.c:
2826         * ext/resindvd/resin-play:
2827         * ext/resindvd/resindvdbin.c:
2828         * ext/resindvd/resindvdbin.h:
2829         * ext/resindvd/resindvdsrc.c:
2830         * ext/resindvd/resindvdsrc.h:
2831         * ext/resindvd/rsnaudiomunge.c:
2832         * ext/resindvd/rsnaudiomunge.h:
2833         * ext/resindvd/rsnbasesrc.c:
2834         * ext/resindvd/rsnbasesrc.h:
2835         * ext/resindvd/rsnpushsrc.c:
2836         * ext/resindvd/rsnpushsrc.h:
2837         * ext/resindvd/rsnstreamselector.c:
2838         * ext/resindvd/rsnstreamselector.h:
2839
2840         First commit of DVD-Video playback component 'rsndvdbin'
2841         and helper elements.
2842
2843         Use --enable-experimental for now, but feel free to give it a
2844         try using the resin-play script.
2845
2846         * gst/dvdspu/gstdvdspu.c:
2847         Add some extra guards for malformed events.
2848
2849 2008-06-16  David Schleef  <ds@schleef.org>
2850
2851         * configure.ac:
2852         Bump dirac requirement to 0.10 due to api changes.
2853
2854 2008-06-16  Andy Wingo  <wingo@pobox.com>
2855
2856         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
2857         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
2858         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
2859
2860 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2861
2862         * sys/dvb/gstdvbsrc.c:
2863           Move docblob upwards. Balance tags and restore blank line.
2864
2865 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2866
2867         * sys/dvb/gstdvbsrc.c:
2868         Fix out of date docs.
2869
2870 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2871
2872         Patch from: Vincent Genieux
2873
2874         * gst/mpegtsparse/mpegtsparse.c:
2875         Fix refcount issues, fixes #538560.
2876
2877 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2878
2879         * gst/mpegtsparse/gstmpegdesc.h:
2880         * gst/mpegtsparse/mpegtspacketizer.c:
2881         Parse the extended event descriptor.
2882
2883 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2884
2885         * gst/rtpmanager/gstrtpjitterbuffer.c:
2886         * gst/speed/gstspeed.c:
2887         * gst/speexresample/gstspeexresample.c:
2888         * gst/videosignal/gstvideoanalyse.c:
2889         * gst/videosignal/gstvideodetect.c:
2890         * gst/videosignal/gstvideomark.c:
2891         * sys/dvb/gstdvbsrc.c:
2892         * sys/oss4/oss4-mixer.c:
2893         * sys/oss4/oss4-sink.c:
2894         * sys/oss4/oss4-source.c:
2895         * sys/wininet/gstwininetsrc.c:
2896           Final round of doc updates.
2897
2898 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2899
2900         * gst/deinterlace/gstdeinterlace.c:
2901         * gst/rtpmanager/gstrtpbin.c:
2902         * gst/rtpmanager/gstrtpclient.c:
2903         * gst/rtpmanager/gstrtpjitterbuffer.c:
2904         * gst/rtpmanager/gstrtpptdemux.c:
2905         * gst/rtpmanager/gstrtpsession.c:
2906         * gst/rtpmanager/gstrtpssrcdemux.c:
2907         * gst/sdp/gstsdpdemux.c:
2908           More doc updates. More xrefs.
2909
2910 2008-06-14  Julien Moutte  <julien@fluendo.com>
2911
2912         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
2913         (gst_flv_demux_dispose):
2914         * gst/flv/gstflvdemux.h:
2915         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
2916         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
2917         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
2918         H.264/AVC inside FLV.
2919         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
2920         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
2921         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
2922         * sys/dshowdecwrapper/gstdshowaudiodec.h:
2923         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
2924         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
2925         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
2926         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
2927         to improve stability (ref counting, safety checks...)
2928
2929 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2930
2931         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
2932         Disable sipro on 64bits, it crashes.
2933
2934 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2935
2936         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
2937         (close_library), (open_library),
2938         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
2939         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
2940         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
2941         Add raversions we can support on the caps.
2942         Refactor the loading of the real codecs like realvideo so that we can
2943         implement probing.
2944         Probe all supported formats by trying to load the .so files, only report
2945         the versions on the caps that we can actually load.
2946
2947         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
2948         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
2949         (open_library), (close_library),
2950         (gst_real_video_dec_probe_modules),
2951         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
2952         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
2953         * gst/real/gstrealvideodec.h:
2954         Change the loading of the library like the audio decoder.
2955         Probe the supported formats by trying to load the .so files and only
2956         report the versions on the caps that we can actually load.
2957
2958 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2959
2960         patch by: Sebastian Pölsterl
2961
2962         * gst/mpegtsparse/mpegtspacketizer.c:
2963         Handle character sets in strings coming from DVB SI according
2964         to the DVB SI spec.
2965
2966 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2967
2968         * gst/replaygain/gstrganalysis.c:
2969         * gst/replaygain/gstrglimiter.c:
2970         * gst/replaygain/gstrgvolume.c:
2971           More doc updates.
2972
2973 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2974
2975         * docs/plugins/Makefile.am:
2976         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2977         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2978         * docs/plugins/gst-plugins-bad-plugins.args:
2979         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2980         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2981         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2982         * docs/plugins/gst-plugins-bad-plugins.signals:
2983         * docs/plugins/inspect/plugin-alsaspdif.xml:
2984         * docs/plugins/inspect/plugin-amrwb.xml:
2985         * docs/plugins/inspect/plugin-app.xml:
2986         * docs/plugins/inspect/plugin-bayer.xml:
2987         * docs/plugins/inspect/plugin-bz2.xml:
2988         * docs/plugins/inspect/plugin-cdaudio.xml:
2989         * docs/plugins/inspect/plugin-cdxaparse.xml:
2990         * docs/plugins/inspect/plugin-dtsdec.xml:
2991         * docs/plugins/inspect/plugin-dvb.xml:
2992         * docs/plugins/inspect/plugin-dvdspu.xml:
2993         * docs/plugins/inspect/plugin-faac.xml:
2994         * docs/plugins/inspect/plugin-faad.xml:
2995         * docs/plugins/inspect/plugin-fbdevsink.xml:
2996         * docs/plugins/inspect/plugin-festival.xml:
2997         * docs/plugins/inspect/plugin-filter.xml:
2998         * docs/plugins/inspect/plugin-flvdemux.xml:
2999         * docs/plugins/inspect/plugin-freeze.xml:
3000         * docs/plugins/inspect/plugin-gsm.xml:
3001         * docs/plugins/inspect/plugin-gstinterlace.xml:
3002         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3003         * docs/plugins/inspect/plugin-h264parse.xml:
3004         * docs/plugins/inspect/plugin-interleave.xml:
3005         * docs/plugins/inspect/plugin-jack.xml:
3006         * docs/plugins/inspect/plugin-ladspa.xml:
3007         * docs/plugins/inspect/plugin-metadata.xml:
3008         * docs/plugins/inspect/plugin-mms.xml:
3009         * docs/plugins/inspect/plugin-modplug.xml:
3010         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3011         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3012         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3013         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3014         * docs/plugins/inspect/plugin-musepack.xml:
3015         * docs/plugins/inspect/plugin-musicbrainz.xml:
3016         * docs/plugins/inspect/plugin-mve.xml:
3017         * docs/plugins/inspect/plugin-mythtv.xml
3018         * docs/plugins/inspect/plugin-nas.xml:
3019         * docs/plugins/inspect/plugin-neon.xml:
3020         * docs/plugins/inspect/plugin-nsfdec.xml:
3021         * docs/plugins/inspect/plugin-nuvdemux.xml:
3022         * docs/plugins/inspect/plugin-oss4.xml
3023         * docs/plugins/inspect/plugin-rawparse.xml:
3024         * docs/plugins/inspect/plugin-real.xml:
3025         * docs/plugins/inspect/plugin-replaygain.xml:
3026         * docs/plugins/inspect/plugin-rfbsrc.xml:
3027         * docs/plugins/inspect/plugin-sdl.xml:
3028         * docs/plugins/inspect/plugin-sdp.xml:
3029         * docs/plugins/inspect/plugin-selector.xml:
3030         * docs/plugins/inspect/plugin-sndfile.xml:
3031         * docs/plugins/inspect/plugin-soundtouch.xml:
3032         * docs/plugins/inspect/plugin-spcdec.xml:
3033         * docs/plugins/inspect/plugin-speed.xml:
3034         * docs/plugins/inspect/plugin-speexresample.xml:
3035         * docs/plugins/inspect/plugin-stereo.xml:
3036         * docs/plugins/inspect/plugin-subenc.xml
3037         * docs/plugins/inspect/plugin-timidity.xml:
3038         * docs/plugins/inspect/plugin-tta.xml:
3039         * docs/plugins/inspect/plugin-vcdsrc.xml:
3040         * docs/plugins/inspect/plugin-videosignal.xml:
3041         * docs/plugins/inspect/plugin-vmnc.xml:
3042         * docs/plugins/inspect/plugin-wildmidi.xml:
3043         * docs/plugins/inspect/plugin-x264.xml:
3044         * docs/plugins/inspect/plugin-xvid.xml:
3045         * docs/plugins/inspect/plugin-y4menc.xml:
3046         * ext/amrwb/gstamrwbdec.c:
3047         * ext/amrwb/gstamrwbenc.c:
3048         * ext/amrwb/gstamrwbparse.c:
3049         * ext/dc1394/gstdc1394.c:
3050         * ext/directfb/dfbvideosink.c:
3051         * ext/ivorbis/vorbisdec.c:
3052         * ext/jack/gstjackaudiosink.c:
3053         * ext/mpeg2enc/gstmpeg2enc.cc:
3054         * ext/mplex/gstmplex.cc:
3055         * ext/musicbrainz/gsttrm.c:
3056         * ext/mythtv/gstmythtvsrc.c:
3057         * ext/theora/theoradec.c:
3058         * ext/timidity/gsttimidity.c:
3059         * ext/timidity/gstwildmidi.c:
3060         * gst-libs/gst/app/gstappsink.c:
3061         * gst/deinterlace/gstdeinterlace.c:
3062         * gst/dvdspu/gstdvdspu.c:
3063         * gst/festival/gstfestival.c:
3064         * gst/freeze/gstfreeze.c:
3065         * gst/interleave/deinterleave.c:
3066         * gst/interleave/interleave.c:
3067         * gst/modplug/gstmodplug.cc:
3068         * gst/nuvdemux/gstnuvdemux.c:
3069           Add missing elements to docs. Fix doc-markup: use convinience syntax
3070           for examples (produces valid docbook), add several refsec2 when we
3071           have several titles. Fix some types.
3072
3073 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3074
3075         * examples/app/.cvsignore:
3076         * examples/app/Makefile.am:
3077         * examples/app/appsink-src.c: (on_new_buffer_from_source),
3078         (on_source_message), (on_sink_message), (main):
3079         Add beefed up example app from bug #413418. It now also uses appsink
3080         instead of fakesink for more ultimate coolness.
3081
3082         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3083         (gst_app_src_init), (gst_app_src_set_property),
3084         (gst_app_src_get_property), (gst_app_src_unlock),
3085         (gst_app_src_unlock_stop), (gst_app_src_create),
3086         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
3087         (gst_app_src_end_of_stream):
3088         * gst-libs/gst/app/gstappsrc.h:
3089         Add block property to allow push based implementation to block when we
3090         fill up the appsrc queues.
3091         Emit the enough-data signal while releasing our lock.
3092
3093 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3094
3095         * examples/app/.cvsignore:
3096           Ignore more.
3097
3098 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3099
3100         * ext/dc1394/gstdc1394.c:
3101         * ext/ivorbis/vorbisdec.c:
3102         * ext/jack/gstjackaudiosink.c:
3103         * ext/metadata/gstmetadatademux.c:
3104         * ext/mythtv/gstmythtvsrc.c:
3105         * ext/theora/theoradec.c:
3106         * gst-libs/gst/app/gstappsink.c:
3107         * gst/bayer/gstbayer2rgb.c:
3108         * gst/deinterlace/gstdeinterlace.c:
3109         * gst/rawparse/gstaudioparse.c:
3110         * gst/rawparse/gstvideoparse.c:
3111         * gst/rtpmanager/gstrtpbin.c:
3112         * gst/rtpmanager/gstrtpclient.c:
3113         * gst/rtpmanager/gstrtpjitterbuffer.c:
3114         * gst/rtpmanager/gstrtpptdemux.c:
3115         * gst/rtpmanager/gstrtpsession.c:
3116         * gst/rtpmanager/gstrtpssrcdemux.c:
3117         * gst/selector/gstinputselector.c:
3118         * gst/selector/gstoutputselector.c:
3119         * gst/videosignal/gstvideoanalyse.c:
3120         * gst/videosignal/gstvideodetect.c:
3121         * gst/videosignal/gstvideomark.c:
3122         * sys/oss4/oss4-mixer.c:
3123         * sys/oss4/oss4-sink.c:
3124         * sys/oss4/oss4-source.c:
3125           Do not use short_description in section docs for elements. We extract
3126           them from element details and there will be warnings if they differ.
3127           Also fixing up the ChangeLog order.
3128
3129 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3130
3131         Patch by: Sebastien Merle <sylane at gmail dot com>
3132
3133         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
3134         Fix the sign of the data we pass to the decoder so that the decoder
3135         compiles with newer reference code as well. Fixes #528618.
3136
3137 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3138
3139         * tests/icles/test-oss4.c:
3140           Include stdlib.h.
3141
3142 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3143
3144         Based on a patch by: Martin Eikermann <meiker at upb dot de>
3145
3146         * gst/deinterlace2/Makefile.am:
3147         * gst/deinterlace2/gstdeinterlace2.c:
3148         (gst_deinterlace2_method_get_type),
3149         (gst_deinterlace2_fields_get_type),
3150         (gst_deinterlace2_field_layout_get_type),
3151         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
3152         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
3153         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
3154         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
3155         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
3156         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
3157         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
3158         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
3159         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
3160         (plugin_init):
3161         * gst/deinterlace2/gstdeinterlace2.h:
3162         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
3163         (deinterlace_greedy_packed422_scanline_mmxext),
3164         (dscaler_greedyl_get_method):
3165         * gst/deinterlace2/tvtime/greedyh.asm:
3166         * gst/deinterlace2/tvtime/greedyh.c:
3167         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
3168         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
3169         (greedyh_filter_sse):
3170         * gst/deinterlace2/tvtime/greedyh.h:
3171         * gst/deinterlace2/tvtime/greedyhmacros.h:
3172         * gst/deinterlace2/tvtime/mmx.h:
3173         * gst/deinterlace2/tvtime/plugins.h:
3174         * gst/deinterlace2/tvtime/speedtools.h:
3175         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
3176         (comb_factor_packed422_scanline_mmx),
3177         (diff_factor_packed422_scanline_c),
3178         (diff_factor_packed422_scanline_mmx),
3179         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
3180         (packed444_to_packed422_scanline_c),
3181         (packed422_to_packed444_scanline_c),
3182         (packed422_to_packed444_rec601_scanline_c),
3183         (vfilter_chroma_121_packed422_scanline_mmx),
3184         (vfilter_chroma_121_packed422_scanline_c),
3185         (vfilter_chroma_332_packed422_scanline_mmx),
3186         (vfilter_chroma_332_packed422_scanline_c),
3187         (kill_chroma_packed422_inplace_scanline_mmx),
3188         (kill_chroma_packed422_inplace_scanline_c),
3189         (invert_colour_packed422_inplace_scanline_mmx),
3190         (invert_colour_packed422_inplace_scanline_c),
3191         (mirror_packed422_inplace_scanline_c),
3192         (interpolate_packed422_scanline_c),
3193         (convert_uyvy_to_yuyv_scanline_mmx),
3194         (convert_uyvy_to_yuyv_scanline_c),
3195         (interpolate_packed422_scanline_mmx),
3196         (interpolate_packed422_scanline_mmxext),
3197         (blit_colour_packed422_scanline_c),
3198         (blit_colour_packed422_scanline_mmx),
3199         (blit_colour_packed422_scanline_mmxext),
3200         (blit_colour_packed4444_scanline_c),
3201         (blit_colour_packed4444_scanline_mmx),
3202         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
3203         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
3204         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
3205         (blit_packed422_scanline_mmxext),
3206         (composite_colour4444_alpha_to_packed422_scanline_c),
3207         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
3208         (composite_packed4444_alpha_to_packed422_scanline_c),
3209         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
3210         (composite_packed4444_to_packed422_scanline_c),
3211         (composite_packed4444_to_packed422_scanline_mmxext),
3212         (composite_alphamask_to_packed4444_scanline_c),
3213         (composite_alphamask_to_packed4444_scanline_mmxext),
3214         (composite_alphamask_alpha_to_packed4444_scanline_c),
3215         (premultiply_packed4444_scanline_c),
3216         (premultiply_packed4444_scanline_mmxext),
3217         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
3218         (quarter_blit_vertical_packed422_scanline_mmxext),
3219         (quarter_blit_vertical_packed422_scanline_c),
3220         (subpix_blit_vertical_packed422_scanline_c),
3221         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
3222         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
3223         (rgba32_to_packed4444_rec601_scanline_c),
3224         (packed444_to_rgb24_rec601_scanline_c),
3225         (packed444_to_nonpremultiplied_packed4444_scanline_c),
3226         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
3227         (speedy_get_accel):
3228         * gst/deinterlace2/tvtime/speedy.h:
3229         * gst/deinterlace2/tvtime/sse.h:
3230         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
3231         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
3232         (tomsmocomp_init), (tomsmocomp_filter_mmx),
3233         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
3234         * gst/deinterlace2/tvtime/tomsmocomp.h:
3235         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
3236         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
3237         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
3238         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
3239         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
3240         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
3241         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
3242         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
3243         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
3244         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
3245         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
3246         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
3247         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
3248         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
3249         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
3250         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
3251         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
3252         (deinterlace_scanline_vfir), (copy_scanline),
3253         (dscaler_vfir_get_method):
3254         * gst/deinterlace2/tvtime/x86-64_macros.inc:
3255         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
3256         which was relicensed to LGPL for GStreamer and in theory provides
3257         better and faster results than the simple deinterlace element.
3258         Fixes bug #163578.
3259
3260         Ported to GStreamer 0.10 but still not enabled or included in the
3261         build system by default because of bad artefacts caused by a bug
3262         somewhere and as it can be only build on x86/amd64 ATM and requires
3263         special CFLAGS. Will be fixed soon.
3264
3265 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3266
3267         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
3268
3269         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
3270         (gst_wildmidi_change_state), (plugin_init):
3271         * ext/timidity/gstwildmidi.h:
3272         Initialize wildmidi only once in the plugin init function instead
3273         of once for every instance. The second and following calls to the
3274         wildmidi initialization function will fail. Fixes bug #525613.
3275
3276         Also don't register the element at all if wildmidi initialization
3277         fails.
3278
3279 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3280
3281         * ext/soundtouch/gstpitch.cc:
3282         Call gst_element_no_more_pads() after all pads are added.
3283
3284 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3285
3286         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
3287         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
3288         (gst_raw_parse_handle_seek_pull):
3289         Add simple reverse playback.
3290
3291 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3292
3293         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
3294         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
3295         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
3296         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
3297         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
3298         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
3299         * gst/rawparse/gstrawparse.h:
3300         Fix seeking, timestamps, duration and some more. Fixes #536309.
3301
3302 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3303
3304         * examples/app/Makefile.am:
3305         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
3306         (found_source), (bus_message), (main):
3307         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
3308         (found_source), (bus_message), (main):
3309         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
3310         (bus_message), (main):
3311         Added 3 more example application for using appsrc in random-access mode,
3312         pull-mode streaming and pull mode seekable.
3313
3314         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3315         (gst_app_src_start), (gst_app_src_do_get_size),
3316         (gst_app_src_create):
3317         * gst-libs/gst/app/gstappsrc.h:
3318         Make stream-type property writable.
3319         Unset flushing when starting so that we reuse appsrc.
3320         Inform basesrc about the configured size.
3321         Emit seek-data signal when we are going to a different offset in
3322         random-access mode.
3323
3324 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3325
3326         * examples/app/appsrc-stream.c: (found_source), (main):
3327         Use deep-notify until we can depend on a playbin2 with support for the
3328         source property.
3329
3330 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3331
3332         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
3333         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
3334         Fix deadlock when shutting down, use a new lock instead to properly
3335         shutdown.
3336
3337 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3338
3339         * examples/app/.cvsignore:
3340         * examples/app/Makefile.am:
3341         * examples/app/appsrc-stream.c: (read_data), (start_feed),
3342         (stop_feed), (found_source), (bus_message), (main):
3343         Added an example on how to use appsrc in playbin in streaming mode from
3344         an mmapped file.
3345
3346         * examples/app/appsrc_ex.c: (main):
3347         Set pipeline to NULL to free queued buffers.
3348
3349         * gst-libs/gst/app/gstapp-marshal.list:
3350         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
3351         (gst_app_src_class_init), (gst_app_src_init),
3352         (gst_app_src_flush_queued), (gst_app_src_dispose),
3353         (gst_app_src_set_property), (gst_app_src_get_property),
3354         (gst_app_src_unlock), (gst_app_src_unlock_stop),
3355         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
3356         (gst_app_src_check_get_range), (gst_app_src_do_seek),
3357         (gst_app_src_create), (gst_app_src_set_stream_type),
3358         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
3359         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
3360         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
3361         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
3362         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
3363         * gst-libs/gst/app/gstappsrc.h:
3364         Measure max queue size in bytes instead.
3365         Add support for 3 modes of operation, streaming, seekable and
3366         random-access, making basesrc handle the scheduling modes for each.
3367         Add appsrc:// uri handler so that automatic plugging can be done from
3368         playbin2 or uridecodebin, for example.
3369         Added support for custom segment formats.
3370         Add support for push and pull based operations from the application.
3371         Expand the methods so that errors can be detected.
3372         Flush the queued buffers on seeks and when shutting down.
3373         Add signals to inform the app that a seek must happen.
3374
3375 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3376
3377         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
3378         (gst_deinterleave_src_query):
3379         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3380         (gst_interleave_src_query):
3381         Properly implement duration and position queries in bytes format. We
3382         have to take the upstream reply and divide/multiply it by the number
3383         of channels to get the correct result.
3384
3385 2008-06-04  Michael Smith <msmith@songbirdnest.com>
3386
3387         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3388         * sys/dshowvideosink/dshowvideofakesrc.h:
3389         * sys/dshowvideosink/dshowvideosink.cpp:
3390         * sys/dshowvideosink/dshowvideosink.h:
3391           Fix up copyright notice on new plugin.
3392
3393 2008-06-04  David Schleef  <ds@schleef.org>
3394
3395         * ext/dirac/gstdiracenc.cc: Update properties for recent
3396           dirac changes.  Patch from Jonathan Rosser.
3397
3398 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3399
3400         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
3401           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
3402           (gst_x264_enc_encode_frame):
3403           Try harder not to crash when we get an EOS event but haven't set
3404           up the encoder yet (as may happen when upstream errors out with
3405           not-negotiated, for example). Also, always push the EOS event
3406           downstream.
3407
3408 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3409
3410         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3411         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
3412         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
3413         * gst/interleave/interleave.h:
3414         Use an always increasing integer for the number in the name of the
3415         requested sink pads to guarantuee a unique name. Add a "channel"
3416         property to GstInterleavePad to make it possible for applications
3417         to retrieve the channel number in the output for every pad.
3418
3419         Use g_type_register_static_simple() instead of
3420         g_type_register_static() to save some relocations.
3421
3422 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3423
3424         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3425         (gst_interleave_change_state):
3426         Stop GstCollectPads before calling the parent's state change function
3427         when going from PAUSED to READY as we otherwise deadlock.
3428         Fixes bug #536258.
3429
3430 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3431
3432         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
3433         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
3434         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
3435         (gst_h264_parse_chain):
3436         * gst/h264parse/gsth264parse.h:
3437         Parse codec_data and use the nalu_size_length field to get the NALU
3438         length in packetized h264.
3439         When queueing a packetized buffer in reverse mode, don't unref the
3440         buffer twice.
3441         Avoid accessing the buffer TIMESTAMP field after we pushed it on
3442         the adaptor.
3443
3444 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3445
3446         * gst/interleave/interleave.c:
3447         (gst_interleave_check_channel_positions),
3448         (gst_interleave_set_channel_positions),
3449         (gst_interleave_class_init):
3450         Use new gst_audio_check_channel_positions() function and register
3451         the GstInterleavePad type from a threadsafe context.
3452
3453 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3454
3455         * configure.ac:
3456           Revert accidental addition in configure.ac. Sorry.
3457
3458 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3459
3460         * configure.ac:
3461         * sys/Makefile.am:
3462         * sys/dshowvideosink/Makefile.am:
3463         * sys/dshowvideosink/README:
3464         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3465         * sys/dshowvideosink/dshowvideofakesrc.h:
3466         * sys/dshowvideosink/dshowvideosink.cpp:
3467         * sys/dshowvideosink/dshowvideosink.h:
3468         Add a new win32 videosink. Uses the DirectShow renderers for
3469         high-performance video rendering on win32.
3470         Currently only supports some YUV formats.
3471         Rank PRIMARY, since it's much more useful for the common cases that the
3472         directdraw sink (which only does RGB).
3473
3474 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
3475
3476         * ext/spc/Makefile.am:
3477           Dist tag.h
3478
3479 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3480
3481         * ext/faad/gstfaad.c: (gst_faad_sink_event):
3482         Always drain before activating the new segment.
3483
3484 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3485
3486         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3487         (gst_interleave_finalize), (gst_audio_check_channel_positions),
3488         (gst_interleave_set_channel_positions),
3489         (gst_interleave_class_init), (gst_interleave_init),
3490         (gst_interleave_set_property), (gst_interleave_get_property),
3491         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3492         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
3493         (gst_interleave_src_query_latency), (gst_interleave_collected):
3494         * gst/interleave/interleave.h:
3495         Allow setting channel positions via a property and allow using the
3496         channel positions on the input as the channel positions of the output.
3497
3498         Fix some broken logic and memory leaks.
3499
3500         * tests/check/Makefile.am:
3501         * tests/check/elements/interleave.c: (src_handoff_float32),
3502         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
3503         Add unit tests for checking correct handling of channel positions.
3504
3505 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3506
3507         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3508         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3509         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3510         (gst_faad_change_state):
3511         * ext/faad/gstfaad.h:
3512         Add basic reverse playback support.
3513         Clear decoder state after disconts.
3514         Remove some unused code.
3515         Mark output buffers with a discont after a decoding error.
3516
3517 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3518
3519         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3520
3521         * gst/mpeg4videoparse/mpeg4videoparse.c:
3522         (gst_mpeg4vparse_handle_vos):
3523         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3524
3525 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3526
3527         * tests/check/elements/mplex.c: (setup_src_pad),
3528         (teardown_src_pad):
3529         Don't use the deprecated gst_element_get_pad().
3530
3531 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3532
3533         * examples/directfb/gstdfb.c: (main):
3534         Don't use the deprecated gst_element_get_pad().
3535
3536 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3537
3538         Based on patch by: <onkarshinde at gmail dot com>
3539
3540         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3541         (gst_vcdsrc_uri_set_uri):
3542         Allow the track to be set by using the uri. Fixes #535043.
3543
3544 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3545
3546         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3547         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3548         Implement latency query.
3549
3550 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3551
3552         * gst/mpegvideoparse/mpegvideoparse.c:
3553         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3554
3555 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3556
3557         * gst/rtpmanager/gstrtpbin.c:
3558         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3559         (gst_rtp_bin_change_state), (new_payload_found),
3560         (new_ssrc_pad_found):
3561         Break out of callbacks when we are shutting down.
3562         Make sure no state changes can happen when we reconfigure.
3563
3564 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3565
3566         * configure.ac:
3567         Require CVS core and base for new audio clock reset method.
3568
3569         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3570         Reset the audio clock. See #521761.
3571
3572 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3573
3574         * ext/jack/gstjackaudiosink.c:
3575         (gst_jack_audio_sink_allocate_channels):
3576         Include the element name in the port name to avoid duplicate port names.
3577
3578 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3579
3580         * gst/interleave/deinterleave.c:
3581         Add another example launch line.
3582
3583         * gst/interleave/interleave.c: (interleave_24),
3584         (gst_interleave_finalize), (gst_interleave_base_init),
3585         (gst_interleave_class_init), (gst_interleave_init),
3586         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3587         (gst_interleave_change_state), (__remove_channels),
3588         (__set_channels), (gst_interleave_sink_getcaps),
3589         (gst_interleave_set_process_function),
3590         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3591         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3592         (forward_event_func), (forward_event), (gst_interleave_src_event),
3593         (gst_interleave_collected):
3594         * gst/interleave/interleave.h:
3595         Major rewrite of interleave using GstCollectpads. This new version
3596         also supports almost all raw audio formats and has better caps
3597         negotiation. Fixes bug #506594.
3598
3599         Also update docs and add some more examples.
3600
3601         * tests/check/elements/interleave.c: (interleave_chain_func),
3602         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3603         (interleave_suite):
3604         Add some more extensive unit tests for interleave.
3605
3606 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3607
3608         * gst/rtpmanager/gstrtpjitterbuffer.c:
3609         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3610         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3611         we need to do this so that we can better handle a restarted source.
3612         Fix some comments.
3613
3614         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3615         (rtp_jitter_buffer_insert):
3616         Tweak the skew resync diff.
3617         Use our working seqnum compare function in -base.
3618         Rework the jitterbuffer insert code to make it clearer and more
3619         performant by only retrieving the seqnum of the input buffer once and by
3620         adding some G_LIKELY compiler hints.
3621         Improve debugging for duplicate packets.
3622
3623         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3624         Fix a comment, we don't do skew correction here..
3625
3626 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3627
3628         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3629
3630         * gst/rtpmanager/gstrtpbin.c:
3631         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3632         (gst_rtp_bin_set_property):
3633         Propagate the do-lost and latency properties to the jitterbuffers when
3634         they are changed on rtpbin.
3635
3636 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3637
3638         * examples/switch/switcher.c: (switch_timer):
3639         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3640         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3641         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3642         (gst_sdp_demux_stream_configure_udp_sink):
3643         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3644         (pad_added_setup_data_check_float32_8ch_cb):
3645         * tests/check/elements/rganalysis.c: (send_eos_event),
3646         (send_tag_event):
3647         Don't use _gst_pad().
3648
3649 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3650
3651         * docs/plugins/Makefile.am:
3652         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3653         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3654         * docs/plugins/gst-plugins-bad-plugins.args:
3655         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3656         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3657         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3658         * docs/plugins/gst-plugins-bad-plugins.signals:
3659         * docs/plugins/inspect/plugin-alsaspdif.xml:
3660         * docs/plugins/inspect/plugin-amrwb.xml:
3661         * docs/plugins/inspect/plugin-app.xml:
3662         * docs/plugins/inspect/plugin-bayer.xml:
3663         * docs/plugins/inspect/plugin-bz2.xml:
3664         * docs/plugins/inspect/plugin-cdaudio.xml:
3665         * docs/plugins/inspect/plugin-cdxaparse.xml:
3666         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3667         * docs/plugins/inspect/plugin-dtsdec.xml:
3668         * docs/plugins/inspect/plugin-dvb.xml:
3669         * docs/plugins/inspect/plugin-dvdspu.xml:
3670         * docs/plugins/inspect/plugin-faac.xml:
3671         * docs/plugins/inspect/plugin-faad.xml:
3672         * docs/plugins/inspect/plugin-fbdevsink.xml:
3673         * docs/plugins/inspect/plugin-festival.xml:
3674         * docs/plugins/inspect/plugin-filter.xml:
3675         * docs/plugins/inspect/plugin-flvdemux.xml:
3676         * docs/plugins/inspect/plugin-freeze.xml:
3677         * docs/plugins/inspect/plugin-gsm.xml:
3678         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3679         * docs/plugins/inspect/plugin-h264parse.xml:
3680         * docs/plugins/inspect/plugin-interleave.xml:
3681         * docs/plugins/inspect/plugin-jack.xml:
3682         * docs/plugins/inspect/plugin-ladspa.xml:
3683         * docs/plugins/inspect/plugin-metadata.xml:
3684         * docs/plugins/inspect/plugin-mms.xml:
3685         * docs/plugins/inspect/plugin-modplug.xml:
3686         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3687         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3688         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3689         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3690         * docs/plugins/inspect/plugin-musepack.xml:
3691         * docs/plugins/inspect/plugin-musicbrainz.xml:
3692         * docs/plugins/inspect/plugin-mve.xml:
3693         * docs/plugins/inspect/plugin-nas.xml:
3694         * docs/plugins/inspect/plugin-neon.xml:
3695         * docs/plugins/inspect/plugin-nsfdec.xml:
3696         * docs/plugins/inspect/plugin-nuvdemux.xml:
3697         * docs/plugins/inspect/plugin-rawparse.xml:
3698         * docs/plugins/inspect/plugin-real.xml:
3699         * docs/plugins/inspect/plugin-replaygain.xml:
3700         * docs/plugins/inspect/plugin-rfbsrc.xml:
3701         * docs/plugins/inspect/plugin-sdl.xml:
3702         * docs/plugins/inspect/plugin-sdp.xml:
3703         * docs/plugins/inspect/plugin-selector.xml:
3704         * docs/plugins/inspect/plugin-sndfile.xml:
3705         * docs/plugins/inspect/plugin-soundtouch.xml:
3706         * docs/plugins/inspect/plugin-spcdec.xml:
3707         * docs/plugins/inspect/plugin-speed.xml:
3708         * docs/plugins/inspect/plugin-speexresample.xml:
3709         * docs/plugins/inspect/plugin-stereo.xml:
3710         * docs/plugins/inspect/plugin-tta.xml:
3711         * docs/plugins/inspect/plugin-vcdsrc.xml:
3712         * docs/plugins/inspect/plugin-videosignal.xml:
3713         * docs/plugins/inspect/plugin-vmnc.xml:
3714         * docs/plugins/inspect/plugin-wildmidi.xml:
3715         * docs/plugins/inspect/plugin-x264.xml:
3716         * docs/plugins/inspect/plugin-xvid.xml:
3717         * docs/plugins/inspect/plugin-y4menc.xml:
3718         Add interleave/deinterleave to the docs and while at that
3719         run make update in docs/plugins.
3720
3721         * gst/interleave/deinterleave.c:
3722         Add a parapraph about using a queue and audioconvert after the source
3723         pads to the docs.
3724
3725 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3726
3727         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3728         (gst_deinterleave_class_init), (gst_deinterleave_init),
3729         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
3730         * gst/interleave/deinterleave.h:
3731         Don't set a getcaps() function on the src pads as it's not required
3732         and the default getcaps() function returns the correct results for
3733         our src pads.
3734
3735         Complete documentation and add myself to the authors of the element.
3736
3737 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3738
3739         * tests/icles/.cvsignore:
3740         * tests/icles/Makefile.am:
3741         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
3742           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
3743           (probe_details), (probe_element), (main):
3744           Small oss4 test that probes for available devices and retrieves
3745           their caps and mixer tracks and all that. Also allows testing of
3746           mixer change messages on the bus.
3747
3748 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3749
3750         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
3751         * sys/oss4/oss4-property-probe.c:
3752           (gst_oss4_property_probe_find_device_name),
3753           (gst_oss4_property_probe_find_device_name_nofd):
3754         * sys/oss4/oss4-property-probe.h:
3755         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
3756         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
3757           Make device-name probing in NULL state work better (e.g. for the
3758           gnome-control-center sound capplet).
3759
3760 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3761
3762         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3763
3764         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
3765         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
3766         (gst_mpeg4vparse_change_state):
3767         Move some code around to integrate the startcode searching with the
3768         other bits of parsing, avoid a whole bunch of peeks.
3769         Get rid of invalid data that should not happen according to the specs.
3770         Fixes #533559.
3771
3772 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3773
3774         Patch by: Bastien Nocera <hadess at hadess dot net>
3775
3776         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
3777         (gst_mythtv_src_init), (gst_mythtv_src_clear),
3778         (do_read_request_response), (gst_mythtv_src_create),
3779         (gst_mythtv_src_start):
3780         Correctly set duration to get a more correct seek bar in totem.
3781
3782         Disable query and event functions as they don't work and do some
3783         smaller cleanup.
3784
3785         Fixes bug #533736.
3786
3787 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3788
3789         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
3790
3791         * ext/spc/Makefile.am:
3792         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
3793         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
3794         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
3795         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
3796         (gst_spc_dec_src_query), (spc_play), (spc_setup):
3797         * ext/spc/gstspc.h:
3798         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
3799         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
3800         (spc_tag_get_info), (spc_tag_free):
3801         * ext/spc/tag.h:
3802         Add support for some essential features like seeking, reading song
3803         duration and extended tags. Fixes bug #454151.
3804
3805 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3806
3807         * tests/check/elements/deinterleave.c: (GST_START_TEST):
3808         Set keep-positions property to TRUE for the 8 channel test to ensure
3809         that the original channel position is set on the output.
3810
3811 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3812
3813         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
3814         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
3815         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
3816         (gst_deinterleave_get_property):
3817         * gst/interleave/deinterleave.h:
3818         Add a property to select whether channel positions should be kept on
3819         the mono output buffers or should be dropped.
3820
3821 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
3822
3823         * docs/Makefile.am:
3824         Oops - fix the spelling of the variable I added.
3825
3826 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3827
3828         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
3829         (gst_deinterleave_init), (gst_deinterleave_sink_event),
3830         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
3831         * gst/interleave/deinterleave.h:
3832         Queue events until src pads were added and they can be sent. Otherwise
3833         downstream will never get the first newsegment event.
3834
3835 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3836
3837         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
3838         (gst_deinterleave_getcaps):
3839         Always set the channel positions when gst_audio_get_channel_positions()
3840         returns something, even if they're not set in the caps. This makes
3841         sure that the output channels can be interleaved again correctly
3842         in the mono/stereo cases too.
3843
3844         Don't ask for the peercaps of the current pad in getcaps() as this
3845         might call getcaps() again and deadlock.
3846
3847 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3848
3849         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
3850         Check some more common locations for a valid configuration file.
3851         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
3852         to the distributions default location.
3853
3854 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3855
3856         * gst/interleave/Makefile.am:
3857         * gst/interleave/deinterleave.c: (deinterleave_24),
3858         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
3859         (gst_deinterleave_class_init), (gst_deinterleave_init),
3860         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
3861         (gst_deinterleave_set_process_function),
3862         (gst_deinterleave_sink_setcaps), (__remove_channels),
3863         (__set_channels), (gst_deinterleave_getcaps),
3864         (gst_deinterleave_process), (gst_deinterleave_chain),
3865         (gst_deinterleave_sink_activate_push):
3866         * gst/interleave/deinterleave.h:
3867         Add support for all raw audio formats and provide better negotiation
3868         if the caps are changing.
3869
3870         Don't allow changes of the channel positions and set the position of
3871         the corresponding channel on the src pad caps.
3872
3873         General cleanup and smaller bugfixes.
3874
3875         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
3876         Check the channel positions on the output buffer caps.
3877
3878 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3879
3880         * docs/Makefile.am:
3881         Don't attempt to build plugin docs when they're disabled.
3882
3883         * gst/bayer/Makefile.am:
3884         Add libgstvideo to the link.
3885
3886         * gst/rtpmanager/Makefile.am:
3887         Fix link order, and move LIBS things to _LIBS
3888
3889 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3890
3891         * docs/plugins/gst-plugins-bad-plugins.types:
3892         Remove bogus attempt to pull 'metadata' plugin's base
3893         class into the docs.
3894
3895 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3896
3897         * gst/rtpmanager/gstrtpjitterbuffer.c:
3898         (gst_rtp_jitter_buffer_chain):
3899         Simply drop bad RTP packets with a warning instead of just posting an
3900         error and stopping. This is a perfectly recoverable event and we don't
3901         force people to use an rtpbin to filter out bad packets first.
3902
3903 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3904
3905         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
3906         Set fixed caps on the srcpad after we created the pad...
3907
3908 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3909
3910         * tests/check/Makefile.am:
3911           Remove deinterleave test from VALGRIND_TO_FIX again now that
3912           there are suppressions in gst.supp which make this work for me.
3913
3914 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3915
3916         * tests/check/Makefile.am:
3917           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
3918           weird invalid free errors in valgrind/libc after _exit for some
3919           reason.
3920
3921         * tests/check/elements/deinterleave.c: (pads_created),
3922           (set_channel_positions), (src_handoff_float32_8ch),
3923           (float_buffer_check_probe),
3924           (pad_added_setup_data_check_float32_8ch_cb),
3925           (make_fake_src_8chans_float32), (GST_START_TEST),
3926           (deinterleave_suite):
3927           Add some more deinterleave unit test bits I had locally.
3928
3929 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3930
3931         * gst/interleave/Makefile.am:
3932         * gst/interleave/deinterleave.h:
3933         * gst/interleave/interleave.h:
3934         * gst/interleave/plugin.h:
3935         Split definitions into separate header files for better documentation
3936         generation.
3937         
3938         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3939         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
3940         (gst_deinterleave_process):
3941         Don't use alloca, allow caps changes as long as the number of channels
3942         does not change, don't use g_warning, return NOT_NEGOTIATED as early
3943         as possible and some other cleanup.
3944
3945         * gst/interleave/interleave.c: (gst_interleave_base_init),
3946         (gst_interleave_class_init):
3947         Do some random cleanup.
3948
3949         * tests/check/Makefile.am:
3950         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3951         (deinterleave_chain_func), (deinterleave_pad_added),
3952         (deinterleave_suite):
3953         Add unit tests for the deinterleave element.
3954
3955 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3956
3957         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3958
3959         * gst/mpeg4videoparse/mpeg4videoparse.c:
3960         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
3961         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
3962         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
3963         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
3964         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
3965         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
3966         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
3967         * gst/mpeg4videoparse/mpeg4videoparse.h:
3968         Parse the config data (either outbound or in the stream) to set   
3969         width/height, apect ration, framerate in the caps if applicable.
3970         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
3971         intra frames
3972         Set the timestamps of outgoing buffers to the buffer in
3973         which the VOP header was found.
3974         Drop incoming data untill configuration is found (by default,
3975         configurable using a property).
3976         Report a 1 frame latency. Fixes #532723.
3977
3978 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3979
3980         * gst/real/gstrealvideodec.c: (open_library):
3981         Add some debug for where we are searching for libraries.
3982
3983 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3984
3985         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
3986         Actually add the do-lost property to the object.
3987
3988 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3989
3990         * gst/rtpmanager/gstrtpjitterbuffer.c:
3991         (gst_rtp_jitter_buffer_loop):
3992         Avoid waiting for a negative (huge) duration when the last packet has a
3993         lower timestamp than the current packet.
3994
3995 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
3996
3997         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
3998         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
3999         prevent a memory leak.
4000
4001
4002 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4003
4004         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4005         Quieten some docs output
4006
4007 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4008
4009         * gst/rtpmanager/gstrtpjitterbuffer.c:
4010         (gst_rtp_jitter_buffer_loop):
4011         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
4012
4013 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4014
4015         * docs/plugins/Makefile.am:
4016         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4017         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4018         * docs/plugins/inspect/plugin-gstinterlace.xml:
4019         * gst/deinterlace/gstdeinterlace.c:
4020         * gst/deinterlace/gstdeinterlace.h:
4021         Random doc of the day: the deinterlace element.
4022
4023 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4024
4025         * gst/mpegtsparse/mpegtspacketizer.c:
4026         * gst/mpegtsparse/mpegtsparse.c:
4027         Make sure all schedule EIT and non-actual transport stream
4028         EITs are parsed. Also add present-following flag and
4029         actual-transport-stream flag to eit bus message.
4030
4031 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
4032
4033         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
4034         Make sure to unref the caps used by RTPSource to prevent a memory leak.
4035
4036 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
4037
4038         Based on patch by: Clive Wright <clive_wright ntlworld com>
4039
4040         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
4041           Apparently mono sliders have the mono value repeated in the upper bits,
4042           so mask those out when reading them. Probably makes the mixer applet
4043           work properly in some more cases.
4044
4045 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4046
4047         Patch by: Olivier Crete <tester at tester dot ca>
4048
4049         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
4050         (rtp_session_process_bye), (rtp_session_send_bye_locked):
4051         Unlock the session lock when calling one of our callbacks. 
4052         Fixes #532011.
4053
4054 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4055
4056         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4057
4058         * gst/rtpmanager/gstrtpsession.c:
4059         (gst_rtp_session_event_send_rtp_sink):
4060         Send RTP BYE command on EOS. Fixes bug #531955.
4061
4062 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4063
4064         * win32/common/config.h.in:
4065           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
4066           use the real thing than having "???" unconditionally.
4067
4068 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4069
4070         * gst-libs/gst/app/.cvsignore:
4071         * gst-libs/gst/app/Makefile.am:
4072         * gst-libs/gst/app/gstapp-marshal.list:
4073         Add marshal.list, make it compile and add to cvsignore.
4074
4075         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
4076         (gst_app_sink_stop):
4077         Small cleanups.
4078
4079         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
4080         (gst_app_src_init), (gst_app_src_set_property),
4081         (gst_app_src_get_property), (gst_app_src_unlock),
4082         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
4083         (gst_app_src_create), (gst_app_src_set_caps),
4084         (gst_app_src_get_caps), (gst_app_src_set_size),
4085         (gst_app_src_get_size), (gst_app_src_set_seekable),
4086         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
4087         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
4088         (gst_app_src_end_of_stream):
4089         * gst-libs/gst/app/gstappsrc.h:
4090         Beat appsrc in shape, add signals and actions.
4091         Add some docs.
4092         Add properties for caps, size, seekability and max-buffers.
4093         Fix unlock/stop code.
4094
4095 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4096
4097         * configure.ac:
4098           Error out if we don't have the required versions of core/base.
4099
4100 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4101
4102         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4103         (gst_app_sink_init), (gst_app_sink_set_property),
4104         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
4105         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
4106         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
4107         (gst_app_sink_preroll), (gst_app_sink_render),
4108         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
4109         (gst_app_sink_get_drop):
4110         * gst-libs/gst/app/gstappsink.h:
4111         Start some docs.
4112         Add property to drop buffers when the queue is filled
4113         Fix unlocking and flushing when the queues are filled.
4114
4115 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
4116
4117         Patch by: Jens Granseuer <jensgr at gmx dot net>
4118
4119         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
4120         Declare variables at the beginning of blocks. Fixes compilation with
4121         gcc 2.x and other compilers. Fixes bug #530611.
4122
4123 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4124
4125         * gst/mpegtsparse/mpegtspacketizer.c:
4126         * gst/mpegtsparse/mpegtspacketizer.h:
4127         * gst/mpegtsparse/mpegtsparse.c:
4128         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
4129         by pid number. This allows for example the EPG data from UK's
4130         freesat to be picked up.
4131
4132 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
4133
4134         * ext/mpeg2enc/gstmpeg2enc.cc:
4135         * ext/soundtouch/gstbpmdetect.cc:
4136         Cast NULL sentinels to void * as NULL is defined as an integer
4137         constant in most environments when using C++ and it's size might
4138         be different from a pointer.
4139
4140 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4141
4142         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4143         (gst_app_sink_init), (gst_app_sink_set_property),
4144         (gst_app_sink_get_property), (gst_app_sink_event),
4145         (gst_app_sink_preroll), (gst_app_sink_render),
4146         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
4147         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
4148         (gst_app_sink_pull_buffer):
4149         * gst-libs/gst/app/gstappsink.h:
4150         Add more docs.
4151         Add signals for when preroll and render buffers are available.
4152         Add property to control signal emission.
4153         Add property to control the max queue size.
4154
4155 2008-04-25  Michael Smith <msmith@songbirdnest.com>
4156
4157         * gst-libs/gst/dshow/Makefile.am:
4158           Use CXXFLAGS rather than CFLAGS; these are C++ files.
4159           Define required constants appropriately.
4160         * sys/dshowdecwrapper/Makefile.am:
4161           Add required include dir, libraries.
4162           Define required constants appropriately.
4163
4164 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4165
4166         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
4167         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
4168         * gst/rtpmanager/gstrtpbin.h:
4169         Expose new jitterbuffer property in rtpbin too.
4170
4171 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4172
4173         * gst/rtpmanager/gstrtpjitterbuffer.c:
4174         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
4175         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
4176         (gst_rtp_jitter_buffer_get_property):
4177         Disable sending out rtp packet lost events by default and make a
4178         property to enabe it. We will likely enable it by default when the base
4179         depayloaders have a default handler for them so that we don't send these
4180         events all through the pipeline for now.
4181
4182 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4183
4184         * gst/rtpmanager/gstrtpjitterbuffer.c:
4185         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
4186         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
4187         (gst_rtp_jitter_buffer_loop):
4188         Remove private version of a function that is in -base now.
4189         Add src event handler.
4190         Rework the jitterbuffer pushing loop so that it can quickly react to
4191         lost packets and instruct the depayloader of them. This can then be used
4192         to implement error concealment data.
4193
4194 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4195
4196         * gst/rtpmanager/gstrtpsession.c:
4197         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
4198         (create_send_rtcp_src):
4199         Set up some internal links functions for the RTCP and sync pads because
4200         the defaults are really not correct.
4201         Implement a query handler for the RTCP src pad, mostly to correctly
4202         report about the latency.
4203
4204 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4205
4206         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
4207         (gst_rtp_bin_sync_chain):
4208         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
4209         (rtp_session_process_sr), (rtp_session_on_timeout):
4210         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
4211         (calculate_jitter):
4212         * gst/rtpmanager/rtpsource.h:
4213         * gst/rtpmanager/rtpstats.h:
4214         Also keep track of the first buffer timestamp together with the first
4215         RTP timestamp as they both are needed to construct the timing of
4216         outgoing packets in the jitterbuffer and are therefore also needed to
4217         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
4218         with a wildly different gap.
4219
4220 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4221
4222         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
4223         Forward unknown queries upstream instead of returning FALSE on them.
4224
4225 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4226
4227         * configure.ac:
4228         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
4229         (gst_musepackdec_init), (gst_musepackdec_dispose),
4230         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
4231         (gst_musepackdec_loop), (plugin_init):
4232         * ext/musepack/gstmusepackdec.h:
4233         * ext/musepack/gstmusepackreader.c:
4234         * ext/musepack/gstmusepackreader.h:
4235         Add support for the new libmpcdec API which magically gets us support
4236         for SV8 files. Also do some random cleanup. Fixes bug #526905.
4237
4238 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4239
4240         * configure.ac:
4241         Back to development -> 0.10.7.1
4242
4243 === release 0.10.7 ===
4244
4245 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
4246
4247         * configure.ac:
4248           releasing 0.10.7, "House of Cards"
4249
4250 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
4251
4252         * ext/faad/gstfaad.c:
4253           Don't leak GstAudioChannelPosition. Fixes #529378.
4254
4255 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4256
4257         * gst/sdp/gstsdpdemux.c: (request_pt_map):
4258         Ref caps, see #528245.
4259
4260 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4261
4262         * configure.ac:
4263         0.10.6.4 pre-release
4264
4265 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4266
4267         * tests/check/elements/rganalysis.c: (GST_START_TEST):
4268         Don't leak a tag list. Fixes bug #529285.
4269
4270 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4271
4272         * tests/check/elements/ofa.c: (bus_handler):
4273         Don't leak the tags string and tag list. Fixes bug #529283.
4274
4275 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4276
4277         Patch by: Olivier Crete <tester at tester dot ca>
4278
4279         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
4280         (new_ssrc_pad_found):
4281         Ref caps when inserting into the cache.
4282         Don't leak pads.
4283
4284         * gst/rtpmanager/gstrtpjitterbuffer.c:
4285         (gst_rtp_jitter_buffer_get_clock_rate),
4286         (gst_rtp_jitter_buffer_query):
4287         Avoid a caps leak.
4288         Don't leak refcount in query.
4289
4290         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
4291         (gst_rtp_pt_demux_chain):
4292         Avoid caps leaks.
4293
4294         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
4295         (gst_rtp_session_init), (return_true),
4296         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
4297         (gst_rtp_session_clock_rate):
4298         Ref caps when inserting into the cache.
4299         Fix some more caps leaks. Fixes #528245.
4300
4301 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4302
4303         * tests/icles/metadata_editor.c:
4304           Add cast to placate gcc 4.1.2.
4305
4306 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4307
4308         * configure.ac:
4309         0.10.6.3 pre-release
4310
4311 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4312
4313         * sys/dvb/gstdvbsrc.c:
4314         Revert patch that added a loop timeout.
4315         Fixes #528614.
4316
4317 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4318
4319         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
4320         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
4321         * gst/rtpmanager/gstrtpjitterbuffer.c:
4322         (gst_rtp_jitter_buffer_get_clock_rate):
4323         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
4324         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
4325         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
4326         Don't leak a padname.
4327         Don't leak client streams list.
4328         Lock rtpbin when associating streams. Fixes #528245.
4329
4330 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4331
4332         * tests/check/Makefile.am:
4333         Don't inlcude dc1394src in the generic/states test as it requires
4334         special hardware. Fixes bug #528011.
4335
4336 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4337
4338         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
4339         Only check if the generated fingerprints are valid Base64. The
4340         fingerprints are different when running on different architectures
4341         which is a) no problem because the fingerprints are tolerant enough
4342         and b) is caused by libofa. Fixes bug #528266.
4343
4344 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4345
4346         * ext/timidity/Makefile.am:
4347         Dist all source files, no matter if only timidity or wildmidi or
4348         nothing is found by configure. Fixes bug #528000.
4349
4350 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4351
4352         * gst-plugins-bad.spec.in:
4353           Remove souphttpsrc plugin from spec files, it's moved to -good.
4354
4355 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4356
4357         * tests/check/Makefile.am:
4358         Remove soup test certificates from the dist.
4359
4360 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4361
4362         * ext/dirac/gstdiracenc.cc:
4363         Fix compilation by casting string constants.
4364
4365         * sys/Makefile.am:
4366         Fix WININET_DIR variable reference.
4367
4368 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4369
4370         * configure.ac:
4371         * docs/plugins/Makefile.am:
4372         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4373         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4374         * docs/plugins/gst-plugins-bad-plugins.args:
4375         * docs/plugins/inspect/plugin-soup.xml:
4376         * ext/Makefile.am:
4377         * ext/soup/Makefile.am:
4378         * ext/soup/gstsouphttpsrc.c:
4379         * ext/soup/gstsouphttpsrc.h:
4380         * tests/check/Makefile.am:
4381         * tests/check/elements/souphttpsrc.c:
4382         * tests/check/test-cert.pem:
4383         * tests/check/test-key.pem:
4384
4385         Remove soup plugin that's moved to -good (#523124)
4386
4387 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4388
4389         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
4390           (gst_flv_parse_tag_script):
4391           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
4392           crash caused by a strlen on a NULL string (#527622).
4393
4394 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4395
4396         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4397
4398         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
4399           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
4400           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
4401           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
4402           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
4403         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
4404           Don't increase latency by queuing buffers in an async queue when
4405           the streaming thread can't keep up or isn't scheduled often
4406           enough for some other reason, but just drop the previous buffer
4407           in that case. Also implement GstBaseSrc::unlock for faster
4408           unlocking when shutting down. (#520892).
4409
4410 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4411
4412         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
4413           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
4414           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
4415           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
4416           (me_gst_setup_view_pipeline), (process_file):
4417         * tests/icles/metadata_editor.glade:
4418           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
4419           drawing/scaling logic to make this compile and work on all platforms.
4420           Fixes #518227.
4421
4422 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4423
4424         * configure.ac:
4425           Bump core/base requirements to released versions to avoid
4426           confusion.
4427
4428         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
4429           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
4430           (gst_deinterlace_set_caps), (plugin_init):
4431           Add debug category, use _set_element_details_simple and
4432           remove special code path for Y42B to calculate offsets and
4433           strides; libgstvideo knows how to handle this format now.
4434
4435 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4436
4437         * gst/cdxaparse/Makefile.am:
4438         * gst/cdxaparse/gstcdxaparse.c:
4439         * gst/cdxaparse/gstcdxastrip.c:
4440         * gst/cdxaparse/gstcdxastrip.h:
4441         * gst/cdxaparse/gstvcdparse.c:
4442         * gst/cdxaparse/gstvcdparse.h:
4443           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
4444           anything the 0.8 version didn't do though.
4445
4446 2008-04-11  Julien Moutte  <julien@fluendo.com>
4447
4448         * sys/oss4/oss4-mixer-enum.c:
4449         (gst_oss4_mixer_enum_get_values_locked):
4450         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
4451         format in debug statements.
4452
4453 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4454
4455         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4456
4457         * configure.ac:
4458         * sys/Makefile.am:
4459         * sys/wininet/Makefile.am:
4460         * sys/wininet/gstwininetsrc.c:
4461         * sys/wininet/gstwininetsrc.h:
4462           Add wininetsrc for basic http/ftp support on windows (#520897).
4463
4464 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4465
4466         * gst/nsf/nsf.h:
4467           Change prototype of process function here too to avoid
4468           'incompatible assignment' warnings.
4469
4470 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
4471
4472         * tests/check/elements/souphttpsrc.c: (got_buffer),
4473         (souphttpsrc_suite):
4474         Increase the timeout for the internet tests to 250 seconds
4475         and check for NULL caps instead of just crashing.
4476         The real fix would be to implement an shoutcast server for the unit test
4477         instead of relying on a working internet connection.
4478         Fixes bug #521749.
4479
4480 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
4481
4482         * gst/rtpmanager/gstrtpbin.c: (free_session):
4483         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
4484         Avoid leaking pads in the RTP manager.
4485
4486 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4487
4488         * gst/nsf/nes_apu.c: (apu_process):
4489         * gst/nsf/nes_apu.h:
4490         Don't do void pointer arithmetic - it's a gcc extension.
4491
4492 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4493
4494         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
4495           Work around missing bits of thread-safety on older GLibs some
4496           more to avoid assertions when starting up multiple playbin
4497           objects concurrently (see #512382).
4498
4499 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4500
4501         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4502
4503         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
4504         Only ignore actual redirects not all responses when in state
4505         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
4506
4507 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4508
4509         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4510
4511         * configure.ac:
4512         Actually build dlls when cross-compiling with mingw32.
4513         Fixes bug #526247.
4514
4515 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4516
4517         * tests/check/elements/ofa.c: (GST_START_TEST):
4518         Also check that we have processed at least 135 seconds of audio
4519         until we stop and calculated a fingerprint.
4520
4521 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4522
4523         * gst/subenc/gstsrtenc.c:
4524         * gst/subenc/gstsrtenc.h:
4525           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4526
4527 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4528
4529         * tests/check/Makefile.am:
4530         * tests/check/elements/.cvsignore:
4531         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4532         (ofa_suite), (main):
4533         Add simple unit tests for the OFA plugin.
4534
4535 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4536
4537         * configure.ac:
4538         * sys/Makefile.am:
4539         * sys/oss4/Makefile.am:
4540         * sys/oss4/oss4-audio.c:
4541         * sys/oss4/oss4-audio.h:
4542         * sys/oss4/oss4-mixer-enum.c:
4543         * sys/oss4/oss4-mixer-enum.h:
4544         * sys/oss4/oss4-mixer-slider.c:
4545         * sys/oss4/oss4-mixer-slider.h:
4546         * sys/oss4/oss4-mixer-switch.c:
4547         * sys/oss4/oss4-mixer-switch.h:
4548         * sys/oss4/oss4-mixer.c:
4549         * sys/oss4/oss4-mixer.h:
4550         * sys/oss4/oss4-property-probe.c:
4551         * sys/oss4/oss4-property-probe.h:
4552         * sys/oss4/oss4-sink.c:
4553         * sys/oss4/oss4-sink.h:
4554         * sys/oss4/oss4-soundcard.h:
4555         * sys/oss4/oss4-source.c:
4556         * sys/oss4/oss4-source.h:
4557           Add initial support for OSSv4. Mixer still needs a bit more love,
4558           but even magic has its limits.
4559
4560 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4561
4562         * configure.ac:
4563         * gst-plugins-bad.spec.in:
4564         * gst/srtenc/Makefile.am:
4565         * gst/srtenc/gstsrtenc.c:
4566         * gst/srtenc/gstsrtenc.h:
4567         * gst/subenc/Makefile.am:
4568         * gst/subenc/gstsrtenc.c: (plugin_init):
4569           Rename new srtenc plugin to subenc.
4570
4571 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4572
4573         * gst/mpegtsparse/mpegtspacketizer.c:
4574         Cable delivery subsystem descriptors' frequency's bcd
4575         is measured in 100Hz units so adjust multiplier accordingly.
4576
4577 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4578
4579         * configure.ac:
4580         * gst/srtenc/Makefile.am:
4581         * gst/srtenc/gstsrtenc.c:
4582         * gst/srtenc/gstsrtenc.h:
4583         Add srt subtitle encoder
4584
4585 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4586
4587         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4588
4589         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4590         (gst_gsmdec_chain):
4591         * ext/gsm/gstgsmdec.h:
4592         Increase the allowed samplerates for the ms-gsm format.
4593         Fixes #481354.
4594
4595 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4596
4597         Patch by: Jan de Groot <jan at jgc homeip net>
4598
4599         * configure.ac:
4600           Fix build with --disable-external (#525100).
4601
4602 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4603
4604         * sys/dvb/gstdvbsrc.c:
4605         Repeat diseqc call to allow for some diseqc switches.
4606
4607 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4608
4609         * ext/Makefile.am:
4610         Dist ofa correctly! Fixes non-uninstalled build.
4611
4612 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4613
4614         * sys/dvb/gstdvbsrc.c:
4615         Make diseqc work more reliably.
4616
4617 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4618
4619         * gst/nsf/Makefile.am:
4620         * gst/nsf/fds_snd.c:
4621         * gst/nsf/mmc5_snd.c:
4622         * gst/nsf/nsf.c:
4623         * gst/nsf/types.h:
4624         * gst/nsf/vrc7_snd.c:
4625         * gst/nsf/vrcvisnd.c:
4626         * gst/nsf/memguard.c:
4627         * gst/nsf/memguard.h:
4628         Remove memguard again and apply hopefully all previously dropped
4629         local patches. Should be really better than the old version now.
4630
4631 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4632
4633         * gst/nsf/memguard.c: (_my_free):
4634         * gst/nsf/types.h:
4635         Unbreak compilation by disabling memguard and doing some dirty hack
4636         fixes to make it compile on 64bits.
4637
4638 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4639
4640         Patch by: Andreas Henriksson <andreas at fatal dot set>
4641
4642         * gst/nsf/Makefile.am:
4643         * gst/nsf/dis6502.h:
4644         * gst/nsf/fds_snd.c:
4645         * gst/nsf/fds_snd.h:
4646         * gst/nsf/fmopl.c:
4647         * gst/nsf/fmopl.h:
4648         * gst/nsf/gstnsf.c:
4649         * gst/nsf/log.c:
4650         * gst/nsf/log.h:
4651         * gst/nsf/memguard.c:
4652         * gst/nsf/memguard.h:
4653         * gst/nsf/mmc5_snd.c:
4654         * gst/nsf/mmc5_snd.h:
4655         * gst/nsf/nes6502.c:
4656         * gst/nsf/nes6502.h:
4657         * gst/nsf/nes_apu.c:
4658         * gst/nsf/nes_apu.h:
4659         * gst/nsf/nsf.c:
4660         * gst/nsf/nsf.h:
4661         * gst/nsf/osd.h:
4662         * gst/nsf/types.h:
4663         * gst/nsf/vrc7_snd.c:
4664         * gst/nsf/vrc7_snd.h:
4665         * gst/nsf/vrcvisnd.c:
4666         * gst/nsf/vrcvisnd.h:
4667         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4668         on some files. Fixes bug #498237.
4669
4670         Remove some // comments, fix some compiler warnings and use pow()
4671         instead of a slow, selfmade implementation.
4672
4673 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4674
4675         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4676
4677         * configure.ac:
4678         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4679
4680 2008-03-24  Rene Stadler  <mail@renestadler.de>
4681
4682         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4683           (gst_rg_analysis_transform_ip):
4684         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4685           (gst_rg_limiter_transform_ip):
4686         Make rganalysis and rglimiter elements GAP-flag aware.
4687
4688         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4689           (rganalysis_suite):
4690         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4691         Add tests to verify gap-awareness.
4692
4693 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4694
4695         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4696         (gst_soup_http_src_chunk_allocator),
4697         (gst_soup_http_src_got_chunk_cb),
4698         (gst_soup_http_src_uri_get_protocols):
4699         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4700         GIO and GnomeVFS as they provide authentication.
4701
4702         Don't leak the icy caps if we already set them and get a new
4703         icy-metaint header.
4704
4705         Try harder to set the icy caps on the output buffer to have correct
4706         caps for the first buffer already.
4707
4708         * tests/check/elements/souphttpsrc.c: (got_buffer),
4709         (GST_START_TEST):
4710         Check that we get a buffer with application/x-icy caps if iradio-mode
4711         is enabled and we have an icecast URL.
4712
4713 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4714
4715         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
4716         Actually set the icy caps on our src pad if we have icecast data.
4717         Fixes bug #523854.
4718
4719 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4720
4721         * configure.ac:
4722         Check if the compiler supports do { } while (0) macros. This fixes
4723         a warning when compiling with g++ 4.3, resulting in a build failure
4724         because of -Werror.
4725
4726         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4727         * ext/mplex/gstmplex.cc:
4728         Include <string.h> for memcpy and friends to fix the build with
4729         gcc 4.3.
4730
4731         * tests/check/Makefile.am:
4732         Remove trailing backslash.
4733
4734 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4735
4736         * gst/selector/gstinputselector.c:
4737         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
4738         Do g_object_notify() only when not holding the lock to get the property
4739         because otherwise we run into a deadlock with the deep-notify handlers
4740         that are possibly installed.
4741
4742 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4743
4744         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4745         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4746         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
4747         Release the selector lock when pad alloc happens on a non selected pad.
4748
4749 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4750
4751         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4752         (gst_selector_pad_init), (gst_selector_pad_set_property),
4753         (gst_selector_pad_get_property), (gst_selector_pad_event),
4754         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4755         (gst_input_selector_set_active_pad):
4756         Add pad property to configure behaviour of the unselected pad, it can
4757         return OK or NOT_LINKED, based on the use case.
4758
4759 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4760
4761         * gst/selector/gstinputselector.c:
4762         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
4763         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4764         (gst_input_selector_wait), (gst_selector_pad_chain),
4765         (gst_input_selector_class_init), (gst_input_selector_init),
4766         (gst_input_selector_dispose), (gst_segment_set_start),
4767         (gst_input_selector_set_active_pad),
4768         (gst_input_selector_set_property),
4769         (gst_input_selector_get_property),
4770         (gst_input_selector_get_linked_pad),
4771         (gst_input_selector_is_active_sinkpad),
4772         (gst_input_selector_activate_sinkpad),
4773         (gst_input_selector_request_new_pad),
4774         (gst_input_selector_release_pad),
4775         (gst_input_selector_change_state), (gst_input_selector_block),
4776         (gst_input_selector_switch):
4777         * gst/selector/gstinputselector.h:
4778         Figure out the locking a bit more.
4779         Mark buffers with discont after switching.
4780         Fix initial segment forwarding, make sure to only forward one segment
4781         regardless of what the sequence of buffers/segments is. See #522203.
4782         Improve flushing when blocked.
4783         Return NOT_LINKED when a stream is not selected.
4784         Not API change for the switch signal in the docs.
4785         Fix start/time/accum values of the new segment.
4786         Correctly unlock and flush a blocking selector when going to READY.
4787
4788 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4789
4790         * ext/ladspa/gstladspa.c:
4791         * ext/ladspa/gstsignalprocessor.c:
4792           Add some thoughts and FIXME's.
4793
4794 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4795
4796         * gst/bayer/gstbayer2rgb.c:
4797           Include stdlib.h for abs.
4798
4799 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
4800
4801         * gst/freeze/FAQ:
4802         * gst/freeze/Makefile.am:
4803         * gst/freeze/gstfreeze.c:
4804           Add example to source code documentation blob and remove the 3 line
4805           FAQ.
4806
4807         * gst/interleave/interleave.c:
4808           Add a source code documentation blob.
4809
4810 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4811
4812         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
4813         (gst_ofa_transform_ip), (plugin_init):
4814         Improve debugging, clean up a bit and really generate the fingerprint
4815         after 135 seconds.
4816
4817 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4818
4819         * ext/ofa/gstofa.c:
4820         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
4821
4822 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4823
4824         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
4825
4826         * configure.ac:
4827         * ext/ofa/Makefile.am:
4828         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
4829         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
4830         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
4831         (plugin_init):
4832         * ext/ofa/gstofa.h:
4833         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
4834         Fixes bug #351309.
4835
4836 2008-03-18  Andy Wingo  <wingo@pobox.com>
4837
4838         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
4839         and a potential int overflow.
4840
4841         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
4842         Avoids a #warning about an ignored #pragma.
4843
4844 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4845
4846         * examples/switch/switcher.c:
4847         Update switch example to use input selector.
4848
4849 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4850
4851         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
4852         (gst_neonhttp_src_send_request_and_redirect):
4853         Handle HTTP status code 303 (See Other) the same way
4854         as 302 (Found). Not sure what to do about all the other 3xx
4855         redirect status codes. Fixes bug #522884.
4856
4857 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
4858
4859         * gst-libs/gst/dshow/Makefile.am:
4860         Make sure the dshow helper library headers get distributed in the next
4861         release.
4862
4863 2008-03-14  David Schleef  <ds@schleef.org>
4864
4865         Patch by: William M. Brack
4866
4867         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
4868
4869 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4870
4871         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
4872         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4873         (gst_input_selector_class_init),
4874         (gst_input_selector_set_active_pad),
4875         (gst_input_selector_set_property),
4876         (gst_input_selector_push_pending_stop):
4877         Add lots of debugging. 
4878         Fix time member in the newsegment event.
4879
4880 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4881
4882         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4883         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4884         (gst_selector_pad_event), (gst_input_selector_class_init),
4885         (gst_input_selector_init), (gst_input_selector_set_active_pad),
4886         (gst_input_selector_set_property),
4887         (gst_input_selector_get_property),
4888         (gst_input_selector_request_new_pad),
4889         (gst_input_selector_release_pad),
4890         (gst_input_selector_push_pending_stop),
4891         (gst_input_selector_switch):
4892         * gst/selector/gstinputselector.h:
4893         Various cleanups.
4894         Added tags to the pads.
4895         Select active pad based on the pad object instead of its name.
4896         Fix refcount in set_active_pad.
4897         Add property to get the number of pads.
4898
4899         * gst/selector/gstoutputselector.c:
4900         (gst_output_selector_class_init),
4901         (gst_output_selector_set_property),
4902         (gst_output_selector_get_property):
4903         Various cleanups.
4904         Select the active pad based on the pad object instead of its name.
4905         Fix locking when setting the active pad.
4906
4907         * gst/selector/gstselector-marshal.list:
4908         * tests/check/elements/selector.c: (cleanup_pad),
4909         (selector_set_active_pad), (run_input_selector_buffer_count):
4910         Fixes for pad instead of padname for pad selection.
4911
4912 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4913
4914         * ext/alsaspdif/alsaspdifsink.c:
4915         * ext/gsm/gstgsm.c:
4916         * ext/jack/gstjack.c:
4917         * ext/libmms/gstmms.c:
4918         * ext/neon/gstneonhttpsrc.c:
4919         * ext/shout/gstshout.c:
4920         * ext/timidity/gsttimidity.c:
4921         * ext/timidity/gstwildmidi.c:
4922         * gst/nuvdemux/gstnuvdemux.c:
4923         * gst/tta/gsttta.c:
4924         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4925         of hardcoding values where possible. Fixes bug #522212.
4926
4927 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4928
4929         Patch by: Wouter Cloetens <wouter at mind dot be>
4930
4931         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
4932         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
4933         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
4934         * ext/soup/gstsouphttpsrc.h:
4935         Try to resume on server disconnect. Fixes bug #522134.
4936
4937 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4938
4939         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
4940         Set correct pixel aspect ratio for the encoder.
4941
4942 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4943
4944         Patch by: Olivier Crete <tester at tester dot ca>
4945
4946         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
4947         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
4948         (rtp_session_create_source), (rtp_session_process_rtp),
4949         (rtp_session_process_sr), (rtp_session_process_rr),
4950         (rtp_session_process_sdes), (rtp_session_process_bye),
4951         (rtp_session_send_bye_locked), (rtp_session_send_bye),
4952         (rtp_session_on_timeout):
4953         * gst/rtpmanager/rtpsession.h:
4954         Implement collision and loop detection in rtpmanager.
4955         Fixes #520626.
4956
4957         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
4958         (rtp_source_init):
4959         * gst/rtpmanager/rtpsource.h:
4960         Add method to reset stats.
4961
4962 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4963
4964         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4965
4966         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
4967         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
4968         (join_rtcp_thread), (gst_rtp_session_change_state):
4969         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
4970         be blocked downstream. Also avoid spawning multiple rtcp threads.
4971         Fixes #520894.
4972
4973 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4974
4975         Patch by: Stefan Kost <ensonic@users.sf.net>
4976
4977         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
4978         Don't try to reset the clock skew when we have no timestamps.
4979         Fixes #519005.
4980
4981 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4982
4983         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4984
4985         * ext/faad/gstfaad.c: (looks_like_valid_header):
4986         Improve the header checking to look for what faad2 looks
4987         for too. Fixes playback of same apple trailers.
4988         Fixes bug #469979.
4989
4990 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4991
4992         * configure.ac:
4993         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
4994         2.0.0-rcX is newer than 2.0.0 so we check for this too.
4995
4996 2008-03-05  David Schleef  <ds@schleef.org>
4997
4998         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
4999           from the encoder program in dirac.
5000
5001 2008-03-05  David Schleef  <ds@schleef.org>
5002
5003         * configure.ac:
5004         * ext/Makefile.am:
5005         * ext/dirac/Makefile.am:
5006         * ext/dirac/gstdirac.cc:
5007         * ext/dirac/gstdiracenc.cc:
5008           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
5009           elements.
5010
5011 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5012
5013         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5014
5015         * configure.ac:
5016         * ext/Makefile.am:
5017         * ext/mplex/Makefile.am:
5018         * ext/mplex/gstmplex.cc:
5019         * ext/mplex/gstmplex.hh:
5020         * ext/mplex/gstmplexibitstream.cc:
5021         * ext/mplex/gstmplexibitstream.hh:
5022         * ext/mplex/gstmplexjob.cc:
5023         * ext/mplex/gstmplexjob.hh:
5024         * ext/mplex/gstmplexoutputstream.cc:
5025         * ext/mplex/gstmplexoutputstream.hh:
5026         Port mplex element to 0.10. Fixes bug #520329.
5027
5028         * tests/check/Makefile.am:
5029         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
5030         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
5031         (GST_START_TEST), (mplex_suite), (main):
5032         Add unit test for the mplex element.
5033
5034 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5035
5036         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5037
5038         * configure.ac:
5039         Clean up detection of different mjpegtoolsAPI versions.
5040
5041         * ext/mpeg2enc/gstmpeg2enc.cc:
5042         * ext/mpeg2enc/gstmpeg2enc.hh:
5043         * ext/mpeg2enc/gstmpeg2encoder.cc:
5044         * ext/mpeg2enc/gstmpeg2encoptions.cc:
5045         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5046         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
5047         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
5048         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
5049         Streamline conditional code for evolving mjpegtools API,
5050         optimize and fix/prevent crash in log handling, use
5051         names/nicks for enums in the usual way andm inor updates
5052         in code and properties/settings. Partially fixes bug #520329.
5053
5054 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5055
5056         * gst/mpegtsparse/gstmpegdesc.h:
5057         * gst/mpegtsparse/mpegtspacketizer.c:
5058         Add parsing of cable delivery system descriptor.
5059
5060 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5061
5062         * configure.ac:
5063         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5064         plug-ins are included/excluded. (#498222)
5065
5066 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
5067
5068         Patch by: Jens Granseuer <jensgr at gmx dot net>
5069
5070         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
5071         (gst_mve_demux_get_type):
5072         Fix audio discontinuity that happens when silent chunks are
5073         followed by real data again. Fixes bug #519905.
5074
5075 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5076
5077         * sys/dvb/gstdvbsrc.c:
5078         * sys/dvb/parsechannels.c:
5079         Add DVB-C support. Special thanks to Christian Schaller
5080         for a testing ground.
5081
5082 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5083
5084         * gst/mpegtsparse/mpegtsparse.c:
5085         Only send PMTs to program pads that the PMT is for even if
5086         on same pid.
5087         As a by-product, we now no longer hardcode any psi pid numbers.
5088         Also remove pcr stream from old pmt when we apply a new pmt.
5089
5090 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
5091
5092         * ext/metadata/TODO:
5093         * ext/metadata/metadata_mapping.htm:
5094         * ext/metadata/metadataexif.c:
5095         * ext/metadata/metadatatags.c:
5096         * ext/metadata/metadatatags.h:
5097         * tests/icles/metadata_editor.c:
5098         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
5099         local time (those changes has been done in previous comit but had to
5100         be revert in 2008-02-10 due to frozen)
5101
5102 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5103
5104         * sys/dvb/camutils.c:
5105         Remove the G_VALUE_HOLDS_BOXED checks. They were
5106         only added to help debug the data corruption.
5107
5108 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5109
5110         * sys/dvb/camutils.c:
5111         Don't free the program descriptors, this structure
5112         containing them is still stored after.
5113         Fixes data corruption.
5114
5115 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5116
5117         * sys/dvb/camutils.c:
5118         Extra checks to prevent data corruption/segfaults.
5119
5120 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5121
5122         * ext/nas/nassink.c:
5123           Fix build warning by using portable API.
5124
5125 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5126
5127         * gst/selector/gstoutputselector.c:
5128           Fix changing to same pad twice before a chain call.     
5129
5130 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5131
5132         Patch by: Daniel Fischer <dan at f3c dot com>
5133
5134         * configure.ac:
5135         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
5136         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
5137         * ext/dc1394/gstdc1394.h:
5138         Add support for libdc1394 2.0.0 and above and require this version
5139         now. Fixes bug #514964.
5140
5141 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5142
5143         Patch by: Wouter Cloetens <wouter at mind dot be>
5144
5145         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
5146         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5147         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5148         (gst_soup_http_src_create):
5149         * ext/soup/gstsouphttpsrc.h:
5150         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
5151         (souphttpsrc_suite):
5152         Add support for specifying a list of cookies to be passed in
5153         the HTTP request. Fixes bug #518722.
5154
5155 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5156
5157         * gst/selector/gstinputselector.c:
5158         * gst/selector/gstinputselector.h:
5159           Added "select-all" property to make it work like aggregator in 0.8.
5160
5161         * gst/selector/gstoutputselector.c:
5162           Fix resend-latest behavoiur.
5163           
5164         * tests/check/Makefile.am:
5165         * tests/check/elements/.cvsignore:
5166         * tests/check/elements/selector.c:
5167           Add unit tests for selector.
5168
5169 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5170
5171         * configure.ac:
5172         * ext/timidity/gsttimidity.c: (plugin_init):
5173         * ext/timidity/gstwildmidi.c: (plugin_init):
5174         Remove midi typefinders and require base CVS as they moved there.
5175
5176 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5177
5178         * ext/Makefile.am:
5179         Only disable the ext/timidity directory if both, wildmidi
5180         _and_ timidity are not available.
5181
5182 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5183
5184         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
5185
5186         * ext/Makefile.am:
5187         Build the wildmidi plugin if it's enabled and not only when
5188         both, the timidity and wildmidi plugin, are enabled.
5189
5190 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5191
5192         * configure.ac:
5193         * ext/mpeg2enc/Makefile.am:
5194         * ext/soundtouch/Makefile.am:
5195         * gst/modplug/Makefile.am:
5196           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5197           when building C++ code.
5198
5199 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5200
5201         * sys/dvb/gstdvbsrc.c:
5202         Add initial support for multiproto driver (not yet merged into
5203         v4l-dvb mainline yet).
5204         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
5205
5206 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5207
5208         * docs/plugins/inspect/plugin-alsaspdif.xml:
5209         * docs/plugins/inspect/plugin-app.xml:
5210         * docs/plugins/inspect/plugin-bayer.xml:
5211         * docs/plugins/inspect/plugin-bz2.xml:
5212         * docs/plugins/inspect/plugin-cdaudio.xml:
5213         * docs/plugins/inspect/plugin-cdxaparse.xml:
5214         * docs/plugins/inspect/plugin-dfbvideosink.xml:
5215         * docs/plugins/inspect/plugin-dtsdec.xml:
5216         * docs/plugins/inspect/plugin-dvb.xml:
5217         * docs/plugins/inspect/plugin-dvdspu.xml:
5218         * docs/plugins/inspect/plugin-faac.xml:
5219         * docs/plugins/inspect/plugin-faad.xml:
5220         * docs/plugins/inspect/plugin-fbdevsink.xml:
5221         * docs/plugins/inspect/plugin-festival.xml:
5222         * docs/plugins/inspect/plugin-filter.xml:
5223         * docs/plugins/inspect/plugin-flvdemux.xml:
5224         * docs/plugins/inspect/plugin-freeze.xml:
5225         * docs/plugins/inspect/plugin-gsm.xml:
5226         * docs/plugins/inspect/plugin-gstinterlace.xml:
5227         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
5228         * docs/plugins/inspect/plugin-h264parse.xml:
5229         * docs/plugins/inspect/plugin-interleave.xml:
5230         * docs/plugins/inspect/plugin-jack.xml:
5231         * docs/plugins/inspect/plugin-ladspa.xml:
5232         * docs/plugins/inspect/plugin-metadata.xml:
5233         * docs/plugins/inspect/plugin-mms.xml:
5234         * docs/plugins/inspect/plugin-modplug.xml:
5235         * docs/plugins/inspect/plugin-mpeg2enc.xml:
5236         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
5237         * docs/plugins/inspect/plugin-mpegtsparse.xml:
5238         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5239         * docs/plugins/inspect/plugin-musepack.xml:
5240         * docs/plugins/inspect/plugin-musicbrainz.xml:
5241         * docs/plugins/inspect/plugin-mve.xml:
5242         * docs/plugins/inspect/plugin-neon.xml:
5243         * docs/plugins/inspect/plugin-nsfdec.xml:
5244         * docs/plugins/inspect/plugin-nuvdemux.xml:
5245         * docs/plugins/inspect/plugin-rawparse.xml:
5246         * docs/plugins/inspect/plugin-real.xml:
5247         * docs/plugins/inspect/plugin-replaygain.xml:
5248         * docs/plugins/inspect/plugin-rfbsrc.xml:
5249         * docs/plugins/inspect/plugin-sdl.xml:
5250         * docs/plugins/inspect/plugin-sdp.xml:
5251         * docs/plugins/inspect/plugin-selector.xml:
5252         * docs/plugins/inspect/plugin-sndfile.xml:
5253         * docs/plugins/inspect/plugin-soundtouch.xml:
5254         * docs/plugins/inspect/plugin-spcdec.xml:
5255         * docs/plugins/inspect/plugin-speed.xml:
5256         * docs/plugins/inspect/plugin-speexresample.xml:
5257         * docs/plugins/inspect/plugin-stereo.xml:
5258         * docs/plugins/inspect/plugin-tremor.xml:
5259         * docs/plugins/inspect/plugin-tta.xml:
5260         * docs/plugins/inspect/plugin-vcdsrc.xml:
5261         * docs/plugins/inspect/plugin-videosignal.xml:
5262         * docs/plugins/inspect/plugin-vmnc.xml:
5263         * docs/plugins/inspect/plugin-x264.xml:
5264         * docs/plugins/inspect/plugin-xvid.xml:
5265         * docs/plugins/inspect/plugin-y4menc.xml:
5266           Update to version 0.10.6.1.
5267
5268 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5269
5270         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5271         * docs/plugins/inspect/plugin-gdp.xml:
5272         * docs/plugins/inspect/plugin-quicktime.xml:
5273         * docs/plugins/inspect/plugin-switch.xml:
5274         * docs/plugins/inspect/plugin-videocrop.xml:
5275           Remove docs for elements that have moved to other modules
5276           or been renamed.
5277
5278 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5279
5280         Patch by: Wouter Cloetens <wouter at mind dot be>
5281
5282         * configure.ac:
5283         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
5284         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
5285         (gst_soup_http_src_chunk_allocator),
5286         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
5287         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
5288         * ext/soup/gstsouphttpsrc.h:
5289         Implement zero-copy and make the buffer size configurable.
5290         Prefix proxy URIs with "http://" if they don't start with it
5291         already and catch errors earlier, fixes hanging in some situations.
5292         Fixes bug #514948.
5293
5294 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5295
5296         * tests/check/gst-plugins-bad.supp:
5297         Add suppressions for SoundTouch valgrind warnings and
5298         a valgrind warning caused by the LADSPA sine plugin and
5299         happening on every exit().
5300         Remove GIO suppressions as it's now in -base.
5301
5302 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5303
5304         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
5305         Don't allocate and copy the data to a new place but instead
5306         put the data from gmyth (which we own) into the buffers that
5307         are passed downstream.
5308
5309 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5310
5311         * ext/timidity/gstwildmidi.c:
5312         If WILDMIDI_CFG is not defined, define it to the default
5313         timidity configure file.
5314
5315 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5316
5317         Based on a patch by:
5318           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5319
5320         * configure.ac:
5321         * ext/mpeg2enc/gstmpeg2enc.cc:
5322         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
5323         use mjpeg_loglev_t() for getting the log levels. Check for this
5324         function in configure.ac as the pkg-config file doesn't tell us
5325         which release candidate we have. Fixes bug #517896.
5326
5327 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5328
5329         * configure.ac:
5330         Check for X for the nas plugin to make it possible to build it
5331         again. Fixes bug #517895.
5332
5333 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5334
5335         * tests/check/Makefile.am:
5336         Ignore some more elements for the states unit test, like
5337         dfbvideosink which produces a segfault. Fixes bug #517854.
5338
5339 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5340
5341         Patch by: Jens Granseuer <jensgr at gmx dot net>
5342
5343         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
5344         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
5345         (rfb_decoder_state_set_encodings):
5346         * gst/mpegtsparse/mpegtspacketizer.c:
5347         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
5348         (mpegts_packetizer_parse_eit):
5349         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
5350         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
5351         Some C89 fixes, moving variable declarations to the beginning
5352         of a block. Fixes bug #517937.
5353
5354 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5355
5356         * configure.ac:
5357         Back to development...
5358
5359 === release 0.10.6 ===
5360
5361 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5362
5363         * configure.ac:
5364           releasing 0.10.6, "A Big Deep Breath"
5365
5366 2008-02-20  Bastien Nocera  <hadess@hadess.net>
5367
5368         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
5369         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
5370         and fail seek properly on anything but _BYTES format
5371         Fixes bug #517684
5372
5373 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
5374
5375         Patch by: Olivier Crete <tester at tester dot ca>
5376
5377         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
5378         Fix small memory leak, leaking caps. Fixes bug #517571.
5379
5380 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5381
5382         * gst/tta/Makefile.am:
5383         Link tta plugin with libm. Fixes bug #517391.
5384
5385 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5386
5387         * sys/dvb/camutils.c:
5388         Do not assume "descriptors" property in the pmt structure
5389         is present.
5390         Fixes #516499.
5391
5392 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5393
5394         Patch by: Olivier Crete <tester@tester.ca>
5395
5396         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
5397         Ignore streams that did not receive an SR packet when doing
5398         synchronisation. Fixes #516160.
5399
5400 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
5401
5402         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
5403         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
5404         on an idea by Jan Schmidt, fixes bug #516436.
5405
5406 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5407
5408         * gst/mpegtsparse/gstmpegdesc.c:
5409         * gst/mpegtsparse/gstmpegdesc.h:
5410         * gst/mpegtsparse/mpegtsparse.c:
5411         Make sure the gstmpegdesc debug lines do not critical
5412         when GST_DEBUG is enabled and also actually output.
5413         Thanks to Alessandro Decina for spotting.
5414         Fixes #516448
5415
5416 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
5417
5418         * gst-libs/gst/Makefile.am:
5419         * sys/Makefile.am:
5420         Also add dshow pieces to the disted subdirs to fix distcheck.
5421
5422 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5423
5424         Patch by: Josep Torra Valles <josep@fluendo.com>
5425
5426         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5427         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
5428
5429 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
5430
5431         * configure.ac:
5432         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
5433         until 0.7 fortunately.
5434
5435 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5436
5437         * configure.ac:
5438         Generate the directshow Makefiles so that the directories
5439         get disted. Still needs some configure time detection to enable
5440         building them under MingW.
5441
5442 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5443
5444         * ext/metadata/Makefile.am:
5445         Don't install a header file. We will have to merge these
5446         tags into libgsttag after the release and use them from there.
5447         Fixes: #515860
5448
5449 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5450
5451         * gst-libs/gst/dshow/Makefile.am:
5452         * sys/dshowdecwrapper/Makefile.am:
5453         * sys/dshowsrcwrapper/Makefile.am:
5454         Add Makefiles to win32 plugins and lib.
5455         They will need to be tested and probably fixed by developers
5456         working with mingw. This is a first step to include source files 
5457         with releases.
5458         
5459 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5460
5461         * sys/dvb/dvbbasebin.c:
5462         Fix leak of location string returned from gst_uri_get_location.
5463         Fixes bug #516114
5464
5465 2008-02-12  David Schleef  <ds@schleef.org>
5466
5467         * configure.ac:
5468         * docs/plugins/Makefile.am:
5469         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5470         * docs/plugins/inspect/plugin-glimagesink.xml:
5471         * sys/Makefile.am:
5472         * sys/glsink/BUGS:
5473         * sys/glsink/Makefile.am:
5474         * sys/glsink/color_matrix.c:
5475         * sys/glsink/glextensions.c:
5476         * sys/glsink/glextensions.h:
5477         * sys/glsink/glimagesink.c:
5478         * sys/glsink/glimagesink.h:
5479         * sys/glsink/gltestsrc.c:
5480         * sys/glsink/gltestsrc.h:
5481         * sys/glsink/gstglbuffer.c:
5482         * sys/glsink/gstglbuffer.h:
5483         * sys/glsink/gstglconvert.c:
5484         * sys/glsink/gstgldisplay.c:
5485         * sys/glsink/gstgldisplay.h:
5486         * sys/glsink/gstgldownload.c:
5487         * sys/glsink/gstglfilter.c:
5488         * sys/glsink/gstglfilter.h:
5489         * sys/glsink/gstglfilterexample.c:
5490         * sys/glsink/gstgltestsrc.c:
5491         * sys/glsink/gstgltestsrc.h:
5492         * sys/glsink/gstglupload.c:
5493         * sys/glsink/gstopengl.c:
5494           Remove glimagesink, as it's been moved to gst-plugins-gl.
5495           Fixes #516094.
5496
5497 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5498
5499         Patch by: Josep Torra Valles <josep@fluendo.com>
5500
5501         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5502         Fix potential buffer leak in reverse mode. Fixes #516061.
5503
5504 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5505
5506         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5507         (gst_dshowaudiodec_dispose):
5508         * sys/dshowdecwrapper/gstdshowvideodec.c:
5509         (gst_dshowvideodec_dispose):
5510         Chain up dispose methods properly. Fixes bug #515970.
5511
5512 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5513
5514         * gst/mpegvideoparse/mpegvideoparse.c:
5515         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5516         (gst_mpegvideoparse_change_state):
5517         Fix leaking caps.
5518         Fix potential buffer leak in forward mode.
5519         Cleanup queues when going to READY. Fixes #515815.
5520
5521 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5522
5523         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5524         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5525         * docs/plugins/inspect/plugin-gio.xml:
5526         Remove documentation for the GIO plugin as it was moved to
5527         gst-plugins-base. Fixes bug #515964.
5528
5529 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5530
5531         * ext/xvid/gstxvidenc.c:
5532         * gst/vmnc/vmncdec.c:
5533         * sys/glsink/glimagesink.c:
5534         * sys/glsink/gstgldisplay.c:
5535         Fix some finalize leaks by chaining up to the parent method.
5536         Fixes: #515919
5537
5538 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5539
5540         * tests/check/elements/souphttpsrc.c:
5541         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5542
5543 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5544
5545         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5546         Free the rfb decoder on finalize. Fixes bug #515721.
5547
5548 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5549
5550         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5551         (gst_fbdevsink_finalize):
5552         Free the device string in finalize. Fixes bug #515722.
5553
5554 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5555
5556         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5557         Unset GValues after using them. Fixes bug #515720.
5558
5559 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5560
5561         * tests/check/Makefile.am:
5562         Disable the dvb plugin for the states test. Fixes bug #515567.
5563
5564 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5565
5566         * ext/metadata/TODO:
5567         * ext/metadata/metadata_mapping.htm:
5568         * ext/metadata/metadataexif.c:
5569         * ext/metadata/metadatatags.c:
5570         * ext/metadata/metadatatags.h:
5571         * tests/icles/metadata_editor.c:
5572           Revert changes to 2008-02-09 due to frozen.
5573
5574 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5575
5576         * ext/ivorbis/vorbisfile.c:
5577         Trivial fix for build warning.
5578         Patch by: Josep Torra Valles <josep@fluendo.com>
5579         Fixes: #515588
5580
5581 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5582
5583         * ext/metadata/TODO:
5584         * ext/metadata/metadataexif.c:
5585           Convert from EXIF to XMP DataTime as local time.
5586
5587 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5588
5589         * ext/metadata/TODO:
5590         * ext/metadata/metadata_mapping.htm:
5591         * ext/metadata/metadataexif.c:
5592         * ext/metadata/metadatatags.c:
5593         * ext/metadata/metadatatags.h:
5594         * tests/icles/metadata_editor.c:
5595           Map Date-Time and GPS tags.
5596           
5597
5598 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5599
5600         * gst/selector/Makefile.am:
5601
5602         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5603         let's not do that
5604
5605         * tests/check/Makefile.am:
5606         Disable the crashing cdaudio plugin from the states test so I can make
5607         pre-releases.
5608
5609 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5610
5611         * win32/vs6/libgstdshowdecwrapper.dsp:
5612         * win32/vs6/libgstflv.dsp:
5613         Convert to DOS line endings, and set -kb
5614
5615 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5616
5617         * sys/dvb/Makefile.am:
5618         * sys/dvb/dvbbasebin.c:
5619         Add URI Handler for dvb.
5620         Re-order pad templates to workaround a bug in playbasebin.
5621         * sys/dvb/parsechannels.c:
5622         * sys/dvb/parsechannels.h:
5623         Add code to parse channels from zap-style channels.conf files.
5624
5625 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5626
5627         * configure.ac:
5628         * docs/plugins/Makefile.am:
5629         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5630         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5631         * docs/plugins/gst-plugins-bad-plugins.args:
5632         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5633         * docs/plugins/inspect/plugin-multifile.xml:
5634         * gst/multifile/Makefile.am:
5635         * gst/multifile/gstmultifile.c:
5636         * gst/multifile/gstmultifilesink.c:
5637         * gst/multifile/gstmultifilesink.h:
5638         * gst/multifile/gstmultifilesrc.c:
5639         * gst/multifile/gstmultifilesrc.h:
5640         * gst/multifile/multifile.vproj:
5641         * tests/check/Makefile.am:
5642         * tests/check/elements/multifile.c:
5643
5644         Remove multifile plugin, which has moved to -good
5645
5646 2008-02-07  David Schleef  <ds@schleef.org>
5647
5648         * gst/multifile/gstmultifilesink.c:
5649         * gst/multifile/gstmultifilesrc.c:
5650           Use g_file_[sg]et_contents() instead of using stdio functions.
5651           Should be less error prone.
5652         * tests/check/elements/multifile.c:
5653           Create a temporary directory using standard functions instead of
5654           creating a directory in the current dir.
5655
5656 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5657
5658         * configure.ac:
5659         * docs/plugins/Makefile.am:
5660         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5661         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5662         * docs/plugins/gst-plugins-bad-plugins.args:
5663         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5664         * docs/plugins/inspect/plugin-spectrum.xml:
5665         * gst/spectrum/.cvsignore:
5666         * gst/spectrum/Makefile.am:
5667         * gst/spectrum/README:
5668         * gst/spectrum/demo-audiotest.c:
5669         * gst/spectrum/demo-osssrc.c:
5670         * gst/spectrum/gstspectrum.c:
5671         * gst/spectrum/gstspectrum.h:
5672         * gst/spectrum/spectrum.vcproj:
5673         * tests/check/Makefile.am:
5674         * tests/check/elements/spectrum.c:
5675
5676         Remove spectrum plugin, which has moved to -good
5677
5678 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5679
5680         * docs/plugins/gst-plugins-bad-plugins.args:
5681         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5682         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5683         Remove equalizer plugin docs
5684
5685         * tests/check/Makefile.am:
5686         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5687         other modules.
5688
5689         * tests/check/elements/multifile.c:
5690         * tests/check/elements/rganalysis.c:
5691         * tests/check/elements/rglimiter.c:
5692
5693         Fix compiler warnings from -Wall -Werror
5694
5695 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5696
5697         * configure.ac:
5698         * docs/plugins/Makefile.am:
5699         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5700         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5701         * docs/plugins/inspect/plugin-equalizer.xml:
5702         * gst/equalizer/.cvsignore:
5703         * gst/equalizer/Makefile.am:
5704         * gst/equalizer/demo.c:
5705         * gst/equalizer/gstiirequalizer.c:
5706         * gst/equalizer/gstiirequalizer.h:
5707         * gst/equalizer/gstiirequalizer10bands.c:
5708         * gst/equalizer/gstiirequalizer10bands.h:
5709         * gst/equalizer/gstiirequalizer3bands.c:
5710         * gst/equalizer/gstiirequalizer3bands.h:
5711         * gst/equalizer/gstiirequalizernbands.c:
5712         * gst/equalizer/gstiirequalizernbands.h:
5713         * tests/check/Makefile.am:
5714         * tests/check/elements/.cvsignore:
5715         * tests/check/elements/equalizer.c:
5716
5717         Remove the equalizer plugin, which has moved to -good
5718
5719 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5720
5721         * configure.ac:
5722         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5723         pre-releases or releases.
5724
5725 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5726
5727         * docs/plugins/Makefile.am:
5728         Don't scan deleted xingmux header.
5729
5730 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5731
5732         * configure.ac:
5733         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5734         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5735         * docs/plugins/inspect/plugin-xingheader.xml:
5736         * gst/xingheader/Makefile.am:
5737         * gst/xingheader/gstxingmux.c:
5738         * gst/xingheader/gstxingmux.h:
5739         * tests/check/Makefile.am:
5740         * tests/check/elements/.cvsignore:
5741         * tests/check/elements/xingmux.c:
5742         * tests/check/elements/xingmux_testdata.h:
5743         Remove the xingmux plugin, as the element has moved into
5744         mpegaudioparse in -ugly.
5745
5746 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5747
5748         * docs/plugins/Makefile.am:
5749         Remove mention of non-existent headers to fix the build.
5750
5751 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5752
5753         * configure.ac:
5754         * ext/Makefile.am:
5755         * ext/gio/Makefile.am:
5756         * ext/gio/gstgio.c:
5757         * ext/gio/gstgio.h:
5758         * ext/gio/gstgiobasesink.c:
5759         * ext/gio/gstgiobasesink.h:
5760         * ext/gio/gstgiobasesrc.c:
5761         * ext/gio/gstgiobasesrc.h:
5762         * ext/gio/gstgiosink.c:
5763         * ext/gio/gstgiosink.h:
5764         * ext/gio/gstgiosrc.c:
5765         * ext/gio/gstgiosrc.h:
5766         * ext/gio/gstgiostreamsink.c:
5767         * ext/gio/gstgiostreamsink.h:
5768         * ext/gio/gstgiostreamsrc.c:
5769         * ext/gio/gstgiostreamsrc.h:
5770         * tests/check/Makefile.am:
5771         * tests/check/pipelines/.cvsignore:
5772         * tests/check/pipelines/gio.c:
5773
5774         Remove GIO plugin which has now moved to -base.
5775
5776 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5777
5778         * docs/plugins/Makefile.am:
5779         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5780         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5781         * docs/plugins/gst-plugins-bad-plugins.args:
5782         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5783         * gst/filter/Makefile.am:
5784         * gst/filter/filter.vcproj:
5785         * gst/filter/gstbpwsinc.c:
5786         * gst/filter/gstbpwsinc.h:
5787         * gst/filter/gstfilter.c:
5788         * gst/filter/gstfilter.h:
5789         * gst/filter/gstlpwsinc.c:
5790         * gst/filter/gstlpwsinc.h:
5791         * tests/check/Makefile.am:
5792         * tests/check/elements/bpwsinc.c:
5793         * tests/check/elements/lpwsinc.c:
5794
5795         Remove lpwsinc and bpwsinc elements - they've become
5796         audiowsinclimit and audiowsincband respectively, in the
5797         gst-plugins-good audiofx plugin.
5798
5799 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5800
5801         * ext\neon\gstneonhttpsrc.c:
5802         Include unistd.h only if _HAVE_UNISTD_H is defined
5803         * gst\mpegvideoparse\mpegvideoparse.c:
5804         Use G_GUINT64_CONSTANT GLIB macro for constant
5805         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
5806         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
5807         * sys\dshowdecwrapper\gstdshowaudiodec.c:
5808         * sys\dshowdecwrapper\gstdshowaudiodec.h:
5809         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
5810         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
5811         * sys\dshowdecwrapper\gstdshowvideodec.c
5812         * sys\dshowdecwrapper\gstdshowvideodec.h:
5813         Add a DirectShow decoder wrapper.
5814         * win32\MANIFEST:
5815         Add new win32 files to MANIFEST
5816         * win32\vs6\gst_plugins_bad.dsw:
5817         * win32\vs6\libgstdshow.dsp:
5818         * win32\vs6\libgstdshowdecwrapper.dsp:
5819         * win32\vs6\libgstflv.dsp:
5820         Add new projects to bad workspace
5821
5822 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5823
5824         * gst/mpegtsparse/mpegtspacketizer.c:
5825         Parse component descriptor.
5826         * gst/mpegtsparse/mpegtsparse.c:
5827         Add SI pids to every program (but hardcoded currently).
5828
5829 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
5830
5831         * ext/metadata/metadata_mapping.htm:
5832         * ext/metadata/metadataexif.c:
5833         * ext/metadata/metadatatags.c:
5834         * ext/metadata/metadatatags.h:
5835         * tests/icles/metadata_editor.c:
5836         * tests/icles/metadata_editor.glade:
5837           Add more tags. Improve test app.
5838
5839 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5840
5841         * gst/multifile/gstmultifilesink.c:
5842           Add a fixme comment.
5843
5844         * gst/selector/gstoutputselector.c:
5845           Fix same leak as in input-selector.
5846
5847         * tests/icles/output-selector-test.c:
5848           Improve the test.
5849
5850 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5851
5852         * gst/spectrum/gstspectrum.c:
5853           Improve the docs.
5854
5855 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5856
5857         * configure.ac:
5858           The dc1394 plugin seems to use API that was removed or changed
5859           before the final 2.0.0 release, so only build it if 2.0.0-rc5
5860           is available. Someone needs to port it to the final API.
5861
5862         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
5863           Include string.h for memcpy and use g_usleep instead of usleep.
5864
5865 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5866
5867         * gst/filter/gstlpwsinc.c:
5868         Fix typo in the long description of the element.
5869
5870 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5871
5872         * gst/xingheader/Makefile.am:
5873         Put CFLAGS and LIBS in the right order
5874
5875 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5876
5877         * configure.ac:
5878           ximagesrc has moved to -good, so no need to check for
5879           the required X libs here any more.
5880
5881 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5882
5883         Patch by: Wouter Cloetens <wouter at mind dot be>
5884
5885         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
5886         (gst_soup_http_src_create):
5887         Fix memory leak and improve debugging a bit.
5888
5889 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
5890
5891         * ext/metadata/metadata_mapping.htm:
5892         * ext/metadata/metadataexif.c:
5893         * ext/metadata/metadatatags.c:
5894         * ext/metadata/metadatatags.h:
5895           Add more tags mapping.
5896
5897 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5898
5899         * gst/mpegtsparse/mpegtsparse.c:
5900         Handle latency queries in src pads.
5901
5902 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5903
5904         * gst/mpegtsparse/mpegtspacketizer.c:
5905         Add flag to both sdt and nit structures to say
5906         whether the table is for the actual network/ts
5907         or not.
5908
5909 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5910
5911         Patch by: Josep Torra Valles <josep@fluendo.com>
5912
5913         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
5914         Flush packetizer too.
5915
5916 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5917
5918         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
5919         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
5920         Don't use GST_BOILERPLATE as the stuff generated from it is not used
5921         anyway and can't be used.
5922         Store the class struct of the correct type in parent_class.
5923         Pass the LADSPA_Descriptor as class_data to the class_init function
5924         as preparation for the time, when we can add pad templates and friends
5925         in class_init and add a FIXME for that.
5926         Don't use a custom hash table for passing the LADSPA_Descriptors to
5927         base_init but use g_type_set_qdata and g_type_get_qdata.
5928
5929 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5930
5931         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5932         Really fix the build.
5933         TODO : Apply spankOmatic2000 on thaytan's rear end.
5934
5935 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5936
5937         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5938           (GstMpeg2EncPictureReader.StreamPictureParams):
5939           Fix compilation with libmjpegtools 1.8.x.
5940
5941 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5942
5943         * ext/ladspa/gstsignalprocessor.c:
5944         (gst_signal_processor_class_add_pad_template):
5945         Don't unref the pad template after adding it.
5946         gst_element_class_add_pad_template takes ownership of it.
5947
5948 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
5949
5950         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5951         Use the incoming pixel-aspect-ratio if provided to infer a 
5952         default aspect ratio, which can be overridden using the 'aspect'
5953         property.
5954
5955         Fixes: #499008
5956
5957 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
5958
5959         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
5960
5961         * configure.ac:
5962         Fix variable naming to make it possible to build the glimagesink
5963         plugin. Fixes bug #514093.
5964
5965 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5966
5967         * ext/metadata/gstmetadatademux.c:
5968           Demote metadatademux to GST_RANK_NONE for the release, it's not
5969           ready to be autoplugged yet.
5970
5971         * tests/icles/metadata_editor.c:
5972           Fix printf format warning for GType on ppc32 by removing it,
5973           since it doesn't make sense to print the GType value anyway.
5974
5975 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
5976
5977         * ext/metadata/TODO:
5978         * ext/metadata/gstmetadatamux.c:
5979         * ext/metadata/metadata_mapping.htm:
5980         * ext/metadata/metadataexif.c:
5981         * ext/metadata/metadatatags.c:
5982         * ext/metadata/metadatatags.h:
5983           Map more Exif tags.
5984
5985 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5986
5987         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
5988         Don't leak event on pads that are not linked. Fixes #512826.
5989
5990 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5991
5992         * configure.ac:
5993           Bump core/base requirements to released versions, to avoid confusion.
5994
5995         * gst/deinterlace/Makefile.am:
5996         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
5997           Use the new GstVideoFormat API to get strides, plane offsets etc..
5998           For Y42B we still need to calculate these ourselves, since the lib
5999           in -base doesn't know about this format yet and we can't bump the
6000           requirement to CVS right now. Fix the Y42B stride, offset and size
6001           calculations for odd widths and heights while we're at it though
6002           (to match those in videotestsrc).
6003
6004 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
6005
6006         * ext/metadata/metadata_mapping.htm:
6007         * ext/metadata/metadataexif.c:
6008         * ext/metadata/metadataiptc.c:
6009         * ext/metadata/metadatatags.c:
6010         * ext/metadata/metadatatags.h:
6011         * ext/metadata/metadataxmp.c:
6012           Add documentation.
6013
6014 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6015
6016         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
6017         Fix compilation.
6018
6019 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6020
6021         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
6022         Really clean up the queue instead of just unreffing all buffers
6023         in it.
6024
6025         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
6026         (gst_app_src_class_init), (gst_app_src_init),
6027         (gst_app_src_dispose), (gst_app_src_finalize):
6028         Fix dispose/finalize.
6029
6030 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6031
6032         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
6033         Fix compiler warning by making the function signature match what
6034         everyone is passing in...
6035
6036         * tests/icles/Makefile.am:
6037         Fix the build on Solaris by removing GNU ld specific flags that
6038         look unnecessary.
6039
6040 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6041
6042         * ext/metadata/Makefile.am:
6043         Add some relevant variables to CFLAGS and LIBADD, for example our
6044         compiler warnings paramters.
6045
6046         * ext/metadata/gstbasemetadata.c:
6047         (gst_base_metadata_strip_push_buffer),
6048         (gst_base_metadata_calculate_offsets),
6049         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
6050         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
6051         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
6052         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
6053         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
6054         (gst_metadata_mux_dispose),
6055         (gst_metadata_mux_create_chunks_from_tags):
6056         * ext/metadata/metadata.c: (metadata_dispose):
6057         * ext/metadata/metadataexif.c:
6058         (metadataparse_exif_content_foreach_entry_func),
6059         (metadatamux_exif_for_each_tag_in_list):
6060         * ext/metadata/metadataiptc.c:
6061         (metadatamux_iptc_for_each_tag_in_list):
6062         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
6063         (metadatamux_jpeg_reading):
6064         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
6065         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
6066         * ext/metadata/metadataparsepng.c:
6067         * ext/metadata/metadataparseutil.h:
6068         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
6069         (metadatamux_xmp_create_chunk_from_tag_list):
6070         Fix a million warnings that showed up after the above change.
6071
6072 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6073
6074         * ext/soup/gstsouphttpsrc.c: (_do_init),
6075         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6076         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6077         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6078         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6079         (gst_soup_http_src_queue_message),
6080         (gst_soup_http_src_add_range_header),
6081         (gst_soup_http_src_session_unpause_message),
6082         (gst_soup_http_src_session_pause_message),
6083         (gst_soup_http_src_session_close),
6084         (gst_soup_http_src_got_headers_cb),
6085         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6086         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6087         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6088         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6089         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6090         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6091         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6092         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6093         (gst_soup_http_src_uri_get_protocols),
6094         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6095         (gst_soup_http_src_uri_handler_init), (plugin_init):
6096         Add changes to gstsouphttpsrc.c that were missing from last commit.
6097
6098 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6099
6100         Patch by: Wouter Cloetens <wouter at mind dot be>
6101
6102         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6103         * docs/plugins/gst-plugins-bad-plugins.args:
6104         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6105         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6106         * docs/plugins/inspect/plugin-soup.xml:
6107         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6108         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6109         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6110         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6111         (gst_soup_http_src_queue_message),
6112         (gst_soup_http_src_add_range_header),
6113         (gst_soup_http_src_session_unpause_message),
6114         (gst_soup_http_src_session_pause_message),
6115         (gst_soup_http_src_session_close),
6116         (gst_soup_http_src_got_headers_cb),
6117         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6118         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6119         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6120         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6121         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6122         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6123         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6124         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6125         (gst_soup_http_src_uri_get_protocols),
6126         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6127         (gst_soup_http_src_uri_handler_init), (plugin_init):
6128         * ext/soup/gstsouphttpsrc.h:
6129         Make coding style more consistent, including class renaming.
6130
6131 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6132
6133         * configure.ac:
6134         Fix configure check for soundtouch to not produce syntax errors.
6135
6136 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6137
6138         * configure.ac:
6139         * ext/metadata/metadataxmp.c:
6140         (metadatamux_xmp_for_each_tag_in_list):
6141         Fix build with exempi >= 1.99.5 and fix the include
6142         path for exempi.
6143
6144 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6145
6146         * ext/metadata/TODO:
6147           Just uptade the ToDo list.
6148
6149 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6150
6151         * ext/metadata/gstbasemetadata.c:
6152         * ext/metadata/metadatamuxjpeg.c:
6153         * ext/metadata/metadatamuxpng.c:
6154         * ext/metadata/metadataparsejpeg.c:
6155         * ext/metadata/metadatatypes.c:
6156         * ext/metadata/metadatatypes.h:
6157         * ext/metadata/metadataxmp.c:
6158           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
6159
6160 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6161
6162         Patch by: Wouter Cloetens <wouter at mind dot be>
6163
6164         * ext/soup/gstsouphttpsrc.c:
6165         Update documentation a bit.
6166
6167         * docs/plugins/gst-plugins-bad-plugins.args:
6168         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6169         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6170         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6171         * docs/plugins/inspect/plugin-alsaspdif.xml:
6172         * docs/plugins/inspect/plugin-dvb.xml:
6173         * docs/plugins/inspect/plugin-filter.xml:
6174         * docs/plugins/inspect/plugin-glimagesink.xml:
6175         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6176         * docs/plugins/inspect/plugin-quicktime.xml:
6177         * docs/plugins/inspect/plugin-rawparse.xml:
6178         * docs/plugins/inspect/plugin-replaygain.xml:
6179         * docs/plugins/inspect/plugin-sdl.xml:
6180         * docs/plugins/inspect/plugin-soundtouch.xml:
6181         * docs/plugins/inspect/plugin-soup.xml:
6182         * docs/plugins/inspect/plugin-spcdec.xml:
6183         * docs/plugins/inspect/plugin-spectrum.xml:
6184         * docs/plugins/inspect/plugin-speed.xml:
6185         * docs/plugins/inspect/plugin-speexresample.xml:
6186         * docs/plugins/inspect/plugin-switch.xml:
6187         * docs/plugins/inspect/plugin-videocrop.xml:
6188         Regenerate everything for the documentation changes we had.
6189
6190 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6191
6192         * ext/gio/gstgiobasesink.c: (close_stream_cb),
6193         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
6194         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
6195         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
6196         (gst_gio_base_src_stop), (gst_gio_base_src_create),
6197         (gst_gio_base_src_set_stream):
6198         Use async variants of the close stream functions to prevent blocking
6199         for a long time there and add some more sanity checks for a correct
6200         stream.
6201
6202 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6203
6204         * tests/icles/Makefile.am:
6205         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
6206
6207 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6208
6209         Patch by: Wouter Cloetens <wouter at mind dot be>
6210
6211         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
6212         Let the proxy property default to the content of the $http_proxy
6213         environment variable.
6214
6215 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6216
6217         Patch by: Wouter Cloetens <wouter at mind dot be>
6218
6219         * tests/check/test-cert.pem:
6220         * tests/check/test-key.pem:
6221         Add missing files for the unit test.
6222
6223 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6224
6225         Patch by: Wouter Cloetens <wouter at mind dot be>
6226
6227         * docs/plugins/Makefile.am:
6228         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6229         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6230         Add souphttpsrc to the docs.
6231
6232         * configure.ac:
6233         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6234         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
6235         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
6236         (gst_souphttp_src_cancel_message),
6237         (gst_souphttp_src_queue_message),
6238         (gst_souphttp_src_add_range_header),
6239         (gst_souphttp_src_session_unpause_message),
6240         (gst_souphttp_src_session_pause_message),
6241         (gst_souphttp_src_session_close),
6242         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
6243         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
6244         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
6245         (gst_souphttp_src_create), (gst_souphttp_src_start),
6246         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
6247         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
6248         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6249         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
6250         (plugin_init):
6251         * ext/soup/gstsouphttpsrc.h:
6252         Add support for libsoup2.4 and require it. Also implement redirection
6253         and manual proxy specification. Fixes bug #510708.
6254
6255         * tests/check/Makefile.am:
6256         * tests/check/elements/.cvsignore:
6257         * tests/check/elements/souphttpsrc.c:
6258         Add unit test for souphttpsrc.
6259
6260 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6261
6262         * ext/Makefile.am:
6263         * ext/metadata/TODO:
6264         * ext/metadata/gstbasemetadata.c:
6265         * ext/metadata/gstbasemetadata.h:
6266         * ext/metadata/metadatamuxjpeg.c:
6267         * ext/metadata/metadatamuxjpeg.h:
6268         * ext/metadata/metadatamuxpng.c:
6269         * ext/metadata/metadatamuxpng.h:
6270         * ext/metadata/metadataparsejpeg.c:
6271         * ext/metadata/metadataparsepng.c:
6272         * tests/icles/Makefile.am:
6273           Add documentation. Fix test app compilation. Fix pull mode.
6274
6275 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6276
6277         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
6278
6279         * gst/rtpmanager/gstrtpjitterbuffer.c:
6280         (gst_rtp_jitter_buffer_chain):
6281         Try to get the new clock-rate from the buffer caps when we receive a new
6282         payload type instead of always firing the signal. Fixes #512774.
6283
6284 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
6285
6286         * ext/mpeg2enc/gstmpeg2enc.cc:
6287         Define LOG_NONE and friends if they're not defined yet. mjpegtools
6288         1.9.0rc3 removed their definitions but without it doesn't make much
6289         sense to write a log handler.
6290
6291 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6292
6293         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6294         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6295         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6296         * docs/plugins/gst-plugins-bad-plugins.types:
6297           Add base classes for metadata and equalizer (no introspection yet).
6298
6299 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6300
6301         * ext/metadata/README:
6302           Formatting.
6303         * tests/icles/metadata_editor.c:
6304           Include stdlib.h.
6305
6306 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6307
6308         * configure.ac:
6309         * docs/plugins/Makefile.am:
6310         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6311         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6312         * docs/plugins/gst-plugins-bad-plugins.args:
6313         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6314         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6315         * docs/plugins/gst-plugins-bad-plugins.signals:
6316         * docs/plugins/inspect/plugin-metadata.xml:
6317         * docs/plugins/inspect/plugin-selector.xml:
6318         * docs/plugins/inspect/plugin-soundtouch.xml:
6319         * docs/plugins/inspect/plugin-switch.xml:
6320         * gst/selector/.cvsignore:
6321         * gst/selector/Makefile.am:
6322         * gst/selector/gstinputselector.c:
6323         * gst/selector/gstinputselector.h:
6324         * gst/selector/gstoutputselector.c:
6325         * gst/selector/gstoutputselector.h:
6326         * gst/selector/gstselector-marshal.list:
6327         * gst/selector/gstselector.c:
6328         * gst/selector/selector.vcproj:
6329         * gst/switch/.cvsignore:
6330         * gst/switch/Makefile.am:
6331         * gst/switch/gstswitch-marshal.list:
6332         * gst/switch/gstswitch.c:
6333         * gst/switch/gstswitch.h:
6334         * gst/switch/switch.vcproj:
6335         * tests/icles/.cvsignore:
6336         * tests/icles/Makefile.am:
6337         * tests/icles/output-selector-test.c:
6338           Replace the switch plugin with the selector plugin. Add output-
6339           selector as the opposite of input-selectoo (was switch). Add a test
6340           for output-selector. Add docs for the elements. The vcproj needs
6341           update. Fixes #500142.
6342
6343 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6344
6345         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6346           Try to avoid 'unused variable' compiler warning if debugging is
6347           disabled (not bullet proof, but seems to do for now). (#512654)
6348
6349 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
6350
6351         * ext/soundtouch/gstbpmdetect.cc:
6352         Clean up a bit and only allocate a temporary buffer for the data
6353         if processing stereo data as BPMDetect downmixes from stereo to
6354         mono and stores the result in the input data. Thanks to
6355         Stefan Kost for the suggestions.
6356
6357 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6358
6359         * ext/soundtouch/gstpitch.cc:
6360         Cast a double to a GstClockTimeDiff to fix a compiler warning.
6361
6362 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
6363
6364         * tests/icles/metadata_editor.c:
6365           Printf format fix.
6366
6367 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6368
6369         * ext/soundtouch/gstpitch.cc:
6370         Don't send a LATENCY event for now until we get the usage right.
6371
6372 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6373
6374         * ext/soundtouch/gstpitch.cc:
6375         * ext/soundtouch/gstpitch.hh:
6376         Implement LATENCY query and notify about latency changes.
6377         Unfortunately we don't have a fixed latency but it changes
6378         a bit with each buffer so we only send an LATENCY event with
6379         the maximum latency if it changes.
6380
6381         Always calculate the timestamp, duration, etc from the sample
6382         rate instead of using a pre-calculated duration for one sample
6383         to prevent large rounding errors.
6384
6385 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6386
6387         Based on a patch by:
6388             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
6389
6390         * configure.ac:
6391         * ext/mpeg2enc/gstmpeg2encoder.cc:
6392         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6393         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
6394         Add support for building against mjpegtools 1.9 while keeping
6395         compatiblity with older versions.
6396
6397 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6398
6399         * ext/soundtouch/gstbpmdetect.cc:
6400         Only consider a BPM value above 1.0 as valid.
6401
6402 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6403
6404         * ext/soundtouch/Makefile.am:
6405         * ext/soundtouch/gstbpmdetect.cc:
6406         * ext/soundtouch/gstbpmdetect.hh:
6407         * ext/soundtouch/plugin.c: (plugin_init):
6408         Add BPM detection plugin based on SoundTouch's libBPM.
6409
6410         * ext/soundtouch/gstpitch.cc:
6411         Allow sample rates until MAX instead of only 48kHz and remove the
6412         buffer-frames field from that caps.
6413         Clear the remaining samples completely when necessary to get into
6414         a clean state again.
6415
6416 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6417
6418         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
6419         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
6420         Don't implement get_unit_size() ourselves, the GstAudioFilter base
6421         class already does this for us.
6422
6423 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6424
6425         * ext/soundtouch/gstpitch.cc:
6426         Allow seeking only in TIME and DEFAULT format, other formats will
6427         not work as expected. Also handle a stop position of -1 correctly
6428         for seeks, newsegment events and the queries. This fixes playback
6429         with the pitch element if upstream doesn't know the duration or has
6430         -1 as stop position in NEWSEGMENT events for other reasons. Before
6431         simply nothing was played as the segment was going from 0 to 0.
6432
6433         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
6434         so applications can update their cached duration. Fixes bug #503308.
6435
6436         Some random cleanup and memory leak closing.
6437
6438 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6439
6440         * ext/musepack/gstmusepackdec.h:
6441         * ext/musepack/gstmusepackreader.c:
6442         First include the libmpcdec headers before everything else as they
6443         #define TRUE and FALSE unconditionally and we otherwise get conflicts
6444         with the ones that GLib defines.
6445
6446 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6447
6448         * configure.ac:
6449         * ext/soundtouch/gstpitch.cc:
6450         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
6451         the header definined PACKAGE and other variables for which we need
6452         our own values from config.h.
6453
6454 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6455
6456         * configure.ac:
6457           Check for libglade-2.0, for the metadata-editor example.
6458
6459         * tests/icles/Makefile.am:
6460           Only try to build the metadata-editor example if we have gtk and
6461           glade (otherwise the build would just fail ...); fix build in
6462           uninstalled setup.
6463
6464         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
6465           Fix compiler warnings (use GLib macros to cast pointer <-> int).
6466
6467 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
6468
6469         * ext/metadata/TODO:
6470         * ext/metadata/gstbasemetadata.c:
6471         * ext/metadata/metadata.c:
6472         * ext/metadata/metadata.h:
6473         * ext/metadata/metadataexif.c:
6474         * ext/metadata/metadataexif.h:
6475         * ext/metadata/metadataiptc.c:
6476         * ext/metadata/metadataiptc.h:
6477         * ext/metadata/metadataparsejpeg.c:
6478         * ext/metadata/metadataparsejpeg.h:
6479         * ext/metadata/metadataparsepng.c:
6480         * ext/metadata/metadataparsepng.h:
6481         * ext/metadata/metadataparseutil.c:
6482         * ext/metadata/metadataparseutil.h:
6483         * ext/metadata/metadatatags.c:
6484         * ext/metadata/metadatatags.h:
6485         * ext/metadata/metadatatypes.c:
6486         * ext/metadata/metadatatypes.h:
6487         * ext/metadata/metadataxmp.c:
6488         * ext/metadata/metadataxmp.h:
6489         * ext/metadata/test/Makefile:
6490         * ext/metadata/test/MetadataEditorMain.glade:
6491         * ext/metadata/test/metadata_editor.c:
6492         * tests/icles/Makefile.am:
6493         * tests/icles/metadata_editor.c:
6494         * tests/icles/metadata_editor.glade:
6495           Add lot of documentation.
6496
6497 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6498
6499         * sys/dvb/gstdvbsrc.c:
6500         Open frontend in NULL->READY so caps about dvb adapter can be
6501         seen by the app.
6502
6503 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6504
6505         Patch by: Olivier Crete <tester@tester.ca>
6506
6507         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6508         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6509         Also handle lip-sync when the clock-rate is not provided with caps but
6510         with a signal.
6511
6512 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6513
6514         Patch by: Olivier Crete <tester@tester.ca>
6515
6516         * gst/rtpmanager/gstrtpjitterbuffer.c:
6517         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6518         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6519         (rtp_jitter_buffer_insert):
6520         * gst/rtpmanager/rtpjitterbuffer.h:
6521         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6522         a clock-rate can be provided with each buffer instead. Fixes #511686.
6523
6524 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6525
6526         Patch by: Olivier Crete <tester@tester.ca>
6527
6528         * gst/rtpmanager/gstrtpjitterbuffer.c:
6529         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6530         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6531         Remove old unused variable.
6532         Track pt on input buffers and get the clock-rate when it changes.
6533         Ignore packets with unknown clock-rate. Fixes #511146.
6534
6535 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6536
6537         * sys/dvb/gstdvbsrc.c:
6538         Post bus message about adapter type and it's capabilities,
6539         when opening the frontend.
6540         After failing to read from the dvr, post a bus message to
6541         inform the app.
6542
6543 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6544
6545         * gst/mpegtsparse/mpegtspacketizer.c:
6546         The logic for the guard interval calculation was totally wrong.
6547         Fixed.
6548
6549 2008-01-24  David Schleef  <ds@schleef.org>
6550
6551         Patch by: Olivier Crete <tester@tester.ca>
6552
6553         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6554           wrong function.  Fixes #511920
6555
6556 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6557
6558         * docs/plugins/Makefile.am:
6559         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6560         * docs/plugins/gst-plugins-bad-plugins.args:
6561         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6562         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6563         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6564         * docs/plugins/gst-plugins-bad-plugins.signals:
6565           Now we have full hierarchy.
6566
6567         * docs/plugins/inspect/plugin-metadata.xml:
6568           Regenerate.
6569
6570         * ext/amrwb/gstamrwbdec.h:
6571           Add doc blob for object instance.
6572
6573 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6574
6575         * docs/plugins/gst-plugins-bad-plugins.args:
6576         * docs/plugins/inspect/plugin-metadata.xml:
6577           Update this too, hopefully fixes the docs build (does at least
6578           for me, after make clean in docs/plugins).
6579
6580 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6581
6582         * gst/mpegtsparse/gstmpegdesc.h:
6583         * gst/mpegtsparse/mpegtspacketizer.c:
6584         Fix network name descriptor, the length is actually the
6585         descriptor length not stored in the byte after.
6586         Fix bounds checking to be more correct.
6587
6588 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6589
6590         * docs/plugins/Makefile.am:
6591         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6592         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6593         * ext/metadata/TODO:
6594         * ext/metadata/gstbasemetadata.c:
6595         * ext/metadata/gstbasemetadata.h:
6596         * ext/metadata/gstmetadatademux.c:
6597         * ext/metadata/gstmetadatademux.h:
6598         * ext/metadata/gstmetadatamux.c:
6599         * ext/metadata/gstmetadatamux.h:
6600         * ext/metadata/metadatatags.c:
6601           Add some documentation.
6602
6603 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6604
6605         * configure.ac:
6606         * ext/dts/gstdtsdec.c:
6607         Add support for building against libdca (with the libdts compat
6608         header). Fixes bug #511530.
6609
6610         Should probably be ported to libdca as some points as it's the
6611         successor of libdts.
6612
6613 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6614
6615         * sys/dvb/gstdvbsrc.c:
6616         Do not go on forever if problem with reading from dvr, rather
6617         return NULL.
6618         Handle some cleanup issues of closing filedescriptors when
6619         failing to tune or similar.
6620
6621 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6622
6623         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6624         * gst-plugins-bad.spec: update for latest changes
6625
6626 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6627
6628         * docs/plugins/Makefile.am:
6629         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6630         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6631         * gst/xingheader/gstxingmux.c:
6632         * gst/xingheader/gstxingmux.h:
6633         Add documentation for the xingheader plugin.
6634
6635         * tests/check/elements/xingmux.c: (GST_START_TEST):
6636         Set element state to PLAYING before doing something else.
6637
6638 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6639
6640         * tests/check/Makefile.am:
6641         * tests/check/elements/.cvsignore:
6642         * tests/check/elements/xingmux.c: (setup_xingmux),
6643         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6644         * tests/check/elements/xingmux_testdata.h:
6645         Add simple unit test for the xingmux element.
6646
6647         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6648         (gst_xing_mux_finalize), (xing_reset):
6649         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6650
6651 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6652
6653         * gst/mpegtsparse/gstmpegdesc.h:
6654         * gst/mpegtsparse/mpegtspacketizer.c:
6655         Parsed the satellite delivery system descriptor and
6656         added into nit's transport structure for delivery
6657         over the bus.
6658
6659 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6660
6661         * gst/mpegtsparse/mpegtspacketizer.c:
6662         Parsed and added network name to the nit structure sent
6663         in the bus message.
6664
6665 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6666
6667         * gst/mpegtsparse/mpegtspacketizer.c:
6668         Remove leaks introduced by not freeing g_strndup'd strings.
6669         Fix start_time and duration parsing in EIT.
6670
6671 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6672
6673         * gst/mpegtsparse/mpegtspacketizer.c:
6674         Add event name and description to the eit structure
6675         sent in the bus message.
6676
6677 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6678
6679         * gst/mpegtsparse/mpegtsparse.c:
6680         Revert const removal from previous commit.
6681
6682 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6683
6684         * gst/mpegtsparse/Makefile.am:
6685         * gst/mpegtsparse/gstmpegdesc.c:
6686         * gst/mpegtsparse/gstmpegdesc.h:
6687         * gst/mpegtsparse/mpegtspacketizer.c:
6688         * gst/mpegtsparse/mpegtsparse.c:
6689         Added descriptor searching infrastructure from Fluendo TS demuxer.
6690         Add channel name and provider to the sdt structure sent in the
6691         bus message.
6692
6693 2008-01-22  Julien Moutte  <julien@fluendo.com>
6694
6695         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6696         Parse NAL units in forward mode to mark delta units flags.
6697
6698 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6699
6700         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6701         * docs/plugins/gst-plugins-bad-plugins.args:
6702         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6703         * docs/plugins/inspect/plugin-musepack.xml:
6704           Regenerate.
6705   
6706         * docs/plugins/inspect/plugin-tremor.xml:
6707           Add vorbisidec aka trmor.
6708
6709         * ext/dc1394/gstdc1394.c:
6710           Add short description.
6711
6712 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6713
6714         * docs/plugins/Makefile.am:
6715           Add missing eol \
6716
6717         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6718           Place object names to standard sectionas plugin dont document those.
6719
6720         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6721         * docs/plugins/gst-plugins-bad-plugins.args:
6722         * docs/plugins/gst-plugins-bad-plugins.signals:
6723         * docs/plugins/inspect/plugin-dvb.xml:
6724         * docs/plugins/inspect/plugin-nuvdemux.xml:
6725           regenerate.
6726           
6727         * ext/ivorbis/vorbisdec.c:
6728         * ext/ivorbis/vorbisdec.h:
6729           Mark private vars and add short desc.
6730
6731         * ext/mythtv/gstmythtvsrc.c:
6732         * ext/theora/theoradec.c:
6733           Add short desc.
6734
6735 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6736
6737         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6738         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6739         * gst/nuvdemux/gstnuvdemux.c:
6740           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
6741           it actually is.
6742
6743 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6744
6745         * docs/plugins/Makefile.am:
6746         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6747         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6748           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
6749           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
6750
6751         * docs/plugins/inspect/plugin-gstinterlace.xml:
6752         * docs/plugins/inspect/plugin-rawparse.xml
6753         * docs/plugins/inspect/plugin-videoparse.xml:
6754           Replace videoparse with rawparse.
6755
6756         * gst/dvdspu/gstdvdspu.h:
6757           Help gtk-doc to recognize the object struct.
6758
6759 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6760
6761         * gst/librfb/rfbdecoder.c:
6762         * gst/librfb/rfbdecoder.h:
6763           Don't use gtk-doc comment style for non gtk-doc comments.
6764           Make one static function static.
6765
6766 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
6767
6768         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
6769
6770         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
6771         (gst_deinterlace_init), (gst_deinterlace_set_caps),
6772         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
6773         (gst_deinterlace_get_property):
6774         * gst/deinterlace/gstdeinterlace.h:
6775         Provide 4:2:2 support
6776         Also deinterlace chroma planes
6777         Allow to turn on/off deinterlacing
6778         Change of default thresholds, in order to provide acceptable results
6779         with default params. Fixes #511001.
6780
6781 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6782
6783         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6784           Update docs file too.
6785
6786 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6787
6788         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
6789         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
6790           (subpic_sink_factory), (gst_dvd_spu_base_init),
6791           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
6792           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
6793           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
6794           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
6795           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
6796           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
6797           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
6798           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
6799           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
6800           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
6801           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
6802           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
6803           (gst_dvd_spu_plugin_init):
6804         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
6805           Fix up dvdspu element again after previous namespace mangling:
6806           rename debug category variable to old name, matching that in
6807           dvdspu-render.c, to avoid undefined symbol error when loading
6808           the module; same for the _render function in dvdspu-render.c:
6809           we must use the same name in both .c files; change functions
6810           now called gstgst_* back to gst_* again; and while we're at it,
6811           we may as well canonicalise the namespace properly, namely to
6812           gst_dvd_spu_*.
6813
6814 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6815
6816         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6817         * ext/theora/theoradec.c:
6818         * ext/theora/theoradec.h:
6819           Coherent namespace usage and adding symbold from unused to sections.
6820
6821 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6822
6823         * docs/plugins/Makefile.am:
6824         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6825           Add symbols from -unused.txt to the right place.
6826
6827         * gst/dvdspu/gstdvdspu.c:
6828         * gst/dvdspu/gstdvdspu.h:
6829           Coherent namespace usage.
6830
6831         * gst/spectrum/gstspectrum.c:
6832           Fix broken XML fragment in doc snippet even more.
6833
6834 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6835
6836         * docs/plugins/Makefile.am:
6837           Update include list.
6838
6839         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6840           Update xml includes.
6841
6842         * docs/plugins/inspect/plugin-alsaspdif.xml:
6843         * docs/plugins/inspect/plugin-amrwb.xml:
6844         * docs/plugins/inspect/plugin-bayer.xml:
6845         * docs/plugins/inspect/plugin-bz2.xml:
6846         * docs/plugins/inspect/plugin-cdxaparse.xml:
6847         * docs/plugins/inspect/plugin-dtsdec.xml:
6848         * docs/plugins/inspect/plugin-dvbsrc.xml:
6849         * docs/plugins/inspect/plugin-dvdspu.xml:
6850         * docs/plugins/inspect/plugin-equalizer.xml:
6851         * docs/plugins/inspect/plugin-faac.xml:
6852         * docs/plugins/inspect/plugin-faad.xml:
6853         * docs/plugins/inspect/plugin-fbdevsink.xml:
6854         * docs/plugins/inspect/plugin-festival.xml:
6855         * docs/plugins/inspect/plugin-filter.xml:
6856         * docs/plugins/inspect/plugin-flvdemux.xml:
6857         * docs/plugins/inspect/plugin-freeze.xml:
6858         * docs/plugins/inspect/plugin-gsm.xml:
6859         * docs/plugins/inspect/plugin-gstinterlace.xml:
6860         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
6861         * docs/plugins/inspect/plugin-h264parse.xml:
6862         * docs/plugins/inspect/plugin-interleave.xml:
6863         * docs/plugins/inspect/plugin-ladspa.xml:
6864         * docs/plugins/inspect/plugin-metadata.xml:
6865         * docs/plugins/inspect/plugin-modplug.xml:
6866         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
6867         * docs/plugins/inspect/plugin-mpegtsparse.xml:
6868         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6869         * docs/plugins/inspect/plugin-musicbrainz.xml:
6870         * docs/plugins/inspect/plugin-mve.xml:
6871         * docs/plugins/inspect/plugin-nsfdec.xml:
6872         * docs/plugins/inspect/plugin-nuvdemux.xml:
6873         * docs/plugins/inspect/plugin-qtdemux.xml:
6874         * docs/plugins/inspect/plugin-quicktime.xml:
6875         * docs/plugins/inspect/plugin-real.xml:
6876         * docs/plugins/inspect/plugin-replaygain.xml:
6877         * docs/plugins/inspect/plugin-sdl.xml:
6878         * docs/plugins/inspect/plugin-sdp.xml:
6879         * docs/plugins/inspect/plugin-spectrum.xml:
6880         * docs/plugins/inspect/plugin-speed.xml:
6881         * docs/plugins/inspect/plugin-speexresample.xml:
6882         * docs/plugins/inspect/plugin-stereo.xml:
6883         * docs/plugins/inspect/plugin-switch.xml:
6884         * docs/plugins/inspect/plugin-timidity.xml:
6885         * docs/plugins/inspect/plugin-tta.xml:
6886         * docs/plugins/inspect/plugin-videocrop.xml:
6887         * docs/plugins/inspect/plugin-videoparse.xml:
6888         * docs/plugins/inspect/plugin-videosignal.xml:
6889         * docs/plugins/inspect/plugin-vmnc.xml:
6890         * docs/plugins/inspect/plugin-wildmidi.xml:
6891         * docs/plugins/inspect/plugin-x264.xml:
6892         * docs/plugins/inspect/plugin-xingheader.xml:
6893         * docs/plugins/inspect/plugin-xvid.xml:
6894         * docs/plugins/inspect/plugin-y4menc.xml:
6895           Regenerate files.
6896
6897         * gst/spectrum/gstspectrum.c:
6898           Fix broken XML fragment in doc snippet.
6899
6900         * tests/check/elements/.cvsignore:
6901           Add test binary to ignores.
6902
6903 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6904
6905         * gst/h264parse/gsth264parse.c:
6906           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
6907
6908 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
6909
6910         Patch by: Wouter Cloetens <wouter at mind dot be>
6911
6912         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6913         Report the size of the stream as the total size instead of
6914         the remaining Content-Length, which is wrong after a seek.
6915
6916 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6917
6918         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
6919         (gst_raw_parse_loop):
6920         Handle framesizes > 4096 with multiple frames per buffer correctly
6921         in pull mode and handle short reads better.
6922         Also put offset and offset_end on outgoing buffers.
6923
6924 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6925
6926         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
6927         Improve handling of unknown or too small upstream sizes in
6928         pull mode.
6929
6930 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6931
6932         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
6933         (gst_raw_parse_handle_seek_push):
6934         Improve debugging a bit and for handling multiple frames per buffer
6935         in pull mode choose the next smallest multiply of framesize below
6936         4096 instead of always handling 1024 frames.
6937
6938 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6939
6940         Patch by: Wouter Cloetens <wouter at mind dot be>
6941
6942         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6943         Correctly set duration on the GstBaseSrc segment when we know it
6944         to fix failing the duration query.
6945
6946 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6947
6948         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
6949         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
6950         Set timestamps more correctly.
6951
6952 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6953
6954         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
6955         (gst_raw_parse_init), (gst_raw_parse_reset),
6956         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
6957         (gst_raw_parse_chain), (gst_raw_parse_loop),
6958         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
6959         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
6960         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
6961         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
6962         * gst/rawparse/gstrawparse.h:
6963         Implement pull mode.
6964
6965 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6966
6967         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6968         Fix memory leak spotted by the unit test.
6969
6970 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6971
6972         * tests/check/Makefile.am:
6973         Enable spectrum test again.
6974
6975         * tests/check/gst-plugins-bad.supp:
6976         Add suppressions for a singleton in GIO that can't be freed.
6977
6978 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6979
6980         * tests/check/Makefile.am:
6981         * tests/check/elements/.cvsignore:
6982         * tests/check/elements/equalizer.c: (setup_equalizer),
6983         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
6984         Add some minimal tests for the equalizer plugin.
6985
6986 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6987
6988         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
6989         Unparent all bands from the equalizer when finalizing to stop
6990         leaking them.
6991
6992 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6993
6994         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
6995         Add support for WebDAV.
6996
6997 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6998
6999         Patch by: Wouter Cloetens <wouter at mind dot be>
7000
7001         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
7002         (gst_souphttp_src_init), (gst_souphttp_src_create),
7003         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
7004         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
7005         * ext/soup/gstsouphttpsrc.h:
7006         Add support for seeking to souphttpsrc. Fixes bug #502335.
7007
7008 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
7009
7010         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
7011         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
7012         (gst_h264_parse_find_start_reverse),
7013         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
7014         * gst/h264parse/gsth264parse.h:
7015         Improve debugging.
7016         Fix buffer splitting at sync codes and leftover buffer after
7017         scanning.
7018
7019 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
7020
7021         * ext/metadata/TODO:
7022         * ext/metadata/metadataexif.c:
7023         * ext/metadata/metadataxmp.c:
7024           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
7025
7026 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
7027
7028         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
7029         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
7030         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
7031         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
7032         (gst_h264_parse_init), (gst_h264_parse_set_property),
7033         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
7034         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
7035         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
7036         (gst_h264_parse_find_start_reverse),
7037         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
7038         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
7039         * gst/h264parse/gsth264parse.h:
7040         Add reverse playback support for containers that don't know how to
7041         properly send data between I-frames.
7042
7043 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
7044
7045         * configure.ac:
7046         * tests/check/pipelines/gio.c: (GST_START_TEST):
7047         Update for API changes in GIO and require GIO 2.15.2 for this.
7048
7049 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7050
7051         * gst/xingheader/gstxingmux.c: (generate_xing_header):
7052         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
7053         of 0xfe.
7054
7055 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7056
7057         * gst/xingheader/gstxingmux.c: (generate_xing_header):
7058         Remove accidentially leftover debug printf.
7059
7060 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7061
7062         * gst/xingheader/gstxingmux.c: (has_xing_header),
7063         (generate_xing_header), (gst_xing_mux_chain),
7064         (gst_xing_mux_sink_event):
7065         Choose smallest possible frame size for the Xing header, properly
7066         set the timestamp, duration and offset on the outgoing buffers,
7067         only send NEWSEGMENT events in BYTE format downstream and also
7068         drop VBRI headers if already existing.
7069
7070 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
7071
7072         * gst/xingheader/Makefile.am:
7073         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
7074         (has_xing_header), (generate_xing_header),
7075         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
7076         (gst_xing_mux_init), (gst_xing_mux_chain),
7077         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
7078         * gst/xingheader/gstxingmux.h:
7079         Major cleanup and rewrite of xingmux with less bugs and new features:
7080         - Handles other layers as 3
7081         - Write TOC
7082
7083 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
7084
7085         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
7086           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
7087           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
7088           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
7089           (test_buffer_square_int16_stereo):
7090         * tests/check/elements/rglimiter.c: (create_test_buffer):
7091         * tests/check/elements/rgvolume.c: (test_buffer_new):
7092           It's "endianness", not "endianess". Fixes unit tests.
7093
7094 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7095
7096         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7097         If we find the caps in the cache, use it to parse the clock-rate instead
7098         of returning an error. Fixes a TODO as found by Youness Alaoui.
7099
7100 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7101
7102         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
7103
7104         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7105         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
7106         (rtp_session_set_process_rtp_callback),
7107         (rtp_session_set_send_rtp_callback),
7108         (rtp_session_set_send_rtcp_callback),
7109         (rtp_session_set_sync_rtcp_callback),
7110         (rtp_session_set_clock_rate_callback),
7111         (rtp_session_set_reconsider_callback), (source_push_rtp),
7112         (source_clock_rate), (rtp_session_process_bye),
7113         (rtp_session_process_rtcp), (rtp_session_send_bye),
7114         (rtp_session_on_timeout):
7115         * gst/rtpmanager/rtpsession.h:
7116         Make it possible to use different user_data for each of the callbacks.
7117         Fixes #508587.
7118
7119 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7120
7121         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
7122         Small meaningless cleanup.
7123
7124         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
7125         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
7126         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
7127         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
7128         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
7129         * gst/mpegvideoparse/mpegvideoparse.h:
7130         Track segment events.
7131         Do the first part of reverse playback by sending data between two
7132         I-frames to the decoder.
7133
7134 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7135
7136         * gst/rtpmanager/gstrtpbin.c:
7137         Fix documentation for latest patch
7138
7139 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7140
7141         * gst/rtpmanager/gstrtpbin.c:
7142         Allow request_new_pad with name NULL (bug #508515)
7143
7144 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
7145
7146         * autogen.sh:
7147           Add -Wno-portability to the automake parameters to stop warnings
7148           about GNU make extensions being used. We require GNU make in almost
7149           every Makefile anyway.
7150           
7151         * configure.ac:
7152           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
7153           at the same time is required for per target flags.
7154
7155 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
7156
7157         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
7158         Don't set fixed caps, we can basically do everything the upsteam peer
7159         pad can renegotiate to. Fixes #507940.
7160
7161 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
7162
7163         * Makefile.am:
7164           Include lcov.mak to allow building coverage reports. Add top-level
7165           check targets similar to other gst packages.
7166
7167 2008-01-06  David Schleef  <ds@schleef.org>
7168
7169         * ext/directfb/Makefile.am:
7170           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
7171         * ext/directfb/dfbvideosink.c:
7172           Getting tired of directfb's chatter.  Quiet it.
7173
7174 2008-01-06  David Schleef  <ds@schleef.org>
7175
7176         Patch by: Sean D'Epagnier <sean@depagnier.com>
7177
7178         * configure.ac:
7179         * sys/Makefile.am:
7180         * sys/fbdev/Makefile.am:
7181         * sys/fbdev/gstfbdevsink.c:
7182         * sys/fbdev/gstfbdevsink.h:
7183           Add fbdev-based video sink.  Linux-only.  See bug #506549.
7184
7185 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
7186
7187         * configure.ac:
7188         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7189         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
7190         Update to GMemoryInputStream API changes in GLib SVN and require
7191         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
7192         We can also report the duration for every GSeekable, not only
7193         GFileInputStream and GMemoryInputStream.
7194
7195 2008-01-05  David Schleef  <ds@schleef.org>
7196
7197         * sys/glsink/glimagesink.c:
7198         * sys/glsink/glimagesink.h:
7199         * sys/glsink/gstglbuffer.h:
7200         * sys/glsink/gstgldisplay.c:
7201         * sys/glsink/gstgldisplay.h:
7202         * sys/glsink/gstglupload.c:
7203           Handle xoverlay exposes correctly.  This means glimagesink works
7204           correctly most of the time in totem (fullscreening being an
7205           execption).  Doesn't handle expose events directly to the GL
7206           window.
7207
7208 2008-01-05  David Schleef  <ds@schleef.org>
7209
7210         * sys/glsink/glextensions.c:
7211         * sys/glsink/glextensions.h:
7212         * sys/glsink/glimagesink.c:
7213         * sys/glsink/glimagesink.h:
7214         * sys/glsink/gstgldisplay.c:
7215         * sys/glsink/gstgldisplay.h:
7216         * sys/glsink/gstopengl.c:
7217           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
7218           vblank synchronization.  Remove unused code.
7219
7220 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
7221
7222         * gst/rtpmanager/gstrtpjitterbuffer.c:
7223         (gst_rtp_jitter_buffer_loop):
7224         Don't unref the popped buffer when we don't have ownership.
7225         Fixes #507020.
7226
7227 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7228
7229         * gst/mpegtsparse/Makefile.am:
7230         * gst/mpegtsparse/flutspatinfo.c:
7231         * gst/mpegtsparse/flutspatinfo.h:
7232         * gst/mpegtsparse/flutspmtinfo.c:
7233         * gst/mpegtsparse/flutspmtinfo.h:
7234         * gst/mpegtsparse/flutspmtstreaminfo.c:
7235         * gst/mpegtsparse/flutspmtstreaminfo.h:
7236         Remove no longer needed files.
7237
7238 2008-01-02  David Schleef  <ds@schleef.org>
7239
7240         * tests/check/Makefile.am:
7241           Disable vcdsrc in states test because it takes too much time
7242           to get to PLAYING if it can find a device.
7243
7244 2007-12-31  David Schleef  <ds@schleef.org>
7245
7246         * ext/musicbrainz/gsttrm.c:
7247           Don't emit signiture when going to READY, because it might
7248           not be ready.
7249         * ext/nas/nassink.c:
7250           Remove useless call that sleeps for 5 seconds.  Yup, it calls
7251           sleep(1) 5 times.  Go NAS.
7252         * gst/librfb/gstrfbsrc.c:
7253         * gst/librfb/rfbdecoder.c:
7254           Initialize our debug categories properly.
7255         * gst/rawparse/gstrawparse.c:
7256           Don't register element details for a non-element.  Be much more
7257           rude when subclass doesn't set a pad template (assert!).  Don't
7258           unref the pad template; we don't own it.
7259         * gst/videosignal/gstvideoanalyse.c:
7260           Initialize debug category.
7261         * tests/check/Makefile.am:
7262           Ignore nassink element in tests because it has unavoidable
7263           long timeouts.
7264
7265 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7266
7267         * gst/rtpmanager/gstrtpssrcdemux.c:
7268         (gst_rtp_ssrc_demux_change_state):
7269         Don't clean up pads when going to PAUSED.
7270
7271 2007-12-30  David Schleef  <ds@schleef.org>
7272
7273         * configure.ac:
7274         * sys/glsink/Makefile.am:
7275           Switch to using pkgconfig to detect libGL.  Since we use
7276           recent features added to Mesa, there's no point in adding
7277           a check for pre-pkgconfig versions.
7278
7279 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7280
7281         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
7282         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
7283         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
7284         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
7285         Fix 'xyz may be used uninitialized' compiler warnings caused
7286         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7287         abort() in any case but properly report the error.
7288
7289 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7290
7291         * configure.ac:
7292         * ext/gio/gstgio.c:
7293         * ext/gio/gstgio.h:
7294         * ext/gio/gstgiobasesink.h:
7295         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7296         * ext/gio/gstgiobasesrc.h:
7297         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
7298         * ext/gio/gstgiosink.h:
7299         * ext/gio/gstgiosrc.h:
7300         * ext/gio/gstgiostreamsink.h:
7301         * ext/gio/gstgiostreamsrc.h:
7302         * tests/check/pipelines/gio.c:
7303         Update to latest API changes in GLib/GIO and require at least
7304         gio-2.0 2.15.0 for this.
7305         
7306         * ext/gio/Makefile.am:
7307         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
7308
7309 2007-12-28  David Schleef  <ds@schleef.org>
7310
7311         * configure.ac:
7312         * sys/glsink/glextensions.c:
7313         * sys/glsink/glextensions.h:
7314         * sys/glsink/glimagesink.c:
7315         * sys/glsink/glimagesink.h:
7316         * sys/glsink/gstglbuffer.c:
7317         * sys/glsink/gstglbuffer.h:
7318         * sys/glsink/gstglconvert.c:
7319         * sys/glsink/gstgldisplay.c:
7320         * sys/glsink/gstgldisplay.h:
7321         * sys/glsink/gstgldownload.c:
7322         * sys/glsink/gstglfilter.c:
7323         * sys/glsink/gstglfilter.h:
7324         * sys/glsink/gstglfilterexample.c:
7325         * sys/glsink/gstgltestsrc.c:
7326         * sys/glsink/gstglupload.c:
7327           Major cleanup of code.  Convert glupload to BaseTransform.
7328           Handle caps negotiation mostly correctly.  Reenable in build.
7329
7330 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
7331
7332         * ext/soup/Makefile.am:
7333         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
7334           (gst_souphttp_src_unicodify), (soup_got_headers):
7335           Use gst_tag_freeform_string_to_utf8() and post radio station
7336           info as tags on the bus.
7337
7338 2007-12-26  David Schleef  <ds@schleef.org>
7339
7340         * sys/glsink/glimagesink.c:
7341         * sys/glsink/gstglupload.c:
7342           Change glimagesink over to using GL buffers.  This breaks
7343           glimagesink for normal operation, but should be fixed soon.
7344
7345 2007-12-26  David Schleef  <ds@schleef.org>
7346
7347         * sys/glsink/gltestsrc.c:
7348         * sys/glsink/gstglbuffer.c:
7349         * sys/glsink/gstglbuffer.h:
7350         * sys/glsink/gstgldownload.c:
7351         * sys/glsink/gstglfilter.c:
7352         * sys/glsink/gstglfilterexample.c:
7353         * sys/glsink/gstgltestsrc.c:
7354         * sys/glsink/gstglupload.c:
7355           Convert gldownload to BaseTransform.  Make glfilterexample
7356           visually interesting.  Add support for various formats to
7357           downloading.  Fix a few places where we leak GL state to
7358           other elements (bad, but hard to prevent).
7359
7360 2007-12-26  David Schleef  <ds@schleef.org>
7361
7362         * sys/glsink/BUGS:
7363         * sys/glsink/Makefile.am:
7364         * sys/glsink/gstglbuffer.c:
7365         * sys/glsink/gstglbuffer.h:
7366         * sys/glsink/gstglconvert.c:
7367         * sys/glsink/gstgldisplay.c:
7368         * sys/glsink/gstglfilter.c:
7369         * sys/glsink/gstglfilter.h:
7370         * sys/glsink/gstglfilterexample.c:
7371         * sys/glsink/gstgltestsrc.c:
7372         * sys/glsink/gstglupload.c:
7373         * sys/glsink/gstopengl.c:
7374           Remove code that handles non-texture buffers.  Add a
7375           GstGLBufferFormat type that corresponds to how to use the
7376           texture, not the original video format.  Convert gstflfilter.c
7377           into a base class, add glfilterexample and glconvert elements.
7378         * sys/glsink/color_matrix.c:
7379           Minor ramblings about color conversion matrices.
7380
7381 2007-12-24  David Schleef  <ds@schleef.org>
7382
7383         * sys/glsink/Makefile.am:
7384         * sys/glsink/gltestsrc.c:
7385         * sys/glsink/gltestsrc.h:
7386         * sys/glsink/gstgldisplay.c:
7387         * sys/glsink/gstgldownload.c:
7388         * sys/glsink/gstglfilter.c:
7389         * sys/glsink/gstgltestsrc.c:
7390         * sys/glsink/gstgltestsrc.h:
7391         * sys/glsink/gstglupload.c:
7392         * sys/glsink/gstopengl.c:
7393           Add gltestsrc element, a duplicate of videotestsrc that uses
7394           GL rendering to create images.  More cleanup.
7395
7396 2007-12-24  David Schleef  <ds@schleef.org>
7397
7398         * sys/glsink/gstglbuffer.c:
7399         * sys/glsink/gstgldownload.c:
7400         * sys/glsink/gstglfilter.c:
7401           Clean up code.  Fix a few leaks.
7402
7403 2007-12-24  David Schleef  <ds@schleef.org>
7404
7405         * sys/glsink/Makefile.am:
7406         * sys/glsink/glimagesink.h:
7407         * sys/glsink/glvideo.c:
7408         * sys/glsink/glvideo.h:
7409         * sys/glsink/gstglbuffer.c:
7410         * sys/glsink/gstglbuffer.h:
7411         * sys/glsink/gstgldisplay.c:
7412         * sys/glsink/gstgldisplay.h:
7413           Rename glvideo.[ch] to gstgldisplay.[ch].
7414
7415 2007-12-24  David Schleef  <ds@schleef.org>
7416
7417         * sys/glsink/glimagesink.c:
7418         * sys/glsink/glimagesink.h:
7419         * sys/glsink/glvideo.c:
7420         * sys/glsink/glvideo.h:
7421         * sys/glsink/gstglbuffer.c:
7422         * sys/glsink/gstglbuffer.h:
7423         * sys/glsink/gstgldownload.c:
7424         * sys/glsink/gstglfilter.c:
7425         * sys/glsink/gstglupload.c:
7426           Rewrite a bunch of code to use textures as the intermediate
7427           instead of renderbuffers.  upload, download, filtering all
7428           work.
7429
7430 2007-12-23  David Schleef  <ds@schleef.org>
7431
7432         * gst/videoparse/Makefile.am:
7433         * gst/videoparse/README:
7434         * gst/videoparse/gstvideoparse.c:
7435           Remove videoparse element, because it was moved to gst/rawparse/
7436
7437 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7438
7439         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
7440         Always seek on frame boundaries, will produce nothing useful
7441         otherwise.
7442
7443 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7444
7445         * configure.ac:
7446         * gst/rawparse/Makefile.am:
7447         * gst/rawparse/README:
7448         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
7449         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
7450         (gst_audio_parse_class_init), (gst_audio_parse_init),
7451         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
7452         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
7453         * gst/rawparse/gstaudioparse.h:
7454         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
7455         (gst_raw_parse_class_init), (gst_raw_parse_init),
7456         (gst_raw_parse_dispose),
7457         (gst_raw_parse_class_set_src_pad_template),
7458         (gst_raw_parse_class_set_multiple_frames_per_buffer),
7459         (gst_raw_parse_reset), (gst_raw_parse_chain),
7460         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
7461         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
7462         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
7463         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
7464         (gst_raw_parse_is_negotiated):
7465         * gst/rawparse/gstrawparse.h:
7466         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
7467         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
7468         (gst_video_parse_class_init), (gst_video_parse_init),
7469         (gst_video_parse_set_property), (gst_video_parse_get_property),
7470         (gst_video_parse_format_to_fourcc),
7471         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
7472         * gst/rawparse/gstvideoparse.h:
7473         * gst/rawparse/plugin.c: (plugin_init):
7474         Add new plugin rawparse that contains a base class for raw data
7475         parsers and the two elements audioparse and videoparse that can
7476         be used to parse raw audio and video. These are inspired by the
7477         old videoparse element which the new rawparse plugin deprecates.
7478
7479 2007-12-21  David Schleef  <ds@schleef.org>
7480
7481         * sys/glsink/glextensions.c:
7482         * sys/glsink/glextensions.h:
7483         * sys/glsink/glvideo.c:
7484         * sys/glsink/glvideo.h:
7485         * sys/glsink/gstglbuffer.c:
7486         * sys/glsink/gstgldownload.c:
7487         * sys/glsink/gstglupload.c:
7488           A careful read of the documentation reveals that I can't use
7489           renderbuffers as textures.  Duh.  Checkpoint because I'm about
7490           to rewrite a bunch of code.
7491
7492 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
7493
7494         * ext/metadata/TODO:
7495         * ext/metadata/gstbasemetadata.c:
7496         * ext/metadata/gstbasemetadata.h:
7497         * ext/metadata/metadata.h:
7498         * ext/metadata/metadataiptc.c:
7499         * ext/metadata/metadatamuxjpeg.c:
7500         * ext/metadata/metadataparsejpeg.c:
7501         * ext/metadata/metadataparseutil.c:
7502           Some IPTC tags mapped.
7503
7504 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
7505
7506         * ext/metadata/Makefile.am:
7507         * ext/metadata/TODO:
7508         * ext/metadata/gstbasemetadata.c:
7509         * ext/metadata/gstbasemetadata.h:
7510         * ext/metadata/gstmetadatacommon.c:
7511         * ext/metadata/gstmetadatacommon.h:
7512         * ext/metadata/metadata.c:
7513         * ext/metadata/metadata.h:
7514           Removed gstmetadatacommon.
7515
7516 2007-12-20  David Schleef  <ds@schleef.org>
7517
7518         * sys/glsink/Makefile.am:
7519         * sys/glsink/glextensions.c:
7520         * sys/glsink/glextensions.h:
7521         * sys/glsink/glimagesink.c:
7522         * sys/glsink/glimagesink.h:
7523         * sys/glsink/glvideo.c:
7524         * sys/glsink/glvideo.h:
7525         * sys/glsink/gstglbuffer.c:
7526         * sys/glsink/gstglbuffer.h:
7527         * sys/glsink/gstgldownload.c:
7528         * sys/glsink/gstglfilter.c:
7529         * sys/glsink/gstglupload.c:
7530         * sys/glsink/gstopengl.c:
7531           Switch to using framebuffer_objects instead of GLXPixmaps,
7532           because that's what my driver supports.  Remove GLDrawable,
7533           since GstGLDisplay now has a default drawable and context.
7534
7535 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7536
7537         * gst/equalizer/.cvsignore:
7538         * gst/switch/.cvsignore:
7539           Ignore more.
7540
7541 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7542
7543         * ext/metadata/Makefile.am:
7544         * ext/metadata/TODO:
7545         * ext/metadata/gstbasemetadata.c:
7546         * ext/metadata/gstbasemetadata.h:
7547         * ext/metadata/gstmetadatacommon.c:
7548         * ext/metadata/gstmetadatacommon.h:
7549         * ext/metadata/gstmetadatademux.c:
7550         * ext/metadata/gstmetadatademux.h:
7551         * ext/metadata/gstmetadatamux.c:
7552         * ext/metadata/gstmetadatamux.h:
7553         * ext/metadata/metadata.c:
7554         * ext/metadata/metadata.h:
7555         * ext/metadata/metadataexif.c:
7556         * ext/metadata/metadataparsejpeg.c:
7557         * ext/metadata/metadataparsepng.c:
7558         * ext/metadata/metadatatags.c:
7559         * ext/metadata/metadatatags.h:
7560         * ext/metadata/test/metadata_editor.c:
7561           New base class for metadata elements.
7562
7563 2007-12-18  Andy Wingo  <wingo@pobox.com>
7564
7565         * gst/switch/gstswitch-marshal.list:
7566         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7567         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7568         (gst_selector_pad_get_property)
7569         (gst_selector_pad_get_running_time)
7570         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7571         (gst_segment_set_stop, gst_segment_set_start)
7572         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7573         (gst_stream_selector_push_pending_stop)
7574         (gst_stream_selector_switch): Change so that the signals and
7575         properties deal in running time, not buffer time. Document the
7576         signals more. Change uint64 in API to int64, to reflect what's in
7577         GstSegment.
7578
7579 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7580
7581         * Makefile.am:
7582           Include common/win32.mak for CRLF check of win32 project
7583           files (see #393626).
7584
7585         * configure.ac:
7586           Bump requirements to -base CVS for libgstvideo additions in
7587           glimagesink. Disable glimagesink until the missing files get
7588           checked in.
7589
7590 2007-12-17  David Schleef  <ds@schleef.org>
7591
7592         * sys/glsink/Makefile.am:
7593         * sys/glsink/glimagesink.c:
7594         * sys/glsink/glimagesink.h:
7595         * sys/glsink/glvideo.c:
7596         * sys/glsink/glvideo.h:
7597         * sys/glsink/gstopengl.c:
7598         * sys/glsink/gstglupload.c:
7599           Use new GstVideoFormat checked into -base.  Add new glupload
7600           element to upload raw video into a GLXPixbuf.  Untested.  Will
7601           likely crash your motorcycle if you try it.
7602         * sys/glsink/gstvideo-common.c:
7603         * sys/glsink/gstvideo-common.h:
7604           Remove.
7605
7606 2007-12-17  David Schleef  <ds@schleef.org>
7607
7608         * gst/multifile/gstmultifilesrc.c:
7609         * gst/multifile/gstmultifilesrc.h:
7610           When subsequent files are read, if the file doesn't exist, send
7611           an EOS instead of causing an error.
7612
7613 2007-12-17  Andy Wingo  <wingo@pobox.com>
7614
7615         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7616         a buffer is ignored, not NOT_LINKED. No sense in making a source
7617         element error out; at least fdsrc considers NOT_LINKED to be a
7618         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7619
7620         * gst/switch/gstswitch-marshal.list:
7621         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7622         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7623         (gst_stream_selector_block): Make the block() signal return the
7624         last stop time of the active pad. Patch 10/12.
7625
7626         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7627         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7628         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7629         pad property, not an element property.
7630         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7631         duration, not timestamp. Patch 9/12.
7632
7633         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7634         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7635         cond mechanism instead of blocked pads. Patch 8/12.
7636
7637         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7638
7639         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7640         (gst_selector_pad_chain, gst_stream_selector_init)
7641         (gst_stream_selector_dispose): Add infrastructure for new blocking
7642         mechanism that does not use gst_pad_set_blocked, which does not
7643         work on sink pads. Patch 7/12.
7644
7645         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7646         (gst_stream_selector_get_property): Add last-stop-time readable
7647         property. Patch 6/12.
7648
7649         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7650         state variables.
7651
7652         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7653         (gst_selector_pad_chain): Push any pending stop event.
7654         (gst_stream_selector_set_active_pad)
7655         (gst_stream_selector_set_property): Factor out setting the active
7656         pad to a function. Close the segment of the previous active pad if
7657         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7658         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7659
7660         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7661         the block() signal. This implementation will be replaced in future
7662         patches, however. Patch 4/12.
7663
7664         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7665         vmethod prototypes.
7666
7667         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7668         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7669         vmethod definitions. Patch 3/12.
7670
7671         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7672         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7673         `block' and `switch' signals.
7674
7675         * gst/switch/Makefile.am: 
7676         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7677         marshaller for the `switch' signal. Patch 2/12.
7678
7679         * gst/switch/gstswitch.h: 
7680         * gst/switch/gstswitch.c: Replace with files from
7681         gststreamselector.[ch], registered as the "switch" plugin, with
7682         "GstSwitch" types. Patch 1/12.
7683
7684 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7685
7686         * ext/metadata/TODO:
7687         * ext/metadata/gstmetadatademux.c:
7688         * ext/metadata/metadata.c:
7689         * ext/metadata/metadata.h:
7690         * ext/metadata/metadataparsejpeg.c:
7691         * ext/metadata/metadataparsejpeg.h:
7692         * ext/metadata/metadataparsepng.c:
7693         * ext/metadata/metadataparsepng.h:
7694         * ext/metadata/test/MetadataEditorMain.glade:
7695         * ext/metadata/test/metadata_editor.c:
7696           Added "parse-only" property to metadatademux.
7697
7698 2007-12-16  David Schleef  <ds@schleef.org>
7699
7700         * sys/glsink/glimagesink.c:
7701         * sys/glsink/glimagesink.h:
7702         * sys/glsink/glvideo.c:
7703         * sys/glsink/glvideo.h:
7704           Rename GLVideo* to GstGL*.
7705
7706 2007-12-15  David Schleef  <ds@schleef.org>
7707
7708         * sys/glsink/Makefile.am:
7709         * sys/glsink/glextensions.c:
7710         * sys/glsink/glextensions.h:
7711         * sys/glsink/glvideo.c:
7712           Add vblank synchronization.  Isn't really working on my
7713           driver. :(
7714
7715 2007-12-15  David Schleef  <ds@schleef.org>
7716
7717         * sys/glsink/Makefile.am:
7718         * sys/glsink/glimagesink.c:
7719         * sys/glsink/glvideo.c:
7720         * sys/glsink/glvideo.h:
7721         * sys/glsink/gstvideo-common.c:
7722         * sys/glsink/gstvideo-common.h:
7723           Add support for xRGB, xBGR, and AYUV.  Re-add support for
7724           power-of-2 textures.
7725
7726 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7727
7728         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
7729         (gst_video_parse_sink_event):
7730         Free the adapter on dispose and correctly reset on newsegment events.
7731
7732 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7733
7734         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
7735         (gst_video_parse_src_event), (gst_video_parse_src_query):
7736         Improve duration query by first asking upstream and if it can't handle
7737         the query try to get the duration in bytes from upstream and convert.
7738         For seeks, try if upstream handles this already first and do our
7739         conversion to byte format only if it doesn't and if we get a
7740         newsegment event in time format keep it and only do our conversions
7741         if the event has another format.
7742
7743 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7744
7745         * gst/videoparse/gstvideoparse.c:
7746         (gst_video_parse_format_get_type),
7747         (gst_video_parse_endianness_get_type),
7748         (gst_video_parse_class_init), (gst_video_parse_init),
7749         (gst_video_parse_set_property), (gst_video_parse_get_property),
7750         (gst_video_parse_format_to_fourcc),
7751         (gst_video_parse_update_block_size), (gst_video_parse_chain),
7752         (gst_video_parse_sink_event):
7753         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
7754         downstream elements downstream, not upstream.
7755
7756 2007-12-14  David Schleef  <ds@schleef.org>
7757
7758         * sys/glsink/gstvideo-common.c:
7759         * sys/glsink/gstvideo-common.h:
7760           Pull together some common raw video functions into one location.
7761           This should eventually move to -base.
7762         * sys/glsink/Makefile.am:
7763         * sys/glsink/glimagesink.c:
7764         * sys/glsink/glimagesink.h:
7765         * sys/glsink/glvideo.c:
7766         * sys/glsink/glvideo.h:
7767         * sys/glsink/gstopengl.c:
7768           Use the new video-common.h stuff.  Readd support for RGB video.
7769
7770 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
7771
7772         * ext/metadata/Makefile.am:
7773         * ext/metadata/TODO:
7774         * ext/metadata/gstmetadata.c:
7775         * ext/metadata/gstmetadatacommon.c:
7776         * ext/metadata/gstmetadatacommon.h:
7777         * ext/metadata/gstmetadatademux.c:
7778         * ext/metadata/gstmetadatademux.h:
7779         * ext/metadata/gstmetadatamux.c:
7780         * ext/metadata/gstmetadatamux.h:
7781         * ext/metadata/gstmetadataparse.c:
7782         * ext/metadata/gstmetadataparse.h:
7783         * ext/metadata/metadataexif.c:
7784         * ext/metadata/metadatatags.c:
7785         * ext/metadata/test/metadata_editor.c:
7786           Added new module for common functions. Using GST_TYPE_FRACTION for
7787           Exif (S)Rational types.
7788
7789 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7790
7791         * gst/mpegtsparse/mpegtspacketizer.c:
7792         * gst/mpegtsparse/mpegtspacketizer.h:
7793         Hash streams by pid again. Add a linked list inside each
7794         stream with a list of sub_tables. Fix multiple sections
7795         as it was borked with my last commit.
7796
7797 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
7798
7799         * sys/glsink/Makefile.am: add glvideo.h
7800         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
7801         * gst-plugins-bad.spec.in: add latest plugins
7802
7803 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7804
7805         * ext/metadata/TODO:
7806         * ext/metadata/gstmetadatamux.c:
7807         * ext/metadata/gstmetadataparse.c:
7808         * ext/metadata/metadata.c:
7809         * ext/metadata/metadata.h:
7810         * ext/metadata/metadataiptc.c:
7811         * ext/metadata/metadatamuxjpeg.c:
7812         * ext/metadata/metadatamuxjpeg.h:
7813         * ext/metadata/metadatamuxpng.c:
7814         * ext/metadata/metadatamuxpng.h:
7815         * ext/metadata/metadataparsejpeg.c:
7816         * ext/metadata/metadataparsejpeg.h:
7817         * ext/metadata/metadataparsepng.c:
7818         * ext/metadata/metadataparsepng.h:
7819         * ext/metadata/metadataparseutil.c:
7820         * ext/metadata/metadataparseutil.h:
7821         * ext/metadata/metadatatypes.h:
7822         * ext/metadata/metadataxmp.c:
7823           Code documentation.
7824
7825 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7826
7827         * configure.ac:
7828         * ext/metadata/Makefile.am:
7829         * ext/metadata/gstmetadatamux.c:
7830         * ext/metadata/gstmetadataparse.c:
7831         * ext/metadata/metadataexif.c:
7832         * ext/metadata/metadatatags.c:
7833         * ext/metadata/test/Makefile:
7834         * ext/metadata/test/MetadataEditorMain.glade:
7835         * ext/metadata/test/metadata_editor.c:
7836           Added a test application. Added some EXIF tags. Fixed a muxer bug.
7837
7838 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7839
7840         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7841           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
7842           Implement a query type function for the src pad, implement seeking
7843           and use ANY caps for the sink pad as the element doesn't care what
7844           caps the input has and everything is handled via properties.
7845
7846 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7847
7848         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
7849           (gst_video_parse_sink_event):
7850           Handle -1 values for the CONVERT query too.
7851
7852 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7853
7854         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
7855           Add YV12 to the pad templates as it is supported too and allow
7856           -1 as stop position for NEWSEGMENT events.
7857
7858 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7859
7860         * gst/videoparse/Makefile.am:
7861           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
7862
7863         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7864           (gst_video_parse_set_property), (gst_video_parse_get_property):
7865           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
7866           gives a g_critical().
7867
7868 2007-12-12  David Schleef  <ds@schleef.org>
7869
7870         * gst/videoparse/README:
7871         * gst/videoparse/gstvideoparse.c:
7872           Add a bunch of features: handle format specification, handle
7873           queries and conversion.  Works much like a normal parser now.
7874
7875 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7876
7877         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
7878         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
7879         (gst_rtp_pt_demux_change_state):
7880         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
7881         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
7882         (gst_rtp_ssrc_demux_change_state):
7883         Clean up the dynamic pads when going to READY.
7884
7885 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7886
7887         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
7888         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7889         (gst_rtp_bin_handle_message):
7890         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
7891         (rtp_session_send_bye):
7892         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
7893         Fix some leaks.
7894
7895 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
7896
7897         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
7898           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
7899           (gst_dtsdec_chain):
7900         * ext/dts/gstdtsdec.h:
7901           Add support for "audio/x-private1-dts" as used by flupsparse. Most
7902           changes adapted from a52dec.
7903
7904 2007-12-11  David Schleef  <ds@schleef.org>
7905
7906         * sys/glsink/Makefile.am:
7907         * sys/glsink/glimagesink.c:
7908         * sys/glsink/glvideo.c:
7909         * sys/glsink/glvideo.h:
7910           Split out gl-related code into a separate file with a
7911           sensible API.  Major cleanup.  Still crashes occasionally
7912           due to different threads touching bits at the same time.
7913
7914 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7915
7916         Patch by: Wouter Cloetens <wouter at mind dot be>
7917
7918         * ext/soup/gstsouphttpsrc.c: (_do_init),
7919         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
7920         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
7921         (gst_souphttp_src_get_property), (unicodify),
7922         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
7923         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7924         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7925         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
7926         (soup_got_headers), (soup_got_body), (soup_finished),
7927         (soup_got_chunk), (soup_response), (soup_parse_status),
7928         (gst_souphttp_src_uri_get_type),
7929         (gst_souphttp_src_uri_get_protocols),
7930         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
7931         (gst_souphttp_src_uri_handler_init):
7932         * ext/soup/gstsouphttpsrc.h:
7933         Do not try to unpause I/O in the "queued" state.
7934         Reorganise a bunch of things and cleanups.
7935         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
7936         See #502335.
7937
7938 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7939
7940         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
7941         Fix caps memleak.
7942
7943 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7944
7945         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7946           (gst_flv_parse_tag_video):
7947           Don't strdup (and thus leak) codec name strings when passing
7948           them to gst_tag_list_add().
7949
7950 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7951
7952         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
7953         (gst_rtp_bin_handle_message):
7954         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
7955         (on_ssrc_sdes):
7956         Post a message when the SDES infor changes for a source.
7957
7958         * gst/rtpmanager/rtpsession.c:
7959         * gst/rtpmanager/rtpsource.c:
7960         Update some comments.
7961
7962 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7963
7964         Based on patch by: <mutex at runbox dot com>
7965
7966         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
7967         Forward the query upstream, the default element event handler does
7968         something different. Fixes #502879.
7969
7970 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7971
7972         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
7973         (gst_rtp_bin_class_init):
7974         * gst/rtpmanager/gstrtpbin.h:
7975         * gst/rtpmanager/gstrtpclient.c:
7976         * gst/rtpmanager/gstrtpclient.h:
7977         * gst/rtpmanager/gstrtpjitterbuffer.h:
7978         * gst/rtpmanager/gstrtpmanager.c:
7979         * gst/rtpmanager/gstrtpptdemux.c:
7980         * gst/rtpmanager/gstrtpptdemux.h:
7981         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
7982         (gst_rtp_session_class_init), (gst_rtp_session_init):
7983         * gst/rtpmanager/gstrtpsession.h:
7984         * gst/rtpmanager/gstrtpssrcdemux.c:
7985         * gst/rtpmanager/gstrtpssrcdemux.h:
7986         * gst/rtpmanager/rtpjitterbuffer.c:
7987         * gst/rtpmanager/rtpjitterbuffer.h:
7988         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7989         (on_ssrc_sdes), (rtp_session_process_sdes):
7990         * gst/rtpmanager/rtpsession.h:
7991         * gst/rtpmanager/rtpsource.c:
7992         * gst/rtpmanager/rtpsource.h:
7993         * gst/rtpmanager/rtpstats.c:
7994         * gst/rtpmanager/rtpstats.h:
7995         Add signal to notify of an SDES change.
7996         Fix object type in the signal callbacks.
7997
7998 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7999
8000         * gst/rtpmanager/gstrtpbin.c: (create_session),
8001         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
8002         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
8003         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
8004         * gst/rtpmanager/gstrtpbin.h:
8005         Expose SDES items as properties and configure the session managers with
8006         them.
8007
8008         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
8009         (rtp_source_set_property):
8010         Fix SSRC property.
8011
8012 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
8013
8014         * gst/rtpmanager/gstrtpbin.c: (create_session):
8015         * gst/rtpmanager/rtpjitterbuffer.c:
8016         Update comment.
8017
8018         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
8019         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
8020         Define some GObject properties to set SDES and other configuration.
8021
8022         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
8023         (rtp_session_init), (rtp_session_finalize),
8024         (rtp_session_set_property), (rtp_session_get_property),
8025         (on_ssrc_sdes), (rtp_session_set_bandwidth),
8026         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
8027         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
8028         (rtp_session_get_sdes_string), (obtain_source),
8029         (rtp_session_get_internal_source), (rtp_session_process_sdes),
8030         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
8031         (is_rtcp_time):
8032         * gst/rtpmanager/rtpsession.h:
8033         Add signal when new SDES infor has been found for a source.
8034         Create properties for SDES and other info.
8035         Simplify the SDES API.
8036         Add method for getting the internal source object of the session.
8037
8038         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
8039         (rtp_source_finalize), (rtp_source_set_property),
8040         (rtp_source_get_property), (rtp_source_set_callbacks),
8041         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
8042         (rtp_source_is_as_csrc), (rtp_source_is_active),
8043         (rtp_source_is_validated), (rtp_source_is_sender),
8044         (rtp_source_received_bye), (rtp_source_get_bye_reason),
8045         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
8046         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
8047         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
8048         * gst/rtpmanager/rtpsource.h:
8049         Add GObject properties for various things.
8050         Don't leak the bye reason.
8051
8052 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
8053
8054         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8055         (gst_flv_parse_tag_video):
8056         Fix list of supported and known codecs.
8057         Emit tag with the codec name so it gets properly reported in totem and
8058         other applications.
8059
8060 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
8061
8062         * configure.ac:
8063         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
8064
8065 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8066
8067         * gst/equalizer/gstiirequalizer.c:
8068         (gst_iir_equalizer_transform_ip):
8069         Fix compilation.
8070
8071 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8072
8073         * gst/equalizer/gstiirequalizer.c:
8074         (gst_iir_equalizer_transform_ip):
8075         Don't process buffers in passthrough mode.
8076
8077 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8078
8079         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8080         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8081         The transform() methods are not called in passthrough mode so
8082         there's no need for checking if the element is in passthrough mode.
8083
8084 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8085
8086         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8087         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8088         Sync the GObject properties with the controller even in passthrough
8089         mode to get consistent property values.
8090
8091 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
8092
8093         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
8094           Mark crc values table as constant.
8095
8096 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
8097
8098         * ext/metadata/metadataexif.c:
8099         * ext/metadata/metadataiptc.c:
8100         * ext/metadata/metadatatags.c:
8101         * ext/metadata/metadatatags.h:
8102         * ext/metadata/metadataxmp.c:
8103           Added some tags to exif parser.
8104
8105 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8106
8107         * gst/mpegtsparse/mpegtspacketizer.c:
8108         * gst/mpegtsparse/mpegtsparse.c:
8109         A sub table is identified by the pair table_id and 
8110         sub_table_identifier, not by pid. So hash with that.
8111         * sys/dvb/dvbbasebin.c:
8112         Make sure initial pids are added properly to filter,
8113
8114 2007-12-05  Andy Wingo  <wingo@pobox.com>
8115
8116         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
8117         buffers from app thread when unsetting `queue-buffers', it's
8118         dangerous and the chain function will do it for us anyway.
8119
8120 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8121
8122         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
8123         (metadatamux_jpeg_lazy_update):
8124         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
8125         (metadataparse_jpeg_reading):
8126           Now compiles even when libiptc is missing.
8127
8128 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8129
8130         * ext/metadata/gstmetadatamux.c:
8131         * ext/metadata/gstmetadatamux.h:
8132         * ext/metadata/gstmetadataparse.c:
8133         * ext/metadata/gstmetadataparse.h:
8134         * ext/metadata/metadata.c:
8135         * ext/metadata/metadata.h:
8136         * ext/metadata/metadatamuxjpeg.c:
8137         * ext/metadata/metadatamuxjpeg.h:
8138         * ext/metadata/metadatamuxpng.c:
8139         * ext/metadata/metadatamuxpng.h:
8140           Fixed element properties and now muxer writes to png also.
8141
8142 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8143
8144         * gst/mpegtsparse/Makefile.am:
8145         * gst/mpegtsparse/mpegtspacketizer.c:
8146         * gst/mpegtsparse/mpegtsparse.c:
8147         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
8148         messages.
8149         * sys/dvb/dvbbasebin.c:
8150         Instead of attaching to signals, use the bus messages.
8151         Also fix up so the dvbsrc starts only outputting the info tables
8152         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
8153
8154 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
8155
8156         * ext/metadata/gstmetadatamux.c:
8157         * ext/metadata/gstmetadatamux.h:
8158         * ext/metadata/metadataexif.c:
8159         * ext/metadata/metadataexif.h:
8160         * ext/metadata/metadataiptc.c:
8161         * ext/metadata/metadataiptc.h:
8162         * ext/metadata/metadatamuxjpeg.c:
8163         * ext/metadata/metadataxmp.c:
8164         * ext/metadata/metadataxmp.h:
8165           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
8166           implemets GstTagSetter interface.
8167
8168 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
8169
8170         * gst/librfb/rfbdecoder.c:
8171                 Should fix the 64-bit build
8172
8173 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8174
8175         * ext/metadata/gstmetadatamux.c:
8176         * ext/metadata/gstmetadatamux.h:
8177         * ext/metadata/gstmetadataparse.c:
8178         * ext/metadata/gstmetadataparse.h:
8179         * ext/metadata/metadataexif.c:
8180         * ext/metadata/metadataexif.h:
8181         * ext/metadata/metadataiptc.c:
8182         * ext/metadata/metadataiptc.h:
8183         * ext/metadata/metadatamuxjpeg.c:
8184         * ext/metadata/metadatamuxpng.c:
8185         * ext/metadata/metadataparsejpeg.c:
8186         * ext/metadata/metadataparsepng.c:
8187         * ext/metadata/metadataxmp.c:
8188         * ext/metadata/metadataxmp.h:
8189           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
8190
8191 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8192
8193         * gst/librfb/rfbdecoder.c:
8194         * gst/librfb/rfbdecoder.h:
8195                 Add CoRRE encoding
8196
8197 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8198
8199         * gst/mpegtsparse/mpegtsparse.c:
8200         CRC check the psi pids. CRC checking code relicenced from MPL.
8201         Thanks Fluendo.
8202
8203 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8204
8205         * ext/metadata/Makefile.am:
8206         * ext/metadata/gstmetadatamux.c:
8207         * ext/metadata/gstmetadatamux.h:
8208         * ext/metadata/gstmetadataparse.c:
8209         * ext/metadata/metadata.c:
8210         * ext/metadata/metadata.h:
8211         * ext/metadata/metadatamuxjpeg.c:
8212         * ext/metadata/metadatamuxjpeg.h:
8213         * ext/metadata/metadatamuxpng.c:
8214         * ext/metadata/metadatamuxpng.h:
8215         * ext/metadata/metadataparsejpeg.c:
8216         * ext/metadata/metadataparsejpeg.h:
8217         * ext/metadata/metadataparsepng.c:
8218         * ext/metadata/metadataparsepng.h:
8219         * ext/metadata/metadatatypes.c:
8220         * ext/metadata/metadatatypes.h:
8221           Fixed get_range bug when injecting and stripping. And mux is almost
8222           done now.
8223
8224 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8225
8226         * gst/librfb/rfbdecoder.c:
8227                 Use glib macro for swapping
8228
8229 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
8230
8231         * gst/librfb/gstrfbsrc.c:
8232         * gst/librfb/rfbdecoder.c:
8233         * gst/librfb/rfbdecoder.h:
8234                 Disable CopyRect encoding by default
8235                 Add RRE encoding
8236
8237 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8238
8239         Patch by: Wouter Cloetens <wouter at mind dot be>
8240
8241         * configure.ac:
8242         Bump libsoup requirement as libsoup does not support async client
8243         operation prior to version 2.2.104 and it has some leaks.
8244
8245         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
8246         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8247         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
8248         (gst_souphttp_src_start), (gst_souphttp_src_stop),
8249         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
8250         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
8251         (soup_finished), (soup_got_chunk), (soup_response),
8252         (soup_session_close):
8253         * ext/soup/gstsouphttpsrc.h:
8254         Implement unlock().
8255         Picks up the size from the Content-Length header and emit a duration
8256         message.
8257         Don't leak the GMainContext object.
8258         Fixes #500099.
8259
8260 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8261
8262         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8263         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
8264         (alsaspdifsink_find_pcm_device):
8265         Don't free uninitialized data when we are in error.
8266
8267 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8268
8269         * ext/metadata/gstmetadatamux.c:
8270         * ext/metadata/gstmetadataparse.c:
8271         * ext/metadata/metadataexif.c:
8272         * ext/metadata/metadataexif.h:
8273         * ext/metadata/metadataiptc.c:
8274         * ext/metadata/metadataiptc.h:
8275         * ext/metadata/metadatatags.c:
8276         * ext/metadata/metadatatags.h:
8277         * ext/metadata/metadataxmp.c:
8278         * ext/metadata/metadataxmp.h:
8279           Sending make and model individual tags and muxer now links fine.
8280
8281 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8282
8283         * ext/metadata/Makefile.am:
8284         * ext/metadata/gstmetadata.c:
8285         * ext/metadata/gstmetadatamux.c:
8286         * ext/metadata/gstmetadatamux.h:
8287         * ext/metadata/gstmetadataparse.c:
8288         * ext/metadata/gstmetadataparse.h:
8289         * ext/metadata/metadata.c:
8290         * ext/metadata/metadata.h:
8291         * ext/metadata/metadataexif.c:
8292         * ext/metadata/metadataexif.h:
8293         * ext/metadata/metadataiptc.c:
8294         * ext/metadata/metadataiptc.h:
8295         * ext/metadata/metadataparse.c:
8296         * ext/metadata/metadataparse.h:
8297         * ext/metadata/metadataparseexif.c:
8298         * ext/metadata/metadataparseexif.h:
8299         * ext/metadata/metadataparseiptc.c:
8300         * ext/metadata/metadataparseiptc.h:
8301         * ext/metadata/metadataparsexmp.c:
8302         * ext/metadata/metadataparsexmp.h:
8303         * ext/metadata/metadatatags.c:
8304         * ext/metadata/metadatatags.h:
8305         * ext/metadata/metadataxmp.c:
8306         * ext/metadata/metadataxmp.h:
8307           Small fixes in get_range and better structure for generic muxer and
8308           demuxer.
8309
8310 2007-11-26  Julien Moutte  <julien@fluendo.com>
8311
8312         * configure.ac: Add QuickTime Wrapper plug-in.
8313         * gst/speexresample/gstspeexresample.c:
8314         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
8315         build on Mac OS X Leopard. Incorrect printf format arguments.
8316         * sys/Makefile.am:
8317         * sys/qtwrapper/Makefile.am:
8318         * sys/qtwrapper/audiodecoders.c:
8319         (qtwrapper_audio_decoder_base_init),
8320         (qtwrapper_audio_decoder_class_init),
8321         (qtwrapper_audio_decoder_init),
8322         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
8323         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
8324         (make_samr_magic_cookie), (open_decoder),
8325         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
8326         (qtwrapper_audio_decoder_chain),
8327         (qtwrapper_audio_decoder_sink_event),
8328         (qtwrapper_audio_decoders_register):
8329         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
8330         (fourcc_to_caps):
8331         * sys/qtwrapper/codecmapping.h:
8332         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
8333         (image_description_for_mp4v), (image_description_from_stsd_buffer),
8334         (image_description_from_codec_data):
8335         * sys/qtwrapper/imagedescription.h:
8336         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
8337         (get_output_info_from_component), (dump_avcc_atom),
8338         (dump_image_description), (dump_codec_decompress_params),
8339         (addSInt32ToDictionary), (dump_cvpixel_buffer),
8340         (DestroyAudioBufferList), (AllocateAudioBufferList):
8341         * sys/qtwrapper/qtutils.h:
8342         * sys/qtwrapper/qtwrapper.c: (plugin_init):
8343         * sys/qtwrapper/qtwrapper.h:
8344         * sys/qtwrapper/videodecoders.c:
8345         (qtwrapper_video_decoder_base_init),
8346         (qtwrapper_video_decoder_class_init),
8347         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
8348         (fill_image_description), (new_image_description), (close_decoder),
8349         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
8350         (decompressCb), (qtwrapper_video_decoder_chain),
8351         (qtwrapper_video_decoder_sink_event),
8352         (qtwrapper_video_decoders_register): Initial import of QuickTime
8353         wrapper jointly developped by Songbird authors (Pioneers of the
8354         Inevitable) and Fluendo.
8355
8356 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
8357
8358         * gst/spectrum/gstspectrum.c:
8359           Use dispose and finalize. Dispose can be called multiple times.
8360
8361 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
8362
8363         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8364         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
8365           Now works when get_range is not available upstream.
8366
8367 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
8368
8369         * gst/speexresample/README:
8370         * gst/speexresample/arch.h:
8371         * gst/speexresample/resample.c: (resampler_basic_direct_single),
8372         (resampler_basic_direct_double),
8373         (resampler_basic_interpolate_single),
8374         (resampler_basic_interpolate_double),
8375         (speex_resampler_process_native), (speex_resampler_process_float),
8376         (speex_resampler_process_int),
8377         (speex_resampler_process_interleaved_float),
8378         (speex_resampler_process_interleaved_int),
8379         (speex_resampler_get_input_latency),
8380         (speex_resampler_get_output_latency):
8381         * gst/speexresample/speex_resampler.h:
8382         Update speex resampler to latest SVN. We're now down to only the
8383         changes noted in README again.
8384
8385         * gst/speexresample/speex_resampler_wrapper.h:
8386         * gst/speexresample/gstspeexresample.c:
8387         (gst_speex_resample_push_drain), (gst_speex_resample_query):
8388         Adjust to API changes.
8389
8390 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
8391
8392         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8393         (gst_flv_parse_tag_video):
8394         Output segment with proper 'stop' value, makes flvdemux 100% compatible
8395         with gnonlin.
8396
8397 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
8398
8399         * ext/dc1394/gstdc1394.c:
8400           Set initial structure name to fix assertion, due to recent caps name
8401           constraints.
8402
8403 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
8404
8405         patch by: Alessandro Decina
8406
8407         * gst/mpegtsparse/mpegtspacketizer.c:
8408         * gst/mpegtsparse/mpegtspacketizer.h:
8409         * gst/mpegtsparse/mpegtsparse.c:
8410         * gst/mpegtsparse/mpegtsparse.h:
8411         pat-info is now a signal not a GObject property that
8412         gets notified.
8413         pat-info, pmt-info now instead of passing a GObject as
8414         a parameter, pass a GstStructure.
8415         New signals: nit-info, sdt-info, eit-info for DVB SI information
8416         * sys/dvb/camconditionalaccess.c:
8417         * sys/dvb/camconditionalaccess.h:
8418         * sys/dvb/camdevice.c:
8419         * sys/dvb/camdevice.h:
8420         * sys/dvb/camswclient.c:
8421         * sys/dvb/camswclient.h:
8422         * sys/dvb/camutils.c:
8423         * sys/dvb/camutils.h:
8424         Cam code now uses the pmt GstStructure passed from mpegtsparse
8425         signals rather than the GObject.
8426         * sys/dvb/dvbbasebin.c:
8427         Use new signals in mpegtsparse and use GstStructures as per
8428         mpegtsparse's modified API.
8429         
8430 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
8431
8432         * ext/metadata/Makefile.am:
8433         * ext/metadata/gstmetadata.c:
8434         * ext/metadata/gstmetadatamux.c:
8435         * ext/metadata/gstmetadatamux.h:
8436         * ext/metadata/gstmetadataparse.c:
8437         * ext/metadata/gstmetadataparse.h:
8438         * ext/metadata/metadataparse.c:
8439         * ext/metadata/metadataparse.h:
8440         * ext/metadata/metadataparsejpeg.c:
8441         * ext/metadata/metadataparsejpeg.h:
8442         * ext/metadata/metadataparsepng.c:
8443         * ext/metadata/metadataparsepng.h:
8444         * ext/metadata/metadataparsetypes.h:
8445         * ext/metadata/metadatatypes.c:
8446         * ext/metadata/metadatatypes.h:
8447           Now parser is generic (just add/remove a list of chunks). And a
8448           template of muxer has been created.
8449
8450 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8451
8452         * gst/speexresample/gstspeexresample.c:
8453         (gst_speex_resample_update_state):
8454         Only post the latency message if we have a resampler state already.
8455
8456 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8457
8458         * gst/speexresample/gstspeexresample.c:
8459         (gst_speex_resample_update_state):
8460         Also post GST_MESSAGE_LATENCY if the latency changes.
8461
8462 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8463
8464         * gst/speexresample/resample.c: (speex_resampler_get_latency),
8465         (speex_resampler_drain_float), (speex_resampler_drain_int),
8466         (speex_resampler_drain_interleaved_float),
8467         (speex_resampler_drain_interleaved_int):
8468         * gst/speexresample/speex_resampler.h:
8469         * gst/speexresample/speex_resampler_wrapper.h:
8470         Add functions to push the remaining samples and to get the latency
8471         of the resampler. These will get added to Speex SVN in this or a
8472         slightly changed form at some point too and should get merged then
8473         again.
8474
8475         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
8476         (gst_speex_resample_init_state),
8477         (gst_speex_resample_transform_size),
8478         (gst_speex_resample_push_drain), (gst_speex_resample_event),
8479         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
8480         (gst_speex_resample_query), (gst_speex_resample_query_type):
8481         Drop the prepending zeroes and output the remaining samples on EOS.
8482         Also properly implement the latency query for this. speexresample
8483         should be completely ready for production use now.
8484
8485 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
8486
8487         * gst/rtpmanager/gstrtpjitterbuffer.c:
8488         (gst_rtp_jitter_buffer_query):
8489         jitterbuffer can buffer an unlimited amount of time and thus has no
8490         max_latency requirements.
8491
8492 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8493
8494         * gst/speexresample/README:
8495         Add README explaining where the resampling code was taken from
8496         and which changes were done.
8497
8498         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8499         (speex_free):
8500         Use g_malloc() and friends instead of malloc() to achieve higher
8501         portability and define the functions inline.
8502
8503         * gst/speexresample/speex_resampler.h:
8504         Add back some useless preprocessor stuff to keep the diff between
8505         our version and the one from the Speex SVN repository lower.
8506
8507 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8508
8509         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8510         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8511         Post a GST_MESSAGE_LATENCY if the latency changes.
8512
8513 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8514
8515         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8516         Don't try to flush the decoder on EOS when it was not initialized.
8517         Fixes #498667
8518
8519 2007-11-21  Julien Moutte  <julien@fluendo.com>
8520
8521         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8522         on Mac OS X. (missing format parameter)
8523
8524 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8525
8526         * gst/equalizer/gstiirequalizer10bands.c:
8527         * gst/equalizer/gstiirequalizer3bands.c:
8528           Remove preset iface again. We'll re-add this after its been released
8529           in -good.
8530
8531 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8532
8533         * gst/speexresample/gstspeexresample.c:
8534         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8535         Some small cleanup and addition of a TODO item.
8536
8537 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8538
8539         * gst/speexresample/Makefile.am:
8540         Add missing file.
8541
8542 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8543
8544         * docs/plugins/inspect/plugin-app.xml:
8545         * docs/plugins/inspect/plugin-bayer.xml:
8546         * docs/plugins/inspect/plugin-cdaudio.xml:
8547         * docs/plugins/inspect/plugin-dvb.xml:
8548         * docs/plugins/inspect/plugin-dvbsrc.xml:
8549         * docs/plugins/inspect/plugin-dvdspu.xml:
8550         * docs/plugins/inspect/plugin-festival.xml:
8551         * docs/plugins/inspect/plugin-flvdemux.xml:
8552         * docs/plugins/inspect/plugin-gstinterlace.xml:
8553         * docs/plugins/inspect/plugin-interleave.xml:
8554         * docs/plugins/inspect/plugin-ladspa.xml:
8555         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8556         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8557         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8558         * docs/plugins/inspect/plugin-mve.xml:
8559         * docs/plugins/inspect/plugin-nas.xml:
8560         * docs/plugins/inspect/plugin-nuvdemux.xml:
8561         * docs/plugins/inspect/plugin-quicktime.xml:
8562         * docs/plugins/inspect/plugin-real.xml:
8563         * docs/plugins/inspect/plugin-rfbsrc.xml:
8564         * docs/plugins/inspect/plugin-sdp.xml:
8565         * docs/plugins/inspect/plugin-sndfile.xml:
8566         * docs/plugins/inspect/plugin-soup.xml:
8567         * docs/plugins/inspect/plugin-speexresample.xml:
8568         * docs/plugins/inspect/plugin-stereo.xml:
8569         * docs/plugins/inspect/plugin-switch.xml:
8570         * docs/plugins/inspect/plugin-vcdsrc.xml:
8571         * docs/plugins/inspect/plugin-videocrop.xml:
8572         * docs/plugins/inspect/plugin-videoparse.xml:
8573         * docs/plugins/inspect/plugin-vmnc.xml:
8574         * docs/plugins/inspect/plugin-x264.xml:
8575         * docs/plugins/inspect/plugin-y4menc.xml:
8576         Add missing inspection files to CVS.
8577
8578 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8579
8580         * docs/plugins/Makefile.am:
8581         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8582         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8583         * docs/plugins/gst-plugins-bad-plugins.args:
8584         * docs/plugins/gst-plugins-bad-plugins.signals:
8585         * docs/plugins/inspect/plugin-bz2.xml:
8586         * docs/plugins/inspect/plugin-cdxaparse.xml:
8587         * docs/plugins/inspect/plugin-dtsdec.xml:
8588         * docs/plugins/inspect/plugin-equalizer.xml:
8589         * docs/plugins/inspect/plugin-faac.xml:
8590         * docs/plugins/inspect/plugin-faad.xml:
8591         * docs/plugins/inspect/plugin-filter.xml:
8592         * docs/plugins/inspect/plugin-freeze.xml:
8593         * docs/plugins/inspect/plugin-gio.xml:
8594         * docs/plugins/inspect/plugin-gsm.xml:
8595         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8596         * docs/plugins/inspect/plugin-h264parse.xml:
8597         * docs/plugins/inspect/plugin-modplug.xml:
8598         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8599         * docs/plugins/inspect/plugin-musepack.xml:
8600         * docs/plugins/inspect/plugin-musicbrainz.xml:
8601         * docs/plugins/inspect/plugin-nsfdec.xml:
8602         * docs/plugins/inspect/plugin-replaygain.xml:
8603         * docs/plugins/inspect/plugin-soundtouch.xml:
8604         * docs/plugins/inspect/plugin-spcdec.xml:
8605         * docs/plugins/inspect/plugin-spectrum.xml:
8606         * docs/plugins/inspect/plugin-speed.xml:
8607         * docs/plugins/inspect/plugin-tta.xml:
8608         * docs/plugins/inspect/plugin-videosignal.xml:
8609         * docs/plugins/inspect/plugin-xingheader.xml:
8610         * docs/plugins/inspect/plugin-xvid.xml:
8611         * gst/speexresample/gstspeexresample.h:
8612         Add speexresample to the docs and while at that do a make update.
8613
8614 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8615
8616         * gst/speexresample/gstspeexresample.c:
8617         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8618         If the resampler gives less output samples than expected
8619         adjust the output buffer and print a warning.
8620
8621 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8622
8623         * configure.ac:
8624         * gst/speexresample/arch.h:
8625         * gst/speexresample/fixed_generic.h:
8626         * gst/speexresample/gstspeexresample.c:
8627         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8628         (gst_speex_resample_init), (gst_speex_resample_start),
8629         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8630         (gst_speex_resample_transform_caps),
8631         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8632         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8633         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8634         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8635         (gst_speex_resample_process), (gst_speex_resample_transform),
8636         (gst_speex_resample_set_property),
8637         (gst_speex_resample_get_property), (plugin_init):
8638         * gst/speexresample/gstspeexresample.h:
8639         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8640         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8641         (resampler_basic_direct_single), (resampler_basic_direct_double),
8642         (resampler_basic_interpolate_single),
8643         (resampler_basic_interpolate_double), (update_filter),
8644         (speex_resampler_init), (speex_resampler_init_frac),
8645         (speex_resampler_destroy), (speex_resampler_process_native),
8646         (speex_resampler_process_float), (speex_resampler_process_int),
8647         (speex_resampler_process_interleaved_float),
8648         (speex_resampler_process_interleaved_int),
8649         (speex_resampler_set_rate), (speex_resampler_get_rate),
8650         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8651         (speex_resampler_set_quality), (speex_resampler_get_quality),
8652         (speex_resampler_set_input_stride),
8653         (speex_resampler_get_input_stride),
8654         (speex_resampler_set_output_stride),
8655         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8656         (speex_resampler_reset_mem), (speex_resampler_strerror):
8657         * gst/speexresample/speex_resampler.h:
8658         * gst/speexresample/speex_resampler_float.c:
8659         * gst/speexresample/speex_resampler_int.c:
8660         * gst/speexresample/speex_resampler_wrapper.h:
8661         Add resample element based on the Speex resampling algorithm.
8662
8663 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8664
8665         * ext/metadata/gstmetadataparse.c:
8666         * ext/metadata/gstmetadataparse.h:
8667           Fixed buffer strip (safer wil pull and after seek).
8668
8669 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8670
8671         * gst/equalizer/gstiirequalizer10bands.c:
8672         * gst/equalizer/gstiirequalizer3bands.c:
8673           Activate preset iface and upload two presets here.
8674
8675 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8676
8677         * ext/metadata/gstmetadataparse.c:
8678         * ext/metadata/gstmetadataparse.h:
8679           Strip out in pull mode also. Seek and Query functions added.
8680
8681 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8682
8683         * ext/metadata/gstmetadataparse.c:
8684         * ext/metadata/gstmetadataparse.h:
8685         * ext/metadata/metadataparse.c:
8686         * ext/metadata/metadataparse.h:
8687         * ext/metadata/metadataparsejpeg.c:
8688         * ext/metadata/metadataparsejpeg.h:
8689         * ext/metadata/metadataparsepng.c:
8690         * ext/metadata/metadataparsepng.h:
8691         * ext/metadata/metadataparsetypes.h:
8692           Strip out metadata chunks.
8693
8694 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8695
8696         * configure.ac:
8697           Als use AG_GST_PLUGIN_DOCS (see #344039).
8698
8699 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8700
8701         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8702
8703         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8704         (remove_all), (mpegts_packetizer_clear):
8705         Ensure that the plugin does not crash when the property pat-info is
8706         queried before a PAT is available. It also ensures that the PAT info is
8707         cleared when the changing from PLAYING to READY.
8708         Fixes #487892.
8709
8710 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8711
8712         Patch by: Wouter Paesen <wouter at blue-gate dot be>
8713
8714         * ext/soundtouch/gstpitch.cc:
8715         Handle seeking correctly. Fixes #461068.
8716
8717 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8718
8719         Patch by: Michael Kötter <m dot koetter at oraise dot de>
8720
8721         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8722         (alsaspdifsink_get_time), (alsaspdifsink_open),
8723         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
8724         Fix sample rate and clocking.
8725         Remove buffer_time and period_time as this seems to break on some
8726         hardware. Fixes #485462.
8727
8728 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8729
8730         Patch by: Wouter Cloetens <wouter at mind dot be>
8731
8732         * configure.ac:
8733         * ext/Makefile.am:
8734         * ext/soup/Makefile.am:
8735         * ext/soup/gstsouphttpsrc.c: (_do_init),
8736         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
8737         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8738         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
8739         (gst_souphttp_src_create), (gst_souphttp_src_start),
8740         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
8741         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
8742         (soup_session_close), (plugin_init):
8743         * ext/soup/gstsouphttpsrc.h:
8744         Added HTTP source based on libsoup. Fixes #497020.
8745
8746 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8747
8748         * gst/librfb/gstrfbsrc.c:
8749         don't forget to handle the offset's
8750         * gst/librfb/rfbdecoder.c:
8751         * gst/librfb/rfbdecoder.h:
8752         precalculate some many used values
8753
8754 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8755
8756         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
8757         * gst/librfb/gstrfbsrc.c:
8758         Set the timestamp for the output buffers
8759
8760 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
8761
8762         * tests/check/elements/spectrum.c: (GST_START_TEST):
8763         Fix spectrum unit test for the latest spectrum changes.
8764
8765 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
8766
8767         Patch by: René Stadler <mail at renestadler dot de>
8768
8769         * gst/replaygain/rganalysis.c: (yule_filter):
8770         Avoid slowdown from denormals when processing near-silence input data.
8771         Spotted by Gabriel Bouvigne. Fixes #494499.
8772
8773 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
8774
8775         * gst/flv/gstflvparse.c:
8776         Add mapping for Nellymoser ASAO audio codec.
8777         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
8778         actually have data to read at the end of the tag. This avoids trying
8779         to allocate negative buffers.
8780
8781 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
8782
8783         * ext/metadata/README:
8784           Added a design proposal from metadata parse and mux.
8785
8786 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8787
8788         * gst/equalizer/demo.c: (draw_spectrum):
8789         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
8790         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
8791         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
8792         Change the meaning of the magnitude values given in the
8793         GstMessages by spectrum to decibel instead of
8794         decibel+threshold.
8795
8796 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8797
8798         * gst/equalizer/gstiirequalizer10bands.c:
8799         * gst/equalizer/gstiirequalizer3bands.c:
8800         * gst/equalizer/gstiirequalizernbands.c:
8801         And continue to update docs. Also include some sample code
8802         for the n-band equalizer in the docs.
8803
8804 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8805
8806         * gst/equalizer/gstiirequalizer10bands.c:
8807         (gst_iir_equalizer_10bands_class_init):
8808         * gst/equalizer/gstiirequalizer3bands.c:
8809         (gst_iir_equalizer_3bands_class_init):
8810         * gst/equalizer/gstiirequalizernbands.c:
8811         Update docs and property ranges to the real values.
8812
8813 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
8814
8815         * gst/spectrum/gstspectrum.c:
8816         Now do the scaling right for real. Also initialize a previously
8817         uninitialized variable.
8818
8819 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
8820
8821         * ext/metadata/metadataparsexmp.c:
8822         (metadataparse_xmp_tag_list_add),
8823         (metadataparse_xmp_iter_simple_qual),
8824         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
8825         (metadataparse_xmp_iter):
8826           Extracting more detailed info from XMP.
8827
8828 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
8829
8830         * gst/equalizer/demo.c:
8831           Make default volume a bit less. Improve layout by giving more space to
8832           the slider with big-numbers and enable fill.
8833
8834 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8835
8836         * configure.ac:
8837         * tests/check/pipelines/gio.c: (GST_START_TEST):
8838         Require GIO >= 0.1.2 and adjust unit test for an API change.
8839
8840 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8841
8842         * tests/icles/equalizer-test.c: (do_slider_fiddling):
8843         Fix gain ranges for the latest equalizer changes.
8844
8845 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8846
8847         * ext/gio/gstgio.h:
8848         Add macro to check if a stream supports seeking.
8849
8850         * ext/gio/Makefile.am:
8851         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
8852         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
8853         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
8854         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
8855         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
8856         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
8857         (gst_gio_base_sink_set_stream):
8858         * ext/gio/gstgiobasesink.h:
8859         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
8860         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
8861         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
8862         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
8863         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
8864         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
8865         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
8866         * ext/gio/gstgiobasesrc.h:
8867         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
8868         base classes that only require a GInputStream or GOutputStream to
8869         work.
8870
8871         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
8872         (gst_gio_sink_class_init), (gst_gio_sink_init),
8873         (gst_gio_sink_finalize), (gst_gio_sink_start):
8874         * ext/gio/gstgiosink.h:
8875         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
8876         (gst_gio_src_class_init), (gst_gio_src_init),
8877         (gst_gio_src_finalize), (gst_gio_src_start):
8878         * ext/gio/gstgiosrc.h:
8879         Use the newly created base classes here.
8880
8881         * ext/gio/gstgio.c: (plugin_init):
8882         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
8883         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
8884         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
8885         (gst_gio_stream_sink_get_property):
8886         * ext/gio/gstgiostreamsink.h:
8887         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
8888         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
8889         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
8890         (gst_gio_stream_src_get_property):
8891         * ext/gio/gstgiostreamsrc.h:
8892         Implement GstGioStreamSink and GstGioStreamSrc that have a property
8893         to set the GInputStream/GOutputStream that should be used.
8894
8895         * tests/check/Makefile.am:
8896         * tests/check/pipelines/.cvsignore:
8897         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
8898         (gio_testsuite), (main):
8899         Add unit test for giostreamsrc and giostreamsink.
8900
8901 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8902
8903         * ext/gio/gstgio.c: (plugin_init):
8904         Remove nowadays unnecessary workaround for a crash.
8905         
8906         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
8907         (gst_gio_sink_start), (gst_gio_sink_stop),
8908         (gst_gio_sink_unlock_stop):
8909         * ext/gio/gstgiosink.h:
8910         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
8911         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
8912         * ext/gio/gstgiosrc.h:
8913         Make the finalize function safer, clean up everything that could stay
8914         around.
8915
8916         Reset the cancellable instead of creating a new one after cancelling
8917         some operation.
8918
8919         Don't store the GFile in the element, it's only necessary for creating
8920         the streams.
8921
8922 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
8923
8924         * gst/spectrum/demo-audiotest.c: (main):
8925         Use autoaudiosink instead of alsasink and use a sine wave.
8926
8927         * gst/spectrum/gstspectrum.c:
8928         Fix the magnitude calculation.
8929
8930 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
8931
8932         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8933
8934         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
8935           (CDshowFakeSink.CDshowFakeSink):
8936         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
8937           Fix crasher in constructor due to the base class's constructor
8938           not necessarily being NULL-safe (depends on the SDK version used
8939           apparently; #492406).
8940
8941         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
8942         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
8943           Fix a couple of MSVC compiler warnings (#492406).
8944
8945 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
8946
8947         * gst/equalizer/demo.c: (main):
8948         * gst/equalizer/gstiirequalizer.c:
8949         (gst_iir_equalizer_band_class_init), (setup_filter):
8950         Allow setting 0 as bandwidth and handle this correctly.
8951         Also handle a bandwidth of rate/2 properly.
8952
8953         * gst/equalizer/gstiirequalizernbands.c:
8954         (gst_iir_equalizer_nbands_class_init):
8955         Make it possible to generate a N-band equalizer with 1 bands. The
8956         previous limit of 2 was caused by a nowadays replaced calculation
8957         doing a division by zero if number of bands was 1.
8958
8959 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
8960
8961         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8962
8963         * gst/rtpmanager/gstrtpsession.c:
8964           Fix bad function signatures (#492798).
8965
8966 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8967
8968         * ext/metadata/Makefile.am:
8969         * ext/metadata/gstmetadataparse.c:
8970         * ext/metadata/gstmetadataparse.h:
8971         * ext/metadata/metadataparse.c:
8972         * ext/metadata/metadataparse.h:
8973         * ext/metadata/metadataparseexif.c:
8974         * ext/metadata/metadataparseexif.h:
8975         * ext/metadata/metadataparseiptc.c:
8976         * ext/metadata/metadataparseiptc.h:
8977         * ext/metadata/metadataparsejpeg.c:
8978         * ext/metadata/metadataparsejpeg.h:
8979         * ext/metadata/metadataparsepng.c:
8980         * ext/metadata/metadataparsepng.h:
8981         * ext/metadata/metadataparseutil.c:
8982         * ext/metadata/metadataparseutil.h:
8983         * ext/metadata/metadataparsexmp.c:
8984         * ext/metadata/metadataparsexmp.h:
8985           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
8986           the file. 
8987
8988 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8989
8990         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8991         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
8992         (gst_metadata_parse_element_activate_src_pull):
8993           Now metadataparse works in push or pull mode.
8994
8995 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
8996
8997         * configure.ac:
8998         * ext/metadata/Makefile.am:
8999         * ext/metadata/metadataparseexif.c:
9000         (metadataparse_exif_tags_register),
9001         (metadataparse_exif_tag_list_add):
9002         * ext/metadata/metadataparseiptc.c:
9003         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
9004         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
9005         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
9006         * ext/metadata/metadataparseutil.c:
9007         (metadataparse_tag_list_add_chunk):
9008         * ext/metadata/metadataparseutil.h:
9009         * ext/metadata/metadataparsexmp.c:
9010         (metadataparse_xmp_tags_register),
9011         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
9012         (metadataparse_xmp_dispose):
9013         * ext/metadata/metadataparsexmp.h:
9014           Some XMP stuff added.
9015
9016 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
9017
9018         * ext/metadata/gstmetadataparse.c:
9019         (gst_metadata_parse_dispose_members),
9020         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
9021         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
9022         (gst_metadata_parse_change_state),
9023         (gst_metadata_parse_plugin_init):
9024         * ext/metadata/gstmetadataparse.h:
9025         * ext/metadata/metadataparseexif.c:
9026         (metadataparse_exif_tags_register),
9027         (metadataparse_exif_tag_list_add),
9028         (exif_data_foreach_content_func),
9029         (exif_content_foreach_entry_func):
9030         * ext/metadata/metadataparseexif.h:
9031         * ext/metadata/metadataparseiptc.c:
9032         (metadataparse_iptc_tags_register),
9033         (metadataparse_tag_list_add_chunk),
9034         (metadataparse_iptc_tag_list_add),
9035         (iptc_data_foreach_dataset_func):
9036         * ext/metadata/metadataparseiptc.h:
9037         * ext/metadata/metadataparsexmp.c:
9038         (metadataparse_xmp_tags_register),
9039         (metadataparse_xmp_tag_list_add):
9040         * ext/metadata/metadataparsexmp.h:
9041           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
9042           in the same way (look at bug #486659).
9043
9044 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
9045
9046         * gst/librfb/rfbdecoder.c:
9047                 Some refactoring in RAW encoding
9048
9049 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
9050
9051         * gst/librfb/d3des.h:
9052         * gst/librfb/gstrfbsrc.c:
9053         * gst/librfb/gstrfbsrc.h:
9054         * gst/librfb/rfbbuffer.h:
9055         * gst/librfb/rfbcontext.h:
9056         * gst/librfb/rfbdecoder.c:
9057         * gst/librfb/rfbdecoder.h:
9058         * gst/librfb/rfbutil.h:
9059         * gst/librfb/vncauth.h:
9060                 Added copyrect encoding
9061
9062 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9063
9064         * sys/dvb/camswclient.c:
9065         Warn on failed write.
9066
9067 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
9068
9069         * gst/equalizer/Makefile.am:
9070         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
9071         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
9072         (draw_spectrum), (message_handler), (main):
9073         Add small demo application based on the spectrum demo applications
9074         that gets white noise as input, pushes it through an equalizer and
9075         paints the spectrum. For every equalizer band it's possible to set
9076         gain, bandwidth and frequency.
9077         * gst/equalizer/gstiirequalizer.c: (setup_filter):
9078         Add some guarding against too large or too small frequencies and
9079         bandwidths. Also improve debugging a bit.
9080
9081 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
9082
9083         * gst/equalizer/gstiirequalizer.c:
9084         (gst_iir_equalizer_band_set_property),
9085         (gst_iir_equalizer_band_get_property),
9086         (gst_iir_equalizer_band_class_init), (arg_to_scale),
9087         (setup_filter), (gst_iir_equalizer_compute_frequencies):
9088         Replace filters with a bit better filters for which we can actually
9089         find documentation, which don't change anything on zero gain, etc.
9090         
9091         Make the frequency property of the bands writable, rename the
9092         band-width property to bandwidth and change the meaning to the
9093         frequency difference between bandedges, change the meaning of the
9094         gain property to dB instead of a weird scale between -1 and 1 that
9095         has no real meaning.
9096
9097 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
9098
9099         * sys/dvb/dvbbasebin.c:
9100           Fix the build.
9101
9102 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9103
9104         * ext/metadata/.cvsignore:
9105         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
9106         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
9107         (gst_metadata_parse_configure_srccaps),
9108         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
9109         (gst_metadata_parse_plugin_init):
9110         * ext/metadata/metadataparse.c: (metadataparse_parse):
9111         * ext/metadata/metadataparse.h:
9112           Changed kclass to "Parser/Extracter/Metadata", changed caps to
9113           "image/jpeg, tags-extract=true/false" and changed priority to
9114           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
9115           fixed to also work in pull mode.
9116
9117 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9118
9119         * configure.ac:
9120         * ext/Makefile.am:
9121         * ext/metadata/:
9122         * ext/metadata/Makefile.am:
9123         * ext/metadata/gstmetadata.c:
9124         * ext/metadata/gstmetadataparse.c:
9125         * ext/metadata/gstmetadataparse.h:
9126         * ext/metadata/metadataparse.c:
9127         * ext/metadata/metadataparse.h:
9128         * ext/metadata/metadataparseexif.c:
9129         * ext/metadata/metadataparseexif.h:
9130         * ext/metadata/metadataparseiptc.c:
9131         * ext/metadata/metadataparseiptc.h:
9132         * ext/metadata/metadataparsejpeg.c:
9133         * ext/metadata/metadataparsejpeg.h:
9134         * ext/metadata/metadataparsexmp.c:
9135         * ext/metadata/metadataparsexmp.h:
9136           Created new plugin ('medadata') and element ('metadataparse') that
9137           extract metadata from images (look at bug #486659).
9138
9139 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9140
9141         * sys/dvb/dvbbasebin.c:
9142         Uncomment the line that sets the pid filter. Wrong way to 
9143         work-around driver issues.
9144
9145 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
9146
9147         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
9148           (gst_faac_class_init), (gst_faac_init):
9149           Fix bitrate ranges and change enum nick for low complexity
9150           profile from LOW to LC for consistency (#490060).
9151
9152 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
9153
9154         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
9155           Let's not call every request pad we create "sink%d", that'll
9156           create problems if there's to be more than one pad. Fixes #490682.
9157
9158         * tests/check/Makefile.am:
9159         * tests/check/elements/.cvsignore:
9160         * tests/check/elements/interleave.c:
9161           Add unit test for the above.
9162
9163 2007-10-27  Julien MOUTTE  <julien@moutte.net>
9164
9165         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
9166         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
9167         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
9168         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
9169         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
9170         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
9171         (plugin_init):
9172         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
9173         damaging headers using a simple state machine.
9174
9175 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
9176
9177         * ext/x264/gstx264enc.c:
9178           Fix build against the libx264 version that ships with debian stable.
9179
9180 2007-10-26  Julien MOUTTE  <julien@moutte.net>
9181
9182         * configure.ac:
9183         * gst/mpeg4videoparse/Makefile.am:
9184         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
9185         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
9186         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
9187         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
9188         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
9189         (gst_mpeg4vparse_init), (plugin_init):
9190         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
9191         parser.
9192
9193 2007-10-25  David Schleef  <ds@schleef.org>
9194
9195         * gst/multifile/Makefile.am:
9196         * gst/multifile/gstmultifilesink.c:
9197         * gst/multifile/gstmultifilesrc.c:
9198         * tests/check/Makefile.am:
9199         * tests/check/elements/multifile.c:
9200           Improve documentation, write some tests for multifilesrc/sink
9201           for upcoming ->good review.
9202
9203 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9204
9205         * sys/dvb/gstdvbsrc.c:
9206         Actually use the code-rate-hp parameter for DVB-S.
9207         It turns out setting to AUTO does not always work (
9208         especially in diseq situations). Set by default to 
9209         FEC_AUTO.
9210
9211 2007-10-22  Julien MOUTTE  <julien@moutte.net>
9212
9213         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9214         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
9215         emit no-more-pads for single pad scenarios as the header
9216         is definitely not reliable. We emit them for 2 pads scenarios
9217         though to speed up media discovery.
9218
9219 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9220
9221         * sys/dvb/dvbbasebin.c:
9222         Added proxy property of diseqc-source
9223
9224 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9225
9226         * gst/equalizer/gstiirequalizer.c:
9227         (gst_iir_equalizer_band_set_property):
9228         Add a missing break.
9229
9230 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9231
9232         * gst/equalizer/gstiirequalizer.c:
9233         (gst_iir_equalizer_band_set_property),
9234         (gst_iir_equalizer_band_get_property),
9235         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
9236         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
9237         (setup_filter), (gst_iir_equalizer_setup):
9238         * gst/equalizer/gstiirequalizer.h:
9239         Move bandwidth property to the separate bands and add float64 support.
9240
9241 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9242
9243         * ext/cdaudio/Makefile.am:
9244           Add another missing GST_LIBS.
9245
9246 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9247
9248         Patch by: Richard Hult <richard imendio com>
9249
9250         * gst/dvdspu/Makefile.am:
9251           Fix LIBS - we need to link against libgstreamer (fixes #487496).
9252
9253 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9254
9255         * sys/dvb/camapplication.c:
9256         * sys/dvb/camresourcemanager.c:
9257           Fix some warnings.
9258
9259 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9260
9261         * gst/librfb/rfbdecoder.c:
9262           Add the set encodings client message
9263
9264 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9265
9266         * gst/librfb/Makefile.am:
9267         * gst/librfb/rfb.h:
9268         * gst/librfb/rfbbytestream.c:
9269         * gst/librfb/rfbbytestream.h:
9270         * gst/librfb/rfbdecoder.c:
9271         * gst/librfb/rfbdecoder.h:
9272           Remove the rfbbytestream dead code
9273
9274 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9275
9276         patch by: Alessandro Decina
9277
9278         * sys/dvb/Makefile.am:
9279         * sys/dvb/cam.c:
9280         * sys/dvb/cam.h:
9281         * sys/dvb/camapplication.c:
9282         * sys/dvb/camapplication.h:
9283         * sys/dvb/camapplicationinfo.c:
9284         * sys/dvb/camapplicationinfo.h:
9285         * sys/dvb/camconditionalaccess.c:
9286         * sys/dvb/camconditionalaccess.h:
9287         * sys/dvb/camdevice.c:
9288         * sys/dvb/camdevice.h:
9289         * sys/dvb/camresourcemanager.c:
9290         * sys/dvb/camresourcemanager.h:
9291         * sys/dvb/camsession.c:
9292         * sys/dvb/camsession.h:
9293         * sys/dvb/camswclient.c:
9294         * sys/dvb/camswclient.h:
9295         * sys/dvb/camtransport.c:
9296         * sys/dvb/camtransport.h:
9297         * sys/dvb/camutils.c:
9298         * sys/dvb/camutils.h:
9299         * sys/dvb/dvbbasebin.c:
9300         * sys/dvb/dvbbasebin.h:
9301         * sys/dvb/gstdvb.c:
9302         * sys/dvb/gstdvbsrc.c:
9303         * sys/dvb/gstdvbsrc.h:
9304         Integrate SoC work done by Alessandro for the Freevo project.
9305         Adds cam support to the dvb stack in GStreamer and a new
9306         element (actually a bin) called dvbbasebin that integrates
9307         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
9308         acquiring multiple channels on same transponder without 
9309         knowing pid numbers.
9310
9311 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9312
9313         patch by: Alessandro Decina
9314
9315         * gst/mpegtsparse/mpegtspacketizer.c:
9316         * gst/mpegtsparse/mpegtsparse.c:
9317         * gst/mpegtsparse/mpegtsparse.h:
9318         Add request pad for getting the full transport stream coming in.
9319
9320 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
9321
9322         * configure.ac:
9323           Update the highest allowed neon version from 0.26.99 to 0.27.99.
9324           No code changes are required to work with the newest neon version.
9325
9326 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
9327
9328         * configure.ac:
9329           Require core CVS.  This is implicit in the -base CVS
9330           requirement already, so we might just well spell it
9331           out.  Also, we do need at least 0.10.14 for
9332           gst_element_class_set_details_simple().  Make check
9333           for gmyth a bit more restrictive so things don't break
9334           if the next version changes API.
9335
9336         * ext/alsaspdif/alsaspdifsink.c:
9337           Work around alsa alloca macros triggering 'always evaluates to
9338           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
9339           Also don't leak the device string.
9340
9341         * ext/mpeg2enc/gstmpeg2enc.cc:
9342         * ext/soundtouch/gstpitch.cc:
9343         * gst/modplug/gstmodplug.cc:
9344           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
9345           define fix from core CVS). Fixes #462737.
9346
9347 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
9348
9349         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9350
9351         * gst/rtpmanager/gstrtpbin.c: (create_stream),
9352         (gst_rtp_bin_class_init):
9353         Fix memleak. Fixes #484990.
9354
9355 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
9356
9357         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
9358         * gst/librfb/rfbbuffer.h:
9359         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
9360         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
9361         * gst/nsf/nes6502.c: (nes6502_execute):
9362         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
9363         * gst/real/gstrealvideodec.c: (open_library):
9364         * gst/real/gstrealvideodec.h:
9365         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
9366         (create_recv_rtcp_sink), (create_send_rtp_sink):
9367         Fix compiler warnings shown by Forte.
9368
9369 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
9370
9371         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
9372         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
9373         Fix caps refcounting for payload maps.
9374         When clearing payload maps, also clear sessions and streams payload
9375         maps.
9376
9377         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
9378         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
9379         (find_pad_for_pt):
9380         Implement clearing the payload map.
9381
9382         * gst/rtpmanager/gstrtpsession.c:
9383         (gst_rtp_session_event_send_rtp_sink):
9384         Forward flush events instead of leaking them.
9385
9386         * gst/rtpmanager/gstrtpssrcdemux.c:
9387         (gst_rtp_ssrc_demux_rtcp_sink_event):
9388         Correctly refcount events before pushing them.
9389
9390 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
9391
9392         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
9393         Use GIO function to get a list of supported URI schemes instead of
9394         hard coding something.
9395
9396 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9397
9398         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
9399         When reconsidering RTCP timeouts, set the next timeout against the last
9400         report time instead of the current clock time so that we don't end up
9401         reconsidering forever.
9402
9403 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9404
9405         * gst/rtpmanager/gstrtpjitterbuffer.c:
9406         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9407         Only peek at the tail element instead of popping it off, which allows
9408         us to greatly simplify things when the tail element changes.
9409
9410         * gst/rtpmanager/gstrtpsession.c:
9411         (gst_rtp_session_event_recv_rtp_sink):
9412         * gst/rtpmanager/gstrtpssrcdemux.c:
9413         (gst_rtp_ssrc_demux_sink_event):
9414         Forward FLUSH events instead of leaking them.
9415
9416         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
9417         (calculate_skew), (rtp_jitter_buffer_insert):
9418         * gst/rtpmanager/rtpjitterbuffer.h:
9419         Remove the tail-changed callback in favour of a simple boolean when we
9420         insert a buffer in the queue.
9421         Add method to peek the tail of the buffer.
9422
9423 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9424
9425         Patch by: Gautier Portet <kassoulet at gmail dot com>
9426
9427         * gst/xingheader/gstxingmux.c:
9428         The size of the Xing header is actually 417 as it's rounded to the
9429         next smaller integer. Fixes #397759.
9430
9431         * gst/xingheader/gstxingmux.c: (xing_generate_header),
9432         (xing_push_header):
9433         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
9434         event to the beginning was successful before pushing the header again.
9435
9436 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9437
9438         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
9439
9440         * gst/mpegtsparse/mpegtspacketizer.c:
9441         (mpegts_packetizer_stream_new):
9442         Don't skip PAT with version number 0. Fixes #483400.
9443         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
9444         Make all values above 0 mark a referenced program as they can be
9445         incremented and only 1 had marked a referenced program before, causing
9446         actually referenced programs to be unreferenced.
9447
9448 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9449
9450         * gst/sdp/gstsdpdemux.h:
9451         Change signature of pt to fix compilation on some platforms.
9452
9453 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9454
9455         * gst/rtpmanager/gstrtpjitterbuffer.c:
9456         (gst_rtp_jitter_buffer_flush_start),
9457         (gst_rtp_jitter_buffer_flush_stop),
9458         (gst_rtp_jitter_buffer_change_state), (apply_offset),
9459         (gst_rtp_jitter_buffer_loop):
9460         Remove some old unused variables.
9461         Don't add the latency to the skew corrected timestamp, latency is only
9462         used to sync against the clock.
9463         Improve debugging.
9464
9465         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9466         (rtp_jitter_buffer_reset_skew), (calculate_skew):
9467         * gst/rtpmanager/rtpjitterbuffer.h:
9468         Handle case where server timestamp goes backwards or wildly jumps by
9469         temporarily pausing the skew correction.
9470         Improve debugging.
9471
9472 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9473
9474         * gst/sdp/Makefile.am:
9475         Forgot to commit makefile.
9476
9477 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
9478
9479         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
9480         Update to API changes in GIO.
9481
9482 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9483
9484         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
9485         Use new function in -base to get the default clock-rate.
9486
9487 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9488
9489         * configure.ac:
9490         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
9491         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
9492         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
9493         (gst_sdp_demux_get_property), (find_stream_by_id),
9494         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
9495         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
9496         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
9497         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
9498         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
9499         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
9500         (gst_sdp_demux_stream_configure_udp),
9501         (gst_sdp_demux_stream_configure_udp_sink),
9502         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
9503         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
9504         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
9505         (gst_sdp_demux_change_state):
9506         * gst/sdp/gstsdpdemux.h:
9507         * gst/sdp/gstsdpelem.c: (plugin_init):
9508         Added SDP demuxer element. Fixes #426657.
9509
9510 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9511
9512         Patch by: mutex at runbox dot com
9513
9514         * gst/mpegtsparse/mpegtspacketizer.c:
9515         (mpegts_packetizer_parse_adaptation_field_control):
9516         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9517         (mpegts_parse_init), (mpegts_parse_push):
9518         * gst/mpegtsparse/mpegtsparse.h:
9519         Remove useless src pad that only results in not linked errors,
9520         fix a broken pointer dereference and make MAX_CONTINUITY constant
9521         conform to the standard to stop outputting corrupted data.
9522         Fixes #481276, #481279.
9523
9524 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9525
9526         * ext/mythtv/gstmythtvsrc.c:
9527           Re-apply docs patch from #468039; fix tab.
9528
9529         * gst/mpegtsparse/.cvsignore:
9530           Ignore marshaller files generated at build time.
9531
9532 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9533
9534         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9535         (gst_gio_sink_set_property), (gst_gio_sink_render):
9536         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9537         (gst_gio_src_set_property):
9538         Some minor cleanup and allow setting the location only when the
9539         element is not playing or paused.
9540
9541 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9542
9543         * configure.ac:
9544         Update gio's pkg-config file name as currently in SVN.
9545
9546         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9547         Remove special casing for a NULL query string. g_strjoin won't add
9548         the separator if there's only one string.
9549
9550 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9551
9552         * gst/rtpmanager/gstrtpbin.c: (free_client):
9553         Fix crasher in dispose.
9554
9555         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9556         Handle cases where input buffers have no timestamps so that no clock
9557         skew can be calculated, in this case interpolate timestamps based on
9558         rtp timestamp and assume a 0 clock skew.
9559
9560 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9561
9562         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9563         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9564         Remove jitter correction code, it's now in the lower level object.
9565         Use new -core method for doing a peer query.
9566
9567         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9568         (calculate_skew), (rtp_jitter_buffer_insert):
9569         * gst/rtpmanager/rtpjitterbuffer.h:
9570         Move jitter correction to the lowlevel jitterbuffer.
9571         Increase the max window size.
9572         When filling the window, already start estimating the skew using a
9573         parabolic weighting factor so that we have a much better startup
9574         behaviour that gets more accurate with the more samples we have.
9575         Increase the default weighting factor for the steady state to get
9576         smoother timestamps.
9577
9578 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9579
9580         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9581         (gst_neonhttp_src_send_request_and_redirect):
9582         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9583         compatibility stuff. Also fix the default location.
9584
9585 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9586
9587         * configure.ac:
9588         We require libneon >= 26 now for the query field in ne_uri.
9589
9590 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9591
9592         Patch by: Wouter Cloetens <wouter@mind.be>
9593
9594         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9595         (gst_neonhttp_src_set_location),
9596         (gst_neonhttp_src_send_request_and_redirect):
9597         * ext/neon/gstneonhttpsrc.h:
9598         Don't discard GET parameters from URL if existing.
9599         Fixes #481200.
9600
9601 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9602
9603         * gst/librfb/gstrfbsrc.c:
9604         * gst/librfb/gstrfbsrc.h:
9605                 Added a property for incremental screen updates
9606
9607 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9608
9609         * ext/xvid/gstxvidenc.c:
9610         * ext/xvid/gstxvidenc.h:
9611           Remove superfluous 'frame-encoded' signal (people can
9612           use an upstream identity's 'handoff' signal or a pad
9613           probe for this if they must know).
9614
9615 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9616
9617         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9618         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9619         was not detected correctly in all cases.
9620
9621 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9622
9623         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9624         (gst_rtp_bin_finalize):
9625         Fix cleanup crasher.
9626
9627         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9628         (calculate_skew):
9629         * gst/rtpmanager/rtpjitterbuffer.h:
9630         Dynamically adjust the skew calculation window so that we calculate it
9631         over a period of around 2 seconds.
9632
9633 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9634
9635         * gst/librfb/gstrfbsrc.c:
9636                 fix bug from generic/states.gdb
9637
9638 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9639
9640         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9641         (gst_flv_parse_tag_video): codec_data is needed for every tag
9642         not just the first one. (Fix a stupid bug i introduced without
9643         testing)
9644
9645 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9646
9647         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9648         (gst_flv_parse_tag_video): Fix bit masks operations to be
9649         sure we detect the codec_tags and sample rates correctly.
9650         Fix raw audio caps generation.
9651
9652 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9653
9654         * ext/audioresample/gstaudioresample.c:
9655         * ext/x264/gstx264enc.c:
9656         * gst/dvdspu/gstdvdspu.c:
9657         * gst/dvdspu/gstdvdspu.h:
9658         * gst/festival/gstfestival.c:
9659         * gst/h264parse/gsth264parse.c:
9660         * gst/mpegtsparse/mpegtspacketizer.c:
9661         * gst/mpegtsparse/mpegtsparse.c:
9662         * gst/multifile/gstmultifilesink.c:
9663         * gst/multifile/gstmultifilesrc.c:
9664         * gst/nuvdemux/gstnuvdemux.c:
9665         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9666         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9667         * sys/vcd/vcdsrc.c:
9668           Massive leak fixing, plus code cleanups.
9669
9670 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9671
9672         * po/LINGUAS:
9673           Added translations.
9674
9675 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9676
9677         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9678
9679         * po/pl.po:
9680           Added Polish translation.
9681
9682 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9683
9684         translated by: Ilkka Tuohela <hile@iki.fi>
9685
9686         * po/fi.po:
9687           Added Finnish translation.
9688
9689 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9690
9691         translated by: Jorge González González <aloriel@gmail.com>
9692
9693         * po/es.po:
9694           Added Spanish translation.
9695
9696 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9697
9698         translated by: Alexander Shopov <ash@contact.bg>
9699
9700         * po/bg.po:
9701           Added Bulgarian translation.
9702
9703 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9704
9705         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9706         Update hierarchy.
9707         * ext/gio/gstgiosink.h:
9708         * ext/gio/gstgiosrc.h:
9709         Mark private fields of the instance structs private.
9710
9711 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9712
9713         * docs/plugins/Makefile.am:
9714         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
9715         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9716         * docs/plugins/gst-plugins-bad-plugins.args:
9717         * docs/plugins/gst-plugins-bad-plugins.signals:
9718         * docs/plugins/inspect/plugin-bz2.xml:
9719         * docs/plugins/inspect/plugin-cdxaparse.xml:
9720         * docs/plugins/inspect/plugin-dfbvideosink.xml:
9721         * docs/plugins/inspect/plugin-dtsdec.xml:
9722         * docs/plugins/inspect/plugin-equalizer.xml:
9723         * docs/plugins/inspect/plugin-faac.xml:
9724         * docs/plugins/inspect/plugin-faad.xml:
9725         * docs/plugins/inspect/plugin-filter.xml:
9726         * docs/plugins/inspect/plugin-freeze.xml:
9727         * docs/plugins/inspect/plugin-gio.xml:
9728         * docs/plugins/inspect/plugin-gsm.xml:
9729         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
9730         * docs/plugins/inspect/plugin-h264parse.xml:
9731         * docs/plugins/inspect/plugin-modplug.xml:
9732         * docs/plugins/inspect/plugin-mpeg2enc.xml:
9733         * docs/plugins/inspect/plugin-musepack.xml:
9734         * docs/plugins/inspect/plugin-musicbrainz.xml:
9735         * docs/plugins/inspect/plugin-nsfdec.xml:
9736         * docs/plugins/inspect/plugin-replaygain.xml:
9737         * docs/plugins/inspect/plugin-soundtouch.xml:
9738         * docs/plugins/inspect/plugin-spcdec.xml:
9739         * docs/plugins/inspect/plugin-spectrum.xml:
9740         * docs/plugins/inspect/plugin-speed.xml:
9741         * docs/plugins/inspect/plugin-tta.xml:
9742         * docs/plugins/inspect/plugin-videosignal.xml:
9743         * docs/plugins/inspect/plugin-xingheader.xml:
9744         * docs/plugins/inspect/plugin-xvid.xml:
9745         Add the GIO plugin to the docs and do a make update
9746         while doing that.
9747
9748         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
9749         Fix a small memleak.
9750
9751 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9752
9753         Patch by: René Stadler <mail at renestadler dot de>
9754
9755         * configure.ac:
9756         * ext/Makefile.am:
9757         * ext/gio/Makefile.am:
9758         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
9759         (gst_gio_get_supported_protocols),
9760         (gst_gio_uri_handler_get_type_sink),
9761         (gst_gio_uri_handler_get_type_src),
9762         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
9763         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
9764         (gst_gio_uri_handler_do_init), (plugin_init):
9765         * ext/gio/gstgio.h:
9766         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9767         (gst_gio_sink_class_init), (gst_gio_sink_init),
9768         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
9769         (gst_gio_sink_get_property), (gst_gio_sink_start),
9770         (gst_gio_sink_stop), (gst_gio_sink_unlock),
9771         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
9772         (gst_gio_sink_render), (gst_gio_sink_query):
9773         * ext/gio/gstgiosink.h:
9774         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9775         (gst_gio_src_class_init), (gst_gio_src_init),
9776         (gst_gio_src_finalize), (gst_gio_src_set_property),
9777         (gst_gio_src_get_property), (gst_gio_src_start),
9778         (gst_gio_src_stop), (gst_gio_src_get_size),
9779         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
9780         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
9781         (gst_gio_src_create):
9782         * ext/gio/gstgiosrc.h:
9783         Add a GIO/GVFS plugin with source and sink elements. This will
9784         only be enabled when --enable-experimental is given to configure
9785         for now as the GIO API is not stable yet. Fixes #476916.
9786
9787 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9788
9789         * gst/librfb/gstrfbsrc.c:
9790         * gst/librfb/rfbdecoder.c:
9791         * gst/librfb/rfbdecoder.h:
9792                 Added offset-x, offset-y, width and height property
9793                 for selecting a region from the screen
9794
9795 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9796
9797         * gst/librfb/gstrfbsrc.c:
9798                 Minimum raw encoding is working now
9799         * gst/librfb/rfbdecoder.c:
9800                 fix address while reading from stream
9801
9802 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9803
9804         * gst/librfb/gstrfbsrc.c:
9805                 raw encoding is working, but it looks like the 
9806                 ffmpegcolorspace plugin can't handle high resolutions
9807
9808 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9809
9810         * gst/librfb/gstrfbsrc.c:
9811                 bpp, depth and endianness are now set from the
9812                 stream.
9813
9814 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9815
9816         * examples/app/appsrc_ex.c: (main):
9817         Fix compilation after changing the name of a method.
9818
9819 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
9820
9821         * ext/alsaspdif/alsaspdifsink.c:
9822         * ext/timidity/gsttimidity.c:
9823         * ext/timidity/gstwildmidi.c:
9824         * gst/mpegvideoparse/mpegvideoparse.c:
9825           Fix memory leaks. More to come.
9826
9827         * tests/check/Makefile.am:
9828         * tests/check/generic/states.c:
9829           Improved state change unit test.        
9830
9831 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9832
9833         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
9834         (gst_rtp_bin_class_init):
9835         * gst/rtpmanager/gstrtpbin.h:
9836         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
9837         (gst_rtp_session_class_init), (gst_rtp_session_init),
9838         (gst_rtp_session_event_send_rtp_sink):
9839         * gst/rtpmanager/gstrtpsession.h:
9840         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
9841         (on_ssrc_active), (rtp_session_process_rb):
9842         * gst/rtpmanager/rtpsession.h:
9843         Add notification of active SSRCs to various RTP elements. Fixes #478566.
9844
9845 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9846
9847         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
9848         (gst_app_sink_class_init), (gst_app_sink_init),
9849         (gst_app_sink_dispose), (gst_app_sink_finalize),
9850         (gst_app_sink_set_property), (gst_app_sink_get_property),
9851         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
9852         (gst_app_sink_event), (gst_app_sink_getcaps),
9853         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
9854         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
9855         (gst_app_sink_pull_buffer):
9856         * gst-libs/gst/app/gstappsink.h:
9857         Add properties, signals and actions to access the element even without
9858         linking to the library.
9859         Fix some method names and signatures.
9860
9861 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9862
9863         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9864
9865         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
9866         (gst_faad_srcgetcaps), (gst_faad_update_caps):
9867         Don't set channel positions on regular mono and stereo cases.
9868         Fixes #476370.
9869
9870 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9871
9872         * gst/librfb/gstrfbsrc.c:
9873         * gst/librfb/rfbdecoder.c:
9874         * gst/librfb/rfbdecoder.h:
9875                 It is now possible to connect to a vncserver.
9876                 there are still some issues with the ouput of 
9877                 the screen. Looks like some lines are confused
9878
9879 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
9880
9881         * docs/plugins/.cvsignore:
9882         * tests/check/.cvsignore:
9883           Ignore registries in any format.
9884
9885 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9886
9887         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9888         (open_library), (gst_real_video_dec_init),
9889         (gst_real_video_dec_set_property),
9890         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
9891         * gst/real/gstrealvideodec.h:
9892         Don't generate an error for occasional decoding errors.
9893         Add max-errors property.
9894         Error out when we receive max-errors in a row. Fixes #478159.
9895
9896 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9897
9898         * gst/librfb/gstrfbsrc.c: 
9899                 Add password property (write only)
9900         * gst/librfb/rfbdecoder.c: 
9901                 Read the reason on failure
9902                 Use the password property for authentication
9903         * gst/librfb/rfbdecoder.h:
9904                 Add defines for version checking
9905
9906 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
9907
9908         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
9909         (gst_dfbsurface_class_init):
9910         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
9911         chain up to the parent class to free everything, including caps.
9912
9913 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9914
9915         * gst/librfb/Makefile.am:
9916         * gst/librfb/d3des.c:
9917         * gst/librfb/d3des.h:
9918         * gst/librfb/rfbdecoder.c:
9919         * gst/librfb/vncauth.c:
9920         * gst/librfb/vncauth.h:
9921         VNC Authentication should be working now
9922         temperaly with fake password 'testtest'
9923
9924 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
9925
9926         * gst/librfb/rfbdecoder.c:
9927         * gst/librfb/rfbdecoder.h:
9928         Added some documentation about security handling
9929         start implementing security handling for rfb 3.3
9930
9931 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9932
9933         * gst/spectrum/demo-audiotest.c:
9934         * gst/spectrum/demo-osssrc.c:
9935           Handling window resize.
9936
9937 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9938
9939         * ChangeLog:
9940           Add missing newline.
9941
9942         * gst/librfb/rfbdecoder.c:
9943           Fix the build (missing stdlib.h).
9944
9945         * gst/spectrum/gstspectrum.c:
9946         * gst/spectrum/gstspectrum.h:
9947           Use basetransform segment so that it is correctly managed on flushes
9948           and start/stop. Report message timestamp as stream time, which is what
9949           an application can understand. (Yes these are adapted from wim recent
9950           level element changes)
9951
9952 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9953
9954         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
9955         Link to the right pads regardless of which one was created first in the
9956         ssrc demuxer.
9957
9958         * gst/rtpmanager/gstrtpjitterbuffer.c:
9959         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9960         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
9961         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
9962         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
9963         Improve debugging.
9964
9965         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9966         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
9967         (gst_rtp_ssrc_demux_sink_event),
9968         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9969         (gst_rtp_ssrc_demux_rtcp_chain),
9970         (gst_rtp_ssrc_demux_internal_links):
9971         * gst/rtpmanager/gstrtpssrcdemux.h:
9972         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
9973
9974 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9975
9976         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
9977         (gst_rtp_bin_get_property):
9978         Use lock to protect variable.
9979
9980         * gst/rtpmanager/gstrtpjitterbuffer.c:
9981         (gst_rtp_jitter_buffer_class_init),
9982         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
9983         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
9984         Reconstruct GST timestamp from RTP timestamps based on measured clock
9985         skew and sync offset.
9986
9987         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9988         (rtp_jitter_buffer_set_tail_changed),
9989         (rtp_jitter_buffer_set_clock_rate),
9990         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
9991         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
9992         * gst/rtpmanager/rtpjitterbuffer.h:
9993         Measure clock skew.
9994         Add callback to be notfied when a new packet was inserted at the tail.
9995
9996         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9997         (calculate_jitter), (rtp_source_send_rtp):
9998         * gst/rtpmanager/rtpsource.h:
9999         Remove clock skew detection, it's move to the jitterbuffer now.
10000
10001 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
10002
10003         Patch by: Daniel Charles <dcharles at ti dot com>
10004
10005         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
10006         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
10007         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
10008         * ext/amrwb/gstamrwbenc.h:
10009         Add property to control bandmode. Fixes #477306.
10010
10011 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
10012
10013         * gst/rtpmanager/gstrtpbin.c: (create_session):
10014         Also set NTP base time on new sessions.
10015
10016         * gst/rtpmanager/gstrtpjitterbuffer.c:
10017         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
10018         (gst_rtp_jitter_buffer_set_property),
10019         (gst_rtp_jitter_buffer_get_property):
10020         Use the right lock to protect our variables.
10021         Fix some comment.
10022
10023         * gst/rtpmanager/gstrtpsession.c:
10024         (gst_rtp_session_getcaps_send_rtp),
10025         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
10026         Implement getcaps on the sender sinkpad so that payloaders can negotiate
10027         the right SSRC.
10028
10029 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
10030
10031         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
10032         (get_client), (free_client), (gst_rtp_bin_associate),
10033         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
10034         (gst_rtp_bin_finalize):
10035         * gst/rtpmanager/gstrtpjitterbuffer.c:
10036         (gst_rtp_jitter_buffer_class_init),
10037         (gst_rtp_jitter_buffer_finalize):
10038         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
10039         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
10040         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
10041         (gst_rtp_session_chain_send_rtp):
10042         * gst/rtpmanager/gstrtpssrcdemux.c:
10043         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
10044         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
10045         * gst/rtpmanager/rtpsession.h:
10046         Various leak fixes.
10047
10048 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
10049
10050         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
10051         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
10052         Calculate and configure the NTP base time so that we can generate better
10053         NTP times in SR packets.
10054         Set caps on new ghostpad.
10055
10056         * gst/rtpmanager/gstrtpjitterbuffer.c:
10057         (gst_rtp_jitter_buffer_loop):
10058         Clean debug statement.
10059
10060         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10061         (gst_rtp_session_init), (gst_rtp_session_set_property),
10062         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10063         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
10064         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
10065         (gst_rtp_session_event_send_rtp_sink),
10066         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10067         (create_send_rtp_sink):
10068         * gst/rtpmanager/gstrtpsession.h:
10069         Add ntp-ns-base property to convert running_time to NTP time.
10070         Handle NEWSEGMENT events on send and recv RTP pads so that we can
10071         calculate the running time and thus NTP time of the packets.
10072         Simplify getting the current NTP time using the pipeline clock.
10073         Implement internal links functions.
10074         Use the buffer timestamp to calculate the NTP time instead of the clock.
10075
10076         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
10077         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10078         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
10079         (gst_rtp_ssrc_demux_internal_links),
10080         (gst_rtp_ssrc_demux_src_query):
10081         * gst/rtpmanager/gstrtpssrcdemux.h:
10082         Implement internal links function.
10083         Calculate the diff between different streams, this might be used later
10084         to get the inter stream latency.
10085
10086         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
10087         Simple cleanup.
10088
10089         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10090         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
10091         Make the clock skew window a little bigger.
10092         Apply the clock skew to all buffers, not just one with a new timestamp.
10093         Calculate and debug sender clock drift.
10094         Use extended last timestamp to interpolate for SR reports.
10095
10096 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
10097
10098         Patch by: Peter Kjellerstedt  <pkj at axis com>
10099
10100         * gst-libs/gst/app/gstappsink.c:
10101         * gst/flv/gstflvdemux.c:
10102         * gst/flv/gstflvparse.c:
10103         * gst/interleave/deinterleave.c:
10104         * gst/switch/gstswitch.c:
10105           Printf format fixes (#476128).
10106
10107 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10108
10109         Patch by: Thomas Green  <tom78999 gmail com>
10110
10111         * ext/neon/gstneonhttpsrc.c:
10112           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
10113           flag if we want ICY streams to be handled too, otherwise
10114           libneon will error out with a 'can't parse reponse' error.
10115           Fixes #474696.
10116
10117         * tests/check/elements/neonhttpsrc.c:
10118           Unit test for the above by Yours Truly.
10119
10120 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10121
10122         * configure.ac:
10123           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
10124           xvid configure checks, so they still work when cross-compiling.
10125           Fixes #452009.
10126
10127 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
10128
10129         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
10130         (gst_spectrum_transform_ip):
10131         Use the correct parameter order for the memset calls.
10132         Thanks to Christian Schaller for noticing.
10133
10134 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
10135
10136         * gst/mpegtsparse/mpegtsparse.c:
10137           Fix the build (missing stdlib.h).
10138
10139 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10140
10141         * gst/spectrum/fix_fft.c:
10142         Remove fixed point FFT as it's not used anymore.
10143
10144 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10145
10146         * configure.ac:
10147         * gst/spectrum/Makefile.am:
10148         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
10149         (message_handler), (main):
10150         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
10151         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
10152         (gst_spectrum_class_init), (gst_spectrum_init),
10153         (gst_spectrum_dispose), (gst_spectrum_set_property),
10154         (gst_spectrum_get_property), (gst_spectrum_start),
10155         (gst_spectrum_setup), (gst_spectrum_message_new),
10156         (gst_spectrum_transform_ip):
10157         * gst/spectrum/gstspectrum.h:
10158         Port GstSpectrum to GstAudioFilter and libgstfft, add support
10159         for int32, float and double, use floats for the message contents,
10160         average all FFTs done in one interval for better results, use
10161         a better windowing function, allow posting the phase in the message
10162         and actually do an FFT with the requested number of bands instead
10163         of interpolating.
10164
10165         * tests/check/elements/spectrum.c: (GST_START_TEST),
10166         (spectrum_suite):
10167         Improve the units tests by checking for a 11025Hz sine wave
10168         and add unit tests for all 4 supported sample types.
10169
10170 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
10171
10172         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10173         (gst_real_video_dec_setcaps):
10174         Add some more debugging.
10175         Don't set LONG for width/height in caps.
10176         Set correct output buffer size when caps changed.
10177         The custom message sent to the decoder should not include the format and
10178         subformat. Fixes #471554.
10179
10180 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
10181
10182         * gst/rtpmanager/gstrtpsession.c:
10183           Make compiler happy: fix compilation with -Wall -Werror
10184           (#473562).
10185
10186 2007-09-03  Johan Dahlin  <johan@gnome.org>
10187
10188         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
10189         * gst/nsf/gstnsf.h:
10190         Add support for (very) basic tagging.
10191         
10192 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
10193
10194         * gst/rtpmanager/gstrtpbin-marshal.list:
10195         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
10196         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
10197         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
10198         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
10199         * gst/rtpmanager/gstrtpbin.h:
10200         Updated example pipelines in docs.
10201         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
10202         Set the default latency correctly.
10203         Add some more points where we can get caps.
10204
10205         * gst/rtpmanager/gstrtpjitterbuffer.c:
10206         (gst_rtp_jitter_buffer_class_init),
10207         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
10208         (gst_rtp_jitter_buffer_query),
10209         (gst_rtp_jitter_buffer_set_property),
10210         (gst_rtp_jitter_buffer_get_property):
10211         Add ts-offset property to control timestamping.
10212
10213         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10214         (gst_rtp_session_init), (gst_rtp_session_set_property),
10215         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10216         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
10217         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
10218         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
10219         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
10220         (gst_rtp_session_event_send_rtp_sink),
10221         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10222         (create_recv_rtcp_sink), (create_send_rtp_sink),
10223         (create_send_rtcp_src):
10224         Various cleanups.
10225         Feed rtpsession manager with NTP time based on pipeline clock when
10226         handling RTP packets and RTCP timeouts.
10227         Perform all RTCP with the system clock.
10228         Set caps on RTCP outgoing buffers.
10229
10230         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
10231         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
10232         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10233         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
10234         (gst_rtp_ssrc_demux_rtcp_chain):
10235         * gst/rtpmanager/gstrtpssrcdemux.h:
10236         Also demux RTCP messages.
10237
10238         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
10239         (update_arrival_stats), (rtp_session_process_rtp),
10240         (rtp_session_process_rb), (rtp_session_process_sr),
10241         (rtp_session_process_rr), (rtp_session_process_rtcp),
10242         (rtp_session_send_rtp), (rtp_session_send_bye),
10243         (session_start_rtcp), (session_report_blocks), (session_cleanup),
10244         (rtp_session_on_timeout):
10245         * gst/rtpmanager/rtpsession.h:
10246         Remove the get_time callback, the GStreamer part will feed us with
10247         enough timing information.
10248         Split sync timing and RTCP timing information.
10249         Factor out common RB handling for SR and RR.
10250         Send out SR RTCP packets for lip-sync.
10251         Move SR and RR packet info generation to the source.
10252
10253         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10254         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
10255         (rtp_source_process_rtp), (rtp_source_send_rtp),
10256         (rtp_source_process_sr), (rtp_source_process_rb),
10257         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
10258         (rtp_source_get_last_sr):
10259         * gst/rtpmanager/rtpsource.h:
10260         * gst/rtpmanager/rtpstats.h:
10261         Use caps on incomming buffers to get timing information when they are
10262         there.
10263         Calculate clock scew of the receiver compared to the sender and adjust
10264         the rtp timestamps.
10265         Calculate the round trip in sources.
10266         Do SR and RR calculations in the source.
10267
10268 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
10269
10270         * configure.ac:
10271         updated gmyth version
10272
10273         * ext/mythtv/gstmythtvsrc.c:
10274         * ext/mythtv/gstmythtvsrc.h:
10275         Code rewrite
10276
10277 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
10278
10279         * gst/rtpmanager/gstrtpjitterbuffer.c:
10280         (gst_rtp_jitter_buffer_flush_stop),
10281         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
10282         Use extended timestamp to release buffers from the jitterbuffer so that
10283         we can handle the rtp wraparound correctly.
10284
10285 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
10286
10287         * gst/rtpmanager/gstrtpjitterbuffer.c:
10288         (gst_rtp_jitter_buffer_loop):
10289         Improve Comments.
10290
10291         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10292         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
10293         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
10294         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
10295         (create_send_rtp_sink):
10296         Also parse the sink caps for clock-rate instead of only relying on the
10297         result of the signal.
10298
10299         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10300         Make sure we fetch the clock rate for payloads we are sending out so
10301         that we can use it for SR reports.
10302
10303 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10304
10305         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
10306         If all information is known at time of setting start-time
10307         property, send new segments then.
10308
10309 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10310
10311         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10312         (gst_rtp_session_change_state),
10313         (gst_rtp_session_event_send_rtp_sink):
10314         * gst/rtpmanager/gstrtpsession.h:
10315         Distribute synchronisation parameters to the session manager so that it
10316         can generate correct SR packets for lip-sync.
10317
10318         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
10319         (rtp_session_set_timestamp_sync), (session_start_rtcp):
10320         * gst/rtpmanager/rtpsession.h:
10321         Add methods for setting sync parameters.
10322         Set correct RTP time in SR packets using the sync params.
10323
10324         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10325         * gst/rtpmanager/rtpsource.h:
10326         Record last RTP <-> GST timestamp so that we can use them to convert NTP
10327         to RTP timestamps in SR packets.
10328
10329 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10330
10331         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
10332         Add some more advanced example pipelines.
10333
10334         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
10335         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
10336         Add some debug and FIXME.
10337         Release LOCK when performing session cleanup.
10338
10339         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
10340         Add some debug.
10341
10342         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
10343         (rtp_source_send_rtp):
10344         Make sure we always send RTP packets with the session SSRC.
10345
10346 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
10347
10348         * gst/dvdspu/gstdvdspu.c:
10349           Don't need this include (fixes compilation in uninstalled setup).
10350
10351 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
10352
10353         * gst/rtpmanager/gstrtpjitterbuffer.c:
10354         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
10355         (gst_rtp_jitter_buffer_query):
10356         When synchronizing buffers, take peer latency into account.
10357         Don't try to add our latency to invalid peer max latency values.
10358
10359 2007-08-27  Julien MOUTTE  <julien@moutte.net>
10360
10361         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
10362         Make sure we initialize the seek result.
10363
10364 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10365
10366         * gst/dvdspu/Makefile.am:
10367         Commit the makefile too.
10368
10369 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10370
10371         * configure.ac:
10372         * gst/dvdspu/.cvsignore:
10373         * gst/dvdspu/Notes.txt:
10374         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
10375         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
10376         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
10377         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
10378         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
10379         (gstdvdspu_render_spu):
10380         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
10381         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
10382         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
10383         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
10384         (dvdspu_video_event), (dvdspu_video_chain),
10385         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
10386         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
10387         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
10388         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
10389         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
10390         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
10391         (dvdspu_subpic_event), (dvdspu_change_state),
10392         (gstdvdspu_plugin_init):
10393         * gst/dvdspu/gstdvdspu.h:
10394
10395         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
10396         Unit, decoding and overlaying DVD subtitles and menu graphics.
10397
10398         * gst/mpeg2sub/.cvsignore:
10399         * gst/mpeg2sub/Makefile.am:
10400         * gst/mpeg2sub/Notes.txt:
10401         * gst/mpeg2sub/gstmpeg2subt.c:
10402         * gst/mpeg2sub/gstmpeg2subt.h:
10403         * gst/mpeg2sub/mpeg2subt.vcproj:
10404         Delete old and broken mpeg2subt element that was never ported from 0.8
10405
10406 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10407
10408         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10409         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10410         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
10411         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
10412         (gst_flv_demux_src_event): Remove some useless ifdef.
10413
10414 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10415
10416         * examples/switch/switcher.c (main):
10417         * gst/switch/gstswitch.c (gst_switch_chain):
10418         Make switch more reliable and also not lock up when
10419         sink pad caps change.
10420
10421 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10422
10423         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10424         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10425         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
10426         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
10427         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
10428         seeking in push mode.
10429         * gst/flv/gstflvdemux.h:
10430
10431 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10432
10433         * gst/mpegtsparse/flutspatinfo.c:
10434         * gst/mpegtsparse/flutspatinfo.h:
10435         * gst/mpegtsparse/flutspmtinfo.c:
10436         * gst/mpegtsparse/flutspmtinfo.h:
10437         Update licences to reflect LGPL-ness of these files also.
10438
10439 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10440
10441         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10442         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
10443         * docs/plugins/gst-plugins-bad-plugins.interfaces:
10444         * docs/plugins/gst-plugins-bad-plugins.signals:
10445         * gst/rtpmanager/gstrtpbin.c:
10446         * gst/rtpmanager/gstrtpbin.h:
10447         * gst/rtpmanager/gstrtpclient.c:
10448         * gst/rtpmanager/gstrtpclient.h:
10449         * gst/rtpmanager/gstrtpjitterbuffer.c:
10450         * gst/rtpmanager/gstrtpjitterbuffer.h:
10451         * gst/rtpmanager/gstrtpptdemux.c:
10452         * gst/rtpmanager/gstrtpptdemux.h:
10453         * gst/rtpmanager/gstrtpsession.c:
10454         * gst/rtpmanager/gstrtpsession.h:
10455         * gst/rtpmanager/gstrtpssrcdemux.c:
10456         * gst/rtpmanager/gstrtpssrcdemux.h:
10457           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
10458           registers a GType that's different than the GstRTPFoo types that
10459           farsight registers (luckily GType names are case sensitive). Should
10460           finally fix #430664.
10461
10462 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10463
10464         * configure.ac:
10465         * win32/common/config.h:
10466         * win32/common/config.h.in:
10467           Automatically generate win32/common/config.h via configure (this
10468           ensures the win32 version of config.h is up-to-date when a release
10469           is made, #433373). config.h.in file might need some more work.
10470
10471 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10472
10473         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10474
10475         * configure.ac:
10476         * gst/festival/Makefile.am:
10477         * gst/festival/gstfestival.c:
10478           Port festival plugin to GStreamer-0.10 (#461377).
10479
10480 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10481
10482         * ext/faad/gstfaad.c: (gst_faad_chain):
10483         Don't unref the buffer when it was clipped.
10484
10485 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10486
10487         * ext/faad/gstfaad.c: (gst_faad_chain):
10488         Don't unref the buffer when it was clipped.
10489
10490 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10491
10492         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10493         (gst_flv_demux_pull_tag):
10494         * gst/flv/gstflvdemux.h:
10495         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10496         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10497         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
10498         metadata tags like ASF does. Fluendo muxer supports this and 
10499         Flash players can support it as well this way.
10500
10501 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10502
10503         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
10504         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10505         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10506         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10507         index if no times object was parsed. Fix the way we decide to push
10508         tags and emit no-more-pads. Fix some printf typing in debugging.
10509
10510 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10511
10512         * gst/rtpmanager/gstrtpjitterbuffer.c:
10513         (gst_rtp_jitter_buffer_chain),
10514         (gst_rtp_jitter_buffer_set_property):
10515         When drop-on-latency is set but we have no latency configured, just push
10516         the buffer as fast as possible.
10517         Fix typo in comment.
10518
10519 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10520
10521         * gst/rtpmanager/rtpjitterbuffer.c:
10522         (rtp_jitter_buffer_get_ts_diff):
10523         * gst/rtpmanager/rtpjitterbuffer.h:
10524         Fix undefined overflow prone ts_diff handling.
10525
10526 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10527
10528         * gst/modplug/gstmodplug.cc:
10529         Fix compiler warning.
10530
10531 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10532
10533         * gst/modplug/gstmodplug.cc:
10534           Don't use NULL caps for srcpad is not yet connected.
10535
10536 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10537
10538         * configure.ac:
10539         * gst/mpegtsparse/Makefile.am:
10540         * gst/mpegtsparse/flutspatinfo.c:
10541         * gst/mpegtsparse/flutspatinfo.h:
10542         * gst/mpegtsparse/flutspmtinfo.c:
10543         * gst/mpegtsparse/flutspmtinfo.h:
10544         * gst/mpegtsparse/flutspmtstreaminfo.c:
10545         * gst/mpegtsparse/flutspmtstreaminfo.h:
10546         * gst/mpegtsparse/mpegtspacketizer.c:
10547         * gst/mpegtsparse/mpegtspacketizer.h:
10548         * gst/mpegtsparse/mpegtsparse.c:
10549         * gst/mpegtsparse/mpegtsparse.h:
10550         * gst/mpegtsparse/mpegtsparsemarshal.list:
10551         Add mpeg transport stream parser written by:
10552         Alessandro Decina. Includes a couple of files from the
10553         Fluendo transport stream demuxer that Fluendo have 
10554         kindly allowed to be licenced under LGPL also.
10555
10556 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10557
10558         Patch by: Bastien Nocera  <hadess at hadess net>
10559
10560         * ext/mythtv/gstmythtvsrc.c:
10561           Add examples for live mythtv:// URIs to docs (#468039).
10562           Also convert some tabs into spaces.
10563
10564 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10565
10566         * gst/filter/gstbpwsinc.c:
10567         * gst/filter/gstlpwsinc.c:
10568         Add small comparision with the chebyshev filters in the docs.
10569
10570 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10571
10572         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10573         (bpwsinc_suite):
10574         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10575         (lpwsinc_suite):
10576         Also test everything in 32 bit float mode.
10577
10578 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10579
10580         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10581         (bpwsinc_set_property), (bpwsinc_get_property):
10582         * gst/filter/gstbpwsinc.h:
10583         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10584         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10585         (lpwsinc_get_property):
10586         * gst/filter/gstlpwsinc.h:
10587         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10588         Use generator macros for the process functions for the different
10589         sample types, add lower upper boundaries for the GObject properties
10590         so automatically generated UIs can use sliders and change frequency
10591         properties to floats to save a bit of memory, even ints would in
10592         theory be enough. Also rename frequency to cutoff for consistency
10593         reasons.
10594         * docs/plugins/gst-plugins-bad-plugins.args:
10595         * docs/plugins/gst-plugins-bad-plugins.signals:
10596         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10597         Regenerated for the above changes.
10598
10599 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10600
10601         * ext/amrwb/gstamrwbparse.c:
10602           Don't leak the adapter.
10603
10604 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10605
10606         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10607         (gst_bpwsinc_init), (process_32), (process_64),
10608         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10609         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10610         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10611         * gst/filter/gstbpwsinc.h:
10612         Implement latency query and only forward those samples downstream
10613         that actually contain the data we want, i.e. drop kernel_length/2
10614         in the beginning and append kernel_length/2 (created by convolving
10615         the filter kernel with zeroes) to the end.
10616
10617         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10618         Adjust the unit test for this slightly changed behaviour.
10619
10620         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10621         Reset residue length only when actually creating a residue.
10622
10623 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10624
10625         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10626         Override the preroll vmethod instead of overriding the render method
10627         twice.
10628
10629 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10630
10631         * gst/rtpmanager/gstrtpjitterbuffer.c:
10632         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10633         (gst_rtp_jitter_buffer_loop):
10634         Fix EOS handling.
10635         Convert some DEBUG into WARNINGs.
10636         Pause task when flushing.
10637
10638         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10639         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10640         Use system clock for RTCP session management timeouts.
10641
10642         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10643         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10644         Release the session lock when emiting signals.
10645
10646 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10647
10648         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10649         (gst_faad_chanpos_to_gst):
10650         Add some debug info.
10651
10652 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10653
10654         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10655         (gst_lpwsinc_init), (process_32), (process_64),
10656         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10657         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10658         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10659         * gst/filter/gstlpwsinc.h:
10660         Implement latency query and only forward those samples downstream
10661         that actually contain the data we want, i.e. drop kernel_length/2
10662         in the beginning and append kernel_length/2 (created by convolving
10663         the filter kernel with zeroes) to the end.
10664         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10665         Adjust the unit test for this slightly changed behaviour.
10666
10667 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10668
10669         * ext/ladspa/gstladspa.c:
10670           Don't leak like hell.
10671
10672 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10673
10674         * tests/check/Makefile.am:
10675         * tests/check/generic/.cvsignore:
10676         * tests/check/generic/states.c:
10677           Add generic state-change test suite to help to fi leaks.
10678
10679 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10680
10681         * ext/timidity/gstwildmidi.c:
10682         * ext/timidity/gstwildmidi.h:
10683           Look harder for a config. Based on patch by Hans de Goede.
10684           Fixes #456912
10685
10686 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10687
10688         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10689         Don't use new API.
10690
10691 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10692
10693         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10694         (gst_app_sink_class_init), (gst_app_sink_dispose),
10695         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10696         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10697         (gst_app_sink_render), (gst_app_sink_get_caps),
10698         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10699         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10700         * gst-libs/gst/app/gstappsink.h:
10701         Make love to appsink.
10702         Make it support pulling of the preroll buffer.
10703         Add docs and debug statements.
10704         Fix some races wrt to EOS handling and stopping.
10705         Implement getcaps.
10706         Implement FLUSHING.
10707         API: gst_app_sink_pull_preroll()
10708
10709 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10710
10711         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
10712         (gst_flv_demux_get_index):
10713         Fix locking and refcounting on the index.
10714
10715 2007-08-14  Julien MOUTTE  <julien@moutte.net>
10716
10717         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10718         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
10719         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
10720         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
10721         (gst_flv_demux_src_event), (gst_flv_demux_query),
10722         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
10723         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
10724         (gst_flv_demux_class_init): First method for seeking in pull
10725         mode using the index built step by step or coming from metadata.
10726         * gst/flv/gstflvdemux.h:
10727         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10728         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10729         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
10730         more metadata types and keyframes index.
10731
10732 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
10733
10734         * docs/plugins/Makefile.am:
10735         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10736         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10737         * docs/plugins/gst-plugins-bad-plugins.args:
10738         * docs/plugins/gst-plugins-bad-plugins.signals:
10739         * docs/plugins/inspect/plugin-bz2.xml:
10740         * docs/plugins/inspect/plugin-cdxaparse.xml:
10741         * docs/plugins/inspect/plugin-dtsdec.xml:
10742         * docs/plugins/inspect/plugin-faac.xml:
10743         * docs/plugins/inspect/plugin-faad.xml:
10744         * docs/plugins/inspect/plugin-filter.xml:
10745         * docs/plugins/inspect/plugin-freeze.xml:
10746         * docs/plugins/inspect/plugin-gsm.xml:
10747         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10748         * docs/plugins/inspect/plugin-h264parse.xml:
10749         * docs/plugins/inspect/plugin-modplug.xml:
10750         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10751         * docs/plugins/inspect/plugin-musepack.xml:
10752         * docs/plugins/inspect/plugin-musicbrainz.xml:
10753         * docs/plugins/inspect/plugin-nsfdec.xml:
10754         * docs/plugins/inspect/plugin-replaygain.xml:
10755         * docs/plugins/inspect/plugin-soundtouch.xml:
10756         * docs/plugins/inspect/plugin-spcdec.xml:
10757         * docs/plugins/inspect/plugin-spectrum.xml:
10758         * docs/plugins/inspect/plugin-speed.xml:
10759         * docs/plugins/inspect/plugin-tta.xml:
10760         * docs/plugins/inspect/plugin-videosignal.xml:
10761         * docs/plugins/inspect/plugin-xingheader.xml:
10762         * docs/plugins/inspect/plugin-xvid.xml:
10763         * gst/filter/gstbpwsinc.c:
10764         * gst/filter/gstbpwsinc.h:
10765         * gst/filter/gstlpwsinc.c:
10766         * gst/filter/gstlpwsinc.h:
10767         Add docs for lpwsinc and bpwsinc and integrate them
10768         into the build system. While doing that also update
10769         all other docs via make update in docs/plugins.
10770
10771 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
10772
10773         * gst/rtpmanager/rtpjitterbuffer.c:
10774           Include stdlib.
10775
10776 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10777
10778         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10779         Make one test constraint a bit stricter.
10780
10781 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10782
10783         * tests/check/Makefile.am:
10784         * tests/check/elements/.cvsignore:
10785         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
10786         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
10787         Add unit tests for bpwsinc, testing fundamental functionality again.
10788
10789 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10790
10791         * tests/check/Makefile.am:
10792         * tests/check/elements/.cvsignore:
10793         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
10794         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
10795         Add unit tests for lpwsinc, testing fundamental functionality.
10796
10797 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10798
10799         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10800         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10801         Improve debugging a bit.
10802
10803 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10804
10805         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10806         (bpwsinc_start):
10807         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10808         (lpwsinc_start):
10809         Reset the residue in BaseTransform::start to get a clean residue
10810         on stream changes.
10811
10812 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
10813
10814         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
10815         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
10816         Fix processing with buffer sizes that are smaller than the filter
10817         kernel size.
10818
10819 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
10820
10821         * gst/rtpmanager/Makefile.am:
10822         * gst/rtpmanager/async_jitter_queue.c:
10823         * gst/rtpmanager/async_jitter_queue.h:
10824         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
10825         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
10826         (rtp_jitter_buffer_new), (compare_seqnum),
10827         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
10828         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
10829         (rtp_jitter_buffer_get_ts_diff):
10830         * gst/rtpmanager/rtpjitterbuffer.h:
10831         Remove complicated async queue and replace with more simple jitterbuffer
10832         code while also fixing some bugs.
10833
10834         * gst/rtpmanager/gstrtpbin-marshal.list:
10835         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
10836         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
10837         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
10838         (create_send_rtp):
10839         * gst/rtpmanager/gstrtpbin.h:
10840         * gst/rtpmanager/gstrtpjitterbuffer.c:
10841         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
10842         (gst_jitter_buffer_sink_parse_caps),
10843         (gst_rtp_jitter_buffer_flush_start),
10844         (gst_rtp_jitter_buffer_flush_stop),
10845         (gst_rtp_jitter_buffer_change_state),
10846         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10847         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
10848         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
10849         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
10850         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
10851         (gst_rtp_session_init):
10852         * gst/rtpmanager/gstrtpsession.h:
10853         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
10854         Use new jitterbuffer code.
10855         Expose some new signals in preparation for handling EOS.
10856
10857 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10858
10859         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10860         Fix a segfault with more than one channel and don't rebuild
10861         the kernel & residue with every buffer.
10862
10863 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10864
10865         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
10866         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
10867         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
10868         (bpwsinc_get_property):
10869         * gst/filter/gstbpwsinc.h:
10870         Add support for a bandreject mode and allow specifying the window
10871         function that should be used.
10872         * gst/filter/gstlpwsinc.c:
10873         And another small formatting fix.
10874
10875 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10876
10877         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10878         (gst_bpwsinc_init), (process_32), (process_64),
10879         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
10880         (bpwsinc_transform), (bpwsinc_set_property),
10881         (bpwsinc_get_property):
10882         * gst/filter/gstbpwsinc.h:
10883         Apply the same changes to the bandpass filter:
10884          - Support double input
10885          - Fix processing for input with >1 channels
10886          - Specify frequency in Hz
10887          - Specify actual filter kernel length
10888          - Use transform instead of transform_ip as we're working
10889            out of place anyway
10890          - Factor out filter kernel generation and update the filter
10891            kernel when the properties are set
10892         Fix bandpass filter kernel generation to actually generate
10893         a bandpass filter by creating a highpass instead of a second
10894         lowpass.
10895         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
10896         Small formatting fix.
10897
10898 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10899
10900         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10901         (gst_lpwsinc_init), (process_32), (process_64),
10902         (lpwsinc_build_kernel), (lpwsinc_set_property),
10903         (lpwsinc_get_property):
10904         * gst/filter/gstlpwsinc.h:
10905         Specify the actual filter length instead of a weird
10906         2N+1. Setting the property will round to the next odd number.
10907         Also remove now obsolete FIXMEs.
10908
10909 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10910
10911         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
10912         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
10913         (lpwsinc_build_kernel), (lpwsinc_set_property),
10914         (lpwsinc_get_property):
10915         * gst/filter/gstlpwsinc.h:
10916         Allow choosing between hamming and blackman window. The blackman
10917         window provides a better stopband attenuation but a bit slower
10918         rolloff.
10919
10920 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10921
10922         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
10923         (gst_lpwsinc_class_init), (process_32), (process_64),
10924         (lpwsinc_build_kernel), (lpwsinc_set_property),
10925         (lpwsinc_get_property):
10926         * gst/filter/gstlpwsinc.h:
10927         Add a highpass mode.
10928
10929 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10930
10931         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
10932         (lpwsinc_build_kernel):
10933         Fix processing if the input has more than one channel.
10934
10935 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10936
10937         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10938         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
10939         (bpwsinc_set_property), (bpwsinc_get_property):
10940         "this" is a C++ keyword, use "self" instead.
10941         Add TODOs and FIXMEs and remove two wrong FIXMEs.
10942         * gst/filter/gstlpwsinc.c:
10943         Add FIXMEs and a new TODO.
10944
10945 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10946
10947         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10948         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
10949         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
10950         (lpwsinc_get_unit_size), (lpwsinc_transform),
10951         (lpwsinc_set_property), (lpwsinc_get_property):
10952         * gst/filter/gstlpwsinc.h:
10953         Add double support, replace "this" with "self" as the former
10954         is a C++ keyword.
10955         Implement the frequency property in Hz instead of fraction
10956         of sampling frequency.
10957         Remove some unecessary FIXMEs and add some TODOs, add some
10958         required locking and refactor the kernel generation into a
10959         separate function that is also called when the properties
10960         change now.
10961         And use BaseTransform::transform instead of transform_ip
10962         as the convolution is done out of place anyway. Should
10963         be done in place later.
10964
10965 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10966
10967         * configure.ac:
10968         * gst/stereo/Makefile.am:
10969         * gst/stereo/gststereo.c: (gst_stereo_base_init),
10970         (gst_stereo_class_init), (gst_stereo_init),
10971         (gst_stereo_transform_ip), (gst_stereo_set_property),
10972         (gst_stereo_get_property):
10973         * gst/stereo/gststereo.h:
10974         Port the stereo element to GStreamer 0.10.
10975
10976 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10977
10978         submitted by: Raphael Higino <phhigino@gmail.com>
10979
10980         * po/LINGUAS:
10981         * po/pt_BR.po:
10982           Added Portuguese (Brazilian) translation.
10983
10984 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10985
10986         * po/uk.po:
10987         * po/vi.po:
10988           Updated translations.
10989
10990 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
10991
10992         * gst/filter/Makefile.am:
10993         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10994         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
10995         (gst_bpwsinc_init), (bpwsinc_setup):
10996         * gst/filter/gstbpwsinc.h:
10997         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10998         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
10999         (gst_lpwsinc_init), (lpwsinc_setup):
11000         * gst/filter/gstlpwsinc.h:
11001         Use GstAudioFilter as base class and don't leak the memory
11002         of the filter kernel and residue.
11003
11004 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
11005
11006         Patch by: Josep Torra Valles <josep@fluendo.com>
11007
11008         * docs/plugins/gst-plugins-bad-plugins.args:
11009         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
11010         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
11011         * ext/libmms/gstmms.h:
11012         Add connection speed property to libmms. Fixes #464678.
11013
11014 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
11015
11016         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
11017         (gst_real_video_dec_activate_push), (open_library),
11018         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
11019         * gst/real/gstrealvideodec.h:
11020         Remove some old unused vars.
11021
11022 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
11023
11024         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
11025         Small cleanups.
11026
11027         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
11028         (open_library):
11029         Remove fragment and timestamp correction code from the decoder to make
11030         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
11031
11032 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         * po/POTFILES.skip:
11035           Add POTFILES.skip with list of source files that aren't disted at the
11036           moment but contain translatable strings. Should hopefully pacify
11037           broken tools and make it clearer that these files are left out
11038           intentionally (#461601 and others).
11039
11040 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
11041
11042         Patch by: Ian Munro  <imunro at netspace net au>
11043
11044         * gst/bayer/gstbayer2rgb.c:
11045           Include our own "_stdint.h" instead of <stdint.h> (which may not
11046           be available).
11047
11048         * gst/speed/gstspeed.h:
11049           Native HP-UX compiler dosn't seem to like enum typedefs before the
11050           actual enum was defined.
11051
11052         * gst/vmnc/vmncdec.c:
11053           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
11054
11055 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
11056
11057         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
11058         Use the proper context variable when setting the password !
11059         LOG => WARNING for errors.
11060         Give proper path when opening the codec (needs a '/' at the end).
11061
11062 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11063
11064         * gst/real/Makefile.am:
11065           And dist the new header file too.
11066
11067 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11068
11069         * gst/real/gstreal.h:
11070         Add missing header file.
11071
11072 2007-07-25  Julien MOUTTE  <julien@moutte.net>
11073
11074         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
11075         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11076         (gst_flv_demux_init):
11077         * gst/flv/gstflvdemux.h:
11078         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
11079         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11080         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11081         (gst_flv_parse_header):
11082         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
11083         reusable, more safety checks.
11084
11085 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
11086
11087         * ext/timidity/gsttimidity.c: (gst_timidity_init),
11088         (gst_timidity_change_state), (plugin_init):
11089         * ext/timidity/gsttimidity.h:
11090           Don't initialize timidity in plugin_init for similar reason as below.
11091
11092 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
11093
11094         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
11095         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
11096         * ext/timidity/gstwildmidi.h:
11097           Don't initialize wildmidi in plugin_init as it also setups audio
11098           filters which is slow.
11099
11100 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
11101
11102         reviewed by: Edward Hervey  <bilboed@bilboed.com>
11103
11104         * gst/real/gstreal.c: (plugin_init):
11105         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
11106         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
11107         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
11108         * gst/real/gstrealvideodec.c: (open_library),
11109         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
11110         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
11111         * gst/real/gstrealvideodec.h:
11112         Improved search algorithm for location of real .so files.
11113         Fixes #393461
11114
11115 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
11116
11117         * configure.ac:
11118         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
11119         Use the new buffer clipping function from gstaudio here and
11120         require gst-plugins-base CVS.
11121
11122 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
11123
11124         * configure.ac:
11125           Sync liboil check with plugins-base.
11126
11127 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11128
11129         * gst/equalizer/gstiirequalizer.c:
11130         (gst_iir_equalizer_band_set_property),
11131         (gst_iir_equalizer_child_proxy_get_child_by_index),
11132         (gst_iir_equalizer_child_proxy_get_children_count),
11133         (gst_iir_equalizer_child_proxy_interface_init),
11134         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
11135         (gst_iir_equalizer_compute_frequencies):
11136         * gst/equalizer/gstiirequalizer10bands.c:
11137         (gst_iir_equalizer_10bands_class_init):
11138         * gst/equalizer/gstiirequalizer3bands.c:
11139         (gst_iir_equalizer_3bands_class_init):
11140         * gst/equalizer/gstiirequalizernbands.c:
11141           Better algorith for the center frequencies. Subtract band filters from
11142           input for negative gains. Rework the gain mapping.
11143
11144 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11145
11146         * ext/dirac/Makefile.am:
11147           Also include stdlib here.
11148
11149 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
11150
11151         * tests/check/elements/.cvsignore:
11152         Fix the buildbot with the cvsignore it wants.
11153
11154 2007-07-19  Julien MOUTTE  <julien@moutte.net>
11155
11156         * configure.ac:
11157         * gst/flv/Makefile.am:
11158         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
11159         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
11160         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
11161         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
11162         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
11163         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
11164         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11165         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
11166         (gst_flv_demux_init), (plugin_init):
11167         * gst/flv/gstflvdemux.h:
11168         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
11169         (gst_flv_demux_query_types), (gst_flv_demux_query),
11170         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11171         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11172         (gst_flv_parse_tag_type), (gst_flv_parse_header):
11173         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
11174         It does not do seeking yet, it supports pull and push mode so YES
11175         you can use it to play youtube videos directly from an HTTP uri.
11176         Not so much testing done yet but it parses metadata, reply to 
11177         duration queries, etc...
11178
11179 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
11180
11181         * tests/check/Makefile.am:
11182         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
11183           main):
11184           Add typefind test for midi.
11185
11186 2007-07-18  Michael Smith  <msmith@fluendo.com>
11187
11188         * ext/soundtouch/gstpitch.cc:
11189           If we receive a new segment event, don't try to push buffers out
11190           in response (without first sending it on!).
11191           Instead, flush internal buffers on receiving flush events.
11192           Fixes playback after seeking.
11193
11194 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11195
11196         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
11197         (gst_bayer2rgb_reset):
11198           Add basic docs. Use glibs mem routines.
11199
11200 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11201
11202         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
11203           Add example to the docs. Fix buffer-offset-end and add some debug.
11204
11205 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11206
11207         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
11208         (gst_jack_ring_buffer_acquire):
11209           Add stdlib include here too.
11210
11211 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11212
11213         * examples/app/appsrc_ex.c:
11214         * examples/switch/switcher.c:
11215         * ext/neon/gstneonhttpsrc.c:
11216         * ext/timidity/gstwildmidi.c:
11217         * ext/x264/gstx264enc.c:
11218         * gst/mve/mveaudioenc.c: (mve_compress_audio):
11219         * gst/rtpmanager/gstrtpclient.c:
11220         * gst/rtpmanager/gstrtpjitterbuffer.c:
11221         * gst/spectrum/demo-audiotest.c:
11222         * gst/spectrum/demo-osssrc.c:
11223         * sys/dvb/gstdvbsrc.c:
11224           Add stdlib include (free, atoi, exit).
11225
11226 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
11227
11228         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
11229         Fix buffer clipping to correctly clip to the segment stop.
11230
11231 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
11232
11233         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
11234
11235         * gst/modplug/gstmodplug.cc:
11236         add several missing supported mime-types to the modplug plugin.
11237         Fixes #456901.
11238
11239 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
11240
11241         * configure.ac:
11242         * tests/Makefile.am:
11243         Remove bogus check for libcheck, since we check for
11244         gstreamer-check and it pulls in the required info from there, and we
11245         weren't actually _using_ the information for libcheck ourselves
11246         anyway.
11247
11248 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
11249
11250         * configure.ac:
11251           Use pkg-config to locate check.
11252
11253 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
11254
11255         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
11256         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
11257           Fix build against core CVS.
11258
11259 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
11260
11261         * REQUIREMENTS:
11262           Sync with changes in -ugly.
11263
11264 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
11265
11266         * REQUIREMENTS:
11267           Add download location of libamrwb.
11268
11269 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
11270
11271         * docs/plugins/inspect/plugin-amrwb.xml:
11272         * docs/plugins/inspect/plugin-equalizer.xml:
11273         * docs/plugins/inspect/plugin-multifile.xml:
11274         * docs/plugins/inspect/plugin-timidity.xml:
11275         * docs/plugins/inspect/plugin-wildmidi.xml:
11276           Add missing inspect files. Fixes build (#454313).
11277
11278         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
11279           Scream a bit louder when initialisation fails.
11280
11281         * gst-libs/README:
11282         * gst-libs/ext/.cvsignore:
11283           Remove some cruft.
11284
11285 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
11286
11287         * ext/ivorbis/Makefile.am:
11288           Dist header files. Fixes #454078.
11289
11290 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
11291
11292         * docs/plugins/Makefile.am:
11293           Simplify --extra-dir as gtkdoc scans recursively.
11294
11295         * ext/amrwb/gstamrwbenc.c:
11296           Fix comment start.
11297
11298 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11299
11300         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
11301           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
11302           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
11303           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
11304           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
11305           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
11306         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
11307         Removed property "device". Added properties "adapter" and "frontend".
11308         Fixes #453636.
11309         Rename freq property to frequency.
11310
11311 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
11312
11313         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11314         Fix property descriptions.
11315
11316 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11317
11318         * docs/plugins/Makefile.am:
11319         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11320         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11321         * ext/amrwb/gstamrwbdec.c:
11322         * ext/amrwb/gstamrwbenc.c:
11323         * ext/amrwb/gstamrwbparse.c:
11324           Also document AMR-WB elements.
11325
11326 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11327
11328         * docs/plugins/Makefile.am:
11329         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11330         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11331         * docs/plugins/gst-plugins-bad-plugins.args:
11332           Cleanup the section file so that -unused is empty again (and useful to
11333           spot new docs). Add not yet added docs to sgml file. Add more header
11334           to Makefile.am to make them introspectable.
11335
11336         * docs/plugins/inspect/plugin-bz2.xml:
11337         * docs/plugins/inspect/plugin-cdxaparse.xml:
11338         * docs/plugins/inspect/plugin-dtsdec.xml:
11339         * docs/plugins/inspect/plugin-faac.xml:
11340         * docs/plugins/inspect/plugin-faad.xml:
11341         * docs/plugins/inspect/plugin-filter.xml:
11342         * docs/plugins/inspect/plugin-freeze.xml:
11343         * docs/plugins/inspect/plugin-gdp.xml:
11344         * docs/plugins/inspect/plugin-gsm.xml:
11345         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11346         * docs/plugins/inspect/plugin-h264parse.xml:
11347         * docs/plugins/inspect/plugin-modplug.xml:
11348         * docs/plugins/inspect/plugin-musicbrainz.xml:
11349         * docs/plugins/inspect/plugin-nsfdec.xml:
11350         * docs/plugins/inspect/plugin-replaygain.xml:
11351         * docs/plugins/inspect/plugin-spectrum.xml:
11352         * docs/plugins/inspect/plugin-speed.xml:
11353         * docs/plugins/inspect/plugin-tta.xml:
11354         * docs/plugins/inspect/plugin-videosignal.xml:
11355         * docs/plugins/inspect/plugin-xingheader.xml:
11356         * docs/plugins/inspect/plugin-xvid.xml:
11357           Update the doc blobs.
11358
11359 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11360
11361         * gst/multifile/Makefile.am:
11362         * gst/multifile/gstmultifile.c:
11363         * gst/multifile/gstmultifilesink.c:
11364         * gst/multifile/gstmultifilesink.h:
11365         * gst/multifile/gstmultifilesrc.c:
11366         * gst/multifile/gstmultifilesrc.h:
11367           Add .h files to be able to add it to the docs.
11368
11369 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11370
11371         * gst/modplug/gstmodplug.cc:
11372           Activate doc section.
11373
11374 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11375
11376         * ext/timidity/gsttimidity.c:
11377         * ext/timidity/gstwildmidi.c:
11378         * ext/timidity/gstwildmidi.h:
11379           Fix licence (both are GPL). Add element docs.
11380
11381 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11382
11383         * ext/musicbrainz/gsttrm.h:
11384           Fix _get_type signature.
11385
11386 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11387
11388         * gst/replaygain/gstrgvolume.h:
11389           Fix GObject macros.
11390
11391 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11392
11393         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
11394         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
11395         (gst_dc1394_set_caps_framesize_range),
11396         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
11397         (gst_dc1394_framerate_frac_to_const),
11398         (gst_dc1394_open_cam_with_best_caps):
11399         Make a bunch of functions static, and move variable declarations
11400         to the start of blocks to avoid problems on older gcc.
11401
11402         Make sure to unset value types.
11403
11404 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11405
11406         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11407
11408         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
11409         With CVS of ffmpegcolorspace from plugins-base, I can now
11410         get 30 fps from the iSight.
11411
11412 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11413
11414         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11415         Change a g_print to a GST_DEBUG message.
11416
11417 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11418
11419         * configure.ac:
11420         * ext/Makefile.am:
11421         * ext/dc1394/Makefile.am:
11422         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
11423         (gst_dc1394_class_init), (gst_dc1394_init),
11424         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
11425         (gst_dc1394_get_property), (gst_dc1394_getcaps),
11426         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
11427         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
11428         (gst_dc1394_caps_set_format_vmode_caps),
11429         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
11430         (gst_dc1394_set_caps_framesize_range),
11431         (gst_dc1394_caps_set_framerate_list),
11432         (gst_dc1394_framerate_const_to_frac),
11433         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
11434         (gst_dc1394_framerate_frac_to_const),
11435         (gst_dc1394_open_cam_with_best_caps),
11436         (gst_dc1394_change_camera_transmission), (plugin_init):
11437         * ext/dc1394/gstdc1394.h:
11438         Commit new dc1394src element.
11439         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
11440         Patch By: Eric Jonas < jonas at mit dot edu >
11441         Close: #387251
11442
11443 2007-06-28  Wim Taymans  <wim@fluendo.com>
11444
11445         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11446         Register new property as well.
11447
11448 2007-06-28  Wim Taymans  <wim@fluendo.com>
11449
11450         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11451         (gst_video_detect_set_property), (gst_video_detect_get_property):
11452         * gst/videosignal/gstvideodetect.h:
11453         Add property to adjust the center, sensitivity is now the distance from
11454         this center.
11455
11456 2007-06-27  Wim Taymans  <wim@fluendo.com>
11457
11458         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11459         (gst_video_detect_set_property), (gst_video_detect_get_property),
11460         (gst_video_detect_class_init):
11461         * gst/videosignal/gstvideodetect.h:
11462         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
11463         (gst_video_mark_420), (gst_video_mark_set_property),
11464         (gst_video_mark_get_property), (gst_video_mark_class_init):
11465         * gst/videosignal/gstvideomark.h:
11466         Add left and bottom offset properties to control the position of the
11467         pattern.
11468
11469 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
11470
11471         * docs/plugins/gst-plugins-bad-plugins.args:
11472         * docs/plugins/inspect/plugin-alsaspdif.xml:
11473         * docs/plugins/inspect/plugin-bz2.xml:
11474         * docs/plugins/inspect/plugin-cdxaparse.xml:
11475         * docs/plugins/inspect/plugin-dtsdec.xml:
11476         * docs/plugins/inspect/plugin-faac.xml:
11477         * docs/plugins/inspect/plugin-faad.xml:
11478         * docs/plugins/inspect/plugin-filter.xml:
11479         * docs/plugins/inspect/plugin-freeze.xml:
11480         * docs/plugins/inspect/plugin-gdp.xml:
11481         * docs/plugins/inspect/plugin-glimagesink.xml:
11482         * docs/plugins/inspect/plugin-gsm.xml:
11483         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11484         * docs/plugins/inspect/plugin-h264parse.xml:
11485         * docs/plugins/inspect/plugin-jack.xml:
11486         * docs/plugins/inspect/plugin-mms.xml:
11487         * docs/plugins/inspect/plugin-modplug.xml:
11488         * docs/plugins/inspect/plugin-musicbrainz.xml:
11489         * docs/plugins/inspect/plugin-neon.xml:
11490         * docs/plugins/inspect/plugin-nsfdec.xml:
11491         * docs/plugins/inspect/plugin-replaygain.xml:
11492         * docs/plugins/inspect/plugin-sdl.xml:
11493         * docs/plugins/inspect/plugin-spectrum.xml:
11494         * docs/plugins/inspect/plugin-speed.xml:
11495         * docs/plugins/inspect/plugin-tta.xml:
11496         * docs/plugins/inspect/plugin-videosignal.xml:
11497         * docs/plugins/inspect/plugin-xingheader.xml:
11498         * docs/plugins/inspect/plugin-xvid.xml:
11499           Update docs with caps info.
11500
11501 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
11502
11503         * gconf/.cvsignore:
11504         * gconf/Makefile.am:
11505         * gconf/gstreamer.schemas.in:
11506           Remove dysfunctional directory (this stuff is in -good).
11507
11508         * ext/sndfile/gstsf.c: (plugin_init):
11509         * sys/dvb/gstdvbsrc.c: (plugin_init):
11510           Add i18n bindtextdomain stuff.
11511
11512         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11513         (plugin_init):
11514           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11515
11516         * po/POTFILES.in:
11517           Add more source files with translatable strings (fixes #450605).
11518
11519 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11520
11521         Contributed by: Wenzheng Hu <db_lobster@163.com>
11522
11523         * po/LINGUAS:
11524         * po/zh_CN.po:
11525           Added Chinese (simplified) translation.
11526
11527 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11528
11529         Patch by: Jens Granseuer  <jensgr at gmx net>
11530
11531         * gst/equalizer/gstiirequalizer.c:
11532         * gst/equalizer/gstiirequalizer10bands.c:
11533         * gst/equalizer/gstiirequalizer3bands.c:
11534         * gst/equalizer/gstiirequalizernbands.c:
11535         * gst/rtpmanager/async_jitter_queue.c:
11536         (async_jitter_queue_push_sorted):
11537         * gst/rtpmanager/gstrtpjitterbuffer.c:
11538         (gst_rtp_jitter_buffer_chain):
11539         * gst/switch/gstswitch.c: (gst_switch_chain):
11540           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11541           Fixes #450185.
11542
11543 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11544
11545         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11546           last_message_received, main):
11547         * gst/switch/gstswitch.c (gst_switch_release_pad,
11548           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11549           gst_switch_set_property, gst_switch_get_property,
11550           gst_switch_get_linked_pad, gst_switch_getcaps,
11551           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11552         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11553           GST_SWITCH_UNLOCK):
11554         Add an extra lock to protect against certain variables instead of
11555         using the object lock. Fix case where caps are different in the
11556         sink pads causes deadlock. Update example to use different caps
11557         on each sink pad.
11558
11559 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11560
11561         * MAINTAINERS:
11562         Updating all the maintainers files
11563
11564 2007-06-22  Edward Hervey  <edward@fluendo.com>
11565
11566         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11567         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11568         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11569         * ext/audioresample/gstaudioresample.c:
11570         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11571         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11572         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11573         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11574         * ext/faac/gstfaac.c: (gst_faac_init):
11575         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11576         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11577         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11578         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11579         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11580         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11581         * ext/spc/gstspc.c: (gst_spc_dec_init):
11582         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11583         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11584         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11585         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11586         * gst/chart/gstchart.c: (gst_chart_init):
11587         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11588         * gst/festival/gstfestival.c: (gst_festival_init):
11589         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11590         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11591         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11592         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11593         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11594         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11595         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11596         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11597         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11598         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11599         * gst/speed/gstspeed.c: (speed_init):
11600         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11601         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11602         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11603         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11604         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11605         Fix leaks.
11606
11607 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11608
11609         * RELEASE:
11610         * sys/Makefile.am:
11611           Re-enable VCD source and fix up release notes.
11612
11613 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11614
11615         * gst/equalizer/gstiirequalizer.c:
11616           Document parameter mapping.
11617
11618 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11619
11620         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11621         (gst_spectrum_transform_ip):
11622           Fix leaking buffers.
11623           
11624         * tests/check/Makefile.am:
11625         * tests/check/elements/spectrum.c: (setup_spectrum),
11626         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11627           Add simple test for spectrum element.
11628
11629 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11630
11631         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11632         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11633         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11634         (gst_amrwbdec_state_change):
11635         * ext/amrwb/gstamrwbdec.h:
11636         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11637         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11638           Add newsegment and discont handling. Some code cleanups. Don't leak
11639           the adapter, unref it in a new finalize method instead. Sync the
11640           parser with the amr-nb changes.
11641
11642 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11643
11644         * configure.ac:
11645         Back to CVS.
11646
11647         * gst-plugins-bad.doap:
11648         Add 0.10.5 to the doap file.
11649
11650 === release 0.10.5 ===
11651
11652 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11653
11654         * configure.ac:
11655           releasing 0.10.5, "Expedition to Lake Pahoe"
11656
11657 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11658
11659         * win32/vs6/gst_plugins_bad.dsw:
11660         * win32/vs6/libdshowsrcwrapper.dsp:
11661         * win32/vs6/libgstdshow.dsp:
11662         * win32/vs6/libgstmpegvideoparse.dsp:
11663         * win32/vs6/libgstneon.dsp:
11664         Convert line endings to CRLF and mark as binary files.
11665
11666 2007-06-13  Wim Taymans  <wim@fluendo.com>
11667
11668         * sys/Makefile.am:
11669         Disable VCD build because we're frozen..
11670
11671 2007-06-13  Wim Taymans  <wim@fluendo.com>
11672
11673         * configure.ac:
11674         * sys/Makefile.am:
11675         * sys/vcd/Makefile.am:
11676         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11677         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11678         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11679         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11680         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11681         (gst_vcdsrc_uri_set_uri):
11682         * sys/vcd/vcdsrc.h:
11683         Port VCD element.
11684
11685 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11686
11687         * win32/MANIFEST:
11688         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11689         MANIFEST.
11690         * win32/vs6/gst_plugins_bad.dsw:
11691         Remove qtdemux, directdraw, directsound and waveform project files
11692         from the workspace as they have been moved to -good.
11693
11694 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11695
11696         * po/POTFILES.in:
11697         Remove qtdemux from the translation list.
11698
11699 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11700
11701         * configure.ac:
11702         * docs/plugins/Makefile.am:
11703         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11704         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11705         * docs/plugins/inspect/plugin-osxvideo.xml:
11706         * docs/plugins/inspect/plugin-videocrop.xml:
11707         * gst-plugins-bad.spec.in:
11708         * gst/videocrop/Makefile.am:
11709         * gst/videocrop/gstvideocrop.c:
11710         * gst/videocrop/gstvideocrop.h:
11711         * gst/videocrop/videocrop.vcproj:
11712         * sys/Makefile.am:
11713         * sys/osxvideo/Makefile.am:
11714         * sys/osxvideo/cocoawindow.h:
11715         * sys/osxvideo/cocoawindow.m:
11716         * sys/osxvideo/osxvideosink.h:
11717         * sys/osxvideo/osxvideosink.m:
11718         * tests/check/Makefile.am:
11719         * tests/check/elements/videocrop.c:
11720         * tests/icles/Makefile.am:
11721         * tests/icles/videocrop-test.c:
11722         Move videocrop and osxvideo to -good.
11723
11724 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11725
11726         * configure.ac:
11727         * docs/plugins/Makefile.am:
11728         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11729         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11730         * gst/qtdemux/Makefile.am:
11731         * gst/qtdemux/gstrtpxqtdepay.c:
11732         * gst/qtdemux/gstrtpxqtdepay.h:
11733         * gst/qtdemux/qtdemux.c:
11734         * gst/qtdemux/qtdemux.h:
11735         * gst/qtdemux/qtdemux.vcproj:
11736         * gst/qtdemux/qtdemux_dump.c:
11737         * gst/qtdemux/qtdemux_dump.h:
11738         * gst/qtdemux/qtdemux_fourcc.h:
11739         * gst/qtdemux/qtdemux_types.c:
11740         * gst/qtdemux/qtdemux_types.h:
11741         * gst/qtdemux/qtpalette.h:
11742         * gst/qtdemux/quicktime.c:
11743         * win32/MANIFEST:
11744         * win32/vs6/libgstqtdemux.dsp:
11745         Move qtdemux to -good.
11746
11747         * gst-plugins-bad.spec.in:
11748         Update spec file to reflect wavpack & qtdemux moving to -good.
11749
11750 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11751
11752         * docs/plugins/Makefile.am:
11753         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11754         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11755         * docs/plugins/inspect/plugin-waveform.xml:
11756         * sys/waveform/gstwaveformplugin.c:
11757         * sys/waveform/gstwaveformsink.c:
11758         * sys/waveform/gstwaveformsink.h:
11759         * win32/MANIFEST:
11760         * win32/vs6/libgstwaveform.dsp:
11761         Remove the waveform plugin now that it is in -good.
11762
11763 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11764
11765         * configure.ac:
11766         * docs/plugins/Makefile.am:
11767         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11768         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11769         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11770         * docs/plugins/inspect/plugin-wavpack.xml:
11771         * ext/Makefile.am:
11772         * ext/wavpack/Makefile.am:
11773         * ext/wavpack/gstwavpack.c:
11774         * ext/wavpack/gstwavpackcommon.c:
11775         * ext/wavpack/gstwavpackcommon.h:
11776         * ext/wavpack/gstwavpackdec.c:
11777         * ext/wavpack/gstwavpackdec.h:
11778         * ext/wavpack/gstwavpackenc.c:
11779         * ext/wavpack/gstwavpackenc.h:
11780         * ext/wavpack/gstwavpackparse.c:
11781         * ext/wavpack/gstwavpackparse.h:
11782         * ext/wavpack/gstwavpackstreamreader.c:
11783         * ext/wavpack/gstwavpackstreamreader.h:
11784         * ext/wavpack/md5.c:
11785         * ext/wavpack/md5.h:
11786         * tests/check/Makefile.am:
11787         * tests/check/elements/wavpackdec.c:
11788         * tests/check/elements/wavpackenc.c:
11789         * tests/check/elements/wavpackparse.c:
11790           Move wavpack to good.
11791
11792 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11793
11794         * configure.ac:
11795         * docs/plugins/Makefile.am:
11796         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11797         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11798         * docs/plugins/gst-plugins-bad-plugins.args:
11799         * docs/plugins/inspect/plugin-directdraw.xml:
11800         * docs/plugins/inspect/plugin-directsound.xml:
11801         * sys/Makefile.am:
11802         * sys/directdraw/Makefile.am:
11803         * sys/directdraw/gstdirectdrawplugin.c:
11804         * sys/directdraw/gstdirectdrawsink.c:
11805         * sys/directdraw/gstdirectdrawsink.h:
11806         * sys/directsound/Makefile.am:
11807         * sys/directsound/gstdirectsoundplugin.c:
11808         * sys/directsound/gstdirectsoundsink.c:
11809         * sys/directsound/gstdirectsoundsink.h:
11810         * win32/MANIFEST:
11811         * win32/gst.sln:
11812         * win32/vs6/libgstdirectdraw.dsp:
11813         * win32/vs6/libgstdirectsound.dsp:
11814         * win32/vs7/libgstdirectdraw.vcproj:
11815         * win32/vs7/libgstdirectsound.vcproj:
11816         * win32/vs8/libgstdirectdraw.vcproj:
11817         * win32/vs8/libgstdirectsound.vcproj:
11818         Remove DirectDraw & DirectSound plugins, as they've moved to Good
11819
11820 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11821
11822         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
11823         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
11824         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
11825           When driving the pipeline, also post an error when we get a
11826           not-linked flow return from downstream.
11827
11828 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11829
11830         * docs/plugins/gst-plugins-bad-plugins.args:
11831         * sys/directdraw/gstdirectdrawsink.c:
11832         (gst_directdraw_sink_class_init):
11833         Rename the keep-aspect-ratio property to force-aspect-ratio to make
11834         it consistent with xvimagesink and ximagesink.
11835
11836 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11837
11838         * tests/icles/videocrop-test.c: (main):
11839           Default to xvimagesink instead of autovideosink while
11840           autovideosink/ghostpads/whatever don't handle the way we use it in
11841           the way we expect it to.
11842
11843 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11844
11845         * configure.ac:
11846           Bump requirements to released versions of core and -base, and remove
11847           special-casing for equalizer and rtpmanager as it's not needed any
11848           longer.
11849
11850 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11851
11852         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
11853         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
11854         Sprinkle in some XSync calls to avoid raciness with broken
11855         drivers (ATI) when re-using a single glimagesink.
11856
11857 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11858
11859         * gst/mpegvideoparse/mpegpacketiser.c:
11860         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
11861         (mpeg_util_parse_picture_hdr):
11862         * gst/mpegvideoparse/mpegvideoparse.c:
11863         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
11864         Fix some silly bugs with calculating the guard sizes.
11865         Properly compare the old sequence header structure with the new one.
11866         Don't error out on an invalid sequence - just ignore it.
11867
11868 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11869
11870         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
11871           Printf fix in debug statement; also print the right number there.
11872
11873 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11874
11875         * ext/sdl/Makefile.am:
11876         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
11877           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
11878           (#444499); initialise variable to avoid false compiler warning.
11879
11880 2007-06-01  Wim Taymans  <wim@fluendo.com>
11881
11882         * docs/plugins/Makefile.am:
11883         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11884         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11885         * docs/plugins/inspect/plugin-videosignal.xml:
11886         * gst/videosignal/Makefile.am:
11887         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
11888         (gst_video_mark_draw_box), (gst_video_mark_420),
11889         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
11890         (gst_video_mark_get_property), (gst_video_mark_base_init),
11891         (gst_video_mark_class_init), (gst_video_mark_init),
11892         (gst_video_mark_get_type):
11893         * gst/videosignal/gstvideomark.h:
11894         * gst/videosignal/gstvideosignal.c: (plugin_init):
11895         Add plugin to generate a pattern detectable by videodetect.
11896
11897 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
11898
11899         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
11900           Don't leak buffer when returning an error.
11901
11902 2007-06-01  Wim Taymans  <wim@fluendo.com>
11903
11904         Patch by René Stadler <mail at renestadler dot de>:
11905
11906         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
11907         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
11908         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
11909         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
11910         (gst_neonhttp_src_set_location),
11911         (gst_neonhttp_src_send_request_and_redirect),
11912         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
11913         * ext/neon/gstneonhttpsrc.h:
11914         Deprecated "uri" property.  Clean up property descriptions.
11915         Change default User-Agent to the slightly more descriptive
11916         "GStreamer neonhttpsrc".
11917         Various other small cleanups, mostly property related.
11918
11919 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
11920
11921         * ext/libmms/gstmms.h:
11922           No reason to use gpointers instead of typed pointes here as far as I
11923           can see.
11924
11925         * ext/mythtv/gstmythtvsrc.c:
11926         * ext/neon/gstneonhttpsrc.c:
11927         * gst/switch/gstswitch.c:
11928           Don't use gtk-doc magic markers for things that aren't meant to be
11929           parsed by gtk-doc. Makes gtk-doc complain a bit less.
11930
11931 2007-05-30  Wim Taymans  <wim@fluendo.com>
11932
11933         * configure.ac:
11934         * docs/plugins/Makefile.am:
11935         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11936         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11937         * docs/plugins/inspect/plugin-videosignal.xml:
11938         * gst/videosignal/Makefile.am:
11939         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
11940         (gst_video_analyse_post_message), (gst_video_analyse_420),
11941         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
11942         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
11943         (gst_video_analyse_class_init), (gst_video_analyse_init),
11944         (gst_video_analyse_get_type):
11945         * gst/videosignal/gstvideoanalyse.h:
11946         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
11947         (gst_video_detect_post_message),
11948         (gst_video_detect_calc_brightness), (gst_video_detect_420),
11949         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
11950         (gst_video_detect_get_property), (gst_video_detect_base_init),
11951         (gst_video_detect_class_init), (gst_video_detect_init),
11952         (gst_video_detect_get_type):
11953         * gst/videosignal/gstvideodetect.h:
11954         * gst/videosignal/gstvideosignal.c: (plugin_init):
11955         * gst/videosignal/gstvideosignal.h:
11956         Added videosignal plugin with two plugins to analyse video frames.
11957         Added videoanalyse to report about brightness and variance in video
11958         frames.
11959         Added videodetect to detect predefined patterns in a video signal.
11960
11961 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11962
11963         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11964         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11965         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
11966         * docs/plugins/gst-plugins-bad-plugins.signals:
11967           More updates.
11968
11969 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11970
11971         * docs/plugins/gst-plugins-bad-plugins.args:
11972         * docs/plugins/gst-plugins-bad-plugins.signals:
11973         * docs/plugins/inspect/plugin-dtsdec.xml:
11974         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11975         * docs/plugins/inspect/plugin-musepack.xml:
11976         * docs/plugins/inspect/plugin-rtpmanager.xml:
11977         * docs/plugins/inspect/plugin-sdl.xml:
11978         * docs/plugins/inspect/plugin-spcdec.xml:
11979         * docs/plugins/inspect/plugin-swfdec.xml:
11980           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
11981           hopefully that makes the build bots happy again.
11982
11983 2007-05-28  Wim Taymans  <wim@fluendo.com>
11984
11985         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11986         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11987         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
11988         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
11989         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
11990         * gst/rtpmanager/gstrtpclient.c: (create_stream),
11991         (gst_rtp_client_request_new_pad):
11992         * gst/rtpmanager/gstrtpjitterbuffer.c:
11993         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11994         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
11995         * gst/rtpmanager/gstrtpptdemux.c:
11996         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11997         (gst_rtp_session_request_new_pad):
11998         * gst/rtpmanager/gstrtpssrcdemux.c:
11999         Rename elements to avoid conflict with farsight elements with the same
12000         name. Fixes #430664.
12001
12002 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
12003
12004         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12005
12006         * sys/directdraw/gstdirectdrawsink.c:
12007         (gst_directdraw_sink_buffer_alloc),
12008         (gst_directdraw_sink_show_frame),
12009         (gst_directdraw_sink_check_primary_surface),
12010         (gst_directdraw_sink_check_offscreen_surface),
12011         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
12012         (gst_directdraw_sink_surface_create):
12013         * sys/directdraw/gstdirectdrawsink.h:
12014           Fix more warnings when compiling with MingW (#439914).
12015
12016 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
12017
12018         * docs/plugins/gst-plugins-bad-plugins.args:
12019         Remove directsoundsink property doc as this sink use the mixer
12020         interface now.
12021         * docs/plugins/gst-plugins-bad-plugins.interfaces:
12022         Add interfaces implemented by Windows sinks.
12023         * sys/directsound/gstdirectsoundsink.c:
12024         * sys/directsound/gstdirectsoundsink.h:
12025         Remove directsoundsink property  and implement the mixer interface.
12026         * win32/vs6/gst_plugins_bad.dsw:
12027         * win32/vs6/libgstdirectsound.dsp:
12028         Update project files.
12029         * gst-libs/gst/dshow/gstdshow.cpp:
12030         * gst-libs/gst/dshow/gstdshow.h:
12031         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
12032         * gst-libs/gst/dshow/gstdshowfakesink.h:
12033         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
12034         * gst-libs/gst/dshow/gstdshowfakesrc.h:
12035         * gst-libs/gst/dshow/gstdshowinterface.cpp:
12036         * gst-libs/gst/dshow/gstdshowinterface.h:
12037         * win32/common/libgstdshow.def:
12038         * win32/vs6/libgstdshow.dsp:
12039         Add a new gst library which allow to create internal Direct Show
12040         graph (pipelines) to wrap Windows sources, decoders or encoders.
12041         It includes a DirectShow fake source and sink and utility functions.    
12042         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
12043         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
12044         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
12045         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
12046         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
12047         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
12048         * win32/vs6/libdshowsrcwrapper.dsp:
12049         Add a new plugin to wrap DirectShow sources on Windows.
12050         It gets data from any webcam, dv cam, micro. We could add 
12051         tv tunner card later.
12052         
12053 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
12054
12055         Patch by René Stadler <mail at renestadler dot de>:
12056
12057         * ext/sdl/sdlvideosink.c:
12058         Separate the authors by newlines instead of nothing. Fixes #440774.
12059
12060 2007-05-23  Wim Taymans  <wim@fluendo.com>
12061
12062         * docs/plugins/inspect/plugin-rtpmanager.xml:
12063         Add doc xml file.
12064
12065 2007-05-23  Wim Taymans  <wim@fluendo.com>
12066
12067         * docs/plugins/Makefile.am:
12068         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12069         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12070         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12071         * gst/rtpmanager/gstrtpbin.h:
12072         * gst/rtpmanager/gstrtpclient.c:
12073         * gst/rtpmanager/gstrtpjitterbuffer.c:
12074         (gst_rtp_jitter_buffer_class_init),
12075         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
12076         * gst/rtpmanager/gstrtpjitterbuffer.h:
12077         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12078         (gst_rtp_pt_demux_clear_pt_map):
12079         * gst/rtpmanager/gstrtpptdemux.h:
12080         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12081         (rtcp_thread), (gst_rtp_session_clear_pt_map):
12082         * gst/rtpmanager/gstrtpsession.h:
12083         * gst/rtpmanager/gstrtpssrcdemux.c:
12084         (gst_rtp_ssrc_demux_class_init):
12085         Document stuff.
12086         Add clear-pt-map action signal where needed.
12087
12088 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
12089
12090         * configure.ac:
12091           Depend on gstreamer-0.10.12.1.
12092         
12093         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12094           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12095           parent_class, gst_iir_equalizer_band_set_property,
12096           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12097           gst_iir_equalizer_child_proxy_get_child_by_index,
12098           gst_iir_equalizer_child_proxy_get_children_count,
12099           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12100           gst_iir_equalizer_compute_frequencies,
12101           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
12102           plugin_init):
12103         * gst/equalizer/gstiirequalizer.h (audiofilter):
12104         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
12105           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
12106           gst_iir_equalizer_nbands_set_property):
12107           Use new locking macros.
12108
12109         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
12110           Add fixme.
12111
12112         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
12113           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
12114           gst_spectrum_event, gst_spectrum_transform_ip):
12115           Use new locking macros. Turn two fixed values into #defines.
12116
12117 2007-05-22  Edward Hervey  <edward@fluendo.com>
12118
12119         * docs/plugins/Makefile.am:
12120         Also look for .m (objectivec) files.
12121         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12122         * docs/plugins/gst-plugins-bad-plugins.args:
12123         * sys/osxvideo/osxvideosink.m:
12124         Add documentation for element and properties.
12125
12126 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12127
12128         * ChangeLog:
12129           ChangeLog surgery.
12130         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12131           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12132           parent_class, gst_iir_equalizer_band_set_property,
12133           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12134           gst_iir_equalizer_child_proxy_get_child_by_index,
12135           gst_iir_equalizer_child_proxy_get_children_count,
12136           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12137           gst_iir_equalizer_compute_frequencies, plugin_init):
12138         * tests/icles/equalizer-test.c:
12139           Add fixme and comment for example.
12140
12141 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12142
12143         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
12144           gst_spectrum_event, gst_spectrum_transform_ip):
12145           Use lock to protect from concurrent access.
12146
12147 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12148
12149         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12150         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12151         Specify and use properties as unsigned int that are an unsigned int.
12152
12153 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12154
12155         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12156         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
12157         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12158         * ext/wavpack/gstwavpackenc.h:
12159         Fixup docs, make the bitrate property an int as it should be and
12160         allow to set the different extra processing modes instead of only
12161         allowing none and the default one.
12162
12163 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
12164
12165         * ext/wavpack/gstwavpackenc.c:
12166         Add missing audioconverts in the example pipelines of wavpackenc. As
12167         the wavpack stuff now needs input with 32 bit width (and random depth)
12168         this is needed now. The example pipelines for the parser and decoder
12169         are still fine.
12170
12171 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12172
12173         * docs/plugins/Makefile.am:
12174         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12175           Fix docs build and hierarchy.
12176
12177 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12178
12179         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
12180         (gst_directdraw_sink_buffer_alloc),
12181         (gst_directdraw_sink_get_ddrawcaps),
12182         (gst_directdraw_sink_surface_create):
12183           Bunch of small fixes: remove static function that doesn't exist;
12184           declare another one that does; printf format fix; use right macro
12185           when specifying debug category; remove a bunch of unused variables;
12186           #if 0 out an unused chunk of code (partially fixes #439914).
12187
12188 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12189
12190         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
12191         * gst/switch/gstswitch.c: (gst_switch_chain):
12192           Printf format fixes (#439910, #439911).
12193
12194 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12195
12196         * tests/check/Makefile.am:
12197           Remove bits for deinterleave check which isn't in CVS yet.
12198
12199 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12200
12201         Patch by: René Stadler <mail at renestadler de>
12202
12203         * docs/plugins/Makefile.am:
12204         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12205         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12206         * docs/plugins/inspect/plugin-replaygain.xml:
12207         * gst/replaygain/Makefile.am:
12208         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
12209         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
12210         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
12211         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
12212         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
12213         (gst_rg_analysis_album_result):
12214         * gst/replaygain/gstrganalysis.h:
12215         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
12216         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
12217         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
12218         (gst_rg_limiter_transform_ip):
12219         * gst/replaygain/gstrglimiter.h:
12220         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
12221         (gst_rg_volume_class_init), (gst_rg_volume_init),
12222         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
12223         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
12224         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
12225         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
12226         (gst_rg_volume_determine_gain):
12227         * gst/replaygain/gstrgvolume.h:
12228         * gst/replaygain/replaygain.c: (plugin_init):
12229         * gst/replaygain/replaygain.h:
12230         * gst/replaygain/rganalysis.h:
12231         * tests/check/Makefile.am:
12232         * tests/check/elements/.cvsignore:
12233         * tests/check/elements/rganalysis.c: (send_eos_event),
12234         (GST_START_TEST):
12235         * tests/check/elements/rglimiter.c: (setup_rglimiter),
12236         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
12237         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
12238         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
12239         (cleanup_rgvolume), (set_playing_state), (set_null_state),
12240         (send_eos_event), (send_tag_event), (test_buffer_new),
12241         (fail_unless_target_gain), (fail_unless_result_gain),
12242         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
12243           Add replaygain playback elements (#412710).
12244
12245 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
12246
12247         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
12248         Update the cached caps after opening the display so that we report
12249         only the supported caps formats, not just the template caps.
12250         Fixes: #439405
12251
12252 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
12253
12254         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
12255           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
12256         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
12257           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
12258         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
12259           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
12260           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
12261           GST_DEBUG_FUNCPTR and add log-category.
12262
12263 2007-05-17  Edward Hervey  <edward@fluendo.com>
12264
12265         * sys/osxvideo/osxvideosink.h:
12266         * sys/osxvideo/osxvideosink.m:
12267         Remove the event-loop-in-separate-thread modifications, because MacOSX
12268         is $#@(*%$# ! For those wondering, the event handling needs to be done
12269         in the main thread after all..
12270
12271 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12272
12273         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
12274           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
12275           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
12276           gst_switch_chain, gst_switch_event, gst_switch_set_property,
12277           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
12278           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
12279           gst_switch_base_init, gst_switch_class_init):
12280         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
12281           stop_value, start_value, current_start, last_ts, stored_buffers):
12282         Add handling of application provided stop and start values, allowing
12283         A/V sync across 2 switch elements.
12284
12285 2007-05-17  Edward Hervey  <edward@fluendo.com>
12286
12287         * sys/osxvideo/osxvideosink.h:
12288         * sys/osxvideo/osxvideosink.m:
12289         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
12290         Use a separate thread/task for the cocoa event_loop, else it wouldn't
12291         stop.
12292
12293 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12294
12295         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
12296         (gst_real_audio_dec_setcaps):
12297         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
12298           Don't crash when we get a buffer and our input caps haven't been set
12299           yet; also, don't leak all the input buffers (realaudiodec only).
12300
12301 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12302
12303         patch by: Stanislav Brabec <sbrabec@suse.cz>
12304
12305         * configure.ac:
12306         * ext/amrwb/Makefile.am:
12307         * ext/amrwb/amrwb-code/Makefile.am:
12308         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
12309         * ext/amrwb/amrwb-code/amrwb/README:
12310         * ext/amrwb/gstamrwbdec.c:
12311         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
12312         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
12313         * ext/amrwb/gstamrwbparse.c:
12314         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
12315         * gst-libs/Makefile.am:
12316         * gst-libs/ext/Makefile.am:
12317         * gst-libs/ext/amrwb/Makefile.am:
12318         * gst-libs/ext/amrwb/README:
12319           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
12320
12321 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12322
12323         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
12324           This needs a version check.
12325
12326         * gst/bayer/Makefile.am:
12327           Fix the build.
12328
12329 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12330
12331         * configure.ac:
12332         * sys/directdraw/Makefile.am:
12333         * sys/directsound/Makefile.am:
12334           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
12335           and restore the various flags in the directdraw/directsound
12336           detection section. Apparently improves cross-compiling for win32
12337           with mingw32 under some circumstances (#437539).
12338
12339 2007-05-15  Wim Taymans  <wim@fluendo.com>
12340
12341         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12342         We always use fixed caps.
12343
12344 2007-05-14  David Schleef  <ds@schleef.org>
12345
12346         * gst/rtpmanager/gstrtpbin.c:
12347           g_hash_table_remove_all() only exists in 2.12.  Work around.
12348
12349 2007-05-14  David Schleef  <ds@schleef.org>
12350
12351         * configure.ac:
12352         * gst/bayer/Makefile.am:
12353         * gst/bayer/gstbayer.c:
12354         * gst/bayer/gstbayer2rgb.c:
12355           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
12356           Partial fix for #314160.
12357
12358 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12359
12360         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
12361           ARG_LAST_TS, parent_class, gst_switch_release_pad,
12362           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12363           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
12364           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
12365         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
12366           current_start, last_ts):
12367         Allow application to provide a stop timestamp, so a new segment
12368         update can be sent before switching.
12369
12370 2007-05-14  Wim Taymans  <wim@fluendo.com>
12371
12372         * gst/rtpmanager/async_jitter_queue.c:
12373         (async_jitter_queue_set_flushing_unlocked):
12374         Fix leak when flushing.
12375
12376         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
12377         (gst_rtp_bin_class_init):
12378         * gst/rtpmanager/gstrtpbin.h:
12379         Add clear-pt-map signal.
12380
12381         * gst/rtpmanager/gstrtpjitterbuffer.c:
12382         (gst_rtp_jitter_buffer_flush_stop),
12383         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
12384         Init clock-rate to -1 to mark unknow clock rate.
12385         Fix flushing.
12386
12387 2007-05-13  David Schleef  <ds@schleef.org>
12388
12389         * gst/replaygain/rganalysis.c:
12390           Fix wrong ifdef for visual C++.  Fixes: #437403.
12391           By Ali Sabil <ali.sabil@gmail.com>.
12392
12393 2007-05-12  David Schleef  <ds@schleef.org>
12394
12395         * ext/neon/gstneonhttpsrc.c:
12396           Make redirection the default behavior.  Fixes #413818.
12397
12398 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12399
12400         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
12401           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
12402           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
12403           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
12404           qtdemux_parse_segments, qtdemux_parse_trak):
12405         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
12406           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
12407           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
12408           rtp_session_get_location, rtp_session_get_tool,
12409           rtp_session_process_bye, session_report_blocks):
12410         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
12411           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
12412           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
12413
12414         * gst/switch/Makefile.am:
12415           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
12416
12417 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12418
12419         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
12420           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
12421           async_jitter_queue_set_low_threshold,
12422           async_jitter_queue_length_ts_units_unlocked,
12423           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
12424           async_jitter_queue_lock, async_jitter_queue_push,
12425           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
12426           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
12427           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
12428           async_jitter_queue_set_flushing_unlocked,
12429           async_jitter_queue_unset_flushing_unlocked):
12430           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
12431
12432 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12433
12434         * common/m4/gst-x11.m4:
12435           Restore CFLAGS and LIBS.
12436
12437         * configure.ac:
12438           Revert previous patch.
12439
12440 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12441
12442         Patch by: Ali Sabil <ali.sabil@gmail.com>
12443
12444         * configure.ac:
12445           Save and restore CFLAGS for OpenGL check. Fixes #437260.
12446         
12447
12448 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
12449
12450         * docs/plugins/gst-plugins-bad-plugins.args:
12451         Add directraw and directsound sinks properties.
12452
12453 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12454
12455         * configure.ac:
12456           Fix --disable-external (hopefully).
12457
12458 2007-05-09  Wim Taymans  <wim@fluendo.com>
12459
12460         * gst/rtpmanager/gstrtpjitterbuffer.c:
12461         (gst_rtp_jitter_buffer_query):
12462         Pass queries upstream.
12463
12464 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
12465
12466         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
12467         (gst_real_audio_dec_finalize):
12468         * gst/real/gstrealaudiodec.h:
12469         * gst/real/gstrealvideodec.c: (open_library), (close_library):
12470         * gst/real/gstrealvideodec.h:
12471           Use GModule instead of using dlsym() directly. Fixes #430598.
12472
12473 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
12474
12475         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12476         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12477         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12478           Add docs for Windows sinks.
12479
12480 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12481
12482         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
12483         (speed_chain), (speed_change_state):
12484           Fix event handling a bit by replacing completely dubious code
12485           written by someone else with completely dubious code written
12486           by me. Should at least fix #412077 though.
12487
12488 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12489
12490         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
12491         (plugin_init):
12492           Add debug category; use gst_pad_query_peer_*() utility functions;
12493           use gst_util_scale*(); add gtk-doc blurb.
12494
12495 2007-05-04  Wim Taymans  <wim@fluendo.com>
12496
12497         * gst/rtpmanager/gstrtpjitterbuffer.c:
12498         (gst_rtp_jitter_buffer_query):
12499         Add some debug info.
12500
12501         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12502         (rtp_session_send_rtp):
12503         Store real user name in the session.
12504
12505 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
12506
12507         * configure.ac:
12508         * examples/Makefile.am:
12509         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12510           last_message_received, main):
12511         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12512           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12513           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12514           gst_switch_set_property, gst_switch_get_property,
12515           gst_switch_get_linked_pad, gst_switch_getcaps,
12516           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12517           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12518           gst_switch_class_init):
12519         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12520           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12521           need_to_send_newsegment):
12522         Port switch element and example program to 0.10.
12523
12524 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12525
12526         * ext/wavpack/gstwavpack.c: (plugin_init):
12527         Call bindtextdomain() to get localized strings.
12528         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12529         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12530         (gst_wavpack_parse_handle_seek_event),
12531         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12532         * ext/wavpack/gstwavpackparse.h:
12533         Handle DISCONT buffers by correctly setting the DISCONT flag
12534         on outgoing buffers when necessary.
12535         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12536         Send newsegment from the streaming thread.
12537
12538 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12539
12540         * ext/wavpack/gstwavpackparse.c:
12541         (gst_wavpack_parse_handle_seek_event):
12542         Remove old workaround that was needed when seeking after the last
12543         sample. With the fixed error handling this works now as expected
12544         without pushing the last sample although it wasn't requested.
12545
12546 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12547
12548         * ext/wavpack/gstwavpackparse.c:
12549         (gst_wavpack_parse_handle_seek_event):
12550         Handle segment seeks in the seek event handler, correctly work with
12551         stop position == -1 and instead of stopping the task on seek just
12552         pause it.
12553
12554 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12555
12556         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12557         Add handling for segment seeks.
12558
12559 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12560
12561         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12562         (gst_wavpack_parse_create_src_pad),
12563         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12564         (gst_wavpack_parse_chain):
12565         Correctly handle errors, especially in the loop function. Before it
12566         was easy to get the task paused but no error being posted on the bus.
12567
12568 2007-04-30  Wim Taymans  <wim@fluendo.com>
12569
12570         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12571         (async_jitter_queue_pop_intern_unlocked):
12572         Fix the case where the buffer underruns and does not block.
12573
12574         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12575         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12576         (gst_rtp_bin_request_new_pad):
12577         Rename RTCP send pad, like in the session manager.
12578         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12579         fix handling of send_rtp_src pad.
12580
12581         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12582         When no pt map could be found, fall back to the sinkpad caps.
12583
12584         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12585         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12586         (create_recv_rtcp_sink), (create_send_rtp_sink),
12587         (create_send_rtcp_src):
12588         Fix pad names.
12589
12590         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12591         (rtp_session_create_source), (rtp_session_process_sr),
12592         (rtp_session_send_rtp), (session_start_rtcp):
12593         * gst/rtpmanager/rtpsession.h:
12594         Unlock session when performing a callback.
12595         Add callbacks for the internal session object.
12596         Fix sending of RTP packets.
12597         first attempt at adding NTP times in the SR packets.
12598         Small debug and doc improvements.
12599
12600         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12601         Update stats for SR reports.
12602
12603 2007-04-29  Wim Taymans  <wim@fluendo.com>
12604
12605         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12606         Remove debug.
12607
12608         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12609         (rtp_session_process_sdes), (calculate_rtcp_interval),
12610         (rtp_session_next_timeout), (session_report_blocks):
12611         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12612         Improve debugging
12613         Fix interval for BYE/RTCP packets.
12614
12615 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12616
12617         * docs/plugins/gst-plugins-bad-plugins.args:
12618         * docs/plugins/gst-plugins-bad-plugins.signals:
12619           Commit result of running scanobj-update
12620
12621 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12622
12623         * autogen.sh:
12624           Require automake 1.7
12625         * ext/alsaspdif/Makefile.am:
12626         * ext/divx/Makefile.am:
12627         * ext/ivorbis/Makefile.am:
12628         * ext/musicbrainz/Makefile.am:
12629         * ext/neon/Makefile.am:
12630         * ext/sdl/Makefile.am:
12631         * ext/swfdec/Makefile.am:
12632         * ext/theora/Makefile.am:
12633         * ext/wavpack/Makefile.am:
12634         * ext/xvid/Makefile.am:
12635         * gst/modplug/Makefile.am:
12636           Fix up Makefile.am accordingly.
12637
12638 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12639
12640         * docs/plugins/inspect/plugin-alsaspdif.xml:
12641         * docs/plugins/inspect/plugin-bz2.xml:
12642         * docs/plugins/inspect/plugin-cdxaparse.xml:
12643         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12644         * docs/plugins/inspect/plugin-faac.xml:
12645         * docs/plugins/inspect/plugin-faad.xml:
12646         * docs/plugins/inspect/plugin-filter.xml:
12647         * docs/plugins/inspect/plugin-freeze.xml:
12648         * docs/plugins/inspect/plugin-glimagesink.xml:
12649         * docs/plugins/inspect/plugin-gsm.xml:
12650         * docs/plugins/inspect/plugin-h264parse.xml:
12651         * docs/plugins/inspect/plugin-jack.xml:
12652         * docs/plugins/inspect/plugin-mms.xml:
12653         * docs/plugins/inspect/plugin-modplug.xml:
12654         * docs/plugins/inspect/plugin-musepack.xml:
12655         * docs/plugins/inspect/plugin-musicbrainz.xml:
12656         * docs/plugins/inspect/plugin-neon.xml:
12657         * docs/plugins/inspect/plugin-nsfdec.xml:
12658         * docs/plugins/inspect/plugin-replaygain.xml:
12659         * docs/plugins/inspect/plugin-sdl.xml:
12660         * docs/plugins/inspect/plugin-soundtouch.xml:
12661         * docs/plugins/inspect/plugin-spectrum.xml:
12662         * docs/plugins/inspect/plugin-speed.xml:
12663         * docs/plugins/inspect/plugin-tta.xml:
12664         * docs/plugins/inspect/plugin-videocrop.xml:
12665         * docs/plugins/inspect/plugin-wavpack.xml:
12666         * docs/plugins/inspect/plugin-xingheader.xml:
12667         * docs/plugins/inspect/plugin-xvid.xml:
12668           Add jack and update.
12669
12670 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12671
12672         * configure.ac:
12673           Don't build equalizer unless we have core from CVS (it won't
12674           work with earlier versions due to GstChildProxy brokeness).
12675           Also up requirements to last released core/base.
12676
12677 2007-04-27  Wim Taymans  <wim@fluendo.com>
12678
12679         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12680         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12681         Move reconsideration code to the rtpsession object.
12682         Simplify timout handling and add reconsideration.
12683
12684         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12685         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12686         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12687         (obtain_source), (rtp_session_create_source),
12688         (update_arrival_stats), (rtp_session_process_rtp),
12689         (rtp_session_process_sr), (rtp_session_process_rr),
12690         (rtp_session_process_bye), (rtp_session_process_rtcp),
12691         (calculate_rtcp_interval), (rtp_session_send_bye),
12692         (rtp_session_next_timeout), (session_start_rtcp),
12693         (session_report_blocks), (session_cleanup), (session_sdes),
12694         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12695         * gst/rtpmanager/rtpsession.h:
12696         Handle timeout of inactive sources and senders.
12697         Implement BYE scheduling.
12698
12699         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12700         (rtp_source_process_sr), (rtp_source_get_last_sr),
12701         (rtp_source_get_last_rb):
12702         * gst/rtpmanager/rtpsource.h:
12703         Add members to check for timeouts.
12704
12705         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12706         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12707         (rtp_stats_calculate_bye_interval):
12708         * gst/rtpmanager/rtpstats.h:
12709         Use RFC algorithm for calculating the reporting interval.
12710
12711 2007-04-26  Edward Hervey  <edward@fluendo.com>
12712
12713         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12714         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12715         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12716         * docs/plugins/inspect/plugin-osxvideo.xml:
12717         Add documentation for osxvideo
12718
12719 2007-04-25  Wim Taymans  <wim@fluendo.com>
12720
12721         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12722         Implement forward and reverse reconsideration.
12723
12724         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
12725         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
12726         (session_report_blocks):
12727         * gst/rtpmanager/rtpsession.h:
12728         Small cleanups.
12729
12730 2007-04-25  Wim Taymans  <wim@fluendo.com>
12731
12732         reviewed by: <delete if not using a buddy>
12733
12734         * gst/rtpmanager/gstrtpbin.c: (create_stream),
12735         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
12736         (gst_rtp_bin_get_property):
12737         * gst/rtpmanager/gstrtpbin.h:
12738         Make default jitterbuffer latency configurable.
12739
12740         * gst/rtpmanager/gstrtpjitterbuffer.c:
12741         (gst_rtp_jitter_buffer_class_init),
12742         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
12743         (gst_rtp_jitter_buffer_set_property),
12744         (gst_rtp_jitter_buffer_get_property):
12745         Debuging cleanups.
12746
12747 2007-04-25  Wim Taymans  <wim@fluendo.com>
12748
12749         * gst/rtpmanager/gstrtpjitterbuffer.c:
12750         (gst_rtp_jitter_buffer_change_state):
12751         Report NO_PREROLL when going to PAUSED.
12752
12753         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12754         Don't send RTCP right before we are shutting down.
12755
12756         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
12757         (rtp_session_process_sr), (session_report_blocks),
12758         (rtp_session_perform_reporting):
12759         Improve report blocks.
12760
12761         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
12762         (rtp_source_process_rtp), (rtp_source_process_sr),
12763         (rtp_source_process_rb), (rtp_source_get_last_sr),
12764         (rtp_source_get_last_rb):
12765         * gst/rtpmanager/rtpsource.h:
12766         * gst/rtpmanager/rtpstats.h:
12767         Cleanups, add methods to access stats. 
12768
12769 2007-04-25  Wim Taymans  <wim@fluendo.com>
12770
12771         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12772         fix for pad name change
12773
12774         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12775         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
12776         Fix for renamed methods.
12777
12778         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12779         (rtp_session_finalize), (rtp_session_set_cname),
12780         (rtp_session_get_cname), (rtp_session_set_name),
12781         (rtp_session_get_name), (rtp_session_set_email),
12782         (rtp_session_get_email), (rtp_session_set_phone),
12783         (rtp_session_get_phone), (rtp_session_set_location),
12784         (rtp_session_get_location), (rtp_session_set_tool),
12785         (rtp_session_get_tool), (rtp_session_set_note),
12786         (rtp_session_get_note), (source_push_rtp), (obtain_source),
12787         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
12788         (rtp_session_create_source), (rtp_session_process_rtp),
12789         (rtp_session_process_sr), (rtp_session_process_sdes),
12790         (rtp_session_process_rtcp), (rtp_session_send_rtp),
12791         (rtp_session_get_reporting_interval), (session_report_blocks),
12792         (session_sdes), (rtp_session_perform_reporting):
12793         * gst/rtpmanager/rtpsession.h:
12794         Prepare for implementing SSRC sampling.
12795         Create SSRC for the session. 
12796         Add methods to set the SDES entries.
12797         fix accounting of senders/receivers.
12798         Implement SR/RR/SDES RTCP reporting.
12799
12800         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
12801         (rtp_source_process_rtp), (rtp_source_process_sr):
12802         * gst/rtpmanager/rtpsource.h:
12803         Implement extended sequence number.
12804
12805         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12806         * gst/rtpmanager/rtpstats.h:
12807         Rename some fields.
12808
12809 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
12810
12811         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
12812         (gst_y4m_encode_setcaps):
12813         * tests/check/elements/y4menc.c: (GST_START_TEST):
12814           Plug some leaks; try to make build bot happy again.
12815
12816 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12817
12818         * gst/Makefile.am:
12819           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
12820
12821 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12822
12823         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
12824           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
12825
12826 2007-04-20  Michael Smith  <msmith@fluendo.com>
12827
12828         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
12829           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
12830           quicktime because of sample rate mismatches.
12831           Reenable overriding the implicit SBR behaviour (accidently changed?)
12832           to allow playback of these files.
12833
12834 2007-04-19  David Schleef  <ds@schleef.org>
12835
12836         * configure.ac:
12837           Change rtpmanager disabling to keep -bad releasable.
12838
12839 2007-04-18  David Schleef  <ds@schleef.org>
12840
12841         * configure.ac:
12842         * gst/Makefile.am:
12843           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
12844           line 268.
12845
12846 2007-04-18  Wim Taymans  <wim@fluendo.com>
12847
12848         * gst/Makefile.am:
12849         Add rtpmanager dir to dist.
12850
12851 2007-04-18  Wim Taymans  <wim@fluendo.com>
12852
12853         * configure.ac:
12854         Disable rtpmanager for now because it depends on CVS -base.
12855
12856         * gst/rtpmanager/Makefile.am:
12857         Added new files for session manager.
12858
12859         * gst/rtpmanager/gstrtpjitterbuffer.h:
12860         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12861         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
12862         Some cleanups. 
12863         the session manager can now also request a pt-map.
12864
12865         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12866         (gst_rtp_session_class_init), (gst_rtp_session_init),
12867         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
12868         (stop_rtcp_thread), (gst_rtp_session_change_state),
12869         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
12870         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
12871         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
12872         (gst_rtp_session_chain_recv_rtp),
12873         (gst_rtp_session_event_recv_rtcp_sink),
12874         (gst_rtp_session_chain_recv_rtcp),
12875         (gst_rtp_session_event_send_rtp_sink),
12876         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
12877         (gst_rtp_session_request_new_pad):
12878         * gst/rtpmanager/gstrtpsession.h:
12879         We can ask for pt-map now too when the session manager needs it.
12880         Hook up to the new session manager, implement the needed callbacks for
12881         pushing data, getting clock time and requesting clock-rates.
12882         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
12883         be send to clients.
12884         Add code to start and stop the thread that will schedule RTCP through
12885         the session manager.
12886
12887         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12888         (rtp_session_init), (rtp_session_finalize),
12889         (rtp_session_set_property), (rtp_session_get_property),
12890         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
12891         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
12892         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
12893         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
12894         (source_push_rtp), (source_clock_rate), (check_collision),
12895         (obtain_source), (rtp_session_add_source),
12896         (rtp_session_get_num_sources),
12897         (rtp_session_get_num_active_sources),
12898         (rtp_session_get_source_by_ssrc),
12899         (rtp_session_get_source_by_cname), (rtp_session_create_source),
12900         (update_arrival_stats), (rtp_session_process_rtp),
12901         (rtp_session_process_sr), (rtp_session_process_rr),
12902         (rtp_session_process_sdes), (rtp_session_process_bye),
12903         (rtp_session_process_app), (rtp_session_process_rtcp),
12904         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
12905         (rtp_session_produce_rtcp):
12906         * gst/rtpmanager/rtpsession.h:
12907         The advanced beginnings of the main session manager that handles the
12908         participant database of RTPSources, SSRC probation, SSRC collisions,
12909         parse RTCP to update source stats. etc..
12910
12911         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
12912         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
12913         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
12914         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
12915         (push_packet), (get_clock_rate), (calculate_jitter),
12916         (rtp_source_process_rtp), (rtp_source_process_bye),
12917         (rtp_source_send_rtp), (rtp_source_process_sr),
12918         (rtp_source_process_rb):
12919         * gst/rtpmanager/rtpsource.h:
12920         Object that encapsulates an SSRC and its state in the database.
12921         Calculates the jitter and transit times of data packets.
12922
12923         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12924         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
12925         * gst/rtpmanager/rtpstats.h:
12926         Various stats regarding the session and sources.
12927         Used to calculate the RTCP interval.
12928
12929 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12930
12931         * gst/app/Makefile.am:
12932           Fix CFLAGS and hopefully #430594.
12933
12934 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12935
12936         * gst/nsf/types.h:
12937           Rename #ifndef header guard symbol to something less generic, so
12938           types.h doesn't get skipped over when compiling on MingW. Include
12939           GLib headers and use those to set the endianness and the basic
12940           types so that this isn't entirely broken for non-x86 architectures.
12941
12942 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12943
12944         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
12945           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
12946           MingW (no idea though why we add a BYTE_ORDER endianness field if
12947           the audio is compressed).
12948
12949 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
12950
12951         * docs/plugins/inspect/plugin-directdraw.xml:
12952         * docs/plugins/inspect/plugin-directsound.xml:
12953         * docs/plugins/inspect/plugin-waveform.xml:
12954           Add xml doc files for Windows sinks
12955         * win32/vs6/libgstqtdemux.dsp:
12956         * win32/vs6/libgstmpegvideoparse.dsp:
12957         * win32/vs6/gst_plugins_bad.dsw:
12958          Update projects files.
12959         
12960 2007-04-13  Wim Taymans  <wim@fluendo.com>
12961
12962         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12963         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
12964         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
12965         * gst/rtpmanager/gstrtpbin.h:
12966         * gst/rtpmanager/gstrtpclient.c:
12967         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12968         (gst_rtp_session_init), (gst_rtp_session_finalize),
12969         (gst_rtp_session_event_recv_rtp_sink),
12970         (gst_rtp_session_event_recv_rtcp_sink),
12971         (gst_rtp_session_chain_recv_rtcp),
12972         (gst_rtp_session_request_new_pad):
12973         Protect lists and structures with locks.
12974         Return FLOW_OK from RTCP messages for now.
12975
12976 2007-04-12  Wim Taymans  <wim@fluendo.com>
12977
12978         * gst/qtdemux/qtdemux.c:
12979         Make timescale 32 bits again so we don't screw up the pts_offset
12980         calculations.
12981
12982 2007-04-12  Wim Taymans  <wim@fluendo.com>
12983
12984         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12985         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
12986         Emit pt map requests and cache results.
12987
12988         * gst/rtpmanager/gstrtpjitterbuffer.c:
12989         (gst_rtp_jitter_buffer_class_init),
12990         (gst_jitter_buffer_sink_parse_caps),
12991         (gst_jitter_buffer_sink_setcaps),
12992         (gst_rtp_jitter_buffer_get_clock_rate),
12993         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
12994         * gst/rtpmanager/gstrtpjitterbuffer.h:
12995         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12996         Emit request-pt-map signals.
12997
12998 2007-04-11  Wim Taymans  <wim@fluendo.com>
12999
13000         * gst/rtpmanager/gstrtpbin-marshal.list:
13001         Some more custom marshallers.
13002
13003         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13004         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
13005         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
13006         * gst/rtpmanager/gstrtpbin.h:
13007         Prepare for caching pt maps.
13008         Connect to signals to collect pt maps.
13009
13010         * gst/rtpmanager/gstrtpjitterbuffer.c:
13011         (gst_rtp_jitter_buffer_class_init),
13012         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
13013         * gst/rtpmanager/gstrtpjitterbuffer.h:
13014         Add request_clock_rate signal.
13015         Use scale insteat of scale_int because the later does not deal with
13016         negative numbers.
13017
13018         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
13019         (gst_rtp_pt_demux_chain):
13020         * gst/rtpmanager/gstrtpptdemux.h:
13021         Implement request-pt-map signal.
13022
13023 2007-04-11  Wim Taymans  <wim@fluendo.com>
13024
13025         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
13026         (qtdemux_parse_samples), (qtdemux_parse_segments),
13027         (qtdemux_parse_trak), (qtdemux_parse_tree):
13028         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
13029         Handle version 1 mdhd atoms to get extended precision durations.
13030         Fixes #426972.
13031
13032 2007-04-10  Wim Taymans  <wim@fluendo.com>
13033
13034         * gst/rtpmanager/.cvsignore:
13035         * gst/rtpmanager/Makefile.am:
13036         * gst/rtpmanager/gstrtpbin-marshal.list:
13037         Added custom marshallers for signals.
13038
13039         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
13040         * gst/rtpmanager/gstrtpbin.h:
13041         Prepare for emiting pt map signals.
13042
13043         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
13044         * gst/rtpmanager/gstrtpssrcdemux.c:
13045         (gst_rtp_ssrc_demux_class_init):
13046         Fix signals.
13047
13048 2007-04-06  Wim Taymans  <wim@fluendo.com>
13049
13050         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
13051         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
13052         * gst/rtpmanager/gstrtpbin.h:
13053         Provide a clock.
13054
13055 2007-04-06  Wim Taymans  <wim@fluendo.com>
13056
13057         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
13058         Fix pad template name parsing.
13059
13060 2007-04-05  Wim Taymans  <wim@fluendo.com>
13061
13062         * gst/rtpmanager/gstrtpjitterbuffer.c:
13063         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
13064         (gst_rtp_jitter_buffer_loop):
13065         Add some debug and comments.
13066         Fix double unref() in error cases.
13067
13068 2007-04-05  Wim Taymans  <wim@fluendo.com>
13069
13070         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
13071         (gst_rtp_xqt_depay_change_state):
13072         * gst/qtdemux/gstrtpxqtdepay.h:
13073         Try to recover from packet loss a little better.
13074
13075 2007-04-05  Wim Taymans  <wim@fluendo.com>
13076
13077         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13078         (create_session), (find_stream_by_ssrc), (create_stream),
13079         (gst_rtp_bin_class_init), (new_payload_found),
13080         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
13081         (create_send_rtp), (create_rtcp):
13082         * gst/rtpmanager/gstrtpbin.h:
13083         Add debugging category.
13084         Added RTPStream to manage stream per SSRC, each with its own
13085         jitterbuffer and ptdemux.
13086         Added SSRCDemux.
13087         Connect to various SSRC and PT signals and create ghostpads, link stuff.
13088
13089
13090         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13091         Added rtpbin to elements.
13092
13093         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
13094         Fix caps and forward GstFlowReturn
13095
13096         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
13097         (gst_rtp_session_event_recv_rtp_sink),
13098         (gst_rtp_session_chain_recv_rtp),
13099         (gst_rtp_session_event_recv_rtcp_sink),
13100         (gst_rtp_session_chain_recv_rtcp),
13101         (gst_rtp_session_event_send_rtp_sink),
13102         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13103         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13104         (gst_rtp_session_request_new_pad):
13105         Add debug category.
13106         Add event handling
13107
13108         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
13109         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
13110         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
13111         (gst_rtp_ssrc_demux_change_state):
13112         * gst/rtpmanager/gstrtpssrcdemux.h:
13113         Add debug category.
13114         Add new-pt-pad signal.
13115
13116 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13117
13118         submitted by: Mogens Jaeger <mogens@jaeger.tf>
13119
13120         * po/LINGUAS:
13121         * po/da.po:
13122           Added Danish translation.
13123
13124 2007-04-04  Wim Taymans  <wim@fluendo.com>
13125
13126         * gst/rtpmanager/Makefile.am:
13127         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13128         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
13129         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
13130         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
13131         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
13132         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
13133         (gst_rtp_ssrc_demux_change_state):
13134         * gst/rtpmanager/gstrtpssrcdemux.h:
13135         Added simple SSRC demuxer.
13136
13137 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
13138
13139         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
13140         (gst_jack_ring_buffer_acquire):
13141           Try t better name clients. properly handle return codes when re-
13142           establishing links.
13143
13144 2007-04-03  David Schleef  <ds@schleef.org>
13145
13146         * sys/glsink/glimagesink.c:
13147           Fix handling of video/x-raw-yuv.  Add overlay handling.
13148
13149 2007-04-03  Wim Taymans  <wim@fluendo.com>
13150
13151         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13152         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
13153         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
13154         (gst_rtp_bin_request_new_pad):
13155         * gst/rtpmanager/gstrtpbin.h:
13156         * gst/rtpmanager/gstrtpclient.c:
13157         Some more ghostpad magic.
13158
13159 2007-04-03  Wim Taymans  <wim@fluendo.com>
13160
13161         * gst/rtpmanager/Makefile.am:
13162         Add .h file so it can be disted properly.
13163
13164 2007-04-03  Wim Taymans  <wim@fluendo.com>
13165
13166         * configure.ac:
13167         * gst/rtpmanager/Makefile.am:
13168         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
13169         (signal_waiting_threads), (async_jitter_queue_ref),
13170         (async_jitter_queue_ref_unlocked),
13171         (async_jitter_queue_set_low_threshold),
13172         (async_jitter_queue_set_high_threshold),
13173         (async_jitter_queue_set_max_queue_length),
13174         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
13175         (async_jitter_queue_length_ts_units_unlocked),
13176         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
13177         (async_jitter_queue_lock), (async_jitter_queue_unlock),
13178         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
13179         (async_jitter_queue_push_sorted),
13180         (async_jitter_queue_push_sorted_unlocked),
13181         (async_jitter_queue_insert_after_unlocked),
13182         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
13183         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
13184         (async_jitter_queue_length_unlocked),
13185         (async_jitter_queue_set_flushing_unlocked),
13186         (async_jitter_queue_unset_flushing_unlocked),
13187         (async_jitter_queue_set_blocking_unlocked):
13188         * gst/rtpmanager/async_jitter_queue.h:
13189         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
13190         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
13191         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
13192         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
13193         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
13194         * gst/rtpmanager/gstrtpbin.h:
13195         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
13196         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
13197         (gst_rtp_client_class_init), (gst_rtp_client_init),
13198         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
13199         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
13200         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
13201         * gst/rtpmanager/gstrtpclient.h:
13202         * gst/rtpmanager/gstrtpjitterbuffer.c:
13203         (gst_rtp_jitter_buffer_base_init),
13204         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
13205         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
13206         (gst_jitter_buffer_sink_setcaps), (free_func),
13207         (gst_rtp_jitter_buffer_flush_start),
13208         (gst_rtp_jitter_buffer_flush_stop),
13209         (gst_rtp_jitter_buffer_src_activate_push),
13210         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
13211         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
13212         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
13213         (gst_rtp_jitter_buffer_query),
13214         (gst_rtp_jitter_buffer_set_property),
13215         (gst_rtp_jitter_buffer_get_property):
13216         * gst/rtpmanager/gstrtpjitterbuffer.h:
13217         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13218         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
13219         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
13220         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
13221         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
13222         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
13223         (gst_rtp_pt_demux_change_state):
13224         * gst/rtpmanager/gstrtpptdemux.h:
13225         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
13226         (gst_rtp_session_class_init), (gst_rtp_session_init),
13227         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
13228         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
13229         (gst_rtp_session_chain_recv_rtp),
13230         (gst_rtp_session_chain_recv_rtcp),
13231         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13232         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13233         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
13234         * gst/rtpmanager/gstrtpsession.h:
13235         Add RTP session management elements. Still in progress.
13236
13237 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
13238
13239         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
13240         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
13241         (gst_wavpack_dec_clip_outgoing_buffer),
13242         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
13243         * ext/wavpack/gstwavpackdec.h:
13244         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
13245         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
13246         (gst_wavpack_enc_chain):
13247         * ext/wavpack/gstwavpackenc.h:
13248         * ext/wavpack/gstwavpackparse.c:
13249         Don't play audioconvert. As wavpack wants/outputs all samples with
13250         width==32 and depth=[1,32] accept this and let audioconvert convert
13251         to accepted formats instead of doing it in the element for n*8 depths.
13252         This also adds support for non-n*8 depths and prevents some useless
13253         memory allocations. Fixes #421598
13254         Also add a workaround for bug #421542 in wavpackenc for now...
13255         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
13256         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
13257         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
13258         Consider the change above in the unit tests and test if the correct
13259         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
13260         the wavpackparse unit test.
13261
13262         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
13263         (gst_wavpack_dec_sink_set_caps):
13264         Set caps on the src pad as soon as possible.
13265
13266         * ext/wavpack/gstwavpackdec.h:
13267         * ext/wavpack/gstwavpackcommon.h:
13268         * ext/wavpack/gstwavpackenc.h:
13269         * ext/wavpack/gstwavpackparse.h:
13270         Fix indention. gst-indent is now called by cicl.
13271
13272 2007-03-28  Edward Hervey  <edward@fluendo.com>
13273
13274         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
13275         (gst_qtdemux_chain), (qtdemux_parse_samples):
13276         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
13277         * gst/qtdemux/qtdemux_dump.h:
13278         * gst/qtdemux/qtdemux_fourcc.h:
13279         * gst/qtdemux/qtdemux_types.c:
13280         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
13281         with h264 video).
13282         Use the offset present in 'ctts' to calculate the PTS for each packet
13283         and set the PTS on outgoing buffers.
13284         Fixes #423283
13285
13286 2007-03-27  Julien MOUTTE  <julien@moutte.net>
13287
13288         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
13289         debug log and fix a stupid output buffer duration bug.
13290
13291 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
13292
13293         Patch by: Michal Benes <michal.benes at itonis tv>
13294         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
13295
13296         * configure.ac:
13297         * ext/Makefile.am:
13298         * ext/x264/Makefile.am:
13299         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
13300         (gst_x264_enc_analyse_get_type),
13301         (gst_x264_enc_timestamp_queue_init),
13302         (gst_x264_enc_timestamp_queue_free),
13303         (gst_x264_enc_timestamp_queue_put),
13304         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
13305         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
13306         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
13307         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
13308         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
13309         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
13310         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
13311         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
13312         (plugin_init):
13313         * ext/x264/gstx264enc.h:
13314           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
13315           handle 'odd' widths and heights correctly yet.
13316
13317 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
13318
13319         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
13320           Remove 'channel-positions' field when munging input caps into
13321           1-channel output caps (I guess technically we should set the
13322           position for each channel on the output caps if it's non-NONE,
13323           but I'll save that as a task for another day).
13324
13325 2007-03-23  Michael Smith  <msmith@fluendo.com>
13326
13327         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
13328         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
13329         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
13330         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
13331         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
13332         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
13333         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
13334         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
13335         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13336         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
13337         (vmnc_dec_set_property), (vmnc_dec_get_property):
13338           Redesign to include a parser for raw files (no timestamps in that
13339           mode yet, though).
13340
13341 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13342
13343         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
13344         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
13345         (gst_deinterleave_chain):
13346           Don't leak input buffer in chain function; maintain our own list of
13347           source pads - there are no guarantees about the order of the list
13348           in the GstElement struct, and we want a very specific order; lastly,
13349           some more debugging.
13350
13351 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13352
13353         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
13354           Alloc user agent string only once.
13355
13356 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13357
13358         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13359         Revert last commit, preventing infinite plugging loops with ranks
13360         is no clean solution and in general there's no reason why one wants
13361         to parse framed wavpack data again.
13362
13363 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13364
13365         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
13366         Send the new segment event in time format instead of bytes. This
13367         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
13368
13369         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13370         Accept framed and non-framed input, wavpackparse doesn't care. To
13371         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
13372         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
13373         ..." pipelines.
13374
13375 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13376
13377         * gst-libs/gst/app/Makefile.am:
13378           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
13379           can confirm that was what he wanted.
13380
13381 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13382
13383         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13384         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
13385         Thanks to Jan and Mike for noticing my mistake.
13386
13387 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13388
13389         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
13390         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
13391         (gst_wavpack_enc_rewrite_first_block):
13392         * ext/wavpack/gstwavpackenc.h:
13393         Put the write helpers into the GstWavpackEnc struct directly and not
13394         as a pointer to save two small, but useless mallocs. This also makes
13395         it possible to drop the finalize method.
13396         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
13397         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
13398         buffers the same way wavpackenc does it.
13399
13400 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13401
13402         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13403         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
13404         BaseTransform-based elements will likely break because of wrong
13405         unit-size. Also plug a possible memleak that happens when decoding
13406         fails for some reason.
13407
13408 2007-03-18  Wim Taymans  <wim@fluendo.com>
13409
13410         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
13411
13412         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
13413         Don't need to take the connection lock, it will not be used and could
13414         cause deadlocks.
13415
13416 2007-03-16  Edward Hervey  <edward@fluendo.com>
13417
13418         * sys/osxvideo/osxvideosink.m:
13419         Fix previous commit, we want to pass the NSView in the message.
13420
13421 2007-03-16  Edward Hervey  <edward@fluendo.com>
13422
13423         * sys/osxvideo/osxvideosink.m:
13424         Emit 'have-ns-view' message when working in embedded mode. The message
13425         will contain a pointer to the newly created NSView.
13426
13427 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13428
13429         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
13430         (collect_packets), (set_par_from_dar), (set_fps_from_code),
13431         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
13432         (mpeg_util_parse_picture_hdr):
13433         * gst/mpegvideoparse/mpegpacketiser.h:
13434         * gst/mpegvideoparse/mpegvideoparse.c:
13435         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
13436         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13437         (mpv_parse_sink_event), (plugin_init):
13438         * gst/mpegvideoparse/mpegvideoparse.h:
13439         Move the MPEG specific byte parsing into the mpegpacketiser code.
13440
13441         Add parsing of picture types, that just feeds into a debug message
13442         for now.
13443
13444         Fix some 64-bit format strings.
13445
13446 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13447
13448         * gst/mpegaudioparse:
13449         Remove empty dir.
13450
13451 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
13452
13453         * gst/equalizer/gstiirequalizer10bands.c:
13454         (gst_iir_equalizer_10bands_init):
13455           A 10 band EQ should be initialized to 10 bands and not to 3.
13456
13457 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13458
13459         * configure.ac:
13460         * gst/mpeg1videoparse/Makefile.am:
13461         * gst/mpeg1videoparse/gstmp1videoparse.c:
13462         * gst/mpeg1videoparse/gstmp1videoparse.h:
13463         * gst/mpeg1videoparse/mp1videoparse.vcproj:
13464         * gst/mpegvideoparse/Makefile.am:
13465         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
13466         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
13467         (mpeg_packetiser_flush), (mpeg_find_start_code),
13468         (get_next_free_block), (complete_current_block),
13469         (append_to_current_block), (start_new_block), (handle_packet),
13470         (collect_packets), (mpeg_packetiser_handle_eos),
13471         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
13472         * gst/mpegvideoparse/mpegpacketiser.h:
13473         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
13474         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
13475         (mpv_parse_reset), (gst_mpegvideoparse_init),
13476         (gst_mpegvideoparse_dispose), (set_par_from_dar),
13477         (set_fps_from_code), (mpegvideoparse_parse_seq),
13478         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
13479         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13480         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
13481         (plugin_init):
13482         * gst/mpegvideoparse/mpegvideoparse.h:
13483         * gst/mpegvideoparse/mpegvideoparse.vcproj:
13484         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
13485         that it's below existing decoders.
13486         
13487         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
13488         MPEG-2 now.
13489
13490         Re-write the parsing code so that it collects packets differently
13491         and timestamps Picture packets correctly.
13492
13493         Add a list of FIXME's at the top.
13494
13495 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13496
13497         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
13498         (equalizer_set_all_band_values),
13499         (equalizer_set_band_value_and_wait),
13500         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13501         (main):
13502           Port the example to new equalizer api.
13503
13504 2007-03-14  Edward Hervey  <edward@fluendo.com>
13505
13506         * sys/osxvideo/cocoawindow.h:
13507         * sys/osxvideo/cocoawindow.m:
13508         * sys/osxvideo/osxvideosink.h:
13509         * sys/osxvideo/osxvideosink.m:
13510         Fix leaks when running a NSApp.
13511         Accept any kind of resolutions.
13512         Works in fullscreen. Can maximize.
13513         Only thing left before being able to move this to -good is documentation
13514         and embedded window support.
13515
13516 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13517
13518         * po/hu.po:
13519         * po/it.po:
13520         * po/sv.po:
13521           Updated translations.
13522
13523 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13524
13525         * gst/equalizer/Makefile.am:
13526         * gst/equalizer/gstiirequalizer.c: (_do_init),
13527         (gst_iir_equalizer_band_set_property),
13528         (gst_iir_equalizer_band_class_init),
13529         (gst_iir_equalizer_band_get_type),
13530         (gst_iir_equalizer_child_proxy_get_child_by_index),
13531         (gst_iir_equalizer_child_proxy_get_children_count),
13532         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13533         (gst_iir_equalizer_compute_frequencies),
13534         (gst_iir_equalizer_transform_ip), (plugin_init):
13535         * gst/equalizer/gstiirequalizer10bands.c:
13536         (gst_iir_equalizer_10bands_base_init),
13537         (gst_iir_equalizer_10bands_class_init),
13538         (gst_iir_equalizer_10bands_init),
13539         (gst_iir_equalizer_10bands_set_property),
13540         (gst_iir_equalizer_10bands_get_property):
13541         * gst/equalizer/gstiirequalizer10bands.h:
13542         * gst/equalizer/gstiirequalizer3bands.c:
13543         (gst_iir_equalizer_3bands_base_init),
13544         (gst_iir_equalizer_3bands_class_init),
13545         (gst_iir_equalizer_3bands_init),
13546         (gst_iir_equalizer_3bands_set_property),
13547         (gst_iir_equalizer_3bands_get_property):
13548         * gst/equalizer/gstiirequalizer3bands.h:
13549         * gst/equalizer/gstiirequalizernbands.c:
13550         (gst_iir_equalizer_nbands_base_init),
13551         (gst_iir_equalizer_nbands_init):
13552           Add 3 and 10 band version and add missing gst_object_sync_values.
13553
13554         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13555         (gst_spectrum_transform_ip):
13556           Add some comments about float support.
13557
13558 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13559
13560         * gst/mpegaudioparse/Makefile.am:
13561         * gst/mpegaudioparse/gstmpegaudioparse.c:
13562         * gst/mpegaudioparse/gstmpegaudioparse.h:
13563         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13564         Remove bogus 2nd copy of mp3parse - it's actually
13565         in -ugly.
13566
13567 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13568
13569         * examples/app/.cvsignore:
13570         The buildbot demands .cvsignore files, and I comply.
13571
13572 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13573
13574         * sys/directdraw/gstdirectdrawsink.c:
13575         * sys/directdraw/gstdirectdrawsink.h:
13576         Handle display mode changes during playback.
13577
13578 2007-03-10  David Schleef  <ds@schleef.org>
13579
13580         * configure.ac:
13581         * examples/Makefile.am:
13582         * examples/app/Makefile.am:
13583         * examples/app/appsrc_ex.c:
13584           Add appsrc/appsink example.
13585         * gst-libs/gst/app/Makefile.am:
13586         * gst-libs/gst/app/gstapp.c:
13587         * gst-libs/gst/app/gstappsink.c:
13588         * gst-libs/gst/app/gstappsink.h:
13589         * gst/app/gstapp.c:
13590           Add appsink.
13591
13592 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13593
13594         * ext/nas/nassink.c: (NAS_createFlow):
13595         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13596           Printf format string fixes.
13597
13598 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13599
13600         * gst/equalizer/Makefile.am:
13601         * gst/equalizer/gstiirequalizer.c: (_do_init),
13602         (gst_iir_equalizer_band_set_property),
13603         (gst_iir_equalizer_band_get_property),
13604         (gst_iir_equalizer_band_class_init),
13605         (gst_iir_equalizer_band_get_type),
13606         (gst_iir_equalizer_child_proxy_get_child_by_index),
13607         (gst_iir_equalizer_child_proxy_get_children_count),
13608         (gst_iir_equalizer_child_proxy_interface_init),
13609         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13610         (gst_iir_equalizer_finalize), (setup_filter),
13611         (gst_iir_equalizer_compute_frequencies),
13612         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13613         (gst_iir_equalizer_setup), (plugin_init):
13614         * gst/equalizer/gstiirequalizer.h:
13615         * gst/equalizer/gstiirequalizernbands.c:
13616         (gst_iir_equalizer_nbands_base_init),
13617         (gst_iir_equalizer_nbands_class_init),
13618         (gst_iir_equalizer_nbands_init),
13619         (gst_iir_equalizer_nbands_set_property),
13620         (gst_iir_equalizer_nbands_get_property):
13621         * gst/equalizer/gstiirequalizernbands.h:
13622           Refactor plugin into a base class and a first subclass (nband eq). The
13623           nband eq uses GstChildProxy and is controlable. More subclasses will
13624           follow.
13625
13626 2007-03-08  Wim Taymans  <wim@fluendo.com>
13627
13628         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13629
13630         * ext/jack/Makefile.am:
13631         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13632         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13633         (jack_shutdown_cb), (connection_find),
13634         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13635         (gst_jack_audio_unref_connection),
13636         (gst_jack_audio_connection_add_client),
13637         (gst_jack_audio_connection_remove_client),
13638         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13639         (gst_jack_audio_client_get_client),
13640         (gst_jack_audio_client_set_active):
13641         * ext/jack/gstjackaudioclient.h:
13642         Make an object to manage client connections to the jack server which we
13643         will use in the future to run selected jack elements with the same jack
13644         connection.
13645         Make some stuff a bit more threadsafe.
13646         Activate the jack client ASAP.
13647
13648         * ext/jack/gstjackaudiosink.c:
13649         (gst_jack_audio_sink_allocate_channels),
13650         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13651         (gst_jack_ring_buffer_open_device),
13652         (gst_jack_ring_buffer_close_device),
13653         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13654         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13655         (gst_jack_audio_sink_getcaps):
13656         * ext/jack/gstjackaudiosink.h:
13657         Use new client object to manage connections.
13658         Don't remove and recreate all ports, try to reuse them.
13659
13660 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13661
13662         * ext/wavpack/gstwavpack.c: (plugin_init):
13663         * ext/wavpack/gstwavpackcommon.c:
13664           Use a general wavpack debug category for common code.
13665         * ext/wavpack/gstwavpackstreamreader.c:
13666         (gst_wavpack_stream_reader_set_pos_abs),
13667         (gst_wavpack_stream_reader_set_pos_rel),
13668         (gst_wavpack_stream_reader_write_bytes):
13669           Use the general wavpack debug category here too and add debug
13670           output to the functions that should not be called at all by
13671           the wavpack library.
13672         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13673         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13674         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13675           Change debugging category names to conform to the conventions.
13676
13677 2007-03-07  Edward Hervey  <edward@fluendo.com>
13678
13679         * gst/qtdemux/qtdemux.c:
13680         * gst/qtdemux/qtdemux.h:
13681         Share qtdemux debug category across all files, otherwise all debugging
13682         in files other than qtdemux.c would end up in the default category.
13683
13684 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13685
13686         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13687         (gst_spectrum_event), (gst_spectrum_transform_ip):
13688         * gst/spectrum/gstspectrum.h:
13689           One FIXME less, by resolving message timestamps against the playback
13690           segment.
13691
13692 2007-03-06  Wim Taymans  <wim@fluendo.com>
13693
13694         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13695         (gst_spectrum_init), (gst_spectrum_set_property),
13696         (gst_spectrum_transform_ip):
13697         Fix and cleanup default property values.
13698         Add FIXMEs for stuff that looks rather wrong.
13699
13700 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13701
13702         * gst/spectrum/demo-audiotest.c: (message_handler):
13703         * gst/spectrum/demo-osssrc.c: (message_handler):
13704           Remove two obsolete and confusing comments.
13705
13706 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13707
13708         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13709         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13710         (gst_nas_sink_unprepare):
13711           Some more cleanups/changes; use boilerplate macro.
13712
13713 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13714
13715         * ext/nas/Makefile.am:
13716         * ext/nas/README:
13717         * ext/nas/nassink.c: (gst_nas_sink_get_type),
13718         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
13719         (gst_nas_sink_init), (gst_nas_sink_finalize),
13720         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
13721         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
13722         (gst_nas_sink_reset), (gst_nas_sink_write),
13723         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
13724         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
13725         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
13726         (NAS_createFlow), (plugin_init):
13727         * ext/nas/nassink.h:
13728           Bunch of nassink clean-ups: make build by adding the right CFLAGS
13729           and LIBS to Makefile.am; rename structure, macros and functions
13730           according to canonical naming scheme; move some things around a bit;
13731           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
13732           file that didn't really contain any useful information anyway (the
13733           useful bits have been moved into the 'host' property description).
13734
13735 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
13736
13737         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
13738         Chain up in finalize.
13739
13740 2007-03-03  Michael Smith  <msmith@fluendo.com>
13741
13742         * configure.ac:
13743         * gst/vmnc/Makefile.am:
13744           Fix up dist.
13745
13746 2007-03-03  Michael Smith  <msmith@fluendo.com>
13747
13748         * configure.ac:
13749         * gst/vmnc/Makefile.am:
13750         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
13751         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
13752         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
13753         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
13754         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
13755         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
13756         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
13757         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
13758         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13759         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
13760         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
13761           Add VMnc decoder.
13762           Still missing support for:
13763            - rectangle types I didn't find in my samples (e.g. copy, RRE,
13764              ZRLE)
13765            - alpha-composited cursors
13766
13767 2007-03-03  David Schleef  <ds@schleef.org>
13768
13769         * gst-libs/gst/app/Makefile.am:
13770           Install the headers.
13771
13772 2007-03-03  David Schleef  <ds@schleef.org>
13773
13774         * gst-libs/gst/app/Makefile.am:
13775         * gst-libs/gst/app/gstappbuffer.c:
13776         * gst-libs/gst/app/gstappbuffer.h:
13777         * gst-libs/gst/app/gstappsrc.c:
13778           Add GstAppBuffer that includes a callback and closure for
13779           proper handling of data chunks.
13780
13781 2007-03-03  David Schleef  <ds@schleef.org>
13782
13783         * gst-libs/gst/app/gstappsrc.c:
13784         * gst-libs/gst/app/gstappsrc.h:
13785           Hacking to address issues in 413418.
13786
13787 2007-03-03  David Schleef  <ds@schleef.org>
13788
13789         * Makefile.am:
13790         * configure.ac:
13791         * ext/Makefile.am:
13792         * gst-libs/gst/Makefile.am:
13793         * gst-libs/gst/app/Makefile.am:
13794         * gst-libs/gst/app/gstapp.c:
13795         * gst-libs/gst/app/gstappsrc.c:
13796         * gst-libs/gst/app/gstappsrc.h:
13797         * gst/app/Makefile.am:
13798         * gst/app/gstapp.c:
13799         * gst/app/gstappsrc.c:
13800         * gst/app/gstappsrc.h:
13801           Move the app library to gst-libs/gst/app (duh!)
13802
13803 2007-03-02 Christian Schaller <christian at fluendo dot com>
13804         
13805         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
13806
13807         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
13808
13809 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13810
13811         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
13812           A few small clean-ups.
13813
13814         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
13815           More debug output for failure cases.
13816
13817 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13818
13819         Patch by: Young-Ho Cha  <ganadist at chollian net>
13820
13821         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
13822         (gst_dtsdec_change_state):
13823           Don't do forced downmixing to stereo, but check what downstream
13824           can do and let libdts do the downmixing based on that (#400555).
13825
13826 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13827
13828         Patch by: Lutz Mueller  <lutz topfrose de>
13829
13830         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
13831         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
13832         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
13833         (gst_neonhttp_src_send_request_and_redirect),
13834         (gst_neonhttp_src_uri_set_uri):
13835         * ext/neon/gstneonhttpsrc.h:
13836           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
13837           member (#388050).
13838
13839         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
13840           Fix bogus URI to something that actually exists, otherwise we just
13841           bypass the test (and also to something that doesn't redirect, since
13842           neonhttpsrc doesn't seem to handle this very gracefully yet)
13843
13844 2007-03-01  Chris Lord <chris@openedhand.com>
13845
13846         Reviewed by Christian Schaller <christian@fluendo.com>
13847
13848         Fixes Bug 357055
13849         * ext/ivorbis/Makefile.am:
13850         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
13851         * ext/ivorbis/vorbisdec.h
13852         * ext/ivorbis/vorbis.c :
13853
13854 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
13855
13856         * tests/check/Makefile.am:
13857         Draw plugins in from the build tree sys/ dir, rather than
13858         picking up the already installed versions.
13859
13860 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13861
13862         * configure.ac:
13863           Convert to new AG_GST style.
13864
13865 2007-02-27  Christian Schaller <christian at fluendo dot com>
13866
13867         * sys/direct*: Add Pioneers of the Inevitable to copyright
13868         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
13869
13870 2007-02-27  Edward Hervey  <edward@fluendo.com>
13871
13872         * sys/osxvideo/cocoawindow.h:
13873         * sys/osxvideo/cocoawindow.m:
13874         * sys/osxvideo/osxvideosink.h:
13875         * sys/osxvideo/osxvideosink.m:
13876         Disable the cocoa event loop since it's a huge memory leak. Should only
13877         matter if the sink isn't used within an NSApp (which has already got
13878         a coca event loop).
13879         Remove all unused code.
13880
13881 2007-02-26  David Schleef  <ds@schleef.org>
13882
13883         * configure.ac:
13884         * gst/app/Makefile.am:
13885         * gst/app/gstapp.c:
13886         * gst/app/gstappsrc.c:
13887         * gst/app/gstappsrc.h:
13888           Add a new plugin/library to make it easy for apps to shove
13889           data into a pipeline.
13890
13891 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
13892
13893         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
13894         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
13895           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
13896           errors in certain situations (e.g. dec ! cs ! ximagesink and the
13897           imagesink window is resized); also, some minor clean-ups.
13898
13899 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13900
13901         * configure.ac:
13902         * ext/gsm/Makefile.am:
13903         * ext/ladspa/Makefile.am:
13904         * ext/wavpack/Makefile.am:
13905         * gst/equalizer/Makefile.am:
13906         * gst/filter/Makefile.am:
13907         * gst/mve/Makefile.am:
13908         * gst/nsf/Makefile.am:
13909         * gst/replaygain/Makefile.am:
13910         * gst/speed/Makefile.am:
13911           Fix build with LDFLAGS='-Wl,-z,defs'.
13912
13913 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
13914
13915         * sys/directsound/gstdirectsoundsink.c:
13916         * sys/directsound/gstdirectsoundsink.h:
13917           Remove include of unused headers.
13918         * sys/waveform/gstwaveformplugin.c:
13919         * sys/waveform/gstwaveformsink.c:
13920         * sys/waveform/gstwaveformsink.h:
13921         * win32/vs6/libgstwaveform.dsp:
13922           Add a new waveform plugin which includes an audio sink 
13923           element using the WaveForm win32 API.
13924         * win32/MANIFEST:
13925           Add the new project file form waveform plugin.
13926         
13927 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
13928         
13929         * sys/directdraw/gstdirectdrawplugin.c:
13930         * sys/directdraw/gstdirectdrawsink.c:
13931         * sys/directdraw/gstdirectdrawsink.h:
13932           Prepare the plugin to move to good:
13933           Remove unused/untested code (rendering to an extern surface,
13934           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
13935       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
13936           Add gtk doc section
13937           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
13938           respecting destination surface stride.
13939         * sys/directsound/gstdirectsoundplugin.c:
13940         * sys/directsound/gstdirectsoundsink.c:
13941         * sys/directsound/gstdirectsoundsink.h:
13942           Prepare the plugin to move to good:
13943           Rename all functions from gst_directsoundsink to gst_directsound_sink.
13944           Add gtk doc section
13945         * win32/common/config.h.in:
13946         * win32/MANIFEST:
13947           Add config.h.in
13948
13949 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
13950
13951         * configure.ac:
13952         * docs/plugins/Makefile.am:
13953           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
13954           timidity.cfg check.
13955
13956         * ext/timidity/gsttimidity.c: (plugin_init):
13957           Also build if no config was detected at configure time.
13958
13959 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13960
13961         * configure.ac:
13962         * ext/timidity/Makefile.am:
13963         * ext/timidity/gsttimidity.c: (plugin_init):
13964         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
13965         (gst_wildmidi_class_init), (gst_wildmidi_init),
13966         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
13967         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
13968         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
13969         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
13970         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
13971         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
13972         (gst_wildmidi_loop), (gst_wildmidi_change_state),
13973         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
13974         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
13975         * ext/timidity/gstwildmidi.h:
13976           Add second midi renderer. Fix some double frees and leaks. Clean up
13977           logging.
13978
13979 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
13980
13981         * Makefile.am:
13982           Add win32 MANIFEST
13983         * sys/directdraw/gstdirectdrawsink.c:
13984         * sys/directdraw/gstdirectdrawsink.h:
13985           Clear unused code and add comments.
13986           Remove yuv from template caps, it only supports RGB
13987           actually.
13988           Implement XOverlay interface and remove window and fullscreen 
13989           properties.
13990           Add debug logs.
13991           Test for blit capabilities to return only the current colorspace if
13992           the hardware can't blit for one colorspace to another.
13993         * sys/directsound/gstdirectsoundsink.c:
13994           Add some debugs.
13995         * win32/MANIFEST:
13996           Add VS7 project files and solution.
13997         * win32/vs6/gst_plugins_bad.dsw:
13998         * win32/vs6/libgstdirectdraw.dsp:
13999         * win32/vs6/libgstdirectsound.dsp:
14000         * win32/vs6/libgstqtdemux.dsp:
14001           Update project files.
14002
14003 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14004
14005         * ext/faad/gstfaad.c:
14006           Also update the comment that describes the hack.
14007
14008 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14009
14010         * configure.ac:
14011           Tell the code which faad it is, so that we can adjust the hacks
14012           needed.
14013
14014         * ext/faad/gstfaad.c:
14015           Make our hacks dependent on the fadd lib in use.
14016
14017 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14018
14019         * configure.ac:
14020           Fix faad detection to support also fadd with new symbol prefix.
14021           ChangeLog surgery.
14022           
14023 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
14024
14025         Patch by: Wouter Paesen <wouter@blue-gate.be>
14026
14027         * configure.ac:
14028         * ext/Makefile.am:
14029         * ext/timidity/Makefile.am:
14030         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
14031         (gst_timidity_class_init), (gst_timidity_init),
14032         (gst_timidity_set_song_options), (gst_timidity_src_convert),
14033         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
14034         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
14035         (gst_timidity_src_event), (gst_timidity_activate),
14036         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
14037         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
14038         (gst_timidity_get_buffer), (gst_timidity_loop),
14039         (gst_timidity_change_state), (gst_timidity_typefind),
14040         (plugin_init):
14041         * ext/timidity/gsttimidity.h:
14042           Add timidity midi render plugin (#403992)
14043
14044 2007-02-07  Edward Hervey  <edward@fluendo.com>
14045
14046         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
14047         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
14048         Switched to using gst_pad_get_parent().
14049
14050 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14051
14052         * gst/modplug/gstmodplug.cc:
14053           Remove superfluous gst_caps_get_structure() call.
14054
14055 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14056
14057         * configure.ac:
14058           Increase required libsndfile version to a version that's known to
14059           have the function sf_write_sync() to make the build bots happy.
14060
14061 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14062
14063         * ext/sndfile/gstsfsrc.c:
14064           Fix build (installed setup).
14065
14066 2007-02-05  Andy Wingo  <wingo@pobox.com>
14067
14068         * ext/sndfile/Makefile.am:
14069         * ext/sndfile/gstsfsrc.h:
14070         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
14071         random access woo.
14072
14073 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
14074
14075         * configure.ac:
14076         * gst/equalizer/Makefile.am:
14077         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
14078         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
14079         (setup_filter), (gst_iir_equalizer_compute_frequencies),
14080         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14081         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
14082         (plugin_init):
14083         * gst/equalizer/gstiirequalizer.h:
14084           Fix up to use the newly ported (actually working) GstAudioFilter.
14085           Bump core/base requirements to CVS for this.
14086
14087         * tests/icles/.cvsignore:
14088         * tests/icles/Makefile.am:
14089         * tests/icles/equalizer-test.c: (check_bus),
14090         (equalizer_set_band_value), (equalizer_set_all_band_values),
14091         (equalizer_set_band_value_and_wait),
14092         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
14093         (main):
14094           Add brain-dead interactive test for equalizer.
14095
14096 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14097
14098         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
14099         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14100         (gst_iir_equalizer_filter_inplace):
14101           Rename "values" property to "band-values" and change type into a
14102           GValueArray, so it's more easily bindable and the range of the
14103           values passed in is defined and checked etc.; also do some
14104           locking.
14105
14106 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14107
14108         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
14109
14110         * configure.ac:
14111         * gst/equalizer/Makefile.am:
14112         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14113         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14114         (gst_iir_equalizer_compute_frequencies),
14115         (gst_iir_equalizer_set_property),
14116         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14117         (plugin_init):
14118           Port equalizer plugin to 0.10 (#403572).
14119
14120 2007-02-02  Andy Wingo  <wingo@pobox.com>
14121
14122         * configure.ac: 
14123         * ext/Makefile.am
14124         * ext/sndfile/Makefile.am:
14125         * ext/sndfile/gstsf.c:
14126         * ext/sndfile/gstsf.h:
14127         * ext/sndfile/gstsfsink.c:
14128         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
14129         push mode with interleaved float or int data.
14130
14131 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14132
14133         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
14134           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
14135           (which didn't happen previously because the klass string didn't
14136           contain anything autoaudiosink was looking for).
14137
14138 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14139
14140         * gst/real/gstrealaudiodec.c:
14141         * gst/real/gstrealvideodec.c:
14142           Fix classification in GstElementDetails.
14143
14144 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
14145
14146         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
14147         (gst_wavpack_parse_handle_seek_event),
14148         (gst_wavpack_parse_create_src_pad):
14149         Fix a off by one that leads to the duration reported as one
14150         sample less than it is
14151
14152 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14153
14154         * ext/alsaspdif/alsaspdifsink.c:
14155         * gst/nsf/gstnsf.c:
14156           Fix classification in GstElementDetails.
14157
14158         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
14159         (gst_ladspa_class_init):
14160           Improve Klassification and reduce code slighly.
14161
14162 2007-01-30  Edward Hervey  <edward@fluendo.com>
14163
14164         * configure.ac:
14165         Check for an Objective C compiler
14166         * sys/Makefile.am:
14167         * sys/osxvideo/Makefile.am:
14168         * sys/osxvideo/cocoawindow.h:
14169         * sys/osxvideo/cocoawindow.m:
14170         * sys/osxvideo/osxvideosink.h:
14171         * sys/osxvideo/osxvideosink.m:
14172         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
14173         Fixes #402470
14174
14175 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14176
14177         * gst/videocrop/gstvideocrop.c:
14178         (gst_video_crop_get_image_details_from_caps),
14179         (gst_video_crop_transform_packed_complex):
14180           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
14181
14182         * tests/icles/videocrop-test.c: (check_bus_for_errors),
14183         (test_with_caps), (main):
14184           Block streaming thread before changing filter caps while the
14185           pipeline is running so that we don't get random not-negotiated
14186           errors just because GStreamer can't handle that yet.
14187
14188 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
14189
14190         * ext/ladspa/Makefile.am:
14191         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
14192           add GstController support to ladspa
14193
14194 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14195
14196         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
14197
14198         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
14199         (gst_mythtv_src_next_program_chain):
14200           Remove sleep calls, they've been moved into the library now ...
14201           (#354451).
14202
14203 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
14204
14205         * tests/icles/videocrop-test.c: (test_with_caps):
14206           Catch errors while the test is running.
14207
14208 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14209
14210         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
14211         Fix the SEEKING query. We can seek if we are in pull mode, not the
14212         other way around. Also set the correct format in the seeking query and
14213         handle the case where the headers are not read yet and we can't say
14214         anything about our seeking capabilities.
14215         
14216 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14217
14218         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
14219         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
14220         Fix spelling in 2 places: It's called Wavpack, not WavePack.
14221
14222 2007-01-25  Edward Hervey  <edward@fluendo.com>
14223
14224         * gst/multifile/gstmultifilesink.c:
14225         (gst_multi_file_sink_class_init):
14226         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
14227         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
14228         (gst_mve_video_palette), (gst_mve_video_code_map),
14229         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
14230         (gst_mve_demux_chain):
14231         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
14232         * gst/mve/mveaudioenc.c: (mve_compress_audio):
14233         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
14234         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
14235         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
14236         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
14237         Use proper print statements.
14238         Fixes build on mac os x.
14239         <wingo> oo look at me my name is edward i'm hacking on macos wooo
14240
14241 2007-01-24  Wim Taymans  <wim@fluendo.com>
14242
14243         * gst/qtdemux/gstrtpxqtdepay.c:
14244         Fix caps on the depayloader.
14245
14246 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
14247
14248         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
14249           Use break here instead of goto.
14250
14251 2007-01-13  Andy Wingo  <wingo@pobox.com>
14252
14253         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
14254         Use fixed caps on src pads.
14255         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
14256         seem to have reverse midas disease!
14257         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
14258         and set caps on outgoing buffers. Fixes #395597, I think.
14259
14260         * gst/interleave/interleave.c (gst_interleave_init): Init the
14261         activation mode properly.
14262         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
14263         (gst_interleave_init): Set a setcaps and getcaps function on the
14264         src pad, so that we can implement pull-mode negotiation.
14265         (gst_interleave_sink_setcaps): Renamed from
14266         gst_interleave_setcaps, as it only does the sink logic now.
14267         Implement both for pull-mode and push-mode.
14268         (gst_interleave_process): Set caps on our outgoing buffer.
14269         (gst_interleave_src_activate_pull): Fix some more bogus casts.
14270         What is up with this.
14271
14272 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
14273
14274         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
14275         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
14276         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
14277         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
14278         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
14279         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
14280         (gst_mythtv_src_uri_get_type):
14281           Clean up a bit, mostly the debug statements; fix deadlock in
14282           _set_property() in the error cases; fix up query function.
14283
14284 2007-01-12  Andy Wingo  <wingo@pobox.com>
14285
14286         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
14287         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
14288         Remove fixate/ouija stuff, thankfully, due to the new
14289         part-negotiation.txt pull-mode negotiation scheme.
14290         (gst_signal_processor_setcaps_pull)
14291         (gst_signal_processor_setcaps): Implement upstream set_caps pull
14292         proxying for pull mode. Now this works: ladspa-sine-fcac !
14293         audioconvert ! alsasink.
14294
14295 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
14296
14297         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
14298
14299         * configure.ac:
14300         * gst-plugins-bad.spec.in:
14301         * ext/Makefile.am:
14302         * ext/mythtv/Makefile.am:
14303         * ext/mythtv/gstmythtvsrc.c:
14304         * ext/mythtv/gstmythtvsrc.h:
14305         MythTV client source plugin created (#354451).
14306
14307 2007-01-12  Wim Taymans  <wim@fluendo.com>
14308
14309         * gst/qtdemux/Makefile.am:
14310         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
14311         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
14312         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
14313         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
14314         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
14315         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
14316         * gst/qtdemux/gstrtpxqtdepay.h:
14317         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
14318         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
14319         (qtdemux_parse_moov), (qtdemux_parse_container),
14320         (qtdemux_parse_node), (gst_qtdemux_add_stream),
14321         (qtdemux_parse_trak), (qtdemux_audio_caps):
14322         * gst/qtdemux/qtdemux.h:
14323         * gst/qtdemux/quicktime.c: (plugin_init):
14324         Add X-QT depayloader that will eventually share code with the demuxer.
14325         Make new plugin entry point with quicktime releated stuff.
14326
14327 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
14328
14329         * gst/qtdemux/Makefile.am:
14330           Dist all new files.
14331
14332 2007-01-12  Wim Taymans  <wim@fluendo.com>
14333
14334         * docs/plugins/Makefile.am:
14335         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14336         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14337         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14338         * docs/plugins/gst-plugins-bad-plugins.signals:
14339         * docs/plugins/inspect/plugin-qtdemux.xml:
14340         Activate docs for jack, sdl and qtdemux.
14341
14342 2007-01-12  Wim Taymans  <wim@fluendo.com>
14343
14344         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
14345         (jack_buffer_size_cb), (jack_shutdown_cb),
14346         (gst_jack_ring_buffer_acquire):
14347         * ext/jack/gstjackaudiosink.h:
14348         Improve docs.
14349
14350 2007-01-12  Wim Taymans  <wim@fluendo.com>
14351
14352         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
14353         Fix typo in docs.
14354
14355 2007-01-12  Wim Taymans  <wim@fluendo.com>
14356
14357         * gst/qtdemux/Makefile.am:
14358         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14359         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
14360         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14361         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
14362         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
14363         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
14364         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
14365         (qtdemux_parse_samples), (qtdemux_parse_segments),
14366         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
14367         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
14368         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
14369         (qtdemux_process_redirects), (qtdemux_parse_redirects),
14370         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
14371         (qtdemux_video_caps), (qtdemux_audio_caps):
14372         * gst/qtdemux/qtdemux.h:
14373         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
14374         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14375         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14376         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14377         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14378         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14379         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
14380         (qtdemux_node_dump):
14381         * gst/qtdemux/qtdemux_dump.h:
14382         * gst/qtdemux/qtdemux_fourcc.h:
14383         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
14384         * gst/qtdemux/qtdemux_types.h:
14385         * gst/qtdemux/qtpalette.h:
14386         Cleanup and refactor to make the code more readable.
14387         Move debugging/tables into separate files.
14388         Add 2/4/16 color palletee support.
14389         Fix raw 15 bit RGB handling.
14390         Use more FOURCC constants.
14391         Add some docs.
14392
14393 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14394
14395         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14396
14397         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14398         (gst_wavpack_enc_correction_mode_get_type),
14399         (gst_wavpack_enc_joint_stereo_mode_get_type):
14400           Minor clean-up: use enum values instead of hardcoded constants (#395536).
14401
14402 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14403
14404         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
14405         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
14406         (gst_mve_add_stream):
14407           Support SEEKING query (bad news now delivered properly!); add event
14408           function to source pads to make sure seeks aren't propagated
14409           upstream, even if they aren't handled.
14410
14411 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14412
14413         Patch by: Jens Granseuer  <jensgr at gmx net>
14414
14415         * configure.ac:
14416         * gst/mve/Makefile.am:
14417         * gst/mve/TODO:
14418         * gst/mve/gstmve.c:
14419         * gst/mve/gstmvedemux.c:
14420         * gst/mve/gstmvedemux.h:
14421         * gst/mve/gstmvemux.c:
14422         * gst/mve/gstmvemux.h:
14423         * gst/mve/mve.h:
14424         * gst/mve/mveaudiodec.c:
14425         * gst/mve/mveaudioenc.c:
14426         * gst/mve/mvevideodec16.c:
14427         * gst/mve/mvevideodec8.c:
14428         * gst/mve/mvevideoenc16.c:
14429         * gst/mve/mvevideoenc8.c:
14430           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
14431           doesn't support seeking yet, but seems to work fine otherwise.
14432           Closes #348973.
14433
14434 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14435
14436         * gst/real/Makefile.am:
14437           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
14438
14439 2007-01-07  Andy Wingo  <wingo@pobox.com>
14440
14441         * configure.ac: 
14442         * gst/interleave/Makefile.am: 
14443         * gst/interleave/plugin.h: 
14444         * gst/interleave/plugin.c: 
14445         * gst/interleave/interleave.c: 
14446         * gst/interleave/deinterleave.c: New elements interleave and
14447         deinterleave, implement channel interleaving and deinterleaving.
14448         The interleaver can operate in pull or push mode but the
14449         deinterleaver is more like a demuxer and can only operate in push
14450         mode.
14451         
14452 2007-01-06  Edward Hervey  <edward@fluendo.com>
14453
14454         * configure.ac:
14455         Properly detect the two architectures on which the real plugin can be
14456         built.
14457         Fixes #393622
14458
14459 2007-01-06  Andy Wingo  <wingo@pobox.com>
14460
14461         * ext/ladspa/gstsignalprocessor.c
14462         (gst_signal_processor_ouija_caps): Move around in the source
14463         file...
14464         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
14465         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
14466         This allows us to have caps when we do the pad_alloc_buffer().
14467         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
14468         pad caps, which might not be set yet.
14469
14470         * ext/ladspa/gstsignalprocessor.c: 
14471         (gst_signal_processor_add_pad_from_template)
14472         (gst_signal_processor_fixate): Add a fixate function, to assist in
14473         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
14474         cases.
14475         (gst_signal_processor_prepare, gst_signal_processor_process): Add
14476         nframes args so that getrange can tell ladspa how many frames to
14477         process.
14478         (gst_signal_processor_ouija_caps): setcaps needs to be called
14479         before processing, which normally happens when chaining a buffer
14480         to a pad. However in getrange mode with no sinks we need to check
14481         explicitly for this condition, guess some caps to use, and use
14482         those to setcaps(). Hence this mystical function.
14483         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
14484         Divine the caps if necessary.
14485         (gst_signal_processor_getrange): Interpret the length as bytes,
14486         not samples.
14487         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
14488         by incoming buffer sizes.
14489
14490 2007-01-06  Edward Hervey  <edward@fluendo.com>
14491
14492         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
14493         Don't call the RAFreeDecoder since it randomly causes segfaults.
14494         * gst/real/gstrealaudiodec.h:
14495         indent properly.
14496
14497 2007-01-06  Edward Hervey  <edward@fluendo.com>
14498
14499         Patch by: Lutz Mueller <lutz@topfrose.de>
14500         
14501         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
14502         (gst_real_video_dec_setcaps), (open_library), (close_library),
14503         (gst_real_video_dec_finalize):
14504         * gst/real/gstrealvideodec.h:
14505         Implement error recovery on setcaps failure.
14506
14507 2007-01-06  Edward Hervey  <edward@fluendo.com>
14508
14509         Patch by: Lutz Mueller <lutz@topfrose.de>
14510         
14511         * gst/real/Makefile.am:
14512         * gst/real/gstreal.c: (plugin_init):
14513         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14514         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14515         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14516         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14517         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14518         * gst/real/gstrealaudiodec.h:
14519         Added RealAudio wrapper elementfactory.
14520         Modified structures so it can also work on x86_64 using the
14521         adequate .so .
14522
14523 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14524
14525         * configure.ac:
14526         * gst/qtdemux/Makefile.am:
14527         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14528           Check for zlib and if available pass it explicitly to the linker
14529           when linking qtdemux. If not available (or --disable-external has
14530           been specified!), disable the bits in qtdemux that use it. Fixes
14531           build on MingW (#392856).
14532
14533 2007-01-05  Edward Hervey  <edward@fluendo.com>
14534
14535         * configure.ac:
14536         Real video .so are now also available for x86_64, so we can build the
14537         Real plugin on i386 AND x86_64.
14538         * gst/real/Makefile.am:
14539         * gst/real/gstreal.c: (plugin_init):
14540         New plugin file for real .so wrapper plugins.
14541         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14542         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14543         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14544         (open_library), (close_library), (gst_real_video_dec_init),
14545         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14546         (gst_real_video_dec_set_property),
14547         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14548         * gst/real/gstrealvideodec.h:
14549         Moved RealVideo element to separate file
14550         Cleaned up code some more.
14551         Make it work on x86_64.
14552         Try several possible locations for .so
14553         Separate opening/closing libraries in separate functions.
14554
14555 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14556
14557         * tests/icles/videocrop-test.c: (main):
14558           Call g_thread_init() right at the beginning. Remove superfluous
14559           gst_init() - we've already been inited via the GOption stuff.
14560
14561 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14562
14563         * configure.ac:
14564           Don't compile rfbsource if we don't have sys/socket.h.
14565           Should fix compilation on MingW.
14566
14567 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14568
14569         * configure.ac:
14570         * ext/amrwb/Makefile.am:
14571         * ext/amrwb/amrwb-code/Makefile.am:
14572         * ext/amrwb/amrwb-code/run.sh:
14573         * gst-libs/Makefile.am:
14574         * gst-libs/ext/Makefile.am:
14575         * gst-libs/ext/amrwb/Makefile.am:
14576         * gst-libs/ext/amrwb/README:
14577           Move amrwb code getting and building to gst-libs/ext/amrwb
14578           Adapt everything else to match.
14579
14580 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14581
14582         * ext/directfb/dfbvideosink.c:
14583         (gst_dfbvideosink_navigation_send_event),
14584         (gst_dfbvideosink_get_type):
14585         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14586         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14587         (gst_sdlvideosink_show_frame),
14588         (gst_sdlvideosink_navigation_send_event):
14589         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14590         reveal potential bugs.
14591
14592 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14593
14594         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14595
14596         * configure.ac:
14597         * sys/Makefile.am:
14598         * sys/directsound/Makefile.am:
14599         * sys/directsound/gstdirectsoundsink.c:
14600         (gst_directsoundsink_reset):
14601           Add directsoundsink to build and dist it, so it gets built when
14602           compiling with MingW on win32 and the required headers and libraries
14603           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14604
14605         * tests/check/elements/.cvsignore:
14606           Fix CVS ignore for neonhttpsrc test binary.
14607
14608 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14609
14610         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14611
14612         * configure.ac:
14613         * sys/Makefile.am:
14614         * sys/directdraw/Makefile.am:
14615           Add directdrawsink to build and dist it, so it gets built when
14616           compiling with MingW on win32 and the required headers and libraries
14617           are available (fixes: #392313).
14618
14619         * sys/directdraw/gstdirectdrawsink.c:
14620         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14621         (gst_directdrawsink_setup_ddraw),
14622         (gst_directdrawsink_surface_create):
14623           Comment out some unused things and fix some printf format issues in
14624           order to avoid warnings when buildling with MingW (#392313).
14625
14626 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14627
14628         Patch by: Jens Granseuer  <jensgr at gmx net>
14629
14630         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14631         (gst_xvidenc_get_property):
14632         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14633         * gst/filter/gstfilter.c: (plugin_init):
14634         * gst/filter/gstiir.c: (iir_transform_ip):
14635         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14636         * gst/modplug/gstmodplug.cc:
14637         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14638         (gst_nuv_demux_stream_extend_header):
14639           Fix build with gcc-2.x (declare variables at the beginning of a
14640           block etc.). Fixes #391971.
14641
14642 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14643
14644         reviewed by: Edward Hervey  <edward@fluendo.com>
14645
14646         * gst/real/gstreal.c:
14647         (gst_realdec_setcaps): Use codec_data supplied in caps.
14648         (gst_realdec_get_property): Correctly return default path.
14649         (gst_realdec_class_init): Remove unused state_change method.
14650
14651 2007-01-01  Edward Hervey  <edward@fluendo.com>
14652
14653         * configure.ac:
14654         Only build the plugin on 32bit x86 architectures.
14655
14656 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14657
14658         reviewed by: Edward Hervey  <edward@fluendo.com>
14659
14660         * configure.ac:
14661         * gst/real/Makefile.am:
14662         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14663         (gst_realdec_decode), (gst_realdec_chain),
14664         (gst_realdec_activate_push), (gst_realdec_setcaps),
14665         (gst_realdec_init), (gst_realdec_base_init),
14666         (gst_realdec_change_state), (gst_realdec_finalize),
14667         (gst_realdec_set_property), (gst_realdec_get_property),
14668         (gst_realdec_class_init), (plugin_init):
14669         New plugin for decoding RealVideo Streams using the x86 32bit
14670         shared libraries.
14671         Closes #354174
14672
14673 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14674
14675         * tests/check/elements/videocrop.c: (GST_START_TEST),
14676         (videocrop_test_cropping_init_context):
14677           When we can't create an element needed for the test, print a message
14678           detailing which element it actually is that's missing (#390673).
14679
14680 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14681
14682         * ext/neon/gstneonhttpsrc.c:
14683         * ext/neon/gstneonhttpsrc.h:
14684         Added seek support.
14685         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14686         Fixes: #375264.
14687
14688 2006-12-22  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           reapply consistent pad (de)activation
14699
14700 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14701
14702         * configure.ac:
14703         Back to CVS
14704
14705         * gst-plugins-bad.doap:
14706         Add release section for 0.10.4
14707
14708 === release 0.10.4 ===
14709
14710 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
14711
14712         * configure.ac:
14713           releasing 0.10.4, "Black Bugs"
14714
14715 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14716
14717         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14718         (cleanup_mpeg2enc):
14719         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14720         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14721         (cleanup_wavpackdec):
14722         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14723         (cleanup_wavpackenc):
14724         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14725           revert my freeze breakage
14726
14727 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14728
14729         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14730         (cleanup_mpeg2enc):
14731         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14732         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14733         (cleanup_wavpackdec):
14734         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14735         (cleanup_wavpackenc):
14736         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14737           consistent pad (de)activation
14738
14739 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14740
14741         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
14742         (gst_qtdemux_chain):
14743           Don't post BUFFERING messages in streaming mode if the stream
14744           headers are behind the movie data; instead, post "progress" element
14745           messages as a temporary solution. Apps might get confused and do
14746           silly things to the pipeline state if they see buffering messages
14747           from different sources and don't realize they come from different
14748           sources (#387160).
14749
14750 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14751
14752         * configure.ac:
14753         * ext/Makefile.am:
14754         * ext/ladspa/*:
14755           Move LADPSA plugin from -good for the release, as it's not quite
14756           ready to be enabled by default in the -good module yet.
14757
14758 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14759
14760         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
14761         (gst_qtdemux_add_stream):
14762           Don't output g_warning for an unsupported format, just send a
14763           GST_ELEMENT_WARNING and don't add the pad.
14764           Fix the case where it doesn't check for a NULL pad in streaming mode.
14765           Fixes #387137
14766
14767 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14768
14769         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14770           Fix crash dereferencing NULL pointer if there's no stco atom.
14771           Fixes #387122.
14772
14773 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14774
14775         * ext/wavpack/gstwavpackenc.h:
14776         Use local copy of md5.h, as it disappeared in recent wavpack
14777         installs.
14778         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
14779         Fixes: #387076
14780
14781 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14782
14783         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
14784         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
14785           We don't support seeking in streaming mode, so don't even try.
14786           Implement seeking query so apps can query seekability properly
14787           (see #365414). Fix duration query.
14788
14789 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14790
14791         * Makefile.am:
14792         * gst-plugins-bad.doap:
14793         * gst-plugins-bad.spec.in:
14794           add doap file
14795
14796 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14797
14798         * ext/libmms/gstmms.c: (gst_mms_create):
14799           These debug statements should be using LOG level.
14800
14801 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14802
14803         * gst/modplug/libmodplug/sndfile.cpp:
14804           Fix potential buffer overflow (CVE-2006-4192) (#385788).
14805
14806 2006-12-13  Wim Taymans  <wim@fluendo.com>
14807
14808         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14809         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14810         (qtdemux_audio_caps):
14811         Add AMR-WB to the list of supported formats.
14812
14813 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14814
14815         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14816         (send_request_and_redirect):
14817           Fix minor mem leak in redirect code.
14818
14819         * tests/check/Makefile.am:
14820         * tests/check/elements/.cvsignore:
14821         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
14822         (GST_START_TEST), (neonhttpsrc_suite):
14823         * tests/check/gst-plugins-bad.supp:
14824           Add super-basic unit test for #384140.
14825
14826 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14827
14828         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14829         (send_request_and_redirect):
14830           Set offset on buffers pushed out (id3demux gets confused if the
14831           first buffer does not have an offset of 0). Fixes #384140.
14832
14833 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14834
14835         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14836         (gst_neonhttp_src_create), (send_request_and_redirect),
14837         (gst_neonhttp_src_start), (oom_callback):
14838          Minor clean-ups; remove newlines at end of debug statements.
14839
14840 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14841
14842         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
14843           Fix non-working redirects from inetfilm.com (handle 'alis' reference
14844           data type as well). Fixes #378613.
14845
14846 2006-12-11  Wim Taymans  <wim@fluendo.com>
14847
14848         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
14849
14850         * gst/modplug/gstmodplug.cc:
14851         Fix modplug duration query. Fixes #384294.
14852
14853 2006-12-08  Wim Taymans  <wim@fluendo.com>
14854
14855         Patch by: René Stadler  <mail at renestadler de>
14856
14857         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14858         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14859         (qtdemux_audio_caps):
14860         Fix caps for 24 bit raw PCM audio (2).
14861         Fixes #383471.
14862
14863 2006-12-07  Wim Taymans  <wim@fluendo.com>
14864
14865         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14866         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14867         (qtdemux_video_caps):
14868         Handle more H263 variants.
14869
14870 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14871
14872         * ext/jack/.cvsignore:
14873         Ignore old files as requested by the build slave.
14874
14875 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14876
14877         * configure.ac:
14878         Update the Jack requirement to the version where I think options_t
14879         appeared
14880
14881 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
14882
14883         * win32/MANIFEST:
14884         Fix compilation on win32 under VS8
14885         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
14886         Partially fixes #381175
14887
14888 2006-11-30  Wim Taymans  <wim@fluendo.com>
14889
14890         Patch by: René Stadler  <mail at renestadler de>
14891
14892         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
14893           Call the base class handler.  Fixes #380610.
14894
14895 2006-11-30  Wim Taymans  <wim@fluendo.com>
14896
14897         * ext/Makefile.am:
14898         Fix build.
14899
14900         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
14901         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14902         (gst_jack_ring_buffer_acquire):
14903         Small cleanups.
14904
14905 2006-11-30  Wim Taymans  <wim@fluendo.com>
14906
14907         * configure.ac:
14908         * ext/Makefile.am:
14909         * ext/jack/Makefile.am:
14910         * ext/jack/gstjack.c: (plugin_init):
14911         * ext/jack/gstjack.h:
14912         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
14913         (gst_jack_ring_buffer_class_init), (jack_process_cb),
14914         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14915         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
14916         (gst_jack_ring_buffer_finalize),
14917         (gst_jack_ring_buffer_open_device),
14918         (gst_jack_ring_buffer_close_device),
14919         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
14920         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
14921         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
14922         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
14923         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
14924         (gst_jack_audio_sink_set_property),
14925         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
14926         (gst_jack_audio_sink_create_ringbuffer):
14927         * ext/jack/gstjackaudiosink.h:
14928           Added fully functional jackaudiosink.
14929
14930 2006-11-27  Wim Taymans  <wim@fluendo.com>
14931
14932         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14933         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14934           Remove some asserts and replace them with a proper error
14935           message. Fixes #379261.
14936
14937 2006-11-26  Michael Smith  <msmith@fluendo.com>
14938
14939         * ext/theora/theoradec.c: (theora_dec_src_query),
14940         (theora_dec_src_event), (theora_handle_data_packet),
14941         (theora_dec_chain):
14942           Send events on the right pads, since they don't work very well if
14943           you send them in the wrong direction.
14944
14945 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
14946
14947         * ext/audiofile/gstafsink.c:
14948         * ext/polyp/plugin.c: (plugin_init):
14949         * ext/polyp/polypsink.c:
14950         * ext/polyp/polypsink.h:
14951         * sys/dxr3/dxr3audiosink.h:
14952         * sys/dxr3/dxr3spusink.h:
14953         * sys/dxr3/dxr3videosink.h:
14954           remove obsolete _factory_init protos and functions
14955
14956 2006-11-19  Michael Smith  <msmith@fluendo.com>
14957
14958         * gst/librfb/Makefile.am:
14959           Compile with appropriate cflags. Fixes build.
14960
14961 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14962
14963         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
14964         Actually set the TONE parameter for DVB-S when we should.
14965
14966 2006-11-16  David Schleef  <ds@schleef.org>
14967
14968         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
14969
14970 2006-11-16  David Schleef  <ds@schleef.org>
14971
14972         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
14973
14974 2006-11-16  David Schleef  <ds@schleef.org>
14975
14976         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14977
14978         * configure.ac:
14979         * gst/librfb/Makefile.am:
14980         * gst/librfb/gstrfbsrc.c:
14981         * gst/librfb/rfb.c:
14982         * gst/librfb/rfb.h:
14983         * gst/librfb/rfbbuffer.c:
14984         * gst/librfb/rfbbuffer.h:
14985         * gst/librfb/rfbbytestream.c:
14986         * gst/librfb/rfbbytestream.h:
14987         * gst/librfb/rfbcontext.h:
14988         * gst/librfb/rfbdecoder.c:
14989         * gst/librfb/rfbdecoder.h:
14990         * gst/librfb/rfbutil.h:
14991           Port librfb to 0.10 (#376106).
14992
14993 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
14994
14995         * ext/spc/gstspc.c: (spc_play):
14996           Fix build with disabled gst-debug.
14997
14998 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14999
15000         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
15001
15002         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
15003         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
15004         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
15005         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
15006         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
15007         (gst_wavpack_enc_change_state):
15008         * ext/wavpack/gstwavpackparse.c:
15009           Some small clean-ups: use enums instead of hard-coded numbers,
15010           const-ify element details, re-factor some code into _reset()
15011           functions (#352605).
15012
15013 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
15014
15015         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
15016         * sys/dvb/gstdvbsrc.h:
15017           Fix minor printf format issue; remove overly paranoid checks in
15018           create function; fix GObject boilerplate macros.
15019
15020 2006-11-14  Wim Taymans  <wim@fluendo.com>
15021
15022         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15023         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
15024         Don't parse extra sample params for raw pcm. Fixes #374914.
15025
15026 2006-11-14  Wim Taymans  <wim@fluendo.com>
15027
15028         * tests/check/elements/.cvsignore:
15029         Add cdaudio to ignore.
15030
15031 2006-11-14  Wim Taymans  <wim@fluendo.com>
15032
15033         * ext/Makefile.am:
15034         dist cdaudio dir.
15035
15036 2006-11-14  Wim Taymans  <wim@fluendo.com>
15037
15038         * configure.ac:
15039         * ext/Makefile.am:
15040         Fix cdaudio build.
15041
15042 2006-11-14  Wim Taymans  <wim@fluendo.com>
15043
15044         Patch by: Mark Nauwelaerts <manauw at skynet be>
15045
15046         * tests/check/Makefile.am:
15047         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
15048         (GST_START_TEST), (y4menc_suite), (main):
15049         Added y4m test. Fixes #372243.
15050
15051 2006-11-13  Wim Taymans  <wim@fluendo.com>
15052
15053         Patch by: Mark Nauwelaerts <manauw at skynet be>
15054
15055         * configure.ac:
15056         Enable cdaudio and y4m.
15057
15058         * gst/y4m/Makefile.am:
15059         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
15060         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
15061         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
15062         (gst_y4m_encode_get_stream_header),
15063         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
15064         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
15065         (gst_y4m_encode_change_state), (plugin_init):
15066         * gst/y4m/gsty4mencode.h:
15067         Port of y4mencode to 0.10. 
15068
15069 2006-11-10  David Schleef  <ds@schleef.org>
15070
15071         * configure.ac:
15072         * gst/videoparse/Makefile.am:
15073         * gst/videoparse/gstvideoparse.c:
15074           A little pluggy to make sense out of the random chunks we get
15075           from multifilesrc.
15076
15077 2006-11-10  David Schleef  <ds@schleef.org>
15078
15079         * gst/multifile/Makefile.am:
15080           Let's not depend on a file that doesn't exist.
15081
15082 2006-11-10  David Schleef  <ds@schleef.org>
15083
15084         * gst/multifilesink/Makefile.am:
15085         * gst/multifilesink/gstmultifilesink.c:
15086         * gst/multifilesink/gstmultifilesink.h:
15087         * gst/multifilesink/multifilesink.vcproj:
15088           Remove the old one.
15089
15090 2006-11-10  David Schleef  <ds@schleef.org>
15091
15092         * configure.ac:
15093         * gst/multifile/Makefile.am:
15094         * gst/multifile/gstmultifile.c:
15095         * gst/multifile/gstmultifilesink.c:
15096         * gst/multifile/gstmultifilesrc.c:
15097         * gst/multifile/multifile.vproj:
15098           Revive multifile[src|sink].
15099
15100 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15101
15102         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
15103         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15104         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
15105         Rename set_pes_filter to set_pes_filters for consistency.
15106         Do run-time pid filtering.
15107
15108 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15109
15110         * sys/dvb/gstdvbsrc.c: (read_device):
15111         Do not call output_frontend_stats from a method that does not
15112         have the gstdvbsrc object.
15113         This fixes the build, sorry guys!
15114
15115 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15116
15117         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
15118         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
15119         (gst_dvbsrc_set_pes_filter):
15120         * sys/dvb/gstdvbsrc.h:
15121         Force PAT to always be in the filter.
15122         Try to continue reading after failing 10 times.
15123
15124 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15125
15126         * po/POTFILES.in:
15127           add dvbsrc
15128         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
15129         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
15130         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
15131         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
15132         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
15133         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
15134         (gst_dvbsrc_set_pes_filter):
15135         * sys/dvb/gstdvbsrc.h:
15136           adapter-prefix is a terrible name for a device, so replace it.
15137           strerror should be used immediately after the syscall related to it.
15138           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
15139           (pretty easy to trigger by opening the same device twice).
15140           Use _OBJECT macros where it makes sense.
15141           This element is going to need some work before it moves.
15142
15143 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15144
15145         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15146
15147         * configure.ac:
15148         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
15149         (gst_wavpack_enc_correction_mode_get_type),
15150         (gst_wavpack_enc_joint_stereo_mode_get_type),
15151         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
15152           Fix enum nicks; only emit no-more-pads once; add support for very
15153           fast encoding mode in upcoming 4.40.0 release (#369539).
15154
15155 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15156
15157         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
15158
15159         * sys/directdraw/gstdirectdrawsink.c:
15160         (gst_directdrawsink_window_thread),
15161         (gst_directdrawsink_create_default_window):
15162         * sys/directdraw/gstdirectdrawsink.h:
15163         * sys/directsound/gstdirectsoundsink.c:
15164           Wait until the window is created before using it; guard unistd.h
15165           includes with HAVE_UNISTD_H. (#366523)
15166
15167         * win32/vs8/libgstdirectdraw.vcproj:
15168         * win32/vs8/libgstdirectsound.vcproj:
15169           Update project files.
15170
15171 2006-10-31  Wim Taymans  <wim@fluendo.com>
15172
15173         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15174         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
15175         (qtdemux_parse_trak):
15176         Handle unbounded length streams a bit better. Fixes #367696.
15177
15178 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15179
15180         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
15181           Fix flow handling and buffer refcounting (gst_pad_push() takes
15182           ownership of the buffer passed to it, the buffer does not have
15183           to be unreffed no matter what flow value gst_pad_push() returns).
15184
15185 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
15186
15187         Patch by: Renato Filho <renato.filho@indt.org.br> 
15188
15189         * gst/nuvdemux/gstnuvdemux.c:
15190         * gst/nuvdemux/gstnuvdemux.h:
15191         Fixed bug for files with timestamps less than 0.
15192         
15193 2006-10-21  David Schleef  <ds@schleef.org>
15194
15195         * configure.ac:
15196         * gst/multifilesink/Makefile.am:
15197         * gst/multifilesink/gstmultifilesink.c:
15198         * gst/multifilesink/gstmultifilesink.h:
15199           I copied over filesink a while ago and modified it to work
15200           as multifilesink.  Might as well check it in.  This could
15201           use some work before being declared useful.
15202
15203 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15204
15205         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
15206         * ext/wavpack/gstwavpackparse.c:
15207         (gst_wavpack_parse_create_src_pad):
15208         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
15209         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
15210           Activate pads before adding them to running element.
15211
15212 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15213
15214         Patch by: Josep Torra Valles  <josep at fluendo com>
15215
15216         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15217         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
15218         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
15219         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
15220         (qtdemux_tag_add_gnre):
15221           Make compile with Forte compiler, mostly don't do pointer arithmetic
15222           with void pointers (#362626).
15223
15224 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15225
15226         * gst/nuvdemux/gstnuvdemux.c:
15227         Just a cast to make it compile oos big_endian systems.
15228
15229 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15230
15231         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
15232         <rosfran.borges@indt.org.br>
15233
15234         * configure.ac:
15235         * gst/nuvdemux/:
15236         * gst/nuvdemux/Makefile.am:
15237         * gst/nuvdemux/gstnuvdemux.c:
15238         * gst/nuvdemux/gstnuvdemux.h:
15239         Created new element nuvdemux.
15240         
15241 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15242
15243         Patch by: Josep Torra Valles  <josep at fluendo com>
15244
15245         * gst/nsf/fds_snd.c:
15246         * gst/nsf/mmc5_snd.c:
15247         * gst/nsf/nsf.c:
15248         * gst/nsf/vrc7_snd.c:
15249         * gst/nsf/vrcvisnd.c:
15250           Fix some things the Forte compiler warns about (#362626).
15251
15252 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15253
15254         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
15255         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
15256         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
15257         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
15258         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
15259         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
15260         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
15261         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
15262         (qtdemux_tree_get_sibling_by_type):
15263         * gst/qtdemux/qtdemux.h:
15264           Avoid void pointer usage, better use guint8 * instead.
15265
15266 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
15267
15268         * configure.ac:
15269         * gst/deinterlace/Makefile.am:
15270         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
15271         (gst_deinterlace_class_init), (gst_deinterlace_init),
15272         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
15273         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
15274         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
15275         * gst/deinterlace/gstdeinterlace.h:
15276           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
15277           me for anything it does or does not do to your precious pictures.
15278
15279 2006-10-11  Edward Hervey  <edward@fluendo.com>
15280
15281         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15282         Add some fourcc for DV format.
15283
15284 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
15285
15286         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
15287         (gst_qtdemux_loop_state_header):
15288           Printf format fixes.
15289
15290         * sys/dvb/gstdvbsrc.c:
15291           Use "_stdint.h".
15292
15293 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15294
15295         * sys/dvb/Makefile.am:
15296         * sys/dvb/dvb-api/Makefile.am:
15297         * sys/dvb/dvb-api/audio.h:
15298         * sys/dvb/dvb-api/ca.h:
15299         * sys/dvb/dvb-api/dmx.h:
15300         * sys/dvb/dvb-api/frontend.h:
15301         * sys/dvb/dvb-api/net.h:
15302         * sys/dvb/dvb-api/osd.h:
15303         * sys/dvb/dvb-api/version.h:
15304         * sys/dvb/dvb-api/video.h:
15305         Remove these files, not needed use system files.
15306         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
15307         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15308         (gst_dvbsrc_tune):
15309         Fix warnings, uint16_t etc. is in stdint.h.
15310         Use system includes not our local ones.
15311
15312 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15313
15314         * configure.ac:
15315         * sys/Makefile.am:
15316         Add dvb detection and allow dvbsrc to be built.
15317
15318 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15319         
15320         * configure.ac:
15321         * sys/Makefile.am:
15322         * sys/dvb/AUTHORS:
15323         * sys/dvb/Makefile.am:
15324         * sys/dvb/README:
15325         * sys/dvb/dvb-api/Makefile.am:
15326         * sys/dvb/dvb-api/audio.h:
15327         * sys/dvb/dvb-api/ca.h:
15328         * sys/dvb/dvb-api/dmx.h:
15329         * sys/dvb/dvb-api/frontend.h:
15330         * sys/dvb/dvb-api/net.h:
15331         * sys/dvb/dvb-api/osd.h:
15332         * sys/dvb/dvb-api/version.h:
15333         * sys/dvb/dvb-api/video.h:
15334         * sys/dvb/gstdvbsrc.c: 
15335         * sys/dvb/gstdvbsrc.h:
15336         Initial import of dvbsrc.
15337         Currently won't be built.
15338
15339 2006-10-10  Wim Taymans  <wim@fluendo.com>
15340
15341         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15342         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
15343         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
15344         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
15345         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
15346         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
15347         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
15348         (qtdemux_parse_tree), (qtdemux_parse_trak):
15349         Reorganise some stuff.
15350         Parse RTSP redirection URLS.
15351
15352 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15353
15354         * docs/plugins/gst-plugins-bad-plugins.args:
15355         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15356         * docs/plugins/gst-plugins-bad-plugins.interfaces:
15357         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
15358         * docs/plugins/inspect/plugin-dtsdec.xml:
15359         * docs/plugins/inspect/plugin-mms.xml:
15360         * docs/plugins/inspect/plugin-mpeg2enc.xml:
15361         * docs/plugins/inspect/plugin-neon.xml:
15362         * docs/plugins/inspect/plugin-replaygain.xml:
15363         * docs/plugins/inspect/plugin-soundtouch.xml:
15364         * docs/plugins/inspect/plugin-spcdec.xml:
15365         * docs/plugins/inspect/plugin-swfdec.xml:
15366         * docs/plugins/inspect/plugin-videocrop.xml:
15367         * docs/plugins/inspect/plugin-wavpack.xml:
15368           Add/update docs stuff.
15369
15370 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15371
15372         Patch by: René Stadler  <mail at renestadler de>
15373
15374         * configure.ac:
15375         * docs/plugins/Makefile.am:
15376         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15377         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15378         * gst/replaygain/Makefile.am:
15379         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
15380         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
15381         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
15382         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
15383         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
15384         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
15385         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
15386         (gst_rg_analysis_album_result), (plugin_init):
15387         * gst/replaygain/gstrganalysis.h:
15388         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
15389         (apply_filters), (reset_filters), (accumulator_add),
15390         (accumulator_clear), (accumulator_result), (rg_analysis_new),
15391         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
15392         (rg_analysis_analyze_mono_float),
15393         (rg_analysis_analyze_stereo_float),
15394         (rg_analysis_analyze_mono_int16),
15395         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
15396         (rg_analysis_track_result), (rg_analysis_album_result),
15397         (rg_analysis_reset_album), (rg_analysis_reset):
15398         * gst/replaygain/rganalysis.h:
15399           Add ReplayGain analysis element (#357069).
15400
15401         * tests/check/Makefile.am:
15402         * tests/check/elements/.cvsignore:
15403         * tests/check/elements/rganalysis.c: (get_expected_gain),
15404         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
15405         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
15406         (fail_unless_track_gain), (fail_unless_track_peak),
15407         (fail_unless_album_gain), (fail_unless_album_peak),
15408         (fail_if_track_tags), (fail_if_album_tags),
15409         (fail_unless_num_tracks), (test_buffer_const_float_mono),
15410         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
15411         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
15412         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
15413         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
15414         (rganalysis_suite), (main):
15415           Unit tests for the new replaygain element.
15416
15417 2006-10-06  Wim Taymans  <wim@fluendo.com>
15418
15419         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
15420         (gst_faad_close_decoder):
15421         Some cleanups.
15422         Added some more debugging.
15423         Don't ever ignore unlinked, we're not a demuxer.
15424
15425         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
15426         Activate pad before adding it to the element.
15427
15428 2006-10-06  Michael Smith  <msmith@fluendo.com>
15429
15430         * ext/theora/theoradec.c: (gst_theoradec_reset),
15431         (theora_get_query_types), (theora_dec_src_query),
15432         (theora_dec_src_event), (theora_dec_sink_event),
15433         (theora_handle_comment_packet), (theora_handle_type_packet),
15434         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
15435         (theora_handle_422_image), (theora_handle_420_image),
15436         (theora_handle_data_packet), (theora_dec_chain),
15437         (theora_dec_change_state):
15438         * ext/theora/theoradec.h:
15439           Port lots of changes from theoradec to theoraexpdec.
15440           This catches this plugin up to theoradec. Note that duplicate frames
15441           are broken in theoradec at the moment.
15442
15443 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15444
15445         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15446           Fix mem leak, avoid unnecessary memcpy.
15447
15448 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
15449
15450         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15451         (gst_spectrum_transform_ip):
15452           Removed cruft code that was just commented out. Removed some obsolete
15453           debug logs statements.
15454
15455 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15456
15457         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
15458         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
15459         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
15460         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
15461         (qtdemux_parse_trak):
15462         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15463           Another batch of printf format fixes.
15464
15465 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15466
15467         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15468         (gst_video_crop_init),
15469         (gst_video_crop_get_image_details_from_caps),
15470         (gst_video_crop_transform_packed_complex),
15471         (gst_video_crop_transform_packed_simple),
15472         (gst_video_crop_transform), (gst_video_crop_transform_caps),
15473         (gst_video_crop_set_caps),
15474         (gst_videocrop_clear_negotiated_caps_locked),
15475         (gst_video_crop_set_property):
15476         * gst/videocrop/gstvideocrop.h:
15477           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
15478           passthrough mode; lastly, clear negotiated basetransform caps when
15479           the cropping changes in order to force renegotiation.
15480
15481 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15482
15483         * tests/icles/.cvsignore:
15484         * tests/icles/Makefile.am:
15485         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
15486         (test_with_caps), (video_crop_get_test_caps), (main):
15487           Visual test for videocrop, shows that packed yuv doesn't work right
15488           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
15489           reasons (another basetransform issue?)
15490
15491 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15492
15493         * po/POTFILES.in:
15494         * sys/v4l2/.cvsignore:
15495           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
15496
15497 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15498
15499         * docs/plugins/Makefile.am:
15500         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15501         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15502         * docs/plugins/inspect/plugin-video4linux2.xml:
15503         * gst-plugins-bad.spec.in:
15504           removed v4l2
15505
15506 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15507
15508         * configure.ac:
15509         * sys/Makefile.am:
15510         * sys/v4l2/Makefile.am:
15511         * sys/v4l2/README:
15512         * sys/v4l2/gstv4l2.c:
15513         * sys/v4l2/gstv4l2colorbalance.c:
15514         * sys/v4l2/gstv4l2colorbalance.h:
15515         * sys/v4l2/gstv4l2object.c:
15516         * sys/v4l2/gstv4l2object.h:
15517         * sys/v4l2/gstv4l2src.c:
15518         * sys/v4l2/gstv4l2src.h:
15519         * sys/v4l2/gstv4l2tuner.c:
15520         * sys/v4l2/gstv4l2tuner.h:
15521         * sys/v4l2/gstv4l2vidorient.c:
15522         * sys/v4l2/gstv4l2vidorient.h:
15523         * sys/v4l2/gstv4l2xoverlay.c:
15524         * sys/v4l2/gstv4l2xoverlay.h:
15525         * sys/v4l2/v4l2_calls.c:
15526         * sys/v4l2/v4l2_calls.h:
15527         * sys/v4l2/v4l2src_calls.c:
15528         * sys/v4l2/v4l2src_calls.h:
15529           moved to gst-plugins-good
15530
15531 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15532
15533         * sys/v4l2/gstv4l2object.c:
15534         (gst_v4l2_object_install_properties_helper):
15535           comment out the properties that are already part of the tuner
15536           interface.
15537
15538 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15539
15540         * sys/v4l2/gstv4l2src.c:
15541         Improve docs.
15542
15543 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15544
15545         * ext/xvid/gstxvid.c: (plugin_init):
15546           Set rank of xviddec to NONE until someone fixes it (too many crasher
15547           bug reports against totem, people should use gst-ffmpeg).
15548
15549 2006-09-28  Wim Taymans  <wim@fluendo.com>
15550
15551         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15552         (gst_v4l2src_get_caps):
15553         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15554         Framerate can be 0/1 too.
15555         Init framerate to 0/1 before querying it so that we can detect
15556         devices that don't know about a framerate.
15557         Add some more debugging info.
15558
15559 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15560
15561         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15562           Add support for 'yv12' fourcc.
15563
15564 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15565
15566         * sys/v4l2/gstv4l2src.c:
15567         * sys/v4l2/gstv4l2src.h:
15568         * tests/icles/v4l2src-test.c:
15569         Removed set-undef-fps.
15570
15571 2006-09-27  Wim Taymans  <wim@fluendo.com>
15572
15573         * sys/v4l2/gstv4l2object.c:
15574         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15575         (gst_v4l2_object_set_property_helper),
15576         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15577         * sys/v4l2/gstv4l2object.h:
15578         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15579         (gst_v4l2src_create):
15580         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15581         (gst_v4l2_tuner_list_channels),
15582         (gst_v4l2_tuner_set_channel_and_notify),
15583         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15584         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15585         (gst_v4l2_tuner_get_norm):
15586         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15587         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15588         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15589         Renamed some properties to match the tuner interface naming.
15590
15591 2006-09-27  Wim Taymans  <wim@fluendo.com>
15592
15593         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15594         (gst_v4l2_set_defaults):
15595         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15596         (gst_v4l2src_create):
15597         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15598         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15599         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15600         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15601         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15602         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15603         (gst_v4l2_set_input):
15604         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15605         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15606         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15607         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15608         (gst_v4l2src_buffer_new):
15609         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15610         Small cleanups.
15611         Fix error messages.
15612         Use locks when getting timestamps.
15613         Fix leaks in test.
15614         Add licensing header to tests.
15615
15616 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15617
15618         * sys/v4l2/gstv4l2colorbalance.c:
15619         * sys/v4l2/gstv4l2object.c:
15620         * sys/v4l2/gstv4l2src.c:
15621         * sys/v4l2/gstv4l2src.h:
15622         * sys/v4l2/gstv4l2tuner.c:
15623         * sys/v4l2/v4l2_calls.c:
15624         * sys/v4l2/v4l2src_calls.c:
15625         * tests/icles/v4l2src-test.c:
15626         Some cleanups and comments.
15627
15628 2006-09-26  Wim Taymans  <wim@fluendo.com>
15629
15630         * docs/plugins/Makefile.am:
15631         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15632         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15633         Add v4l2 plugin to the docs.
15634
15635         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15636         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15637         * sys/v4l2/gstv4l2src.h:
15638         * sys/v4l2/gstv4l2vidorient.c:
15639         Fix docs.
15640         Remove some more externs.
15641
15642 2006-09-26  Wim Taymans  <wim@fluendo.com>
15643
15644         * sys/v4l2/Makefile.am:
15645         Fix makefile, list libs in stack order.
15646
15647         * sys/v4l2/gstv4l2colorbalance.c:
15648         * sys/v4l2/gstv4l2colorbalance.h:
15649         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15650         (gst_v4l2_object_install_properties_helper):
15651         * sys/v4l2/gstv4l2object.h:
15652         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15653         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15654         * sys/v4l2/gstv4l2src.h:
15655         * sys/v4l2/gstv4l2tuner.h:
15656         * sys/v4l2/gstv4l2vidorient.h:
15657         * sys/v4l2/gstv4l2xoverlay.h:
15658         * sys/v4l2/v4l2_calls.h:
15659         * sys/v4l2/v4l2src_calls.h:
15660         Fix coding style:
15661         - Remove extern from functions.
15662         - Fix header indentation.
15663         Fix Flags, add defaults for properties.
15664         Remove unused enums.
15665         Fix TOO_LAZY in error messages.
15666
15667 2006-09-26  Wim Taymans  <wim@fluendo.com>
15668
15669         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15670         (gst_v4l2_probe_needs_probe),
15671         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15672         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15673         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15674         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15675         * sys/v4l2/gstv4l2object.h:
15676         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15677         (gst_v4l2src_init), (gst_v4l2src_dispose),
15678         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15679         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15680         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15681         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15682         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15683         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15684         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15685         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15686         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15687         (gst_v4l2_get_input), (gst_v4l2_set_input):
15688         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15689         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15690         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15691         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15692         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15693         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15694         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15695         (gst_v4l2src_buffer_new):
15696         Fix pass at code cleanups, move errors cases out of the normal
15697         flow for additional code clarity.
15698
15699 2006-09-23  Wim Taymans  <wim@fluendo.com>
15700
15701         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15702         (gst_cdaudio_init), (gst_cdaudio_set_property),
15703         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15704         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15705         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15706         Port to 0.10.
15707
15708 2006-09-22  David Schleef  <ds@schleef.org>
15709
15710         * sys/glsink/glimagesink.c:
15711           Fix problems when the element cannot open the display.
15712           (fixes #357212)
15713
15714 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15715
15716         * configure.ac:
15717           Up requirements to -base CVS and core CVS (the format for the
15718           video orientation interface used by v4l2src and the latter
15719           since that's what -base CVS requires).
15720
15721 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15722
15723         * ext/directfb/dfbvideosink.c: (plugin_init):
15724           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
15725           be autoplugged shouldn't trump plugins in -base, -good or -ugly
15726           (in this case ximagesink).
15727
15728         * sys/glsink/glimagesink.c: (plugin_init):
15729           Set rank to NONE to prevent it from being autoplugged until
15730           errors are handled properly (see #357212).
15731
15732 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
15733
15734         * ext/neon/Makefile.am:
15735         * ext/neon/gstneonhttpsrc.c:
15736         * ext/neon/gstneonhttpsrc.h:
15737         Reverted previous commit (2006-09-19 - Allow internal codes from
15738         last.fm). As dicussed on #gstreamer it should be done in separete
15739         element.
15740
15741 2006-09-21  Wim Taymans  <wim@fluendo.com>
15742
15743         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
15744         (gst_faac_chain):
15745         Add decoder specific info on the caps.
15746         Some cleanups here and there.
15747
15748 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
15749
15750         Patch by: Milosz Derezynski <internalerror@gmail.com> and
15751                   Rosfran Borges <rosfran.borges@indt.org.br>
15752
15753         * ext/neon/Makefile.am:
15754         * ext/neon/gstneonhttpsrc.c:
15755         * ext/neon/gstneonhttpsrc.h:
15756         Allow internal codes from last.fm
15757         
15758
15759 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15760
15761         * tests/icles/v4l2src-test.c:
15762         Just a small fix to the app options.
15763
15764 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15765
15766         * sys/v4l2/Makefile.am:
15767         * sys/v4l2/gstv4l2src.c:
15768         * sys/v4l2/gstv4l2vidorient.c:
15769         * sys/v4l2/gstv4l2vidorient.h:
15770         * tests/icles/v4l2src-test.c:
15771         Add Video Orientation interface support to v4l2src.
15772         
15773 2006-09-19  Wim Taymans  <wim@fluendo.com>
15774
15775         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15776         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
15777         (gst_gsmdec_chain):
15778         * ext/gsm/gstgsmdec.h:
15779         Handle WAV49 variant (GSM in WAV).
15780         Some small cleanups.
15781
15782 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
15783
15784         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
15785         Fix GST_BUFFER_DURATION.
15786
15787 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
15788
15789         * ext/hermes/gsthermescolorspace.c:
15790         * ext/ivorbis/vorbisfile.c:
15791         * ext/lcs/gstcolorspace.c:
15792         * ext/wavpack/gstwavpackenc.h:
15793         * ext/xine/xineaudiodec.c:
15794         * ext/xine/xineaudiosink.c:
15795         * ext/xine/xineinput.c:
15796         * gst/chart/gstchart.c:
15797         * gst/equalizer/gstiirequalizer.c:
15798         * gst/games/gstpuzzle.c:
15799         * gst/librfb/gstrfbsrc.c:
15800         * gst/mixmatrix/mixmatrix.c:
15801         * gst/nsf/gstnsf.h:
15802         * gst/vbidec/gstvbidec.c:
15803         * gst/virtualdub/gstxsharpen.c:
15804           More G_OBJECT macro fixing.
15805
15806 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
15807
15808         * sys/v4l2/gstv4l2src.c:
15809         * sys/v4l2/gstv4l2src.h:
15810         * sys/v4l2/gstv4l2xoverlay.c:
15811         * sys/v4l2/v4l2_calls.c:
15812         * sys/v4l2/v4l2src_calls.c:
15813         * tests/icles/v4l2src-test.c:
15814         The test application and the plgind error messages has been improved.
15815         
15816 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
15817
15818         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
15819         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
15820           Implements stop() to clear the adapter and event() to clear the
15821           adapter on FLUSH_STOP and EOS.
15822
15823 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15824
15825         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15826         (gst_spectrum_set_property):
15827         * gst/spectrum/gstspectrum.h:
15828           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
15829           René Stadler
15830
15831 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15832
15833         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
15834           Use more defines
15835
15836         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15837         (gst_spectrum_dispose), (gst_spectrum_set_caps),
15838         (gst_spectrum_transform_ip):
15839         * gst/spectrum/gstspectrum.h:
15840           Apply some of the spectrum cleanup changes suggested in #348085.
15841
15842 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15843
15844         * configure.ac:
15845           Bump requirements of -base (videocrop test case needs this).
15846
15847         * gst/videocrop/gstvideocrop.c:
15848           Document sloppy handling of subsampled chroma planes if
15849           left/top cropping is an odd number.
15850
15851         * tests/check/elements/videocrop.c: (handoff_cb),
15852         (videocrop_test_cropping_init_context),
15853         (videocrop_test_cropping_deinit_context),
15854         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
15855         (videocrop_suite), (main):
15856           Add another unit test that crops the input to 1x1 (and checks
15857           that that pixel has the expected values in a number of formats).
15858
15859 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15860
15861         * gst/videocrop/Makefile.am:
15862         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15863         (gst_video_crop_transform_packed),
15864         (gst_video_crop_transform_planar):
15865           Some quick tests indicate that it doesn't make a great deal
15866           of sense to use liboil here, at least not for the memcpy()s
15867           we do, so remove liboil usage until there is clear evidence
15868           it actually makes a positive difference somewhere.
15869
15870 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
15871
15872         * tests/check/elements/videocrop.c: (handoff_cb),
15873         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
15874         (notgst_value_list_get_nth_int), (videocrop_suite):
15875           More tests: check passthrough mode and caps transform in
15876           both directions with fixed values, ranges and lists.
15877
15878 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15879
15880         * docs/plugins/Makefile.am:
15881         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15882         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15883         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15884           Add videocrop to docs.
15885
15886         * gst/videocrop/Makefile.am:
15887         * gst/videocrop/gstvideocrop.c:
15888         * gst/videocrop/gstvideocrop.h:
15889           Move boilerplate stuff and structures into a header file.
15890
15891         * tests/check/Makefile.am:
15892         * tests/check/elements/.cvsignore:
15893         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
15894         (test_unit_sizes), (videocrop_test_cropping_init_context),
15895         (videocrop_test_cropping_deinit_context),
15896         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
15897           Add unit tests for videocrop.
15898
15899 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15900
15901         * configure.ac:
15902         * gst/videocrop/Makefile.am:
15903         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
15904         (gst_video_crop_class_init), (gst_video_crop_init),
15905         (gst_video_crop_get_image_details_from_caps),
15906         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
15907         (gst_video_crop_transform_planar), (gst_video_crop_transform),
15908         (gst_video_crop_transform_dimension),
15909         (gst_video_crop_transform_dimension_value),
15910         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
15911         (gst_video_crop_set_property), (gst_video_crop_get_property),
15912         (plugin_init):
15913           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
15914           it support all formats videoscale supports (#345653).
15915
15916 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15917
15918         * sys/v4l2/gstv4l2.c:
15919         * sys/v4l2/gstv4l2colorbalance.c:
15920         * sys/v4l2/gstv4l2object.c:
15921         (gst_v4l2_object_install_properties_helper):
15922         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15923         * sys/v4l2/gstv4l2src.h:
15924           Whitespace cleanups, dashify property-names.
15925
15926 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15927
15928         * sys/v4l2/gstv4l2.c:
15929         * sys/v4l2/gstv4l2colorbalance.c:
15930         * sys/v4l2/gstv4l2colorbalance.h:
15931         * sys/v4l2/gstv4l2object.c:
15932         * sys/v4l2/gstv4l2object.h:
15933         * sys/v4l2/gstv4l2src.c:
15934         * sys/v4l2/gstv4l2src.h:
15935         * sys/v4l2/gstv4l2tuner.c:
15936         * sys/v4l2/gstv4l2tuner.h:
15937         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15938         * sys/v4l2/gstv4l2xoverlay.h:
15939         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15940         (gst_v4l2_open):
15941         * sys/v4l2/v4l2_calls.h:
15942         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
15943         (gst_v4l2src_capture_init):
15944         * sys/v4l2/v4l2src_calls.h:
15945           Cleanup error messages and unify header comments
15946
15947 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
15948
15949         * gst/nsf/Makefile.am:
15950         Add missing GST_LIBS
15951
15952 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15953
15954         * sys/v4l2/gstv4l2src.c:
15955         Another small fix to set_caps function (sucks copy/paste error).
15956         
15957 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15958
15959         * sys/v4l2/gstv4l2src.c:
15960         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
15961
15962 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15963
15964         * sys/v4l2/gstv4l2src.c:
15965         A small fix to set_caps function.
15966
15967 2006-08-30  Edward Hervey  <edward@fluendo.com>
15968
15969         * gst/qtdemux/qtdemux.c:
15970         (gst_qtdemux_do_seek):
15971         Reset each streams last_flow to GST_FLOW_OK.
15972         (gst_qtdemux_activate_segment):
15973         Removing mystic modifications for good.
15974
15975 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15976
15977         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15978         (qtdemux_parse_tree):
15979           put back 'segment start<=stop' change that was mystically reverted by
15980           the last commit
15981
15982 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15983
15984         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15985         (qtdemux_parse_tree):
15986         Fix the build for disabled debug
15987
15988 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
15989
15990         * sys/v4l2/gstv4l2src.c:
15991         * sys/v4l2/v4l2src_calls.c:
15992         * sys/v4l2/v4l2src_calls.h:
15993         Fixed framerate negotiation.
15994         
15995 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
15996
15997         Patch by: Andrew Andkjar  <enki at goodship net>
15998
15999         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
16000         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
16001         (gst_sdlvideosink_deinitsdl):
16002           Only de-init the subsystem we previously initialised. Avoids
16003           borkage when both sdlvideosink and sdlaudiosink are used
16004           at the same time and one is shut down.
16005
16006 2006-08-28  Wim Taymans  <wim@fluendo.com>
16007
16008         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
16009         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
16010         (qtdemux_video_caps):
16011         Make sure segment start<=stop in weird quicktime files.
16012
16013 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
16014
16015         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
16016           add comments and more debug logging
16017
16018 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
16019
16020         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16021
16022         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
16023         (gst_wavpack_dec_chain):
16024           Post audio codec and average bitrate tags on bus (#344472).
16025
16026         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16027         (gst_wavpack_parse_src_query):
16028           Forward queries in other formats (BYTE format in particular)
16029           upstream; add Sebastian to authors.
16030
16031 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
16032
16033         * sys/v4l2/gstv4l2src.c:
16034         * sys/v4l2/v4l2src_calls.c:
16035         * sys/v4l2/v4l2src_calls.h:
16036         Fix set_caps to set width and height to the values the driver is
16037         really working with.
16038
16039 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16040
16041         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
16042           Fix mem leak, send newsegment event on correction pad
16043           as well (#352476).
16044
16045         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
16046           Restore original author (on Sebastian's request).
16047
16048         * tests/check/Makefile.am:
16049         * tests/check/gst-plugins-bad.supp:
16050           Add (so far empty) suppression file for -bad. Remove
16051           wavpackenc test from VALGRIND_TO_FIX now that the leak
16052           is fixed.
16053
16054 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16055
16056         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16057
16058         * tests/check/Makefile.am:
16059         * tests/check/elements/.cvsignore:
16060         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
16061         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
16062         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
16063         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
16064         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
16065         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
16066         (wavpackparse_suite), (main):
16067           Add unit tests for wavpack elements (#352476).
16068
16069 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16070
16071         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16072
16073         * docs/plugins/Makefile.am:
16074         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16075         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16076         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16077         * docs/plugins/inspect/plugin-wavpack.xml:
16078         * ext/wavpack/gstwavpackdec.c:
16079         * ext/wavpack/gstwavpackdec.h:
16080         * ext/wavpack/gstwavpackenc.c:
16081         * ext/wavpack/gstwavpackenc.h:
16082         * ext/wavpack/gstwavpackparse.c:
16083         * ext/wavpack/gstwavpackparse.h:
16084           Add docs for wavpack elements (#352476).
16085
16086 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
16087
16088         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
16089         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
16090         Fixed query size to work with drivers that uses intermediate step
16091         like "width * height" to find closest size.
16092         
16093 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16094
16095         * configure.ac:
16096         * docs/plugins/Makefile.am:
16097         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16098         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16099         * gst/gdp/Makefile.am:
16100         * gst/gdp/gstgdp.c:
16101         * gst/gdp/gstgdpdepay.c:
16102         * gst/gdp/gstgdpdepay.h:
16103         * gst/gdp/gstgdppay.c:
16104         * gst/gdp/gstgdppay.h:
16105         * tests/check/Makefile.am:
16106         * tests/check/elements/gdpdepay.c:
16107         * tests/check/elements/gdppay.c:
16108           move gdp plugin to good.
16109
16110 2006-08-21  Wim Taymans  <wim@fluendo.com>
16111
16112         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16113         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
16114         (qtdemux_video_caps), (qtdemux_audio_caps):
16115         Some more constification.
16116         Fix some paletted data formats again.
16117         Fix ulaw/alaw in qt.
16118         Set correct caps for raw RGB.
16119         Add support for yuv2, which is like Yuv2.
16120         Add support for raw audio with the NONE fourcc, which is like raw.
16121
16122 2006-08-21  Wim Taymans  <wim@fluendo.com>
16123
16124         * ext/gsm/gstgsm.c: (plugin_init):
16125         Make rank PRIMARY now that GSM seems to work fine.
16126
16127 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16128
16129         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16130         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
16131         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
16132         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
16133         (gst_wavpack_enc_rewrite_first_block),
16134         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16135         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16136         * ext/wavpack/gstwavpackenc.h:
16137         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16138         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
16139         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
16140         (gst_wavpack_parse_loop):
16141           More clean-ups: use shorter variable names to make code easier to
16142           read; prefix structures we define with 'Gst' to make it clearer
16143           where they come from.
16144
16145 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16146
16147         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16148         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
16149         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16150         (gst_wavpack_enc_sink_event):
16151           Fix caps set on buffers and template caps (output is framed)
16152           and make them match (#351663); use GST_WARNING_OBJECT instead of
16153           GST_ELEMENT_WARNING; simplify push_block(); do some small
16154           clean-ups here and there; fix memleak (#351663).
16155
16156 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
16157
16158         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
16159
16160         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
16161         (gst_wavpack_parse_get_upstream_length),
16162         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
16163         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
16164           Fix resyncing in push mode not stopping re-syncing at embedded
16165           zeroes; skip garbage between frames in pull mode as well if
16166           necessary; use gst_pad_query_peer_duration(); push EOS and
16167           NEWSEGMENT event in right direction (#351659).
16168
16169 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
16170
16171         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16172
16173         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
16174         * ext/wavpack/gstwavpackparse.c:
16175         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
16176           In push mode, re-sync to next wavpack header if sync is lost
16177           (#351557). Also use hyphens instead of underscores in
16178           GObject property names.
16179
16180 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16181
16182         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16183
16184         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
16185         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
16186         (gst_wavpack_parse_src_query),
16187         (gst_wavpack_parse_handle_seek_event),
16188         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16189         (gst_wavpack_parse_create_src_pad),
16190         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
16191         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
16192         (gst_wavpack_parse_sink_activate_pull):
16193         * ext/wavpack/gstwavpackparse.h:
16194           Make wavpackparse also work in push-mode (not seekable yet though);
16195           some small clean-ups along the way; add support for SEEKING query
16196           and query types function. (#351495).
16197
16198 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16199
16200         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
16201         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
16202           Fix leaks (#351502).
16203
16204 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
16205
16206         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
16207         (qtdemux_process_redirects), (qtdemux_parse_tree):
16208           Extract all references/redirections if there is more
16209           than one and sort them; also extract minimum required
16210           bitrate information if available. (#350399)
16211           
16212 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
16213
16214         Patch by: Michal Benes  <michal.benes at itonis tv>
16215
16216         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
16217           Bitrate in the faac structure is per output channel,
16218           not total bitrate (#350741).
16219
16220 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16221
16222         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
16223           Fix GST_ELEMENT_ERROR usage.
16224
16225 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16226
16227         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16228           Fix silly typo.
16229
16230 2006-08-08  Edward Hervey  <edward@fluendo.com>
16231
16232         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16233         I forgot to include the file containing the #define :)
16234         Now includes "config.h"
16235
16236 2006-08-08  Edward Hervey  <edward@fluendo.com>
16237
16238         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16239         Ignore test known to fail on PPC64. See #348114.
16240
16241 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
16242
16243         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
16244         br>
16245
16246         * ext/neon/gstneonhttpsrc.c:
16247         * ext/neon/gstneonhttpsrc.h:
16248         Allow HTTP redirect (HTTP status code 302).
16249
16250 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16251
16252         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16253         Fix event parsing by gdpdepay.  Fixes #349916.
16254
16255 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
16256
16257         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
16258         com>
16259
16260         * ext/Makefile.am:
16261           Use right variables when USE_SPC is defined.
16262
16263 2006-08-02  Wim Taymans  <wim@fluendo.com>
16264
16265         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16266         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
16267         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
16268         (gst_gdp_depay_change_state):
16269         Disable seeking.
16270         Small cleanups.
16271         Clear adapter on disconts.
16272         Clear caps when going to READY instead of NULL
16273
16274         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16275         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
16276         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16277         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16278         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16279         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
16280         (gst_gdp_pay_change_state):
16281         * gst/gdp/gstgdppay.h:
16282         Reset payloader when going to READY.
16283         Fix leaked buffers in ->queue on push errors.
16284         Disable seeking.
16285         Code cleanups.
16286         Create packetizer in _init, free in _finalize.
16287
16288 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16289
16290         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16291         (gst_dfbvideosink_buffer_alloc): Post an error message.
16292
16293 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16294
16295         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16296         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
16297         setup yet. Fail changing state if setup fails.
16298
16299 2006-07-31  Wim Taymans  <wim@fluendo.com>
16300
16301         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16302         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
16303         Consume all events except EOS because we generate events from
16304         the gdp payload instead. Fixes #349204
16305
16306 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16307
16308         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
16309         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
16310         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
16311         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16312         (gst_xviddec_setcaps), (gst_xviddec_change_state):
16313         * ext/xvid/gstxviddec.h:
16314           Clean-ups and code reflows. Pass return value from
16315           gst_pad_alloc_buffer() upstream among other things. Also check
16316           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
16317           Mass rename of xviddec -> dec variable for better
16318           code readability.
16319
16320 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16321
16322         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
16323           Fix size calculation for I420/YV12. Fixes #348976.
16324
16325 2006-07-27  Wim Taymans  <wim@fluendo.com>
16326
16327         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16328         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
16329         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
16330         Fix negotiation.
16331
16332 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16333
16334         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
16335           proxying get/set caps is the wrong thing to do, since we really
16336           do change caps quite fundamentally
16337         * tests/check/elements/gdpdepay.c:
16338         * tests/check/elements/gdppay.c:
16339           remove declaration of buffers, it's already done in gstcheck.h
16340
16341 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
16342
16343         * sys/directsound/gstdirectsoundsink.h:
16344         * sys/directsound/gstdirectsoundsink.c:
16345         Add an attenuation property that will directly attenuate the 
16346         directsound buffer.
16347         Change the size of the directsound secondary buffer to a half second.
16348         Add more debug logs.
16349         Add a lock to protect dsound buffer write access.
16350         Fix a bad implementation of reset.
16351         * sys/directsound/gstdirectdrawsink.c:
16352         * sys/directsound/gstdirectdrawsink.h:
16353         Add a keep_aspect_ratio property.
16354         Do not use overlay if not supported.
16355         Add more debug logs.
16356         Remove overwrite of WM_ERASEBKGND message handling. It was not
16357         redrawing border when keep_aspect_ratio was enabled.
16358         * win32/common/config.h:
16359         update version waiting an auto-generated config.h
16360
16361 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
16362
16363         Patch by: Chris Lee  <clee at kde org>
16364
16365         * configure.ac:
16366         * ext/Makefile.am:
16367         * ext/spc/Makefile.am:
16368         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
16369         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
16370         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
16371         (gst_spc_dec_src_query), (spc_play), (spc_setup),
16372         (gst_spc_dec_change_state), (plugin_init):
16373         * ext/spc/gstspc.h:
16374           Add libopenspc-based SPC decoder element (#348220).
16375
16376 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16377
16378         Patch by: Martin Szulecki
16379
16380         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
16381           If "device-name" is requested and the device is not
16382           open, try to temporarily open it to obtain this
16383           information (#342494).
16384
16385 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16386
16387         * gst/nsf/nsf.c: (nsf_load):
16388           Really fix compilation. Apparently it's not enough to
16389           just check the return value for errors, but we need to
16390           check for short reads as well (now if only we handled
16391           them too ...). Fixes #347935.
16392
16393 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16394
16395         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
16396           Fix caps after previous change to byte order endianness.
16397
16398         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16399         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16400         (gst_wavpack_parse_loop):
16401         * ext/wavpack/gstwavpackparse.h:
16402           Queue incoming events if there's no source pad yet and
16403           send them downstream later when the pad is there.
16404
16405 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16406
16407         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
16408         (gst_wavpack_dec_format_samples),
16409         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16410         (gst_wavpack_dec_change_state):
16411         * ext/wavpack/gstwavpackdec.h:
16412           Output audio in native byte order (which is also how we get
16413           samples from wavpack); output samples with 21-24 bit depth
16414           with 32 bit width (makes things easier for us).
16415
16416 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16417
16418         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16419         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16420         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16421         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16422         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
16423         * ext/wavpack/gstwavpackdec.h:
16424           More clean-ups: remove most of the disfunctional correction
16425           pad stuff for now, if it ever gets implemented a lot of stuff
16426           will have to be rewritten anyway; redo chain function, move
16427           errors to end, error out instead of g_assert()ing. Also rename
16428           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
16429           other small stuff.
16430
16431 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16432
16433         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16434
16435         * configure.ac:
16436           Check for wavpack version and define WAVPACK_OLD_API if
16437           necessary.
16438
16439         * ext/wavpack/Makefile.am:
16440         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
16441         (gst_wavpack_read_metadata):
16442         * ext/wavpack/gstwavpackcommon.h:
16443         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16444         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16445         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16446         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16447         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
16448         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
16449         * ext/wavpack/gstwavpackdec.h:
16450         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
16451         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
16452         (gst_wavpack_enc_set_wp_config):
16453         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16454         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
16455         (gst_wavpack_parse_index_get_entry_from_sample),
16456         (gst_wavpack_parse_scan_to_find_sample),
16457         (gst_wavpack_parse_handle_seek_event),
16458         (gst_wavpack_parse_create_src_pad):
16459         * ext/wavpack/gstwavpackstreamreader.c:
16460         * ext/wavpack/gstwavpackstreamreader.h:
16461           Port to new/official wavpack API, don't use API that was exported
16462           in wavpack header files and in the lib but meant to be private, at
16463           least not for recent wavpack versions; misc. 'cleanups' (#347443).
16464
16465 2006-07-18  Wim Taymans  <wim@fluendo.com>
16466
16467         * gst/nsf/nsf.c: (nsf_load):
16468         Fix compilation by not ignoring return values of fread.
16469
16470 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16471
16472         * docs/plugins/inspect/plugin-alsaspdif.xml:
16473         * docs/plugins/inspect/plugin-filter.xml:
16474         * docs/plugins/inspect/plugin-h264parse.xml:
16475         * docs/plugins/inspect/plugin-musepack.xml:
16476         * docs/plugins/inspect/plugin-nsfdec.xml:
16477         * docs/plugins/inspect/plugin-sdl.xml:
16478         * docs/plugins/inspect/plugin-spectrum.xml:
16479           adding more inspect docs
16480
16481 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16482
16483         * docs/plugins/inspect/plugin-gdp.xml:
16484           actually commit inspectation of gdp element
16485
16486 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16487
16488         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
16489         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16490           remove parent_class setting, BOILERPLATE does this
16491         (gst_gdp_pay_reset_streamheader):
16492           fix typo in comment
16493
16494 2006-07-17  Wim Taymans  <wim@fluendo.com>
16495
16496         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16497         (gst_qtdemux_prepare_current_sample),
16498         (gst_qtdemux_loop_state_movie):
16499         Store duration in uint64 too instead of clipping.
16500         When we do a keyframe seek and the requested time is at the
16501         keyframe, don't seek back to the beginning of the keyframe.
16502         Fixes #347439.
16503
16504 2006-07-16  Wim Taymans  <wim@fluendo.com>
16505
16506         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16507         Don't crash on small buffers.
16508
16509 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16510
16511         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16512         Reset adapter.
16513
16514 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16515
16516         * gst/spectrum/demo-audiotest.c: (main):
16517         * gst/spectrum/demo-osssrc.c: (main):
16518         Do not use deprecated gtk functions.
16519
16520 2006-07-14  Wim Taymans  <wim@fluendo.com>
16521
16522         * gst/nsf/Makefile.am:
16523         * gst/nsf/memguard.c:
16524         * gst/nsf/memguard.h:
16525         * gst/nsf/types.h:
16526         Remove crack malloc/free replacement.
16527
16528 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16529
16530         * docs/plugins/Makefile.am:
16531         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16532         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16533           add more plugins and elements to docs
16534         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16535           fix segfaults due to wrong g_free
16536           add example
16537         * gst/gdp/gstgdppay.c:
16538           add example
16539
16540 2006-07-13  Wim Taymans  <wim@fluendo.com>
16541
16542         * gst/nsf/Makefile.am:
16543         Fix build.
16544
16545 2006-07-13  Wim Taymans  <wim@fluendo.com>
16546
16547         Based on patches by: Johan Dahlin <johan at gnome dot org>
16548                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16549
16550         * configure.ac:
16551         * gst/nsf/Makefile.am:
16552         * gst/nsf/dis6502.h:
16553         * gst/nsf/fds_snd.c:
16554         * gst/nsf/fds_snd.h:
16555         * gst/nsf/fmopl.c:
16556         * gst/nsf/fmopl.h:
16557         * gst/nsf/gstnsf.c:
16558         * gst/nsf/gstnsf.h:
16559         * gst/nsf/log.c:
16560         * gst/nsf/log.h:
16561         * gst/nsf/memguard.c:
16562         * gst/nsf/memguard.h:
16563         * gst/nsf/mmc5_snd.c:
16564         * gst/nsf/mmc5_snd.h:
16565         * gst/nsf/nes6502.c:
16566         * gst/nsf/nes6502.h:
16567         * gst/nsf/nes_apu.c:
16568         * gst/nsf/nes_apu.h:
16569         * gst/nsf/nsf.c:
16570         * gst/nsf/nsf.h:
16571         * gst/nsf/osd.h:
16572         * gst/nsf/types.h:
16573         * gst/nsf/vrc7_snd.c:
16574         * gst/nsf/vrc7_snd.h:
16575         * gst/nsf/vrcvisnd.c:
16576         * gst/nsf/vrcvisnd.h:
16577         Added NSF decoder plugin. Fixes 151192. 
16578
16579 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16580
16581         * tests/check/Makefile.am:
16582           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16583
16584 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16585
16586         * configure.ac:
16587           Don't error out in configure if mjpegtools dev is not there.
16588
16589 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16590
16591         Patch by: Mark Nauwelaerts <manauw at skynet be>
16592
16593         * configure.ac:
16594         * ext/Makefile.am:
16595         * ext/mpeg2enc/Makefile.am:
16596         * ext/mpeg2enc/gstmpeg2enc.cc:
16597         * ext/mpeg2enc/gstmpeg2enc.hh:
16598         * ext/mpeg2enc/gstmpeg2encoder.cc:
16599         * ext/mpeg2enc/gstmpeg2encoder.hh:
16600         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16601         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16602         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16603         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16604         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16605           Port mpeg2enc to 0.10 (#343184).
16606
16607         * tests/check/Makefile.am:
16608         * tests/check/elements/.cvsignore:
16609         * tests/check/elements/mpeg2enc.c:
16610           Add unit test for mpeg2enc.
16611
16612         * tests/icles/.cvsignore:
16613           Ignore pitch-test.
16614
16615 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16616
16617         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16618           Fix typo in property nick.
16619
16620 2006-07-10  Wim Taymans  <wim@fluendo.com>
16621
16622         * gst/filter/gstbpwsinc.h:
16623         * gst/filter/gstiir.h:
16624         * gst/filter/gstlpwsinc.h:
16625         Don't forget new files.
16626
16627 2006-07-10  Wim Taymans  <wim@fluendo.com>
16628
16629         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16630
16631         * configure.ac:
16632         * gst/filter/Makefile.am:
16633         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16634         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16635         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16636         (bpwsinc_set_property), (bpwsinc_get_property):
16637         * gst/filter/gstfilter.c: (plugin_init):
16638         * gst/filter/gstfilter.h:
16639         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16640         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16641         (iir_transform_ip), (iir_set_property), (iir_get_property):
16642         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16643         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16644         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16645         (lpwsinc_set_property), (lpwsinc_get_property):
16646         Ported the gstfilter plugin to GStreamer 0.10.
16647         Fixes #346853.
16648
16649 2006-07-10  Wim Taymans  <wim@fluendo.com>
16650
16651         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16652           Extract comment information!!
16653
16654 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16655
16656         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16657         (qtdemux_tag_add_date):
16658           Extract year/date information (fixes #347079).
16659
16660 2006-07-07  Wim Taymans  <wim@fluendo.com>
16661
16662         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16663         Don't crash on twos/sowt/raw audio. #345830.
16664
16665 2006-07-07  Wim Taymans  <wim@fluendo.com>
16666
16667         Patch by: Lutz Mueller <lutz at topfrose dot de>
16668
16669         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16670         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16671         (request_dispatch), (gst_neonhttp_src_create),
16672         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16673         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16674         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16675         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16676         * ext/neon/gstneonhttpsrc.h:
16677         Remove unlock function. start/stop will do everything needed
16678         Removed code that was never called.
16679         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16680         Do not escape path. Fixes #346723.
16681         Additional code cleanups.
16682
16683 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16684
16685         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16686         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16687           Fix silly crasher in state change function; add
16688           IV41 fourcc (see bug #171111); don't output confusing
16689           debug message when skipping atoms.
16690
16691 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16692
16693         * ext/directfb/dfbvideosink.c:
16694         * ext/gsm/gstgsmdec.c:
16695         * ext/gsm/gstgsmenc.c:
16696         * ext/libmms/gstmms.c:
16697         * ext/neon/gstneonhttpsrc.c:
16698         * ext/theora/theoradec.c:
16699         * gst/freeze/gstfreeze.c:
16700         * gst/gdp/gstgdpdepay.c:
16701         * gst/gdp/gstgdppay.c:
16702         * sys/glsink/glimagesink.c:
16703           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16704           and fix one GObject boilerplate macro.
16705
16706 2006-06-20  Wim Taymans  <wim@fluendo.com>
16707
16708         * gst/modplug/libmodplug/stdafx.h:
16709         Fix modplug on AMD64. Fixes #345336.
16710
16711 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
16712
16713         * configure.ac:
16714           Fix check so that future libneon API changes won't break the build.
16715
16716         * ext/neon/gstneonhttpsrc.c:
16717           Fix build with libneon-0.26.x (#345182).
16718
16719 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
16720
16721         * configure.ac:
16722           Fix --disable-external (can't set conditionals conditionally,
16723           #343602).
16724           
16725 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16726
16727         * gst/spectrum/Makefile.am:
16728         Fix build.
16729
16730 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
16731
16732         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
16733         (draw_spectrum), (message_handler), (main):
16734         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
16735         (message_handler), (main):
16736         port to use message to get results, cleanly exit when closing the window
16737         
16738         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16739         (gst_spectrum_init), (gst_spectrum_dispose),
16740         (gst_spectrum_set_property), (gst_spectrum_get_property),
16741         (gst_spectrum_set_caps), (gst_spectrum_start),
16742         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
16743         * gst/spectrum/gstspectrum.h:
16744         port to derive from basetransform and send results via messages
16745         (like level element)
16746
16747 2006-06-15  Wim Taymans  <wim@fluendo.com>
16748
16749         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16750         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
16751         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
16752         Combine return values from src pad pushes.
16753
16754 2006-06-15  Wim Taymans  <wim@fluendo.com>
16755
16756         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
16757         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
16758         (gst_qtdemux_add_stream):
16759         Don't crash on files with 0 samples, EOS immediatly instead.
16760         Fixes #344944.
16761
16762 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16763
16764         Patch by: Wouter Paesen  <wouter at kangaroot net>
16765
16766         * ext/soundtouch/Makefile.am:
16767         * ext/soundtouch/gstpitch.cc:
16768           Make pitch element controllable via GstController interface
16769           (#344821).
16770           
16771         * configure.ac:
16772           Up core requirements to 0.10.8.1/CVS because earlier
16773           GstControllers can't handle float properties correctly.
16774           Check for GstController CFLAGS and LIBS.
16775
16776         * tests/icles/Makefile.am:
16777         * tests/icles/pitch-test.c: (main):
16778           Add small test program for the above (welcome to the 80s!).
16779
16780 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16781
16782         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
16783
16784         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
16785         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
16786         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
16787         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16788         * ext/wavpack/gstwavpackenc.h:
16789           Use bitrate property solely for bitrates and add new
16790           bits-per-sample property for the other stuff. Set duration
16791           to 'unknown' in initial header and resend header with proper
16792           duration on EOS; update Sebastian's e-mail address.
16793
16794 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16795
16796         * examples/directfb/.cvsignore:
16797         * ext/directfb/.cvsignore:
16798           #define red green
16799
16800 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16801
16802         * gst/spectrum/.cvsignore:
16803           Ignore more.
16804
16805 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16806
16807         * ext/libmms/gstmms.c: (gst_mms_create):
16808           Set caps on outgoing buffers.
16809
16810         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
16811           Comment out unused global instance variable.
16812
16813 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
16814
16815         Patch by: Sebastian Dröge  <mail at slomosnail de>
16816
16817         * ext/wavpack/Makefile.am:
16818         * ext/wavpack/gstwavpack.c: (plugin_init):
16819         * ext/wavpack/gstwavpackcommon.h:
16820         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
16821         (gst_wavpack_enc_correction_mode_get_type),
16822         (gst_wavpack_enc_joint_stereo_mode_get_type),
16823         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
16824         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
16825         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
16826         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
16827         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16828         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16829         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
16830         (gst_wavpack_enc_plugin_init):
16831         * ext/wavpack/gstwavpackenc.h:
16832         * ext/wavpack/md5.c:
16833         * ext/wavpack/md5.h:
16834           Add wavpack encoder element (#343131).
16835
16836 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16837
16838         * configure.ac:
16839           Check for X before using X_CFLAGS in the check for opengl (#343866).
16840           
16841         * ext/musepack/Makefile.am:
16842         * ext/wavpack/Makefile.am:
16843         * gst/speed/Makefile.am:
16844           Add missing GST_LIBS, fixes build on cygwin (#343866).
16845
16846 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16847
16848         * configure.ac:
16849           enable building of GDP elements
16850         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16851         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16852         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16853         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16854         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
16855         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
16856         (gst_gdp_pay_change_state):
16857         * gst/gdp/gstgdppay.h:
16858           add version 1.0
16859
16860 2006-06-02  Michael Smith  <msmith@fluendo.com>
16861
16862         * ext/theora/theoradec.c: (theora_dec_src_convert),
16863         (theora_handle_type_packet), (theora_handle_422_image),
16864         (theora_handle_444_image), (theora_handle_420_image),
16865         (theora_handle_data_packet):
16866           Theora 4:4:4 pixel format support.
16867
16868 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16869
16870         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16871         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16872         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16873         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
16874         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
16875         (gst_gdp_pay_get_property):
16876           add crc-header and crc-payload properties
16877           don't error out on some things that are recoverable
16878         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
16879           add test for crc
16880
16881 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
16882
16883         * ext/alsaspdif/alsaspdifsink.h:
16884         * ext/amrwb/gstamrwbdec.h:
16885         * ext/amrwb/gstamrwbenc.h:
16886         * ext/amrwb/gstamrwbparse.h:
16887         * ext/arts/gst_arts.h:
16888         * ext/artsd/gstartsdsink.h:
16889         * ext/audiofile/gstafparse.h:
16890         * ext/audiofile/gstafsink.h:
16891         * ext/audiofile/gstafsrc.h:
16892         * ext/audioresample/gstaudioresample.h:
16893         * ext/bz2/gstbz2dec.h:
16894         * ext/bz2/gstbz2enc.h:
16895         * ext/dirac/gstdiracdec.h:
16896         * ext/directfb/dfbvideosink.h:
16897         * ext/divx/gstdivxdec.h:
16898         * ext/divx/gstdivxenc.h:
16899         * ext/dts/gstdtsdec.h:
16900         * ext/faac/gstfaac.h:
16901         * ext/gsm/gstgsmdec.h:
16902         * ext/gsm/gstgsmenc.h:
16903         * ext/ivorbis/vorbisenc.h:
16904         * ext/libfame/gstlibfame.h:
16905         * ext/nas/nassink.h:
16906         * ext/neon/gstneonhttpsrc.h:
16907         * ext/polyp/polypsink.h:
16908         * ext/sdl/sdlaudiosink.h:
16909         * ext/sdl/sdlvideosink.h:
16910         * ext/shout/gstshout.h:
16911         * ext/snapshot/gstsnapshot.h:
16912         * ext/sndfile/gstsf.h:
16913         * ext/swfdec/gstswfdec.h:
16914         * ext/tarkin/gsttarkindec.h:
16915         * ext/tarkin/gsttarkinenc.h:
16916         * ext/theora/theoradec.h:
16917         * ext/wavpack/gstwavpackdec.h:
16918         * ext/wavpack/gstwavpackparse.h:
16919         * ext/xine/gstxine.h:
16920         * ext/xvid/gstxviddec.h:
16921         * ext/xvid/gstxvidenc.h:
16922         * gst/cdxaparse/gstcdxaparse.h:
16923         * gst/cdxaparse/gstcdxastrip.h:
16924         * gst/colorspace/gstcolorspace.h:
16925         * gst/festival/gstfestival.h:
16926         * gst/freeze/gstfreeze.h:
16927         * gst/gdp/gstgdpdepay.h:
16928         * gst/gdp/gstgdppay.h:
16929         * gst/modplug/gstmodplug.h:
16930         * gst/mpeg1sys/gstmpeg1systemencode.h:
16931         * gst/mpeg1videoparse/gstmp1videoparse.h:
16932         * gst/mpeg2sub/gstmpeg2subt.h:
16933         * gst/mpegaudioparse/gstmpegaudioparse.h:
16934         * gst/multifilesink/gstmultifilesink.h:
16935         * gst/overlay/gstoverlay.h:
16936         * gst/playondemand/gstplayondemand.h:
16937         * gst/qtdemux/qtdemux.h:
16938         * gst/rtjpeg/gstrtjpegdec.h:
16939         * gst/rtjpeg/gstrtjpegenc.h:
16940         * gst/smooth/gstsmooth.h:
16941         * gst/smoothwave/gstsmoothwave.h:
16942         * gst/spectrum/gstspectrum.h:
16943         * gst/speed/gstspeed.h:
16944         * gst/stereo/gststereo.h:
16945         * gst/switch/gstswitch.h:
16946         * gst/tta/gstttadec.h:
16947         * gst/tta/gstttaparse.h:
16948         * gst/videodrop/gstvideodrop.h:
16949         * gst/xingheader/gstxingmux.h:
16950         * sys/directdraw/gstdirectdrawsink.h:
16951         * sys/directsound/gstdirectsoundsink.h:
16952         * sys/dxr3/dxr3audiosink.h:
16953         * sys/dxr3/dxr3spusink.h:
16954         * sys/dxr3/dxr3videosink.h:
16955         * sys/qcam/gstqcamsrc.h:
16956         * sys/vcd/vcdsrc.h:
16957         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16958
16959 2006-05-31  Edward Hervey  <edward@fluendo.com>
16960
16961         * ext/faad/gstfaad.h:
16962         Forgot to commit the header file too.
16963
16964 2006-05-31  Edward Hervey  <edward@fluendo.com>
16965
16966         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
16967         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
16968         (gst_faad_chain), (gst_faad_change_state):
16969         Added GstSegment to control segments.
16970         Added clipping/dropping of outgoing buffers in order to have accurate
16971         seeking working properly.
16972
16973 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16974
16975         Patch by: Lutz Müller  <lutz at topfrose de>
16976
16977         * ext/bz2/Makefile.am:
16978         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
16979         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
16980           Use gst_type_find_helper_* functions for typefinding; use
16981           correct caps with gst_pad_alloc_buffer(); add state change
16982           function and reset decoder in it; don't unref buffer if
16983           pad_push fails; use fixed caps on source pad. (#341524).
16984
16985 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
16986
16987         * gst/spectrum/Makefile.am:
16988         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
16989         (spectrum_chain), (main):
16990         * gst/spectrum/demo-osssrc.c:
16991         added another example
16992         
16993         * sys/v4l2/gstv4l2src.c:
16994         fix typo
16995
16996 2006-05-26  Edward Hervey  <edward@fluendo.com>
16997
16998         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
16999         Clip the outputed NEWSEGMENT stop time to the configured segment stop
17000         time.
17001
17002 2006-05-26  Wim Taymans  <wim@fluendo.com>
17003
17004         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
17005         Don't clear the running variable in the seek code.
17006
17007 2006-05-24  Wim Taymans  <wim@fluendo.com>
17008
17009         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
17010         Detect QCELP in mp4a descriptors.
17011
17012 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
17013
17014         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
17015           po/POTFILES.in:
17016           Throw an error when the file is encrypted. Move plugin_init stuff
17017           to the end of the file, add stuff for i18n, make debug category
17018           static.
17019
17020 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
17021
17022         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
17023
17024         * configure.ac:
17025         * gst/h264parse/Makefile.am:
17026         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
17027         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
17028         (gst_h264_parse_init), (gst_h264_parse_chain),
17029         (gst_h264_parse_handle_event), (plugin_init):
17030         * gst/h264parse/gsth264parse.h:
17031           New plugin: h264parse (#340638)
17032
17033 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17034
17035         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
17036         (gst_gdp_depay_change_state):
17037         * gst/gdp/gstgdpdepay.h:
17038         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
17039         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
17040         (gst_gdp_pay_change_state):
17041         * gst/gdp/gstgdppay.h:
17042           Handle error cases when calling functions
17043           do downwards state change after parent's change_state
17044         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
17045         * tests/check/elements/gdppay.c: (GST_START_TEST):
17046           clean up more
17047
17048 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17049
17050         * gst/gdp/Makefile.am:
17051         * gst/gdp/gstgdp.c: (plugin_init):
17052         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
17053         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
17054         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
17055         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
17056         * gst/gdp/gstgdpdepay.h:
17057         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
17058         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
17059         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
17060         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
17061         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
17062         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
17063         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
17064         (gst_gdp_pay_plugin_init):
17065         * gst/gdp/gstgdppay.h:
17066         * tests/check/Makefile.am:
17067         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
17068         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
17069         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
17070         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
17071         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
17072         (main):
17073           adding GDP payloader and depayloader.  Build integration will
17074           follow later when the GDP issues for core are sorted out.
17075
17076 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17077
17078         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17079         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
17080         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
17081           Use boilerplate macro, fix strings to match plugin-moval-requirements
17082
17083 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17084
17085         * gst/spectrum/Makefile.am:
17086           Link to base libraries
17087
17088         * gst/spectrum/demo-osssrc.c: (main):
17089           use new threshhold property
17090
17091         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17092         (gst_spectrum_init), (gst_spectrum_dispose),
17093         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
17094         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
17095         (gst_spectrum_change_state):
17096         * gst/spectrum/gstspectrum.h:
17097         Use gst_adapter, support multiple-channels, add threshold property for
17098         result, add docs, fix resulting spectrum range (was including mirrored
17099         results)
17100
17101 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17102
17103         * configure.ac:
17104         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
17105         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
17106         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
17107         (gst_spectrum_base_init), (gst_spectrum_class_init),
17108         (gst_spectrum_init), (gst_spectrum_dispose),
17109         (gst_spectrum_set_property), (gst_spectrum_chain):
17110         * gst/spectrum/gstspectrum.h:
17111         Initial port of the spectrum element
17112
17113 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
17114
17115         * sys/v4l2/gstv4l2.c:
17116         * sys/v4l2/gstv4l2object.c:
17117         * sys/v4l2/gstv4l2object.h:
17118         * sys/v4l2/gstv4l2src.c:
17119         * sys/v4l2/gstv4l2xoverlay.c:
17120         Some clean-ups requested by wingo in bug #338818.       
17121
17122 2006-05-19  Michael Smith  <msmith@fluendo.com>
17123
17124         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17125         (alsaspdifsink_class_init), (alsaspdifsink_init),
17126         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17127         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
17128         (alsaspdifsink_get_time), (alsaspdifsink_open),
17129         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17130         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17131         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17132         (generate_iec958_zero_frame), (alsaspdifsink_render),
17133         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17134         * ext/alsaspdif/alsaspdifsink.h:
17135           Use sampling rate from set_caps. Comment out some more unused code.
17136
17137 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
17138
17139         * configure.ac:
17140           Check for X11
17141         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
17142         * sys/v4l2/gstv4l2object.h:
17143         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
17144         * sys/v4l2/gstv4l2src.h:
17145         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
17146         * sys/v4l2/gstv4l2xoverlay.h:
17147           Code cleanups, fix debug macros
17148
17149 2006-05-18  Michael Smith  <msmith@fluendo.com>
17150
17151         * ext/Makefile.am:
17152           Fix distcheck?
17153
17154 2006-05-18  Michael Smith  <msmith@fluendo.com>
17155
17156         * configure.ac:
17157         * ext/Makefile.am:
17158         * ext/alsaspdif/Makefile.am:
17159         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17160         (alsaspdifsink_class_init), (alsaspdifsink_init),
17161         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17162         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
17163         (alsaspdifsink_get_time), (alsaspdifsink_open),
17164         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17165         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17166         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17167         (generate_iec958_zero_frame), (alsaspdifsink_render),
17168         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17169         * ext/alsaspdif/alsaspdifsink.h:
17170           Add an alsa plugin to output IEC958 frames over S/PDIF
17171
17172 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
17173
17174         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
17175           Remove unused caps cruft from chain function altogether.
17176
17177 2006-05-17  Edward Hervey  <edward@fluendo.com>
17178
17179         * ext/faad/gstfaad.c: (gst_faad_chain): 
17180         There's no guarantee that caps was set to something, and if it did, the
17181         function called to fill that variable actually sets the caps on the
17182         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
17183         GST_PAD_CAPS(faad->srcpad).
17184
17185 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
17186
17187         Patch by: Young-Ho Cha  <ganadist chollian net>
17188
17189         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
17190         (gst_faad_change_state):
17191         * ext/faad/gstfaad.h:
17192           If we encounter a decoding error, don't error out immediately,
17193           but try to resync (or see if we have better luck with the next
17194           buffer in case of framed input). Only error out after five
17195           consecutive errors. Fixes #341563.
17196
17197 2006-05-12  Wim Taymans  <wim@fluendo.com>
17198
17199         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
17200         (gst_xvidenc_init), (gst_xvidenc_finalize),
17201         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
17202         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
17203         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
17204         (gst_xvidenc_get_property):
17205         Compile fixes.
17206
17207 2006-05-12  Wim Taymans  <wim@fluendo.com>
17208
17209         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17210
17211         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
17212         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
17213         (gst_xvid_image_fill):
17214         * ext/xvid/gstxvid.h:
17215         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
17216         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
17217         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
17218         (gst_xviddec_add_par), (gst_xviddec_negotiate),
17219         (gst_xviddec_decode), (gst_xviddec_chain),
17220         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
17221         (gst_xviddec_src_link), (gst_xviddec_setcaps),
17222         (gst_xviddec_change_state):
17223         * ext/xvid/gstxviddec.h:
17224         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
17225         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
17226         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
17227         (gst_xvidenc_class_init), (gst_xvidenc_init),
17228         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
17229         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
17230         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
17231         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
17232         (gst_xvidenc_change_state):
17233         * ext/xvid/gstxvidenc.h:
17234         xvid plugin to support more capabilities of XviD codec.
17235         Fixes #339462.
17236         Some more cleanups here and there.
17237
17238 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
17239
17240         * sys/v4l2/Makefile.am:
17241         * sys/v4l2/gstv4l2.c:
17242         * sys/v4l2/gstv4l2colorbalance.c:
17243         * sys/v4l2/gstv4l2colorbalance.h:
17244         * sys/v4l2/gstv4l2element.c:
17245         * sys/v4l2/gstv4l2element.h:
17246         * sys/v4l2/gstv4l2object.c:
17247         * sys/v4l2/gstv4l2object.h:
17248         * sys/v4l2/gstv4l2src.c:
17249         * sys/v4l2/gstv4l2src.h:
17250         * sys/v4l2/gstv4l2tuner.c:
17251         * sys/v4l2/gstv4l2tuner.h:
17252         * sys/v4l2/gstv4l2xoverlay.c:
17253         * sys/v4l2/gstv4l2xoverlay.h:
17254         * sys/v4l2/v4l2_calls.c:
17255         * sys/v4l2/v4l2_calls.h:
17256         * sys/v4l2/v4l2src_calls.c:
17257         * sys/v4l2/v4l2src_calls.h:
17258         Changes proposed by Wingo in bug #338818.
17259
17260 2006-05-11  Wim Taymans  <wim@fluendo.com>
17261
17262         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
17263         (gst_qtdemux_handle_esds):
17264         Figure out the real audio type in mp4a boxes by parsing the
17265         optional descriptors in the optional esds box. Promote the
17266         default AAC to mp3 when indicated. Fixes #330632.
17267
17268 2006-05-10  Wim Taymans  <wim@fluendo.com>
17269
17270         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
17271         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
17272         Parse version 2 sample descriptions. Fixes #341231
17273         Don't #define gst_util_dump_mem(), use something more
17274         specific instead to avoid confusion.
17275
17276 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
17277
17278         * sys/v4l2/gstv4l2src.c:
17279         * sys/v4l2/v4l2src_calls.c:
17280         Fix fourcc name printed out. Patch from Martin Rubli.
17281
17282 2006-05-08  Wim Taymans  <wim@fluendo.com>
17283
17284         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
17285         (qtdemux_dump_mvhd):
17286         Don't cause side effects in a debugging function.
17287         Also report duration in push mode since we can.
17288
17289 2006-05-08  Edward Hervey  <edward@fluendo.com>
17290
17291         * autogen.sh: (CONFIGURE_DEF_OPT): 
17292         libtoolize on Darwin/MacOSX is called glibtoolize
17293
17294 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
17295
17296         * ext/amrwb/gstamrwbdec.c:
17297         * ext/amrwb/gstamrwbenc.c:
17298         * ext/sdl/sdlaudiosink.c:
17299         * ext/sdl/sdlvideosink.c:
17300         * ext/wavpack/gstwavpackdec.c:
17301         * ext/xine/xine.c:
17302         * ext/xine/xineaudiodec.c:
17303         * ext/xine/xineaudiosink.c:
17304         * ext/xine/xineinput.c:
17305         * gst/cdxaparse/gstcdxaparse.c:
17306         * gst/freeze/gstfreeze.c:
17307         * sys/v4l2/gstv4l2element.c:
17308         Add semicolons after GST_BOILERPLATE[_FULL] so that
17309         indent doesn't mess up following lines.
17310
17311 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
17312
17313         * sys/v4l2/gstv4l2element.c:
17314         * sys/v4l2/gstv4l2element.h:
17315         * sys/v4l2/gstv4l2src.c:
17316         * sys/v4l2/gstv4l2src.h:
17317         * sys/v4l2/gstv4l2tuner.c:
17318         * sys/v4l2/gstv4l2tuner.h:
17319         * sys/v4l2/v4l2_calls.c:
17320         * sys/v4l2/v4l2_calls.h:
17321         * sys/v4l2/v4l2src_calls.c:
17322         * sys/v4l2/v4l2src_calls.h:
17323         * tests/icles/v4l2src-test.c:
17324         Some changes proposed by wingo in bug #338818 (but not everything
17325         yet). Patch from Martin Rubli to fix framerate detection.
17326
17327 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
17328
17329         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
17330           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
17331
17332 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
17333
17334         * configure.ac:
17335           Back to CVS
17336
17337 === release 0.10.3 ===
17338
17339 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
17340
17341         * configure.ac:
17342           releasing 0.10.3, "Petition to request permission"
17343
17344 2006-05-04  Julien MOUTTE  <julien@moutte.net>
17345
17346         * tests/icles/Makefile.am: Fix build.
17347
17348 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17349
17350         * ext/musicbrainz/Makefile.am:
17351           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
17352
17353 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
17354
17355         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17356         Clean up one piece of logic slightly and remove a 
17357         dead code block.
17358
17359 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17360
17361         * docs/plugins/Makefile.am:
17362         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17363         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17364         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
17365         * docs/plugins/inspect/plugin-musicbrainz.xml:
17366         * ext/musicbrainz/gsttrm.c:
17367         * ext/musicbrainz/gsttrm.h:
17368           Everybody loves docs - add docs for musicbrainz plugin.
17369
17370 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17371
17372         * ext/Makefile.am:
17373           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
17374           
17375 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17376
17377         * ext/Makefile.am:
17378           Forgot to commit this one.
17379
17380 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17381
17382         Patch by: James "Doc" Livingston  <doclivingston gmail com>
17383
17384         * configure.ac:
17385         * ext/musicbrainz/Makefile.am:
17386         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
17387         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
17388         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
17389         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
17390         * ext/musicbrainz/gsttrm.h:
17391           Port MusicBrainz TRM plugin (#336898).
17392
17393 2006-05-03  Michael Smith  <msmith@fluendo.com>
17394
17395         * ext/faad/gstfaad.c: (gst_faad_setcaps),
17396         (looks_like_valid_header), (gst_faad_chain):
17397           Fix #334748: use fake_codec_data if the first bytes of the first
17398           buffer we process doesn't look like plausible AAC data (e.g.
17399           reserved values for rate, or channels). Fixes playback of Apple's
17400           movie trailers.
17401
17402 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
17403
17404         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
17405         Fix get_caps func to work when no framerate is available and the caps
17406         isn't simple.
17407
17408 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
17409
17410         * sys/v4l2/Makefile.am:
17411         * sys/v4l2/gstv4l2colorbalance.c:
17412         * sys/v4l2/gstv4l2xoverlay.c:
17413         * sys/v4l2/v4l2_calls.c:
17414         * tests/icles/Makefile.am:
17415         * tests/icles/v4l2src-test.c:
17416         Few improvements to move to good.
17417
17418 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17419
17420         * configure.ac:
17421         * docs/plugins/Makefile.am:
17422         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17423         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17424         * docs/plugins/inspect/plugin-taglib.xml:
17425         * ext/Makefile.am:
17426         * ext/taglib/Makefile.am:
17427         * ext/taglib/gstid3v2mux.cc:
17428         * ext/taglib/gstid3v2mux.h:
17429         * ext/taglib/gsttaglib.cc:
17430         * ext/taglib/gsttaglib.h:
17431         * tests/check/Makefile.am:
17432         * tests/check/elements/tagid3v2mux.c:
17433           moved to good.  Closes #336110
17434
17435 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17436
17437         * docs/plugins/Makefile.am:
17438         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17439         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17440         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17441         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17442         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17443           Fix up docs for taglib plugin
17444           Also scan .cc files
17445
17446 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17447
17448         * ext/taglib/gsttaglib.cc:
17449           Post an error message on the bus in the (extremely unlikely)
17450           case of an error.
17451
17452 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17453
17454         * ext/taglib/Makefile.am:
17455         * ext/taglib/gstid3v2mux.cc:
17456         * ext/taglib/gstid3v2mux.h:
17457         * ext/taglib/gsttaglib.cc:
17458         * ext/taglib/gsttaglib.h:
17459           Split the actual ID3v2 tag rendering code into
17460           its own subclass.
17461
17462 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
17463
17464         * ext/neon/gstneonhttpsrc.c:
17465         * ext/neon/gstneonhttpsrc.h:
17466           added iradio-mode support as in gnomevfssrc to enable 
17467           connections with icydemux that will send title tag messages on 
17468           shoutcast/icecast streams. I've also added iradio properties
17469           iradio-name, iradio-genre, iradio-url.
17470           added user-agent property because some shoutcast streams don't return 
17471           data if the GET requests don't have a User-Agent.
17472         * win32/common/libgstneon.dsp:
17473           use debug version of libneon in debug mode
17474 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17475
17476         * configure.ac:
17477         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17478         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17479         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17480         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17481         * sys/Makefile.am:
17482         * sys/ximagesrc/Makefile.am:
17483         * sys/ximagesrc/ximagesrc.c:
17484         * sys/ximagesrc/ximagesrc.h:
17485         * sys/ximagesrc/ximageutil.c:
17486         * sys/ximagesrc/ximageutil.h:
17487         * tests/Makefile.am:
17488         * tests/icles/.cvsignore:
17489         * tests/icles/Makefile.am:
17490         * tests/icles/ximagesrc-test.c:
17491           moved ximagesrc to good (See #336756)
17492
17493 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
17494
17495         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
17496         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
17497         (gst_faad_close_decoder), (gst_faad_change_state):
17498         * ext/faad/gstfaad.h:
17499           If we run into a decoding error, try re-opening the decoder
17500           with faacDecInit2() using fake codec data created from the
17501           data the demuxer gave us. Should fix a whole bunch of
17502           GStreamer-faad problems incl. 'channel coupling not
17503           implemented', 'maximum number of scalefactor bands exceeded'
17504           etc. (#173007, #332892).
17505
17506 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17507
17508         * ext/amrwb/gstamrwbdec.c:
17509         * ext/amrwb/gstamrwbenc.c:
17510         * ext/amrwb/gstamrwbparse.c:
17511         * ext/arts/gst_arts.c:
17512         * ext/artsd/gstartsdsink.c:
17513         * ext/audiofile/gstafparse.c:
17514         * ext/audiofile/gstafsink.c:
17515         * ext/audiofile/gstafsrc.c:
17516         * ext/audioresample/gstaudioresample.c:
17517         * ext/bz2/gstbz2dec.c:
17518         * ext/bz2/gstbz2enc.c:
17519         * ext/cdaudio/gstcdaudio.c:
17520         * ext/directfb/dfbvideosink.c:
17521         * ext/divx/gstdivxdec.c:
17522         * ext/divx/gstdivxenc.c:
17523         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17524         * ext/faac/gstfaac.c: (gst_faac_base_init):
17525         * ext/faad/gstfaad.c:
17526         * ext/gsm/gstgsmdec.c:
17527         * ext/gsm/gstgsmenc.c:
17528         * ext/hermes/gsthermescolorspace.c:
17529         * ext/ivorbis/vorbisfile.c:
17530         * ext/lcs/gstcolorspace.c:
17531         * ext/libfame/gstlibfame.c:
17532         * ext/libmms/gstmms.c: (gst_mms_base_init):
17533         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17534         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17535         * ext/nas/nassink.c: (gst_nassink_base_init):
17536         * ext/neon/gstneonhttpsrc.c:
17537         * ext/sdl/sdlaudiosink.c:
17538         * ext/sdl/sdlvideosink.c:
17539         * ext/shout/gstshout.c:
17540         * ext/snapshot/gstsnapshot.c:
17541         * ext/sndfile/gstsf.c:
17542         * ext/swfdec/gstswfdec.c:
17543         * ext/tarkin/gsttarkindec.c:
17544         * ext/tarkin/gsttarkinenc.c:
17545         * ext/theora/theoradec.c:
17546         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17547         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17548         * ext/xvid/gstxviddec.c:
17549         * ext/xvid/gstxvidenc.c:
17550         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17551         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17552         * gst/chart/gstchart.c:
17553         * gst/colorspace/gstcolorspace.c:
17554         * gst/deinterlace/gstdeinterlace.c:
17555         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17556         * gst/festival/gstfestival.c:
17557         * gst/filter/gstbpwsinc.c:
17558         * gst/filter/gstiir.c:
17559         * gst/filter/gstlpwsinc.c:
17560         * gst/freeze/gstfreeze.c:
17561         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17562         * gst/librfb/gstrfbsrc.c:
17563         * gst/mixmatrix/mixmatrix.c:
17564         * gst/mpeg1sys/gstmpeg1systemencode.c:
17565         * gst/mpeg1videoparse/gstmp1videoparse.c:
17566         * gst/mpeg2sub/gstmpeg2subt.c:
17567         * gst/mpegaudioparse/gstmpegaudioparse.c:
17568         * gst/multifilesink/gstmultifilesink.c:
17569         * gst/overlay/gstoverlay.c:
17570         * gst/passthrough/gstpassthrough.c:
17571         * gst/playondemand/gstplayondemand.c:
17572         * gst/qtdemux/qtdemux.c:
17573         * gst/rtjpeg/gstrtjpegdec.c:
17574         * gst/rtjpeg/gstrtjpegenc.c:
17575         * gst/smooth/gstsmooth.c:
17576         * gst/smoothwave/gstsmoothwave.c:
17577         * gst/spectrum/gstspectrum.c:
17578         * gst/speed/gstspeed.c:
17579         * gst/stereo/gststereo.c:
17580         * gst/switch/gstswitch.c:
17581         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17582         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17583         * gst/vbidec/gstvbidec.c:
17584         * gst/videocrop/gstvideocrop.c:
17585         * gst/videodrop/gstvideodrop.c:
17586         * gst/virtualdub/gstxsharpen.c:
17587         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17588         * gst/y4m/gsty4mencode.c:
17589         * sys/cdrom/gstcdplayer.c:
17590         * sys/directdraw/gstdirectdrawsink.c:
17591         * sys/directsound/gstdirectsoundsink.c:
17592         * sys/glsink/glimagesink.c:
17593         * sys/qcam/gstqcamsrc.c:
17594         * sys/v4l2/gstv4l2src.c:
17595         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17596         * sys/ximagesrc/ximagesrc.c:
17597           Define GstElementDetails as const and also static (when defined as
17598           global)
17599
17600 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17601
17602         * ext/musepack/gstmusepackdec.c:
17603         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17604           Add support for segment seeks.
17605
17606 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17607
17608         * sys/v4l2/gstv4l2src.c:
17609         Added a couple of ifdefs to make it compile with other kernels.
17610         
17611 2006-04-20  Wim Taymans  <wim@fluendo.com>
17612
17613         Patch by: j^ <j at bootlab dot org>
17614
17615         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17616         (qtdemux_video_caps):
17617         Never treat video streams as an audio stream.
17618         Add qtdrw mime type.
17619         Fixes #339041
17620
17621 2006-04-19  Wim Taymans  <wim@fluendo.com>
17622
17623         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17624         For VBR audio, don't try to calculate the samples_per_frame.
17625         Fixes #338935.
17626
17627 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17628
17629         * sys/v4l2/gstv4l2src.c:
17630         Just added a gtk-doc comment.
17631
17632 2006-04-17  Michael Smith  <msmith@fluendo.com>
17633
17634         * ext/theora/theoradec.c: (theora_dec_src_convert),
17635         (theora_handle_type_packet), (theora_handle_422_image),
17636         (theora_handle_420_image), (theora_handle_data_packet):
17637         * ext/theora/theoradec.h:
17638           Apply fix from j^ for API change in libtheoradec.
17639
17640           Implement 4:2:2 pixel format. Untested at the moment.
17641
17642 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17643
17644         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17645         (gst_musepack_stream_init):
17646           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17647           gst_pad_new_from_static_template().
17648
17649 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17650
17651         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17652         (gst_v4l2src_dispose):
17653         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17654         Fixed some memory leaks.
17655
17656 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17657
17658         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17659         Fix to work in read mode.
17660
17661 2006-04-10  Wim Taymans  <wim@fluendo.com>
17662
17663         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17664         Fix parsing of newer stsd chunks again.
17665
17666 2006-04-10  Wim Taymans  <wim@fluendo.com>
17667
17668         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17669         (qtdemux_parse_trak):
17670         Fix framerate calculation.
17671
17672 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17673
17674         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17675           Fix build (class_init declaration/definition mismatch).
17676
17677 2006-04-10  Wim Taymans  <wim@fluendo.com>
17678
17679         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17680         force mono 8000 Hz on AMR samples.
17681
17682 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17683
17684         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17685           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17686         * sys/directdraw/gstdirectdrawsink.c:
17687         * sys/directsound/gstdirectsoundsink.c:
17688           done some cleans in sources
17689         * win32/vs6:
17690           add project files for neon, qtdemux
17691           
17692 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17693
17694         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17695         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17696         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17697         * ext/arts/gst_arts.c: (gst_arts_class_init):
17698         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17699         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17700         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17701         * ext/audioresample/gstaudioresample.c:
17702         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17703         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17704         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17705         * ext/hermes/gsthermescolorspace.c:
17706         (gst_hermes_colorspace_class_init):
17707         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17708         * ext/jack/gstjack.c: (gst_jack_class_init):
17709         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17710         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
17711         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
17712         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17713         * ext/nas/nassink.c: (gst_nassink_class_init):
17714         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
17715         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17716         * ext/sndfile/gstsf.c: (gst_sf_class_init):
17717         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
17718         (gst_swfdec_class_init):
17719         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
17720         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
17721         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
17722         * gst/chart/gstchart.c: (gst_chart_class_init):
17723         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
17724         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
17725         * gst/festival/gstfestival.c: (gst_festival_class_init):
17726         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
17727         * gst/filter/gstiir.c: (gst_iir_class_init):
17728         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
17729         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
17730         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
17731         * gst/mpeg1sys/gstmpeg1systemencode.c:
17732         (gst_system_encode_class_init):
17733         * gst/mpeg1videoparse/gstmp1videoparse.c:
17734         (gst_mp1videoparse_class_init):
17735         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
17736         * gst/mpegaudioparse/gstmpegaudioparse.c:
17737         (gst_mp3parse_class_init):
17738         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
17739         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
17740         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
17741         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
17742         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
17743         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
17744         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
17745         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
17746         * gst/stereo/gststereo.c: (gst_stereo_class_init):
17747         * gst/switch/gstswitch.c: (gst_switch_class_init):
17748         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
17749         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
17750         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
17751         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
17752         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
17753         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
17754         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17755         * sys/directsound/gstdirectsoundsink.c:
17756         (gst_directsoundsink_class_init):
17757         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
17758         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17759         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
17760         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
17761         * sys/v4l2/gstv4l2colorbalance.c:
17762         (gst_v4l2_color_balance_channel_class_init):
17763         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
17764         (gst_v4l2_tuner_norm_class_init):
17765         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
17766         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17767
17768 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17769
17770         * gst/colorspace/gstcolorspace.h:
17771         * gst/deinterlace/gstdeinterlace.h:
17772         * gst/passthrough/gstpassthrough.h:
17773         * gst/y4m/gsty4mencode.h:
17774         Fix more broken GObject macros
17775
17776 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17777
17778         * ext/xine/gstxine.h:
17779         * gst-libs/gst/play/play.h:
17780         * sys/v4l2/gstv4l2element.h:
17781         * sys/ximagesrc/ximageutil.h:
17782         Fix broken GObject macros
17783
17784 2006-04-08  Wim Taymans  <wim@fluendo.com>
17785
17786         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
17787         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
17788         (qtdemux_dump_stco), (qtdemux_parse_trak):
17789         Don't make rounding errors in timestamp/duration calculations.
17790         Fix timestamps for AMR and IMA4.  Fixes (#337436).
17791         Create a dummy segment even when there is no edit list.
17792
17793 2006-04-07  Julien MOUTTE  <julien@moutte.net>
17794
17795         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
17796         * examples/directfb/Makefile.am: Add example resource files to
17797         dist.
17798
17799 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17800
17801         * ext/amrwb/amrwb-code/Makefile.am:
17802         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17803         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17804         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
17805         25fps
17806
17807 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17808
17809         * tests/icles/ximagesrc-test.c: (main):
17810         Actually assert that pipeline goes to playing
17811
17812 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17813
17814         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17815         (composite_pixel), (gst_ximagesrc_ximage_get),
17816         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17817         Fix typo, C++ style comments and other small cleanups
17818         
17819 2006-04-06  Wim Taymans  <wim@fluendo.com>
17820
17821         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17822         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
17823         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
17824         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
17825         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
17826         (gst_qtdemux_activate_segment),
17827         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17828         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17829         (qtdemux_parse_trak):
17830         Added full edit list support.
17831         Avoid overflows in prologue image detection code.
17832         Avoid roundoff errors in timestamp calculations.
17833
17834 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17835
17836         * configure.ac:
17837           clean up so report properly on missing stuff
17838           fix modplug detection
17839
17840 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17841
17842         * ext/Makefile.am:
17843         * ext/amrwb/amrwb-code/Makefile.am:
17844           don't dist amr wb source code
17845
17846 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17847
17848         Patch by: j^  <j at bootlab dot org>
17849
17850         * ext/amrwb/gstamrwbdec.c:
17851         * ext/amrwb/gstamrwbenc.c:
17852         * ext/amrwb/gstamrwbparse.c:
17853         * ext/arts/gst_arts.c:
17854         * ext/artsd/gstartsdsink.c:
17855         * ext/audiofile/gstafparse.c:
17856         * ext/audiofile/gstafsink.c:
17857         * ext/audiofile/gstafsrc.c:
17858         * ext/cdaudio/gstcdaudio.c:
17859         * ext/directfb/dfbvideosink.c:
17860         * ext/divx/gstdivxdec.c:
17861         * ext/divx/gstdivxenc.c:
17862         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17863         * ext/faac/gstfaac.c: (gst_faac_base_init):
17864         * ext/faad/gstfaad.c:
17865         * ext/gsm/gstgsmdec.c:
17866         * ext/gsm/gstgsmenc.c:
17867         * ext/hermes/gsthermescolorspace.c:
17868         * ext/ivorbis/vorbisfile.c:
17869         * ext/lcs/gstcolorspace.c:
17870         * ext/libfame/gstlibfame.c:
17871         * ext/libmms/gstmms.c: (gst_mms_base_init):
17872         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17873         * ext/nas/nassink.c: (gst_nassink_base_init):
17874         * ext/neon/gstneonhttpsrc.c:
17875         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
17876         * ext/sdl/sdlaudiosink.c:
17877         * ext/sdl/sdlvideosink.c:
17878         * ext/shout/gstshout.c:
17879         * ext/snapshot/gstsnapshot.c:
17880         * ext/sndfile/gstsf.c:
17881         * ext/tarkin/gsttarkindec.c:
17882         * ext/tarkin/gsttarkinenc.c:
17883         * ext/theora/theoradec.c:
17884         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17885         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17886         * ext/xvid/gstxviddec.c:
17887         * ext/xvid/gstxvidenc.c:
17888         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17889         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17890         * gst/chart/gstchart.c:
17891         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17892         * gst/festival/gstfestival.c:
17893         * gst/filter/gstiir.c:
17894         * gst/filter/gstlpwsinc.c:
17895         * gst/freeze/gstfreeze.c:
17896         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17897         * gst/mixmatrix/mixmatrix.c:
17898         * gst/mpeg1sys/gstmpeg1systemencode.c:
17899         * gst/mpeg1videoparse/gstmp1videoparse.c:
17900         * gst/mpeg2sub/gstmpeg2subt.c:
17901         * gst/mpegaudioparse/gstmpegaudioparse.c:
17902         * gst/multifilesink/gstmultifilesink.c:
17903         * gst/overlay/gstoverlay.c:
17904         * gst/passthrough/gstpassthrough.c:
17905         * gst/playondemand/gstplayondemand.c:
17906         * gst/qtdemux/qtdemux.c:
17907         * gst/rtjpeg/gstrtjpegdec.c:
17908         * gst/rtjpeg/gstrtjpegenc.c:
17909         * gst/smooth/gstsmooth.c:
17910         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17911         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17912         * gst/videocrop/gstvideocrop.c:
17913         * gst/videodrop/gstvideodrop.c:
17914         * gst/virtualdub/gstxsharpen.c:
17915         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17916         * gst/y4m/gsty4mencode.c:
17917           Unify the long descriptions in the plugin details (#337263).
17918
17919 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17920
17921         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
17922         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
17923           Add back "uri" property and mark it as deprecated; undoes
17924           API/ABI breakage from 2006-02-24.
17925
17926 2006-04-05  Wim Taymans  <wim@fluendo.com>
17927
17928         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
17929         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
17930         (gst_qtdemux_loop):
17931         Use duration as segment stop position if none is
17932         explicitly configured.
17933         Also perform EOS when we run past the segment stop.
17934
17935 2006-04-04  Wim Taymans  <wim@fluendo.com>
17936
17937         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
17938         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17939         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17940         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
17941         More cleanups, added comments.
17942         Mark discontinuities on outgoing buffers.
17943         Post better errors when something goes wrong.
17944         Handle EOS and segment end properly.
17945
17946 2006-04-04  Wim Taymans  <wim@fluendo.com>
17947
17948         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17949         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
17950         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17951         (gst_qtdemux_handle_src_event), (plugin_init),
17952         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
17953         (gst_qtdemux_loop), (gst_qtdemux_chain),
17954         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
17955         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
17956         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17957         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
17958         * gst/qtdemux/qtdemux.h:
17959         Handle stss boxes so we can mark and find keyframes.
17960         Implement correct accurate and keyframe seeking.
17961         Use _DEBUG_OBJECT when possible.
17962         Fixes #332155
17963
17964 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17965
17966         * tests/check/Makefile.am:
17967           Only run the id3v2mux check if taglib is available and
17968           the taglib plugin has been built.
17969
17970 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17971
17972         * ext/swfdec/Makefile.am:
17973           Don't set plugindir.
17974
17975         * ext/swfdec/gstswfdec.c:
17976           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
17977
17978 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17979
17980         * configure.ac:
17981           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
17982           the dts plugin.
17983
17984 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17985
17986         * ext/soundtouch/gstpitch.cc:
17987         * ext/theora/theoradec.c:
17988         * gst/modplug/gstmodplug.cc:
17989           GST_ORIGIN => GST_PACKAGE_ORIGIN
17990           GST_PACKAGE => GST_PACKAGE_NAME
17991
17992 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17993
17994         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17995         * docs/plugins/inspect/plugin-bz2.xml:
17996         * docs/plugins/inspect/plugin-cdxaparse.xml:
17997         * docs/plugins/inspect/plugin-freeze.xml:
17998         * docs/plugins/inspect/plugin-glimagesink.xml:
17999         * docs/plugins/inspect/plugin-modplug.xml:
18000         * docs/plugins/inspect/plugin-neon.xml:
18001         * docs/plugins/inspect/plugin-sdl.xml:
18002         * docs/plugins/inspect/plugin-video4linux2.xml:
18003         * docs/plugins/inspect/plugin-ximagesrc.xml:
18004         * docs/plugins/inspect/plugin-xingheader.xml:
18005           add more plugins to docs
18006
18007 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18008
18009         * sys/dxr3/ac3_padder.h:
18010           fix up doc strings
18011         * docs/plugins/Makefile.am:
18012         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18013         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18014         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18015         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
18016         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18017         * docs/plugins/inspect/plugin-qtdemux.xml:
18018         * docs/plugins/inspect/plugin-speed.xml:
18019         * docs/plugins/inspect/plugin-taglib.xml:
18020         * docs/plugins/inspect/plugin-tta.xml:
18021           commit updates
18022         * configure.ac:
18023         * ext/taglib/gsttaglib.cc:
18024         * tests/Makefile.am:
18025         * tests/check/.cvsignore:
18026         * tests/check/Makefile.am:
18027         * tests/check/elements/.cvsignore:
18028         * tests/check/elements/tagid3v2mux.c:
18029         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
18030         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
18031         (test_taglib_id3mux_check_output_buffer),
18032         (test_taglib_id3mux_with_tags), (GST_START_TEST),
18033         (tagid3v2mux_suite), (main):
18034            add the tagid3v2mux check from #336110
18035
18036 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18037
18038         * configure.ac:
18039           rework like the other configure.ac files
18040         * Makefile.am:
18041         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18042         * ext/amrwb/gstamrwb.c:
18043         * ext/arts/gst_arts.c:
18044         * ext/artsd/gstartsdsink.c:
18045         * ext/audiofile/gstaf.c:
18046         * ext/audioresample/gstaudioresample.c:
18047         * ext/bz2/gstbz2.c:
18048         * ext/cdaudio/gstcdaudio.c:
18049         * ext/directfb/dfbvideosink.c:
18050         * ext/dts/gstdtsdec.c:
18051         * ext/faac/gstfaac.c:
18052         * ext/faad/gstfaad.c:
18053         * ext/hermes/gsthermescolorspace.c:
18054         * ext/ivorbis/vorbis.c:
18055         * ext/jack/gstjack.c:
18056         * ext/lcs/gstcolorspace.c:
18057         * ext/musepack/gstmusepackdec.c:
18058         * ext/musicbrainz/gsttrm.c:
18059         * ext/nas/nassink.c:
18060         * ext/sdl/gstsdl.c:
18061         * ext/snapshot/gstsnapshot.c:
18062         * ext/sndfile/gstsf.c:
18063         * ext/swfdec/gstswfdec.c:
18064         * ext/tarkin/gsttarkin.c:
18065         * ext/xine/xine.c:
18066         * ext/xvid/gstxvid.c:
18067         * gst/cdxaparse/gstcdxaparse.c:
18068         * gst/chart/gstchart.c:
18069         * gst/colorspace/gstcolorspace.c:
18070         * gst/deinterlace/gstdeinterlace.c:
18071         * gst/equalizer/gstiirequalizer.c:
18072         * gst/festival/gstfestival.c:
18073         * gst/filter/gstfilter.c:
18074         * gst/freeze/gstfreeze.c:
18075         * gst/games/gstpuzzle.c:
18076         * gst/librfb/gstrfbsrc.c:
18077         * gst/mixmatrix/mixmatrix.c:
18078         * gst/mpeg1sys/gstmpeg1systemencode.c:
18079         * gst/mpeg1videoparse/gstmp1videoparse.c:
18080         * gst/mpeg2sub/gstmpeg2subt.c:
18081         * gst/mpegaudioparse/gstmpegaudioparse.c:
18082         * gst/multifilesink/gstmultifilesink.c:
18083         * gst/overlay/gstoverlay.c:
18084         * gst/passthrough/gstpassthrough.c:
18085         * gst/playondemand/gstplayondemand.c:
18086         * gst/qtdemux/qtdemux.c:
18087         * gst/rtjpeg/gstrtjpeg.c:
18088         * gst/smooth/gstsmooth.c:
18089         * gst/smoothwave/gstsmoothwave.c:
18090         * gst/spectrum/gstspectrum.c:
18091         * gst/speed/gstspeed.c:
18092         * gst/stereo/gststereo.c:
18093         * gst/switch/gstswitch.c:
18094         * gst/vbidec/gstvbidec.c:
18095         * gst/videocrop/gstvideocrop.c:
18096         * gst/videodrop/gstvideodrop.c:
18097         * gst/virtualdub/gstvirtualdub.c:
18098         * gst/xingheader/gstxingmux.c:
18099         * gst/y4m/gsty4mencode.c:
18100         * sys/cdrom/gstcdplayer.c:
18101         * sys/directdraw/gstdirectdrawplugin.c:
18102         * sys/directsound/gstdirectsoundplugin.c:
18103         * sys/dxr3/dxr3init.c:
18104         * sys/glsink/glimagesink.c:
18105         * sys/qcam/gstqcamsrc.c:
18106         * sys/v4l2/gstv4l2.c:
18107         * sys/vcd/vcdsrc.c:
18108         * sys/ximagesrc/ximagesrc.c:
18109           update to use correct defines
18110         * po/POTFILES.in:
18111         * po/af.po:
18112         * po/az.po:
18113         * po/cs.po:
18114         * po/en_GB.po:
18115         * po/hu.po:
18116         * po/it.po:
18117         * po/nb.po:
18118         * po/nl.po:
18119         * po/or.po:
18120         * po/sq.po:
18121         * po/sr.po:
18122         * po/sv.po:
18123         * po/uk.po:
18124         * po/vi.po:
18125           v4l2 has translations, pick them up
18126
18127 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18128
18129         * sys/ximagesrc/ximagesrc.c: 
18130           Add docs to ximagesrc
18131
18132 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18133
18134         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
18135         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
18136         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
18137         * sys/ximagesrc/ximagesrc.h:
18138         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
18139         * sys/ximagesrc/ximageutil.h:
18140           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
18141           yellow rectangles with the cursor
18142
18143 2006-03-31  Michael Smith  <msmith@fluendo.com>
18144
18145         * configure.ac:
18146           Add autoconfery for theoradec.
18147         * ext/Makefile.am:
18148           Add theora directory.
18149         * ext/theora/Makefile.am:
18150         * ext/theora/theoradec.c: (gst_theoradec_base_init),
18151         (gst_theoradec_class_init), (gst_theoradec_init),
18152         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
18153         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
18154         (theora_dec_sink_convert), (theora_dec_src_query),
18155         (theora_dec_sink_query), (theora_dec_src_event),
18156         (theora_dec_sink_event), (theora_handle_comment_packet),
18157         (theora_handle_type_packet), (theora_handle_header_packet),
18158         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
18159         (theora_dec_change_state), (plugin_init):
18160         * ext/theora/theoradec.h:
18161           Add theora plugin for theora-exp decoder. Very heavily based on the
18162           existing theora decoder plugin.
18163
18164 2006-03-29  Wim Taymans  <wim@fluendo.com>
18165
18166         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
18167         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
18168         * ext/gsm/gstgsmdec.h:
18169         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
18170         (gst_gsmenc_finalize), (gst_gsmenc_chain):
18171         Cleanups, fix leaks.
18172         Handle events and DISCONT.
18173         Use adapter in the decoder.
18174
18175 2006-03-29  Wim Taymans  <wim@fluendo.com>
18176
18177         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
18178
18179         * configure.ac:
18180         * ext/Makefile.am:
18181         * ext/amrwb/Makefile.am:
18182         * ext/amrwb/README:
18183         * ext/amrwb/amrwb-code/Makefile.am:
18184         * ext/amrwb/amrwb-code/run.sh:
18185         * ext/amrwb/gstamrwb.c: (plugin_init):
18186         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
18187         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
18188         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
18189         (gst_amrwbdec_state_change):
18190         * ext/amrwb/gstamrwbdec.h:
18191         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
18192         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
18193         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
18194         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
18195         * ext/amrwb/gstamrwbenc.h:
18196         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
18197         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
18198         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
18199         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
18200         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
18201         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
18202         * ext/amrwb/gstamrwbparse.h:
18203         Added new plugin amrwb parse.
18204         Renamed audio/AMR to audio/AMR-WB as per spec.
18205         Fixes #333307
18206
18207 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
18208
18209         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
18210         Small fix, now pwc driver can tell about its buffers.
18211
18212 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
18213
18214         * configure.ac:
18215           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
18216           did for -good and -ugly. Fixes build on some systems
18217           and doesn't seem to be required for C++ code.
18218
18219 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
18220
18221         * ext/taglib/gsttaglib.cc:
18222         * ext/taglib/gsttaglib.h:
18223           Fix newsegment event handling a bit. We need to
18224           cache the first newsegment event, because we can't
18225           adjust offsets yet when we get it, as we don't
18226           know the size of the tag yet for sure at that point.
18227           Also do some minor cleaning up here and there and add
18228           some debug statements.
18229
18230 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18231
18232         * ext/taglib/gsttaglib.cc:
18233           We do not want to proxy the caps on the sink pad; our 
18234           source pad should have application/x-id3 caps; also,
18235           don't use already-freed strings in debug messages;
18236           finally, adjust buffer offsets on buffers sent out.
18237
18238 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18239
18240         * sys/v4l2/gstv4l2src.c:
18241           Older kernels don't seem to have this particular v4l2 format,
18242           so comment out until this gets fixed properly (and make
18243           buildbots happy).
18244
18245 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
18246
18247         * sys/v4l2/gstv4l2colorbalance.c:
18248         * sys/v4l2/gstv4l2colorbalance.h:
18249         * sys/v4l2/gstv4l2element.c:
18250         * sys/v4l2/gstv4l2src.c:
18251         * sys/v4l2/gstv4l2src.h:
18252         * sys/v4l2/gstv4l2tuner.c:
18253         * sys/v4l2/v4l2_calls.c:
18254         * sys/v4l2/v4l2src_calls.c:
18255         * sys/v4l2/v4l2src_calls.h:
18256         Just make few things more robust and also some identation.
18257
18258 2006-03-23  Wim Taymans  <wim@fluendo.com>
18259
18260         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
18261
18262         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
18263         (gst_xvidenc_chain):
18264         Patch to mark outgoing encoded buffers as delta-units (or not).
18265         Note that this patch also patches:
18266         - the setting of fincr and fbase in xvid-encoder creation based on
18267           caps framerate
18268         - makes 0, rather than 2, the default max_b_frames, as the current
18269           xvidenc does not seem "fully prepared" to handle b-frame 
18270           "effects", such as encoder returning 0 encoded bytes, etc.
18271         Fixes #335585
18272
18273 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18274
18275         * gst/modplug/libmodplug/Makefile.am:
18276         * gst/modplug/libmodplug/load_it.cpp:
18277           Try that again (not only should it be MODPLUG_ instead
18278           of MODFILE, also that define is already set in stdafx.h;
18279           what we really need is some more #ifndefs).
18280
18281 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18282
18283         * gst/modplug/libmodplug/Makefile.am:
18284           More gcc-4.1 fixes (we don't need file saving, so just
18285           define MODPLUG_NO_FILESAVE. That way, the compiler won't
18286           complain about modplug ignoring the return value of fwrite
18287           any longer and we might even save a few bytes as well).
18288
18289 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18290
18291         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
18292
18293         * configure.ac:
18294         * ext/Makefile.am:
18295         * ext/soundtouch/Makefile.am:
18296         * ext/soundtouch/gstpitch.cc:
18297         * ext/soundtouch/gstpitch.hh:
18298           Add new libsoundtouch-based pitch plugin (#331335).
18299
18300 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
18301
18302         * gst/modplug/libmodplug/load_ptm.cpp:
18303           Fix compilation with gcc-4.1 and -Werror (#327355).
18304
18305 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
18306
18307         * ext/taglib/gsttaglib.h:
18308           Fix left-over gst_my_filter_get_type.
18309
18310 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18311
18312         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
18313         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18314         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
18315         Have a show mouse pointer property and use it if we can
18316
18317 2006-03-15  Edward Hervey  <edward@fluendo.com>
18318
18319         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
18320         Let's not forget to chain up to the parent dispose.
18321
18322 2006-03-15  Edward Hervey  <edward@fluendo.com>
18323
18324         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
18325         (gst_qtdemux_init), (gst_qtdemux_dispose),
18326         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18327         Series of memleak fixes:
18328         - Unref the GstAdapter in finalize.
18329         - Use gst_pad_new_from_static_template(), shorter and safer.
18330         - Free unused QtDemuxStream when not used.
18331
18332 2006-03-14  Edward Hervey  <edward@fluendo.com>
18333
18334         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
18335         (gst_v4l2src_class_init):
18336         Initialization of the debugging category should be as early as possible,
18337         moving it from _class_init() to beginning of _base_init().
18338
18339 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18340
18341         * ext/taglib/gsttaglib.cc:
18342           Add gtk-doc blurb (unused for the time being); match registered
18343           plugin name to the filename of the plugin (taglibmux => taglib)
18344
18345 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18346
18347         Patch by: Mikhail Zabaluev  <mhz altlinux org>
18348
18349         * autogen.sh:
18350           Don't check for file that only exists in CVS but isn't
18351           disted (#334417)
18352
18353 2006-03-13  Julien MOUTTE  <julien@moutte.net>
18354
18355         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18356         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
18357
18358 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18359
18360         * Makefile.am:
18361         * configure.ac:
18362           Fix distcheck.
18363
18364 2006-03-12  Edward Hervey  <edward@fluendo.com>
18365
18366         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
18367         (gst_v4l2src_buffer_pool_free):
18368         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
18369         instead.
18370
18371 2006-03-12  Edward Hervey  <edward@fluendo.com>
18372
18373         * sys/v4l2/gstv4l2element.h:
18374         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
18375         buildbot happy.
18376         I will just use the same comment Ronald used when he added these lines:
18377         Yet Another Hack (tm) for kernel header borkedness.
18378
18379 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18380
18381         * ext/taglib/Makefile.am:
18382         * ext/taglib/gsttaglib.cc:
18383         * ext/taglib/gsttaglib.h:
18384           Add support for writing MusicBrainz IDs.
18385
18386 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18387
18388         * sys/v4l2/gstv4l2element.h:
18389           Include "_stdint.h" in an attempt to make the
18390           PPC-buildbot happy.
18391
18392 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
18393
18394         * configure.ac:
18395         * sys/Makefile.am:
18396         * sys/v4l2/Makefile.am:
18397         * sys/v4l2/gstv4l2.c:
18398         * sys/v4l2/gstv4l2colorbalance.h:
18399         * sys/v4l2/gstv4l2element.c:
18400         * sys/v4l2/gstv4l2element.h:
18401         * sys/v4l2/gstv4l2src.c:
18402         * sys/v4l2/gstv4l2src.h:
18403         * sys/v4l2/gstv4l2tuner.c:
18404         * sys/v4l2/gstv4l2tuner.h:
18405         * sys/v4l2/gstv4l2xoverlay.c:
18406         * sys/v4l2/gstv4l2xoverlay.h:
18407         * sys/v4l2/v4l2_calls.c:
18408         * sys/v4l2/v4l2_calls.h:
18409         * sys/v4l2/v4l2src_calls.c:
18410         * sys/v4l2/v4l2src_calls.h:
18411         V4L2 ported to 0.10.
18412         
18413 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
18414
18415         * configure.ac:
18416           Only compile the taglib plugin if a C++ compiler is
18417           present. Use GST_DEFAULT_ELEMENTS macro from common/
18418           for all the defaults stuff.
18419
18420 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18421
18422         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18423
18424         * configure.ac:
18425         * gst/xingheader/Makefile.am:
18426         * gst/xingheader/gstxingmux.c: 
18427         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
18428         to MP3 files (this allows decoder to figure out the length of VBR
18429         files) 
18430
18431 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18432         
18433         Patch by: Alex Lancaster
18434         
18435         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
18436         and add support for TCOP (copyright)
18437
18438 2006-03-10  Julien MOUTTE  <julien@moutte.net>
18439
18440         * gst/modplug/Makefile.am:
18441         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
18442
18443 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18444
18445         * configure.ac:
18446         * gst/modplug/Makefile.am:
18447         * gst/modplug/gstmodplug.cc:
18448         * gst/modplug/gstmodplug.h:
18449         * gst/modplug/libmodplug/sndfile.cpp:
18450         * gst/modplug/libmodplug/sndfile.h:
18451           modplug plugin ported to 0.10 (#332598, patch by:
18452           Jonathan Matthew <jonathan at kaolin wh9 net>).
18453
18454 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18455
18456         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
18457         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
18458         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
18459         (gst_mms_set_property), (gst_mms_get_property),
18460         (gst_mms_uri_get_uri):
18461         * ext/libmms/gstmms.h:
18462           Some clean-ups; more debug output; use blocksize property
18463           of GstBaseSrc instead of re-registering our own; make debug
18464           category actually be used.
18465
18466 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
18467
18468         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
18469           Fix build with gcc-4.1 (#327355).
18470
18471 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
18472
18473         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18474
18475         * configure.ac:
18476         * ext/Makefile.am:
18477         * ext/taglib/Makefile.am:
18478         * ext/taglib/gsttaglib.cc:
18479         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
18480
18481 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
18482
18483         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
18484           Extract disc number and count from files that use
18485           'disk' instead of 'disc' as node identifier for that
18486           (fixes #332066).
18487
18488 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18489
18490         * ext/musepack/gstmusepackdec.h:
18491         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
18492           Forgot those two.
18493
18494 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18495
18496         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18497         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
18498         (gst_musepackdec_handle_seek_event),
18499         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
18500         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
18501         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
18502         (gst_musepackdec_change_state):
18503           Some cleanups; pause task when push fails.
18504
18505 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
18506
18507         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18508           Add support for '3IVD' fourcc (#333403).
18509
18510 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18511
18512         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18513         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18514         (gst_faad_sink_event), (gst_faad_src_convert),
18515         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18516           Add query function for position/duration querying (mostly for
18517           raw AAC streams); make seeking in raw AAC streams work; post
18518           tags with codec name if this is a raw AAC stream.
18519
18520 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18521
18522         * sys/directdraw:
18523         * sys/directsound:
18524           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18525         * win32/vs6:
18526           project files updated to fix some bugs
18527         * win32/vs7:
18528         * win32/vs8:
18529           vs7 and vs8 project files added
18530         
18531 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18532
18533         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18534           Declare variable at the beginning of the block and make gcc-2.9x
18535           happy (fixes #333283; patch by: Jens Granseuer).
18536
18537 2006-03-03  Edward Hervey  <edward@fluendo.com>
18538
18539         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18540         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18541         when parsing.
18542         Also let's be a bit less vulgar in our warning messages :)
18543
18544 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18545
18546         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18547           Can't divide through zero (suppress warning in case of
18548           stream with one single still picture) (see #327083)
18549
18550 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18551
18552         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18553
18554 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18555
18556         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18557         (qtdemux_parse_trak), (qtdemux_video_caps):
18558           Add support for palettised Apple SMC videos (#327075, based on
18559           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18560
18561 2006-02-24  Michael Smith  <msmith@fluendo.com>
18562
18563         * autogen.sh:
18564           Allow automake 1.9
18565
18566 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18567
18568         * ext/neon/gstneonhttpsrc.c:
18569         Changed property name from "uri" to "location" 
18570
18571 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18572
18573         * configure.ac:
18574         * sys/glsink/Makefile.am:
18575         Merge patch from #317048 for building on Cygwin. Patch by 
18576         Cygwin Ports maintainer.
18577         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18578         Move normal debug output to LOG level not ERROR.
18579
18580 2006-02-19  Jan Gerber  <j@bootlab.org>
18581
18582         Reviewed by : Edward Hervey <edward@fluendo.com>
18583
18584         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18585           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18586           Add image/png for fourcc 'png '
18587  
18588 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18589
18590         * configure.ac:
18591           Surely this is supposed to be >= a.b, not == a.b
18592
18593 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18594
18595         * configure.ac:
18596         * sys/Makefile.am:
18597         * sys/ximagesrc/Makefile.am:
18598         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18599         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18600         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18601         (gst_ximagesrc_recalc), (composite_pixel),
18602         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18603         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18604         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18605         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18606         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18607         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18608         (gst_ximagesrc_init), (plugin_init):
18609         * sys/ximagesrc/ximagesrc.h:
18610         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18611         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18612         (ximageutil_xcontext_clear),
18613         (ximageutil_calculate_pixel_aspect_ratio),
18614         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18615         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18616         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18617         (gst_ximageutil_ximage_destroy):
18618         * sys/ximagesrc/ximageutil.h:
18619
18620         Port ximagesrc to 0.10 (Closes #304795)
18621
18622 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18623
18624         * gst/freeze/gstfreeze.c:
18625         * gst/freeze/gstfreeze.h:
18626         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18627
18628 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18629
18630         * configure.ac:
18631         Back to CVS nano
18632
18633 === release 0.10.1 ===
18634
18635 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18636
18637         * configure.ac:
18638           releasing 0.10.1, "Slimy - yet satisfying"
18639
18640 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18641
18642         * configure.ac:
18643           Release 0.10.0.3 - pre-release for 0.10.1
18644
18645 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18646
18647         * ext/bz2/gstbz2.c:
18648         * ext/bz2/gstbz2dec.c:
18649         * ext/bz2/gstbz2dec.h:
18650         * ext/bz2/gstbz2enc.c:
18651         * ext/bz2/gstbz2enc.h:
18652           Add proper copyright headers identifying Lutz Müller
18653           as the author and copyright holder (#331600).
18654
18655 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18656
18657         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18658           Don't GST_LOG timestamps from nonexistent index
18659           entries (#331582).
18660
18661 2006-02-17  Edward Hervey  <edward@fluendo.com>
18662
18663         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18664         Check that the size of the returned buffer is of the correct size
18665         because the parser assumes that.
18666         Fixes #331543.
18667
18668 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18669
18670         * configure.ac:
18671           Release 0.10.0.2 - pre-release for 0.10.1
18672
18673 2006-02-16  Edward Hervey  <edward@fluendo.com>
18674
18675         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18676         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18677         Don't stop the task if the pad isn't linked.
18678
18679 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18680
18681         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18682           It appears 100% equals 1/1 and not 100/1 ...
18683
18684 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18685
18686         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18687         (gst_qtdemux_chain):
18688           When buffering MDAT data, show the user something is
18689           happening by posting 'buffering' messages on the bus.
18690
18691 2006-02-14  Edward Hervey  <edward@fluendo.com>
18692
18693         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18694         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18695         (next_entry_size), (gst_qtdemux_chain):
18696         * gst/qtdemux/qtdemux.h:
18697         Make push-based work if mdat atom is before moov atom.
18698         Don't answer duration query. This should be transformed into replying
18699         FALSE to seek events.
18700
18701 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18702
18703         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18704         (gst_mms_start):
18705           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18706           push our own EOS event on EOS, the base class will do that for us;
18707           fix bogus query code; post semi-decent errors on the bus when an
18708           error occurs in ::start(), otherwise the user will get to see
18709           whatever cryptic default message GstBaseSrc comes up with.
18710
18711 2006-02-14  Andy Wingo  <wingo@pobox.com>
18712
18713         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
18714         schleef, don't break me gst-inspect -a.
18715
18716 2006-02-14  Edward Hervey  <edward@fluendo.com>
18717
18718         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
18719         Handle the case where data atoms are before moov atoms in push-based mode.
18720         Errors out gracefully.
18721
18722 2006-02-13  Edward Hervey  <edward@fluendo.com>
18723
18724         * gst/qtdemux/Makefile.am:
18725         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18726         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18727         (extract_initial_length_and_fourcc),
18728         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
18729         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
18730         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
18731         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
18732         * gst/qtdemux/qtdemux.h:
18733         QtDemux can now work push-based.
18734         It still needs some love for seeking.
18735
18736 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
18737
18738         * configure.ac:
18739         * gst/freeze/Makefile.am:
18740         * gst/freeze/gstfreeze.c:
18741         * gst/freeze/gstfreeze.h:
18742         * gst/freeze/FAQ:
18743         freeze plugin ported to 0.10 by
18744         Renato Filho <renato.filho@indt.org.br>
18745
18746 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18747
18748         * configure.ac:
18749         * gst/cdxaparse/Makefile.am:
18750         * gst/cdxaparse/gstcdxaparse.c:
18751         * gst/cdxaparse/gstcdxaparse.h:
18752           Port cdxaparse, makes VCD playback work.
18753
18754 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18755
18756         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18757         (qtdemux_parse_trak):
18758           use the correct variable to check if we can calculate
18759           the last chunk.  Looks like an obvious bug, and makes
18760           the dump of offsets comparable to other tools
18761
18762 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18763
18764         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18765         (qtdemux_parse_trak):
18766           clean up some debugging, using _OBJECT, moving recurring
18767           messages to LOG level
18768
18769 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
18770
18771         * configure.ac:
18772         * ext/neon/gstneonhttpsrc.c:
18773         Now it uses libneon 0.25.5 that supports shoutcast.
18774
18775 2006-02-06  Lutz Mueller <lutz@topfrose.de>
18776
18777         Reviewed by: Edward Hervey <edward@fluendo.com>
18778         
18779         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
18780         "x-bz2".
18781         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
18782         caps are "ANY".
18783         (gst_bz2dec_chain): Configure the source pad if we can figure out
18784         the mime type of the decompressed data.
18785         (gst_bz2dec_[get,set]_property):
18786         (gst_bz2dec_class_init: New property "first_buffer_size".
18787         
18788
18789 2006-02-06  Wim Taymans  <wim@fluendo.com>
18790
18791         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
18792         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
18793         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
18794         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18795         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
18796         (qtdemux_video_caps), (qtdemux_audio_caps):
18797         * gst/qtdemux/qtdemux.h:
18798         Some QT demux loving.
18799         Handle seeking in a less broken way.
18800         Fix AMR caps to match the AMR decoder.
18801         Set first timestamp on AMR samples to 0 for now.
18802         Remove some \n in DEBUG strings.
18803         Use _scale_int for maximum precision.
18804
18805 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18806
18807         * gst/apetag/Makefile.am:
18808         * gst/apetag/apedemux.c:
18809         * gst/apetag/apedemux.h:
18810         * gst/apetag/apetag.c:
18811           Remove old files, apetag is in gst-plugins-good now.
18812
18813 2006-02-06  Andy Wingo  <wingo@pobox.com>
18814
18815         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
18816         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
18817         parent_class, the boilerplate does it for you.
18818
18819 2006-02-05  Lutz Mueller <lutz@topfrose.de>
18820
18821         reviewed by: Andy Wingo <wingo@pobox.com>
18822
18823         * configure.ac:
18824         * ext/Makefile.am: Hook it up.
18825         * ext/bz2/gstbz2.c:
18826         * ext/bz2/gstbz2dec.h:
18827         * ext/bz2/gstbz2dec.c:
18828         * ext/bz2/gstbz2enc.h:
18829         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
18830         decoding (#303167).
18831         
18832 2006-01-30  Andy Wingo  <wingo@pobox.com>
18833
18834         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
18835         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
18836
18837 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
18838
18839         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
18840         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18841         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
18842         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
18843         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
18844           Add debug category, use boilerplate macros, fix handling
18845           of widths of 32 bits.
18846
18847         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
18848         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
18849         (gst_wavpack_parse_index_get_last_entry),
18850         (gst_wavpack_parse_index_get_entry_from_sample),
18851         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
18852         (gst_wavpack_parse_src_query),
18853         (gst_wavpack_parse_scan_to_find_sample),
18854         (gst_wavpack_parse_send_newsegment),
18855         (gst_wavpack_parse_handle_seek_event),
18856         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
18857         (gst_wavpack_parse_get_upstream_length),
18858         (gst_wavpack_parse_pull_buffer),
18859         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
18860         (gst_wavpack_parse_change_state),
18861         (gst_wavepack_parse_sink_activate),
18862         (gst_wavepack_parse_sink_activate_pull),
18863         (gst_wavpack_parse_plugin_init):
18864         * ext/wavpack/gstwavpackparse.h:
18865           Rewrite a bit, mostly to fix flow logic and to make seeking work.
18866           Fix buffer/event refcounting. Add some debug statements. Add
18867           width of 32 to source pad template caps. Use boilerplate macros.
18868
18869 2006-01-28  Edward Hervey  <edward@fluendo.com>
18870
18871         * sys/glsink/Makefile.am:
18872         glimagesink.h is dead, long live glimagesink.h
18873
18874 2006-01-27  David Schleef  <ds@schleef.org>
18875
18876         * configure.ac:
18877         * sys/Makefile.am:
18878         * sys/glsink/Makefile.am:
18879         * sys/glsink/glimagesink.c:
18880         * sys/glsink/glimagesink.h:
18881           revival of glimagesink.  Kind of works.
18882
18883 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
18884
18885         * ext/faad/gstfaad.c: (gst_faad_setcaps),
18886         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
18887           Handle 'framed' field in caps; Port syncing for raw streams
18888           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
18889
18890 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18891
18892         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
18893         (gst_sdlvideosink_xoverlay_set_xwindow_id),
18894         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
18895         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
18896         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18897         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
18898         (gst_sdlvideosink_change_state),
18899         (gst_sdlvideosink_navigation_send_event):
18900         * ext/sdl/sdlvideosink.h:
18901           Fix output stride copying, so that it displays correctly on 
18902           framebuffer devices that don't match our implict GStreamer stride
18903           arrangement.
18904
18905           Fix locking things. Offer XOverlay only when SDL is running against
18906           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
18907           actually match the embedded window size because there's no way to
18908           figure out what size that should be from the XOverlay interface.
18909           See comment in sdlvideosink.c
18910
18911 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18912
18913         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18914           Fix wrong memcpy source pointer.
18915
18916 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18917
18918         * ext/libmms/gstmms.c: (gst_mms_finalize):
18919         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
18920         Just chain up finalize calls (calling parent_class->finalize).
18921
18922 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18923
18924         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
18925         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
18926         Finalize method has been created and others small changes.
18927
18928 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18929
18930         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18931         (gst_musepackdec_class_init), (gst_musepackdec_init),
18932         (gst_musepackdec_send_newsegment),
18933         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
18934         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18935         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
18936         (gst_musepackdec_loop), (gst_musepackdec_change_state):
18937         * ext/musepack/gstmusepackdec.h:
18938         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18939         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
18940         (gst_musepack_reader_get_size):
18941         * ext/musepack/gstmusepackreader.h:
18942           Fix seeking in musepack files (it's still incredibly slow, but I
18943           don't think that is our plugin's fault). Clean up code and get
18944           rid of old cruft. Post tags with all kind of neat information like
18945           replay gain and such on the bus, if it is available. Add a
18946           'musepackdec' debug category.
18947
18948 2006-01-24  Edward Hervey  <edward@fluendo.com>
18949
18950         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18951         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18952         More coherent framerate setting on caps.
18953         If sample_size is available, use that for the samples' duration in
18954         the index. This enables single frame streams to work (and I imagine
18955         fixes some other cases).
18956         Tested on testsuite, no regression.
18957
18958 2006-01-23  Edward Hervey  <edward@fluendo.com>
18959
18960         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18961         (qtdemux_video_caps), (qtdemux_audio_caps):
18962         Added codec recognition for:
18963         _ VP31 : video/x-vp3
18964         _ AVDJ : image/jpeg
18965         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
18966         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
18967
18968 2006-01-21  David Schleef  <ds@schleef.org>
18969
18970         * configure.ac:
18971         * ext/swfdec/gstswfdec.c: Update from swfdec.
18972
18973 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
18974
18975         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18976         (qtdemux_audio_caps):
18977           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
18978           Fix 8bit case (#327133, based on patch by: Fabrizio
18979           Gennari <fabrizio dot ge at tiscali dot it>).
18980           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
18981           valid literals for endianness in caps strings,
18982           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
18983
18984 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
18985
18986         * ext/ivorbis/vorbisfile.c:
18987         * ext/neon/gstneonhttpsrc.c:
18988         Fixed state transictions PLAYING->NULL->PLAYING.
18989         
18990 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
18991
18992         * ext/tremor/vorbisfile.c:
18993         Some minor improvements on log messages.
18994
18995 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
18996
18997         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
18998         Ronald's patch applied. see bug #326318.
18999
19000 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19001
19002         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19003         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
19004         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
19005         * gst/qtdemux/qtdemux.h:
19006           Fix seeking for quicktime files. Could still use some more
19007           love and sophistication.
19008
19009 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
19010
19011         * ext/libmms/gstmms.c: gst_mms_init:
19012         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
19013         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
19014         Removed gst_base_src_set_live from mms and neon, and now calling
19015         parent_class->dispose in dispose on sdlaudio.
19016         
19017 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
19018
19019         * ext/sdl/sdlvideosink.c:
19020         Now implementing navigation interface and using
19021         GST_BOILER_PLATE_FULL.
19022         
19023 2006-01-11  Christian Schaller  <christian@fluendo.com>
19024
19025         Remove SunAudio plugin as Brian's new one is in -good
19026
19027         * sys/Makefile.am:
19028         * sys/sunaudio/Makefile.am:
19029         * sys/sunaudio/gstsunaudio.c:
19030         * sys/sunaudio/gstsunaudiosrc.c:
19031         * sys/sunaudio/gstsunaudiosrc.h:
19032         * sys/sunaudio/gstsunelement.c:
19033         * sys/sunaudio/gstsunelement.h:
19034         * sys/sunaudio/gstsunmixer.c:
19035         * sys/sunaudio/gstsunmixer.h:
19036
19037 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
19038
19039         * ext/sdl/sdlaudiosink.c:
19040         Replaced wrong style code by GST_BOILERPLATE.
19041         
19042 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
19043
19044         reviewed by: Edward Hervey  <edward@fluendo.com>
19045
19046         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19047         Add support for Indeo3 video in Quicktime files.
19048         Closes #326524
19049
19050 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
19051
19052         * configure.ac:
19053         * ext/sdl/Makefile.am:
19054         * ext/sdl/gstsdl.c:
19055         * ext/sdl/sdlaudiosink.c:
19056         * ext/sdl/sdlaudiosink.h:
19057         * ext/sdl/sdlvideosink.c:
19058         Created new element, sdlaudiosink.
19059         
19060 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
19061
19062         * added sys/directdraw
19063         * added sys/directsound
19064         * added win32/vs6/gst_plugins_bad.dsw
19065         * added win32/vs6/libgstdirectsound.dsp
19066         * added win32/vs6/libgstdirectdraw.dsp
19067         * added win32/common/config.h
19068         
19069 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19070
19071         * gst/games/gstpuzzle.c: (plugin_init):
19072           call oil_init() when using liboil
19073
19074 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
19075
19076         * ext/neon/gstneonhttpsrc.c:
19077         * ext/neon/gstneonhttpsrc.h:
19078         Some improvements in cancellation and debug messages.
19079                         
19080 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
19081
19082         * ext/neon/gstneonhttpsrc.c:
19083         * ext/neon/gstneonhttpsrc.h:
19084         Removed not need thread and changed to push out blocksize bytes.
19085         
19086 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
19087
19088         * configure.ac:
19089         * ext/Makefile.am
19090         * ext/neon:
19091         * ext/neon/Makefile.am:
19092         * ext/neon/gstneonhttpsrc.c:
19093         * ext/neon/gstneonhttpsrc.h:
19094         Created new element neonhttpsrc.
19095
19096 2005-12-19  Edward Hervey  <edward@fluendo.com>
19097
19098         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
19099         (gst_swfdec_chain), (gst_swfdec_render):
19100         Add debugging category and return GstFlowReturn in the right places
19101         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19102         Get something from the peer pad once we've checked if there is a peer pad.
19103         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19104         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
19105         (qtdemux_video_caps):
19106         Couple of fixes
19107
19108 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19109
19110         * ext/divx/Makefile.am:
19111         just a small fix. I have to pay more attention when commiting ;-)
19112
19113 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19114
19115         * configure.ac:
19116         * ext/Makefile.am:
19117         * ext/divx/Makefile.am:
19118         * ext/divx/gstdivxdec.c:
19119         * ext/divx/gstdivxdec.h:
19120         * ext/divx/gstdivxenc.c:
19121         * ext/divx/gstdivxenc.h:
19122         divxdec and divxenc ported to 0.10
19123         
19124 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19125
19126         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19127         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19128         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19129         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19130         (gst_dfbvideosink_can_blit_from_format),
19131         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19132         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19133         (gst_dfbsurface_finalize),
19134         (gst_dfbvideosink_navigation_send_event),
19135         (gst_dfbvideosink_update_colorbalance),
19136         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
19137         more refactoring, handle exotic DirectFB row stride.
19138
19139 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19140
19141         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19142         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
19143         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19144         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19145         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19146         (gst_dfbvideosink_can_blit_from_format),
19147         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19148         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19149         (gst_dfbsurface_finalize),
19150         (gst_dfbvideosink_navigation_send_event),
19151         (gst_dfbvideosink_update_colorbalance),
19152         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19153         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19154         (gst_dfbvideosink_class_init):
19155         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
19156         This should work both for hardware accelerated scaling and
19157         reverse caps negotiation with a scaling element.
19158
19159 2005-12-17  Julien MOUTTE  <julien@moutte.net>
19160
19161         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19162         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19163         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19164         * docs/plugins/gst-plugins-bad-plugins.args:
19165         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19166         * docs/plugins/gst-plugins-bad-plugins.signals:
19167         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19168         * docs/plugins/inspect/plugin-qtdemux.xml:
19169         * docs/plugins/inspect/plugin-sdlvideosink.xml:
19170         * docs/plugins/inspect/plugin-speed.xml:
19171         * docs/plugins/inspect/plugin-tta.xml: Updates.
19172         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19173         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
19174         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
19175         (gst_dfbvideosink_cleanup),
19176         (gst_dfbvideosink_can_blit_from_format),
19177         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19178         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
19179         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19180         (gst_dfbvideosink_interface_supported),
19181         (gst_dfbvideosink_navigation_send_event),
19182         (gst_dfbvideosink_update_colorbalance),
19183         (gst_dfbvideosink_colorbalance_list_channels),
19184         (gst_dfbvideosink_colorbalance_set_value),
19185         (gst_dfbvideosink_colorbalance_get_value),
19186         (gst_dfbvideosink_colorbalance_init),
19187         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19188         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
19189         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
19190         color balance interface.
19191
19192 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19193
19194         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
19195         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
19196         * gst/vbidec/vbidata.c:
19197         * gst/vbidec/vbidata.h:
19198         * gst/vbidec/vbiscreen.c:
19199         * sys/dxr3/ac3_padder.c:
19200           don't use doc comments for non-docs
19201           change some char* into char[]
19202
19203 2005-12-16  Julien MOUTTE  <julien@moutte.net>
19204
19205         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19206         (gst_dfbvideosink_init): Always prefer the primary layer.
19207
19208 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19209
19210         * ext/wavpack/gstwavpackdec.c:
19211           Oops, remove trailing comma from caps string.
19212
19213 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19214
19215         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19216         * ext/wavpack/gstwavpackparse.c:
19217           Wavpack supports samplerates from 6-192kHz, fix pad template
19218           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
19219           remove buffer-frames from caps, they are gone in 0.10.
19220
19221 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
19222
19223         * ext/xvid/Makefile.am:
19224         * ext/xvid/gstxviddec.c:
19225         * ext/xvid/gstxvidenc.c:
19226         Fixed some mem-leaks in xvid.
19227
19228 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19229
19230         * configure.ac:
19231         * ext/Makefile.am:
19232         * ext/xvid/gstxvid.c:
19233         * ext/xvid/gstxvid.h:
19234         * ext/xvid/gstxviddec.c:
19235         * ext/xvid/gstxviddec.h:
19236         * ext/xvid/gstxvidenc.c:
19237         * ext/xvid/gstxvidenc.h:
19238         xviddec and xvideenc ported to 0.10
19239                 
19240
19241 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19242
19243         * configure.ac:
19244         * ext/Makefile.am:
19245         * ext/dts/Makefile.am:
19246         * ext/dts/gstdtsdec.c:
19247         * ext/dts/gstdtsdec.h:
19248         dtsdec ported to 0.10
19249
19250 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19251
19252         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19253         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
19254         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
19255         (gst_musepackdec_loop):
19256         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
19257         (gst_swfdec_src_query):
19258         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
19259           GstObjects must be unref'ed with gst_object_unref() instead of
19260           g_object_unref(), otherwise things break for GLib-2.6 users.
19261
19262 2005-12-12  David Schleef  <ds@schleef.org>
19263
19264         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
19265         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
19266         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
19267         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
19268         because the video buffers previously never got freed.
19269
19270 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19271
19272         * ext/libmms/gstmms.c:
19273         Just removed a weird printf ;-)
19274
19275 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19276
19277         * configure.ac:
19278         * ext/libmms/gstmms.c:
19279         * ext/libmms/gstmms.h:
19280         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
19281         PREROOL..." to be fixed.
19282
19283 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
19284
19285         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
19286         (gst_faad_update_caps):
19287           Assume that an unknown channel mapping with 2 channels
19288           is stereo and play it that way instead of erroring.
19289
19290         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19291         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19292           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
19293           Debug fixes. Some 64 bit variable fixes
19294
19295 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
19296
19297         * configure.ac:
19298         * ext/Makefile.am:
19299         * ext/swfdec/Makefile.am:
19300         * ext/swfdec/gstswfdec.c:
19301         * ext/swfdec/gstswfdec.h:
19302         swfdec Ported to 0.10.
19303
19304 2005-12-07  Edward Hervey  <edward@fluendo.com>
19305
19306         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19307         (gst_qtdemux_add_stream):
19308         Memleak fixes.
19309         Send out EOS for valid reasons (couldn't pull_range() from upstream
19310         for example).
19311
19312 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19313
19314         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19315         * ext/audiofile/gstafparse.h:
19316         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
19317         * ext/audiofile/gstafsink.h:
19318         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
19319         * ext/audiofile/gstafsrc.h:
19320         * ext/cdaudio/gstcdaudio.c:
19321         * ext/divx/gstdivxenc.c:
19322         * ext/dts/gstdtsdec.h:
19323         * ext/faac/gstfaac.h:
19324         * ext/ivorbis/vorbisenc.h:
19325         * ext/ivorbis/vorbisfile.c:
19326         * ext/musepack/gstmusepackdec.h:
19327         * ext/nas/nassink.c:
19328         * ext/snapshot/gstsnapshot.c:
19329         * ext/sndfile/gstsf.h:
19330         * ext/tarkin/gsttarkindec.h:
19331         * ext/tarkin/gsttarkinenc.h:
19332         * ext/xine/gstxine.h:
19333         * ext/xine/xinecaps.c:
19334         * ext/xvid/gstxvid.h:
19335         * gst-libs/gst/play/play.h:
19336         * gst/apetag/apedemux.h:
19337         * gst/cdxaparse/gstcdxaparse.h:
19338         * gst/cdxaparse/gstcdxastrip.h:
19339         * gst/colorspace/yuv2rgb.c:
19340         * gst/colorspace/yuv2rgb.h:
19341         * gst/equalizer/gstiirequalizer.c:
19342         * gst/festival/gstfestival.h:
19343         * gst/games/gstpuzzle.c:
19344         * gst/games/gstvideoimage.c:
19345         * gst/games/gstvideoimage.h:
19346         * gst/modplug/gstmodplug.h:
19347         * gst/modplug/libmodplug/it_defs.h:
19348         * gst/modplug/libmodplug/modplug.h:
19349         * gst/modplug/libmodplug/sndfile.h:
19350         * gst/modplug/libmodplug/stdafx.h:
19351         * gst/mpeg1sys/buffer.c:
19352         * gst/mpeg1sys/gstmpeg1systemencode.h:
19353         * gst/mpeg1sys/main.h:
19354         * gst/mpeg1sys/systems.c:
19355         * gst/mpeg1videoparse/gstmp1videoparse.h:
19356         * gst/mpeg2sub/gstmpeg2subt.h:
19357         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19358         * gst/mpegaudioparse/gstmpegaudioparse.h:
19359         * gst/multifilesink/gstmultifilesink.h:
19360         * gst/overlay/gstoverlay.h:
19361         * gst/qtdemux/qtdemux.c:
19362         * gst/qtdemux/qtdemux.h:
19363         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
19364         * gst/rtjpeg/RTjpeg.h:
19365         * gst/tta/crc32.h:
19366         * gst/tta/filters.h:
19367         * gst/tta/ttadec.h:
19368         * gst/videodrop/gstvideodrop.h:
19369         * sys/cdrom/gstcdplayer.h:
19370         * sys/cdrom/gstcdplayer_ioctl.c:
19371         * sys/cdrom/gstcdplayer_ioctl.h:
19372         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
19373         * sys/cdrom/gstcdplayer_ioctl_irix.h:
19374         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
19375         * sys/dxr3/dxr3audiosink.c:
19376         * sys/dxr3/dxr3audiosink.h:
19377         * sys/dxr3/dxr3spusink.c:
19378         * sys/dxr3/dxr3spusink.h:
19379         * sys/dxr3/dxr3videosink.c:
19380         * sys/dxr3/dxr3videosink.h:
19381         * sys/qcam/dark.c:
19382         * sys/qcam/gstqcamsrc.c:
19383         * sys/v4l2/gstv4l2colorbalance.h:
19384         * sys/v4l2/gstv4l2element.h:
19385         * sys/v4l2/gstv4l2src.h:
19386         * sys/v4l2/gstv4l2tuner.h:
19387         * sys/v4l2/gstv4l2xoverlay.h:
19388         * sys/v4l2/v4l2_calls.c:
19389         * sys/v4l2/v4l2_calls.h:
19390         * sys/v4l2/v4l2src_calls.c:
19391         * sys/v4l2/v4l2src_calls.h:
19392         * sys/vcd/vcdsrc.h:
19393           expand tabs
19394
19395 === release 0.10.0 ===
19396
19397 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19398
19399         * configure.ac:
19400           releasing 0.10.0, "Camembert"
19401
19402 2005-12-05  Andy Wingo  <wingo@pobox.com>
19403
19404         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
19405         * ext/faad/gstfaad.c: (gst_faad_chain):
19406         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
19407         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
19408         * ext/xine/xineinput.c: (gst_xine_input_get):
19409         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
19410         * gst/speed/gstspeed.c: (speed_chain):
19411         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
19412         alloc_buffer changes.
19413
19414 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19415
19416         * ext/Makefile.am:
19417           Add missing $(WAVPACK_DIR) (#322962).
19418
19419 === release 0.9.7 ===
19420
19421 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19422
19423         * configure.ac:
19424           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
19425
19426 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
19427
19428         * PORTED_09:
19429         * configure.ac:
19430         * ext/Makefile.am:
19431         * ext/libmms/Makefile.am:
19432         * ext/libmms/gstmms.c:
19433         * ext/libmms/gstmms.h:
19434         libmm ported to 0.9. It works fine, but print some error messages. I
19435         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
19436         
19437 2005-11-28  Edward Hervey  <edward@fluendo.com>
19438
19439         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19440         Handle gracefully the consequence of "Maximum number of scalefactor
19441         bands exceeded", which results in 0 channels with samplerates of 0.
19442         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
19443         Do upward transitions, then call parent state_change, then do
19444         downward transitions.
19445
19446 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19447
19448         * ext/Makefile.am:
19449           alphabets, so hard to master.  Should fix distcheck.
19450
19451 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
19452
19453         * configure.ac:
19454         * PORTED_09:
19455         * ext/Makefile.am:
19456         * ext/wavpack/Makefile.am:
19457         * ext/wavpack/gstwavpackdec.c:
19458         * ext/wavpack/gstwavpackdec.h:
19459         * ext/wavpack/gstwavpackparse.c:
19460         * ext/wavpack/gstwavpackparse.h:
19461         Wavpack ported to 0.9. No support for correction file yet.
19462
19463 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19464
19465         * ext/wavpack/Makefile.am:
19466         * ext/wavpack/gstwavpack.c: (plugin_init):
19467         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
19468         * ext/wavpack/gstwavpackcommon.h:
19469         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
19470         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
19471         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19472         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
19473         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
19474         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
19475         (gst_wavpack_dec_plugin_init):
19476         * ext/wavpack/gstwavpackdec.h:
19477         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
19478         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
19479         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
19480         (gst_wavpack_parse_src_event), (find_header), (find_sample),
19481         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
19482         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
19483         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
19484         * ext/wavpack/gstwavpackparse.h:
19485           put back wavpack - still needs porting
19486
19487 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19488
19489         * configure.ac: back to HEAD
19490
19491 === release 0.9.6 ===
19492
19493 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19494
19495         * configure.ac:
19496           releasing 0.9.6, "Hot Tea"
19497
19498 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19499
19500         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19501         * ext/directfb/dfb-example.c: (main):
19502         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
19503         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
19504         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19505         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
19506         (gst_dfbvideosink_bufferpool_clear),
19507         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19508         (gst_dfbvideosink_navigation_send_event),
19509         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19510         (gst_dfbvideosink_class_init):
19511         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19512         fixes.
19513
19514 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19515
19516         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19517         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19518         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19519         * ext/sdl/sdlvideosink.h:
19520         Updates for fractional framerates and XOverlay interface changes
19521
19522 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19523
19524         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19525         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19526         (qtdemux_parse_trak):
19527         Convert to fractional framerates
19528
19529 2005-11-23  Edward Hervey  <edward@fluendo.com>
19530
19531         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19532         Fix for latest API changes
19533
19534 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19535         * configure.ac:
19536         * PORTED_09:
19537         * extt/Makefile.am:
19538         * ext/musepack/gstmusepackdec.c:
19539         * ext/musepack/gstmusepackdec.h:
19540         * ext/musepack/gstmusepackreader.c:
19541         * ext/musepack/gstmusepackreader.h:
19542         Musepackdec ported to 0.9. There is still a small problem to be
19543         solved, after the end of file, the pipeline doens't stop.
19544
19545 2005-11-22  Andy Wingo  <wingo@pobox.com>
19546
19547         * ext/faad/gstfaad.c (gst_faad_event)
19548         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19549         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19550         * gst/speed/gstspeed.c (speed_sink_event)
19551         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19552         (gst_tta_parse_parse_header): Run update-funcnames.
19553
19554 2005-11-21  Michael Smith <msmith@fluendo.com>
19555
19556         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19557           Don't take STREAM_LOCK in sink event handlers any more.
19558
19559 2005-11-21  Wim Taymans  <wim@fluendo.com>
19560
19561         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19562         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19563         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19564         Fix for stream lock updates.
19565
19566 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19567
19568         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19569           Add DX50, DIVX and DIV3 fourccs (patch by
19570           j@bootlab.org, #321903).
19571
19572 2005-11-21  Andy Wingo  <wingo@pobox.com>
19573
19574         * *.h:
19575         * *.c: Ran scripts/update-macros. Oh yes.
19576
19577 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19578
19579         * ext/directfb/dfbvideosink.c:
19580         (gst_dfbvideosink_get_format_from_caps):
19581         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19582         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19583         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19584         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19585         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19586         (qtdemux_audio_caps):
19587         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19588         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19589         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19590           Update for GST_FOURCC_FORMAT API change.
19591
19592 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19593
19594         * ext/audioresample/gstaudioresample.c:
19595         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19596         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19597         * gst/modplug/gstmodplug.cc:
19598         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19599         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19600         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19601         (#322027)
19602
19603 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19604
19605         * ext/Makefile.am:
19606         * ext/ivorbis/vorbisfile.c:
19607         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19608         ! tremor ! alsasink. Some issues to be solved yet:
19609         1- set correct timestamps
19610         2- seek is forced to disabled in pull-mode
19611         
19612 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19613
19614         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19615         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19616         (gst_faac_chain):
19617           Set proper caps on source pad (#320532).
19618
19619         * ext/faad/gstfaad.c:
19620           Don't use gtk-doc markers for comment block.
19621
19622 2005-11-14  Andy Wingo  <wingo@pobox.com>
19623
19624         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19625         debugging, allows dll builds on windows. Fixes #316076.
19626
19627 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19628
19629         * configure.ac: back to HEAD
19630
19631 === release 0.9.5 ===
19632
19633 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19634
19635         * configure.ac:
19636           releasing 0.9.5, "Thrice Belgian Bar"
19637
19638 2005-11-11  Michael Smith <msmith@fluendo.com>
19639
19640         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19641           Make this compile on systems with broken headers. 
19642
19643 2005-11-11  Michael Smith <msmith@fluendo.com>
19644
19645         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19646           Call functions with the correct API. Unfortunately, unless your
19647           distribution patches upstream, the public header file for FAAD
19648           doesn't actually declare the API accurately. So, some nastiness
19649           ensues...
19650
19651 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19652
19653         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19654
19655         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19656           Add support for custom genre tags.
19657
19658 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19659
19660         * ext/tarkin/wavelet.c:
19661         * ext/tarkin/wavelet.h:
19662         * gst/mpegaudioparse/gstmpegaudioparse.c:
19663         * gst/vbidec/vbidata.c:
19664         * gst/vbidec/vbiscreen.h:
19665         * sys/dxr3/ac3_padder.c:
19666         * sys/dxr3/dxr3audiosink.c:
19667         * sys/dxr3/dxr3spusink.c:
19668         * sys/dxr3/dxr3videosink.c:
19669         * sys/qcam/dark.c:
19670           Don't use gtk-doc markers for normal comments. Fix
19671           gtk-doc formatting where required.
19672
19673 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19674
19675         * configure.ac:
19676         * PORTED_09:
19677         * ext/Makefile.am:
19678         * ext/ivorbis/vorbis.c:
19679         * ext/ivorbis/vorbisfile.c:
19680         Ported to 0.9. Some issues to be solved yet:
19681         1- set correct timestamps
19682         2- seg fault when eos
19683         3- seek is now disabled
19684
19685 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19686
19687         * examples/Makefile.am: Cleanup non existing
19688         examples.
19689
19690 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19691
19692         * docs/plugins/inspect.stamp: Add missing files.
19693
19694 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19695
19696         * examples/Makefile.am: Make buildbot happy.
19697
19698 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19699
19700         * Makefile.am: examples in dist subdirs.
19701         * configure.ac: enable parameter for building 
19702         examples.
19703         * docs/plugins/gst-plugins-bad-plugins.args:
19704         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19705         * examples/Makefile.am: Updates.
19706
19707 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19708
19709         * Makefile.am:
19710         * autogen.sh:
19711         * configure.ac:
19712         * docs/Makefile.am:
19713         * docs/plugins/.cvsignore:
19714         * docs/plugins/Makefile.am:
19715         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
19716         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19717         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19718         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
19719         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19720         * docs/plugins/gst-plugins-bad-plugins.args:
19721         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
19722         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19723         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
19724         * docs/plugins/gst-plugins-bad-plugins.signals:
19725         * docs/plugins/gst-plugins-bad-plugins.types:
19726         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19727         * docs/version.entities.in: Enable documentation.
19728         * examples/Makefile.am:
19729         * examples/directfb/Makefile.am:
19730         * examples/directfb/decker.ttf:
19731         * examples/directfb/dfblogo.png:
19732         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
19733         (size_changed), (setup_dynamic_link), (main): Add an example
19734         application for DirectFB.
19735
19736 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19737
19738         * ext/directfb/Makefile.am: Add the example application.
19739         * ext/directfb/dfb-example.c: (get_me_out), (main):
19740         Here is an example application that runs videotestsrc for 20
19741         seconds. It's included in the documentation.
19742         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19743         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19744         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
19745         More fixes, calculate new size of the buffer when renegotiating.
19746         This completely breaks ffmpegcolorspace but i need to discuss 
19747         that with Wim on monday. Add documentation.
19748
19749 2005-11-05  Julien MOUTTE  <julien@moutte.net>
19750
19751         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19752         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19753         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
19754         better, add safety checks and ARGB support for cards that
19755         support it.
19756
19757 2005-11-04  Julien MOUTTE  <julien@moutte.net>
19758
19759         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19760         (gst_dfbvideosink_surface_destroy),
19761         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19762         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
19763         (gst_dfbvideosink_buffer_alloc):
19764         * ext/directfb/dfbvideosink.h: Now does clipping when surface
19765         is too small, handles upstream elements that are not calling
19766         gst_pad_alloc_buffer, fixes a lot of bugs.
19767
19768 2005-11-03  Julien MOUTTE  <julien@moutte.net>
19769
19770         * ext/directfb/Makefile.am: Prepare for liboil usage.
19771         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
19772         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
19773         rendering in external surface correctly. Will commit a neat
19774         example soon.
19775
19776 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
19777
19778         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
19779         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19780         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
19781         * ext/sdl/sdlvideosink.h:
19782         Add support to exit when 'Esc' key is pressed.
19783
19784 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19785
19786         * configure.ac: Requires DirectFB 0.9.24
19787
19788 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19789
19790         * configure.ac:
19791         * ext/Makefile.am:
19792         * ext/directfb/Makefile.am:
19793         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
19794         (gst_dfbvideosink_surface_create),
19795         (gst_dfbvideosink_surface_destroy),
19796         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
19797         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
19798         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19799         (gst_dfbvideosink_get_format_from_caps),
19800         (gst_dfbvideosink_get_caps_from_format),
19801         (gst_dfbvideosink_can_blit_from_format),
19802         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19803         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
19804         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
19805         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
19806         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19807         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
19808         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
19809         (gst_dfbvideosink_interface_init),
19810         (gst_dfbvideosink_navigation_send_event),
19811         (gst_dfbvideosink_navigation_init),
19812         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19813         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
19814         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
19815         (plugin_init):
19816         * ext/directfb/dfbvideosink.h:
19817         * ext/directfb/directfbvideosink.c:
19818         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
19819         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
19820         scaling, navigation, buffer allocation from video memory etc...
19821
19822 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19823
19824         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
19825         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
19826         gst_sdlvideosink_create:
19827         Changed property full-screen to fullscreen, using SDL_SWSURFACE
19828         instead of SDL_HWSURFACE when in full screen mode.
19829         
19830 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19831
19832         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
19833         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
19834         gst_sdlvideosink_init, gst_sdlvideosink_create:
19835         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
19836         Added a property that allows full-screen.
19837
19838 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
19839
19840         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19841         (gst_sdlvideosink_class_init),
19842         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
19843         (gst_sdlvideosink_show_frame):
19844         * ext/sdl/sdlvideosink.h:
19845           Fix I420 output on some machines (not very nice, but should work).
19846           Add an 'sdlvideosink' debug category. Disable formats that do
19847           not work. Fix some vararg function issues.
19848
19849 2005-10-27  Wim Taymans  <wim@fluendo.com>
19850
19851         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19852         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
19853         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
19854         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
19855         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
19856         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
19857         Fix SDL videosink and did some cleanups.
19858
19859 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
19860
19861         * ext/sdl/sdlvideosink.c:
19862         * ext/sdl/sdlvideosink.h:
19863         Trying to fix videos out of sync (not fixed yet)
19864         
19865 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19866
19867         * gst/qtdemux/qtdemux.h:
19868           Remove got_redirect from class structure as well.
19869
19870 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19871
19872         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
19873         (qtdemux_parse_tree):
19874           Remove 'got-redirect' signal and post element message
19875           on the bus instead.
19876
19877 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19878
19879         * ext/gsm/gstgsm.c:
19880         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19881         * ext/gsm/gstgsmdec.h:
19882         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19883         (gst_gsmenc_chain):
19884         Fixing stuff as wingo pointed out.
19885
19886 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19887
19888         * ext/gsm/gstgsm.c: (plugin_init):
19889         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
19890         (gst_gsmdec_chain):
19891         * ext/gsm/gstgsmdec.h:
19892         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19893         (gst_gsmenc_chain):
19894         * ext/gsm/gstgsmenc.h:
19895         Over-writing Wim's gsm plugins (currently not working) with that from the 
19896         farsight repo. Also made sure that they work with the RTP (de)payloader.
19897
19898 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19899
19900         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
19901         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
19902         * ext/gsm/gstgsmenc.h:
19903         Fixed event handling
19904
19905 2005-10-24  Christian Schaller  <christian@fluendo.com>
19906
19907         * configure.ac: port over thomas's plugin listing from base
19908
19909 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19910
19911         * configure.ac:
19912           back to HEAD
19913
19914 === release 0.9.4 ===
19915
19916 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19917
19918         * NEWS:
19919         * RELEASE:
19920         * configure.ac:
19921           Releasing 0.9.4, "Utahraptor"
19922
19923 2005-10-23  Julien MOUTTE  <julien@moutte.net>
19924
19925         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
19926
19927 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19928
19929         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
19930         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
19931         (gst_faad_chain), (gst_faad_change_state):
19932         * ext/faad/gstfaad.h:
19933           Do some timestamp smoothing (matroskademux apparently sends
19934           multiple buffers in a row with the same timestamp); fix
19935           duration on outgoing buffers; fix change state function; use
19936           GST_DEBUG_FUNCPTR for pad functions.
19937
19938 2005-10-19  Wim Taymans  <wim@fluendo.com>
19939
19940         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
19941         (gst_qtdemux_handle_src_query):
19942         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
19943         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19944         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
19945         API change fix.
19946
19947 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19948
19949         * configure.ac:
19950           All the cool kids use GST_DOCBOOK_CHECK now.
19951
19952 2005-10-18  Julien MOUTTE  <julien@moutte.net>
19953
19954         * gst/speed/Makefile.am: Fix build of speed. 
19955
19956 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
19957
19958         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
19959         (speed_parse_caps), (speed_src_event), (speed_sink_event),
19960         (speed_src_query), (speed_init), (speed_set_property),
19961         (speed_change_state), (gst_speed_convert):
19962         Fixed speed - the previous version, 1.38, has been ported to 0.9
19963         from a wrong version, 1.37 (from 1.36). That fix already includes
19964         the changes done in 1.36.2.4.
19965
19966 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
19967
19968         * configure.ac:
19969           Fix glib check
19970
19971 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19972
19973         * examples/stats/mp2ogg.c:
19974         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
19975         (tarkin_synthesis_packetin):
19976           and more typos fixed
19977
19978 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19979
19980         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
19981         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
19982         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
19983         (gst_faac_get_property), (gst_faac_change_state):
19984           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
19985           move event handling from chain function into an event function,
19986           add some locks here and there, do some cleanups; disable 32-bit
19987           integer and float input formats until we're sure that those 
19988           actually work (couldn't play back the produced files with 
19989           anything).
19990
19991 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19992
19993         * examples/indexing/indexmpeg.c: (main):
19994         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
19995         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
19996         * ext/artsd/gstartsdsink.h:
19997         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
19998         (gst_afparse_close_file):
19999         * ext/audiofile/gstafparse.h:
20000         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
20001         (gst_afsink_close_file), (gst_afsink_chain),
20002         (gst_afsink_change_state):
20003         * ext/audiofile/gstafsink.h:
20004         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
20005         (gst_afsrc_close_file), (gst_afsrc_change_state):
20006         * ext/audiofile/gstafsrc.h:
20007         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
20008         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
20009         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
20010         * ext/jack/gstjack.h:
20011         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
20012         (gst_jack_bin_change_state):
20013         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
20014         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
20015         * ext/nas/nassink.c: (gst_nassink_open_audio),
20016         (gst_nassink_close_audio), (gst_nassink_change_state):
20017         * ext/nas/nassink.h:
20018         * ext/polyp/polypsink.c: (gst_polypsink_init):
20019         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20020         * ext/sdl/sdlvideosink.h:
20021         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20022         * ext/sndfile/gstsf.c: (gst_sf_set_property),
20023         (gst_sf_change_state), (gst_sf_release_request_pad),
20024         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
20025         * ext/sndfile/gstsf.h:
20026         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
20027         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
20028         * gst/apetag/apedemux.c: (gst_ape_demux_init):
20029         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
20030         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
20031         * gst/festival/gstfestival.c: (gst_festival_change_state):
20032         * gst/festival/gstfestival.h:
20033         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
20034         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
20035         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
20036         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
20037         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
20038         (gst_multifilesink_chain), (gst_multifilesink_change_state):
20039         * gst/multifilesink/gstmultifilesink.h:
20040         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
20041         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
20042         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
20043         (dxr3audiosink_open), (dxr3audiosink_close),
20044         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
20045         (dxr3audiosink_change_state):
20046         * sys/dxr3/dxr3audiosink.h:
20047         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
20048         (dxr3spusink_close), (dxr3spusink_chain),
20049         (dxr3spusink_change_state):
20050         * sys/dxr3/dxr3spusink.h:
20051         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
20052         (dxr3videosink_open), (dxr3videosink_close),
20053         (dxr3videosink_write_data), (dxr3videosink_change_state):
20054         * sys/dxr3/dxr3videosink.h:
20055         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
20056         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
20057         (gst_qcamsrc_open), (gst_qcamsrc_close):
20058         * sys/qcam/gstqcamsrc.h:
20059         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
20060         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
20061         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
20062         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
20063         * sys/vcd/vcdsrc.h:
20064         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20065         moved bitshift from macro to enum definition
20066
20067 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20068
20069         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20070
20071         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
20072           Fix depth/width handling for float audio (#318659).
20073
20074 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20075
20076         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20077
20078         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
20079         (gst_faac_src_setcaps), (gst_faac_chain):
20080           Refcount fixes (#318660)
20081
20082 2005-10-12  Julien MOUTTE  <julien@moutte.net>
20083
20084         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
20085         automake-1.7 happy again.
20086
20087 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
20088
20089         * ext/faad/gstfaad.c: (gst_faad_event):
20090           newsegment API update
20091
20092 2005-10-11  Wim Taymans  <wim@fluendo.com>
20093
20094         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20095         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
20096         (gst_tta_parse_parse_header):
20097         newsegment API update.
20098
20099 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20100
20101         * configure.ac:
20102           back to development
20103
20104 === release 0.9.3 ===
20105
20106 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20107
20108         * configure.ac:
20109           Releasing 0.9.3, "Porthos"
20110
20111 2005-09-28  Wim Taymans  <wim@fluendo.com>
20112
20113         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20114         No need to take stream lock here.
20115
20116 2005-09-26  Christian Schaller  <uraeus@gnome.org>
20117
20118         * configure.ac: add speed and rfb where needed
20119         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
20120
20121 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
20122
20123         * ext/gsm/Makefile.am:
20124         * ext/gsm/gstgsm.c:
20125         * ext/gsm/gstgsmdec.c:
20126         * PORTED_09:
20127         Gsmdec ported to 0.9.
20128
20129 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
20130
20131         * configure.ac:
20132         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
20133         (gst_tta_dec_chain):
20134         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
20135         (gst_tta_parse_class_init), (gst_tta_parse_reset),
20136         (gst_tta_parse_init), (gst_tta_parse_src_event),
20137         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
20138         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
20139         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
20140         (gst_tta_parse_loop), (gst_tta_parse_change_state):
20141         * gst/tta/gstttaparse.h:
20142           Ported tta plugin to 0.9.
20143
20144
20145 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20146
20147         * ext/gsm/gstgsmenc.c:
20148           Setting caps on the outgoing buffers.
20149           Need to fix: rtpencoder does not know what it is handling and
20150           errors out
20151
20152 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
20153
20154         * configure.ac:
20155         * ext/sdl/Makefile.am:
20156           Fixed Makefile.am - removed hard coded flags from Makefile.am.
20157           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
20158
20159 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
20160
20161         * Makefile.am:
20162         * configure.ac:
20163         * ext/sdl/Makefile.am:
20164         * ext/sdl/sdlvideosink.c:
20165         * PORTED_09:
20166           Ported to 0.9.
20167
20168 === release 0.9.1 ===
20169
20170 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20171
20172         * configure.ac:
20173         * gst/speed/Makefile.am:
20174         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
20175         * PORTED_09:
20176
20177 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20178
20179         * NEWS:
20180         * README:
20181         * RELEASE:
20182         * configure.ac:
20183         * autogen.sh:
20184           releasing 0.9.1, "Angel Eyes"
20185
20186 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
20187         * examples/gstplay/player.c: (main):
20188         * examples/stats/mp2ogg.c: (main):
20189         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
20190         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
20191         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
20192         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
20193         * ext/dirac/gstdiracdec.cc:
20194         * ext/directfb/directfbvideosink.c:
20195         (gst_directfbvideosink_change_state):
20196         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
20197         * ext/faac/gstfaac.c: (gst_faac_change_state):
20198         * ext/hermes/gsthermescolorspace.c:
20199         (gst_hermes_colorspace_change_state):
20200         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
20201         * ext/jack/gstjack.c: (gst_jack_change_state):
20202         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
20203         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
20204         * ext/libmms/gstmms.c: (gst_mms_change_state):
20205         * ext/mpeg2enc/gstmpeg2enc.cc:
20206         * ext/mplex/gstmplex.cc:
20207         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
20208         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
20209         * ext/nas/nassink.c: (gst_nassink_change_state):
20210         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
20211         (context_state_callback), (gst_polypsink_link):
20212         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20213         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
20214         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
20215         * ext/sndfile/gstsf.c: (gst_sf_change_state):
20216         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20217         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
20218         * ext/xine/xine.c: (gst_xine_change_state):
20219         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
20220         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
20221         * ext/xine/xineinput.c: (gst_xine_input_change_state):
20222         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
20223         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
20224         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
20225         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
20226         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
20227         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
20228         * gst/festival/gstfestival.c: (gst_festival_change_state):
20229         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
20230         * gst/modplug/gstmodplug.cc:
20231         * gst/mpeg1videoparse/gstmp1videoparse.c:
20232         (gst_mp1videoparse_change_state):
20233         * gst/mpegaudioparse/gstmpegaudioparse.c:
20234         (gst_mp3parse_change_state):
20235         * gst/multifilesink/gstmultifilesink.c:
20236         (gst_multifilesink_change_state):
20237         * gst/speed/gstspeed.c: (speed_change_state):
20238         * gst/switch/gstswitch.c: (gst_switch_change_state):
20239         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
20240         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
20241         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
20242         * po/af.po:
20243         * po/az.po:
20244         * po/cs.po:
20245         * po/en_GB.po:
20246         * po/hu.po:
20247         * po/it.po:
20248         * po/nb.po:
20249         * po/nl.po:
20250         * po/or.po:
20251         * po/sq.po:
20252         * po/sr.po:
20253         * po/sv.po:
20254         * po/uk.po:
20255         * po/vi.po:
20256         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
20257         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
20258         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
20259         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
20260         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
20261         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
20262         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
20263         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
20264         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
20265         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
20266         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
20267         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
20268           Fix up all the state change functions.
20269
20270 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20271
20272         * created gst-plugins-bad
20273
20274 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20275
20276         * configure.ac:
20277         * ext/Makefile.am:
20278         * ext/gsm/Makefile.am:
20279         * ext/gsm/gstgsm.c: 
20280         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
20281         * PORTED_09:
20282
20283 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20284
20285         * configure.ac:
20286         * ext/Makefile.am:
20287         * ext/faac/Makefile.am:
20288         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.