gst/flv/gstflvdemux.c: Don't post an error message on the bus if sending EOS downstre...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop),
4         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
5         (gst_flv_demux_handle_seek_pull):
6         Don't post an error message on the bus if sending EOS downstream
7         didn't work. Fixes bug #550454.
8
9         Fix seek event handling to look at the flags of the seek event
10         instead of assuming some random flags, don't send segment-start
11         messages when operating in push mode and push seek events upstream
12         if we couldn't handle them.
13
14 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
15
16         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
17         Error out early if pulling a tag failed.
18
19 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
20
21         * gst/flv/gstflvdemux.c: (gst_flv_demux_create_index),
22         (gst_flv_demux_loop):
23         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_script),
24         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
25         (gst_flv_parse_tag_timestamp):
26         * gst/flv/gstflvparse.h:
27         In pull mode we create our own index before doing anything else
28         and don't use the index provided by some files (which are more than
29         often incorrect and cause failed seeks).
30
31         For push mode we still use the index provided by the file and extend it
32         while doing the playback.
33
34 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
35
36         * gst/flv/gstflvdemux.c: (gst_flv_demux_push_src_event),
37         (gst_flv_demux_loop), (gst_flv_demux_handle_seek_pull),
38         (gst_flv_demux_sink_event):
39         Instead of using gst_pad_event_default() use a small
40         gst_pad_push_event() wrapper that only does what we want and is much
41         more simple.
42
43 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
44
45         * gst/flv/gstflvdemux.c: (gst_flv_demux_change_state),
46         (gst_flv_demux_set_index), (gst_flv_demux_init):
47         * gst/flv/gstflvdemux.h:
48         If our index was created by the element and not provided from the
49         outside we should destroy it when starting a new stream to get
50         all old entries removed.
51
52 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
53
54         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range):
55         Improve debugging a bit when pulling a buffer from upstream fails.
56
57 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
58
59         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
60         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_dispose):
61         * gst/flv/gstflvdemux.h:
62         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
63         (gst_flv_parse_tag_video):
64         Close the currently playing segment from the streaming thread
65         instead of the thread where the seek event is handled.
66
67 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
68
69         Patch by: David Härdeman <david at hardeman dot nu>
70
71         * gst/mpegdemux/mpegtspacketizer.c: (mpegts_packetizer_parse_nit):
72         Add support for the frequency list descriptor, which provides
73         additional frequencies that should be scanned by a DVB application.
74         Fixes bug #557814.
75
76 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
77
78         Patch by: vanista <vanista at gmail dot com>
79
80         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_choose_best_stream):
81         Fix EOS logic by correctly popping the collect pad buffers only
82         when we've chosen to use them instead of popping them always and
83         storing them in a private queue.
84
85         Before the pipeline would deadlock if all pads go EOS at the same
86         time. Fixes bug #557763.
87
88 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
89
90         * configure.ac:
91         Back to development -> 0.10.9.1
92
93 === release 0.10.9 ===
94
95 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
96
97         * configure.ac:
98           releasing 0.10.9, "Matters of fact"
99
100 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
101
102         * configure.ac:
103         Commit 0.10.8.4 pre-release
104
105 2008-10-20  Edward Hervey  <edward.hervey@collabora.co.uk>
106
107         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
108         Fix reverse playback regression.
109         Fixes #557080
110
111 2008-10-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
112
113         * ext/apexsink/gstapexplugin.c: (plugin_init):
114           Set apexsink's rank to NONE so it doesn't get used by
115           autoaudiosink (there's no point really). (#556588)
116
117 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
118
119         * configure.ac:
120         0.10.8.3 pre-release
121
122 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
123
124         Patch by: Josep Torra
125
126         * gst/mpegdemux/gstmpegtsdemux.c:
127         * gst/mpegdemux/gstmpegtsdemux.h:
128         Properly handle some resync cases in the optimised
129         buffering strategy.
130
131 2008-10-16  Michael Smith <msmith@songbirdnest.com>
132         * sys/acmenc/Makefile.am:
133           Remove incorrect use of DIRECTSOUND_LDFLAGS
134
135 2008-10-16  Sebastian Dröge  <slomo@circular-chaos.org>
136
137         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
138         (gst_flv_mux_write_buffer):
139         Don't set video_codec to the value that actually should go
140         into audio codec, otherwise we create invalid files.
141         Fixes bug #556564.
142
143 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
144
145         * tests/check/Makefile.am:
146         Leave apexsink out of the states test.
147
148 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
149
150         * gst/rtpmanager/gstrtpjitterbuffer.c:
151         (gst_jitter_buffer_sink_parse_caps),
152         (gst_rtp_jitter_buffer_flush_start),
153         (gst_rtp_jitter_buffer_flush_stop), (gst_rtp_jitter_buffer_chain),
154         (gst_rtp_jitter_buffer_loop):
155         Fix problem with using the output seqnum counter to check for input
156         seqnum discontinuities.
157         Improve gap detection and recovery, reset and flush the jitterbuffer on
158         seqnum restart. Fixes #556520.
159
160         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert):
161         Fix wrong G_LIKELY.
162
163 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
164
165         * configure.ac:
166         Commit 0.10.8.2 pre-release bump, that actually went out in a
167         tarball on 2008-10-11
168
169 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
170
171         * gst/rtpmanager/gstrtpsession.c:
172         (gst_rtp_session_event_send_rtcp_src), (create_send_rtcp_src):
173         Install event handler on the rtcp_src pad, make LATENCY event return
174         TRUE.
175
176 2008-10-16  Edward Hervey  <edward.hervey@collabora.co.uk>
177
178         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
179         Make sure the mpegpsdemux element creates valid newsegment events.
180         Fixes #556428
181
182 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
183
184         patch by: Sebastian Pölsterl
185         
186         * gst/mpegdemux/mpegtspacketizer.c:
187         Fixes segfault in get_encoding_and_convert.
188         Fixes #556482
189
190 2008-10-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
191
192         patch by: Josep Torra
193
194         * gst/mpegdemux/gstmpegtsdemux.c:
195         Fixes a segfault in the adaptation buffer size strategy.
196         Fixes #556440
197
198 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
199
200         * gst/selector/gstinputselector.c: (gst_input_selector_event),
201         (gst_input_selector_query):
202         Gracefully handle the cases when we dont' have otherpad.
203         Fixes #556430
204
205 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
206
207         * gst/aiffparse/aiffparse.c: (plugin_init):
208         Fix debugging category initialization.
209         Fixes #556274   
210
211 2008-10-14  Jan Schmidt  <jan.schmidt@sun.com>
212
213         * ext/apexsink/gstapexsink.c:
214         Fix some more format string compiler warnings (from OS/X)
215
216 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
217
218         * ext/apexsink/gstapexraop.c: (gst_apexraop_connect),
219         (gst_apexraop_set_volume):
220         Fix format string compiler warnings.
221
222 2008-10-12  Jan Schmidt  <jan.schmidt@sun.com>
223
224         * sys/oss4/oss4-mixer.c:
225         * sys/oss4/oss4-sink.c:
226         * sys/oss4/oss4-source.c:
227         Add some spaces in translateable strings.
228         Fixes: #555969 #555968 #555965
229
230 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
231
232         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag),
233         (gst_flv_demux_pull_header):
234         Fix regression of handling flow returns in pull mode.
235         Fixes bug #556003.
236
237 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
238
239         * ext/Makefile.am:
240         Add apexsink to SUBDIRS. Fixes bug #555912.
241
242 2008-10-11  Jan Schmidt  <jan.schmidt@sun.com>
243
244         * tests/check/pipelines/metadata.c:
245         Make the metadata test not fail when jpegenc isn't available....
246         as it isn't here, because it's not in this module, and
247         therefore not in the plugin path when the check runs.
248
249 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
250
251         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
252         (gst_flv_parse_tag_video):
253         Use gst_pad_alloc_buffer_and_set_caps() to make sure we get
254         a buffer with caps that we can work with (i.e. the pad's caps).
255
256         Add non-keyframe video frames to the index too but without the
257         keyframe flag.
258
259         Add audio frames to the index only if we have no video stream.
260
261 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
262
263         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
264         (gst_flv_parse_tag_video):
265         Create pads from the pad templates, use fixed caps on them
266         and only activate them after the caps are set.
267
268 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
269
270         * configure.ac:
271         Disable flacparse for this release as it's too buggy.
272
273 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
274
275         * gst/flacparse/gstbaseparse.c (gst_base_parse_push_buffer),
276         (gst_base_parse_update_upstream_durations):
277         Fix compiler warning on OS/X about parameters not matching
278         the debug format string.
279
280 2008-10-09  Sebastian Dröge  <slomo@circular-chaos.org>
281
282         * gst/deinterlace2/tvtime/tomsmocomp.c:
283         (gst_deinterlace_method_tomsmocomp_class_init):
284         Fix unused variable compiler warning when not building
285         X86 assembly.
286
287 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
288
289         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop):
290         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_timestamp):
291         * gst/flv/gstflvparse.h:
292         Get an approximate duration of the file by looking at the timestamp
293         of the last tag in pull mode. If we get (maybe better) duration from
294         metadata later we'll use that instead.
295
296 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
297
298         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range),
299         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header):
300         Refactor _pull_range() logic with checks into a seperate function
301         to make things a bit more readable.
302
303 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
304
305         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
306         (gst_flv_demux_base_init):
307         Use gst_element_class_set_details_simple().
308
309         If we get GST_FLOW_NOT_LINKED in the parse loop but at least
310         one of the pads is linked continue the loop.
311
312 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
313
314         * ext/amrwb/gstamrwbenc.c:
315         * ext/amrwb/gstamrwbenc.h:
316           Pass the discont flag from the input buffer on to the output buffer in
317           the AMR encoder.
318
319 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
320
321         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
322         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate):
323         Correct caps for video codec id 5: It's On2 VP6 with alpha channel
324         which needs a different decoder and has different caps.
325
326         Add support for audio codec id 14, which is MP3 with 8kHz sampling
327         rate.
328
329         Fix endianness and signedness for raw audio codec ids.
330
331         Add support for alaw and mulaw audio.
332
333 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
334
335         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain):
336         Go out of the parse loop as soon as we get an error instead
337         of parsing until the GstAdapter is empty.
338
339         Add some explanations about the header and tag size.
340
341         Don't print synchronizing message if everything is fine.
342
343 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
344
345         * gst/flv/Makefile.am:
346         * gst/flv/gstflvdemux.c: (plugin_init):
347         * gst/flv/gstflvmux.c: (gst_flv_mux_base_init),
348         (gst_flv_mux_class_init), (gst_flv_mux_init),
349         (gst_flv_mux_finalize), (gst_flv_mux_reset),
350         (gst_flv_mux_handle_src_event), (gst_flv_mux_handle_sink_event),
351         (gst_flv_mux_video_pad_setcaps), (gst_flv_mux_audio_pad_setcaps),
352         (gst_flv_mux_request_new_pad), (gst_flv_mux_release_pad),
353         (gst_flv_mux_write_header), (gst_flv_mux_write_buffer),
354         (gst_flv_mux_collected), (gst_flv_mux_change_state):
355         * gst/flv/gstflvmux.h:
356         Add first version of a FLV muxer. The only missing feature is writing
357         of stream metadata.
358
359 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
360
361         * ext/amrwb/gstamrwbparse.c:
362         * ext/amrwb/gstamrwbparse.h:
363           Add flush seek handler. Taken from recent armnbparse changes.
364           Sync the code more and use #defines for HEADER.
365
366 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
367
368         * ext/amrwb/gstamrwbparse.c:
369         * ext/amrwb/gstamrwbparse.h:
370           Fix the duration query. Also set caps on the pads and buffers more
371           correctly. Taken from recent armnbparse changes.
372
373 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
374
375         * gst/mpegdemux/gstmpegdemux.c:
376         * gst/mpegdemux/gstmpegtsdemux.c:
377         Add Fluendo to the Long Name.
378
379 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
380
381         * configure.ac:
382         * gst-plugins-bad.spec.in:
383         * gst/mpegdemux/Makefile.am:
384         * gst/mpegdemux/flumpegdemux.c:
385         * gst/mpegdemux/gstmpegdesc.c:
386         * gst/mpegdemux/gstmpegdesc.h:
387         * gst/mpegdemux/mpegtspacketizer.c:
388         * gst/mpegdemux/mpegtspacketizer.h:
389         * gst/mpegdemux/mpegtsparse.c:
390         * gst/mpegdemux/mpegtsparse.h:
391         Move of mpegtsparse to mpegdemux.
392         Fixes #555193.
393
394 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
395
396         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data),
397         (gst_flups_demux_parse_pack_start):
398         Prevent a division by zero if last mux rate was zero.
399
400         If we're going to send a NEWSEGMENT event but the segment start
401         and the current buffer timestamp differ by more than a second we
402         will start the NEWSEGMENT at the buffer timestamp.
403
404         This fixes playback of the tv2-1_25.mpg file, which has 0 as first SCR
405         but the first PTS are around 1 hour and 40 minutes.
406
407         Fixes bug #553755.
408
409 2008-10-07  Jan Schmidt  <jan.schmidt@sun.com>
410
411         * ext/resindvd/resindvdsrc.c:
412         Fix next/prev chapter seeking at the beginning or end.
413         Use 64-bit scaling utility functions for converting MPEG
414         timestamps.
415
416 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
417
418         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
419
420         * gst/rtpmanager/gstrtpbin-marshal.list:
421         Add marshaller for new action signal.
422
423         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session),
424         (gst_rtp_bin_class_init):
425         * gst/rtpmanager/gstrtpbin.h:
426         Add action signal to retrieve the internal RTPSession object.
427
428         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
429         (gst_rtp_session_get_property), (gst_rtp_session_release_pad):
430         Add property to access the internal RTPSession object.
431
432         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
433         (check_collision):
434         * gst/rtpmanager/rtpsession.h:
435         Add action signal to retrieve an RTPSource object by SSRC. 
436         See #555396.
437
438 2008-10-07  Stefan Kost  <ensonic@users.sf.net>
439
440         * gst/selector/gstoutputselector.c:
441           Choose right pad for sending events. Fixes #555244
442
443 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
444
445         * gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
446         (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
447         (remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
448         (gst_rtp_bin_release_pad):
449         Release pads of the session manager.
450         Start implementing releasing pads of gstrtpbin.
451
452         * gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
453         (remove_recv_rtcp_sink), (remove_send_rtp_sink),
454         (remove_send_rtcp_src), (gst_rtp_session_release_pad):
455         Implement releasing pads in gstrtpsession.
456
457 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
458
459         * gst/rtpmanager/gstrtpjitterbuffer.c:
460         (gst_jitter_buffer_sink_parse_caps):
461         Only update the seqnum-base when it was not already configured for the
462         streams.
463
464 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
465
466         * configure.ac
467         * ext/metadata/README:
468         * ext/metadata/metadataexif.c:
469         * ext/metadata/metadatatags.c:
470         * ext/metadata/metadatatags.h:
471           Start using core geo tags (bump req). Fix handling of location
472           references.
473
474         * tests/check/Makefile.am:
475           Sort blacklisted elements and remove moved ones. Add new test.
476
477         * tests/check/pipelines/metadata.c:
478           Add first tests for metadata element.
479
480         * tests/icles/metadata_editor.c:
481           Move free to correct place.
482
483 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
484
485         * tests/check/generic/states.c:
486           Stop test on state-change error. Should be applied on other modules if
487           we agree that it makes sense.
488
489 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
490
491         * gst/mpegtsparse/mpegtsparse.c:
492         Actually copy the structure passed in when assigning it because
493         it gets freed straight after the function call.
494         Re: pat_info and pmt_info GstStructures.
495
496 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
497
498         Patch by: Josep Torra
499
500         * gst/mpegdemux/gstmpegtsdemux.c:
501         Fix wrong firing of critical introduced by previous optimisation.
502
503 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
504
505         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
506         Warn and clamp to max bitrate for samplerate.
507         Fixes #550486.
508
509 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
510
511         * gst/mpegtsparse/mpegtsparse.c:
512         Fix possible crash where pat is pointing to a freed structure.
513
514 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
515
516         * ext/metadata/README:
517         * ext/metadata/metadataexif.c:
518         * ext/metadata/metadatatags.c:
519         * ext/metadata/metadatatags.h:
520           Use core gps tags.
521
522 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
523
524         * ext/metadata/metadata_mapping.htm:
525         * ext/metadata/metadataxmp.c:
526         * ext/metadata/Makefile.am:
527           Add mapping of format and mime type to xmp.
528
529 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
530
531         * ext/metadata/README:
532         * ext/metadata/metadataexif.c:
533         * ext/metadata/metadatatags.c:
534         * ext/metadata/metadatatags.h:
535           Reverting. Will need to wait for core 0.10.21 release.
536
537 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
538
539         * ext/metadata/README:
540         * ext/metadata/metadataexif.c:
541         * ext/metadata/metadatatags.c:
542         * ext/metadata/metadatatags.h:
543           Use core gps tags.
544
545 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
546
547         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
548         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
549         (gst_base_parse_change_state), (gst_base_parse_set_index),
550         (gst_base_parse_get_index):
551         Add support for GstIndex.
552
553 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
554
555         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
556         (gst_base_parse_push_buffer),
557         (gst_base_parse_update_upstream_durations),
558         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
559         * gst/flacparse/gstbaseparse.h:
560         Provide a vfunc for the subclass to decide whether a frame is inside
561         the segment or not and add a default implementation.
562
563         Fix approximate bitrate calculations.
564
565 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
566
567         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
568         (gst_base_parse_init), (gst_base_parse_push_buffer),
569         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
570         (gst_base_parse_loop), (gst_base_parse_activate),
571         (gst_base_parse_convert), (gst_base_parse_query):
572         Approximate the average bitrate, duration and size if possible
573         and add a default conversion function which uses this for
574         time<->byte conversions.
575
576         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
577         Fix parsing if upstream gives -1 as duration.
578
579 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
580
581         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
582         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
583         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
584         Ref the rtpsource object before we release the session lock when we emit
585         the signals.
586
587 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
588
589         * sys/Makefile.am:
590         * sys/wasapi/Makefile.am:
591         * sys/wasapi/gstwasapi.c:
592         * sys/wasapi/gstwasapisink.c:
593         * sys/wasapi/gstwasapisink.h:
594         * sys/wasapi/gstwasapisrc.c:
595         * sys/wasapi/gstwasapisrc.h:
596         * sys/wasapi/gstwasapiutil.c:
597         * sys/wasapi/gstwasapiutil.h:
598         New plugin for audio capture and playback using Windows Audio Session
599         API (WASAPI) available with Vista and newer (#520901).
600
601         Comes with hardcoded caps and obviously needs lots of love. Haven't
602         had time to work on this code since it was written, was initially just
603         a quick experiment to play around with this new API.
604
605 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
606
607         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
608           (AudioFakeSink.DoRenderSample):
609         Fix a couple of signed/unsigned comparison warnings.
610
611 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
612
613         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
614         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
615         Use the _T() macro to support both Unicode and MBCS.
616
617 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
618
619         * ext/libmms/gstmms.c (plugin_init):
620         Fix return type of the GstURIHandler::get_type() implementation.
621
622 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
623
624         * configure.ac:
625         * gst/flacparse/Makefile.am:
626         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
627         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
628         (gst_base_parse_finalize), (gst_base_parse_class_init),
629         (gst_base_parse_init), (gst_base_parse_check_frame),
630         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
631         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
632         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
633         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
634         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
635         (gst_base_parse_chain), (gst_base_parse_pull_range),
636         (gst_base_parse_loop), (gst_base_parse_sink_activate),
637         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
638         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
639         (gst_base_parse_set_min_frame_size),
640         (gst_base_parse_get_querytypes), (gst_base_parse_query),
641         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
642         * gst/flacparse/gstbaseparse.h:
643         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
644         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
645         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
646         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
647         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
648         (gst_bit_reader_skip_to_byte):
649         * gst/flacparse/gstbitreader.h:
650         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
651         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
652         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
653         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
654         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
655         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
656         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
657         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
658         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
659         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
660         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
661         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
662         * gst/flacparse/gstbytereader.h:
663         * gst/flacparse/gstflac.c: (plugin_init):
664         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
665         (gst_flac_parse_class_init), (gst_flac_parse_init),
666         (gst_flac_parse_finalize), (gst_flac_parse_start),
667         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
668         (gst_flac_parse_check_valid_frame),
669         (gst_flac_parse_handle_streaminfo),
670         (gst_flac_parse_handle_vorbiscomment),
671         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
672         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
673         (gst_flac_parse_parse_frame):
674         * gst/flacparse/gstflacparse.h:
675         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
676         that will be added to libgstbase later.
677
678         The FLAC parser is currently not 100% bug free and fails to get the
679         correct frame size for some frames in some streams.
680
681 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
682
683         * ext/resindvd/gstmpegdemux.c:
684         * ext/resindvd/gstmpegdemux.h:
685         * ext/resindvd/resindvdbin.c:
686         * ext/resindvd/resindvdsrc.c:
687         * ext/resindvd/rsnstreamselector.c:
688         Add in Title/Chapter seeking, and simple but buggy audio
689         and subtitle stream selection.
690
691 2008-09-24  Michael Smith <msmith@songbirdnest.com>
692
693         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
694         * sys/dshowdecwrapper/gstdshowaudiodec.h:
695         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
696         * sys/dshowdecwrapper/gstdshowutil.cpp:
697         * sys/dshowdecwrapper/gstdshowutil.h:
698         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
699         * sys/dshowdecwrapper/gstdshowvideodec.h:
700           Prefer known-good filters, create directly by GUID if possible,
701           fall back to creating highest-merit filter otherwise.
702           Fixes playback with random dshow filters installed in some
703           cases.
704
705 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
706
707         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
708         (rtp_jitter_buffer_get_sync):
709         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
710         (session_cleanup):
711         * gst/rtpmanager/rtpsource.c:
712         Fix some docs.
713
714 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
715
716         Patch from: Josep Torra
717
718         * gst/mpegdemux/gstmpegtsdemux.c:
719         * gst/mpegdemux/gstmpegtsdemux.h:
720         Use a preallocated buffer per stream for PES packets sent on src pads.
721         Adaptively adjust buffer size appropriately.
722
723 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
724
725         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
726           (gst_neonhttp_src_send_request_and_redirect):
727           Clean up the debug logging code and #ifdef mess a bit: whether or not
728           gstreamer debug messages should be output should not depend on an
729           element property; also, GST_ELEMENT_ERROR will leave a line in the log
730           already, so merge the more useful debug log messages with the less useful
731           error debug strings.
732
733 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
734
735         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
736           Don't post LIBRARY_INIT errors where we should be posting
737           RESOURCE OPEN_READ errors. Fixes #552506.
738
739 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
740
741         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
742         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
743         Fix compiler warnings on OS/X
744
745 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
746
747         patch by: Michael Krufky
748
749         * sys/dvb/gstdvbsrc.c:
750         Add adapter_name for bus message in ATSC case. Fixes #552536.
751
752 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
753
754         * ext/celt/gstceltenc.h:
755           Help gtk-doc to parse this correctly.
756
757         * gst/pcapparse/gstpcapparse.c:
758           Add missing include.
759
760 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
761
762         * examples/Makefile.am:
763           Only built scaletempo example if we have gtk.
764
765 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
766
767         * gst/rtpmanager/gstrtpbin.c: (create_session),
768         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
769         Do not try to adjust the offset of streams for which we have not yet
770         seen an SR packet. Avoids large ts-offsets in some cases.
771
772 2008-09-10  Michael Smith <msmith@songbirdnest.com>
773
774         * sys/dshowdecwrapper/Makefile.am:
775         * sys/dshowdecwrapper/gstdshowaudiodec.c:
776         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
777         * sys/dshowdecwrapper/gstdshowaudiodec.h:
778         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
779         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
780         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
781         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
782         * sys/dshowdecwrapper/gstdshowfakesrc.h:
783         * sys/dshowdecwrapper/gstdshowutil.cpp:
784         * sys/dshowdecwrapper/gstdshowutil.h:
785         * sys/dshowdecwrapper/gstdshowvideodec.c:
786         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
787         * sys/dshowdecwrapper/gstdshowvideodec.h:
788           Major rewrite of dshowdecwrapper. Converts code to
789           C++, moves to direct use of DirectShow base classes,
790           make a lot of code clearer, simplify, etc.
791           Fix decode of MP3 on Vista by working around an apparent
792           bug in the decoder.
793
794 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
795
796         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
797           gst_ks_clock_start):
798           Synchronize KS clock as a single-shot operation for now, there's not
799           much point in doing it periodically until we're actually using the
800           KS timestamps for anything else than just discarding old frames.
801         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
802           Provide the GstClock when opening the device if we already have one.
803
804 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
805
806         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
807           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
808           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
809           gst_ks_video_device_read_frame):
810           Guard against capturing old frames by keeping track of the last
811           timestamp and also zero-fill the buffers before each capture.
812           Only assign a master clock if the pin hasn't already got one.
813           Actually free buffers on the way down to avoid a huge memory leak,
814           as this was previously done when changing state to ACQUIRE downwards
815           and we now skip that state on the way down.
816           Add some debug.
817         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
818           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
819           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
820           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
821           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
822           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
823           device_index, running, worker_thread, worker_lock,
824           worker_notify_cond, worker_result_cond, worker_state,
825           worker_pending_caps, worker_setcaps_result, worker_pending_run,
826           worker_run_result, gst_ks_video_src_reset,
827           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
828           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
829           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
830           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
831           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
832           gst_ks_video_src_create):
833           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
834           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
835           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
836           behavior. As an added bonus we usually get PresentationTime set for
837           each frame, so we can expand on this later for smarter latency
838           reporting (by looking at the diff between the timestamp from the
839           driver and the time according to the GStreamer clock).
840           Use an internal worker thread for opening the device, setting caps,
841           changing its state and closing it. This way we're a lot more
842           compatible with drivers that rely on hacks to do video-effects
843           between the low-level NT API and the application. Ick.
844           Start the ks clock and set the pin to KSSTATE_RUN on the first
845           create() so that we'll hopefully get hold of the GStreamer clock
846           from the very beginning. This way there's no chance that the
847           timestamps will make a sudden jump in the beginning of the stream
848           when we're running with a clock.
849         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
850           ks_options_flags_to_string):
851           Reorder the flags to match the headerfile order, and make the string
852           a bit more compact.
853         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
854           Avoid leaking KSPROPERTY_PIN_DATARANGES.
855
856 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
857
858         * configure.ac:
859         * ext/Makefile.am:
860         * ext/jp2k/Makefile.am:
861         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
862         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
863         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
864         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
865         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
866         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
867         (plugin_init):
868         * ext/jp2k/gstjasperdec.h:
869         Add jp2k plugin.  Fixes #550657.
870
871 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
872
873         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
874         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
875         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
876         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
877         (gst_fluts_demux_plugin_init):
878         Fix conflicting public names in new mpeg demuxers.
879         Fixes #550468
880
881 2008-09-08  Michael Smith <msmith@songbirdnest.com>
882
883         * gst/aiffparse/aiffparse.c:
884           Support chunks in AIFF in any order in pull mode, and any order so
885           long as we get COMM before the actual data (SSND) in push mode.
886           Fixes playback of AIFC files.
887
888 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
889
890         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
891         (gst_input_selector_reset), (gst_input_selector_change_state):
892         Reset the selector state when going to READY.
893
894 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
895
896         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
897         (create_session), (gst_rtp_bin_associate),
898         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
899         (gst_rtp_bin_request_new_pad):
900         * gst/rtpmanager/gstrtpbin.h:
901         Add signal to notify listeners when a sender becomes a receiver.
902         Tweak lip-sync code, don't store our own copy of the ts-offset of the
903         jitterbuffer, don't adjust sync if the change is less than 4msec.
904         Get the RTP timestamp <-> GStreamer timestamp relation directly from
905         the jitterbuffer instead of our inaccurate version from the source.
906
907         * gst/rtpmanager/gstrtpjitterbuffer.c:
908         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
909         (gst_rtp_jitter_buffer_get_sync):
910         * gst/rtpmanager/gstrtpjitterbuffer.h:
911         Add G_LIKELY macros, use global defines for max packet reorder and
912         dropouts.
913         Reset the jitterbuffer clock skew detection when packets seqnums are
914         changed unexpectedly.
915
916         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
917         (gst_rtp_session_class_init), (gst_rtp_session_init):
918         * gst/rtpmanager/gstrtpsession.h:
919         Add sender timeout signal.
920
921         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
922         (calculate_skew), (rtp_jitter_buffer_insert),
923         (rtp_jitter_buffer_get_sync):
924         * gst/rtpmanager/rtpjitterbuffer.h:
925         Add some G_LIKELY macros.
926         Keep track of the extended RTP timestamp so that we can report the RTP
927         timestamp <-> GStreamer timestamp relation for lip-sync.
928         Remove server timestamp gap detection code, the server can sometimes
929         make a huge gap in timestamps (talk spurts,...) see #549774.
930         Detect timetamp weirdness instead by observing the sender/receiver
931         timestamp relation and resync if it changes more than 1 second.
932         Add method to report about the current rtp <-> gst timestamp relation
933         which is needed for lip-sync.
934
935         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
936         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
937         (session_cleanup):
938         * gst/rtpmanager/rtpsession.h:
939         Add sender timeout signal.
940         Remove inaccurate rtp <-> gst timestamp relation code, the
941         jitterbuffer can now do an accurate reporting about this.
942
943         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
944         (rtp_source_update_caps), (calculate_jitter),
945         (rtp_source_process_rtp):
946         * gst/rtpmanager/rtpsource.h:
947         Remove inaccurate rtp <-> gst timestamp relation code.
948
949         * gst/rtpmanager/rtpstats.h:
950         Define global max-reorder and max-dropout constants for use in various
951         subsystems.
952
953 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
954
955         patch by: Sebastian Pölsterl
956
957         * sys/dvb/gstdvbsrc.c:
958         Add DVB Adapter name to structure sent over bus.
959
960 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
961
962         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
963         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
964         Fix build on macosx.
965
966 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
967
968         * configure.ac:
969         * gst/mpegdemux/Makefile.am:
970         * gst/mpegdemux/flumpegdemux.c:
971         * gst/mpegdemux/flutspatinfo.c:
972         * gst/mpegdemux/flutspatinfo.h:
973         * gst/mpegdemux/flutspmtinfo.c:
974         * gst/mpegdemux/flutspmtinfo.h:
975         * gst/mpegdemux/flutspmtstreaminfo.c:
976         * gst/mpegdemux/flutspmtstreaminfo.h:
977         * gst/mpegdemux/gstmpegdefs.h:
978         * gst/mpegdemux/gstmpegdemux.c:
979         * gst/mpegdemux/gstmpegdemux.h:
980         * gst/mpegdemux/gstmpegdesc.c:
981         * gst/mpegdemux/gstmpegdesc.h:
982         * gst/mpegdemux/gstmpegtsdemux.c:
983         * gst/mpegdemux/gstmpegtsdemux.h:
984         * gst/mpegdemux/gstpesfilter.c:
985         * gst/mpegdemux/gstpesfilter.h:
986         * gst/mpegdemux/gstsectionfilter.c:
987         * gst/mpegdemux/gstsectionfilter.h:
988         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
989         is now dual licensed MPL and LGPL.
990
991 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
992
993         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
994         Set caps on outgoing buffers.
995
996 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
997
998         * ext/resindvd/plugin.c: (plugin_init):
999         * ext/resindvd/resindvdsrc.c:
1000         * ext/twolame/gsttwolame.c: (plugin_init):
1001         * gst/aiffparse/aiffparse.c: (plugin_init):
1002           Enable/fix up translations for these plugins.
1003
1004         * po/LINGUAS:
1005           Add 'ca' to LINGUAS.
1006
1007         * po/POTFILES.in:
1008         * po/POTFILES.skip:
1009           Add more files for translation and more files which tools
1010           should skip.
1011
1012 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
1013
1014         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
1015         Fix build on macosx.
1016
1017 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1018
1019         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1020         Allocate a fixed size buffer on the stack instead of using malloc().
1021
1022         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
1023         (tsmux_program_new), (tsmux_program_free):
1024         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1025         (tsmux_stream_free), (tsmux_stream_consume),
1026         (tsmux_stream_add_data):
1027         Use GSlice.
1028
1029 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1030
1031         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
1032         Add support for muxing MPEG4 video.
1033
1034 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1035
1036         * gst/mpegtsmux/tsmux/tsmux.h:
1037         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1038         Fix build of mpegtsmux.
1039         
1040 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1041
1042         * configure.ac:
1043         * gst/mpegtsmux/Makefile.am:
1044         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
1045         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
1046         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
1047         (release_buffer_cb), (mpegtsmux_create_stream),
1048         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
1049         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
1050         (mpegtsmux_release_pad), (new_packet_cb),
1051         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
1052         (plugin_init):
1053         * gst/mpegtsmux/mpegtsmux.h:
1054         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1055         * gst/mpegtsmux/mpegtsmux_aac.h:
1056         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
1057         * gst/mpegtsmux/mpegtsmux_h264.h:
1058         * gst/mpegtsmux/tsmux/Makefile.am:
1059         * gst/mpegtsmux/tsmux/crc.h:
1060         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
1061         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
1062         (tsmux_program_new), (tsmux_set_pmt_frequency),
1063         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
1064         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
1065         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
1066         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
1067         (tsmux_write_stream_packet), (tsmux_program_free),
1068         (tsmux_write_section), (tsmux_write_section_hdr),
1069         (tsmux_write_pat), (tsmux_write_pmt):
1070         * gst/mpegtsmux/tsmux/tsmux.h:
1071         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
1072         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1073         (tsmux_stream_get_pid), (tsmux_stream_free),
1074         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
1075         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
1076         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
1077         (tsmux_stream_pes_header_length),
1078         (tsmux_stream_find_pts_dts_within),
1079         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
1080         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
1081         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
1082         (tsmux_stream_get_pts):
1083         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1084         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
1085         is renamed to mpegtsmux to prevent conflicts. Also all relevant
1086         informations about copyright and license are added to the top of
1087         every file but apart from that no changes compared to the latest
1088         SVN versions happened.
1089
1090 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1091
1092         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1093         (gst_input_selector_event), (gst_input_selector_query):
1094         Reuse the get_linked_pads for both source and sinkpads because they are
1095         the same.
1096         Implement a custum event handler and get the internally linked pad
1097         directly instead of relying on the default (slower) implementation.
1098
1099 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1100
1101         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
1102         Correctly take the granulepos from upstream if possible and
1103         correctly handle the granulepos in various calculations: the
1104         granulepos is the sample number of the _last_ sample in a frame, not
1105         the first. 
1106
1107         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
1108         (gst_celt_enc_encode), (gst_celt_enc_chain),
1109         (gst_celt_enc_change_state):
1110         * ext/celt/gstceltenc.h:
1111         Handle non-zero start timestamps in the encoder and detect/handle
1112         stream discontinuities. Fixes bug #547075.
1113
1114 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1115
1116         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
1117
1118         * configure.ac:
1119         * docs/plugins/Makefile.am:
1120         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1121         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1122         * docs/plugins/inspect/plugin-scaletempo.xml:
1123         * examples/scaletempo/Makefile.am:
1124         * examples/scaletempo/demo-gui.c: (pop_status_bar),
1125         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
1126         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
1127         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
1128         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
1129         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
1130         (demo_gui_do_play_pause), (demo_gui_do_open_file),
1131         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
1132         (demo_gui_do_about_dialog), (demo_gui_do_quit),
1133         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
1134         (demo_gui_request_set_search), (demo_gui_rate_changed),
1135         (demo_gui_playing_started), (demo_gui_playing_paused),
1136         (demo_gui_playing_ended), (demo_gui_player_errored),
1137         (demo_gui_stride_changed), (demo_gui_overlap_changed),
1138         (demo_gui_search_changed), (demo_gui_set_player_func),
1139         (demo_gui_set_playlist_func), (build_gvalue_array),
1140         (create_action), (demo_gui_show_func), (demo_gui_set_player),
1141         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
1142         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
1143         (demo_gui_get_type):
1144         * examples/scaletempo/demo-gui.h:
1145         * examples/scaletempo/demo-main.c: (handle_error_message),
1146         (handle_quit), (main):
1147         * examples/scaletempo/demo-player.c: (no_pipeline),
1148         (demo_player_event_listener), (demo_player_state_changed_cb),
1149         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
1150         (demo_player_scale_rate_func), (demo_player_set_rate_func),
1151         (_set_state_and_wait), (demo_player_load_uri_func),
1152         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
1153         (demo_player_seek_by_func), (demo_player_seek_to_func),
1154         (demo_player_get_position_func), (demo_player_get_duration_func),
1155         (demo_player_scale_rate), (demo_player_set_rate),
1156         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
1157         (demo_player_seek_by), (demo_player_seek_to),
1158         (demo_player_get_position), (demo_player_get_duration),
1159         (demo_player_get_property), (demo_player_set_property),
1160         (demo_player_init), (demo_player_class_init),
1161         (demo_player_get_type):
1162         * examples/scaletempo/demo-player.h:
1163         * gst/scaletempo/Makefile.am:
1164         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
1165         (best_overlap_offset_s16), (output_overlap_float),
1166         (output_overlap_s16), (fill_queue), (reinit_buffers),
1167         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
1168         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
1169         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
1170         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
1171         (gst_scaletempo_init):
1172         * gst/scaletempo/gstscaletempo.h:
1173         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
1174         Add scaletempo plugin, which allows to scale the speed of audio without
1175         changing the pitch by handling seeks with a rate!=1.0.
1176         Integrate it into the docs and add the example application for it.
1177         Fixes bug #537700.
1178
1179 2008-08-30  David Schleef  <ds@schleef.org>
1180
1181         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
1182
1183 2008-08-29  David Schleef  <ds@schleef.org>
1184
1185         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
1186           object disposal.  Handle 4:2:2 and 4:4:4 video.
1187
1188 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1189
1190         * ext/resindvd/resindvdbin.c:
1191         Fix compiler warning on Forte.
1192
1193 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1194
1195         * configure.ac:
1196         Commit FIONREAD check, needed for the dccp src.
1197
1198 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
1199
1200         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
1201         (gst_faac_chain), (gst_faac_change_state):
1202         * ext/faac/gstfaac.h:
1203         Add code for calculating proper timestamp/duration for the trailing
1204         encoded buffers that faac will output when receiving EOS.
1205
1206 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1207
1208         * configure.ac:
1209         Fix CFLAGS and LIBS for the apexsink.
1210
1211 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1212
1213         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
1214           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
1215
1216 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
1217
1218         * gst/dccp/gstdccp.c:
1219         * gst/dccp/gstdccpclientsrc.c:
1220         Fix compilation on Solaris by including filio.h as needed.
1221
1222         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1223         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1224         Fix compilation with Forte - apparently it hates concatenating a
1225         macro argument that starts with an underscore??
1226
1227 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1228
1229         Patch by: Jérémie Bernard <gremimail at gmail dot com>
1230
1231         * configure.ac:
1232         * ext/apexsink/LGPL-3.0.txt:
1233         * ext/apexsink/Makefile.am:
1234         * ext/apexsink/gstapexplugin.c: (plugin_init):
1235         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
1236         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
1237         (gst_apexraop_set_host), (gst_apexraop_get_host),
1238         (gst_apexraop_set_port), (gst_apexraop_get_port),
1239         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
1240         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
1241         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
1242         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
1243         (gst_apexraop_write), (gst_apexraop_flush):
1244         * ext/apexsink/gstapexraop.h:
1245         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
1246         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
1247         (gst_apexsink_implements_interface_init),
1248         (gst_apexsink_mixer_interface_init),
1249         (gst_apexsink_interface_supported),
1250         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
1251         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
1252         (gst_apexsink_class_init), (gst_apexsink_init),
1253         (gst_apexsink_set_property), (gst_apexsink_get_property),
1254         (gst_apexsink_finalise), (gst_apexsink_open),
1255         (gst_apexsink_prepare), (gst_apexsink_write),
1256         (gst_apexsink_unprepare), (gst_apexsink_delay),
1257         (gst_apexsink_reset), (gst_apexsink_close):
1258         * ext/apexsink/gstapexsink.h:
1259         Add apexsink for audio output to Apple AirPort Express Wireless
1260         devices. Fixes bug #542510.
1261
1262 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1263
1264         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
1265         (gst_rtp_session_event_send_rtp_sink):
1266         Send EOS when the session object instructs us to.
1267
1268         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
1269         * gst/rtpmanager/rtpsession.h:
1270         Make it possible for the session manager to instruct us to send EOS. We
1271         currently will EOS when the session is a sender and when the sender part
1272         goes EOS. This is not entirely correct behaviour because the session
1273         could still participate as a receiver.
1274         Fixes #549409.
1275
1276 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1277
1278         * gst/aiffparse/aiffparse.c:
1279           Read size of chunks preceeding the audio data with the
1280           correct endianness. Fixes playback of some files.
1281           Fixes #538500
1282
1283 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1284
1285         * configure.ac:
1286         * gst/aiffparse/Makefile.am:
1287         * gst/aiffparse/aiffparse.c:
1288         * gst/aiffparse/aiffparse.h:
1289           Add an AIFF parsing element, heavily based on wavparse.
1290
1291 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1292
1293         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
1294           gst_ks_video_device_set_state):
1295           Don't set the pin state to KSSTATE_RUN from the streaming thread.
1296           Skip KSSTATE_ACQUIRE when changing pin state downwards.
1297           Be nice and specify G_PARAM_STATIC_STRINGS.
1298           Remove unused finalize method.
1299
1300         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
1301           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
1302           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
1303           gst_ks_video_src_set_property, gst_ks_video_src_reset,
1304           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
1305           gst_ks_video_src_set_caps):
1306           First driver quirk: work around Logitech's hostile driver software to
1307           improve stability and performance. See comments for details.
1308           Provide a property to disable driver quirks (enabled by default).
1309           Be nice and specify G_PARAM_STATIC_STRINGS.
1310           Remove unused dispose method.
1311           Tweak include order.
1312
1313 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1314
1315         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1316         (gst_input_selector_query):
1317         Implement the LATENCY query in a better way by taking the latency of all
1318         sinkpads and taking the min/max instead of just taking a random pad.
1319
1320 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1321
1322         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1323         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1324         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1325         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1326         Unroll the loop to handle two bytes at once. This should give
1327         a small speedup and makes it possible to handle chroma and luma
1328         different which is needed later.
1329
1330 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1331
1332         * gst/dccp/gstdccpserversink.c:
1333         * gst/dccp/gstdccpserversink.h:
1334         Don't put globals only used by one '.c' file in a header !
1335         Declare it as static, fixes build on macosx.
1336
1337 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1338
1339         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
1340         Whoops, that was one fix too much :)
1341
1342 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1343
1344         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
1345         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
1346         size_t's size varies by platform/architecture. Use glib convenience
1347         macro instead. Fixes build on macosx.
1348         Remove ending '\n' in debug statements.
1349
1350 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1351
1352         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
1353         Remove unused code and fix includes.
1354
1355 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1356
1357         * gst/deinterlace2/gstdeinterlace2.c:
1358         (gst_deinterlace_method_class_init):
1359         * gst/deinterlace2/gstdeinterlace2.h:
1360         * gst/deinterlace2/tvtime/tomsmocomp.c:
1361         (gst_deinterlace_method_tomsmocomp_class_init):
1362         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1363         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1364         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1365         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1366         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1367         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1368         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1369         First part of the C implementation of the tomsmocomp deinterlacing
1370         algorithm. This only supports search-effort=0 currently, is painfully
1371         slow and needs some cleanup later when all search-effort settings
1372         are implemented in C.
1373
1374 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1375
1376         * configure.ac:
1377         * sys/Makefile.am:
1378         * sys/winks/Makefile.am:
1379         * sys/winks/gstksclock.c:
1380         * sys/winks/gstksclock.h:
1381         * sys/winks/gstksvideodevice.c:
1382         * sys/winks/gstksvideodevice.h:
1383         * sys/winks/gstksvideosrc.c:
1384         * sys/winks/gstksvideosrc.h:
1385         * sys/winks/kshelpers.c:
1386         * sys/winks/kshelpers.h:
1387         * sys/winks/ksvideohelpers.c:
1388         * sys/winks/ksvideohelpers.h:
1389           New plugin for low-latency video capture on Windows (#519935).
1390
1391           Uses Kernel Streaming, the lowest level API for doing video capture
1392           on Windows (more or less just raw ioctls).
1393
1394 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1395
1396         * gst/pcapparse/gstpcapparse.c:
1397         * sys/winscreencap/gstdx9screencapsrc.c:
1398         * sys/winscreencap/gstgdiscreencapsrc.c:
1399           Added documentation blobs. Thanks to Stefan for noticing!
1400
1401 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1402
1403         * configure.ac:
1404         * gst/pcapparse/Makefile.am:
1405         * gst/pcapparse/gstpcapparse.c:
1406         * gst/pcapparse/gstpcapparse.h:
1407           New plugin: pcapparse (#520899).
1408
1409 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1410
1411         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
1412
1413         * configure.ac:
1414         * sys/Makefile.am:
1415         * sys/winscreencap/Makefile.am:
1416         * sys/winscreencap/gstdx9screencapsrc.c:
1417         * sys/winscreencap/gstdx9screencapsrc.h:
1418         * sys/winscreencap/gstgdiscreencapsrc.c:
1419         * sys/winscreencap/gstgdiscreencapsrc.h:
1420         * sys/winscreencap/gstwinscreencap.c:
1421         * sys/winscreencap/gstwinscreencap.h:
1422           New plugin: winscreencap (#463941).
1423
1424 2008-08-22  Michael Smith <msmith@songbirdnest.com>
1425
1426         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1427           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
1428           is correctly, instead of backwards. No functional changes, since this
1429           mistake was completely self-consistent.
1430
1431 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
1432
1433         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1434           Add, but commented out xml/element-dc1394.xml. Its documented, but
1435           I can't get it to be build.
1436
1437         * ext/celt/gstceltdec.c:
1438         * ext/celt/gstceltenc.c:
1439           Fix doc warnings and reformat the doc block.
1440
1441 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1442
1443         patch by: Leandro Melo de Sales <leandroal@gmail.com>
1444
1445         * configure.ac:
1446         * docs/plugins/Makefile.am:
1447         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1448         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1449         * docs/plugins/gst-plugins-bad-plugins.args:
1450         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1451         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1452         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1453         * docs/plugins/gst-plugins-bad-plugins.signals:
1454         * docs/plugins/inspect/plugin-dccp.xml:
1455         * gst/dccp/Makefile.am:
1456         * gst/dccp/gstdccp.c:
1457         * gst/dccp/gstdccp.h:
1458         * gst/dccp/gstdccpclientsink.c:
1459         * gst/dccp/gstdccpclientsink.h:
1460         * gst/dccp/gstdccpclientsrc.c:
1461         * gst/dccp/gstdccpclientsrc.h:
1462         * gst/dccp/gstdccpplugin.c:
1463         * gst/dccp/gstdccpserversink.c:
1464         * gst/dccp/gstdccpserversink.h:
1465         * gst/dccp/gstdccpserversrc.c:
1466         * gst/dccp/gstdccpserversrc.h:
1467         * tests/icles/dccp/README:
1468         * tests/icles/dccp/call/README:
1469         * tests/icles/dccp/call/DCCPClient.c:
1470         * tests/icles/dccp/call/DCCPServer.c:
1471         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1472         * tests/icles/dccp/file/DCCPServerSendFile.c:
1473         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1474         * tests/icles/dccp/mic/DCCPServerMic.c:
1475         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1476         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1477         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1478         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1479         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1480         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1481           Add dccp plugin. Fixes #542390.
1482
1483 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1484
1485         * configure.ac:
1486           Remove bits that presumably weren't supposed to be committed.
1487
1488 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1489
1490         * configure.ac:
1491         * sys/Makefile.am:
1492         * sys/acmenc/Makefile.am:
1493         * sys/acmenc/acmenc.c:
1494           Add new windows ACM encoder wrapper.
1495
1496 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1497
1498         patch by: Michael Krufky
1499
1500         * sys/dvb/gstdvbsrc.c:
1501         * sys/dvb/parsechannels.c:
1502         Add ATSC tunning and channels.conf parsing support.
1503         Fixes #537455
1504
1505 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1506
1507         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1508         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1509         * sys/dshowdecwrapper/gstdshowvideodec.c:
1510         * sys/dshowdecwrapper/gstdshowvideodec.h:
1511         * sys/dshowvideosink/dshowvideosink.cpp:
1512         * sys/dshowvideosink/dshowvideosink.h:
1513           Initialise COM with default flags.
1514           Only deinitialise if the initialisation was successful.
1515
1516 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1517
1518         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1519         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1520         Reset rtp timestamp interpollation when we detect a gap when the
1521         clock_base changed.
1522         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1523
1524         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1525         * gst/rtpmanager/gstrtpsession.h:
1526         Add method to set session SSRC.
1527
1528         * gst/rtpmanager/rtpsession.c: (check_collision),
1529         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1530         (rtp_session_on_timeout):
1531         * gst/rtpmanager/rtpsession.h:
1532         Added debugging for the collision checks.
1533         Add method to change the internal SSRC of the session.
1534
1535         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1536         Reset the clock base when we detect large jumps in the seqnums.
1537
1538 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1539
1540         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1541         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1542         * ext/x264/gstx264enc.h:
1543         Do not deal with duplicated input (timestamps).  If needed,
1544         a generic element can do so.
1545         Do not manipulate input timestamps on the way out,
1546         since that shifts the timeline and A/V sync.
1547
1548 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1549
1550         * docs/plugins/gst-plugins-bad-plugins.args:
1551         Integrate new properties into documentation.
1552         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1553         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1554         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1555         Fix up API prior to eventual plugin move.
1556         API: GstX264Enc:pass (provides more options, and changed to enum)
1557
1558 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1559
1560         * docs/plugins/Makefile.am:
1561         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1562         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1563         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1564         * docs/plugins/inspect/plugin-mplex.xml:
1565         * ext/mplex/gstmplex.cc:
1566         Update and add documentation for mplex.
1567         * ext/mpeg2enc/gstmpeg2enc.cc:
1568         Documentation update.
1569
1570 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1571
1572         * docs/plugins/Makefile.am:
1573         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1574         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1575         * ext/x264/gstx264enc.c:
1576         * tests/check/Makefile.am:
1577         * tests/check/elements/x264enc.c: (setup_x264enc),
1578         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1579         Add documentation and unit test for x264enc.
1580
1581 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1582
1583         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1584         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1585         Allocate some buffers in more adaptive and economical fashion.
1586
1587 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1588
1589         * configure.ac:
1590         Check for sufficiently up-to-date x264 API.
1591         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1592         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1593         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1594         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1595         * ext/x264/gstx264enc.h:
1596         Expose some more parameters of the x264 encoder as properties.
1597
1598 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1599
1600         * gst/rtpmanager/gstrtpbin.c:
1601           Print the pad-name in debug log.
1602
1603         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1604         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1605           Use "-" instead of "_" in property names. Can we call them just
1606           "device" like everywhere else?
1607
1608 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1609
1610         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1611         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1612         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1613         (gst_x264_enc_flush_frames):
1614         Coding style and layout; re-order some functions in more
1615         typical and natural flow.
1616
1617 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1618
1619         * ext/x264/Makefile.am:
1620         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1621         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1622         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1623         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1624         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1625         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1626         * ext/x264/gstx264enc.h:
1627         Use GQueue in stead of custom queue code.
1628         Factorize flushing out encoder delayed frames.
1629         Factorize initialization and state change reset.
1630
1631 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1632
1633         * ext/x264/gstx264enc.h:
1634         * sys/fbdev/gstfbdevsink.c:
1635         Use configure-generated _stdint.h.
1636
1637 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1638
1639         * ext/x264/Makefile.am:
1640         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1641         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1642         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1643         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1644         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1645         (gst_x264_enc_encode_frame), (plugin_init):
1646         * ext/x264/gstx264enc.h:
1647         Use video format library and GST_WRITE_*_BE macros where applicable.
1648         Use finalize in stead of dispose.
1649         Set up debug category and log callback.
1650
1651 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1652
1653         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1654
1655         * ext/sndfile/gstsf.c: (plugin_init):
1656         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1657         * sys/oss4/oss4-audio.c: (plugin_init):
1658         Make sure gettext returns translations in UTF-8 encoding rather
1659         than in the current locale encoding (#546822).
1660
1661 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1662
1663         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1664         (gst_two_lame_chain):
1665         * ext/twolame/gsttwolame.h:
1666         Allow raw float samples as input for encoding.
1667
1668 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1669
1670         * ext/jack/gstjackaudiosrc.c:
1671           Try committing this once again. Now properly renamed.
1672
1673 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1674
1675         * docs/plugins/Makefile.am:
1676         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1677         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1678         * docs/plugins/gst-plugins-bad-plugins.args:
1679         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1680         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1681         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1682         * docs/plugins/inspect/plugin-jack.xml
1683           Add new element to docs.
1684
1685         * ext/jack/gstjack.h
1686           Add missing file.
1687
1688         * ext/jack/gstjackaudiosrc.c:
1689         * ext/jack/gstjackaudiosrc.h:
1690           Rename jackaudiosrc to jack_audio_src.
1691
1692 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1693
1694         patch by: Tristan Matthews <tristan@sat.qc.ca>
1695
1696         * ext/jack/Makefile.am:
1697         * ext/jack/gstjack.c:
1698         * ext/jack/gstjackaudioclient.c:
1699         * ext/jack/gstjackaudiosink.c:
1700         * ext/jack/gstjackaudiosink.h:
1701         * ext/jack/gstjackaudiosrc.c:
1702         * ext/jack/gstjackaudiosrc.h:
1703         * ext/jack/gstjackringbuffer.h:
1704           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
1705           Fixes #545197.
1706
1707 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1708
1709         * docs/plugins/Makefile.am:
1710         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1711         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1712         * docs/plugins/gst-plugins-bad-plugins.args:
1713         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1714         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1715         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1716         * docs/plugins/inspect/plugin-celt.xml:
1717         * docs/plugins/inspect/plugin-twolame.xml:
1718         Add twolame and celt plugins to the docs.
1719
1720 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1721
1722         Based on patch by: Olivier Crete <tester at tester dot ca>
1723
1724         * gst/rtpmanager/gstrtpjitterbuffer.c:
1725         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
1726         Make the buffer metadata writable before inserting it in the
1727         jitterbuffer because the jitterbuffer will modify the timestamps.
1728
1729         * gst/rtpmanager/rtpjitterbuffer.c:
1730         Update method comment about requiring writable metadata on buffers.
1731
1732         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
1733         (rtp_session_process_rtcp):
1734         Make the RTCP buffer metadata writable because we want to modify the
1735         metadata.
1736         Fixes #546312.
1737
1738 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1739
1740         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
1741         (gst_selector_pad_chain), (gst_input_selector_getcaps),
1742         (gst_input_selector_activate_sinkpad):
1743         Move the select-all logic into the activation of the currently selected
1744         pad. We want to remember the last pad with activity in select-all mode.
1745         Fix the getcaps function, we can produce the union of the upstream caps
1746         in select-all mode, not the intersection like proxy_getcaps() does.
1747
1748 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1749
1750         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1751
1752         * gst/rtpmanager/gstrtpjitterbuffer.c:
1753         (gst_rtp_jitter_buffer_chain):
1754         Fix debug by logging the right seqnum.
1755
1756 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1757
1758         Patch by: Olivier Crete <tester at tester dot ca>
1759
1760         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
1761         Release lock before emitting the request-pt-map signal.
1762         Fixes #543480.
1763
1764 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1765
1766         * gst/deinterlace2/gstdeinterlace2.c:
1767         (gst_deinterlace_simple_method_interpolate_scanline),
1768         (gst_deinterlace_simple_method_copy_scanline),
1769         (gst_deinterlace_simple_method_deinterlace_frame):
1770         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
1771         * gst/deinterlace2/tvtime/greedyh.c:
1772         (deinterlace_frame_di_greedyh):
1773         * gst/deinterlace2/tvtime/scalerbob.c:
1774         (deinterlace_scanline_scaler_bob):
1775         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
1776         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1777         (copy_scanline):
1778         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1779         (copy_scanline):
1780         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1781         (copy_scanline):
1782         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
1783         are usually used here.
1784
1785 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1786
1787         * gst/deinterlace2/Makefile.am:
1788         * gst/deinterlace2/gstdeinterlace2.c:
1789         (gst_deinterlace_simple_method_deinterlace_frame),
1790         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
1791         * gst/deinterlace2/gstdeinterlace2.h:
1792         * gst/deinterlace2/tvtime/linear.c:
1793         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
1794         (deinterlace_scanline_linear_mmxext),
1795         (gst_deinterlace_method_linear_class_init),
1796         (gst_deinterlace_method_linear_init):
1797         * gst/deinterlace2/tvtime/linearblend.c:
1798         (deinterlace_scanline_linear_blend_c),
1799         (deinterlace_scanline_linear_blend2_c),
1800         (deinterlace_scanline_linear_blend_mmx),
1801         (deinterlace_scanline_linear_blend2_mmx),
1802         (gst_deinterlace_method_linear_blend_class_init),
1803         (gst_deinterlace_method_linear_blend_init):
1804         * gst/deinterlace2/tvtime/plugins.h:
1805         * gst/deinterlace2/tvtime/scalerbob.c:
1806         (deinterlace_scanline_scaler_bob),
1807         (gst_deinterlace_method_scaler_bob_class_init),
1808         (gst_deinterlace_method_scaler_bob_init):
1809         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1810         (copy_scanline), (gst_deinterlace_method_weave_class_init),
1811         (gst_deinterlace_method_weave_init):
1812         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1813         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
1814         (gst_deinterlace_method_weave_bff_init):
1815         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1816         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
1817         (gst_deinterlace_method_weave_tff_init):
1818         Add the remaining tvtime deinterlacing methods and fix the
1819         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
1820
1821 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1822
1823         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
1824         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
1825         Implement the VFIR deinterlacing method as simple method.
1826
1827 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1828
1829         * gst/deinterlace2/gstdeinterlace2.c:
1830         (gst_deinterlace_simple_method_interpolate_scanline),
1831         (gst_deinterlace_simple_method_copy_scanline),
1832         (gst_deinterlace_simple_method_deinterlace_frame),
1833         (gst_deinterlace_simple_method_class_init),
1834         (gst_deinterlace_simple_method_init):
1835         * gst/deinterlace2/gstdeinterlace2.h:
1836         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
1837         can be used by simple deinterlacing methods. They only have to provide
1838         a function for interpolating a scanline or copying a scanline.
1839
1840 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1841
1842         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
1843         Respect the latency of the deinterlacing algorithm for the timestamps
1844         of every buffer.
1845
1846 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1847
1848         * gst/deinterlace2/tvtime/greedyh.asm:
1849         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1850         Add the MMX registers to the clobbered registers only if __MMX__ is
1851         defined.
1852
1853 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1854
1855         * gst/deinterlace2/Makefile.am:
1856         * gst/deinterlace2/gstdeinterlace2.c:
1857         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1858         (gst_deinterlace2_class_init):
1859         Enable tomsmocomp again as the C port will be ready for the next
1860         release.
1861
1862 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1863
1864         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
1865         (gst_greatest_common_divisor), (gst_fraction_double),
1866         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
1867         Don't use proxy_getcaps() but implement our own getcaps() function
1868         that doubles/halfs the framerate if all fields should be sent out.
1869
1870 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1871
1872         * configure.ac:
1873         * ext/Makefile.am:
1874         * ext/twolame/Makefile.am:
1875         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
1876         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
1877         (gst_two_lame_release_memory), (gst_two_lame_finalize),
1878         (gst_two_lame_base_init), (gst_two_lame_class_init),
1879         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
1880         (gst_two_lame_init), (gst_two_lame_set_property),
1881         (gst_two_lame_get_property), (gst_two_lame_sink_event),
1882         (gst_two_lame_chain), (gst_two_lame_setup),
1883         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
1884         (plugin_init):
1885         * ext/twolame/gsttwolame.h:
1886         Add TwoLAME MP2 encoding element, based on the LAME element.
1887
1888 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1889
1890         * configure.ac:
1891         * ext/Makefile.am:
1892         * ext/celt/Makefile.am:
1893         * ext/celt/gstcelt.c: (plugin_init):
1894         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
1895         (gst_celt_dec_class_init), (gst_celt_dec_reset),
1896         (gst_celt_dec_init), (celt_dec_convert),
1897         (celt_get_sink_query_types), (celt_dec_sink_query),
1898         (celt_get_src_query_types), (celt_dec_src_query),
1899         (celt_dec_src_event), (celt_dec_sink_event),
1900         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
1901         (celt_dec_chain_parse_data), (celt_dec_chain),
1902         (celt_dec_change_state):
1903         * ext/celt/gstceltdec.h:
1904         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
1905         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
1906         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
1907         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
1908         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
1909         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
1910         (gst_celt_enc_sink_query), (gst_celt_enc_init),
1911         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
1912         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
1913         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
1914         (gst_celt_enc_chain), (gst_celt_enc_get_property),
1915         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
1916         * ext/celt/gstceltenc.h:
1917         Add CELT encoder and decoder elements based on the Speex elements.
1918
1919 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1920
1921         Patch by: Tal Shalif <tshalif at nargila dot org>
1922
1923         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
1924         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
1925         with mingw. Fixes bug #545247.
1926
1927 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1928
1929         * configure.ac:
1930         Back to development -> 0.10.8.1
1931
1932 === release 0.10.8 ===
1933
1934 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
1935
1936         * configure.ac:
1937           releasing 0.10.8, "Vapour Trails"
1938
1939 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1940
1941         * configure.ac:
1942         0.10.7.3 pre-release
1943
1944         * po/LINGUAS:
1945         * po/id.po:
1946         Add Indonesian translation.
1947
1948 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1949
1950         * gst/festival/gstfestival.c:
1951           Guard unistd.h with HAVE_UNISTD_H
1952         * gst/modplug/libmodplug/load_it.cpp:
1953         * gst/modplug/libmodplug/sndfile.cpp:
1954         * gst/modplug/libmodplug/sndfile.h:
1955         * gst/modplug/libmodplug/stdafx.h:
1956           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
1957           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
1958           of a variable in load_it.cpp to MSVC's scoping rules.
1959         * gst/sdp/gstsdpdemux.c:
1960           Guard unistd.h with HAVE_UNISTD_H
1961           Fixes #544457.
1962
1963 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1964
1965         * ext/timidity/gsttimidity.c:
1966           Fix compiler warning. Fixes #544050.
1967
1968 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
1969
1970         * configure.ac:
1971         Don't check for nav_print.h any more - it should be included in
1972         the libdvdnav development package if libdvdnav headers depend on it.
1973         Fixes: #543846
1974
1975 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1976
1977         * configure.ac:
1978         * ext/ladspa/Makefile.am:
1979         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
1980         for loading the ladspa plugins and previously was linked in by
1981         gmodule. Fixes bug #543848.
1982
1983 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1984
1985         * gst/modplug/libmodplug/Makefile.am:
1986         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
1987         can contain compiler parameters that are invalid for C++.
1988         Fixes bug #543860.
1989
1990 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1991
1992         * ext/resindvd/Makefile.am:
1993         Dist missing header files. Fixes bug #543861.
1994
1995 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1996
1997         * configure.ac:
1998         0.10.7.2 pre-release
1999
2000 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2001
2002         * ext/Makefile.am:
2003         Dist and recurse into resindvd subdir
2004
2005 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2006
2007         * configure.ac:
2008         Remove interleave and replaygain configure.ac pieces too
2009
2010 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2011
2012         * po/LINGUAS:
2013         * po/lt.po:
2014         Add new lithunian translation, and add french to the LINGUAS
2015         file.
2016
2017 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2018
2019         * docs/plugins/Makefile.am:
2020         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2021         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2022         * docs/plugins/gst-plugins-bad-plugins.args:
2023         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2024         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2025         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2026         * docs/plugins/inspect/plugin-interleave.xml:
2027         * docs/plugins/inspect/plugin-replaygain.xml:
2028         * gst/interleave/Makefile.am:
2029         * gst/interleave/deinterleave.c:
2030         * gst/interleave/deinterleave.h:
2031         * gst/interleave/interleave.c:
2032         * gst/interleave/interleave.h:
2033         * gst/interleave/plugin.c:
2034         * gst/interleave/plugin.h:
2035         * gst/replaygain/Makefile.am:
2036         * gst/replaygain/gstrganalysis.c:
2037         * gst/replaygain/gstrganalysis.h:
2038         * gst/replaygain/gstrglimiter.c:
2039         * gst/replaygain/gstrglimiter.h:
2040         * gst/replaygain/gstrgvolume.c:
2041         * gst/replaygain/gstrgvolume.h:
2042         * gst/replaygain/replaygain.c:
2043         * gst/replaygain/replaygain.h:
2044         * gst/replaygain/rganalysis.c:
2045         * gst/replaygain/rganalysis.h:
2046         * tests/check/Makefile.am:
2047         * tests/check/elements/deinterleave.c:
2048         * tests/check/elements/interleave.c:
2049         * tests/check/elements/rganalysis.c:
2050         * tests/check/elements/rglimiter.c:
2051         * tests/check/elements/rgvolume.c:
2052         Remove interleave and replaygain plugins that have moved to -good
2053
2054 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2055
2056         * configure.ac:
2057         * gst/deinterlace2/Makefile.am:
2058         * gst/deinterlace2/gstdeinterlace2.c:
2059         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
2060         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
2061         * gst/deinterlace2/gstdeinterlace2.h:
2062         * gst/deinterlace2/tvtime/greedy.c:
2063         (gst_deinterlace_method_greedy_l_class_init):
2064         * gst/deinterlace2/tvtime/greedyh.c:
2065         (gst_deinterlace_method_greedy_h_class_init):
2066         * gst/deinterlace2/tvtime/vfir.c:
2067         (gst_deinterlace_method_vfir_class_init):
2068         Disable the tomsmocomp algorithm for this release as it's buggy
2069         and has no C implementation yet.
2070
2071         Build the deinterlace2 plugin on all architectures but still mark it
2072         as experimental.
2073         
2074         Build the x86 inline assembly only if GCC inline assembly is supported
2075         and only on x86 or amd64. Fixes bug #543286.
2076
2077 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
2078
2079         * gst/real/gstrealvideodec.c: (open_library):
2080         Add some casts to fix the build on Forte
2081
2082 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
2083
2084         * gst/deinterlace2/tvtime/greedy.c:
2085         (gst_deinterlace_method_greedy_l_class_init):
2086         * gst/deinterlace2/tvtime/greedyh.c:
2087         (gst_deinterlace_method_greedy_h_class_init):
2088         * gst/deinterlace2/tvtime/vfir.c:
2089         (gst_deinterlace_method_vfir_class_init):
2090         Fix build on x86_64
2091
2092 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
2093
2094         * ext/resindvd/gstmpegdemux.c:
2095         Remove whitespace line.
2096
2097         * ext/resindvd/resindvdbin.c:
2098         * ext/resindvd/resindvdbin.h:
2099         Make it so that audio/video pads aren't added to the bin
2100         until after data flow starts.
2101
2102         * ext/resindvd/resin-play:
2103         Move video buffer queue outside resindvdbin
2104
2105         * ext/resindvd/resindvdsrc.c:
2106         Check that the nav_clock_id didn't already get unscheduled.
2107
2108         * gst/dvdspu/gstdvdspu.c:
2109         Remove assert that sometimes triggers erroneously.
2110
2111 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2112
2113         * gst/deinterlace2/tvtime/greedyh.asm:
2114         Always use the C implementation if width is not a multiple of 4. The
2115         assembly optimized version only handle this and calling the C
2116         implementation for the remaining part doesn't work because it needs
2117         previous calculations.
2118
2119 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2120
2121         * gst/deinterlace2/tvtime/greedyh.asm:
2122         * gst/deinterlace2/tvtime/greedyh.c:
2123         * gst/deinterlace2/tvtime/greedyhmacros.h:
2124         Some cleanup, use 3DNOW instead of TDNOW in macros.
2125
2126         * gst/deinterlace2/tvtime/tomsmocomp.c:
2127         (gst_deinterlace_method_tomsmocomp_class_init):
2128         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2129         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2130         The SSE method in fact only needs MMXEXT, declare it as such.
2131
2132 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
2133
2134         * docs/plugins/.cvsignore:
2135         Ignore *-undeclared.txt
2136
2137         * ext/resindvd/rsnaudiomunge.c:
2138         Turn g_print's into debug statements.
2139
2140         * ext/resindvd/resin-play:
2141         * ext/resindvd/Makefile.am:
2142         * ext/resindvd/resindvdbin.c:
2143         * ext/resindvd/resindvdbin.h:
2144         * ext/resindvd/rsnparsetter.c:
2145         * ext/resindvd/rsnparsetter.h:
2146         * ext/resindvd/rsnwrappedbuffer.c:
2147         * ext/resindvd/rsnwrappedbuffer.h:
2148         Add a bloated implementation of a really simple idea: Replace the
2149         pixel-aspect-ratio in the output video with a prescribed one when
2150         necessary. There must be an easier way.
2151
2152         Split the dvdspu out of the resindvdbin and put out the subpicture
2153         stream on the subpicture pad.
2154
2155         * ext/resindvd/gstmpegdemux.c:
2156         Send video-aspect events down the pipe from the demuxer.
2157
2158         * ext/resindvd/resindvdsrc.c:
2159         * ext/resindvd/resindvdsrc.h:
2160         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
2161         to make it use clock-waiting later.
2162
2163         * ext/resindvd/rsnbasesrc.c:
2164         Don't overwrite the last_stop in the basesrc segment after a seamless
2165         seek.
2166
2167 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2168
2169         * gst/mpegtsparse/mpegtspacketizer.c:
2170         Convert extended event text to UTF-8.
2171
2172 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
2173
2174         * docs/plugins/Makefile.am:
2175         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2176         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2177         * docs/plugins/gst-plugins-bad-plugins.args:
2178         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2179         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2180         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2181         * docs/plugins/gst-plugins-bad-plugins.signals:
2182         * docs/plugins/inspect/plugin-stereo.xml:
2183         * gst/stereo/gststereo.c:
2184           Document one more.
2185
2186 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2187
2188         * gst/mpegtsparse/gstmpegdesc.h:
2189         Fix extended event descriptor parsing, out by 1 in position of
2190         text length.
2191
2192 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
2193
2194         * gst/festival/gstfestival.c:
2195           Add a note to the docs, that festival need to be running. Also log an
2196           error it it is not. Fixes #541327
2197
2198 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2199
2200         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2201
2202         * gst/librfb/gstrfbsrc.c:
2203         * gst/librfb/gstrfbsrc.h:
2204         Add view-only property to ignore the navigation events
2205
2206 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2207
2208         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2209           Revert previous patch apart from typo fixes; the patch was not
2210           independently useful.
2211
2212 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2213
2214         Based on patch by: Alessandro Decina <alessandro@nnva.org>
2215         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2216         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
2217         * sys/dshowdecwrapper/gstdshowvideodec.c:
2218           Add AAC, AC3 to handled codecs.
2219           Fix handling of flush events.
2220           Improve debug/error output.
2221           Fix a number of typos in comments and variable names.
2222
2223 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2224
2225         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2226
2227         * gst/librfb/rfbdecoder.c:
2228         Implement ServerCutText message
2229
2230 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2231
2232         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2233
2234         * gst/librfb/gstrfbsrc.c:
2235         * gst/librfb/rfbdecoder.c:
2236         Add property for shared desktop
2237
2238 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2239
2240         * configure.ac:
2241         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2242         flags that are invalid for C++.
2243
2244 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2245
2246         * ext/spc/gstspc.c: (spc_setup):
2247         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2248         Don't use declarations after statements in the remaining code.
2249
2250 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2251
2252         Patch by:
2253           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
2254
2255         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
2256         * ext/metadata/metadataxmp.c:
2257         (metadataparse_xmp_iter_add_to_tag_list):
2258         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
2259         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
2260         Don't use declarations after statements.
2261
2262 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2263
2264         patch by: Alessandro Decina
2265
2266         * gst/mpegtsparse/mpegtsparse.c:
2267         Fix memory leak by unreffing structures when not needed.
2268         Fixes #539292.
2269
2270 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2271
2272         * gst/sdp/gstsdpdemux.c:
2273           Use floating point math for latencies < 0 sec in log output.
2274
2275 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2276
2277         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2278         Mark internal processing functions as static inline for quite some
2279         speedup as they're used only once and need to get many local variables
2280         passed as parameter.
2281
2282 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2283
2284         * gst/deinterlace2/gstdeinterlace2.c:
2285         (gst_deinterlace_method_deinterlace_frame),
2286         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
2287         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2288         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2289         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
2290         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2291         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2292         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2293         (gst_deinterlace2_src_query):
2294         * gst/deinterlace2/gstdeinterlace2.h:
2295         Call the current instance "self" instead of "object".
2296
2297 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2298
2299         * gst/deinterlace2/gstdeinterlace2.c:
2300         (gst_deinterlace_method_get_latency),
2301         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2302         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2303         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
2304         * gst/deinterlace2/gstdeinterlace2.h:
2305         Include latency of the method in the returned latency.
2306
2307         Fix outputting of all fields, i.e. doubling of the framerate.
2308
2309 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2310
2311         * gst/deinterlace2/Makefile.am:
2312         * gst/deinterlace2/gstdeinterlace2.c:
2313         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
2314         (gst_deinterlace_method_deinterlace_frame),
2315         (gst_deinterlace_method_get_fields_required),
2316         (gst_deinterlace2_methods_get_type), (_do_init),
2317         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2318         (gst_deinterlace2_child_proxy_get_child_by_index),
2319         (gst_deinterlace2_child_proxy_get_children_count),
2320         (gst_deinterlace2_child_proxy_interface_init),
2321         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
2322         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
2323         * gst/deinterlace2/gstdeinterlace2.h:
2324         * gst/deinterlace2/tvtime/greedy.c:
2325         (deinterlace_greedy_packed422_scanline_c),
2326         (deinterlace_greedy_packed422_scanline_mmx),
2327         (deinterlace_greedy_packed422_scanline_mmxext),
2328         (deinterlace_frame_di_greedy),
2329         (gst_deinterlace_method_greedy_l_set_property),
2330         (gst_deinterlace_method_greedy_l_get_property),
2331         (gst_deinterlace_method_greedy_l_class_init),
2332         (gst_deinterlace_method_greedy_l_init):
2333         * gst/deinterlace2/tvtime/greedyh.asm:
2334         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2335         (deinterlace_frame_di_greedyh),
2336         (gst_deinterlace_method_greedy_h_set_property),
2337         (gst_deinterlace_method_greedy_h_get_property),
2338         (gst_deinterlace_method_greedy_h_class_init),
2339         (gst_deinterlace_method_greedy_h_init):
2340         * gst/deinterlace2/tvtime/greedyh.h:
2341         * gst/deinterlace2/tvtime/plugins.h:
2342         * gst/deinterlace2/tvtime/tomsmocomp.c:
2343         (gst_deinterlace_method_tomsmocomp_set_property),
2344         (gst_deinterlace_method_tomsmocomp_get_property),
2345         (gst_deinterlace_method_tomsmocomp_class_init),
2346         (gst_deinterlace_method_tomsmocomp_init):
2347         * gst/deinterlace2/tvtime/tomsmocomp.h:
2348         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2349         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
2350         (gst_deinterlace_method_vfir_class_init),
2351         (gst_deinterlace_method_vfir_init):
2352         Use a GstObject subtype for the deinterlacing methods and export
2353         the different settings for each deinterlacing method via GObject
2354         properties.
2355
2356         Implement GstChildProxy interface to allow access to the used
2357         deinterlacing method and to allow adjusting the different settings.
2358
2359         Move global variables of the tomsmocomp deinterlacing method into
2360         function local variables to make it possible to use this deinterlacing
2361         method from different instances.
2362
2363 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2364
2365         * gst/deinterlace2/tvtime/greedyh.asm:
2366         Support widths that are not a multiply of 4 when using the assembly
2367         optimized greedyh implementations.
2368
2369 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2370
2371         * gst/deinterlace2/tvtime/greedyh.c:
2372         (deinterlace_frame_di_greedyh):
2373         Only build the assembly optimized implementations on x86.
2374
2375 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2376
2377         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2378
2379         * configure.ac:
2380         Fix checking of headers for the OSS4 plugin to fail if a single
2381         header doesn't exist already. AC_CHECK_HEADERS only fails if none
2382         of the headers is found. Fixes bug #541543.
2383
2384 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2385
2386         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2387
2388         * configure.ac:
2389         * gst/festival/Makefile.am:
2390         * gst/festival/gstfestival.c:
2391         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
2392         and including winsock headers. Fixes bug #541522.
2393
2394 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2395
2396         * ChangeLog:
2397         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
2398         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
2399         Corrected a typo (interpollate -> interpolate).
2400
2401 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2402
2403         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
2404         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
2405         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
2406         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
2407         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
2408         (rtp_session_send_rtp):
2409         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
2410         (rtp_source_process_rtp), (rtp_source_send_rtp):
2411         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
2412         pipeline is running normally.
2413
2414 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2415
2416         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
2417         (gst_rtp_session_finalize), (rtcp_thread),
2418         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
2419         (gst_rtp_session_event_send_rtp_sink),
2420         (gst_rtp_session_chain_send_rtp):
2421         * gst/rtpmanager/rtpsession.c: (check_collision),
2422         (update_arrival_stats), (rtp_session_process_rtp),
2423         (rtp_session_process_rtcp), (rtp_session_send_rtp),
2424         (rtp_session_send_bye_locked), (rtp_session_send_bye),
2425         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
2426         (is_rtcp_time), (rtp_session_on_timeout):
2427         * gst/rtpmanager/rtpsession.h:
2428         Do not mix the use of g_get_current_time() with gst_clock_get_time().
2429
2430 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
2431
2432         * gst/mpegvideoparse/mpegvideoparse.c:
2433         * gst/mpegvideoparse/mpegvideoparse.h:
2434         Queue new-segment events and send them after caps have been
2435         determined and set, so that the decoder will have been auto-plugged.
2436
2437 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
2438
2439         Patch by : Michael Smith <msmith @ xiph dot org>
2440         
2441         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
2442         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
2443         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
2444         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
2445         (qtwrapper_audio_decoder_chain),
2446         (qtwrapper_audio_decoder_sink_event),
2447         (qtwrapper_audio_decoder_base_init),
2448         (qtwrapper_audio_decoder_class_init),
2449         (qtwrapper_audio_decoders_register):
2450         * sys/qtwrapper/codecmapping.h:
2451         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
2452         (image_description_for_mp4v), (image_description_from_stsd_buffer):
2453         * sys/qtwrapper/imagedescription.h:
2454         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
2455         (dump_avcc_atom), (dump_image_description),
2456         (AllocateAudioBufferList):
2457         * sys/qtwrapper/qtutils.h:
2458         * sys/qtwrapper/qtwrapper.c: (plugin_init):
2459         * sys/qtwrapper/qtwrapper.h:
2460         * sys/qtwrapper/videodecoders.c:
2461         (qtwrapper_video_decoder_base_init), (open_decoder),
2462         (decompressCb), (qtwrapper_video_decoder_chain),
2463         (qtwrapper_video_decoders_register):
2464         Make qtwrapper compile/work on win32.
2465         Lots of fixes
2466         Fixes #531840
2467
2468 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2469
2470         * gst/rawparse/gstvideoparse.c:
2471         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2472
2473 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2474
2475         * gst/deinterlace2/Makefile.am:
2476         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2477         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2478         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2479         * gst/deinterlace2/tvtime/tomsmocomp.h:
2480         Remove useless file and mark everything possible as static.
2481
2482         * gst/deinterlace2/tvtime/greedy.c:
2483         * gst/deinterlace2/tvtime/greedyh.c:
2484         Use "_stdint.h" instead of <stdint.h>.
2485
2486 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2487
2488         * gst/deinterlace2/Makefile.am:
2489         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2490         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2491         * gst/deinterlace2/tvtime/greedyh.c:
2492         (deinterlace_frame_di_greedyh):
2493         * gst/deinterlace2/tvtime/speedtools.h:
2494         * gst/deinterlace2/tvtime/speedy.c:
2495         * gst/deinterlace2/tvtime/speedy.h:
2496         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2497         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2498         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2499         Get rid of speedy.[ch] as we don't use most of it's code anyway
2500         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2501         of the speedy memcpy everywhere instead.
2502         
2503         * gst/deinterlace2/gstdeinterlace2.h:
2504         Remove many unused declarations.
2505
2506 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2507
2508         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2509         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2510         Expose the additional MPEG HDTV format profiles available in latest
2511         mjpegtools version.
2512
2513 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2514
2515         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2516         Divide latency be 2 to convert from fields to frames.
2517
2518 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2519
2520         * gst/deinterlace2/tvtime/greedy.c:
2521         (deinterlace_greedy_packed422_scanline_c),
2522         (deinterlace_greedy_packed422_scanline_mmx),
2523         (deinterlace_greedy_packed422_scanline_mmxext),
2524         (deinterlace_frame_di_greedy):
2525         Don't use scanlines function from gstdeinterlace2 as it's
2526         not appropiate for this method. Instead implement deinterlace_frame
2527         function by taking the one from greedyh.
2528         
2529         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2530         Small fix for the C implementation.
2531
2532         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2533         Don't use the scanlines function from gstdeinterlace2 as it's only
2534         used for this method and will be removed. Instead implement
2535         deinterlace_frame function and make it a bit more efficient.
2536
2537         * gst/deinterlace2/gstdeinterlace2.c:
2538         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2539         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2540         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2541         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2542         (gst_deinterlace2_src_query):
2543         Fix coding style and remove scanlines function as it's unused now.
2544
2545 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2546
2547         * gst/deinterlace2/tvtime/greedyh.asm:
2548         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2549         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2550         * gst/deinterlace2/tvtime/greedyhmacros.h:
2551         Add a C implementation for the greedyh deinterlacing method, clean
2552         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2553         require any SSE instructions.
2554
2555 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2556
2557         * gst/deinterlace2/gstdeinterlace2.c:
2558         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2559         (gst_deinterlace2_setcaps):
2560         If we're outputting all fields the framerate has to be doubled.
2561
2562         Set duration on the outgoing buffers.
2563
2564 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2565
2566         * docs/plugins/Makefile.am:
2567         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2568         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2569         * gst/y4m/gsty4mencode.c:
2570         Add documentation for YUV4MPEG2 encoder element.
2571
2572 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2573
2574         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2575         Remove unneeded macros that break build on macosx.
2576
2577 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2578
2579         * configure.ac:
2580           Depend on released versions of core and -base.
2581
2582 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2583
2584         * gst/deinterlace2/tvtime/greedy.c:
2585         (deinterlace_greedy_packed422_scanline_mmx),
2586         (deinterlace_greedy_packed422_scanline_mmxext):
2587         Optimize MMX/MMXEXT implementations a bit by requiring two less
2588         memory accesses and fix the workaround for the missing right shift
2589         on bytes to unset the highest bit of every byte.
2590
2591 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2592
2593         * gst/deinterlace2/tvtime/greedy.c:
2594         (deinterlace_greedy_packed422_scanline_mmxext):
2595         Remove sfence instruction as it's not needed and actually is an SSE
2596         instruction.
2597
2598 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2599
2600         * gst/deinterlace2/tvtime/greedy.c:
2601         (deinterlace_greedy_packed422_scanline_mmx),
2602         (deinterlace_greedy_packed422_scanline):
2603         Add plain MMX implementation for the greedyl method.
2604
2605 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2606
2607         * gst/deinterlace2/Makefile.am:
2608         Move the assembly includes to noinst_HEADERS where they belong.
2609
2610         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2611         (deinterlace_line_mmx):
2612         Fix C and MMX implementations a bit more.
2613
2614 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2615
2616         * gst/deinterlace2/tvtime/greedy.c:
2617         (deinterlace_greedy_packed422_scanline_c),
2618         (deinterlace_greedy_packed422_scanline_mmxext),
2619         (deinterlace_greedy_packed422_scanline):
2620         Fix the C implementation to produce correct results and optimize the
2621         MMXEXT implementation.
2622
2623         Handle odd widths and don't read over array boundaries in the MMXEXT
2624         implementation.
2625
2626         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2627         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2628         Fix a small rounding bug in the MMX implementation, the MMX
2629         implementation doesn't actually need MMXEXT instructions so don't mark
2630         it as such.
2631
2632         Handle odd widths in both implementations.
2633
2634 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2635
2636         * ext/resindvd/rsnbasesrc.c:
2637           Use the right i18n header.
2638
2639 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2640
2641         * gst/deinterlace2/tvtime/greedy.c:
2642         (deinterlace_greedy_packed422_scanline_sse),
2643         (deinterlace_greedy_packed422_scanline_c),
2644         (deinterlace_greedy_packed422_scanline):
2645         Implement a C version of the greedy low motion algorithm and mark the
2646         assembly optimized version as SSE as it uses SSE instructions
2647         additional to MMX instructions.
2648
2649 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2650
2651         Patch by: Sebastian Pölsterl
2652
2653         * gst/mpegtsparse/mpegtspacketizer.c:
2654         Fix problem when empty string is provided.
2655
2656 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2657
2658         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2659         (deinterlace_line_c), (deinterlace_scanline_vfir):
2660         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2661         but use the MMXEXT optimized code whenever possible.
2662
2663 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2664
2665         * gst/deinterlace2/gstdeinterlace2.c:
2666         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
2667         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2668         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
2669         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
2670         (gst_deinterlace2_src_query):
2671         * gst/deinterlace2/gstdeinterlace2.h:
2672         Reset element state on PAUSED->READY properly, don't leak any buffers
2673         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
2674         properly return flow returns from gst_pad_push() instead of ignoring them.
2675
2676 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2677
2678         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2679         Add missing header.
2680
2681 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2682
2683         * configure.ac:
2684         * gst/deinterlace2/Makefile.am:
2685         * gst/deinterlace2/tvtime/greedyh.asm:
2686         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2687         Fix compilation on generic x86/amd64 and include deinterlace2 in the
2688         build system. Because of several bugs it's still enabled only
2689         by --enable-experimental.
2690
2691 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2692
2693         * ext/resindvd/resindvdsrc.c:
2694         * ext/resindvd/resindvdsrc.h:
2695         Schedule NAV packets and activate them with an async clock callback
2696         at the right moment. This makes delayed menu highlights appear
2697         at the correct time and fixes Back To The Future.
2698
2699         When outputting new segment in do_seek(), calculate our position
2700         value properly, so we report the right time when popping in and
2701         out of the menus.
2702
2703         * ext/resindvd/rsnbasesrc.c:
2704         When handling a non-flushing seek, accumulate the segment,
2705         rather than having every seek start from 0 and messing with sync
2706
2707 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
2708
2709         * gst/selector/gstoutputselector.c:
2710         * tests/icles/output-selector-test.c:
2711           Use BOILERPLATE macro and update test to the latest api changes.
2712
2713 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2714
2715         * examples/app/appsink-src.c: (on_new_buffer_from_source):
2716         Don't use a buffer after unreffing it.
2717
2718 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2719
2720         * ext/metadata/metadataexif.c:
2721           Add description tag mapping.
2722
2723 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2724
2725         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2726         * examples/app/appsrc-ra.c:
2727         * examples/app/appsrc-seekable.c:
2728         * examples/app/appsrc-stream.c:
2729         * examples/app/appsrc-stream2.c:
2730         * ext/directfb/dfbvideosink.h:
2731         * ext/metadata/gstbasemetadata.c:
2732         * ext/metadata/gstbasemetadata.h:
2733         * ext/metadata/metadata.c:
2734         * ext/metadata/metadataexif.c:
2735         * ext/theora/theoradec.h:
2736         * gst/deinterlace2/gstdeinterlace2.h:
2737         * gst/deinterlace2/tvtime/speedy.c:
2738         * gst/deinterlace2/tvtime/speedy.h:
2739         * gst/deinterlace2/tvtime/vfir.c:
2740          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
2741          comments.
2742
2743 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
2744
2745         * ext/resindvd/resindvdbin.c:
2746         Parse the URI argument into the device name so dvd:///path/to/image
2747         works.
2748
2749         * ext/resindvd/resindvdsrc.c:
2750         Implement a trivial duration query reporting the current PGC length.
2751
2752         * gst/dvdspu/gstdvdspu.c:
2753         Rename typo in the function name.
2754
2755 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2756
2757         * configure.ac:
2758         Disable deinterlace2 plugin again which was accidently enabled
2759         with last commit.
2760
2761 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2762
2763         * configure.ac:
2764         * ext/resindvd/resindvdsrc.h:
2765         Make resindvd work with libdvdnav >= 4.0.0.
2766
2767 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
2768
2769         * configure.ac:
2770         Check for libdvdnav to build resindvd.
2771
2772         * ext/Makefile.am:
2773         * ext/resindvd/Makefile.am:
2774         * ext/resindvd/gstmpegdefs.h:
2775         * ext/resindvd/gstmpegdemux.c:
2776         * ext/resindvd/gstmpegdemux.h:
2777         * ext/resindvd/gstmpegdesc.c:
2778         * ext/resindvd/gstmpegdesc.h:
2779         * ext/resindvd/gstpesfilter.c:
2780         * ext/resindvd/gstpesfilter.h:
2781         * ext/resindvd/plugin.c:
2782         * ext/resindvd/resin-play:
2783         * ext/resindvd/resindvdbin.c:
2784         * ext/resindvd/resindvdbin.h:
2785         * ext/resindvd/resindvdsrc.c:
2786         * ext/resindvd/resindvdsrc.h:
2787         * ext/resindvd/rsnaudiomunge.c:
2788         * ext/resindvd/rsnaudiomunge.h:
2789         * ext/resindvd/rsnbasesrc.c:
2790         * ext/resindvd/rsnbasesrc.h:
2791         * ext/resindvd/rsnpushsrc.c:
2792         * ext/resindvd/rsnpushsrc.h:
2793         * ext/resindvd/rsnstreamselector.c:
2794         * ext/resindvd/rsnstreamselector.h:
2795
2796         First commit of DVD-Video playback component 'rsndvdbin'
2797         and helper elements.
2798
2799         Use --enable-experimental for now, but feel free to give it a
2800         try using the resin-play script.
2801
2802         * gst/dvdspu/gstdvdspu.c:
2803         Add some extra guards for malformed events.
2804
2805 2008-06-16  David Schleef  <ds@schleef.org>
2806
2807         * configure.ac:
2808         Bump dirac requirement to 0.10 due to api changes.
2809
2810 2008-06-16  Andy Wingo  <wingo@pobox.com>
2811
2812         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
2813         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
2814         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
2815
2816 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2817
2818         * sys/dvb/gstdvbsrc.c:
2819           Move docblob upwards. Balance tags and restore blank line.
2820
2821 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2822
2823         * sys/dvb/gstdvbsrc.c:
2824         Fix out of date docs.
2825
2826 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2827
2828         Patch from: Vincent Genieux
2829
2830         * gst/mpegtsparse/mpegtsparse.c:
2831         Fix refcount issues, fixes #538560.
2832
2833 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2834
2835         * gst/mpegtsparse/gstmpegdesc.h:
2836         * gst/mpegtsparse/mpegtspacketizer.c:
2837         Parse the extended event descriptor.
2838
2839 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2840
2841         * gst/rtpmanager/gstrtpjitterbuffer.c:
2842         * gst/speed/gstspeed.c:
2843         * gst/speexresample/gstspeexresample.c:
2844         * gst/videosignal/gstvideoanalyse.c:
2845         * gst/videosignal/gstvideodetect.c:
2846         * gst/videosignal/gstvideomark.c:
2847         * sys/dvb/gstdvbsrc.c:
2848         * sys/oss4/oss4-mixer.c:
2849         * sys/oss4/oss4-sink.c:
2850         * sys/oss4/oss4-source.c:
2851         * sys/wininet/gstwininetsrc.c:
2852           Final round of doc updates.
2853
2854 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2855
2856         * gst/deinterlace/gstdeinterlace.c:
2857         * gst/rtpmanager/gstrtpbin.c:
2858         * gst/rtpmanager/gstrtpclient.c:
2859         * gst/rtpmanager/gstrtpjitterbuffer.c:
2860         * gst/rtpmanager/gstrtpptdemux.c:
2861         * gst/rtpmanager/gstrtpsession.c:
2862         * gst/rtpmanager/gstrtpssrcdemux.c:
2863         * gst/sdp/gstsdpdemux.c:
2864           More doc updates. More xrefs.
2865
2866 2008-06-14  Julien Moutte  <julien@fluendo.com>
2867
2868         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
2869         (gst_flv_demux_dispose):
2870         * gst/flv/gstflvdemux.h:
2871         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
2872         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
2873         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
2874         H.264/AVC inside FLV.
2875         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
2876         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
2877         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
2878         * sys/dshowdecwrapper/gstdshowaudiodec.h:
2879         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
2880         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
2881         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
2882         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
2883         to improve stability (ref counting, safety checks...)
2884
2885 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2886
2887         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
2888         Disable sipro on 64bits, it crashes.
2889
2890 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2891
2892         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
2893         (close_library), (open_library),
2894         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
2895         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
2896         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
2897         Add raversions we can support on the caps.
2898         Refactor the loading of the real codecs like realvideo so that we can
2899         implement probing.
2900         Probe all supported formats by trying to load the .so files, only report
2901         the versions on the caps that we can actually load.
2902
2903         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
2904         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
2905         (open_library), (close_library),
2906         (gst_real_video_dec_probe_modules),
2907         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
2908         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
2909         * gst/real/gstrealvideodec.h:
2910         Change the loading of the library like the audio decoder.
2911         Probe the supported formats by trying to load the .so files and only
2912         report the versions on the caps that we can actually load.
2913
2914 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2915
2916         patch by: Sebastian Pölsterl
2917
2918         * gst/mpegtsparse/mpegtspacketizer.c:
2919         Handle character sets in strings coming from DVB SI according
2920         to the DVB SI spec.
2921
2922 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2923
2924         * gst/replaygain/gstrganalysis.c:
2925         * gst/replaygain/gstrglimiter.c:
2926         * gst/replaygain/gstrgvolume.c:
2927           More doc updates.
2928
2929 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2930
2931         * docs/plugins/Makefile.am:
2932         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2933         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2934         * docs/plugins/gst-plugins-bad-plugins.args:
2935         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2936         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2937         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2938         * docs/plugins/gst-plugins-bad-plugins.signals:
2939         * docs/plugins/inspect/plugin-alsaspdif.xml:
2940         * docs/plugins/inspect/plugin-amrwb.xml:
2941         * docs/plugins/inspect/plugin-app.xml:
2942         * docs/plugins/inspect/plugin-bayer.xml:
2943         * docs/plugins/inspect/plugin-bz2.xml:
2944         * docs/plugins/inspect/plugin-cdaudio.xml:
2945         * docs/plugins/inspect/plugin-cdxaparse.xml:
2946         * docs/plugins/inspect/plugin-dtsdec.xml:
2947         * docs/plugins/inspect/plugin-dvb.xml:
2948         * docs/plugins/inspect/plugin-dvdspu.xml:
2949         * docs/plugins/inspect/plugin-faac.xml:
2950         * docs/plugins/inspect/plugin-faad.xml:
2951         * docs/plugins/inspect/plugin-fbdevsink.xml:
2952         * docs/plugins/inspect/plugin-festival.xml:
2953         * docs/plugins/inspect/plugin-filter.xml:
2954         * docs/plugins/inspect/plugin-flvdemux.xml:
2955         * docs/plugins/inspect/plugin-freeze.xml:
2956         * docs/plugins/inspect/plugin-gsm.xml:
2957         * docs/plugins/inspect/plugin-gstinterlace.xml:
2958         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
2959         * docs/plugins/inspect/plugin-h264parse.xml:
2960         * docs/plugins/inspect/plugin-interleave.xml:
2961         * docs/plugins/inspect/plugin-jack.xml:
2962         * docs/plugins/inspect/plugin-ladspa.xml:
2963         * docs/plugins/inspect/plugin-metadata.xml:
2964         * docs/plugins/inspect/plugin-mms.xml:
2965         * docs/plugins/inspect/plugin-modplug.xml:
2966         * docs/plugins/inspect/plugin-mpeg2enc.xml:
2967         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
2968         * docs/plugins/inspect/plugin-mpegtsparse.xml:
2969         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
2970         * docs/plugins/inspect/plugin-musepack.xml:
2971         * docs/plugins/inspect/plugin-musicbrainz.xml:
2972         * docs/plugins/inspect/plugin-mve.xml:
2973         * docs/plugins/inspect/plugin-mythtv.xml
2974         * docs/plugins/inspect/plugin-nas.xml:
2975         * docs/plugins/inspect/plugin-neon.xml:
2976         * docs/plugins/inspect/plugin-nsfdec.xml:
2977         * docs/plugins/inspect/plugin-nuvdemux.xml:
2978         * docs/plugins/inspect/plugin-oss4.xml
2979         * docs/plugins/inspect/plugin-rawparse.xml:
2980         * docs/plugins/inspect/plugin-real.xml:
2981         * docs/plugins/inspect/plugin-replaygain.xml:
2982         * docs/plugins/inspect/plugin-rfbsrc.xml:
2983         * docs/plugins/inspect/plugin-sdl.xml:
2984         * docs/plugins/inspect/plugin-sdp.xml:
2985         * docs/plugins/inspect/plugin-selector.xml:
2986         * docs/plugins/inspect/plugin-sndfile.xml:
2987         * docs/plugins/inspect/plugin-soundtouch.xml:
2988         * docs/plugins/inspect/plugin-spcdec.xml:
2989         * docs/plugins/inspect/plugin-speed.xml:
2990         * docs/plugins/inspect/plugin-speexresample.xml:
2991         * docs/plugins/inspect/plugin-stereo.xml:
2992         * docs/plugins/inspect/plugin-subenc.xml
2993         * docs/plugins/inspect/plugin-timidity.xml:
2994         * docs/plugins/inspect/plugin-tta.xml:
2995         * docs/plugins/inspect/plugin-vcdsrc.xml:
2996         * docs/plugins/inspect/plugin-videosignal.xml:
2997         * docs/plugins/inspect/plugin-vmnc.xml:
2998         * docs/plugins/inspect/plugin-wildmidi.xml:
2999         * docs/plugins/inspect/plugin-x264.xml:
3000         * docs/plugins/inspect/plugin-xvid.xml:
3001         * docs/plugins/inspect/plugin-y4menc.xml:
3002         * ext/amrwb/gstamrwbdec.c:
3003         * ext/amrwb/gstamrwbenc.c:
3004         * ext/amrwb/gstamrwbparse.c:
3005         * ext/dc1394/gstdc1394.c:
3006         * ext/directfb/dfbvideosink.c:
3007         * ext/ivorbis/vorbisdec.c:
3008         * ext/jack/gstjackaudiosink.c:
3009         * ext/mpeg2enc/gstmpeg2enc.cc:
3010         * ext/mplex/gstmplex.cc:
3011         * ext/musicbrainz/gsttrm.c:
3012         * ext/mythtv/gstmythtvsrc.c:
3013         * ext/theora/theoradec.c:
3014         * ext/timidity/gsttimidity.c:
3015         * ext/timidity/gstwildmidi.c:
3016         * gst-libs/gst/app/gstappsink.c:
3017         * gst/deinterlace/gstdeinterlace.c:
3018         * gst/dvdspu/gstdvdspu.c:
3019         * gst/festival/gstfestival.c:
3020         * gst/freeze/gstfreeze.c:
3021         * gst/interleave/deinterleave.c:
3022         * gst/interleave/interleave.c:
3023         * gst/modplug/gstmodplug.cc:
3024         * gst/nuvdemux/gstnuvdemux.c:
3025           Add missing elements to docs. Fix doc-markup: use convinience syntax
3026           for examples (produces valid docbook), add several refsec2 when we
3027           have several titles. Fix some types.
3028
3029 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3030
3031         * examples/app/.cvsignore:
3032         * examples/app/Makefile.am:
3033         * examples/app/appsink-src.c: (on_new_buffer_from_source),
3034         (on_source_message), (on_sink_message), (main):
3035         Add beefed up example app from bug #413418. It now also uses appsink
3036         instead of fakesink for more ultimate coolness.
3037
3038         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3039         (gst_app_src_init), (gst_app_src_set_property),
3040         (gst_app_src_get_property), (gst_app_src_unlock),
3041         (gst_app_src_unlock_stop), (gst_app_src_create),
3042         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
3043         (gst_app_src_end_of_stream):
3044         * gst-libs/gst/app/gstappsrc.h:
3045         Add block property to allow push based implementation to block when we
3046         fill up the appsrc queues.
3047         Emit the enough-data signal while releasing our lock.
3048
3049 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3050
3051         * examples/app/.cvsignore:
3052           Ignore more.
3053
3054 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3055
3056         * ext/dc1394/gstdc1394.c:
3057         * ext/ivorbis/vorbisdec.c:
3058         * ext/jack/gstjackaudiosink.c:
3059         * ext/metadata/gstmetadatademux.c:
3060         * ext/mythtv/gstmythtvsrc.c:
3061         * ext/theora/theoradec.c:
3062         * gst-libs/gst/app/gstappsink.c:
3063         * gst/bayer/gstbayer2rgb.c:
3064         * gst/deinterlace/gstdeinterlace.c:
3065         * gst/rawparse/gstaudioparse.c:
3066         * gst/rawparse/gstvideoparse.c:
3067         * gst/rtpmanager/gstrtpbin.c:
3068         * gst/rtpmanager/gstrtpclient.c:
3069         * gst/rtpmanager/gstrtpjitterbuffer.c:
3070         * gst/rtpmanager/gstrtpptdemux.c:
3071         * gst/rtpmanager/gstrtpsession.c:
3072         * gst/rtpmanager/gstrtpssrcdemux.c:
3073         * gst/selector/gstinputselector.c:
3074         * gst/selector/gstoutputselector.c:
3075         * gst/videosignal/gstvideoanalyse.c:
3076         * gst/videosignal/gstvideodetect.c:
3077         * gst/videosignal/gstvideomark.c:
3078         * sys/oss4/oss4-mixer.c:
3079         * sys/oss4/oss4-sink.c:
3080         * sys/oss4/oss4-source.c:
3081           Do not use short_description in section docs for elements. We extract
3082           them from element details and there will be warnings if they differ.
3083           Also fixing up the ChangeLog order.
3084
3085 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3086
3087         Patch by: Sebastien Merle <sylane at gmail dot com>
3088
3089         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
3090         Fix the sign of the data we pass to the decoder so that the decoder
3091         compiles with newer reference code as well. Fixes #528618.
3092
3093 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3094
3095         * tests/icles/test-oss4.c:
3096           Include stdlib.h.
3097
3098 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3099
3100         Based on a patch by: Martin Eikermann <meiker at upb dot de>
3101
3102         * gst/deinterlace2/Makefile.am:
3103         * gst/deinterlace2/gstdeinterlace2.c:
3104         (gst_deinterlace2_method_get_type),
3105         (gst_deinterlace2_fields_get_type),
3106         (gst_deinterlace2_field_layout_get_type),
3107         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
3108         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
3109         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
3110         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
3111         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
3112         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
3113         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
3114         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
3115         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
3116         (plugin_init):
3117         * gst/deinterlace2/gstdeinterlace2.h:
3118         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
3119         (deinterlace_greedy_packed422_scanline_mmxext),
3120         (dscaler_greedyl_get_method):
3121         * gst/deinterlace2/tvtime/greedyh.asm:
3122         * gst/deinterlace2/tvtime/greedyh.c:
3123         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
3124         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
3125         (greedyh_filter_sse):
3126         * gst/deinterlace2/tvtime/greedyh.h:
3127         * gst/deinterlace2/tvtime/greedyhmacros.h:
3128         * gst/deinterlace2/tvtime/mmx.h:
3129         * gst/deinterlace2/tvtime/plugins.h:
3130         * gst/deinterlace2/tvtime/speedtools.h:
3131         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
3132         (comb_factor_packed422_scanline_mmx),
3133         (diff_factor_packed422_scanline_c),
3134         (diff_factor_packed422_scanline_mmx),
3135         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
3136         (packed444_to_packed422_scanline_c),
3137         (packed422_to_packed444_scanline_c),
3138         (packed422_to_packed444_rec601_scanline_c),
3139         (vfilter_chroma_121_packed422_scanline_mmx),
3140         (vfilter_chroma_121_packed422_scanline_c),
3141         (vfilter_chroma_332_packed422_scanline_mmx),
3142         (vfilter_chroma_332_packed422_scanline_c),
3143         (kill_chroma_packed422_inplace_scanline_mmx),
3144         (kill_chroma_packed422_inplace_scanline_c),
3145         (invert_colour_packed422_inplace_scanline_mmx),
3146         (invert_colour_packed422_inplace_scanline_c),
3147         (mirror_packed422_inplace_scanline_c),
3148         (interpolate_packed422_scanline_c),
3149         (convert_uyvy_to_yuyv_scanline_mmx),
3150         (convert_uyvy_to_yuyv_scanline_c),
3151         (interpolate_packed422_scanline_mmx),
3152         (interpolate_packed422_scanline_mmxext),
3153         (blit_colour_packed422_scanline_c),
3154         (blit_colour_packed422_scanline_mmx),
3155         (blit_colour_packed422_scanline_mmxext),
3156         (blit_colour_packed4444_scanline_c),
3157         (blit_colour_packed4444_scanline_mmx),
3158         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
3159         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
3160         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
3161         (blit_packed422_scanline_mmxext),
3162         (composite_colour4444_alpha_to_packed422_scanline_c),
3163         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
3164         (composite_packed4444_alpha_to_packed422_scanline_c),
3165         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
3166         (composite_packed4444_to_packed422_scanline_c),
3167         (composite_packed4444_to_packed422_scanline_mmxext),
3168         (composite_alphamask_to_packed4444_scanline_c),
3169         (composite_alphamask_to_packed4444_scanline_mmxext),
3170         (composite_alphamask_alpha_to_packed4444_scanline_c),
3171         (premultiply_packed4444_scanline_c),
3172         (premultiply_packed4444_scanline_mmxext),
3173         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
3174         (quarter_blit_vertical_packed422_scanline_mmxext),
3175         (quarter_blit_vertical_packed422_scanline_c),
3176         (subpix_blit_vertical_packed422_scanline_c),
3177         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
3178         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
3179         (rgba32_to_packed4444_rec601_scanline_c),
3180         (packed444_to_rgb24_rec601_scanline_c),
3181         (packed444_to_nonpremultiplied_packed4444_scanline_c),
3182         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
3183         (speedy_get_accel):
3184         * gst/deinterlace2/tvtime/speedy.h:
3185         * gst/deinterlace2/tvtime/sse.h:
3186         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
3187         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
3188         (tomsmocomp_init), (tomsmocomp_filter_mmx),
3189         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
3190         * gst/deinterlace2/tvtime/tomsmocomp.h:
3191         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
3192         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
3193         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
3194         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
3195         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
3196         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
3197         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
3198         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
3199         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
3200         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
3201         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
3202         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
3203         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
3204         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
3205         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
3206         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
3207         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
3208         (deinterlace_scanline_vfir), (copy_scanline),
3209         (dscaler_vfir_get_method):
3210         * gst/deinterlace2/tvtime/x86-64_macros.inc:
3211         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
3212         which was relicensed to LGPL for GStreamer and in theory provides
3213         better and faster results than the simple deinterlace element.
3214         Fixes bug #163578.
3215
3216         Ported to GStreamer 0.10 but still not enabled or included in the
3217         build system by default because of bad artefacts caused by a bug
3218         somewhere and as it can be only build on x86/amd64 ATM and requires
3219         special CFLAGS. Will be fixed soon.
3220
3221 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3222
3223         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
3224
3225         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
3226         (gst_wildmidi_change_state), (plugin_init):
3227         * ext/timidity/gstwildmidi.h:
3228         Initialize wildmidi only once in the plugin init function instead
3229         of once for every instance. The second and following calls to the
3230         wildmidi initialization function will fail. Fixes bug #525613.
3231
3232         Also don't register the element at all if wildmidi initialization
3233         fails.
3234
3235 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3236
3237         * ext/soundtouch/gstpitch.cc:
3238         Call gst_element_no_more_pads() after all pads are added.
3239
3240 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3241
3242         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
3243         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
3244         (gst_raw_parse_handle_seek_pull):
3245         Add simple reverse playback.
3246
3247 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3248
3249         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
3250         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
3251         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
3252         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
3253         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
3254         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
3255         * gst/rawparse/gstrawparse.h:
3256         Fix seeking, timestamps, duration and some more. Fixes #536309.
3257
3258 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3259
3260         * examples/app/Makefile.am:
3261         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
3262         (found_source), (bus_message), (main):
3263         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
3264         (found_source), (bus_message), (main):
3265         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
3266         (bus_message), (main):
3267         Added 3 more example application for using appsrc in random-access mode,
3268         pull-mode streaming and pull mode seekable.
3269
3270         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3271         (gst_app_src_start), (gst_app_src_do_get_size),
3272         (gst_app_src_create):
3273         * gst-libs/gst/app/gstappsrc.h:
3274         Make stream-type property writable.
3275         Unset flushing when starting so that we reuse appsrc.
3276         Inform basesrc about the configured size.
3277         Emit seek-data signal when we are going to a different offset in
3278         random-access mode.
3279
3280 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3281
3282         * examples/app/appsrc-stream.c: (found_source), (main):
3283         Use deep-notify until we can depend on a playbin2 with support for the
3284         source property.
3285
3286 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3287
3288         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
3289         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
3290         Fix deadlock when shutting down, use a new lock instead to properly
3291         shutdown.
3292
3293 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3294
3295         * examples/app/.cvsignore:
3296         * examples/app/Makefile.am:
3297         * examples/app/appsrc-stream.c: (read_data), (start_feed),
3298         (stop_feed), (found_source), (bus_message), (main):
3299         Added an example on how to use appsrc in playbin in streaming mode from
3300         an mmapped file.
3301
3302         * examples/app/appsrc_ex.c: (main):
3303         Set pipeline to NULL to free queued buffers.
3304
3305         * gst-libs/gst/app/gstapp-marshal.list:
3306         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
3307         (gst_app_src_class_init), (gst_app_src_init),
3308         (gst_app_src_flush_queued), (gst_app_src_dispose),
3309         (gst_app_src_set_property), (gst_app_src_get_property),
3310         (gst_app_src_unlock), (gst_app_src_unlock_stop),
3311         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
3312         (gst_app_src_check_get_range), (gst_app_src_do_seek),
3313         (gst_app_src_create), (gst_app_src_set_stream_type),
3314         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
3315         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
3316         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
3317         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
3318         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
3319         * gst-libs/gst/app/gstappsrc.h:
3320         Measure max queue size in bytes instead.
3321         Add support for 3 modes of operation, streaming, seekable and
3322         random-access, making basesrc handle the scheduling modes for each.
3323         Add appsrc:// uri handler so that automatic plugging can be done from
3324         playbin2 or uridecodebin, for example.
3325         Added support for custom segment formats.
3326         Add support for push and pull based operations from the application.
3327         Expand the methods so that errors can be detected.
3328         Flush the queued buffers on seeks and when shutting down.
3329         Add signals to inform the app that a seek must happen.
3330
3331 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3332
3333         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
3334         (gst_deinterleave_src_query):
3335         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3336         (gst_interleave_src_query):
3337         Properly implement duration and position queries in bytes format. We
3338         have to take the upstream reply and divide/multiply it by the number
3339         of channels to get the correct result.
3340
3341 2008-06-04  Michael Smith <msmith@songbirdnest.com>
3342
3343         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3344         * sys/dshowvideosink/dshowvideofakesrc.h:
3345         * sys/dshowvideosink/dshowvideosink.cpp:
3346         * sys/dshowvideosink/dshowvideosink.h:
3347           Fix up copyright notice on new plugin.
3348
3349 2008-06-04  David Schleef  <ds@schleef.org>
3350
3351         * ext/dirac/gstdiracenc.cc: Update properties for recent
3352           dirac changes.  Patch from Jonathan Rosser.
3353
3354 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3355
3356         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
3357           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
3358           (gst_x264_enc_encode_frame):
3359           Try harder not to crash when we get an EOS event but haven't set
3360           up the encoder yet (as may happen when upstream errors out with
3361           not-negotiated, for example). Also, always push the EOS event
3362           downstream.
3363
3364 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3365
3366         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3367         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
3368         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
3369         * gst/interleave/interleave.h:
3370         Use an always increasing integer for the number in the name of the
3371         requested sink pads to guarantuee a unique name. Add a "channel"
3372         property to GstInterleavePad to make it possible for applications
3373         to retrieve the channel number in the output for every pad.
3374
3375         Use g_type_register_static_simple() instead of
3376         g_type_register_static() to save some relocations.
3377
3378 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3379
3380         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3381         (gst_interleave_change_state):
3382         Stop GstCollectPads before calling the parent's state change function
3383         when going from PAUSED to READY as we otherwise deadlock.
3384         Fixes bug #536258.
3385
3386 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3387
3388         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
3389         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
3390         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
3391         (gst_h264_parse_chain):
3392         * gst/h264parse/gsth264parse.h:
3393         Parse codec_data and use the nalu_size_length field to get the NALU
3394         length in packetized h264.
3395         When queueing a packetized buffer in reverse mode, don't unref the
3396         buffer twice.
3397         Avoid accessing the buffer TIMESTAMP field after we pushed it on
3398         the adaptor.
3399
3400 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3401
3402         * gst/interleave/interleave.c:
3403         (gst_interleave_check_channel_positions),
3404         (gst_interleave_set_channel_positions),
3405         (gst_interleave_class_init):
3406         Use new gst_audio_check_channel_positions() function and register
3407         the GstInterleavePad type from a threadsafe context.
3408
3409 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3410
3411         * configure.ac:
3412           Revert accidental addition in configure.ac. Sorry.
3413
3414 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3415
3416         * configure.ac:
3417         * sys/Makefile.am:
3418         * sys/dshowvideosink/Makefile.am:
3419         * sys/dshowvideosink/README:
3420         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3421         * sys/dshowvideosink/dshowvideofakesrc.h:
3422         * sys/dshowvideosink/dshowvideosink.cpp:
3423         * sys/dshowvideosink/dshowvideosink.h:
3424         Add a new win32 videosink. Uses the DirectShow renderers for
3425         high-performance video rendering on win32.
3426         Currently only supports some YUV formats.
3427         Rank PRIMARY, since it's much more useful for the common cases that the
3428         directdraw sink (which only does RGB).
3429
3430 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
3431
3432         * ext/spc/Makefile.am:
3433           Dist tag.h
3434
3435 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3436
3437         * ext/faad/gstfaad.c: (gst_faad_sink_event):
3438         Always drain before activating the new segment.
3439
3440 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3441
3442         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3443         (gst_interleave_finalize), (gst_audio_check_channel_positions),
3444         (gst_interleave_set_channel_positions),
3445         (gst_interleave_class_init), (gst_interleave_init),
3446         (gst_interleave_set_property), (gst_interleave_get_property),
3447         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3448         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
3449         (gst_interleave_src_query_latency), (gst_interleave_collected):
3450         * gst/interleave/interleave.h:
3451         Allow setting channel positions via a property and allow using the
3452         channel positions on the input as the channel positions of the output.
3453
3454         Fix some broken logic and memory leaks.
3455
3456         * tests/check/Makefile.am:
3457         * tests/check/elements/interleave.c: (src_handoff_float32),
3458         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
3459         Add unit tests for checking correct handling of channel positions.
3460
3461 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3462
3463         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3464         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3465         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3466         (gst_faad_change_state):
3467         * ext/faad/gstfaad.h:
3468         Add basic reverse playback support.
3469         Clear decoder state after disconts.
3470         Remove some unused code.
3471         Mark output buffers with a discont after a decoding error.
3472
3473 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3474
3475         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3476
3477         * gst/mpeg4videoparse/mpeg4videoparse.c:
3478         (gst_mpeg4vparse_handle_vos):
3479         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3480
3481 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3482
3483         * tests/check/elements/mplex.c: (setup_src_pad),
3484         (teardown_src_pad):
3485         Don't use the deprecated gst_element_get_pad().
3486
3487 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3488
3489         * examples/directfb/gstdfb.c: (main):
3490         Don't use the deprecated gst_element_get_pad().
3491
3492 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3493
3494         Based on patch by: <onkarshinde at gmail dot com>
3495
3496         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3497         (gst_vcdsrc_uri_set_uri):
3498         Allow the track to be set by using the uri. Fixes #535043.
3499
3500 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3501
3502         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3503         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3504         Implement latency query.
3505
3506 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3507
3508         * gst/mpegvideoparse/mpegvideoparse.c:
3509         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3510
3511 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3512
3513         * gst/rtpmanager/gstrtpbin.c:
3514         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3515         (gst_rtp_bin_change_state), (new_payload_found),
3516         (new_ssrc_pad_found):
3517         Break out of callbacks when we are shutting down.
3518         Make sure no state changes can happen when we reconfigure.
3519
3520 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3521
3522         * configure.ac:
3523         Require CVS core and base for new audio clock reset method.
3524
3525         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3526         Reset the audio clock. See #521761.
3527
3528 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3529
3530         * ext/jack/gstjackaudiosink.c:
3531         (gst_jack_audio_sink_allocate_channels):
3532         Include the element name in the port name to avoid duplicate port names.
3533
3534 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3535
3536         * gst/interleave/deinterleave.c:
3537         Add another example launch line.
3538
3539         * gst/interleave/interleave.c: (interleave_24),
3540         (gst_interleave_finalize), (gst_interleave_base_init),
3541         (gst_interleave_class_init), (gst_interleave_init),
3542         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3543         (gst_interleave_change_state), (__remove_channels),
3544         (__set_channels), (gst_interleave_sink_getcaps),
3545         (gst_interleave_set_process_function),
3546         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3547         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3548         (forward_event_func), (forward_event), (gst_interleave_src_event),
3549         (gst_interleave_collected):
3550         * gst/interleave/interleave.h:
3551         Major rewrite of interleave using GstCollectpads. This new version
3552         also supports almost all raw audio formats and has better caps
3553         negotiation. Fixes bug #506594.
3554
3555         Also update docs and add some more examples.
3556
3557         * tests/check/elements/interleave.c: (interleave_chain_func),
3558         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3559         (interleave_suite):
3560         Add some more extensive unit tests for interleave.
3561
3562 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3563
3564         * gst/rtpmanager/gstrtpjitterbuffer.c:
3565         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3566         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3567         we need to do this so that we can better handle a restarted source.
3568         Fix some comments.
3569
3570         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3571         (rtp_jitter_buffer_insert):
3572         Tweak the skew resync diff.
3573         Use our working seqnum compare function in -base.
3574         Rework the jitterbuffer insert code to make it clearer and more
3575         performant by only retrieving the seqnum of the input buffer once and by
3576         adding some G_LIKELY compiler hints.
3577         Improve debugging for duplicate packets.
3578
3579         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3580         Fix a comment, we don't do skew correction here..
3581
3582 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3583
3584         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3585
3586         * gst/rtpmanager/gstrtpbin.c:
3587         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3588         (gst_rtp_bin_set_property):
3589         Propagate the do-lost and latency properties to the jitterbuffers when
3590         they are changed on rtpbin.
3591
3592 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3593
3594         * examples/switch/switcher.c: (switch_timer):
3595         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3596         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3597         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3598         (gst_sdp_demux_stream_configure_udp_sink):
3599         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3600         (pad_added_setup_data_check_float32_8ch_cb):
3601         * tests/check/elements/rganalysis.c: (send_eos_event),
3602         (send_tag_event):
3603         Don't use _gst_pad().
3604
3605 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3606
3607         * docs/plugins/Makefile.am:
3608         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3609         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3610         * docs/plugins/gst-plugins-bad-plugins.args:
3611         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3612         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3613         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3614         * docs/plugins/gst-plugins-bad-plugins.signals:
3615         * docs/plugins/inspect/plugin-alsaspdif.xml:
3616         * docs/plugins/inspect/plugin-amrwb.xml:
3617         * docs/plugins/inspect/plugin-app.xml:
3618         * docs/plugins/inspect/plugin-bayer.xml:
3619         * docs/plugins/inspect/plugin-bz2.xml:
3620         * docs/plugins/inspect/plugin-cdaudio.xml:
3621         * docs/plugins/inspect/plugin-cdxaparse.xml:
3622         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3623         * docs/plugins/inspect/plugin-dtsdec.xml:
3624         * docs/plugins/inspect/plugin-dvb.xml:
3625         * docs/plugins/inspect/plugin-dvdspu.xml:
3626         * docs/plugins/inspect/plugin-faac.xml:
3627         * docs/plugins/inspect/plugin-faad.xml:
3628         * docs/plugins/inspect/plugin-fbdevsink.xml:
3629         * docs/plugins/inspect/plugin-festival.xml:
3630         * docs/plugins/inspect/plugin-filter.xml:
3631         * docs/plugins/inspect/plugin-flvdemux.xml:
3632         * docs/plugins/inspect/plugin-freeze.xml:
3633         * docs/plugins/inspect/plugin-gsm.xml:
3634         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3635         * docs/plugins/inspect/plugin-h264parse.xml:
3636         * docs/plugins/inspect/plugin-interleave.xml:
3637         * docs/plugins/inspect/plugin-jack.xml:
3638         * docs/plugins/inspect/plugin-ladspa.xml:
3639         * docs/plugins/inspect/plugin-metadata.xml:
3640         * docs/plugins/inspect/plugin-mms.xml:
3641         * docs/plugins/inspect/plugin-modplug.xml:
3642         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3643         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3644         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3645         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3646         * docs/plugins/inspect/plugin-musepack.xml:
3647         * docs/plugins/inspect/plugin-musicbrainz.xml:
3648         * docs/plugins/inspect/plugin-mve.xml:
3649         * docs/plugins/inspect/plugin-nas.xml:
3650         * docs/plugins/inspect/plugin-neon.xml:
3651         * docs/plugins/inspect/plugin-nsfdec.xml:
3652         * docs/plugins/inspect/plugin-nuvdemux.xml:
3653         * docs/plugins/inspect/plugin-rawparse.xml:
3654         * docs/plugins/inspect/plugin-real.xml:
3655         * docs/plugins/inspect/plugin-replaygain.xml:
3656         * docs/plugins/inspect/plugin-rfbsrc.xml:
3657         * docs/plugins/inspect/plugin-sdl.xml:
3658         * docs/plugins/inspect/plugin-sdp.xml:
3659         * docs/plugins/inspect/plugin-selector.xml:
3660         * docs/plugins/inspect/plugin-sndfile.xml:
3661         * docs/plugins/inspect/plugin-soundtouch.xml:
3662         * docs/plugins/inspect/plugin-spcdec.xml:
3663         * docs/plugins/inspect/plugin-speed.xml:
3664         * docs/plugins/inspect/plugin-speexresample.xml:
3665         * docs/plugins/inspect/plugin-stereo.xml:
3666         * docs/plugins/inspect/plugin-tta.xml:
3667         * docs/plugins/inspect/plugin-vcdsrc.xml:
3668         * docs/plugins/inspect/plugin-videosignal.xml:
3669         * docs/plugins/inspect/plugin-vmnc.xml:
3670         * docs/plugins/inspect/plugin-wildmidi.xml:
3671         * docs/plugins/inspect/plugin-x264.xml:
3672         * docs/plugins/inspect/plugin-xvid.xml:
3673         * docs/plugins/inspect/plugin-y4menc.xml:
3674         Add interleave/deinterleave to the docs and while at that
3675         run make update in docs/plugins.
3676
3677         * gst/interleave/deinterleave.c:
3678         Add a parapraph about using a queue and audioconvert after the source
3679         pads to the docs.
3680
3681 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3682
3683         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3684         (gst_deinterleave_class_init), (gst_deinterleave_init),
3685         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
3686         * gst/interleave/deinterleave.h:
3687         Don't set a getcaps() function on the src pads as it's not required
3688         and the default getcaps() function returns the correct results for
3689         our src pads.
3690
3691         Complete documentation and add myself to the authors of the element.
3692
3693 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3694
3695         * tests/icles/.cvsignore:
3696         * tests/icles/Makefile.am:
3697         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
3698           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
3699           (probe_details), (probe_element), (main):
3700           Small oss4 test that probes for available devices and retrieves
3701           their caps and mixer tracks and all that. Also allows testing of
3702           mixer change messages on the bus.
3703
3704 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3705
3706         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
3707         * sys/oss4/oss4-property-probe.c:
3708           (gst_oss4_property_probe_find_device_name),
3709           (gst_oss4_property_probe_find_device_name_nofd):
3710         * sys/oss4/oss4-property-probe.h:
3711         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
3712         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
3713           Make device-name probing in NULL state work better (e.g. for the
3714           gnome-control-center sound capplet).
3715
3716 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3717
3718         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3719
3720         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
3721         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
3722         (gst_mpeg4vparse_change_state):
3723         Move some code around to integrate the startcode searching with the
3724         other bits of parsing, avoid a whole bunch of peeks.
3725         Get rid of invalid data that should not happen according to the specs.
3726         Fixes #533559.
3727
3728 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3729
3730         Patch by: Bastien Nocera <hadess at hadess dot net>
3731
3732         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
3733         (gst_mythtv_src_init), (gst_mythtv_src_clear),
3734         (do_read_request_response), (gst_mythtv_src_create),
3735         (gst_mythtv_src_start):
3736         Correctly set duration to get a more correct seek bar in totem.
3737
3738         Disable query and event functions as they don't work and do some
3739         smaller cleanup.
3740
3741         Fixes bug #533736.
3742
3743 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3744
3745         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
3746
3747         * ext/spc/Makefile.am:
3748         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
3749         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
3750         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
3751         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
3752         (gst_spc_dec_src_query), (spc_play), (spc_setup):
3753         * ext/spc/gstspc.h:
3754         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
3755         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
3756         (spc_tag_get_info), (spc_tag_free):
3757         * ext/spc/tag.h:
3758         Add support for some essential features like seeking, reading song
3759         duration and extended tags. Fixes bug #454151.
3760
3761 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3762
3763         * tests/check/elements/deinterleave.c: (GST_START_TEST):
3764         Set keep-positions property to TRUE for the 8 channel test to ensure
3765         that the original channel position is set on the output.
3766
3767 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3768
3769         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
3770         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
3771         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
3772         (gst_deinterleave_get_property):
3773         * gst/interleave/deinterleave.h:
3774         Add a property to select whether channel positions should be kept on
3775         the mono output buffers or should be dropped.
3776
3777 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
3778
3779         * docs/Makefile.am:
3780         Oops - fix the spelling of the variable I added.
3781
3782 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3783
3784         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
3785         (gst_deinterleave_init), (gst_deinterleave_sink_event),
3786         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
3787         * gst/interleave/deinterleave.h:
3788         Queue events until src pads were added and they can be sent. Otherwise
3789         downstream will never get the first newsegment event.
3790
3791 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3792
3793         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
3794         (gst_deinterleave_getcaps):
3795         Always set the channel positions when gst_audio_get_channel_positions()
3796         returns something, even if they're not set in the caps. This makes
3797         sure that the output channels can be interleaved again correctly
3798         in the mono/stereo cases too.
3799
3800         Don't ask for the peercaps of the current pad in getcaps() as this
3801         might call getcaps() again and deadlock.
3802
3803 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3804
3805         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
3806         Check some more common locations for a valid configuration file.
3807         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
3808         to the distributions default location.
3809
3810 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3811
3812         * gst/interleave/Makefile.am:
3813         * gst/interleave/deinterleave.c: (deinterleave_24),
3814         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
3815         (gst_deinterleave_class_init), (gst_deinterleave_init),
3816         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
3817         (gst_deinterleave_set_process_function),
3818         (gst_deinterleave_sink_setcaps), (__remove_channels),
3819         (__set_channels), (gst_deinterleave_getcaps),
3820         (gst_deinterleave_process), (gst_deinterleave_chain),
3821         (gst_deinterleave_sink_activate_push):
3822         * gst/interleave/deinterleave.h:
3823         Add support for all raw audio formats and provide better negotiation
3824         if the caps are changing.
3825
3826         Don't allow changes of the channel positions and set the position of
3827         the corresponding channel on the src pad caps.
3828
3829         General cleanup and smaller bugfixes.
3830
3831         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
3832         Check the channel positions on the output buffer caps.
3833
3834 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3835
3836         * docs/Makefile.am:
3837         Don't attempt to build plugin docs when they're disabled.
3838
3839         * gst/bayer/Makefile.am:
3840         Add libgstvideo to the link.
3841
3842         * gst/rtpmanager/Makefile.am:
3843         Fix link order, and move LIBS things to _LIBS
3844
3845 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3846
3847         * docs/plugins/gst-plugins-bad-plugins.types:
3848         Remove bogus attempt to pull 'metadata' plugin's base
3849         class into the docs.
3850
3851 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3852
3853         * gst/rtpmanager/gstrtpjitterbuffer.c:
3854         (gst_rtp_jitter_buffer_chain):
3855         Simply drop bad RTP packets with a warning instead of just posting an
3856         error and stopping. This is a perfectly recoverable event and we don't
3857         force people to use an rtpbin to filter out bad packets first.
3858
3859 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3860
3861         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
3862         Set fixed caps on the srcpad after we created the pad...
3863
3864 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3865
3866         * tests/check/Makefile.am:
3867           Remove deinterleave test from VALGRIND_TO_FIX again now that
3868           there are suppressions in gst.supp which make this work for me.
3869
3870 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3871
3872         * tests/check/Makefile.am:
3873           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
3874           weird invalid free errors in valgrind/libc after _exit for some
3875           reason.
3876
3877         * tests/check/elements/deinterleave.c: (pads_created),
3878           (set_channel_positions), (src_handoff_float32_8ch),
3879           (float_buffer_check_probe),
3880           (pad_added_setup_data_check_float32_8ch_cb),
3881           (make_fake_src_8chans_float32), (GST_START_TEST),
3882           (deinterleave_suite):
3883           Add some more deinterleave unit test bits I had locally.
3884
3885 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3886
3887         * gst/interleave/Makefile.am:
3888         * gst/interleave/deinterleave.h:
3889         * gst/interleave/interleave.h:
3890         * gst/interleave/plugin.h:
3891         Split definitions into separate header files for better documentation
3892         generation.
3893         
3894         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3895         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
3896         (gst_deinterleave_process):
3897         Don't use alloca, allow caps changes as long as the number of channels
3898         does not change, don't use g_warning, return NOT_NEGOTIATED as early
3899         as possible and some other cleanup.
3900
3901         * gst/interleave/interleave.c: (gst_interleave_base_init),
3902         (gst_interleave_class_init):
3903         Do some random cleanup.
3904
3905         * tests/check/Makefile.am:
3906         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3907         (deinterleave_chain_func), (deinterleave_pad_added),
3908         (deinterleave_suite):
3909         Add unit tests for the deinterleave element.
3910
3911 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3912
3913         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3914
3915         * gst/mpeg4videoparse/mpeg4videoparse.c:
3916         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
3917         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
3918         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
3919         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
3920         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
3921         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
3922         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
3923         * gst/mpeg4videoparse/mpeg4videoparse.h:
3924         Parse the config data (either outbound or in the stream) to set   
3925         width/height, apect ration, framerate in the caps if applicable.
3926         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
3927         intra frames
3928         Set the timestamps of outgoing buffers to the buffer in
3929         which the VOP header was found.
3930         Drop incoming data untill configuration is found (by default,
3931         configurable using a property).
3932         Report a 1 frame latency. Fixes #532723.
3933
3934 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3935
3936         * gst/real/gstrealvideodec.c: (open_library):
3937         Add some debug for where we are searching for libraries.
3938
3939 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3940
3941         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
3942         Actually add the do-lost property to the object.
3943
3944 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3945
3946         * gst/rtpmanager/gstrtpjitterbuffer.c:
3947         (gst_rtp_jitter_buffer_loop):
3948         Avoid waiting for a negative (huge) duration when the last packet has a
3949         lower timestamp than the current packet.
3950
3951 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
3952
3953         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
3954         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
3955         prevent a memory leak.
3956
3957
3958 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3959
3960         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3961         Quieten some docs output
3962
3963 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3964
3965         * gst/rtpmanager/gstrtpjitterbuffer.c:
3966         (gst_rtp_jitter_buffer_loop):
3967         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
3968
3969 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3970
3971         * docs/plugins/Makefile.am:
3972         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3973         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3974         * docs/plugins/inspect/plugin-gstinterlace.xml:
3975         * gst/deinterlace/gstdeinterlace.c:
3976         * gst/deinterlace/gstdeinterlace.h:
3977         Random doc of the day: the deinterlace element.
3978
3979 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3980
3981         * gst/mpegtsparse/mpegtspacketizer.c:
3982         * gst/mpegtsparse/mpegtsparse.c:
3983         Make sure all schedule EIT and non-actual transport stream
3984         EITs are parsed. Also add present-following flag and
3985         actual-transport-stream flag to eit bus message.
3986
3987 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
3988
3989         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
3990         Make sure to unref the caps used by RTPSource to prevent a memory leak.
3991
3992 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
3993
3994         Based on patch by: Clive Wright <clive_wright ntlworld com>
3995
3996         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
3997           Apparently mono sliders have the mono value repeated in the upper bits,
3998           so mask those out when reading them. Probably makes the mixer applet
3999           work properly in some more cases.
4000
4001 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4002
4003         Patch by: Olivier Crete <tester at tester dot ca>
4004
4005         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
4006         (rtp_session_process_bye), (rtp_session_send_bye_locked):
4007         Unlock the session lock when calling one of our callbacks. 
4008         Fixes #532011.
4009
4010 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4011
4012         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4013
4014         * gst/rtpmanager/gstrtpsession.c:
4015         (gst_rtp_session_event_send_rtp_sink):
4016         Send RTP BYE command on EOS. Fixes bug #531955.
4017
4018 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4019
4020         * win32/common/config.h.in:
4021           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
4022           use the real thing than having "???" unconditionally.
4023
4024 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4025
4026         * gst-libs/gst/app/.cvsignore:
4027         * gst-libs/gst/app/Makefile.am:
4028         * gst-libs/gst/app/gstapp-marshal.list:
4029         Add marshal.list, make it compile and add to cvsignore.
4030
4031         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
4032         (gst_app_sink_stop):
4033         Small cleanups.
4034
4035         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
4036         (gst_app_src_init), (gst_app_src_set_property),
4037         (gst_app_src_get_property), (gst_app_src_unlock),
4038         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
4039         (gst_app_src_create), (gst_app_src_set_caps),
4040         (gst_app_src_get_caps), (gst_app_src_set_size),
4041         (gst_app_src_get_size), (gst_app_src_set_seekable),
4042         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
4043         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
4044         (gst_app_src_end_of_stream):
4045         * gst-libs/gst/app/gstappsrc.h:
4046         Beat appsrc in shape, add signals and actions.
4047         Add some docs.
4048         Add properties for caps, size, seekability and max-buffers.
4049         Fix unlock/stop code.
4050
4051 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4052
4053         * configure.ac:
4054           Error out if we don't have the required versions of core/base.
4055
4056 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4057
4058         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4059         (gst_app_sink_init), (gst_app_sink_set_property),
4060         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
4061         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
4062         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
4063         (gst_app_sink_preroll), (gst_app_sink_render),
4064         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
4065         (gst_app_sink_get_drop):
4066         * gst-libs/gst/app/gstappsink.h:
4067         Start some docs.
4068         Add property to drop buffers when the queue is filled
4069         Fix unlocking and flushing when the queues are filled.
4070
4071 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
4072
4073         Patch by: Jens Granseuer <jensgr at gmx dot net>
4074
4075         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
4076         Declare variables at the beginning of blocks. Fixes compilation with
4077         gcc 2.x and other compilers. Fixes bug #530611.
4078
4079 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4080
4081         * gst/mpegtsparse/mpegtspacketizer.c:
4082         * gst/mpegtsparse/mpegtspacketizer.h:
4083         * gst/mpegtsparse/mpegtsparse.c:
4084         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
4085         by pid number. This allows for example the EPG data from UK's
4086         freesat to be picked up.
4087
4088 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
4089
4090         * ext/mpeg2enc/gstmpeg2enc.cc:
4091         * ext/soundtouch/gstbpmdetect.cc:
4092         Cast NULL sentinels to void * as NULL is defined as an integer
4093         constant in most environments when using C++ and it's size might
4094         be different from a pointer.
4095
4096 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4097
4098         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4099         (gst_app_sink_init), (gst_app_sink_set_property),
4100         (gst_app_sink_get_property), (gst_app_sink_event),
4101         (gst_app_sink_preroll), (gst_app_sink_render),
4102         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
4103         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
4104         (gst_app_sink_pull_buffer):
4105         * gst-libs/gst/app/gstappsink.h:
4106         Add more docs.
4107         Add signals for when preroll and render buffers are available.
4108         Add property to control signal emission.
4109         Add property to control the max queue size.
4110
4111 2008-04-25  Michael Smith <msmith@songbirdnest.com>
4112
4113         * gst-libs/gst/dshow/Makefile.am:
4114           Use CXXFLAGS rather than CFLAGS; these are C++ files.
4115           Define required constants appropriately.
4116         * sys/dshowdecwrapper/Makefile.am:
4117           Add required include dir, libraries.
4118           Define required constants appropriately.
4119
4120 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4121
4122         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
4123         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
4124         * gst/rtpmanager/gstrtpbin.h:
4125         Expose new jitterbuffer property in rtpbin too.
4126
4127 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4128
4129         * gst/rtpmanager/gstrtpjitterbuffer.c:
4130         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
4131         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
4132         (gst_rtp_jitter_buffer_get_property):
4133         Disable sending out rtp packet lost events by default and make a
4134         property to enabe it. We will likely enable it by default when the base
4135         depayloaders have a default handler for them so that we don't send these
4136         events all through the pipeline for now.
4137
4138 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4139
4140         * gst/rtpmanager/gstrtpjitterbuffer.c:
4141         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
4142         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
4143         (gst_rtp_jitter_buffer_loop):
4144         Remove private version of a function that is in -base now.
4145         Add src event handler.
4146         Rework the jitterbuffer pushing loop so that it can quickly react to
4147         lost packets and instruct the depayloader of them. This can then be used
4148         to implement error concealment data.
4149
4150 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4151
4152         * gst/rtpmanager/gstrtpsession.c:
4153         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
4154         (create_send_rtcp_src):
4155         Set up some internal links functions for the RTCP and sync pads because
4156         the defaults are really not correct.
4157         Implement a query handler for the RTCP src pad, mostly to correctly
4158         report about the latency.
4159
4160 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4161
4162         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
4163         (gst_rtp_bin_sync_chain):
4164         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
4165         (rtp_session_process_sr), (rtp_session_on_timeout):
4166         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
4167         (calculate_jitter):
4168         * gst/rtpmanager/rtpsource.h:
4169         * gst/rtpmanager/rtpstats.h:
4170         Also keep track of the first buffer timestamp together with the first
4171         RTP timestamp as they both are needed to construct the timing of
4172         outgoing packets in the jitterbuffer and are therefore also needed to
4173         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
4174         with a wildly different gap.
4175
4176 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4177
4178         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
4179         Forward unknown queries upstream instead of returning FALSE on them.
4180
4181 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4182
4183         * configure.ac:
4184         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
4185         (gst_musepackdec_init), (gst_musepackdec_dispose),
4186         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
4187         (gst_musepackdec_loop), (plugin_init):
4188         * ext/musepack/gstmusepackdec.h:
4189         * ext/musepack/gstmusepackreader.c:
4190         * ext/musepack/gstmusepackreader.h:
4191         Add support for the new libmpcdec API which magically gets us support
4192         for SV8 files. Also do some random cleanup. Fixes bug #526905.
4193
4194 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4195
4196         * configure.ac:
4197         Back to development -> 0.10.7.1
4198
4199 === release 0.10.7 ===
4200
4201 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
4202
4203         * configure.ac:
4204           releasing 0.10.7, "House of Cards"
4205
4206 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
4207
4208         * ext/faad/gstfaad.c:
4209           Don't leak GstAudioChannelPosition. Fixes #529378.
4210
4211 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4212
4213         * gst/sdp/gstsdpdemux.c: (request_pt_map):
4214         Ref caps, see #528245.
4215
4216 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4217
4218         * configure.ac:
4219         0.10.6.4 pre-release
4220
4221 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4222
4223         * tests/check/elements/rganalysis.c: (GST_START_TEST):
4224         Don't leak a tag list. Fixes bug #529285.
4225
4226 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4227
4228         * tests/check/elements/ofa.c: (bus_handler):
4229         Don't leak the tags string and tag list. Fixes bug #529283.
4230
4231 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4232
4233         Patch by: Olivier Crete <tester at tester dot ca>
4234
4235         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
4236         (new_ssrc_pad_found):
4237         Ref caps when inserting into the cache.
4238         Don't leak pads.
4239
4240         * gst/rtpmanager/gstrtpjitterbuffer.c:
4241         (gst_rtp_jitter_buffer_get_clock_rate),
4242         (gst_rtp_jitter_buffer_query):
4243         Avoid a caps leak.
4244         Don't leak refcount in query.
4245
4246         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
4247         (gst_rtp_pt_demux_chain):
4248         Avoid caps leaks.
4249
4250         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
4251         (gst_rtp_session_init), (return_true),
4252         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
4253         (gst_rtp_session_clock_rate):
4254         Ref caps when inserting into the cache.
4255         Fix some more caps leaks. Fixes #528245.
4256
4257 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4258
4259         * tests/icles/metadata_editor.c:
4260           Add cast to placate gcc 4.1.2.
4261
4262 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4263
4264         * configure.ac:
4265         0.10.6.3 pre-release
4266
4267 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4268
4269         * sys/dvb/gstdvbsrc.c:
4270         Revert patch that added a loop timeout.
4271         Fixes #528614.
4272
4273 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4274
4275         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
4276         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
4277         * gst/rtpmanager/gstrtpjitterbuffer.c:
4278         (gst_rtp_jitter_buffer_get_clock_rate):
4279         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
4280         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
4281         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
4282         Don't leak a padname.
4283         Don't leak client streams list.
4284         Lock rtpbin when associating streams. Fixes #528245.
4285
4286 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4287
4288         * tests/check/Makefile.am:
4289         Don't inlcude dc1394src in the generic/states test as it requires
4290         special hardware. Fixes bug #528011.
4291
4292 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4293
4294         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
4295         Only check if the generated fingerprints are valid Base64. The
4296         fingerprints are different when running on different architectures
4297         which is a) no problem because the fingerprints are tolerant enough
4298         and b) is caused by libofa. Fixes bug #528266.
4299
4300 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4301
4302         * ext/timidity/Makefile.am:
4303         Dist all source files, no matter if only timidity or wildmidi or
4304         nothing is found by configure. Fixes bug #528000.
4305
4306 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4307
4308         * gst-plugins-bad.spec.in:
4309           Remove souphttpsrc plugin from spec files, it's moved to -good.
4310
4311 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4312
4313         * tests/check/Makefile.am:
4314         Remove soup test certificates from the dist.
4315
4316 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4317
4318         * ext/dirac/gstdiracenc.cc:
4319         Fix compilation by casting string constants.
4320
4321         * sys/Makefile.am:
4322         Fix WININET_DIR variable reference.
4323
4324 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4325
4326         * configure.ac:
4327         * docs/plugins/Makefile.am:
4328         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4329         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4330         * docs/plugins/gst-plugins-bad-plugins.args:
4331         * docs/plugins/inspect/plugin-soup.xml:
4332         * ext/Makefile.am:
4333         * ext/soup/Makefile.am:
4334         * ext/soup/gstsouphttpsrc.c:
4335         * ext/soup/gstsouphttpsrc.h:
4336         * tests/check/Makefile.am:
4337         * tests/check/elements/souphttpsrc.c:
4338         * tests/check/test-cert.pem:
4339         * tests/check/test-key.pem:
4340
4341         Remove soup plugin that's moved to -good (#523124)
4342
4343 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4344
4345         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
4346           (gst_flv_parse_tag_script):
4347           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
4348           crash caused by a strlen on a NULL string (#527622).
4349
4350 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4351
4352         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4353
4354         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
4355           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
4356           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
4357           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
4358           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
4359         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
4360           Don't increase latency by queuing buffers in an async queue when
4361           the streaming thread can't keep up or isn't scheduled often
4362           enough for some other reason, but just drop the previous buffer
4363           in that case. Also implement GstBaseSrc::unlock for faster
4364           unlocking when shutting down. (#520892).
4365
4366 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4367
4368         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
4369           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
4370           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
4371           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
4372           (me_gst_setup_view_pipeline), (process_file):
4373         * tests/icles/metadata_editor.glade:
4374           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
4375           drawing/scaling logic to make this compile and work on all platforms.
4376           Fixes #518227.
4377
4378 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4379
4380         * configure.ac:
4381           Bump core/base requirements to released versions to avoid
4382           confusion.
4383
4384         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
4385           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
4386           (gst_deinterlace_set_caps), (plugin_init):
4387           Add debug category, use _set_element_details_simple and
4388           remove special code path for Y42B to calculate offsets and
4389           strides; libgstvideo knows how to handle this format now.
4390
4391 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4392
4393         * gst/cdxaparse/Makefile.am:
4394         * gst/cdxaparse/gstcdxaparse.c:
4395         * gst/cdxaparse/gstcdxastrip.c:
4396         * gst/cdxaparse/gstcdxastrip.h:
4397         * gst/cdxaparse/gstvcdparse.c:
4398         * gst/cdxaparse/gstvcdparse.h:
4399           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
4400           anything the 0.8 version didn't do though.
4401
4402 2008-04-11  Julien Moutte  <julien@fluendo.com>
4403
4404         * sys/oss4/oss4-mixer-enum.c:
4405         (gst_oss4_mixer_enum_get_values_locked):
4406         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
4407         format in debug statements.
4408
4409 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4410
4411         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4412
4413         * configure.ac:
4414         * sys/Makefile.am:
4415         * sys/wininet/Makefile.am:
4416         * sys/wininet/gstwininetsrc.c:
4417         * sys/wininet/gstwininetsrc.h:
4418           Add wininetsrc for basic http/ftp support on windows (#520897).
4419
4420 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4421
4422         * gst/nsf/nsf.h:
4423           Change prototype of process function here too to avoid
4424           'incompatible assignment' warnings.
4425
4426 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
4427
4428         * tests/check/elements/souphttpsrc.c: (got_buffer),
4429         (souphttpsrc_suite):
4430         Increase the timeout for the internet tests to 250 seconds
4431         and check for NULL caps instead of just crashing.
4432         The real fix would be to implement an shoutcast server for the unit test
4433         instead of relying on a working internet connection.
4434         Fixes bug #521749.
4435
4436 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
4437
4438         * gst/rtpmanager/gstrtpbin.c: (free_session):
4439         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
4440         Avoid leaking pads in the RTP manager.
4441
4442 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4443
4444         * gst/nsf/nes_apu.c: (apu_process):
4445         * gst/nsf/nes_apu.h:
4446         Don't do void pointer arithmetic - it's a gcc extension.
4447
4448 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4449
4450         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
4451           Work around missing bits of thread-safety on older GLibs some
4452           more to avoid assertions when starting up multiple playbin
4453           objects concurrently (see #512382).
4454
4455 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4456
4457         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4458
4459         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
4460         Only ignore actual redirects not all responses when in state
4461         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
4462
4463 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4464
4465         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4466
4467         * configure.ac:
4468         Actually build dlls when cross-compiling with mingw32.
4469         Fixes bug #526247.
4470
4471 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4472
4473         * tests/check/elements/ofa.c: (GST_START_TEST):
4474         Also check that we have processed at least 135 seconds of audio
4475         until we stop and calculated a fingerprint.
4476
4477 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4478
4479         * gst/subenc/gstsrtenc.c:
4480         * gst/subenc/gstsrtenc.h:
4481           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4482
4483 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4484
4485         * tests/check/Makefile.am:
4486         * tests/check/elements/.cvsignore:
4487         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4488         (ofa_suite), (main):
4489         Add simple unit tests for the OFA plugin.
4490
4491 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4492
4493         * configure.ac:
4494         * sys/Makefile.am:
4495         * sys/oss4/Makefile.am:
4496         * sys/oss4/oss4-audio.c:
4497         * sys/oss4/oss4-audio.h:
4498         * sys/oss4/oss4-mixer-enum.c:
4499         * sys/oss4/oss4-mixer-enum.h:
4500         * sys/oss4/oss4-mixer-slider.c:
4501         * sys/oss4/oss4-mixer-slider.h:
4502         * sys/oss4/oss4-mixer-switch.c:
4503         * sys/oss4/oss4-mixer-switch.h:
4504         * sys/oss4/oss4-mixer.c:
4505         * sys/oss4/oss4-mixer.h:
4506         * sys/oss4/oss4-property-probe.c:
4507         * sys/oss4/oss4-property-probe.h:
4508         * sys/oss4/oss4-sink.c:
4509         * sys/oss4/oss4-sink.h:
4510         * sys/oss4/oss4-soundcard.h:
4511         * sys/oss4/oss4-source.c:
4512         * sys/oss4/oss4-source.h:
4513           Add initial support for OSSv4. Mixer still needs a bit more love,
4514           but even magic has its limits.
4515
4516 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4517
4518         * configure.ac:
4519         * gst-plugins-bad.spec.in:
4520         * gst/srtenc/Makefile.am:
4521         * gst/srtenc/gstsrtenc.c:
4522         * gst/srtenc/gstsrtenc.h:
4523         * gst/subenc/Makefile.am:
4524         * gst/subenc/gstsrtenc.c: (plugin_init):
4525           Rename new srtenc plugin to subenc.
4526
4527 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4528
4529         * gst/mpegtsparse/mpegtspacketizer.c:
4530         Cable delivery subsystem descriptors' frequency's bcd
4531         is measured in 100Hz units so adjust multiplier accordingly.
4532
4533 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4534
4535         * configure.ac:
4536         * gst/srtenc/Makefile.am:
4537         * gst/srtenc/gstsrtenc.c:
4538         * gst/srtenc/gstsrtenc.h:
4539         Add srt subtitle encoder
4540
4541 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4542
4543         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4544
4545         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4546         (gst_gsmdec_chain):
4547         * ext/gsm/gstgsmdec.h:
4548         Increase the allowed samplerates for the ms-gsm format.
4549         Fixes #481354.
4550
4551 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4552
4553         Patch by: Jan de Groot <jan at jgc homeip net>
4554
4555         * configure.ac:
4556           Fix build with --disable-external (#525100).
4557
4558 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4559
4560         * sys/dvb/gstdvbsrc.c:
4561         Repeat diseqc call to allow for some diseqc switches.
4562
4563 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4564
4565         * ext/Makefile.am:
4566         Dist ofa correctly! Fixes non-uninstalled build.
4567
4568 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4569
4570         * sys/dvb/gstdvbsrc.c:
4571         Make diseqc work more reliably.
4572
4573 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4574
4575         * gst/nsf/Makefile.am:
4576         * gst/nsf/fds_snd.c:
4577         * gst/nsf/mmc5_snd.c:
4578         * gst/nsf/nsf.c:
4579         * gst/nsf/types.h:
4580         * gst/nsf/vrc7_snd.c:
4581         * gst/nsf/vrcvisnd.c:
4582         * gst/nsf/memguard.c:
4583         * gst/nsf/memguard.h:
4584         Remove memguard again and apply hopefully all previously dropped
4585         local patches. Should be really better than the old version now.
4586
4587 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4588
4589         * gst/nsf/memguard.c: (_my_free):
4590         * gst/nsf/types.h:
4591         Unbreak compilation by disabling memguard and doing some dirty hack
4592         fixes to make it compile on 64bits.
4593
4594 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4595
4596         Patch by: Andreas Henriksson <andreas at fatal dot set>
4597
4598         * gst/nsf/Makefile.am:
4599         * gst/nsf/dis6502.h:
4600         * gst/nsf/fds_snd.c:
4601         * gst/nsf/fds_snd.h:
4602         * gst/nsf/fmopl.c:
4603         * gst/nsf/fmopl.h:
4604         * gst/nsf/gstnsf.c:
4605         * gst/nsf/log.c:
4606         * gst/nsf/log.h:
4607         * gst/nsf/memguard.c:
4608         * gst/nsf/memguard.h:
4609         * gst/nsf/mmc5_snd.c:
4610         * gst/nsf/mmc5_snd.h:
4611         * gst/nsf/nes6502.c:
4612         * gst/nsf/nes6502.h:
4613         * gst/nsf/nes_apu.c:
4614         * gst/nsf/nes_apu.h:
4615         * gst/nsf/nsf.c:
4616         * gst/nsf/nsf.h:
4617         * gst/nsf/osd.h:
4618         * gst/nsf/types.h:
4619         * gst/nsf/vrc7_snd.c:
4620         * gst/nsf/vrc7_snd.h:
4621         * gst/nsf/vrcvisnd.c:
4622         * gst/nsf/vrcvisnd.h:
4623         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4624         on some files. Fixes bug #498237.
4625
4626         Remove some // comments, fix some compiler warnings and use pow()
4627         instead of a slow, selfmade implementation.
4628
4629 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4630
4631         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4632
4633         * configure.ac:
4634         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4635
4636 2008-03-24  Rene Stadler  <mail@renestadler.de>
4637
4638         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4639           (gst_rg_analysis_transform_ip):
4640         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4641           (gst_rg_limiter_transform_ip):
4642         Make rganalysis and rglimiter elements GAP-flag aware.
4643
4644         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4645           (rganalysis_suite):
4646         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4647         Add tests to verify gap-awareness.
4648
4649 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4650
4651         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4652         (gst_soup_http_src_chunk_allocator),
4653         (gst_soup_http_src_got_chunk_cb),
4654         (gst_soup_http_src_uri_get_protocols):
4655         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4656         GIO and GnomeVFS as they provide authentication.
4657
4658         Don't leak the icy caps if we already set them and get a new
4659         icy-metaint header.
4660
4661         Try harder to set the icy caps on the output buffer to have correct
4662         caps for the first buffer already.
4663
4664         * tests/check/elements/souphttpsrc.c: (got_buffer),
4665         (GST_START_TEST):
4666         Check that we get a buffer with application/x-icy caps if iradio-mode
4667         is enabled and we have an icecast URL.
4668
4669 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4670
4671         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
4672         Actually set the icy caps on our src pad if we have icecast data.
4673         Fixes bug #523854.
4674
4675 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4676
4677         * configure.ac:
4678         Check if the compiler supports do { } while (0) macros. This fixes
4679         a warning when compiling with g++ 4.3, resulting in a build failure
4680         because of -Werror.
4681
4682         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4683         * ext/mplex/gstmplex.cc:
4684         Include <string.h> for memcpy and friends to fix the build with
4685         gcc 4.3.
4686
4687         * tests/check/Makefile.am:
4688         Remove trailing backslash.
4689
4690 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4691
4692         * gst/selector/gstinputselector.c:
4693         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
4694         Do g_object_notify() only when not holding the lock to get the property
4695         because otherwise we run into a deadlock with the deep-notify handlers
4696         that are possibly installed.
4697
4698 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4699
4700         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4701         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4702         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
4703         Release the selector lock when pad alloc happens on a non selected pad.
4704
4705 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4706
4707         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4708         (gst_selector_pad_init), (gst_selector_pad_set_property),
4709         (gst_selector_pad_get_property), (gst_selector_pad_event),
4710         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4711         (gst_input_selector_set_active_pad):
4712         Add pad property to configure behaviour of the unselected pad, it can
4713         return OK or NOT_LINKED, based on the use case.
4714
4715 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4716
4717         * gst/selector/gstinputselector.c:
4718         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
4719         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4720         (gst_input_selector_wait), (gst_selector_pad_chain),
4721         (gst_input_selector_class_init), (gst_input_selector_init),
4722         (gst_input_selector_dispose), (gst_segment_set_start),
4723         (gst_input_selector_set_active_pad),
4724         (gst_input_selector_set_property),
4725         (gst_input_selector_get_property),
4726         (gst_input_selector_get_linked_pad),
4727         (gst_input_selector_is_active_sinkpad),
4728         (gst_input_selector_activate_sinkpad),
4729         (gst_input_selector_request_new_pad),
4730         (gst_input_selector_release_pad),
4731         (gst_input_selector_change_state), (gst_input_selector_block),
4732         (gst_input_selector_switch):
4733         * gst/selector/gstinputselector.h:
4734         Figure out the locking a bit more.
4735         Mark buffers with discont after switching.
4736         Fix initial segment forwarding, make sure to only forward one segment
4737         regardless of what the sequence of buffers/segments is. See #522203.
4738         Improve flushing when blocked.
4739         Return NOT_LINKED when a stream is not selected.
4740         Not API change for the switch signal in the docs.
4741         Fix start/time/accum values of the new segment.
4742         Correctly unlock and flush a blocking selector when going to READY.
4743
4744 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4745
4746         * ext/ladspa/gstladspa.c:
4747         * ext/ladspa/gstsignalprocessor.c:
4748           Add some thoughts and FIXME's.
4749
4750 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4751
4752         * gst/bayer/gstbayer2rgb.c:
4753           Include stdlib.h for abs.
4754
4755 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
4756
4757         * gst/freeze/FAQ:
4758         * gst/freeze/Makefile.am:
4759         * gst/freeze/gstfreeze.c:
4760           Add example to source code documentation blob and remove the 3 line
4761           FAQ.
4762
4763         * gst/interleave/interleave.c:
4764           Add a source code documentation blob.
4765
4766 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4767
4768         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
4769         (gst_ofa_transform_ip), (plugin_init):
4770         Improve debugging, clean up a bit and really generate the fingerprint
4771         after 135 seconds.
4772
4773 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4774
4775         * ext/ofa/gstofa.c:
4776         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
4777
4778 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4779
4780         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
4781
4782         * configure.ac:
4783         * ext/ofa/Makefile.am:
4784         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
4785         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
4786         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
4787         (plugin_init):
4788         * ext/ofa/gstofa.h:
4789         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
4790         Fixes bug #351309.
4791
4792 2008-03-18  Andy Wingo  <wingo@pobox.com>
4793
4794         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
4795         and a potential int overflow.
4796
4797         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
4798         Avoids a #warning about an ignored #pragma.
4799
4800 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4801
4802         * examples/switch/switcher.c:
4803         Update switch example to use input selector.
4804
4805 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4806
4807         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
4808         (gst_neonhttp_src_send_request_and_redirect):
4809         Handle HTTP status code 303 (See Other) the same way
4810         as 302 (Found). Not sure what to do about all the other 3xx
4811         redirect status codes. Fixes bug #522884.
4812
4813 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
4814
4815         * gst-libs/gst/dshow/Makefile.am:
4816         Make sure the dshow helper library headers get distributed in the next
4817         release.
4818
4819 2008-03-14  David Schleef  <ds@schleef.org>
4820
4821         Patch by: William M. Brack
4822
4823         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
4824
4825 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4826
4827         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
4828         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4829         (gst_input_selector_class_init),
4830         (gst_input_selector_set_active_pad),
4831         (gst_input_selector_set_property),
4832         (gst_input_selector_push_pending_stop):
4833         Add lots of debugging. 
4834         Fix time member in the newsegment event.
4835
4836 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4837
4838         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4839         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4840         (gst_selector_pad_event), (gst_input_selector_class_init),
4841         (gst_input_selector_init), (gst_input_selector_set_active_pad),
4842         (gst_input_selector_set_property),
4843         (gst_input_selector_get_property),
4844         (gst_input_selector_request_new_pad),
4845         (gst_input_selector_release_pad),
4846         (gst_input_selector_push_pending_stop),
4847         (gst_input_selector_switch):
4848         * gst/selector/gstinputselector.h:
4849         Various cleanups.
4850         Added tags to the pads.
4851         Select active pad based on the pad object instead of its name.
4852         Fix refcount in set_active_pad.
4853         Add property to get the number of pads.
4854
4855         * gst/selector/gstoutputselector.c:
4856         (gst_output_selector_class_init),
4857         (gst_output_selector_set_property),
4858         (gst_output_selector_get_property):
4859         Various cleanups.
4860         Select the active pad based on the pad object instead of its name.
4861         Fix locking when setting the active pad.
4862
4863         * gst/selector/gstselector-marshal.list:
4864         * tests/check/elements/selector.c: (cleanup_pad),
4865         (selector_set_active_pad), (run_input_selector_buffer_count):
4866         Fixes for pad instead of padname for pad selection.
4867
4868 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4869
4870         * ext/alsaspdif/alsaspdifsink.c:
4871         * ext/gsm/gstgsm.c:
4872         * ext/jack/gstjack.c:
4873         * ext/libmms/gstmms.c:
4874         * ext/neon/gstneonhttpsrc.c:
4875         * ext/shout/gstshout.c:
4876         * ext/timidity/gsttimidity.c:
4877         * ext/timidity/gstwildmidi.c:
4878         * gst/nuvdemux/gstnuvdemux.c:
4879         * gst/tta/gsttta.c:
4880         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4881         of hardcoding values where possible. Fixes bug #522212.
4882
4883 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4884
4885         Patch by: Wouter Cloetens <wouter at mind dot be>
4886
4887         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
4888         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
4889         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
4890         * ext/soup/gstsouphttpsrc.h:
4891         Try to resume on server disconnect. Fixes bug #522134.
4892
4893 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4894
4895         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
4896         Set correct pixel aspect ratio for the encoder.
4897
4898 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4899
4900         Patch by: Olivier Crete <tester at tester dot ca>
4901
4902         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
4903         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
4904         (rtp_session_create_source), (rtp_session_process_rtp),
4905         (rtp_session_process_sr), (rtp_session_process_rr),
4906         (rtp_session_process_sdes), (rtp_session_process_bye),
4907         (rtp_session_send_bye_locked), (rtp_session_send_bye),
4908         (rtp_session_on_timeout):
4909         * gst/rtpmanager/rtpsession.h:
4910         Implement collision and loop detection in rtpmanager.
4911         Fixes #520626.
4912
4913         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
4914         (rtp_source_init):
4915         * gst/rtpmanager/rtpsource.h:
4916         Add method to reset stats.
4917
4918 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4919
4920         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4921
4922         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
4923         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
4924         (join_rtcp_thread), (gst_rtp_session_change_state):
4925         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
4926         be blocked downstream. Also avoid spawning multiple rtcp threads.
4927         Fixes #520894.
4928
4929 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4930
4931         Patch by: Stefan Kost <ensonic@users.sf.net>
4932
4933         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
4934         Don't try to reset the clock skew when we have no timestamps.
4935         Fixes #519005.
4936
4937 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4938
4939         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4940
4941         * ext/faad/gstfaad.c: (looks_like_valid_header):
4942         Improve the header checking to look for what faad2 looks
4943         for too. Fixes playback of same apple trailers.
4944         Fixes bug #469979.
4945
4946 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4947
4948         * configure.ac:
4949         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
4950         2.0.0-rcX is newer than 2.0.0 so we check for this too.
4951
4952 2008-03-05  David Schleef  <ds@schleef.org>
4953
4954         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
4955           from the encoder program in dirac.
4956
4957 2008-03-05  David Schleef  <ds@schleef.org>
4958
4959         * configure.ac:
4960         * ext/Makefile.am:
4961         * ext/dirac/Makefile.am:
4962         * ext/dirac/gstdirac.cc:
4963         * ext/dirac/gstdiracenc.cc:
4964           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
4965           elements.
4966
4967 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4968
4969         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4970
4971         * configure.ac:
4972         * ext/Makefile.am:
4973         * ext/mplex/Makefile.am:
4974         * ext/mplex/gstmplex.cc:
4975         * ext/mplex/gstmplex.hh:
4976         * ext/mplex/gstmplexibitstream.cc:
4977         * ext/mplex/gstmplexibitstream.hh:
4978         * ext/mplex/gstmplexjob.cc:
4979         * ext/mplex/gstmplexjob.hh:
4980         * ext/mplex/gstmplexoutputstream.cc:
4981         * ext/mplex/gstmplexoutputstream.hh:
4982         Port mplex element to 0.10. Fixes bug #520329.
4983
4984         * tests/check/Makefile.am:
4985         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
4986         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
4987         (GST_START_TEST), (mplex_suite), (main):
4988         Add unit test for the mplex element.
4989
4990 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4991
4992         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4993
4994         * configure.ac:
4995         Clean up detection of different mjpegtoolsAPI versions.
4996
4997         * ext/mpeg2enc/gstmpeg2enc.cc:
4998         * ext/mpeg2enc/gstmpeg2enc.hh:
4999         * ext/mpeg2enc/gstmpeg2encoder.cc:
5000         * ext/mpeg2enc/gstmpeg2encoptions.cc:
5001         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5002         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
5003         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
5004         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
5005         Streamline conditional code for evolving mjpegtools API,
5006         optimize and fix/prevent crash in log handling, use
5007         names/nicks for enums in the usual way andm inor updates
5008         in code and properties/settings. Partially fixes bug #520329.
5009
5010 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5011
5012         * gst/mpegtsparse/gstmpegdesc.h:
5013         * gst/mpegtsparse/mpegtspacketizer.c:
5014         Add parsing of cable delivery system descriptor.
5015
5016 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5017
5018         * configure.ac:
5019         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5020         plug-ins are included/excluded. (#498222)
5021
5022 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
5023
5024         Patch by: Jens Granseuer <jensgr at gmx dot net>
5025
5026         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
5027         (gst_mve_demux_get_type):
5028         Fix audio discontinuity that happens when silent chunks are
5029         followed by real data again. Fixes bug #519905.
5030
5031 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5032
5033         * sys/dvb/gstdvbsrc.c:
5034         * sys/dvb/parsechannels.c:
5035         Add DVB-C support. Special thanks to Christian Schaller
5036         for a testing ground.
5037
5038 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5039
5040         * gst/mpegtsparse/mpegtsparse.c:
5041         Only send PMTs to program pads that the PMT is for even if
5042         on same pid.
5043         As a by-product, we now no longer hardcode any psi pid numbers.
5044         Also remove pcr stream from old pmt when we apply a new pmt.
5045
5046 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
5047
5048         * ext/metadata/TODO:
5049         * ext/metadata/metadata_mapping.htm:
5050         * ext/metadata/metadataexif.c:
5051         * ext/metadata/metadatatags.c:
5052         * ext/metadata/metadatatags.h:
5053         * tests/icles/metadata_editor.c:
5054         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
5055         local time (those changes has been done in previous comit but had to
5056         be revert in 2008-02-10 due to frozen)
5057
5058 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5059
5060         * sys/dvb/camutils.c:
5061         Remove the G_VALUE_HOLDS_BOXED checks. They were
5062         only added to help debug the data corruption.
5063
5064 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5065
5066         * sys/dvb/camutils.c:
5067         Don't free the program descriptors, this structure
5068         containing them is still stored after.
5069         Fixes data corruption.
5070
5071 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5072
5073         * sys/dvb/camutils.c:
5074         Extra checks to prevent data corruption/segfaults.
5075
5076 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5077
5078         * ext/nas/nassink.c:
5079           Fix build warning by using portable API.
5080
5081 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5082
5083         * gst/selector/gstoutputselector.c:
5084           Fix changing to same pad twice before a chain call.     
5085
5086 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5087
5088         Patch by: Daniel Fischer <dan at f3c dot com>
5089
5090         * configure.ac:
5091         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
5092         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
5093         * ext/dc1394/gstdc1394.h:
5094         Add support for libdc1394 2.0.0 and above and require this version
5095         now. Fixes bug #514964.
5096
5097 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5098
5099         Patch by: Wouter Cloetens <wouter at mind dot be>
5100
5101         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
5102         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5103         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5104         (gst_soup_http_src_create):
5105         * ext/soup/gstsouphttpsrc.h:
5106         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
5107         (souphttpsrc_suite):
5108         Add support for specifying a list of cookies to be passed in
5109         the HTTP request. Fixes bug #518722.
5110
5111 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5112
5113         * gst/selector/gstinputselector.c:
5114         * gst/selector/gstinputselector.h:
5115           Added "select-all" property to make it work like aggregator in 0.8.
5116
5117         * gst/selector/gstoutputselector.c:
5118           Fix resend-latest behavoiur.
5119           
5120         * tests/check/Makefile.am:
5121         * tests/check/elements/.cvsignore:
5122         * tests/check/elements/selector.c:
5123           Add unit tests for selector.
5124
5125 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5126
5127         * configure.ac:
5128         * ext/timidity/gsttimidity.c: (plugin_init):
5129         * ext/timidity/gstwildmidi.c: (plugin_init):
5130         Remove midi typefinders and require base CVS as they moved there.
5131
5132 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5133
5134         * ext/Makefile.am:
5135         Only disable the ext/timidity directory if both, wildmidi
5136         _and_ timidity are not available.
5137
5138 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5139
5140         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
5141
5142         * ext/Makefile.am:
5143         Build the wildmidi plugin if it's enabled and not only when
5144         both, the timidity and wildmidi plugin, are enabled.
5145
5146 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5147
5148         * configure.ac:
5149         * ext/mpeg2enc/Makefile.am:
5150         * ext/soundtouch/Makefile.am:
5151         * gst/modplug/Makefile.am:
5152           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5153           when building C++ code.
5154
5155 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5156
5157         * sys/dvb/gstdvbsrc.c:
5158         Add initial support for multiproto driver (not yet merged into
5159         v4l-dvb mainline yet).
5160         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
5161
5162 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5163
5164         * docs/plugins/inspect/plugin-alsaspdif.xml:
5165         * docs/plugins/inspect/plugin-app.xml:
5166         * docs/plugins/inspect/plugin-bayer.xml:
5167         * docs/plugins/inspect/plugin-bz2.xml:
5168         * docs/plugins/inspect/plugin-cdaudio.xml:
5169         * docs/plugins/inspect/plugin-cdxaparse.xml:
5170         * docs/plugins/inspect/plugin-dfbvideosink.xml:
5171         * docs/plugins/inspect/plugin-dtsdec.xml:
5172         * docs/plugins/inspect/plugin-dvb.xml:
5173         * docs/plugins/inspect/plugin-dvdspu.xml:
5174         * docs/plugins/inspect/plugin-faac.xml:
5175         * docs/plugins/inspect/plugin-faad.xml:
5176         * docs/plugins/inspect/plugin-fbdevsink.xml:
5177         * docs/plugins/inspect/plugin-festival.xml:
5178         * docs/plugins/inspect/plugin-filter.xml:
5179         * docs/plugins/inspect/plugin-flvdemux.xml:
5180         * docs/plugins/inspect/plugin-freeze.xml:
5181         * docs/plugins/inspect/plugin-gsm.xml:
5182         * docs/plugins/inspect/plugin-gstinterlace.xml:
5183         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
5184         * docs/plugins/inspect/plugin-h264parse.xml:
5185         * docs/plugins/inspect/plugin-interleave.xml:
5186         * docs/plugins/inspect/plugin-jack.xml:
5187         * docs/plugins/inspect/plugin-ladspa.xml:
5188         * docs/plugins/inspect/plugin-metadata.xml:
5189         * docs/plugins/inspect/plugin-mms.xml:
5190         * docs/plugins/inspect/plugin-modplug.xml:
5191         * docs/plugins/inspect/plugin-mpeg2enc.xml:
5192         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
5193         * docs/plugins/inspect/plugin-mpegtsparse.xml:
5194         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5195         * docs/plugins/inspect/plugin-musepack.xml:
5196         * docs/plugins/inspect/plugin-musicbrainz.xml:
5197         * docs/plugins/inspect/plugin-mve.xml:
5198         * docs/plugins/inspect/plugin-neon.xml:
5199         * docs/plugins/inspect/plugin-nsfdec.xml:
5200         * docs/plugins/inspect/plugin-nuvdemux.xml:
5201         * docs/plugins/inspect/plugin-rawparse.xml:
5202         * docs/plugins/inspect/plugin-real.xml:
5203         * docs/plugins/inspect/plugin-replaygain.xml:
5204         * docs/plugins/inspect/plugin-rfbsrc.xml:
5205         * docs/plugins/inspect/plugin-sdl.xml:
5206         * docs/plugins/inspect/plugin-sdp.xml:
5207         * docs/plugins/inspect/plugin-selector.xml:
5208         * docs/plugins/inspect/plugin-sndfile.xml:
5209         * docs/plugins/inspect/plugin-soundtouch.xml:
5210         * docs/plugins/inspect/plugin-spcdec.xml:
5211         * docs/plugins/inspect/plugin-speed.xml:
5212         * docs/plugins/inspect/plugin-speexresample.xml:
5213         * docs/plugins/inspect/plugin-stereo.xml:
5214         * docs/plugins/inspect/plugin-tremor.xml:
5215         * docs/plugins/inspect/plugin-tta.xml:
5216         * docs/plugins/inspect/plugin-vcdsrc.xml:
5217         * docs/plugins/inspect/plugin-videosignal.xml:
5218         * docs/plugins/inspect/plugin-vmnc.xml:
5219         * docs/plugins/inspect/plugin-x264.xml:
5220         * docs/plugins/inspect/plugin-xvid.xml:
5221         * docs/plugins/inspect/plugin-y4menc.xml:
5222           Update to version 0.10.6.1.
5223
5224 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5225
5226         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5227         * docs/plugins/inspect/plugin-gdp.xml:
5228         * docs/plugins/inspect/plugin-quicktime.xml:
5229         * docs/plugins/inspect/plugin-switch.xml:
5230         * docs/plugins/inspect/plugin-videocrop.xml:
5231           Remove docs for elements that have moved to other modules
5232           or been renamed.
5233
5234 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5235
5236         Patch by: Wouter Cloetens <wouter at mind dot be>
5237
5238         * configure.ac:
5239         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
5240         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
5241         (gst_soup_http_src_chunk_allocator),
5242         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
5243         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
5244         * ext/soup/gstsouphttpsrc.h:
5245         Implement zero-copy and make the buffer size configurable.
5246         Prefix proxy URIs with "http://" if they don't start with it
5247         already and catch errors earlier, fixes hanging in some situations.
5248         Fixes bug #514948.
5249
5250 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5251
5252         * tests/check/gst-plugins-bad.supp:
5253         Add suppressions for SoundTouch valgrind warnings and
5254         a valgrind warning caused by the LADSPA sine plugin and
5255         happening on every exit().
5256         Remove GIO suppressions as it's now in -base.
5257
5258 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5259
5260         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
5261         Don't allocate and copy the data to a new place but instead
5262         put the data from gmyth (which we own) into the buffers that
5263         are passed downstream.
5264
5265 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5266
5267         * ext/timidity/gstwildmidi.c:
5268         If WILDMIDI_CFG is not defined, define it to the default
5269         timidity configure file.
5270
5271 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5272
5273         Based on a patch by:
5274           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5275
5276         * configure.ac:
5277         * ext/mpeg2enc/gstmpeg2enc.cc:
5278         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
5279         use mjpeg_loglev_t() for getting the log levels. Check for this
5280         function in configure.ac as the pkg-config file doesn't tell us
5281         which release candidate we have. Fixes bug #517896.
5282
5283 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5284
5285         * configure.ac:
5286         Check for X for the nas plugin to make it possible to build it
5287         again. Fixes bug #517895.
5288
5289 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5290
5291         * tests/check/Makefile.am:
5292         Ignore some more elements for the states unit test, like
5293         dfbvideosink which produces a segfault. Fixes bug #517854.
5294
5295 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5296
5297         Patch by: Jens Granseuer <jensgr at gmx dot net>
5298
5299         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
5300         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
5301         (rfb_decoder_state_set_encodings):
5302         * gst/mpegtsparse/mpegtspacketizer.c:
5303         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
5304         (mpegts_packetizer_parse_eit):
5305         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
5306         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
5307         Some C89 fixes, moving variable declarations to the beginning
5308         of a block. Fixes bug #517937.
5309
5310 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5311
5312         * configure.ac:
5313         Back to development...
5314
5315 === release 0.10.6 ===
5316
5317 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5318
5319         * configure.ac:
5320           releasing 0.10.6, "A Big Deep Breath"
5321
5322 2008-02-20  Bastien Nocera  <hadess@hadess.net>
5323
5324         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
5325         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
5326         and fail seek properly on anything but _BYTES format
5327         Fixes bug #517684
5328
5329 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
5330
5331         Patch by: Olivier Crete <tester at tester dot ca>
5332
5333         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
5334         Fix small memory leak, leaking caps. Fixes bug #517571.
5335
5336 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5337
5338         * gst/tta/Makefile.am:
5339         Link tta plugin with libm. Fixes bug #517391.
5340
5341 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5342
5343         * sys/dvb/camutils.c:
5344         Do not assume "descriptors" property in the pmt structure
5345         is present.
5346         Fixes #516499.
5347
5348 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5349
5350         Patch by: Olivier Crete <tester@tester.ca>
5351
5352         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
5353         Ignore streams that did not receive an SR packet when doing
5354         synchronisation. Fixes #516160.
5355
5356 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
5357
5358         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
5359         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
5360         on an idea by Jan Schmidt, fixes bug #516436.
5361
5362 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5363
5364         * gst/mpegtsparse/gstmpegdesc.c:
5365         * gst/mpegtsparse/gstmpegdesc.h:
5366         * gst/mpegtsparse/mpegtsparse.c:
5367         Make sure the gstmpegdesc debug lines do not critical
5368         when GST_DEBUG is enabled and also actually output.
5369         Thanks to Alessandro Decina for spotting.
5370         Fixes #516448
5371
5372 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
5373
5374         * gst-libs/gst/Makefile.am:
5375         * sys/Makefile.am:
5376         Also add dshow pieces to the disted subdirs to fix distcheck.
5377
5378 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5379
5380         Patch by: Josep Torra Valles <josep@fluendo.com>
5381
5382         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5383         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
5384
5385 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
5386
5387         * configure.ac:
5388         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
5389         until 0.7 fortunately.
5390
5391 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5392
5393         * configure.ac:
5394         Generate the directshow Makefiles so that the directories
5395         get disted. Still needs some configure time detection to enable
5396         building them under MingW.
5397
5398 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5399
5400         * ext/metadata/Makefile.am:
5401         Don't install a header file. We will have to merge these
5402         tags into libgsttag after the release and use them from there.
5403         Fixes: #515860
5404
5405 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5406
5407         * gst-libs/gst/dshow/Makefile.am:
5408         * sys/dshowdecwrapper/Makefile.am:
5409         * sys/dshowsrcwrapper/Makefile.am:
5410         Add Makefiles to win32 plugins and lib.
5411         They will need to be tested and probably fixed by developers
5412         working with mingw. This is a first step to include source files 
5413         with releases.
5414         
5415 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5416
5417         * sys/dvb/dvbbasebin.c:
5418         Fix leak of location string returned from gst_uri_get_location.
5419         Fixes bug #516114
5420
5421 2008-02-12  David Schleef  <ds@schleef.org>
5422
5423         * configure.ac:
5424         * docs/plugins/Makefile.am:
5425         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5426         * docs/plugins/inspect/plugin-glimagesink.xml:
5427         * sys/Makefile.am:
5428         * sys/glsink/BUGS:
5429         * sys/glsink/Makefile.am:
5430         * sys/glsink/color_matrix.c:
5431         * sys/glsink/glextensions.c:
5432         * sys/glsink/glextensions.h:
5433         * sys/glsink/glimagesink.c:
5434         * sys/glsink/glimagesink.h:
5435         * sys/glsink/gltestsrc.c:
5436         * sys/glsink/gltestsrc.h:
5437         * sys/glsink/gstglbuffer.c:
5438         * sys/glsink/gstglbuffer.h:
5439         * sys/glsink/gstglconvert.c:
5440         * sys/glsink/gstgldisplay.c:
5441         * sys/glsink/gstgldisplay.h:
5442         * sys/glsink/gstgldownload.c:
5443         * sys/glsink/gstglfilter.c:
5444         * sys/glsink/gstglfilter.h:
5445         * sys/glsink/gstglfilterexample.c:
5446         * sys/glsink/gstgltestsrc.c:
5447         * sys/glsink/gstgltestsrc.h:
5448         * sys/glsink/gstglupload.c:
5449         * sys/glsink/gstopengl.c:
5450           Remove glimagesink, as it's been moved to gst-plugins-gl.
5451           Fixes #516094.
5452
5453 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5454
5455         Patch by: Josep Torra Valles <josep@fluendo.com>
5456
5457         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5458         Fix potential buffer leak in reverse mode. Fixes #516061.
5459
5460 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5461
5462         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5463         (gst_dshowaudiodec_dispose):
5464         * sys/dshowdecwrapper/gstdshowvideodec.c:
5465         (gst_dshowvideodec_dispose):
5466         Chain up dispose methods properly. Fixes bug #515970.
5467
5468 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5469
5470         * gst/mpegvideoparse/mpegvideoparse.c:
5471         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5472         (gst_mpegvideoparse_change_state):
5473         Fix leaking caps.
5474         Fix potential buffer leak in forward mode.
5475         Cleanup queues when going to READY. Fixes #515815.
5476
5477 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5478
5479         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5480         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5481         * docs/plugins/inspect/plugin-gio.xml:
5482         Remove documentation for the GIO plugin as it was moved to
5483         gst-plugins-base. Fixes bug #515964.
5484
5485 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5486
5487         * ext/xvid/gstxvidenc.c:
5488         * gst/vmnc/vmncdec.c:
5489         * sys/glsink/glimagesink.c:
5490         * sys/glsink/gstgldisplay.c:
5491         Fix some finalize leaks by chaining up to the parent method.
5492         Fixes: #515919
5493
5494 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5495
5496         * tests/check/elements/souphttpsrc.c:
5497         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5498
5499 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5500
5501         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5502         Free the rfb decoder on finalize. Fixes bug #515721.
5503
5504 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5505
5506         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5507         (gst_fbdevsink_finalize):
5508         Free the device string in finalize. Fixes bug #515722.
5509
5510 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5511
5512         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5513         Unset GValues after using them. Fixes bug #515720.
5514
5515 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5516
5517         * tests/check/Makefile.am:
5518         Disable the dvb plugin for the states test. Fixes bug #515567.
5519
5520 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5521
5522         * ext/metadata/TODO:
5523         * ext/metadata/metadata_mapping.htm:
5524         * ext/metadata/metadataexif.c:
5525         * ext/metadata/metadatatags.c:
5526         * ext/metadata/metadatatags.h:
5527         * tests/icles/metadata_editor.c:
5528           Revert changes to 2008-02-09 due to frozen.
5529
5530 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5531
5532         * ext/ivorbis/vorbisfile.c:
5533         Trivial fix for build warning.
5534         Patch by: Josep Torra Valles <josep@fluendo.com>
5535         Fixes: #515588
5536
5537 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5538
5539         * ext/metadata/TODO:
5540         * ext/metadata/metadataexif.c:
5541           Convert from EXIF to XMP DataTime as local time.
5542
5543 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5544
5545         * ext/metadata/TODO:
5546         * ext/metadata/metadata_mapping.htm:
5547         * ext/metadata/metadataexif.c:
5548         * ext/metadata/metadatatags.c:
5549         * ext/metadata/metadatatags.h:
5550         * tests/icles/metadata_editor.c:
5551           Map Date-Time and GPS tags.
5552           
5553
5554 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5555
5556         * gst/selector/Makefile.am:
5557
5558         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5559         let's not do that
5560
5561         * tests/check/Makefile.am:
5562         Disable the crashing cdaudio plugin from the states test so I can make
5563         pre-releases.
5564
5565 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5566
5567         * win32/vs6/libgstdshowdecwrapper.dsp:
5568         * win32/vs6/libgstflv.dsp:
5569         Convert to DOS line endings, and set -kb
5570
5571 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5572
5573         * sys/dvb/Makefile.am:
5574         * sys/dvb/dvbbasebin.c:
5575         Add URI Handler for dvb.
5576         Re-order pad templates to workaround a bug in playbasebin.
5577         * sys/dvb/parsechannels.c:
5578         * sys/dvb/parsechannels.h:
5579         Add code to parse channels from zap-style channels.conf files.
5580
5581 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5582
5583         * configure.ac:
5584         * docs/plugins/Makefile.am:
5585         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5586         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5587         * docs/plugins/gst-plugins-bad-plugins.args:
5588         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5589         * docs/plugins/inspect/plugin-multifile.xml:
5590         * gst/multifile/Makefile.am:
5591         * gst/multifile/gstmultifile.c:
5592         * gst/multifile/gstmultifilesink.c:
5593         * gst/multifile/gstmultifilesink.h:
5594         * gst/multifile/gstmultifilesrc.c:
5595         * gst/multifile/gstmultifilesrc.h:
5596         * gst/multifile/multifile.vproj:
5597         * tests/check/Makefile.am:
5598         * tests/check/elements/multifile.c:
5599
5600         Remove multifile plugin, which has moved to -good
5601
5602 2008-02-07  David Schleef  <ds@schleef.org>
5603
5604         * gst/multifile/gstmultifilesink.c:
5605         * gst/multifile/gstmultifilesrc.c:
5606           Use g_file_[sg]et_contents() instead of using stdio functions.
5607           Should be less error prone.
5608         * tests/check/elements/multifile.c:
5609           Create a temporary directory using standard functions instead of
5610           creating a directory in the current dir.
5611
5612 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5613
5614         * configure.ac:
5615         * docs/plugins/Makefile.am:
5616         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5617         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5618         * docs/plugins/gst-plugins-bad-plugins.args:
5619         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5620         * docs/plugins/inspect/plugin-spectrum.xml:
5621         * gst/spectrum/.cvsignore:
5622         * gst/spectrum/Makefile.am:
5623         * gst/spectrum/README:
5624         * gst/spectrum/demo-audiotest.c:
5625         * gst/spectrum/demo-osssrc.c:
5626         * gst/spectrum/gstspectrum.c:
5627         * gst/spectrum/gstspectrum.h:
5628         * gst/spectrum/spectrum.vcproj:
5629         * tests/check/Makefile.am:
5630         * tests/check/elements/spectrum.c:
5631
5632         Remove spectrum plugin, which has moved to -good
5633
5634 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5635
5636         * docs/plugins/gst-plugins-bad-plugins.args:
5637         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5638         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5639         Remove equalizer plugin docs
5640
5641         * tests/check/Makefile.am:
5642         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5643         other modules.
5644
5645         * tests/check/elements/multifile.c:
5646         * tests/check/elements/rganalysis.c:
5647         * tests/check/elements/rglimiter.c:
5648
5649         Fix compiler warnings from -Wall -Werror
5650
5651 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5652
5653         * configure.ac:
5654         * docs/plugins/Makefile.am:
5655         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5656         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5657         * docs/plugins/inspect/plugin-equalizer.xml:
5658         * gst/equalizer/.cvsignore:
5659         * gst/equalizer/Makefile.am:
5660         * gst/equalizer/demo.c:
5661         * gst/equalizer/gstiirequalizer.c:
5662         * gst/equalizer/gstiirequalizer.h:
5663         * gst/equalizer/gstiirequalizer10bands.c:
5664         * gst/equalizer/gstiirequalizer10bands.h:
5665         * gst/equalizer/gstiirequalizer3bands.c:
5666         * gst/equalizer/gstiirequalizer3bands.h:
5667         * gst/equalizer/gstiirequalizernbands.c:
5668         * gst/equalizer/gstiirequalizernbands.h:
5669         * tests/check/Makefile.am:
5670         * tests/check/elements/.cvsignore:
5671         * tests/check/elements/equalizer.c:
5672
5673         Remove the equalizer plugin, which has moved to -good
5674
5675 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5676
5677         * configure.ac:
5678         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5679         pre-releases or releases.
5680
5681 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5682
5683         * docs/plugins/Makefile.am:
5684         Don't scan deleted xingmux header.
5685
5686 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5687
5688         * configure.ac:
5689         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5690         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5691         * docs/plugins/inspect/plugin-xingheader.xml:
5692         * gst/xingheader/Makefile.am:
5693         * gst/xingheader/gstxingmux.c:
5694         * gst/xingheader/gstxingmux.h:
5695         * tests/check/Makefile.am:
5696         * tests/check/elements/.cvsignore:
5697         * tests/check/elements/xingmux.c:
5698         * tests/check/elements/xingmux_testdata.h:
5699         Remove the xingmux plugin, as the element has moved into
5700         mpegaudioparse in -ugly.
5701
5702 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5703
5704         * docs/plugins/Makefile.am:
5705         Remove mention of non-existent headers to fix the build.
5706
5707 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5708
5709         * configure.ac:
5710         * ext/Makefile.am:
5711         * ext/gio/Makefile.am:
5712         * ext/gio/gstgio.c:
5713         * ext/gio/gstgio.h:
5714         * ext/gio/gstgiobasesink.c:
5715         * ext/gio/gstgiobasesink.h:
5716         * ext/gio/gstgiobasesrc.c:
5717         * ext/gio/gstgiobasesrc.h:
5718         * ext/gio/gstgiosink.c:
5719         * ext/gio/gstgiosink.h:
5720         * ext/gio/gstgiosrc.c:
5721         * ext/gio/gstgiosrc.h:
5722         * ext/gio/gstgiostreamsink.c:
5723         * ext/gio/gstgiostreamsink.h:
5724         * ext/gio/gstgiostreamsrc.c:
5725         * ext/gio/gstgiostreamsrc.h:
5726         * tests/check/Makefile.am:
5727         * tests/check/pipelines/.cvsignore:
5728         * tests/check/pipelines/gio.c:
5729
5730         Remove GIO plugin which has now moved to -base.
5731
5732 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5733
5734         * docs/plugins/Makefile.am:
5735         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5736         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5737         * docs/plugins/gst-plugins-bad-plugins.args:
5738         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5739         * gst/filter/Makefile.am:
5740         * gst/filter/filter.vcproj:
5741         * gst/filter/gstbpwsinc.c:
5742         * gst/filter/gstbpwsinc.h:
5743         * gst/filter/gstfilter.c:
5744         * gst/filter/gstfilter.h:
5745         * gst/filter/gstlpwsinc.c:
5746         * gst/filter/gstlpwsinc.h:
5747         * tests/check/Makefile.am:
5748         * tests/check/elements/bpwsinc.c:
5749         * tests/check/elements/lpwsinc.c:
5750
5751         Remove lpwsinc and bpwsinc elements - they've become
5752         audiowsinclimit and audiowsincband respectively, in the
5753         gst-plugins-good audiofx plugin.
5754
5755 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5756
5757         * ext\neon\gstneonhttpsrc.c:
5758         Include unistd.h only if _HAVE_UNISTD_H is defined
5759         * gst\mpegvideoparse\mpegvideoparse.c:
5760         Use G_GUINT64_CONSTANT GLIB macro for constant
5761         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
5762         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
5763         * sys\dshowdecwrapper\gstdshowaudiodec.c:
5764         * sys\dshowdecwrapper\gstdshowaudiodec.h:
5765         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
5766         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
5767         * sys\dshowdecwrapper\gstdshowvideodec.c
5768         * sys\dshowdecwrapper\gstdshowvideodec.h:
5769         Add a DirectShow decoder wrapper.
5770         * win32\MANIFEST:
5771         Add new win32 files to MANIFEST
5772         * win32\vs6\gst_plugins_bad.dsw:
5773         * win32\vs6\libgstdshow.dsp:
5774         * win32\vs6\libgstdshowdecwrapper.dsp:
5775         * win32\vs6\libgstflv.dsp:
5776         Add new projects to bad workspace
5777
5778 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5779
5780         * gst/mpegtsparse/mpegtspacketizer.c:
5781         Parse component descriptor.
5782         * gst/mpegtsparse/mpegtsparse.c:
5783         Add SI pids to every program (but hardcoded currently).
5784
5785 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
5786
5787         * ext/metadata/metadata_mapping.htm:
5788         * ext/metadata/metadataexif.c:
5789         * ext/metadata/metadatatags.c:
5790         * ext/metadata/metadatatags.h:
5791         * tests/icles/metadata_editor.c:
5792         * tests/icles/metadata_editor.glade:
5793           Add more tags. Improve test app.
5794
5795 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5796
5797         * gst/multifile/gstmultifilesink.c:
5798           Add a fixme comment.
5799
5800         * gst/selector/gstoutputselector.c:
5801           Fix same leak as in input-selector.
5802
5803         * tests/icles/output-selector-test.c:
5804           Improve the test.
5805
5806 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5807
5808         * gst/spectrum/gstspectrum.c:
5809           Improve the docs.
5810
5811 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5812
5813         * configure.ac:
5814           The dc1394 plugin seems to use API that was removed or changed
5815           before the final 2.0.0 release, so only build it if 2.0.0-rc5
5816           is available. Someone needs to port it to the final API.
5817
5818         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
5819           Include string.h for memcpy and use g_usleep instead of usleep.
5820
5821 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5822
5823         * gst/filter/gstlpwsinc.c:
5824         Fix typo in the long description of the element.
5825
5826 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5827
5828         * gst/xingheader/Makefile.am:
5829         Put CFLAGS and LIBS in the right order
5830
5831 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5832
5833         * configure.ac:
5834           ximagesrc has moved to -good, so no need to check for
5835           the required X libs here any more.
5836
5837 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5838
5839         Patch by: Wouter Cloetens <wouter at mind dot be>
5840
5841         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
5842         (gst_soup_http_src_create):
5843         Fix memory leak and improve debugging a bit.
5844
5845 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
5846
5847         * ext/metadata/metadata_mapping.htm:
5848         * ext/metadata/metadataexif.c:
5849         * ext/metadata/metadatatags.c:
5850         * ext/metadata/metadatatags.h:
5851           Add more tags mapping.
5852
5853 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5854
5855         * gst/mpegtsparse/mpegtsparse.c:
5856         Handle latency queries in src pads.
5857
5858 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5859
5860         * gst/mpegtsparse/mpegtspacketizer.c:
5861         Add flag to both sdt and nit structures to say
5862         whether the table is for the actual network/ts
5863         or not.
5864
5865 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5866
5867         Patch by: Josep Torra Valles <josep@fluendo.com>
5868
5869         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
5870         Flush packetizer too.
5871
5872 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5873
5874         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
5875         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
5876         Don't use GST_BOILERPLATE as the stuff generated from it is not used
5877         anyway and can't be used.
5878         Store the class struct of the correct type in parent_class.
5879         Pass the LADSPA_Descriptor as class_data to the class_init function
5880         as preparation for the time, when we can add pad templates and friends
5881         in class_init and add a FIXME for that.
5882         Don't use a custom hash table for passing the LADSPA_Descriptors to
5883         base_init but use g_type_set_qdata and g_type_get_qdata.
5884
5885 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5886
5887         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5888         Really fix the build.
5889         TODO : Apply spankOmatic2000 on thaytan's rear end.
5890
5891 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5892
5893         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5894           (GstMpeg2EncPictureReader.StreamPictureParams):
5895           Fix compilation with libmjpegtools 1.8.x.
5896
5897 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5898
5899         * ext/ladspa/gstsignalprocessor.c:
5900         (gst_signal_processor_class_add_pad_template):
5901         Don't unref the pad template after adding it.
5902         gst_element_class_add_pad_template takes ownership of it.
5903
5904 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
5905
5906         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5907         Use the incoming pixel-aspect-ratio if provided to infer a 
5908         default aspect ratio, which can be overridden using the 'aspect'
5909         property.
5910
5911         Fixes: #499008
5912
5913 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
5914
5915         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
5916
5917         * configure.ac:
5918         Fix variable naming to make it possible to build the glimagesink
5919         plugin. Fixes bug #514093.
5920
5921 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5922
5923         * ext/metadata/gstmetadatademux.c:
5924           Demote metadatademux to GST_RANK_NONE for the release, it's not
5925           ready to be autoplugged yet.
5926
5927         * tests/icles/metadata_editor.c:
5928           Fix printf format warning for GType on ppc32 by removing it,
5929           since it doesn't make sense to print the GType value anyway.
5930
5931 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
5932
5933         * ext/metadata/TODO:
5934         * ext/metadata/gstmetadatamux.c:
5935         * ext/metadata/metadata_mapping.htm:
5936         * ext/metadata/metadataexif.c:
5937         * ext/metadata/metadatatags.c:
5938         * ext/metadata/metadatatags.h:
5939           Map more Exif tags.
5940
5941 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5942
5943         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
5944         Don't leak event on pads that are not linked. Fixes #512826.
5945
5946 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5947
5948         * configure.ac:
5949           Bump core/base requirements to released versions, to avoid confusion.
5950
5951         * gst/deinterlace/Makefile.am:
5952         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
5953           Use the new GstVideoFormat API to get strides, plane offsets etc..
5954           For Y42B we still need to calculate these ourselves, since the lib
5955           in -base doesn't know about this format yet and we can't bump the
5956           requirement to CVS right now. Fix the Y42B stride, offset and size
5957           calculations for odd widths and heights while we're at it though
5958           (to match those in videotestsrc).
5959
5960 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
5961
5962         * ext/metadata/metadata_mapping.htm:
5963         * ext/metadata/metadataexif.c:
5964         * ext/metadata/metadataiptc.c:
5965         * ext/metadata/metadatatags.c:
5966         * ext/metadata/metadatatags.h:
5967         * ext/metadata/metadataxmp.c:
5968           Add documentation.
5969
5970 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5971
5972         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5973         Fix compilation.
5974
5975 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5976
5977         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
5978         Really clean up the queue instead of just unreffing all buffers
5979         in it.
5980
5981         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
5982         (gst_app_src_class_init), (gst_app_src_init),
5983         (gst_app_src_dispose), (gst_app_src_finalize):
5984         Fix dispose/finalize.
5985
5986 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5987
5988         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
5989         Fix compiler warning by making the function signature match what
5990         everyone is passing in...
5991
5992         * tests/icles/Makefile.am:
5993         Fix the build on Solaris by removing GNU ld specific flags that
5994         look unnecessary.
5995
5996 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5997
5998         * ext/metadata/Makefile.am:
5999         Add some relevant variables to CFLAGS and LIBADD, for example our
6000         compiler warnings paramters.
6001
6002         * ext/metadata/gstbasemetadata.c:
6003         (gst_base_metadata_strip_push_buffer),
6004         (gst_base_metadata_calculate_offsets),
6005         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
6006         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
6007         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
6008         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
6009         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
6010         (gst_metadata_mux_dispose),
6011         (gst_metadata_mux_create_chunks_from_tags):
6012         * ext/metadata/metadata.c: (metadata_dispose):
6013         * ext/metadata/metadataexif.c:
6014         (metadataparse_exif_content_foreach_entry_func),
6015         (metadatamux_exif_for_each_tag_in_list):
6016         * ext/metadata/metadataiptc.c:
6017         (metadatamux_iptc_for_each_tag_in_list):
6018         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
6019         (metadatamux_jpeg_reading):
6020         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
6021         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
6022         * ext/metadata/metadataparsepng.c:
6023         * ext/metadata/metadataparseutil.h:
6024         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
6025         (metadatamux_xmp_create_chunk_from_tag_list):
6026         Fix a million warnings that showed up after the above change.
6027
6028 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6029
6030         * ext/soup/gstsouphttpsrc.c: (_do_init),
6031         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6032         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6033         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6034         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6035         (gst_soup_http_src_queue_message),
6036         (gst_soup_http_src_add_range_header),
6037         (gst_soup_http_src_session_unpause_message),
6038         (gst_soup_http_src_session_pause_message),
6039         (gst_soup_http_src_session_close),
6040         (gst_soup_http_src_got_headers_cb),
6041         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6042         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6043         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6044         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6045         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6046         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6047         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6048         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6049         (gst_soup_http_src_uri_get_protocols),
6050         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6051         (gst_soup_http_src_uri_handler_init), (plugin_init):
6052         Add changes to gstsouphttpsrc.c that were missing from last commit.
6053
6054 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6055
6056         Patch by: Wouter Cloetens <wouter at mind dot be>
6057
6058         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6059         * docs/plugins/gst-plugins-bad-plugins.args:
6060         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6061         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6062         * docs/plugins/inspect/plugin-soup.xml:
6063         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6064         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6065         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6066         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6067         (gst_soup_http_src_queue_message),
6068         (gst_soup_http_src_add_range_header),
6069         (gst_soup_http_src_session_unpause_message),
6070         (gst_soup_http_src_session_pause_message),
6071         (gst_soup_http_src_session_close),
6072         (gst_soup_http_src_got_headers_cb),
6073         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6074         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6075         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6076         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6077         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6078         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6079         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6080         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6081         (gst_soup_http_src_uri_get_protocols),
6082         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6083         (gst_soup_http_src_uri_handler_init), (plugin_init):
6084         * ext/soup/gstsouphttpsrc.h:
6085         Make coding style more consistent, including class renaming.
6086
6087 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6088
6089         * configure.ac:
6090         Fix configure check for soundtouch to not produce syntax errors.
6091
6092 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6093
6094         * configure.ac:
6095         * ext/metadata/metadataxmp.c:
6096         (metadatamux_xmp_for_each_tag_in_list):
6097         Fix build with exempi >= 1.99.5 and fix the include
6098         path for exempi.
6099
6100 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6101
6102         * ext/metadata/TODO:
6103           Just uptade the ToDo list.
6104
6105 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6106
6107         * ext/metadata/gstbasemetadata.c:
6108         * ext/metadata/metadatamuxjpeg.c:
6109         * ext/metadata/metadatamuxpng.c:
6110         * ext/metadata/metadataparsejpeg.c:
6111         * ext/metadata/metadatatypes.c:
6112         * ext/metadata/metadatatypes.h:
6113         * ext/metadata/metadataxmp.c:
6114           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
6115
6116 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6117
6118         Patch by: Wouter Cloetens <wouter at mind dot be>
6119
6120         * ext/soup/gstsouphttpsrc.c:
6121         Update documentation a bit.
6122
6123         * docs/plugins/gst-plugins-bad-plugins.args:
6124         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6125         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6126         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6127         * docs/plugins/inspect/plugin-alsaspdif.xml:
6128         * docs/plugins/inspect/plugin-dvb.xml:
6129         * docs/plugins/inspect/plugin-filter.xml:
6130         * docs/plugins/inspect/plugin-glimagesink.xml:
6131         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6132         * docs/plugins/inspect/plugin-quicktime.xml:
6133         * docs/plugins/inspect/plugin-rawparse.xml:
6134         * docs/plugins/inspect/plugin-replaygain.xml:
6135         * docs/plugins/inspect/plugin-sdl.xml:
6136         * docs/plugins/inspect/plugin-soundtouch.xml:
6137         * docs/plugins/inspect/plugin-soup.xml:
6138         * docs/plugins/inspect/plugin-spcdec.xml:
6139         * docs/plugins/inspect/plugin-spectrum.xml:
6140         * docs/plugins/inspect/plugin-speed.xml:
6141         * docs/plugins/inspect/plugin-speexresample.xml:
6142         * docs/plugins/inspect/plugin-switch.xml:
6143         * docs/plugins/inspect/plugin-videocrop.xml:
6144         Regenerate everything for the documentation changes we had.
6145
6146 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6147
6148         * ext/gio/gstgiobasesink.c: (close_stream_cb),
6149         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
6150         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
6151         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
6152         (gst_gio_base_src_stop), (gst_gio_base_src_create),
6153         (gst_gio_base_src_set_stream):
6154         Use async variants of the close stream functions to prevent blocking
6155         for a long time there and add some more sanity checks for a correct
6156         stream.
6157
6158 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6159
6160         * tests/icles/Makefile.am:
6161         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
6162
6163 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6164
6165         Patch by: Wouter Cloetens <wouter at mind dot be>
6166
6167         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
6168         Let the proxy property default to the content of the $http_proxy
6169         environment variable.
6170
6171 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6172
6173         Patch by: Wouter Cloetens <wouter at mind dot be>
6174
6175         * tests/check/test-cert.pem:
6176         * tests/check/test-key.pem:
6177         Add missing files for the unit test.
6178
6179 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6180
6181         Patch by: Wouter Cloetens <wouter at mind dot be>
6182
6183         * docs/plugins/Makefile.am:
6184         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6185         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6186         Add souphttpsrc to the docs.
6187
6188         * configure.ac:
6189         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6190         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
6191         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
6192         (gst_souphttp_src_cancel_message),
6193         (gst_souphttp_src_queue_message),
6194         (gst_souphttp_src_add_range_header),
6195         (gst_souphttp_src_session_unpause_message),
6196         (gst_souphttp_src_session_pause_message),
6197         (gst_souphttp_src_session_close),
6198         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
6199         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
6200         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
6201         (gst_souphttp_src_create), (gst_souphttp_src_start),
6202         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
6203         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
6204         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6205         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
6206         (plugin_init):
6207         * ext/soup/gstsouphttpsrc.h:
6208         Add support for libsoup2.4 and require it. Also implement redirection
6209         and manual proxy specification. Fixes bug #510708.
6210
6211         * tests/check/Makefile.am:
6212         * tests/check/elements/.cvsignore:
6213         * tests/check/elements/souphttpsrc.c:
6214         Add unit test for souphttpsrc.
6215
6216 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6217
6218         * ext/Makefile.am:
6219         * ext/metadata/TODO:
6220         * ext/metadata/gstbasemetadata.c:
6221         * ext/metadata/gstbasemetadata.h:
6222         * ext/metadata/metadatamuxjpeg.c:
6223         * ext/metadata/metadatamuxjpeg.h:
6224         * ext/metadata/metadatamuxpng.c:
6225         * ext/metadata/metadatamuxpng.h:
6226         * ext/metadata/metadataparsejpeg.c:
6227         * ext/metadata/metadataparsepng.c:
6228         * tests/icles/Makefile.am:
6229           Add documentation. Fix test app compilation. Fix pull mode.
6230
6231 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6232
6233         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
6234
6235         * gst/rtpmanager/gstrtpjitterbuffer.c:
6236         (gst_rtp_jitter_buffer_chain):
6237         Try to get the new clock-rate from the buffer caps when we receive a new
6238         payload type instead of always firing the signal. Fixes #512774.
6239
6240 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
6241
6242         * ext/mpeg2enc/gstmpeg2enc.cc:
6243         Define LOG_NONE and friends if they're not defined yet. mjpegtools
6244         1.9.0rc3 removed their definitions but without it doesn't make much
6245         sense to write a log handler.
6246
6247 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6248
6249         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6250         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6251         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6252         * docs/plugins/gst-plugins-bad-plugins.types:
6253           Add base classes for metadata and equalizer (no introspection yet).
6254
6255 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6256
6257         * ext/metadata/README:
6258           Formatting.
6259         * tests/icles/metadata_editor.c:
6260           Include stdlib.h.
6261
6262 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6263
6264         * configure.ac:
6265         * docs/plugins/Makefile.am:
6266         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6267         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6268         * docs/plugins/gst-plugins-bad-plugins.args:
6269         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6270         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6271         * docs/plugins/gst-plugins-bad-plugins.signals:
6272         * docs/plugins/inspect/plugin-metadata.xml:
6273         * docs/plugins/inspect/plugin-selector.xml:
6274         * docs/plugins/inspect/plugin-soundtouch.xml:
6275         * docs/plugins/inspect/plugin-switch.xml:
6276         * gst/selector/.cvsignore:
6277         * gst/selector/Makefile.am:
6278         * gst/selector/gstinputselector.c:
6279         * gst/selector/gstinputselector.h:
6280         * gst/selector/gstoutputselector.c:
6281         * gst/selector/gstoutputselector.h:
6282         * gst/selector/gstselector-marshal.list:
6283         * gst/selector/gstselector.c:
6284         * gst/selector/selector.vcproj:
6285         * gst/switch/.cvsignore:
6286         * gst/switch/Makefile.am:
6287         * gst/switch/gstswitch-marshal.list:
6288         * gst/switch/gstswitch.c:
6289         * gst/switch/gstswitch.h:
6290         * gst/switch/switch.vcproj:
6291         * tests/icles/.cvsignore:
6292         * tests/icles/Makefile.am:
6293         * tests/icles/output-selector-test.c:
6294           Replace the switch plugin with the selector plugin. Add output-
6295           selector as the opposite of input-selectoo (was switch). Add a test
6296           for output-selector. Add docs for the elements. The vcproj needs
6297           update. Fixes #500142.
6298
6299 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6300
6301         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6302           Try to avoid 'unused variable' compiler warning if debugging is
6303           disabled (not bullet proof, but seems to do for now). (#512654)
6304
6305 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
6306
6307         * ext/soundtouch/gstbpmdetect.cc:
6308         Clean up a bit and only allocate a temporary buffer for the data
6309         if processing stereo data as BPMDetect downmixes from stereo to
6310         mono and stores the result in the input data. Thanks to
6311         Stefan Kost for the suggestions.
6312
6313 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6314
6315         * ext/soundtouch/gstpitch.cc:
6316         Cast a double to a GstClockTimeDiff to fix a compiler warning.
6317
6318 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
6319
6320         * tests/icles/metadata_editor.c:
6321           Printf format fix.
6322
6323 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6324
6325         * ext/soundtouch/gstpitch.cc:
6326         Don't send a LATENCY event for now until we get the usage right.
6327
6328 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6329
6330         * ext/soundtouch/gstpitch.cc:
6331         * ext/soundtouch/gstpitch.hh:
6332         Implement LATENCY query and notify about latency changes.
6333         Unfortunately we don't have a fixed latency but it changes
6334         a bit with each buffer so we only send an LATENCY event with
6335         the maximum latency if it changes.
6336
6337         Always calculate the timestamp, duration, etc from the sample
6338         rate instead of using a pre-calculated duration for one sample
6339         to prevent large rounding errors.
6340
6341 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6342
6343         Based on a patch by:
6344             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
6345
6346         * configure.ac:
6347         * ext/mpeg2enc/gstmpeg2encoder.cc:
6348         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6349         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
6350         Add support for building against mjpegtools 1.9 while keeping
6351         compatiblity with older versions.
6352
6353 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6354
6355         * ext/soundtouch/gstbpmdetect.cc:
6356         Only consider a BPM value above 1.0 as valid.
6357
6358 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6359
6360         * ext/soundtouch/Makefile.am:
6361         * ext/soundtouch/gstbpmdetect.cc:
6362         * ext/soundtouch/gstbpmdetect.hh:
6363         * ext/soundtouch/plugin.c: (plugin_init):
6364         Add BPM detection plugin based on SoundTouch's libBPM.
6365
6366         * ext/soundtouch/gstpitch.cc:
6367         Allow sample rates until MAX instead of only 48kHz and remove the
6368         buffer-frames field from that caps.
6369         Clear the remaining samples completely when necessary to get into
6370         a clean state again.
6371
6372 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6373
6374         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
6375         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
6376         Don't implement get_unit_size() ourselves, the GstAudioFilter base
6377         class already does this for us.
6378
6379 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6380
6381         * ext/soundtouch/gstpitch.cc:
6382         Allow seeking only in TIME and DEFAULT format, other formats will
6383         not work as expected. Also handle a stop position of -1 correctly
6384         for seeks, newsegment events and the queries. This fixes playback
6385         with the pitch element if upstream doesn't know the duration or has
6386         -1 as stop position in NEWSEGMENT events for other reasons. Before
6387         simply nothing was played as the segment was going from 0 to 0.
6388
6389         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
6390         so applications can update their cached duration. Fixes bug #503308.
6391
6392         Some random cleanup and memory leak closing.
6393
6394 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6395
6396         * ext/musepack/gstmusepackdec.h:
6397         * ext/musepack/gstmusepackreader.c:
6398         First include the libmpcdec headers before everything else as they
6399         #define TRUE and FALSE unconditionally and we otherwise get conflicts
6400         with the ones that GLib defines.
6401
6402 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6403
6404         * configure.ac:
6405         * ext/soundtouch/gstpitch.cc:
6406         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
6407         the header definined PACKAGE and other variables for which we need
6408         our own values from config.h.
6409
6410 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6411
6412         * configure.ac:
6413           Check for libglade-2.0, for the metadata-editor example.
6414
6415         * tests/icles/Makefile.am:
6416           Only try to build the metadata-editor example if we have gtk and
6417           glade (otherwise the build would just fail ...); fix build in
6418           uninstalled setup.
6419
6420         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
6421           Fix compiler warnings (use GLib macros to cast pointer <-> int).
6422
6423 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
6424
6425         * ext/metadata/TODO:
6426         * ext/metadata/gstbasemetadata.c:
6427         * ext/metadata/metadata.c:
6428         * ext/metadata/metadata.h:
6429         * ext/metadata/metadataexif.c:
6430         * ext/metadata/metadataexif.h:
6431         * ext/metadata/metadataiptc.c:
6432         * ext/metadata/metadataiptc.h:
6433         * ext/metadata/metadataparsejpeg.c:
6434         * ext/metadata/metadataparsejpeg.h:
6435         * ext/metadata/metadataparsepng.c:
6436         * ext/metadata/metadataparsepng.h:
6437         * ext/metadata/metadataparseutil.c:
6438         * ext/metadata/metadataparseutil.h:
6439         * ext/metadata/metadatatags.c:
6440         * ext/metadata/metadatatags.h:
6441         * ext/metadata/metadatatypes.c:
6442         * ext/metadata/metadatatypes.h:
6443         * ext/metadata/metadataxmp.c:
6444         * ext/metadata/metadataxmp.h:
6445         * ext/metadata/test/Makefile:
6446         * ext/metadata/test/MetadataEditorMain.glade:
6447         * ext/metadata/test/metadata_editor.c:
6448         * tests/icles/Makefile.am:
6449         * tests/icles/metadata_editor.c:
6450         * tests/icles/metadata_editor.glade:
6451           Add lot of documentation.
6452
6453 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6454
6455         * sys/dvb/gstdvbsrc.c:
6456         Open frontend in NULL->READY so caps about dvb adapter can be
6457         seen by the app.
6458
6459 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6460
6461         Patch by: Olivier Crete <tester@tester.ca>
6462
6463         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6464         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6465         Also handle lip-sync when the clock-rate is not provided with caps but
6466         with a signal.
6467
6468 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6469
6470         Patch by: Olivier Crete <tester@tester.ca>
6471
6472         * gst/rtpmanager/gstrtpjitterbuffer.c:
6473         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6474         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6475         (rtp_jitter_buffer_insert):
6476         * gst/rtpmanager/rtpjitterbuffer.h:
6477         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6478         a clock-rate can be provided with each buffer instead. Fixes #511686.
6479
6480 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6481
6482         Patch by: Olivier Crete <tester@tester.ca>
6483
6484         * gst/rtpmanager/gstrtpjitterbuffer.c:
6485         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6486         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6487         Remove old unused variable.
6488         Track pt on input buffers and get the clock-rate when it changes.
6489         Ignore packets with unknown clock-rate. Fixes #511146.
6490
6491 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6492
6493         * sys/dvb/gstdvbsrc.c:
6494         Post bus message about adapter type and it's capabilities,
6495         when opening the frontend.
6496         After failing to read from the dvr, post a bus message to
6497         inform the app.
6498
6499 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6500
6501         * gst/mpegtsparse/mpegtspacketizer.c:
6502         The logic for the guard interval calculation was totally wrong.
6503         Fixed.
6504
6505 2008-01-24  David Schleef  <ds@schleef.org>
6506
6507         Patch by: Olivier Crete <tester@tester.ca>
6508
6509         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6510           wrong function.  Fixes #511920
6511
6512 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6513
6514         * docs/plugins/Makefile.am:
6515         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6516         * docs/plugins/gst-plugins-bad-plugins.args:
6517         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6518         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6519         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6520         * docs/plugins/gst-plugins-bad-plugins.signals:
6521           Now we have full hierarchy.
6522
6523         * docs/plugins/inspect/plugin-metadata.xml:
6524           Regenerate.
6525
6526         * ext/amrwb/gstamrwbdec.h:
6527           Add doc blob for object instance.
6528
6529 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6530
6531         * docs/plugins/gst-plugins-bad-plugins.args:
6532         * docs/plugins/inspect/plugin-metadata.xml:
6533           Update this too, hopefully fixes the docs build (does at least
6534           for me, after make clean in docs/plugins).
6535
6536 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6537
6538         * gst/mpegtsparse/gstmpegdesc.h:
6539         * gst/mpegtsparse/mpegtspacketizer.c:
6540         Fix network name descriptor, the length is actually the
6541         descriptor length not stored in the byte after.
6542         Fix bounds checking to be more correct.
6543
6544 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6545
6546         * docs/plugins/Makefile.am:
6547         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6548         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6549         * ext/metadata/TODO:
6550         * ext/metadata/gstbasemetadata.c:
6551         * ext/metadata/gstbasemetadata.h:
6552         * ext/metadata/gstmetadatademux.c:
6553         * ext/metadata/gstmetadatademux.h:
6554         * ext/metadata/gstmetadatamux.c:
6555         * ext/metadata/gstmetadatamux.h:
6556         * ext/metadata/metadatatags.c:
6557           Add some documentation.
6558
6559 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6560
6561         * configure.ac:
6562         * ext/dts/gstdtsdec.c:
6563         Add support for building against libdca (with the libdts compat
6564         header). Fixes bug #511530.
6565
6566         Should probably be ported to libdca as some points as it's the
6567         successor of libdts.
6568
6569 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6570
6571         * sys/dvb/gstdvbsrc.c:
6572         Do not go on forever if problem with reading from dvr, rather
6573         return NULL.
6574         Handle some cleanup issues of closing filedescriptors when
6575         failing to tune or similar.
6576
6577 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6578
6579         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6580         * gst-plugins-bad.spec: update for latest changes
6581
6582 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6583
6584         * docs/plugins/Makefile.am:
6585         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6586         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6587         * gst/xingheader/gstxingmux.c:
6588         * gst/xingheader/gstxingmux.h:
6589         Add documentation for the xingheader plugin.
6590
6591         * tests/check/elements/xingmux.c: (GST_START_TEST):
6592         Set element state to PLAYING before doing something else.
6593
6594 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6595
6596         * tests/check/Makefile.am:
6597         * tests/check/elements/.cvsignore:
6598         * tests/check/elements/xingmux.c: (setup_xingmux),
6599         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6600         * tests/check/elements/xingmux_testdata.h:
6601         Add simple unit test for the xingmux element.
6602
6603         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6604         (gst_xing_mux_finalize), (xing_reset):
6605         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6606
6607 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6608
6609         * gst/mpegtsparse/gstmpegdesc.h:
6610         * gst/mpegtsparse/mpegtspacketizer.c:
6611         Parsed the satellite delivery system descriptor and
6612         added into nit's transport structure for delivery
6613         over the bus.
6614
6615 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6616
6617         * gst/mpegtsparse/mpegtspacketizer.c:
6618         Parsed and added network name to the nit structure sent
6619         in the bus message.
6620
6621 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6622
6623         * gst/mpegtsparse/mpegtspacketizer.c:
6624         Remove leaks introduced by not freeing g_strndup'd strings.
6625         Fix start_time and duration parsing in EIT.
6626
6627 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6628
6629         * gst/mpegtsparse/mpegtspacketizer.c:
6630         Add event name and description to the eit structure
6631         sent in the bus message.
6632
6633 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6634
6635         * gst/mpegtsparse/mpegtsparse.c:
6636         Revert const removal from previous commit.
6637
6638 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6639
6640         * gst/mpegtsparse/Makefile.am:
6641         * gst/mpegtsparse/gstmpegdesc.c:
6642         * gst/mpegtsparse/gstmpegdesc.h:
6643         * gst/mpegtsparse/mpegtspacketizer.c:
6644         * gst/mpegtsparse/mpegtsparse.c:
6645         Added descriptor searching infrastructure from Fluendo TS demuxer.
6646         Add channel name and provider to the sdt structure sent in the
6647         bus message.
6648
6649 2008-01-22  Julien Moutte  <julien@fluendo.com>
6650
6651         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6652         Parse NAL units in forward mode to mark delta units flags.
6653
6654 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6655
6656         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6657         * docs/plugins/gst-plugins-bad-plugins.args:
6658         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6659         * docs/plugins/inspect/plugin-musepack.xml:
6660           Regenerate.
6661   
6662         * docs/plugins/inspect/plugin-tremor.xml:
6663           Add vorbisidec aka trmor.
6664
6665         * ext/dc1394/gstdc1394.c:
6666           Add short description.
6667
6668 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6669
6670         * docs/plugins/Makefile.am:
6671           Add missing eol \
6672
6673         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6674           Place object names to standard sectionas plugin dont document those.
6675
6676         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6677         * docs/plugins/gst-plugins-bad-plugins.args:
6678         * docs/plugins/gst-plugins-bad-plugins.signals:
6679         * docs/plugins/inspect/plugin-dvb.xml:
6680         * docs/plugins/inspect/plugin-nuvdemux.xml:
6681           regenerate.
6682           
6683         * ext/ivorbis/vorbisdec.c:
6684         * ext/ivorbis/vorbisdec.h:
6685           Mark private vars and add short desc.
6686
6687         * ext/mythtv/gstmythtvsrc.c:
6688         * ext/theora/theoradec.c:
6689           Add short desc.
6690
6691 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6692
6693         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6694         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6695         * gst/nuvdemux/gstnuvdemux.c:
6696           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
6697           it actually is.
6698
6699 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6700
6701         * docs/plugins/Makefile.am:
6702         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6703         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6704           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
6705           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
6706
6707         * docs/plugins/inspect/plugin-gstinterlace.xml:
6708         * docs/plugins/inspect/plugin-rawparse.xml
6709         * docs/plugins/inspect/plugin-videoparse.xml:
6710           Replace videoparse with rawparse.
6711
6712         * gst/dvdspu/gstdvdspu.h:
6713           Help gtk-doc to recognize the object struct.
6714
6715 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6716
6717         * gst/librfb/rfbdecoder.c:
6718         * gst/librfb/rfbdecoder.h:
6719           Don't use gtk-doc comment style for non gtk-doc comments.
6720           Make one static function static.
6721
6722 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
6723
6724         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
6725
6726         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
6727         (gst_deinterlace_init), (gst_deinterlace_set_caps),
6728         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
6729         (gst_deinterlace_get_property):
6730         * gst/deinterlace/gstdeinterlace.h:
6731         Provide 4:2:2 support
6732         Also deinterlace chroma planes
6733         Allow to turn on/off deinterlacing
6734         Change of default thresholds, in order to provide acceptable results
6735         with default params. Fixes #511001.
6736
6737 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6738
6739         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6740           Update docs file too.
6741
6742 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6743
6744         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
6745         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
6746           (subpic_sink_factory), (gst_dvd_spu_base_init),
6747           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
6748           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
6749           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
6750           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
6751           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
6752           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
6753           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
6754           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
6755           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
6756           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
6757           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
6758           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
6759           (gst_dvd_spu_plugin_init):
6760         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
6761           Fix up dvdspu element again after previous namespace mangling:
6762           rename debug category variable to old name, matching that in
6763           dvdspu-render.c, to avoid undefined symbol error when loading
6764           the module; same for the _render function in dvdspu-render.c:
6765           we must use the same name in both .c files; change functions
6766           now called gstgst_* back to gst_* again; and while we're at it,
6767           we may as well canonicalise the namespace properly, namely to
6768           gst_dvd_spu_*.
6769
6770 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6771
6772         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6773         * ext/theora/theoradec.c:
6774         * ext/theora/theoradec.h:
6775           Coherent namespace usage and adding symbold from unused to sections.
6776
6777 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6778
6779         * docs/plugins/Makefile.am:
6780         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6781           Add symbols from -unused.txt to the right place.
6782
6783         * gst/dvdspu/gstdvdspu.c:
6784         * gst/dvdspu/gstdvdspu.h:
6785           Coherent namespace usage.
6786
6787         * gst/spectrum/gstspectrum.c:
6788           Fix broken XML fragment in doc snippet even more.
6789
6790 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6791
6792         * docs/plugins/Makefile.am:
6793           Update include list.
6794
6795         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6796           Update xml includes.
6797
6798         * docs/plugins/inspect/plugin-alsaspdif.xml:
6799         * docs/plugins/inspect/plugin-amrwb.xml:
6800         * docs/plugins/inspect/plugin-bayer.xml:
6801         * docs/plugins/inspect/plugin-bz2.xml:
6802         * docs/plugins/inspect/plugin-cdxaparse.xml:
6803         * docs/plugins/inspect/plugin-dtsdec.xml:
6804         * docs/plugins/inspect/plugin-dvbsrc.xml:
6805         * docs/plugins/inspect/plugin-dvdspu.xml:
6806         * docs/plugins/inspect/plugin-equalizer.xml:
6807         * docs/plugins/inspect/plugin-faac.xml:
6808         * docs/plugins/inspect/plugin-faad.xml:
6809         * docs/plugins/inspect/plugin-fbdevsink.xml:
6810         * docs/plugins/inspect/plugin-festival.xml:
6811         * docs/plugins/inspect/plugin-filter.xml:
6812         * docs/plugins/inspect/plugin-flvdemux.xml:
6813         * docs/plugins/inspect/plugin-freeze.xml:
6814         * docs/plugins/inspect/plugin-gsm.xml:
6815         * docs/plugins/inspect/plugin-gstinterlace.xml:
6816         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
6817         * docs/plugins/inspect/plugin-h264parse.xml:
6818         * docs/plugins/inspect/plugin-interleave.xml:
6819         * docs/plugins/inspect/plugin-ladspa.xml:
6820         * docs/plugins/inspect/plugin-metadata.xml:
6821         * docs/plugins/inspect/plugin-modplug.xml:
6822         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
6823         * docs/plugins/inspect/plugin-mpegtsparse.xml:
6824         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6825         * docs/plugins/inspect/plugin-musicbrainz.xml:
6826         * docs/plugins/inspect/plugin-mve.xml:
6827         * docs/plugins/inspect/plugin-nsfdec.xml:
6828         * docs/plugins/inspect/plugin-nuvdemux.xml:
6829         * docs/plugins/inspect/plugin-qtdemux.xml:
6830         * docs/plugins/inspect/plugin-quicktime.xml:
6831         * docs/plugins/inspect/plugin-real.xml:
6832         * docs/plugins/inspect/plugin-replaygain.xml:
6833         * docs/plugins/inspect/plugin-sdl.xml:
6834         * docs/plugins/inspect/plugin-sdp.xml:
6835         * docs/plugins/inspect/plugin-spectrum.xml:
6836         * docs/plugins/inspect/plugin-speed.xml:
6837         * docs/plugins/inspect/plugin-speexresample.xml:
6838         * docs/plugins/inspect/plugin-stereo.xml:
6839         * docs/plugins/inspect/plugin-switch.xml:
6840         * docs/plugins/inspect/plugin-timidity.xml:
6841         * docs/plugins/inspect/plugin-tta.xml:
6842         * docs/plugins/inspect/plugin-videocrop.xml:
6843         * docs/plugins/inspect/plugin-videoparse.xml:
6844         * docs/plugins/inspect/plugin-videosignal.xml:
6845         * docs/plugins/inspect/plugin-vmnc.xml:
6846         * docs/plugins/inspect/plugin-wildmidi.xml:
6847         * docs/plugins/inspect/plugin-x264.xml:
6848         * docs/plugins/inspect/plugin-xingheader.xml:
6849         * docs/plugins/inspect/plugin-xvid.xml:
6850         * docs/plugins/inspect/plugin-y4menc.xml:
6851           Regenerate files.
6852
6853         * gst/spectrum/gstspectrum.c:
6854           Fix broken XML fragment in doc snippet.
6855
6856         * tests/check/elements/.cvsignore:
6857           Add test binary to ignores.
6858
6859 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6860
6861         * gst/h264parse/gsth264parse.c:
6862           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
6863
6864 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
6865
6866         Patch by: Wouter Cloetens <wouter at mind dot be>
6867
6868         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6869         Report the size of the stream as the total size instead of
6870         the remaining Content-Length, which is wrong after a seek.
6871
6872 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6873
6874         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
6875         (gst_raw_parse_loop):
6876         Handle framesizes > 4096 with multiple frames per buffer correctly
6877         in pull mode and handle short reads better.
6878         Also put offset and offset_end on outgoing buffers.
6879
6880 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6881
6882         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
6883         Improve handling of unknown or too small upstream sizes in
6884         pull mode.
6885
6886 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6887
6888         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
6889         (gst_raw_parse_handle_seek_push):
6890         Improve debugging a bit and for handling multiple frames per buffer
6891         in pull mode choose the next smallest multiply of framesize below
6892         4096 instead of always handling 1024 frames.
6893
6894 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6895
6896         Patch by: Wouter Cloetens <wouter at mind dot be>
6897
6898         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6899         Correctly set duration on the GstBaseSrc segment when we know it
6900         to fix failing the duration query.
6901
6902 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6903
6904         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
6905         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
6906         Set timestamps more correctly.
6907
6908 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6909
6910         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
6911         (gst_raw_parse_init), (gst_raw_parse_reset),
6912         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
6913         (gst_raw_parse_chain), (gst_raw_parse_loop),
6914         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
6915         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
6916         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
6917         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
6918         * gst/rawparse/gstrawparse.h:
6919         Implement pull mode.
6920
6921 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6922
6923         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6924         Fix memory leak spotted by the unit test.
6925
6926 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6927
6928         * tests/check/Makefile.am:
6929         Enable spectrum test again.
6930
6931         * tests/check/gst-plugins-bad.supp:
6932         Add suppressions for a singleton in GIO that can't be freed.
6933
6934 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6935
6936         * tests/check/Makefile.am:
6937         * tests/check/elements/.cvsignore:
6938         * tests/check/elements/equalizer.c: (setup_equalizer),
6939         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
6940         Add some minimal tests for the equalizer plugin.
6941
6942 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6943
6944         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
6945         Unparent all bands from the equalizer when finalizing to stop
6946         leaking them.
6947
6948 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6949
6950         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
6951         Add support for WebDAV.
6952
6953 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6954
6955         Patch by: Wouter Cloetens <wouter at mind dot be>
6956
6957         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6958         (gst_souphttp_src_init), (gst_souphttp_src_create),
6959         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6960         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
6961         * ext/soup/gstsouphttpsrc.h:
6962         Add support for seeking to souphttpsrc. Fixes bug #502335.
6963
6964 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6965
6966         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
6967         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6968         (gst_h264_parse_find_start_reverse),
6969         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
6970         * gst/h264parse/gsth264parse.h:
6971         Improve debugging.
6972         Fix buffer splitting at sync codes and leftover buffer after
6973         scanning.
6974
6975 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
6976
6977         * ext/metadata/TODO:
6978         * ext/metadata/metadataexif.c:
6979         * ext/metadata/metadataxmp.c:
6980           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
6981
6982 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
6983
6984         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
6985         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
6986         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
6987         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
6988         (gst_h264_parse_init), (gst_h264_parse_set_property),
6989         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
6990         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
6991         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6992         (gst_h264_parse_find_start_reverse),
6993         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
6994         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
6995         * gst/h264parse/gsth264parse.h:
6996         Add reverse playback support for containers that don't know how to
6997         properly send data between I-frames.
6998
6999 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
7000
7001         * configure.ac:
7002         * tests/check/pipelines/gio.c: (GST_START_TEST):
7003         Update for API changes in GIO and require GIO 2.15.2 for this.
7004
7005 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7006
7007         * gst/xingheader/gstxingmux.c: (generate_xing_header):
7008         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
7009         of 0xfe.
7010
7011 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7012
7013         * gst/xingheader/gstxingmux.c: (generate_xing_header):
7014         Remove accidentially leftover debug printf.
7015
7016 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7017
7018         * gst/xingheader/gstxingmux.c: (has_xing_header),
7019         (generate_xing_header), (gst_xing_mux_chain),
7020         (gst_xing_mux_sink_event):
7021         Choose smallest possible frame size for the Xing header, properly
7022         set the timestamp, duration and offset on the outgoing buffers,
7023         only send NEWSEGMENT events in BYTE format downstream and also
7024         drop VBRI headers if already existing.
7025
7026 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
7027
7028         * gst/xingheader/Makefile.am:
7029         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
7030         (has_xing_header), (generate_xing_header),
7031         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
7032         (gst_xing_mux_init), (gst_xing_mux_chain),
7033         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
7034         * gst/xingheader/gstxingmux.h:
7035         Major cleanup and rewrite of xingmux with less bugs and new features:
7036         - Handles other layers as 3
7037         - Write TOC
7038
7039 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
7040
7041         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
7042           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
7043           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
7044           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
7045           (test_buffer_square_int16_stereo):
7046         * tests/check/elements/rglimiter.c: (create_test_buffer):
7047         * tests/check/elements/rgvolume.c: (test_buffer_new):
7048           It's "endianness", not "endianess". Fixes unit tests.
7049
7050 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7051
7052         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7053         If we find the caps in the cache, use it to parse the clock-rate instead
7054         of returning an error. Fixes a TODO as found by Youness Alaoui.
7055
7056 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7057
7058         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
7059
7060         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7061         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
7062         (rtp_session_set_process_rtp_callback),
7063         (rtp_session_set_send_rtp_callback),
7064         (rtp_session_set_send_rtcp_callback),
7065         (rtp_session_set_sync_rtcp_callback),
7066         (rtp_session_set_clock_rate_callback),
7067         (rtp_session_set_reconsider_callback), (source_push_rtp),
7068         (source_clock_rate), (rtp_session_process_bye),
7069         (rtp_session_process_rtcp), (rtp_session_send_bye),
7070         (rtp_session_on_timeout):
7071         * gst/rtpmanager/rtpsession.h:
7072         Make it possible to use different user_data for each of the callbacks.
7073         Fixes #508587.
7074
7075 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7076
7077         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
7078         Small meaningless cleanup.
7079
7080         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
7081         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
7082         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
7083         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
7084         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
7085         * gst/mpegvideoparse/mpegvideoparse.h:
7086         Track segment events.
7087         Do the first part of reverse playback by sending data between two
7088         I-frames to the decoder.
7089
7090 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7091
7092         * gst/rtpmanager/gstrtpbin.c:
7093         Fix documentation for latest patch
7094
7095 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7096
7097         * gst/rtpmanager/gstrtpbin.c:
7098         Allow request_new_pad with name NULL (bug #508515)
7099
7100 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
7101
7102         * autogen.sh:
7103           Add -Wno-portability to the automake parameters to stop warnings
7104           about GNU make extensions being used. We require GNU make in almost
7105           every Makefile anyway.
7106           
7107         * configure.ac:
7108           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
7109           at the same time is required for per target flags.
7110
7111 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
7112
7113         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
7114         Don't set fixed caps, we can basically do everything the upsteam peer
7115         pad can renegotiate to. Fixes #507940.
7116
7117 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
7118
7119         * Makefile.am:
7120           Include lcov.mak to allow building coverage reports. Add top-level
7121           check targets similar to other gst packages.
7122
7123 2008-01-06  David Schleef  <ds@schleef.org>
7124
7125         * ext/directfb/Makefile.am:
7126           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
7127         * ext/directfb/dfbvideosink.c:
7128           Getting tired of directfb's chatter.  Quiet it.
7129
7130 2008-01-06  David Schleef  <ds@schleef.org>
7131
7132         Patch by: Sean D'Epagnier <sean@depagnier.com>
7133
7134         * configure.ac:
7135         * sys/Makefile.am:
7136         * sys/fbdev/Makefile.am:
7137         * sys/fbdev/gstfbdevsink.c:
7138         * sys/fbdev/gstfbdevsink.h:
7139           Add fbdev-based video sink.  Linux-only.  See bug #506549.
7140
7141 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
7142
7143         * configure.ac:
7144         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7145         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
7146         Update to GMemoryInputStream API changes in GLib SVN and require
7147         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
7148         We can also report the duration for every GSeekable, not only
7149         GFileInputStream and GMemoryInputStream.
7150
7151 2008-01-05  David Schleef  <ds@schleef.org>
7152
7153         * sys/glsink/glimagesink.c:
7154         * sys/glsink/glimagesink.h:
7155         * sys/glsink/gstglbuffer.h:
7156         * sys/glsink/gstgldisplay.c:
7157         * sys/glsink/gstgldisplay.h:
7158         * sys/glsink/gstglupload.c:
7159           Handle xoverlay exposes correctly.  This means glimagesink works
7160           correctly most of the time in totem (fullscreening being an
7161           execption).  Doesn't handle expose events directly to the GL
7162           window.
7163
7164 2008-01-05  David Schleef  <ds@schleef.org>
7165
7166         * sys/glsink/glextensions.c:
7167         * sys/glsink/glextensions.h:
7168         * sys/glsink/glimagesink.c:
7169         * sys/glsink/glimagesink.h:
7170         * sys/glsink/gstgldisplay.c:
7171         * sys/glsink/gstgldisplay.h:
7172         * sys/glsink/gstopengl.c:
7173           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
7174           vblank synchronization.  Remove unused code.
7175
7176 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
7177
7178         * gst/rtpmanager/gstrtpjitterbuffer.c:
7179         (gst_rtp_jitter_buffer_loop):
7180         Don't unref the popped buffer when we don't have ownership.
7181         Fixes #507020.
7182
7183 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7184
7185         * gst/mpegtsparse/Makefile.am:
7186         * gst/mpegtsparse/flutspatinfo.c:
7187         * gst/mpegtsparse/flutspatinfo.h:
7188         * gst/mpegtsparse/flutspmtinfo.c:
7189         * gst/mpegtsparse/flutspmtinfo.h:
7190         * gst/mpegtsparse/flutspmtstreaminfo.c:
7191         * gst/mpegtsparse/flutspmtstreaminfo.h:
7192         Remove no longer needed files.
7193
7194 2008-01-02  David Schleef  <ds@schleef.org>
7195
7196         * tests/check/Makefile.am:
7197           Disable vcdsrc in states test because it takes too much time
7198           to get to PLAYING if it can find a device.
7199
7200 2007-12-31  David Schleef  <ds@schleef.org>
7201
7202         * ext/musicbrainz/gsttrm.c:
7203           Don't emit signiture when going to READY, because it might
7204           not be ready.
7205         * ext/nas/nassink.c:
7206           Remove useless call that sleeps for 5 seconds.  Yup, it calls
7207           sleep(1) 5 times.  Go NAS.
7208         * gst/librfb/gstrfbsrc.c:
7209         * gst/librfb/rfbdecoder.c:
7210           Initialize our debug categories properly.
7211         * gst/rawparse/gstrawparse.c:
7212           Don't register element details for a non-element.  Be much more
7213           rude when subclass doesn't set a pad template (assert!).  Don't
7214           unref the pad template; we don't own it.
7215         * gst/videosignal/gstvideoanalyse.c:
7216           Initialize debug category.
7217         * tests/check/Makefile.am:
7218           Ignore nassink element in tests because it has unavoidable
7219           long timeouts.
7220
7221 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7222
7223         * gst/rtpmanager/gstrtpssrcdemux.c:
7224         (gst_rtp_ssrc_demux_change_state):
7225         Don't clean up pads when going to PAUSED.
7226
7227 2007-12-30  David Schleef  <ds@schleef.org>
7228
7229         * configure.ac:
7230         * sys/glsink/Makefile.am:
7231           Switch to using pkgconfig to detect libGL.  Since we use
7232           recent features added to Mesa, there's no point in adding
7233           a check for pre-pkgconfig versions.
7234
7235 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7236
7237         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
7238         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
7239         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
7240         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
7241         Fix 'xyz may be used uninitialized' compiler warnings caused
7242         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7243         abort() in any case but properly report the error.
7244
7245 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7246
7247         * configure.ac:
7248         * ext/gio/gstgio.c:
7249         * ext/gio/gstgio.h:
7250         * ext/gio/gstgiobasesink.h:
7251         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7252         * ext/gio/gstgiobasesrc.h:
7253         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
7254         * ext/gio/gstgiosink.h:
7255         * ext/gio/gstgiosrc.h:
7256         * ext/gio/gstgiostreamsink.h:
7257         * ext/gio/gstgiostreamsrc.h:
7258         * tests/check/pipelines/gio.c:
7259         Update to latest API changes in GLib/GIO and require at least
7260         gio-2.0 2.15.0 for this.
7261         
7262         * ext/gio/Makefile.am:
7263         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
7264
7265 2007-12-28  David Schleef  <ds@schleef.org>
7266
7267         * configure.ac:
7268         * sys/glsink/glextensions.c:
7269         * sys/glsink/glextensions.h:
7270         * sys/glsink/glimagesink.c:
7271         * sys/glsink/glimagesink.h:
7272         * sys/glsink/gstglbuffer.c:
7273         * sys/glsink/gstglbuffer.h:
7274         * sys/glsink/gstglconvert.c:
7275         * sys/glsink/gstgldisplay.c:
7276         * sys/glsink/gstgldisplay.h:
7277         * sys/glsink/gstgldownload.c:
7278         * sys/glsink/gstglfilter.c:
7279         * sys/glsink/gstglfilter.h:
7280         * sys/glsink/gstglfilterexample.c:
7281         * sys/glsink/gstgltestsrc.c:
7282         * sys/glsink/gstglupload.c:
7283           Major cleanup of code.  Convert glupload to BaseTransform.
7284           Handle caps negotiation mostly correctly.  Reenable in build.
7285
7286 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
7287
7288         * ext/soup/Makefile.am:
7289         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
7290           (gst_souphttp_src_unicodify), (soup_got_headers):
7291           Use gst_tag_freeform_string_to_utf8() and post radio station
7292           info as tags on the bus.
7293
7294 2007-12-26  David Schleef  <ds@schleef.org>
7295
7296         * sys/glsink/glimagesink.c:
7297         * sys/glsink/gstglupload.c:
7298           Change glimagesink over to using GL buffers.  This breaks
7299           glimagesink for normal operation, but should be fixed soon.
7300
7301 2007-12-26  David Schleef  <ds@schleef.org>
7302
7303         * sys/glsink/gltestsrc.c:
7304         * sys/glsink/gstglbuffer.c:
7305         * sys/glsink/gstglbuffer.h:
7306         * sys/glsink/gstgldownload.c:
7307         * sys/glsink/gstglfilter.c:
7308         * sys/glsink/gstglfilterexample.c:
7309         * sys/glsink/gstgltestsrc.c:
7310         * sys/glsink/gstglupload.c:
7311           Convert gldownload to BaseTransform.  Make glfilterexample
7312           visually interesting.  Add support for various formats to
7313           downloading.  Fix a few places where we leak GL state to
7314           other elements (bad, but hard to prevent).
7315
7316 2007-12-26  David Schleef  <ds@schleef.org>
7317
7318         * sys/glsink/BUGS:
7319         * sys/glsink/Makefile.am:
7320         * sys/glsink/gstglbuffer.c:
7321         * sys/glsink/gstglbuffer.h:
7322         * sys/glsink/gstglconvert.c:
7323         * sys/glsink/gstgldisplay.c:
7324         * sys/glsink/gstglfilter.c:
7325         * sys/glsink/gstglfilter.h:
7326         * sys/glsink/gstglfilterexample.c:
7327         * sys/glsink/gstgltestsrc.c:
7328         * sys/glsink/gstglupload.c:
7329         * sys/glsink/gstopengl.c:
7330           Remove code that handles non-texture buffers.  Add a
7331           GstGLBufferFormat type that corresponds to how to use the
7332           texture, not the original video format.  Convert gstflfilter.c
7333           into a base class, add glfilterexample and glconvert elements.
7334         * sys/glsink/color_matrix.c:
7335           Minor ramblings about color conversion matrices.
7336
7337 2007-12-24  David Schleef  <ds@schleef.org>
7338
7339         * sys/glsink/Makefile.am:
7340         * sys/glsink/gltestsrc.c:
7341         * sys/glsink/gltestsrc.h:
7342         * sys/glsink/gstgldisplay.c:
7343         * sys/glsink/gstgldownload.c:
7344         * sys/glsink/gstglfilter.c:
7345         * sys/glsink/gstgltestsrc.c:
7346         * sys/glsink/gstgltestsrc.h:
7347         * sys/glsink/gstglupload.c:
7348         * sys/glsink/gstopengl.c:
7349           Add gltestsrc element, a duplicate of videotestsrc that uses
7350           GL rendering to create images.  More cleanup.
7351
7352 2007-12-24  David Schleef  <ds@schleef.org>
7353
7354         * sys/glsink/gstglbuffer.c:
7355         * sys/glsink/gstgldownload.c:
7356         * sys/glsink/gstglfilter.c:
7357           Clean up code.  Fix a few leaks.
7358
7359 2007-12-24  David Schleef  <ds@schleef.org>
7360
7361         * sys/glsink/Makefile.am:
7362         * sys/glsink/glimagesink.h:
7363         * sys/glsink/glvideo.c:
7364         * sys/glsink/glvideo.h:
7365         * sys/glsink/gstglbuffer.c:
7366         * sys/glsink/gstglbuffer.h:
7367         * sys/glsink/gstgldisplay.c:
7368         * sys/glsink/gstgldisplay.h:
7369           Rename glvideo.[ch] to gstgldisplay.[ch].
7370
7371 2007-12-24  David Schleef  <ds@schleef.org>
7372
7373         * sys/glsink/glimagesink.c:
7374         * sys/glsink/glimagesink.h:
7375         * sys/glsink/glvideo.c:
7376         * sys/glsink/glvideo.h:
7377         * sys/glsink/gstglbuffer.c:
7378         * sys/glsink/gstglbuffer.h:
7379         * sys/glsink/gstgldownload.c:
7380         * sys/glsink/gstglfilter.c:
7381         * sys/glsink/gstglupload.c:
7382           Rewrite a bunch of code to use textures as the intermediate
7383           instead of renderbuffers.  upload, download, filtering all
7384           work.
7385
7386 2007-12-23  David Schleef  <ds@schleef.org>
7387
7388         * gst/videoparse/Makefile.am:
7389         * gst/videoparse/README:
7390         * gst/videoparse/gstvideoparse.c:
7391           Remove videoparse element, because it was moved to gst/rawparse/
7392
7393 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7394
7395         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
7396         Always seek on frame boundaries, will produce nothing useful
7397         otherwise.
7398
7399 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7400
7401         * configure.ac:
7402         * gst/rawparse/Makefile.am:
7403         * gst/rawparse/README:
7404         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
7405         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
7406         (gst_audio_parse_class_init), (gst_audio_parse_init),
7407         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
7408         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
7409         * gst/rawparse/gstaudioparse.h:
7410         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
7411         (gst_raw_parse_class_init), (gst_raw_parse_init),
7412         (gst_raw_parse_dispose),
7413         (gst_raw_parse_class_set_src_pad_template),
7414         (gst_raw_parse_class_set_multiple_frames_per_buffer),
7415         (gst_raw_parse_reset), (gst_raw_parse_chain),
7416         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
7417         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
7418         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
7419         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
7420         (gst_raw_parse_is_negotiated):
7421         * gst/rawparse/gstrawparse.h:
7422         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
7423         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
7424         (gst_video_parse_class_init), (gst_video_parse_init),
7425         (gst_video_parse_set_property), (gst_video_parse_get_property),
7426         (gst_video_parse_format_to_fourcc),
7427         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
7428         * gst/rawparse/gstvideoparse.h:
7429         * gst/rawparse/plugin.c: (plugin_init):
7430         Add new plugin rawparse that contains a base class for raw data
7431         parsers and the two elements audioparse and videoparse that can
7432         be used to parse raw audio and video. These are inspired by the
7433         old videoparse element which the new rawparse plugin deprecates.
7434
7435 2007-12-21  David Schleef  <ds@schleef.org>
7436
7437         * sys/glsink/glextensions.c:
7438         * sys/glsink/glextensions.h:
7439         * sys/glsink/glvideo.c:
7440         * sys/glsink/glvideo.h:
7441         * sys/glsink/gstglbuffer.c:
7442         * sys/glsink/gstgldownload.c:
7443         * sys/glsink/gstglupload.c:
7444           A careful read of the documentation reveals that I can't use
7445           renderbuffers as textures.  Duh.  Checkpoint because I'm about
7446           to rewrite a bunch of code.
7447
7448 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
7449
7450         * ext/metadata/TODO:
7451         * ext/metadata/gstbasemetadata.c:
7452         * ext/metadata/gstbasemetadata.h:
7453         * ext/metadata/metadata.h:
7454         * ext/metadata/metadataiptc.c:
7455         * ext/metadata/metadatamuxjpeg.c:
7456         * ext/metadata/metadataparsejpeg.c:
7457         * ext/metadata/metadataparseutil.c:
7458           Some IPTC tags mapped.
7459
7460 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
7461
7462         * ext/metadata/Makefile.am:
7463         * ext/metadata/TODO:
7464         * ext/metadata/gstbasemetadata.c:
7465         * ext/metadata/gstbasemetadata.h:
7466         * ext/metadata/gstmetadatacommon.c:
7467         * ext/metadata/gstmetadatacommon.h:
7468         * ext/metadata/metadata.c:
7469         * ext/metadata/metadata.h:
7470           Removed gstmetadatacommon.
7471
7472 2007-12-20  David Schleef  <ds@schleef.org>
7473
7474         * sys/glsink/Makefile.am:
7475         * sys/glsink/glextensions.c:
7476         * sys/glsink/glextensions.h:
7477         * sys/glsink/glimagesink.c:
7478         * sys/glsink/glimagesink.h:
7479         * sys/glsink/glvideo.c:
7480         * sys/glsink/glvideo.h:
7481         * sys/glsink/gstglbuffer.c:
7482         * sys/glsink/gstglbuffer.h:
7483         * sys/glsink/gstgldownload.c:
7484         * sys/glsink/gstglfilter.c:
7485         * sys/glsink/gstglupload.c:
7486         * sys/glsink/gstopengl.c:
7487           Switch to using framebuffer_objects instead of GLXPixmaps,
7488           because that's what my driver supports.  Remove GLDrawable,
7489           since GstGLDisplay now has a default drawable and context.
7490
7491 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7492
7493         * gst/equalizer/.cvsignore:
7494         * gst/switch/.cvsignore:
7495           Ignore more.
7496
7497 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7498
7499         * ext/metadata/Makefile.am:
7500         * ext/metadata/TODO:
7501         * ext/metadata/gstbasemetadata.c:
7502         * ext/metadata/gstbasemetadata.h:
7503         * ext/metadata/gstmetadatacommon.c:
7504         * ext/metadata/gstmetadatacommon.h:
7505         * ext/metadata/gstmetadatademux.c:
7506         * ext/metadata/gstmetadatademux.h:
7507         * ext/metadata/gstmetadatamux.c:
7508         * ext/metadata/gstmetadatamux.h:
7509         * ext/metadata/metadata.c:
7510         * ext/metadata/metadata.h:
7511         * ext/metadata/metadataexif.c:
7512         * ext/metadata/metadataparsejpeg.c:
7513         * ext/metadata/metadataparsepng.c:
7514         * ext/metadata/metadatatags.c:
7515         * ext/metadata/metadatatags.h:
7516         * ext/metadata/test/metadata_editor.c:
7517           New base class for metadata elements.
7518
7519 2007-12-18  Andy Wingo  <wingo@pobox.com>
7520
7521         * gst/switch/gstswitch-marshal.list:
7522         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7523         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7524         (gst_selector_pad_get_property)
7525         (gst_selector_pad_get_running_time)
7526         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7527         (gst_segment_set_stop, gst_segment_set_start)
7528         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7529         (gst_stream_selector_push_pending_stop)
7530         (gst_stream_selector_switch): Change so that the signals and
7531         properties deal in running time, not buffer time. Document the
7532         signals more. Change uint64 in API to int64, to reflect what's in
7533         GstSegment.
7534
7535 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7536
7537         * Makefile.am:
7538           Include common/win32.mak for CRLF check of win32 project
7539           files (see #393626).
7540
7541         * configure.ac:
7542           Bump requirements to -base CVS for libgstvideo additions in
7543           glimagesink. Disable glimagesink until the missing files get
7544           checked in.
7545
7546 2007-12-17  David Schleef  <ds@schleef.org>
7547
7548         * sys/glsink/Makefile.am:
7549         * sys/glsink/glimagesink.c:
7550         * sys/glsink/glimagesink.h:
7551         * sys/glsink/glvideo.c:
7552         * sys/glsink/glvideo.h:
7553         * sys/glsink/gstopengl.c:
7554         * sys/glsink/gstglupload.c:
7555           Use new GstVideoFormat checked into -base.  Add new glupload
7556           element to upload raw video into a GLXPixbuf.  Untested.  Will
7557           likely crash your motorcycle if you try it.
7558         * sys/glsink/gstvideo-common.c:
7559         * sys/glsink/gstvideo-common.h:
7560           Remove.
7561
7562 2007-12-17  David Schleef  <ds@schleef.org>
7563
7564         * gst/multifile/gstmultifilesrc.c:
7565         * gst/multifile/gstmultifilesrc.h:
7566           When subsequent files are read, if the file doesn't exist, send
7567           an EOS instead of causing an error.
7568
7569 2007-12-17  Andy Wingo  <wingo@pobox.com>
7570
7571         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7572         a buffer is ignored, not NOT_LINKED. No sense in making a source
7573         element error out; at least fdsrc considers NOT_LINKED to be a
7574         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7575
7576         * gst/switch/gstswitch-marshal.list:
7577         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7578         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7579         (gst_stream_selector_block): Make the block() signal return the
7580         last stop time of the active pad. Patch 10/12.
7581
7582         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7583         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7584         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7585         pad property, not an element property.
7586         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7587         duration, not timestamp. Patch 9/12.
7588
7589         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7590         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7591         cond mechanism instead of blocked pads. Patch 8/12.
7592
7593         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7594
7595         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7596         (gst_selector_pad_chain, gst_stream_selector_init)
7597         (gst_stream_selector_dispose): Add infrastructure for new blocking
7598         mechanism that does not use gst_pad_set_blocked, which does not
7599         work on sink pads. Patch 7/12.
7600
7601         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7602         (gst_stream_selector_get_property): Add last-stop-time readable
7603         property. Patch 6/12.
7604
7605         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7606         state variables.
7607
7608         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7609         (gst_selector_pad_chain): Push any pending stop event.
7610         (gst_stream_selector_set_active_pad)
7611         (gst_stream_selector_set_property): Factor out setting the active
7612         pad to a function. Close the segment of the previous active pad if
7613         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7614         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7615
7616         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7617         the block() signal. This implementation will be replaced in future
7618         patches, however. Patch 4/12.
7619
7620         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7621         vmethod prototypes.
7622
7623         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7624         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7625         vmethod definitions. Patch 3/12.
7626
7627         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7628         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7629         `block' and `switch' signals.
7630
7631         * gst/switch/Makefile.am: 
7632         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7633         marshaller for the `switch' signal. Patch 2/12.
7634
7635         * gst/switch/gstswitch.h: 
7636         * gst/switch/gstswitch.c: Replace with files from
7637         gststreamselector.[ch], registered as the "switch" plugin, with
7638         "GstSwitch" types. Patch 1/12.
7639
7640 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7641
7642         * ext/metadata/TODO:
7643         * ext/metadata/gstmetadatademux.c:
7644         * ext/metadata/metadata.c:
7645         * ext/metadata/metadata.h:
7646         * ext/metadata/metadataparsejpeg.c:
7647         * ext/metadata/metadataparsejpeg.h:
7648         * ext/metadata/metadataparsepng.c:
7649         * ext/metadata/metadataparsepng.h:
7650         * ext/metadata/test/MetadataEditorMain.glade:
7651         * ext/metadata/test/metadata_editor.c:
7652           Added "parse-only" property to metadatademux.
7653
7654 2007-12-16  David Schleef  <ds@schleef.org>
7655
7656         * sys/glsink/glimagesink.c:
7657         * sys/glsink/glimagesink.h:
7658         * sys/glsink/glvideo.c:
7659         * sys/glsink/glvideo.h:
7660           Rename GLVideo* to GstGL*.
7661
7662 2007-12-15  David Schleef  <ds@schleef.org>
7663
7664         * sys/glsink/Makefile.am:
7665         * sys/glsink/glextensions.c:
7666         * sys/glsink/glextensions.h:
7667         * sys/glsink/glvideo.c:
7668           Add vblank synchronization.  Isn't really working on my
7669           driver. :(
7670
7671 2007-12-15  David Schleef  <ds@schleef.org>
7672
7673         * sys/glsink/Makefile.am:
7674         * sys/glsink/glimagesink.c:
7675         * sys/glsink/glvideo.c:
7676         * sys/glsink/glvideo.h:
7677         * sys/glsink/gstvideo-common.c:
7678         * sys/glsink/gstvideo-common.h:
7679           Add support for xRGB, xBGR, and AYUV.  Re-add support for
7680           power-of-2 textures.
7681
7682 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7683
7684         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
7685         (gst_video_parse_sink_event):
7686         Free the adapter on dispose and correctly reset on newsegment events.
7687
7688 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7689
7690         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
7691         (gst_video_parse_src_event), (gst_video_parse_src_query):
7692         Improve duration query by first asking upstream and if it can't handle
7693         the query try to get the duration in bytes from upstream and convert.
7694         For seeks, try if upstream handles this already first and do our
7695         conversion to byte format only if it doesn't and if we get a
7696         newsegment event in time format keep it and only do our conversions
7697         if the event has another format.
7698
7699 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7700
7701         * gst/videoparse/gstvideoparse.c:
7702         (gst_video_parse_format_get_type),
7703         (gst_video_parse_endianness_get_type),
7704         (gst_video_parse_class_init), (gst_video_parse_init),
7705         (gst_video_parse_set_property), (gst_video_parse_get_property),
7706         (gst_video_parse_format_to_fourcc),
7707         (gst_video_parse_update_block_size), (gst_video_parse_chain),
7708         (gst_video_parse_sink_event):
7709         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
7710         downstream elements downstream, not upstream.
7711
7712 2007-12-14  David Schleef  <ds@schleef.org>
7713
7714         * sys/glsink/gstvideo-common.c:
7715         * sys/glsink/gstvideo-common.h:
7716           Pull together some common raw video functions into one location.
7717           This should eventually move to -base.
7718         * sys/glsink/Makefile.am:
7719         * sys/glsink/glimagesink.c:
7720         * sys/glsink/glimagesink.h:
7721         * sys/glsink/glvideo.c:
7722         * sys/glsink/glvideo.h:
7723         * sys/glsink/gstopengl.c:
7724           Use the new video-common.h stuff.  Readd support for RGB video.
7725
7726 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
7727
7728         * ext/metadata/Makefile.am:
7729         * ext/metadata/TODO:
7730         * ext/metadata/gstmetadata.c:
7731         * ext/metadata/gstmetadatacommon.c:
7732         * ext/metadata/gstmetadatacommon.h:
7733         * ext/metadata/gstmetadatademux.c:
7734         * ext/metadata/gstmetadatademux.h:
7735         * ext/metadata/gstmetadatamux.c:
7736         * ext/metadata/gstmetadatamux.h:
7737         * ext/metadata/gstmetadataparse.c:
7738         * ext/metadata/gstmetadataparse.h:
7739         * ext/metadata/metadataexif.c:
7740         * ext/metadata/metadatatags.c:
7741         * ext/metadata/test/metadata_editor.c:
7742           Added new module for common functions. Using GST_TYPE_FRACTION for
7743           Exif (S)Rational types.
7744
7745 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7746
7747         * gst/mpegtsparse/mpegtspacketizer.c:
7748         * gst/mpegtsparse/mpegtspacketizer.h:
7749         Hash streams by pid again. Add a linked list inside each
7750         stream with a list of sub_tables. Fix multiple sections
7751         as it was borked with my last commit.
7752
7753 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
7754
7755         * sys/glsink/Makefile.am: add glvideo.h
7756         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
7757         * gst-plugins-bad.spec.in: add latest plugins
7758
7759 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7760
7761         * ext/metadata/TODO:
7762         * ext/metadata/gstmetadatamux.c:
7763         * ext/metadata/gstmetadataparse.c:
7764         * ext/metadata/metadata.c:
7765         * ext/metadata/metadata.h:
7766         * ext/metadata/metadataiptc.c:
7767         * ext/metadata/metadatamuxjpeg.c:
7768         * ext/metadata/metadatamuxjpeg.h:
7769         * ext/metadata/metadatamuxpng.c:
7770         * ext/metadata/metadatamuxpng.h:
7771         * ext/metadata/metadataparsejpeg.c:
7772         * ext/metadata/metadataparsejpeg.h:
7773         * ext/metadata/metadataparsepng.c:
7774         * ext/metadata/metadataparsepng.h:
7775         * ext/metadata/metadataparseutil.c:
7776         * ext/metadata/metadataparseutil.h:
7777         * ext/metadata/metadatatypes.h:
7778         * ext/metadata/metadataxmp.c:
7779           Code documentation.
7780
7781 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7782
7783         * configure.ac:
7784         * ext/metadata/Makefile.am:
7785         * ext/metadata/gstmetadatamux.c:
7786         * ext/metadata/gstmetadataparse.c:
7787         * ext/metadata/metadataexif.c:
7788         * ext/metadata/metadatatags.c:
7789         * ext/metadata/test/Makefile:
7790         * ext/metadata/test/MetadataEditorMain.glade:
7791         * ext/metadata/test/metadata_editor.c:
7792           Added a test application. Added some EXIF tags. Fixed a muxer bug.
7793
7794 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7795
7796         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7797           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
7798           Implement a query type function for the src pad, implement seeking
7799           and use ANY caps for the sink pad as the element doesn't care what
7800           caps the input has and everything is handled via properties.
7801
7802 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7803
7804         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
7805           (gst_video_parse_sink_event):
7806           Handle -1 values for the CONVERT query too.
7807
7808 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7809
7810         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
7811           Add YV12 to the pad templates as it is supported too and allow
7812           -1 as stop position for NEWSEGMENT events.
7813
7814 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7815
7816         * gst/videoparse/Makefile.am:
7817           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
7818
7819         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7820           (gst_video_parse_set_property), (gst_video_parse_get_property):
7821           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
7822           gives a g_critical().
7823
7824 2007-12-12  David Schleef  <ds@schleef.org>
7825
7826         * gst/videoparse/README:
7827         * gst/videoparse/gstvideoparse.c:
7828           Add a bunch of features: handle format specification, handle
7829           queries and conversion.  Works much like a normal parser now.
7830
7831 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7832
7833         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
7834         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
7835         (gst_rtp_pt_demux_change_state):
7836         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
7837         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
7838         (gst_rtp_ssrc_demux_change_state):
7839         Clean up the dynamic pads when going to READY.
7840
7841 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7842
7843         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
7844         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7845         (gst_rtp_bin_handle_message):
7846         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
7847         (rtp_session_send_bye):
7848         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
7849         Fix some leaks.
7850
7851 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
7852
7853         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
7854           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
7855           (gst_dtsdec_chain):
7856         * ext/dts/gstdtsdec.h:
7857           Add support for "audio/x-private1-dts" as used by flupsparse. Most
7858           changes adapted from a52dec.
7859
7860 2007-12-11  David Schleef  <ds@schleef.org>
7861
7862         * sys/glsink/Makefile.am:
7863         * sys/glsink/glimagesink.c:
7864         * sys/glsink/glvideo.c:
7865         * sys/glsink/glvideo.h:
7866           Split out gl-related code into a separate file with a
7867           sensible API.  Major cleanup.  Still crashes occasionally
7868           due to different threads touching bits at the same time.
7869
7870 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7871
7872         Patch by: Wouter Cloetens <wouter at mind dot be>
7873
7874         * ext/soup/gstsouphttpsrc.c: (_do_init),
7875         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
7876         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
7877         (gst_souphttp_src_get_property), (unicodify),
7878         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
7879         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7880         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7881         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
7882         (soup_got_headers), (soup_got_body), (soup_finished),
7883         (soup_got_chunk), (soup_response), (soup_parse_status),
7884         (gst_souphttp_src_uri_get_type),
7885         (gst_souphttp_src_uri_get_protocols),
7886         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
7887         (gst_souphttp_src_uri_handler_init):
7888         * ext/soup/gstsouphttpsrc.h:
7889         Do not try to unpause I/O in the "queued" state.
7890         Reorganise a bunch of things and cleanups.
7891         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
7892         See #502335.
7893
7894 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7895
7896         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
7897         Fix caps memleak.
7898
7899 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7900
7901         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7902           (gst_flv_parse_tag_video):
7903           Don't strdup (and thus leak) codec name strings when passing
7904           them to gst_tag_list_add().
7905
7906 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7907
7908         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
7909         (gst_rtp_bin_handle_message):
7910         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
7911         (on_ssrc_sdes):
7912         Post a message when the SDES infor changes for a source.
7913
7914         * gst/rtpmanager/rtpsession.c:
7915         * gst/rtpmanager/rtpsource.c:
7916         Update some comments.
7917
7918 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7919
7920         Based on patch by: <mutex at runbox dot com>
7921
7922         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
7923         Forward the query upstream, the default element event handler does
7924         something different. Fixes #502879.
7925
7926 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7927
7928         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
7929         (gst_rtp_bin_class_init):
7930         * gst/rtpmanager/gstrtpbin.h:
7931         * gst/rtpmanager/gstrtpclient.c:
7932         * gst/rtpmanager/gstrtpclient.h:
7933         * gst/rtpmanager/gstrtpjitterbuffer.h:
7934         * gst/rtpmanager/gstrtpmanager.c:
7935         * gst/rtpmanager/gstrtpptdemux.c:
7936         * gst/rtpmanager/gstrtpptdemux.h:
7937         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
7938         (gst_rtp_session_class_init), (gst_rtp_session_init):
7939         * gst/rtpmanager/gstrtpsession.h:
7940         * gst/rtpmanager/gstrtpssrcdemux.c:
7941         * gst/rtpmanager/gstrtpssrcdemux.h:
7942         * gst/rtpmanager/rtpjitterbuffer.c:
7943         * gst/rtpmanager/rtpjitterbuffer.h:
7944         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7945         (on_ssrc_sdes), (rtp_session_process_sdes):
7946         * gst/rtpmanager/rtpsession.h:
7947         * gst/rtpmanager/rtpsource.c:
7948         * gst/rtpmanager/rtpsource.h:
7949         * gst/rtpmanager/rtpstats.c:
7950         * gst/rtpmanager/rtpstats.h:
7951         Add signal to notify of an SDES change.
7952         Fix object type in the signal callbacks.
7953
7954 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7955
7956         * gst/rtpmanager/gstrtpbin.c: (create_session),
7957         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
7958         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7959         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
7960         * gst/rtpmanager/gstrtpbin.h:
7961         Expose SDES items as properties and configure the session managers with
7962         them.
7963
7964         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7965         (rtp_source_set_property):
7966         Fix SSRC property.
7967
7968 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7969
7970         * gst/rtpmanager/gstrtpbin.c: (create_session):
7971         * gst/rtpmanager/rtpjitterbuffer.c:
7972         Update comment.
7973
7974         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
7975         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
7976         Define some GObject properties to set SDES and other configuration.
7977
7978         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7979         (rtp_session_init), (rtp_session_finalize),
7980         (rtp_session_set_property), (rtp_session_get_property),
7981         (on_ssrc_sdes), (rtp_session_set_bandwidth),
7982         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
7983         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
7984         (rtp_session_get_sdes_string), (obtain_source),
7985         (rtp_session_get_internal_source), (rtp_session_process_sdes),
7986         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
7987         (is_rtcp_time):
7988         * gst/rtpmanager/rtpsession.h:
7989         Add signal when new SDES infor has been found for a source.
7990         Create properties for SDES and other info.
7991         Simplify the SDES API.
7992         Add method for getting the internal source object of the session.
7993
7994         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7995         (rtp_source_finalize), (rtp_source_set_property),
7996         (rtp_source_get_property), (rtp_source_set_callbacks),
7997         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
7998         (rtp_source_is_as_csrc), (rtp_source_is_active),
7999         (rtp_source_is_validated), (rtp_source_is_sender),
8000         (rtp_source_received_bye), (rtp_source_get_bye_reason),
8001         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
8002         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
8003         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
8004         * gst/rtpmanager/rtpsource.h:
8005         Add GObject properties for various things.
8006         Don't leak the bye reason.
8007
8008 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
8009
8010         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8011         (gst_flv_parse_tag_video):
8012         Fix list of supported and known codecs.
8013         Emit tag with the codec name so it gets properly reported in totem and
8014         other applications.
8015
8016 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
8017
8018         * configure.ac:
8019         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
8020
8021 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8022
8023         * gst/equalizer/gstiirequalizer.c:
8024         (gst_iir_equalizer_transform_ip):
8025         Fix compilation.
8026
8027 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8028
8029         * gst/equalizer/gstiirequalizer.c:
8030         (gst_iir_equalizer_transform_ip):
8031         Don't process buffers in passthrough mode.
8032
8033 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8034
8035         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8036         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8037         The transform() methods are not called in passthrough mode so
8038         there's no need for checking if the element is in passthrough mode.
8039
8040 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8041
8042         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8043         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8044         Sync the GObject properties with the controller even in passthrough
8045         mode to get consistent property values.
8046
8047 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
8048
8049         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
8050           Mark crc values table as constant.
8051
8052 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
8053
8054         * ext/metadata/metadataexif.c:
8055         * ext/metadata/metadataiptc.c:
8056         * ext/metadata/metadatatags.c:
8057         * ext/metadata/metadatatags.h:
8058         * ext/metadata/metadataxmp.c:
8059           Added some tags to exif parser.
8060
8061 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8062
8063         * gst/mpegtsparse/mpegtspacketizer.c:
8064         * gst/mpegtsparse/mpegtsparse.c:
8065         A sub table is identified by the pair table_id and 
8066         sub_table_identifier, not by pid. So hash with that.
8067         * sys/dvb/dvbbasebin.c:
8068         Make sure initial pids are added properly to filter,
8069
8070 2007-12-05  Andy Wingo  <wingo@pobox.com>
8071
8072         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
8073         buffers from app thread when unsetting `queue-buffers', it's
8074         dangerous and the chain function will do it for us anyway.
8075
8076 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8077
8078         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
8079         (metadatamux_jpeg_lazy_update):
8080         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
8081         (metadataparse_jpeg_reading):
8082           Now compiles even when libiptc is missing.
8083
8084 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8085
8086         * ext/metadata/gstmetadatamux.c:
8087         * ext/metadata/gstmetadatamux.h:
8088         * ext/metadata/gstmetadataparse.c:
8089         * ext/metadata/gstmetadataparse.h:
8090         * ext/metadata/metadata.c:
8091         * ext/metadata/metadata.h:
8092         * ext/metadata/metadatamuxjpeg.c:
8093         * ext/metadata/metadatamuxjpeg.h:
8094         * ext/metadata/metadatamuxpng.c:
8095         * ext/metadata/metadatamuxpng.h:
8096           Fixed element properties and now muxer writes to png also.
8097
8098 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8099
8100         * gst/mpegtsparse/Makefile.am:
8101         * gst/mpegtsparse/mpegtspacketizer.c:
8102         * gst/mpegtsparse/mpegtsparse.c:
8103         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
8104         messages.
8105         * sys/dvb/dvbbasebin.c:
8106         Instead of attaching to signals, use the bus messages.
8107         Also fix up so the dvbsrc starts only outputting the info tables
8108         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
8109
8110 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
8111
8112         * ext/metadata/gstmetadatamux.c:
8113         * ext/metadata/gstmetadatamux.h:
8114         * ext/metadata/metadataexif.c:
8115         * ext/metadata/metadataexif.h:
8116         * ext/metadata/metadataiptc.c:
8117         * ext/metadata/metadataiptc.h:
8118         * ext/metadata/metadatamuxjpeg.c:
8119         * ext/metadata/metadataxmp.c:
8120         * ext/metadata/metadataxmp.h:
8121           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
8122           implemets GstTagSetter interface.
8123
8124 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
8125
8126         * gst/librfb/rfbdecoder.c:
8127                 Should fix the 64-bit build
8128
8129 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8130
8131         * ext/metadata/gstmetadatamux.c:
8132         * ext/metadata/gstmetadatamux.h:
8133         * ext/metadata/gstmetadataparse.c:
8134         * ext/metadata/gstmetadataparse.h:
8135         * ext/metadata/metadataexif.c:
8136         * ext/metadata/metadataexif.h:
8137         * ext/metadata/metadataiptc.c:
8138         * ext/metadata/metadataiptc.h:
8139         * ext/metadata/metadatamuxjpeg.c:
8140         * ext/metadata/metadatamuxpng.c:
8141         * ext/metadata/metadataparsejpeg.c:
8142         * ext/metadata/metadataparsepng.c:
8143         * ext/metadata/metadataxmp.c:
8144         * ext/metadata/metadataxmp.h:
8145           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
8146
8147 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8148
8149         * gst/librfb/rfbdecoder.c:
8150         * gst/librfb/rfbdecoder.h:
8151                 Add CoRRE encoding
8152
8153 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8154
8155         * gst/mpegtsparse/mpegtsparse.c:
8156         CRC check the psi pids. CRC checking code relicenced from MPL.
8157         Thanks Fluendo.
8158
8159 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8160
8161         * ext/metadata/Makefile.am:
8162         * ext/metadata/gstmetadatamux.c:
8163         * ext/metadata/gstmetadatamux.h:
8164         * ext/metadata/gstmetadataparse.c:
8165         * ext/metadata/metadata.c:
8166         * ext/metadata/metadata.h:
8167         * ext/metadata/metadatamuxjpeg.c:
8168         * ext/metadata/metadatamuxjpeg.h:
8169         * ext/metadata/metadatamuxpng.c:
8170         * ext/metadata/metadatamuxpng.h:
8171         * ext/metadata/metadataparsejpeg.c:
8172         * ext/metadata/metadataparsejpeg.h:
8173         * ext/metadata/metadataparsepng.c:
8174         * ext/metadata/metadataparsepng.h:
8175         * ext/metadata/metadatatypes.c:
8176         * ext/metadata/metadatatypes.h:
8177           Fixed get_range bug when injecting and stripping. And mux is almost
8178           done now.
8179
8180 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8181
8182         * gst/librfb/rfbdecoder.c:
8183                 Use glib macro for swapping
8184
8185 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
8186
8187         * gst/librfb/gstrfbsrc.c:
8188         * gst/librfb/rfbdecoder.c:
8189         * gst/librfb/rfbdecoder.h:
8190                 Disable CopyRect encoding by default
8191                 Add RRE encoding
8192
8193 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8194
8195         Patch by: Wouter Cloetens <wouter at mind dot be>
8196
8197         * configure.ac:
8198         Bump libsoup requirement as libsoup does not support async client
8199         operation prior to version 2.2.104 and it has some leaks.
8200
8201         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
8202         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8203         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
8204         (gst_souphttp_src_start), (gst_souphttp_src_stop),
8205         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
8206         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
8207         (soup_finished), (soup_got_chunk), (soup_response),
8208         (soup_session_close):
8209         * ext/soup/gstsouphttpsrc.h:
8210         Implement unlock().
8211         Picks up the size from the Content-Length header and emit a duration
8212         message.
8213         Don't leak the GMainContext object.
8214         Fixes #500099.
8215
8216 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8217
8218         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8219         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
8220         (alsaspdifsink_find_pcm_device):
8221         Don't free uninitialized data when we are in error.
8222
8223 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8224
8225         * ext/metadata/gstmetadatamux.c:
8226         * ext/metadata/gstmetadataparse.c:
8227         * ext/metadata/metadataexif.c:
8228         * ext/metadata/metadataexif.h:
8229         * ext/metadata/metadataiptc.c:
8230         * ext/metadata/metadataiptc.h:
8231         * ext/metadata/metadatatags.c:
8232         * ext/metadata/metadatatags.h:
8233         * ext/metadata/metadataxmp.c:
8234         * ext/metadata/metadataxmp.h:
8235           Sending make and model individual tags and muxer now links fine.
8236
8237 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8238
8239         * ext/metadata/Makefile.am:
8240         * ext/metadata/gstmetadata.c:
8241         * ext/metadata/gstmetadatamux.c:
8242         * ext/metadata/gstmetadatamux.h:
8243         * ext/metadata/gstmetadataparse.c:
8244         * ext/metadata/gstmetadataparse.h:
8245         * ext/metadata/metadata.c:
8246         * ext/metadata/metadata.h:
8247         * ext/metadata/metadataexif.c:
8248         * ext/metadata/metadataexif.h:
8249         * ext/metadata/metadataiptc.c:
8250         * ext/metadata/metadataiptc.h:
8251         * ext/metadata/metadataparse.c:
8252         * ext/metadata/metadataparse.h:
8253         * ext/metadata/metadataparseexif.c:
8254         * ext/metadata/metadataparseexif.h:
8255         * ext/metadata/metadataparseiptc.c:
8256         * ext/metadata/metadataparseiptc.h:
8257         * ext/metadata/metadataparsexmp.c:
8258         * ext/metadata/metadataparsexmp.h:
8259         * ext/metadata/metadatatags.c:
8260         * ext/metadata/metadatatags.h:
8261         * ext/metadata/metadataxmp.c:
8262         * ext/metadata/metadataxmp.h:
8263           Small fixes in get_range and better structure for generic muxer and
8264           demuxer.
8265
8266 2007-11-26  Julien Moutte  <julien@fluendo.com>
8267
8268         * configure.ac: Add QuickTime Wrapper plug-in.
8269         * gst/speexresample/gstspeexresample.c:
8270         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
8271         build on Mac OS X Leopard. Incorrect printf format arguments.
8272         * sys/Makefile.am:
8273         * sys/qtwrapper/Makefile.am:
8274         * sys/qtwrapper/audiodecoders.c:
8275         (qtwrapper_audio_decoder_base_init),
8276         (qtwrapper_audio_decoder_class_init),
8277         (qtwrapper_audio_decoder_init),
8278         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
8279         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
8280         (make_samr_magic_cookie), (open_decoder),
8281         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
8282         (qtwrapper_audio_decoder_chain),
8283         (qtwrapper_audio_decoder_sink_event),
8284         (qtwrapper_audio_decoders_register):
8285         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
8286         (fourcc_to_caps):
8287         * sys/qtwrapper/codecmapping.h:
8288         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
8289         (image_description_for_mp4v), (image_description_from_stsd_buffer),
8290         (image_description_from_codec_data):
8291         * sys/qtwrapper/imagedescription.h:
8292         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
8293         (get_output_info_from_component), (dump_avcc_atom),
8294         (dump_image_description), (dump_codec_decompress_params),
8295         (addSInt32ToDictionary), (dump_cvpixel_buffer),
8296         (DestroyAudioBufferList), (AllocateAudioBufferList):
8297         * sys/qtwrapper/qtutils.h:
8298         * sys/qtwrapper/qtwrapper.c: (plugin_init):
8299         * sys/qtwrapper/qtwrapper.h:
8300         * sys/qtwrapper/videodecoders.c:
8301         (qtwrapper_video_decoder_base_init),
8302         (qtwrapper_video_decoder_class_init),
8303         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
8304         (fill_image_description), (new_image_description), (close_decoder),
8305         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
8306         (decompressCb), (qtwrapper_video_decoder_chain),
8307         (qtwrapper_video_decoder_sink_event),
8308         (qtwrapper_video_decoders_register): Initial import of QuickTime
8309         wrapper jointly developped by Songbird authors (Pioneers of the
8310         Inevitable) and Fluendo.
8311
8312 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
8313
8314         * gst/spectrum/gstspectrum.c:
8315           Use dispose and finalize. Dispose can be called multiple times.
8316
8317 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
8318
8319         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8320         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
8321           Now works when get_range is not available upstream.
8322
8323 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
8324
8325         * gst/speexresample/README:
8326         * gst/speexresample/arch.h:
8327         * gst/speexresample/resample.c: (resampler_basic_direct_single),
8328         (resampler_basic_direct_double),
8329         (resampler_basic_interpolate_single),
8330         (resampler_basic_interpolate_double),
8331         (speex_resampler_process_native), (speex_resampler_process_float),
8332         (speex_resampler_process_int),
8333         (speex_resampler_process_interleaved_float),
8334         (speex_resampler_process_interleaved_int),
8335         (speex_resampler_get_input_latency),
8336         (speex_resampler_get_output_latency):
8337         * gst/speexresample/speex_resampler.h:
8338         Update speex resampler to latest SVN. We're now down to only the
8339         changes noted in README again.
8340
8341         * gst/speexresample/speex_resampler_wrapper.h:
8342         * gst/speexresample/gstspeexresample.c:
8343         (gst_speex_resample_push_drain), (gst_speex_resample_query):
8344         Adjust to API changes.
8345
8346 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
8347
8348         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8349         (gst_flv_parse_tag_video):
8350         Output segment with proper 'stop' value, makes flvdemux 100% compatible
8351         with gnonlin.
8352
8353 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
8354
8355         * ext/dc1394/gstdc1394.c:
8356           Set initial structure name to fix assertion, due to recent caps name
8357           constraints.
8358
8359 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
8360
8361         patch by: Alessandro Decina
8362
8363         * gst/mpegtsparse/mpegtspacketizer.c:
8364         * gst/mpegtsparse/mpegtspacketizer.h:
8365         * gst/mpegtsparse/mpegtsparse.c:
8366         * gst/mpegtsparse/mpegtsparse.h:
8367         pat-info is now a signal not a GObject property that
8368         gets notified.
8369         pat-info, pmt-info now instead of passing a GObject as
8370         a parameter, pass a GstStructure.
8371         New signals: nit-info, sdt-info, eit-info for DVB SI information
8372         * sys/dvb/camconditionalaccess.c:
8373         * sys/dvb/camconditionalaccess.h:
8374         * sys/dvb/camdevice.c:
8375         * sys/dvb/camdevice.h:
8376         * sys/dvb/camswclient.c:
8377         * sys/dvb/camswclient.h:
8378         * sys/dvb/camutils.c:
8379         * sys/dvb/camutils.h:
8380         Cam code now uses the pmt GstStructure passed from mpegtsparse
8381         signals rather than the GObject.
8382         * sys/dvb/dvbbasebin.c:
8383         Use new signals in mpegtsparse and use GstStructures as per
8384         mpegtsparse's modified API.
8385         
8386 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
8387
8388         * ext/metadata/Makefile.am:
8389         * ext/metadata/gstmetadata.c:
8390         * ext/metadata/gstmetadatamux.c:
8391         * ext/metadata/gstmetadatamux.h:
8392         * ext/metadata/gstmetadataparse.c:
8393         * ext/metadata/gstmetadataparse.h:
8394         * ext/metadata/metadataparse.c:
8395         * ext/metadata/metadataparse.h:
8396         * ext/metadata/metadataparsejpeg.c:
8397         * ext/metadata/metadataparsejpeg.h:
8398         * ext/metadata/metadataparsepng.c:
8399         * ext/metadata/metadataparsepng.h:
8400         * ext/metadata/metadataparsetypes.h:
8401         * ext/metadata/metadatatypes.c:
8402         * ext/metadata/metadatatypes.h:
8403           Now parser is generic (just add/remove a list of chunks). And a
8404           template of muxer has been created.
8405
8406 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8407
8408         * gst/speexresample/gstspeexresample.c:
8409         (gst_speex_resample_update_state):
8410         Only post the latency message if we have a resampler state already.
8411
8412 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8413
8414         * gst/speexresample/gstspeexresample.c:
8415         (gst_speex_resample_update_state):
8416         Also post GST_MESSAGE_LATENCY if the latency changes.
8417
8418 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8419
8420         * gst/speexresample/resample.c: (speex_resampler_get_latency),
8421         (speex_resampler_drain_float), (speex_resampler_drain_int),
8422         (speex_resampler_drain_interleaved_float),
8423         (speex_resampler_drain_interleaved_int):
8424         * gst/speexresample/speex_resampler.h:
8425         * gst/speexresample/speex_resampler_wrapper.h:
8426         Add functions to push the remaining samples and to get the latency
8427         of the resampler. These will get added to Speex SVN in this or a
8428         slightly changed form at some point too and should get merged then
8429         again.
8430
8431         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
8432         (gst_speex_resample_init_state),
8433         (gst_speex_resample_transform_size),
8434         (gst_speex_resample_push_drain), (gst_speex_resample_event),
8435         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
8436         (gst_speex_resample_query), (gst_speex_resample_query_type):
8437         Drop the prepending zeroes and output the remaining samples on EOS.
8438         Also properly implement the latency query for this. speexresample
8439         should be completely ready for production use now.
8440
8441 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
8442
8443         * gst/rtpmanager/gstrtpjitterbuffer.c:
8444         (gst_rtp_jitter_buffer_query):
8445         jitterbuffer can buffer an unlimited amount of time and thus has no
8446         max_latency requirements.
8447
8448 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8449
8450         * gst/speexresample/README:
8451         Add README explaining where the resampling code was taken from
8452         and which changes were done.
8453
8454         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8455         (speex_free):
8456         Use g_malloc() and friends instead of malloc() to achieve higher
8457         portability and define the functions inline.
8458
8459         * gst/speexresample/speex_resampler.h:
8460         Add back some useless preprocessor stuff to keep the diff between
8461         our version and the one from the Speex SVN repository lower.
8462
8463 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8464
8465         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8466         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8467         Post a GST_MESSAGE_LATENCY if the latency changes.
8468
8469 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8470
8471         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8472         Don't try to flush the decoder on EOS when it was not initialized.
8473         Fixes #498667
8474
8475 2007-11-21  Julien Moutte  <julien@fluendo.com>
8476
8477         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8478         on Mac OS X. (missing format parameter)
8479
8480 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8481
8482         * gst/equalizer/gstiirequalizer10bands.c:
8483         * gst/equalizer/gstiirequalizer3bands.c:
8484           Remove preset iface again. We'll re-add this after its been released
8485           in -good.
8486
8487 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8488
8489         * gst/speexresample/gstspeexresample.c:
8490         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8491         Some small cleanup and addition of a TODO item.
8492
8493 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8494
8495         * gst/speexresample/Makefile.am:
8496         Add missing file.
8497
8498 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8499
8500         * docs/plugins/inspect/plugin-app.xml:
8501         * docs/plugins/inspect/plugin-bayer.xml:
8502         * docs/plugins/inspect/plugin-cdaudio.xml:
8503         * docs/plugins/inspect/plugin-dvb.xml:
8504         * docs/plugins/inspect/plugin-dvbsrc.xml:
8505         * docs/plugins/inspect/plugin-dvdspu.xml:
8506         * docs/plugins/inspect/plugin-festival.xml:
8507         * docs/plugins/inspect/plugin-flvdemux.xml:
8508         * docs/plugins/inspect/plugin-gstinterlace.xml:
8509         * docs/plugins/inspect/plugin-interleave.xml:
8510         * docs/plugins/inspect/plugin-ladspa.xml:
8511         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8512         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8513         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8514         * docs/plugins/inspect/plugin-mve.xml:
8515         * docs/plugins/inspect/plugin-nas.xml:
8516         * docs/plugins/inspect/plugin-nuvdemux.xml:
8517         * docs/plugins/inspect/plugin-quicktime.xml:
8518         * docs/plugins/inspect/plugin-real.xml:
8519         * docs/plugins/inspect/plugin-rfbsrc.xml:
8520         * docs/plugins/inspect/plugin-sdp.xml:
8521         * docs/plugins/inspect/plugin-sndfile.xml:
8522         * docs/plugins/inspect/plugin-soup.xml:
8523         * docs/plugins/inspect/plugin-speexresample.xml:
8524         * docs/plugins/inspect/plugin-stereo.xml:
8525         * docs/plugins/inspect/plugin-switch.xml:
8526         * docs/plugins/inspect/plugin-vcdsrc.xml:
8527         * docs/plugins/inspect/plugin-videocrop.xml:
8528         * docs/plugins/inspect/plugin-videoparse.xml:
8529         * docs/plugins/inspect/plugin-vmnc.xml:
8530         * docs/plugins/inspect/plugin-x264.xml:
8531         * docs/plugins/inspect/plugin-y4menc.xml:
8532         Add missing inspection files to CVS.
8533
8534 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8535
8536         * docs/plugins/Makefile.am:
8537         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8538         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8539         * docs/plugins/gst-plugins-bad-plugins.args:
8540         * docs/plugins/gst-plugins-bad-plugins.signals:
8541         * docs/plugins/inspect/plugin-bz2.xml:
8542         * docs/plugins/inspect/plugin-cdxaparse.xml:
8543         * docs/plugins/inspect/plugin-dtsdec.xml:
8544         * docs/plugins/inspect/plugin-equalizer.xml:
8545         * docs/plugins/inspect/plugin-faac.xml:
8546         * docs/plugins/inspect/plugin-faad.xml:
8547         * docs/plugins/inspect/plugin-filter.xml:
8548         * docs/plugins/inspect/plugin-freeze.xml:
8549         * docs/plugins/inspect/plugin-gio.xml:
8550         * docs/plugins/inspect/plugin-gsm.xml:
8551         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8552         * docs/plugins/inspect/plugin-h264parse.xml:
8553         * docs/plugins/inspect/plugin-modplug.xml:
8554         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8555         * docs/plugins/inspect/plugin-musepack.xml:
8556         * docs/plugins/inspect/plugin-musicbrainz.xml:
8557         * docs/plugins/inspect/plugin-nsfdec.xml:
8558         * docs/plugins/inspect/plugin-replaygain.xml:
8559         * docs/plugins/inspect/plugin-soundtouch.xml:
8560         * docs/plugins/inspect/plugin-spcdec.xml:
8561         * docs/plugins/inspect/plugin-spectrum.xml:
8562         * docs/plugins/inspect/plugin-speed.xml:
8563         * docs/plugins/inspect/plugin-tta.xml:
8564         * docs/plugins/inspect/plugin-videosignal.xml:
8565         * docs/plugins/inspect/plugin-xingheader.xml:
8566         * docs/plugins/inspect/plugin-xvid.xml:
8567         * gst/speexresample/gstspeexresample.h:
8568         Add speexresample to the docs and while at that do a make update.
8569
8570 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8571
8572         * gst/speexresample/gstspeexresample.c:
8573         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8574         If the resampler gives less output samples than expected
8575         adjust the output buffer and print a warning.
8576
8577 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8578
8579         * configure.ac:
8580         * gst/speexresample/arch.h:
8581         * gst/speexresample/fixed_generic.h:
8582         * gst/speexresample/gstspeexresample.c:
8583         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8584         (gst_speex_resample_init), (gst_speex_resample_start),
8585         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8586         (gst_speex_resample_transform_caps),
8587         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8588         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8589         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8590         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8591         (gst_speex_resample_process), (gst_speex_resample_transform),
8592         (gst_speex_resample_set_property),
8593         (gst_speex_resample_get_property), (plugin_init):
8594         * gst/speexresample/gstspeexresample.h:
8595         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8596         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8597         (resampler_basic_direct_single), (resampler_basic_direct_double),
8598         (resampler_basic_interpolate_single),
8599         (resampler_basic_interpolate_double), (update_filter),
8600         (speex_resampler_init), (speex_resampler_init_frac),
8601         (speex_resampler_destroy), (speex_resampler_process_native),
8602         (speex_resampler_process_float), (speex_resampler_process_int),
8603         (speex_resampler_process_interleaved_float),
8604         (speex_resampler_process_interleaved_int),
8605         (speex_resampler_set_rate), (speex_resampler_get_rate),
8606         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8607         (speex_resampler_set_quality), (speex_resampler_get_quality),
8608         (speex_resampler_set_input_stride),
8609         (speex_resampler_get_input_stride),
8610         (speex_resampler_set_output_stride),
8611         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8612         (speex_resampler_reset_mem), (speex_resampler_strerror):
8613         * gst/speexresample/speex_resampler.h:
8614         * gst/speexresample/speex_resampler_float.c:
8615         * gst/speexresample/speex_resampler_int.c:
8616         * gst/speexresample/speex_resampler_wrapper.h:
8617         Add resample element based on the Speex resampling algorithm.
8618
8619 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8620
8621         * ext/metadata/gstmetadataparse.c:
8622         * ext/metadata/gstmetadataparse.h:
8623           Fixed buffer strip (safer wil pull and after seek).
8624
8625 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8626
8627         * gst/equalizer/gstiirequalizer10bands.c:
8628         * gst/equalizer/gstiirequalizer3bands.c:
8629           Activate preset iface and upload two presets here.
8630
8631 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8632
8633         * ext/metadata/gstmetadataparse.c:
8634         * ext/metadata/gstmetadataparse.h:
8635           Strip out in pull mode also. Seek and Query functions added.
8636
8637 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8638
8639         * ext/metadata/gstmetadataparse.c:
8640         * ext/metadata/gstmetadataparse.h:
8641         * ext/metadata/metadataparse.c:
8642         * ext/metadata/metadataparse.h:
8643         * ext/metadata/metadataparsejpeg.c:
8644         * ext/metadata/metadataparsejpeg.h:
8645         * ext/metadata/metadataparsepng.c:
8646         * ext/metadata/metadataparsepng.h:
8647         * ext/metadata/metadataparsetypes.h:
8648           Strip out metadata chunks.
8649
8650 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8651
8652         * configure.ac:
8653           Als use AG_GST_PLUGIN_DOCS (see #344039).
8654
8655 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8656
8657         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8658
8659         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8660         (remove_all), (mpegts_packetizer_clear):
8661         Ensure that the plugin does not crash when the property pat-info is
8662         queried before a PAT is available. It also ensures that the PAT info is
8663         cleared when the changing from PLAYING to READY.
8664         Fixes #487892.
8665
8666 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8667
8668         Patch by: Wouter Paesen <wouter at blue-gate dot be>
8669
8670         * ext/soundtouch/gstpitch.cc:
8671         Handle seeking correctly. Fixes #461068.
8672
8673 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8674
8675         Patch by: Michael Kötter <m dot koetter at oraise dot de>
8676
8677         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8678         (alsaspdifsink_get_time), (alsaspdifsink_open),
8679         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
8680         Fix sample rate and clocking.
8681         Remove buffer_time and period_time as this seems to break on some
8682         hardware. Fixes #485462.
8683
8684 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8685
8686         Patch by: Wouter Cloetens <wouter at mind dot be>
8687
8688         * configure.ac:
8689         * ext/Makefile.am:
8690         * ext/soup/Makefile.am:
8691         * ext/soup/gstsouphttpsrc.c: (_do_init),
8692         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
8693         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8694         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
8695         (gst_souphttp_src_create), (gst_souphttp_src_start),
8696         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
8697         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
8698         (soup_session_close), (plugin_init):
8699         * ext/soup/gstsouphttpsrc.h:
8700         Added HTTP source based on libsoup. Fixes #497020.
8701
8702 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8703
8704         * gst/librfb/gstrfbsrc.c:
8705         don't forget to handle the offset's
8706         * gst/librfb/rfbdecoder.c:
8707         * gst/librfb/rfbdecoder.h:
8708         precalculate some many used values
8709
8710 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8711
8712         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
8713         * gst/librfb/gstrfbsrc.c:
8714         Set the timestamp for the output buffers
8715
8716 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
8717
8718         * tests/check/elements/spectrum.c: (GST_START_TEST):
8719         Fix spectrum unit test for the latest spectrum changes.
8720
8721 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
8722
8723         Patch by: René Stadler <mail at renestadler dot de>
8724
8725         * gst/replaygain/rganalysis.c: (yule_filter):
8726         Avoid slowdown from denormals when processing near-silence input data.
8727         Spotted by Gabriel Bouvigne. Fixes #494499.
8728
8729 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
8730
8731         * gst/flv/gstflvparse.c:
8732         Add mapping for Nellymoser ASAO audio codec.
8733         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
8734         actually have data to read at the end of the tag. This avoids trying
8735         to allocate negative buffers.
8736
8737 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
8738
8739         * ext/metadata/README:
8740           Added a design proposal from metadata parse and mux.
8741
8742 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8743
8744         * gst/equalizer/demo.c: (draw_spectrum):
8745         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
8746         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
8747         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
8748         Change the meaning of the magnitude values given in the
8749         GstMessages by spectrum to decibel instead of
8750         decibel+threshold.
8751
8752 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8753
8754         * gst/equalizer/gstiirequalizer10bands.c:
8755         * gst/equalizer/gstiirequalizer3bands.c:
8756         * gst/equalizer/gstiirequalizernbands.c:
8757         And continue to update docs. Also include some sample code
8758         for the n-band equalizer in the docs.
8759
8760 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8761
8762         * gst/equalizer/gstiirequalizer10bands.c:
8763         (gst_iir_equalizer_10bands_class_init):
8764         * gst/equalizer/gstiirequalizer3bands.c:
8765         (gst_iir_equalizer_3bands_class_init):
8766         * gst/equalizer/gstiirequalizernbands.c:
8767         Update docs and property ranges to the real values.
8768
8769 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
8770
8771         * gst/spectrum/gstspectrum.c:
8772         Now do the scaling right for real. Also initialize a previously
8773         uninitialized variable.
8774
8775 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
8776
8777         * ext/metadata/metadataparsexmp.c:
8778         (metadataparse_xmp_tag_list_add),
8779         (metadataparse_xmp_iter_simple_qual),
8780         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
8781         (metadataparse_xmp_iter):
8782           Extracting more detailed info from XMP.
8783
8784 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
8785
8786         * gst/equalizer/demo.c:
8787           Make default volume a bit less. Improve layout by giving more space to
8788           the slider with big-numbers and enable fill.
8789
8790 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8791
8792         * configure.ac:
8793         * tests/check/pipelines/gio.c: (GST_START_TEST):
8794         Require GIO >= 0.1.2 and adjust unit test for an API change.
8795
8796 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8797
8798         * tests/icles/equalizer-test.c: (do_slider_fiddling):
8799         Fix gain ranges for the latest equalizer changes.
8800
8801 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8802
8803         * ext/gio/gstgio.h:
8804         Add macro to check if a stream supports seeking.
8805
8806         * ext/gio/Makefile.am:
8807         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
8808         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
8809         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
8810         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
8811         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
8812         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
8813         (gst_gio_base_sink_set_stream):
8814         * ext/gio/gstgiobasesink.h:
8815         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
8816         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
8817         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
8818         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
8819         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
8820         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
8821         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
8822         * ext/gio/gstgiobasesrc.h:
8823         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
8824         base classes that only require a GInputStream or GOutputStream to
8825         work.
8826
8827         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
8828         (gst_gio_sink_class_init), (gst_gio_sink_init),
8829         (gst_gio_sink_finalize), (gst_gio_sink_start):
8830         * ext/gio/gstgiosink.h:
8831         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
8832         (gst_gio_src_class_init), (gst_gio_src_init),
8833         (gst_gio_src_finalize), (gst_gio_src_start):
8834         * ext/gio/gstgiosrc.h:
8835         Use the newly created base classes here.
8836
8837         * ext/gio/gstgio.c: (plugin_init):
8838         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
8839         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
8840         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
8841         (gst_gio_stream_sink_get_property):
8842         * ext/gio/gstgiostreamsink.h:
8843         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
8844         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
8845         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
8846         (gst_gio_stream_src_get_property):
8847         * ext/gio/gstgiostreamsrc.h:
8848         Implement GstGioStreamSink and GstGioStreamSrc that have a property
8849         to set the GInputStream/GOutputStream that should be used.
8850
8851         * tests/check/Makefile.am:
8852         * tests/check/pipelines/.cvsignore:
8853         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
8854         (gio_testsuite), (main):
8855         Add unit test for giostreamsrc and giostreamsink.
8856
8857 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8858
8859         * ext/gio/gstgio.c: (plugin_init):
8860         Remove nowadays unnecessary workaround for a crash.
8861         
8862         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
8863         (gst_gio_sink_start), (gst_gio_sink_stop),
8864         (gst_gio_sink_unlock_stop):
8865         * ext/gio/gstgiosink.h:
8866         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
8867         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
8868         * ext/gio/gstgiosrc.h:
8869         Make the finalize function safer, clean up everything that could stay
8870         around.
8871
8872         Reset the cancellable instead of creating a new one after cancelling
8873         some operation.
8874
8875         Don't store the GFile in the element, it's only necessary for creating
8876         the streams.
8877
8878 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
8879
8880         * gst/spectrum/demo-audiotest.c: (main):
8881         Use autoaudiosink instead of alsasink and use a sine wave.
8882
8883         * gst/spectrum/gstspectrum.c:
8884         Fix the magnitude calculation.
8885
8886 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
8887
8888         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8889
8890         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
8891           (CDshowFakeSink.CDshowFakeSink):
8892         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
8893           Fix crasher in constructor due to the base class's constructor
8894           not necessarily being NULL-safe (depends on the SDK version used
8895           apparently; #492406).
8896
8897         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
8898         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
8899           Fix a couple of MSVC compiler warnings (#492406).
8900
8901 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
8902
8903         * gst/equalizer/demo.c: (main):
8904         * gst/equalizer/gstiirequalizer.c:
8905         (gst_iir_equalizer_band_class_init), (setup_filter):
8906         Allow setting 0 as bandwidth and handle this correctly.
8907         Also handle a bandwidth of rate/2 properly.
8908
8909         * gst/equalizer/gstiirequalizernbands.c:
8910         (gst_iir_equalizer_nbands_class_init):
8911         Make it possible to generate a N-band equalizer with 1 bands. The
8912         previous limit of 2 was caused by a nowadays replaced calculation
8913         doing a division by zero if number of bands was 1.
8914
8915 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
8916
8917         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8918
8919         * gst/rtpmanager/gstrtpsession.c:
8920           Fix bad function signatures (#492798).
8921
8922 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8923
8924         * ext/metadata/Makefile.am:
8925         * ext/metadata/gstmetadataparse.c:
8926         * ext/metadata/gstmetadataparse.h:
8927         * ext/metadata/metadataparse.c:
8928         * ext/metadata/metadataparse.h:
8929         * ext/metadata/metadataparseexif.c:
8930         * ext/metadata/metadataparseexif.h:
8931         * ext/metadata/metadataparseiptc.c:
8932         * ext/metadata/metadataparseiptc.h:
8933         * ext/metadata/metadataparsejpeg.c:
8934         * ext/metadata/metadataparsejpeg.h:
8935         * ext/metadata/metadataparsepng.c:
8936         * ext/metadata/metadataparsepng.h:
8937         * ext/metadata/metadataparseutil.c:
8938         * ext/metadata/metadataparseutil.h:
8939         * ext/metadata/metadataparsexmp.c:
8940         * ext/metadata/metadataparsexmp.h:
8941           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
8942           the file. 
8943
8944 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8945
8946         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8947         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
8948         (gst_metadata_parse_element_activate_src_pull):
8949           Now metadataparse works in push or pull mode.
8950
8951 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
8952
8953         * configure.ac:
8954         * ext/metadata/Makefile.am:
8955         * ext/metadata/metadataparseexif.c:
8956         (metadataparse_exif_tags_register),
8957         (metadataparse_exif_tag_list_add):
8958         * ext/metadata/metadataparseiptc.c:
8959         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
8960         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
8961         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
8962         * ext/metadata/metadataparseutil.c:
8963         (metadataparse_tag_list_add_chunk):
8964         * ext/metadata/metadataparseutil.h:
8965         * ext/metadata/metadataparsexmp.c:
8966         (metadataparse_xmp_tags_register),
8967         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
8968         (metadataparse_xmp_dispose):
8969         * ext/metadata/metadataparsexmp.h:
8970           Some XMP stuff added.
8971
8972 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
8973
8974         * ext/metadata/gstmetadataparse.c:
8975         (gst_metadata_parse_dispose_members),
8976         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
8977         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
8978         (gst_metadata_parse_change_state),
8979         (gst_metadata_parse_plugin_init):
8980         * ext/metadata/gstmetadataparse.h:
8981         * ext/metadata/metadataparseexif.c:
8982         (metadataparse_exif_tags_register),
8983         (metadataparse_exif_tag_list_add),
8984         (exif_data_foreach_content_func),
8985         (exif_content_foreach_entry_func):
8986         * ext/metadata/metadataparseexif.h:
8987         * ext/metadata/metadataparseiptc.c:
8988         (metadataparse_iptc_tags_register),
8989         (metadataparse_tag_list_add_chunk),
8990         (metadataparse_iptc_tag_list_add),
8991         (iptc_data_foreach_dataset_func):
8992         * ext/metadata/metadataparseiptc.h:
8993         * ext/metadata/metadataparsexmp.c:
8994         (metadataparse_xmp_tags_register),
8995         (metadataparse_xmp_tag_list_add):
8996         * ext/metadata/metadataparsexmp.h:
8997           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
8998           in the same way (look at bug #486659).
8999
9000 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
9001
9002         * gst/librfb/rfbdecoder.c:
9003                 Some refactoring in RAW encoding
9004
9005 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
9006
9007         * gst/librfb/d3des.h:
9008         * gst/librfb/gstrfbsrc.c:
9009         * gst/librfb/gstrfbsrc.h:
9010         * gst/librfb/rfbbuffer.h:
9011         * gst/librfb/rfbcontext.h:
9012         * gst/librfb/rfbdecoder.c:
9013         * gst/librfb/rfbdecoder.h:
9014         * gst/librfb/rfbutil.h:
9015         * gst/librfb/vncauth.h:
9016                 Added copyrect encoding
9017
9018 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9019
9020         * sys/dvb/camswclient.c:
9021         Warn on failed write.
9022
9023 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
9024
9025         * gst/equalizer/Makefile.am:
9026         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
9027         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
9028         (draw_spectrum), (message_handler), (main):
9029         Add small demo application based on the spectrum demo applications
9030         that gets white noise as input, pushes it through an equalizer and
9031         paints the spectrum. For every equalizer band it's possible to set
9032         gain, bandwidth and frequency.
9033         * gst/equalizer/gstiirequalizer.c: (setup_filter):
9034         Add some guarding against too large or too small frequencies and
9035         bandwidths. Also improve debugging a bit.
9036
9037 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
9038
9039         * gst/equalizer/gstiirequalizer.c:
9040         (gst_iir_equalizer_band_set_property),
9041         (gst_iir_equalizer_band_get_property),
9042         (gst_iir_equalizer_band_class_init), (arg_to_scale),
9043         (setup_filter), (gst_iir_equalizer_compute_frequencies):
9044         Replace filters with a bit better filters for which we can actually
9045         find documentation, which don't change anything on zero gain, etc.
9046         
9047         Make the frequency property of the bands writable, rename the
9048         band-width property to bandwidth and change the meaning to the
9049         frequency difference between bandedges, change the meaning of the
9050         gain property to dB instead of a weird scale between -1 and 1 that
9051         has no real meaning.
9052
9053 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
9054
9055         * sys/dvb/dvbbasebin.c:
9056           Fix the build.
9057
9058 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9059
9060         * ext/metadata/.cvsignore:
9061         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
9062         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
9063         (gst_metadata_parse_configure_srccaps),
9064         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
9065         (gst_metadata_parse_plugin_init):
9066         * ext/metadata/metadataparse.c: (metadataparse_parse):
9067         * ext/metadata/metadataparse.h:
9068           Changed kclass to "Parser/Extracter/Metadata", changed caps to
9069           "image/jpeg, tags-extract=true/false" and changed priority to
9070           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
9071           fixed to also work in pull mode.
9072
9073 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9074
9075         * configure.ac:
9076         * ext/Makefile.am:
9077         * ext/metadata/:
9078         * ext/metadata/Makefile.am:
9079         * ext/metadata/gstmetadata.c:
9080         * ext/metadata/gstmetadataparse.c:
9081         * ext/metadata/gstmetadataparse.h:
9082         * ext/metadata/metadataparse.c:
9083         * ext/metadata/metadataparse.h:
9084         * ext/metadata/metadataparseexif.c:
9085         * ext/metadata/metadataparseexif.h:
9086         * ext/metadata/metadataparseiptc.c:
9087         * ext/metadata/metadataparseiptc.h:
9088         * ext/metadata/metadataparsejpeg.c:
9089         * ext/metadata/metadataparsejpeg.h:
9090         * ext/metadata/metadataparsexmp.c:
9091         * ext/metadata/metadataparsexmp.h:
9092           Created new plugin ('medadata') and element ('metadataparse') that
9093           extract metadata from images (look at bug #486659).
9094
9095 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9096
9097         * sys/dvb/dvbbasebin.c:
9098         Uncomment the line that sets the pid filter. Wrong way to 
9099         work-around driver issues.
9100
9101 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
9102
9103         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
9104           (gst_faac_class_init), (gst_faac_init):
9105           Fix bitrate ranges and change enum nick for low complexity
9106           profile from LOW to LC for consistency (#490060).
9107
9108 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
9109
9110         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
9111           Let's not call every request pad we create "sink%d", that'll
9112           create problems if there's to be more than one pad. Fixes #490682.
9113
9114         * tests/check/Makefile.am:
9115         * tests/check/elements/.cvsignore:
9116         * tests/check/elements/interleave.c:
9117           Add unit test for the above.
9118
9119 2007-10-27  Julien MOUTTE  <julien@moutte.net>
9120
9121         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
9122         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
9123         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
9124         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
9125         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
9126         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
9127         (plugin_init):
9128         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
9129         damaging headers using a simple state machine.
9130
9131 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
9132
9133         * ext/x264/gstx264enc.c:
9134           Fix build against the libx264 version that ships with debian stable.
9135
9136 2007-10-26  Julien MOUTTE  <julien@moutte.net>
9137
9138         * configure.ac:
9139         * gst/mpeg4videoparse/Makefile.am:
9140         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
9141         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
9142         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
9143         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
9144         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
9145         (gst_mpeg4vparse_init), (plugin_init):
9146         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
9147         parser.
9148
9149 2007-10-25  David Schleef  <ds@schleef.org>
9150
9151         * gst/multifile/Makefile.am:
9152         * gst/multifile/gstmultifilesink.c:
9153         * gst/multifile/gstmultifilesrc.c:
9154         * tests/check/Makefile.am:
9155         * tests/check/elements/multifile.c:
9156           Improve documentation, write some tests for multifilesrc/sink
9157           for upcoming ->good review.
9158
9159 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9160
9161         * sys/dvb/gstdvbsrc.c:
9162         Actually use the code-rate-hp parameter for DVB-S.
9163         It turns out setting to AUTO does not always work (
9164         especially in diseq situations). Set by default to 
9165         FEC_AUTO.
9166
9167 2007-10-22  Julien MOUTTE  <julien@moutte.net>
9168
9169         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9170         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
9171         emit no-more-pads for single pad scenarios as the header
9172         is definitely not reliable. We emit them for 2 pads scenarios
9173         though to speed up media discovery.
9174
9175 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9176
9177         * sys/dvb/dvbbasebin.c:
9178         Added proxy property of diseqc-source
9179
9180 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9181
9182         * gst/equalizer/gstiirequalizer.c:
9183         (gst_iir_equalizer_band_set_property):
9184         Add a missing break.
9185
9186 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9187
9188         * gst/equalizer/gstiirequalizer.c:
9189         (gst_iir_equalizer_band_set_property),
9190         (gst_iir_equalizer_band_get_property),
9191         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
9192         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
9193         (setup_filter), (gst_iir_equalizer_setup):
9194         * gst/equalizer/gstiirequalizer.h:
9195         Move bandwidth property to the separate bands and add float64 support.
9196
9197 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9198
9199         * ext/cdaudio/Makefile.am:
9200           Add another missing GST_LIBS.
9201
9202 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9203
9204         Patch by: Richard Hult <richard imendio com>
9205
9206         * gst/dvdspu/Makefile.am:
9207           Fix LIBS - we need to link against libgstreamer (fixes #487496).
9208
9209 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9210
9211         * sys/dvb/camapplication.c:
9212         * sys/dvb/camresourcemanager.c:
9213           Fix some warnings.
9214
9215 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9216
9217         * gst/librfb/rfbdecoder.c:
9218           Add the set encodings client message
9219
9220 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9221
9222         * gst/librfb/Makefile.am:
9223         * gst/librfb/rfb.h:
9224         * gst/librfb/rfbbytestream.c:
9225         * gst/librfb/rfbbytestream.h:
9226         * gst/librfb/rfbdecoder.c:
9227         * gst/librfb/rfbdecoder.h:
9228           Remove the rfbbytestream dead code
9229
9230 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9231
9232         patch by: Alessandro Decina
9233
9234         * sys/dvb/Makefile.am:
9235         * sys/dvb/cam.c:
9236         * sys/dvb/cam.h:
9237         * sys/dvb/camapplication.c:
9238         * sys/dvb/camapplication.h:
9239         * sys/dvb/camapplicationinfo.c:
9240         * sys/dvb/camapplicationinfo.h:
9241         * sys/dvb/camconditionalaccess.c:
9242         * sys/dvb/camconditionalaccess.h:
9243         * sys/dvb/camdevice.c:
9244         * sys/dvb/camdevice.h:
9245         * sys/dvb/camresourcemanager.c:
9246         * sys/dvb/camresourcemanager.h:
9247         * sys/dvb/camsession.c:
9248         * sys/dvb/camsession.h:
9249         * sys/dvb/camswclient.c:
9250         * sys/dvb/camswclient.h:
9251         * sys/dvb/camtransport.c:
9252         * sys/dvb/camtransport.h:
9253         * sys/dvb/camutils.c:
9254         * sys/dvb/camutils.h:
9255         * sys/dvb/dvbbasebin.c:
9256         * sys/dvb/dvbbasebin.h:
9257         * sys/dvb/gstdvb.c:
9258         * sys/dvb/gstdvbsrc.c:
9259         * sys/dvb/gstdvbsrc.h:
9260         Integrate SoC work done by Alessandro for the Freevo project.
9261         Adds cam support to the dvb stack in GStreamer and a new
9262         element (actually a bin) called dvbbasebin that integrates
9263         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
9264         acquiring multiple channels on same transponder without 
9265         knowing pid numbers.
9266
9267 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9268
9269         patch by: Alessandro Decina
9270
9271         * gst/mpegtsparse/mpegtspacketizer.c:
9272         * gst/mpegtsparse/mpegtsparse.c:
9273         * gst/mpegtsparse/mpegtsparse.h:
9274         Add request pad for getting the full transport stream coming in.
9275
9276 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
9277
9278         * configure.ac:
9279           Update the highest allowed neon version from 0.26.99 to 0.27.99.
9280           No code changes are required to work with the newest neon version.
9281
9282 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
9283
9284         * configure.ac:
9285           Require core CVS.  This is implicit in the -base CVS
9286           requirement already, so we might just well spell it
9287           out.  Also, we do need at least 0.10.14 for
9288           gst_element_class_set_details_simple().  Make check
9289           for gmyth a bit more restrictive so things don't break
9290           if the next version changes API.
9291
9292         * ext/alsaspdif/alsaspdifsink.c:
9293           Work around alsa alloca macros triggering 'always evaluates to
9294           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
9295           Also don't leak the device string.
9296
9297         * ext/mpeg2enc/gstmpeg2enc.cc:
9298         * ext/soundtouch/gstpitch.cc:
9299         * gst/modplug/gstmodplug.cc:
9300           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
9301           define fix from core CVS). Fixes #462737.
9302
9303 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
9304
9305         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9306
9307         * gst/rtpmanager/gstrtpbin.c: (create_stream),
9308         (gst_rtp_bin_class_init):
9309         Fix memleak. Fixes #484990.
9310
9311 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
9312
9313         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
9314         * gst/librfb/rfbbuffer.h:
9315         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
9316         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
9317         * gst/nsf/nes6502.c: (nes6502_execute):
9318         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
9319         * gst/real/gstrealvideodec.c: (open_library):
9320         * gst/real/gstrealvideodec.h:
9321         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
9322         (create_recv_rtcp_sink), (create_send_rtp_sink):
9323         Fix compiler warnings shown by Forte.
9324
9325 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
9326
9327         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
9328         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
9329         Fix caps refcounting for payload maps.
9330         When clearing payload maps, also clear sessions and streams payload
9331         maps.
9332
9333         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
9334         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
9335         (find_pad_for_pt):
9336         Implement clearing the payload map.
9337
9338         * gst/rtpmanager/gstrtpsession.c:
9339         (gst_rtp_session_event_send_rtp_sink):
9340         Forward flush events instead of leaking them.
9341
9342         * gst/rtpmanager/gstrtpssrcdemux.c:
9343         (gst_rtp_ssrc_demux_rtcp_sink_event):
9344         Correctly refcount events before pushing them.
9345
9346 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
9347
9348         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
9349         Use GIO function to get a list of supported URI schemes instead of
9350         hard coding something.
9351
9352 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9353
9354         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
9355         When reconsidering RTCP timeouts, set the next timeout against the last
9356         report time instead of the current clock time so that we don't end up
9357         reconsidering forever.
9358
9359 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9360
9361         * gst/rtpmanager/gstrtpjitterbuffer.c:
9362         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9363         Only peek at the tail element instead of popping it off, which allows
9364         us to greatly simplify things when the tail element changes.
9365
9366         * gst/rtpmanager/gstrtpsession.c:
9367         (gst_rtp_session_event_recv_rtp_sink):
9368         * gst/rtpmanager/gstrtpssrcdemux.c:
9369         (gst_rtp_ssrc_demux_sink_event):
9370         Forward FLUSH events instead of leaking them.
9371
9372         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
9373         (calculate_skew), (rtp_jitter_buffer_insert):
9374         * gst/rtpmanager/rtpjitterbuffer.h:
9375         Remove the tail-changed callback in favour of a simple boolean when we
9376         insert a buffer in the queue.
9377         Add method to peek the tail of the buffer.
9378
9379 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9380
9381         Patch by: Gautier Portet <kassoulet at gmail dot com>
9382
9383         * gst/xingheader/gstxingmux.c:
9384         The size of the Xing header is actually 417 as it's rounded to the
9385         next smaller integer. Fixes #397759.
9386
9387         * gst/xingheader/gstxingmux.c: (xing_generate_header),
9388         (xing_push_header):
9389         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
9390         event to the beginning was successful before pushing the header again.
9391
9392 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9393
9394         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
9395
9396         * gst/mpegtsparse/mpegtspacketizer.c:
9397         (mpegts_packetizer_stream_new):
9398         Don't skip PAT with version number 0. Fixes #483400.
9399         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
9400         Make all values above 0 mark a referenced program as they can be
9401         incremented and only 1 had marked a referenced program before, causing
9402         actually referenced programs to be unreferenced.
9403
9404 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9405
9406         * gst/sdp/gstsdpdemux.h:
9407         Change signature of pt to fix compilation on some platforms.
9408
9409 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9410
9411         * gst/rtpmanager/gstrtpjitterbuffer.c:
9412         (gst_rtp_jitter_buffer_flush_start),
9413         (gst_rtp_jitter_buffer_flush_stop),
9414         (gst_rtp_jitter_buffer_change_state), (apply_offset),
9415         (gst_rtp_jitter_buffer_loop):
9416         Remove some old unused variables.
9417         Don't add the latency to the skew corrected timestamp, latency is only
9418         used to sync against the clock.
9419         Improve debugging.
9420
9421         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9422         (rtp_jitter_buffer_reset_skew), (calculate_skew):
9423         * gst/rtpmanager/rtpjitterbuffer.h:
9424         Handle case where server timestamp goes backwards or wildly jumps by
9425         temporarily pausing the skew correction.
9426         Improve debugging.
9427
9428 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9429
9430         * gst/sdp/Makefile.am:
9431         Forgot to commit makefile.
9432
9433 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
9434
9435         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
9436         Update to API changes in GIO.
9437
9438 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9439
9440         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
9441         Use new function in -base to get the default clock-rate.
9442
9443 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9444
9445         * configure.ac:
9446         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
9447         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
9448         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
9449         (gst_sdp_demux_get_property), (find_stream_by_id),
9450         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
9451         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
9452         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
9453         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
9454         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
9455         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
9456         (gst_sdp_demux_stream_configure_udp),
9457         (gst_sdp_demux_stream_configure_udp_sink),
9458         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
9459         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
9460         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
9461         (gst_sdp_demux_change_state):
9462         * gst/sdp/gstsdpdemux.h:
9463         * gst/sdp/gstsdpelem.c: (plugin_init):
9464         Added SDP demuxer element. Fixes #426657.
9465
9466 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9467
9468         Patch by: mutex at runbox dot com
9469
9470         * gst/mpegtsparse/mpegtspacketizer.c:
9471         (mpegts_packetizer_parse_adaptation_field_control):
9472         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9473         (mpegts_parse_init), (mpegts_parse_push):
9474         * gst/mpegtsparse/mpegtsparse.h:
9475         Remove useless src pad that only results in not linked errors,
9476         fix a broken pointer dereference and make MAX_CONTINUITY constant
9477         conform to the standard to stop outputting corrupted data.
9478         Fixes #481276, #481279.
9479
9480 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9481
9482         * ext/mythtv/gstmythtvsrc.c:
9483           Re-apply docs patch from #468039; fix tab.
9484
9485         * gst/mpegtsparse/.cvsignore:
9486           Ignore marshaller files generated at build time.
9487
9488 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9489
9490         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9491         (gst_gio_sink_set_property), (gst_gio_sink_render):
9492         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9493         (gst_gio_src_set_property):
9494         Some minor cleanup and allow setting the location only when the
9495         element is not playing or paused.
9496
9497 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9498
9499         * configure.ac:
9500         Update gio's pkg-config file name as currently in SVN.
9501
9502         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9503         Remove special casing for a NULL query string. g_strjoin won't add
9504         the separator if there's only one string.
9505
9506 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9507
9508         * gst/rtpmanager/gstrtpbin.c: (free_client):
9509         Fix crasher in dispose.
9510
9511         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9512         Handle cases where input buffers have no timestamps so that no clock
9513         skew can be calculated, in this case interpolate timestamps based on
9514         rtp timestamp and assume a 0 clock skew.
9515
9516 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9517
9518         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9519         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9520         Remove jitter correction code, it's now in the lower level object.
9521         Use new -core method for doing a peer query.
9522
9523         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9524         (calculate_skew), (rtp_jitter_buffer_insert):
9525         * gst/rtpmanager/rtpjitterbuffer.h:
9526         Move jitter correction to the lowlevel jitterbuffer.
9527         Increase the max window size.
9528         When filling the window, already start estimating the skew using a
9529         parabolic weighting factor so that we have a much better startup
9530         behaviour that gets more accurate with the more samples we have.
9531         Increase the default weighting factor for the steady state to get
9532         smoother timestamps.
9533
9534 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9535
9536         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9537         (gst_neonhttp_src_send_request_and_redirect):
9538         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9539         compatibility stuff. Also fix the default location.
9540
9541 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9542
9543         * configure.ac:
9544         We require libneon >= 26 now for the query field in ne_uri.
9545
9546 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9547
9548         Patch by: Wouter Cloetens <wouter@mind.be>
9549
9550         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9551         (gst_neonhttp_src_set_location),
9552         (gst_neonhttp_src_send_request_and_redirect):
9553         * ext/neon/gstneonhttpsrc.h:
9554         Don't discard GET parameters from URL if existing.
9555         Fixes #481200.
9556
9557 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9558
9559         * gst/librfb/gstrfbsrc.c:
9560         * gst/librfb/gstrfbsrc.h:
9561                 Added a property for incremental screen updates
9562
9563 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9564
9565         * ext/xvid/gstxvidenc.c:
9566         * ext/xvid/gstxvidenc.h:
9567           Remove superfluous 'frame-encoded' signal (people can
9568           use an upstream identity's 'handoff' signal or a pad
9569           probe for this if they must know).
9570
9571 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9572
9573         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9574         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9575         was not detected correctly in all cases.
9576
9577 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9578
9579         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9580         (gst_rtp_bin_finalize):
9581         Fix cleanup crasher.
9582
9583         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9584         (calculate_skew):
9585         * gst/rtpmanager/rtpjitterbuffer.h:
9586         Dynamically adjust the skew calculation window so that we calculate it
9587         over a period of around 2 seconds.
9588
9589 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9590
9591         * gst/librfb/gstrfbsrc.c:
9592                 fix bug from generic/states.gdb
9593
9594 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9595
9596         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9597         (gst_flv_parse_tag_video): codec_data is needed for every tag
9598         not just the first one. (Fix a stupid bug i introduced without
9599         testing)
9600
9601 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9602
9603         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9604         (gst_flv_parse_tag_video): Fix bit masks operations to be
9605         sure we detect the codec_tags and sample rates correctly.
9606         Fix raw audio caps generation.
9607
9608 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9609
9610         * ext/audioresample/gstaudioresample.c:
9611         * ext/x264/gstx264enc.c:
9612         * gst/dvdspu/gstdvdspu.c:
9613         * gst/dvdspu/gstdvdspu.h:
9614         * gst/festival/gstfestival.c:
9615         * gst/h264parse/gsth264parse.c:
9616         * gst/mpegtsparse/mpegtspacketizer.c:
9617         * gst/mpegtsparse/mpegtsparse.c:
9618         * gst/multifile/gstmultifilesink.c:
9619         * gst/multifile/gstmultifilesrc.c:
9620         * gst/nuvdemux/gstnuvdemux.c:
9621         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9622         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9623         * sys/vcd/vcdsrc.c:
9624           Massive leak fixing, plus code cleanups.
9625
9626 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9627
9628         * po/LINGUAS:
9629           Added translations.
9630
9631 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9632
9633         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9634
9635         * po/pl.po:
9636           Added Polish translation.
9637
9638 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9639
9640         translated by: Ilkka Tuohela <hile@iki.fi>
9641
9642         * po/fi.po:
9643           Added Finnish translation.
9644
9645 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9646
9647         translated by: Jorge González González <aloriel@gmail.com>
9648
9649         * po/es.po:
9650           Added Spanish translation.
9651
9652 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9653
9654         translated by: Alexander Shopov <ash@contact.bg>
9655
9656         * po/bg.po:
9657           Added Bulgarian translation.
9658
9659 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9660
9661         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9662         Update hierarchy.
9663         * ext/gio/gstgiosink.h:
9664         * ext/gio/gstgiosrc.h:
9665         Mark private fields of the instance structs private.
9666
9667 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9668
9669         * docs/plugins/Makefile.am:
9670         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
9671         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9672         * docs/plugins/gst-plugins-bad-plugins.args:
9673         * docs/plugins/gst-plugins-bad-plugins.signals:
9674         * docs/plugins/inspect/plugin-bz2.xml:
9675         * docs/plugins/inspect/plugin-cdxaparse.xml:
9676         * docs/plugins/inspect/plugin-dfbvideosink.xml:
9677         * docs/plugins/inspect/plugin-dtsdec.xml:
9678         * docs/plugins/inspect/plugin-equalizer.xml:
9679         * docs/plugins/inspect/plugin-faac.xml:
9680         * docs/plugins/inspect/plugin-faad.xml:
9681         * docs/plugins/inspect/plugin-filter.xml:
9682         * docs/plugins/inspect/plugin-freeze.xml:
9683         * docs/plugins/inspect/plugin-gio.xml:
9684         * docs/plugins/inspect/plugin-gsm.xml:
9685         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
9686         * docs/plugins/inspect/plugin-h264parse.xml:
9687         * docs/plugins/inspect/plugin-modplug.xml:
9688         * docs/plugins/inspect/plugin-mpeg2enc.xml:
9689         * docs/plugins/inspect/plugin-musepack.xml:
9690         * docs/plugins/inspect/plugin-musicbrainz.xml:
9691         * docs/plugins/inspect/plugin-nsfdec.xml:
9692         * docs/plugins/inspect/plugin-replaygain.xml:
9693         * docs/plugins/inspect/plugin-soundtouch.xml:
9694         * docs/plugins/inspect/plugin-spcdec.xml:
9695         * docs/plugins/inspect/plugin-spectrum.xml:
9696         * docs/plugins/inspect/plugin-speed.xml:
9697         * docs/plugins/inspect/plugin-tta.xml:
9698         * docs/plugins/inspect/plugin-videosignal.xml:
9699         * docs/plugins/inspect/plugin-xingheader.xml:
9700         * docs/plugins/inspect/plugin-xvid.xml:
9701         Add the GIO plugin to the docs and do a make update
9702         while doing that.
9703
9704         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
9705         Fix a small memleak.
9706
9707 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9708
9709         Patch by: René Stadler <mail at renestadler dot de>
9710
9711         * configure.ac:
9712         * ext/Makefile.am:
9713         * ext/gio/Makefile.am:
9714         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
9715         (gst_gio_get_supported_protocols),
9716         (gst_gio_uri_handler_get_type_sink),
9717         (gst_gio_uri_handler_get_type_src),
9718         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
9719         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
9720         (gst_gio_uri_handler_do_init), (plugin_init):
9721         * ext/gio/gstgio.h:
9722         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9723         (gst_gio_sink_class_init), (gst_gio_sink_init),
9724         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
9725         (gst_gio_sink_get_property), (gst_gio_sink_start),
9726         (gst_gio_sink_stop), (gst_gio_sink_unlock),
9727         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
9728         (gst_gio_sink_render), (gst_gio_sink_query):
9729         * ext/gio/gstgiosink.h:
9730         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9731         (gst_gio_src_class_init), (gst_gio_src_init),
9732         (gst_gio_src_finalize), (gst_gio_src_set_property),
9733         (gst_gio_src_get_property), (gst_gio_src_start),
9734         (gst_gio_src_stop), (gst_gio_src_get_size),
9735         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
9736         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
9737         (gst_gio_src_create):
9738         * ext/gio/gstgiosrc.h:
9739         Add a GIO/GVFS plugin with source and sink elements. This will
9740         only be enabled when --enable-experimental is given to configure
9741         for now as the GIO API is not stable yet. Fixes #476916.
9742
9743 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9744
9745         * gst/librfb/gstrfbsrc.c:
9746         * gst/librfb/rfbdecoder.c:
9747         * gst/librfb/rfbdecoder.h:
9748                 Added offset-x, offset-y, width and height property
9749                 for selecting a region from the screen
9750
9751 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9752
9753         * gst/librfb/gstrfbsrc.c:
9754                 Minimum raw encoding is working now
9755         * gst/librfb/rfbdecoder.c:
9756                 fix address while reading from stream
9757
9758 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9759
9760         * gst/librfb/gstrfbsrc.c:
9761                 raw encoding is working, but it looks like the 
9762                 ffmpegcolorspace plugin can't handle high resolutions
9763
9764 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9765
9766         * gst/librfb/gstrfbsrc.c:
9767                 bpp, depth and endianness are now set from the
9768                 stream.
9769
9770 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9771
9772         * examples/app/appsrc_ex.c: (main):
9773         Fix compilation after changing the name of a method.
9774
9775 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
9776
9777         * ext/alsaspdif/alsaspdifsink.c:
9778         * ext/timidity/gsttimidity.c:
9779         * ext/timidity/gstwildmidi.c:
9780         * gst/mpegvideoparse/mpegvideoparse.c:
9781           Fix memory leaks. More to come.
9782
9783         * tests/check/Makefile.am:
9784         * tests/check/generic/states.c:
9785           Improved state change unit test.        
9786
9787 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9788
9789         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
9790         (gst_rtp_bin_class_init):
9791         * gst/rtpmanager/gstrtpbin.h:
9792         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
9793         (gst_rtp_session_class_init), (gst_rtp_session_init),
9794         (gst_rtp_session_event_send_rtp_sink):
9795         * gst/rtpmanager/gstrtpsession.h:
9796         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
9797         (on_ssrc_active), (rtp_session_process_rb):
9798         * gst/rtpmanager/rtpsession.h:
9799         Add notification of active SSRCs to various RTP elements. Fixes #478566.
9800
9801 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9802
9803         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
9804         (gst_app_sink_class_init), (gst_app_sink_init),
9805         (gst_app_sink_dispose), (gst_app_sink_finalize),
9806         (gst_app_sink_set_property), (gst_app_sink_get_property),
9807         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
9808         (gst_app_sink_event), (gst_app_sink_getcaps),
9809         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
9810         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
9811         (gst_app_sink_pull_buffer):
9812         * gst-libs/gst/app/gstappsink.h:
9813         Add properties, signals and actions to access the element even without
9814         linking to the library.
9815         Fix some method names and signatures.
9816
9817 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9818
9819         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9820
9821         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
9822         (gst_faad_srcgetcaps), (gst_faad_update_caps):
9823         Don't set channel positions on regular mono and stereo cases.
9824         Fixes #476370.
9825
9826 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9827
9828         * gst/librfb/gstrfbsrc.c:
9829         * gst/librfb/rfbdecoder.c:
9830         * gst/librfb/rfbdecoder.h:
9831                 It is now possible to connect to a vncserver.
9832                 there are still some issues with the ouput of 
9833                 the screen. Looks like some lines are confused
9834
9835 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
9836
9837         * docs/plugins/.cvsignore:
9838         * tests/check/.cvsignore:
9839           Ignore registries in any format.
9840
9841 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9842
9843         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9844         (open_library), (gst_real_video_dec_init),
9845         (gst_real_video_dec_set_property),
9846         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
9847         * gst/real/gstrealvideodec.h:
9848         Don't generate an error for occasional decoding errors.
9849         Add max-errors property.
9850         Error out when we receive max-errors in a row. Fixes #478159.
9851
9852 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9853
9854         * gst/librfb/gstrfbsrc.c: 
9855                 Add password property (write only)
9856         * gst/librfb/rfbdecoder.c: 
9857                 Read the reason on failure
9858                 Use the password property for authentication
9859         * gst/librfb/rfbdecoder.h:
9860                 Add defines for version checking
9861
9862 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
9863
9864         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
9865         (gst_dfbsurface_class_init):
9866         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
9867         chain up to the parent class to free everything, including caps.
9868
9869 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9870
9871         * gst/librfb/Makefile.am:
9872         * gst/librfb/d3des.c:
9873         * gst/librfb/d3des.h:
9874         * gst/librfb/rfbdecoder.c:
9875         * gst/librfb/vncauth.c:
9876         * gst/librfb/vncauth.h:
9877         VNC Authentication should be working now
9878         temperaly with fake password 'testtest'
9879
9880 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
9881
9882         * gst/librfb/rfbdecoder.c:
9883         * gst/librfb/rfbdecoder.h:
9884         Added some documentation about security handling
9885         start implementing security handling for rfb 3.3
9886
9887 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9888
9889         * gst/spectrum/demo-audiotest.c:
9890         * gst/spectrum/demo-osssrc.c:
9891           Handling window resize.
9892
9893 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9894
9895         * ChangeLog:
9896           Add missing newline.
9897
9898         * gst/librfb/rfbdecoder.c:
9899           Fix the build (missing stdlib.h).
9900
9901         * gst/spectrum/gstspectrum.c:
9902         * gst/spectrum/gstspectrum.h:
9903           Use basetransform segment so that it is correctly managed on flushes
9904           and start/stop. Report message timestamp as stream time, which is what
9905           an application can understand. (Yes these are adapted from wim recent
9906           level element changes)
9907
9908 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9909
9910         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
9911         Link to the right pads regardless of which one was created first in the
9912         ssrc demuxer.
9913
9914         * gst/rtpmanager/gstrtpjitterbuffer.c:
9915         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9916         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
9917         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
9918         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
9919         Improve debugging.
9920
9921         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9922         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
9923         (gst_rtp_ssrc_demux_sink_event),
9924         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9925         (gst_rtp_ssrc_demux_rtcp_chain),
9926         (gst_rtp_ssrc_demux_internal_links):
9927         * gst/rtpmanager/gstrtpssrcdemux.h:
9928         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
9929
9930 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9931
9932         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
9933         (gst_rtp_bin_get_property):
9934         Use lock to protect variable.
9935
9936         * gst/rtpmanager/gstrtpjitterbuffer.c:
9937         (gst_rtp_jitter_buffer_class_init),
9938         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
9939         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
9940         Reconstruct GST timestamp from RTP timestamps based on measured clock
9941         skew and sync offset.
9942
9943         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9944         (rtp_jitter_buffer_set_tail_changed),
9945         (rtp_jitter_buffer_set_clock_rate),
9946         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
9947         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
9948         * gst/rtpmanager/rtpjitterbuffer.h:
9949         Measure clock skew.
9950         Add callback to be notfied when a new packet was inserted at the tail.
9951
9952         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9953         (calculate_jitter), (rtp_source_send_rtp):
9954         * gst/rtpmanager/rtpsource.h:
9955         Remove clock skew detection, it's move to the jitterbuffer now.
9956
9957 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9958
9959         Patch by: Daniel Charles <dcharles at ti dot com>
9960
9961         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
9962         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
9963         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
9964         * ext/amrwb/gstamrwbenc.h:
9965         Add property to control bandmode. Fixes #477306.
9966
9967 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
9968
9969         * gst/rtpmanager/gstrtpbin.c: (create_session):
9970         Also set NTP base time on new sessions.
9971
9972         * gst/rtpmanager/gstrtpjitterbuffer.c:
9973         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
9974         (gst_rtp_jitter_buffer_set_property),
9975         (gst_rtp_jitter_buffer_get_property):
9976         Use the right lock to protect our variables.
9977         Fix some comment.
9978
9979         * gst/rtpmanager/gstrtpsession.c:
9980         (gst_rtp_session_getcaps_send_rtp),
9981         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
9982         Implement getcaps on the sender sinkpad so that payloaders can negotiate
9983         the right SSRC.
9984
9985 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9986
9987         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
9988         (get_client), (free_client), (gst_rtp_bin_associate),
9989         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
9990         (gst_rtp_bin_finalize):
9991         * gst/rtpmanager/gstrtpjitterbuffer.c:
9992         (gst_rtp_jitter_buffer_class_init),
9993         (gst_rtp_jitter_buffer_finalize):
9994         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
9995         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
9996         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
9997         (gst_rtp_session_chain_send_rtp):
9998         * gst/rtpmanager/gstrtpssrcdemux.c:
9999         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
10000         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
10001         * gst/rtpmanager/rtpsession.h:
10002         Various leak fixes.
10003
10004 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
10005
10006         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
10007         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
10008         Calculate and configure the NTP base time so that we can generate better
10009         NTP times in SR packets.
10010         Set caps on new ghostpad.
10011
10012         * gst/rtpmanager/gstrtpjitterbuffer.c:
10013         (gst_rtp_jitter_buffer_loop):
10014         Clean debug statement.
10015
10016         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10017         (gst_rtp_session_init), (gst_rtp_session_set_property),
10018         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10019         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
10020         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
10021         (gst_rtp_session_event_send_rtp_sink),
10022         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10023         (create_send_rtp_sink):
10024         * gst/rtpmanager/gstrtpsession.h:
10025         Add ntp-ns-base property to convert running_time to NTP time.
10026         Handle NEWSEGMENT events on send and recv RTP pads so that we can
10027         calculate the running time and thus NTP time of the packets.
10028         Simplify getting the current NTP time using the pipeline clock.
10029         Implement internal links functions.
10030         Use the buffer timestamp to calculate the NTP time instead of the clock.
10031
10032         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
10033         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10034         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
10035         (gst_rtp_ssrc_demux_internal_links),
10036         (gst_rtp_ssrc_demux_src_query):
10037         * gst/rtpmanager/gstrtpssrcdemux.h:
10038         Implement internal links function.
10039         Calculate the diff between different streams, this might be used later
10040         to get the inter stream latency.
10041
10042         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
10043         Simple cleanup.
10044
10045         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10046         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
10047         Make the clock skew window a little bigger.
10048         Apply the clock skew to all buffers, not just one with a new timestamp.
10049         Calculate and debug sender clock drift.
10050         Use extended last timestamp to interpolate for SR reports.
10051
10052 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
10053
10054         Patch by: Peter Kjellerstedt  <pkj at axis com>
10055
10056         * gst-libs/gst/app/gstappsink.c:
10057         * gst/flv/gstflvdemux.c:
10058         * gst/flv/gstflvparse.c:
10059         * gst/interleave/deinterleave.c:
10060         * gst/switch/gstswitch.c:
10061           Printf format fixes (#476128).
10062
10063 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10064
10065         Patch by: Thomas Green  <tom78999 gmail com>
10066
10067         * ext/neon/gstneonhttpsrc.c:
10068           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
10069           flag if we want ICY streams to be handled too, otherwise
10070           libneon will error out with a 'can't parse reponse' error.
10071           Fixes #474696.
10072
10073         * tests/check/elements/neonhttpsrc.c:
10074           Unit test for the above by Yours Truly.
10075
10076 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10077
10078         * configure.ac:
10079           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
10080           xvid configure checks, so they still work when cross-compiling.
10081           Fixes #452009.
10082
10083 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
10084
10085         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
10086         (gst_spectrum_transform_ip):
10087         Use the correct parameter order for the memset calls.
10088         Thanks to Christian Schaller for noticing.
10089
10090 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
10091
10092         * gst/mpegtsparse/mpegtsparse.c:
10093           Fix the build (missing stdlib.h).
10094
10095 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10096
10097         * gst/spectrum/fix_fft.c:
10098         Remove fixed point FFT as it's not used anymore.
10099
10100 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10101
10102         * configure.ac:
10103         * gst/spectrum/Makefile.am:
10104         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
10105         (message_handler), (main):
10106         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
10107         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
10108         (gst_spectrum_class_init), (gst_spectrum_init),
10109         (gst_spectrum_dispose), (gst_spectrum_set_property),
10110         (gst_spectrum_get_property), (gst_spectrum_start),
10111         (gst_spectrum_setup), (gst_spectrum_message_new),
10112         (gst_spectrum_transform_ip):
10113         * gst/spectrum/gstspectrum.h:
10114         Port GstSpectrum to GstAudioFilter and libgstfft, add support
10115         for int32, float and double, use floats for the message contents,
10116         average all FFTs done in one interval for better results, use
10117         a better windowing function, allow posting the phase in the message
10118         and actually do an FFT with the requested number of bands instead
10119         of interpolating.
10120
10121         * tests/check/elements/spectrum.c: (GST_START_TEST),
10122         (spectrum_suite):
10123         Improve the units tests by checking for a 11025Hz sine wave
10124         and add unit tests for all 4 supported sample types.
10125
10126 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
10127
10128         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10129         (gst_real_video_dec_setcaps):
10130         Add some more debugging.
10131         Don't set LONG for width/height in caps.
10132         Set correct output buffer size when caps changed.
10133         The custom message sent to the decoder should not include the format and
10134         subformat. Fixes #471554.
10135
10136 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
10137
10138         * gst/rtpmanager/gstrtpsession.c:
10139           Make compiler happy: fix compilation with -Wall -Werror
10140           (#473562).
10141
10142 2007-09-03  Johan Dahlin  <johan@gnome.org>
10143
10144         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
10145         * gst/nsf/gstnsf.h:
10146         Add support for (very) basic tagging.
10147         
10148 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
10149
10150         * gst/rtpmanager/gstrtpbin-marshal.list:
10151         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
10152         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
10153         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
10154         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
10155         * gst/rtpmanager/gstrtpbin.h:
10156         Updated example pipelines in docs.
10157         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
10158         Set the default latency correctly.
10159         Add some more points where we can get caps.
10160
10161         * gst/rtpmanager/gstrtpjitterbuffer.c:
10162         (gst_rtp_jitter_buffer_class_init),
10163         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
10164         (gst_rtp_jitter_buffer_query),
10165         (gst_rtp_jitter_buffer_set_property),
10166         (gst_rtp_jitter_buffer_get_property):
10167         Add ts-offset property to control timestamping.
10168
10169         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10170         (gst_rtp_session_init), (gst_rtp_session_set_property),
10171         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10172         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
10173         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
10174         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
10175         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
10176         (gst_rtp_session_event_send_rtp_sink),
10177         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10178         (create_recv_rtcp_sink), (create_send_rtp_sink),
10179         (create_send_rtcp_src):
10180         Various cleanups.
10181         Feed rtpsession manager with NTP time based on pipeline clock when
10182         handling RTP packets and RTCP timeouts.
10183         Perform all RTCP with the system clock.
10184         Set caps on RTCP outgoing buffers.
10185
10186         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
10187         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
10188         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10189         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
10190         (gst_rtp_ssrc_demux_rtcp_chain):
10191         * gst/rtpmanager/gstrtpssrcdemux.h:
10192         Also demux RTCP messages.
10193
10194         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
10195         (update_arrival_stats), (rtp_session_process_rtp),
10196         (rtp_session_process_rb), (rtp_session_process_sr),
10197         (rtp_session_process_rr), (rtp_session_process_rtcp),
10198         (rtp_session_send_rtp), (rtp_session_send_bye),
10199         (session_start_rtcp), (session_report_blocks), (session_cleanup),
10200         (rtp_session_on_timeout):
10201         * gst/rtpmanager/rtpsession.h:
10202         Remove the get_time callback, the GStreamer part will feed us with
10203         enough timing information.
10204         Split sync timing and RTCP timing information.
10205         Factor out common RB handling for SR and RR.
10206         Send out SR RTCP packets for lip-sync.
10207         Move SR and RR packet info generation to the source.
10208
10209         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10210         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
10211         (rtp_source_process_rtp), (rtp_source_send_rtp),
10212         (rtp_source_process_sr), (rtp_source_process_rb),
10213         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
10214         (rtp_source_get_last_sr):
10215         * gst/rtpmanager/rtpsource.h:
10216         * gst/rtpmanager/rtpstats.h:
10217         Use caps on incomming buffers to get timing information when they are
10218         there.
10219         Calculate clock scew of the receiver compared to the sender and adjust
10220         the rtp timestamps.
10221         Calculate the round trip in sources.
10222         Do SR and RR calculations in the source.
10223
10224 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
10225
10226         * configure.ac:
10227         updated gmyth version
10228
10229         * ext/mythtv/gstmythtvsrc.c:
10230         * ext/mythtv/gstmythtvsrc.h:
10231         Code rewrite
10232
10233 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
10234
10235         * gst/rtpmanager/gstrtpjitterbuffer.c:
10236         (gst_rtp_jitter_buffer_flush_stop),
10237         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
10238         Use extended timestamp to release buffers from the jitterbuffer so that
10239         we can handle the rtp wraparound correctly.
10240
10241 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
10242
10243         * gst/rtpmanager/gstrtpjitterbuffer.c:
10244         (gst_rtp_jitter_buffer_loop):
10245         Improve Comments.
10246
10247         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10248         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
10249         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
10250         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
10251         (create_send_rtp_sink):
10252         Also parse the sink caps for clock-rate instead of only relying on the
10253         result of the signal.
10254
10255         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10256         Make sure we fetch the clock rate for payloads we are sending out so
10257         that we can use it for SR reports.
10258
10259 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10260
10261         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
10262         If all information is known at time of setting start-time
10263         property, send new segments then.
10264
10265 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10266
10267         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10268         (gst_rtp_session_change_state),
10269         (gst_rtp_session_event_send_rtp_sink):
10270         * gst/rtpmanager/gstrtpsession.h:
10271         Distribute synchronisation parameters to the session manager so that it
10272         can generate correct SR packets for lip-sync.
10273
10274         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
10275         (rtp_session_set_timestamp_sync), (session_start_rtcp):
10276         * gst/rtpmanager/rtpsession.h:
10277         Add methods for setting sync parameters.
10278         Set correct RTP time in SR packets using the sync params.
10279
10280         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10281         * gst/rtpmanager/rtpsource.h:
10282         Record last RTP <-> GST timestamp so that we can use them to convert NTP
10283         to RTP timestamps in SR packets.
10284
10285 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10286
10287         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
10288         Add some more advanced example pipelines.
10289
10290         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
10291         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
10292         Add some debug and FIXME.
10293         Release LOCK when performing session cleanup.
10294
10295         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
10296         Add some debug.
10297
10298         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
10299         (rtp_source_send_rtp):
10300         Make sure we always send RTP packets with the session SSRC.
10301
10302 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
10303
10304         * gst/dvdspu/gstdvdspu.c:
10305           Don't need this include (fixes compilation in uninstalled setup).
10306
10307 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
10308
10309         * gst/rtpmanager/gstrtpjitterbuffer.c:
10310         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
10311         (gst_rtp_jitter_buffer_query):
10312         When synchronizing buffers, take peer latency into account.
10313         Don't try to add our latency to invalid peer max latency values.
10314
10315 2007-08-27  Julien MOUTTE  <julien@moutte.net>
10316
10317         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
10318         Make sure we initialize the seek result.
10319
10320 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10321
10322         * gst/dvdspu/Makefile.am:
10323         Commit the makefile too.
10324
10325 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10326
10327         * configure.ac:
10328         * gst/dvdspu/.cvsignore:
10329         * gst/dvdspu/Notes.txt:
10330         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
10331         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
10332         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
10333         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
10334         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
10335         (gstdvdspu_render_spu):
10336         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
10337         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
10338         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
10339         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
10340         (dvdspu_video_event), (dvdspu_video_chain),
10341         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
10342         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
10343         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
10344         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
10345         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
10346         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
10347         (dvdspu_subpic_event), (dvdspu_change_state),
10348         (gstdvdspu_plugin_init):
10349         * gst/dvdspu/gstdvdspu.h:
10350
10351         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
10352         Unit, decoding and overlaying DVD subtitles and menu graphics.
10353
10354         * gst/mpeg2sub/.cvsignore:
10355         * gst/mpeg2sub/Makefile.am:
10356         * gst/mpeg2sub/Notes.txt:
10357         * gst/mpeg2sub/gstmpeg2subt.c:
10358         * gst/mpeg2sub/gstmpeg2subt.h:
10359         * gst/mpeg2sub/mpeg2subt.vcproj:
10360         Delete old and broken mpeg2subt element that was never ported from 0.8
10361
10362 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10363
10364         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10365         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10366         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
10367         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
10368         (gst_flv_demux_src_event): Remove some useless ifdef.
10369
10370 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10371
10372         * examples/switch/switcher.c (main):
10373         * gst/switch/gstswitch.c (gst_switch_chain):
10374         Make switch more reliable and also not lock up when
10375         sink pad caps change.
10376
10377 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10378
10379         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10380         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10381         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
10382         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
10383         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
10384         seeking in push mode.
10385         * gst/flv/gstflvdemux.h:
10386
10387 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10388
10389         * gst/mpegtsparse/flutspatinfo.c:
10390         * gst/mpegtsparse/flutspatinfo.h:
10391         * gst/mpegtsparse/flutspmtinfo.c:
10392         * gst/mpegtsparse/flutspmtinfo.h:
10393         Update licences to reflect LGPL-ness of these files also.
10394
10395 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10396
10397         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10398         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
10399         * docs/plugins/gst-plugins-bad-plugins.interfaces:
10400         * docs/plugins/gst-plugins-bad-plugins.signals:
10401         * gst/rtpmanager/gstrtpbin.c:
10402         * gst/rtpmanager/gstrtpbin.h:
10403         * gst/rtpmanager/gstrtpclient.c:
10404         * gst/rtpmanager/gstrtpclient.h:
10405         * gst/rtpmanager/gstrtpjitterbuffer.c:
10406         * gst/rtpmanager/gstrtpjitterbuffer.h:
10407         * gst/rtpmanager/gstrtpptdemux.c:
10408         * gst/rtpmanager/gstrtpptdemux.h:
10409         * gst/rtpmanager/gstrtpsession.c:
10410         * gst/rtpmanager/gstrtpsession.h:
10411         * gst/rtpmanager/gstrtpssrcdemux.c:
10412         * gst/rtpmanager/gstrtpssrcdemux.h:
10413           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
10414           registers a GType that's different than the GstRTPFoo types that
10415           farsight registers (luckily GType names are case sensitive). Should
10416           finally fix #430664.
10417
10418 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10419
10420         * configure.ac:
10421         * win32/common/config.h:
10422         * win32/common/config.h.in:
10423           Automatically generate win32/common/config.h via configure (this
10424           ensures the win32 version of config.h is up-to-date when a release
10425           is made, #433373). config.h.in file might need some more work.
10426
10427 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10428
10429         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10430
10431         * configure.ac:
10432         * gst/festival/Makefile.am:
10433         * gst/festival/gstfestival.c:
10434           Port festival plugin to GStreamer-0.10 (#461377).
10435
10436 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10437
10438         * ext/faad/gstfaad.c: (gst_faad_chain):
10439         Don't unref the buffer when it was clipped.
10440
10441 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10442
10443         * ext/faad/gstfaad.c: (gst_faad_chain):
10444         Don't unref the buffer when it was clipped.
10445
10446 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10447
10448         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10449         (gst_flv_demux_pull_tag):
10450         * gst/flv/gstflvdemux.h:
10451         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10452         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10453         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
10454         metadata tags like ASF does. Fluendo muxer supports this and 
10455         Flash players can support it as well this way.
10456
10457 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10458
10459         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
10460         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10461         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10462         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10463         index if no times object was parsed. Fix the way we decide to push
10464         tags and emit no-more-pads. Fix some printf typing in debugging.
10465
10466 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10467
10468         * gst/rtpmanager/gstrtpjitterbuffer.c:
10469         (gst_rtp_jitter_buffer_chain),
10470         (gst_rtp_jitter_buffer_set_property):
10471         When drop-on-latency is set but we have no latency configured, just push
10472         the buffer as fast as possible.
10473         Fix typo in comment.
10474
10475 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10476
10477         * gst/rtpmanager/rtpjitterbuffer.c:
10478         (rtp_jitter_buffer_get_ts_diff):
10479         * gst/rtpmanager/rtpjitterbuffer.h:
10480         Fix undefined overflow prone ts_diff handling.
10481
10482 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10483
10484         * gst/modplug/gstmodplug.cc:
10485         Fix compiler warning.
10486
10487 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10488
10489         * gst/modplug/gstmodplug.cc:
10490           Don't use NULL caps for srcpad is not yet connected.
10491
10492 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10493
10494         * configure.ac:
10495         * gst/mpegtsparse/Makefile.am:
10496         * gst/mpegtsparse/flutspatinfo.c:
10497         * gst/mpegtsparse/flutspatinfo.h:
10498         * gst/mpegtsparse/flutspmtinfo.c:
10499         * gst/mpegtsparse/flutspmtinfo.h:
10500         * gst/mpegtsparse/flutspmtstreaminfo.c:
10501         * gst/mpegtsparse/flutspmtstreaminfo.h:
10502         * gst/mpegtsparse/mpegtspacketizer.c:
10503         * gst/mpegtsparse/mpegtspacketizer.h:
10504         * gst/mpegtsparse/mpegtsparse.c:
10505         * gst/mpegtsparse/mpegtsparse.h:
10506         * gst/mpegtsparse/mpegtsparsemarshal.list:
10507         Add mpeg transport stream parser written by:
10508         Alessandro Decina. Includes a couple of files from the
10509         Fluendo transport stream demuxer that Fluendo have 
10510         kindly allowed to be licenced under LGPL also.
10511
10512 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10513
10514         Patch by: Bastien Nocera  <hadess at hadess net>
10515
10516         * ext/mythtv/gstmythtvsrc.c:
10517           Add examples for live mythtv:// URIs to docs (#468039).
10518           Also convert some tabs into spaces.
10519
10520 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10521
10522         * gst/filter/gstbpwsinc.c:
10523         * gst/filter/gstlpwsinc.c:
10524         Add small comparision with the chebyshev filters in the docs.
10525
10526 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10527
10528         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10529         (bpwsinc_suite):
10530         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10531         (lpwsinc_suite):
10532         Also test everything in 32 bit float mode.
10533
10534 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10535
10536         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10537         (bpwsinc_set_property), (bpwsinc_get_property):
10538         * gst/filter/gstbpwsinc.h:
10539         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10540         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10541         (lpwsinc_get_property):
10542         * gst/filter/gstlpwsinc.h:
10543         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10544         Use generator macros for the process functions for the different
10545         sample types, add lower upper boundaries for the GObject properties
10546         so automatically generated UIs can use sliders and change frequency
10547         properties to floats to save a bit of memory, even ints would in
10548         theory be enough. Also rename frequency to cutoff for consistency
10549         reasons.
10550         * docs/plugins/gst-plugins-bad-plugins.args:
10551         * docs/plugins/gst-plugins-bad-plugins.signals:
10552         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10553         Regenerated for the above changes.
10554
10555 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10556
10557         * ext/amrwb/gstamrwbparse.c:
10558           Don't leak the adapter.
10559
10560 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10561
10562         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10563         (gst_bpwsinc_init), (process_32), (process_64),
10564         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10565         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10566         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10567         * gst/filter/gstbpwsinc.h:
10568         Implement latency query and only forward those samples downstream
10569         that actually contain the data we want, i.e. drop kernel_length/2
10570         in the beginning and append kernel_length/2 (created by convolving
10571         the filter kernel with zeroes) to the end.
10572
10573         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10574         Adjust the unit test for this slightly changed behaviour.
10575
10576         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10577         Reset residue length only when actually creating a residue.
10578
10579 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10580
10581         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10582         Override the preroll vmethod instead of overriding the render method
10583         twice.
10584
10585 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10586
10587         * gst/rtpmanager/gstrtpjitterbuffer.c:
10588         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10589         (gst_rtp_jitter_buffer_loop):
10590         Fix EOS handling.
10591         Convert some DEBUG into WARNINGs.
10592         Pause task when flushing.
10593
10594         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10595         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10596         Use system clock for RTCP session management timeouts.
10597
10598         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10599         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10600         Release the session lock when emiting signals.
10601
10602 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10603
10604         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10605         (gst_faad_chanpos_to_gst):
10606         Add some debug info.
10607
10608 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10609
10610         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10611         (gst_lpwsinc_init), (process_32), (process_64),
10612         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10613         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10614         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10615         * gst/filter/gstlpwsinc.h:
10616         Implement latency query and only forward those samples downstream
10617         that actually contain the data we want, i.e. drop kernel_length/2
10618         in the beginning and append kernel_length/2 (created by convolving
10619         the filter kernel with zeroes) to the end.
10620         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10621         Adjust the unit test for this slightly changed behaviour.
10622
10623 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10624
10625         * ext/ladspa/gstladspa.c:
10626           Don't leak like hell.
10627
10628 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10629
10630         * tests/check/Makefile.am:
10631         * tests/check/generic/.cvsignore:
10632         * tests/check/generic/states.c:
10633           Add generic state-change test suite to help to fi leaks.
10634
10635 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10636
10637         * ext/timidity/gstwildmidi.c:
10638         * ext/timidity/gstwildmidi.h:
10639           Look harder for a config. Based on patch by Hans de Goede.
10640           Fixes #456912
10641
10642 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10643
10644         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10645         Don't use new API.
10646
10647 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10648
10649         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10650         (gst_app_sink_class_init), (gst_app_sink_dispose),
10651         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10652         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10653         (gst_app_sink_render), (gst_app_sink_get_caps),
10654         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10655         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10656         * gst-libs/gst/app/gstappsink.h:
10657         Make love to appsink.
10658         Make it support pulling of the preroll buffer.
10659         Add docs and debug statements.
10660         Fix some races wrt to EOS handling and stopping.
10661         Implement getcaps.
10662         Implement FLUSHING.
10663         API: gst_app_sink_pull_preroll()
10664
10665 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10666
10667         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
10668         (gst_flv_demux_get_index):
10669         Fix locking and refcounting on the index.
10670
10671 2007-08-14  Julien MOUTTE  <julien@moutte.net>
10672
10673         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10674         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
10675         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
10676         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
10677         (gst_flv_demux_src_event), (gst_flv_demux_query),
10678         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
10679         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
10680         (gst_flv_demux_class_init): First method for seeking in pull
10681         mode using the index built step by step or coming from metadata.
10682         * gst/flv/gstflvdemux.h:
10683         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10684         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10685         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
10686         more metadata types and keyframes index.
10687
10688 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
10689
10690         * docs/plugins/Makefile.am:
10691         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10692         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10693         * docs/plugins/gst-plugins-bad-plugins.args:
10694         * docs/plugins/gst-plugins-bad-plugins.signals:
10695         * docs/plugins/inspect/plugin-bz2.xml:
10696         * docs/plugins/inspect/plugin-cdxaparse.xml:
10697         * docs/plugins/inspect/plugin-dtsdec.xml:
10698         * docs/plugins/inspect/plugin-faac.xml:
10699         * docs/plugins/inspect/plugin-faad.xml:
10700         * docs/plugins/inspect/plugin-filter.xml:
10701         * docs/plugins/inspect/plugin-freeze.xml:
10702         * docs/plugins/inspect/plugin-gsm.xml:
10703         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10704         * docs/plugins/inspect/plugin-h264parse.xml:
10705         * docs/plugins/inspect/plugin-modplug.xml:
10706         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10707         * docs/plugins/inspect/plugin-musepack.xml:
10708         * docs/plugins/inspect/plugin-musicbrainz.xml:
10709         * docs/plugins/inspect/plugin-nsfdec.xml:
10710         * docs/plugins/inspect/plugin-replaygain.xml:
10711         * docs/plugins/inspect/plugin-soundtouch.xml:
10712         * docs/plugins/inspect/plugin-spcdec.xml:
10713         * docs/plugins/inspect/plugin-spectrum.xml:
10714         * docs/plugins/inspect/plugin-speed.xml:
10715         * docs/plugins/inspect/plugin-tta.xml:
10716         * docs/plugins/inspect/plugin-videosignal.xml:
10717         * docs/plugins/inspect/plugin-xingheader.xml:
10718         * docs/plugins/inspect/plugin-xvid.xml:
10719         * gst/filter/gstbpwsinc.c:
10720         * gst/filter/gstbpwsinc.h:
10721         * gst/filter/gstlpwsinc.c:
10722         * gst/filter/gstlpwsinc.h:
10723         Add docs for lpwsinc and bpwsinc and integrate them
10724         into the build system. While doing that also update
10725         all other docs via make update in docs/plugins.
10726
10727 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
10728
10729         * gst/rtpmanager/rtpjitterbuffer.c:
10730           Include stdlib.
10731
10732 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10733
10734         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10735         Make one test constraint a bit stricter.
10736
10737 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10738
10739         * tests/check/Makefile.am:
10740         * tests/check/elements/.cvsignore:
10741         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
10742         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
10743         Add unit tests for bpwsinc, testing fundamental functionality again.
10744
10745 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10746
10747         * tests/check/Makefile.am:
10748         * tests/check/elements/.cvsignore:
10749         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
10750         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
10751         Add unit tests for lpwsinc, testing fundamental functionality.
10752
10753 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10754
10755         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10756         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10757         Improve debugging a bit.
10758
10759 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10760
10761         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10762         (bpwsinc_start):
10763         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10764         (lpwsinc_start):
10765         Reset the residue in BaseTransform::start to get a clean residue
10766         on stream changes.
10767
10768 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
10769
10770         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
10771         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
10772         Fix processing with buffer sizes that are smaller than the filter
10773         kernel size.
10774
10775 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
10776
10777         * gst/rtpmanager/Makefile.am:
10778         * gst/rtpmanager/async_jitter_queue.c:
10779         * gst/rtpmanager/async_jitter_queue.h:
10780         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
10781         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
10782         (rtp_jitter_buffer_new), (compare_seqnum),
10783         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
10784         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
10785         (rtp_jitter_buffer_get_ts_diff):
10786         * gst/rtpmanager/rtpjitterbuffer.h:
10787         Remove complicated async queue and replace with more simple jitterbuffer
10788         code while also fixing some bugs.
10789
10790         * gst/rtpmanager/gstrtpbin-marshal.list:
10791         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
10792         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
10793         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
10794         (create_send_rtp):
10795         * gst/rtpmanager/gstrtpbin.h:
10796         * gst/rtpmanager/gstrtpjitterbuffer.c:
10797         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
10798         (gst_jitter_buffer_sink_parse_caps),
10799         (gst_rtp_jitter_buffer_flush_start),
10800         (gst_rtp_jitter_buffer_flush_stop),
10801         (gst_rtp_jitter_buffer_change_state),
10802         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10803         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
10804         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
10805         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
10806         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
10807         (gst_rtp_session_init):
10808         * gst/rtpmanager/gstrtpsession.h:
10809         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
10810         Use new jitterbuffer code.
10811         Expose some new signals in preparation for handling EOS.
10812
10813 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10814
10815         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10816         Fix a segfault with more than one channel and don't rebuild
10817         the kernel & residue with every buffer.
10818
10819 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10820
10821         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
10822         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
10823         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
10824         (bpwsinc_get_property):
10825         * gst/filter/gstbpwsinc.h:
10826         Add support for a bandreject mode and allow specifying the window
10827         function that should be used.
10828         * gst/filter/gstlpwsinc.c:
10829         And another small formatting fix.
10830
10831 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10832
10833         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10834         (gst_bpwsinc_init), (process_32), (process_64),
10835         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
10836         (bpwsinc_transform), (bpwsinc_set_property),
10837         (bpwsinc_get_property):
10838         * gst/filter/gstbpwsinc.h:
10839         Apply the same changes to the bandpass filter:
10840          - Support double input
10841          - Fix processing for input with >1 channels
10842          - Specify frequency in Hz
10843          - Specify actual filter kernel length
10844          - Use transform instead of transform_ip as we're working
10845            out of place anyway
10846          - Factor out filter kernel generation and update the filter
10847            kernel when the properties are set
10848         Fix bandpass filter kernel generation to actually generate
10849         a bandpass filter by creating a highpass instead of a second
10850         lowpass.
10851         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
10852         Small formatting fix.
10853
10854 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10855
10856         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10857         (gst_lpwsinc_init), (process_32), (process_64),
10858         (lpwsinc_build_kernel), (lpwsinc_set_property),
10859         (lpwsinc_get_property):
10860         * gst/filter/gstlpwsinc.h:
10861         Specify the actual filter length instead of a weird
10862         2N+1. Setting the property will round to the next odd number.
10863         Also remove now obsolete FIXMEs.
10864
10865 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10866
10867         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
10868         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
10869         (lpwsinc_build_kernel), (lpwsinc_set_property),
10870         (lpwsinc_get_property):
10871         * gst/filter/gstlpwsinc.h:
10872         Allow choosing between hamming and blackman window. The blackman
10873         window provides a better stopband attenuation but a bit slower
10874         rolloff.
10875
10876 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10877
10878         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
10879         (gst_lpwsinc_class_init), (process_32), (process_64),
10880         (lpwsinc_build_kernel), (lpwsinc_set_property),
10881         (lpwsinc_get_property):
10882         * gst/filter/gstlpwsinc.h:
10883         Add a highpass mode.
10884
10885 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10886
10887         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
10888         (lpwsinc_build_kernel):
10889         Fix processing if the input has more than one channel.
10890
10891 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10892
10893         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10894         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
10895         (bpwsinc_set_property), (bpwsinc_get_property):
10896         "this" is a C++ keyword, use "self" instead.
10897         Add TODOs and FIXMEs and remove two wrong FIXMEs.
10898         * gst/filter/gstlpwsinc.c:
10899         Add FIXMEs and a new TODO.
10900
10901 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10902
10903         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10904         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
10905         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
10906         (lpwsinc_get_unit_size), (lpwsinc_transform),
10907         (lpwsinc_set_property), (lpwsinc_get_property):
10908         * gst/filter/gstlpwsinc.h:
10909         Add double support, replace "this" with "self" as the former
10910         is a C++ keyword.
10911         Implement the frequency property in Hz instead of fraction
10912         of sampling frequency.
10913         Remove some unecessary FIXMEs and add some TODOs, add some
10914         required locking and refactor the kernel generation into a
10915         separate function that is also called when the properties
10916         change now.
10917         And use BaseTransform::transform instead of transform_ip
10918         as the convolution is done out of place anyway. Should
10919         be done in place later.
10920
10921 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10922
10923         * configure.ac:
10924         * gst/stereo/Makefile.am:
10925         * gst/stereo/gststereo.c: (gst_stereo_base_init),
10926         (gst_stereo_class_init), (gst_stereo_init),
10927         (gst_stereo_transform_ip), (gst_stereo_set_property),
10928         (gst_stereo_get_property):
10929         * gst/stereo/gststereo.h:
10930         Port the stereo element to GStreamer 0.10.
10931
10932 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10933
10934         submitted by: Raphael Higino <phhigino@gmail.com>
10935
10936         * po/LINGUAS:
10937         * po/pt_BR.po:
10938           Added Portuguese (Brazilian) translation.
10939
10940 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10941
10942         * po/uk.po:
10943         * po/vi.po:
10944           Updated translations.
10945
10946 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
10947
10948         * gst/filter/Makefile.am:
10949         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10950         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
10951         (gst_bpwsinc_init), (bpwsinc_setup):
10952         * gst/filter/gstbpwsinc.h:
10953         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10954         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
10955         (gst_lpwsinc_init), (lpwsinc_setup):
10956         * gst/filter/gstlpwsinc.h:
10957         Use GstAudioFilter as base class and don't leak the memory
10958         of the filter kernel and residue.
10959
10960 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
10961
10962         Patch by: Josep Torra Valles <josep@fluendo.com>
10963
10964         * docs/plugins/gst-plugins-bad-plugins.args:
10965         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
10966         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
10967         * ext/libmms/gstmms.h:
10968         Add connection speed property to libmms. Fixes #464678.
10969
10970 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10971
10972         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10973         (gst_real_video_dec_activate_push), (open_library),
10974         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
10975         * gst/real/gstrealvideodec.h:
10976         Remove some old unused vars.
10977
10978 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10979
10980         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10981         Small cleanups.
10982
10983         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10984         (open_library):
10985         Remove fragment and timestamp correction code from the decoder to make
10986         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
10987
10988 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10989
10990         * po/POTFILES.skip:
10991           Add POTFILES.skip with list of source files that aren't disted at the
10992           moment but contain translatable strings. Should hopefully pacify
10993           broken tools and make it clearer that these files are left out
10994           intentionally (#461601 and others).
10995
10996 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10997
10998         Patch by: Ian Munro  <imunro at netspace net au>
10999
11000         * gst/bayer/gstbayer2rgb.c:
11001           Include our own "_stdint.h" instead of <stdint.h> (which may not
11002           be available).
11003
11004         * gst/speed/gstspeed.h:
11005           Native HP-UX compiler dosn't seem to like enum typedefs before the
11006           actual enum was defined.
11007
11008         * gst/vmnc/vmncdec.c:
11009           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
11010
11011 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
11012
11013         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
11014         Use the proper context variable when setting the password !
11015         LOG => WARNING for errors.
11016         Give proper path when opening the codec (needs a '/' at the end).
11017
11018 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11019
11020         * gst/real/Makefile.am:
11021           And dist the new header file too.
11022
11023 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11024
11025         * gst/real/gstreal.h:
11026         Add missing header file.
11027
11028 2007-07-25  Julien MOUTTE  <julien@moutte.net>
11029
11030         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
11031         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11032         (gst_flv_demux_init):
11033         * gst/flv/gstflvdemux.h:
11034         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
11035         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11036         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11037         (gst_flv_parse_header):
11038         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
11039         reusable, more safety checks.
11040
11041 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
11042
11043         * ext/timidity/gsttimidity.c: (gst_timidity_init),
11044         (gst_timidity_change_state), (plugin_init):
11045         * ext/timidity/gsttimidity.h:
11046           Don't initialize timidity in plugin_init for similar reason as below.
11047
11048 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
11049
11050         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
11051         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
11052         * ext/timidity/gstwildmidi.h:
11053           Don't initialize wildmidi in plugin_init as it also setups audio
11054           filters which is slow.
11055
11056 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
11057
11058         reviewed by: Edward Hervey  <bilboed@bilboed.com>
11059
11060         * gst/real/gstreal.c: (plugin_init):
11061         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
11062         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
11063         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
11064         * gst/real/gstrealvideodec.c: (open_library),
11065         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
11066         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
11067         * gst/real/gstrealvideodec.h:
11068         Improved search algorithm for location of real .so files.
11069         Fixes #393461
11070
11071 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
11072
11073         * configure.ac:
11074         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
11075         Use the new buffer clipping function from gstaudio here and
11076         require gst-plugins-base CVS.
11077
11078 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
11079
11080         * configure.ac:
11081           Sync liboil check with plugins-base.
11082
11083 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11084
11085         * gst/equalizer/gstiirequalizer.c:
11086         (gst_iir_equalizer_band_set_property),
11087         (gst_iir_equalizer_child_proxy_get_child_by_index),
11088         (gst_iir_equalizer_child_proxy_get_children_count),
11089         (gst_iir_equalizer_child_proxy_interface_init),
11090         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
11091         (gst_iir_equalizer_compute_frequencies):
11092         * gst/equalizer/gstiirequalizer10bands.c:
11093         (gst_iir_equalizer_10bands_class_init):
11094         * gst/equalizer/gstiirequalizer3bands.c:
11095         (gst_iir_equalizer_3bands_class_init):
11096         * gst/equalizer/gstiirequalizernbands.c:
11097           Better algorith for the center frequencies. Subtract band filters from
11098           input for negative gains. Rework the gain mapping.
11099
11100 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11101
11102         * ext/dirac/Makefile.am:
11103           Also include stdlib here.
11104
11105 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
11106
11107         * tests/check/elements/.cvsignore:
11108         Fix the buildbot with the cvsignore it wants.
11109
11110 2007-07-19  Julien MOUTTE  <julien@moutte.net>
11111
11112         * configure.ac:
11113         * gst/flv/Makefile.am:
11114         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
11115         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
11116         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
11117         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
11118         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
11119         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
11120         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11121         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
11122         (gst_flv_demux_init), (plugin_init):
11123         * gst/flv/gstflvdemux.h:
11124         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
11125         (gst_flv_demux_query_types), (gst_flv_demux_query),
11126         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11127         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11128         (gst_flv_parse_tag_type), (gst_flv_parse_header):
11129         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
11130         It does not do seeking yet, it supports pull and push mode so YES
11131         you can use it to play youtube videos directly from an HTTP uri.
11132         Not so much testing done yet but it parses metadata, reply to 
11133         duration queries, etc...
11134
11135 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
11136
11137         * tests/check/Makefile.am:
11138         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
11139           main):
11140           Add typefind test for midi.
11141
11142 2007-07-18  Michael Smith  <msmith@fluendo.com>
11143
11144         * ext/soundtouch/gstpitch.cc:
11145           If we receive a new segment event, don't try to push buffers out
11146           in response (without first sending it on!).
11147           Instead, flush internal buffers on receiving flush events.
11148           Fixes playback after seeking.
11149
11150 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11151
11152         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
11153         (gst_bayer2rgb_reset):
11154           Add basic docs. Use glibs mem routines.
11155
11156 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11157
11158         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
11159           Add example to the docs. Fix buffer-offset-end and add some debug.
11160
11161 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11162
11163         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
11164         (gst_jack_ring_buffer_acquire):
11165           Add stdlib include here too.
11166
11167 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11168
11169         * examples/app/appsrc_ex.c:
11170         * examples/switch/switcher.c:
11171         * ext/neon/gstneonhttpsrc.c:
11172         * ext/timidity/gstwildmidi.c:
11173         * ext/x264/gstx264enc.c:
11174         * gst/mve/mveaudioenc.c: (mve_compress_audio):
11175         * gst/rtpmanager/gstrtpclient.c:
11176         * gst/rtpmanager/gstrtpjitterbuffer.c:
11177         * gst/spectrum/demo-audiotest.c:
11178         * gst/spectrum/demo-osssrc.c:
11179         * sys/dvb/gstdvbsrc.c:
11180           Add stdlib include (free, atoi, exit).
11181
11182 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
11183
11184         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
11185         Fix buffer clipping to correctly clip to the segment stop.
11186
11187 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
11188
11189         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
11190
11191         * gst/modplug/gstmodplug.cc:
11192         add several missing supported mime-types to the modplug plugin.
11193         Fixes #456901.
11194
11195 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
11196
11197         * configure.ac:
11198         * tests/Makefile.am:
11199         Remove bogus check for libcheck, since we check for
11200         gstreamer-check and it pulls in the required info from there, and we
11201         weren't actually _using_ the information for libcheck ourselves
11202         anyway.
11203
11204 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
11205
11206         * configure.ac:
11207           Use pkg-config to locate check.
11208
11209 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
11210
11211         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
11212         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
11213           Fix build against core CVS.
11214
11215 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
11216
11217         * REQUIREMENTS:
11218           Sync with changes in -ugly.
11219
11220 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
11221
11222         * REQUIREMENTS:
11223           Add download location of libamrwb.
11224
11225 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
11226
11227         * docs/plugins/inspect/plugin-amrwb.xml:
11228         * docs/plugins/inspect/plugin-equalizer.xml:
11229         * docs/plugins/inspect/plugin-multifile.xml:
11230         * docs/plugins/inspect/plugin-timidity.xml:
11231         * docs/plugins/inspect/plugin-wildmidi.xml:
11232           Add missing inspect files. Fixes build (#454313).
11233
11234         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
11235           Scream a bit louder when initialisation fails.
11236
11237         * gst-libs/README:
11238         * gst-libs/ext/.cvsignore:
11239           Remove some cruft.
11240
11241 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
11242
11243         * ext/ivorbis/Makefile.am:
11244           Dist header files. Fixes #454078.
11245
11246 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
11247
11248         * docs/plugins/Makefile.am:
11249           Simplify --extra-dir as gtkdoc scans recursively.
11250
11251         * ext/amrwb/gstamrwbenc.c:
11252           Fix comment start.
11253
11254 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11255
11256         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
11257           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
11258           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
11259           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
11260           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
11261           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
11262         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
11263         Removed property "device". Added properties "adapter" and "frontend".
11264         Fixes #453636.
11265         Rename freq property to frequency.
11266
11267 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
11268
11269         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11270         Fix property descriptions.
11271
11272 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11273
11274         * docs/plugins/Makefile.am:
11275         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11276         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11277         * ext/amrwb/gstamrwbdec.c:
11278         * ext/amrwb/gstamrwbenc.c:
11279         * ext/amrwb/gstamrwbparse.c:
11280           Also document AMR-WB elements.
11281
11282 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11283
11284         * docs/plugins/Makefile.am:
11285         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11286         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11287         * docs/plugins/gst-plugins-bad-plugins.args:
11288           Cleanup the section file so that -unused is empty again (and useful to
11289           spot new docs). Add not yet added docs to sgml file. Add more header
11290           to Makefile.am to make them introspectable.
11291
11292         * docs/plugins/inspect/plugin-bz2.xml:
11293         * docs/plugins/inspect/plugin-cdxaparse.xml:
11294         * docs/plugins/inspect/plugin-dtsdec.xml:
11295         * docs/plugins/inspect/plugin-faac.xml:
11296         * docs/plugins/inspect/plugin-faad.xml:
11297         * docs/plugins/inspect/plugin-filter.xml:
11298         * docs/plugins/inspect/plugin-freeze.xml:
11299         * docs/plugins/inspect/plugin-gdp.xml:
11300         * docs/plugins/inspect/plugin-gsm.xml:
11301         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11302         * docs/plugins/inspect/plugin-h264parse.xml:
11303         * docs/plugins/inspect/plugin-modplug.xml:
11304         * docs/plugins/inspect/plugin-musicbrainz.xml:
11305         * docs/plugins/inspect/plugin-nsfdec.xml:
11306         * docs/plugins/inspect/plugin-replaygain.xml:
11307         * docs/plugins/inspect/plugin-spectrum.xml:
11308         * docs/plugins/inspect/plugin-speed.xml:
11309         * docs/plugins/inspect/plugin-tta.xml:
11310         * docs/plugins/inspect/plugin-videosignal.xml:
11311         * docs/plugins/inspect/plugin-xingheader.xml:
11312         * docs/plugins/inspect/plugin-xvid.xml:
11313           Update the doc blobs.
11314
11315 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11316
11317         * gst/multifile/Makefile.am:
11318         * gst/multifile/gstmultifile.c:
11319         * gst/multifile/gstmultifilesink.c:
11320         * gst/multifile/gstmultifilesink.h:
11321         * gst/multifile/gstmultifilesrc.c:
11322         * gst/multifile/gstmultifilesrc.h:
11323           Add .h files to be able to add it to the docs.
11324
11325 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11326
11327         * gst/modplug/gstmodplug.cc:
11328           Activate doc section.
11329
11330 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11331
11332         * ext/timidity/gsttimidity.c:
11333         * ext/timidity/gstwildmidi.c:
11334         * ext/timidity/gstwildmidi.h:
11335           Fix licence (both are GPL). Add element docs.
11336
11337 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11338
11339         * ext/musicbrainz/gsttrm.h:
11340           Fix _get_type signature.
11341
11342 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11343
11344         * gst/replaygain/gstrgvolume.h:
11345           Fix GObject macros.
11346
11347 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11348
11349         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
11350         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
11351         (gst_dc1394_set_caps_framesize_range),
11352         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
11353         (gst_dc1394_framerate_frac_to_const),
11354         (gst_dc1394_open_cam_with_best_caps):
11355         Make a bunch of functions static, and move variable declarations
11356         to the start of blocks to avoid problems on older gcc.
11357
11358         Make sure to unset value types.
11359
11360 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11361
11362         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11363
11364         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
11365         With CVS of ffmpegcolorspace from plugins-base, I can now
11366         get 30 fps from the iSight.
11367
11368 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11369
11370         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11371         Change a g_print to a GST_DEBUG message.
11372
11373 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11374
11375         * configure.ac:
11376         * ext/Makefile.am:
11377         * ext/dc1394/Makefile.am:
11378         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
11379         (gst_dc1394_class_init), (gst_dc1394_init),
11380         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
11381         (gst_dc1394_get_property), (gst_dc1394_getcaps),
11382         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
11383         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
11384         (gst_dc1394_caps_set_format_vmode_caps),
11385         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
11386         (gst_dc1394_set_caps_framesize_range),
11387         (gst_dc1394_caps_set_framerate_list),
11388         (gst_dc1394_framerate_const_to_frac),
11389         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
11390         (gst_dc1394_framerate_frac_to_const),
11391         (gst_dc1394_open_cam_with_best_caps),
11392         (gst_dc1394_change_camera_transmission), (plugin_init):
11393         * ext/dc1394/gstdc1394.h:
11394         Commit new dc1394src element.
11395         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
11396         Patch By: Eric Jonas < jonas at mit dot edu >
11397         Close: #387251
11398
11399 2007-06-28  Wim Taymans  <wim@fluendo.com>
11400
11401         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11402         Register new property as well.
11403
11404 2007-06-28  Wim Taymans  <wim@fluendo.com>
11405
11406         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11407         (gst_video_detect_set_property), (gst_video_detect_get_property):
11408         * gst/videosignal/gstvideodetect.h:
11409         Add property to adjust the center, sensitivity is now the distance from
11410         this center.
11411
11412 2007-06-27  Wim Taymans  <wim@fluendo.com>
11413
11414         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11415         (gst_video_detect_set_property), (gst_video_detect_get_property),
11416         (gst_video_detect_class_init):
11417         * gst/videosignal/gstvideodetect.h:
11418         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
11419         (gst_video_mark_420), (gst_video_mark_set_property),
11420         (gst_video_mark_get_property), (gst_video_mark_class_init):
11421         * gst/videosignal/gstvideomark.h:
11422         Add left and bottom offset properties to control the position of the
11423         pattern.
11424
11425 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
11426
11427         * docs/plugins/gst-plugins-bad-plugins.args:
11428         * docs/plugins/inspect/plugin-alsaspdif.xml:
11429         * docs/plugins/inspect/plugin-bz2.xml:
11430         * docs/plugins/inspect/plugin-cdxaparse.xml:
11431         * docs/plugins/inspect/plugin-dtsdec.xml:
11432         * docs/plugins/inspect/plugin-faac.xml:
11433         * docs/plugins/inspect/plugin-faad.xml:
11434         * docs/plugins/inspect/plugin-filter.xml:
11435         * docs/plugins/inspect/plugin-freeze.xml:
11436         * docs/plugins/inspect/plugin-gdp.xml:
11437         * docs/plugins/inspect/plugin-glimagesink.xml:
11438         * docs/plugins/inspect/plugin-gsm.xml:
11439         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11440         * docs/plugins/inspect/plugin-h264parse.xml:
11441         * docs/plugins/inspect/plugin-jack.xml:
11442         * docs/plugins/inspect/plugin-mms.xml:
11443         * docs/plugins/inspect/plugin-modplug.xml:
11444         * docs/plugins/inspect/plugin-musicbrainz.xml:
11445         * docs/plugins/inspect/plugin-neon.xml:
11446         * docs/plugins/inspect/plugin-nsfdec.xml:
11447         * docs/plugins/inspect/plugin-replaygain.xml:
11448         * docs/plugins/inspect/plugin-sdl.xml:
11449         * docs/plugins/inspect/plugin-spectrum.xml:
11450         * docs/plugins/inspect/plugin-speed.xml:
11451         * docs/plugins/inspect/plugin-tta.xml:
11452         * docs/plugins/inspect/plugin-videosignal.xml:
11453         * docs/plugins/inspect/plugin-xingheader.xml:
11454         * docs/plugins/inspect/plugin-xvid.xml:
11455           Update docs with caps info.
11456
11457 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
11458
11459         * gconf/.cvsignore:
11460         * gconf/Makefile.am:
11461         * gconf/gstreamer.schemas.in:
11462           Remove dysfunctional directory (this stuff is in -good).
11463
11464         * ext/sndfile/gstsf.c: (plugin_init):
11465         * sys/dvb/gstdvbsrc.c: (plugin_init):
11466           Add i18n bindtextdomain stuff.
11467
11468         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11469         (plugin_init):
11470           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11471
11472         * po/POTFILES.in:
11473           Add more source files with translatable strings (fixes #450605).
11474
11475 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11476
11477         Contributed by: Wenzheng Hu <db_lobster@163.com>
11478
11479         * po/LINGUAS:
11480         * po/zh_CN.po:
11481           Added Chinese (simplified) translation.
11482
11483 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         Patch by: Jens Granseuer  <jensgr at gmx net>
11486
11487         * gst/equalizer/gstiirequalizer.c:
11488         * gst/equalizer/gstiirequalizer10bands.c:
11489         * gst/equalizer/gstiirequalizer3bands.c:
11490         * gst/equalizer/gstiirequalizernbands.c:
11491         * gst/rtpmanager/async_jitter_queue.c:
11492         (async_jitter_queue_push_sorted):
11493         * gst/rtpmanager/gstrtpjitterbuffer.c:
11494         (gst_rtp_jitter_buffer_chain):
11495         * gst/switch/gstswitch.c: (gst_switch_chain):
11496           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11497           Fixes #450185.
11498
11499 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11500
11501         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11502           last_message_received, main):
11503         * gst/switch/gstswitch.c (gst_switch_release_pad,
11504           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11505           gst_switch_set_property, gst_switch_get_property,
11506           gst_switch_get_linked_pad, gst_switch_getcaps,
11507           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11508         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11509           GST_SWITCH_UNLOCK):
11510         Add an extra lock to protect against certain variables instead of
11511         using the object lock. Fix case where caps are different in the
11512         sink pads causes deadlock. Update example to use different caps
11513         on each sink pad.
11514
11515 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11516
11517         * MAINTAINERS:
11518         Updating all the maintainers files
11519
11520 2007-06-22  Edward Hervey  <edward@fluendo.com>
11521
11522         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11523         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11524         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11525         * ext/audioresample/gstaudioresample.c:
11526         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11527         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11528         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11529         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11530         * ext/faac/gstfaac.c: (gst_faac_init):
11531         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11532         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11533         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11534         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11535         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11536         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11537         * ext/spc/gstspc.c: (gst_spc_dec_init):
11538         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11539         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11540         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11541         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11542         * gst/chart/gstchart.c: (gst_chart_init):
11543         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11544         * gst/festival/gstfestival.c: (gst_festival_init):
11545         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11546         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11547         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11548         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11549         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11550         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11551         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11552         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11553         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11554         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11555         * gst/speed/gstspeed.c: (speed_init):
11556         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11557         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11558         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11559         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11560         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11561         Fix leaks.
11562
11563 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11564
11565         * RELEASE:
11566         * sys/Makefile.am:
11567           Re-enable VCD source and fix up release notes.
11568
11569 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11570
11571         * gst/equalizer/gstiirequalizer.c:
11572           Document parameter mapping.
11573
11574 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11575
11576         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11577         (gst_spectrum_transform_ip):
11578           Fix leaking buffers.
11579           
11580         * tests/check/Makefile.am:
11581         * tests/check/elements/spectrum.c: (setup_spectrum),
11582         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11583           Add simple test for spectrum element.
11584
11585 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11586
11587         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11588         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11589         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11590         (gst_amrwbdec_state_change):
11591         * ext/amrwb/gstamrwbdec.h:
11592         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11593         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11594           Add newsegment and discont handling. Some code cleanups. Don't leak
11595           the adapter, unref it in a new finalize method instead. Sync the
11596           parser with the amr-nb changes.
11597
11598 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11599
11600         * configure.ac:
11601         Back to CVS.
11602
11603         * gst-plugins-bad.doap:
11604         Add 0.10.5 to the doap file.
11605
11606 === release 0.10.5 ===
11607
11608 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11609
11610         * configure.ac:
11611           releasing 0.10.5, "Expedition to Lake Pahoe"
11612
11613 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11614
11615         * win32/vs6/gst_plugins_bad.dsw:
11616         * win32/vs6/libdshowsrcwrapper.dsp:
11617         * win32/vs6/libgstdshow.dsp:
11618         * win32/vs6/libgstmpegvideoparse.dsp:
11619         * win32/vs6/libgstneon.dsp:
11620         Convert line endings to CRLF and mark as binary files.
11621
11622 2007-06-13  Wim Taymans  <wim@fluendo.com>
11623
11624         * sys/Makefile.am:
11625         Disable VCD build because we're frozen..
11626
11627 2007-06-13  Wim Taymans  <wim@fluendo.com>
11628
11629         * configure.ac:
11630         * sys/Makefile.am:
11631         * sys/vcd/Makefile.am:
11632         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11633         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11634         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11635         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11636         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11637         (gst_vcdsrc_uri_set_uri):
11638         * sys/vcd/vcdsrc.h:
11639         Port VCD element.
11640
11641 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11642
11643         * win32/MANIFEST:
11644         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11645         MANIFEST.
11646         * win32/vs6/gst_plugins_bad.dsw:
11647         Remove qtdemux, directdraw, directsound and waveform project files
11648         from the workspace as they have been moved to -good.
11649
11650 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11651
11652         * po/POTFILES.in:
11653         Remove qtdemux from the translation list.
11654
11655 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11656
11657         * configure.ac:
11658         * docs/plugins/Makefile.am:
11659         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11660         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11661         * docs/plugins/inspect/plugin-osxvideo.xml:
11662         * docs/plugins/inspect/plugin-videocrop.xml:
11663         * gst-plugins-bad.spec.in:
11664         * gst/videocrop/Makefile.am:
11665         * gst/videocrop/gstvideocrop.c:
11666         * gst/videocrop/gstvideocrop.h:
11667         * gst/videocrop/videocrop.vcproj:
11668         * sys/Makefile.am:
11669         * sys/osxvideo/Makefile.am:
11670         * sys/osxvideo/cocoawindow.h:
11671         * sys/osxvideo/cocoawindow.m:
11672         * sys/osxvideo/osxvideosink.h:
11673         * sys/osxvideo/osxvideosink.m:
11674         * tests/check/Makefile.am:
11675         * tests/check/elements/videocrop.c:
11676         * tests/icles/Makefile.am:
11677         * tests/icles/videocrop-test.c:
11678         Move videocrop and osxvideo to -good.
11679
11680 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11681
11682         * configure.ac:
11683         * docs/plugins/Makefile.am:
11684         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11685         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11686         * gst/qtdemux/Makefile.am:
11687         * gst/qtdemux/gstrtpxqtdepay.c:
11688         * gst/qtdemux/gstrtpxqtdepay.h:
11689         * gst/qtdemux/qtdemux.c:
11690         * gst/qtdemux/qtdemux.h:
11691         * gst/qtdemux/qtdemux.vcproj:
11692         * gst/qtdemux/qtdemux_dump.c:
11693         * gst/qtdemux/qtdemux_dump.h:
11694         * gst/qtdemux/qtdemux_fourcc.h:
11695         * gst/qtdemux/qtdemux_types.c:
11696         * gst/qtdemux/qtdemux_types.h:
11697         * gst/qtdemux/qtpalette.h:
11698         * gst/qtdemux/quicktime.c:
11699         * win32/MANIFEST:
11700         * win32/vs6/libgstqtdemux.dsp:
11701         Move qtdemux to -good.
11702
11703         * gst-plugins-bad.spec.in:
11704         Update spec file to reflect wavpack & qtdemux moving to -good.
11705
11706 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11707
11708         * docs/plugins/Makefile.am:
11709         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11710         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11711         * docs/plugins/inspect/plugin-waveform.xml:
11712         * sys/waveform/gstwaveformplugin.c:
11713         * sys/waveform/gstwaveformsink.c:
11714         * sys/waveform/gstwaveformsink.h:
11715         * win32/MANIFEST:
11716         * win32/vs6/libgstwaveform.dsp:
11717         Remove the waveform plugin now that it is in -good.
11718
11719 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11720
11721         * configure.ac:
11722         * docs/plugins/Makefile.am:
11723         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11724         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11725         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11726         * docs/plugins/inspect/plugin-wavpack.xml:
11727         * ext/Makefile.am:
11728         * ext/wavpack/Makefile.am:
11729         * ext/wavpack/gstwavpack.c:
11730         * ext/wavpack/gstwavpackcommon.c:
11731         * ext/wavpack/gstwavpackcommon.h:
11732         * ext/wavpack/gstwavpackdec.c:
11733         * ext/wavpack/gstwavpackdec.h:
11734         * ext/wavpack/gstwavpackenc.c:
11735         * ext/wavpack/gstwavpackenc.h:
11736         * ext/wavpack/gstwavpackparse.c:
11737         * ext/wavpack/gstwavpackparse.h:
11738         * ext/wavpack/gstwavpackstreamreader.c:
11739         * ext/wavpack/gstwavpackstreamreader.h:
11740         * ext/wavpack/md5.c:
11741         * ext/wavpack/md5.h:
11742         * tests/check/Makefile.am:
11743         * tests/check/elements/wavpackdec.c:
11744         * tests/check/elements/wavpackenc.c:
11745         * tests/check/elements/wavpackparse.c:
11746           Move wavpack to good.
11747
11748 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11749
11750         * configure.ac:
11751         * docs/plugins/Makefile.am:
11752         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11753         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11754         * docs/plugins/gst-plugins-bad-plugins.args:
11755         * docs/plugins/inspect/plugin-directdraw.xml:
11756         * docs/plugins/inspect/plugin-directsound.xml:
11757         * sys/Makefile.am:
11758         * sys/directdraw/Makefile.am:
11759         * sys/directdraw/gstdirectdrawplugin.c:
11760         * sys/directdraw/gstdirectdrawsink.c:
11761         * sys/directdraw/gstdirectdrawsink.h:
11762         * sys/directsound/Makefile.am:
11763         * sys/directsound/gstdirectsoundplugin.c:
11764         * sys/directsound/gstdirectsoundsink.c:
11765         * sys/directsound/gstdirectsoundsink.h:
11766         * win32/MANIFEST:
11767         * win32/gst.sln:
11768         * win32/vs6/libgstdirectdraw.dsp:
11769         * win32/vs6/libgstdirectsound.dsp:
11770         * win32/vs7/libgstdirectdraw.vcproj:
11771         * win32/vs7/libgstdirectsound.vcproj:
11772         * win32/vs8/libgstdirectdraw.vcproj:
11773         * win32/vs8/libgstdirectsound.vcproj:
11774         Remove DirectDraw & DirectSound plugins, as they've moved to Good
11775
11776 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11777
11778         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
11779         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
11780         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
11781           When driving the pipeline, also post an error when we get a
11782           not-linked flow return from downstream.
11783
11784 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11785
11786         * docs/plugins/gst-plugins-bad-plugins.args:
11787         * sys/directdraw/gstdirectdrawsink.c:
11788         (gst_directdraw_sink_class_init):
11789         Rename the keep-aspect-ratio property to force-aspect-ratio to make
11790         it consistent with xvimagesink and ximagesink.
11791
11792 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11793
11794         * tests/icles/videocrop-test.c: (main):
11795           Default to xvimagesink instead of autovideosink while
11796           autovideosink/ghostpads/whatever don't handle the way we use it in
11797           the way we expect it to.
11798
11799 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11800
11801         * configure.ac:
11802           Bump requirements to released versions of core and -base, and remove
11803           special-casing for equalizer and rtpmanager as it's not needed any
11804           longer.
11805
11806 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11807
11808         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
11809         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
11810         Sprinkle in some XSync calls to avoid raciness with broken
11811         drivers (ATI) when re-using a single glimagesink.
11812
11813 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11814
11815         * gst/mpegvideoparse/mpegpacketiser.c:
11816         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
11817         (mpeg_util_parse_picture_hdr):
11818         * gst/mpegvideoparse/mpegvideoparse.c:
11819         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
11820         Fix some silly bugs with calculating the guard sizes.
11821         Properly compare the old sequence header structure with the new one.
11822         Don't error out on an invalid sequence - just ignore it.
11823
11824 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11825
11826         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
11827           Printf fix in debug statement; also print the right number there.
11828
11829 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11830
11831         * ext/sdl/Makefile.am:
11832         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
11833           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
11834           (#444499); initialise variable to avoid false compiler warning.
11835
11836 2007-06-01  Wim Taymans  <wim@fluendo.com>
11837
11838         * docs/plugins/Makefile.am:
11839         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11840         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11841         * docs/plugins/inspect/plugin-videosignal.xml:
11842         * gst/videosignal/Makefile.am:
11843         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
11844         (gst_video_mark_draw_box), (gst_video_mark_420),
11845         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
11846         (gst_video_mark_get_property), (gst_video_mark_base_init),
11847         (gst_video_mark_class_init), (gst_video_mark_init),
11848         (gst_video_mark_get_type):
11849         * gst/videosignal/gstvideomark.h:
11850         * gst/videosignal/gstvideosignal.c: (plugin_init):
11851         Add plugin to generate a pattern detectable by videodetect.
11852
11853 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
11854
11855         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
11856           Don't leak buffer when returning an error.
11857
11858 2007-06-01  Wim Taymans  <wim@fluendo.com>
11859
11860         Patch by René Stadler <mail at renestadler dot de>:
11861
11862         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
11863         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
11864         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
11865         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
11866         (gst_neonhttp_src_set_location),
11867         (gst_neonhttp_src_send_request_and_redirect),
11868         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
11869         * ext/neon/gstneonhttpsrc.h:
11870         Deprecated "uri" property.  Clean up property descriptions.
11871         Change default User-Agent to the slightly more descriptive
11872         "GStreamer neonhttpsrc".
11873         Various other small cleanups, mostly property related.
11874
11875 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
11876
11877         * ext/libmms/gstmms.h:
11878           No reason to use gpointers instead of typed pointes here as far as I
11879           can see.
11880
11881         * ext/mythtv/gstmythtvsrc.c:
11882         * ext/neon/gstneonhttpsrc.c:
11883         * gst/switch/gstswitch.c:
11884           Don't use gtk-doc magic markers for things that aren't meant to be
11885           parsed by gtk-doc. Makes gtk-doc complain a bit less.
11886
11887 2007-05-30  Wim Taymans  <wim@fluendo.com>
11888
11889         * configure.ac:
11890         * docs/plugins/Makefile.am:
11891         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11892         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11893         * docs/plugins/inspect/plugin-videosignal.xml:
11894         * gst/videosignal/Makefile.am:
11895         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
11896         (gst_video_analyse_post_message), (gst_video_analyse_420),
11897         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
11898         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
11899         (gst_video_analyse_class_init), (gst_video_analyse_init),
11900         (gst_video_analyse_get_type):
11901         * gst/videosignal/gstvideoanalyse.h:
11902         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
11903         (gst_video_detect_post_message),
11904         (gst_video_detect_calc_brightness), (gst_video_detect_420),
11905         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
11906         (gst_video_detect_get_property), (gst_video_detect_base_init),
11907         (gst_video_detect_class_init), (gst_video_detect_init),
11908         (gst_video_detect_get_type):
11909         * gst/videosignal/gstvideodetect.h:
11910         * gst/videosignal/gstvideosignal.c: (plugin_init):
11911         * gst/videosignal/gstvideosignal.h:
11912         Added videosignal plugin with two plugins to analyse video frames.
11913         Added videoanalyse to report about brightness and variance in video
11914         frames.
11915         Added videodetect to detect predefined patterns in a video signal.
11916
11917 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11918
11919         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11920         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11921         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
11922         * docs/plugins/gst-plugins-bad-plugins.signals:
11923           More updates.
11924
11925 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11926
11927         * docs/plugins/gst-plugins-bad-plugins.args:
11928         * docs/plugins/gst-plugins-bad-plugins.signals:
11929         * docs/plugins/inspect/plugin-dtsdec.xml:
11930         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11931         * docs/plugins/inspect/plugin-musepack.xml:
11932         * docs/plugins/inspect/plugin-rtpmanager.xml:
11933         * docs/plugins/inspect/plugin-sdl.xml:
11934         * docs/plugins/inspect/plugin-spcdec.xml:
11935         * docs/plugins/inspect/plugin-swfdec.xml:
11936           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
11937           hopefully that makes the build bots happy again.
11938
11939 2007-05-28  Wim Taymans  <wim@fluendo.com>
11940
11941         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11942         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11943         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
11944         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
11945         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
11946         * gst/rtpmanager/gstrtpclient.c: (create_stream),
11947         (gst_rtp_client_request_new_pad):
11948         * gst/rtpmanager/gstrtpjitterbuffer.c:
11949         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11950         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
11951         * gst/rtpmanager/gstrtpptdemux.c:
11952         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11953         (gst_rtp_session_request_new_pad):
11954         * gst/rtpmanager/gstrtpssrcdemux.c:
11955         Rename elements to avoid conflict with farsight elements with the same
11956         name. Fixes #430664.
11957
11958 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
11959
11960         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11961
11962         * sys/directdraw/gstdirectdrawsink.c:
11963         (gst_directdraw_sink_buffer_alloc),
11964         (gst_directdraw_sink_show_frame),
11965         (gst_directdraw_sink_check_primary_surface),
11966         (gst_directdraw_sink_check_offscreen_surface),
11967         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
11968         (gst_directdraw_sink_surface_create):
11969         * sys/directdraw/gstdirectdrawsink.h:
11970           Fix more warnings when compiling with MingW (#439914).
11971
11972 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
11973
11974         * docs/plugins/gst-plugins-bad-plugins.args:
11975         Remove directsoundsink property doc as this sink use the mixer
11976         interface now.
11977         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11978         Add interfaces implemented by Windows sinks.
11979         * sys/directsound/gstdirectsoundsink.c:
11980         * sys/directsound/gstdirectsoundsink.h:
11981         Remove directsoundsink property  and implement the mixer interface.
11982         * win32/vs6/gst_plugins_bad.dsw:
11983         * win32/vs6/libgstdirectsound.dsp:
11984         Update project files.
11985         * gst-libs/gst/dshow/gstdshow.cpp:
11986         * gst-libs/gst/dshow/gstdshow.h:
11987         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
11988         * gst-libs/gst/dshow/gstdshowfakesink.h:
11989         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
11990         * gst-libs/gst/dshow/gstdshowfakesrc.h:
11991         * gst-libs/gst/dshow/gstdshowinterface.cpp:
11992         * gst-libs/gst/dshow/gstdshowinterface.h:
11993         * win32/common/libgstdshow.def:
11994         * win32/vs6/libgstdshow.dsp:
11995         Add a new gst library which allow to create internal Direct Show
11996         graph (pipelines) to wrap Windows sources, decoders or encoders.
11997         It includes a DirectShow fake source and sink and utility functions.    
11998         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
11999         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
12000         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
12001         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
12002         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
12003         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
12004         * win32/vs6/libdshowsrcwrapper.dsp:
12005         Add a new plugin to wrap DirectShow sources on Windows.
12006         It gets data from any webcam, dv cam, micro. We could add 
12007         tv tunner card later.
12008         
12009 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
12010
12011         Patch by René Stadler <mail at renestadler dot de>:
12012
12013         * ext/sdl/sdlvideosink.c:
12014         Separate the authors by newlines instead of nothing. Fixes #440774.
12015
12016 2007-05-23  Wim Taymans  <wim@fluendo.com>
12017
12018         * docs/plugins/inspect/plugin-rtpmanager.xml:
12019         Add doc xml file.
12020
12021 2007-05-23  Wim Taymans  <wim@fluendo.com>
12022
12023         * docs/plugins/Makefile.am:
12024         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12025         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12026         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12027         * gst/rtpmanager/gstrtpbin.h:
12028         * gst/rtpmanager/gstrtpclient.c:
12029         * gst/rtpmanager/gstrtpjitterbuffer.c:
12030         (gst_rtp_jitter_buffer_class_init),
12031         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
12032         * gst/rtpmanager/gstrtpjitterbuffer.h:
12033         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12034         (gst_rtp_pt_demux_clear_pt_map):
12035         * gst/rtpmanager/gstrtpptdemux.h:
12036         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12037         (rtcp_thread), (gst_rtp_session_clear_pt_map):
12038         * gst/rtpmanager/gstrtpsession.h:
12039         * gst/rtpmanager/gstrtpssrcdemux.c:
12040         (gst_rtp_ssrc_demux_class_init):
12041         Document stuff.
12042         Add clear-pt-map action signal where needed.
12043
12044 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
12045
12046         * configure.ac:
12047           Depend on gstreamer-0.10.12.1.
12048         
12049         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12050           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12051           parent_class, gst_iir_equalizer_band_set_property,
12052           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12053           gst_iir_equalizer_child_proxy_get_child_by_index,
12054           gst_iir_equalizer_child_proxy_get_children_count,
12055           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12056           gst_iir_equalizer_compute_frequencies,
12057           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
12058           plugin_init):
12059         * gst/equalizer/gstiirequalizer.h (audiofilter):
12060         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
12061           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
12062           gst_iir_equalizer_nbands_set_property):
12063           Use new locking macros.
12064
12065         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
12066           Add fixme.
12067
12068         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
12069           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
12070           gst_spectrum_event, gst_spectrum_transform_ip):
12071           Use new locking macros. Turn two fixed values into #defines.
12072
12073 2007-05-22  Edward Hervey  <edward@fluendo.com>
12074
12075         * docs/plugins/Makefile.am:
12076         Also look for .m (objectivec) files.
12077         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12078         * docs/plugins/gst-plugins-bad-plugins.args:
12079         * sys/osxvideo/osxvideosink.m:
12080         Add documentation for element and properties.
12081
12082 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12083
12084         * ChangeLog:
12085           ChangeLog surgery.
12086         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12087           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12088           parent_class, gst_iir_equalizer_band_set_property,
12089           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12090           gst_iir_equalizer_child_proxy_get_child_by_index,
12091           gst_iir_equalizer_child_proxy_get_children_count,
12092           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12093           gst_iir_equalizer_compute_frequencies, plugin_init):
12094         * tests/icles/equalizer-test.c:
12095           Add fixme and comment for example.
12096
12097 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12098
12099         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
12100           gst_spectrum_event, gst_spectrum_transform_ip):
12101           Use lock to protect from concurrent access.
12102
12103 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12104
12105         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12106         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12107         Specify and use properties as unsigned int that are an unsigned int.
12108
12109 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12110
12111         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12112         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
12113         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12114         * ext/wavpack/gstwavpackenc.h:
12115         Fixup docs, make the bitrate property an int as it should be and
12116         allow to set the different extra processing modes instead of only
12117         allowing none and the default one.
12118
12119 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
12120
12121         * ext/wavpack/gstwavpackenc.c:
12122         Add missing audioconverts in the example pipelines of wavpackenc. As
12123         the wavpack stuff now needs input with 32 bit width (and random depth)
12124         this is needed now. The example pipelines for the parser and decoder
12125         are still fine.
12126
12127 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12128
12129         * docs/plugins/Makefile.am:
12130         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12131           Fix docs build and hierarchy.
12132
12133 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12134
12135         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
12136         (gst_directdraw_sink_buffer_alloc),
12137         (gst_directdraw_sink_get_ddrawcaps),
12138         (gst_directdraw_sink_surface_create):
12139           Bunch of small fixes: remove static function that doesn't exist;
12140           declare another one that does; printf format fix; use right macro
12141           when specifying debug category; remove a bunch of unused variables;
12142           #if 0 out an unused chunk of code (partially fixes #439914).
12143
12144 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12145
12146         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
12147         * gst/switch/gstswitch.c: (gst_switch_chain):
12148           Printf format fixes (#439910, #439911).
12149
12150 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12151
12152         * tests/check/Makefile.am:
12153           Remove bits for deinterleave check which isn't in CVS yet.
12154
12155 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12156
12157         Patch by: René Stadler <mail at renestadler de>
12158
12159         * docs/plugins/Makefile.am:
12160         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12161         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12162         * docs/plugins/inspect/plugin-replaygain.xml:
12163         * gst/replaygain/Makefile.am:
12164         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
12165         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
12166         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
12167         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
12168         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
12169         (gst_rg_analysis_album_result):
12170         * gst/replaygain/gstrganalysis.h:
12171         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
12172         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
12173         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
12174         (gst_rg_limiter_transform_ip):
12175         * gst/replaygain/gstrglimiter.h:
12176         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
12177         (gst_rg_volume_class_init), (gst_rg_volume_init),
12178         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
12179         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
12180         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
12181         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
12182         (gst_rg_volume_determine_gain):
12183         * gst/replaygain/gstrgvolume.h:
12184         * gst/replaygain/replaygain.c: (plugin_init):
12185         * gst/replaygain/replaygain.h:
12186         * gst/replaygain/rganalysis.h:
12187         * tests/check/Makefile.am:
12188         * tests/check/elements/.cvsignore:
12189         * tests/check/elements/rganalysis.c: (send_eos_event),
12190         (GST_START_TEST):
12191         * tests/check/elements/rglimiter.c: (setup_rglimiter),
12192         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
12193         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
12194         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
12195         (cleanup_rgvolume), (set_playing_state), (set_null_state),
12196         (send_eos_event), (send_tag_event), (test_buffer_new),
12197         (fail_unless_target_gain), (fail_unless_result_gain),
12198         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
12199           Add replaygain playback elements (#412710).
12200
12201 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
12202
12203         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
12204         Update the cached caps after opening the display so that we report
12205         only the supported caps formats, not just the template caps.
12206         Fixes: #439405
12207
12208 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
12209
12210         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
12211           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
12212         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
12213           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
12214         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
12215           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
12216           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
12217           GST_DEBUG_FUNCPTR and add log-category.
12218
12219 2007-05-17  Edward Hervey  <edward@fluendo.com>
12220
12221         * sys/osxvideo/osxvideosink.h:
12222         * sys/osxvideo/osxvideosink.m:
12223         Remove the event-loop-in-separate-thread modifications, because MacOSX
12224         is $#@(*%$# ! For those wondering, the event handling needs to be done
12225         in the main thread after all..
12226
12227 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12228
12229         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
12230           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
12231           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
12232           gst_switch_chain, gst_switch_event, gst_switch_set_property,
12233           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
12234           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
12235           gst_switch_base_init, gst_switch_class_init):
12236         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
12237           stop_value, start_value, current_start, last_ts, stored_buffers):
12238         Add handling of application provided stop and start values, allowing
12239         A/V sync across 2 switch elements.
12240
12241 2007-05-17  Edward Hervey  <edward@fluendo.com>
12242
12243         * sys/osxvideo/osxvideosink.h:
12244         * sys/osxvideo/osxvideosink.m:
12245         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
12246         Use a separate thread/task for the cocoa event_loop, else it wouldn't
12247         stop.
12248
12249 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12250
12251         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
12252         (gst_real_audio_dec_setcaps):
12253         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
12254           Don't crash when we get a buffer and our input caps haven't been set
12255           yet; also, don't leak all the input buffers (realaudiodec only).
12256
12257 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12258
12259         patch by: Stanislav Brabec <sbrabec@suse.cz>
12260
12261         * configure.ac:
12262         * ext/amrwb/Makefile.am:
12263         * ext/amrwb/amrwb-code/Makefile.am:
12264         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
12265         * ext/amrwb/amrwb-code/amrwb/README:
12266         * ext/amrwb/gstamrwbdec.c:
12267         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
12268         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
12269         * ext/amrwb/gstamrwbparse.c:
12270         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
12271         * gst-libs/Makefile.am:
12272         * gst-libs/ext/Makefile.am:
12273         * gst-libs/ext/amrwb/Makefile.am:
12274         * gst-libs/ext/amrwb/README:
12275           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
12276
12277 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12278
12279         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
12280           This needs a version check.
12281
12282         * gst/bayer/Makefile.am:
12283           Fix the build.
12284
12285 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12286
12287         * configure.ac:
12288         * sys/directdraw/Makefile.am:
12289         * sys/directsound/Makefile.am:
12290           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
12291           and restore the various flags in the directdraw/directsound
12292           detection section. Apparently improves cross-compiling for win32
12293           with mingw32 under some circumstances (#437539).
12294
12295 2007-05-15  Wim Taymans  <wim@fluendo.com>
12296
12297         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12298         We always use fixed caps.
12299
12300 2007-05-14  David Schleef  <ds@schleef.org>
12301
12302         * gst/rtpmanager/gstrtpbin.c:
12303           g_hash_table_remove_all() only exists in 2.12.  Work around.
12304
12305 2007-05-14  David Schleef  <ds@schleef.org>
12306
12307         * configure.ac:
12308         * gst/bayer/Makefile.am:
12309         * gst/bayer/gstbayer.c:
12310         * gst/bayer/gstbayer2rgb.c:
12311           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
12312           Partial fix for #314160.
12313
12314 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12315
12316         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
12317           ARG_LAST_TS, parent_class, gst_switch_release_pad,
12318           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12319           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
12320           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
12321         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
12322           current_start, last_ts):
12323         Allow application to provide a stop timestamp, so a new segment
12324         update can be sent before switching.
12325
12326 2007-05-14  Wim Taymans  <wim@fluendo.com>
12327
12328         * gst/rtpmanager/async_jitter_queue.c:
12329         (async_jitter_queue_set_flushing_unlocked):
12330         Fix leak when flushing.
12331
12332         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
12333         (gst_rtp_bin_class_init):
12334         * gst/rtpmanager/gstrtpbin.h:
12335         Add clear-pt-map signal.
12336
12337         * gst/rtpmanager/gstrtpjitterbuffer.c:
12338         (gst_rtp_jitter_buffer_flush_stop),
12339         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
12340         Init clock-rate to -1 to mark unknow clock rate.
12341         Fix flushing.
12342
12343 2007-05-13  David Schleef  <ds@schleef.org>
12344
12345         * gst/replaygain/rganalysis.c:
12346           Fix wrong ifdef for visual C++.  Fixes: #437403.
12347           By Ali Sabil <ali.sabil@gmail.com>.
12348
12349 2007-05-12  David Schleef  <ds@schleef.org>
12350
12351         * ext/neon/gstneonhttpsrc.c:
12352           Make redirection the default behavior.  Fixes #413818.
12353
12354 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12355
12356         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
12357           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
12358           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
12359           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
12360           qtdemux_parse_segments, qtdemux_parse_trak):
12361         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
12362           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
12363           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
12364           rtp_session_get_location, rtp_session_get_tool,
12365           rtp_session_process_bye, session_report_blocks):
12366         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
12367           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
12368           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
12369
12370         * gst/switch/Makefile.am:
12371           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
12372
12373 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12374
12375         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
12376           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
12377           async_jitter_queue_set_low_threshold,
12378           async_jitter_queue_length_ts_units_unlocked,
12379           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
12380           async_jitter_queue_lock, async_jitter_queue_push,
12381           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
12382           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
12383           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
12384           async_jitter_queue_set_flushing_unlocked,
12385           async_jitter_queue_unset_flushing_unlocked):
12386           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
12387
12388 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12389
12390         * common/m4/gst-x11.m4:
12391           Restore CFLAGS and LIBS.
12392
12393         * configure.ac:
12394           Revert previous patch.
12395
12396 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12397
12398         Patch by: Ali Sabil <ali.sabil@gmail.com>
12399
12400         * configure.ac:
12401           Save and restore CFLAGS for OpenGL check. Fixes #437260.
12402         
12403
12404 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
12405
12406         * docs/plugins/gst-plugins-bad-plugins.args:
12407         Add directraw and directsound sinks properties.
12408
12409 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12410
12411         * configure.ac:
12412           Fix --disable-external (hopefully).
12413
12414 2007-05-09  Wim Taymans  <wim@fluendo.com>
12415
12416         * gst/rtpmanager/gstrtpjitterbuffer.c:
12417         (gst_rtp_jitter_buffer_query):
12418         Pass queries upstream.
12419
12420 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
12421
12422         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
12423         (gst_real_audio_dec_finalize):
12424         * gst/real/gstrealaudiodec.h:
12425         * gst/real/gstrealvideodec.c: (open_library), (close_library):
12426         * gst/real/gstrealvideodec.h:
12427           Use GModule instead of using dlsym() directly. Fixes #430598.
12428
12429 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
12430
12431         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12432         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12433         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12434           Add docs for Windows sinks.
12435
12436 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12437
12438         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
12439         (speed_chain), (speed_change_state):
12440           Fix event handling a bit by replacing completely dubious code
12441           written by someone else with completely dubious code written
12442           by me. Should at least fix #412077 though.
12443
12444 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12445
12446         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
12447         (plugin_init):
12448           Add debug category; use gst_pad_query_peer_*() utility functions;
12449           use gst_util_scale*(); add gtk-doc blurb.
12450
12451 2007-05-04  Wim Taymans  <wim@fluendo.com>
12452
12453         * gst/rtpmanager/gstrtpjitterbuffer.c:
12454         (gst_rtp_jitter_buffer_query):
12455         Add some debug info.
12456
12457         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12458         (rtp_session_send_rtp):
12459         Store real user name in the session.
12460
12461 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
12462
12463         * configure.ac:
12464         * examples/Makefile.am:
12465         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12466           last_message_received, main):
12467         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12468           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12469           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12470           gst_switch_set_property, gst_switch_get_property,
12471           gst_switch_get_linked_pad, gst_switch_getcaps,
12472           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12473           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12474           gst_switch_class_init):
12475         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12476           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12477           need_to_send_newsegment):
12478         Port switch element and example program to 0.10.
12479
12480 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12481
12482         * ext/wavpack/gstwavpack.c: (plugin_init):
12483         Call bindtextdomain() to get localized strings.
12484         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12485         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12486         (gst_wavpack_parse_handle_seek_event),
12487         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12488         * ext/wavpack/gstwavpackparse.h:
12489         Handle DISCONT buffers by correctly setting the DISCONT flag
12490         on outgoing buffers when necessary.
12491         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12492         Send newsegment from the streaming thread.
12493
12494 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12495
12496         * ext/wavpack/gstwavpackparse.c:
12497         (gst_wavpack_parse_handle_seek_event):
12498         Remove old workaround that was needed when seeking after the last
12499         sample. With the fixed error handling this works now as expected
12500         without pushing the last sample although it wasn't requested.
12501
12502 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12503
12504         * ext/wavpack/gstwavpackparse.c:
12505         (gst_wavpack_parse_handle_seek_event):
12506         Handle segment seeks in the seek event handler, correctly work with
12507         stop position == -1 and instead of stopping the task on seek just
12508         pause it.
12509
12510 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12511
12512         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12513         Add handling for segment seeks.
12514
12515 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12516
12517         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12518         (gst_wavpack_parse_create_src_pad),
12519         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12520         (gst_wavpack_parse_chain):
12521         Correctly handle errors, especially in the loop function. Before it
12522         was easy to get the task paused but no error being posted on the bus.
12523
12524 2007-04-30  Wim Taymans  <wim@fluendo.com>
12525
12526         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12527         (async_jitter_queue_pop_intern_unlocked):
12528         Fix the case where the buffer underruns and does not block.
12529
12530         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12531         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12532         (gst_rtp_bin_request_new_pad):
12533         Rename RTCP send pad, like in the session manager.
12534         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12535         fix handling of send_rtp_src pad.
12536
12537         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12538         When no pt map could be found, fall back to the sinkpad caps.
12539
12540         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12541         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12542         (create_recv_rtcp_sink), (create_send_rtp_sink),
12543         (create_send_rtcp_src):
12544         Fix pad names.
12545
12546         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12547         (rtp_session_create_source), (rtp_session_process_sr),
12548         (rtp_session_send_rtp), (session_start_rtcp):
12549         * gst/rtpmanager/rtpsession.h:
12550         Unlock session when performing a callback.
12551         Add callbacks for the internal session object.
12552         Fix sending of RTP packets.
12553         first attempt at adding NTP times in the SR packets.
12554         Small debug and doc improvements.
12555
12556         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12557         Update stats for SR reports.
12558
12559 2007-04-29  Wim Taymans  <wim@fluendo.com>
12560
12561         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12562         Remove debug.
12563
12564         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12565         (rtp_session_process_sdes), (calculate_rtcp_interval),
12566         (rtp_session_next_timeout), (session_report_blocks):
12567         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12568         Improve debugging
12569         Fix interval for BYE/RTCP packets.
12570
12571 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12572
12573         * docs/plugins/gst-plugins-bad-plugins.args:
12574         * docs/plugins/gst-plugins-bad-plugins.signals:
12575           Commit result of running scanobj-update
12576
12577 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12578
12579         * autogen.sh:
12580           Require automake 1.7
12581         * ext/alsaspdif/Makefile.am:
12582         * ext/divx/Makefile.am:
12583         * ext/ivorbis/Makefile.am:
12584         * ext/musicbrainz/Makefile.am:
12585         * ext/neon/Makefile.am:
12586         * ext/sdl/Makefile.am:
12587         * ext/swfdec/Makefile.am:
12588         * ext/theora/Makefile.am:
12589         * ext/wavpack/Makefile.am:
12590         * ext/xvid/Makefile.am:
12591         * gst/modplug/Makefile.am:
12592           Fix up Makefile.am accordingly.
12593
12594 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12595
12596         * docs/plugins/inspect/plugin-alsaspdif.xml:
12597         * docs/plugins/inspect/plugin-bz2.xml:
12598         * docs/plugins/inspect/plugin-cdxaparse.xml:
12599         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12600         * docs/plugins/inspect/plugin-faac.xml:
12601         * docs/plugins/inspect/plugin-faad.xml:
12602         * docs/plugins/inspect/plugin-filter.xml:
12603         * docs/plugins/inspect/plugin-freeze.xml:
12604         * docs/plugins/inspect/plugin-glimagesink.xml:
12605         * docs/plugins/inspect/plugin-gsm.xml:
12606         * docs/plugins/inspect/plugin-h264parse.xml:
12607         * docs/plugins/inspect/plugin-jack.xml:
12608         * docs/plugins/inspect/plugin-mms.xml:
12609         * docs/plugins/inspect/plugin-modplug.xml:
12610         * docs/plugins/inspect/plugin-musepack.xml:
12611         * docs/plugins/inspect/plugin-musicbrainz.xml:
12612         * docs/plugins/inspect/plugin-neon.xml:
12613         * docs/plugins/inspect/plugin-nsfdec.xml:
12614         * docs/plugins/inspect/plugin-replaygain.xml:
12615         * docs/plugins/inspect/plugin-sdl.xml:
12616         * docs/plugins/inspect/plugin-soundtouch.xml:
12617         * docs/plugins/inspect/plugin-spectrum.xml:
12618         * docs/plugins/inspect/plugin-speed.xml:
12619         * docs/plugins/inspect/plugin-tta.xml:
12620         * docs/plugins/inspect/plugin-videocrop.xml:
12621         * docs/plugins/inspect/plugin-wavpack.xml:
12622         * docs/plugins/inspect/plugin-xingheader.xml:
12623         * docs/plugins/inspect/plugin-xvid.xml:
12624           Add jack and update.
12625
12626 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12627
12628         * configure.ac:
12629           Don't build equalizer unless we have core from CVS (it won't
12630           work with earlier versions due to GstChildProxy brokeness).
12631           Also up requirements to last released core/base.
12632
12633 2007-04-27  Wim Taymans  <wim@fluendo.com>
12634
12635         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12636         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12637         Move reconsideration code to the rtpsession object.
12638         Simplify timout handling and add reconsideration.
12639
12640         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12641         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12642         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12643         (obtain_source), (rtp_session_create_source),
12644         (update_arrival_stats), (rtp_session_process_rtp),
12645         (rtp_session_process_sr), (rtp_session_process_rr),
12646         (rtp_session_process_bye), (rtp_session_process_rtcp),
12647         (calculate_rtcp_interval), (rtp_session_send_bye),
12648         (rtp_session_next_timeout), (session_start_rtcp),
12649         (session_report_blocks), (session_cleanup), (session_sdes),
12650         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12651         * gst/rtpmanager/rtpsession.h:
12652         Handle timeout of inactive sources and senders.
12653         Implement BYE scheduling.
12654
12655         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12656         (rtp_source_process_sr), (rtp_source_get_last_sr),
12657         (rtp_source_get_last_rb):
12658         * gst/rtpmanager/rtpsource.h:
12659         Add members to check for timeouts.
12660
12661         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12662         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12663         (rtp_stats_calculate_bye_interval):
12664         * gst/rtpmanager/rtpstats.h:
12665         Use RFC algorithm for calculating the reporting interval.
12666
12667 2007-04-26  Edward Hervey  <edward@fluendo.com>
12668
12669         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12670         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12671         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12672         * docs/plugins/inspect/plugin-osxvideo.xml:
12673         Add documentation for osxvideo
12674
12675 2007-04-25  Wim Taymans  <wim@fluendo.com>
12676
12677         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12678         Implement forward and reverse reconsideration.
12679
12680         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
12681         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
12682         (session_report_blocks):
12683         * gst/rtpmanager/rtpsession.h:
12684         Small cleanups.
12685
12686 2007-04-25  Wim Taymans  <wim@fluendo.com>
12687
12688         reviewed by: <delete if not using a buddy>
12689
12690         * gst/rtpmanager/gstrtpbin.c: (create_stream),
12691         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
12692         (gst_rtp_bin_get_property):
12693         * gst/rtpmanager/gstrtpbin.h:
12694         Make default jitterbuffer latency configurable.
12695
12696         * gst/rtpmanager/gstrtpjitterbuffer.c:
12697         (gst_rtp_jitter_buffer_class_init),
12698         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
12699         (gst_rtp_jitter_buffer_set_property),
12700         (gst_rtp_jitter_buffer_get_property):
12701         Debuging cleanups.
12702
12703 2007-04-25  Wim Taymans  <wim@fluendo.com>
12704
12705         * gst/rtpmanager/gstrtpjitterbuffer.c:
12706         (gst_rtp_jitter_buffer_change_state):
12707         Report NO_PREROLL when going to PAUSED.
12708
12709         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12710         Don't send RTCP right before we are shutting down.
12711
12712         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
12713         (rtp_session_process_sr), (session_report_blocks),
12714         (rtp_session_perform_reporting):
12715         Improve report blocks.
12716
12717         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
12718         (rtp_source_process_rtp), (rtp_source_process_sr),
12719         (rtp_source_process_rb), (rtp_source_get_last_sr),
12720         (rtp_source_get_last_rb):
12721         * gst/rtpmanager/rtpsource.h:
12722         * gst/rtpmanager/rtpstats.h:
12723         Cleanups, add methods to access stats. 
12724
12725 2007-04-25  Wim Taymans  <wim@fluendo.com>
12726
12727         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12728         fix for pad name change
12729
12730         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12731         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
12732         Fix for renamed methods.
12733
12734         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12735         (rtp_session_finalize), (rtp_session_set_cname),
12736         (rtp_session_get_cname), (rtp_session_set_name),
12737         (rtp_session_get_name), (rtp_session_set_email),
12738         (rtp_session_get_email), (rtp_session_set_phone),
12739         (rtp_session_get_phone), (rtp_session_set_location),
12740         (rtp_session_get_location), (rtp_session_set_tool),
12741         (rtp_session_get_tool), (rtp_session_set_note),
12742         (rtp_session_get_note), (source_push_rtp), (obtain_source),
12743         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
12744         (rtp_session_create_source), (rtp_session_process_rtp),
12745         (rtp_session_process_sr), (rtp_session_process_sdes),
12746         (rtp_session_process_rtcp), (rtp_session_send_rtp),
12747         (rtp_session_get_reporting_interval), (session_report_blocks),
12748         (session_sdes), (rtp_session_perform_reporting):
12749         * gst/rtpmanager/rtpsession.h:
12750         Prepare for implementing SSRC sampling.
12751         Create SSRC for the session. 
12752         Add methods to set the SDES entries.
12753         fix accounting of senders/receivers.
12754         Implement SR/RR/SDES RTCP reporting.
12755
12756         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
12757         (rtp_source_process_rtp), (rtp_source_process_sr):
12758         * gst/rtpmanager/rtpsource.h:
12759         Implement extended sequence number.
12760
12761         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12762         * gst/rtpmanager/rtpstats.h:
12763         Rename some fields.
12764
12765 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
12766
12767         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
12768         (gst_y4m_encode_setcaps):
12769         * tests/check/elements/y4menc.c: (GST_START_TEST):
12770           Plug some leaks; try to make build bot happy again.
12771
12772 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12773
12774         * gst/Makefile.am:
12775           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
12776
12777 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12778
12779         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
12780           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
12781
12782 2007-04-20  Michael Smith  <msmith@fluendo.com>
12783
12784         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
12785           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
12786           quicktime because of sample rate mismatches.
12787           Reenable overriding the implicit SBR behaviour (accidently changed?)
12788           to allow playback of these files.
12789
12790 2007-04-19  David Schleef  <ds@schleef.org>
12791
12792         * configure.ac:
12793           Change rtpmanager disabling to keep -bad releasable.
12794
12795 2007-04-18  David Schleef  <ds@schleef.org>
12796
12797         * configure.ac:
12798         * gst/Makefile.am:
12799           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
12800           line 268.
12801
12802 2007-04-18  Wim Taymans  <wim@fluendo.com>
12803
12804         * gst/Makefile.am:
12805         Add rtpmanager dir to dist.
12806
12807 2007-04-18  Wim Taymans  <wim@fluendo.com>
12808
12809         * configure.ac:
12810         Disable rtpmanager for now because it depends on CVS -base.
12811
12812         * gst/rtpmanager/Makefile.am:
12813         Added new files for session manager.
12814
12815         * gst/rtpmanager/gstrtpjitterbuffer.h:
12816         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12817         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
12818         Some cleanups. 
12819         the session manager can now also request a pt-map.
12820
12821         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12822         (gst_rtp_session_class_init), (gst_rtp_session_init),
12823         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
12824         (stop_rtcp_thread), (gst_rtp_session_change_state),
12825         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
12826         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
12827         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
12828         (gst_rtp_session_chain_recv_rtp),
12829         (gst_rtp_session_event_recv_rtcp_sink),
12830         (gst_rtp_session_chain_recv_rtcp),
12831         (gst_rtp_session_event_send_rtp_sink),
12832         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
12833         (gst_rtp_session_request_new_pad):
12834         * gst/rtpmanager/gstrtpsession.h:
12835         We can ask for pt-map now too when the session manager needs it.
12836         Hook up to the new session manager, implement the needed callbacks for
12837         pushing data, getting clock time and requesting clock-rates.
12838         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
12839         be send to clients.
12840         Add code to start and stop the thread that will schedule RTCP through
12841         the session manager.
12842
12843         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12844         (rtp_session_init), (rtp_session_finalize),
12845         (rtp_session_set_property), (rtp_session_get_property),
12846         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
12847         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
12848         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
12849         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
12850         (source_push_rtp), (source_clock_rate), (check_collision),
12851         (obtain_source), (rtp_session_add_source),
12852         (rtp_session_get_num_sources),
12853         (rtp_session_get_num_active_sources),
12854         (rtp_session_get_source_by_ssrc),
12855         (rtp_session_get_source_by_cname), (rtp_session_create_source),
12856         (update_arrival_stats), (rtp_session_process_rtp),
12857         (rtp_session_process_sr), (rtp_session_process_rr),
12858         (rtp_session_process_sdes), (rtp_session_process_bye),
12859         (rtp_session_process_app), (rtp_session_process_rtcp),
12860         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
12861         (rtp_session_produce_rtcp):
12862         * gst/rtpmanager/rtpsession.h:
12863         The advanced beginnings of the main session manager that handles the
12864         participant database of RTPSources, SSRC probation, SSRC collisions,
12865         parse RTCP to update source stats. etc..
12866
12867         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
12868         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
12869         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
12870         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
12871         (push_packet), (get_clock_rate), (calculate_jitter),
12872         (rtp_source_process_rtp), (rtp_source_process_bye),
12873         (rtp_source_send_rtp), (rtp_source_process_sr),
12874         (rtp_source_process_rb):
12875         * gst/rtpmanager/rtpsource.h:
12876         Object that encapsulates an SSRC and its state in the database.
12877         Calculates the jitter and transit times of data packets.
12878
12879         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12880         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
12881         * gst/rtpmanager/rtpstats.h:
12882         Various stats regarding the session and sources.
12883         Used to calculate the RTCP interval.
12884
12885 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12886
12887         * gst/app/Makefile.am:
12888           Fix CFLAGS and hopefully #430594.
12889
12890 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12891
12892         * gst/nsf/types.h:
12893           Rename #ifndef header guard symbol to something less generic, so
12894           types.h doesn't get skipped over when compiling on MingW. Include
12895           GLib headers and use those to set the endianness and the basic
12896           types so that this isn't entirely broken for non-x86 architectures.
12897
12898 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12899
12900         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
12901           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
12902           MingW (no idea though why we add a BYTE_ORDER endianness field if
12903           the audio is compressed).
12904
12905 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
12906
12907         * docs/plugins/inspect/plugin-directdraw.xml:
12908         * docs/plugins/inspect/plugin-directsound.xml:
12909         * docs/plugins/inspect/plugin-waveform.xml:
12910           Add xml doc files for Windows sinks
12911         * win32/vs6/libgstqtdemux.dsp:
12912         * win32/vs6/libgstmpegvideoparse.dsp:
12913         * win32/vs6/gst_plugins_bad.dsw:
12914          Update projects files.
12915         
12916 2007-04-13  Wim Taymans  <wim@fluendo.com>
12917
12918         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12919         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
12920         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
12921         * gst/rtpmanager/gstrtpbin.h:
12922         * gst/rtpmanager/gstrtpclient.c:
12923         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12924         (gst_rtp_session_init), (gst_rtp_session_finalize),
12925         (gst_rtp_session_event_recv_rtp_sink),
12926         (gst_rtp_session_event_recv_rtcp_sink),
12927         (gst_rtp_session_chain_recv_rtcp),
12928         (gst_rtp_session_request_new_pad):
12929         Protect lists and structures with locks.
12930         Return FLOW_OK from RTCP messages for now.
12931
12932 2007-04-12  Wim Taymans  <wim@fluendo.com>
12933
12934         * gst/qtdemux/qtdemux.c:
12935         Make timescale 32 bits again so we don't screw up the pts_offset
12936         calculations.
12937
12938 2007-04-12  Wim Taymans  <wim@fluendo.com>
12939
12940         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12941         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
12942         Emit pt map requests and cache results.
12943
12944         * gst/rtpmanager/gstrtpjitterbuffer.c:
12945         (gst_rtp_jitter_buffer_class_init),
12946         (gst_jitter_buffer_sink_parse_caps),
12947         (gst_jitter_buffer_sink_setcaps),
12948         (gst_rtp_jitter_buffer_get_clock_rate),
12949         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
12950         * gst/rtpmanager/gstrtpjitterbuffer.h:
12951         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12952         Emit request-pt-map signals.
12953
12954 2007-04-11  Wim Taymans  <wim@fluendo.com>
12955
12956         * gst/rtpmanager/gstrtpbin-marshal.list:
12957         Some more custom marshallers.
12958
12959         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12960         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
12961         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
12962         * gst/rtpmanager/gstrtpbin.h:
12963         Prepare for caching pt maps.
12964         Connect to signals to collect pt maps.
12965
12966         * gst/rtpmanager/gstrtpjitterbuffer.c:
12967         (gst_rtp_jitter_buffer_class_init),
12968         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
12969         * gst/rtpmanager/gstrtpjitterbuffer.h:
12970         Add request_clock_rate signal.
12971         Use scale insteat of scale_int because the later does not deal with
12972         negative numbers.
12973
12974         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12975         (gst_rtp_pt_demux_chain):
12976         * gst/rtpmanager/gstrtpptdemux.h:
12977         Implement request-pt-map signal.
12978
12979 2007-04-11  Wim Taymans  <wim@fluendo.com>
12980
12981         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
12982         (qtdemux_parse_samples), (qtdemux_parse_segments),
12983         (qtdemux_parse_trak), (qtdemux_parse_tree):
12984         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
12985         Handle version 1 mdhd atoms to get extended precision durations.
12986         Fixes #426972.
12987
12988 2007-04-10  Wim Taymans  <wim@fluendo.com>
12989
12990         * gst/rtpmanager/.cvsignore:
12991         * gst/rtpmanager/Makefile.am:
12992         * gst/rtpmanager/gstrtpbin-marshal.list:
12993         Added custom marshallers for signals.
12994
12995         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12996         * gst/rtpmanager/gstrtpbin.h:
12997         Prepare for emiting pt map signals.
12998
12999         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
13000         * gst/rtpmanager/gstrtpssrcdemux.c:
13001         (gst_rtp_ssrc_demux_class_init):
13002         Fix signals.
13003
13004 2007-04-06  Wim Taymans  <wim@fluendo.com>
13005
13006         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
13007         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
13008         * gst/rtpmanager/gstrtpbin.h:
13009         Provide a clock.
13010
13011 2007-04-06  Wim Taymans  <wim@fluendo.com>
13012
13013         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
13014         Fix pad template name parsing.
13015
13016 2007-04-05  Wim Taymans  <wim@fluendo.com>
13017
13018         * gst/rtpmanager/gstrtpjitterbuffer.c:
13019         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
13020         (gst_rtp_jitter_buffer_loop):
13021         Add some debug and comments.
13022         Fix double unref() in error cases.
13023
13024 2007-04-05  Wim Taymans  <wim@fluendo.com>
13025
13026         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
13027         (gst_rtp_xqt_depay_change_state):
13028         * gst/qtdemux/gstrtpxqtdepay.h:
13029         Try to recover from packet loss a little better.
13030
13031 2007-04-05  Wim Taymans  <wim@fluendo.com>
13032
13033         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13034         (create_session), (find_stream_by_ssrc), (create_stream),
13035         (gst_rtp_bin_class_init), (new_payload_found),
13036         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
13037         (create_send_rtp), (create_rtcp):
13038         * gst/rtpmanager/gstrtpbin.h:
13039         Add debugging category.
13040         Added RTPStream to manage stream per SSRC, each with its own
13041         jitterbuffer and ptdemux.
13042         Added SSRCDemux.
13043         Connect to various SSRC and PT signals and create ghostpads, link stuff.
13044
13045
13046         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13047         Added rtpbin to elements.
13048
13049         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
13050         Fix caps and forward GstFlowReturn
13051
13052         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
13053         (gst_rtp_session_event_recv_rtp_sink),
13054         (gst_rtp_session_chain_recv_rtp),
13055         (gst_rtp_session_event_recv_rtcp_sink),
13056         (gst_rtp_session_chain_recv_rtcp),
13057         (gst_rtp_session_event_send_rtp_sink),
13058         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13059         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13060         (gst_rtp_session_request_new_pad):
13061         Add debug category.
13062         Add event handling
13063
13064         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
13065         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
13066         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
13067         (gst_rtp_ssrc_demux_change_state):
13068         * gst/rtpmanager/gstrtpssrcdemux.h:
13069         Add debug category.
13070         Add new-pt-pad signal.
13071
13072 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13073
13074         submitted by: Mogens Jaeger <mogens@jaeger.tf>
13075
13076         * po/LINGUAS:
13077         * po/da.po:
13078           Added Danish translation.
13079
13080 2007-04-04  Wim Taymans  <wim@fluendo.com>
13081
13082         * gst/rtpmanager/Makefile.am:
13083         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13084         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
13085         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
13086         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
13087         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
13088         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
13089         (gst_rtp_ssrc_demux_change_state):
13090         * gst/rtpmanager/gstrtpssrcdemux.h:
13091         Added simple SSRC demuxer.
13092
13093 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
13094
13095         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
13096         (gst_jack_ring_buffer_acquire):
13097           Try t better name clients. properly handle return codes when re-
13098           establishing links.
13099
13100 2007-04-03  David Schleef  <ds@schleef.org>
13101
13102         * sys/glsink/glimagesink.c:
13103           Fix handling of video/x-raw-yuv.  Add overlay handling.
13104
13105 2007-04-03  Wim Taymans  <wim@fluendo.com>
13106
13107         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13108         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
13109         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
13110         (gst_rtp_bin_request_new_pad):
13111         * gst/rtpmanager/gstrtpbin.h:
13112         * gst/rtpmanager/gstrtpclient.c:
13113         Some more ghostpad magic.
13114
13115 2007-04-03  Wim Taymans  <wim@fluendo.com>
13116
13117         * gst/rtpmanager/Makefile.am:
13118         Add .h file so it can be disted properly.
13119
13120 2007-04-03  Wim Taymans  <wim@fluendo.com>
13121
13122         * configure.ac:
13123         * gst/rtpmanager/Makefile.am:
13124         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
13125         (signal_waiting_threads), (async_jitter_queue_ref),
13126         (async_jitter_queue_ref_unlocked),
13127         (async_jitter_queue_set_low_threshold),
13128         (async_jitter_queue_set_high_threshold),
13129         (async_jitter_queue_set_max_queue_length),
13130         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
13131         (async_jitter_queue_length_ts_units_unlocked),
13132         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
13133         (async_jitter_queue_lock), (async_jitter_queue_unlock),
13134         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
13135         (async_jitter_queue_push_sorted),
13136         (async_jitter_queue_push_sorted_unlocked),
13137         (async_jitter_queue_insert_after_unlocked),
13138         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
13139         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
13140         (async_jitter_queue_length_unlocked),
13141         (async_jitter_queue_set_flushing_unlocked),
13142         (async_jitter_queue_unset_flushing_unlocked),
13143         (async_jitter_queue_set_blocking_unlocked):
13144         * gst/rtpmanager/async_jitter_queue.h:
13145         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
13146         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
13147         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
13148         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
13149         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
13150         * gst/rtpmanager/gstrtpbin.h:
13151         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
13152         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
13153         (gst_rtp_client_class_init), (gst_rtp_client_init),
13154         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
13155         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
13156         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
13157         * gst/rtpmanager/gstrtpclient.h:
13158         * gst/rtpmanager/gstrtpjitterbuffer.c:
13159         (gst_rtp_jitter_buffer_base_init),
13160         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
13161         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
13162         (gst_jitter_buffer_sink_setcaps), (free_func),
13163         (gst_rtp_jitter_buffer_flush_start),
13164         (gst_rtp_jitter_buffer_flush_stop),
13165         (gst_rtp_jitter_buffer_src_activate_push),
13166         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
13167         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
13168         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
13169         (gst_rtp_jitter_buffer_query),
13170         (gst_rtp_jitter_buffer_set_property),
13171         (gst_rtp_jitter_buffer_get_property):
13172         * gst/rtpmanager/gstrtpjitterbuffer.h:
13173         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13174         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
13175         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
13176         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
13177         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
13178         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
13179         (gst_rtp_pt_demux_change_state):
13180         * gst/rtpmanager/gstrtpptdemux.h:
13181         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
13182         (gst_rtp_session_class_init), (gst_rtp_session_init),
13183         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
13184         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
13185         (gst_rtp_session_chain_recv_rtp),
13186         (gst_rtp_session_chain_recv_rtcp),
13187         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13188         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13189         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
13190         * gst/rtpmanager/gstrtpsession.h:
13191         Add RTP session management elements. Still in progress.
13192
13193 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
13194
13195         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
13196         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
13197         (gst_wavpack_dec_clip_outgoing_buffer),
13198         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
13199         * ext/wavpack/gstwavpackdec.h:
13200         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
13201         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
13202         (gst_wavpack_enc_chain):
13203         * ext/wavpack/gstwavpackenc.h:
13204         * ext/wavpack/gstwavpackparse.c:
13205         Don't play audioconvert. As wavpack wants/outputs all samples with
13206         width==32 and depth=[1,32] accept this and let audioconvert convert
13207         to accepted formats instead of doing it in the element for n*8 depths.
13208         This also adds support for non-n*8 depths and prevents some useless
13209         memory allocations. Fixes #421598
13210         Also add a workaround for bug #421542 in wavpackenc for now...
13211         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
13212         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
13213         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
13214         Consider the change above in the unit tests and test if the correct
13215         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
13216         the wavpackparse unit test.
13217
13218         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
13219         (gst_wavpack_dec_sink_set_caps):
13220         Set caps on the src pad as soon as possible.
13221
13222         * ext/wavpack/gstwavpackdec.h:
13223         * ext/wavpack/gstwavpackcommon.h:
13224         * ext/wavpack/gstwavpackenc.h:
13225         * ext/wavpack/gstwavpackparse.h:
13226         Fix indention. gst-indent is now called by cicl.
13227
13228 2007-03-28  Edward Hervey  <edward@fluendo.com>
13229
13230         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
13231         (gst_qtdemux_chain), (qtdemux_parse_samples):
13232         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
13233         * gst/qtdemux/qtdemux_dump.h:
13234         * gst/qtdemux/qtdemux_fourcc.h:
13235         * gst/qtdemux/qtdemux_types.c:
13236         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
13237         with h264 video).
13238         Use the offset present in 'ctts' to calculate the PTS for each packet
13239         and set the PTS on outgoing buffers.
13240         Fixes #423283
13241
13242 2007-03-27  Julien MOUTTE  <julien@moutte.net>
13243
13244         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
13245         debug log and fix a stupid output buffer duration bug.
13246
13247 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
13248
13249         Patch by: Michal Benes <michal.benes at itonis tv>
13250         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
13251
13252         * configure.ac:
13253         * ext/Makefile.am:
13254         * ext/x264/Makefile.am:
13255         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
13256         (gst_x264_enc_analyse_get_type),
13257         (gst_x264_enc_timestamp_queue_init),
13258         (gst_x264_enc_timestamp_queue_free),
13259         (gst_x264_enc_timestamp_queue_put),
13260         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
13261         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
13262         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
13263         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
13264         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
13265         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
13266         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
13267         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
13268         (plugin_init):
13269         * ext/x264/gstx264enc.h:
13270           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
13271           handle 'odd' widths and heights correctly yet.
13272
13273 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
13274
13275         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
13276           Remove 'channel-positions' field when munging input caps into
13277           1-channel output caps (I guess technically we should set the
13278           position for each channel on the output caps if it's non-NONE,
13279           but I'll save that as a task for another day).
13280
13281 2007-03-23  Michael Smith  <msmith@fluendo.com>
13282
13283         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
13284         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
13285         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
13286         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
13287         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
13288         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
13289         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
13290         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
13291         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13292         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
13293         (vmnc_dec_set_property), (vmnc_dec_get_property):
13294           Redesign to include a parser for raw files (no timestamps in that
13295           mode yet, though).
13296
13297 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13298
13299         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
13300         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
13301         (gst_deinterleave_chain):
13302           Don't leak input buffer in chain function; maintain our own list of
13303           source pads - there are no guarantees about the order of the list
13304           in the GstElement struct, and we want a very specific order; lastly,
13305           some more debugging.
13306
13307 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13308
13309         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
13310           Alloc user agent string only once.
13311
13312 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13313
13314         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13315         Revert last commit, preventing infinite plugging loops with ranks
13316         is no clean solution and in general there's no reason why one wants
13317         to parse framed wavpack data again.
13318
13319 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13320
13321         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
13322         Send the new segment event in time format instead of bytes. This
13323         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
13324
13325         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13326         Accept framed and non-framed input, wavpackparse doesn't care. To
13327         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
13328         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
13329         ..." pipelines.
13330
13331 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13332
13333         * gst-libs/gst/app/Makefile.am:
13334           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
13335           can confirm that was what he wanted.
13336
13337 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13338
13339         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13340         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
13341         Thanks to Jan and Mike for noticing my mistake.
13342
13343 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13344
13345         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
13346         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
13347         (gst_wavpack_enc_rewrite_first_block):
13348         * ext/wavpack/gstwavpackenc.h:
13349         Put the write helpers into the GstWavpackEnc struct directly and not
13350         as a pointer to save two small, but useless mallocs. This also makes
13351         it possible to drop the finalize method.
13352         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
13353         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
13354         buffers the same way wavpackenc does it.
13355
13356 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13357
13358         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13359         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
13360         BaseTransform-based elements will likely break because of wrong
13361         unit-size. Also plug a possible memleak that happens when decoding
13362         fails for some reason.
13363
13364 2007-03-18  Wim Taymans  <wim@fluendo.com>
13365
13366         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
13367
13368         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
13369         Don't need to take the connection lock, it will not be used and could
13370         cause deadlocks.
13371
13372 2007-03-16  Edward Hervey  <edward@fluendo.com>
13373
13374         * sys/osxvideo/osxvideosink.m:
13375         Fix previous commit, we want to pass the NSView in the message.
13376
13377 2007-03-16  Edward Hervey  <edward@fluendo.com>
13378
13379         * sys/osxvideo/osxvideosink.m:
13380         Emit 'have-ns-view' message when working in embedded mode. The message
13381         will contain a pointer to the newly created NSView.
13382
13383 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13384
13385         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
13386         (collect_packets), (set_par_from_dar), (set_fps_from_code),
13387         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
13388         (mpeg_util_parse_picture_hdr):
13389         * gst/mpegvideoparse/mpegpacketiser.h:
13390         * gst/mpegvideoparse/mpegvideoparse.c:
13391         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
13392         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13393         (mpv_parse_sink_event), (plugin_init):
13394         * gst/mpegvideoparse/mpegvideoparse.h:
13395         Move the MPEG specific byte parsing into the mpegpacketiser code.
13396
13397         Add parsing of picture types, that just feeds into a debug message
13398         for now.
13399
13400         Fix some 64-bit format strings.
13401
13402 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13403
13404         * gst/mpegaudioparse:
13405         Remove empty dir.
13406
13407 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
13408
13409         * gst/equalizer/gstiirequalizer10bands.c:
13410         (gst_iir_equalizer_10bands_init):
13411           A 10 band EQ should be initialized to 10 bands and not to 3.
13412
13413 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13414
13415         * configure.ac:
13416         * gst/mpeg1videoparse/Makefile.am:
13417         * gst/mpeg1videoparse/gstmp1videoparse.c:
13418         * gst/mpeg1videoparse/gstmp1videoparse.h:
13419         * gst/mpeg1videoparse/mp1videoparse.vcproj:
13420         * gst/mpegvideoparse/Makefile.am:
13421         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
13422         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
13423         (mpeg_packetiser_flush), (mpeg_find_start_code),
13424         (get_next_free_block), (complete_current_block),
13425         (append_to_current_block), (start_new_block), (handle_packet),
13426         (collect_packets), (mpeg_packetiser_handle_eos),
13427         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
13428         * gst/mpegvideoparse/mpegpacketiser.h:
13429         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
13430         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
13431         (mpv_parse_reset), (gst_mpegvideoparse_init),
13432         (gst_mpegvideoparse_dispose), (set_par_from_dar),
13433         (set_fps_from_code), (mpegvideoparse_parse_seq),
13434         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
13435         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13436         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
13437         (plugin_init):
13438         * gst/mpegvideoparse/mpegvideoparse.h:
13439         * gst/mpegvideoparse/mpegvideoparse.vcproj:
13440         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
13441         that it's below existing decoders.
13442         
13443         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
13444         MPEG-2 now.
13445
13446         Re-write the parsing code so that it collects packets differently
13447         and timestamps Picture packets correctly.
13448
13449         Add a list of FIXME's at the top.
13450
13451 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13452
13453         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
13454         (equalizer_set_all_band_values),
13455         (equalizer_set_band_value_and_wait),
13456         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13457         (main):
13458           Port the example to new equalizer api.
13459
13460 2007-03-14  Edward Hervey  <edward@fluendo.com>
13461
13462         * sys/osxvideo/cocoawindow.h:
13463         * sys/osxvideo/cocoawindow.m:
13464         * sys/osxvideo/osxvideosink.h:
13465         * sys/osxvideo/osxvideosink.m:
13466         Fix leaks when running a NSApp.
13467         Accept any kind of resolutions.
13468         Works in fullscreen. Can maximize.
13469         Only thing left before being able to move this to -good is documentation
13470         and embedded window support.
13471
13472 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13473
13474         * po/hu.po:
13475         * po/it.po:
13476         * po/sv.po:
13477           Updated translations.
13478
13479 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13480
13481         * gst/equalizer/Makefile.am:
13482         * gst/equalizer/gstiirequalizer.c: (_do_init),
13483         (gst_iir_equalizer_band_set_property),
13484         (gst_iir_equalizer_band_class_init),
13485         (gst_iir_equalizer_band_get_type),
13486         (gst_iir_equalizer_child_proxy_get_child_by_index),
13487         (gst_iir_equalizer_child_proxy_get_children_count),
13488         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13489         (gst_iir_equalizer_compute_frequencies),
13490         (gst_iir_equalizer_transform_ip), (plugin_init):
13491         * gst/equalizer/gstiirequalizer10bands.c:
13492         (gst_iir_equalizer_10bands_base_init),
13493         (gst_iir_equalizer_10bands_class_init),
13494         (gst_iir_equalizer_10bands_init),
13495         (gst_iir_equalizer_10bands_set_property),
13496         (gst_iir_equalizer_10bands_get_property):
13497         * gst/equalizer/gstiirequalizer10bands.h:
13498         * gst/equalizer/gstiirequalizer3bands.c:
13499         (gst_iir_equalizer_3bands_base_init),
13500         (gst_iir_equalizer_3bands_class_init),
13501         (gst_iir_equalizer_3bands_init),
13502         (gst_iir_equalizer_3bands_set_property),
13503         (gst_iir_equalizer_3bands_get_property):
13504         * gst/equalizer/gstiirequalizer3bands.h:
13505         * gst/equalizer/gstiirequalizernbands.c:
13506         (gst_iir_equalizer_nbands_base_init),
13507         (gst_iir_equalizer_nbands_init):
13508           Add 3 and 10 band version and add missing gst_object_sync_values.
13509
13510         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13511         (gst_spectrum_transform_ip):
13512           Add some comments about float support.
13513
13514 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13515
13516         * gst/mpegaudioparse/Makefile.am:
13517         * gst/mpegaudioparse/gstmpegaudioparse.c:
13518         * gst/mpegaudioparse/gstmpegaudioparse.h:
13519         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13520         Remove bogus 2nd copy of mp3parse - it's actually
13521         in -ugly.
13522
13523 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13524
13525         * examples/app/.cvsignore:
13526         The buildbot demands .cvsignore files, and I comply.
13527
13528 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13529
13530         * sys/directdraw/gstdirectdrawsink.c:
13531         * sys/directdraw/gstdirectdrawsink.h:
13532         Handle display mode changes during playback.
13533
13534 2007-03-10  David Schleef  <ds@schleef.org>
13535
13536         * configure.ac:
13537         * examples/Makefile.am:
13538         * examples/app/Makefile.am:
13539         * examples/app/appsrc_ex.c:
13540           Add appsrc/appsink example.
13541         * gst-libs/gst/app/Makefile.am:
13542         * gst-libs/gst/app/gstapp.c:
13543         * gst-libs/gst/app/gstappsink.c:
13544         * gst-libs/gst/app/gstappsink.h:
13545         * gst/app/gstapp.c:
13546           Add appsink.
13547
13548 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13549
13550         * ext/nas/nassink.c: (NAS_createFlow):
13551         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13552           Printf format string fixes.
13553
13554 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13555
13556         * gst/equalizer/Makefile.am:
13557         * gst/equalizer/gstiirequalizer.c: (_do_init),
13558         (gst_iir_equalizer_band_set_property),
13559         (gst_iir_equalizer_band_get_property),
13560         (gst_iir_equalizer_band_class_init),
13561         (gst_iir_equalizer_band_get_type),
13562         (gst_iir_equalizer_child_proxy_get_child_by_index),
13563         (gst_iir_equalizer_child_proxy_get_children_count),
13564         (gst_iir_equalizer_child_proxy_interface_init),
13565         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13566         (gst_iir_equalizer_finalize), (setup_filter),
13567         (gst_iir_equalizer_compute_frequencies),
13568         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13569         (gst_iir_equalizer_setup), (plugin_init):
13570         * gst/equalizer/gstiirequalizer.h:
13571         * gst/equalizer/gstiirequalizernbands.c:
13572         (gst_iir_equalizer_nbands_base_init),
13573         (gst_iir_equalizer_nbands_class_init),
13574         (gst_iir_equalizer_nbands_init),
13575         (gst_iir_equalizer_nbands_set_property),
13576         (gst_iir_equalizer_nbands_get_property):
13577         * gst/equalizer/gstiirequalizernbands.h:
13578           Refactor plugin into a base class and a first subclass (nband eq). The
13579           nband eq uses GstChildProxy and is controlable. More subclasses will
13580           follow.
13581
13582 2007-03-08  Wim Taymans  <wim@fluendo.com>
13583
13584         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13585
13586         * ext/jack/Makefile.am:
13587         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13588         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13589         (jack_shutdown_cb), (connection_find),
13590         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13591         (gst_jack_audio_unref_connection),
13592         (gst_jack_audio_connection_add_client),
13593         (gst_jack_audio_connection_remove_client),
13594         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13595         (gst_jack_audio_client_get_client),
13596         (gst_jack_audio_client_set_active):
13597         * ext/jack/gstjackaudioclient.h:
13598         Make an object to manage client connections to the jack server which we
13599         will use in the future to run selected jack elements with the same jack
13600         connection.
13601         Make some stuff a bit more threadsafe.
13602         Activate the jack client ASAP.
13603
13604         * ext/jack/gstjackaudiosink.c:
13605         (gst_jack_audio_sink_allocate_channels),
13606         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13607         (gst_jack_ring_buffer_open_device),
13608         (gst_jack_ring_buffer_close_device),
13609         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13610         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13611         (gst_jack_audio_sink_getcaps):
13612         * ext/jack/gstjackaudiosink.h:
13613         Use new client object to manage connections.
13614         Don't remove and recreate all ports, try to reuse them.
13615
13616 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13617
13618         * ext/wavpack/gstwavpack.c: (plugin_init):
13619         * ext/wavpack/gstwavpackcommon.c:
13620           Use a general wavpack debug category for common code.
13621         * ext/wavpack/gstwavpackstreamreader.c:
13622         (gst_wavpack_stream_reader_set_pos_abs),
13623         (gst_wavpack_stream_reader_set_pos_rel),
13624         (gst_wavpack_stream_reader_write_bytes):
13625           Use the general wavpack debug category here too and add debug
13626           output to the functions that should not be called at all by
13627           the wavpack library.
13628         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13629         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13630         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13631           Change debugging category names to conform to the conventions.
13632
13633 2007-03-07  Edward Hervey  <edward@fluendo.com>
13634
13635         * gst/qtdemux/qtdemux.c:
13636         * gst/qtdemux/qtdemux.h:
13637         Share qtdemux debug category across all files, otherwise all debugging
13638         in files other than qtdemux.c would end up in the default category.
13639
13640 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13641
13642         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13643         (gst_spectrum_event), (gst_spectrum_transform_ip):
13644         * gst/spectrum/gstspectrum.h:
13645           One FIXME less, by resolving message timestamps against the playback
13646           segment.
13647
13648 2007-03-06  Wim Taymans  <wim@fluendo.com>
13649
13650         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13651         (gst_spectrum_init), (gst_spectrum_set_property),
13652         (gst_spectrum_transform_ip):
13653         Fix and cleanup default property values.
13654         Add FIXMEs for stuff that looks rather wrong.
13655
13656 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13657
13658         * gst/spectrum/demo-audiotest.c: (message_handler):
13659         * gst/spectrum/demo-osssrc.c: (message_handler):
13660           Remove two obsolete and confusing comments.
13661
13662 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13663
13664         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13665         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13666         (gst_nas_sink_unprepare):
13667           Some more cleanups/changes; use boilerplate macro.
13668
13669 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13670
13671         * ext/nas/Makefile.am:
13672         * ext/nas/README:
13673         * ext/nas/nassink.c: (gst_nas_sink_get_type),
13674         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
13675         (gst_nas_sink_init), (gst_nas_sink_finalize),
13676         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
13677         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
13678         (gst_nas_sink_reset), (gst_nas_sink_write),
13679         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
13680         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
13681         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
13682         (NAS_createFlow), (plugin_init):
13683         * ext/nas/nassink.h:
13684           Bunch of nassink clean-ups: make build by adding the right CFLAGS
13685           and LIBS to Makefile.am; rename structure, macros and functions
13686           according to canonical naming scheme; move some things around a bit;
13687           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
13688           file that didn't really contain any useful information anyway (the
13689           useful bits have been moved into the 'host' property description).
13690
13691 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
13692
13693         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
13694         Chain up in finalize.
13695
13696 2007-03-03  Michael Smith  <msmith@fluendo.com>
13697
13698         * configure.ac:
13699         * gst/vmnc/Makefile.am:
13700           Fix up dist.
13701
13702 2007-03-03  Michael Smith  <msmith@fluendo.com>
13703
13704         * configure.ac:
13705         * gst/vmnc/Makefile.am:
13706         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
13707         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
13708         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
13709         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
13710         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
13711         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
13712         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
13713         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
13714         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13715         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
13716         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
13717           Add VMnc decoder.
13718           Still missing support for:
13719            - rectangle types I didn't find in my samples (e.g. copy, RRE,
13720              ZRLE)
13721            - alpha-composited cursors
13722
13723 2007-03-03  David Schleef  <ds@schleef.org>
13724
13725         * gst-libs/gst/app/Makefile.am:
13726           Install the headers.
13727
13728 2007-03-03  David Schleef  <ds@schleef.org>
13729
13730         * gst-libs/gst/app/Makefile.am:
13731         * gst-libs/gst/app/gstappbuffer.c:
13732         * gst-libs/gst/app/gstappbuffer.h:
13733         * gst-libs/gst/app/gstappsrc.c:
13734           Add GstAppBuffer that includes a callback and closure for
13735           proper handling of data chunks.
13736
13737 2007-03-03  David Schleef  <ds@schleef.org>
13738
13739         * gst-libs/gst/app/gstappsrc.c:
13740         * gst-libs/gst/app/gstappsrc.h:
13741           Hacking to address issues in 413418.
13742
13743 2007-03-03  David Schleef  <ds@schleef.org>
13744
13745         * Makefile.am:
13746         * configure.ac:
13747         * ext/Makefile.am:
13748         * gst-libs/gst/Makefile.am:
13749         * gst-libs/gst/app/Makefile.am:
13750         * gst-libs/gst/app/gstapp.c:
13751         * gst-libs/gst/app/gstappsrc.c:
13752         * gst-libs/gst/app/gstappsrc.h:
13753         * gst/app/Makefile.am:
13754         * gst/app/gstapp.c:
13755         * gst/app/gstappsrc.c:
13756         * gst/app/gstappsrc.h:
13757           Move the app library to gst-libs/gst/app (duh!)
13758
13759 2007-03-02 Christian Schaller <christian at fluendo dot com>
13760         
13761         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
13762
13763         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
13764
13765 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13766
13767         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
13768           A few small clean-ups.
13769
13770         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
13771           More debug output for failure cases.
13772
13773 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13774
13775         Patch by: Young-Ho Cha  <ganadist at chollian net>
13776
13777         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
13778         (gst_dtsdec_change_state):
13779           Don't do forced downmixing to stereo, but check what downstream
13780           can do and let libdts do the downmixing based on that (#400555).
13781
13782 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13783
13784         Patch by: Lutz Mueller  <lutz topfrose de>
13785
13786         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
13787         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
13788         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
13789         (gst_neonhttp_src_send_request_and_redirect),
13790         (gst_neonhttp_src_uri_set_uri):
13791         * ext/neon/gstneonhttpsrc.h:
13792           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
13793           member (#388050).
13794
13795         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
13796           Fix bogus URI to something that actually exists, otherwise we just
13797           bypass the test (and also to something that doesn't redirect, since
13798           neonhttpsrc doesn't seem to handle this very gracefully yet)
13799
13800 2007-03-01  Chris Lord <chris@openedhand.com>
13801
13802         Reviewed by Christian Schaller <christian@fluendo.com>
13803
13804         Fixes Bug 357055
13805         * ext/ivorbis/Makefile.am:
13806         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
13807         * ext/ivorbis/vorbisdec.h
13808         * ext/ivorbis/vorbis.c :
13809
13810 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
13811
13812         * tests/check/Makefile.am:
13813         Draw plugins in from the build tree sys/ dir, rather than
13814         picking up the already installed versions.
13815
13816 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13817
13818         * configure.ac:
13819           Convert to new AG_GST style.
13820
13821 2007-02-27  Christian Schaller <christian at fluendo dot com>
13822
13823         * sys/direct*: Add Pioneers of the Inevitable to copyright
13824         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
13825
13826 2007-02-27  Edward Hervey  <edward@fluendo.com>
13827
13828         * sys/osxvideo/cocoawindow.h:
13829         * sys/osxvideo/cocoawindow.m:
13830         * sys/osxvideo/osxvideosink.h:
13831         * sys/osxvideo/osxvideosink.m:
13832         Disable the cocoa event loop since it's a huge memory leak. Should only
13833         matter if the sink isn't used within an NSApp (which has already got
13834         a coca event loop).
13835         Remove all unused code.
13836
13837 2007-02-26  David Schleef  <ds@schleef.org>
13838
13839         * configure.ac:
13840         * gst/app/Makefile.am:
13841         * gst/app/gstapp.c:
13842         * gst/app/gstappsrc.c:
13843         * gst/app/gstappsrc.h:
13844           Add a new plugin/library to make it easy for apps to shove
13845           data into a pipeline.
13846
13847 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
13848
13849         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
13850         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
13851           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
13852           errors in certain situations (e.g. dec ! cs ! ximagesink and the
13853           imagesink window is resized); also, some minor clean-ups.
13854
13855 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13856
13857         * configure.ac:
13858         * ext/gsm/Makefile.am:
13859         * ext/ladspa/Makefile.am:
13860         * ext/wavpack/Makefile.am:
13861         * gst/equalizer/Makefile.am:
13862         * gst/filter/Makefile.am:
13863         * gst/mve/Makefile.am:
13864         * gst/nsf/Makefile.am:
13865         * gst/replaygain/Makefile.am:
13866         * gst/speed/Makefile.am:
13867           Fix build with LDFLAGS='-Wl,-z,defs'.
13868
13869 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
13870
13871         * sys/directsound/gstdirectsoundsink.c:
13872         * sys/directsound/gstdirectsoundsink.h:
13873           Remove include of unused headers.
13874         * sys/waveform/gstwaveformplugin.c:
13875         * sys/waveform/gstwaveformsink.c:
13876         * sys/waveform/gstwaveformsink.h:
13877         * win32/vs6/libgstwaveform.dsp:
13878           Add a new waveform plugin which includes an audio sink 
13879           element using the WaveForm win32 API.
13880         * win32/MANIFEST:
13881           Add the new project file form waveform plugin.
13882         
13883 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
13884         
13885         * sys/directdraw/gstdirectdrawplugin.c:
13886         * sys/directdraw/gstdirectdrawsink.c:
13887         * sys/directdraw/gstdirectdrawsink.h:
13888           Prepare the plugin to move to good:
13889           Remove unused/untested code (rendering to an extern surface,
13890           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
13891       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
13892           Add gtk doc section
13893           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
13894           respecting destination surface stride.
13895         * sys/directsound/gstdirectsoundplugin.c:
13896         * sys/directsound/gstdirectsoundsink.c:
13897         * sys/directsound/gstdirectsoundsink.h:
13898           Prepare the plugin to move to good:
13899           Rename all functions from gst_directsoundsink to gst_directsound_sink.
13900           Add gtk doc section
13901         * win32/common/config.h.in:
13902         * win32/MANIFEST:
13903           Add config.h.in
13904
13905 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
13906
13907         * configure.ac:
13908         * docs/plugins/Makefile.am:
13909           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
13910           timidity.cfg check.
13911
13912         * ext/timidity/gsttimidity.c: (plugin_init):
13913           Also build if no config was detected at configure time.
13914
13915 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13916
13917         * configure.ac:
13918         * ext/timidity/Makefile.am:
13919         * ext/timidity/gsttimidity.c: (plugin_init):
13920         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
13921         (gst_wildmidi_class_init), (gst_wildmidi_init),
13922         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
13923         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
13924         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
13925         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
13926         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
13927         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
13928         (gst_wildmidi_loop), (gst_wildmidi_change_state),
13929         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
13930         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
13931         * ext/timidity/gstwildmidi.h:
13932           Add second midi renderer. Fix some double frees and leaks. Clean up
13933           logging.
13934
13935 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
13936
13937         * Makefile.am:
13938           Add win32 MANIFEST
13939         * sys/directdraw/gstdirectdrawsink.c:
13940         * sys/directdraw/gstdirectdrawsink.h:
13941           Clear unused code and add comments.
13942           Remove yuv from template caps, it only supports RGB
13943           actually.
13944           Implement XOverlay interface and remove window and fullscreen 
13945           properties.
13946           Add debug logs.
13947           Test for blit capabilities to return only the current colorspace if
13948           the hardware can't blit for one colorspace to another.
13949         * sys/directsound/gstdirectsoundsink.c:
13950           Add some debugs.
13951         * win32/MANIFEST:
13952           Add VS7 project files and solution.
13953         * win32/vs6/gst_plugins_bad.dsw:
13954         * win32/vs6/libgstdirectdraw.dsp:
13955         * win32/vs6/libgstdirectsound.dsp:
13956         * win32/vs6/libgstqtdemux.dsp:
13957           Update project files.
13958
13959 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13960
13961         * ext/faad/gstfaad.c:
13962           Also update the comment that describes the hack.
13963
13964 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13965
13966         * configure.ac:
13967           Tell the code which faad it is, so that we can adjust the hacks
13968           needed.
13969
13970         * ext/faad/gstfaad.c:
13971           Make our hacks dependent on the fadd lib in use.
13972
13973 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13974
13975         * configure.ac:
13976           Fix faad detection to support also fadd with new symbol prefix.
13977           ChangeLog surgery.
13978           
13979 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
13980
13981         Patch by: Wouter Paesen <wouter@blue-gate.be>
13982
13983         * configure.ac:
13984         * ext/Makefile.am:
13985         * ext/timidity/Makefile.am:
13986         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
13987         (gst_timidity_class_init), (gst_timidity_init),
13988         (gst_timidity_set_song_options), (gst_timidity_src_convert),
13989         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
13990         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
13991         (gst_timidity_src_event), (gst_timidity_activate),
13992         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
13993         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
13994         (gst_timidity_get_buffer), (gst_timidity_loop),
13995         (gst_timidity_change_state), (gst_timidity_typefind),
13996         (plugin_init):
13997         * ext/timidity/gsttimidity.h:
13998           Add timidity midi render plugin (#403992)
13999
14000 2007-02-07  Edward Hervey  <edward@fluendo.com>
14001
14002         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
14003         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
14004         Switched to using gst_pad_get_parent().
14005
14006 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14007
14008         * gst/modplug/gstmodplug.cc:
14009           Remove superfluous gst_caps_get_structure() call.
14010
14011 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14012
14013         * configure.ac:
14014           Increase required libsndfile version to a version that's known to
14015           have the function sf_write_sync() to make the build bots happy.
14016
14017 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14018
14019         * ext/sndfile/gstsfsrc.c:
14020           Fix build (installed setup).
14021
14022 2007-02-05  Andy Wingo  <wingo@pobox.com>
14023
14024         * ext/sndfile/Makefile.am:
14025         * ext/sndfile/gstsfsrc.h:
14026         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
14027         random access woo.
14028
14029 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
14030
14031         * configure.ac:
14032         * gst/equalizer/Makefile.am:
14033         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
14034         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
14035         (setup_filter), (gst_iir_equalizer_compute_frequencies),
14036         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14037         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
14038         (plugin_init):
14039         * gst/equalizer/gstiirequalizer.h:
14040           Fix up to use the newly ported (actually working) GstAudioFilter.
14041           Bump core/base requirements to CVS for this.
14042
14043         * tests/icles/.cvsignore:
14044         * tests/icles/Makefile.am:
14045         * tests/icles/equalizer-test.c: (check_bus),
14046         (equalizer_set_band_value), (equalizer_set_all_band_values),
14047         (equalizer_set_band_value_and_wait),
14048         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
14049         (main):
14050           Add brain-dead interactive test for equalizer.
14051
14052 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14053
14054         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
14055         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14056         (gst_iir_equalizer_filter_inplace):
14057           Rename "values" property to "band-values" and change type into a
14058           GValueArray, so it's more easily bindable and the range of the
14059           values passed in is defined and checked etc.; also do some
14060           locking.
14061
14062 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14063
14064         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
14065
14066         * configure.ac:
14067         * gst/equalizer/Makefile.am:
14068         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14069         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14070         (gst_iir_equalizer_compute_frequencies),
14071         (gst_iir_equalizer_set_property),
14072         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14073         (plugin_init):
14074           Port equalizer plugin to 0.10 (#403572).
14075
14076 2007-02-02  Andy Wingo  <wingo@pobox.com>
14077
14078         * configure.ac: 
14079         * ext/Makefile.am
14080         * ext/sndfile/Makefile.am:
14081         * ext/sndfile/gstsf.c:
14082         * ext/sndfile/gstsf.h:
14083         * ext/sndfile/gstsfsink.c:
14084         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
14085         push mode with interleaved float or int data.
14086
14087 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14088
14089         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
14090           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
14091           (which didn't happen previously because the klass string didn't
14092           contain anything autoaudiosink was looking for).
14093
14094 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14095
14096         * gst/real/gstrealaudiodec.c:
14097         * gst/real/gstrealvideodec.c:
14098           Fix classification in GstElementDetails.
14099
14100 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
14101
14102         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
14103         (gst_wavpack_parse_handle_seek_event),
14104         (gst_wavpack_parse_create_src_pad):
14105         Fix a off by one that leads to the duration reported as one
14106         sample less than it is
14107
14108 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14109
14110         * ext/alsaspdif/alsaspdifsink.c:
14111         * gst/nsf/gstnsf.c:
14112           Fix classification in GstElementDetails.
14113
14114         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
14115         (gst_ladspa_class_init):
14116           Improve Klassification and reduce code slighly.
14117
14118 2007-01-30  Edward Hervey  <edward@fluendo.com>
14119
14120         * configure.ac:
14121         Check for an Objective C compiler
14122         * sys/Makefile.am:
14123         * sys/osxvideo/Makefile.am:
14124         * sys/osxvideo/cocoawindow.h:
14125         * sys/osxvideo/cocoawindow.m:
14126         * sys/osxvideo/osxvideosink.h:
14127         * sys/osxvideo/osxvideosink.m:
14128         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
14129         Fixes #402470
14130
14131 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14132
14133         * gst/videocrop/gstvideocrop.c:
14134         (gst_video_crop_get_image_details_from_caps),
14135         (gst_video_crop_transform_packed_complex):
14136           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
14137
14138         * tests/icles/videocrop-test.c: (check_bus_for_errors),
14139         (test_with_caps), (main):
14140           Block streaming thread before changing filter caps while the
14141           pipeline is running so that we don't get random not-negotiated
14142           errors just because GStreamer can't handle that yet.
14143
14144 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
14145
14146         * ext/ladspa/Makefile.am:
14147         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
14148           add GstController support to ladspa
14149
14150 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14151
14152         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
14153
14154         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
14155         (gst_mythtv_src_next_program_chain):
14156           Remove sleep calls, they've been moved into the library now ...
14157           (#354451).
14158
14159 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
14160
14161         * tests/icles/videocrop-test.c: (test_with_caps):
14162           Catch errors while the test is running.
14163
14164 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14165
14166         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
14167         Fix the SEEKING query. We can seek if we are in pull mode, not the
14168         other way around. Also set the correct format in the seeking query and
14169         handle the case where the headers are not read yet and we can't say
14170         anything about our seeking capabilities.
14171         
14172 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14173
14174         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
14175         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
14176         Fix spelling in 2 places: It's called Wavpack, not WavePack.
14177
14178 2007-01-25  Edward Hervey  <edward@fluendo.com>
14179
14180         * gst/multifile/gstmultifilesink.c:
14181         (gst_multi_file_sink_class_init):
14182         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
14183         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
14184         (gst_mve_video_palette), (gst_mve_video_code_map),
14185         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
14186         (gst_mve_demux_chain):
14187         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
14188         * gst/mve/mveaudioenc.c: (mve_compress_audio):
14189         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
14190         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
14191         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
14192         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
14193         Use proper print statements.
14194         Fixes build on mac os x.
14195         <wingo> oo look at me my name is edward i'm hacking on macos wooo
14196
14197 2007-01-24  Wim Taymans  <wim@fluendo.com>
14198
14199         * gst/qtdemux/gstrtpxqtdepay.c:
14200         Fix caps on the depayloader.
14201
14202 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
14203
14204         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
14205           Use break here instead of goto.
14206
14207 2007-01-13  Andy Wingo  <wingo@pobox.com>
14208
14209         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
14210         Use fixed caps on src pads.
14211         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
14212         seem to have reverse midas disease!
14213         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
14214         and set caps on outgoing buffers. Fixes #395597, I think.
14215
14216         * gst/interleave/interleave.c (gst_interleave_init): Init the
14217         activation mode properly.
14218         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
14219         (gst_interleave_init): Set a setcaps and getcaps function on the
14220         src pad, so that we can implement pull-mode negotiation.
14221         (gst_interleave_sink_setcaps): Renamed from
14222         gst_interleave_setcaps, as it only does the sink logic now.
14223         Implement both for pull-mode and push-mode.
14224         (gst_interleave_process): Set caps on our outgoing buffer.
14225         (gst_interleave_src_activate_pull): Fix some more bogus casts.
14226         What is up with this.
14227
14228 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
14229
14230         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
14231         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
14232         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
14233         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
14234         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
14235         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
14236         (gst_mythtv_src_uri_get_type):
14237           Clean up a bit, mostly the debug statements; fix deadlock in
14238           _set_property() in the error cases; fix up query function.
14239
14240 2007-01-12  Andy Wingo  <wingo@pobox.com>
14241
14242         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
14243         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
14244         Remove fixate/ouija stuff, thankfully, due to the new
14245         part-negotiation.txt pull-mode negotiation scheme.
14246         (gst_signal_processor_setcaps_pull)
14247         (gst_signal_processor_setcaps): Implement upstream set_caps pull
14248         proxying for pull mode. Now this works: ladspa-sine-fcac !
14249         audioconvert ! alsasink.
14250
14251 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
14252
14253         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
14254
14255         * configure.ac:
14256         * gst-plugins-bad.spec.in:
14257         * ext/Makefile.am:
14258         * ext/mythtv/Makefile.am:
14259         * ext/mythtv/gstmythtvsrc.c:
14260         * ext/mythtv/gstmythtvsrc.h:
14261         MythTV client source plugin created (#354451).
14262
14263 2007-01-12  Wim Taymans  <wim@fluendo.com>
14264
14265         * gst/qtdemux/Makefile.am:
14266         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
14267         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
14268         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
14269         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
14270         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
14271         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
14272         * gst/qtdemux/gstrtpxqtdepay.h:
14273         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
14274         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
14275         (qtdemux_parse_moov), (qtdemux_parse_container),
14276         (qtdemux_parse_node), (gst_qtdemux_add_stream),
14277         (qtdemux_parse_trak), (qtdemux_audio_caps):
14278         * gst/qtdemux/qtdemux.h:
14279         * gst/qtdemux/quicktime.c: (plugin_init):
14280         Add X-QT depayloader that will eventually share code with the demuxer.
14281         Make new plugin entry point with quicktime releated stuff.
14282
14283 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
14284
14285         * gst/qtdemux/Makefile.am:
14286           Dist all new files.
14287
14288 2007-01-12  Wim Taymans  <wim@fluendo.com>
14289
14290         * docs/plugins/Makefile.am:
14291         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14292         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14293         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14294         * docs/plugins/gst-plugins-bad-plugins.signals:
14295         * docs/plugins/inspect/plugin-qtdemux.xml:
14296         Activate docs for jack, sdl and qtdemux.
14297
14298 2007-01-12  Wim Taymans  <wim@fluendo.com>
14299
14300         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
14301         (jack_buffer_size_cb), (jack_shutdown_cb),
14302         (gst_jack_ring_buffer_acquire):
14303         * ext/jack/gstjackaudiosink.h:
14304         Improve docs.
14305
14306 2007-01-12  Wim Taymans  <wim@fluendo.com>
14307
14308         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
14309         Fix typo in docs.
14310
14311 2007-01-12  Wim Taymans  <wim@fluendo.com>
14312
14313         * gst/qtdemux/Makefile.am:
14314         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14315         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
14316         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14317         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
14318         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
14319         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
14320         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
14321         (qtdemux_parse_samples), (qtdemux_parse_segments),
14322         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
14323         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
14324         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
14325         (qtdemux_process_redirects), (qtdemux_parse_redirects),
14326         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
14327         (qtdemux_video_caps), (qtdemux_audio_caps):
14328         * gst/qtdemux/qtdemux.h:
14329         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
14330         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14331         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14332         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14333         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14334         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14335         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
14336         (qtdemux_node_dump):
14337         * gst/qtdemux/qtdemux_dump.h:
14338         * gst/qtdemux/qtdemux_fourcc.h:
14339         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
14340         * gst/qtdemux/qtdemux_types.h:
14341         * gst/qtdemux/qtpalette.h:
14342         Cleanup and refactor to make the code more readable.
14343         Move debugging/tables into separate files.
14344         Add 2/4/16 color palletee support.
14345         Fix raw 15 bit RGB handling.
14346         Use more FOURCC constants.
14347         Add some docs.
14348
14349 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14350
14351         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14352
14353         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14354         (gst_wavpack_enc_correction_mode_get_type),
14355         (gst_wavpack_enc_joint_stereo_mode_get_type):
14356           Minor clean-up: use enum values instead of hardcoded constants (#395536).
14357
14358 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14359
14360         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
14361         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
14362         (gst_mve_add_stream):
14363           Support SEEKING query (bad news now delivered properly!); add event
14364           function to source pads to make sure seeks aren't propagated
14365           upstream, even if they aren't handled.
14366
14367 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14368
14369         Patch by: Jens Granseuer  <jensgr at gmx net>
14370
14371         * configure.ac:
14372         * gst/mve/Makefile.am:
14373         * gst/mve/TODO:
14374         * gst/mve/gstmve.c:
14375         * gst/mve/gstmvedemux.c:
14376         * gst/mve/gstmvedemux.h:
14377         * gst/mve/gstmvemux.c:
14378         * gst/mve/gstmvemux.h:
14379         * gst/mve/mve.h:
14380         * gst/mve/mveaudiodec.c:
14381         * gst/mve/mveaudioenc.c:
14382         * gst/mve/mvevideodec16.c:
14383         * gst/mve/mvevideodec8.c:
14384         * gst/mve/mvevideoenc16.c:
14385         * gst/mve/mvevideoenc8.c:
14386           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
14387           doesn't support seeking yet, but seems to work fine otherwise.
14388           Closes #348973.
14389
14390 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14391
14392         * gst/real/Makefile.am:
14393           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
14394
14395 2007-01-07  Andy Wingo  <wingo@pobox.com>
14396
14397         * configure.ac: 
14398         * gst/interleave/Makefile.am: 
14399         * gst/interleave/plugin.h: 
14400         * gst/interleave/plugin.c: 
14401         * gst/interleave/interleave.c: 
14402         * gst/interleave/deinterleave.c: New elements interleave and
14403         deinterleave, implement channel interleaving and deinterleaving.
14404         The interleaver can operate in pull or push mode but the
14405         deinterleaver is more like a demuxer and can only operate in push
14406         mode.
14407         
14408 2007-01-06  Edward Hervey  <edward@fluendo.com>
14409
14410         * configure.ac:
14411         Properly detect the two architectures on which the real plugin can be
14412         built.
14413         Fixes #393622
14414
14415 2007-01-06  Andy Wingo  <wingo@pobox.com>
14416
14417         * ext/ladspa/gstsignalprocessor.c
14418         (gst_signal_processor_ouija_caps): Move around in the source
14419         file...
14420         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
14421         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
14422         This allows us to have caps when we do the pad_alloc_buffer().
14423         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
14424         pad caps, which might not be set yet.
14425
14426         * ext/ladspa/gstsignalprocessor.c: 
14427         (gst_signal_processor_add_pad_from_template)
14428         (gst_signal_processor_fixate): Add a fixate function, to assist in
14429         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
14430         cases.
14431         (gst_signal_processor_prepare, gst_signal_processor_process): Add
14432         nframes args so that getrange can tell ladspa how many frames to
14433         process.
14434         (gst_signal_processor_ouija_caps): setcaps needs to be called
14435         before processing, which normally happens when chaining a buffer
14436         to a pad. However in getrange mode with no sinks we need to check
14437         explicitly for this condition, guess some caps to use, and use
14438         those to setcaps(). Hence this mystical function.
14439         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
14440         Divine the caps if necessary.
14441         (gst_signal_processor_getrange): Interpret the length as bytes,
14442         not samples.
14443         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
14444         by incoming buffer sizes.
14445
14446 2007-01-06  Edward Hervey  <edward@fluendo.com>
14447
14448         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
14449         Don't call the RAFreeDecoder since it randomly causes segfaults.
14450         * gst/real/gstrealaudiodec.h:
14451         indent properly.
14452
14453 2007-01-06  Edward Hervey  <edward@fluendo.com>
14454
14455         Patch by: Lutz Mueller <lutz@topfrose.de>
14456         
14457         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
14458         (gst_real_video_dec_setcaps), (open_library), (close_library),
14459         (gst_real_video_dec_finalize):
14460         * gst/real/gstrealvideodec.h:
14461         Implement error recovery on setcaps failure.
14462
14463 2007-01-06  Edward Hervey  <edward@fluendo.com>
14464
14465         Patch by: Lutz Mueller <lutz@topfrose.de>
14466         
14467         * gst/real/Makefile.am:
14468         * gst/real/gstreal.c: (plugin_init):
14469         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14470         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14471         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14472         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14473         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14474         * gst/real/gstrealaudiodec.h:
14475         Added RealAudio wrapper elementfactory.
14476         Modified structures so it can also work on x86_64 using the
14477         adequate .so .
14478
14479 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14480
14481         * configure.ac:
14482         * gst/qtdemux/Makefile.am:
14483         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14484           Check for zlib and if available pass it explicitly to the linker
14485           when linking qtdemux. If not available (or --disable-external has
14486           been specified!), disable the bits in qtdemux that use it. Fixes
14487           build on MingW (#392856).
14488
14489 2007-01-05  Edward Hervey  <edward@fluendo.com>
14490
14491         * configure.ac:
14492         Real video .so are now also available for x86_64, so we can build the
14493         Real plugin on i386 AND x86_64.
14494         * gst/real/Makefile.am:
14495         * gst/real/gstreal.c: (plugin_init):
14496         New plugin file for real .so wrapper plugins.
14497         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14498         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14499         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14500         (open_library), (close_library), (gst_real_video_dec_init),
14501         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14502         (gst_real_video_dec_set_property),
14503         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14504         * gst/real/gstrealvideodec.h:
14505         Moved RealVideo element to separate file
14506         Cleaned up code some more.
14507         Make it work on x86_64.
14508         Try several possible locations for .so
14509         Separate opening/closing libraries in separate functions.
14510
14511 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14512
14513         * tests/icles/videocrop-test.c: (main):
14514           Call g_thread_init() right at the beginning. Remove superfluous
14515           gst_init() - we've already been inited via the GOption stuff.
14516
14517 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14518
14519         * configure.ac:
14520           Don't compile rfbsource if we don't have sys/socket.h.
14521           Should fix compilation on MingW.
14522
14523 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14524
14525         * configure.ac:
14526         * ext/amrwb/Makefile.am:
14527         * ext/amrwb/amrwb-code/Makefile.am:
14528         * ext/amrwb/amrwb-code/run.sh:
14529         * gst-libs/Makefile.am:
14530         * gst-libs/ext/Makefile.am:
14531         * gst-libs/ext/amrwb/Makefile.am:
14532         * gst-libs/ext/amrwb/README:
14533           Move amrwb code getting and building to gst-libs/ext/amrwb
14534           Adapt everything else to match.
14535
14536 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14537
14538         * ext/directfb/dfbvideosink.c:
14539         (gst_dfbvideosink_navigation_send_event),
14540         (gst_dfbvideosink_get_type):
14541         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14542         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14543         (gst_sdlvideosink_show_frame),
14544         (gst_sdlvideosink_navigation_send_event):
14545         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14546         reveal potential bugs.
14547
14548 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14549
14550         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14551
14552         * configure.ac:
14553         * sys/Makefile.am:
14554         * sys/directsound/Makefile.am:
14555         * sys/directsound/gstdirectsoundsink.c:
14556         (gst_directsoundsink_reset):
14557           Add directsoundsink to build and dist it, so it gets built when
14558           compiling with MingW on win32 and the required headers and libraries
14559           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14560
14561         * tests/check/elements/.cvsignore:
14562           Fix CVS ignore for neonhttpsrc test binary.
14563
14564 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14565
14566         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14567
14568         * configure.ac:
14569         * sys/Makefile.am:
14570         * sys/directdraw/Makefile.am:
14571           Add directdrawsink to build and dist it, so it gets built when
14572           compiling with MingW on win32 and the required headers and libraries
14573           are available (fixes: #392313).
14574
14575         * sys/directdraw/gstdirectdrawsink.c:
14576         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14577         (gst_directdrawsink_setup_ddraw),
14578         (gst_directdrawsink_surface_create):
14579           Comment out some unused things and fix some printf format issues in
14580           order to avoid warnings when buildling with MingW (#392313).
14581
14582 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14583
14584         Patch by: Jens Granseuer  <jensgr at gmx net>
14585
14586         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14587         (gst_xvidenc_get_property):
14588         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14589         * gst/filter/gstfilter.c: (plugin_init):
14590         * gst/filter/gstiir.c: (iir_transform_ip):
14591         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14592         * gst/modplug/gstmodplug.cc:
14593         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14594         (gst_nuv_demux_stream_extend_header):
14595           Fix build with gcc-2.x (declare variables at the beginning of a
14596           block etc.). Fixes #391971.
14597
14598 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14599
14600         reviewed by: Edward Hervey  <edward@fluendo.com>
14601
14602         * gst/real/gstreal.c:
14603         (gst_realdec_setcaps): Use codec_data supplied in caps.
14604         (gst_realdec_get_property): Correctly return default path.
14605         (gst_realdec_class_init): Remove unused state_change method.
14606
14607 2007-01-01  Edward Hervey  <edward@fluendo.com>
14608
14609         * configure.ac:
14610         Only build the plugin on 32bit x86 architectures.
14611
14612 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14613
14614         reviewed by: Edward Hervey  <edward@fluendo.com>
14615
14616         * configure.ac:
14617         * gst/real/Makefile.am:
14618         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14619         (gst_realdec_decode), (gst_realdec_chain),
14620         (gst_realdec_activate_push), (gst_realdec_setcaps),
14621         (gst_realdec_init), (gst_realdec_base_init),
14622         (gst_realdec_change_state), (gst_realdec_finalize),
14623         (gst_realdec_set_property), (gst_realdec_get_property),
14624         (gst_realdec_class_init), (plugin_init):
14625         New plugin for decoding RealVideo Streams using the x86 32bit
14626         shared libraries.
14627         Closes #354174
14628
14629 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14630
14631         * tests/check/elements/videocrop.c: (GST_START_TEST),
14632         (videocrop_test_cropping_init_context):
14633           When we can't create an element needed for the test, print a message
14634           detailing which element it actually is that's missing (#390673).
14635
14636 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14637
14638         * ext/neon/gstneonhttpsrc.c:
14639         * ext/neon/gstneonhttpsrc.h:
14640         Added seek support.
14641         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14642         Fixes: #375264.
14643
14644 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
14645
14646         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14647         (cleanup_mpeg2enc):
14648         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14649         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14650         (cleanup_wavpackdec):
14651         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14652         (cleanup_wavpackenc):
14653         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14654           reapply consistent pad (de)activation
14655
14656 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14657
14658         * configure.ac:
14659         Back to CVS
14660
14661         * gst-plugins-bad.doap:
14662         Add release section for 0.10.4
14663
14664 === release 0.10.4 ===
14665
14666 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
14667
14668         * configure.ac:
14669           releasing 0.10.4, "Black Bugs"
14670
14671 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14672
14673         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14674         (cleanup_mpeg2enc):
14675         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14676         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14677         (cleanup_wavpackdec):
14678         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14679         (cleanup_wavpackenc):
14680         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14681           revert my freeze breakage
14682
14683 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14684
14685         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14686         (cleanup_mpeg2enc):
14687         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14688         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14689         (cleanup_wavpackdec):
14690         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14691         (cleanup_wavpackenc):
14692         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14693           consistent pad (de)activation
14694
14695 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14696
14697         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
14698         (gst_qtdemux_chain):
14699           Don't post BUFFERING messages in streaming mode if the stream
14700           headers are behind the movie data; instead, post "progress" element
14701           messages as a temporary solution. Apps might get confused and do
14702           silly things to the pipeline state if they see buffering messages
14703           from different sources and don't realize they come from different
14704           sources (#387160).
14705
14706 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14707
14708         * configure.ac:
14709         * ext/Makefile.am:
14710         * ext/ladspa/*:
14711           Move LADPSA plugin from -good for the release, as it's not quite
14712           ready to be enabled by default in the -good module yet.
14713
14714 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14715
14716         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
14717         (gst_qtdemux_add_stream):
14718           Don't output g_warning for an unsupported format, just send a
14719           GST_ELEMENT_WARNING and don't add the pad.
14720           Fix the case where it doesn't check for a NULL pad in streaming mode.
14721           Fixes #387137
14722
14723 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14724
14725         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14726           Fix crash dereferencing NULL pointer if there's no stco atom.
14727           Fixes #387122.
14728
14729 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14730
14731         * ext/wavpack/gstwavpackenc.h:
14732         Use local copy of md5.h, as it disappeared in recent wavpack
14733         installs.
14734         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
14735         Fixes: #387076
14736
14737 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14738
14739         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
14740         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
14741           We don't support seeking in streaming mode, so don't even try.
14742           Implement seeking query so apps can query seekability properly
14743           (see #365414). Fix duration query.
14744
14745 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14746
14747         * Makefile.am:
14748         * gst-plugins-bad.doap:
14749         * gst-plugins-bad.spec.in:
14750           add doap file
14751
14752 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14753
14754         * ext/libmms/gstmms.c: (gst_mms_create):
14755           These debug statements should be using LOG level.
14756
14757 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14758
14759         * gst/modplug/libmodplug/sndfile.cpp:
14760           Fix potential buffer overflow (CVE-2006-4192) (#385788).
14761
14762 2006-12-13  Wim Taymans  <wim@fluendo.com>
14763
14764         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14765         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14766         (qtdemux_audio_caps):
14767         Add AMR-WB to the list of supported formats.
14768
14769 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14770
14771         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14772         (send_request_and_redirect):
14773           Fix minor mem leak in redirect code.
14774
14775         * tests/check/Makefile.am:
14776         * tests/check/elements/.cvsignore:
14777         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
14778         (GST_START_TEST), (neonhttpsrc_suite):
14779         * tests/check/gst-plugins-bad.supp:
14780           Add super-basic unit test for #384140.
14781
14782 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14783
14784         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14785         (send_request_and_redirect):
14786           Set offset on buffers pushed out (id3demux gets confused if the
14787           first buffer does not have an offset of 0). Fixes #384140.
14788
14789 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14790
14791         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14792         (gst_neonhttp_src_create), (send_request_and_redirect),
14793         (gst_neonhttp_src_start), (oom_callback):
14794          Minor clean-ups; remove newlines at end of debug statements.
14795
14796 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14797
14798         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
14799           Fix non-working redirects from inetfilm.com (handle 'alis' reference
14800           data type as well). Fixes #378613.
14801
14802 2006-12-11  Wim Taymans  <wim@fluendo.com>
14803
14804         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
14805
14806         * gst/modplug/gstmodplug.cc:
14807         Fix modplug duration query. Fixes #384294.
14808
14809 2006-12-08  Wim Taymans  <wim@fluendo.com>
14810
14811         Patch by: René Stadler  <mail at renestadler de>
14812
14813         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14814         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14815         (qtdemux_audio_caps):
14816         Fix caps for 24 bit raw PCM audio (2).
14817         Fixes #383471.
14818
14819 2006-12-07  Wim Taymans  <wim@fluendo.com>
14820
14821         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14822         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14823         (qtdemux_video_caps):
14824         Handle more H263 variants.
14825
14826 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14827
14828         * ext/jack/.cvsignore:
14829         Ignore old files as requested by the build slave.
14830
14831 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14832
14833         * configure.ac:
14834         Update the Jack requirement to the version where I think options_t
14835         appeared
14836
14837 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
14838
14839         * win32/MANIFEST:
14840         Fix compilation on win32 under VS8
14841         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
14842         Partially fixes #381175
14843
14844 2006-11-30  Wim Taymans  <wim@fluendo.com>
14845
14846         Patch by: René Stadler  <mail at renestadler de>
14847
14848         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
14849           Call the base class handler.  Fixes #380610.
14850
14851 2006-11-30  Wim Taymans  <wim@fluendo.com>
14852
14853         * ext/Makefile.am:
14854         Fix build.
14855
14856         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
14857         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14858         (gst_jack_ring_buffer_acquire):
14859         Small cleanups.
14860
14861 2006-11-30  Wim Taymans  <wim@fluendo.com>
14862
14863         * configure.ac:
14864         * ext/Makefile.am:
14865         * ext/jack/Makefile.am:
14866         * ext/jack/gstjack.c: (plugin_init):
14867         * ext/jack/gstjack.h:
14868         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
14869         (gst_jack_ring_buffer_class_init), (jack_process_cb),
14870         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14871         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
14872         (gst_jack_ring_buffer_finalize),
14873         (gst_jack_ring_buffer_open_device),
14874         (gst_jack_ring_buffer_close_device),
14875         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
14876         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
14877         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
14878         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
14879         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
14880         (gst_jack_audio_sink_set_property),
14881         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
14882         (gst_jack_audio_sink_create_ringbuffer):
14883         * ext/jack/gstjackaudiosink.h:
14884           Added fully functional jackaudiosink.
14885
14886 2006-11-27  Wim Taymans  <wim@fluendo.com>
14887
14888         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14889         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14890           Remove some asserts and replace them with a proper error
14891           message. Fixes #379261.
14892
14893 2006-11-26  Michael Smith  <msmith@fluendo.com>
14894
14895         * ext/theora/theoradec.c: (theora_dec_src_query),
14896         (theora_dec_src_event), (theora_handle_data_packet),
14897         (theora_dec_chain):
14898           Send events on the right pads, since they don't work very well if
14899           you send them in the wrong direction.
14900
14901 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
14902
14903         * ext/audiofile/gstafsink.c:
14904         * ext/polyp/plugin.c: (plugin_init):
14905         * ext/polyp/polypsink.c:
14906         * ext/polyp/polypsink.h:
14907         * sys/dxr3/dxr3audiosink.h:
14908         * sys/dxr3/dxr3spusink.h:
14909         * sys/dxr3/dxr3videosink.h:
14910           remove obsolete _factory_init protos and functions
14911
14912 2006-11-19  Michael Smith  <msmith@fluendo.com>
14913
14914         * gst/librfb/Makefile.am:
14915           Compile with appropriate cflags. Fixes build.
14916
14917 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14918
14919         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
14920         Actually set the TONE parameter for DVB-S when we should.
14921
14922 2006-11-16  David Schleef  <ds@schleef.org>
14923
14924         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
14925
14926 2006-11-16  David Schleef  <ds@schleef.org>
14927
14928         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
14929
14930 2006-11-16  David Schleef  <ds@schleef.org>
14931
14932         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14933
14934         * configure.ac:
14935         * gst/librfb/Makefile.am:
14936         * gst/librfb/gstrfbsrc.c:
14937         * gst/librfb/rfb.c:
14938         * gst/librfb/rfb.h:
14939         * gst/librfb/rfbbuffer.c:
14940         * gst/librfb/rfbbuffer.h:
14941         * gst/librfb/rfbbytestream.c:
14942         * gst/librfb/rfbbytestream.h:
14943         * gst/librfb/rfbcontext.h:
14944         * gst/librfb/rfbdecoder.c:
14945         * gst/librfb/rfbdecoder.h:
14946         * gst/librfb/rfbutil.h:
14947           Port librfb to 0.10 (#376106).
14948
14949 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
14950
14951         * ext/spc/gstspc.c: (spc_play):
14952           Fix build with disabled gst-debug.
14953
14954 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14955
14956         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14957
14958         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
14959         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
14960         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
14961         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
14962         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
14963         (gst_wavpack_enc_change_state):
14964         * ext/wavpack/gstwavpackparse.c:
14965           Some small clean-ups: use enums instead of hard-coded numbers,
14966           const-ify element details, re-factor some code into _reset()
14967           functions (#352605).
14968
14969 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14970
14971         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
14972         * sys/dvb/gstdvbsrc.h:
14973           Fix minor printf format issue; remove overly paranoid checks in
14974           create function; fix GObject boilerplate macros.
14975
14976 2006-11-14  Wim Taymans  <wim@fluendo.com>
14977
14978         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14979         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14980         Don't parse extra sample params for raw pcm. Fixes #374914.
14981
14982 2006-11-14  Wim Taymans  <wim@fluendo.com>
14983
14984         * tests/check/elements/.cvsignore:
14985         Add cdaudio to ignore.
14986
14987 2006-11-14  Wim Taymans  <wim@fluendo.com>
14988
14989         * ext/Makefile.am:
14990         dist cdaudio dir.
14991
14992 2006-11-14  Wim Taymans  <wim@fluendo.com>
14993
14994         * configure.ac:
14995         * ext/Makefile.am:
14996         Fix cdaudio build.
14997
14998 2006-11-14  Wim Taymans  <wim@fluendo.com>
14999
15000         Patch by: Mark Nauwelaerts <manauw at skynet be>
15001
15002         * tests/check/Makefile.am:
15003         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
15004         (GST_START_TEST), (y4menc_suite), (main):
15005         Added y4m test. Fixes #372243.
15006
15007 2006-11-13  Wim Taymans  <wim@fluendo.com>
15008
15009         Patch by: Mark Nauwelaerts <manauw at skynet be>
15010
15011         * configure.ac:
15012         Enable cdaudio and y4m.
15013
15014         * gst/y4m/Makefile.am:
15015         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
15016         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
15017         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
15018         (gst_y4m_encode_get_stream_header),
15019         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
15020         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
15021         (gst_y4m_encode_change_state), (plugin_init):
15022         * gst/y4m/gsty4mencode.h:
15023         Port of y4mencode to 0.10. 
15024
15025 2006-11-10  David Schleef  <ds@schleef.org>
15026
15027         * configure.ac:
15028         * gst/videoparse/Makefile.am:
15029         * gst/videoparse/gstvideoparse.c:
15030           A little pluggy to make sense out of the random chunks we get
15031           from multifilesrc.
15032
15033 2006-11-10  David Schleef  <ds@schleef.org>
15034
15035         * gst/multifile/Makefile.am:
15036           Let's not depend on a file that doesn't exist.
15037
15038 2006-11-10  David Schleef  <ds@schleef.org>
15039
15040         * gst/multifilesink/Makefile.am:
15041         * gst/multifilesink/gstmultifilesink.c:
15042         * gst/multifilesink/gstmultifilesink.h:
15043         * gst/multifilesink/multifilesink.vcproj:
15044           Remove the old one.
15045
15046 2006-11-10  David Schleef  <ds@schleef.org>
15047
15048         * configure.ac:
15049         * gst/multifile/Makefile.am:
15050         * gst/multifile/gstmultifile.c:
15051         * gst/multifile/gstmultifilesink.c:
15052         * gst/multifile/gstmultifilesrc.c:
15053         * gst/multifile/multifile.vproj:
15054           Revive multifile[src|sink].
15055
15056 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15057
15058         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
15059         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15060         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
15061         Rename set_pes_filter to set_pes_filters for consistency.
15062         Do run-time pid filtering.
15063
15064 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15065
15066         * sys/dvb/gstdvbsrc.c: (read_device):
15067         Do not call output_frontend_stats from a method that does not
15068         have the gstdvbsrc object.
15069         This fixes the build, sorry guys!
15070
15071 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15072
15073         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
15074         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
15075         (gst_dvbsrc_set_pes_filter):
15076         * sys/dvb/gstdvbsrc.h:
15077         Force PAT to always be in the filter.
15078         Try to continue reading after failing 10 times.
15079
15080 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15081
15082         * po/POTFILES.in:
15083           add dvbsrc
15084         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
15085         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
15086         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
15087         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
15088         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
15089         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
15090         (gst_dvbsrc_set_pes_filter):
15091         * sys/dvb/gstdvbsrc.h:
15092           adapter-prefix is a terrible name for a device, so replace it.
15093           strerror should be used immediately after the syscall related to it.
15094           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
15095           (pretty easy to trigger by opening the same device twice).
15096           Use _OBJECT macros where it makes sense.
15097           This element is going to need some work before it moves.
15098
15099 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15100
15101         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15102
15103         * configure.ac:
15104         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
15105         (gst_wavpack_enc_correction_mode_get_type),
15106         (gst_wavpack_enc_joint_stereo_mode_get_type),
15107         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
15108           Fix enum nicks; only emit no-more-pads once; add support for very
15109           fast encoding mode in upcoming 4.40.0 release (#369539).
15110
15111 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15112
15113         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
15114
15115         * sys/directdraw/gstdirectdrawsink.c:
15116         (gst_directdrawsink_window_thread),
15117         (gst_directdrawsink_create_default_window):
15118         * sys/directdraw/gstdirectdrawsink.h:
15119         * sys/directsound/gstdirectsoundsink.c:
15120           Wait until the window is created before using it; guard unistd.h
15121           includes with HAVE_UNISTD_H. (#366523)
15122
15123         * win32/vs8/libgstdirectdraw.vcproj:
15124         * win32/vs8/libgstdirectsound.vcproj:
15125           Update project files.
15126
15127 2006-10-31  Wim Taymans  <wim@fluendo.com>
15128
15129         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15130         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
15131         (qtdemux_parse_trak):
15132         Handle unbounded length streams a bit better. Fixes #367696.
15133
15134 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15135
15136         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
15137           Fix flow handling and buffer refcounting (gst_pad_push() takes
15138           ownership of the buffer passed to it, the buffer does not have
15139           to be unreffed no matter what flow value gst_pad_push() returns).
15140
15141 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
15142
15143         Patch by: Renato Filho <renato.filho@indt.org.br> 
15144
15145         * gst/nuvdemux/gstnuvdemux.c:
15146         * gst/nuvdemux/gstnuvdemux.h:
15147         Fixed bug for files with timestamps less than 0.
15148         
15149 2006-10-21  David Schleef  <ds@schleef.org>
15150
15151         * configure.ac:
15152         * gst/multifilesink/Makefile.am:
15153         * gst/multifilesink/gstmultifilesink.c:
15154         * gst/multifilesink/gstmultifilesink.h:
15155           I copied over filesink a while ago and modified it to work
15156           as multifilesink.  Might as well check it in.  This could
15157           use some work before being declared useful.
15158
15159 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15160
15161         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
15162         * ext/wavpack/gstwavpackparse.c:
15163         (gst_wavpack_parse_create_src_pad):
15164         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
15165         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
15166           Activate pads before adding them to running element.
15167
15168 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15169
15170         Patch by: Josep Torra Valles  <josep at fluendo com>
15171
15172         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15173         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
15174         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
15175         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
15176         (qtdemux_tag_add_gnre):
15177           Make compile with Forte compiler, mostly don't do pointer arithmetic
15178           with void pointers (#362626).
15179
15180 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15181
15182         * gst/nuvdemux/gstnuvdemux.c:
15183         Just a cast to make it compile oos big_endian systems.
15184
15185 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15186
15187         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
15188         <rosfran.borges@indt.org.br>
15189
15190         * configure.ac:
15191         * gst/nuvdemux/:
15192         * gst/nuvdemux/Makefile.am:
15193         * gst/nuvdemux/gstnuvdemux.c:
15194         * gst/nuvdemux/gstnuvdemux.h:
15195         Created new element nuvdemux.
15196         
15197 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15198
15199         Patch by: Josep Torra Valles  <josep at fluendo com>
15200
15201         * gst/nsf/fds_snd.c:
15202         * gst/nsf/mmc5_snd.c:
15203         * gst/nsf/nsf.c:
15204         * gst/nsf/vrc7_snd.c:
15205         * gst/nsf/vrcvisnd.c:
15206           Fix some things the Forte compiler warns about (#362626).
15207
15208 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15209
15210         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
15211         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
15212         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
15213         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
15214         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
15215         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
15216         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
15217         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
15218         (qtdemux_tree_get_sibling_by_type):
15219         * gst/qtdemux/qtdemux.h:
15220           Avoid void pointer usage, better use guint8 * instead.
15221
15222 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
15223
15224         * configure.ac:
15225         * gst/deinterlace/Makefile.am:
15226         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
15227         (gst_deinterlace_class_init), (gst_deinterlace_init),
15228         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
15229         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
15230         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
15231         * gst/deinterlace/gstdeinterlace.h:
15232           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
15233           me for anything it does or does not do to your precious pictures.
15234
15235 2006-10-11  Edward Hervey  <edward@fluendo.com>
15236
15237         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15238         Add some fourcc for DV format.
15239
15240 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
15241
15242         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
15243         (gst_qtdemux_loop_state_header):
15244           Printf format fixes.
15245
15246         * sys/dvb/gstdvbsrc.c:
15247           Use "_stdint.h".
15248
15249 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15250
15251         * sys/dvb/Makefile.am:
15252         * sys/dvb/dvb-api/Makefile.am:
15253         * sys/dvb/dvb-api/audio.h:
15254         * sys/dvb/dvb-api/ca.h:
15255         * sys/dvb/dvb-api/dmx.h:
15256         * sys/dvb/dvb-api/frontend.h:
15257         * sys/dvb/dvb-api/net.h:
15258         * sys/dvb/dvb-api/osd.h:
15259         * sys/dvb/dvb-api/version.h:
15260         * sys/dvb/dvb-api/video.h:
15261         Remove these files, not needed use system files.
15262         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
15263         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15264         (gst_dvbsrc_tune):
15265         Fix warnings, uint16_t etc. is in stdint.h.
15266         Use system includes not our local ones.
15267
15268 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15269
15270         * configure.ac:
15271         * sys/Makefile.am:
15272         Add dvb detection and allow dvbsrc to be built.
15273
15274 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15275         
15276         * configure.ac:
15277         * sys/Makefile.am:
15278         * sys/dvb/AUTHORS:
15279         * sys/dvb/Makefile.am:
15280         * sys/dvb/README:
15281         * sys/dvb/dvb-api/Makefile.am:
15282         * sys/dvb/dvb-api/audio.h:
15283         * sys/dvb/dvb-api/ca.h:
15284         * sys/dvb/dvb-api/dmx.h:
15285         * sys/dvb/dvb-api/frontend.h:
15286         * sys/dvb/dvb-api/net.h:
15287         * sys/dvb/dvb-api/osd.h:
15288         * sys/dvb/dvb-api/version.h:
15289         * sys/dvb/dvb-api/video.h:
15290         * sys/dvb/gstdvbsrc.c: 
15291         * sys/dvb/gstdvbsrc.h:
15292         Initial import of dvbsrc.
15293         Currently won't be built.
15294
15295 2006-10-10  Wim Taymans  <wim@fluendo.com>
15296
15297         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15298         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
15299         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
15300         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
15301         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
15302         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
15303         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
15304         (qtdemux_parse_tree), (qtdemux_parse_trak):
15305         Reorganise some stuff.
15306         Parse RTSP redirection URLS.
15307
15308 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15309
15310         * docs/plugins/gst-plugins-bad-plugins.args:
15311         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15312         * docs/plugins/gst-plugins-bad-plugins.interfaces:
15313         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
15314         * docs/plugins/inspect/plugin-dtsdec.xml:
15315         * docs/plugins/inspect/plugin-mms.xml:
15316         * docs/plugins/inspect/plugin-mpeg2enc.xml:
15317         * docs/plugins/inspect/plugin-neon.xml:
15318         * docs/plugins/inspect/plugin-replaygain.xml:
15319         * docs/plugins/inspect/plugin-soundtouch.xml:
15320         * docs/plugins/inspect/plugin-spcdec.xml:
15321         * docs/plugins/inspect/plugin-swfdec.xml:
15322         * docs/plugins/inspect/plugin-videocrop.xml:
15323         * docs/plugins/inspect/plugin-wavpack.xml:
15324           Add/update docs stuff.
15325
15326 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15327
15328         Patch by: René Stadler  <mail at renestadler de>
15329
15330         * configure.ac:
15331         * docs/plugins/Makefile.am:
15332         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15333         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15334         * gst/replaygain/Makefile.am:
15335         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
15336         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
15337         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
15338         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
15339         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
15340         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
15341         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
15342         (gst_rg_analysis_album_result), (plugin_init):
15343         * gst/replaygain/gstrganalysis.h:
15344         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
15345         (apply_filters), (reset_filters), (accumulator_add),
15346         (accumulator_clear), (accumulator_result), (rg_analysis_new),
15347         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
15348         (rg_analysis_analyze_mono_float),
15349         (rg_analysis_analyze_stereo_float),
15350         (rg_analysis_analyze_mono_int16),
15351         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
15352         (rg_analysis_track_result), (rg_analysis_album_result),
15353         (rg_analysis_reset_album), (rg_analysis_reset):
15354         * gst/replaygain/rganalysis.h:
15355           Add ReplayGain analysis element (#357069).
15356
15357         * tests/check/Makefile.am:
15358         * tests/check/elements/.cvsignore:
15359         * tests/check/elements/rganalysis.c: (get_expected_gain),
15360         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
15361         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
15362         (fail_unless_track_gain), (fail_unless_track_peak),
15363         (fail_unless_album_gain), (fail_unless_album_peak),
15364         (fail_if_track_tags), (fail_if_album_tags),
15365         (fail_unless_num_tracks), (test_buffer_const_float_mono),
15366         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
15367         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
15368         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
15369         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
15370         (rganalysis_suite), (main):
15371           Unit tests for the new replaygain element.
15372
15373 2006-10-06  Wim Taymans  <wim@fluendo.com>
15374
15375         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
15376         (gst_faad_close_decoder):
15377         Some cleanups.
15378         Added some more debugging.
15379         Don't ever ignore unlinked, we're not a demuxer.
15380
15381         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
15382         Activate pad before adding it to the element.
15383
15384 2006-10-06  Michael Smith  <msmith@fluendo.com>
15385
15386         * ext/theora/theoradec.c: (gst_theoradec_reset),
15387         (theora_get_query_types), (theora_dec_src_query),
15388         (theora_dec_src_event), (theora_dec_sink_event),
15389         (theora_handle_comment_packet), (theora_handle_type_packet),
15390         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
15391         (theora_handle_422_image), (theora_handle_420_image),
15392         (theora_handle_data_packet), (theora_dec_chain),
15393         (theora_dec_change_state):
15394         * ext/theora/theoradec.h:
15395           Port lots of changes from theoradec to theoraexpdec.
15396           This catches this plugin up to theoradec. Note that duplicate frames
15397           are broken in theoradec at the moment.
15398
15399 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15400
15401         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15402           Fix mem leak, avoid unnecessary memcpy.
15403
15404 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
15405
15406         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15407         (gst_spectrum_transform_ip):
15408           Removed cruft code that was just commented out. Removed some obsolete
15409           debug logs statements.
15410
15411 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15412
15413         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
15414         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
15415         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
15416         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
15417         (qtdemux_parse_trak):
15418         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15419           Another batch of printf format fixes.
15420
15421 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15422
15423         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15424         (gst_video_crop_init),
15425         (gst_video_crop_get_image_details_from_caps),
15426         (gst_video_crop_transform_packed_complex),
15427         (gst_video_crop_transform_packed_simple),
15428         (gst_video_crop_transform), (gst_video_crop_transform_caps),
15429         (gst_video_crop_set_caps),
15430         (gst_videocrop_clear_negotiated_caps_locked),
15431         (gst_video_crop_set_property):
15432         * gst/videocrop/gstvideocrop.h:
15433           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
15434           passthrough mode; lastly, clear negotiated basetransform caps when
15435           the cropping changes in order to force renegotiation.
15436
15437 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15438
15439         * tests/icles/.cvsignore:
15440         * tests/icles/Makefile.am:
15441         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
15442         (test_with_caps), (video_crop_get_test_caps), (main):
15443           Visual test for videocrop, shows that packed yuv doesn't work right
15444           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
15445           reasons (another basetransform issue?)
15446
15447 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15448
15449         * po/POTFILES.in:
15450         * sys/v4l2/.cvsignore:
15451           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
15452
15453 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15454
15455         * docs/plugins/Makefile.am:
15456         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15457         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15458         * docs/plugins/inspect/plugin-video4linux2.xml:
15459         * gst-plugins-bad.spec.in:
15460           removed v4l2
15461
15462 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15463
15464         * configure.ac:
15465         * sys/Makefile.am:
15466         * sys/v4l2/Makefile.am:
15467         * sys/v4l2/README:
15468         * sys/v4l2/gstv4l2.c:
15469         * sys/v4l2/gstv4l2colorbalance.c:
15470         * sys/v4l2/gstv4l2colorbalance.h:
15471         * sys/v4l2/gstv4l2object.c:
15472         * sys/v4l2/gstv4l2object.h:
15473         * sys/v4l2/gstv4l2src.c:
15474         * sys/v4l2/gstv4l2src.h:
15475         * sys/v4l2/gstv4l2tuner.c:
15476         * sys/v4l2/gstv4l2tuner.h:
15477         * sys/v4l2/gstv4l2vidorient.c:
15478         * sys/v4l2/gstv4l2vidorient.h:
15479         * sys/v4l2/gstv4l2xoverlay.c:
15480         * sys/v4l2/gstv4l2xoverlay.h:
15481         * sys/v4l2/v4l2_calls.c:
15482         * sys/v4l2/v4l2_calls.h:
15483         * sys/v4l2/v4l2src_calls.c:
15484         * sys/v4l2/v4l2src_calls.h:
15485           moved to gst-plugins-good
15486
15487 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15488
15489         * sys/v4l2/gstv4l2object.c:
15490         (gst_v4l2_object_install_properties_helper):
15491           comment out the properties that are already part of the tuner
15492           interface.
15493
15494 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15495
15496         * sys/v4l2/gstv4l2src.c:
15497         Improve docs.
15498
15499 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15500
15501         * ext/xvid/gstxvid.c: (plugin_init):
15502           Set rank of xviddec to NONE until someone fixes it (too many crasher
15503           bug reports against totem, people should use gst-ffmpeg).
15504
15505 2006-09-28  Wim Taymans  <wim@fluendo.com>
15506
15507         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15508         (gst_v4l2src_get_caps):
15509         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15510         Framerate can be 0/1 too.
15511         Init framerate to 0/1 before querying it so that we can detect
15512         devices that don't know about a framerate.
15513         Add some more debugging info.
15514
15515 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15516
15517         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15518           Add support for 'yv12' fourcc.
15519
15520 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15521
15522         * sys/v4l2/gstv4l2src.c:
15523         * sys/v4l2/gstv4l2src.h:
15524         * tests/icles/v4l2src-test.c:
15525         Removed set-undef-fps.
15526
15527 2006-09-27  Wim Taymans  <wim@fluendo.com>
15528
15529         * sys/v4l2/gstv4l2object.c:
15530         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15531         (gst_v4l2_object_set_property_helper),
15532         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15533         * sys/v4l2/gstv4l2object.h:
15534         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15535         (gst_v4l2src_create):
15536         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15537         (gst_v4l2_tuner_list_channels),
15538         (gst_v4l2_tuner_set_channel_and_notify),
15539         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15540         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15541         (gst_v4l2_tuner_get_norm):
15542         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15543         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15544         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15545         Renamed some properties to match the tuner interface naming.
15546
15547 2006-09-27  Wim Taymans  <wim@fluendo.com>
15548
15549         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15550         (gst_v4l2_set_defaults):
15551         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15552         (gst_v4l2src_create):
15553         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15554         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15555         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15556         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15557         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15558         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15559         (gst_v4l2_set_input):
15560         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15561         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15562         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15563         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15564         (gst_v4l2src_buffer_new):
15565         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15566         Small cleanups.
15567         Fix error messages.
15568         Use locks when getting timestamps.
15569         Fix leaks in test.
15570         Add licensing header to tests.
15571
15572 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15573
15574         * sys/v4l2/gstv4l2colorbalance.c:
15575         * sys/v4l2/gstv4l2object.c:
15576         * sys/v4l2/gstv4l2src.c:
15577         * sys/v4l2/gstv4l2src.h:
15578         * sys/v4l2/gstv4l2tuner.c:
15579         * sys/v4l2/v4l2_calls.c:
15580         * sys/v4l2/v4l2src_calls.c:
15581         * tests/icles/v4l2src-test.c:
15582         Some cleanups and comments.
15583
15584 2006-09-26  Wim Taymans  <wim@fluendo.com>
15585
15586         * docs/plugins/Makefile.am:
15587         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15588         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15589         Add v4l2 plugin to the docs.
15590
15591         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15592         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15593         * sys/v4l2/gstv4l2src.h:
15594         * sys/v4l2/gstv4l2vidorient.c:
15595         Fix docs.
15596         Remove some more externs.
15597
15598 2006-09-26  Wim Taymans  <wim@fluendo.com>
15599
15600         * sys/v4l2/Makefile.am:
15601         Fix makefile, list libs in stack order.
15602
15603         * sys/v4l2/gstv4l2colorbalance.c:
15604         * sys/v4l2/gstv4l2colorbalance.h:
15605         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15606         (gst_v4l2_object_install_properties_helper):
15607         * sys/v4l2/gstv4l2object.h:
15608         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15609         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15610         * sys/v4l2/gstv4l2src.h:
15611         * sys/v4l2/gstv4l2tuner.h:
15612         * sys/v4l2/gstv4l2vidorient.h:
15613         * sys/v4l2/gstv4l2xoverlay.h:
15614         * sys/v4l2/v4l2_calls.h:
15615         * sys/v4l2/v4l2src_calls.h:
15616         Fix coding style:
15617         - Remove extern from functions.
15618         - Fix header indentation.
15619         Fix Flags, add defaults for properties.
15620         Remove unused enums.
15621         Fix TOO_LAZY in error messages.
15622
15623 2006-09-26  Wim Taymans  <wim@fluendo.com>
15624
15625         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15626         (gst_v4l2_probe_needs_probe),
15627         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15628         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15629         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15630         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15631         * sys/v4l2/gstv4l2object.h:
15632         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15633         (gst_v4l2src_init), (gst_v4l2src_dispose),
15634         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15635         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15636         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15637         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15638         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15639         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15640         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15641         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15642         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15643         (gst_v4l2_get_input), (gst_v4l2_set_input):
15644         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15645         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15646         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15647         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15648         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15649         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15650         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15651         (gst_v4l2src_buffer_new):
15652         Fix pass at code cleanups, move errors cases out of the normal
15653         flow for additional code clarity.
15654
15655 2006-09-23  Wim Taymans  <wim@fluendo.com>
15656
15657         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15658         (gst_cdaudio_init), (gst_cdaudio_set_property),
15659         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15660         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15661         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15662         Port to 0.10.
15663
15664 2006-09-22  David Schleef  <ds@schleef.org>
15665
15666         * sys/glsink/glimagesink.c:
15667           Fix problems when the element cannot open the display.
15668           (fixes #357212)
15669
15670 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15671
15672         * configure.ac:
15673           Up requirements to -base CVS and core CVS (the format for the
15674           video orientation interface used by v4l2src and the latter
15675           since that's what -base CVS requires).
15676
15677 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15678
15679         * ext/directfb/dfbvideosink.c: (plugin_init):
15680           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
15681           be autoplugged shouldn't trump plugins in -base, -good or -ugly
15682           (in this case ximagesink).
15683
15684         * sys/glsink/glimagesink.c: (plugin_init):
15685           Set rank to NONE to prevent it from being autoplugged until
15686           errors are handled properly (see #357212).
15687
15688 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
15689
15690         * ext/neon/Makefile.am:
15691         * ext/neon/gstneonhttpsrc.c:
15692         * ext/neon/gstneonhttpsrc.h:
15693         Reverted previous commit (2006-09-19 - Allow internal codes from
15694         last.fm). As dicussed on #gstreamer it should be done in separete
15695         element.
15696
15697 2006-09-21  Wim Taymans  <wim@fluendo.com>
15698
15699         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
15700         (gst_faac_chain):
15701         Add decoder specific info on the caps.
15702         Some cleanups here and there.
15703
15704 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
15705
15706         Patch by: Milosz Derezynski <internalerror@gmail.com> and
15707                   Rosfran Borges <rosfran.borges@indt.org.br>
15708
15709         * ext/neon/Makefile.am:
15710         * ext/neon/gstneonhttpsrc.c:
15711         * ext/neon/gstneonhttpsrc.h:
15712         Allow internal codes from last.fm
15713         
15714
15715 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15716
15717         * tests/icles/v4l2src-test.c:
15718         Just a small fix to the app options.
15719
15720 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15721
15722         * sys/v4l2/Makefile.am:
15723         * sys/v4l2/gstv4l2src.c:
15724         * sys/v4l2/gstv4l2vidorient.c:
15725         * sys/v4l2/gstv4l2vidorient.h:
15726         * tests/icles/v4l2src-test.c:
15727         Add Video Orientation interface support to v4l2src.
15728         
15729 2006-09-19  Wim Taymans  <wim@fluendo.com>
15730
15731         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15732         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
15733         (gst_gsmdec_chain):
15734         * ext/gsm/gstgsmdec.h:
15735         Handle WAV49 variant (GSM in WAV).
15736         Some small cleanups.
15737
15738 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
15739
15740         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
15741         Fix GST_BUFFER_DURATION.
15742
15743 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
15744
15745         * ext/hermes/gsthermescolorspace.c:
15746         * ext/ivorbis/vorbisfile.c:
15747         * ext/lcs/gstcolorspace.c:
15748         * ext/wavpack/gstwavpackenc.h:
15749         * ext/xine/xineaudiodec.c:
15750         * ext/xine/xineaudiosink.c:
15751         * ext/xine/xineinput.c:
15752         * gst/chart/gstchart.c:
15753         * gst/equalizer/gstiirequalizer.c:
15754         * gst/games/gstpuzzle.c:
15755         * gst/librfb/gstrfbsrc.c:
15756         * gst/mixmatrix/mixmatrix.c:
15757         * gst/nsf/gstnsf.h:
15758         * gst/vbidec/gstvbidec.c:
15759         * gst/virtualdub/gstxsharpen.c:
15760           More G_OBJECT macro fixing.
15761
15762 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
15763
15764         * sys/v4l2/gstv4l2src.c:
15765         * sys/v4l2/gstv4l2src.h:
15766         * sys/v4l2/gstv4l2xoverlay.c:
15767         * sys/v4l2/v4l2_calls.c:
15768         * sys/v4l2/v4l2src_calls.c:
15769         * tests/icles/v4l2src-test.c:
15770         The test application and the plgind error messages has been improved.
15771         
15772 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
15773
15774         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
15775         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
15776           Implements stop() to clear the adapter and event() to clear the
15777           adapter on FLUSH_STOP and EOS.
15778
15779 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15780
15781         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15782         (gst_spectrum_set_property):
15783         * gst/spectrum/gstspectrum.h:
15784           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
15785           René Stadler
15786
15787 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15788
15789         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
15790           Use more defines
15791
15792         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15793         (gst_spectrum_dispose), (gst_spectrum_set_caps),
15794         (gst_spectrum_transform_ip):
15795         * gst/spectrum/gstspectrum.h:
15796           Apply some of the spectrum cleanup changes suggested in #348085.
15797
15798 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15799
15800         * configure.ac:
15801           Bump requirements of -base (videocrop test case needs this).
15802
15803         * gst/videocrop/gstvideocrop.c:
15804           Document sloppy handling of subsampled chroma planes if
15805           left/top cropping is an odd number.
15806
15807         * tests/check/elements/videocrop.c: (handoff_cb),
15808         (videocrop_test_cropping_init_context),
15809         (videocrop_test_cropping_deinit_context),
15810         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
15811         (videocrop_suite), (main):
15812           Add another unit test that crops the input to 1x1 (and checks
15813           that that pixel has the expected values in a number of formats).
15814
15815 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15816
15817         * gst/videocrop/Makefile.am:
15818         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15819         (gst_video_crop_transform_packed),
15820         (gst_video_crop_transform_planar):
15821           Some quick tests indicate that it doesn't make a great deal
15822           of sense to use liboil here, at least not for the memcpy()s
15823           we do, so remove liboil usage until there is clear evidence
15824           it actually makes a positive difference somewhere.
15825
15826 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
15827
15828         * tests/check/elements/videocrop.c: (handoff_cb),
15829         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
15830         (notgst_value_list_get_nth_int), (videocrop_suite):
15831           More tests: check passthrough mode and caps transform in
15832           both directions with fixed values, ranges and lists.
15833
15834 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15835
15836         * docs/plugins/Makefile.am:
15837         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15838         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15839         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15840           Add videocrop to docs.
15841
15842         * gst/videocrop/Makefile.am:
15843         * gst/videocrop/gstvideocrop.c:
15844         * gst/videocrop/gstvideocrop.h:
15845           Move boilerplate stuff and structures into a header file.
15846
15847         * tests/check/Makefile.am:
15848         * tests/check/elements/.cvsignore:
15849         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
15850         (test_unit_sizes), (videocrop_test_cropping_init_context),
15851         (videocrop_test_cropping_deinit_context),
15852         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
15853           Add unit tests for videocrop.
15854
15855 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15856
15857         * configure.ac:
15858         * gst/videocrop/Makefile.am:
15859         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
15860         (gst_video_crop_class_init), (gst_video_crop_init),
15861         (gst_video_crop_get_image_details_from_caps),
15862         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
15863         (gst_video_crop_transform_planar), (gst_video_crop_transform),
15864         (gst_video_crop_transform_dimension),
15865         (gst_video_crop_transform_dimension_value),
15866         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
15867         (gst_video_crop_set_property), (gst_video_crop_get_property),
15868         (plugin_init):
15869           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
15870           it support all formats videoscale supports (#345653).
15871
15872 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15873
15874         * sys/v4l2/gstv4l2.c:
15875         * sys/v4l2/gstv4l2colorbalance.c:
15876         * sys/v4l2/gstv4l2object.c:
15877         (gst_v4l2_object_install_properties_helper):
15878         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15879         * sys/v4l2/gstv4l2src.h:
15880           Whitespace cleanups, dashify property-names.
15881
15882 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15883
15884         * sys/v4l2/gstv4l2.c:
15885         * sys/v4l2/gstv4l2colorbalance.c:
15886         * sys/v4l2/gstv4l2colorbalance.h:
15887         * sys/v4l2/gstv4l2object.c:
15888         * sys/v4l2/gstv4l2object.h:
15889         * sys/v4l2/gstv4l2src.c:
15890         * sys/v4l2/gstv4l2src.h:
15891         * sys/v4l2/gstv4l2tuner.c:
15892         * sys/v4l2/gstv4l2tuner.h:
15893         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15894         * sys/v4l2/gstv4l2xoverlay.h:
15895         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15896         (gst_v4l2_open):
15897         * sys/v4l2/v4l2_calls.h:
15898         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
15899         (gst_v4l2src_capture_init):
15900         * sys/v4l2/v4l2src_calls.h:
15901           Cleanup error messages and unify header comments
15902
15903 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
15904
15905         * gst/nsf/Makefile.am:
15906         Add missing GST_LIBS
15907
15908 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15909
15910         * sys/v4l2/gstv4l2src.c:
15911         Another small fix to set_caps function (sucks copy/paste error).
15912         
15913 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15914
15915         * sys/v4l2/gstv4l2src.c:
15916         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
15917
15918 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15919
15920         * sys/v4l2/gstv4l2src.c:
15921         A small fix to set_caps function.
15922
15923 2006-08-30  Edward Hervey  <edward@fluendo.com>
15924
15925         * gst/qtdemux/qtdemux.c:
15926         (gst_qtdemux_do_seek):
15927         Reset each streams last_flow to GST_FLOW_OK.
15928         (gst_qtdemux_activate_segment):
15929         Removing mystic modifications for good.
15930
15931 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15932
15933         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15934         (qtdemux_parse_tree):
15935           put back 'segment start<=stop' change that was mystically reverted by
15936           the last commit
15937
15938 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15939
15940         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15941         (qtdemux_parse_tree):
15942         Fix the build for disabled debug
15943
15944 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
15945
15946         * sys/v4l2/gstv4l2src.c:
15947         * sys/v4l2/v4l2src_calls.c:
15948         * sys/v4l2/v4l2src_calls.h:
15949         Fixed framerate negotiation.
15950         
15951 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
15952
15953         Patch by: Andrew Andkjar  <enki at goodship net>
15954
15955         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
15956         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
15957         (gst_sdlvideosink_deinitsdl):
15958           Only de-init the subsystem we previously initialised. Avoids
15959           borkage when both sdlvideosink and sdlaudiosink are used
15960           at the same time and one is shut down.
15961
15962 2006-08-28  Wim Taymans  <wim@fluendo.com>
15963
15964         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15965         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
15966         (qtdemux_video_caps):
15967         Make sure segment start<=stop in weird quicktime files.
15968
15969 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
15970
15971         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15972           add comments and more debug logging
15973
15974 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
15975
15976         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15977
15978         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
15979         (gst_wavpack_dec_chain):
15980           Post audio codec and average bitrate tags on bus (#344472).
15981
15982         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
15983         (gst_wavpack_parse_src_query):
15984           Forward queries in other formats (BYTE format in particular)
15985           upstream; add Sebastian to authors.
15986
15987 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
15988
15989         * sys/v4l2/gstv4l2src.c:
15990         * sys/v4l2/v4l2src_calls.c:
15991         * sys/v4l2/v4l2src_calls.h:
15992         Fix set_caps to set width and height to the values the driver is
15993         really working with.
15994
15995 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15996
15997         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
15998           Fix mem leak, send newsegment event on correction pad
15999           as well (#352476).
16000
16001         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
16002           Restore original author (on Sebastian's request).
16003
16004         * tests/check/Makefile.am:
16005         * tests/check/gst-plugins-bad.supp:
16006           Add (so far empty) suppression file for -bad. Remove
16007           wavpackenc test from VALGRIND_TO_FIX now that the leak
16008           is fixed.
16009
16010 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16011
16012         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16013
16014         * tests/check/Makefile.am:
16015         * tests/check/elements/.cvsignore:
16016         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
16017         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
16018         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
16019         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
16020         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
16021         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
16022         (wavpackparse_suite), (main):
16023           Add unit tests for wavpack elements (#352476).
16024
16025 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16026
16027         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16028
16029         * docs/plugins/Makefile.am:
16030         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16031         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16032         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16033         * docs/plugins/inspect/plugin-wavpack.xml:
16034         * ext/wavpack/gstwavpackdec.c:
16035         * ext/wavpack/gstwavpackdec.h:
16036         * ext/wavpack/gstwavpackenc.c:
16037         * ext/wavpack/gstwavpackenc.h:
16038         * ext/wavpack/gstwavpackparse.c:
16039         * ext/wavpack/gstwavpackparse.h:
16040           Add docs for wavpack elements (#352476).
16041
16042 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
16043
16044         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
16045         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
16046         Fixed query size to work with drivers that uses intermediate step
16047         like "width * height" to find closest size.
16048         
16049 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16050
16051         * configure.ac:
16052         * docs/plugins/Makefile.am:
16053         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16054         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16055         * gst/gdp/Makefile.am:
16056         * gst/gdp/gstgdp.c:
16057         * gst/gdp/gstgdpdepay.c:
16058         * gst/gdp/gstgdpdepay.h:
16059         * gst/gdp/gstgdppay.c:
16060         * gst/gdp/gstgdppay.h:
16061         * tests/check/Makefile.am:
16062         * tests/check/elements/gdpdepay.c:
16063         * tests/check/elements/gdppay.c:
16064           move gdp plugin to good.
16065
16066 2006-08-21  Wim Taymans  <wim@fluendo.com>
16067
16068         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16069         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
16070         (qtdemux_video_caps), (qtdemux_audio_caps):
16071         Some more constification.
16072         Fix some paletted data formats again.
16073         Fix ulaw/alaw in qt.
16074         Set correct caps for raw RGB.
16075         Add support for yuv2, which is like Yuv2.
16076         Add support for raw audio with the NONE fourcc, which is like raw.
16077
16078 2006-08-21  Wim Taymans  <wim@fluendo.com>
16079
16080         * ext/gsm/gstgsm.c: (plugin_init):
16081         Make rank PRIMARY now that GSM seems to work fine.
16082
16083 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16084
16085         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16086         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
16087         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
16088         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
16089         (gst_wavpack_enc_rewrite_first_block),
16090         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16091         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16092         * ext/wavpack/gstwavpackenc.h:
16093         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16094         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
16095         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
16096         (gst_wavpack_parse_loop):
16097           More clean-ups: use shorter variable names to make code easier to
16098           read; prefix structures we define with 'Gst' to make it clearer
16099           where they come from.
16100
16101 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16102
16103         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16104         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
16105         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16106         (gst_wavpack_enc_sink_event):
16107           Fix caps set on buffers and template caps (output is framed)
16108           and make them match (#351663); use GST_WARNING_OBJECT instead of
16109           GST_ELEMENT_WARNING; simplify push_block(); do some small
16110           clean-ups here and there; fix memleak (#351663).
16111
16112 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
16113
16114         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
16115
16116         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
16117         (gst_wavpack_parse_get_upstream_length),
16118         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
16119         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
16120           Fix resyncing in push mode not stopping re-syncing at embedded
16121           zeroes; skip garbage between frames in pull mode as well if
16122           necessary; use gst_pad_query_peer_duration(); push EOS and
16123           NEWSEGMENT event in right direction (#351659).
16124
16125 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
16126
16127         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16128
16129         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
16130         * ext/wavpack/gstwavpackparse.c:
16131         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
16132           In push mode, re-sync to next wavpack header if sync is lost
16133           (#351557). Also use hyphens instead of underscores in
16134           GObject property names.
16135
16136 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16137
16138         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16139
16140         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
16141         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
16142         (gst_wavpack_parse_src_query),
16143         (gst_wavpack_parse_handle_seek_event),
16144         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16145         (gst_wavpack_parse_create_src_pad),
16146         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
16147         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
16148         (gst_wavpack_parse_sink_activate_pull):
16149         * ext/wavpack/gstwavpackparse.h:
16150           Make wavpackparse also work in push-mode (not seekable yet though);
16151           some small clean-ups along the way; add support for SEEKING query
16152           and query types function. (#351495).
16153
16154 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16155
16156         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
16157         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
16158           Fix leaks (#351502).
16159
16160 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
16161
16162         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
16163         (qtdemux_process_redirects), (qtdemux_parse_tree):
16164           Extract all references/redirections if there is more
16165           than one and sort them; also extract minimum required
16166           bitrate information if available. (#350399)
16167           
16168 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
16169
16170         Patch by: Michal Benes  <michal.benes at itonis tv>
16171
16172         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
16173           Bitrate in the faac structure is per output channel,
16174           not total bitrate (#350741).
16175
16176 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16177
16178         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
16179           Fix GST_ELEMENT_ERROR usage.
16180
16181 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16182
16183         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16184           Fix silly typo.
16185
16186 2006-08-08  Edward Hervey  <edward@fluendo.com>
16187
16188         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16189         I forgot to include the file containing the #define :)
16190         Now includes "config.h"
16191
16192 2006-08-08  Edward Hervey  <edward@fluendo.com>
16193
16194         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16195         Ignore test known to fail on PPC64. See #348114.
16196
16197 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
16198
16199         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
16200         br>
16201
16202         * ext/neon/gstneonhttpsrc.c:
16203         * ext/neon/gstneonhttpsrc.h:
16204         Allow HTTP redirect (HTTP status code 302).
16205
16206 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16207
16208         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16209         Fix event parsing by gdpdepay.  Fixes #349916.
16210
16211 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
16212
16213         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
16214         com>
16215
16216         * ext/Makefile.am:
16217           Use right variables when USE_SPC is defined.
16218
16219 2006-08-02  Wim Taymans  <wim@fluendo.com>
16220
16221         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16222         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
16223         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
16224         (gst_gdp_depay_change_state):
16225         Disable seeking.
16226         Small cleanups.
16227         Clear adapter on disconts.
16228         Clear caps when going to READY instead of NULL
16229
16230         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16231         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
16232         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16233         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16234         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16235         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
16236         (gst_gdp_pay_change_state):
16237         * gst/gdp/gstgdppay.h:
16238         Reset payloader when going to READY.
16239         Fix leaked buffers in ->queue on push errors.
16240         Disable seeking.
16241         Code cleanups.
16242         Create packetizer in _init, free in _finalize.
16243
16244 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16245
16246         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16247         (gst_dfbvideosink_buffer_alloc): Post an error message.
16248
16249 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16250
16251         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16252         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
16253         setup yet. Fail changing state if setup fails.
16254
16255 2006-07-31  Wim Taymans  <wim@fluendo.com>
16256
16257         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16258         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
16259         Consume all events except EOS because we generate events from
16260         the gdp payload instead. Fixes #349204
16261
16262 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16263
16264         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
16265         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
16266         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
16267         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16268         (gst_xviddec_setcaps), (gst_xviddec_change_state):
16269         * ext/xvid/gstxviddec.h:
16270           Clean-ups and code reflows. Pass return value from
16271           gst_pad_alloc_buffer() upstream among other things. Also check
16272           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
16273           Mass rename of xviddec -> dec variable for better
16274           code readability.
16275
16276 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16277
16278         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
16279           Fix size calculation for I420/YV12. Fixes #348976.
16280
16281 2006-07-27  Wim Taymans  <wim@fluendo.com>
16282
16283         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16284         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
16285         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
16286         Fix negotiation.
16287
16288 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16289
16290         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
16291           proxying get/set caps is the wrong thing to do, since we really
16292           do change caps quite fundamentally
16293         * tests/check/elements/gdpdepay.c:
16294         * tests/check/elements/gdppay.c:
16295           remove declaration of buffers, it's already done in gstcheck.h
16296
16297 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
16298
16299         * sys/directsound/gstdirectsoundsink.h:
16300         * sys/directsound/gstdirectsoundsink.c:
16301         Add an attenuation property that will directly attenuate the 
16302         directsound buffer.
16303         Change the size of the directsound secondary buffer to a half second.
16304         Add more debug logs.
16305         Add a lock to protect dsound buffer write access.
16306         Fix a bad implementation of reset.
16307         * sys/directsound/gstdirectdrawsink.c:
16308         * sys/directsound/gstdirectdrawsink.h:
16309         Add a keep_aspect_ratio property.
16310         Do not use overlay if not supported.
16311         Add more debug logs.
16312         Remove overwrite of WM_ERASEBKGND message handling. It was not
16313         redrawing border when keep_aspect_ratio was enabled.
16314         * win32/common/config.h:
16315         update version waiting an auto-generated config.h
16316
16317 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
16318
16319         Patch by: Chris Lee  <clee at kde org>
16320
16321         * configure.ac:
16322         * ext/Makefile.am:
16323         * ext/spc/Makefile.am:
16324         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
16325         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
16326         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
16327         (gst_spc_dec_src_query), (spc_play), (spc_setup),
16328         (gst_spc_dec_change_state), (plugin_init):
16329         * ext/spc/gstspc.h:
16330           Add libopenspc-based SPC decoder element (#348220).
16331
16332 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16333
16334         Patch by: Martin Szulecki
16335
16336         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
16337           If "device-name" is requested and the device is not
16338           open, try to temporarily open it to obtain this
16339           information (#342494).
16340
16341 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16342
16343         * gst/nsf/nsf.c: (nsf_load):
16344           Really fix compilation. Apparently it's not enough to
16345           just check the return value for errors, but we need to
16346           check for short reads as well (now if only we handled
16347           them too ...). Fixes #347935.
16348
16349 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16350
16351         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
16352           Fix caps after previous change to byte order endianness.
16353
16354         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16355         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16356         (gst_wavpack_parse_loop):
16357         * ext/wavpack/gstwavpackparse.h:
16358           Queue incoming events if there's no source pad yet and
16359           send them downstream later when the pad is there.
16360
16361 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16362
16363         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
16364         (gst_wavpack_dec_format_samples),
16365         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16366         (gst_wavpack_dec_change_state):
16367         * ext/wavpack/gstwavpackdec.h:
16368           Output audio in native byte order (which is also how we get
16369           samples from wavpack); output samples with 21-24 bit depth
16370           with 32 bit width (makes things easier for us).
16371
16372 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16373
16374         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16375         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16376         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16377         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16378         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
16379         * ext/wavpack/gstwavpackdec.h:
16380           More clean-ups: remove most of the disfunctional correction
16381           pad stuff for now, if it ever gets implemented a lot of stuff
16382           will have to be rewritten anyway; redo chain function, move
16383           errors to end, error out instead of g_assert()ing. Also rename
16384           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
16385           other small stuff.
16386
16387 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16388
16389         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16390
16391         * configure.ac:
16392           Check for wavpack version and define WAVPACK_OLD_API if
16393           necessary.
16394
16395         * ext/wavpack/Makefile.am:
16396         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
16397         (gst_wavpack_read_metadata):
16398         * ext/wavpack/gstwavpackcommon.h:
16399         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16400         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16401         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16402         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16403         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
16404         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
16405         * ext/wavpack/gstwavpackdec.h:
16406         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
16407         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
16408         (gst_wavpack_enc_set_wp_config):
16409         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16410         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
16411         (gst_wavpack_parse_index_get_entry_from_sample),
16412         (gst_wavpack_parse_scan_to_find_sample),
16413         (gst_wavpack_parse_handle_seek_event),
16414         (gst_wavpack_parse_create_src_pad):
16415         * ext/wavpack/gstwavpackstreamreader.c:
16416         * ext/wavpack/gstwavpackstreamreader.h:
16417           Port to new/official wavpack API, don't use API that was exported
16418           in wavpack header files and in the lib but meant to be private, at
16419           least not for recent wavpack versions; misc. 'cleanups' (#347443).
16420
16421 2006-07-18  Wim Taymans  <wim@fluendo.com>
16422
16423         * gst/nsf/nsf.c: (nsf_load):
16424         Fix compilation by not ignoring return values of fread.
16425
16426 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16427
16428         * docs/plugins/inspect/plugin-alsaspdif.xml:
16429         * docs/plugins/inspect/plugin-filter.xml:
16430         * docs/plugins/inspect/plugin-h264parse.xml:
16431         * docs/plugins/inspect/plugin-musepack.xml:
16432         * docs/plugins/inspect/plugin-nsfdec.xml:
16433         * docs/plugins/inspect/plugin-sdl.xml:
16434         * docs/plugins/inspect/plugin-spectrum.xml:
16435           adding more inspect docs
16436
16437 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16438
16439         * docs/plugins/inspect/plugin-gdp.xml:
16440           actually commit inspectation of gdp element
16441
16442 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16443
16444         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
16445         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16446           remove parent_class setting, BOILERPLATE does this
16447         (gst_gdp_pay_reset_streamheader):
16448           fix typo in comment
16449
16450 2006-07-17  Wim Taymans  <wim@fluendo.com>
16451
16452         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16453         (gst_qtdemux_prepare_current_sample),
16454         (gst_qtdemux_loop_state_movie):
16455         Store duration in uint64 too instead of clipping.
16456         When we do a keyframe seek and the requested time is at the
16457         keyframe, don't seek back to the beginning of the keyframe.
16458         Fixes #347439.
16459
16460 2006-07-16  Wim Taymans  <wim@fluendo.com>
16461
16462         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16463         Don't crash on small buffers.
16464
16465 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16466
16467         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16468         Reset adapter.
16469
16470 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16471
16472         * gst/spectrum/demo-audiotest.c: (main):
16473         * gst/spectrum/demo-osssrc.c: (main):
16474         Do not use deprecated gtk functions.
16475
16476 2006-07-14  Wim Taymans  <wim@fluendo.com>
16477
16478         * gst/nsf/Makefile.am:
16479         * gst/nsf/memguard.c:
16480         * gst/nsf/memguard.h:
16481         * gst/nsf/types.h:
16482         Remove crack malloc/free replacement.
16483
16484 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16485
16486         * docs/plugins/Makefile.am:
16487         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16488         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16489           add more plugins and elements to docs
16490         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16491           fix segfaults due to wrong g_free
16492           add example
16493         * gst/gdp/gstgdppay.c:
16494           add example
16495
16496 2006-07-13  Wim Taymans  <wim@fluendo.com>
16497
16498         * gst/nsf/Makefile.am:
16499         Fix build.
16500
16501 2006-07-13  Wim Taymans  <wim@fluendo.com>
16502
16503         Based on patches by: Johan Dahlin <johan at gnome dot org>
16504                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16505
16506         * configure.ac:
16507         * gst/nsf/Makefile.am:
16508         * gst/nsf/dis6502.h:
16509         * gst/nsf/fds_snd.c:
16510         * gst/nsf/fds_snd.h:
16511         * gst/nsf/fmopl.c:
16512         * gst/nsf/fmopl.h:
16513         * gst/nsf/gstnsf.c:
16514         * gst/nsf/gstnsf.h:
16515         * gst/nsf/log.c:
16516         * gst/nsf/log.h:
16517         * gst/nsf/memguard.c:
16518         * gst/nsf/memguard.h:
16519         * gst/nsf/mmc5_snd.c:
16520         * gst/nsf/mmc5_snd.h:
16521         * gst/nsf/nes6502.c:
16522         * gst/nsf/nes6502.h:
16523         * gst/nsf/nes_apu.c:
16524         * gst/nsf/nes_apu.h:
16525         * gst/nsf/nsf.c:
16526         * gst/nsf/nsf.h:
16527         * gst/nsf/osd.h:
16528         * gst/nsf/types.h:
16529         * gst/nsf/vrc7_snd.c:
16530         * gst/nsf/vrc7_snd.h:
16531         * gst/nsf/vrcvisnd.c:
16532         * gst/nsf/vrcvisnd.h:
16533         Added NSF decoder plugin. Fixes 151192. 
16534
16535 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16536
16537         * tests/check/Makefile.am:
16538           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16539
16540 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16541
16542         * configure.ac:
16543           Don't error out in configure if mjpegtools dev is not there.
16544
16545 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16546
16547         Patch by: Mark Nauwelaerts <manauw at skynet be>
16548
16549         * configure.ac:
16550         * ext/Makefile.am:
16551         * ext/mpeg2enc/Makefile.am:
16552         * ext/mpeg2enc/gstmpeg2enc.cc:
16553         * ext/mpeg2enc/gstmpeg2enc.hh:
16554         * ext/mpeg2enc/gstmpeg2encoder.cc:
16555         * ext/mpeg2enc/gstmpeg2encoder.hh:
16556         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16557         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16558         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16559         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16560         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16561           Port mpeg2enc to 0.10 (#343184).
16562
16563         * tests/check/Makefile.am:
16564         * tests/check/elements/.cvsignore:
16565         * tests/check/elements/mpeg2enc.c:
16566           Add unit test for mpeg2enc.
16567
16568         * tests/icles/.cvsignore:
16569           Ignore pitch-test.
16570
16571 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16572
16573         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16574           Fix typo in property nick.
16575
16576 2006-07-10  Wim Taymans  <wim@fluendo.com>
16577
16578         * gst/filter/gstbpwsinc.h:
16579         * gst/filter/gstiir.h:
16580         * gst/filter/gstlpwsinc.h:
16581         Don't forget new files.
16582
16583 2006-07-10  Wim Taymans  <wim@fluendo.com>
16584
16585         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16586
16587         * configure.ac:
16588         * gst/filter/Makefile.am:
16589         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16590         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16591         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16592         (bpwsinc_set_property), (bpwsinc_get_property):
16593         * gst/filter/gstfilter.c: (plugin_init):
16594         * gst/filter/gstfilter.h:
16595         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16596         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16597         (iir_transform_ip), (iir_set_property), (iir_get_property):
16598         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16599         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16600         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16601         (lpwsinc_set_property), (lpwsinc_get_property):
16602         Ported the gstfilter plugin to GStreamer 0.10.
16603         Fixes #346853.
16604
16605 2006-07-10  Wim Taymans  <wim@fluendo.com>
16606
16607         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16608           Extract comment information!!
16609
16610 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16611
16612         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16613         (qtdemux_tag_add_date):
16614           Extract year/date information (fixes #347079).
16615
16616 2006-07-07  Wim Taymans  <wim@fluendo.com>
16617
16618         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16619         Don't crash on twos/sowt/raw audio. #345830.
16620
16621 2006-07-07  Wim Taymans  <wim@fluendo.com>
16622
16623         Patch by: Lutz Mueller <lutz at topfrose dot de>
16624
16625         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16626         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16627         (request_dispatch), (gst_neonhttp_src_create),
16628         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16629         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16630         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16631         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16632         * ext/neon/gstneonhttpsrc.h:
16633         Remove unlock function. start/stop will do everything needed
16634         Removed code that was never called.
16635         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16636         Do not escape path. Fixes #346723.
16637         Additional code cleanups.
16638
16639 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16640
16641         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16642         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16643           Fix silly crasher in state change function; add
16644           IV41 fourcc (see bug #171111); don't output confusing
16645           debug message when skipping atoms.
16646
16647 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16648
16649         * ext/directfb/dfbvideosink.c:
16650         * ext/gsm/gstgsmdec.c:
16651         * ext/gsm/gstgsmenc.c:
16652         * ext/libmms/gstmms.c:
16653         * ext/neon/gstneonhttpsrc.c:
16654         * ext/theora/theoradec.c:
16655         * gst/freeze/gstfreeze.c:
16656         * gst/gdp/gstgdpdepay.c:
16657         * gst/gdp/gstgdppay.c:
16658         * sys/glsink/glimagesink.c:
16659           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16660           and fix one GObject boilerplate macro.
16661
16662 2006-06-20  Wim Taymans  <wim@fluendo.com>
16663
16664         * gst/modplug/libmodplug/stdafx.h:
16665         Fix modplug on AMD64. Fixes #345336.
16666
16667 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
16668
16669         * configure.ac:
16670           Fix check so that future libneon API changes won't break the build.
16671
16672         * ext/neon/gstneonhttpsrc.c:
16673           Fix build with libneon-0.26.x (#345182).
16674
16675 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
16676
16677         * configure.ac:
16678           Fix --disable-external (can't set conditionals conditionally,
16679           #343602).
16680           
16681 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16682
16683         * gst/spectrum/Makefile.am:
16684         Fix build.
16685
16686 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
16687
16688         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
16689         (draw_spectrum), (message_handler), (main):
16690         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
16691         (message_handler), (main):
16692         port to use message to get results, cleanly exit when closing the window
16693         
16694         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16695         (gst_spectrum_init), (gst_spectrum_dispose),
16696         (gst_spectrum_set_property), (gst_spectrum_get_property),
16697         (gst_spectrum_set_caps), (gst_spectrum_start),
16698         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
16699         * gst/spectrum/gstspectrum.h:
16700         port to derive from basetransform and send results via messages
16701         (like level element)
16702
16703 2006-06-15  Wim Taymans  <wim@fluendo.com>
16704
16705         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16706         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
16707         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
16708         Combine return values from src pad pushes.
16709
16710 2006-06-15  Wim Taymans  <wim@fluendo.com>
16711
16712         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
16713         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
16714         (gst_qtdemux_add_stream):
16715         Don't crash on files with 0 samples, EOS immediatly instead.
16716         Fixes #344944.
16717
16718 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16719
16720         Patch by: Wouter Paesen  <wouter at kangaroot net>
16721
16722         * ext/soundtouch/Makefile.am:
16723         * ext/soundtouch/gstpitch.cc:
16724           Make pitch element controllable via GstController interface
16725           (#344821).
16726           
16727         * configure.ac:
16728           Up core requirements to 0.10.8.1/CVS because earlier
16729           GstControllers can't handle float properties correctly.
16730           Check for GstController CFLAGS and LIBS.
16731
16732         * tests/icles/Makefile.am:
16733         * tests/icles/pitch-test.c: (main):
16734           Add small test program for the above (welcome to the 80s!).
16735
16736 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16737
16738         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
16739
16740         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
16741         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
16742         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
16743         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16744         * ext/wavpack/gstwavpackenc.h:
16745           Use bitrate property solely for bitrates and add new
16746           bits-per-sample property for the other stuff. Set duration
16747           to 'unknown' in initial header and resend header with proper
16748           duration on EOS; update Sebastian's e-mail address.
16749
16750 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16751
16752         * examples/directfb/.cvsignore:
16753         * ext/directfb/.cvsignore:
16754           #define red green
16755
16756 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16757
16758         * gst/spectrum/.cvsignore:
16759           Ignore more.
16760
16761 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16762
16763         * ext/libmms/gstmms.c: (gst_mms_create):
16764           Set caps on outgoing buffers.
16765
16766         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
16767           Comment out unused global instance variable.
16768
16769 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
16770
16771         Patch by: Sebastian Dröge  <mail at slomosnail de>
16772
16773         * ext/wavpack/Makefile.am:
16774         * ext/wavpack/gstwavpack.c: (plugin_init):
16775         * ext/wavpack/gstwavpackcommon.h:
16776         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
16777         (gst_wavpack_enc_correction_mode_get_type),
16778         (gst_wavpack_enc_joint_stereo_mode_get_type),
16779         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
16780         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
16781         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
16782         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
16783         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16784         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16785         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
16786         (gst_wavpack_enc_plugin_init):
16787         * ext/wavpack/gstwavpackenc.h:
16788         * ext/wavpack/md5.c:
16789         * ext/wavpack/md5.h:
16790           Add wavpack encoder element (#343131).
16791
16792 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16793
16794         * configure.ac:
16795           Check for X before using X_CFLAGS in the check for opengl (#343866).
16796           
16797         * ext/musepack/Makefile.am:
16798         * ext/wavpack/Makefile.am:
16799         * gst/speed/Makefile.am:
16800           Add missing GST_LIBS, fixes build on cygwin (#343866).
16801
16802 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16803
16804         * configure.ac:
16805           enable building of GDP elements
16806         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16807         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16808         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16809         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16810         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
16811         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
16812         (gst_gdp_pay_change_state):
16813         * gst/gdp/gstgdppay.h:
16814           add version 1.0
16815
16816 2006-06-02  Michael Smith  <msmith@fluendo.com>
16817
16818         * ext/theora/theoradec.c: (theora_dec_src_convert),
16819         (theora_handle_type_packet), (theora_handle_422_image),
16820         (theora_handle_444_image), (theora_handle_420_image),
16821         (theora_handle_data_packet):
16822           Theora 4:4:4 pixel format support.
16823
16824 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16825
16826         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16827         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16828         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16829         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
16830         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
16831         (gst_gdp_pay_get_property):
16832           add crc-header and crc-payload properties
16833           don't error out on some things that are recoverable
16834         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
16835           add test for crc
16836
16837 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
16838
16839         * ext/alsaspdif/alsaspdifsink.h:
16840         * ext/amrwb/gstamrwbdec.h:
16841         * ext/amrwb/gstamrwbenc.h:
16842         * ext/amrwb/gstamrwbparse.h:
16843         * ext/arts/gst_arts.h:
16844         * ext/artsd/gstartsdsink.h:
16845         * ext/audiofile/gstafparse.h:
16846         * ext/audiofile/gstafsink.h:
16847         * ext/audiofile/gstafsrc.h:
16848         * ext/audioresample/gstaudioresample.h:
16849         * ext/bz2/gstbz2dec.h:
16850         * ext/bz2/gstbz2enc.h:
16851         * ext/dirac/gstdiracdec.h:
16852         * ext/directfb/dfbvideosink.h:
16853         * ext/divx/gstdivxdec.h:
16854         * ext/divx/gstdivxenc.h:
16855         * ext/dts/gstdtsdec.h:
16856         * ext/faac/gstfaac.h:
16857         * ext/gsm/gstgsmdec.h:
16858         * ext/gsm/gstgsmenc.h:
16859         * ext/ivorbis/vorbisenc.h:
16860         * ext/libfame/gstlibfame.h:
16861         * ext/nas/nassink.h:
16862         * ext/neon/gstneonhttpsrc.h:
16863         * ext/polyp/polypsink.h:
16864         * ext/sdl/sdlaudiosink.h:
16865         * ext/sdl/sdlvideosink.h:
16866         * ext/shout/gstshout.h:
16867         * ext/snapshot/gstsnapshot.h:
16868         * ext/sndfile/gstsf.h:
16869         * ext/swfdec/gstswfdec.h:
16870         * ext/tarkin/gsttarkindec.h:
16871         * ext/tarkin/gsttarkinenc.h:
16872         * ext/theora/theoradec.h:
16873         * ext/wavpack/gstwavpackdec.h:
16874         * ext/wavpack/gstwavpackparse.h:
16875         * ext/xine/gstxine.h:
16876         * ext/xvid/gstxviddec.h:
16877         * ext/xvid/gstxvidenc.h:
16878         * gst/cdxaparse/gstcdxaparse.h:
16879         * gst/cdxaparse/gstcdxastrip.h:
16880         * gst/colorspace/gstcolorspace.h:
16881         * gst/festival/gstfestival.h:
16882         * gst/freeze/gstfreeze.h:
16883         * gst/gdp/gstgdpdepay.h:
16884         * gst/gdp/gstgdppay.h:
16885         * gst/modplug/gstmodplug.h:
16886         * gst/mpeg1sys/gstmpeg1systemencode.h:
16887         * gst/mpeg1videoparse/gstmp1videoparse.h:
16888         * gst/mpeg2sub/gstmpeg2subt.h:
16889         * gst/mpegaudioparse/gstmpegaudioparse.h:
16890         * gst/multifilesink/gstmultifilesink.h:
16891         * gst/overlay/gstoverlay.h:
16892         * gst/playondemand/gstplayondemand.h:
16893         * gst/qtdemux/qtdemux.h:
16894         * gst/rtjpeg/gstrtjpegdec.h:
16895         * gst/rtjpeg/gstrtjpegenc.h:
16896         * gst/smooth/gstsmooth.h:
16897         * gst/smoothwave/gstsmoothwave.h:
16898         * gst/spectrum/gstspectrum.h:
16899         * gst/speed/gstspeed.h:
16900         * gst/stereo/gststereo.h:
16901         * gst/switch/gstswitch.h:
16902         * gst/tta/gstttadec.h:
16903         * gst/tta/gstttaparse.h:
16904         * gst/videodrop/gstvideodrop.h:
16905         * gst/xingheader/gstxingmux.h:
16906         * sys/directdraw/gstdirectdrawsink.h:
16907         * sys/directsound/gstdirectsoundsink.h:
16908         * sys/dxr3/dxr3audiosink.h:
16909         * sys/dxr3/dxr3spusink.h:
16910         * sys/dxr3/dxr3videosink.h:
16911         * sys/qcam/gstqcamsrc.h:
16912         * sys/vcd/vcdsrc.h:
16913         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16914
16915 2006-05-31  Edward Hervey  <edward@fluendo.com>
16916
16917         * ext/faad/gstfaad.h:
16918         Forgot to commit the header file too.
16919
16920 2006-05-31  Edward Hervey  <edward@fluendo.com>
16921
16922         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
16923         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
16924         (gst_faad_chain), (gst_faad_change_state):
16925         Added GstSegment to control segments.
16926         Added clipping/dropping of outgoing buffers in order to have accurate
16927         seeking working properly.
16928
16929 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16930
16931         Patch by: Lutz Müller  <lutz at topfrose de>
16932
16933         * ext/bz2/Makefile.am:
16934         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
16935         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
16936           Use gst_type_find_helper_* functions for typefinding; use
16937           correct caps with gst_pad_alloc_buffer(); add state change
16938           function and reset decoder in it; don't unref buffer if
16939           pad_push fails; use fixed caps on source pad. (#341524).
16940
16941 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
16942
16943         * gst/spectrum/Makefile.am:
16944         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
16945         (spectrum_chain), (main):
16946         * gst/spectrum/demo-osssrc.c:
16947         added another example
16948         
16949         * sys/v4l2/gstv4l2src.c:
16950         fix typo
16951
16952 2006-05-26  Edward Hervey  <edward@fluendo.com>
16953
16954         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
16955         Clip the outputed NEWSEGMENT stop time to the configured segment stop
16956         time.
16957
16958 2006-05-26  Wim Taymans  <wim@fluendo.com>
16959
16960         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
16961         Don't clear the running variable in the seek code.
16962
16963 2006-05-24  Wim Taymans  <wim@fluendo.com>
16964
16965         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
16966         Detect QCELP in mp4a descriptors.
16967
16968 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16969
16970         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
16971           po/POTFILES.in:
16972           Throw an error when the file is encrypted. Move plugin_init stuff
16973           to the end of the file, add stuff for i18n, make debug category
16974           static.
16975
16976 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16977
16978         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16979
16980         * configure.ac:
16981         * gst/h264parse/Makefile.am:
16982         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
16983         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
16984         (gst_h264_parse_init), (gst_h264_parse_chain),
16985         (gst_h264_parse_handle_event), (plugin_init):
16986         * gst/h264parse/gsth264parse.h:
16987           New plugin: h264parse (#340638)
16988
16989 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16990
16991         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
16992         (gst_gdp_depay_change_state):
16993         * gst/gdp/gstgdpdepay.h:
16994         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
16995         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
16996         (gst_gdp_pay_change_state):
16997         * gst/gdp/gstgdppay.h:
16998           Handle error cases when calling functions
16999           do downwards state change after parent's change_state
17000         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
17001         * tests/check/elements/gdppay.c: (GST_START_TEST):
17002           clean up more
17003
17004 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17005
17006         * gst/gdp/Makefile.am:
17007         * gst/gdp/gstgdp.c: (plugin_init):
17008         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
17009         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
17010         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
17011         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
17012         * gst/gdp/gstgdpdepay.h:
17013         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
17014         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
17015         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
17016         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
17017         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
17018         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
17019         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
17020         (gst_gdp_pay_plugin_init):
17021         * gst/gdp/gstgdppay.h:
17022         * tests/check/Makefile.am:
17023         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
17024         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
17025         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
17026         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
17027         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
17028         (main):
17029           adding GDP payloader and depayloader.  Build integration will
17030           follow later when the GDP issues for core are sorted out.
17031
17032 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17033
17034         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17035         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
17036         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
17037           Use boilerplate macro, fix strings to match plugin-moval-requirements
17038
17039 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17040
17041         * gst/spectrum/Makefile.am:
17042           Link to base libraries
17043
17044         * gst/spectrum/demo-osssrc.c: (main):
17045           use new threshhold property
17046
17047         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17048         (gst_spectrum_init), (gst_spectrum_dispose),
17049         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
17050         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
17051         (gst_spectrum_change_state):
17052         * gst/spectrum/gstspectrum.h:
17053         Use gst_adapter, support multiple-channels, add threshold property for
17054         result, add docs, fix resulting spectrum range (was including mirrored
17055         results)
17056
17057 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17058
17059         * configure.ac:
17060         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
17061         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
17062         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
17063         (gst_spectrum_base_init), (gst_spectrum_class_init),
17064         (gst_spectrum_init), (gst_spectrum_dispose),
17065         (gst_spectrum_set_property), (gst_spectrum_chain):
17066         * gst/spectrum/gstspectrum.h:
17067         Initial port of the spectrum element
17068
17069 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
17070
17071         * sys/v4l2/gstv4l2.c:
17072         * sys/v4l2/gstv4l2object.c:
17073         * sys/v4l2/gstv4l2object.h:
17074         * sys/v4l2/gstv4l2src.c:
17075         * sys/v4l2/gstv4l2xoverlay.c:
17076         Some clean-ups requested by wingo in bug #338818.       
17077
17078 2006-05-19  Michael Smith  <msmith@fluendo.com>
17079
17080         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17081         (alsaspdifsink_class_init), (alsaspdifsink_init),
17082         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17083         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
17084         (alsaspdifsink_get_time), (alsaspdifsink_open),
17085         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17086         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17087         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17088         (generate_iec958_zero_frame), (alsaspdifsink_render),
17089         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17090         * ext/alsaspdif/alsaspdifsink.h:
17091           Use sampling rate from set_caps. Comment out some more unused code.
17092
17093 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
17094
17095         * configure.ac:
17096           Check for X11
17097         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
17098         * sys/v4l2/gstv4l2object.h:
17099         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
17100         * sys/v4l2/gstv4l2src.h:
17101         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
17102         * sys/v4l2/gstv4l2xoverlay.h:
17103           Code cleanups, fix debug macros
17104
17105 2006-05-18  Michael Smith  <msmith@fluendo.com>
17106
17107         * ext/Makefile.am:
17108           Fix distcheck?
17109
17110 2006-05-18  Michael Smith  <msmith@fluendo.com>
17111
17112         * configure.ac:
17113         * ext/Makefile.am:
17114         * ext/alsaspdif/Makefile.am:
17115         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17116         (alsaspdifsink_class_init), (alsaspdifsink_init),
17117         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17118         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
17119         (alsaspdifsink_get_time), (alsaspdifsink_open),
17120         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17121         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17122         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17123         (generate_iec958_zero_frame), (alsaspdifsink_render),
17124         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17125         * ext/alsaspdif/alsaspdifsink.h:
17126           Add an alsa plugin to output IEC958 frames over S/PDIF
17127
17128 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
17129
17130         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
17131           Remove unused caps cruft from chain function altogether.
17132
17133 2006-05-17  Edward Hervey  <edward@fluendo.com>
17134
17135         * ext/faad/gstfaad.c: (gst_faad_chain): 
17136         There's no guarantee that caps was set to something, and if it did, the
17137         function called to fill that variable actually sets the caps on the
17138         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
17139         GST_PAD_CAPS(faad->srcpad).
17140
17141 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
17142
17143         Patch by: Young-Ho Cha  <ganadist chollian net>
17144
17145         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
17146         (gst_faad_change_state):
17147         * ext/faad/gstfaad.h:
17148           If we encounter a decoding error, don't error out immediately,
17149           but try to resync (or see if we have better luck with the next
17150           buffer in case of framed input). Only error out after five
17151           consecutive errors. Fixes #341563.
17152
17153 2006-05-12  Wim Taymans  <wim@fluendo.com>
17154
17155         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
17156         (gst_xvidenc_init), (gst_xvidenc_finalize),
17157         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
17158         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
17159         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
17160         (gst_xvidenc_get_property):
17161         Compile fixes.
17162
17163 2006-05-12  Wim Taymans  <wim@fluendo.com>
17164
17165         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17166
17167         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
17168         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
17169         (gst_xvid_image_fill):
17170         * ext/xvid/gstxvid.h:
17171         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
17172         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
17173         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
17174         (gst_xviddec_add_par), (gst_xviddec_negotiate),
17175         (gst_xviddec_decode), (gst_xviddec_chain),
17176         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
17177         (gst_xviddec_src_link), (gst_xviddec_setcaps),
17178         (gst_xviddec_change_state):
17179         * ext/xvid/gstxviddec.h:
17180         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
17181         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
17182         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
17183         (gst_xvidenc_class_init), (gst_xvidenc_init),
17184         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
17185         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
17186         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
17187         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
17188         (gst_xvidenc_change_state):
17189         * ext/xvid/gstxvidenc.h:
17190         xvid plugin to support more capabilities of XviD codec.
17191         Fixes #339462.
17192         Some more cleanups here and there.
17193
17194 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
17195
17196         * sys/v4l2/Makefile.am:
17197         * sys/v4l2/gstv4l2.c:
17198         * sys/v4l2/gstv4l2colorbalance.c:
17199         * sys/v4l2/gstv4l2colorbalance.h:
17200         * sys/v4l2/gstv4l2element.c:
17201         * sys/v4l2/gstv4l2element.h:
17202         * sys/v4l2/gstv4l2object.c:
17203         * sys/v4l2/gstv4l2object.h:
17204         * sys/v4l2/gstv4l2src.c:
17205         * sys/v4l2/gstv4l2src.h:
17206         * sys/v4l2/gstv4l2tuner.c:
17207         * sys/v4l2/gstv4l2tuner.h:
17208         * sys/v4l2/gstv4l2xoverlay.c:
17209         * sys/v4l2/gstv4l2xoverlay.h:
17210         * sys/v4l2/v4l2_calls.c:
17211         * sys/v4l2/v4l2_calls.h:
17212         * sys/v4l2/v4l2src_calls.c:
17213         * sys/v4l2/v4l2src_calls.h:
17214         Changes proposed by Wingo in bug #338818.
17215
17216 2006-05-11  Wim Taymans  <wim@fluendo.com>
17217
17218         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
17219         (gst_qtdemux_handle_esds):
17220         Figure out the real audio type in mp4a boxes by parsing the
17221         optional descriptors in the optional esds box. Promote the
17222         default AAC to mp3 when indicated. Fixes #330632.
17223
17224 2006-05-10  Wim Taymans  <wim@fluendo.com>
17225
17226         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
17227         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
17228         Parse version 2 sample descriptions. Fixes #341231
17229         Don't #define gst_util_dump_mem(), use something more
17230         specific instead to avoid confusion.
17231
17232 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
17233
17234         * sys/v4l2/gstv4l2src.c:
17235         * sys/v4l2/v4l2src_calls.c:
17236         Fix fourcc name printed out. Patch from Martin Rubli.
17237
17238 2006-05-08  Wim Taymans  <wim@fluendo.com>
17239
17240         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
17241         (qtdemux_dump_mvhd):
17242         Don't cause side effects in a debugging function.
17243         Also report duration in push mode since we can.
17244
17245 2006-05-08  Edward Hervey  <edward@fluendo.com>
17246
17247         * autogen.sh: (CONFIGURE_DEF_OPT): 
17248         libtoolize on Darwin/MacOSX is called glibtoolize
17249
17250 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
17251
17252         * ext/amrwb/gstamrwbdec.c:
17253         * ext/amrwb/gstamrwbenc.c:
17254         * ext/sdl/sdlaudiosink.c:
17255         * ext/sdl/sdlvideosink.c:
17256         * ext/wavpack/gstwavpackdec.c:
17257         * ext/xine/xine.c:
17258         * ext/xine/xineaudiodec.c:
17259         * ext/xine/xineaudiosink.c:
17260         * ext/xine/xineinput.c:
17261         * gst/cdxaparse/gstcdxaparse.c:
17262         * gst/freeze/gstfreeze.c:
17263         * sys/v4l2/gstv4l2element.c:
17264         Add semicolons after GST_BOILERPLATE[_FULL] so that
17265         indent doesn't mess up following lines.
17266
17267 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
17268
17269         * sys/v4l2/gstv4l2element.c:
17270         * sys/v4l2/gstv4l2element.h:
17271         * sys/v4l2/gstv4l2src.c:
17272         * sys/v4l2/gstv4l2src.h:
17273         * sys/v4l2/gstv4l2tuner.c:
17274         * sys/v4l2/gstv4l2tuner.h:
17275         * sys/v4l2/v4l2_calls.c:
17276         * sys/v4l2/v4l2_calls.h:
17277         * sys/v4l2/v4l2src_calls.c:
17278         * sys/v4l2/v4l2src_calls.h:
17279         * tests/icles/v4l2src-test.c:
17280         Some changes proposed by wingo in bug #338818 (but not everything
17281         yet). Patch from Martin Rubli to fix framerate detection.
17282
17283 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
17284
17285         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
17286           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
17287
17288 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
17289
17290         * configure.ac:
17291           Back to CVS
17292
17293 === release 0.10.3 ===
17294
17295 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
17296
17297         * configure.ac:
17298           releasing 0.10.3, "Petition to request permission"
17299
17300 2006-05-04  Julien MOUTTE  <julien@moutte.net>
17301
17302         * tests/icles/Makefile.am: Fix build.
17303
17304 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17305
17306         * ext/musicbrainz/Makefile.am:
17307           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
17308
17309 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
17310
17311         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17312         Clean up one piece of logic slightly and remove a 
17313         dead code block.
17314
17315 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17316
17317         * docs/plugins/Makefile.am:
17318         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17319         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17320         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
17321         * docs/plugins/inspect/plugin-musicbrainz.xml:
17322         * ext/musicbrainz/gsttrm.c:
17323         * ext/musicbrainz/gsttrm.h:
17324           Everybody loves docs - add docs for musicbrainz plugin.
17325
17326 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17327
17328         * ext/Makefile.am:
17329           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
17330           
17331 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17332
17333         * ext/Makefile.am:
17334           Forgot to commit this one.
17335
17336 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17337
17338         Patch by: James "Doc" Livingston  <doclivingston gmail com>
17339
17340         * configure.ac:
17341         * ext/musicbrainz/Makefile.am:
17342         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
17343         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
17344         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
17345         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
17346         * ext/musicbrainz/gsttrm.h:
17347           Port MusicBrainz TRM plugin (#336898).
17348
17349 2006-05-03  Michael Smith  <msmith@fluendo.com>
17350
17351         * ext/faad/gstfaad.c: (gst_faad_setcaps),
17352         (looks_like_valid_header), (gst_faad_chain):
17353           Fix #334748: use fake_codec_data if the first bytes of the first
17354           buffer we process doesn't look like plausible AAC data (e.g.
17355           reserved values for rate, or channels). Fixes playback of Apple's
17356           movie trailers.
17357
17358 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
17359
17360         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
17361         Fix get_caps func to work when no framerate is available and the caps
17362         isn't simple.
17363
17364 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
17365
17366         * sys/v4l2/Makefile.am:
17367         * sys/v4l2/gstv4l2colorbalance.c:
17368         * sys/v4l2/gstv4l2xoverlay.c:
17369         * sys/v4l2/v4l2_calls.c:
17370         * tests/icles/Makefile.am:
17371         * tests/icles/v4l2src-test.c:
17372         Few improvements to move to good.
17373
17374 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17375
17376         * configure.ac:
17377         * docs/plugins/Makefile.am:
17378         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17379         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17380         * docs/plugins/inspect/plugin-taglib.xml:
17381         * ext/Makefile.am:
17382         * ext/taglib/Makefile.am:
17383         * ext/taglib/gstid3v2mux.cc:
17384         * ext/taglib/gstid3v2mux.h:
17385         * ext/taglib/gsttaglib.cc:
17386         * ext/taglib/gsttaglib.h:
17387         * tests/check/Makefile.am:
17388         * tests/check/elements/tagid3v2mux.c:
17389           moved to good.  Closes #336110
17390
17391 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17392
17393         * docs/plugins/Makefile.am:
17394         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17395         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17396         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17397         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17398         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17399           Fix up docs for taglib plugin
17400           Also scan .cc files
17401
17402 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17403
17404         * ext/taglib/gsttaglib.cc:
17405           Post an error message on the bus in the (extremely unlikely)
17406           case of an error.
17407
17408 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17409
17410         * ext/taglib/Makefile.am:
17411         * ext/taglib/gstid3v2mux.cc:
17412         * ext/taglib/gstid3v2mux.h:
17413         * ext/taglib/gsttaglib.cc:
17414         * ext/taglib/gsttaglib.h:
17415           Split the actual ID3v2 tag rendering code into
17416           its own subclass.
17417
17418 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
17419
17420         * ext/neon/gstneonhttpsrc.c:
17421         * ext/neon/gstneonhttpsrc.h:
17422           added iradio-mode support as in gnomevfssrc to enable 
17423           connections with icydemux that will send title tag messages on 
17424           shoutcast/icecast streams. I've also added iradio properties
17425           iradio-name, iradio-genre, iradio-url.
17426           added user-agent property because some shoutcast streams don't return 
17427           data if the GET requests don't have a User-Agent.
17428         * win32/common/libgstneon.dsp:
17429           use debug version of libneon in debug mode
17430 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17431
17432         * configure.ac:
17433         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17434         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17435         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17436         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17437         * sys/Makefile.am:
17438         * sys/ximagesrc/Makefile.am:
17439         * sys/ximagesrc/ximagesrc.c:
17440         * sys/ximagesrc/ximagesrc.h:
17441         * sys/ximagesrc/ximageutil.c:
17442         * sys/ximagesrc/ximageutil.h:
17443         * tests/Makefile.am:
17444         * tests/icles/.cvsignore:
17445         * tests/icles/Makefile.am:
17446         * tests/icles/ximagesrc-test.c:
17447           moved ximagesrc to good (See #336756)
17448
17449 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
17450
17451         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
17452         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
17453         (gst_faad_close_decoder), (gst_faad_change_state):
17454         * ext/faad/gstfaad.h:
17455           If we run into a decoding error, try re-opening the decoder
17456           with faacDecInit2() using fake codec data created from the
17457           data the demuxer gave us. Should fix a whole bunch of
17458           GStreamer-faad problems incl. 'channel coupling not
17459           implemented', 'maximum number of scalefactor bands exceeded'
17460           etc. (#173007, #332892).
17461
17462 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17463
17464         * ext/amrwb/gstamrwbdec.c:
17465         * ext/amrwb/gstamrwbenc.c:
17466         * ext/amrwb/gstamrwbparse.c:
17467         * ext/arts/gst_arts.c:
17468         * ext/artsd/gstartsdsink.c:
17469         * ext/audiofile/gstafparse.c:
17470         * ext/audiofile/gstafsink.c:
17471         * ext/audiofile/gstafsrc.c:
17472         * ext/audioresample/gstaudioresample.c:
17473         * ext/bz2/gstbz2dec.c:
17474         * ext/bz2/gstbz2enc.c:
17475         * ext/cdaudio/gstcdaudio.c:
17476         * ext/directfb/dfbvideosink.c:
17477         * ext/divx/gstdivxdec.c:
17478         * ext/divx/gstdivxenc.c:
17479         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17480         * ext/faac/gstfaac.c: (gst_faac_base_init):
17481         * ext/faad/gstfaad.c:
17482         * ext/gsm/gstgsmdec.c:
17483         * ext/gsm/gstgsmenc.c:
17484         * ext/hermes/gsthermescolorspace.c:
17485         * ext/ivorbis/vorbisfile.c:
17486         * ext/lcs/gstcolorspace.c:
17487         * ext/libfame/gstlibfame.c:
17488         * ext/libmms/gstmms.c: (gst_mms_base_init):
17489         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17490         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17491         * ext/nas/nassink.c: (gst_nassink_base_init):
17492         * ext/neon/gstneonhttpsrc.c:
17493         * ext/sdl/sdlaudiosink.c:
17494         * ext/sdl/sdlvideosink.c:
17495         * ext/shout/gstshout.c:
17496         * ext/snapshot/gstsnapshot.c:
17497         * ext/sndfile/gstsf.c:
17498         * ext/swfdec/gstswfdec.c:
17499         * ext/tarkin/gsttarkindec.c:
17500         * ext/tarkin/gsttarkinenc.c:
17501         * ext/theora/theoradec.c:
17502         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17503         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17504         * ext/xvid/gstxviddec.c:
17505         * ext/xvid/gstxvidenc.c:
17506         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17507         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17508         * gst/chart/gstchart.c:
17509         * gst/colorspace/gstcolorspace.c:
17510         * gst/deinterlace/gstdeinterlace.c:
17511         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17512         * gst/festival/gstfestival.c:
17513         * gst/filter/gstbpwsinc.c:
17514         * gst/filter/gstiir.c:
17515         * gst/filter/gstlpwsinc.c:
17516         * gst/freeze/gstfreeze.c:
17517         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17518         * gst/librfb/gstrfbsrc.c:
17519         * gst/mixmatrix/mixmatrix.c:
17520         * gst/mpeg1sys/gstmpeg1systemencode.c:
17521         * gst/mpeg1videoparse/gstmp1videoparse.c:
17522         * gst/mpeg2sub/gstmpeg2subt.c:
17523         * gst/mpegaudioparse/gstmpegaudioparse.c:
17524         * gst/multifilesink/gstmultifilesink.c:
17525         * gst/overlay/gstoverlay.c:
17526         * gst/passthrough/gstpassthrough.c:
17527         * gst/playondemand/gstplayondemand.c:
17528         * gst/qtdemux/qtdemux.c:
17529         * gst/rtjpeg/gstrtjpegdec.c:
17530         * gst/rtjpeg/gstrtjpegenc.c:
17531         * gst/smooth/gstsmooth.c:
17532         * gst/smoothwave/gstsmoothwave.c:
17533         * gst/spectrum/gstspectrum.c:
17534         * gst/speed/gstspeed.c:
17535         * gst/stereo/gststereo.c:
17536         * gst/switch/gstswitch.c:
17537         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17538         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17539         * gst/vbidec/gstvbidec.c:
17540         * gst/videocrop/gstvideocrop.c:
17541         * gst/videodrop/gstvideodrop.c:
17542         * gst/virtualdub/gstxsharpen.c:
17543         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17544         * gst/y4m/gsty4mencode.c:
17545         * sys/cdrom/gstcdplayer.c:
17546         * sys/directdraw/gstdirectdrawsink.c:
17547         * sys/directsound/gstdirectsoundsink.c:
17548         * sys/glsink/glimagesink.c:
17549         * sys/qcam/gstqcamsrc.c:
17550         * sys/v4l2/gstv4l2src.c:
17551         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17552         * sys/ximagesrc/ximagesrc.c:
17553           Define GstElementDetails as const and also static (when defined as
17554           global)
17555
17556 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17557
17558         * ext/musepack/gstmusepackdec.c:
17559         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17560           Add support for segment seeks.
17561
17562 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17563
17564         * sys/v4l2/gstv4l2src.c:
17565         Added a couple of ifdefs to make it compile with other kernels.
17566         
17567 2006-04-20  Wim Taymans  <wim@fluendo.com>
17568
17569         Patch by: j^ <j at bootlab dot org>
17570
17571         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17572         (qtdemux_video_caps):
17573         Never treat video streams as an audio stream.
17574         Add qtdrw mime type.
17575         Fixes #339041
17576
17577 2006-04-19  Wim Taymans  <wim@fluendo.com>
17578
17579         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17580         For VBR audio, don't try to calculate the samples_per_frame.
17581         Fixes #338935.
17582
17583 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17584
17585         * sys/v4l2/gstv4l2src.c:
17586         Just added a gtk-doc comment.
17587
17588 2006-04-17  Michael Smith  <msmith@fluendo.com>
17589
17590         * ext/theora/theoradec.c: (theora_dec_src_convert),
17591         (theora_handle_type_packet), (theora_handle_422_image),
17592         (theora_handle_420_image), (theora_handle_data_packet):
17593         * ext/theora/theoradec.h:
17594           Apply fix from j^ for API change in libtheoradec.
17595
17596           Implement 4:2:2 pixel format. Untested at the moment.
17597
17598 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17599
17600         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17601         (gst_musepack_stream_init):
17602           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17603           gst_pad_new_from_static_template().
17604
17605 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17606
17607         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17608         (gst_v4l2src_dispose):
17609         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17610         Fixed some memory leaks.
17611
17612 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17613
17614         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17615         Fix to work in read mode.
17616
17617 2006-04-10  Wim Taymans  <wim@fluendo.com>
17618
17619         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17620         Fix parsing of newer stsd chunks again.
17621
17622 2006-04-10  Wim Taymans  <wim@fluendo.com>
17623
17624         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17625         (qtdemux_parse_trak):
17626         Fix framerate calculation.
17627
17628 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17629
17630         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17631           Fix build (class_init declaration/definition mismatch).
17632
17633 2006-04-10  Wim Taymans  <wim@fluendo.com>
17634
17635         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17636         force mono 8000 Hz on AMR samples.
17637
17638 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17639
17640         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17641           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17642         * sys/directdraw/gstdirectdrawsink.c:
17643         * sys/directsound/gstdirectsoundsink.c:
17644           done some cleans in sources
17645         * win32/vs6:
17646           add project files for neon, qtdemux
17647           
17648 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17649
17650         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17651         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17652         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17653         * ext/arts/gst_arts.c: (gst_arts_class_init):
17654         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17655         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17656         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17657         * ext/audioresample/gstaudioresample.c:
17658         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17659         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17660         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17661         * ext/hermes/gsthermescolorspace.c:
17662         (gst_hermes_colorspace_class_init):
17663         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17664         * ext/jack/gstjack.c: (gst_jack_class_init):
17665         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17666         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
17667         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
17668         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17669         * ext/nas/nassink.c: (gst_nassink_class_init):
17670         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
17671         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17672         * ext/sndfile/gstsf.c: (gst_sf_class_init):
17673         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
17674         (gst_swfdec_class_init):
17675         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
17676         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
17677         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
17678         * gst/chart/gstchart.c: (gst_chart_class_init):
17679         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
17680         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
17681         * gst/festival/gstfestival.c: (gst_festival_class_init):
17682         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
17683         * gst/filter/gstiir.c: (gst_iir_class_init):
17684         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
17685         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
17686         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
17687         * gst/mpeg1sys/gstmpeg1systemencode.c:
17688         (gst_system_encode_class_init):
17689         * gst/mpeg1videoparse/gstmp1videoparse.c:
17690         (gst_mp1videoparse_class_init):
17691         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
17692         * gst/mpegaudioparse/gstmpegaudioparse.c:
17693         (gst_mp3parse_class_init):
17694         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
17695         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
17696         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
17697         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
17698         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
17699         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
17700         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
17701         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
17702         * gst/stereo/gststereo.c: (gst_stereo_class_init):
17703         * gst/switch/gstswitch.c: (gst_switch_class_init):
17704         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
17705         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
17706         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
17707         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
17708         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
17709         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
17710         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17711         * sys/directsound/gstdirectsoundsink.c:
17712         (gst_directsoundsink_class_init):
17713         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
17714         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17715         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
17716         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
17717         * sys/v4l2/gstv4l2colorbalance.c:
17718         (gst_v4l2_color_balance_channel_class_init):
17719         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
17720         (gst_v4l2_tuner_norm_class_init):
17721         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
17722         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17723
17724 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17725
17726         * gst/colorspace/gstcolorspace.h:
17727         * gst/deinterlace/gstdeinterlace.h:
17728         * gst/passthrough/gstpassthrough.h:
17729         * gst/y4m/gsty4mencode.h:
17730         Fix more broken GObject macros
17731
17732 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17733
17734         * ext/xine/gstxine.h:
17735         * gst-libs/gst/play/play.h:
17736         * sys/v4l2/gstv4l2element.h:
17737         * sys/ximagesrc/ximageutil.h:
17738         Fix broken GObject macros
17739
17740 2006-04-08  Wim Taymans  <wim@fluendo.com>
17741
17742         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
17743         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
17744         (qtdemux_dump_stco), (qtdemux_parse_trak):
17745         Don't make rounding errors in timestamp/duration calculations.
17746         Fix timestamps for AMR and IMA4.  Fixes (#337436).
17747         Create a dummy segment even when there is no edit list.
17748
17749 2006-04-07  Julien MOUTTE  <julien@moutte.net>
17750
17751         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
17752         * examples/directfb/Makefile.am: Add example resource files to
17753         dist.
17754
17755 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17756
17757         * ext/amrwb/amrwb-code/Makefile.am:
17758         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17759         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17760         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
17761         25fps
17762
17763 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17764
17765         * tests/icles/ximagesrc-test.c: (main):
17766         Actually assert that pipeline goes to playing
17767
17768 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17769
17770         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17771         (composite_pixel), (gst_ximagesrc_ximage_get),
17772         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17773         Fix typo, C++ style comments and other small cleanups
17774         
17775 2006-04-06  Wim Taymans  <wim@fluendo.com>
17776
17777         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17778         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
17779         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
17780         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
17781         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
17782         (gst_qtdemux_activate_segment),
17783         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17784         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17785         (qtdemux_parse_trak):
17786         Added full edit list support.
17787         Avoid overflows in prologue image detection code.
17788         Avoid roundoff errors in timestamp calculations.
17789
17790 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17791
17792         * configure.ac:
17793           clean up so report properly on missing stuff
17794           fix modplug detection
17795
17796 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17797
17798         * ext/Makefile.am:
17799         * ext/amrwb/amrwb-code/Makefile.am:
17800           don't dist amr wb source code
17801
17802 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17803
17804         Patch by: j^  <j at bootlab dot org>
17805
17806         * ext/amrwb/gstamrwbdec.c:
17807         * ext/amrwb/gstamrwbenc.c:
17808         * ext/amrwb/gstamrwbparse.c:
17809         * ext/arts/gst_arts.c:
17810         * ext/artsd/gstartsdsink.c:
17811         * ext/audiofile/gstafparse.c:
17812         * ext/audiofile/gstafsink.c:
17813         * ext/audiofile/gstafsrc.c:
17814         * ext/cdaudio/gstcdaudio.c:
17815         * ext/directfb/dfbvideosink.c:
17816         * ext/divx/gstdivxdec.c:
17817         * ext/divx/gstdivxenc.c:
17818         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17819         * ext/faac/gstfaac.c: (gst_faac_base_init):
17820         * ext/faad/gstfaad.c:
17821         * ext/gsm/gstgsmdec.c:
17822         * ext/gsm/gstgsmenc.c:
17823         * ext/hermes/gsthermescolorspace.c:
17824         * ext/ivorbis/vorbisfile.c:
17825         * ext/lcs/gstcolorspace.c:
17826         * ext/libfame/gstlibfame.c:
17827         * ext/libmms/gstmms.c: (gst_mms_base_init):
17828         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17829         * ext/nas/nassink.c: (gst_nassink_base_init):
17830         * ext/neon/gstneonhttpsrc.c:
17831         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
17832         * ext/sdl/sdlaudiosink.c:
17833         * ext/sdl/sdlvideosink.c:
17834         * ext/shout/gstshout.c:
17835         * ext/snapshot/gstsnapshot.c:
17836         * ext/sndfile/gstsf.c:
17837         * ext/tarkin/gsttarkindec.c:
17838         * ext/tarkin/gsttarkinenc.c:
17839         * ext/theora/theoradec.c:
17840         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17841         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17842         * ext/xvid/gstxviddec.c:
17843         * ext/xvid/gstxvidenc.c:
17844         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17845         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17846         * gst/chart/gstchart.c:
17847         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17848         * gst/festival/gstfestival.c:
17849         * gst/filter/gstiir.c:
17850         * gst/filter/gstlpwsinc.c:
17851         * gst/freeze/gstfreeze.c:
17852         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17853         * gst/mixmatrix/mixmatrix.c:
17854         * gst/mpeg1sys/gstmpeg1systemencode.c:
17855         * gst/mpeg1videoparse/gstmp1videoparse.c:
17856         * gst/mpeg2sub/gstmpeg2subt.c:
17857         * gst/mpegaudioparse/gstmpegaudioparse.c:
17858         * gst/multifilesink/gstmultifilesink.c:
17859         * gst/overlay/gstoverlay.c:
17860         * gst/passthrough/gstpassthrough.c:
17861         * gst/playondemand/gstplayondemand.c:
17862         * gst/qtdemux/qtdemux.c:
17863         * gst/rtjpeg/gstrtjpegdec.c:
17864         * gst/rtjpeg/gstrtjpegenc.c:
17865         * gst/smooth/gstsmooth.c:
17866         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17867         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17868         * gst/videocrop/gstvideocrop.c:
17869         * gst/videodrop/gstvideodrop.c:
17870         * gst/virtualdub/gstxsharpen.c:
17871         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17872         * gst/y4m/gsty4mencode.c:
17873           Unify the long descriptions in the plugin details (#337263).
17874
17875 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17876
17877         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
17878         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
17879           Add back "uri" property and mark it as deprecated; undoes
17880           API/ABI breakage from 2006-02-24.
17881
17882 2006-04-05  Wim Taymans  <wim@fluendo.com>
17883
17884         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
17885         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
17886         (gst_qtdemux_loop):
17887         Use duration as segment stop position if none is
17888         explicitly configured.
17889         Also perform EOS when we run past the segment stop.
17890
17891 2006-04-04  Wim Taymans  <wim@fluendo.com>
17892
17893         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
17894         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17895         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17896         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
17897         More cleanups, added comments.
17898         Mark discontinuities on outgoing buffers.
17899         Post better errors when something goes wrong.
17900         Handle EOS and segment end properly.
17901
17902 2006-04-04  Wim Taymans  <wim@fluendo.com>
17903
17904         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17905         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
17906         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17907         (gst_qtdemux_handle_src_event), (plugin_init),
17908         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
17909         (gst_qtdemux_loop), (gst_qtdemux_chain),
17910         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
17911         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
17912         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17913         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
17914         * gst/qtdemux/qtdemux.h:
17915         Handle stss boxes so we can mark and find keyframes.
17916         Implement correct accurate and keyframe seeking.
17917         Use _DEBUG_OBJECT when possible.
17918         Fixes #332155
17919
17920 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17921
17922         * tests/check/Makefile.am:
17923           Only run the id3v2mux check if taglib is available and
17924           the taglib plugin has been built.
17925
17926 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17927
17928         * ext/swfdec/Makefile.am:
17929           Don't set plugindir.
17930
17931         * ext/swfdec/gstswfdec.c:
17932           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
17933
17934 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17935
17936         * configure.ac:
17937           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
17938           the dts plugin.
17939
17940 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17941
17942         * ext/soundtouch/gstpitch.cc:
17943         * ext/theora/theoradec.c:
17944         * gst/modplug/gstmodplug.cc:
17945           GST_ORIGIN => GST_PACKAGE_ORIGIN
17946           GST_PACKAGE => GST_PACKAGE_NAME
17947
17948 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17949
17950         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17951         * docs/plugins/inspect/plugin-bz2.xml:
17952         * docs/plugins/inspect/plugin-cdxaparse.xml:
17953         * docs/plugins/inspect/plugin-freeze.xml:
17954         * docs/plugins/inspect/plugin-glimagesink.xml:
17955         * docs/plugins/inspect/plugin-modplug.xml:
17956         * docs/plugins/inspect/plugin-neon.xml:
17957         * docs/plugins/inspect/plugin-sdl.xml:
17958         * docs/plugins/inspect/plugin-video4linux2.xml:
17959         * docs/plugins/inspect/plugin-ximagesrc.xml:
17960         * docs/plugins/inspect/plugin-xingheader.xml:
17961           add more plugins to docs
17962
17963 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17964
17965         * sys/dxr3/ac3_padder.h:
17966           fix up doc strings
17967         * docs/plugins/Makefile.am:
17968         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17969         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17970         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17971         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17972         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17973         * docs/plugins/inspect/plugin-qtdemux.xml:
17974         * docs/plugins/inspect/plugin-speed.xml:
17975         * docs/plugins/inspect/plugin-taglib.xml:
17976         * docs/plugins/inspect/plugin-tta.xml:
17977           commit updates
17978         * configure.ac:
17979         * ext/taglib/gsttaglib.cc:
17980         * tests/Makefile.am:
17981         * tests/check/.cvsignore:
17982         * tests/check/Makefile.am:
17983         * tests/check/elements/.cvsignore:
17984         * tests/check/elements/tagid3v2mux.c:
17985         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
17986         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
17987         (test_taglib_id3mux_check_output_buffer),
17988         (test_taglib_id3mux_with_tags), (GST_START_TEST),
17989         (tagid3v2mux_suite), (main):
17990            add the tagid3v2mux check from #336110
17991
17992 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17993
17994         * configure.ac:
17995           rework like the other configure.ac files
17996         * Makefile.am:
17997         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17998         * ext/amrwb/gstamrwb.c:
17999         * ext/arts/gst_arts.c:
18000         * ext/artsd/gstartsdsink.c:
18001         * ext/audiofile/gstaf.c:
18002         * ext/audioresample/gstaudioresample.c:
18003         * ext/bz2/gstbz2.c:
18004         * ext/cdaudio/gstcdaudio.c:
18005         * ext/directfb/dfbvideosink.c:
18006         * ext/dts/gstdtsdec.c:
18007         * ext/faac/gstfaac.c:
18008         * ext/faad/gstfaad.c:
18009         * ext/hermes/gsthermescolorspace.c:
18010         * ext/ivorbis/vorbis.c:
18011         * ext/jack/gstjack.c:
18012         * ext/lcs/gstcolorspace.c:
18013         * ext/musepack/gstmusepackdec.c:
18014         * ext/musicbrainz/gsttrm.c:
18015         * ext/nas/nassink.c:
18016         * ext/sdl/gstsdl.c:
18017         * ext/snapshot/gstsnapshot.c:
18018         * ext/sndfile/gstsf.c:
18019         * ext/swfdec/gstswfdec.c:
18020         * ext/tarkin/gsttarkin.c:
18021         * ext/xine/xine.c:
18022         * ext/xvid/gstxvid.c:
18023         * gst/cdxaparse/gstcdxaparse.c:
18024         * gst/chart/gstchart.c:
18025         * gst/colorspace/gstcolorspace.c:
18026         * gst/deinterlace/gstdeinterlace.c:
18027         * gst/equalizer/gstiirequalizer.c:
18028         * gst/festival/gstfestival.c:
18029         * gst/filter/gstfilter.c:
18030         * gst/freeze/gstfreeze.c:
18031         * gst/games/gstpuzzle.c:
18032         * gst/librfb/gstrfbsrc.c:
18033         * gst/mixmatrix/mixmatrix.c:
18034         * gst/mpeg1sys/gstmpeg1systemencode.c:
18035         * gst/mpeg1videoparse/gstmp1videoparse.c:
18036         * gst/mpeg2sub/gstmpeg2subt.c:
18037         * gst/mpegaudioparse/gstmpegaudioparse.c:
18038         * gst/multifilesink/gstmultifilesink.c:
18039         * gst/overlay/gstoverlay.c:
18040         * gst/passthrough/gstpassthrough.c:
18041         * gst/playondemand/gstplayondemand.c:
18042         * gst/qtdemux/qtdemux.c:
18043         * gst/rtjpeg/gstrtjpeg.c:
18044         * gst/smooth/gstsmooth.c:
18045         * gst/smoothwave/gstsmoothwave.c:
18046         * gst/spectrum/gstspectrum.c:
18047         * gst/speed/gstspeed.c:
18048         * gst/stereo/gststereo.c:
18049         * gst/switch/gstswitch.c:
18050         * gst/vbidec/gstvbidec.c:
18051         * gst/videocrop/gstvideocrop.c:
18052         * gst/videodrop/gstvideodrop.c:
18053         * gst/virtualdub/gstvirtualdub.c:
18054         * gst/xingheader/gstxingmux.c:
18055         * gst/y4m/gsty4mencode.c:
18056         * sys/cdrom/gstcdplayer.c:
18057         * sys/directdraw/gstdirectdrawplugin.c:
18058         * sys/directsound/gstdirectsoundplugin.c:
18059         * sys/dxr3/dxr3init.c:
18060         * sys/glsink/glimagesink.c:
18061         * sys/qcam/gstqcamsrc.c:
18062         * sys/v4l2/gstv4l2.c:
18063         * sys/vcd/vcdsrc.c:
18064         * sys/ximagesrc/ximagesrc.c:
18065           update to use correct defines
18066         * po/POTFILES.in:
18067         * po/af.po:
18068         * po/az.po:
18069         * po/cs.po:
18070         * po/en_GB.po:
18071         * po/hu.po:
18072         * po/it.po:
18073         * po/nb.po:
18074         * po/nl.po:
18075         * po/or.po:
18076         * po/sq.po:
18077         * po/sr.po:
18078         * po/sv.po:
18079         * po/uk.po:
18080         * po/vi.po:
18081           v4l2 has translations, pick them up
18082
18083 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18084
18085         * sys/ximagesrc/ximagesrc.c: 
18086           Add docs to ximagesrc
18087
18088 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18089
18090         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
18091         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
18092         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
18093         * sys/ximagesrc/ximagesrc.h:
18094         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
18095         * sys/ximagesrc/ximageutil.h:
18096           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
18097           yellow rectangles with the cursor
18098
18099 2006-03-31  Michael Smith  <msmith@fluendo.com>
18100
18101         * configure.ac:
18102           Add autoconfery for theoradec.
18103         * ext/Makefile.am:
18104           Add theora directory.
18105         * ext/theora/Makefile.am:
18106         * ext/theora/theoradec.c: (gst_theoradec_base_init),
18107         (gst_theoradec_class_init), (gst_theoradec_init),
18108         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
18109         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
18110         (theora_dec_sink_convert), (theora_dec_src_query),
18111         (theora_dec_sink_query), (theora_dec_src_event),
18112         (theora_dec_sink_event), (theora_handle_comment_packet),
18113         (theora_handle_type_packet), (theora_handle_header_packet),
18114         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
18115         (theora_dec_change_state), (plugin_init):
18116         * ext/theora/theoradec.h:
18117           Add theora plugin for theora-exp decoder. Very heavily based on the
18118           existing theora decoder plugin.
18119
18120 2006-03-29  Wim Taymans  <wim@fluendo.com>
18121
18122         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
18123         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
18124         * ext/gsm/gstgsmdec.h:
18125         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
18126         (gst_gsmenc_finalize), (gst_gsmenc_chain):
18127         Cleanups, fix leaks.
18128         Handle events and DISCONT.
18129         Use adapter in the decoder.
18130
18131 2006-03-29  Wim Taymans  <wim@fluendo.com>
18132
18133         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
18134
18135         * configure.ac:
18136         * ext/Makefile.am:
18137         * ext/amrwb/Makefile.am:
18138         * ext/amrwb/README:
18139         * ext/amrwb/amrwb-code/Makefile.am:
18140         * ext/amrwb/amrwb-code/run.sh:
18141         * ext/amrwb/gstamrwb.c: (plugin_init):
18142         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
18143         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
18144         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
18145         (gst_amrwbdec_state_change):
18146         * ext/amrwb/gstamrwbdec.h:
18147         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
18148         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
18149         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
18150         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
18151         * ext/amrwb/gstamrwbenc.h:
18152         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
18153         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
18154         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
18155         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
18156         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
18157         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
18158         * ext/amrwb/gstamrwbparse.h:
18159         Added new plugin amrwb parse.
18160         Renamed audio/AMR to audio/AMR-WB as per spec.
18161         Fixes #333307
18162
18163 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
18164
18165         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
18166         Small fix, now pwc driver can tell about its buffers.
18167
18168 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
18169
18170         * configure.ac:
18171           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
18172           did for -good and -ugly. Fixes build on some systems
18173           and doesn't seem to be required for C++ code.
18174
18175 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
18176
18177         * ext/taglib/gsttaglib.cc:
18178         * ext/taglib/gsttaglib.h:
18179           Fix newsegment event handling a bit. We need to
18180           cache the first newsegment event, because we can't
18181           adjust offsets yet when we get it, as we don't
18182           know the size of the tag yet for sure at that point.
18183           Also do some minor cleaning up here and there and add
18184           some debug statements.
18185
18186 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18187
18188         * ext/taglib/gsttaglib.cc:
18189           We do not want to proxy the caps on the sink pad; our 
18190           source pad should have application/x-id3 caps; also,
18191           don't use already-freed strings in debug messages;
18192           finally, adjust buffer offsets on buffers sent out.
18193
18194 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18195
18196         * sys/v4l2/gstv4l2src.c:
18197           Older kernels don't seem to have this particular v4l2 format,
18198           so comment out until this gets fixed properly (and make
18199           buildbots happy).
18200
18201 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
18202
18203         * sys/v4l2/gstv4l2colorbalance.c:
18204         * sys/v4l2/gstv4l2colorbalance.h:
18205         * sys/v4l2/gstv4l2element.c:
18206         * sys/v4l2/gstv4l2src.c:
18207         * sys/v4l2/gstv4l2src.h:
18208         * sys/v4l2/gstv4l2tuner.c:
18209         * sys/v4l2/v4l2_calls.c:
18210         * sys/v4l2/v4l2src_calls.c:
18211         * sys/v4l2/v4l2src_calls.h:
18212         Just make few things more robust and also some identation.
18213
18214 2006-03-23  Wim Taymans  <wim@fluendo.com>
18215
18216         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
18217
18218         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
18219         (gst_xvidenc_chain):
18220         Patch to mark outgoing encoded buffers as delta-units (or not).
18221         Note that this patch also patches:
18222         - the setting of fincr and fbase in xvid-encoder creation based on
18223           caps framerate
18224         - makes 0, rather than 2, the default max_b_frames, as the current
18225           xvidenc does not seem "fully prepared" to handle b-frame 
18226           "effects", such as encoder returning 0 encoded bytes, etc.
18227         Fixes #335585
18228
18229 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18230
18231         * gst/modplug/libmodplug/Makefile.am:
18232         * gst/modplug/libmodplug/load_it.cpp:
18233           Try that again (not only should it be MODPLUG_ instead
18234           of MODFILE, also that define is already set in stdafx.h;
18235           what we really need is some more #ifndefs).
18236
18237 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18238
18239         * gst/modplug/libmodplug/Makefile.am:
18240           More gcc-4.1 fixes (we don't need file saving, so just
18241           define MODPLUG_NO_FILESAVE. That way, the compiler won't
18242           complain about modplug ignoring the return value of fwrite
18243           any longer and we might even save a few bytes as well).
18244
18245 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18246
18247         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
18248
18249         * configure.ac:
18250         * ext/Makefile.am:
18251         * ext/soundtouch/Makefile.am:
18252         * ext/soundtouch/gstpitch.cc:
18253         * ext/soundtouch/gstpitch.hh:
18254           Add new libsoundtouch-based pitch plugin (#331335).
18255
18256 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
18257
18258         * gst/modplug/libmodplug/load_ptm.cpp:
18259           Fix compilation with gcc-4.1 and -Werror (#327355).
18260
18261 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
18262
18263         * ext/taglib/gsttaglib.h:
18264           Fix left-over gst_my_filter_get_type.
18265
18266 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18267
18268         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
18269         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18270         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
18271         Have a show mouse pointer property and use it if we can
18272
18273 2006-03-15  Edward Hervey  <edward@fluendo.com>
18274
18275         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
18276         Let's not forget to chain up to the parent dispose.
18277
18278 2006-03-15  Edward Hervey  <edward@fluendo.com>
18279
18280         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
18281         (gst_qtdemux_init), (gst_qtdemux_dispose),
18282         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18283         Series of memleak fixes:
18284         - Unref the GstAdapter in finalize.
18285         - Use gst_pad_new_from_static_template(), shorter and safer.
18286         - Free unused QtDemuxStream when not used.
18287
18288 2006-03-14  Edward Hervey  <edward@fluendo.com>
18289
18290         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
18291         (gst_v4l2src_class_init):
18292         Initialization of the debugging category should be as early as possible,
18293         moving it from _class_init() to beginning of _base_init().
18294
18295 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18296
18297         * ext/taglib/gsttaglib.cc:
18298           Add gtk-doc blurb (unused for the time being); match registered
18299           plugin name to the filename of the plugin (taglibmux => taglib)
18300
18301 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18302
18303         Patch by: Mikhail Zabaluev  <mhz altlinux org>
18304
18305         * autogen.sh:
18306           Don't check for file that only exists in CVS but isn't
18307           disted (#334417)
18308
18309 2006-03-13  Julien MOUTTE  <julien@moutte.net>
18310
18311         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18312         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
18313
18314 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18315
18316         * Makefile.am:
18317         * configure.ac:
18318           Fix distcheck.
18319
18320 2006-03-12  Edward Hervey  <edward@fluendo.com>
18321
18322         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
18323         (gst_v4l2src_buffer_pool_free):
18324         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
18325         instead.
18326
18327 2006-03-12  Edward Hervey  <edward@fluendo.com>
18328
18329         * sys/v4l2/gstv4l2element.h:
18330         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
18331         buildbot happy.
18332         I will just use the same comment Ronald used when he added these lines:
18333         Yet Another Hack (tm) for kernel header borkedness.
18334
18335 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18336
18337         * ext/taglib/Makefile.am:
18338         * ext/taglib/gsttaglib.cc:
18339         * ext/taglib/gsttaglib.h:
18340           Add support for writing MusicBrainz IDs.
18341
18342 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18343
18344         * sys/v4l2/gstv4l2element.h:
18345           Include "_stdint.h" in an attempt to make the
18346           PPC-buildbot happy.
18347
18348 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
18349
18350         * configure.ac:
18351         * sys/Makefile.am:
18352         * sys/v4l2/Makefile.am:
18353         * sys/v4l2/gstv4l2.c:
18354         * sys/v4l2/gstv4l2colorbalance.h:
18355         * sys/v4l2/gstv4l2element.c:
18356         * sys/v4l2/gstv4l2element.h:
18357         * sys/v4l2/gstv4l2src.c:
18358         * sys/v4l2/gstv4l2src.h:
18359         * sys/v4l2/gstv4l2tuner.c:
18360         * sys/v4l2/gstv4l2tuner.h:
18361         * sys/v4l2/gstv4l2xoverlay.c:
18362         * sys/v4l2/gstv4l2xoverlay.h:
18363         * sys/v4l2/v4l2_calls.c:
18364         * sys/v4l2/v4l2_calls.h:
18365         * sys/v4l2/v4l2src_calls.c:
18366         * sys/v4l2/v4l2src_calls.h:
18367         V4L2 ported to 0.10.
18368         
18369 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
18370
18371         * configure.ac:
18372           Only compile the taglib plugin if a C++ compiler is
18373           present. Use GST_DEFAULT_ELEMENTS macro from common/
18374           for all the defaults stuff.
18375
18376 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18377
18378         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18379
18380         * configure.ac:
18381         * gst/xingheader/Makefile.am:
18382         * gst/xingheader/gstxingmux.c: 
18383         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
18384         to MP3 files (this allows decoder to figure out the length of VBR
18385         files) 
18386
18387 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18388         
18389         Patch by: Alex Lancaster
18390         
18391         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
18392         and add support for TCOP (copyright)
18393
18394 2006-03-10  Julien MOUTTE  <julien@moutte.net>
18395
18396         * gst/modplug/Makefile.am:
18397         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
18398
18399 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18400
18401         * configure.ac:
18402         * gst/modplug/Makefile.am:
18403         * gst/modplug/gstmodplug.cc:
18404         * gst/modplug/gstmodplug.h:
18405         * gst/modplug/libmodplug/sndfile.cpp:
18406         * gst/modplug/libmodplug/sndfile.h:
18407           modplug plugin ported to 0.10 (#332598, patch by:
18408           Jonathan Matthew <jonathan at kaolin wh9 net>).
18409
18410 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18411
18412         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
18413         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
18414         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
18415         (gst_mms_set_property), (gst_mms_get_property),
18416         (gst_mms_uri_get_uri):
18417         * ext/libmms/gstmms.h:
18418           Some clean-ups; more debug output; use blocksize property
18419           of GstBaseSrc instead of re-registering our own; make debug
18420           category actually be used.
18421
18422 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
18423
18424         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
18425           Fix build with gcc-4.1 (#327355).
18426
18427 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
18428
18429         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18430
18431         * configure.ac:
18432         * ext/Makefile.am:
18433         * ext/taglib/Makefile.am:
18434         * ext/taglib/gsttaglib.cc:
18435         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
18436
18437 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
18438
18439         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
18440           Extract disc number and count from files that use
18441           'disk' instead of 'disc' as node identifier for that
18442           (fixes #332066).
18443
18444 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18445
18446         * ext/musepack/gstmusepackdec.h:
18447         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
18448           Forgot those two.
18449
18450 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18451
18452         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18453         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
18454         (gst_musepackdec_handle_seek_event),
18455         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
18456         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
18457         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
18458         (gst_musepackdec_change_state):
18459           Some cleanups; pause task when push fails.
18460
18461 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
18462
18463         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18464           Add support for '3IVD' fourcc (#333403).
18465
18466 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18467
18468         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18469         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18470         (gst_faad_sink_event), (gst_faad_src_convert),
18471         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18472           Add query function for position/duration querying (mostly for
18473           raw AAC streams); make seeking in raw AAC streams work; post
18474           tags with codec name if this is a raw AAC stream.
18475
18476 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18477
18478         * sys/directdraw:
18479         * sys/directsound:
18480           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18481         * win32/vs6:
18482           project files updated to fix some bugs
18483         * win32/vs7:
18484         * win32/vs8:
18485           vs7 and vs8 project files added
18486         
18487 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18488
18489         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18490           Declare variable at the beginning of the block and make gcc-2.9x
18491           happy (fixes #333283; patch by: Jens Granseuer).
18492
18493 2006-03-03  Edward Hervey  <edward@fluendo.com>
18494
18495         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18496         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18497         when parsing.
18498         Also let's be a bit less vulgar in our warning messages :)
18499
18500 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18501
18502         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18503           Can't divide through zero (suppress warning in case of
18504           stream with one single still picture) (see #327083)
18505
18506 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18507
18508         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18509
18510 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18511
18512         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18513         (qtdemux_parse_trak), (qtdemux_video_caps):
18514           Add support for palettised Apple SMC videos (#327075, based on
18515           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18516
18517 2006-02-24  Michael Smith  <msmith@fluendo.com>
18518
18519         * autogen.sh:
18520           Allow automake 1.9
18521
18522 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18523
18524         * ext/neon/gstneonhttpsrc.c:
18525         Changed property name from "uri" to "location" 
18526
18527 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18528
18529         * configure.ac:
18530         * sys/glsink/Makefile.am:
18531         Merge patch from #317048 for building on Cygwin. Patch by 
18532         Cygwin Ports maintainer.
18533         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18534         Move normal debug output to LOG level not ERROR.
18535
18536 2006-02-19  Jan Gerber  <j@bootlab.org>
18537
18538         Reviewed by : Edward Hervey <edward@fluendo.com>
18539
18540         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18541           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18542           Add image/png for fourcc 'png '
18543  
18544 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18545
18546         * configure.ac:
18547           Surely this is supposed to be >= a.b, not == a.b
18548
18549 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18550
18551         * configure.ac:
18552         * sys/Makefile.am:
18553         * sys/ximagesrc/Makefile.am:
18554         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18555         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18556         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18557         (gst_ximagesrc_recalc), (composite_pixel),
18558         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18559         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18560         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18561         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18562         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18563         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18564         (gst_ximagesrc_init), (plugin_init):
18565         * sys/ximagesrc/ximagesrc.h:
18566         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18567         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18568         (ximageutil_xcontext_clear),
18569         (ximageutil_calculate_pixel_aspect_ratio),
18570         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18571         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18572         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18573         (gst_ximageutil_ximage_destroy):
18574         * sys/ximagesrc/ximageutil.h:
18575
18576         Port ximagesrc to 0.10 (Closes #304795)
18577
18578 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18579
18580         * gst/freeze/gstfreeze.c:
18581         * gst/freeze/gstfreeze.h:
18582         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18583
18584 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18585
18586         * configure.ac:
18587         Back to CVS nano
18588
18589 === release 0.10.1 ===
18590
18591 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18592
18593         * configure.ac:
18594           releasing 0.10.1, "Slimy - yet satisfying"
18595
18596 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18597
18598         * configure.ac:
18599           Release 0.10.0.3 - pre-release for 0.10.1
18600
18601 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18602
18603         * ext/bz2/gstbz2.c:
18604         * ext/bz2/gstbz2dec.c:
18605         * ext/bz2/gstbz2dec.h:
18606         * ext/bz2/gstbz2enc.c:
18607         * ext/bz2/gstbz2enc.h:
18608           Add proper copyright headers identifying Lutz Müller
18609           as the author and copyright holder (#331600).
18610
18611 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18612
18613         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18614           Don't GST_LOG timestamps from nonexistent index
18615           entries (#331582).
18616
18617 2006-02-17  Edward Hervey  <edward@fluendo.com>
18618
18619         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18620         Check that the size of the returned buffer is of the correct size
18621         because the parser assumes that.
18622         Fixes #331543.
18623
18624 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18625
18626         * configure.ac:
18627           Release 0.10.0.2 - pre-release for 0.10.1
18628
18629 2006-02-16  Edward Hervey  <edward@fluendo.com>
18630
18631         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18632         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18633         Don't stop the task if the pad isn't linked.
18634
18635 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18636
18637         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18638           It appears 100% equals 1/1 and not 100/1 ...
18639
18640 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18641
18642         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18643         (gst_qtdemux_chain):
18644           When buffering MDAT data, show the user something is
18645           happening by posting 'buffering' messages on the bus.
18646
18647 2006-02-14  Edward Hervey  <edward@fluendo.com>
18648
18649         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18650         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18651         (next_entry_size), (gst_qtdemux_chain):
18652         * gst/qtdemux/qtdemux.h:
18653         Make push-based work if mdat atom is before moov atom.
18654         Don't answer duration query. This should be transformed into replying
18655         FALSE to seek events.
18656
18657 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18658
18659         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18660         (gst_mms_start):
18661           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18662           push our own EOS event on EOS, the base class will do that for us;
18663           fix bogus query code; post semi-decent errors on the bus when an
18664           error occurs in ::start(), otherwise the user will get to see
18665           whatever cryptic default message GstBaseSrc comes up with.
18666
18667 2006-02-14  Andy Wingo  <wingo@pobox.com>
18668
18669         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
18670         schleef, don't break me gst-inspect -a.
18671
18672 2006-02-14  Edward Hervey  <edward@fluendo.com>
18673
18674         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
18675         Handle the case where data atoms are before moov atoms in push-based mode.
18676         Errors out gracefully.
18677
18678 2006-02-13  Edward Hervey  <edward@fluendo.com>
18679
18680         * gst/qtdemux/Makefile.am:
18681         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18682         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18683         (extract_initial_length_and_fourcc),
18684         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
18685         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
18686         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
18687         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
18688         * gst/qtdemux/qtdemux.h:
18689         QtDemux can now work push-based.
18690         It still needs some love for seeking.
18691
18692 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
18693
18694         * configure.ac:
18695         * gst/freeze/Makefile.am:
18696         * gst/freeze/gstfreeze.c:
18697         * gst/freeze/gstfreeze.h:
18698         * gst/freeze/FAQ:
18699         freeze plugin ported to 0.10 by
18700         Renato Filho <renato.filho@indt.org.br>
18701
18702 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18703
18704         * configure.ac:
18705         * gst/cdxaparse/Makefile.am:
18706         * gst/cdxaparse/gstcdxaparse.c:
18707         * gst/cdxaparse/gstcdxaparse.h:
18708           Port cdxaparse, makes VCD playback work.
18709
18710 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18711
18712         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18713         (qtdemux_parse_trak):
18714           use the correct variable to check if we can calculate
18715           the last chunk.  Looks like an obvious bug, and makes
18716           the dump of offsets comparable to other tools
18717
18718 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18719
18720         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18721         (qtdemux_parse_trak):
18722           clean up some debugging, using _OBJECT, moving recurring
18723           messages to LOG level
18724
18725 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
18726
18727         * configure.ac:
18728         * ext/neon/gstneonhttpsrc.c:
18729         Now it uses libneon 0.25.5 that supports shoutcast.
18730
18731 2006-02-06  Lutz Mueller <lutz@topfrose.de>
18732
18733         Reviewed by: Edward Hervey <edward@fluendo.com>
18734         
18735         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
18736         "x-bz2".
18737         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
18738         caps are "ANY".
18739         (gst_bz2dec_chain): Configure the source pad if we can figure out
18740         the mime type of the decompressed data.
18741         (gst_bz2dec_[get,set]_property):
18742         (gst_bz2dec_class_init: New property "first_buffer_size".
18743         
18744
18745 2006-02-06  Wim Taymans  <wim@fluendo.com>
18746
18747         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
18748         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
18749         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
18750         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18751         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
18752         (qtdemux_video_caps), (qtdemux_audio_caps):
18753         * gst/qtdemux/qtdemux.h:
18754         Some QT demux loving.
18755         Handle seeking in a less broken way.
18756         Fix AMR caps to match the AMR decoder.
18757         Set first timestamp on AMR samples to 0 for now.
18758         Remove some \n in DEBUG strings.
18759         Use _scale_int for maximum precision.
18760
18761 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18762
18763         * gst/apetag/Makefile.am:
18764         * gst/apetag/apedemux.c:
18765         * gst/apetag/apedemux.h:
18766         * gst/apetag/apetag.c:
18767           Remove old files, apetag is in gst-plugins-good now.
18768
18769 2006-02-06  Andy Wingo  <wingo@pobox.com>
18770
18771         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
18772         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
18773         parent_class, the boilerplate does it for you.
18774
18775 2006-02-05  Lutz Mueller <lutz@topfrose.de>
18776
18777         reviewed by: Andy Wingo <wingo@pobox.com>
18778
18779         * configure.ac:
18780         * ext/Makefile.am: Hook it up.
18781         * ext/bz2/gstbz2.c:
18782         * ext/bz2/gstbz2dec.h:
18783         * ext/bz2/gstbz2dec.c:
18784         * ext/bz2/gstbz2enc.h:
18785         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
18786         decoding (#303167).
18787         
18788 2006-01-30  Andy Wingo  <wingo@pobox.com>
18789
18790         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
18791         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
18792
18793 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
18794
18795         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
18796         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18797         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
18798         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
18799         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
18800           Add debug category, use boilerplate macros, fix handling
18801           of widths of 32 bits.
18802
18803         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
18804         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
18805         (gst_wavpack_parse_index_get_last_entry),
18806         (gst_wavpack_parse_index_get_entry_from_sample),
18807         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
18808         (gst_wavpack_parse_src_query),
18809         (gst_wavpack_parse_scan_to_find_sample),
18810         (gst_wavpack_parse_send_newsegment),
18811         (gst_wavpack_parse_handle_seek_event),
18812         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
18813         (gst_wavpack_parse_get_upstream_length),
18814         (gst_wavpack_parse_pull_buffer),
18815         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
18816         (gst_wavpack_parse_change_state),
18817         (gst_wavepack_parse_sink_activate),
18818         (gst_wavepack_parse_sink_activate_pull),
18819         (gst_wavpack_parse_plugin_init):
18820         * ext/wavpack/gstwavpackparse.h:
18821           Rewrite a bit, mostly to fix flow logic and to make seeking work.
18822           Fix buffer/event refcounting. Add some debug statements. Add
18823           width of 32 to source pad template caps. Use boilerplate macros.
18824
18825 2006-01-28  Edward Hervey  <edward@fluendo.com>
18826
18827         * sys/glsink/Makefile.am:
18828         glimagesink.h is dead, long live glimagesink.h
18829
18830 2006-01-27  David Schleef  <ds@schleef.org>
18831
18832         * configure.ac:
18833         * sys/Makefile.am:
18834         * sys/glsink/Makefile.am:
18835         * sys/glsink/glimagesink.c:
18836         * sys/glsink/glimagesink.h:
18837           revival of glimagesink.  Kind of works.
18838
18839 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
18840
18841         * ext/faad/gstfaad.c: (gst_faad_setcaps),
18842         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
18843           Handle 'framed' field in caps; Port syncing for raw streams
18844           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
18845
18846 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18847
18848         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
18849         (gst_sdlvideosink_xoverlay_set_xwindow_id),
18850         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
18851         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
18852         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18853         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
18854         (gst_sdlvideosink_change_state),
18855         (gst_sdlvideosink_navigation_send_event):
18856         * ext/sdl/sdlvideosink.h:
18857           Fix output stride copying, so that it displays correctly on 
18858           framebuffer devices that don't match our implict GStreamer stride
18859           arrangement.
18860
18861           Fix locking things. Offer XOverlay only when SDL is running against
18862           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
18863           actually match the embedded window size because there's no way to
18864           figure out what size that should be from the XOverlay interface.
18865           See comment in sdlvideosink.c
18866
18867 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18868
18869         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18870           Fix wrong memcpy source pointer.
18871
18872 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18873
18874         * ext/libmms/gstmms.c: (gst_mms_finalize):
18875         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
18876         Just chain up finalize calls (calling parent_class->finalize).
18877
18878 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18879
18880         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
18881         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
18882         Finalize method has been created and others small changes.
18883
18884 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18885
18886         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18887         (gst_musepackdec_class_init), (gst_musepackdec_init),
18888         (gst_musepackdec_send_newsegment),
18889         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
18890         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18891         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
18892         (gst_musepackdec_loop), (gst_musepackdec_change_state):
18893         * ext/musepack/gstmusepackdec.h:
18894         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18895         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
18896         (gst_musepack_reader_get_size):
18897         * ext/musepack/gstmusepackreader.h:
18898           Fix seeking in musepack files (it's still incredibly slow, but I
18899           don't think that is our plugin's fault). Clean up code and get
18900           rid of old cruft. Post tags with all kind of neat information like
18901           replay gain and such on the bus, if it is available. Add a
18902           'musepackdec' debug category.
18903
18904 2006-01-24  Edward Hervey  <edward@fluendo.com>
18905
18906         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18907         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18908         More coherent framerate setting on caps.
18909         If sample_size is available, use that for the samples' duration in
18910         the index. This enables single frame streams to work (and I imagine
18911         fixes some other cases).
18912         Tested on testsuite, no regression.
18913
18914 2006-01-23  Edward Hervey  <edward@fluendo.com>
18915
18916         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18917         (qtdemux_video_caps), (qtdemux_audio_caps):
18918         Added codec recognition for:
18919         _ VP31 : video/x-vp3
18920         _ AVDJ : image/jpeg
18921         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
18922         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
18923
18924 2006-01-21  David Schleef  <ds@schleef.org>
18925
18926         * configure.ac:
18927         * ext/swfdec/gstswfdec.c: Update from swfdec.
18928
18929 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
18930
18931         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18932         (qtdemux_audio_caps):
18933           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
18934           Fix 8bit case (#327133, based on patch by: Fabrizio
18935           Gennari <fabrizio dot ge at tiscali dot it>).
18936           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
18937           valid literals for endianness in caps strings,
18938           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
18939
18940 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
18941
18942         * ext/ivorbis/vorbisfile.c:
18943         * ext/neon/gstneonhttpsrc.c:
18944         Fixed state transictions PLAYING->NULL->PLAYING.
18945         
18946 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
18947
18948         * ext/tremor/vorbisfile.c:
18949         Some minor improvements on log messages.
18950
18951 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
18952
18953         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
18954         Ronald's patch applied. see bug #326318.
18955
18956 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
18957
18958         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18959         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
18960         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
18961         * gst/qtdemux/qtdemux.h:
18962           Fix seeking for quicktime files. Could still use some more
18963           love and sophistication.
18964
18965 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
18966
18967         * ext/libmms/gstmms.c: gst_mms_init:
18968         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
18969         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
18970         Removed gst_base_src_set_live from mms and neon, and now calling
18971         parent_class->dispose in dispose on sdlaudio.
18972         
18973 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18974
18975         * ext/sdl/sdlvideosink.c:
18976         Now implementing navigation interface and using
18977         GST_BOILER_PLATE_FULL.
18978         
18979 2006-01-11  Christian Schaller  <christian@fluendo.com>
18980
18981         Remove SunAudio plugin as Brian's new one is in -good
18982
18983         * sys/Makefile.am:
18984         * sys/sunaudio/Makefile.am:
18985         * sys/sunaudio/gstsunaudio.c:
18986         * sys/sunaudio/gstsunaudiosrc.c:
18987         * sys/sunaudio/gstsunaudiosrc.h:
18988         * sys/sunaudio/gstsunelement.c:
18989         * sys/sunaudio/gstsunelement.h:
18990         * sys/sunaudio/gstsunmixer.c:
18991         * sys/sunaudio/gstsunmixer.h:
18992
18993 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18994
18995         * ext/sdl/sdlaudiosink.c:
18996         Replaced wrong style code by GST_BOILERPLATE.
18997         
18998 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
18999
19000         reviewed by: Edward Hervey  <edward@fluendo.com>
19001
19002         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19003         Add support for Indeo3 video in Quicktime files.
19004         Closes #326524
19005
19006 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
19007
19008         * configure.ac:
19009         * ext/sdl/Makefile.am:
19010         * ext/sdl/gstsdl.c:
19011         * ext/sdl/sdlaudiosink.c:
19012         * ext/sdl/sdlaudiosink.h:
19013         * ext/sdl/sdlvideosink.c:
19014         Created new element, sdlaudiosink.
19015         
19016 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
19017
19018         * added sys/directdraw
19019         * added sys/directsound
19020         * added win32/vs6/gst_plugins_bad.dsw
19021         * added win32/vs6/libgstdirectsound.dsp
19022         * added win32/vs6/libgstdirectdraw.dsp
19023         * added win32/common/config.h
19024         
19025 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19026
19027         * gst/games/gstpuzzle.c: (plugin_init):
19028           call oil_init() when using liboil
19029
19030 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
19031
19032         * ext/neon/gstneonhttpsrc.c:
19033         * ext/neon/gstneonhttpsrc.h:
19034         Some improvements in cancellation and debug messages.
19035                         
19036 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
19037
19038         * ext/neon/gstneonhttpsrc.c:
19039         * ext/neon/gstneonhttpsrc.h:
19040         Removed not need thread and changed to push out blocksize bytes.
19041         
19042 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
19043
19044         * configure.ac:
19045         * ext/Makefile.am
19046         * ext/neon:
19047         * ext/neon/Makefile.am:
19048         * ext/neon/gstneonhttpsrc.c:
19049         * ext/neon/gstneonhttpsrc.h:
19050         Created new element neonhttpsrc.
19051
19052 2005-12-19  Edward Hervey  <edward@fluendo.com>
19053
19054         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
19055         (gst_swfdec_chain), (gst_swfdec_render):
19056         Add debugging category and return GstFlowReturn in the right places
19057         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19058         Get something from the peer pad once we've checked if there is a peer pad.
19059         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19060         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
19061         (qtdemux_video_caps):
19062         Couple of fixes
19063
19064 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19065
19066         * ext/divx/Makefile.am:
19067         just a small fix. I have to pay more attention when commiting ;-)
19068
19069 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19070
19071         * configure.ac:
19072         * ext/Makefile.am:
19073         * ext/divx/Makefile.am:
19074         * ext/divx/gstdivxdec.c:
19075         * ext/divx/gstdivxdec.h:
19076         * ext/divx/gstdivxenc.c:
19077         * ext/divx/gstdivxenc.h:
19078         divxdec and divxenc ported to 0.10
19079         
19080 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19081
19082         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19083         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19084         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19085         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19086         (gst_dfbvideosink_can_blit_from_format),
19087         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19088         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19089         (gst_dfbsurface_finalize),
19090         (gst_dfbvideosink_navigation_send_event),
19091         (gst_dfbvideosink_update_colorbalance),
19092         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
19093         more refactoring, handle exotic DirectFB row stride.
19094
19095 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19096
19097         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19098         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
19099         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19100         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19101         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19102         (gst_dfbvideosink_can_blit_from_format),
19103         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19104         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19105         (gst_dfbsurface_finalize),
19106         (gst_dfbvideosink_navigation_send_event),
19107         (gst_dfbvideosink_update_colorbalance),
19108         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19109         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19110         (gst_dfbvideosink_class_init):
19111         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
19112         This should work both for hardware accelerated scaling and
19113         reverse caps negotiation with a scaling element.
19114
19115 2005-12-17  Julien MOUTTE  <julien@moutte.net>
19116
19117         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19118         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19119         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19120         * docs/plugins/gst-plugins-bad-plugins.args:
19121         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19122         * docs/plugins/gst-plugins-bad-plugins.signals:
19123         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19124         * docs/plugins/inspect/plugin-qtdemux.xml:
19125         * docs/plugins/inspect/plugin-sdlvideosink.xml:
19126         * docs/plugins/inspect/plugin-speed.xml:
19127         * docs/plugins/inspect/plugin-tta.xml: Updates.
19128         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19129         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
19130         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
19131         (gst_dfbvideosink_cleanup),
19132         (gst_dfbvideosink_can_blit_from_format),
19133         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19134         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
19135         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19136         (gst_dfbvideosink_interface_supported),
19137         (gst_dfbvideosink_navigation_send_event),
19138         (gst_dfbvideosink_update_colorbalance),
19139         (gst_dfbvideosink_colorbalance_list_channels),
19140         (gst_dfbvideosink_colorbalance_set_value),
19141         (gst_dfbvideosink_colorbalance_get_value),
19142         (gst_dfbvideosink_colorbalance_init),
19143         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19144         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
19145         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
19146         color balance interface.
19147
19148 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19149
19150         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
19151         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
19152         * gst/vbidec/vbidata.c:
19153         * gst/vbidec/vbidata.h:
19154         * gst/vbidec/vbiscreen.c:
19155         * sys/dxr3/ac3_padder.c:
19156           don't use doc comments for non-docs
19157           change some char* into char[]
19158
19159 2005-12-16  Julien MOUTTE  <julien@moutte.net>
19160
19161         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19162         (gst_dfbvideosink_init): Always prefer the primary layer.
19163
19164 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19165
19166         * ext/wavpack/gstwavpackdec.c:
19167           Oops, remove trailing comma from caps string.
19168
19169 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19170
19171         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19172         * ext/wavpack/gstwavpackparse.c:
19173           Wavpack supports samplerates from 6-192kHz, fix pad template
19174           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
19175           remove buffer-frames from caps, they are gone in 0.10.
19176
19177 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
19178
19179         * ext/xvid/Makefile.am:
19180         * ext/xvid/gstxviddec.c:
19181         * ext/xvid/gstxvidenc.c:
19182         Fixed some mem-leaks in xvid.
19183
19184 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19185
19186         * configure.ac:
19187         * ext/Makefile.am:
19188         * ext/xvid/gstxvid.c:
19189         * ext/xvid/gstxvid.h:
19190         * ext/xvid/gstxviddec.c:
19191         * ext/xvid/gstxviddec.h:
19192         * ext/xvid/gstxvidenc.c:
19193         * ext/xvid/gstxvidenc.h:
19194         xviddec and xvideenc ported to 0.10
19195                 
19196
19197 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19198
19199         * configure.ac:
19200         * ext/Makefile.am:
19201         * ext/dts/Makefile.am:
19202         * ext/dts/gstdtsdec.c:
19203         * ext/dts/gstdtsdec.h:
19204         dtsdec ported to 0.10
19205
19206 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19207
19208         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19209         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
19210         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
19211         (gst_musepackdec_loop):
19212         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
19213         (gst_swfdec_src_query):
19214         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
19215           GstObjects must be unref'ed with gst_object_unref() instead of
19216           g_object_unref(), otherwise things break for GLib-2.6 users.
19217
19218 2005-12-12  David Schleef  <ds@schleef.org>
19219
19220         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
19221         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
19222         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
19223         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
19224         because the video buffers previously never got freed.
19225
19226 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19227
19228         * ext/libmms/gstmms.c:
19229         Just removed a weird printf ;-)
19230
19231 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19232
19233         * configure.ac:
19234         * ext/libmms/gstmms.c:
19235         * ext/libmms/gstmms.h:
19236         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
19237         PREROOL..." to be fixed.
19238
19239 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
19240
19241         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
19242         (gst_faad_update_caps):
19243           Assume that an unknown channel mapping with 2 channels
19244           is stereo and play it that way instead of erroring.
19245
19246         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19247         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19248           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
19249           Debug fixes. Some 64 bit variable fixes
19250
19251 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
19252
19253         * configure.ac:
19254         * ext/Makefile.am:
19255         * ext/swfdec/Makefile.am:
19256         * ext/swfdec/gstswfdec.c:
19257         * ext/swfdec/gstswfdec.h:
19258         swfdec Ported to 0.10.
19259
19260 2005-12-07  Edward Hervey  <edward@fluendo.com>
19261
19262         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19263         (gst_qtdemux_add_stream):
19264         Memleak fixes.
19265         Send out EOS for valid reasons (couldn't pull_range() from upstream
19266         for example).
19267
19268 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19269
19270         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19271         * ext/audiofile/gstafparse.h:
19272         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
19273         * ext/audiofile/gstafsink.h:
19274         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
19275         * ext/audiofile/gstafsrc.h:
19276         * ext/cdaudio/gstcdaudio.c:
19277         * ext/divx/gstdivxenc.c:
19278         * ext/dts/gstdtsdec.h:
19279         * ext/faac/gstfaac.h:
19280         * ext/ivorbis/vorbisenc.h:
19281         * ext/ivorbis/vorbisfile.c:
19282         * ext/musepack/gstmusepackdec.h:
19283         * ext/nas/nassink.c:
19284         * ext/snapshot/gstsnapshot.c:
19285         * ext/sndfile/gstsf.h:
19286         * ext/tarkin/gsttarkindec.h:
19287         * ext/tarkin/gsttarkinenc.h:
19288         * ext/xine/gstxine.h:
19289         * ext/xine/xinecaps.c:
19290         * ext/xvid/gstxvid.h:
19291         * gst-libs/gst/play/play.h:
19292         * gst/apetag/apedemux.h:
19293         * gst/cdxaparse/gstcdxaparse.h:
19294         * gst/cdxaparse/gstcdxastrip.h:
19295         * gst/colorspace/yuv2rgb.c:
19296         * gst/colorspace/yuv2rgb.h:
19297         * gst/equalizer/gstiirequalizer.c:
19298         * gst/festival/gstfestival.h:
19299         * gst/games/gstpuzzle.c:
19300         * gst/games/gstvideoimage.c:
19301         * gst/games/gstvideoimage.h:
19302         * gst/modplug/gstmodplug.h:
19303         * gst/modplug/libmodplug/it_defs.h:
19304         * gst/modplug/libmodplug/modplug.h:
19305         * gst/modplug/libmodplug/sndfile.h:
19306         * gst/modplug/libmodplug/stdafx.h:
19307         * gst/mpeg1sys/buffer.c:
19308         * gst/mpeg1sys/gstmpeg1systemencode.h:
19309         * gst/mpeg1sys/main.h:
19310         * gst/mpeg1sys/systems.c:
19311         * gst/mpeg1videoparse/gstmp1videoparse.h:
19312         * gst/mpeg2sub/gstmpeg2subt.h:
19313         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19314         * gst/mpegaudioparse/gstmpegaudioparse.h:
19315         * gst/multifilesink/gstmultifilesink.h:
19316         * gst/overlay/gstoverlay.h:
19317         * gst/qtdemux/qtdemux.c:
19318         * gst/qtdemux/qtdemux.h:
19319         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
19320         * gst/rtjpeg/RTjpeg.h:
19321         * gst/tta/crc32.h:
19322         * gst/tta/filters.h:
19323         * gst/tta/ttadec.h:
19324         * gst/videodrop/gstvideodrop.h:
19325         * sys/cdrom/gstcdplayer.h:
19326         * sys/cdrom/gstcdplayer_ioctl.c:
19327         * sys/cdrom/gstcdplayer_ioctl.h:
19328         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
19329         * sys/cdrom/gstcdplayer_ioctl_irix.h:
19330         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
19331         * sys/dxr3/dxr3audiosink.c:
19332         * sys/dxr3/dxr3audiosink.h:
19333         * sys/dxr3/dxr3spusink.c:
19334         * sys/dxr3/dxr3spusink.h:
19335         * sys/dxr3/dxr3videosink.c:
19336         * sys/dxr3/dxr3videosink.h:
19337         * sys/qcam/dark.c:
19338         * sys/qcam/gstqcamsrc.c:
19339         * sys/v4l2/gstv4l2colorbalance.h:
19340         * sys/v4l2/gstv4l2element.h:
19341         * sys/v4l2/gstv4l2src.h:
19342         * sys/v4l2/gstv4l2tuner.h:
19343         * sys/v4l2/gstv4l2xoverlay.h:
19344         * sys/v4l2/v4l2_calls.c:
19345         * sys/v4l2/v4l2_calls.h:
19346         * sys/v4l2/v4l2src_calls.c:
19347         * sys/v4l2/v4l2src_calls.h:
19348         * sys/vcd/vcdsrc.h:
19349           expand tabs
19350
19351 === release 0.10.0 ===
19352
19353 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19354
19355         * configure.ac:
19356           releasing 0.10.0, "Camembert"
19357
19358 2005-12-05  Andy Wingo  <wingo@pobox.com>
19359
19360         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
19361         * ext/faad/gstfaad.c: (gst_faad_chain):
19362         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
19363         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
19364         * ext/xine/xineinput.c: (gst_xine_input_get):
19365         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
19366         * gst/speed/gstspeed.c: (speed_chain):
19367         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
19368         alloc_buffer changes.
19369
19370 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19371
19372         * ext/Makefile.am:
19373           Add missing $(WAVPACK_DIR) (#322962).
19374
19375 === release 0.9.7 ===
19376
19377 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19378
19379         * configure.ac:
19380           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
19381
19382 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
19383
19384         * PORTED_09:
19385         * configure.ac:
19386         * ext/Makefile.am:
19387         * ext/libmms/Makefile.am:
19388         * ext/libmms/gstmms.c:
19389         * ext/libmms/gstmms.h:
19390         libmm ported to 0.9. It works fine, but print some error messages. I
19391         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
19392         
19393 2005-11-28  Edward Hervey  <edward@fluendo.com>
19394
19395         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19396         Handle gracefully the consequence of "Maximum number of scalefactor
19397         bands exceeded", which results in 0 channels with samplerates of 0.
19398         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
19399         Do upward transitions, then call parent state_change, then do
19400         downward transitions.
19401
19402 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19403
19404         * ext/Makefile.am:
19405           alphabets, so hard to master.  Should fix distcheck.
19406
19407 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
19408
19409         * configure.ac:
19410         * PORTED_09:
19411         * ext/Makefile.am:
19412         * ext/wavpack/Makefile.am:
19413         * ext/wavpack/gstwavpackdec.c:
19414         * ext/wavpack/gstwavpackdec.h:
19415         * ext/wavpack/gstwavpackparse.c:
19416         * ext/wavpack/gstwavpackparse.h:
19417         Wavpack ported to 0.9. No support for correction file yet.
19418
19419 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19420
19421         * ext/wavpack/Makefile.am:
19422         * ext/wavpack/gstwavpack.c: (plugin_init):
19423         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
19424         * ext/wavpack/gstwavpackcommon.h:
19425         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
19426         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
19427         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19428         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
19429         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
19430         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
19431         (gst_wavpack_dec_plugin_init):
19432         * ext/wavpack/gstwavpackdec.h:
19433         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
19434         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
19435         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
19436         (gst_wavpack_parse_src_event), (find_header), (find_sample),
19437         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
19438         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
19439         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
19440         * ext/wavpack/gstwavpackparse.h:
19441           put back wavpack - still needs porting
19442
19443 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19444
19445         * configure.ac: back to HEAD
19446
19447 === release 0.9.6 ===
19448
19449 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19450
19451         * configure.ac:
19452           releasing 0.9.6, "Hot Tea"
19453
19454 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19455
19456         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19457         * ext/directfb/dfb-example.c: (main):
19458         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
19459         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
19460         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19461         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
19462         (gst_dfbvideosink_bufferpool_clear),
19463         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19464         (gst_dfbvideosink_navigation_send_event),
19465         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19466         (gst_dfbvideosink_class_init):
19467         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19468         fixes.
19469
19470 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19471
19472         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19473         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19474         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19475         * ext/sdl/sdlvideosink.h:
19476         Updates for fractional framerates and XOverlay interface changes
19477
19478 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19479
19480         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19481         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19482         (qtdemux_parse_trak):
19483         Convert to fractional framerates
19484
19485 2005-11-23  Edward Hervey  <edward@fluendo.com>
19486
19487         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19488         Fix for latest API changes
19489
19490 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19491         * configure.ac:
19492         * PORTED_09:
19493         * extt/Makefile.am:
19494         * ext/musepack/gstmusepackdec.c:
19495         * ext/musepack/gstmusepackdec.h:
19496         * ext/musepack/gstmusepackreader.c:
19497         * ext/musepack/gstmusepackreader.h:
19498         Musepackdec ported to 0.9. There is still a small problem to be
19499         solved, after the end of file, the pipeline doens't stop.
19500
19501 2005-11-22  Andy Wingo  <wingo@pobox.com>
19502
19503         * ext/faad/gstfaad.c (gst_faad_event)
19504         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19505         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19506         * gst/speed/gstspeed.c (speed_sink_event)
19507         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19508         (gst_tta_parse_parse_header): Run update-funcnames.
19509
19510 2005-11-21  Michael Smith <msmith@fluendo.com>
19511
19512         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19513           Don't take STREAM_LOCK in sink event handlers any more.
19514
19515 2005-11-21  Wim Taymans  <wim@fluendo.com>
19516
19517         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19518         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19519         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19520         Fix for stream lock updates.
19521
19522 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19523
19524         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19525           Add DX50, DIVX and DIV3 fourccs (patch by
19526           j@bootlab.org, #321903).
19527
19528 2005-11-21  Andy Wingo  <wingo@pobox.com>
19529
19530         * *.h:
19531         * *.c: Ran scripts/update-macros. Oh yes.
19532
19533 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19534
19535         * ext/directfb/dfbvideosink.c:
19536         (gst_dfbvideosink_get_format_from_caps):
19537         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19538         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19539         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19540         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19541         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19542         (qtdemux_audio_caps):
19543         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19544         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19545         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19546           Update for GST_FOURCC_FORMAT API change.
19547
19548 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19549
19550         * ext/audioresample/gstaudioresample.c:
19551         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19552         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19553         * gst/modplug/gstmodplug.cc:
19554         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19555         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19556         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19557         (#322027)
19558
19559 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19560
19561         * ext/Makefile.am:
19562         * ext/ivorbis/vorbisfile.c:
19563         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19564         ! tremor ! alsasink. Some issues to be solved yet:
19565         1- set correct timestamps
19566         2- seek is forced to disabled in pull-mode
19567         
19568 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19569
19570         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19571         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19572         (gst_faac_chain):
19573           Set proper caps on source pad (#320532).
19574
19575         * ext/faad/gstfaad.c:
19576           Don't use gtk-doc markers for comment block.
19577
19578 2005-11-14  Andy Wingo  <wingo@pobox.com>
19579
19580         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19581         debugging, allows dll builds on windows. Fixes #316076.
19582
19583 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19584
19585         * configure.ac: back to HEAD
19586
19587 === release 0.9.5 ===
19588
19589 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19590
19591         * configure.ac:
19592           releasing 0.9.5, "Thrice Belgian Bar"
19593
19594 2005-11-11  Michael Smith <msmith@fluendo.com>
19595
19596         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19597           Make this compile on systems with broken headers. 
19598
19599 2005-11-11  Michael Smith <msmith@fluendo.com>
19600
19601         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19602           Call functions with the correct API. Unfortunately, unless your
19603           distribution patches upstream, the public header file for FAAD
19604           doesn't actually declare the API accurately. So, some nastiness
19605           ensues...
19606
19607 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19608
19609         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19610
19611         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19612           Add support for custom genre tags.
19613
19614 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19615
19616         * ext/tarkin/wavelet.c:
19617         * ext/tarkin/wavelet.h:
19618         * gst/mpegaudioparse/gstmpegaudioparse.c:
19619         * gst/vbidec/vbidata.c:
19620         * gst/vbidec/vbiscreen.h:
19621         * sys/dxr3/ac3_padder.c:
19622         * sys/dxr3/dxr3audiosink.c:
19623         * sys/dxr3/dxr3spusink.c:
19624         * sys/dxr3/dxr3videosink.c:
19625         * sys/qcam/dark.c:
19626           Don't use gtk-doc markers for normal comments. Fix
19627           gtk-doc formatting where required.
19628
19629 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19630
19631         * configure.ac:
19632         * PORTED_09:
19633         * ext/Makefile.am:
19634         * ext/ivorbis/vorbis.c:
19635         * ext/ivorbis/vorbisfile.c:
19636         Ported to 0.9. Some issues to be solved yet:
19637         1- set correct timestamps
19638         2- seg fault when eos
19639         3- seek is now disabled
19640
19641 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19642
19643         * examples/Makefile.am: Cleanup non existing
19644         examples.
19645
19646 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19647
19648         * docs/plugins/inspect.stamp: Add missing files.
19649
19650 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19651
19652         * examples/Makefile.am: Make buildbot happy.
19653
19654 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19655
19656         * Makefile.am: examples in dist subdirs.
19657         * configure.ac: enable parameter for building 
19658         examples.
19659         * docs/plugins/gst-plugins-bad-plugins.args:
19660         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19661         * examples/Makefile.am: Updates.
19662
19663 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19664
19665         * Makefile.am:
19666         * autogen.sh:
19667         * configure.ac:
19668         * docs/Makefile.am:
19669         * docs/plugins/.cvsignore:
19670         * docs/plugins/Makefile.am:
19671         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
19672         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19673         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19674         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
19675         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19676         * docs/plugins/gst-plugins-bad-plugins.args:
19677         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
19678         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19679         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
19680         * docs/plugins/gst-plugins-bad-plugins.signals:
19681         * docs/plugins/gst-plugins-bad-plugins.types:
19682         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19683         * docs/version.entities.in: Enable documentation.
19684         * examples/Makefile.am:
19685         * examples/directfb/Makefile.am:
19686         * examples/directfb/decker.ttf:
19687         * examples/directfb/dfblogo.png:
19688         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
19689         (size_changed), (setup_dynamic_link), (main): Add an example
19690         application for DirectFB.
19691
19692 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19693
19694         * ext/directfb/Makefile.am: Add the example application.
19695         * ext/directfb/dfb-example.c: (get_me_out), (main):
19696         Here is an example application that runs videotestsrc for 20
19697         seconds. It's included in the documentation.
19698         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19699         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19700         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
19701         More fixes, calculate new size of the buffer when renegotiating.
19702         This completely breaks ffmpegcolorspace but i need to discuss 
19703         that with Wim on monday. Add documentation.
19704
19705 2005-11-05  Julien MOUTTE  <julien@moutte.net>
19706
19707         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19708         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19709         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
19710         better, add safety checks and ARGB support for cards that
19711         support it.
19712
19713 2005-11-04  Julien MOUTTE  <julien@moutte.net>
19714
19715         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19716         (gst_dfbvideosink_surface_destroy),
19717         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19718         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
19719         (gst_dfbvideosink_buffer_alloc):
19720         * ext/directfb/dfbvideosink.h: Now does clipping when surface
19721         is too small, handles upstream elements that are not calling
19722         gst_pad_alloc_buffer, fixes a lot of bugs.
19723
19724 2005-11-03  Julien MOUTTE  <julien@moutte.net>
19725
19726         * ext/directfb/Makefile.am: Prepare for liboil usage.
19727         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
19728         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
19729         rendering in external surface correctly. Will commit a neat
19730         example soon.
19731
19732 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
19733
19734         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
19735         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19736         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
19737         * ext/sdl/sdlvideosink.h:
19738         Add support to exit when 'Esc' key is pressed.
19739
19740 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19741
19742         * configure.ac: Requires DirectFB 0.9.24
19743
19744 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19745
19746         * configure.ac:
19747         * ext/Makefile.am:
19748         * ext/directfb/Makefile.am:
19749         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
19750         (gst_dfbvideosink_surface_create),
19751         (gst_dfbvideosink_surface_destroy),
19752         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
19753         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
19754         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19755         (gst_dfbvideosink_get_format_from_caps),
19756         (gst_dfbvideosink_get_caps_from_format),
19757         (gst_dfbvideosink_can_blit_from_format),
19758         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19759         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
19760         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
19761         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
19762         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19763         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
19764         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
19765         (gst_dfbvideosink_interface_init),
19766         (gst_dfbvideosink_navigation_send_event),
19767         (gst_dfbvideosink_navigation_init),
19768         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19769         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
19770         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
19771         (plugin_init):
19772         * ext/directfb/dfbvideosink.h:
19773         * ext/directfb/directfbvideosink.c:
19774         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
19775         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
19776         scaling, navigation, buffer allocation from video memory etc...
19777
19778 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19779
19780         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
19781         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
19782         gst_sdlvideosink_create:
19783         Changed property full-screen to fullscreen, using SDL_SWSURFACE
19784         instead of SDL_HWSURFACE when in full screen mode.
19785         
19786 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19787
19788         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
19789         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
19790         gst_sdlvideosink_init, gst_sdlvideosink_create:
19791         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
19792         Added a property that allows full-screen.
19793
19794 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
19795
19796         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19797         (gst_sdlvideosink_class_init),
19798         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
19799         (gst_sdlvideosink_show_frame):
19800         * ext/sdl/sdlvideosink.h:
19801           Fix I420 output on some machines (not very nice, but should work).
19802           Add an 'sdlvideosink' debug category. Disable formats that do
19803           not work. Fix some vararg function issues.
19804
19805 2005-10-27  Wim Taymans  <wim@fluendo.com>
19806
19807         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19808         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
19809         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
19810         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
19811         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
19812         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
19813         Fix SDL videosink and did some cleanups.
19814
19815 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
19816
19817         * ext/sdl/sdlvideosink.c:
19818         * ext/sdl/sdlvideosink.h:
19819         Trying to fix videos out of sync (not fixed yet)
19820         
19821 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19822
19823         * gst/qtdemux/qtdemux.h:
19824           Remove got_redirect from class structure as well.
19825
19826 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19827
19828         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
19829         (qtdemux_parse_tree):
19830           Remove 'got-redirect' signal and post element message
19831           on the bus instead.
19832
19833 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19834
19835         * ext/gsm/gstgsm.c:
19836         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19837         * ext/gsm/gstgsmdec.h:
19838         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19839         (gst_gsmenc_chain):
19840         Fixing stuff as wingo pointed out.
19841
19842 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19843
19844         * ext/gsm/gstgsm.c: (plugin_init):
19845         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
19846         (gst_gsmdec_chain):
19847         * ext/gsm/gstgsmdec.h:
19848         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19849         (gst_gsmenc_chain):
19850         * ext/gsm/gstgsmenc.h:
19851         Over-writing Wim's gsm plugins (currently not working) with that from the 
19852         farsight repo. Also made sure that they work with the RTP (de)payloader.
19853
19854 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19855
19856         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
19857         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
19858         * ext/gsm/gstgsmenc.h:
19859         Fixed event handling
19860
19861 2005-10-24  Christian Schaller  <christian@fluendo.com>
19862
19863         * configure.ac: port over thomas's plugin listing from base
19864
19865 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19866
19867         * configure.ac:
19868           back to HEAD
19869
19870 === release 0.9.4 ===
19871
19872 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19873
19874         * NEWS:
19875         * RELEASE:
19876         * configure.ac:
19877           Releasing 0.9.4, "Utahraptor"
19878
19879 2005-10-23  Julien MOUTTE  <julien@moutte.net>
19880
19881         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
19882
19883 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19884
19885         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
19886         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
19887         (gst_faad_chain), (gst_faad_change_state):
19888         * ext/faad/gstfaad.h:
19889           Do some timestamp smoothing (matroskademux apparently sends
19890           multiple buffers in a row with the same timestamp); fix
19891           duration on outgoing buffers; fix change state function; use
19892           GST_DEBUG_FUNCPTR for pad functions.
19893
19894 2005-10-19  Wim Taymans  <wim@fluendo.com>
19895
19896         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
19897         (gst_qtdemux_handle_src_query):
19898         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
19899         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19900         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
19901         API change fix.
19902
19903 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19904
19905         * configure.ac:
19906           All the cool kids use GST_DOCBOOK_CHECK now.
19907
19908 2005-10-18  Julien MOUTTE  <julien@moutte.net>
19909
19910         * gst/speed/Makefile.am: Fix build of speed. 
19911
19912 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
19913
19914         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
19915         (speed_parse_caps), (speed_src_event), (speed_sink_event),
19916         (speed_src_query), (speed_init), (speed_set_property),
19917         (speed_change_state), (gst_speed_convert):
19918         Fixed speed - the previous version, 1.38, has been ported to 0.9
19919         from a wrong version, 1.37 (from 1.36). That fix already includes
19920         the changes done in 1.36.2.4.
19921
19922 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
19923
19924         * configure.ac:
19925           Fix glib check
19926
19927 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19928
19929         * examples/stats/mp2ogg.c:
19930         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
19931         (tarkin_synthesis_packetin):
19932           and more typos fixed
19933
19934 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19935
19936         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
19937         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
19938         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
19939         (gst_faac_get_property), (gst_faac_change_state):
19940           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
19941           move event handling from chain function into an event function,
19942           add some locks here and there, do some cleanups; disable 32-bit
19943           integer and float input formats until we're sure that those 
19944           actually work (couldn't play back the produced files with 
19945           anything).
19946
19947 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19948
19949         * examples/indexing/indexmpeg.c: (main):
19950         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
19951         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
19952         * ext/artsd/gstartsdsink.h:
19953         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
19954         (gst_afparse_close_file):
19955         * ext/audiofile/gstafparse.h:
19956         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19957         (gst_afsink_close_file), (gst_afsink_chain),
19958         (gst_afsink_change_state):
19959         * ext/audiofile/gstafsink.h:
19960         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19961         (gst_afsrc_close_file), (gst_afsrc_change_state):
19962         * ext/audiofile/gstafsrc.h:
19963         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
19964         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
19965         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
19966         * ext/jack/gstjack.h:
19967         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
19968         (gst_jack_bin_change_state):
19969         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
19970         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
19971         * ext/nas/nassink.c: (gst_nassink_open_audio),
19972         (gst_nassink_close_audio), (gst_nassink_change_state):
19973         * ext/nas/nassink.h:
19974         * ext/polyp/polypsink.c: (gst_polypsink_init):
19975         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19976         * ext/sdl/sdlvideosink.h:
19977         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19978         * ext/sndfile/gstsf.c: (gst_sf_set_property),
19979         (gst_sf_change_state), (gst_sf_release_request_pad),
19980         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
19981         * ext/sndfile/gstsf.h:
19982         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
19983         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
19984         * gst/apetag/apedemux.c: (gst_ape_demux_init):
19985         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
19986         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
19987         * gst/festival/gstfestival.c: (gst_festival_change_state):
19988         * gst/festival/gstfestival.h:
19989         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19990         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
19991         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
19992         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
19993         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
19994         (gst_multifilesink_chain), (gst_multifilesink_change_state):
19995         * gst/multifilesink/gstmultifilesink.h:
19996         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
19997         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
19998         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
19999         (dxr3audiosink_open), (dxr3audiosink_close),
20000         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
20001         (dxr3audiosink_change_state):
20002         * sys/dxr3/dxr3audiosink.h:
20003         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
20004         (dxr3spusink_close), (dxr3spusink_chain),
20005         (dxr3spusink_change_state):
20006         * sys/dxr3/dxr3spusink.h:
20007         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
20008         (dxr3videosink_open), (dxr3videosink_close),
20009         (dxr3videosink_write_data), (dxr3videosink_change_state):
20010         * sys/dxr3/dxr3videosink.h:
20011         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
20012         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
20013         (gst_qcamsrc_open), (gst_qcamsrc_close):
20014         * sys/qcam/gstqcamsrc.h:
20015         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
20016         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
20017         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
20018         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
20019         * sys/vcd/vcdsrc.h:
20020         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20021         moved bitshift from macro to enum definition
20022
20023 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20024
20025         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20026
20027         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
20028           Fix depth/width handling for float audio (#318659).
20029
20030 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20031
20032         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20033
20034         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
20035         (gst_faac_src_setcaps), (gst_faac_chain):
20036           Refcount fixes (#318660)
20037
20038 2005-10-12  Julien MOUTTE  <julien@moutte.net>
20039
20040         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
20041         automake-1.7 happy again.
20042
20043 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
20044
20045         * ext/faad/gstfaad.c: (gst_faad_event):
20046           newsegment API update
20047
20048 2005-10-11  Wim Taymans  <wim@fluendo.com>
20049
20050         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20051         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
20052         (gst_tta_parse_parse_header):
20053         newsegment API update.
20054
20055 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20056
20057         * configure.ac:
20058           back to development
20059
20060 === release 0.9.3 ===
20061
20062 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20063
20064         * configure.ac:
20065           Releasing 0.9.3, "Porthos"
20066
20067 2005-09-28  Wim Taymans  <wim@fluendo.com>
20068
20069         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20070         No need to take stream lock here.
20071
20072 2005-09-26  Christian Schaller  <uraeus@gnome.org>
20073
20074         * configure.ac: add speed and rfb where needed
20075         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
20076
20077 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
20078
20079         * ext/gsm/Makefile.am:
20080         * ext/gsm/gstgsm.c:
20081         * ext/gsm/gstgsmdec.c:
20082         * PORTED_09:
20083         Gsmdec ported to 0.9.
20084
20085 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
20086
20087         * configure.ac:
20088         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
20089         (gst_tta_dec_chain):
20090         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
20091         (gst_tta_parse_class_init), (gst_tta_parse_reset),
20092         (gst_tta_parse_init), (gst_tta_parse_src_event),
20093         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
20094         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
20095         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
20096         (gst_tta_parse_loop), (gst_tta_parse_change_state):
20097         * gst/tta/gstttaparse.h:
20098           Ported tta plugin to 0.9.
20099
20100
20101 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20102
20103         * ext/gsm/gstgsmenc.c:
20104           Setting caps on the outgoing buffers.
20105           Need to fix: rtpencoder does not know what it is handling and
20106           errors out
20107
20108 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
20109
20110         * configure.ac:
20111         * ext/sdl/Makefile.am:
20112           Fixed Makefile.am - removed hard coded flags from Makefile.am.
20113           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
20114
20115 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
20116
20117         * Makefile.am:
20118         * configure.ac:
20119         * ext/sdl/Makefile.am:
20120         * ext/sdl/sdlvideosink.c:
20121         * PORTED_09:
20122           Ported to 0.9.
20123
20124 === release 0.9.1 ===
20125
20126 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20127
20128         * configure.ac:
20129         * gst/speed/Makefile.am:
20130         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
20131         * PORTED_09:
20132
20133 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20134
20135         * NEWS:
20136         * README:
20137         * RELEASE:
20138         * configure.ac:
20139         * autogen.sh:
20140           releasing 0.9.1, "Angel Eyes"
20141
20142 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
20143         * examples/gstplay/player.c: (main):
20144         * examples/stats/mp2ogg.c: (main):
20145         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
20146         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
20147         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
20148         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
20149         * ext/dirac/gstdiracdec.cc:
20150         * ext/directfb/directfbvideosink.c:
20151         (gst_directfbvideosink_change_state):
20152         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
20153         * ext/faac/gstfaac.c: (gst_faac_change_state):
20154         * ext/hermes/gsthermescolorspace.c:
20155         (gst_hermes_colorspace_change_state):
20156         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
20157         * ext/jack/gstjack.c: (gst_jack_change_state):
20158         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
20159         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
20160         * ext/libmms/gstmms.c: (gst_mms_change_state):
20161         * ext/mpeg2enc/gstmpeg2enc.cc:
20162         * ext/mplex/gstmplex.cc:
20163         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
20164         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
20165         * ext/nas/nassink.c: (gst_nassink_change_state):
20166         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
20167         (context_state_callback), (gst_polypsink_link):
20168         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20169         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
20170         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
20171         * ext/sndfile/gstsf.c: (gst_sf_change_state):
20172         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20173         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
20174         * ext/xine/xine.c: (gst_xine_change_state):
20175         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
20176         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
20177         * ext/xine/xineinput.c: (gst_xine_input_change_state):
20178         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
20179         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
20180         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
20181         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
20182         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
20183         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
20184         * gst/festival/gstfestival.c: (gst_festival_change_state):
20185         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
20186         * gst/modplug/gstmodplug.cc:
20187         * gst/mpeg1videoparse/gstmp1videoparse.c:
20188         (gst_mp1videoparse_change_state):
20189         * gst/mpegaudioparse/gstmpegaudioparse.c:
20190         (gst_mp3parse_change_state):
20191         * gst/multifilesink/gstmultifilesink.c:
20192         (gst_multifilesink_change_state):
20193         * gst/speed/gstspeed.c: (speed_change_state):
20194         * gst/switch/gstswitch.c: (gst_switch_change_state):
20195         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
20196         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
20197         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
20198         * po/af.po:
20199         * po/az.po:
20200         * po/cs.po:
20201         * po/en_GB.po:
20202         * po/hu.po:
20203         * po/it.po:
20204         * po/nb.po:
20205         * po/nl.po:
20206         * po/or.po:
20207         * po/sq.po:
20208         * po/sr.po:
20209         * po/sv.po:
20210         * po/uk.po:
20211         * po/vi.po:
20212         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
20213         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
20214         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
20215         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
20216         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
20217         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
20218         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
20219         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
20220         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
20221         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
20222         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
20223         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
20224           Fix up all the state change functions.
20225
20226 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20227
20228         * created gst-plugins-bad
20229
20230 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20231
20232         * configure.ac:
20233         * ext/Makefile.am:
20234         * ext/gsm/Makefile.am:
20235         * ext/gsm/gstgsm.c: 
20236         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
20237         * PORTED_09:
20238
20239 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20240
20241         * configure.ac:
20242         * ext/Makefile.am:
20243         * ext/faac/Makefile.am:
20244         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.