gst/flv/gstflvdemux.*: If our index was created by the element and not provided from...
[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_change_state),
4         (gst_flv_demux_set_index), (gst_flv_demux_init):
5         * gst/flv/gstflvdemux.h:
6         If our index was created by the element and not provided from the
7         outside we should destroy it when starting a new stream to get
8         all old entries removed.
9
10 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
11
12         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range):
13         Improve debugging a bit when pulling a buffer from upstream fails.
14
15 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
16
17         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
18         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_dispose):
19         * gst/flv/gstflvdemux.h:
20         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
21         (gst_flv_parse_tag_video):
22         Close the currently playing segment from the streaming thread
23         instead of the thread where the seek event is handled.
24
25 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
26
27         Patch by: David Härdeman <david at hardeman dot nu>
28
29         * gst/mpegdemux/mpegtspacketizer.c: (mpegts_packetizer_parse_nit):
30         Add support for the frequency list descriptor, which provides
31         additional frequencies that should be scanned by a DVB application.
32         Fixes bug #557814.
33
34 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
35
36         Patch by: vanista <vanista at gmail dot com>
37
38         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_choose_best_stream):
39         Fix EOS logic by correctly popping the collect pad buffers only
40         when we've chosen to use them instead of popping them always and
41         storing them in a private queue.
42
43         Before the pipeline would deadlock if all pads go EOS at the same
44         time. Fixes bug #557763.
45
46 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
47
48         * configure.ac:
49         Back to development -> 0.10.9.1
50
51 === release 0.10.9 ===
52
53 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
54
55         * configure.ac:
56           releasing 0.10.9, "Matters of fact"
57
58 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
59
60         * configure.ac:
61         Commit 0.10.8.4 pre-release
62
63 2008-10-20  Edward Hervey  <edward.hervey@collabora.co.uk>
64
65         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
66         Fix reverse playback regression.
67         Fixes #557080
68
69 2008-10-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
70
71         * ext/apexsink/gstapexplugin.c: (plugin_init):
72           Set apexsink's rank to NONE so it doesn't get used by
73           autoaudiosink (there's no point really). (#556588)
74
75 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
76
77         * configure.ac:
78         0.10.8.3 pre-release
79
80 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
81
82         Patch by: Josep Torra
83
84         * gst/mpegdemux/gstmpegtsdemux.c:
85         * gst/mpegdemux/gstmpegtsdemux.h:
86         Properly handle some resync cases in the optimised
87         buffering strategy.
88
89 2008-10-16  Michael Smith <msmith@songbirdnest.com>
90         * sys/acmenc/Makefile.am:
91           Remove incorrect use of DIRECTSOUND_LDFLAGS
92
93 2008-10-16  Sebastian Dröge  <slomo@circular-chaos.org>
94
95         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
96         (gst_flv_mux_write_buffer):
97         Don't set video_codec to the value that actually should go
98         into audio codec, otherwise we create invalid files.
99         Fixes bug #556564.
100
101 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
102
103         * tests/check/Makefile.am:
104         Leave apexsink out of the states test.
105
106 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
107
108         * gst/rtpmanager/gstrtpjitterbuffer.c:
109         (gst_jitter_buffer_sink_parse_caps),
110         (gst_rtp_jitter_buffer_flush_start),
111         (gst_rtp_jitter_buffer_flush_stop), (gst_rtp_jitter_buffer_chain),
112         (gst_rtp_jitter_buffer_loop):
113         Fix problem with using the output seqnum counter to check for input
114         seqnum discontinuities.
115         Improve gap detection and recovery, reset and flush the jitterbuffer on
116         seqnum restart. Fixes #556520.
117
118         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert):
119         Fix wrong G_LIKELY.
120
121 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
122
123         * configure.ac:
124         Commit 0.10.8.2 pre-release bump, that actually went out in a
125         tarball on 2008-10-11
126
127 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
128
129         * gst/rtpmanager/gstrtpsession.c:
130         (gst_rtp_session_event_send_rtcp_src), (create_send_rtcp_src):
131         Install event handler on the rtcp_src pad, make LATENCY event return
132         TRUE.
133
134 2008-10-16  Edward Hervey  <edward.hervey@collabora.co.uk>
135
136         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
137         Make sure the mpegpsdemux element creates valid newsegment events.
138         Fixes #556428
139
140 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
141
142         patch by: Sebastian Pölsterl
143         
144         * gst/mpegdemux/mpegtspacketizer.c:
145         Fixes segfault in get_encoding_and_convert.
146         Fixes #556482
147
148 2008-10-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
149
150         patch by: Josep Torra
151
152         * gst/mpegdemux/gstmpegtsdemux.c:
153         Fixes a segfault in the adaptation buffer size strategy.
154         Fixes #556440
155
156 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
157
158         * gst/selector/gstinputselector.c: (gst_input_selector_event),
159         (gst_input_selector_query):
160         Gracefully handle the cases when we dont' have otherpad.
161         Fixes #556430
162
163 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
164
165         * gst/aiffparse/aiffparse.c: (plugin_init):
166         Fix debugging category initialization.
167         Fixes #556274   
168
169 2008-10-14  Jan Schmidt  <jan.schmidt@sun.com>
170
171         * ext/apexsink/gstapexsink.c:
172         Fix some more format string compiler warnings (from OS/X)
173
174 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
175
176         * ext/apexsink/gstapexraop.c: (gst_apexraop_connect),
177         (gst_apexraop_set_volume):
178         Fix format string compiler warnings.
179
180 2008-10-12  Jan Schmidt  <jan.schmidt@sun.com>
181
182         * sys/oss4/oss4-mixer.c:
183         * sys/oss4/oss4-sink.c:
184         * sys/oss4/oss4-source.c:
185         Add some spaces in translateable strings.
186         Fixes: #555969 #555968 #555965
187
188 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
189
190         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag),
191         (gst_flv_demux_pull_header):
192         Fix regression of handling flow returns in pull mode.
193         Fixes bug #556003.
194
195 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
196
197         * ext/Makefile.am:
198         Add apexsink to SUBDIRS. Fixes bug #555912.
199
200 2008-10-11  Jan Schmidt  <jan.schmidt@sun.com>
201
202         * tests/check/pipelines/metadata.c:
203         Make the metadata test not fail when jpegenc isn't available....
204         as it isn't here, because it's not in this module, and
205         therefore not in the plugin path when the check runs.
206
207 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
208
209         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
210         (gst_flv_parse_tag_video):
211         Use gst_pad_alloc_buffer_and_set_caps() to make sure we get
212         a buffer with caps that we can work with (i.e. the pad's caps).
213
214         Add non-keyframe video frames to the index too but without the
215         keyframe flag.
216
217         Add audio frames to the index only if we have no video stream.
218
219 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
220
221         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
222         (gst_flv_parse_tag_video):
223         Create pads from the pad templates, use fixed caps on them
224         and only activate them after the caps are set.
225
226 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
227
228         * configure.ac:
229         Disable flacparse for this release as it's too buggy.
230
231 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
232
233         * gst/flacparse/gstbaseparse.c (gst_base_parse_push_buffer),
234         (gst_base_parse_update_upstream_durations):
235         Fix compiler warning on OS/X about parameters not matching
236         the debug format string.
237
238 2008-10-09  Sebastian Dröge  <slomo@circular-chaos.org>
239
240         * gst/deinterlace2/tvtime/tomsmocomp.c:
241         (gst_deinterlace_method_tomsmocomp_class_init):
242         Fix unused variable compiler warning when not building
243         X86 assembly.
244
245 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
246
247         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop):
248         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_timestamp):
249         * gst/flv/gstflvparse.h:
250         Get an approximate duration of the file by looking at the timestamp
251         of the last tag in pull mode. If we get (maybe better) duration from
252         metadata later we'll use that instead.
253
254 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
255
256         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range),
257         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header):
258         Refactor _pull_range() logic with checks into a seperate function
259         to make things a bit more readable.
260
261 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
262
263         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
264         (gst_flv_demux_base_init):
265         Use gst_element_class_set_details_simple().
266
267         If we get GST_FLOW_NOT_LINKED in the parse loop but at least
268         one of the pads is linked continue the loop.
269
270 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
271
272         * ext/amrwb/gstamrwbenc.c:
273         * ext/amrwb/gstamrwbenc.h:
274           Pass the discont flag from the input buffer on to the output buffer in
275           the AMR encoder.
276
277 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
278
279         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
280         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate):
281         Correct caps for video codec id 5: It's On2 VP6 with alpha channel
282         which needs a different decoder and has different caps.
283
284         Add support for audio codec id 14, which is MP3 with 8kHz sampling
285         rate.
286
287         Fix endianness and signedness for raw audio codec ids.
288
289         Add support for alaw and mulaw audio.
290
291 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
292
293         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain):
294         Go out of the parse loop as soon as we get an error instead
295         of parsing until the GstAdapter is empty.
296
297         Add some explanations about the header and tag size.
298
299         Don't print synchronizing message if everything is fine.
300
301 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
302
303         * gst/flv/Makefile.am:
304         * gst/flv/gstflvdemux.c: (plugin_init):
305         * gst/flv/gstflvmux.c: (gst_flv_mux_base_init),
306         (gst_flv_mux_class_init), (gst_flv_mux_init),
307         (gst_flv_mux_finalize), (gst_flv_mux_reset),
308         (gst_flv_mux_handle_src_event), (gst_flv_mux_handle_sink_event),
309         (gst_flv_mux_video_pad_setcaps), (gst_flv_mux_audio_pad_setcaps),
310         (gst_flv_mux_request_new_pad), (gst_flv_mux_release_pad),
311         (gst_flv_mux_write_header), (gst_flv_mux_write_buffer),
312         (gst_flv_mux_collected), (gst_flv_mux_change_state):
313         * gst/flv/gstflvmux.h:
314         Add first version of a FLV muxer. The only missing feature is writing
315         of stream metadata.
316
317 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
318
319         * ext/amrwb/gstamrwbparse.c:
320         * ext/amrwb/gstamrwbparse.h:
321           Add flush seek handler. Taken from recent armnbparse changes.
322           Sync the code more and use #defines for HEADER.
323
324 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
325
326         * ext/amrwb/gstamrwbparse.c:
327         * ext/amrwb/gstamrwbparse.h:
328           Fix the duration query. Also set caps on the pads and buffers more
329           correctly. Taken from recent armnbparse changes.
330
331 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
332
333         * gst/mpegdemux/gstmpegdemux.c:
334         * gst/mpegdemux/gstmpegtsdemux.c:
335         Add Fluendo to the Long Name.
336
337 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
338
339         * configure.ac:
340         * gst-plugins-bad.spec.in:
341         * gst/mpegdemux/Makefile.am:
342         * gst/mpegdemux/flumpegdemux.c:
343         * gst/mpegdemux/gstmpegdesc.c:
344         * gst/mpegdemux/gstmpegdesc.h:
345         * gst/mpegdemux/mpegtspacketizer.c:
346         * gst/mpegdemux/mpegtspacketizer.h:
347         * gst/mpegdemux/mpegtsparse.c:
348         * gst/mpegdemux/mpegtsparse.h:
349         Move of mpegtsparse to mpegdemux.
350         Fixes #555193.
351
352 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
353
354         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data),
355         (gst_flups_demux_parse_pack_start):
356         Prevent a division by zero if last mux rate was zero.
357
358         If we're going to send a NEWSEGMENT event but the segment start
359         and the current buffer timestamp differ by more than a second we
360         will start the NEWSEGMENT at the buffer timestamp.
361
362         This fixes playback of the tv2-1_25.mpg file, which has 0 as first SCR
363         but the first PTS are around 1 hour and 40 minutes.
364
365         Fixes bug #553755.
366
367 2008-10-07  Jan Schmidt  <jan.schmidt@sun.com>
368
369         * ext/resindvd/resindvdsrc.c:
370         Fix next/prev chapter seeking at the beginning or end.
371         Use 64-bit scaling utility functions for converting MPEG
372         timestamps.
373
374 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
375
376         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
377
378         * gst/rtpmanager/gstrtpbin-marshal.list:
379         Add marshaller for new action signal.
380
381         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session),
382         (gst_rtp_bin_class_init):
383         * gst/rtpmanager/gstrtpbin.h:
384         Add action signal to retrieve the internal RTPSession object.
385
386         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
387         (gst_rtp_session_get_property), (gst_rtp_session_release_pad):
388         Add property to access the internal RTPSession object.
389
390         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
391         (check_collision):
392         * gst/rtpmanager/rtpsession.h:
393         Add action signal to retrieve an RTPSource object by SSRC. 
394         See #555396.
395
396 2008-10-07  Stefan Kost  <ensonic@users.sf.net>
397
398         * gst/selector/gstoutputselector.c:
399           Choose right pad for sending events. Fixes #555244
400
401 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
402
403         * gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
404         (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
405         (remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
406         (gst_rtp_bin_release_pad):
407         Release pads of the session manager.
408         Start implementing releasing pads of gstrtpbin.
409
410         * gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
411         (remove_recv_rtcp_sink), (remove_send_rtp_sink),
412         (remove_send_rtcp_src), (gst_rtp_session_release_pad):
413         Implement releasing pads in gstrtpsession.
414
415 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
416
417         * gst/rtpmanager/gstrtpjitterbuffer.c:
418         (gst_jitter_buffer_sink_parse_caps):
419         Only update the seqnum-base when it was not already configured for the
420         streams.
421
422 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
423
424         * configure.ac
425         * ext/metadata/README:
426         * ext/metadata/metadataexif.c:
427         * ext/metadata/metadatatags.c:
428         * ext/metadata/metadatatags.h:
429           Start using core geo tags (bump req). Fix handling of location
430           references.
431
432         * tests/check/Makefile.am:
433           Sort blacklisted elements and remove moved ones. Add new test.
434
435         * tests/check/pipelines/metadata.c:
436           Add first tests for metadata element.
437
438         * tests/icles/metadata_editor.c:
439           Move free to correct place.
440
441 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
442
443         * tests/check/generic/states.c:
444           Stop test on state-change error. Should be applied on other modules if
445           we agree that it makes sense.
446
447 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
448
449         * gst/mpegtsparse/mpegtsparse.c:
450         Actually copy the structure passed in when assigning it because
451         it gets freed straight after the function call.
452         Re: pat_info and pmt_info GstStructures.
453
454 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
455
456         Patch by: Josep Torra
457
458         * gst/mpegdemux/gstmpegtsdemux.c:
459         Fix wrong firing of critical introduced by previous optimisation.
460
461 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
462
463         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
464         Warn and clamp to max bitrate for samplerate.
465         Fixes #550486.
466
467 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
468
469         * gst/mpegtsparse/mpegtsparse.c:
470         Fix possible crash where pat is pointing to a freed structure.
471
472 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
473
474         * ext/metadata/README:
475         * ext/metadata/metadataexif.c:
476         * ext/metadata/metadatatags.c:
477         * ext/metadata/metadatatags.h:
478           Use core gps tags.
479
480 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
481
482         * ext/metadata/metadata_mapping.htm:
483         * ext/metadata/metadataxmp.c:
484         * ext/metadata/Makefile.am:
485           Add mapping of format and mime type to xmp.
486
487 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
488
489         * ext/metadata/README:
490         * ext/metadata/metadataexif.c:
491         * ext/metadata/metadatatags.c:
492         * ext/metadata/metadatatags.h:
493           Reverting. Will need to wait for core 0.10.21 release.
494
495 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
496
497         * ext/metadata/README:
498         * ext/metadata/metadataexif.c:
499         * ext/metadata/metadatatags.c:
500         * ext/metadata/metadatatags.h:
501           Use core gps tags.
502
503 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
504
505         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
506         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
507         (gst_base_parse_change_state), (gst_base_parse_set_index),
508         (gst_base_parse_get_index):
509         Add support for GstIndex.
510
511 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
512
513         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
514         (gst_base_parse_push_buffer),
515         (gst_base_parse_update_upstream_durations),
516         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
517         * gst/flacparse/gstbaseparse.h:
518         Provide a vfunc for the subclass to decide whether a frame is inside
519         the segment or not and add a default implementation.
520
521         Fix approximate bitrate calculations.
522
523 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
524
525         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
526         (gst_base_parse_init), (gst_base_parse_push_buffer),
527         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
528         (gst_base_parse_loop), (gst_base_parse_activate),
529         (gst_base_parse_convert), (gst_base_parse_query):
530         Approximate the average bitrate, duration and size if possible
531         and add a default conversion function which uses this for
532         time<->byte conversions.
533
534         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
535         Fix parsing if upstream gives -1 as duration.
536
537 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
538
539         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
540         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
541         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
542         Ref the rtpsource object before we release the session lock when we emit
543         the signals.
544
545 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
546
547         * sys/Makefile.am:
548         * sys/wasapi/Makefile.am:
549         * sys/wasapi/gstwasapi.c:
550         * sys/wasapi/gstwasapisink.c:
551         * sys/wasapi/gstwasapisink.h:
552         * sys/wasapi/gstwasapisrc.c:
553         * sys/wasapi/gstwasapisrc.h:
554         * sys/wasapi/gstwasapiutil.c:
555         * sys/wasapi/gstwasapiutil.h:
556         New plugin for audio capture and playback using Windows Audio Session
557         API (WASAPI) available with Vista and newer (#520901).
558
559         Comes with hardcoded caps and obviously needs lots of love. Haven't
560         had time to work on this code since it was written, was initially just
561         a quick experiment to play around with this new API.
562
563 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
564
565         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
566           (AudioFakeSink.DoRenderSample):
567         Fix a couple of signed/unsigned comparison warnings.
568
569 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
570
571         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
572         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
573         Use the _T() macro to support both Unicode and MBCS.
574
575 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
576
577         * ext/libmms/gstmms.c (plugin_init):
578         Fix return type of the GstURIHandler::get_type() implementation.
579
580 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
581
582         * configure.ac:
583         * gst/flacparse/Makefile.am:
584         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
585         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
586         (gst_base_parse_finalize), (gst_base_parse_class_init),
587         (gst_base_parse_init), (gst_base_parse_check_frame),
588         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
589         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
590         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
591         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
592         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
593         (gst_base_parse_chain), (gst_base_parse_pull_range),
594         (gst_base_parse_loop), (gst_base_parse_sink_activate),
595         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
596         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
597         (gst_base_parse_set_min_frame_size),
598         (gst_base_parse_get_querytypes), (gst_base_parse_query),
599         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
600         * gst/flacparse/gstbaseparse.h:
601         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
602         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
603         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
604         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
605         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
606         (gst_bit_reader_skip_to_byte):
607         * gst/flacparse/gstbitreader.h:
608         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
609         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
610         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
611         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
612         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
613         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
614         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
615         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
616         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
617         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
618         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
619         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
620         * gst/flacparse/gstbytereader.h:
621         * gst/flacparse/gstflac.c: (plugin_init):
622         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
623         (gst_flac_parse_class_init), (gst_flac_parse_init),
624         (gst_flac_parse_finalize), (gst_flac_parse_start),
625         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
626         (gst_flac_parse_check_valid_frame),
627         (gst_flac_parse_handle_streaminfo),
628         (gst_flac_parse_handle_vorbiscomment),
629         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
630         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
631         (gst_flac_parse_parse_frame):
632         * gst/flacparse/gstflacparse.h:
633         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
634         that will be added to libgstbase later.
635
636         The FLAC parser is currently not 100% bug free and fails to get the
637         correct frame size for some frames in some streams.
638
639 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
640
641         * ext/resindvd/gstmpegdemux.c:
642         * ext/resindvd/gstmpegdemux.h:
643         * ext/resindvd/resindvdbin.c:
644         * ext/resindvd/resindvdsrc.c:
645         * ext/resindvd/rsnstreamselector.c:
646         Add in Title/Chapter seeking, and simple but buggy audio
647         and subtitle stream selection.
648
649 2008-09-24  Michael Smith <msmith@songbirdnest.com>
650
651         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
652         * sys/dshowdecwrapper/gstdshowaudiodec.h:
653         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
654         * sys/dshowdecwrapper/gstdshowutil.cpp:
655         * sys/dshowdecwrapper/gstdshowutil.h:
656         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
657         * sys/dshowdecwrapper/gstdshowvideodec.h:
658           Prefer known-good filters, create directly by GUID if possible,
659           fall back to creating highest-merit filter otherwise.
660           Fixes playback with random dshow filters installed in some
661           cases.
662
663 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
664
665         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
666         (rtp_jitter_buffer_get_sync):
667         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
668         (session_cleanup):
669         * gst/rtpmanager/rtpsource.c:
670         Fix some docs.
671
672 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
673
674         Patch from: Josep Torra
675
676         * gst/mpegdemux/gstmpegtsdemux.c:
677         * gst/mpegdemux/gstmpegtsdemux.h:
678         Use a preallocated buffer per stream for PES packets sent on src pads.
679         Adaptively adjust buffer size appropriately.
680
681 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
682
683         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
684           (gst_neonhttp_src_send_request_and_redirect):
685           Clean up the debug logging code and #ifdef mess a bit: whether or not
686           gstreamer debug messages should be output should not depend on an
687           element property; also, GST_ELEMENT_ERROR will leave a line in the log
688           already, so merge the more useful debug log messages with the less useful
689           error debug strings.
690
691 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
692
693         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
694           Don't post LIBRARY_INIT errors where we should be posting
695           RESOURCE OPEN_READ errors. Fixes #552506.
696
697 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
698
699         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
700         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
701         Fix compiler warnings on OS/X
702
703 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
704
705         patch by: Michael Krufky
706
707         * sys/dvb/gstdvbsrc.c:
708         Add adapter_name for bus message in ATSC case. Fixes #552536.
709
710 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
711
712         * ext/celt/gstceltenc.h:
713           Help gtk-doc to parse this correctly.
714
715         * gst/pcapparse/gstpcapparse.c:
716           Add missing include.
717
718 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
719
720         * examples/Makefile.am:
721           Only built scaletempo example if we have gtk.
722
723 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
724
725         * gst/rtpmanager/gstrtpbin.c: (create_session),
726         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
727         Do not try to adjust the offset of streams for which we have not yet
728         seen an SR packet. Avoids large ts-offsets in some cases.
729
730 2008-09-10  Michael Smith <msmith@songbirdnest.com>
731
732         * sys/dshowdecwrapper/Makefile.am:
733         * sys/dshowdecwrapper/gstdshowaudiodec.c:
734         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
735         * sys/dshowdecwrapper/gstdshowaudiodec.h:
736         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
737         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
738         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
739         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
740         * sys/dshowdecwrapper/gstdshowfakesrc.h:
741         * sys/dshowdecwrapper/gstdshowutil.cpp:
742         * sys/dshowdecwrapper/gstdshowutil.h:
743         * sys/dshowdecwrapper/gstdshowvideodec.c:
744         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
745         * sys/dshowdecwrapper/gstdshowvideodec.h:
746           Major rewrite of dshowdecwrapper. Converts code to
747           C++, moves to direct use of DirectShow base classes,
748           make a lot of code clearer, simplify, etc.
749           Fix decode of MP3 on Vista by working around an apparent
750           bug in the decoder.
751
752 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
753
754         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
755           gst_ks_clock_start):
756           Synchronize KS clock as a single-shot operation for now, there's not
757           much point in doing it periodically until we're actually using the
758           KS timestamps for anything else than just discarding old frames.
759         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
760           Provide the GstClock when opening the device if we already have one.
761
762 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
763
764         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
765           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
766           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
767           gst_ks_video_device_read_frame):
768           Guard against capturing old frames by keeping track of the last
769           timestamp and also zero-fill the buffers before each capture.
770           Only assign a master clock if the pin hasn't already got one.
771           Actually free buffers on the way down to avoid a huge memory leak,
772           as this was previously done when changing state to ACQUIRE downwards
773           and we now skip that state on the way down.
774           Add some debug.
775         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
776           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
777           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
778           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
779           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
780           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
781           device_index, running, worker_thread, worker_lock,
782           worker_notify_cond, worker_result_cond, worker_state,
783           worker_pending_caps, worker_setcaps_result, worker_pending_run,
784           worker_run_result, gst_ks_video_src_reset,
785           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
786           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
787           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
788           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
789           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
790           gst_ks_video_src_create):
791           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
792           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
793           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
794           behavior. As an added bonus we usually get PresentationTime set for
795           each frame, so we can expand on this later for smarter latency
796           reporting (by looking at the diff between the timestamp from the
797           driver and the time according to the GStreamer clock).
798           Use an internal worker thread for opening the device, setting caps,
799           changing its state and closing it. This way we're a lot more
800           compatible with drivers that rely on hacks to do video-effects
801           between the low-level NT API and the application. Ick.
802           Start the ks clock and set the pin to KSSTATE_RUN on the first
803           create() so that we'll hopefully get hold of the GStreamer clock
804           from the very beginning. This way there's no chance that the
805           timestamps will make a sudden jump in the beginning of the stream
806           when we're running with a clock.
807         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
808           ks_options_flags_to_string):
809           Reorder the flags to match the headerfile order, and make the string
810           a bit more compact.
811         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
812           Avoid leaking KSPROPERTY_PIN_DATARANGES.
813
814 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
815
816         * configure.ac:
817         * ext/Makefile.am:
818         * ext/jp2k/Makefile.am:
819         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
820         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
821         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
822         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
823         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
824         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
825         (plugin_init):
826         * ext/jp2k/gstjasperdec.h:
827         Add jp2k plugin.  Fixes #550657.
828
829 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
830
831         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
832         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
833         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
834         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
835         (gst_fluts_demux_plugin_init):
836         Fix conflicting public names in new mpeg demuxers.
837         Fixes #550468
838
839 2008-09-08  Michael Smith <msmith@songbirdnest.com>
840
841         * gst/aiffparse/aiffparse.c:
842           Support chunks in AIFF in any order in pull mode, and any order so
843           long as we get COMM before the actual data (SSND) in push mode.
844           Fixes playback of AIFC files.
845
846 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
847
848         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
849         (gst_input_selector_reset), (gst_input_selector_change_state):
850         Reset the selector state when going to READY.
851
852 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
853
854         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
855         (create_session), (gst_rtp_bin_associate),
856         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
857         (gst_rtp_bin_request_new_pad):
858         * gst/rtpmanager/gstrtpbin.h:
859         Add signal to notify listeners when a sender becomes a receiver.
860         Tweak lip-sync code, don't store our own copy of the ts-offset of the
861         jitterbuffer, don't adjust sync if the change is less than 4msec.
862         Get the RTP timestamp <-> GStreamer timestamp relation directly from
863         the jitterbuffer instead of our inaccurate version from the source.
864
865         * gst/rtpmanager/gstrtpjitterbuffer.c:
866         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
867         (gst_rtp_jitter_buffer_get_sync):
868         * gst/rtpmanager/gstrtpjitterbuffer.h:
869         Add G_LIKELY macros, use global defines for max packet reorder and
870         dropouts.
871         Reset the jitterbuffer clock skew detection when packets seqnums are
872         changed unexpectedly.
873
874         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
875         (gst_rtp_session_class_init), (gst_rtp_session_init):
876         * gst/rtpmanager/gstrtpsession.h:
877         Add sender timeout signal.
878
879         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
880         (calculate_skew), (rtp_jitter_buffer_insert),
881         (rtp_jitter_buffer_get_sync):
882         * gst/rtpmanager/rtpjitterbuffer.h:
883         Add some G_LIKELY macros.
884         Keep track of the extended RTP timestamp so that we can report the RTP
885         timestamp <-> GStreamer timestamp relation for lip-sync.
886         Remove server timestamp gap detection code, the server can sometimes
887         make a huge gap in timestamps (talk spurts,...) see #549774.
888         Detect timetamp weirdness instead by observing the sender/receiver
889         timestamp relation and resync if it changes more than 1 second.
890         Add method to report about the current rtp <-> gst timestamp relation
891         which is needed for lip-sync.
892
893         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
894         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
895         (session_cleanup):
896         * gst/rtpmanager/rtpsession.h:
897         Add sender timeout signal.
898         Remove inaccurate rtp <-> gst timestamp relation code, the
899         jitterbuffer can now do an accurate reporting about this.
900
901         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
902         (rtp_source_update_caps), (calculate_jitter),
903         (rtp_source_process_rtp):
904         * gst/rtpmanager/rtpsource.h:
905         Remove inaccurate rtp <-> gst timestamp relation code.
906
907         * gst/rtpmanager/rtpstats.h:
908         Define global max-reorder and max-dropout constants for use in various
909         subsystems.
910
911 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
912
913         patch by: Sebastian Pölsterl
914
915         * sys/dvb/gstdvbsrc.c:
916         Add DVB Adapter name to structure sent over bus.
917
918 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
919
920         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
921         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
922         Fix build on macosx.
923
924 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
925
926         * configure.ac:
927         * gst/mpegdemux/Makefile.am:
928         * gst/mpegdemux/flumpegdemux.c:
929         * gst/mpegdemux/flutspatinfo.c:
930         * gst/mpegdemux/flutspatinfo.h:
931         * gst/mpegdemux/flutspmtinfo.c:
932         * gst/mpegdemux/flutspmtinfo.h:
933         * gst/mpegdemux/flutspmtstreaminfo.c:
934         * gst/mpegdemux/flutspmtstreaminfo.h:
935         * gst/mpegdemux/gstmpegdefs.h:
936         * gst/mpegdemux/gstmpegdemux.c:
937         * gst/mpegdemux/gstmpegdemux.h:
938         * gst/mpegdemux/gstmpegdesc.c:
939         * gst/mpegdemux/gstmpegdesc.h:
940         * gst/mpegdemux/gstmpegtsdemux.c:
941         * gst/mpegdemux/gstmpegtsdemux.h:
942         * gst/mpegdemux/gstpesfilter.c:
943         * gst/mpegdemux/gstpesfilter.h:
944         * gst/mpegdemux/gstsectionfilter.c:
945         * gst/mpegdemux/gstsectionfilter.h:
946         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
947         is now dual licensed MPL and LGPL.
948
949 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
950
951         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
952         Set caps on outgoing buffers.
953
954 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
955
956         * ext/resindvd/plugin.c: (plugin_init):
957         * ext/resindvd/resindvdsrc.c:
958         * ext/twolame/gsttwolame.c: (plugin_init):
959         * gst/aiffparse/aiffparse.c: (plugin_init):
960           Enable/fix up translations for these plugins.
961
962         * po/LINGUAS:
963           Add 'ca' to LINGUAS.
964
965         * po/POTFILES.in:
966         * po/POTFILES.skip:
967           Add more files for translation and more files which tools
968           should skip.
969
970 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
971
972         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
973         Fix build on macosx.
974
975 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
976
977         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
978         Allocate a fixed size buffer on the stack instead of using malloc().
979
980         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
981         (tsmux_program_new), (tsmux_program_free):
982         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
983         (tsmux_stream_free), (tsmux_stream_consume),
984         (tsmux_stream_add_data):
985         Use GSlice.
986
987 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
988
989         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
990         Add support for muxing MPEG4 video.
991
992 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
993
994         * gst/mpegtsmux/tsmux/tsmux.h:
995         * gst/mpegtsmux/tsmux/tsmuxstream.h:
996         Fix build of mpegtsmux.
997         
998 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
999
1000         * configure.ac:
1001         * gst/mpegtsmux/Makefile.am:
1002         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
1003         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
1004         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
1005         (release_buffer_cb), (mpegtsmux_create_stream),
1006         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
1007         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
1008         (mpegtsmux_release_pad), (new_packet_cb),
1009         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
1010         (plugin_init):
1011         * gst/mpegtsmux/mpegtsmux.h:
1012         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1013         * gst/mpegtsmux/mpegtsmux_aac.h:
1014         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
1015         * gst/mpegtsmux/mpegtsmux_h264.h:
1016         * gst/mpegtsmux/tsmux/Makefile.am:
1017         * gst/mpegtsmux/tsmux/crc.h:
1018         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
1019         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
1020         (tsmux_program_new), (tsmux_set_pmt_frequency),
1021         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
1022         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
1023         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
1024         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
1025         (tsmux_write_stream_packet), (tsmux_program_free),
1026         (tsmux_write_section), (tsmux_write_section_hdr),
1027         (tsmux_write_pat), (tsmux_write_pmt):
1028         * gst/mpegtsmux/tsmux/tsmux.h:
1029         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
1030         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1031         (tsmux_stream_get_pid), (tsmux_stream_free),
1032         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
1033         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
1034         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
1035         (tsmux_stream_pes_header_length),
1036         (tsmux_stream_find_pts_dts_within),
1037         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
1038         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
1039         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
1040         (tsmux_stream_get_pts):
1041         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1042         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
1043         is renamed to mpegtsmux to prevent conflicts. Also all relevant
1044         informations about copyright and license are added to the top of
1045         every file but apart from that no changes compared to the latest
1046         SVN versions happened.
1047
1048 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1049
1050         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1051         (gst_input_selector_event), (gst_input_selector_query):
1052         Reuse the get_linked_pads for both source and sinkpads because they are
1053         the same.
1054         Implement a custum event handler and get the internally linked pad
1055         directly instead of relying on the default (slower) implementation.
1056
1057 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1058
1059         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
1060         Correctly take the granulepos from upstream if possible and
1061         correctly handle the granulepos in various calculations: the
1062         granulepos is the sample number of the _last_ sample in a frame, not
1063         the first. 
1064
1065         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
1066         (gst_celt_enc_encode), (gst_celt_enc_chain),
1067         (gst_celt_enc_change_state):
1068         * ext/celt/gstceltenc.h:
1069         Handle non-zero start timestamps in the encoder and detect/handle
1070         stream discontinuities. Fixes bug #547075.
1071
1072 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1073
1074         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
1075
1076         * configure.ac:
1077         * docs/plugins/Makefile.am:
1078         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1079         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1080         * docs/plugins/inspect/plugin-scaletempo.xml:
1081         * examples/scaletempo/Makefile.am:
1082         * examples/scaletempo/demo-gui.c: (pop_status_bar),
1083         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
1084         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
1085         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
1086         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
1087         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
1088         (demo_gui_do_play_pause), (demo_gui_do_open_file),
1089         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
1090         (demo_gui_do_about_dialog), (demo_gui_do_quit),
1091         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
1092         (demo_gui_request_set_search), (demo_gui_rate_changed),
1093         (demo_gui_playing_started), (demo_gui_playing_paused),
1094         (demo_gui_playing_ended), (demo_gui_player_errored),
1095         (demo_gui_stride_changed), (demo_gui_overlap_changed),
1096         (demo_gui_search_changed), (demo_gui_set_player_func),
1097         (demo_gui_set_playlist_func), (build_gvalue_array),
1098         (create_action), (demo_gui_show_func), (demo_gui_set_player),
1099         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
1100         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
1101         (demo_gui_get_type):
1102         * examples/scaletempo/demo-gui.h:
1103         * examples/scaletempo/demo-main.c: (handle_error_message),
1104         (handle_quit), (main):
1105         * examples/scaletempo/demo-player.c: (no_pipeline),
1106         (demo_player_event_listener), (demo_player_state_changed_cb),
1107         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
1108         (demo_player_scale_rate_func), (demo_player_set_rate_func),
1109         (_set_state_and_wait), (demo_player_load_uri_func),
1110         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
1111         (demo_player_seek_by_func), (demo_player_seek_to_func),
1112         (demo_player_get_position_func), (demo_player_get_duration_func),
1113         (demo_player_scale_rate), (demo_player_set_rate),
1114         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
1115         (demo_player_seek_by), (demo_player_seek_to),
1116         (demo_player_get_position), (demo_player_get_duration),
1117         (demo_player_get_property), (demo_player_set_property),
1118         (demo_player_init), (demo_player_class_init),
1119         (demo_player_get_type):
1120         * examples/scaletempo/demo-player.h:
1121         * gst/scaletempo/Makefile.am:
1122         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
1123         (best_overlap_offset_s16), (output_overlap_float),
1124         (output_overlap_s16), (fill_queue), (reinit_buffers),
1125         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
1126         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
1127         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
1128         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
1129         (gst_scaletempo_init):
1130         * gst/scaletempo/gstscaletempo.h:
1131         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
1132         Add scaletempo plugin, which allows to scale the speed of audio without
1133         changing the pitch by handling seeks with a rate!=1.0.
1134         Integrate it into the docs and add the example application for it.
1135         Fixes bug #537700.
1136
1137 2008-08-30  David Schleef  <ds@schleef.org>
1138
1139         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
1140
1141 2008-08-29  David Schleef  <ds@schleef.org>
1142
1143         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
1144           object disposal.  Handle 4:2:2 and 4:4:4 video.
1145
1146 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1147
1148         * ext/resindvd/resindvdbin.c:
1149         Fix compiler warning on Forte.
1150
1151 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1152
1153         * configure.ac:
1154         Commit FIONREAD check, needed for the dccp src.
1155
1156 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
1157
1158         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
1159         (gst_faac_chain), (gst_faac_change_state):
1160         * ext/faac/gstfaac.h:
1161         Add code for calculating proper timestamp/duration for the trailing
1162         encoded buffers that faac will output when receiving EOS.
1163
1164 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1165
1166         * configure.ac:
1167         Fix CFLAGS and LIBS for the apexsink.
1168
1169 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1170
1171         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
1172           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
1173
1174 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
1175
1176         * gst/dccp/gstdccp.c:
1177         * gst/dccp/gstdccpclientsrc.c:
1178         Fix compilation on Solaris by including filio.h as needed.
1179
1180         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1181         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1182         Fix compilation with Forte - apparently it hates concatenating a
1183         macro argument that starts with an underscore??
1184
1185 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1186
1187         Patch by: Jérémie Bernard <gremimail at gmail dot com>
1188
1189         * configure.ac:
1190         * ext/apexsink/LGPL-3.0.txt:
1191         * ext/apexsink/Makefile.am:
1192         * ext/apexsink/gstapexplugin.c: (plugin_init):
1193         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
1194         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
1195         (gst_apexraop_set_host), (gst_apexraop_get_host),
1196         (gst_apexraop_set_port), (gst_apexraop_get_port),
1197         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
1198         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
1199         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
1200         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
1201         (gst_apexraop_write), (gst_apexraop_flush):
1202         * ext/apexsink/gstapexraop.h:
1203         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
1204         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
1205         (gst_apexsink_implements_interface_init),
1206         (gst_apexsink_mixer_interface_init),
1207         (gst_apexsink_interface_supported),
1208         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
1209         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
1210         (gst_apexsink_class_init), (gst_apexsink_init),
1211         (gst_apexsink_set_property), (gst_apexsink_get_property),
1212         (gst_apexsink_finalise), (gst_apexsink_open),
1213         (gst_apexsink_prepare), (gst_apexsink_write),
1214         (gst_apexsink_unprepare), (gst_apexsink_delay),
1215         (gst_apexsink_reset), (gst_apexsink_close):
1216         * ext/apexsink/gstapexsink.h:
1217         Add apexsink for audio output to Apple AirPort Express Wireless
1218         devices. Fixes bug #542510.
1219
1220 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1221
1222         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
1223         (gst_rtp_session_event_send_rtp_sink):
1224         Send EOS when the session object instructs us to.
1225
1226         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
1227         * gst/rtpmanager/rtpsession.h:
1228         Make it possible for the session manager to instruct us to send EOS. We
1229         currently will EOS when the session is a sender and when the sender part
1230         goes EOS. This is not entirely correct behaviour because the session
1231         could still participate as a receiver.
1232         Fixes #549409.
1233
1234 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1235
1236         * gst/aiffparse/aiffparse.c:
1237           Read size of chunks preceeding the audio data with the
1238           correct endianness. Fixes playback of some files.
1239           Fixes #538500
1240
1241 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1242
1243         * configure.ac:
1244         * gst/aiffparse/Makefile.am:
1245         * gst/aiffparse/aiffparse.c:
1246         * gst/aiffparse/aiffparse.h:
1247           Add an AIFF parsing element, heavily based on wavparse.
1248
1249 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1250
1251         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
1252           gst_ks_video_device_set_state):
1253           Don't set the pin state to KSSTATE_RUN from the streaming thread.
1254           Skip KSSTATE_ACQUIRE when changing pin state downwards.
1255           Be nice and specify G_PARAM_STATIC_STRINGS.
1256           Remove unused finalize method.
1257
1258         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
1259           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
1260           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
1261           gst_ks_video_src_set_property, gst_ks_video_src_reset,
1262           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
1263           gst_ks_video_src_set_caps):
1264           First driver quirk: work around Logitech's hostile driver software to
1265           improve stability and performance. See comments for details.
1266           Provide a property to disable driver quirks (enabled by default).
1267           Be nice and specify G_PARAM_STATIC_STRINGS.
1268           Remove unused dispose method.
1269           Tweak include order.
1270
1271 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1272
1273         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1274         (gst_input_selector_query):
1275         Implement the LATENCY query in a better way by taking the latency of all
1276         sinkpads and taking the min/max instead of just taking a random pad.
1277
1278 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1279
1280         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1281         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1282         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1283         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1284         Unroll the loop to handle two bytes at once. This should give
1285         a small speedup and makes it possible to handle chroma and luma
1286         different which is needed later.
1287
1288 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1289
1290         * gst/dccp/gstdccpserversink.c:
1291         * gst/dccp/gstdccpserversink.h:
1292         Don't put globals only used by one '.c' file in a header !
1293         Declare it as static, fixes build on macosx.
1294
1295 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1296
1297         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
1298         Whoops, that was one fix too much :)
1299
1300 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1301
1302         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
1303         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
1304         size_t's size varies by platform/architecture. Use glib convenience
1305         macro instead. Fixes build on macosx.
1306         Remove ending '\n' in debug statements.
1307
1308 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1309
1310         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
1311         Remove unused code and fix includes.
1312
1313 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1314
1315         * gst/deinterlace2/gstdeinterlace2.c:
1316         (gst_deinterlace_method_class_init):
1317         * gst/deinterlace2/gstdeinterlace2.h:
1318         * gst/deinterlace2/tvtime/tomsmocomp.c:
1319         (gst_deinterlace_method_tomsmocomp_class_init):
1320         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1321         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1322         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1323         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1324         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1325         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1326         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1327         First part of the C implementation of the tomsmocomp deinterlacing
1328         algorithm. This only supports search-effort=0 currently, is painfully
1329         slow and needs some cleanup later when all search-effort settings
1330         are implemented in C.
1331
1332 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1333
1334         * configure.ac:
1335         * sys/Makefile.am:
1336         * sys/winks/Makefile.am:
1337         * sys/winks/gstksclock.c:
1338         * sys/winks/gstksclock.h:
1339         * sys/winks/gstksvideodevice.c:
1340         * sys/winks/gstksvideodevice.h:
1341         * sys/winks/gstksvideosrc.c:
1342         * sys/winks/gstksvideosrc.h:
1343         * sys/winks/kshelpers.c:
1344         * sys/winks/kshelpers.h:
1345         * sys/winks/ksvideohelpers.c:
1346         * sys/winks/ksvideohelpers.h:
1347           New plugin for low-latency video capture on Windows (#519935).
1348
1349           Uses Kernel Streaming, the lowest level API for doing video capture
1350           on Windows (more or less just raw ioctls).
1351
1352 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1353
1354         * gst/pcapparse/gstpcapparse.c:
1355         * sys/winscreencap/gstdx9screencapsrc.c:
1356         * sys/winscreencap/gstgdiscreencapsrc.c:
1357           Added documentation blobs. Thanks to Stefan for noticing!
1358
1359 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1360
1361         * configure.ac:
1362         * gst/pcapparse/Makefile.am:
1363         * gst/pcapparse/gstpcapparse.c:
1364         * gst/pcapparse/gstpcapparse.h:
1365           New plugin: pcapparse (#520899).
1366
1367 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1368
1369         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
1370
1371         * configure.ac:
1372         * sys/Makefile.am:
1373         * sys/winscreencap/Makefile.am:
1374         * sys/winscreencap/gstdx9screencapsrc.c:
1375         * sys/winscreencap/gstdx9screencapsrc.h:
1376         * sys/winscreencap/gstgdiscreencapsrc.c:
1377         * sys/winscreencap/gstgdiscreencapsrc.h:
1378         * sys/winscreencap/gstwinscreencap.c:
1379         * sys/winscreencap/gstwinscreencap.h:
1380           New plugin: winscreencap (#463941).
1381
1382 2008-08-22  Michael Smith <msmith@songbirdnest.com>
1383
1384         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1385           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
1386           is correctly, instead of backwards. No functional changes, since this
1387           mistake was completely self-consistent.
1388
1389 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
1390
1391         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1392           Add, but commented out xml/element-dc1394.xml. Its documented, but
1393           I can't get it to be build.
1394
1395         * ext/celt/gstceltdec.c:
1396         * ext/celt/gstceltenc.c:
1397           Fix doc warnings and reformat the doc block.
1398
1399 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1400
1401         patch by: Leandro Melo de Sales <leandroal@gmail.com>
1402
1403         * configure.ac:
1404         * docs/plugins/Makefile.am:
1405         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1406         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1407         * docs/plugins/gst-plugins-bad-plugins.args:
1408         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1409         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1410         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1411         * docs/plugins/gst-plugins-bad-plugins.signals:
1412         * docs/plugins/inspect/plugin-dccp.xml:
1413         * gst/dccp/Makefile.am:
1414         * gst/dccp/gstdccp.c:
1415         * gst/dccp/gstdccp.h:
1416         * gst/dccp/gstdccpclientsink.c:
1417         * gst/dccp/gstdccpclientsink.h:
1418         * gst/dccp/gstdccpclientsrc.c:
1419         * gst/dccp/gstdccpclientsrc.h:
1420         * gst/dccp/gstdccpplugin.c:
1421         * gst/dccp/gstdccpserversink.c:
1422         * gst/dccp/gstdccpserversink.h:
1423         * gst/dccp/gstdccpserversrc.c:
1424         * gst/dccp/gstdccpserversrc.h:
1425         * tests/icles/dccp/README:
1426         * tests/icles/dccp/call/README:
1427         * tests/icles/dccp/call/DCCPClient.c:
1428         * tests/icles/dccp/call/DCCPServer.c:
1429         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1430         * tests/icles/dccp/file/DCCPServerSendFile.c:
1431         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1432         * tests/icles/dccp/mic/DCCPServerMic.c:
1433         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1434         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1435         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1436         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1437         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1438         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1439           Add dccp plugin. Fixes #542390.
1440
1441 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1442
1443         * configure.ac:
1444           Remove bits that presumably weren't supposed to be committed.
1445
1446 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1447
1448         * configure.ac:
1449         * sys/Makefile.am:
1450         * sys/acmenc/Makefile.am:
1451         * sys/acmenc/acmenc.c:
1452           Add new windows ACM encoder wrapper.
1453
1454 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1455
1456         patch by: Michael Krufky
1457
1458         * sys/dvb/gstdvbsrc.c:
1459         * sys/dvb/parsechannels.c:
1460         Add ATSC tunning and channels.conf parsing support.
1461         Fixes #537455
1462
1463 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1464
1465         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1466         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1467         * sys/dshowdecwrapper/gstdshowvideodec.c:
1468         * sys/dshowdecwrapper/gstdshowvideodec.h:
1469         * sys/dshowvideosink/dshowvideosink.cpp:
1470         * sys/dshowvideosink/dshowvideosink.h:
1471           Initialise COM with default flags.
1472           Only deinitialise if the initialisation was successful.
1473
1474 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1475
1476         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1477         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1478         Reset rtp timestamp interpollation when we detect a gap when the
1479         clock_base changed.
1480         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1481
1482         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1483         * gst/rtpmanager/gstrtpsession.h:
1484         Add method to set session SSRC.
1485
1486         * gst/rtpmanager/rtpsession.c: (check_collision),
1487         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1488         (rtp_session_on_timeout):
1489         * gst/rtpmanager/rtpsession.h:
1490         Added debugging for the collision checks.
1491         Add method to change the internal SSRC of the session.
1492
1493         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1494         Reset the clock base when we detect large jumps in the seqnums.
1495
1496 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1497
1498         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1499         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1500         * ext/x264/gstx264enc.h:
1501         Do not deal with duplicated input (timestamps).  If needed,
1502         a generic element can do so.
1503         Do not manipulate input timestamps on the way out,
1504         since that shifts the timeline and A/V sync.
1505
1506 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1507
1508         * docs/plugins/gst-plugins-bad-plugins.args:
1509         Integrate new properties into documentation.
1510         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1511         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1512         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1513         Fix up API prior to eventual plugin move.
1514         API: GstX264Enc:pass (provides more options, and changed to enum)
1515
1516 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1517
1518         * docs/plugins/Makefile.am:
1519         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1520         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1521         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1522         * docs/plugins/inspect/plugin-mplex.xml:
1523         * ext/mplex/gstmplex.cc:
1524         Update and add documentation for mplex.
1525         * ext/mpeg2enc/gstmpeg2enc.cc:
1526         Documentation update.
1527
1528 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1529
1530         * docs/plugins/Makefile.am:
1531         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1532         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1533         * ext/x264/gstx264enc.c:
1534         * tests/check/Makefile.am:
1535         * tests/check/elements/x264enc.c: (setup_x264enc),
1536         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1537         Add documentation and unit test for x264enc.
1538
1539 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1540
1541         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1542         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1543         Allocate some buffers in more adaptive and economical fashion.
1544
1545 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1546
1547         * configure.ac:
1548         Check for sufficiently up-to-date x264 API.
1549         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1550         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1551         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1552         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1553         * ext/x264/gstx264enc.h:
1554         Expose some more parameters of the x264 encoder as properties.
1555
1556 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1557
1558         * gst/rtpmanager/gstrtpbin.c:
1559           Print the pad-name in debug log.
1560
1561         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1562         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1563           Use "-" instead of "_" in property names. Can we call them just
1564           "device" like everywhere else?
1565
1566 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1567
1568         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1569         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1570         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1571         (gst_x264_enc_flush_frames):
1572         Coding style and layout; re-order some functions in more
1573         typical and natural flow.
1574
1575 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1576
1577         * ext/x264/Makefile.am:
1578         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1579         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1580         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1581         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1582         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1583         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1584         * ext/x264/gstx264enc.h:
1585         Use GQueue in stead of custom queue code.
1586         Factorize flushing out encoder delayed frames.
1587         Factorize initialization and state change reset.
1588
1589 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1590
1591         * ext/x264/gstx264enc.h:
1592         * sys/fbdev/gstfbdevsink.c:
1593         Use configure-generated _stdint.h.
1594
1595 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1596
1597         * ext/x264/Makefile.am:
1598         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1599         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1600         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1601         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1602         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1603         (gst_x264_enc_encode_frame), (plugin_init):
1604         * ext/x264/gstx264enc.h:
1605         Use video format library and GST_WRITE_*_BE macros where applicable.
1606         Use finalize in stead of dispose.
1607         Set up debug category and log callback.
1608
1609 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1610
1611         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1612
1613         * ext/sndfile/gstsf.c: (plugin_init):
1614         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1615         * sys/oss4/oss4-audio.c: (plugin_init):
1616         Make sure gettext returns translations in UTF-8 encoding rather
1617         than in the current locale encoding (#546822).
1618
1619 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1620
1621         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1622         (gst_two_lame_chain):
1623         * ext/twolame/gsttwolame.h:
1624         Allow raw float samples as input for encoding.
1625
1626 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1627
1628         * ext/jack/gstjackaudiosrc.c:
1629           Try committing this once again. Now properly renamed.
1630
1631 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1632
1633         * docs/plugins/Makefile.am:
1634         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1635         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1636         * docs/plugins/gst-plugins-bad-plugins.args:
1637         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1638         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1639         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1640         * docs/plugins/inspect/plugin-jack.xml
1641           Add new element to docs.
1642
1643         * ext/jack/gstjack.h
1644           Add missing file.
1645
1646         * ext/jack/gstjackaudiosrc.c:
1647         * ext/jack/gstjackaudiosrc.h:
1648           Rename jackaudiosrc to jack_audio_src.
1649
1650 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1651
1652         patch by: Tristan Matthews <tristan@sat.qc.ca>
1653
1654         * ext/jack/Makefile.am:
1655         * ext/jack/gstjack.c:
1656         * ext/jack/gstjackaudioclient.c:
1657         * ext/jack/gstjackaudiosink.c:
1658         * ext/jack/gstjackaudiosink.h:
1659         * ext/jack/gstjackaudiosrc.c:
1660         * ext/jack/gstjackaudiosrc.h:
1661         * ext/jack/gstjackringbuffer.h:
1662           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
1663           Fixes #545197.
1664
1665 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1666
1667         * docs/plugins/Makefile.am:
1668         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1669         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1670         * docs/plugins/gst-plugins-bad-plugins.args:
1671         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1672         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1673         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1674         * docs/plugins/inspect/plugin-celt.xml:
1675         * docs/plugins/inspect/plugin-twolame.xml:
1676         Add twolame and celt plugins to the docs.
1677
1678 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1679
1680         Based on patch by: Olivier Crete <tester at tester dot ca>
1681
1682         * gst/rtpmanager/gstrtpjitterbuffer.c:
1683         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
1684         Make the buffer metadata writable before inserting it in the
1685         jitterbuffer because the jitterbuffer will modify the timestamps.
1686
1687         * gst/rtpmanager/rtpjitterbuffer.c:
1688         Update method comment about requiring writable metadata on buffers.
1689
1690         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
1691         (rtp_session_process_rtcp):
1692         Make the RTCP buffer metadata writable because we want to modify the
1693         metadata.
1694         Fixes #546312.
1695
1696 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1697
1698         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
1699         (gst_selector_pad_chain), (gst_input_selector_getcaps),
1700         (gst_input_selector_activate_sinkpad):
1701         Move the select-all logic into the activation of the currently selected
1702         pad. We want to remember the last pad with activity in select-all mode.
1703         Fix the getcaps function, we can produce the union of the upstream caps
1704         in select-all mode, not the intersection like proxy_getcaps() does.
1705
1706 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1707
1708         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1709
1710         * gst/rtpmanager/gstrtpjitterbuffer.c:
1711         (gst_rtp_jitter_buffer_chain):
1712         Fix debug by logging the right seqnum.
1713
1714 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1715
1716         Patch by: Olivier Crete <tester at tester dot ca>
1717
1718         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
1719         Release lock before emitting the request-pt-map signal.
1720         Fixes #543480.
1721
1722 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1723
1724         * gst/deinterlace2/gstdeinterlace2.c:
1725         (gst_deinterlace_simple_method_interpolate_scanline),
1726         (gst_deinterlace_simple_method_copy_scanline),
1727         (gst_deinterlace_simple_method_deinterlace_frame):
1728         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
1729         * gst/deinterlace2/tvtime/greedyh.c:
1730         (deinterlace_frame_di_greedyh):
1731         * gst/deinterlace2/tvtime/scalerbob.c:
1732         (deinterlace_scanline_scaler_bob):
1733         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
1734         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1735         (copy_scanline):
1736         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1737         (copy_scanline):
1738         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1739         (copy_scanline):
1740         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
1741         are usually used here.
1742
1743 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1744
1745         * gst/deinterlace2/Makefile.am:
1746         * gst/deinterlace2/gstdeinterlace2.c:
1747         (gst_deinterlace_simple_method_deinterlace_frame),
1748         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
1749         * gst/deinterlace2/gstdeinterlace2.h:
1750         * gst/deinterlace2/tvtime/linear.c:
1751         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
1752         (deinterlace_scanline_linear_mmxext),
1753         (gst_deinterlace_method_linear_class_init),
1754         (gst_deinterlace_method_linear_init):
1755         * gst/deinterlace2/tvtime/linearblend.c:
1756         (deinterlace_scanline_linear_blend_c),
1757         (deinterlace_scanline_linear_blend2_c),
1758         (deinterlace_scanline_linear_blend_mmx),
1759         (deinterlace_scanline_linear_blend2_mmx),
1760         (gst_deinterlace_method_linear_blend_class_init),
1761         (gst_deinterlace_method_linear_blend_init):
1762         * gst/deinterlace2/tvtime/plugins.h:
1763         * gst/deinterlace2/tvtime/scalerbob.c:
1764         (deinterlace_scanline_scaler_bob),
1765         (gst_deinterlace_method_scaler_bob_class_init),
1766         (gst_deinterlace_method_scaler_bob_init):
1767         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1768         (copy_scanline), (gst_deinterlace_method_weave_class_init),
1769         (gst_deinterlace_method_weave_init):
1770         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1771         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
1772         (gst_deinterlace_method_weave_bff_init):
1773         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1774         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
1775         (gst_deinterlace_method_weave_tff_init):
1776         Add the remaining tvtime deinterlacing methods and fix the
1777         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
1778
1779 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1780
1781         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
1782         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
1783         Implement the VFIR deinterlacing method as simple method.
1784
1785 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1786
1787         * gst/deinterlace2/gstdeinterlace2.c:
1788         (gst_deinterlace_simple_method_interpolate_scanline),
1789         (gst_deinterlace_simple_method_copy_scanline),
1790         (gst_deinterlace_simple_method_deinterlace_frame),
1791         (gst_deinterlace_simple_method_class_init),
1792         (gst_deinterlace_simple_method_init):
1793         * gst/deinterlace2/gstdeinterlace2.h:
1794         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
1795         can be used by simple deinterlacing methods. They only have to provide
1796         a function for interpolating a scanline or copying a scanline.
1797
1798 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1799
1800         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
1801         Respect the latency of the deinterlacing algorithm for the timestamps
1802         of every buffer.
1803
1804 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1805
1806         * gst/deinterlace2/tvtime/greedyh.asm:
1807         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1808         Add the MMX registers to the clobbered registers only if __MMX__ is
1809         defined.
1810
1811 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1812
1813         * gst/deinterlace2/Makefile.am:
1814         * gst/deinterlace2/gstdeinterlace2.c:
1815         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1816         (gst_deinterlace2_class_init):
1817         Enable tomsmocomp again as the C port will be ready for the next
1818         release.
1819
1820 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1821
1822         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
1823         (gst_greatest_common_divisor), (gst_fraction_double),
1824         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
1825         Don't use proxy_getcaps() but implement our own getcaps() function
1826         that doubles/halfs the framerate if all fields should be sent out.
1827
1828 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1829
1830         * configure.ac:
1831         * ext/Makefile.am:
1832         * ext/twolame/Makefile.am:
1833         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
1834         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
1835         (gst_two_lame_release_memory), (gst_two_lame_finalize),
1836         (gst_two_lame_base_init), (gst_two_lame_class_init),
1837         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
1838         (gst_two_lame_init), (gst_two_lame_set_property),
1839         (gst_two_lame_get_property), (gst_two_lame_sink_event),
1840         (gst_two_lame_chain), (gst_two_lame_setup),
1841         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
1842         (plugin_init):
1843         * ext/twolame/gsttwolame.h:
1844         Add TwoLAME MP2 encoding element, based on the LAME element.
1845
1846 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1847
1848         * configure.ac:
1849         * ext/Makefile.am:
1850         * ext/celt/Makefile.am:
1851         * ext/celt/gstcelt.c: (plugin_init):
1852         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
1853         (gst_celt_dec_class_init), (gst_celt_dec_reset),
1854         (gst_celt_dec_init), (celt_dec_convert),
1855         (celt_get_sink_query_types), (celt_dec_sink_query),
1856         (celt_get_src_query_types), (celt_dec_src_query),
1857         (celt_dec_src_event), (celt_dec_sink_event),
1858         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
1859         (celt_dec_chain_parse_data), (celt_dec_chain),
1860         (celt_dec_change_state):
1861         * ext/celt/gstceltdec.h:
1862         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
1863         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
1864         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
1865         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
1866         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
1867         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
1868         (gst_celt_enc_sink_query), (gst_celt_enc_init),
1869         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
1870         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
1871         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
1872         (gst_celt_enc_chain), (gst_celt_enc_get_property),
1873         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
1874         * ext/celt/gstceltenc.h:
1875         Add CELT encoder and decoder elements based on the Speex elements.
1876
1877 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1878
1879         Patch by: Tal Shalif <tshalif at nargila dot org>
1880
1881         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
1882         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
1883         with mingw. Fixes bug #545247.
1884
1885 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1886
1887         * configure.ac:
1888         Back to development -> 0.10.8.1
1889
1890 === release 0.10.8 ===
1891
1892 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
1893
1894         * configure.ac:
1895           releasing 0.10.8, "Vapour Trails"
1896
1897 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1898
1899         * configure.ac:
1900         0.10.7.3 pre-release
1901
1902         * po/LINGUAS:
1903         * po/id.po:
1904         Add Indonesian translation.
1905
1906 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1907
1908         * gst/festival/gstfestival.c:
1909           Guard unistd.h with HAVE_UNISTD_H
1910         * gst/modplug/libmodplug/load_it.cpp:
1911         * gst/modplug/libmodplug/sndfile.cpp:
1912         * gst/modplug/libmodplug/sndfile.h:
1913         * gst/modplug/libmodplug/stdafx.h:
1914           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
1915           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
1916           of a variable in load_it.cpp to MSVC's scoping rules.
1917         * gst/sdp/gstsdpdemux.c:
1918           Guard unistd.h with HAVE_UNISTD_H
1919           Fixes #544457.
1920
1921 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1922
1923         * ext/timidity/gsttimidity.c:
1924           Fix compiler warning. Fixes #544050.
1925
1926 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
1927
1928         * configure.ac:
1929         Don't check for nav_print.h any more - it should be included in
1930         the libdvdnav development package if libdvdnav headers depend on it.
1931         Fixes: #543846
1932
1933 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1934
1935         * configure.ac:
1936         * ext/ladspa/Makefile.am:
1937         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
1938         for loading the ladspa plugins and previously was linked in by
1939         gmodule. Fixes bug #543848.
1940
1941 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1942
1943         * gst/modplug/libmodplug/Makefile.am:
1944         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
1945         can contain compiler parameters that are invalid for C++.
1946         Fixes bug #543860.
1947
1948 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1949
1950         * ext/resindvd/Makefile.am:
1951         Dist missing header files. Fixes bug #543861.
1952
1953 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1954
1955         * configure.ac:
1956         0.10.7.2 pre-release
1957
1958 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1959
1960         * ext/Makefile.am:
1961         Dist and recurse into resindvd subdir
1962
1963 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1964
1965         * configure.ac:
1966         Remove interleave and replaygain configure.ac pieces too
1967
1968 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1969
1970         * po/LINGUAS:
1971         * po/lt.po:
1972         Add new lithunian translation, and add french to the LINGUAS
1973         file.
1974
1975 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1976
1977         * docs/plugins/Makefile.am:
1978         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1979         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1980         * docs/plugins/gst-plugins-bad-plugins.args:
1981         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1982         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1983         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1984         * docs/plugins/inspect/plugin-interleave.xml:
1985         * docs/plugins/inspect/plugin-replaygain.xml:
1986         * gst/interleave/Makefile.am:
1987         * gst/interleave/deinterleave.c:
1988         * gst/interleave/deinterleave.h:
1989         * gst/interleave/interleave.c:
1990         * gst/interleave/interleave.h:
1991         * gst/interleave/plugin.c:
1992         * gst/interleave/plugin.h:
1993         * gst/replaygain/Makefile.am:
1994         * gst/replaygain/gstrganalysis.c:
1995         * gst/replaygain/gstrganalysis.h:
1996         * gst/replaygain/gstrglimiter.c:
1997         * gst/replaygain/gstrglimiter.h:
1998         * gst/replaygain/gstrgvolume.c:
1999         * gst/replaygain/gstrgvolume.h:
2000         * gst/replaygain/replaygain.c:
2001         * gst/replaygain/replaygain.h:
2002         * gst/replaygain/rganalysis.c:
2003         * gst/replaygain/rganalysis.h:
2004         * tests/check/Makefile.am:
2005         * tests/check/elements/deinterleave.c:
2006         * tests/check/elements/interleave.c:
2007         * tests/check/elements/rganalysis.c:
2008         * tests/check/elements/rglimiter.c:
2009         * tests/check/elements/rgvolume.c:
2010         Remove interleave and replaygain plugins that have moved to -good
2011
2012 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2013
2014         * configure.ac:
2015         * gst/deinterlace2/Makefile.am:
2016         * gst/deinterlace2/gstdeinterlace2.c:
2017         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
2018         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
2019         * gst/deinterlace2/gstdeinterlace2.h:
2020         * gst/deinterlace2/tvtime/greedy.c:
2021         (gst_deinterlace_method_greedy_l_class_init):
2022         * gst/deinterlace2/tvtime/greedyh.c:
2023         (gst_deinterlace_method_greedy_h_class_init):
2024         * gst/deinterlace2/tvtime/vfir.c:
2025         (gst_deinterlace_method_vfir_class_init):
2026         Disable the tomsmocomp algorithm for this release as it's buggy
2027         and has no C implementation yet.
2028
2029         Build the deinterlace2 plugin on all architectures but still mark it
2030         as experimental.
2031         
2032         Build the x86 inline assembly only if GCC inline assembly is supported
2033         and only on x86 or amd64. Fixes bug #543286.
2034
2035 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
2036
2037         * gst/real/gstrealvideodec.c: (open_library):
2038         Add some casts to fix the build on Forte
2039
2040 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
2041
2042         * gst/deinterlace2/tvtime/greedy.c:
2043         (gst_deinterlace_method_greedy_l_class_init):
2044         * gst/deinterlace2/tvtime/greedyh.c:
2045         (gst_deinterlace_method_greedy_h_class_init):
2046         * gst/deinterlace2/tvtime/vfir.c:
2047         (gst_deinterlace_method_vfir_class_init):
2048         Fix build on x86_64
2049
2050 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
2051
2052         * ext/resindvd/gstmpegdemux.c:
2053         Remove whitespace line.
2054
2055         * ext/resindvd/resindvdbin.c:
2056         * ext/resindvd/resindvdbin.h:
2057         Make it so that audio/video pads aren't added to the bin
2058         until after data flow starts.
2059
2060         * ext/resindvd/resin-play:
2061         Move video buffer queue outside resindvdbin
2062
2063         * ext/resindvd/resindvdsrc.c:
2064         Check that the nav_clock_id didn't already get unscheduled.
2065
2066         * gst/dvdspu/gstdvdspu.c:
2067         Remove assert that sometimes triggers erroneously.
2068
2069 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2070
2071         * gst/deinterlace2/tvtime/greedyh.asm:
2072         Always use the C implementation if width is not a multiple of 4. The
2073         assembly optimized version only handle this and calling the C
2074         implementation for the remaining part doesn't work because it needs
2075         previous calculations.
2076
2077 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2078
2079         * gst/deinterlace2/tvtime/greedyh.asm:
2080         * gst/deinterlace2/tvtime/greedyh.c:
2081         * gst/deinterlace2/tvtime/greedyhmacros.h:
2082         Some cleanup, use 3DNOW instead of TDNOW in macros.
2083
2084         * gst/deinterlace2/tvtime/tomsmocomp.c:
2085         (gst_deinterlace_method_tomsmocomp_class_init):
2086         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2087         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2088         The SSE method in fact only needs MMXEXT, declare it as such.
2089
2090 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
2091
2092         * docs/plugins/.cvsignore:
2093         Ignore *-undeclared.txt
2094
2095         * ext/resindvd/rsnaudiomunge.c:
2096         Turn g_print's into debug statements.
2097
2098         * ext/resindvd/resin-play:
2099         * ext/resindvd/Makefile.am:
2100         * ext/resindvd/resindvdbin.c:
2101         * ext/resindvd/resindvdbin.h:
2102         * ext/resindvd/rsnparsetter.c:
2103         * ext/resindvd/rsnparsetter.h:
2104         * ext/resindvd/rsnwrappedbuffer.c:
2105         * ext/resindvd/rsnwrappedbuffer.h:
2106         Add a bloated implementation of a really simple idea: Replace the
2107         pixel-aspect-ratio in the output video with a prescribed one when
2108         necessary. There must be an easier way.
2109
2110         Split the dvdspu out of the resindvdbin and put out the subpicture
2111         stream on the subpicture pad.
2112
2113         * ext/resindvd/gstmpegdemux.c:
2114         Send video-aspect events down the pipe from the demuxer.
2115
2116         * ext/resindvd/resindvdsrc.c:
2117         * ext/resindvd/resindvdsrc.h:
2118         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
2119         to make it use clock-waiting later.
2120
2121         * ext/resindvd/rsnbasesrc.c:
2122         Don't overwrite the last_stop in the basesrc segment after a seamless
2123         seek.
2124
2125 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2126
2127         * gst/mpegtsparse/mpegtspacketizer.c:
2128         Convert extended event text to UTF-8.
2129
2130 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
2131
2132         * docs/plugins/Makefile.am:
2133         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2134         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2135         * docs/plugins/gst-plugins-bad-plugins.args:
2136         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2137         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2138         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2139         * docs/plugins/gst-plugins-bad-plugins.signals:
2140         * docs/plugins/inspect/plugin-stereo.xml:
2141         * gst/stereo/gststereo.c:
2142           Document one more.
2143
2144 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2145
2146         * gst/mpegtsparse/gstmpegdesc.h:
2147         Fix extended event descriptor parsing, out by 1 in position of
2148         text length.
2149
2150 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
2151
2152         * gst/festival/gstfestival.c:
2153           Add a note to the docs, that festival need to be running. Also log an
2154           error it it is not. Fixes #541327
2155
2156 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2157
2158         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2159
2160         * gst/librfb/gstrfbsrc.c:
2161         * gst/librfb/gstrfbsrc.h:
2162         Add view-only property to ignore the navigation events
2163
2164 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2165
2166         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2167           Revert previous patch apart from typo fixes; the patch was not
2168           independently useful.
2169
2170 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2171
2172         Based on patch by: Alessandro Decina <alessandro@nnva.org>
2173         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2174         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
2175         * sys/dshowdecwrapper/gstdshowvideodec.c:
2176           Add AAC, AC3 to handled codecs.
2177           Fix handling of flush events.
2178           Improve debug/error output.
2179           Fix a number of typos in comments and variable names.
2180
2181 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2182
2183         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2184
2185         * gst/librfb/rfbdecoder.c:
2186         Implement ServerCutText message
2187
2188 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2189
2190         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2191
2192         * gst/librfb/gstrfbsrc.c:
2193         * gst/librfb/rfbdecoder.c:
2194         Add property for shared desktop
2195
2196 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2197
2198         * configure.ac:
2199         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2200         flags that are invalid for C++.
2201
2202 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2203
2204         * ext/spc/gstspc.c: (spc_setup):
2205         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2206         Don't use declarations after statements in the remaining code.
2207
2208 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2209
2210         Patch by:
2211           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
2212
2213         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
2214         * ext/metadata/metadataxmp.c:
2215         (metadataparse_xmp_iter_add_to_tag_list):
2216         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
2217         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
2218         Don't use declarations after statements.
2219
2220 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2221
2222         patch by: Alessandro Decina
2223
2224         * gst/mpegtsparse/mpegtsparse.c:
2225         Fix memory leak by unreffing structures when not needed.
2226         Fixes #539292.
2227
2228 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2229
2230         * gst/sdp/gstsdpdemux.c:
2231           Use floating point math for latencies < 0 sec in log output.
2232
2233 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2234
2235         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2236         Mark internal processing functions as static inline for quite some
2237         speedup as they're used only once and need to get many local variables
2238         passed as parameter.
2239
2240 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2241
2242         * gst/deinterlace2/gstdeinterlace2.c:
2243         (gst_deinterlace_method_deinterlace_frame),
2244         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
2245         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2246         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2247         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
2248         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2249         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2250         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2251         (gst_deinterlace2_src_query):
2252         * gst/deinterlace2/gstdeinterlace2.h:
2253         Call the current instance "self" instead of "object".
2254
2255 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2256
2257         * gst/deinterlace2/gstdeinterlace2.c:
2258         (gst_deinterlace_method_get_latency),
2259         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2260         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2261         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
2262         * gst/deinterlace2/gstdeinterlace2.h:
2263         Include latency of the method in the returned latency.
2264
2265         Fix outputting of all fields, i.e. doubling of the framerate.
2266
2267 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2268
2269         * gst/deinterlace2/Makefile.am:
2270         * gst/deinterlace2/gstdeinterlace2.c:
2271         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
2272         (gst_deinterlace_method_deinterlace_frame),
2273         (gst_deinterlace_method_get_fields_required),
2274         (gst_deinterlace2_methods_get_type), (_do_init),
2275         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2276         (gst_deinterlace2_child_proxy_get_child_by_index),
2277         (gst_deinterlace2_child_proxy_get_children_count),
2278         (gst_deinterlace2_child_proxy_interface_init),
2279         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
2280         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
2281         * gst/deinterlace2/gstdeinterlace2.h:
2282         * gst/deinterlace2/tvtime/greedy.c:
2283         (deinterlace_greedy_packed422_scanline_c),
2284         (deinterlace_greedy_packed422_scanline_mmx),
2285         (deinterlace_greedy_packed422_scanline_mmxext),
2286         (deinterlace_frame_di_greedy),
2287         (gst_deinterlace_method_greedy_l_set_property),
2288         (gst_deinterlace_method_greedy_l_get_property),
2289         (gst_deinterlace_method_greedy_l_class_init),
2290         (gst_deinterlace_method_greedy_l_init):
2291         * gst/deinterlace2/tvtime/greedyh.asm:
2292         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2293         (deinterlace_frame_di_greedyh),
2294         (gst_deinterlace_method_greedy_h_set_property),
2295         (gst_deinterlace_method_greedy_h_get_property),
2296         (gst_deinterlace_method_greedy_h_class_init),
2297         (gst_deinterlace_method_greedy_h_init):
2298         * gst/deinterlace2/tvtime/greedyh.h:
2299         * gst/deinterlace2/tvtime/plugins.h:
2300         * gst/deinterlace2/tvtime/tomsmocomp.c:
2301         (gst_deinterlace_method_tomsmocomp_set_property),
2302         (gst_deinterlace_method_tomsmocomp_get_property),
2303         (gst_deinterlace_method_tomsmocomp_class_init),
2304         (gst_deinterlace_method_tomsmocomp_init):
2305         * gst/deinterlace2/tvtime/tomsmocomp.h:
2306         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2307         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
2308         (gst_deinterlace_method_vfir_class_init),
2309         (gst_deinterlace_method_vfir_init):
2310         Use a GstObject subtype for the deinterlacing methods and export
2311         the different settings for each deinterlacing method via GObject
2312         properties.
2313
2314         Implement GstChildProxy interface to allow access to the used
2315         deinterlacing method and to allow adjusting the different settings.
2316
2317         Move global variables of the tomsmocomp deinterlacing method into
2318         function local variables to make it possible to use this deinterlacing
2319         method from different instances.
2320
2321 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2322
2323         * gst/deinterlace2/tvtime/greedyh.asm:
2324         Support widths that are not a multiply of 4 when using the assembly
2325         optimized greedyh implementations.
2326
2327 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2328
2329         * gst/deinterlace2/tvtime/greedyh.c:
2330         (deinterlace_frame_di_greedyh):
2331         Only build the assembly optimized implementations on x86.
2332
2333 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2334
2335         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2336
2337         * configure.ac:
2338         Fix checking of headers for the OSS4 plugin to fail if a single
2339         header doesn't exist already. AC_CHECK_HEADERS only fails if none
2340         of the headers is found. Fixes bug #541543.
2341
2342 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2343
2344         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2345
2346         * configure.ac:
2347         * gst/festival/Makefile.am:
2348         * gst/festival/gstfestival.c:
2349         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
2350         and including winsock headers. Fixes bug #541522.
2351
2352 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2353
2354         * ChangeLog:
2355         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
2356         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
2357         Corrected a typo (interpollate -> interpolate).
2358
2359 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2360
2361         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
2362         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
2363         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
2364         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
2365         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
2366         (rtp_session_send_rtp):
2367         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
2368         (rtp_source_process_rtp), (rtp_source_send_rtp):
2369         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
2370         pipeline is running normally.
2371
2372 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2373
2374         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
2375         (gst_rtp_session_finalize), (rtcp_thread),
2376         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
2377         (gst_rtp_session_event_send_rtp_sink),
2378         (gst_rtp_session_chain_send_rtp):
2379         * gst/rtpmanager/rtpsession.c: (check_collision),
2380         (update_arrival_stats), (rtp_session_process_rtp),
2381         (rtp_session_process_rtcp), (rtp_session_send_rtp),
2382         (rtp_session_send_bye_locked), (rtp_session_send_bye),
2383         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
2384         (is_rtcp_time), (rtp_session_on_timeout):
2385         * gst/rtpmanager/rtpsession.h:
2386         Do not mix the use of g_get_current_time() with gst_clock_get_time().
2387
2388 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
2389
2390         * gst/mpegvideoparse/mpegvideoparse.c:
2391         * gst/mpegvideoparse/mpegvideoparse.h:
2392         Queue new-segment events and send them after caps have been
2393         determined and set, so that the decoder will have been auto-plugged.
2394
2395 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
2396
2397         Patch by : Michael Smith <msmith @ xiph dot org>
2398         
2399         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
2400         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
2401         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
2402         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
2403         (qtwrapper_audio_decoder_chain),
2404         (qtwrapper_audio_decoder_sink_event),
2405         (qtwrapper_audio_decoder_base_init),
2406         (qtwrapper_audio_decoder_class_init),
2407         (qtwrapper_audio_decoders_register):
2408         * sys/qtwrapper/codecmapping.h:
2409         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
2410         (image_description_for_mp4v), (image_description_from_stsd_buffer):
2411         * sys/qtwrapper/imagedescription.h:
2412         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
2413         (dump_avcc_atom), (dump_image_description),
2414         (AllocateAudioBufferList):
2415         * sys/qtwrapper/qtutils.h:
2416         * sys/qtwrapper/qtwrapper.c: (plugin_init):
2417         * sys/qtwrapper/qtwrapper.h:
2418         * sys/qtwrapper/videodecoders.c:
2419         (qtwrapper_video_decoder_base_init), (open_decoder),
2420         (decompressCb), (qtwrapper_video_decoder_chain),
2421         (qtwrapper_video_decoders_register):
2422         Make qtwrapper compile/work on win32.
2423         Lots of fixes
2424         Fixes #531840
2425
2426 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2427
2428         * gst/rawparse/gstvideoparse.c:
2429         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2430
2431 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2432
2433         * gst/deinterlace2/Makefile.am:
2434         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2435         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2436         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2437         * gst/deinterlace2/tvtime/tomsmocomp.h:
2438         Remove useless file and mark everything possible as static.
2439
2440         * gst/deinterlace2/tvtime/greedy.c:
2441         * gst/deinterlace2/tvtime/greedyh.c:
2442         Use "_stdint.h" instead of <stdint.h>.
2443
2444 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2445
2446         * gst/deinterlace2/Makefile.am:
2447         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2448         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2449         * gst/deinterlace2/tvtime/greedyh.c:
2450         (deinterlace_frame_di_greedyh):
2451         * gst/deinterlace2/tvtime/speedtools.h:
2452         * gst/deinterlace2/tvtime/speedy.c:
2453         * gst/deinterlace2/tvtime/speedy.h:
2454         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2455         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2456         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2457         Get rid of speedy.[ch] as we don't use most of it's code anyway
2458         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2459         of the speedy memcpy everywhere instead.
2460         
2461         * gst/deinterlace2/gstdeinterlace2.h:
2462         Remove many unused declarations.
2463
2464 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2465
2466         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2467         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2468         Expose the additional MPEG HDTV format profiles available in latest
2469         mjpegtools version.
2470
2471 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2472
2473         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2474         Divide latency be 2 to convert from fields to frames.
2475
2476 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2477
2478         * gst/deinterlace2/tvtime/greedy.c:
2479         (deinterlace_greedy_packed422_scanline_c),
2480         (deinterlace_greedy_packed422_scanline_mmx),
2481         (deinterlace_greedy_packed422_scanline_mmxext),
2482         (deinterlace_frame_di_greedy):
2483         Don't use scanlines function from gstdeinterlace2 as it's
2484         not appropiate for this method. Instead implement deinterlace_frame
2485         function by taking the one from greedyh.
2486         
2487         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2488         Small fix for the C implementation.
2489
2490         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2491         Don't use the scanlines function from gstdeinterlace2 as it's only
2492         used for this method and will be removed. Instead implement
2493         deinterlace_frame function and make it a bit more efficient.
2494
2495         * gst/deinterlace2/gstdeinterlace2.c:
2496         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2497         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2498         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2499         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2500         (gst_deinterlace2_src_query):
2501         Fix coding style and remove scanlines function as it's unused now.
2502
2503 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2504
2505         * gst/deinterlace2/tvtime/greedyh.asm:
2506         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2507         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2508         * gst/deinterlace2/tvtime/greedyhmacros.h:
2509         Add a C implementation for the greedyh deinterlacing method, clean
2510         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2511         require any SSE instructions.
2512
2513 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2514
2515         * gst/deinterlace2/gstdeinterlace2.c:
2516         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2517         (gst_deinterlace2_setcaps):
2518         If we're outputting all fields the framerate has to be doubled.
2519
2520         Set duration on the outgoing buffers.
2521
2522 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2523
2524         * docs/plugins/Makefile.am:
2525         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2526         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2527         * gst/y4m/gsty4mencode.c:
2528         Add documentation for YUV4MPEG2 encoder element.
2529
2530 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2531
2532         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2533         Remove unneeded macros that break build on macosx.
2534
2535 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2536
2537         * configure.ac:
2538           Depend on released versions of core and -base.
2539
2540 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2541
2542         * gst/deinterlace2/tvtime/greedy.c:
2543         (deinterlace_greedy_packed422_scanline_mmx),
2544         (deinterlace_greedy_packed422_scanline_mmxext):
2545         Optimize MMX/MMXEXT implementations a bit by requiring two less
2546         memory accesses and fix the workaround for the missing right shift
2547         on bytes to unset the highest bit of every byte.
2548
2549 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2550
2551         * gst/deinterlace2/tvtime/greedy.c:
2552         (deinterlace_greedy_packed422_scanline_mmxext):
2553         Remove sfence instruction as it's not needed and actually is an SSE
2554         instruction.
2555
2556 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2557
2558         * gst/deinterlace2/tvtime/greedy.c:
2559         (deinterlace_greedy_packed422_scanline_mmx),
2560         (deinterlace_greedy_packed422_scanline):
2561         Add plain MMX implementation for the greedyl method.
2562
2563 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2564
2565         * gst/deinterlace2/Makefile.am:
2566         Move the assembly includes to noinst_HEADERS where they belong.
2567
2568         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2569         (deinterlace_line_mmx):
2570         Fix C and MMX implementations a bit more.
2571
2572 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2573
2574         * gst/deinterlace2/tvtime/greedy.c:
2575         (deinterlace_greedy_packed422_scanline_c),
2576         (deinterlace_greedy_packed422_scanline_mmxext),
2577         (deinterlace_greedy_packed422_scanline):
2578         Fix the C implementation to produce correct results and optimize the
2579         MMXEXT implementation.
2580
2581         Handle odd widths and don't read over array boundaries in the MMXEXT
2582         implementation.
2583
2584         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2585         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2586         Fix a small rounding bug in the MMX implementation, the MMX
2587         implementation doesn't actually need MMXEXT instructions so don't mark
2588         it as such.
2589
2590         Handle odd widths in both implementations.
2591
2592 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2593
2594         * ext/resindvd/rsnbasesrc.c:
2595           Use the right i18n header.
2596
2597 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2598
2599         * gst/deinterlace2/tvtime/greedy.c:
2600         (deinterlace_greedy_packed422_scanline_sse),
2601         (deinterlace_greedy_packed422_scanline_c),
2602         (deinterlace_greedy_packed422_scanline):
2603         Implement a C version of the greedy low motion algorithm and mark the
2604         assembly optimized version as SSE as it uses SSE instructions
2605         additional to MMX instructions.
2606
2607 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2608
2609         Patch by: Sebastian Pölsterl
2610
2611         * gst/mpegtsparse/mpegtspacketizer.c:
2612         Fix problem when empty string is provided.
2613
2614 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2615
2616         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2617         (deinterlace_line_c), (deinterlace_scanline_vfir):
2618         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2619         but use the MMXEXT optimized code whenever possible.
2620
2621 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2622
2623         * gst/deinterlace2/gstdeinterlace2.c:
2624         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
2625         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2626         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
2627         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
2628         (gst_deinterlace2_src_query):
2629         * gst/deinterlace2/gstdeinterlace2.h:
2630         Reset element state on PAUSED->READY properly, don't leak any buffers
2631         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
2632         properly return flow returns from gst_pad_push() instead of ignoring them.
2633
2634 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2635
2636         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2637         Add missing header.
2638
2639 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2640
2641         * configure.ac:
2642         * gst/deinterlace2/Makefile.am:
2643         * gst/deinterlace2/tvtime/greedyh.asm:
2644         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2645         Fix compilation on generic x86/amd64 and include deinterlace2 in the
2646         build system. Because of several bugs it's still enabled only
2647         by --enable-experimental.
2648
2649 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2650
2651         * ext/resindvd/resindvdsrc.c:
2652         * ext/resindvd/resindvdsrc.h:
2653         Schedule NAV packets and activate them with an async clock callback
2654         at the right moment. This makes delayed menu highlights appear
2655         at the correct time and fixes Back To The Future.
2656
2657         When outputting new segment in do_seek(), calculate our position
2658         value properly, so we report the right time when popping in and
2659         out of the menus.
2660
2661         * ext/resindvd/rsnbasesrc.c:
2662         When handling a non-flushing seek, accumulate the segment,
2663         rather than having every seek start from 0 and messing with sync
2664
2665 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
2666
2667         * gst/selector/gstoutputselector.c:
2668         * tests/icles/output-selector-test.c:
2669           Use BOILERPLATE macro and update test to the latest api changes.
2670
2671 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2672
2673         * examples/app/appsink-src.c: (on_new_buffer_from_source):
2674         Don't use a buffer after unreffing it.
2675
2676 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2677
2678         * ext/metadata/metadataexif.c:
2679           Add description tag mapping.
2680
2681 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2682
2683         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2684         * examples/app/appsrc-ra.c:
2685         * examples/app/appsrc-seekable.c:
2686         * examples/app/appsrc-stream.c:
2687         * examples/app/appsrc-stream2.c:
2688         * ext/directfb/dfbvideosink.h:
2689         * ext/metadata/gstbasemetadata.c:
2690         * ext/metadata/gstbasemetadata.h:
2691         * ext/metadata/metadata.c:
2692         * ext/metadata/metadataexif.c:
2693         * ext/theora/theoradec.h:
2694         * gst/deinterlace2/gstdeinterlace2.h:
2695         * gst/deinterlace2/tvtime/speedy.c:
2696         * gst/deinterlace2/tvtime/speedy.h:
2697         * gst/deinterlace2/tvtime/vfir.c:
2698          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
2699          comments.
2700
2701 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
2702
2703         * ext/resindvd/resindvdbin.c:
2704         Parse the URI argument into the device name so dvd:///path/to/image
2705         works.
2706
2707         * ext/resindvd/resindvdsrc.c:
2708         Implement a trivial duration query reporting the current PGC length.
2709
2710         * gst/dvdspu/gstdvdspu.c:
2711         Rename typo in the function name.
2712
2713 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2714
2715         * configure.ac:
2716         Disable deinterlace2 plugin again which was accidently enabled
2717         with last commit.
2718
2719 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2720
2721         * configure.ac:
2722         * ext/resindvd/resindvdsrc.h:
2723         Make resindvd work with libdvdnav >= 4.0.0.
2724
2725 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
2726
2727         * configure.ac:
2728         Check for libdvdnav to build resindvd.
2729
2730         * ext/Makefile.am:
2731         * ext/resindvd/Makefile.am:
2732         * ext/resindvd/gstmpegdefs.h:
2733         * ext/resindvd/gstmpegdemux.c:
2734         * ext/resindvd/gstmpegdemux.h:
2735         * ext/resindvd/gstmpegdesc.c:
2736         * ext/resindvd/gstmpegdesc.h:
2737         * ext/resindvd/gstpesfilter.c:
2738         * ext/resindvd/gstpesfilter.h:
2739         * ext/resindvd/plugin.c:
2740         * ext/resindvd/resin-play:
2741         * ext/resindvd/resindvdbin.c:
2742         * ext/resindvd/resindvdbin.h:
2743         * ext/resindvd/resindvdsrc.c:
2744         * ext/resindvd/resindvdsrc.h:
2745         * ext/resindvd/rsnaudiomunge.c:
2746         * ext/resindvd/rsnaudiomunge.h:
2747         * ext/resindvd/rsnbasesrc.c:
2748         * ext/resindvd/rsnbasesrc.h:
2749         * ext/resindvd/rsnpushsrc.c:
2750         * ext/resindvd/rsnpushsrc.h:
2751         * ext/resindvd/rsnstreamselector.c:
2752         * ext/resindvd/rsnstreamselector.h:
2753
2754         First commit of DVD-Video playback component 'rsndvdbin'
2755         and helper elements.
2756
2757         Use --enable-experimental for now, but feel free to give it a
2758         try using the resin-play script.
2759
2760         * gst/dvdspu/gstdvdspu.c:
2761         Add some extra guards for malformed events.
2762
2763 2008-06-16  David Schleef  <ds@schleef.org>
2764
2765         * configure.ac:
2766         Bump dirac requirement to 0.10 due to api changes.
2767
2768 2008-06-16  Andy Wingo  <wingo@pobox.com>
2769
2770         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
2771         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
2772         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
2773
2774 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2775
2776         * sys/dvb/gstdvbsrc.c:
2777           Move docblob upwards. Balance tags and restore blank line.
2778
2779 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2780
2781         * sys/dvb/gstdvbsrc.c:
2782         Fix out of date docs.
2783
2784 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2785
2786         Patch from: Vincent Genieux
2787
2788         * gst/mpegtsparse/mpegtsparse.c:
2789         Fix refcount issues, fixes #538560.
2790
2791 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2792
2793         * gst/mpegtsparse/gstmpegdesc.h:
2794         * gst/mpegtsparse/mpegtspacketizer.c:
2795         Parse the extended event descriptor.
2796
2797 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2798
2799         * gst/rtpmanager/gstrtpjitterbuffer.c:
2800         * gst/speed/gstspeed.c:
2801         * gst/speexresample/gstspeexresample.c:
2802         * gst/videosignal/gstvideoanalyse.c:
2803         * gst/videosignal/gstvideodetect.c:
2804         * gst/videosignal/gstvideomark.c:
2805         * sys/dvb/gstdvbsrc.c:
2806         * sys/oss4/oss4-mixer.c:
2807         * sys/oss4/oss4-sink.c:
2808         * sys/oss4/oss4-source.c:
2809         * sys/wininet/gstwininetsrc.c:
2810           Final round of doc updates.
2811
2812 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2813
2814         * gst/deinterlace/gstdeinterlace.c:
2815         * gst/rtpmanager/gstrtpbin.c:
2816         * gst/rtpmanager/gstrtpclient.c:
2817         * gst/rtpmanager/gstrtpjitterbuffer.c:
2818         * gst/rtpmanager/gstrtpptdemux.c:
2819         * gst/rtpmanager/gstrtpsession.c:
2820         * gst/rtpmanager/gstrtpssrcdemux.c:
2821         * gst/sdp/gstsdpdemux.c:
2822           More doc updates. More xrefs.
2823
2824 2008-06-14  Julien Moutte  <julien@fluendo.com>
2825
2826         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
2827         (gst_flv_demux_dispose):
2828         * gst/flv/gstflvdemux.h:
2829         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
2830         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
2831         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
2832         H.264/AVC inside FLV.
2833         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
2834         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
2835         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
2836         * sys/dshowdecwrapper/gstdshowaudiodec.h:
2837         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
2838         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
2839         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
2840         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
2841         to improve stability (ref counting, safety checks...)
2842
2843 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2844
2845         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
2846         Disable sipro on 64bits, it crashes.
2847
2848 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2849
2850         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
2851         (close_library), (open_library),
2852         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
2853         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
2854         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
2855         Add raversions we can support on the caps.
2856         Refactor the loading of the real codecs like realvideo so that we can
2857         implement probing.
2858         Probe all supported formats by trying to load the .so files, only report
2859         the versions on the caps that we can actually load.
2860
2861         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
2862         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
2863         (open_library), (close_library),
2864         (gst_real_video_dec_probe_modules),
2865         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
2866         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
2867         * gst/real/gstrealvideodec.h:
2868         Change the loading of the library like the audio decoder.
2869         Probe the supported formats by trying to load the .so files and only
2870         report the versions on the caps that we can actually load.
2871
2872 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2873
2874         patch by: Sebastian Pölsterl
2875
2876         * gst/mpegtsparse/mpegtspacketizer.c:
2877         Handle character sets in strings coming from DVB SI according
2878         to the DVB SI spec.
2879
2880 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2881
2882         * gst/replaygain/gstrganalysis.c:
2883         * gst/replaygain/gstrglimiter.c:
2884         * gst/replaygain/gstrgvolume.c:
2885           More doc updates.
2886
2887 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2888
2889         * docs/plugins/Makefile.am:
2890         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2891         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2892         * docs/plugins/gst-plugins-bad-plugins.args:
2893         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2894         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2895         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2896         * docs/plugins/gst-plugins-bad-plugins.signals:
2897         * docs/plugins/inspect/plugin-alsaspdif.xml:
2898         * docs/plugins/inspect/plugin-amrwb.xml:
2899         * docs/plugins/inspect/plugin-app.xml:
2900         * docs/plugins/inspect/plugin-bayer.xml:
2901         * docs/plugins/inspect/plugin-bz2.xml:
2902         * docs/plugins/inspect/plugin-cdaudio.xml:
2903         * docs/plugins/inspect/plugin-cdxaparse.xml:
2904         * docs/plugins/inspect/plugin-dtsdec.xml:
2905         * docs/plugins/inspect/plugin-dvb.xml:
2906         * docs/plugins/inspect/plugin-dvdspu.xml:
2907         * docs/plugins/inspect/plugin-faac.xml:
2908         * docs/plugins/inspect/plugin-faad.xml:
2909         * docs/plugins/inspect/plugin-fbdevsink.xml:
2910         * docs/plugins/inspect/plugin-festival.xml:
2911         * docs/plugins/inspect/plugin-filter.xml:
2912         * docs/plugins/inspect/plugin-flvdemux.xml:
2913         * docs/plugins/inspect/plugin-freeze.xml:
2914         * docs/plugins/inspect/plugin-gsm.xml:
2915         * docs/plugins/inspect/plugin-gstinterlace.xml:
2916         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
2917         * docs/plugins/inspect/plugin-h264parse.xml:
2918         * docs/plugins/inspect/plugin-interleave.xml:
2919         * docs/plugins/inspect/plugin-jack.xml:
2920         * docs/plugins/inspect/plugin-ladspa.xml:
2921         * docs/plugins/inspect/plugin-metadata.xml:
2922         * docs/plugins/inspect/plugin-mms.xml:
2923         * docs/plugins/inspect/plugin-modplug.xml:
2924         * docs/plugins/inspect/plugin-mpeg2enc.xml:
2925         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
2926         * docs/plugins/inspect/plugin-mpegtsparse.xml:
2927         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
2928         * docs/plugins/inspect/plugin-musepack.xml:
2929         * docs/plugins/inspect/plugin-musicbrainz.xml:
2930         * docs/plugins/inspect/plugin-mve.xml:
2931         * docs/plugins/inspect/plugin-mythtv.xml
2932         * docs/plugins/inspect/plugin-nas.xml:
2933         * docs/plugins/inspect/plugin-neon.xml:
2934         * docs/plugins/inspect/plugin-nsfdec.xml:
2935         * docs/plugins/inspect/plugin-nuvdemux.xml:
2936         * docs/plugins/inspect/plugin-oss4.xml
2937         * docs/plugins/inspect/plugin-rawparse.xml:
2938         * docs/plugins/inspect/plugin-real.xml:
2939         * docs/plugins/inspect/plugin-replaygain.xml:
2940         * docs/plugins/inspect/plugin-rfbsrc.xml:
2941         * docs/plugins/inspect/plugin-sdl.xml:
2942         * docs/plugins/inspect/plugin-sdp.xml:
2943         * docs/plugins/inspect/plugin-selector.xml:
2944         * docs/plugins/inspect/plugin-sndfile.xml:
2945         * docs/plugins/inspect/plugin-soundtouch.xml:
2946         * docs/plugins/inspect/plugin-spcdec.xml:
2947         * docs/plugins/inspect/plugin-speed.xml:
2948         * docs/plugins/inspect/plugin-speexresample.xml:
2949         * docs/plugins/inspect/plugin-stereo.xml:
2950         * docs/plugins/inspect/plugin-subenc.xml
2951         * docs/plugins/inspect/plugin-timidity.xml:
2952         * docs/plugins/inspect/plugin-tta.xml:
2953         * docs/plugins/inspect/plugin-vcdsrc.xml:
2954         * docs/plugins/inspect/plugin-videosignal.xml:
2955         * docs/plugins/inspect/plugin-vmnc.xml:
2956         * docs/plugins/inspect/plugin-wildmidi.xml:
2957         * docs/plugins/inspect/plugin-x264.xml:
2958         * docs/plugins/inspect/plugin-xvid.xml:
2959         * docs/plugins/inspect/plugin-y4menc.xml:
2960         * ext/amrwb/gstamrwbdec.c:
2961         * ext/amrwb/gstamrwbenc.c:
2962         * ext/amrwb/gstamrwbparse.c:
2963         * ext/dc1394/gstdc1394.c:
2964         * ext/directfb/dfbvideosink.c:
2965         * ext/ivorbis/vorbisdec.c:
2966         * ext/jack/gstjackaudiosink.c:
2967         * ext/mpeg2enc/gstmpeg2enc.cc:
2968         * ext/mplex/gstmplex.cc:
2969         * ext/musicbrainz/gsttrm.c:
2970         * ext/mythtv/gstmythtvsrc.c:
2971         * ext/theora/theoradec.c:
2972         * ext/timidity/gsttimidity.c:
2973         * ext/timidity/gstwildmidi.c:
2974         * gst-libs/gst/app/gstappsink.c:
2975         * gst/deinterlace/gstdeinterlace.c:
2976         * gst/dvdspu/gstdvdspu.c:
2977         * gst/festival/gstfestival.c:
2978         * gst/freeze/gstfreeze.c:
2979         * gst/interleave/deinterleave.c:
2980         * gst/interleave/interleave.c:
2981         * gst/modplug/gstmodplug.cc:
2982         * gst/nuvdemux/gstnuvdemux.c:
2983           Add missing elements to docs. Fix doc-markup: use convinience syntax
2984           for examples (produces valid docbook), add several refsec2 when we
2985           have several titles. Fix some types.
2986
2987 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2988
2989         * examples/app/.cvsignore:
2990         * examples/app/Makefile.am:
2991         * examples/app/appsink-src.c: (on_new_buffer_from_source),
2992         (on_source_message), (on_sink_message), (main):
2993         Add beefed up example app from bug #413418. It now also uses appsink
2994         instead of fakesink for more ultimate coolness.
2995
2996         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
2997         (gst_app_src_init), (gst_app_src_set_property),
2998         (gst_app_src_get_property), (gst_app_src_unlock),
2999         (gst_app_src_unlock_stop), (gst_app_src_create),
3000         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
3001         (gst_app_src_end_of_stream):
3002         * gst-libs/gst/app/gstappsrc.h:
3003         Add block property to allow push based implementation to block when we
3004         fill up the appsrc queues.
3005         Emit the enough-data signal while releasing our lock.
3006
3007 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3008
3009         * examples/app/.cvsignore:
3010           Ignore more.
3011
3012 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3013
3014         * ext/dc1394/gstdc1394.c:
3015         * ext/ivorbis/vorbisdec.c:
3016         * ext/jack/gstjackaudiosink.c:
3017         * ext/metadata/gstmetadatademux.c:
3018         * ext/mythtv/gstmythtvsrc.c:
3019         * ext/theora/theoradec.c:
3020         * gst-libs/gst/app/gstappsink.c:
3021         * gst/bayer/gstbayer2rgb.c:
3022         * gst/deinterlace/gstdeinterlace.c:
3023         * gst/rawparse/gstaudioparse.c:
3024         * gst/rawparse/gstvideoparse.c:
3025         * gst/rtpmanager/gstrtpbin.c:
3026         * gst/rtpmanager/gstrtpclient.c:
3027         * gst/rtpmanager/gstrtpjitterbuffer.c:
3028         * gst/rtpmanager/gstrtpptdemux.c:
3029         * gst/rtpmanager/gstrtpsession.c:
3030         * gst/rtpmanager/gstrtpssrcdemux.c:
3031         * gst/selector/gstinputselector.c:
3032         * gst/selector/gstoutputselector.c:
3033         * gst/videosignal/gstvideoanalyse.c:
3034         * gst/videosignal/gstvideodetect.c:
3035         * gst/videosignal/gstvideomark.c:
3036         * sys/oss4/oss4-mixer.c:
3037         * sys/oss4/oss4-sink.c:
3038         * sys/oss4/oss4-source.c:
3039           Do not use short_description in section docs for elements. We extract
3040           them from element details and there will be warnings if they differ.
3041           Also fixing up the ChangeLog order.
3042
3043 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3044
3045         Patch by: Sebastien Merle <sylane at gmail dot com>
3046
3047         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
3048         Fix the sign of the data we pass to the decoder so that the decoder
3049         compiles with newer reference code as well. Fixes #528618.
3050
3051 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3052
3053         * tests/icles/test-oss4.c:
3054           Include stdlib.h.
3055
3056 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3057
3058         Based on a patch by: Martin Eikermann <meiker at upb dot de>
3059
3060         * gst/deinterlace2/Makefile.am:
3061         * gst/deinterlace2/gstdeinterlace2.c:
3062         (gst_deinterlace2_method_get_type),
3063         (gst_deinterlace2_fields_get_type),
3064         (gst_deinterlace2_field_layout_get_type),
3065         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
3066         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
3067         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
3068         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
3069         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
3070         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
3071         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
3072         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
3073         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
3074         (plugin_init):
3075         * gst/deinterlace2/gstdeinterlace2.h:
3076         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
3077         (deinterlace_greedy_packed422_scanline_mmxext),
3078         (dscaler_greedyl_get_method):
3079         * gst/deinterlace2/tvtime/greedyh.asm:
3080         * gst/deinterlace2/tvtime/greedyh.c:
3081         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
3082         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
3083         (greedyh_filter_sse):
3084         * gst/deinterlace2/tvtime/greedyh.h:
3085         * gst/deinterlace2/tvtime/greedyhmacros.h:
3086         * gst/deinterlace2/tvtime/mmx.h:
3087         * gst/deinterlace2/tvtime/plugins.h:
3088         * gst/deinterlace2/tvtime/speedtools.h:
3089         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
3090         (comb_factor_packed422_scanline_mmx),
3091         (diff_factor_packed422_scanline_c),
3092         (diff_factor_packed422_scanline_mmx),
3093         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
3094         (packed444_to_packed422_scanline_c),
3095         (packed422_to_packed444_scanline_c),
3096         (packed422_to_packed444_rec601_scanline_c),
3097         (vfilter_chroma_121_packed422_scanline_mmx),
3098         (vfilter_chroma_121_packed422_scanline_c),
3099         (vfilter_chroma_332_packed422_scanline_mmx),
3100         (vfilter_chroma_332_packed422_scanline_c),
3101         (kill_chroma_packed422_inplace_scanline_mmx),
3102         (kill_chroma_packed422_inplace_scanline_c),
3103         (invert_colour_packed422_inplace_scanline_mmx),
3104         (invert_colour_packed422_inplace_scanline_c),
3105         (mirror_packed422_inplace_scanline_c),
3106         (interpolate_packed422_scanline_c),
3107         (convert_uyvy_to_yuyv_scanline_mmx),
3108         (convert_uyvy_to_yuyv_scanline_c),
3109         (interpolate_packed422_scanline_mmx),
3110         (interpolate_packed422_scanline_mmxext),
3111         (blit_colour_packed422_scanline_c),
3112         (blit_colour_packed422_scanline_mmx),
3113         (blit_colour_packed422_scanline_mmxext),
3114         (blit_colour_packed4444_scanline_c),
3115         (blit_colour_packed4444_scanline_mmx),
3116         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
3117         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
3118         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
3119         (blit_packed422_scanline_mmxext),
3120         (composite_colour4444_alpha_to_packed422_scanline_c),
3121         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
3122         (composite_packed4444_alpha_to_packed422_scanline_c),
3123         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
3124         (composite_packed4444_to_packed422_scanline_c),
3125         (composite_packed4444_to_packed422_scanline_mmxext),
3126         (composite_alphamask_to_packed4444_scanline_c),
3127         (composite_alphamask_to_packed4444_scanline_mmxext),
3128         (composite_alphamask_alpha_to_packed4444_scanline_c),
3129         (premultiply_packed4444_scanline_c),
3130         (premultiply_packed4444_scanline_mmxext),
3131         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
3132         (quarter_blit_vertical_packed422_scanline_mmxext),
3133         (quarter_blit_vertical_packed422_scanline_c),
3134         (subpix_blit_vertical_packed422_scanline_c),
3135         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
3136         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
3137         (rgba32_to_packed4444_rec601_scanline_c),
3138         (packed444_to_rgb24_rec601_scanline_c),
3139         (packed444_to_nonpremultiplied_packed4444_scanline_c),
3140         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
3141         (speedy_get_accel):
3142         * gst/deinterlace2/tvtime/speedy.h:
3143         * gst/deinterlace2/tvtime/sse.h:
3144         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
3145         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
3146         (tomsmocomp_init), (tomsmocomp_filter_mmx),
3147         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
3148         * gst/deinterlace2/tvtime/tomsmocomp.h:
3149         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
3150         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
3151         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
3152         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
3153         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
3154         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
3155         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
3156         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
3157         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
3158         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
3159         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
3160         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
3161         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
3162         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
3163         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
3164         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
3165         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
3166         (deinterlace_scanline_vfir), (copy_scanline),
3167         (dscaler_vfir_get_method):
3168         * gst/deinterlace2/tvtime/x86-64_macros.inc:
3169         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
3170         which was relicensed to LGPL for GStreamer and in theory provides
3171         better and faster results than the simple deinterlace element.
3172         Fixes bug #163578.
3173
3174         Ported to GStreamer 0.10 but still not enabled or included in the
3175         build system by default because of bad artefacts caused by a bug
3176         somewhere and as it can be only build on x86/amd64 ATM and requires
3177         special CFLAGS. Will be fixed soon.
3178
3179 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3180
3181         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
3182
3183         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
3184         (gst_wildmidi_change_state), (plugin_init):
3185         * ext/timidity/gstwildmidi.h:
3186         Initialize wildmidi only once in the plugin init function instead
3187         of once for every instance. The second and following calls to the
3188         wildmidi initialization function will fail. Fixes bug #525613.
3189
3190         Also don't register the element at all if wildmidi initialization
3191         fails.
3192
3193 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3194
3195         * ext/soundtouch/gstpitch.cc:
3196         Call gst_element_no_more_pads() after all pads are added.
3197
3198 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3199
3200         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
3201         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
3202         (gst_raw_parse_handle_seek_pull):
3203         Add simple reverse playback.
3204
3205 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3206
3207         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
3208         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
3209         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
3210         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
3211         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
3212         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
3213         * gst/rawparse/gstrawparse.h:
3214         Fix seeking, timestamps, duration and some more. Fixes #536309.
3215
3216 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3217
3218         * examples/app/Makefile.am:
3219         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
3220         (found_source), (bus_message), (main):
3221         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
3222         (found_source), (bus_message), (main):
3223         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
3224         (bus_message), (main):
3225         Added 3 more example application for using appsrc in random-access mode,
3226         pull-mode streaming and pull mode seekable.
3227
3228         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3229         (gst_app_src_start), (gst_app_src_do_get_size),
3230         (gst_app_src_create):
3231         * gst-libs/gst/app/gstappsrc.h:
3232         Make stream-type property writable.
3233         Unset flushing when starting so that we reuse appsrc.
3234         Inform basesrc about the configured size.
3235         Emit seek-data signal when we are going to a different offset in
3236         random-access mode.
3237
3238 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3239
3240         * examples/app/appsrc-stream.c: (found_source), (main):
3241         Use deep-notify until we can depend on a playbin2 with support for the
3242         source property.
3243
3244 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3245
3246         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
3247         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
3248         Fix deadlock when shutting down, use a new lock instead to properly
3249         shutdown.
3250
3251 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3252
3253         * examples/app/.cvsignore:
3254         * examples/app/Makefile.am:
3255         * examples/app/appsrc-stream.c: (read_data), (start_feed),
3256         (stop_feed), (found_source), (bus_message), (main):
3257         Added an example on how to use appsrc in playbin in streaming mode from
3258         an mmapped file.
3259
3260         * examples/app/appsrc_ex.c: (main):
3261         Set pipeline to NULL to free queued buffers.
3262
3263         * gst-libs/gst/app/gstapp-marshal.list:
3264         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
3265         (gst_app_src_class_init), (gst_app_src_init),
3266         (gst_app_src_flush_queued), (gst_app_src_dispose),
3267         (gst_app_src_set_property), (gst_app_src_get_property),
3268         (gst_app_src_unlock), (gst_app_src_unlock_stop),
3269         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
3270         (gst_app_src_check_get_range), (gst_app_src_do_seek),
3271         (gst_app_src_create), (gst_app_src_set_stream_type),
3272         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
3273         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
3274         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
3275         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
3276         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
3277         * gst-libs/gst/app/gstappsrc.h:
3278         Measure max queue size in bytes instead.
3279         Add support for 3 modes of operation, streaming, seekable and
3280         random-access, making basesrc handle the scheduling modes for each.
3281         Add appsrc:// uri handler so that automatic plugging can be done from
3282         playbin2 or uridecodebin, for example.
3283         Added support for custom segment formats.
3284         Add support for push and pull based operations from the application.
3285         Expand the methods so that errors can be detected.
3286         Flush the queued buffers on seeks and when shutting down.
3287         Add signals to inform the app that a seek must happen.
3288
3289 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3290
3291         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
3292         (gst_deinterleave_src_query):
3293         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3294         (gst_interleave_src_query):
3295         Properly implement duration and position queries in bytes format. We
3296         have to take the upstream reply and divide/multiply it by the number
3297         of channels to get the correct result.
3298
3299 2008-06-04  Michael Smith <msmith@songbirdnest.com>
3300
3301         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3302         * sys/dshowvideosink/dshowvideofakesrc.h:
3303         * sys/dshowvideosink/dshowvideosink.cpp:
3304         * sys/dshowvideosink/dshowvideosink.h:
3305           Fix up copyright notice on new plugin.
3306
3307 2008-06-04  David Schleef  <ds@schleef.org>
3308
3309         * ext/dirac/gstdiracenc.cc: Update properties for recent
3310           dirac changes.  Patch from Jonathan Rosser.
3311
3312 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3313
3314         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
3315           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
3316           (gst_x264_enc_encode_frame):
3317           Try harder not to crash when we get an EOS event but haven't set
3318           up the encoder yet (as may happen when upstream errors out with
3319           not-negotiated, for example). Also, always push the EOS event
3320           downstream.
3321
3322 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3323
3324         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3325         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
3326         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
3327         * gst/interleave/interleave.h:
3328         Use an always increasing integer for the number in the name of the
3329         requested sink pads to guarantuee a unique name. Add a "channel"
3330         property to GstInterleavePad to make it possible for applications
3331         to retrieve the channel number in the output for every pad.
3332
3333         Use g_type_register_static_simple() instead of
3334         g_type_register_static() to save some relocations.
3335
3336 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3337
3338         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3339         (gst_interleave_change_state):
3340         Stop GstCollectPads before calling the parent's state change function
3341         when going from PAUSED to READY as we otherwise deadlock.
3342         Fixes bug #536258.
3343
3344 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3345
3346         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
3347         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
3348         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
3349         (gst_h264_parse_chain):
3350         * gst/h264parse/gsth264parse.h:
3351         Parse codec_data and use the nalu_size_length field to get the NALU
3352         length in packetized h264.
3353         When queueing a packetized buffer in reverse mode, don't unref the
3354         buffer twice.
3355         Avoid accessing the buffer TIMESTAMP field after we pushed it on
3356         the adaptor.
3357
3358 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3359
3360         * gst/interleave/interleave.c:
3361         (gst_interleave_check_channel_positions),
3362         (gst_interleave_set_channel_positions),
3363         (gst_interleave_class_init):
3364         Use new gst_audio_check_channel_positions() function and register
3365         the GstInterleavePad type from a threadsafe context.
3366
3367 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3368
3369         * configure.ac:
3370           Revert accidental addition in configure.ac. Sorry.
3371
3372 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3373
3374         * configure.ac:
3375         * sys/Makefile.am:
3376         * sys/dshowvideosink/Makefile.am:
3377         * sys/dshowvideosink/README:
3378         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3379         * sys/dshowvideosink/dshowvideofakesrc.h:
3380         * sys/dshowvideosink/dshowvideosink.cpp:
3381         * sys/dshowvideosink/dshowvideosink.h:
3382         Add a new win32 videosink. Uses the DirectShow renderers for
3383         high-performance video rendering on win32.
3384         Currently only supports some YUV formats.
3385         Rank PRIMARY, since it's much more useful for the common cases that the
3386         directdraw sink (which only does RGB).
3387
3388 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
3389
3390         * ext/spc/Makefile.am:
3391           Dist tag.h
3392
3393 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3394
3395         * ext/faad/gstfaad.c: (gst_faad_sink_event):
3396         Always drain before activating the new segment.
3397
3398 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3399
3400         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3401         (gst_interleave_finalize), (gst_audio_check_channel_positions),
3402         (gst_interleave_set_channel_positions),
3403         (gst_interleave_class_init), (gst_interleave_init),
3404         (gst_interleave_set_property), (gst_interleave_get_property),
3405         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3406         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
3407         (gst_interleave_src_query_latency), (gst_interleave_collected):
3408         * gst/interleave/interleave.h:
3409         Allow setting channel positions via a property and allow using the
3410         channel positions on the input as the channel positions of the output.
3411
3412         Fix some broken logic and memory leaks.
3413
3414         * tests/check/Makefile.am:
3415         * tests/check/elements/interleave.c: (src_handoff_float32),
3416         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
3417         Add unit tests for checking correct handling of channel positions.
3418
3419 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3420
3421         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3422         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3423         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3424         (gst_faad_change_state):
3425         * ext/faad/gstfaad.h:
3426         Add basic reverse playback support.
3427         Clear decoder state after disconts.
3428         Remove some unused code.
3429         Mark output buffers with a discont after a decoding error.
3430
3431 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3432
3433         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3434
3435         * gst/mpeg4videoparse/mpeg4videoparse.c:
3436         (gst_mpeg4vparse_handle_vos):
3437         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3438
3439 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3440
3441         * tests/check/elements/mplex.c: (setup_src_pad),
3442         (teardown_src_pad):
3443         Don't use the deprecated gst_element_get_pad().
3444
3445 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3446
3447         * examples/directfb/gstdfb.c: (main):
3448         Don't use the deprecated gst_element_get_pad().
3449
3450 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3451
3452         Based on patch by: <onkarshinde at gmail dot com>
3453
3454         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3455         (gst_vcdsrc_uri_set_uri):
3456         Allow the track to be set by using the uri. Fixes #535043.
3457
3458 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3459
3460         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3461         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3462         Implement latency query.
3463
3464 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3465
3466         * gst/mpegvideoparse/mpegvideoparse.c:
3467         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3468
3469 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3470
3471         * gst/rtpmanager/gstrtpbin.c:
3472         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3473         (gst_rtp_bin_change_state), (new_payload_found),
3474         (new_ssrc_pad_found):
3475         Break out of callbacks when we are shutting down.
3476         Make sure no state changes can happen when we reconfigure.
3477
3478 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3479
3480         * configure.ac:
3481         Require CVS core and base for new audio clock reset method.
3482
3483         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3484         Reset the audio clock. See #521761.
3485
3486 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3487
3488         * ext/jack/gstjackaudiosink.c:
3489         (gst_jack_audio_sink_allocate_channels):
3490         Include the element name in the port name to avoid duplicate port names.
3491
3492 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3493
3494         * gst/interleave/deinterleave.c:
3495         Add another example launch line.
3496
3497         * gst/interleave/interleave.c: (interleave_24),
3498         (gst_interleave_finalize), (gst_interleave_base_init),
3499         (gst_interleave_class_init), (gst_interleave_init),
3500         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3501         (gst_interleave_change_state), (__remove_channels),
3502         (__set_channels), (gst_interleave_sink_getcaps),
3503         (gst_interleave_set_process_function),
3504         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3505         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3506         (forward_event_func), (forward_event), (gst_interleave_src_event),
3507         (gst_interleave_collected):
3508         * gst/interleave/interleave.h:
3509         Major rewrite of interleave using GstCollectpads. This new version
3510         also supports almost all raw audio formats and has better caps
3511         negotiation. Fixes bug #506594.
3512
3513         Also update docs and add some more examples.
3514
3515         * tests/check/elements/interleave.c: (interleave_chain_func),
3516         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3517         (interleave_suite):
3518         Add some more extensive unit tests for interleave.
3519
3520 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3521
3522         * gst/rtpmanager/gstrtpjitterbuffer.c:
3523         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3524         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3525         we need to do this so that we can better handle a restarted source.
3526         Fix some comments.
3527
3528         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3529         (rtp_jitter_buffer_insert):
3530         Tweak the skew resync diff.
3531         Use our working seqnum compare function in -base.
3532         Rework the jitterbuffer insert code to make it clearer and more
3533         performant by only retrieving the seqnum of the input buffer once and by
3534         adding some G_LIKELY compiler hints.
3535         Improve debugging for duplicate packets.
3536
3537         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3538         Fix a comment, we don't do skew correction here..
3539
3540 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3541
3542         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3543
3544         * gst/rtpmanager/gstrtpbin.c:
3545         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3546         (gst_rtp_bin_set_property):
3547         Propagate the do-lost and latency properties to the jitterbuffers when
3548         they are changed on rtpbin.
3549
3550 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3551
3552         * examples/switch/switcher.c: (switch_timer):
3553         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3554         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3555         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3556         (gst_sdp_demux_stream_configure_udp_sink):
3557         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3558         (pad_added_setup_data_check_float32_8ch_cb):
3559         * tests/check/elements/rganalysis.c: (send_eos_event),
3560         (send_tag_event):
3561         Don't use _gst_pad().
3562
3563 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3564
3565         * docs/plugins/Makefile.am:
3566         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3567         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3568         * docs/plugins/gst-plugins-bad-plugins.args:
3569         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3570         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3571         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3572         * docs/plugins/gst-plugins-bad-plugins.signals:
3573         * docs/plugins/inspect/plugin-alsaspdif.xml:
3574         * docs/plugins/inspect/plugin-amrwb.xml:
3575         * docs/plugins/inspect/plugin-app.xml:
3576         * docs/plugins/inspect/plugin-bayer.xml:
3577         * docs/plugins/inspect/plugin-bz2.xml:
3578         * docs/plugins/inspect/plugin-cdaudio.xml:
3579         * docs/plugins/inspect/plugin-cdxaparse.xml:
3580         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3581         * docs/plugins/inspect/plugin-dtsdec.xml:
3582         * docs/plugins/inspect/plugin-dvb.xml:
3583         * docs/plugins/inspect/plugin-dvdspu.xml:
3584         * docs/plugins/inspect/plugin-faac.xml:
3585         * docs/plugins/inspect/plugin-faad.xml:
3586         * docs/plugins/inspect/plugin-fbdevsink.xml:
3587         * docs/plugins/inspect/plugin-festival.xml:
3588         * docs/plugins/inspect/plugin-filter.xml:
3589         * docs/plugins/inspect/plugin-flvdemux.xml:
3590         * docs/plugins/inspect/plugin-freeze.xml:
3591         * docs/plugins/inspect/plugin-gsm.xml:
3592         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3593         * docs/plugins/inspect/plugin-h264parse.xml:
3594         * docs/plugins/inspect/plugin-interleave.xml:
3595         * docs/plugins/inspect/plugin-jack.xml:
3596         * docs/plugins/inspect/plugin-ladspa.xml:
3597         * docs/plugins/inspect/plugin-metadata.xml:
3598         * docs/plugins/inspect/plugin-mms.xml:
3599         * docs/plugins/inspect/plugin-modplug.xml:
3600         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3601         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3602         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3603         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3604         * docs/plugins/inspect/plugin-musepack.xml:
3605         * docs/plugins/inspect/plugin-musicbrainz.xml:
3606         * docs/plugins/inspect/plugin-mve.xml:
3607         * docs/plugins/inspect/plugin-nas.xml:
3608         * docs/plugins/inspect/plugin-neon.xml:
3609         * docs/plugins/inspect/plugin-nsfdec.xml:
3610         * docs/plugins/inspect/plugin-nuvdemux.xml:
3611         * docs/plugins/inspect/plugin-rawparse.xml:
3612         * docs/plugins/inspect/plugin-real.xml:
3613         * docs/plugins/inspect/plugin-replaygain.xml:
3614         * docs/plugins/inspect/plugin-rfbsrc.xml:
3615         * docs/plugins/inspect/plugin-sdl.xml:
3616         * docs/plugins/inspect/plugin-sdp.xml:
3617         * docs/plugins/inspect/plugin-selector.xml:
3618         * docs/plugins/inspect/plugin-sndfile.xml:
3619         * docs/plugins/inspect/plugin-soundtouch.xml:
3620         * docs/plugins/inspect/plugin-spcdec.xml:
3621         * docs/plugins/inspect/plugin-speed.xml:
3622         * docs/plugins/inspect/plugin-speexresample.xml:
3623         * docs/plugins/inspect/plugin-stereo.xml:
3624         * docs/plugins/inspect/plugin-tta.xml:
3625         * docs/plugins/inspect/plugin-vcdsrc.xml:
3626         * docs/plugins/inspect/plugin-videosignal.xml:
3627         * docs/plugins/inspect/plugin-vmnc.xml:
3628         * docs/plugins/inspect/plugin-wildmidi.xml:
3629         * docs/plugins/inspect/plugin-x264.xml:
3630         * docs/plugins/inspect/plugin-xvid.xml:
3631         * docs/plugins/inspect/plugin-y4menc.xml:
3632         Add interleave/deinterleave to the docs and while at that
3633         run make update in docs/plugins.
3634
3635         * gst/interleave/deinterleave.c:
3636         Add a parapraph about using a queue and audioconvert after the source
3637         pads to the docs.
3638
3639 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3640
3641         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3642         (gst_deinterleave_class_init), (gst_deinterleave_init),
3643         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
3644         * gst/interleave/deinterleave.h:
3645         Don't set a getcaps() function on the src pads as it's not required
3646         and the default getcaps() function returns the correct results for
3647         our src pads.
3648
3649         Complete documentation and add myself to the authors of the element.
3650
3651 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3652
3653         * tests/icles/.cvsignore:
3654         * tests/icles/Makefile.am:
3655         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
3656           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
3657           (probe_details), (probe_element), (main):
3658           Small oss4 test that probes for available devices and retrieves
3659           their caps and mixer tracks and all that. Also allows testing of
3660           mixer change messages on the bus.
3661
3662 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3663
3664         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
3665         * sys/oss4/oss4-property-probe.c:
3666           (gst_oss4_property_probe_find_device_name),
3667           (gst_oss4_property_probe_find_device_name_nofd):
3668         * sys/oss4/oss4-property-probe.h:
3669         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
3670         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
3671           Make device-name probing in NULL state work better (e.g. for the
3672           gnome-control-center sound capplet).
3673
3674 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3675
3676         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3677
3678         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
3679         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
3680         (gst_mpeg4vparse_change_state):
3681         Move some code around to integrate the startcode searching with the
3682         other bits of parsing, avoid a whole bunch of peeks.
3683         Get rid of invalid data that should not happen according to the specs.
3684         Fixes #533559.
3685
3686 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3687
3688         Patch by: Bastien Nocera <hadess at hadess dot net>
3689
3690         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
3691         (gst_mythtv_src_init), (gst_mythtv_src_clear),
3692         (do_read_request_response), (gst_mythtv_src_create),
3693         (gst_mythtv_src_start):
3694         Correctly set duration to get a more correct seek bar in totem.
3695
3696         Disable query and event functions as they don't work and do some
3697         smaller cleanup.
3698
3699         Fixes bug #533736.
3700
3701 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3702
3703         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
3704
3705         * ext/spc/Makefile.am:
3706         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
3707         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
3708         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
3709         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
3710         (gst_spc_dec_src_query), (spc_play), (spc_setup):
3711         * ext/spc/gstspc.h:
3712         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
3713         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
3714         (spc_tag_get_info), (spc_tag_free):
3715         * ext/spc/tag.h:
3716         Add support for some essential features like seeking, reading song
3717         duration and extended tags. Fixes bug #454151.
3718
3719 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3720
3721         * tests/check/elements/deinterleave.c: (GST_START_TEST):
3722         Set keep-positions property to TRUE for the 8 channel test to ensure
3723         that the original channel position is set on the output.
3724
3725 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3726
3727         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
3728         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
3729         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
3730         (gst_deinterleave_get_property):
3731         * gst/interleave/deinterleave.h:
3732         Add a property to select whether channel positions should be kept on
3733         the mono output buffers or should be dropped.
3734
3735 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
3736
3737         * docs/Makefile.am:
3738         Oops - fix the spelling of the variable I added.
3739
3740 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3741
3742         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
3743         (gst_deinterleave_init), (gst_deinterleave_sink_event),
3744         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
3745         * gst/interleave/deinterleave.h:
3746         Queue events until src pads were added and they can be sent. Otherwise
3747         downstream will never get the first newsegment event.
3748
3749 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3750
3751         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
3752         (gst_deinterleave_getcaps):
3753         Always set the channel positions when gst_audio_get_channel_positions()
3754         returns something, even if they're not set in the caps. This makes
3755         sure that the output channels can be interleaved again correctly
3756         in the mono/stereo cases too.
3757
3758         Don't ask for the peercaps of the current pad in getcaps() as this
3759         might call getcaps() again and deadlock.
3760
3761 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3762
3763         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
3764         Check some more common locations for a valid configuration file.
3765         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
3766         to the distributions default location.
3767
3768 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3769
3770         * gst/interleave/Makefile.am:
3771         * gst/interleave/deinterleave.c: (deinterleave_24),
3772         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
3773         (gst_deinterleave_class_init), (gst_deinterleave_init),
3774         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
3775         (gst_deinterleave_set_process_function),
3776         (gst_deinterleave_sink_setcaps), (__remove_channels),
3777         (__set_channels), (gst_deinterleave_getcaps),
3778         (gst_deinterleave_process), (gst_deinterleave_chain),
3779         (gst_deinterleave_sink_activate_push):
3780         * gst/interleave/deinterleave.h:
3781         Add support for all raw audio formats and provide better negotiation
3782         if the caps are changing.
3783
3784         Don't allow changes of the channel positions and set the position of
3785         the corresponding channel on the src pad caps.
3786
3787         General cleanup and smaller bugfixes.
3788
3789         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
3790         Check the channel positions on the output buffer caps.
3791
3792 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3793
3794         * docs/Makefile.am:
3795         Don't attempt to build plugin docs when they're disabled.
3796
3797         * gst/bayer/Makefile.am:
3798         Add libgstvideo to the link.
3799
3800         * gst/rtpmanager/Makefile.am:
3801         Fix link order, and move LIBS things to _LIBS
3802
3803 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3804
3805         * docs/plugins/gst-plugins-bad-plugins.types:
3806         Remove bogus attempt to pull 'metadata' plugin's base
3807         class into the docs.
3808
3809 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3810
3811         * gst/rtpmanager/gstrtpjitterbuffer.c:
3812         (gst_rtp_jitter_buffer_chain):
3813         Simply drop bad RTP packets with a warning instead of just posting an
3814         error and stopping. This is a perfectly recoverable event and we don't
3815         force people to use an rtpbin to filter out bad packets first.
3816
3817 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3818
3819         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
3820         Set fixed caps on the srcpad after we created the pad...
3821
3822 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3823
3824         * tests/check/Makefile.am:
3825           Remove deinterleave test from VALGRIND_TO_FIX again now that
3826           there are suppressions in gst.supp which make this work for me.
3827
3828 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3829
3830         * tests/check/Makefile.am:
3831           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
3832           weird invalid free errors in valgrind/libc after _exit for some
3833           reason.
3834
3835         * tests/check/elements/deinterleave.c: (pads_created),
3836           (set_channel_positions), (src_handoff_float32_8ch),
3837           (float_buffer_check_probe),
3838           (pad_added_setup_data_check_float32_8ch_cb),
3839           (make_fake_src_8chans_float32), (GST_START_TEST),
3840           (deinterleave_suite):
3841           Add some more deinterleave unit test bits I had locally.
3842
3843 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3844
3845         * gst/interleave/Makefile.am:
3846         * gst/interleave/deinterleave.h:
3847         * gst/interleave/interleave.h:
3848         * gst/interleave/plugin.h:
3849         Split definitions into separate header files for better documentation
3850         generation.
3851         
3852         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3853         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
3854         (gst_deinterleave_process):
3855         Don't use alloca, allow caps changes as long as the number of channels
3856         does not change, don't use g_warning, return NOT_NEGOTIATED as early
3857         as possible and some other cleanup.
3858
3859         * gst/interleave/interleave.c: (gst_interleave_base_init),
3860         (gst_interleave_class_init):
3861         Do some random cleanup.
3862
3863         * tests/check/Makefile.am:
3864         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3865         (deinterleave_chain_func), (deinterleave_pad_added),
3866         (deinterleave_suite):
3867         Add unit tests for the deinterleave element.
3868
3869 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3870
3871         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3872
3873         * gst/mpeg4videoparse/mpeg4videoparse.c:
3874         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
3875         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
3876         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
3877         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
3878         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
3879         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
3880         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
3881         * gst/mpeg4videoparse/mpeg4videoparse.h:
3882         Parse the config data (either outbound or in the stream) to set   
3883         width/height, apect ration, framerate in the caps if applicable.
3884         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
3885         intra frames
3886         Set the timestamps of outgoing buffers to the buffer in
3887         which the VOP header was found.
3888         Drop incoming data untill configuration is found (by default,
3889         configurable using a property).
3890         Report a 1 frame latency. Fixes #532723.
3891
3892 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3893
3894         * gst/real/gstrealvideodec.c: (open_library):
3895         Add some debug for where we are searching for libraries.
3896
3897 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3898
3899         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
3900         Actually add the do-lost property to the object.
3901
3902 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3903
3904         * gst/rtpmanager/gstrtpjitterbuffer.c:
3905         (gst_rtp_jitter_buffer_loop):
3906         Avoid waiting for a negative (huge) duration when the last packet has a
3907         lower timestamp than the current packet.
3908
3909 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
3910
3911         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
3912         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
3913         prevent a memory leak.
3914
3915
3916 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3917
3918         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3919         Quieten some docs output
3920
3921 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3922
3923         * gst/rtpmanager/gstrtpjitterbuffer.c:
3924         (gst_rtp_jitter_buffer_loop):
3925         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
3926
3927 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3928
3929         * docs/plugins/Makefile.am:
3930         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3931         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3932         * docs/plugins/inspect/plugin-gstinterlace.xml:
3933         * gst/deinterlace/gstdeinterlace.c:
3934         * gst/deinterlace/gstdeinterlace.h:
3935         Random doc of the day: the deinterlace element.
3936
3937 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3938
3939         * gst/mpegtsparse/mpegtspacketizer.c:
3940         * gst/mpegtsparse/mpegtsparse.c:
3941         Make sure all schedule EIT and non-actual transport stream
3942         EITs are parsed. Also add present-following flag and
3943         actual-transport-stream flag to eit bus message.
3944
3945 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
3946
3947         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
3948         Make sure to unref the caps used by RTPSource to prevent a memory leak.
3949
3950 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
3951
3952         Based on patch by: Clive Wright <clive_wright ntlworld com>
3953
3954         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
3955           Apparently mono sliders have the mono value repeated in the upper bits,
3956           so mask those out when reading them. Probably makes the mixer applet
3957           work properly in some more cases.
3958
3959 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3960
3961         Patch by: Olivier Crete <tester at tester dot ca>
3962
3963         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
3964         (rtp_session_process_bye), (rtp_session_send_bye_locked):
3965         Unlock the session lock when calling one of our callbacks. 
3966         Fixes #532011.
3967
3968 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3969
3970         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3971
3972         * gst/rtpmanager/gstrtpsession.c:
3973         (gst_rtp_session_event_send_rtp_sink):
3974         Send RTP BYE command on EOS. Fixes bug #531955.
3975
3976 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3977
3978         * win32/common/config.h.in:
3979           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3980           use the real thing than having "???" unconditionally.
3981
3982 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3983
3984         * gst-libs/gst/app/.cvsignore:
3985         * gst-libs/gst/app/Makefile.am:
3986         * gst-libs/gst/app/gstapp-marshal.list:
3987         Add marshal.list, make it compile and add to cvsignore.
3988
3989         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
3990         (gst_app_sink_stop):
3991         Small cleanups.
3992
3993         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3994         (gst_app_src_init), (gst_app_src_set_property),
3995         (gst_app_src_get_property), (gst_app_src_unlock),
3996         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
3997         (gst_app_src_create), (gst_app_src_set_caps),
3998         (gst_app_src_get_caps), (gst_app_src_set_size),
3999         (gst_app_src_get_size), (gst_app_src_set_seekable),
4000         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
4001         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
4002         (gst_app_src_end_of_stream):
4003         * gst-libs/gst/app/gstappsrc.h:
4004         Beat appsrc in shape, add signals and actions.
4005         Add some docs.
4006         Add properties for caps, size, seekability and max-buffers.
4007         Fix unlock/stop code.
4008
4009 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4010
4011         * configure.ac:
4012           Error out if we don't have the required versions of core/base.
4013
4014 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4015
4016         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4017         (gst_app_sink_init), (gst_app_sink_set_property),
4018         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
4019         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
4020         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
4021         (gst_app_sink_preroll), (gst_app_sink_render),
4022         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
4023         (gst_app_sink_get_drop):
4024         * gst-libs/gst/app/gstappsink.h:
4025         Start some docs.
4026         Add property to drop buffers when the queue is filled
4027         Fix unlocking and flushing when the queues are filled.
4028
4029 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
4030
4031         Patch by: Jens Granseuer <jensgr at gmx dot net>
4032
4033         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
4034         Declare variables at the beginning of blocks. Fixes compilation with
4035         gcc 2.x and other compilers. Fixes bug #530611.
4036
4037 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4038
4039         * gst/mpegtsparse/mpegtspacketizer.c:
4040         * gst/mpegtsparse/mpegtspacketizer.h:
4041         * gst/mpegtsparse/mpegtsparse.c:
4042         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
4043         by pid number. This allows for example the EPG data from UK's
4044         freesat to be picked up.
4045
4046 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
4047
4048         * ext/mpeg2enc/gstmpeg2enc.cc:
4049         * ext/soundtouch/gstbpmdetect.cc:
4050         Cast NULL sentinels to void * as NULL is defined as an integer
4051         constant in most environments when using C++ and it's size might
4052         be different from a pointer.
4053
4054 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4055
4056         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4057         (gst_app_sink_init), (gst_app_sink_set_property),
4058         (gst_app_sink_get_property), (gst_app_sink_event),
4059         (gst_app_sink_preroll), (gst_app_sink_render),
4060         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
4061         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
4062         (gst_app_sink_pull_buffer):
4063         * gst-libs/gst/app/gstappsink.h:
4064         Add more docs.
4065         Add signals for when preroll and render buffers are available.
4066         Add property to control signal emission.
4067         Add property to control the max queue size.
4068
4069 2008-04-25  Michael Smith <msmith@songbirdnest.com>
4070
4071         * gst-libs/gst/dshow/Makefile.am:
4072           Use CXXFLAGS rather than CFLAGS; these are C++ files.
4073           Define required constants appropriately.
4074         * sys/dshowdecwrapper/Makefile.am:
4075           Add required include dir, libraries.
4076           Define required constants appropriately.
4077
4078 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4079
4080         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
4081         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
4082         * gst/rtpmanager/gstrtpbin.h:
4083         Expose new jitterbuffer property in rtpbin too.
4084
4085 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4086
4087         * gst/rtpmanager/gstrtpjitterbuffer.c:
4088         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
4089         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
4090         (gst_rtp_jitter_buffer_get_property):
4091         Disable sending out rtp packet lost events by default and make a
4092         property to enabe it. We will likely enable it by default when the base
4093         depayloaders have a default handler for them so that we don't send these
4094         events all through the pipeline for now.
4095
4096 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4097
4098         * gst/rtpmanager/gstrtpjitterbuffer.c:
4099         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
4100         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
4101         (gst_rtp_jitter_buffer_loop):
4102         Remove private version of a function that is in -base now.
4103         Add src event handler.
4104         Rework the jitterbuffer pushing loop so that it can quickly react to
4105         lost packets and instruct the depayloader of them. This can then be used
4106         to implement error concealment data.
4107
4108 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4109
4110         * gst/rtpmanager/gstrtpsession.c:
4111         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
4112         (create_send_rtcp_src):
4113         Set up some internal links functions for the RTCP and sync pads because
4114         the defaults are really not correct.
4115         Implement a query handler for the RTCP src pad, mostly to correctly
4116         report about the latency.
4117
4118 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4119
4120         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
4121         (gst_rtp_bin_sync_chain):
4122         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
4123         (rtp_session_process_sr), (rtp_session_on_timeout):
4124         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
4125         (calculate_jitter):
4126         * gst/rtpmanager/rtpsource.h:
4127         * gst/rtpmanager/rtpstats.h:
4128         Also keep track of the first buffer timestamp together with the first
4129         RTP timestamp as they both are needed to construct the timing of
4130         outgoing packets in the jitterbuffer and are therefore also needed to
4131         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
4132         with a wildly different gap.
4133
4134 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4135
4136         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
4137         Forward unknown queries upstream instead of returning FALSE on them.
4138
4139 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4140
4141         * configure.ac:
4142         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
4143         (gst_musepackdec_init), (gst_musepackdec_dispose),
4144         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
4145         (gst_musepackdec_loop), (plugin_init):
4146         * ext/musepack/gstmusepackdec.h:
4147         * ext/musepack/gstmusepackreader.c:
4148         * ext/musepack/gstmusepackreader.h:
4149         Add support for the new libmpcdec API which magically gets us support
4150         for SV8 files. Also do some random cleanup. Fixes bug #526905.
4151
4152 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4153
4154         * configure.ac:
4155         Back to development -> 0.10.7.1
4156
4157 === release 0.10.7 ===
4158
4159 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
4160
4161         * configure.ac:
4162           releasing 0.10.7, "House of Cards"
4163
4164 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
4165
4166         * ext/faad/gstfaad.c:
4167           Don't leak GstAudioChannelPosition. Fixes #529378.
4168
4169 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4170
4171         * gst/sdp/gstsdpdemux.c: (request_pt_map):
4172         Ref caps, see #528245.
4173
4174 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4175
4176         * configure.ac:
4177         0.10.6.4 pre-release
4178
4179 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4180
4181         * tests/check/elements/rganalysis.c: (GST_START_TEST):
4182         Don't leak a tag list. Fixes bug #529285.
4183
4184 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4185
4186         * tests/check/elements/ofa.c: (bus_handler):
4187         Don't leak the tags string and tag list. Fixes bug #529283.
4188
4189 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4190
4191         Patch by: Olivier Crete <tester at tester dot ca>
4192
4193         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
4194         (new_ssrc_pad_found):
4195         Ref caps when inserting into the cache.
4196         Don't leak pads.
4197
4198         * gst/rtpmanager/gstrtpjitterbuffer.c:
4199         (gst_rtp_jitter_buffer_get_clock_rate),
4200         (gst_rtp_jitter_buffer_query):
4201         Avoid a caps leak.
4202         Don't leak refcount in query.
4203
4204         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
4205         (gst_rtp_pt_demux_chain):
4206         Avoid caps leaks.
4207
4208         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
4209         (gst_rtp_session_init), (return_true),
4210         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
4211         (gst_rtp_session_clock_rate):
4212         Ref caps when inserting into the cache.
4213         Fix some more caps leaks. Fixes #528245.
4214
4215 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4216
4217         * tests/icles/metadata_editor.c:
4218           Add cast to placate gcc 4.1.2.
4219
4220 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4221
4222         * configure.ac:
4223         0.10.6.3 pre-release
4224
4225 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4226
4227         * sys/dvb/gstdvbsrc.c:
4228         Revert patch that added a loop timeout.
4229         Fixes #528614.
4230
4231 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4232
4233         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
4234         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
4235         * gst/rtpmanager/gstrtpjitterbuffer.c:
4236         (gst_rtp_jitter_buffer_get_clock_rate):
4237         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
4238         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
4239         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
4240         Don't leak a padname.
4241         Don't leak client streams list.
4242         Lock rtpbin when associating streams. Fixes #528245.
4243
4244 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4245
4246         * tests/check/Makefile.am:
4247         Don't inlcude dc1394src in the generic/states test as it requires
4248         special hardware. Fixes bug #528011.
4249
4250 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4251
4252         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
4253         Only check if the generated fingerprints are valid Base64. The
4254         fingerprints are different when running on different architectures
4255         which is a) no problem because the fingerprints are tolerant enough
4256         and b) is caused by libofa. Fixes bug #528266.
4257
4258 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4259
4260         * ext/timidity/Makefile.am:
4261         Dist all source files, no matter if only timidity or wildmidi or
4262         nothing is found by configure. Fixes bug #528000.
4263
4264 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4265
4266         * gst-plugins-bad.spec.in:
4267           Remove souphttpsrc plugin from spec files, it's moved to -good.
4268
4269 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4270
4271         * tests/check/Makefile.am:
4272         Remove soup test certificates from the dist.
4273
4274 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4275
4276         * ext/dirac/gstdiracenc.cc:
4277         Fix compilation by casting string constants.
4278
4279         * sys/Makefile.am:
4280         Fix WININET_DIR variable reference.
4281
4282 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4283
4284         * configure.ac:
4285         * docs/plugins/Makefile.am:
4286         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4287         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4288         * docs/plugins/gst-plugins-bad-plugins.args:
4289         * docs/plugins/inspect/plugin-soup.xml:
4290         * ext/Makefile.am:
4291         * ext/soup/Makefile.am:
4292         * ext/soup/gstsouphttpsrc.c:
4293         * ext/soup/gstsouphttpsrc.h:
4294         * tests/check/Makefile.am:
4295         * tests/check/elements/souphttpsrc.c:
4296         * tests/check/test-cert.pem:
4297         * tests/check/test-key.pem:
4298
4299         Remove soup plugin that's moved to -good (#523124)
4300
4301 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4302
4303         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
4304           (gst_flv_parse_tag_script):
4305           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
4306           crash caused by a strlen on a NULL string (#527622).
4307
4308 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4309
4310         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4311
4312         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
4313           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
4314           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
4315           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
4316           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
4317         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
4318           Don't increase latency by queuing buffers in an async queue when
4319           the streaming thread can't keep up or isn't scheduled often
4320           enough for some other reason, but just drop the previous buffer
4321           in that case. Also implement GstBaseSrc::unlock for faster
4322           unlocking when shutting down. (#520892).
4323
4324 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4325
4326         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
4327           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
4328           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
4329           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
4330           (me_gst_setup_view_pipeline), (process_file):
4331         * tests/icles/metadata_editor.glade:
4332           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
4333           drawing/scaling logic to make this compile and work on all platforms.
4334           Fixes #518227.
4335
4336 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4337
4338         * configure.ac:
4339           Bump core/base requirements to released versions to avoid
4340           confusion.
4341
4342         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
4343           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
4344           (gst_deinterlace_set_caps), (plugin_init):
4345           Add debug category, use _set_element_details_simple and
4346           remove special code path for Y42B to calculate offsets and
4347           strides; libgstvideo knows how to handle this format now.
4348
4349 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4350
4351         * gst/cdxaparse/Makefile.am:
4352         * gst/cdxaparse/gstcdxaparse.c:
4353         * gst/cdxaparse/gstcdxastrip.c:
4354         * gst/cdxaparse/gstcdxastrip.h:
4355         * gst/cdxaparse/gstvcdparse.c:
4356         * gst/cdxaparse/gstvcdparse.h:
4357           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
4358           anything the 0.8 version didn't do though.
4359
4360 2008-04-11  Julien Moutte  <julien@fluendo.com>
4361
4362         * sys/oss4/oss4-mixer-enum.c:
4363         (gst_oss4_mixer_enum_get_values_locked):
4364         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
4365         format in debug statements.
4366
4367 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4368
4369         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4370
4371         * configure.ac:
4372         * sys/Makefile.am:
4373         * sys/wininet/Makefile.am:
4374         * sys/wininet/gstwininetsrc.c:
4375         * sys/wininet/gstwininetsrc.h:
4376           Add wininetsrc for basic http/ftp support on windows (#520897).
4377
4378 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4379
4380         * gst/nsf/nsf.h:
4381           Change prototype of process function here too to avoid
4382           'incompatible assignment' warnings.
4383
4384 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
4385
4386         * tests/check/elements/souphttpsrc.c: (got_buffer),
4387         (souphttpsrc_suite):
4388         Increase the timeout for the internet tests to 250 seconds
4389         and check for NULL caps instead of just crashing.
4390         The real fix would be to implement an shoutcast server for the unit test
4391         instead of relying on a working internet connection.
4392         Fixes bug #521749.
4393
4394 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
4395
4396         * gst/rtpmanager/gstrtpbin.c: (free_session):
4397         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
4398         Avoid leaking pads in the RTP manager.
4399
4400 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4401
4402         * gst/nsf/nes_apu.c: (apu_process):
4403         * gst/nsf/nes_apu.h:
4404         Don't do void pointer arithmetic - it's a gcc extension.
4405
4406 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4407
4408         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
4409           Work around missing bits of thread-safety on older GLibs some
4410           more to avoid assertions when starting up multiple playbin
4411           objects concurrently (see #512382).
4412
4413 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4414
4415         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4416
4417         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
4418         Only ignore actual redirects not all responses when in state
4419         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
4420
4421 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4422
4423         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4424
4425         * configure.ac:
4426         Actually build dlls when cross-compiling with mingw32.
4427         Fixes bug #526247.
4428
4429 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4430
4431         * tests/check/elements/ofa.c: (GST_START_TEST):
4432         Also check that we have processed at least 135 seconds of audio
4433         until we stop and calculated a fingerprint.
4434
4435 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4436
4437         * gst/subenc/gstsrtenc.c:
4438         * gst/subenc/gstsrtenc.h:
4439           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4440
4441 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4442
4443         * tests/check/Makefile.am:
4444         * tests/check/elements/.cvsignore:
4445         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4446         (ofa_suite), (main):
4447         Add simple unit tests for the OFA plugin.
4448
4449 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4450
4451         * configure.ac:
4452         * sys/Makefile.am:
4453         * sys/oss4/Makefile.am:
4454         * sys/oss4/oss4-audio.c:
4455         * sys/oss4/oss4-audio.h:
4456         * sys/oss4/oss4-mixer-enum.c:
4457         * sys/oss4/oss4-mixer-enum.h:
4458         * sys/oss4/oss4-mixer-slider.c:
4459         * sys/oss4/oss4-mixer-slider.h:
4460         * sys/oss4/oss4-mixer-switch.c:
4461         * sys/oss4/oss4-mixer-switch.h:
4462         * sys/oss4/oss4-mixer.c:
4463         * sys/oss4/oss4-mixer.h:
4464         * sys/oss4/oss4-property-probe.c:
4465         * sys/oss4/oss4-property-probe.h:
4466         * sys/oss4/oss4-sink.c:
4467         * sys/oss4/oss4-sink.h:
4468         * sys/oss4/oss4-soundcard.h:
4469         * sys/oss4/oss4-source.c:
4470         * sys/oss4/oss4-source.h:
4471           Add initial support for OSSv4. Mixer still needs a bit more love,
4472           but even magic has its limits.
4473
4474 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4475
4476         * configure.ac:
4477         * gst-plugins-bad.spec.in:
4478         * gst/srtenc/Makefile.am:
4479         * gst/srtenc/gstsrtenc.c:
4480         * gst/srtenc/gstsrtenc.h:
4481         * gst/subenc/Makefile.am:
4482         * gst/subenc/gstsrtenc.c: (plugin_init):
4483           Rename new srtenc plugin to subenc.
4484
4485 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4486
4487         * gst/mpegtsparse/mpegtspacketizer.c:
4488         Cable delivery subsystem descriptors' frequency's bcd
4489         is measured in 100Hz units so adjust multiplier accordingly.
4490
4491 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4492
4493         * configure.ac:
4494         * gst/srtenc/Makefile.am:
4495         * gst/srtenc/gstsrtenc.c:
4496         * gst/srtenc/gstsrtenc.h:
4497         Add srt subtitle encoder
4498
4499 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4500
4501         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4502
4503         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4504         (gst_gsmdec_chain):
4505         * ext/gsm/gstgsmdec.h:
4506         Increase the allowed samplerates for the ms-gsm format.
4507         Fixes #481354.
4508
4509 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4510
4511         Patch by: Jan de Groot <jan at jgc homeip net>
4512
4513         * configure.ac:
4514           Fix build with --disable-external (#525100).
4515
4516 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4517
4518         * sys/dvb/gstdvbsrc.c:
4519         Repeat diseqc call to allow for some diseqc switches.
4520
4521 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4522
4523         * ext/Makefile.am:
4524         Dist ofa correctly! Fixes non-uninstalled build.
4525
4526 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4527
4528         * sys/dvb/gstdvbsrc.c:
4529         Make diseqc work more reliably.
4530
4531 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4532
4533         * gst/nsf/Makefile.am:
4534         * gst/nsf/fds_snd.c:
4535         * gst/nsf/mmc5_snd.c:
4536         * gst/nsf/nsf.c:
4537         * gst/nsf/types.h:
4538         * gst/nsf/vrc7_snd.c:
4539         * gst/nsf/vrcvisnd.c:
4540         * gst/nsf/memguard.c:
4541         * gst/nsf/memguard.h:
4542         Remove memguard again and apply hopefully all previously dropped
4543         local patches. Should be really better than the old version now.
4544
4545 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4546
4547         * gst/nsf/memguard.c: (_my_free):
4548         * gst/nsf/types.h:
4549         Unbreak compilation by disabling memguard and doing some dirty hack
4550         fixes to make it compile on 64bits.
4551
4552 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4553
4554         Patch by: Andreas Henriksson <andreas at fatal dot set>
4555
4556         * gst/nsf/Makefile.am:
4557         * gst/nsf/dis6502.h:
4558         * gst/nsf/fds_snd.c:
4559         * gst/nsf/fds_snd.h:
4560         * gst/nsf/fmopl.c:
4561         * gst/nsf/fmopl.h:
4562         * gst/nsf/gstnsf.c:
4563         * gst/nsf/log.c:
4564         * gst/nsf/log.h:
4565         * gst/nsf/memguard.c:
4566         * gst/nsf/memguard.h:
4567         * gst/nsf/mmc5_snd.c:
4568         * gst/nsf/mmc5_snd.h:
4569         * gst/nsf/nes6502.c:
4570         * gst/nsf/nes6502.h:
4571         * gst/nsf/nes_apu.c:
4572         * gst/nsf/nes_apu.h:
4573         * gst/nsf/nsf.c:
4574         * gst/nsf/nsf.h:
4575         * gst/nsf/osd.h:
4576         * gst/nsf/types.h:
4577         * gst/nsf/vrc7_snd.c:
4578         * gst/nsf/vrc7_snd.h:
4579         * gst/nsf/vrcvisnd.c:
4580         * gst/nsf/vrcvisnd.h:
4581         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4582         on some files. Fixes bug #498237.
4583
4584         Remove some // comments, fix some compiler warnings and use pow()
4585         instead of a slow, selfmade implementation.
4586
4587 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4588
4589         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4590
4591         * configure.ac:
4592         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4593
4594 2008-03-24  Rene Stadler  <mail@renestadler.de>
4595
4596         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4597           (gst_rg_analysis_transform_ip):
4598         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4599           (gst_rg_limiter_transform_ip):
4600         Make rganalysis and rglimiter elements GAP-flag aware.
4601
4602         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4603           (rganalysis_suite):
4604         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4605         Add tests to verify gap-awareness.
4606
4607 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4608
4609         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4610         (gst_soup_http_src_chunk_allocator),
4611         (gst_soup_http_src_got_chunk_cb),
4612         (gst_soup_http_src_uri_get_protocols):
4613         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4614         GIO and GnomeVFS as they provide authentication.
4615
4616         Don't leak the icy caps if we already set them and get a new
4617         icy-metaint header.
4618
4619         Try harder to set the icy caps on the output buffer to have correct
4620         caps for the first buffer already.
4621
4622         * tests/check/elements/souphttpsrc.c: (got_buffer),
4623         (GST_START_TEST):
4624         Check that we get a buffer with application/x-icy caps if iradio-mode
4625         is enabled and we have an icecast URL.
4626
4627 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4628
4629         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
4630         Actually set the icy caps on our src pad if we have icecast data.
4631         Fixes bug #523854.
4632
4633 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4634
4635         * configure.ac:
4636         Check if the compiler supports do { } while (0) macros. This fixes
4637         a warning when compiling with g++ 4.3, resulting in a build failure
4638         because of -Werror.
4639
4640         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4641         * ext/mplex/gstmplex.cc:
4642         Include <string.h> for memcpy and friends to fix the build with
4643         gcc 4.3.
4644
4645         * tests/check/Makefile.am:
4646         Remove trailing backslash.
4647
4648 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4649
4650         * gst/selector/gstinputselector.c:
4651         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
4652         Do g_object_notify() only when not holding the lock to get the property
4653         because otherwise we run into a deadlock with the deep-notify handlers
4654         that are possibly installed.
4655
4656 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4657
4658         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4659         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4660         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
4661         Release the selector lock when pad alloc happens on a non selected pad.
4662
4663 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4664
4665         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4666         (gst_selector_pad_init), (gst_selector_pad_set_property),
4667         (gst_selector_pad_get_property), (gst_selector_pad_event),
4668         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4669         (gst_input_selector_set_active_pad):
4670         Add pad property to configure behaviour of the unselected pad, it can
4671         return OK or NOT_LINKED, based on the use case.
4672
4673 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4674
4675         * gst/selector/gstinputselector.c:
4676         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
4677         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4678         (gst_input_selector_wait), (gst_selector_pad_chain),
4679         (gst_input_selector_class_init), (gst_input_selector_init),
4680         (gst_input_selector_dispose), (gst_segment_set_start),
4681         (gst_input_selector_set_active_pad),
4682         (gst_input_selector_set_property),
4683         (gst_input_selector_get_property),
4684         (gst_input_selector_get_linked_pad),
4685         (gst_input_selector_is_active_sinkpad),
4686         (gst_input_selector_activate_sinkpad),
4687         (gst_input_selector_request_new_pad),
4688         (gst_input_selector_release_pad),
4689         (gst_input_selector_change_state), (gst_input_selector_block),
4690         (gst_input_selector_switch):
4691         * gst/selector/gstinputselector.h:
4692         Figure out the locking a bit more.
4693         Mark buffers with discont after switching.
4694         Fix initial segment forwarding, make sure to only forward one segment
4695         regardless of what the sequence of buffers/segments is. See #522203.
4696         Improve flushing when blocked.
4697         Return NOT_LINKED when a stream is not selected.
4698         Not API change for the switch signal in the docs.
4699         Fix start/time/accum values of the new segment.
4700         Correctly unlock and flush a blocking selector when going to READY.
4701
4702 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4703
4704         * ext/ladspa/gstladspa.c:
4705         * ext/ladspa/gstsignalprocessor.c:
4706           Add some thoughts and FIXME's.
4707
4708 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4709
4710         * gst/bayer/gstbayer2rgb.c:
4711           Include stdlib.h for abs.
4712
4713 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
4714
4715         * gst/freeze/FAQ:
4716         * gst/freeze/Makefile.am:
4717         * gst/freeze/gstfreeze.c:
4718           Add example to source code documentation blob and remove the 3 line
4719           FAQ.
4720
4721         * gst/interleave/interleave.c:
4722           Add a source code documentation blob.
4723
4724 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4725
4726         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
4727         (gst_ofa_transform_ip), (plugin_init):
4728         Improve debugging, clean up a bit and really generate the fingerprint
4729         after 135 seconds.
4730
4731 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4732
4733         * ext/ofa/gstofa.c:
4734         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
4735
4736 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4737
4738         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
4739
4740         * configure.ac:
4741         * ext/ofa/Makefile.am:
4742         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
4743         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
4744         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
4745         (plugin_init):
4746         * ext/ofa/gstofa.h:
4747         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
4748         Fixes bug #351309.
4749
4750 2008-03-18  Andy Wingo  <wingo@pobox.com>
4751
4752         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
4753         and a potential int overflow.
4754
4755         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
4756         Avoids a #warning about an ignored #pragma.
4757
4758 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4759
4760         * examples/switch/switcher.c:
4761         Update switch example to use input selector.
4762
4763 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4764
4765         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
4766         (gst_neonhttp_src_send_request_and_redirect):
4767         Handle HTTP status code 303 (See Other) the same way
4768         as 302 (Found). Not sure what to do about all the other 3xx
4769         redirect status codes. Fixes bug #522884.
4770
4771 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
4772
4773         * gst-libs/gst/dshow/Makefile.am:
4774         Make sure the dshow helper library headers get distributed in the next
4775         release.
4776
4777 2008-03-14  David Schleef  <ds@schleef.org>
4778
4779         Patch by: William M. Brack
4780
4781         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
4782
4783 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4784
4785         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
4786         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4787         (gst_input_selector_class_init),
4788         (gst_input_selector_set_active_pad),
4789         (gst_input_selector_set_property),
4790         (gst_input_selector_push_pending_stop):
4791         Add lots of debugging. 
4792         Fix time member in the newsegment event.
4793
4794 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4795
4796         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4797         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4798         (gst_selector_pad_event), (gst_input_selector_class_init),
4799         (gst_input_selector_init), (gst_input_selector_set_active_pad),
4800         (gst_input_selector_set_property),
4801         (gst_input_selector_get_property),
4802         (gst_input_selector_request_new_pad),
4803         (gst_input_selector_release_pad),
4804         (gst_input_selector_push_pending_stop),
4805         (gst_input_selector_switch):
4806         * gst/selector/gstinputselector.h:
4807         Various cleanups.
4808         Added tags to the pads.
4809         Select active pad based on the pad object instead of its name.
4810         Fix refcount in set_active_pad.
4811         Add property to get the number of pads.
4812
4813         * gst/selector/gstoutputselector.c:
4814         (gst_output_selector_class_init),
4815         (gst_output_selector_set_property),
4816         (gst_output_selector_get_property):
4817         Various cleanups.
4818         Select the active pad based on the pad object instead of its name.
4819         Fix locking when setting the active pad.
4820
4821         * gst/selector/gstselector-marshal.list:
4822         * tests/check/elements/selector.c: (cleanup_pad),
4823         (selector_set_active_pad), (run_input_selector_buffer_count):
4824         Fixes for pad instead of padname for pad selection.
4825
4826 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4827
4828         * ext/alsaspdif/alsaspdifsink.c:
4829         * ext/gsm/gstgsm.c:
4830         * ext/jack/gstjack.c:
4831         * ext/libmms/gstmms.c:
4832         * ext/neon/gstneonhttpsrc.c:
4833         * ext/shout/gstshout.c:
4834         * ext/timidity/gsttimidity.c:
4835         * ext/timidity/gstwildmidi.c:
4836         * gst/nuvdemux/gstnuvdemux.c:
4837         * gst/tta/gsttta.c:
4838         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4839         of hardcoding values where possible. Fixes bug #522212.
4840
4841 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4842
4843         Patch by: Wouter Cloetens <wouter at mind dot be>
4844
4845         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
4846         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
4847         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
4848         * ext/soup/gstsouphttpsrc.h:
4849         Try to resume on server disconnect. Fixes bug #522134.
4850
4851 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4852
4853         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
4854         Set correct pixel aspect ratio for the encoder.
4855
4856 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4857
4858         Patch by: Olivier Crete <tester at tester dot ca>
4859
4860         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
4861         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
4862         (rtp_session_create_source), (rtp_session_process_rtp),
4863         (rtp_session_process_sr), (rtp_session_process_rr),
4864         (rtp_session_process_sdes), (rtp_session_process_bye),
4865         (rtp_session_send_bye_locked), (rtp_session_send_bye),
4866         (rtp_session_on_timeout):
4867         * gst/rtpmanager/rtpsession.h:
4868         Implement collision and loop detection in rtpmanager.
4869         Fixes #520626.
4870
4871         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
4872         (rtp_source_init):
4873         * gst/rtpmanager/rtpsource.h:
4874         Add method to reset stats.
4875
4876 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4877
4878         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4879
4880         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
4881         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
4882         (join_rtcp_thread), (gst_rtp_session_change_state):
4883         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
4884         be blocked downstream. Also avoid spawning multiple rtcp threads.
4885         Fixes #520894.
4886
4887 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4888
4889         Patch by: Stefan Kost <ensonic@users.sf.net>
4890
4891         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
4892         Don't try to reset the clock skew when we have no timestamps.
4893         Fixes #519005.
4894
4895 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4896
4897         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4898
4899         * ext/faad/gstfaad.c: (looks_like_valid_header):
4900         Improve the header checking to look for what faad2 looks
4901         for too. Fixes playback of same apple trailers.
4902         Fixes bug #469979.
4903
4904 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4905
4906         * configure.ac:
4907         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
4908         2.0.0-rcX is newer than 2.0.0 so we check for this too.
4909
4910 2008-03-05  David Schleef  <ds@schleef.org>
4911
4912         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
4913           from the encoder program in dirac.
4914
4915 2008-03-05  David Schleef  <ds@schleef.org>
4916
4917         * configure.ac:
4918         * ext/Makefile.am:
4919         * ext/dirac/Makefile.am:
4920         * ext/dirac/gstdirac.cc:
4921         * ext/dirac/gstdiracenc.cc:
4922           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
4923           elements.
4924
4925 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4926
4927         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4928
4929         * configure.ac:
4930         * ext/Makefile.am:
4931         * ext/mplex/Makefile.am:
4932         * ext/mplex/gstmplex.cc:
4933         * ext/mplex/gstmplex.hh:
4934         * ext/mplex/gstmplexibitstream.cc:
4935         * ext/mplex/gstmplexibitstream.hh:
4936         * ext/mplex/gstmplexjob.cc:
4937         * ext/mplex/gstmplexjob.hh:
4938         * ext/mplex/gstmplexoutputstream.cc:
4939         * ext/mplex/gstmplexoutputstream.hh:
4940         Port mplex element to 0.10. Fixes bug #520329.
4941
4942         * tests/check/Makefile.am:
4943         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
4944         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
4945         (GST_START_TEST), (mplex_suite), (main):
4946         Add unit test for the mplex element.
4947
4948 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4949
4950         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4951
4952         * configure.ac:
4953         Clean up detection of different mjpegtoolsAPI versions.
4954
4955         * ext/mpeg2enc/gstmpeg2enc.cc:
4956         * ext/mpeg2enc/gstmpeg2enc.hh:
4957         * ext/mpeg2enc/gstmpeg2encoder.cc:
4958         * ext/mpeg2enc/gstmpeg2encoptions.cc:
4959         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4960         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
4961         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
4962         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
4963         Streamline conditional code for evolving mjpegtools API,
4964         optimize and fix/prevent crash in log handling, use
4965         names/nicks for enums in the usual way andm inor updates
4966         in code and properties/settings. Partially fixes bug #520329.
4967
4968 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4969
4970         * gst/mpegtsparse/gstmpegdesc.h:
4971         * gst/mpegtsparse/mpegtspacketizer.c:
4972         Add parsing of cable delivery system descriptor.
4973
4974 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4975
4976         * configure.ac:
4977         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4978         plug-ins are included/excluded. (#498222)
4979
4980 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4981
4982         Patch by: Jens Granseuer <jensgr at gmx dot net>
4983
4984         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
4985         (gst_mve_demux_get_type):
4986         Fix audio discontinuity that happens when silent chunks are
4987         followed by real data again. Fixes bug #519905.
4988
4989 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4990
4991         * sys/dvb/gstdvbsrc.c:
4992         * sys/dvb/parsechannels.c:
4993         Add DVB-C support. Special thanks to Christian Schaller
4994         for a testing ground.
4995
4996 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4997
4998         * gst/mpegtsparse/mpegtsparse.c:
4999         Only send PMTs to program pads that the PMT is for even if
5000         on same pid.
5001         As a by-product, we now no longer hardcode any psi pid numbers.
5002         Also remove pcr stream from old pmt when we apply a new pmt.
5003
5004 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
5005
5006         * ext/metadata/TODO:
5007         * ext/metadata/metadata_mapping.htm:
5008         * ext/metadata/metadataexif.c:
5009         * ext/metadata/metadatatags.c:
5010         * ext/metadata/metadatatags.h:
5011         * tests/icles/metadata_editor.c:
5012         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
5013         local time (those changes has been done in previous comit but had to
5014         be revert in 2008-02-10 due to frozen)
5015
5016 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5017
5018         * sys/dvb/camutils.c:
5019         Remove the G_VALUE_HOLDS_BOXED checks. They were
5020         only added to help debug the data corruption.
5021
5022 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5023
5024         * sys/dvb/camutils.c:
5025         Don't free the program descriptors, this structure
5026         containing them is still stored after.
5027         Fixes data corruption.
5028
5029 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5030
5031         * sys/dvb/camutils.c:
5032         Extra checks to prevent data corruption/segfaults.
5033
5034 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5035
5036         * ext/nas/nassink.c:
5037           Fix build warning by using portable API.
5038
5039 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5040
5041         * gst/selector/gstoutputselector.c:
5042           Fix changing to same pad twice before a chain call.     
5043
5044 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5045
5046         Patch by: Daniel Fischer <dan at f3c dot com>
5047
5048         * configure.ac:
5049         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
5050         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
5051         * ext/dc1394/gstdc1394.h:
5052         Add support for libdc1394 2.0.0 and above and require this version
5053         now. Fixes bug #514964.
5054
5055 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5056
5057         Patch by: Wouter Cloetens <wouter at mind dot be>
5058
5059         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
5060         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5061         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5062         (gst_soup_http_src_create):
5063         * ext/soup/gstsouphttpsrc.h:
5064         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
5065         (souphttpsrc_suite):
5066         Add support for specifying a list of cookies to be passed in
5067         the HTTP request. Fixes bug #518722.
5068
5069 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5070
5071         * gst/selector/gstinputselector.c:
5072         * gst/selector/gstinputselector.h:
5073           Added "select-all" property to make it work like aggregator in 0.8.
5074
5075         * gst/selector/gstoutputselector.c:
5076           Fix resend-latest behavoiur.
5077           
5078         * tests/check/Makefile.am:
5079         * tests/check/elements/.cvsignore:
5080         * tests/check/elements/selector.c:
5081           Add unit tests for selector.
5082
5083 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5084
5085         * configure.ac:
5086         * ext/timidity/gsttimidity.c: (plugin_init):
5087         * ext/timidity/gstwildmidi.c: (plugin_init):
5088         Remove midi typefinders and require base CVS as they moved there.
5089
5090 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5091
5092         * ext/Makefile.am:
5093         Only disable the ext/timidity directory if both, wildmidi
5094         _and_ timidity are not available.
5095
5096 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5097
5098         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
5099
5100         * ext/Makefile.am:
5101         Build the wildmidi plugin if it's enabled and not only when
5102         both, the timidity and wildmidi plugin, are enabled.
5103
5104 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5105
5106         * configure.ac:
5107         * ext/mpeg2enc/Makefile.am:
5108         * ext/soundtouch/Makefile.am:
5109         * gst/modplug/Makefile.am:
5110           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5111           when building C++ code.
5112
5113 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5114
5115         * sys/dvb/gstdvbsrc.c:
5116         Add initial support for multiproto driver (not yet merged into
5117         v4l-dvb mainline yet).
5118         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
5119
5120 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5121
5122         * docs/plugins/inspect/plugin-alsaspdif.xml:
5123         * docs/plugins/inspect/plugin-app.xml:
5124         * docs/plugins/inspect/plugin-bayer.xml:
5125         * docs/plugins/inspect/plugin-bz2.xml:
5126         * docs/plugins/inspect/plugin-cdaudio.xml:
5127         * docs/plugins/inspect/plugin-cdxaparse.xml:
5128         * docs/plugins/inspect/plugin-dfbvideosink.xml:
5129         * docs/plugins/inspect/plugin-dtsdec.xml:
5130         * docs/plugins/inspect/plugin-dvb.xml:
5131         * docs/plugins/inspect/plugin-dvdspu.xml:
5132         * docs/plugins/inspect/plugin-faac.xml:
5133         * docs/plugins/inspect/plugin-faad.xml:
5134         * docs/plugins/inspect/plugin-fbdevsink.xml:
5135         * docs/plugins/inspect/plugin-festival.xml:
5136         * docs/plugins/inspect/plugin-filter.xml:
5137         * docs/plugins/inspect/plugin-flvdemux.xml:
5138         * docs/plugins/inspect/plugin-freeze.xml:
5139         * docs/plugins/inspect/plugin-gsm.xml:
5140         * docs/plugins/inspect/plugin-gstinterlace.xml:
5141         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
5142         * docs/plugins/inspect/plugin-h264parse.xml:
5143         * docs/plugins/inspect/plugin-interleave.xml:
5144         * docs/plugins/inspect/plugin-jack.xml:
5145         * docs/plugins/inspect/plugin-ladspa.xml:
5146         * docs/plugins/inspect/plugin-metadata.xml:
5147         * docs/plugins/inspect/plugin-mms.xml:
5148         * docs/plugins/inspect/plugin-modplug.xml:
5149         * docs/plugins/inspect/plugin-mpeg2enc.xml:
5150         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
5151         * docs/plugins/inspect/plugin-mpegtsparse.xml:
5152         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5153         * docs/plugins/inspect/plugin-musepack.xml:
5154         * docs/plugins/inspect/plugin-musicbrainz.xml:
5155         * docs/plugins/inspect/plugin-mve.xml:
5156         * docs/plugins/inspect/plugin-neon.xml:
5157         * docs/plugins/inspect/plugin-nsfdec.xml:
5158         * docs/plugins/inspect/plugin-nuvdemux.xml:
5159         * docs/plugins/inspect/plugin-rawparse.xml:
5160         * docs/plugins/inspect/plugin-real.xml:
5161         * docs/plugins/inspect/plugin-replaygain.xml:
5162         * docs/plugins/inspect/plugin-rfbsrc.xml:
5163         * docs/plugins/inspect/plugin-sdl.xml:
5164         * docs/plugins/inspect/plugin-sdp.xml:
5165         * docs/plugins/inspect/plugin-selector.xml:
5166         * docs/plugins/inspect/plugin-sndfile.xml:
5167         * docs/plugins/inspect/plugin-soundtouch.xml:
5168         * docs/plugins/inspect/plugin-spcdec.xml:
5169         * docs/plugins/inspect/plugin-speed.xml:
5170         * docs/plugins/inspect/plugin-speexresample.xml:
5171         * docs/plugins/inspect/plugin-stereo.xml:
5172         * docs/plugins/inspect/plugin-tremor.xml:
5173         * docs/plugins/inspect/plugin-tta.xml:
5174         * docs/plugins/inspect/plugin-vcdsrc.xml:
5175         * docs/plugins/inspect/plugin-videosignal.xml:
5176         * docs/plugins/inspect/plugin-vmnc.xml:
5177         * docs/plugins/inspect/plugin-x264.xml:
5178         * docs/plugins/inspect/plugin-xvid.xml:
5179         * docs/plugins/inspect/plugin-y4menc.xml:
5180           Update to version 0.10.6.1.
5181
5182 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5183
5184         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5185         * docs/plugins/inspect/plugin-gdp.xml:
5186         * docs/plugins/inspect/plugin-quicktime.xml:
5187         * docs/plugins/inspect/plugin-switch.xml:
5188         * docs/plugins/inspect/plugin-videocrop.xml:
5189           Remove docs for elements that have moved to other modules
5190           or been renamed.
5191
5192 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5193
5194         Patch by: Wouter Cloetens <wouter at mind dot be>
5195
5196         * configure.ac:
5197         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
5198         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
5199         (gst_soup_http_src_chunk_allocator),
5200         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
5201         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
5202         * ext/soup/gstsouphttpsrc.h:
5203         Implement zero-copy and make the buffer size configurable.
5204         Prefix proxy URIs with "http://" if they don't start with it
5205         already and catch errors earlier, fixes hanging in some situations.
5206         Fixes bug #514948.
5207
5208 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5209
5210         * tests/check/gst-plugins-bad.supp:
5211         Add suppressions for SoundTouch valgrind warnings and
5212         a valgrind warning caused by the LADSPA sine plugin and
5213         happening on every exit().
5214         Remove GIO suppressions as it's now in -base.
5215
5216 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5217
5218         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
5219         Don't allocate and copy the data to a new place but instead
5220         put the data from gmyth (which we own) into the buffers that
5221         are passed downstream.
5222
5223 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5224
5225         * ext/timidity/gstwildmidi.c:
5226         If WILDMIDI_CFG is not defined, define it to the default
5227         timidity configure file.
5228
5229 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5230
5231         Based on a patch by:
5232           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5233
5234         * configure.ac:
5235         * ext/mpeg2enc/gstmpeg2enc.cc:
5236         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
5237         use mjpeg_loglev_t() for getting the log levels. Check for this
5238         function in configure.ac as the pkg-config file doesn't tell us
5239         which release candidate we have. Fixes bug #517896.
5240
5241 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5242
5243         * configure.ac:
5244         Check for X for the nas plugin to make it possible to build it
5245         again. Fixes bug #517895.
5246
5247 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5248
5249         * tests/check/Makefile.am:
5250         Ignore some more elements for the states unit test, like
5251         dfbvideosink which produces a segfault. Fixes bug #517854.
5252
5253 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5254
5255         Patch by: Jens Granseuer <jensgr at gmx dot net>
5256
5257         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
5258         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
5259         (rfb_decoder_state_set_encodings):
5260         * gst/mpegtsparse/mpegtspacketizer.c:
5261         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
5262         (mpegts_packetizer_parse_eit):
5263         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
5264         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
5265         Some C89 fixes, moving variable declarations to the beginning
5266         of a block. Fixes bug #517937.
5267
5268 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5269
5270         * configure.ac:
5271         Back to development...
5272
5273 === release 0.10.6 ===
5274
5275 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5276
5277         * configure.ac:
5278           releasing 0.10.6, "A Big Deep Breath"
5279
5280 2008-02-20  Bastien Nocera  <hadess@hadess.net>
5281
5282         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
5283         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
5284         and fail seek properly on anything but _BYTES format
5285         Fixes bug #517684
5286
5287 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
5288
5289         Patch by: Olivier Crete <tester at tester dot ca>
5290
5291         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
5292         Fix small memory leak, leaking caps. Fixes bug #517571.
5293
5294 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5295
5296         * gst/tta/Makefile.am:
5297         Link tta plugin with libm. Fixes bug #517391.
5298
5299 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5300
5301         * sys/dvb/camutils.c:
5302         Do not assume "descriptors" property in the pmt structure
5303         is present.
5304         Fixes #516499.
5305
5306 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5307
5308         Patch by: Olivier Crete <tester@tester.ca>
5309
5310         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
5311         Ignore streams that did not receive an SR packet when doing
5312         synchronisation. Fixes #516160.
5313
5314 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
5315
5316         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
5317         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
5318         on an idea by Jan Schmidt, fixes bug #516436.
5319
5320 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5321
5322         * gst/mpegtsparse/gstmpegdesc.c:
5323         * gst/mpegtsparse/gstmpegdesc.h:
5324         * gst/mpegtsparse/mpegtsparse.c:
5325         Make sure the gstmpegdesc debug lines do not critical
5326         when GST_DEBUG is enabled and also actually output.
5327         Thanks to Alessandro Decina for spotting.
5328         Fixes #516448
5329
5330 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
5331
5332         * gst-libs/gst/Makefile.am:
5333         * sys/Makefile.am:
5334         Also add dshow pieces to the disted subdirs to fix distcheck.
5335
5336 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5337
5338         Patch by: Josep Torra Valles <josep@fluendo.com>
5339
5340         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5341         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
5342
5343 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
5344
5345         * configure.ac:
5346         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
5347         until 0.7 fortunately.
5348
5349 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5350
5351         * configure.ac:
5352         Generate the directshow Makefiles so that the directories
5353         get disted. Still needs some configure time detection to enable
5354         building them under MingW.
5355
5356 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5357
5358         * ext/metadata/Makefile.am:
5359         Don't install a header file. We will have to merge these
5360         tags into libgsttag after the release and use them from there.
5361         Fixes: #515860
5362
5363 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5364
5365         * gst-libs/gst/dshow/Makefile.am:
5366         * sys/dshowdecwrapper/Makefile.am:
5367         * sys/dshowsrcwrapper/Makefile.am:
5368         Add Makefiles to win32 plugins and lib.
5369         They will need to be tested and probably fixed by developers
5370         working with mingw. This is a first step to include source files 
5371         with releases.
5372         
5373 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5374
5375         * sys/dvb/dvbbasebin.c:
5376         Fix leak of location string returned from gst_uri_get_location.
5377         Fixes bug #516114
5378
5379 2008-02-12  David Schleef  <ds@schleef.org>
5380
5381         * configure.ac:
5382         * docs/plugins/Makefile.am:
5383         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5384         * docs/plugins/inspect/plugin-glimagesink.xml:
5385         * sys/Makefile.am:
5386         * sys/glsink/BUGS:
5387         * sys/glsink/Makefile.am:
5388         * sys/glsink/color_matrix.c:
5389         * sys/glsink/glextensions.c:
5390         * sys/glsink/glextensions.h:
5391         * sys/glsink/glimagesink.c:
5392         * sys/glsink/glimagesink.h:
5393         * sys/glsink/gltestsrc.c:
5394         * sys/glsink/gltestsrc.h:
5395         * sys/glsink/gstglbuffer.c:
5396         * sys/glsink/gstglbuffer.h:
5397         * sys/glsink/gstglconvert.c:
5398         * sys/glsink/gstgldisplay.c:
5399         * sys/glsink/gstgldisplay.h:
5400         * sys/glsink/gstgldownload.c:
5401         * sys/glsink/gstglfilter.c:
5402         * sys/glsink/gstglfilter.h:
5403         * sys/glsink/gstglfilterexample.c:
5404         * sys/glsink/gstgltestsrc.c:
5405         * sys/glsink/gstgltestsrc.h:
5406         * sys/glsink/gstglupload.c:
5407         * sys/glsink/gstopengl.c:
5408           Remove glimagesink, as it's been moved to gst-plugins-gl.
5409           Fixes #516094.
5410
5411 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5412
5413         Patch by: Josep Torra Valles <josep@fluendo.com>
5414
5415         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5416         Fix potential buffer leak in reverse mode. Fixes #516061.
5417
5418 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5419
5420         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5421         (gst_dshowaudiodec_dispose):
5422         * sys/dshowdecwrapper/gstdshowvideodec.c:
5423         (gst_dshowvideodec_dispose):
5424         Chain up dispose methods properly. Fixes bug #515970.
5425
5426 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5427
5428         * gst/mpegvideoparse/mpegvideoparse.c:
5429         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5430         (gst_mpegvideoparse_change_state):
5431         Fix leaking caps.
5432         Fix potential buffer leak in forward mode.
5433         Cleanup queues when going to READY. Fixes #515815.
5434
5435 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5436
5437         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5438         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5439         * docs/plugins/inspect/plugin-gio.xml:
5440         Remove documentation for the GIO plugin as it was moved to
5441         gst-plugins-base. Fixes bug #515964.
5442
5443 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5444
5445         * ext/xvid/gstxvidenc.c:
5446         * gst/vmnc/vmncdec.c:
5447         * sys/glsink/glimagesink.c:
5448         * sys/glsink/gstgldisplay.c:
5449         Fix some finalize leaks by chaining up to the parent method.
5450         Fixes: #515919
5451
5452 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5453
5454         * tests/check/elements/souphttpsrc.c:
5455         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5456
5457 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5458
5459         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5460         Free the rfb decoder on finalize. Fixes bug #515721.
5461
5462 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5463
5464         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5465         (gst_fbdevsink_finalize):
5466         Free the device string in finalize. Fixes bug #515722.
5467
5468 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5469
5470         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5471         Unset GValues after using them. Fixes bug #515720.
5472
5473 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5474
5475         * tests/check/Makefile.am:
5476         Disable the dvb plugin for the states test. Fixes bug #515567.
5477
5478 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5479
5480         * ext/metadata/TODO:
5481         * ext/metadata/metadata_mapping.htm:
5482         * ext/metadata/metadataexif.c:
5483         * ext/metadata/metadatatags.c:
5484         * ext/metadata/metadatatags.h:
5485         * tests/icles/metadata_editor.c:
5486           Revert changes to 2008-02-09 due to frozen.
5487
5488 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5489
5490         * ext/ivorbis/vorbisfile.c:
5491         Trivial fix for build warning.
5492         Patch by: Josep Torra Valles <josep@fluendo.com>
5493         Fixes: #515588
5494
5495 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5496
5497         * ext/metadata/TODO:
5498         * ext/metadata/metadataexif.c:
5499           Convert from EXIF to XMP DataTime as local time.
5500
5501 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5502
5503         * ext/metadata/TODO:
5504         * ext/metadata/metadata_mapping.htm:
5505         * ext/metadata/metadataexif.c:
5506         * ext/metadata/metadatatags.c:
5507         * ext/metadata/metadatatags.h:
5508         * tests/icles/metadata_editor.c:
5509           Map Date-Time and GPS tags.
5510           
5511
5512 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5513
5514         * gst/selector/Makefile.am:
5515
5516         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5517         let's not do that
5518
5519         * tests/check/Makefile.am:
5520         Disable the crashing cdaudio plugin from the states test so I can make
5521         pre-releases.
5522
5523 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5524
5525         * win32/vs6/libgstdshowdecwrapper.dsp:
5526         * win32/vs6/libgstflv.dsp:
5527         Convert to DOS line endings, and set -kb
5528
5529 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5530
5531         * sys/dvb/Makefile.am:
5532         * sys/dvb/dvbbasebin.c:
5533         Add URI Handler for dvb.
5534         Re-order pad templates to workaround a bug in playbasebin.
5535         * sys/dvb/parsechannels.c:
5536         * sys/dvb/parsechannels.h:
5537         Add code to parse channels from zap-style channels.conf files.
5538
5539 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5540
5541         * configure.ac:
5542         * docs/plugins/Makefile.am:
5543         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5544         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5545         * docs/plugins/gst-plugins-bad-plugins.args:
5546         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5547         * docs/plugins/inspect/plugin-multifile.xml:
5548         * gst/multifile/Makefile.am:
5549         * gst/multifile/gstmultifile.c:
5550         * gst/multifile/gstmultifilesink.c:
5551         * gst/multifile/gstmultifilesink.h:
5552         * gst/multifile/gstmultifilesrc.c:
5553         * gst/multifile/gstmultifilesrc.h:
5554         * gst/multifile/multifile.vproj:
5555         * tests/check/Makefile.am:
5556         * tests/check/elements/multifile.c:
5557
5558         Remove multifile plugin, which has moved to -good
5559
5560 2008-02-07  David Schleef  <ds@schleef.org>
5561
5562         * gst/multifile/gstmultifilesink.c:
5563         * gst/multifile/gstmultifilesrc.c:
5564           Use g_file_[sg]et_contents() instead of using stdio functions.
5565           Should be less error prone.
5566         * tests/check/elements/multifile.c:
5567           Create a temporary directory using standard functions instead of
5568           creating a directory in the current dir.
5569
5570 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5571
5572         * configure.ac:
5573         * docs/plugins/Makefile.am:
5574         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5575         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5576         * docs/plugins/gst-plugins-bad-plugins.args:
5577         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5578         * docs/plugins/inspect/plugin-spectrum.xml:
5579         * gst/spectrum/.cvsignore:
5580         * gst/spectrum/Makefile.am:
5581         * gst/spectrum/README:
5582         * gst/spectrum/demo-audiotest.c:
5583         * gst/spectrum/demo-osssrc.c:
5584         * gst/spectrum/gstspectrum.c:
5585         * gst/spectrum/gstspectrum.h:
5586         * gst/spectrum/spectrum.vcproj:
5587         * tests/check/Makefile.am:
5588         * tests/check/elements/spectrum.c:
5589
5590         Remove spectrum plugin, which has moved to -good
5591
5592 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5593
5594         * docs/plugins/gst-plugins-bad-plugins.args:
5595         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5596         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5597         Remove equalizer plugin docs
5598
5599         * tests/check/Makefile.am:
5600         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5601         other modules.
5602
5603         * tests/check/elements/multifile.c:
5604         * tests/check/elements/rganalysis.c:
5605         * tests/check/elements/rglimiter.c:
5606
5607         Fix compiler warnings from -Wall -Werror
5608
5609 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5610
5611         * configure.ac:
5612         * docs/plugins/Makefile.am:
5613         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5614         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5615         * docs/plugins/inspect/plugin-equalizer.xml:
5616         * gst/equalizer/.cvsignore:
5617         * gst/equalizer/Makefile.am:
5618         * gst/equalizer/demo.c:
5619         * gst/equalizer/gstiirequalizer.c:
5620         * gst/equalizer/gstiirequalizer.h:
5621         * gst/equalizer/gstiirequalizer10bands.c:
5622         * gst/equalizer/gstiirequalizer10bands.h:
5623         * gst/equalizer/gstiirequalizer3bands.c:
5624         * gst/equalizer/gstiirequalizer3bands.h:
5625         * gst/equalizer/gstiirequalizernbands.c:
5626         * gst/equalizer/gstiirequalizernbands.h:
5627         * tests/check/Makefile.am:
5628         * tests/check/elements/.cvsignore:
5629         * tests/check/elements/equalizer.c:
5630
5631         Remove the equalizer plugin, which has moved to -good
5632
5633 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5634
5635         * configure.ac:
5636         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5637         pre-releases or releases.
5638
5639 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5640
5641         * docs/plugins/Makefile.am:
5642         Don't scan deleted xingmux header.
5643
5644 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5645
5646         * configure.ac:
5647         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5648         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5649         * docs/plugins/inspect/plugin-xingheader.xml:
5650         * gst/xingheader/Makefile.am:
5651         * gst/xingheader/gstxingmux.c:
5652         * gst/xingheader/gstxingmux.h:
5653         * tests/check/Makefile.am:
5654         * tests/check/elements/.cvsignore:
5655         * tests/check/elements/xingmux.c:
5656         * tests/check/elements/xingmux_testdata.h:
5657         Remove the xingmux plugin, as the element has moved into
5658         mpegaudioparse in -ugly.
5659
5660 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5661
5662         * docs/plugins/Makefile.am:
5663         Remove mention of non-existent headers to fix the build.
5664
5665 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5666
5667         * configure.ac:
5668         * ext/Makefile.am:
5669         * ext/gio/Makefile.am:
5670         * ext/gio/gstgio.c:
5671         * ext/gio/gstgio.h:
5672         * ext/gio/gstgiobasesink.c:
5673         * ext/gio/gstgiobasesink.h:
5674         * ext/gio/gstgiobasesrc.c:
5675         * ext/gio/gstgiobasesrc.h:
5676         * ext/gio/gstgiosink.c:
5677         * ext/gio/gstgiosink.h:
5678         * ext/gio/gstgiosrc.c:
5679         * ext/gio/gstgiosrc.h:
5680         * ext/gio/gstgiostreamsink.c:
5681         * ext/gio/gstgiostreamsink.h:
5682         * ext/gio/gstgiostreamsrc.c:
5683         * ext/gio/gstgiostreamsrc.h:
5684         * tests/check/Makefile.am:
5685         * tests/check/pipelines/.cvsignore:
5686         * tests/check/pipelines/gio.c:
5687
5688         Remove GIO plugin which has now moved to -base.
5689
5690 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5691
5692         * docs/plugins/Makefile.am:
5693         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5694         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5695         * docs/plugins/gst-plugins-bad-plugins.args:
5696         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5697         * gst/filter/Makefile.am:
5698         * gst/filter/filter.vcproj:
5699         * gst/filter/gstbpwsinc.c:
5700         * gst/filter/gstbpwsinc.h:
5701         * gst/filter/gstfilter.c:
5702         * gst/filter/gstfilter.h:
5703         * gst/filter/gstlpwsinc.c:
5704         * gst/filter/gstlpwsinc.h:
5705         * tests/check/Makefile.am:
5706         * tests/check/elements/bpwsinc.c:
5707         * tests/check/elements/lpwsinc.c:
5708
5709         Remove lpwsinc and bpwsinc elements - they've become
5710         audiowsinclimit and audiowsincband respectively, in the
5711         gst-plugins-good audiofx plugin.
5712
5713 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5714
5715         * ext\neon\gstneonhttpsrc.c:
5716         Include unistd.h only if _HAVE_UNISTD_H is defined
5717         * gst\mpegvideoparse\mpegvideoparse.c:
5718         Use G_GUINT64_CONSTANT GLIB macro for constant
5719         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
5720         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
5721         * sys\dshowdecwrapper\gstdshowaudiodec.c:
5722         * sys\dshowdecwrapper\gstdshowaudiodec.h:
5723         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
5724         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
5725         * sys\dshowdecwrapper\gstdshowvideodec.c
5726         * sys\dshowdecwrapper\gstdshowvideodec.h:
5727         Add a DirectShow decoder wrapper.
5728         * win32\MANIFEST:
5729         Add new win32 files to MANIFEST
5730         * win32\vs6\gst_plugins_bad.dsw:
5731         * win32\vs6\libgstdshow.dsp:
5732         * win32\vs6\libgstdshowdecwrapper.dsp:
5733         * win32\vs6\libgstflv.dsp:
5734         Add new projects to bad workspace
5735
5736 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5737
5738         * gst/mpegtsparse/mpegtspacketizer.c:
5739         Parse component descriptor.
5740         * gst/mpegtsparse/mpegtsparse.c:
5741         Add SI pids to every program (but hardcoded currently).
5742
5743 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
5744
5745         * ext/metadata/metadata_mapping.htm:
5746         * ext/metadata/metadataexif.c:
5747         * ext/metadata/metadatatags.c:
5748         * ext/metadata/metadatatags.h:
5749         * tests/icles/metadata_editor.c:
5750         * tests/icles/metadata_editor.glade:
5751           Add more tags. Improve test app.
5752
5753 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5754
5755         * gst/multifile/gstmultifilesink.c:
5756           Add a fixme comment.
5757
5758         * gst/selector/gstoutputselector.c:
5759           Fix same leak as in input-selector.
5760
5761         * tests/icles/output-selector-test.c:
5762           Improve the test.
5763
5764 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5765
5766         * gst/spectrum/gstspectrum.c:
5767           Improve the docs.
5768
5769 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5770
5771         * configure.ac:
5772           The dc1394 plugin seems to use API that was removed or changed
5773           before the final 2.0.0 release, so only build it if 2.0.0-rc5
5774           is available. Someone needs to port it to the final API.
5775
5776         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
5777           Include string.h for memcpy and use g_usleep instead of usleep.
5778
5779 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5780
5781         * gst/filter/gstlpwsinc.c:
5782         Fix typo in the long description of the element.
5783
5784 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5785
5786         * gst/xingheader/Makefile.am:
5787         Put CFLAGS and LIBS in the right order
5788
5789 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5790
5791         * configure.ac:
5792           ximagesrc has moved to -good, so no need to check for
5793           the required X libs here any more.
5794
5795 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5796
5797         Patch by: Wouter Cloetens <wouter at mind dot be>
5798
5799         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
5800         (gst_soup_http_src_create):
5801         Fix memory leak and improve debugging a bit.
5802
5803 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
5804
5805         * ext/metadata/metadata_mapping.htm:
5806         * ext/metadata/metadataexif.c:
5807         * ext/metadata/metadatatags.c:
5808         * ext/metadata/metadatatags.h:
5809           Add more tags mapping.
5810
5811 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5812
5813         * gst/mpegtsparse/mpegtsparse.c:
5814         Handle latency queries in src pads.
5815
5816 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5817
5818         * gst/mpegtsparse/mpegtspacketizer.c:
5819         Add flag to both sdt and nit structures to say
5820         whether the table is for the actual network/ts
5821         or not.
5822
5823 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5824
5825         Patch by: Josep Torra Valles <josep@fluendo.com>
5826
5827         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
5828         Flush packetizer too.
5829
5830 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5831
5832         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
5833         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
5834         Don't use GST_BOILERPLATE as the stuff generated from it is not used
5835         anyway and can't be used.
5836         Store the class struct of the correct type in parent_class.
5837         Pass the LADSPA_Descriptor as class_data to the class_init function
5838         as preparation for the time, when we can add pad templates and friends
5839         in class_init and add a FIXME for that.
5840         Don't use a custom hash table for passing the LADSPA_Descriptors to
5841         base_init but use g_type_set_qdata and g_type_get_qdata.
5842
5843 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5844
5845         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5846         Really fix the build.
5847         TODO : Apply spankOmatic2000 on thaytan's rear end.
5848
5849 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5850
5851         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5852           (GstMpeg2EncPictureReader.StreamPictureParams):
5853           Fix compilation with libmjpegtools 1.8.x.
5854
5855 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5856
5857         * ext/ladspa/gstsignalprocessor.c:
5858         (gst_signal_processor_class_add_pad_template):
5859         Don't unref the pad template after adding it.
5860         gst_element_class_add_pad_template takes ownership of it.
5861
5862 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
5863
5864         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5865         Use the incoming pixel-aspect-ratio if provided to infer a 
5866         default aspect ratio, which can be overridden using the 'aspect'
5867         property.
5868
5869         Fixes: #499008
5870
5871 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
5872
5873         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
5874
5875         * configure.ac:
5876         Fix variable naming to make it possible to build the glimagesink
5877         plugin. Fixes bug #514093.
5878
5879 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5880
5881         * ext/metadata/gstmetadatademux.c:
5882           Demote metadatademux to GST_RANK_NONE for the release, it's not
5883           ready to be autoplugged yet.
5884
5885         * tests/icles/metadata_editor.c:
5886           Fix printf format warning for GType on ppc32 by removing it,
5887           since it doesn't make sense to print the GType value anyway.
5888
5889 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
5890
5891         * ext/metadata/TODO:
5892         * ext/metadata/gstmetadatamux.c:
5893         * ext/metadata/metadata_mapping.htm:
5894         * ext/metadata/metadataexif.c:
5895         * ext/metadata/metadatatags.c:
5896         * ext/metadata/metadatatags.h:
5897           Map more Exif tags.
5898
5899 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5900
5901         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
5902         Don't leak event on pads that are not linked. Fixes #512826.
5903
5904 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5905
5906         * configure.ac:
5907           Bump core/base requirements to released versions, to avoid confusion.
5908
5909         * gst/deinterlace/Makefile.am:
5910         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
5911           Use the new GstVideoFormat API to get strides, plane offsets etc..
5912           For Y42B we still need to calculate these ourselves, since the lib
5913           in -base doesn't know about this format yet and we can't bump the
5914           requirement to CVS right now. Fix the Y42B stride, offset and size
5915           calculations for odd widths and heights while we're at it though
5916           (to match those in videotestsrc).
5917
5918 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
5919
5920         * ext/metadata/metadata_mapping.htm:
5921         * ext/metadata/metadataexif.c:
5922         * ext/metadata/metadataiptc.c:
5923         * ext/metadata/metadatatags.c:
5924         * ext/metadata/metadatatags.h:
5925         * ext/metadata/metadataxmp.c:
5926           Add documentation.
5927
5928 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5929
5930         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5931         Fix compilation.
5932
5933 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5934
5935         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
5936         Really clean up the queue instead of just unreffing all buffers
5937         in it.
5938
5939         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
5940         (gst_app_src_class_init), (gst_app_src_init),
5941         (gst_app_src_dispose), (gst_app_src_finalize):
5942         Fix dispose/finalize.
5943
5944 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5945
5946         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
5947         Fix compiler warning by making the function signature match what
5948         everyone is passing in...
5949
5950         * tests/icles/Makefile.am:
5951         Fix the build on Solaris by removing GNU ld specific flags that
5952         look unnecessary.
5953
5954 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5955
5956         * ext/metadata/Makefile.am:
5957         Add some relevant variables to CFLAGS and LIBADD, for example our
5958         compiler warnings paramters.
5959
5960         * ext/metadata/gstbasemetadata.c:
5961         (gst_base_metadata_strip_push_buffer),
5962         (gst_base_metadata_calculate_offsets),
5963         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
5964         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
5965         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
5966         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
5967         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
5968         (gst_metadata_mux_dispose),
5969         (gst_metadata_mux_create_chunks_from_tags):
5970         * ext/metadata/metadata.c: (metadata_dispose):
5971         * ext/metadata/metadataexif.c:
5972         (metadataparse_exif_content_foreach_entry_func),
5973         (metadatamux_exif_for_each_tag_in_list):
5974         * ext/metadata/metadataiptc.c:
5975         (metadatamux_iptc_for_each_tag_in_list):
5976         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
5977         (metadatamux_jpeg_reading):
5978         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
5979         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5980         * ext/metadata/metadataparsepng.c:
5981         * ext/metadata/metadataparseutil.h:
5982         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
5983         (metadatamux_xmp_create_chunk_from_tag_list):
5984         Fix a million warnings that showed up after the above change.
5985
5986 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5987
5988         * ext/soup/gstsouphttpsrc.c: (_do_init),
5989         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5990         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5991         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5992         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5993         (gst_soup_http_src_queue_message),
5994         (gst_soup_http_src_add_range_header),
5995         (gst_soup_http_src_session_unpause_message),
5996         (gst_soup_http_src_session_pause_message),
5997         (gst_soup_http_src_session_close),
5998         (gst_soup_http_src_got_headers_cb),
5999         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6000         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6001         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6002         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6003         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6004         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6005         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6006         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6007         (gst_soup_http_src_uri_get_protocols),
6008         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6009         (gst_soup_http_src_uri_handler_init), (plugin_init):
6010         Add changes to gstsouphttpsrc.c that were missing from last commit.
6011
6012 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6013
6014         Patch by: Wouter Cloetens <wouter at mind dot be>
6015
6016         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6017         * docs/plugins/gst-plugins-bad-plugins.args:
6018         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6019         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6020         * docs/plugins/inspect/plugin-soup.xml:
6021         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6022         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6023         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6024         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6025         (gst_soup_http_src_queue_message),
6026         (gst_soup_http_src_add_range_header),
6027         (gst_soup_http_src_session_unpause_message),
6028         (gst_soup_http_src_session_pause_message),
6029         (gst_soup_http_src_session_close),
6030         (gst_soup_http_src_got_headers_cb),
6031         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6032         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6033         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6034         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6035         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6036         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6037         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6038         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6039         (gst_soup_http_src_uri_get_protocols),
6040         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6041         (gst_soup_http_src_uri_handler_init), (plugin_init):
6042         * ext/soup/gstsouphttpsrc.h:
6043         Make coding style more consistent, including class renaming.
6044
6045 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6046
6047         * configure.ac:
6048         Fix configure check for soundtouch to not produce syntax errors.
6049
6050 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6051
6052         * configure.ac:
6053         * ext/metadata/metadataxmp.c:
6054         (metadatamux_xmp_for_each_tag_in_list):
6055         Fix build with exempi >= 1.99.5 and fix the include
6056         path for exempi.
6057
6058 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6059
6060         * ext/metadata/TODO:
6061           Just uptade the ToDo list.
6062
6063 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6064
6065         * ext/metadata/gstbasemetadata.c:
6066         * ext/metadata/metadatamuxjpeg.c:
6067         * ext/metadata/metadatamuxpng.c:
6068         * ext/metadata/metadataparsejpeg.c:
6069         * ext/metadata/metadatatypes.c:
6070         * ext/metadata/metadatatypes.h:
6071         * ext/metadata/metadataxmp.c:
6072           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
6073
6074 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6075
6076         Patch by: Wouter Cloetens <wouter at mind dot be>
6077
6078         * ext/soup/gstsouphttpsrc.c:
6079         Update documentation a bit.
6080
6081         * docs/plugins/gst-plugins-bad-plugins.args:
6082         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6083         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6084         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6085         * docs/plugins/inspect/plugin-alsaspdif.xml:
6086         * docs/plugins/inspect/plugin-dvb.xml:
6087         * docs/plugins/inspect/plugin-filter.xml:
6088         * docs/plugins/inspect/plugin-glimagesink.xml:
6089         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6090         * docs/plugins/inspect/plugin-quicktime.xml:
6091         * docs/plugins/inspect/plugin-rawparse.xml:
6092         * docs/plugins/inspect/plugin-replaygain.xml:
6093         * docs/plugins/inspect/plugin-sdl.xml:
6094         * docs/plugins/inspect/plugin-soundtouch.xml:
6095         * docs/plugins/inspect/plugin-soup.xml:
6096         * docs/plugins/inspect/plugin-spcdec.xml:
6097         * docs/plugins/inspect/plugin-spectrum.xml:
6098         * docs/plugins/inspect/plugin-speed.xml:
6099         * docs/plugins/inspect/plugin-speexresample.xml:
6100         * docs/plugins/inspect/plugin-switch.xml:
6101         * docs/plugins/inspect/plugin-videocrop.xml:
6102         Regenerate everything for the documentation changes we had.
6103
6104 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6105
6106         * ext/gio/gstgiobasesink.c: (close_stream_cb),
6107         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
6108         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
6109         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
6110         (gst_gio_base_src_stop), (gst_gio_base_src_create),
6111         (gst_gio_base_src_set_stream):
6112         Use async variants of the close stream functions to prevent blocking
6113         for a long time there and add some more sanity checks for a correct
6114         stream.
6115
6116 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6117
6118         * tests/icles/Makefile.am:
6119         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
6120
6121 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6122
6123         Patch by: Wouter Cloetens <wouter at mind dot be>
6124
6125         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
6126         Let the proxy property default to the content of the $http_proxy
6127         environment variable.
6128
6129 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6130
6131         Patch by: Wouter Cloetens <wouter at mind dot be>
6132
6133         * tests/check/test-cert.pem:
6134         * tests/check/test-key.pem:
6135         Add missing files for the unit test.
6136
6137 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6138
6139         Patch by: Wouter Cloetens <wouter at mind dot be>
6140
6141         * docs/plugins/Makefile.am:
6142         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6143         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6144         Add souphttpsrc to the docs.
6145
6146         * configure.ac:
6147         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6148         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
6149         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
6150         (gst_souphttp_src_cancel_message),
6151         (gst_souphttp_src_queue_message),
6152         (gst_souphttp_src_add_range_header),
6153         (gst_souphttp_src_session_unpause_message),
6154         (gst_souphttp_src_session_pause_message),
6155         (gst_souphttp_src_session_close),
6156         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
6157         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
6158         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
6159         (gst_souphttp_src_create), (gst_souphttp_src_start),
6160         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
6161         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
6162         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6163         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
6164         (plugin_init):
6165         * ext/soup/gstsouphttpsrc.h:
6166         Add support for libsoup2.4 and require it. Also implement redirection
6167         and manual proxy specification. Fixes bug #510708.
6168
6169         * tests/check/Makefile.am:
6170         * tests/check/elements/.cvsignore:
6171         * tests/check/elements/souphttpsrc.c:
6172         Add unit test for souphttpsrc.
6173
6174 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6175
6176         * ext/Makefile.am:
6177         * ext/metadata/TODO:
6178         * ext/metadata/gstbasemetadata.c:
6179         * ext/metadata/gstbasemetadata.h:
6180         * ext/metadata/metadatamuxjpeg.c:
6181         * ext/metadata/metadatamuxjpeg.h:
6182         * ext/metadata/metadatamuxpng.c:
6183         * ext/metadata/metadatamuxpng.h:
6184         * ext/metadata/metadataparsejpeg.c:
6185         * ext/metadata/metadataparsepng.c:
6186         * tests/icles/Makefile.am:
6187           Add documentation. Fix test app compilation. Fix pull mode.
6188
6189 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6190
6191         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
6192
6193         * gst/rtpmanager/gstrtpjitterbuffer.c:
6194         (gst_rtp_jitter_buffer_chain):
6195         Try to get the new clock-rate from the buffer caps when we receive a new
6196         payload type instead of always firing the signal. Fixes #512774.
6197
6198 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
6199
6200         * ext/mpeg2enc/gstmpeg2enc.cc:
6201         Define LOG_NONE and friends if they're not defined yet. mjpegtools
6202         1.9.0rc3 removed their definitions but without it doesn't make much
6203         sense to write a log handler.
6204
6205 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6206
6207         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6208         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6209         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6210         * docs/plugins/gst-plugins-bad-plugins.types:
6211           Add base classes for metadata and equalizer (no introspection yet).
6212
6213 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6214
6215         * ext/metadata/README:
6216           Formatting.
6217         * tests/icles/metadata_editor.c:
6218           Include stdlib.h.
6219
6220 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6221
6222         * configure.ac:
6223         * docs/plugins/Makefile.am:
6224         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6225         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6226         * docs/plugins/gst-plugins-bad-plugins.args:
6227         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6228         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6229         * docs/plugins/gst-plugins-bad-plugins.signals:
6230         * docs/plugins/inspect/plugin-metadata.xml:
6231         * docs/plugins/inspect/plugin-selector.xml:
6232         * docs/plugins/inspect/plugin-soundtouch.xml:
6233         * docs/plugins/inspect/plugin-switch.xml:
6234         * gst/selector/.cvsignore:
6235         * gst/selector/Makefile.am:
6236         * gst/selector/gstinputselector.c:
6237         * gst/selector/gstinputselector.h:
6238         * gst/selector/gstoutputselector.c:
6239         * gst/selector/gstoutputselector.h:
6240         * gst/selector/gstselector-marshal.list:
6241         * gst/selector/gstselector.c:
6242         * gst/selector/selector.vcproj:
6243         * gst/switch/.cvsignore:
6244         * gst/switch/Makefile.am:
6245         * gst/switch/gstswitch-marshal.list:
6246         * gst/switch/gstswitch.c:
6247         * gst/switch/gstswitch.h:
6248         * gst/switch/switch.vcproj:
6249         * tests/icles/.cvsignore:
6250         * tests/icles/Makefile.am:
6251         * tests/icles/output-selector-test.c:
6252           Replace the switch plugin with the selector plugin. Add output-
6253           selector as the opposite of input-selectoo (was switch). Add a test
6254           for output-selector. Add docs for the elements. The vcproj needs
6255           update. Fixes #500142.
6256
6257 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6258
6259         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6260           Try to avoid 'unused variable' compiler warning if debugging is
6261           disabled (not bullet proof, but seems to do for now). (#512654)
6262
6263 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
6264
6265         * ext/soundtouch/gstbpmdetect.cc:
6266         Clean up a bit and only allocate a temporary buffer for the data
6267         if processing stereo data as BPMDetect downmixes from stereo to
6268         mono and stores the result in the input data. Thanks to
6269         Stefan Kost for the suggestions.
6270
6271 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6272
6273         * ext/soundtouch/gstpitch.cc:
6274         Cast a double to a GstClockTimeDiff to fix a compiler warning.
6275
6276 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
6277
6278         * tests/icles/metadata_editor.c:
6279           Printf format fix.
6280
6281 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6282
6283         * ext/soundtouch/gstpitch.cc:
6284         Don't send a LATENCY event for now until we get the usage right.
6285
6286 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6287
6288         * ext/soundtouch/gstpitch.cc:
6289         * ext/soundtouch/gstpitch.hh:
6290         Implement LATENCY query and notify about latency changes.
6291         Unfortunately we don't have a fixed latency but it changes
6292         a bit with each buffer so we only send an LATENCY event with
6293         the maximum latency if it changes.
6294
6295         Always calculate the timestamp, duration, etc from the sample
6296         rate instead of using a pre-calculated duration for one sample
6297         to prevent large rounding errors.
6298
6299 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6300
6301         Based on a patch by:
6302             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
6303
6304         * configure.ac:
6305         * ext/mpeg2enc/gstmpeg2encoder.cc:
6306         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6307         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
6308         Add support for building against mjpegtools 1.9 while keeping
6309         compatiblity with older versions.
6310
6311 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6312
6313         * ext/soundtouch/gstbpmdetect.cc:
6314         Only consider a BPM value above 1.0 as valid.
6315
6316 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6317
6318         * ext/soundtouch/Makefile.am:
6319         * ext/soundtouch/gstbpmdetect.cc:
6320         * ext/soundtouch/gstbpmdetect.hh:
6321         * ext/soundtouch/plugin.c: (plugin_init):
6322         Add BPM detection plugin based on SoundTouch's libBPM.
6323
6324         * ext/soundtouch/gstpitch.cc:
6325         Allow sample rates until MAX instead of only 48kHz and remove the
6326         buffer-frames field from that caps.
6327         Clear the remaining samples completely when necessary to get into
6328         a clean state again.
6329
6330 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6331
6332         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
6333         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
6334         Don't implement get_unit_size() ourselves, the GstAudioFilter base
6335         class already does this for us.
6336
6337 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6338
6339         * ext/soundtouch/gstpitch.cc:
6340         Allow seeking only in TIME and DEFAULT format, other formats will
6341         not work as expected. Also handle a stop position of -1 correctly
6342         for seeks, newsegment events and the queries. This fixes playback
6343         with the pitch element if upstream doesn't know the duration or has
6344         -1 as stop position in NEWSEGMENT events for other reasons. Before
6345         simply nothing was played as the segment was going from 0 to 0.
6346
6347         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
6348         so applications can update their cached duration. Fixes bug #503308.
6349
6350         Some random cleanup and memory leak closing.
6351
6352 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6353
6354         * ext/musepack/gstmusepackdec.h:
6355         * ext/musepack/gstmusepackreader.c:
6356         First include the libmpcdec headers before everything else as they
6357         #define TRUE and FALSE unconditionally and we otherwise get conflicts
6358         with the ones that GLib defines.
6359
6360 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6361
6362         * configure.ac:
6363         * ext/soundtouch/gstpitch.cc:
6364         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
6365         the header definined PACKAGE and other variables for which we need
6366         our own values from config.h.
6367
6368 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6369
6370         * configure.ac:
6371           Check for libglade-2.0, for the metadata-editor example.
6372
6373         * tests/icles/Makefile.am:
6374           Only try to build the metadata-editor example if we have gtk and
6375           glade (otherwise the build would just fail ...); fix build in
6376           uninstalled setup.
6377
6378         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
6379           Fix compiler warnings (use GLib macros to cast pointer <-> int).
6380
6381 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
6382
6383         * ext/metadata/TODO:
6384         * ext/metadata/gstbasemetadata.c:
6385         * ext/metadata/metadata.c:
6386         * ext/metadata/metadata.h:
6387         * ext/metadata/metadataexif.c:
6388         * ext/metadata/metadataexif.h:
6389         * ext/metadata/metadataiptc.c:
6390         * ext/metadata/metadataiptc.h:
6391         * ext/metadata/metadataparsejpeg.c:
6392         * ext/metadata/metadataparsejpeg.h:
6393         * ext/metadata/metadataparsepng.c:
6394         * ext/metadata/metadataparsepng.h:
6395         * ext/metadata/metadataparseutil.c:
6396         * ext/metadata/metadataparseutil.h:
6397         * ext/metadata/metadatatags.c:
6398         * ext/metadata/metadatatags.h:
6399         * ext/metadata/metadatatypes.c:
6400         * ext/metadata/metadatatypes.h:
6401         * ext/metadata/metadataxmp.c:
6402         * ext/metadata/metadataxmp.h:
6403         * ext/metadata/test/Makefile:
6404         * ext/metadata/test/MetadataEditorMain.glade:
6405         * ext/metadata/test/metadata_editor.c:
6406         * tests/icles/Makefile.am:
6407         * tests/icles/metadata_editor.c:
6408         * tests/icles/metadata_editor.glade:
6409           Add lot of documentation.
6410
6411 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6412
6413         * sys/dvb/gstdvbsrc.c:
6414         Open frontend in NULL->READY so caps about dvb adapter can be
6415         seen by the app.
6416
6417 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6418
6419         Patch by: Olivier Crete <tester@tester.ca>
6420
6421         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6422         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6423         Also handle lip-sync when the clock-rate is not provided with caps but
6424         with a signal.
6425
6426 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6427
6428         Patch by: Olivier Crete <tester@tester.ca>
6429
6430         * gst/rtpmanager/gstrtpjitterbuffer.c:
6431         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6432         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6433         (rtp_jitter_buffer_insert):
6434         * gst/rtpmanager/rtpjitterbuffer.h:
6435         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6436         a clock-rate can be provided with each buffer instead. Fixes #511686.
6437
6438 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6439
6440         Patch by: Olivier Crete <tester@tester.ca>
6441
6442         * gst/rtpmanager/gstrtpjitterbuffer.c:
6443         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6444         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6445         Remove old unused variable.
6446         Track pt on input buffers and get the clock-rate when it changes.
6447         Ignore packets with unknown clock-rate. Fixes #511146.
6448
6449 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6450
6451         * sys/dvb/gstdvbsrc.c:
6452         Post bus message about adapter type and it's capabilities,
6453         when opening the frontend.
6454         After failing to read from the dvr, post a bus message to
6455         inform the app.
6456
6457 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6458
6459         * gst/mpegtsparse/mpegtspacketizer.c:
6460         The logic for the guard interval calculation was totally wrong.
6461         Fixed.
6462
6463 2008-01-24  David Schleef  <ds@schleef.org>
6464
6465         Patch by: Olivier Crete <tester@tester.ca>
6466
6467         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6468           wrong function.  Fixes #511920
6469
6470 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6471
6472         * docs/plugins/Makefile.am:
6473         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6474         * docs/plugins/gst-plugins-bad-plugins.args:
6475         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6476         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6477         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6478         * docs/plugins/gst-plugins-bad-plugins.signals:
6479           Now we have full hierarchy.
6480
6481         * docs/plugins/inspect/plugin-metadata.xml:
6482           Regenerate.
6483
6484         * ext/amrwb/gstamrwbdec.h:
6485           Add doc blob for object instance.
6486
6487 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6488
6489         * docs/plugins/gst-plugins-bad-plugins.args:
6490         * docs/plugins/inspect/plugin-metadata.xml:
6491           Update this too, hopefully fixes the docs build (does at least
6492           for me, after make clean in docs/plugins).
6493
6494 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6495
6496         * gst/mpegtsparse/gstmpegdesc.h:
6497         * gst/mpegtsparse/mpegtspacketizer.c:
6498         Fix network name descriptor, the length is actually the
6499         descriptor length not stored in the byte after.
6500         Fix bounds checking to be more correct.
6501
6502 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6503
6504         * docs/plugins/Makefile.am:
6505         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6506         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6507         * ext/metadata/TODO:
6508         * ext/metadata/gstbasemetadata.c:
6509         * ext/metadata/gstbasemetadata.h:
6510         * ext/metadata/gstmetadatademux.c:
6511         * ext/metadata/gstmetadatademux.h:
6512         * ext/metadata/gstmetadatamux.c:
6513         * ext/metadata/gstmetadatamux.h:
6514         * ext/metadata/metadatatags.c:
6515           Add some documentation.
6516
6517 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6518
6519         * configure.ac:
6520         * ext/dts/gstdtsdec.c:
6521         Add support for building against libdca (with the libdts compat
6522         header). Fixes bug #511530.
6523
6524         Should probably be ported to libdca as some points as it's the
6525         successor of libdts.
6526
6527 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6528
6529         * sys/dvb/gstdvbsrc.c:
6530         Do not go on forever if problem with reading from dvr, rather
6531         return NULL.
6532         Handle some cleanup issues of closing filedescriptors when
6533         failing to tune or similar.
6534
6535 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6536
6537         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6538         * gst-plugins-bad.spec: update for latest changes
6539
6540 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6541
6542         * docs/plugins/Makefile.am:
6543         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6544         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6545         * gst/xingheader/gstxingmux.c:
6546         * gst/xingheader/gstxingmux.h:
6547         Add documentation for the xingheader plugin.
6548
6549         * tests/check/elements/xingmux.c: (GST_START_TEST):
6550         Set element state to PLAYING before doing something else.
6551
6552 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6553
6554         * tests/check/Makefile.am:
6555         * tests/check/elements/.cvsignore:
6556         * tests/check/elements/xingmux.c: (setup_xingmux),
6557         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6558         * tests/check/elements/xingmux_testdata.h:
6559         Add simple unit test for the xingmux element.
6560
6561         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6562         (gst_xing_mux_finalize), (xing_reset):
6563         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6564
6565 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6566
6567         * gst/mpegtsparse/gstmpegdesc.h:
6568         * gst/mpegtsparse/mpegtspacketizer.c:
6569         Parsed the satellite delivery system descriptor and
6570         added into nit's transport structure for delivery
6571         over the bus.
6572
6573 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6574
6575         * gst/mpegtsparse/mpegtspacketizer.c:
6576         Parsed and added network name to the nit structure sent
6577         in the bus message.
6578
6579 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6580
6581         * gst/mpegtsparse/mpegtspacketizer.c:
6582         Remove leaks introduced by not freeing g_strndup'd strings.
6583         Fix start_time and duration parsing in EIT.
6584
6585 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6586
6587         * gst/mpegtsparse/mpegtspacketizer.c:
6588         Add event name and description to the eit structure
6589         sent in the bus message.
6590
6591 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6592
6593         * gst/mpegtsparse/mpegtsparse.c:
6594         Revert const removal from previous commit.
6595
6596 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6597
6598         * gst/mpegtsparse/Makefile.am:
6599         * gst/mpegtsparse/gstmpegdesc.c:
6600         * gst/mpegtsparse/gstmpegdesc.h:
6601         * gst/mpegtsparse/mpegtspacketizer.c:
6602         * gst/mpegtsparse/mpegtsparse.c:
6603         Added descriptor searching infrastructure from Fluendo TS demuxer.
6604         Add channel name and provider to the sdt structure sent in the
6605         bus message.
6606
6607 2008-01-22  Julien Moutte  <julien@fluendo.com>
6608
6609         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6610         Parse NAL units in forward mode to mark delta units flags.
6611
6612 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6613
6614         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6615         * docs/plugins/gst-plugins-bad-plugins.args:
6616         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6617         * docs/plugins/inspect/plugin-musepack.xml:
6618           Regenerate.
6619   
6620         * docs/plugins/inspect/plugin-tremor.xml:
6621           Add vorbisidec aka trmor.
6622
6623         * ext/dc1394/gstdc1394.c:
6624           Add short description.
6625
6626 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6627
6628         * docs/plugins/Makefile.am:
6629           Add missing eol \
6630
6631         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6632           Place object names to standard sectionas plugin dont document those.
6633
6634         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6635         * docs/plugins/gst-plugins-bad-plugins.args:
6636         * docs/plugins/gst-plugins-bad-plugins.signals:
6637         * docs/plugins/inspect/plugin-dvb.xml:
6638         * docs/plugins/inspect/plugin-nuvdemux.xml:
6639           regenerate.
6640           
6641         * ext/ivorbis/vorbisdec.c:
6642         * ext/ivorbis/vorbisdec.h:
6643           Mark private vars and add short desc.
6644
6645         * ext/mythtv/gstmythtvsrc.c:
6646         * ext/theora/theoradec.c:
6647           Add short desc.
6648
6649 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6650
6651         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6652         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6653         * gst/nuvdemux/gstnuvdemux.c:
6654           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
6655           it actually is.
6656
6657 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6658
6659         * docs/plugins/Makefile.am:
6660         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6661         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6662           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
6663           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
6664
6665         * docs/plugins/inspect/plugin-gstinterlace.xml:
6666         * docs/plugins/inspect/plugin-rawparse.xml
6667         * docs/plugins/inspect/plugin-videoparse.xml:
6668           Replace videoparse with rawparse.
6669
6670         * gst/dvdspu/gstdvdspu.h:
6671           Help gtk-doc to recognize the object struct.
6672
6673 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6674
6675         * gst/librfb/rfbdecoder.c:
6676         * gst/librfb/rfbdecoder.h:
6677           Don't use gtk-doc comment style for non gtk-doc comments.
6678           Make one static function static.
6679
6680 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
6681
6682         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
6683
6684         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
6685         (gst_deinterlace_init), (gst_deinterlace_set_caps),
6686         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
6687         (gst_deinterlace_get_property):
6688         * gst/deinterlace/gstdeinterlace.h:
6689         Provide 4:2:2 support
6690         Also deinterlace chroma planes
6691         Allow to turn on/off deinterlacing
6692         Change of default thresholds, in order to provide acceptable results
6693         with default params. Fixes #511001.
6694
6695 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6696
6697         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6698           Update docs file too.
6699
6700 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6701
6702         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
6703         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
6704           (subpic_sink_factory), (gst_dvd_spu_base_init),
6705           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
6706           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
6707           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
6708           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
6709           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
6710           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
6711           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
6712           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
6713           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
6714           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
6715           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
6716           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
6717           (gst_dvd_spu_plugin_init):
6718         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
6719           Fix up dvdspu element again after previous namespace mangling:
6720           rename debug category variable to old name, matching that in
6721           dvdspu-render.c, to avoid undefined symbol error when loading
6722           the module; same for the _render function in dvdspu-render.c:
6723           we must use the same name in both .c files; change functions
6724           now called gstgst_* back to gst_* again; and while we're at it,
6725           we may as well canonicalise the namespace properly, namely to
6726           gst_dvd_spu_*.
6727
6728 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6729
6730         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6731         * ext/theora/theoradec.c:
6732         * ext/theora/theoradec.h:
6733           Coherent namespace usage and adding symbold from unused to sections.
6734
6735 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6736
6737         * docs/plugins/Makefile.am:
6738         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6739           Add symbols from -unused.txt to the right place.
6740
6741         * gst/dvdspu/gstdvdspu.c:
6742         * gst/dvdspu/gstdvdspu.h:
6743           Coherent namespace usage.
6744
6745         * gst/spectrum/gstspectrum.c:
6746           Fix broken XML fragment in doc snippet even more.
6747
6748 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6749
6750         * docs/plugins/Makefile.am:
6751           Update include list.
6752
6753         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6754           Update xml includes.
6755
6756         * docs/plugins/inspect/plugin-alsaspdif.xml:
6757         * docs/plugins/inspect/plugin-amrwb.xml:
6758         * docs/plugins/inspect/plugin-bayer.xml:
6759         * docs/plugins/inspect/plugin-bz2.xml:
6760         * docs/plugins/inspect/plugin-cdxaparse.xml:
6761         * docs/plugins/inspect/plugin-dtsdec.xml:
6762         * docs/plugins/inspect/plugin-dvbsrc.xml:
6763         * docs/plugins/inspect/plugin-dvdspu.xml:
6764         * docs/plugins/inspect/plugin-equalizer.xml:
6765         * docs/plugins/inspect/plugin-faac.xml:
6766         * docs/plugins/inspect/plugin-faad.xml:
6767         * docs/plugins/inspect/plugin-fbdevsink.xml:
6768         * docs/plugins/inspect/plugin-festival.xml:
6769         * docs/plugins/inspect/plugin-filter.xml:
6770         * docs/plugins/inspect/plugin-flvdemux.xml:
6771         * docs/plugins/inspect/plugin-freeze.xml:
6772         * docs/plugins/inspect/plugin-gsm.xml:
6773         * docs/plugins/inspect/plugin-gstinterlace.xml:
6774         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
6775         * docs/plugins/inspect/plugin-h264parse.xml:
6776         * docs/plugins/inspect/plugin-interleave.xml:
6777         * docs/plugins/inspect/plugin-ladspa.xml:
6778         * docs/plugins/inspect/plugin-metadata.xml:
6779         * docs/plugins/inspect/plugin-modplug.xml:
6780         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
6781         * docs/plugins/inspect/plugin-mpegtsparse.xml:
6782         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6783         * docs/plugins/inspect/plugin-musicbrainz.xml:
6784         * docs/plugins/inspect/plugin-mve.xml:
6785         * docs/plugins/inspect/plugin-nsfdec.xml:
6786         * docs/plugins/inspect/plugin-nuvdemux.xml:
6787         * docs/plugins/inspect/plugin-qtdemux.xml:
6788         * docs/plugins/inspect/plugin-quicktime.xml:
6789         * docs/plugins/inspect/plugin-real.xml:
6790         * docs/plugins/inspect/plugin-replaygain.xml:
6791         * docs/plugins/inspect/plugin-sdl.xml:
6792         * docs/plugins/inspect/plugin-sdp.xml:
6793         * docs/plugins/inspect/plugin-spectrum.xml:
6794         * docs/plugins/inspect/plugin-speed.xml:
6795         * docs/plugins/inspect/plugin-speexresample.xml:
6796         * docs/plugins/inspect/plugin-stereo.xml:
6797         * docs/plugins/inspect/plugin-switch.xml:
6798         * docs/plugins/inspect/plugin-timidity.xml:
6799         * docs/plugins/inspect/plugin-tta.xml:
6800         * docs/plugins/inspect/plugin-videocrop.xml:
6801         * docs/plugins/inspect/plugin-videoparse.xml:
6802         * docs/plugins/inspect/plugin-videosignal.xml:
6803         * docs/plugins/inspect/plugin-vmnc.xml:
6804         * docs/plugins/inspect/plugin-wildmidi.xml:
6805         * docs/plugins/inspect/plugin-x264.xml:
6806         * docs/plugins/inspect/plugin-xingheader.xml:
6807         * docs/plugins/inspect/plugin-xvid.xml:
6808         * docs/plugins/inspect/plugin-y4menc.xml:
6809           Regenerate files.
6810
6811         * gst/spectrum/gstspectrum.c:
6812           Fix broken XML fragment in doc snippet.
6813
6814         * tests/check/elements/.cvsignore:
6815           Add test binary to ignores.
6816
6817 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6818
6819         * gst/h264parse/gsth264parse.c:
6820           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
6821
6822 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
6823
6824         Patch by: Wouter Cloetens <wouter at mind dot be>
6825
6826         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6827         Report the size of the stream as the total size instead of
6828         the remaining Content-Length, which is wrong after a seek.
6829
6830 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6831
6832         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
6833         (gst_raw_parse_loop):
6834         Handle framesizes > 4096 with multiple frames per buffer correctly
6835         in pull mode and handle short reads better.
6836         Also put offset and offset_end on outgoing buffers.
6837
6838 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6839
6840         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
6841         Improve handling of unknown or too small upstream sizes in
6842         pull mode.
6843
6844 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6845
6846         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
6847         (gst_raw_parse_handle_seek_push):
6848         Improve debugging a bit and for handling multiple frames per buffer
6849         in pull mode choose the next smallest multiply of framesize below
6850         4096 instead of always handling 1024 frames.
6851
6852 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6853
6854         Patch by: Wouter Cloetens <wouter at mind dot be>
6855
6856         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6857         Correctly set duration on the GstBaseSrc segment when we know it
6858         to fix failing the duration query.
6859
6860 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6861
6862         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
6863         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
6864         Set timestamps more correctly.
6865
6866 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6867
6868         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
6869         (gst_raw_parse_init), (gst_raw_parse_reset),
6870         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
6871         (gst_raw_parse_chain), (gst_raw_parse_loop),
6872         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
6873         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
6874         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
6875         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
6876         * gst/rawparse/gstrawparse.h:
6877         Implement pull mode.
6878
6879 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6880
6881         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6882         Fix memory leak spotted by the unit test.
6883
6884 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6885
6886         * tests/check/Makefile.am:
6887         Enable spectrum test again.
6888
6889         * tests/check/gst-plugins-bad.supp:
6890         Add suppressions for a singleton in GIO that can't be freed.
6891
6892 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6893
6894         * tests/check/Makefile.am:
6895         * tests/check/elements/.cvsignore:
6896         * tests/check/elements/equalizer.c: (setup_equalizer),
6897         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
6898         Add some minimal tests for the equalizer plugin.
6899
6900 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6901
6902         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
6903         Unparent all bands from the equalizer when finalizing to stop
6904         leaking them.
6905
6906 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6907
6908         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
6909         Add support for WebDAV.
6910
6911 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6912
6913         Patch by: Wouter Cloetens <wouter at mind dot be>
6914
6915         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6916         (gst_souphttp_src_init), (gst_souphttp_src_create),
6917         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6918         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
6919         * ext/soup/gstsouphttpsrc.h:
6920         Add support for seeking to souphttpsrc. Fixes bug #502335.
6921
6922 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6923
6924         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
6925         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6926         (gst_h264_parse_find_start_reverse),
6927         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
6928         * gst/h264parse/gsth264parse.h:
6929         Improve debugging.
6930         Fix buffer splitting at sync codes and leftover buffer after
6931         scanning.
6932
6933 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
6934
6935         * ext/metadata/TODO:
6936         * ext/metadata/metadataexif.c:
6937         * ext/metadata/metadataxmp.c:
6938           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
6939
6940 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
6941
6942         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
6943         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
6944         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
6945         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
6946         (gst_h264_parse_init), (gst_h264_parse_set_property),
6947         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
6948         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
6949         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6950         (gst_h264_parse_find_start_reverse),
6951         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
6952         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
6953         * gst/h264parse/gsth264parse.h:
6954         Add reverse playback support for containers that don't know how to
6955         properly send data between I-frames.
6956
6957 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
6958
6959         * configure.ac:
6960         * tests/check/pipelines/gio.c: (GST_START_TEST):
6961         Update for API changes in GIO and require GIO 2.15.2 for this.
6962
6963 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6964
6965         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6966         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
6967         of 0xfe.
6968
6969 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6970
6971         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6972         Remove accidentially leftover debug printf.
6973
6974 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6975
6976         * gst/xingheader/gstxingmux.c: (has_xing_header),
6977         (generate_xing_header), (gst_xing_mux_chain),
6978         (gst_xing_mux_sink_event):
6979         Choose smallest possible frame size for the Xing header, properly
6980         set the timestamp, duration and offset on the outgoing buffers,
6981         only send NEWSEGMENT events in BYTE format downstream and also
6982         drop VBRI headers if already existing.
6983
6984 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
6985
6986         * gst/xingheader/Makefile.am:
6987         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
6988         (has_xing_header), (generate_xing_header),
6989         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
6990         (gst_xing_mux_init), (gst_xing_mux_chain),
6991         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
6992         * gst/xingheader/gstxingmux.h:
6993         Major cleanup and rewrite of xingmux with less bugs and new features:
6994         - Handles other layers as 3
6995         - Write TOC
6996
6997 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6998
6999         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
7000           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
7001           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
7002           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
7003           (test_buffer_square_int16_stereo):
7004         * tests/check/elements/rglimiter.c: (create_test_buffer):
7005         * tests/check/elements/rgvolume.c: (test_buffer_new):
7006           It's "endianness", not "endianess". Fixes unit tests.
7007
7008 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7009
7010         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7011         If we find the caps in the cache, use it to parse the clock-rate instead
7012         of returning an error. Fixes a TODO as found by Youness Alaoui.
7013
7014 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7015
7016         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
7017
7018         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7019         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
7020         (rtp_session_set_process_rtp_callback),
7021         (rtp_session_set_send_rtp_callback),
7022         (rtp_session_set_send_rtcp_callback),
7023         (rtp_session_set_sync_rtcp_callback),
7024         (rtp_session_set_clock_rate_callback),
7025         (rtp_session_set_reconsider_callback), (source_push_rtp),
7026         (source_clock_rate), (rtp_session_process_bye),
7027         (rtp_session_process_rtcp), (rtp_session_send_bye),
7028         (rtp_session_on_timeout):
7029         * gst/rtpmanager/rtpsession.h:
7030         Make it possible to use different user_data for each of the callbacks.
7031         Fixes #508587.
7032
7033 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7034
7035         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
7036         Small meaningless cleanup.
7037
7038         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
7039         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
7040         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
7041         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
7042         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
7043         * gst/mpegvideoparse/mpegvideoparse.h:
7044         Track segment events.
7045         Do the first part of reverse playback by sending data between two
7046         I-frames to the decoder.
7047
7048 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7049
7050         * gst/rtpmanager/gstrtpbin.c:
7051         Fix documentation for latest patch
7052
7053 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7054
7055         * gst/rtpmanager/gstrtpbin.c:
7056         Allow request_new_pad with name NULL (bug #508515)
7057
7058 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
7059
7060         * autogen.sh:
7061           Add -Wno-portability to the automake parameters to stop warnings
7062           about GNU make extensions being used. We require GNU make in almost
7063           every Makefile anyway.
7064           
7065         * configure.ac:
7066           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
7067           at the same time is required for per target flags.
7068
7069 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
7070
7071         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
7072         Don't set fixed caps, we can basically do everything the upsteam peer
7073         pad can renegotiate to. Fixes #507940.
7074
7075 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
7076
7077         * Makefile.am:
7078           Include lcov.mak to allow building coverage reports. Add top-level
7079           check targets similar to other gst packages.
7080
7081 2008-01-06  David Schleef  <ds@schleef.org>
7082
7083         * ext/directfb/Makefile.am:
7084           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
7085         * ext/directfb/dfbvideosink.c:
7086           Getting tired of directfb's chatter.  Quiet it.
7087
7088 2008-01-06  David Schleef  <ds@schleef.org>
7089
7090         Patch by: Sean D'Epagnier <sean@depagnier.com>
7091
7092         * configure.ac:
7093         * sys/Makefile.am:
7094         * sys/fbdev/Makefile.am:
7095         * sys/fbdev/gstfbdevsink.c:
7096         * sys/fbdev/gstfbdevsink.h:
7097           Add fbdev-based video sink.  Linux-only.  See bug #506549.
7098
7099 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
7100
7101         * configure.ac:
7102         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7103         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
7104         Update to GMemoryInputStream API changes in GLib SVN and require
7105         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
7106         We can also report the duration for every GSeekable, not only
7107         GFileInputStream and GMemoryInputStream.
7108
7109 2008-01-05  David Schleef  <ds@schleef.org>
7110
7111         * sys/glsink/glimagesink.c:
7112         * sys/glsink/glimagesink.h:
7113         * sys/glsink/gstglbuffer.h:
7114         * sys/glsink/gstgldisplay.c:
7115         * sys/glsink/gstgldisplay.h:
7116         * sys/glsink/gstglupload.c:
7117           Handle xoverlay exposes correctly.  This means glimagesink works
7118           correctly most of the time in totem (fullscreening being an
7119           execption).  Doesn't handle expose events directly to the GL
7120           window.
7121
7122 2008-01-05  David Schleef  <ds@schleef.org>
7123
7124         * sys/glsink/glextensions.c:
7125         * sys/glsink/glextensions.h:
7126         * sys/glsink/glimagesink.c:
7127         * sys/glsink/glimagesink.h:
7128         * sys/glsink/gstgldisplay.c:
7129         * sys/glsink/gstgldisplay.h:
7130         * sys/glsink/gstopengl.c:
7131           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
7132           vblank synchronization.  Remove unused code.
7133
7134 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
7135
7136         * gst/rtpmanager/gstrtpjitterbuffer.c:
7137         (gst_rtp_jitter_buffer_loop):
7138         Don't unref the popped buffer when we don't have ownership.
7139         Fixes #507020.
7140
7141 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7142
7143         * gst/mpegtsparse/Makefile.am:
7144         * gst/mpegtsparse/flutspatinfo.c:
7145         * gst/mpegtsparse/flutspatinfo.h:
7146         * gst/mpegtsparse/flutspmtinfo.c:
7147         * gst/mpegtsparse/flutspmtinfo.h:
7148         * gst/mpegtsparse/flutspmtstreaminfo.c:
7149         * gst/mpegtsparse/flutspmtstreaminfo.h:
7150         Remove no longer needed files.
7151
7152 2008-01-02  David Schleef  <ds@schleef.org>
7153
7154         * tests/check/Makefile.am:
7155           Disable vcdsrc in states test because it takes too much time
7156           to get to PLAYING if it can find a device.
7157
7158 2007-12-31  David Schleef  <ds@schleef.org>
7159
7160         * ext/musicbrainz/gsttrm.c:
7161           Don't emit signiture when going to READY, because it might
7162           not be ready.
7163         * ext/nas/nassink.c:
7164           Remove useless call that sleeps for 5 seconds.  Yup, it calls
7165           sleep(1) 5 times.  Go NAS.
7166         * gst/librfb/gstrfbsrc.c:
7167         * gst/librfb/rfbdecoder.c:
7168           Initialize our debug categories properly.
7169         * gst/rawparse/gstrawparse.c:
7170           Don't register element details for a non-element.  Be much more
7171           rude when subclass doesn't set a pad template (assert!).  Don't
7172           unref the pad template; we don't own it.
7173         * gst/videosignal/gstvideoanalyse.c:
7174           Initialize debug category.
7175         * tests/check/Makefile.am:
7176           Ignore nassink element in tests because it has unavoidable
7177           long timeouts.
7178
7179 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7180
7181         * gst/rtpmanager/gstrtpssrcdemux.c:
7182         (gst_rtp_ssrc_demux_change_state):
7183         Don't clean up pads when going to PAUSED.
7184
7185 2007-12-30  David Schleef  <ds@schleef.org>
7186
7187         * configure.ac:
7188         * sys/glsink/Makefile.am:
7189           Switch to using pkgconfig to detect libGL.  Since we use
7190           recent features added to Mesa, there's no point in adding
7191           a check for pre-pkgconfig versions.
7192
7193 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7194
7195         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
7196         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
7197         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
7198         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
7199         Fix 'xyz may be used uninitialized' compiler warnings caused
7200         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7201         abort() in any case but properly report the error.
7202
7203 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7204
7205         * configure.ac:
7206         * ext/gio/gstgio.c:
7207         * ext/gio/gstgio.h:
7208         * ext/gio/gstgiobasesink.h:
7209         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7210         * ext/gio/gstgiobasesrc.h:
7211         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
7212         * ext/gio/gstgiosink.h:
7213         * ext/gio/gstgiosrc.h:
7214         * ext/gio/gstgiostreamsink.h:
7215         * ext/gio/gstgiostreamsrc.h:
7216         * tests/check/pipelines/gio.c:
7217         Update to latest API changes in GLib/GIO and require at least
7218         gio-2.0 2.15.0 for this.
7219         
7220         * ext/gio/Makefile.am:
7221         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
7222
7223 2007-12-28  David Schleef  <ds@schleef.org>
7224
7225         * configure.ac:
7226         * sys/glsink/glextensions.c:
7227         * sys/glsink/glextensions.h:
7228         * sys/glsink/glimagesink.c:
7229         * sys/glsink/glimagesink.h:
7230         * sys/glsink/gstglbuffer.c:
7231         * sys/glsink/gstglbuffer.h:
7232         * sys/glsink/gstglconvert.c:
7233         * sys/glsink/gstgldisplay.c:
7234         * sys/glsink/gstgldisplay.h:
7235         * sys/glsink/gstgldownload.c:
7236         * sys/glsink/gstglfilter.c:
7237         * sys/glsink/gstglfilter.h:
7238         * sys/glsink/gstglfilterexample.c:
7239         * sys/glsink/gstgltestsrc.c:
7240         * sys/glsink/gstglupload.c:
7241           Major cleanup of code.  Convert glupload to BaseTransform.
7242           Handle caps negotiation mostly correctly.  Reenable in build.
7243
7244 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
7245
7246         * ext/soup/Makefile.am:
7247         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
7248           (gst_souphttp_src_unicodify), (soup_got_headers):
7249           Use gst_tag_freeform_string_to_utf8() and post radio station
7250           info as tags on the bus.
7251
7252 2007-12-26  David Schleef  <ds@schleef.org>
7253
7254         * sys/glsink/glimagesink.c:
7255         * sys/glsink/gstglupload.c:
7256           Change glimagesink over to using GL buffers.  This breaks
7257           glimagesink for normal operation, but should be fixed soon.
7258
7259 2007-12-26  David Schleef  <ds@schleef.org>
7260
7261         * sys/glsink/gltestsrc.c:
7262         * sys/glsink/gstglbuffer.c:
7263         * sys/glsink/gstglbuffer.h:
7264         * sys/glsink/gstgldownload.c:
7265         * sys/glsink/gstglfilter.c:
7266         * sys/glsink/gstglfilterexample.c:
7267         * sys/glsink/gstgltestsrc.c:
7268         * sys/glsink/gstglupload.c:
7269           Convert gldownload to BaseTransform.  Make glfilterexample
7270           visually interesting.  Add support for various formats to
7271           downloading.  Fix a few places where we leak GL state to
7272           other elements (bad, but hard to prevent).
7273
7274 2007-12-26  David Schleef  <ds@schleef.org>
7275
7276         * sys/glsink/BUGS:
7277         * sys/glsink/Makefile.am:
7278         * sys/glsink/gstglbuffer.c:
7279         * sys/glsink/gstglbuffer.h:
7280         * sys/glsink/gstglconvert.c:
7281         * sys/glsink/gstgldisplay.c:
7282         * sys/glsink/gstglfilter.c:
7283         * sys/glsink/gstglfilter.h:
7284         * sys/glsink/gstglfilterexample.c:
7285         * sys/glsink/gstgltestsrc.c:
7286         * sys/glsink/gstglupload.c:
7287         * sys/glsink/gstopengl.c:
7288           Remove code that handles non-texture buffers.  Add a
7289           GstGLBufferFormat type that corresponds to how to use the
7290           texture, not the original video format.  Convert gstflfilter.c
7291           into a base class, add glfilterexample and glconvert elements.
7292         * sys/glsink/color_matrix.c:
7293           Minor ramblings about color conversion matrices.
7294
7295 2007-12-24  David Schleef  <ds@schleef.org>
7296
7297         * sys/glsink/Makefile.am:
7298         * sys/glsink/gltestsrc.c:
7299         * sys/glsink/gltestsrc.h:
7300         * sys/glsink/gstgldisplay.c:
7301         * sys/glsink/gstgldownload.c:
7302         * sys/glsink/gstglfilter.c:
7303         * sys/glsink/gstgltestsrc.c:
7304         * sys/glsink/gstgltestsrc.h:
7305         * sys/glsink/gstglupload.c:
7306         * sys/glsink/gstopengl.c:
7307           Add gltestsrc element, a duplicate of videotestsrc that uses
7308           GL rendering to create images.  More cleanup.
7309
7310 2007-12-24  David Schleef  <ds@schleef.org>
7311
7312         * sys/glsink/gstglbuffer.c:
7313         * sys/glsink/gstgldownload.c:
7314         * sys/glsink/gstglfilter.c:
7315           Clean up code.  Fix a few leaks.
7316
7317 2007-12-24  David Schleef  <ds@schleef.org>
7318
7319         * sys/glsink/Makefile.am:
7320         * sys/glsink/glimagesink.h:
7321         * sys/glsink/glvideo.c:
7322         * sys/glsink/glvideo.h:
7323         * sys/glsink/gstglbuffer.c:
7324         * sys/glsink/gstglbuffer.h:
7325         * sys/glsink/gstgldisplay.c:
7326         * sys/glsink/gstgldisplay.h:
7327           Rename glvideo.[ch] to gstgldisplay.[ch].
7328
7329 2007-12-24  David Schleef  <ds@schleef.org>
7330
7331         * sys/glsink/glimagesink.c:
7332         * sys/glsink/glimagesink.h:
7333         * sys/glsink/glvideo.c:
7334         * sys/glsink/glvideo.h:
7335         * sys/glsink/gstglbuffer.c:
7336         * sys/glsink/gstglbuffer.h:
7337         * sys/glsink/gstgldownload.c:
7338         * sys/glsink/gstglfilter.c:
7339         * sys/glsink/gstglupload.c:
7340           Rewrite a bunch of code to use textures as the intermediate
7341           instead of renderbuffers.  upload, download, filtering all
7342           work.
7343
7344 2007-12-23  David Schleef  <ds@schleef.org>
7345
7346         * gst/videoparse/Makefile.am:
7347         * gst/videoparse/README:
7348         * gst/videoparse/gstvideoparse.c:
7349           Remove videoparse element, because it was moved to gst/rawparse/
7350
7351 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7352
7353         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
7354         Always seek on frame boundaries, will produce nothing useful
7355         otherwise.
7356
7357 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7358
7359         * configure.ac:
7360         * gst/rawparse/Makefile.am:
7361         * gst/rawparse/README:
7362         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
7363         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
7364         (gst_audio_parse_class_init), (gst_audio_parse_init),
7365         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
7366         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
7367         * gst/rawparse/gstaudioparse.h:
7368         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
7369         (gst_raw_parse_class_init), (gst_raw_parse_init),
7370         (gst_raw_parse_dispose),
7371         (gst_raw_parse_class_set_src_pad_template),
7372         (gst_raw_parse_class_set_multiple_frames_per_buffer),
7373         (gst_raw_parse_reset), (gst_raw_parse_chain),
7374         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
7375         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
7376         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
7377         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
7378         (gst_raw_parse_is_negotiated):
7379         * gst/rawparse/gstrawparse.h:
7380         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
7381         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
7382         (gst_video_parse_class_init), (gst_video_parse_init),
7383         (gst_video_parse_set_property), (gst_video_parse_get_property),
7384         (gst_video_parse_format_to_fourcc),
7385         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
7386         * gst/rawparse/gstvideoparse.h:
7387         * gst/rawparse/plugin.c: (plugin_init):
7388         Add new plugin rawparse that contains a base class for raw data
7389         parsers and the two elements audioparse and videoparse that can
7390         be used to parse raw audio and video. These are inspired by the
7391         old videoparse element which the new rawparse plugin deprecates.
7392
7393 2007-12-21  David Schleef  <ds@schleef.org>
7394
7395         * sys/glsink/glextensions.c:
7396         * sys/glsink/glextensions.h:
7397         * sys/glsink/glvideo.c:
7398         * sys/glsink/glvideo.h:
7399         * sys/glsink/gstglbuffer.c:
7400         * sys/glsink/gstgldownload.c:
7401         * sys/glsink/gstglupload.c:
7402           A careful read of the documentation reveals that I can't use
7403           renderbuffers as textures.  Duh.  Checkpoint because I'm about
7404           to rewrite a bunch of code.
7405
7406 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
7407
7408         * ext/metadata/TODO:
7409         * ext/metadata/gstbasemetadata.c:
7410         * ext/metadata/gstbasemetadata.h:
7411         * ext/metadata/metadata.h:
7412         * ext/metadata/metadataiptc.c:
7413         * ext/metadata/metadatamuxjpeg.c:
7414         * ext/metadata/metadataparsejpeg.c:
7415         * ext/metadata/metadataparseutil.c:
7416           Some IPTC tags mapped.
7417
7418 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
7419
7420         * ext/metadata/Makefile.am:
7421         * ext/metadata/TODO:
7422         * ext/metadata/gstbasemetadata.c:
7423         * ext/metadata/gstbasemetadata.h:
7424         * ext/metadata/gstmetadatacommon.c:
7425         * ext/metadata/gstmetadatacommon.h:
7426         * ext/metadata/metadata.c:
7427         * ext/metadata/metadata.h:
7428           Removed gstmetadatacommon.
7429
7430 2007-12-20  David Schleef  <ds@schleef.org>
7431
7432         * sys/glsink/Makefile.am:
7433         * sys/glsink/glextensions.c:
7434         * sys/glsink/glextensions.h:
7435         * sys/glsink/glimagesink.c:
7436         * sys/glsink/glimagesink.h:
7437         * sys/glsink/glvideo.c:
7438         * sys/glsink/glvideo.h:
7439         * sys/glsink/gstglbuffer.c:
7440         * sys/glsink/gstglbuffer.h:
7441         * sys/glsink/gstgldownload.c:
7442         * sys/glsink/gstglfilter.c:
7443         * sys/glsink/gstglupload.c:
7444         * sys/glsink/gstopengl.c:
7445           Switch to using framebuffer_objects instead of GLXPixmaps,
7446           because that's what my driver supports.  Remove GLDrawable,
7447           since GstGLDisplay now has a default drawable and context.
7448
7449 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7450
7451         * gst/equalizer/.cvsignore:
7452         * gst/switch/.cvsignore:
7453           Ignore more.
7454
7455 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7456
7457         * ext/metadata/Makefile.am:
7458         * ext/metadata/TODO:
7459         * ext/metadata/gstbasemetadata.c:
7460         * ext/metadata/gstbasemetadata.h:
7461         * ext/metadata/gstmetadatacommon.c:
7462         * ext/metadata/gstmetadatacommon.h:
7463         * ext/metadata/gstmetadatademux.c:
7464         * ext/metadata/gstmetadatademux.h:
7465         * ext/metadata/gstmetadatamux.c:
7466         * ext/metadata/gstmetadatamux.h:
7467         * ext/metadata/metadata.c:
7468         * ext/metadata/metadata.h:
7469         * ext/metadata/metadataexif.c:
7470         * ext/metadata/metadataparsejpeg.c:
7471         * ext/metadata/metadataparsepng.c:
7472         * ext/metadata/metadatatags.c:
7473         * ext/metadata/metadatatags.h:
7474         * ext/metadata/test/metadata_editor.c:
7475           New base class for metadata elements.
7476
7477 2007-12-18  Andy Wingo  <wingo@pobox.com>
7478
7479         * gst/switch/gstswitch-marshal.list:
7480         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7481         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7482         (gst_selector_pad_get_property)
7483         (gst_selector_pad_get_running_time)
7484         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7485         (gst_segment_set_stop, gst_segment_set_start)
7486         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7487         (gst_stream_selector_push_pending_stop)
7488         (gst_stream_selector_switch): Change so that the signals and
7489         properties deal in running time, not buffer time. Document the
7490         signals more. Change uint64 in API to int64, to reflect what's in
7491         GstSegment.
7492
7493 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7494
7495         * Makefile.am:
7496           Include common/win32.mak for CRLF check of win32 project
7497           files (see #393626).
7498
7499         * configure.ac:
7500           Bump requirements to -base CVS for libgstvideo additions in
7501           glimagesink. Disable glimagesink until the missing files get
7502           checked in.
7503
7504 2007-12-17  David Schleef  <ds@schleef.org>
7505
7506         * sys/glsink/Makefile.am:
7507         * sys/glsink/glimagesink.c:
7508         * sys/glsink/glimagesink.h:
7509         * sys/glsink/glvideo.c:
7510         * sys/glsink/glvideo.h:
7511         * sys/glsink/gstopengl.c:
7512         * sys/glsink/gstglupload.c:
7513           Use new GstVideoFormat checked into -base.  Add new glupload
7514           element to upload raw video into a GLXPixbuf.  Untested.  Will
7515           likely crash your motorcycle if you try it.
7516         * sys/glsink/gstvideo-common.c:
7517         * sys/glsink/gstvideo-common.h:
7518           Remove.
7519
7520 2007-12-17  David Schleef  <ds@schleef.org>
7521
7522         * gst/multifile/gstmultifilesrc.c:
7523         * gst/multifile/gstmultifilesrc.h:
7524           When subsequent files are read, if the file doesn't exist, send
7525           an EOS instead of causing an error.
7526
7527 2007-12-17  Andy Wingo  <wingo@pobox.com>
7528
7529         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7530         a buffer is ignored, not NOT_LINKED. No sense in making a source
7531         element error out; at least fdsrc considers NOT_LINKED to be a
7532         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7533
7534         * gst/switch/gstswitch-marshal.list:
7535         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7536         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7537         (gst_stream_selector_block): Make the block() signal return the
7538         last stop time of the active pad. Patch 10/12.
7539
7540         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7541         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7542         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7543         pad property, not an element property.
7544         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7545         duration, not timestamp. Patch 9/12.
7546
7547         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7548         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7549         cond mechanism instead of blocked pads. Patch 8/12.
7550
7551         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7552
7553         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7554         (gst_selector_pad_chain, gst_stream_selector_init)
7555         (gst_stream_selector_dispose): Add infrastructure for new blocking
7556         mechanism that does not use gst_pad_set_blocked, which does not
7557         work on sink pads. Patch 7/12.
7558
7559         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7560         (gst_stream_selector_get_property): Add last-stop-time readable
7561         property. Patch 6/12.
7562
7563         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7564         state variables.
7565
7566         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7567         (gst_selector_pad_chain): Push any pending stop event.
7568         (gst_stream_selector_set_active_pad)
7569         (gst_stream_selector_set_property): Factor out setting the active
7570         pad to a function. Close the segment of the previous active pad if
7571         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7572         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7573
7574         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7575         the block() signal. This implementation will be replaced in future
7576         patches, however. Patch 4/12.
7577
7578         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7579         vmethod prototypes.
7580
7581         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7582         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7583         vmethod definitions. Patch 3/12.
7584
7585         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7586         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7587         `block' and `switch' signals.
7588
7589         * gst/switch/Makefile.am: 
7590         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7591         marshaller for the `switch' signal. Patch 2/12.
7592
7593         * gst/switch/gstswitch.h: 
7594         * gst/switch/gstswitch.c: Replace with files from
7595         gststreamselector.[ch], registered as the "switch" plugin, with
7596         "GstSwitch" types. Patch 1/12.
7597
7598 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7599
7600         * ext/metadata/TODO:
7601         * ext/metadata/gstmetadatademux.c:
7602         * ext/metadata/metadata.c:
7603         * ext/metadata/metadata.h:
7604         * ext/metadata/metadataparsejpeg.c:
7605         * ext/metadata/metadataparsejpeg.h:
7606         * ext/metadata/metadataparsepng.c:
7607         * ext/metadata/metadataparsepng.h:
7608         * ext/metadata/test/MetadataEditorMain.glade:
7609         * ext/metadata/test/metadata_editor.c:
7610           Added "parse-only" property to metadatademux.
7611
7612 2007-12-16  David Schleef  <ds@schleef.org>
7613
7614         * sys/glsink/glimagesink.c:
7615         * sys/glsink/glimagesink.h:
7616         * sys/glsink/glvideo.c:
7617         * sys/glsink/glvideo.h:
7618           Rename GLVideo* to GstGL*.
7619
7620 2007-12-15  David Schleef  <ds@schleef.org>
7621
7622         * sys/glsink/Makefile.am:
7623         * sys/glsink/glextensions.c:
7624         * sys/glsink/glextensions.h:
7625         * sys/glsink/glvideo.c:
7626           Add vblank synchronization.  Isn't really working on my
7627           driver. :(
7628
7629 2007-12-15  David Schleef  <ds@schleef.org>
7630
7631         * sys/glsink/Makefile.am:
7632         * sys/glsink/glimagesink.c:
7633         * sys/glsink/glvideo.c:
7634         * sys/glsink/glvideo.h:
7635         * sys/glsink/gstvideo-common.c:
7636         * sys/glsink/gstvideo-common.h:
7637           Add support for xRGB, xBGR, and AYUV.  Re-add support for
7638           power-of-2 textures.
7639
7640 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7641
7642         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
7643         (gst_video_parse_sink_event):
7644         Free the adapter on dispose and correctly reset on newsegment events.
7645
7646 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7647
7648         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
7649         (gst_video_parse_src_event), (gst_video_parse_src_query):
7650         Improve duration query by first asking upstream and if it can't handle
7651         the query try to get the duration in bytes from upstream and convert.
7652         For seeks, try if upstream handles this already first and do our
7653         conversion to byte format only if it doesn't and if we get a
7654         newsegment event in time format keep it and only do our conversions
7655         if the event has another format.
7656
7657 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7658
7659         * gst/videoparse/gstvideoparse.c:
7660         (gst_video_parse_format_get_type),
7661         (gst_video_parse_endianness_get_type),
7662         (gst_video_parse_class_init), (gst_video_parse_init),
7663         (gst_video_parse_set_property), (gst_video_parse_get_property),
7664         (gst_video_parse_format_to_fourcc),
7665         (gst_video_parse_update_block_size), (gst_video_parse_chain),
7666         (gst_video_parse_sink_event):
7667         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
7668         downstream elements downstream, not upstream.
7669
7670 2007-12-14  David Schleef  <ds@schleef.org>
7671
7672         * sys/glsink/gstvideo-common.c:
7673         * sys/glsink/gstvideo-common.h:
7674           Pull together some common raw video functions into one location.
7675           This should eventually move to -base.
7676         * sys/glsink/Makefile.am:
7677         * sys/glsink/glimagesink.c:
7678         * sys/glsink/glimagesink.h:
7679         * sys/glsink/glvideo.c:
7680         * sys/glsink/glvideo.h:
7681         * sys/glsink/gstopengl.c:
7682           Use the new video-common.h stuff.  Readd support for RGB video.
7683
7684 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
7685
7686         * ext/metadata/Makefile.am:
7687         * ext/metadata/TODO:
7688         * ext/metadata/gstmetadata.c:
7689         * ext/metadata/gstmetadatacommon.c:
7690         * ext/metadata/gstmetadatacommon.h:
7691         * ext/metadata/gstmetadatademux.c:
7692         * ext/metadata/gstmetadatademux.h:
7693         * ext/metadata/gstmetadatamux.c:
7694         * ext/metadata/gstmetadatamux.h:
7695         * ext/metadata/gstmetadataparse.c:
7696         * ext/metadata/gstmetadataparse.h:
7697         * ext/metadata/metadataexif.c:
7698         * ext/metadata/metadatatags.c:
7699         * ext/metadata/test/metadata_editor.c:
7700           Added new module for common functions. Using GST_TYPE_FRACTION for
7701           Exif (S)Rational types.
7702
7703 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7704
7705         * gst/mpegtsparse/mpegtspacketizer.c:
7706         * gst/mpegtsparse/mpegtspacketizer.h:
7707         Hash streams by pid again. Add a linked list inside each
7708         stream with a list of sub_tables. Fix multiple sections
7709         as it was borked with my last commit.
7710
7711 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
7712
7713         * sys/glsink/Makefile.am: add glvideo.h
7714         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
7715         * gst-plugins-bad.spec.in: add latest plugins
7716
7717 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7718
7719         * ext/metadata/TODO:
7720         * ext/metadata/gstmetadatamux.c:
7721         * ext/metadata/gstmetadataparse.c:
7722         * ext/metadata/metadata.c:
7723         * ext/metadata/metadata.h:
7724         * ext/metadata/metadataiptc.c:
7725         * ext/metadata/metadatamuxjpeg.c:
7726         * ext/metadata/metadatamuxjpeg.h:
7727         * ext/metadata/metadatamuxpng.c:
7728         * ext/metadata/metadatamuxpng.h:
7729         * ext/metadata/metadataparsejpeg.c:
7730         * ext/metadata/metadataparsejpeg.h:
7731         * ext/metadata/metadataparsepng.c:
7732         * ext/metadata/metadataparsepng.h:
7733         * ext/metadata/metadataparseutil.c:
7734         * ext/metadata/metadataparseutil.h:
7735         * ext/metadata/metadatatypes.h:
7736         * ext/metadata/metadataxmp.c:
7737           Code documentation.
7738
7739 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7740
7741         * configure.ac:
7742         * ext/metadata/Makefile.am:
7743         * ext/metadata/gstmetadatamux.c:
7744         * ext/metadata/gstmetadataparse.c:
7745         * ext/metadata/metadataexif.c:
7746         * ext/metadata/metadatatags.c:
7747         * ext/metadata/test/Makefile:
7748         * ext/metadata/test/MetadataEditorMain.glade:
7749         * ext/metadata/test/metadata_editor.c:
7750           Added a test application. Added some EXIF tags. Fixed a muxer bug.
7751
7752 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7753
7754         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7755           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
7756           Implement a query type function for the src pad, implement seeking
7757           and use ANY caps for the sink pad as the element doesn't care what
7758           caps the input has and everything is handled via properties.
7759
7760 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7761
7762         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
7763           (gst_video_parse_sink_event):
7764           Handle -1 values for the CONVERT query too.
7765
7766 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7767
7768         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
7769           Add YV12 to the pad templates as it is supported too and allow
7770           -1 as stop position for NEWSEGMENT events.
7771
7772 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7773
7774         * gst/videoparse/Makefile.am:
7775           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
7776
7777         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7778           (gst_video_parse_set_property), (gst_video_parse_get_property):
7779           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
7780           gives a g_critical().
7781
7782 2007-12-12  David Schleef  <ds@schleef.org>
7783
7784         * gst/videoparse/README:
7785         * gst/videoparse/gstvideoparse.c:
7786           Add a bunch of features: handle format specification, handle
7787           queries and conversion.  Works much like a normal parser now.
7788
7789 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7790
7791         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
7792         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
7793         (gst_rtp_pt_demux_change_state):
7794         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
7795         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
7796         (gst_rtp_ssrc_demux_change_state):
7797         Clean up the dynamic pads when going to READY.
7798
7799 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7800
7801         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
7802         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7803         (gst_rtp_bin_handle_message):
7804         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
7805         (rtp_session_send_bye):
7806         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
7807         Fix some leaks.
7808
7809 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
7810
7811         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
7812           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
7813           (gst_dtsdec_chain):
7814         * ext/dts/gstdtsdec.h:
7815           Add support for "audio/x-private1-dts" as used by flupsparse. Most
7816           changes adapted from a52dec.
7817
7818 2007-12-11  David Schleef  <ds@schleef.org>
7819
7820         * sys/glsink/Makefile.am:
7821         * sys/glsink/glimagesink.c:
7822         * sys/glsink/glvideo.c:
7823         * sys/glsink/glvideo.h:
7824           Split out gl-related code into a separate file with a
7825           sensible API.  Major cleanup.  Still crashes occasionally
7826           due to different threads touching bits at the same time.
7827
7828 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7829
7830         Patch by: Wouter Cloetens <wouter at mind dot be>
7831
7832         * ext/soup/gstsouphttpsrc.c: (_do_init),
7833         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
7834         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
7835         (gst_souphttp_src_get_property), (unicodify),
7836         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
7837         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7838         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7839         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
7840         (soup_got_headers), (soup_got_body), (soup_finished),
7841         (soup_got_chunk), (soup_response), (soup_parse_status),
7842         (gst_souphttp_src_uri_get_type),
7843         (gst_souphttp_src_uri_get_protocols),
7844         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
7845         (gst_souphttp_src_uri_handler_init):
7846         * ext/soup/gstsouphttpsrc.h:
7847         Do not try to unpause I/O in the "queued" state.
7848         Reorganise a bunch of things and cleanups.
7849         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
7850         See #502335.
7851
7852 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7853
7854         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
7855         Fix caps memleak.
7856
7857 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7858
7859         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7860           (gst_flv_parse_tag_video):
7861           Don't strdup (and thus leak) codec name strings when passing
7862           them to gst_tag_list_add().
7863
7864 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7865
7866         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
7867         (gst_rtp_bin_handle_message):
7868         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
7869         (on_ssrc_sdes):
7870         Post a message when the SDES infor changes for a source.
7871
7872         * gst/rtpmanager/rtpsession.c:
7873         * gst/rtpmanager/rtpsource.c:
7874         Update some comments.
7875
7876 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7877
7878         Based on patch by: <mutex at runbox dot com>
7879
7880         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
7881         Forward the query upstream, the default element event handler does
7882         something different. Fixes #502879.
7883
7884 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7885
7886         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
7887         (gst_rtp_bin_class_init):
7888         * gst/rtpmanager/gstrtpbin.h:
7889         * gst/rtpmanager/gstrtpclient.c:
7890         * gst/rtpmanager/gstrtpclient.h:
7891         * gst/rtpmanager/gstrtpjitterbuffer.h:
7892         * gst/rtpmanager/gstrtpmanager.c:
7893         * gst/rtpmanager/gstrtpptdemux.c:
7894         * gst/rtpmanager/gstrtpptdemux.h:
7895         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
7896         (gst_rtp_session_class_init), (gst_rtp_session_init):
7897         * gst/rtpmanager/gstrtpsession.h:
7898         * gst/rtpmanager/gstrtpssrcdemux.c:
7899         * gst/rtpmanager/gstrtpssrcdemux.h:
7900         * gst/rtpmanager/rtpjitterbuffer.c:
7901         * gst/rtpmanager/rtpjitterbuffer.h:
7902         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7903         (on_ssrc_sdes), (rtp_session_process_sdes):
7904         * gst/rtpmanager/rtpsession.h:
7905         * gst/rtpmanager/rtpsource.c:
7906         * gst/rtpmanager/rtpsource.h:
7907         * gst/rtpmanager/rtpstats.c:
7908         * gst/rtpmanager/rtpstats.h:
7909         Add signal to notify of an SDES change.
7910         Fix object type in the signal callbacks.
7911
7912 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7913
7914         * gst/rtpmanager/gstrtpbin.c: (create_session),
7915         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
7916         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7917         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
7918         * gst/rtpmanager/gstrtpbin.h:
7919         Expose SDES items as properties and configure the session managers with
7920         them.
7921
7922         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7923         (rtp_source_set_property):
7924         Fix SSRC property.
7925
7926 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7927
7928         * gst/rtpmanager/gstrtpbin.c: (create_session):
7929         * gst/rtpmanager/rtpjitterbuffer.c:
7930         Update comment.
7931
7932         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
7933         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
7934         Define some GObject properties to set SDES and other configuration.
7935
7936         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7937         (rtp_session_init), (rtp_session_finalize),
7938         (rtp_session_set_property), (rtp_session_get_property),
7939         (on_ssrc_sdes), (rtp_session_set_bandwidth),
7940         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
7941         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
7942         (rtp_session_get_sdes_string), (obtain_source),
7943         (rtp_session_get_internal_source), (rtp_session_process_sdes),
7944         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
7945         (is_rtcp_time):
7946         * gst/rtpmanager/rtpsession.h:
7947         Add signal when new SDES infor has been found for a source.
7948         Create properties for SDES and other info.
7949         Simplify the SDES API.
7950         Add method for getting the internal source object of the session.
7951
7952         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7953         (rtp_source_finalize), (rtp_source_set_property),
7954         (rtp_source_get_property), (rtp_source_set_callbacks),
7955         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
7956         (rtp_source_is_as_csrc), (rtp_source_is_active),
7957         (rtp_source_is_validated), (rtp_source_is_sender),
7958         (rtp_source_received_bye), (rtp_source_get_bye_reason),
7959         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
7960         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
7961         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
7962         * gst/rtpmanager/rtpsource.h:
7963         Add GObject properties for various things.
7964         Don't leak the bye reason.
7965
7966 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
7967
7968         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7969         (gst_flv_parse_tag_video):
7970         Fix list of supported and known codecs.
7971         Emit tag with the codec name so it gets properly reported in totem and
7972         other applications.
7973
7974 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7975
7976         * configure.ac:
7977         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7978
7979 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7980
7981         * gst/equalizer/gstiirequalizer.c:
7982         (gst_iir_equalizer_transform_ip):
7983         Fix compilation.
7984
7985 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7986
7987         * gst/equalizer/gstiirequalizer.c:
7988         (gst_iir_equalizer_transform_ip):
7989         Don't process buffers in passthrough mode.
7990
7991 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7992
7993         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7994         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7995         The transform() methods are not called in passthrough mode so
7996         there's no need for checking if the element is in passthrough mode.
7997
7998 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7999
8000         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8001         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8002         Sync the GObject properties with the controller even in passthrough
8003         mode to get consistent property values.
8004
8005 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
8006
8007         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
8008           Mark crc values table as constant.
8009
8010 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
8011
8012         * ext/metadata/metadataexif.c:
8013         * ext/metadata/metadataiptc.c:
8014         * ext/metadata/metadatatags.c:
8015         * ext/metadata/metadatatags.h:
8016         * ext/metadata/metadataxmp.c:
8017           Added some tags to exif parser.
8018
8019 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8020
8021         * gst/mpegtsparse/mpegtspacketizer.c:
8022         * gst/mpegtsparse/mpegtsparse.c:
8023         A sub table is identified by the pair table_id and 
8024         sub_table_identifier, not by pid. So hash with that.
8025         * sys/dvb/dvbbasebin.c:
8026         Make sure initial pids are added properly to filter,
8027
8028 2007-12-05  Andy Wingo  <wingo@pobox.com>
8029
8030         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
8031         buffers from app thread when unsetting `queue-buffers', it's
8032         dangerous and the chain function will do it for us anyway.
8033
8034 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8035
8036         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
8037         (metadatamux_jpeg_lazy_update):
8038         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
8039         (metadataparse_jpeg_reading):
8040           Now compiles even when libiptc is missing.
8041
8042 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8043
8044         * ext/metadata/gstmetadatamux.c:
8045         * ext/metadata/gstmetadatamux.h:
8046         * ext/metadata/gstmetadataparse.c:
8047         * ext/metadata/gstmetadataparse.h:
8048         * ext/metadata/metadata.c:
8049         * ext/metadata/metadata.h:
8050         * ext/metadata/metadatamuxjpeg.c:
8051         * ext/metadata/metadatamuxjpeg.h:
8052         * ext/metadata/metadatamuxpng.c:
8053         * ext/metadata/metadatamuxpng.h:
8054           Fixed element properties and now muxer writes to png also.
8055
8056 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8057
8058         * gst/mpegtsparse/Makefile.am:
8059         * gst/mpegtsparse/mpegtspacketizer.c:
8060         * gst/mpegtsparse/mpegtsparse.c:
8061         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
8062         messages.
8063         * sys/dvb/dvbbasebin.c:
8064         Instead of attaching to signals, use the bus messages.
8065         Also fix up so the dvbsrc starts only outputting the info tables
8066         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
8067
8068 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
8069
8070         * ext/metadata/gstmetadatamux.c:
8071         * ext/metadata/gstmetadatamux.h:
8072         * ext/metadata/metadataexif.c:
8073         * ext/metadata/metadataexif.h:
8074         * ext/metadata/metadataiptc.c:
8075         * ext/metadata/metadataiptc.h:
8076         * ext/metadata/metadatamuxjpeg.c:
8077         * ext/metadata/metadataxmp.c:
8078         * ext/metadata/metadataxmp.h:
8079           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
8080           implemets GstTagSetter interface.
8081
8082 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
8083
8084         * gst/librfb/rfbdecoder.c:
8085                 Should fix the 64-bit build
8086
8087 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8088
8089         * ext/metadata/gstmetadatamux.c:
8090         * ext/metadata/gstmetadatamux.h:
8091         * ext/metadata/gstmetadataparse.c:
8092         * ext/metadata/gstmetadataparse.h:
8093         * ext/metadata/metadataexif.c:
8094         * ext/metadata/metadataexif.h:
8095         * ext/metadata/metadataiptc.c:
8096         * ext/metadata/metadataiptc.h:
8097         * ext/metadata/metadatamuxjpeg.c:
8098         * ext/metadata/metadatamuxpng.c:
8099         * ext/metadata/metadataparsejpeg.c:
8100         * ext/metadata/metadataparsepng.c:
8101         * ext/metadata/metadataxmp.c:
8102         * ext/metadata/metadataxmp.h:
8103           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
8104
8105 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8106
8107         * gst/librfb/rfbdecoder.c:
8108         * gst/librfb/rfbdecoder.h:
8109                 Add CoRRE encoding
8110
8111 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8112
8113         * gst/mpegtsparse/mpegtsparse.c:
8114         CRC check the psi pids. CRC checking code relicenced from MPL.
8115         Thanks Fluendo.
8116
8117 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8118
8119         * ext/metadata/Makefile.am:
8120         * ext/metadata/gstmetadatamux.c:
8121         * ext/metadata/gstmetadatamux.h:
8122         * ext/metadata/gstmetadataparse.c:
8123         * ext/metadata/metadata.c:
8124         * ext/metadata/metadata.h:
8125         * ext/metadata/metadatamuxjpeg.c:
8126         * ext/metadata/metadatamuxjpeg.h:
8127         * ext/metadata/metadatamuxpng.c:
8128         * ext/metadata/metadatamuxpng.h:
8129         * ext/metadata/metadataparsejpeg.c:
8130         * ext/metadata/metadataparsejpeg.h:
8131         * ext/metadata/metadataparsepng.c:
8132         * ext/metadata/metadataparsepng.h:
8133         * ext/metadata/metadatatypes.c:
8134         * ext/metadata/metadatatypes.h:
8135           Fixed get_range bug when injecting and stripping. And mux is almost
8136           done now.
8137
8138 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8139
8140         * gst/librfb/rfbdecoder.c:
8141                 Use glib macro for swapping
8142
8143 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
8144
8145         * gst/librfb/gstrfbsrc.c:
8146         * gst/librfb/rfbdecoder.c:
8147         * gst/librfb/rfbdecoder.h:
8148                 Disable CopyRect encoding by default
8149                 Add RRE encoding
8150
8151 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8152
8153         Patch by: Wouter Cloetens <wouter at mind dot be>
8154
8155         * configure.ac:
8156         Bump libsoup requirement as libsoup does not support async client
8157         operation prior to version 2.2.104 and it has some leaks.
8158
8159         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
8160         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8161         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
8162         (gst_souphttp_src_start), (gst_souphttp_src_stop),
8163         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
8164         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
8165         (soup_finished), (soup_got_chunk), (soup_response),
8166         (soup_session_close):
8167         * ext/soup/gstsouphttpsrc.h:
8168         Implement unlock().
8169         Picks up the size from the Content-Length header and emit a duration
8170         message.
8171         Don't leak the GMainContext object.
8172         Fixes #500099.
8173
8174 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8175
8176         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8177         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
8178         (alsaspdifsink_find_pcm_device):
8179         Don't free uninitialized data when we are in error.
8180
8181 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8182
8183         * ext/metadata/gstmetadatamux.c:
8184         * ext/metadata/gstmetadataparse.c:
8185         * ext/metadata/metadataexif.c:
8186         * ext/metadata/metadataexif.h:
8187         * ext/metadata/metadataiptc.c:
8188         * ext/metadata/metadataiptc.h:
8189         * ext/metadata/metadatatags.c:
8190         * ext/metadata/metadatatags.h:
8191         * ext/metadata/metadataxmp.c:
8192         * ext/metadata/metadataxmp.h:
8193           Sending make and model individual tags and muxer now links fine.
8194
8195 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8196
8197         * ext/metadata/Makefile.am:
8198         * ext/metadata/gstmetadata.c:
8199         * ext/metadata/gstmetadatamux.c:
8200         * ext/metadata/gstmetadatamux.h:
8201         * ext/metadata/gstmetadataparse.c:
8202         * ext/metadata/gstmetadataparse.h:
8203         * ext/metadata/metadata.c:
8204         * ext/metadata/metadata.h:
8205         * ext/metadata/metadataexif.c:
8206         * ext/metadata/metadataexif.h:
8207         * ext/metadata/metadataiptc.c:
8208         * ext/metadata/metadataiptc.h:
8209         * ext/metadata/metadataparse.c:
8210         * ext/metadata/metadataparse.h:
8211         * ext/metadata/metadataparseexif.c:
8212         * ext/metadata/metadataparseexif.h:
8213         * ext/metadata/metadataparseiptc.c:
8214         * ext/metadata/metadataparseiptc.h:
8215         * ext/metadata/metadataparsexmp.c:
8216         * ext/metadata/metadataparsexmp.h:
8217         * ext/metadata/metadatatags.c:
8218         * ext/metadata/metadatatags.h:
8219         * ext/metadata/metadataxmp.c:
8220         * ext/metadata/metadataxmp.h:
8221           Small fixes in get_range and better structure for generic muxer and
8222           demuxer.
8223
8224 2007-11-26  Julien Moutte  <julien@fluendo.com>
8225
8226         * configure.ac: Add QuickTime Wrapper plug-in.
8227         * gst/speexresample/gstspeexresample.c:
8228         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
8229         build on Mac OS X Leopard. Incorrect printf format arguments.
8230         * sys/Makefile.am:
8231         * sys/qtwrapper/Makefile.am:
8232         * sys/qtwrapper/audiodecoders.c:
8233         (qtwrapper_audio_decoder_base_init),
8234         (qtwrapper_audio_decoder_class_init),
8235         (qtwrapper_audio_decoder_init),
8236         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
8237         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
8238         (make_samr_magic_cookie), (open_decoder),
8239         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
8240         (qtwrapper_audio_decoder_chain),
8241         (qtwrapper_audio_decoder_sink_event),
8242         (qtwrapper_audio_decoders_register):
8243         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
8244         (fourcc_to_caps):
8245         * sys/qtwrapper/codecmapping.h:
8246         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
8247         (image_description_for_mp4v), (image_description_from_stsd_buffer),
8248         (image_description_from_codec_data):
8249         * sys/qtwrapper/imagedescription.h:
8250         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
8251         (get_output_info_from_component), (dump_avcc_atom),
8252         (dump_image_description), (dump_codec_decompress_params),
8253         (addSInt32ToDictionary), (dump_cvpixel_buffer),
8254         (DestroyAudioBufferList), (AllocateAudioBufferList):
8255         * sys/qtwrapper/qtutils.h:
8256         * sys/qtwrapper/qtwrapper.c: (plugin_init):
8257         * sys/qtwrapper/qtwrapper.h:
8258         * sys/qtwrapper/videodecoders.c:
8259         (qtwrapper_video_decoder_base_init),
8260         (qtwrapper_video_decoder_class_init),
8261         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
8262         (fill_image_description), (new_image_description), (close_decoder),
8263         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
8264         (decompressCb), (qtwrapper_video_decoder_chain),
8265         (qtwrapper_video_decoder_sink_event),
8266         (qtwrapper_video_decoders_register): Initial import of QuickTime
8267         wrapper jointly developped by Songbird authors (Pioneers of the
8268         Inevitable) and Fluendo.
8269
8270 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
8271
8272         * gst/spectrum/gstspectrum.c:
8273           Use dispose and finalize. Dispose can be called multiple times.
8274
8275 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
8276
8277         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8278         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
8279           Now works when get_range is not available upstream.
8280
8281 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
8282
8283         * gst/speexresample/README:
8284         * gst/speexresample/arch.h:
8285         * gst/speexresample/resample.c: (resampler_basic_direct_single),
8286         (resampler_basic_direct_double),
8287         (resampler_basic_interpolate_single),
8288         (resampler_basic_interpolate_double),
8289         (speex_resampler_process_native), (speex_resampler_process_float),
8290         (speex_resampler_process_int),
8291         (speex_resampler_process_interleaved_float),
8292         (speex_resampler_process_interleaved_int),
8293         (speex_resampler_get_input_latency),
8294         (speex_resampler_get_output_latency):
8295         * gst/speexresample/speex_resampler.h:
8296         Update speex resampler to latest SVN. We're now down to only the
8297         changes noted in README again.
8298
8299         * gst/speexresample/speex_resampler_wrapper.h:
8300         * gst/speexresample/gstspeexresample.c:
8301         (gst_speex_resample_push_drain), (gst_speex_resample_query):
8302         Adjust to API changes.
8303
8304 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
8305
8306         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8307         (gst_flv_parse_tag_video):
8308         Output segment with proper 'stop' value, makes flvdemux 100% compatible
8309         with gnonlin.
8310
8311 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
8312
8313         * ext/dc1394/gstdc1394.c:
8314           Set initial structure name to fix assertion, due to recent caps name
8315           constraints.
8316
8317 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
8318
8319         patch by: Alessandro Decina
8320
8321         * gst/mpegtsparse/mpegtspacketizer.c:
8322         * gst/mpegtsparse/mpegtspacketizer.h:
8323         * gst/mpegtsparse/mpegtsparse.c:
8324         * gst/mpegtsparse/mpegtsparse.h:
8325         pat-info is now a signal not a GObject property that
8326         gets notified.
8327         pat-info, pmt-info now instead of passing a GObject as
8328         a parameter, pass a GstStructure.
8329         New signals: nit-info, sdt-info, eit-info for DVB SI information
8330         * sys/dvb/camconditionalaccess.c:
8331         * sys/dvb/camconditionalaccess.h:
8332         * sys/dvb/camdevice.c:
8333         * sys/dvb/camdevice.h:
8334         * sys/dvb/camswclient.c:
8335         * sys/dvb/camswclient.h:
8336         * sys/dvb/camutils.c:
8337         * sys/dvb/camutils.h:
8338         Cam code now uses the pmt GstStructure passed from mpegtsparse
8339         signals rather than the GObject.
8340         * sys/dvb/dvbbasebin.c:
8341         Use new signals in mpegtsparse and use GstStructures as per
8342         mpegtsparse's modified API.
8343         
8344 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
8345
8346         * ext/metadata/Makefile.am:
8347         * ext/metadata/gstmetadata.c:
8348         * ext/metadata/gstmetadatamux.c:
8349         * ext/metadata/gstmetadatamux.h:
8350         * ext/metadata/gstmetadataparse.c:
8351         * ext/metadata/gstmetadataparse.h:
8352         * ext/metadata/metadataparse.c:
8353         * ext/metadata/metadataparse.h:
8354         * ext/metadata/metadataparsejpeg.c:
8355         * ext/metadata/metadataparsejpeg.h:
8356         * ext/metadata/metadataparsepng.c:
8357         * ext/metadata/metadataparsepng.h:
8358         * ext/metadata/metadataparsetypes.h:
8359         * ext/metadata/metadatatypes.c:
8360         * ext/metadata/metadatatypes.h:
8361           Now parser is generic (just add/remove a list of chunks). And a
8362           template of muxer has been created.
8363
8364 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8365
8366         * gst/speexresample/gstspeexresample.c:
8367         (gst_speex_resample_update_state):
8368         Only post the latency message if we have a resampler state already.
8369
8370 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8371
8372         * gst/speexresample/gstspeexresample.c:
8373         (gst_speex_resample_update_state):
8374         Also post GST_MESSAGE_LATENCY if the latency changes.
8375
8376 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8377
8378         * gst/speexresample/resample.c: (speex_resampler_get_latency),
8379         (speex_resampler_drain_float), (speex_resampler_drain_int),
8380         (speex_resampler_drain_interleaved_float),
8381         (speex_resampler_drain_interleaved_int):
8382         * gst/speexresample/speex_resampler.h:
8383         * gst/speexresample/speex_resampler_wrapper.h:
8384         Add functions to push the remaining samples and to get the latency
8385         of the resampler. These will get added to Speex SVN in this or a
8386         slightly changed form at some point too and should get merged then
8387         again.
8388
8389         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
8390         (gst_speex_resample_init_state),
8391         (gst_speex_resample_transform_size),
8392         (gst_speex_resample_push_drain), (gst_speex_resample_event),
8393         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
8394         (gst_speex_resample_query), (gst_speex_resample_query_type):
8395         Drop the prepending zeroes and output the remaining samples on EOS.
8396         Also properly implement the latency query for this. speexresample
8397         should be completely ready for production use now.
8398
8399 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
8400
8401         * gst/rtpmanager/gstrtpjitterbuffer.c:
8402         (gst_rtp_jitter_buffer_query):
8403         jitterbuffer can buffer an unlimited amount of time and thus has no
8404         max_latency requirements.
8405
8406 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8407
8408         * gst/speexresample/README:
8409         Add README explaining where the resampling code was taken from
8410         and which changes were done.
8411
8412         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8413         (speex_free):
8414         Use g_malloc() and friends instead of malloc() to achieve higher
8415         portability and define the functions inline.
8416
8417         * gst/speexresample/speex_resampler.h:
8418         Add back some useless preprocessor stuff to keep the diff between
8419         our version and the one from the Speex SVN repository lower.
8420
8421 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8422
8423         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8424         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8425         Post a GST_MESSAGE_LATENCY if the latency changes.
8426
8427 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8428
8429         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8430         Don't try to flush the decoder on EOS when it was not initialized.
8431         Fixes #498667
8432
8433 2007-11-21  Julien Moutte  <julien@fluendo.com>
8434
8435         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8436         on Mac OS X. (missing format parameter)
8437
8438 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8439
8440         * gst/equalizer/gstiirequalizer10bands.c:
8441         * gst/equalizer/gstiirequalizer3bands.c:
8442           Remove preset iface again. We'll re-add this after its been released
8443           in -good.
8444
8445 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8446
8447         * gst/speexresample/gstspeexresample.c:
8448         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8449         Some small cleanup and addition of a TODO item.
8450
8451 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8452
8453         * gst/speexresample/Makefile.am:
8454         Add missing file.
8455
8456 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8457
8458         * docs/plugins/inspect/plugin-app.xml:
8459         * docs/plugins/inspect/plugin-bayer.xml:
8460         * docs/plugins/inspect/plugin-cdaudio.xml:
8461         * docs/plugins/inspect/plugin-dvb.xml:
8462         * docs/plugins/inspect/plugin-dvbsrc.xml:
8463         * docs/plugins/inspect/plugin-dvdspu.xml:
8464         * docs/plugins/inspect/plugin-festival.xml:
8465         * docs/plugins/inspect/plugin-flvdemux.xml:
8466         * docs/plugins/inspect/plugin-gstinterlace.xml:
8467         * docs/plugins/inspect/plugin-interleave.xml:
8468         * docs/plugins/inspect/plugin-ladspa.xml:
8469         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8470         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8471         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8472         * docs/plugins/inspect/plugin-mve.xml:
8473         * docs/plugins/inspect/plugin-nas.xml:
8474         * docs/plugins/inspect/plugin-nuvdemux.xml:
8475         * docs/plugins/inspect/plugin-quicktime.xml:
8476         * docs/plugins/inspect/plugin-real.xml:
8477         * docs/plugins/inspect/plugin-rfbsrc.xml:
8478         * docs/plugins/inspect/plugin-sdp.xml:
8479         * docs/plugins/inspect/plugin-sndfile.xml:
8480         * docs/plugins/inspect/plugin-soup.xml:
8481         * docs/plugins/inspect/plugin-speexresample.xml:
8482         * docs/plugins/inspect/plugin-stereo.xml:
8483         * docs/plugins/inspect/plugin-switch.xml:
8484         * docs/plugins/inspect/plugin-vcdsrc.xml:
8485         * docs/plugins/inspect/plugin-videocrop.xml:
8486         * docs/plugins/inspect/plugin-videoparse.xml:
8487         * docs/plugins/inspect/plugin-vmnc.xml:
8488         * docs/plugins/inspect/plugin-x264.xml:
8489         * docs/plugins/inspect/plugin-y4menc.xml:
8490         Add missing inspection files to CVS.
8491
8492 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8493
8494         * docs/plugins/Makefile.am:
8495         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8496         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8497         * docs/plugins/gst-plugins-bad-plugins.args:
8498         * docs/plugins/gst-plugins-bad-plugins.signals:
8499         * docs/plugins/inspect/plugin-bz2.xml:
8500         * docs/plugins/inspect/plugin-cdxaparse.xml:
8501         * docs/plugins/inspect/plugin-dtsdec.xml:
8502         * docs/plugins/inspect/plugin-equalizer.xml:
8503         * docs/plugins/inspect/plugin-faac.xml:
8504         * docs/plugins/inspect/plugin-faad.xml:
8505         * docs/plugins/inspect/plugin-filter.xml:
8506         * docs/plugins/inspect/plugin-freeze.xml:
8507         * docs/plugins/inspect/plugin-gio.xml:
8508         * docs/plugins/inspect/plugin-gsm.xml:
8509         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8510         * docs/plugins/inspect/plugin-h264parse.xml:
8511         * docs/plugins/inspect/plugin-modplug.xml:
8512         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8513         * docs/plugins/inspect/plugin-musepack.xml:
8514         * docs/plugins/inspect/plugin-musicbrainz.xml:
8515         * docs/plugins/inspect/plugin-nsfdec.xml:
8516         * docs/plugins/inspect/plugin-replaygain.xml:
8517         * docs/plugins/inspect/plugin-soundtouch.xml:
8518         * docs/plugins/inspect/plugin-spcdec.xml:
8519         * docs/plugins/inspect/plugin-spectrum.xml:
8520         * docs/plugins/inspect/plugin-speed.xml:
8521         * docs/plugins/inspect/plugin-tta.xml:
8522         * docs/plugins/inspect/plugin-videosignal.xml:
8523         * docs/plugins/inspect/plugin-xingheader.xml:
8524         * docs/plugins/inspect/plugin-xvid.xml:
8525         * gst/speexresample/gstspeexresample.h:
8526         Add speexresample to the docs and while at that do a make update.
8527
8528 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8529
8530         * gst/speexresample/gstspeexresample.c:
8531         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8532         If the resampler gives less output samples than expected
8533         adjust the output buffer and print a warning.
8534
8535 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8536
8537         * configure.ac:
8538         * gst/speexresample/arch.h:
8539         * gst/speexresample/fixed_generic.h:
8540         * gst/speexresample/gstspeexresample.c:
8541         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8542         (gst_speex_resample_init), (gst_speex_resample_start),
8543         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8544         (gst_speex_resample_transform_caps),
8545         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8546         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8547         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8548         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8549         (gst_speex_resample_process), (gst_speex_resample_transform),
8550         (gst_speex_resample_set_property),
8551         (gst_speex_resample_get_property), (plugin_init):
8552         * gst/speexresample/gstspeexresample.h:
8553         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8554         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8555         (resampler_basic_direct_single), (resampler_basic_direct_double),
8556         (resampler_basic_interpolate_single),
8557         (resampler_basic_interpolate_double), (update_filter),
8558         (speex_resampler_init), (speex_resampler_init_frac),
8559         (speex_resampler_destroy), (speex_resampler_process_native),
8560         (speex_resampler_process_float), (speex_resampler_process_int),
8561         (speex_resampler_process_interleaved_float),
8562         (speex_resampler_process_interleaved_int),
8563         (speex_resampler_set_rate), (speex_resampler_get_rate),
8564         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8565         (speex_resampler_set_quality), (speex_resampler_get_quality),
8566         (speex_resampler_set_input_stride),
8567         (speex_resampler_get_input_stride),
8568         (speex_resampler_set_output_stride),
8569         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8570         (speex_resampler_reset_mem), (speex_resampler_strerror):
8571         * gst/speexresample/speex_resampler.h:
8572         * gst/speexresample/speex_resampler_float.c:
8573         * gst/speexresample/speex_resampler_int.c:
8574         * gst/speexresample/speex_resampler_wrapper.h:
8575         Add resample element based on the Speex resampling algorithm.
8576
8577 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8578
8579         * ext/metadata/gstmetadataparse.c:
8580         * ext/metadata/gstmetadataparse.h:
8581           Fixed buffer strip (safer wil pull and after seek).
8582
8583 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8584
8585         * gst/equalizer/gstiirequalizer10bands.c:
8586         * gst/equalizer/gstiirequalizer3bands.c:
8587           Activate preset iface and upload two presets here.
8588
8589 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8590
8591         * ext/metadata/gstmetadataparse.c:
8592         * ext/metadata/gstmetadataparse.h:
8593           Strip out in pull mode also. Seek and Query functions added.
8594
8595 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8596
8597         * ext/metadata/gstmetadataparse.c:
8598         * ext/metadata/gstmetadataparse.h:
8599         * ext/metadata/metadataparse.c:
8600         * ext/metadata/metadataparse.h:
8601         * ext/metadata/metadataparsejpeg.c:
8602         * ext/metadata/metadataparsejpeg.h:
8603         * ext/metadata/metadataparsepng.c:
8604         * ext/metadata/metadataparsepng.h:
8605         * ext/metadata/metadataparsetypes.h:
8606           Strip out metadata chunks.
8607
8608 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8609
8610         * configure.ac:
8611           Als use AG_GST_PLUGIN_DOCS (see #344039).
8612
8613 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8614
8615         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8616
8617         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8618         (remove_all), (mpegts_packetizer_clear):
8619         Ensure that the plugin does not crash when the property pat-info is
8620         queried before a PAT is available. It also ensures that the PAT info is
8621         cleared when the changing from PLAYING to READY.
8622         Fixes #487892.
8623
8624 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8625
8626         Patch by: Wouter Paesen <wouter at blue-gate dot be>
8627
8628         * ext/soundtouch/gstpitch.cc:
8629         Handle seeking correctly. Fixes #461068.
8630
8631 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8632
8633         Patch by: Michael Kötter <m dot koetter at oraise dot de>
8634
8635         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8636         (alsaspdifsink_get_time), (alsaspdifsink_open),
8637         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
8638         Fix sample rate and clocking.
8639         Remove buffer_time and period_time as this seems to break on some
8640         hardware. Fixes #485462.
8641
8642 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8643
8644         Patch by: Wouter Cloetens <wouter at mind dot be>
8645
8646         * configure.ac:
8647         * ext/Makefile.am:
8648         * ext/soup/Makefile.am:
8649         * ext/soup/gstsouphttpsrc.c: (_do_init),
8650         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
8651         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8652         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
8653         (gst_souphttp_src_create), (gst_souphttp_src_start),
8654         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
8655         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
8656         (soup_session_close), (plugin_init):
8657         * ext/soup/gstsouphttpsrc.h:
8658         Added HTTP source based on libsoup. Fixes #497020.
8659
8660 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8661
8662         * gst/librfb/gstrfbsrc.c:
8663         don't forget to handle the offset's
8664         * gst/librfb/rfbdecoder.c:
8665         * gst/librfb/rfbdecoder.h:
8666         precalculate some many used values
8667
8668 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8669
8670         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
8671         * gst/librfb/gstrfbsrc.c:
8672         Set the timestamp for the output buffers
8673
8674 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
8675
8676         * tests/check/elements/spectrum.c: (GST_START_TEST):
8677         Fix spectrum unit test for the latest spectrum changes.
8678
8679 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
8680
8681         Patch by: René Stadler <mail at renestadler dot de>
8682
8683         * gst/replaygain/rganalysis.c: (yule_filter):
8684         Avoid slowdown from denormals when processing near-silence input data.
8685         Spotted by Gabriel Bouvigne. Fixes #494499.
8686
8687 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
8688
8689         * gst/flv/gstflvparse.c:
8690         Add mapping for Nellymoser ASAO audio codec.
8691         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
8692         actually have data to read at the end of the tag. This avoids trying
8693         to allocate negative buffers.
8694
8695 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
8696
8697         * ext/metadata/README:
8698           Added a design proposal from metadata parse and mux.
8699
8700 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8701
8702         * gst/equalizer/demo.c: (draw_spectrum):
8703         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
8704         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
8705         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
8706         Change the meaning of the magnitude values given in the
8707         GstMessages by spectrum to decibel instead of
8708         decibel+threshold.
8709
8710 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8711
8712         * gst/equalizer/gstiirequalizer10bands.c:
8713         * gst/equalizer/gstiirequalizer3bands.c:
8714         * gst/equalizer/gstiirequalizernbands.c:
8715         And continue to update docs. Also include some sample code
8716         for the n-band equalizer in the docs.
8717
8718 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8719
8720         * gst/equalizer/gstiirequalizer10bands.c:
8721         (gst_iir_equalizer_10bands_class_init):
8722         * gst/equalizer/gstiirequalizer3bands.c:
8723         (gst_iir_equalizer_3bands_class_init):
8724         * gst/equalizer/gstiirequalizernbands.c:
8725         Update docs and property ranges to the real values.
8726
8727 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
8728
8729         * gst/spectrum/gstspectrum.c:
8730         Now do the scaling right for real. Also initialize a previously
8731         uninitialized variable.
8732
8733 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
8734
8735         * ext/metadata/metadataparsexmp.c:
8736         (metadataparse_xmp_tag_list_add),
8737         (metadataparse_xmp_iter_simple_qual),
8738         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
8739         (metadataparse_xmp_iter):
8740           Extracting more detailed info from XMP.
8741
8742 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
8743
8744         * gst/equalizer/demo.c:
8745           Make default volume a bit less. Improve layout by giving more space to
8746           the slider with big-numbers and enable fill.
8747
8748 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8749
8750         * configure.ac:
8751         * tests/check/pipelines/gio.c: (GST_START_TEST):
8752         Require GIO >= 0.1.2 and adjust unit test for an API change.
8753
8754 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8755
8756         * tests/icles/equalizer-test.c: (do_slider_fiddling):
8757         Fix gain ranges for the latest equalizer changes.
8758
8759 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8760
8761         * ext/gio/gstgio.h:
8762         Add macro to check if a stream supports seeking.
8763
8764         * ext/gio/Makefile.am:
8765         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
8766         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
8767         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
8768         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
8769         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
8770         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
8771         (gst_gio_base_sink_set_stream):
8772         * ext/gio/gstgiobasesink.h:
8773         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
8774         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
8775         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
8776         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
8777         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
8778         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
8779         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
8780         * ext/gio/gstgiobasesrc.h:
8781         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
8782         base classes that only require a GInputStream or GOutputStream to
8783         work.
8784
8785         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
8786         (gst_gio_sink_class_init), (gst_gio_sink_init),
8787         (gst_gio_sink_finalize), (gst_gio_sink_start):
8788         * ext/gio/gstgiosink.h:
8789         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
8790         (gst_gio_src_class_init), (gst_gio_src_init),
8791         (gst_gio_src_finalize), (gst_gio_src_start):
8792         * ext/gio/gstgiosrc.h:
8793         Use the newly created base classes here.
8794
8795         * ext/gio/gstgio.c: (plugin_init):
8796         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
8797         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
8798         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
8799         (gst_gio_stream_sink_get_property):
8800         * ext/gio/gstgiostreamsink.h:
8801         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
8802         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
8803         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
8804         (gst_gio_stream_src_get_property):
8805         * ext/gio/gstgiostreamsrc.h:
8806         Implement GstGioStreamSink and GstGioStreamSrc that have a property
8807         to set the GInputStream/GOutputStream that should be used.
8808
8809         * tests/check/Makefile.am:
8810         * tests/check/pipelines/.cvsignore:
8811         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
8812         (gio_testsuite), (main):
8813         Add unit test for giostreamsrc and giostreamsink.
8814
8815 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8816
8817         * ext/gio/gstgio.c: (plugin_init):
8818         Remove nowadays unnecessary workaround for a crash.
8819         
8820         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
8821         (gst_gio_sink_start), (gst_gio_sink_stop),
8822         (gst_gio_sink_unlock_stop):
8823         * ext/gio/gstgiosink.h:
8824         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
8825         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
8826         * ext/gio/gstgiosrc.h:
8827         Make the finalize function safer, clean up everything that could stay
8828         around.
8829
8830         Reset the cancellable instead of creating a new one after cancelling
8831         some operation.
8832
8833         Don't store the GFile in the element, it's only necessary for creating
8834         the streams.
8835
8836 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
8837
8838         * gst/spectrum/demo-audiotest.c: (main):
8839         Use autoaudiosink instead of alsasink and use a sine wave.
8840
8841         * gst/spectrum/gstspectrum.c:
8842         Fix the magnitude calculation.
8843
8844 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
8845
8846         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8847
8848         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
8849           (CDshowFakeSink.CDshowFakeSink):
8850         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
8851           Fix crasher in constructor due to the base class's constructor
8852           not necessarily being NULL-safe (depends on the SDK version used
8853           apparently; #492406).
8854
8855         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
8856         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
8857           Fix a couple of MSVC compiler warnings (#492406).
8858
8859 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
8860
8861         * gst/equalizer/demo.c: (main):
8862         * gst/equalizer/gstiirequalizer.c:
8863         (gst_iir_equalizer_band_class_init), (setup_filter):
8864         Allow setting 0 as bandwidth and handle this correctly.
8865         Also handle a bandwidth of rate/2 properly.
8866
8867         * gst/equalizer/gstiirequalizernbands.c:
8868         (gst_iir_equalizer_nbands_class_init):
8869         Make it possible to generate a N-band equalizer with 1 bands. The
8870         previous limit of 2 was caused by a nowadays replaced calculation
8871         doing a division by zero if number of bands was 1.
8872
8873 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
8874
8875         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8876
8877         * gst/rtpmanager/gstrtpsession.c:
8878           Fix bad function signatures (#492798).
8879
8880 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8881
8882         * ext/metadata/Makefile.am:
8883         * ext/metadata/gstmetadataparse.c:
8884         * ext/metadata/gstmetadataparse.h:
8885         * ext/metadata/metadataparse.c:
8886         * ext/metadata/metadataparse.h:
8887         * ext/metadata/metadataparseexif.c:
8888         * ext/metadata/metadataparseexif.h:
8889         * ext/metadata/metadataparseiptc.c:
8890         * ext/metadata/metadataparseiptc.h:
8891         * ext/metadata/metadataparsejpeg.c:
8892         * ext/metadata/metadataparsejpeg.h:
8893         * ext/metadata/metadataparsepng.c:
8894         * ext/metadata/metadataparsepng.h:
8895         * ext/metadata/metadataparseutil.c:
8896         * ext/metadata/metadataparseutil.h:
8897         * ext/metadata/metadataparsexmp.c:
8898         * ext/metadata/metadataparsexmp.h:
8899           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
8900           the file. 
8901
8902 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8903
8904         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8905         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
8906         (gst_metadata_parse_element_activate_src_pull):
8907           Now metadataparse works in push or pull mode.
8908
8909 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
8910
8911         * configure.ac:
8912         * ext/metadata/Makefile.am:
8913         * ext/metadata/metadataparseexif.c:
8914         (metadataparse_exif_tags_register),
8915         (metadataparse_exif_tag_list_add):
8916         * ext/metadata/metadataparseiptc.c:
8917         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
8918         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
8919         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
8920         * ext/metadata/metadataparseutil.c:
8921         (metadataparse_tag_list_add_chunk):
8922         * ext/metadata/metadataparseutil.h:
8923         * ext/metadata/metadataparsexmp.c:
8924         (metadataparse_xmp_tags_register),
8925         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
8926         (metadataparse_xmp_dispose):
8927         * ext/metadata/metadataparsexmp.h:
8928           Some XMP stuff added.
8929
8930 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
8931
8932         * ext/metadata/gstmetadataparse.c:
8933         (gst_metadata_parse_dispose_members),
8934         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
8935         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
8936         (gst_metadata_parse_change_state),
8937         (gst_metadata_parse_plugin_init):
8938         * ext/metadata/gstmetadataparse.h:
8939         * ext/metadata/metadataparseexif.c:
8940         (metadataparse_exif_tags_register),
8941         (metadataparse_exif_tag_list_add),
8942         (exif_data_foreach_content_func),
8943         (exif_content_foreach_entry_func):
8944         * ext/metadata/metadataparseexif.h:
8945         * ext/metadata/metadataparseiptc.c:
8946         (metadataparse_iptc_tags_register),
8947         (metadataparse_tag_list_add_chunk),
8948         (metadataparse_iptc_tag_list_add),
8949         (iptc_data_foreach_dataset_func):
8950         * ext/metadata/metadataparseiptc.h:
8951         * ext/metadata/metadataparsexmp.c:
8952         (metadataparse_xmp_tags_register),
8953         (metadataparse_xmp_tag_list_add):
8954         * ext/metadata/metadataparsexmp.h:
8955           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
8956           in the same way (look at bug #486659).
8957
8958 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8959
8960         * gst/librfb/rfbdecoder.c:
8961                 Some refactoring in RAW encoding
8962
8963 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8964
8965         * gst/librfb/d3des.h:
8966         * gst/librfb/gstrfbsrc.c:
8967         * gst/librfb/gstrfbsrc.h:
8968         * gst/librfb/rfbbuffer.h:
8969         * gst/librfb/rfbcontext.h:
8970         * gst/librfb/rfbdecoder.c:
8971         * gst/librfb/rfbdecoder.h:
8972         * gst/librfb/rfbutil.h:
8973         * gst/librfb/vncauth.h:
8974                 Added copyrect encoding
8975
8976 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8977
8978         * sys/dvb/camswclient.c:
8979         Warn on failed write.
8980
8981 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8982
8983         * gst/equalizer/Makefile.am:
8984         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
8985         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
8986         (draw_spectrum), (message_handler), (main):
8987         Add small demo application based on the spectrum demo applications
8988         that gets white noise as input, pushes it through an equalizer and
8989         paints the spectrum. For every equalizer band it's possible to set
8990         gain, bandwidth and frequency.
8991         * gst/equalizer/gstiirequalizer.c: (setup_filter):
8992         Add some guarding against too large or too small frequencies and
8993         bandwidths. Also improve debugging a bit.
8994
8995 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8996
8997         * gst/equalizer/gstiirequalizer.c:
8998         (gst_iir_equalizer_band_set_property),
8999         (gst_iir_equalizer_band_get_property),
9000         (gst_iir_equalizer_band_class_init), (arg_to_scale),
9001         (setup_filter), (gst_iir_equalizer_compute_frequencies):
9002         Replace filters with a bit better filters for which we can actually
9003         find documentation, which don't change anything on zero gain, etc.
9004         
9005         Make the frequency property of the bands writable, rename the
9006         band-width property to bandwidth and change the meaning to the
9007         frequency difference between bandedges, change the meaning of the
9008         gain property to dB instead of a weird scale between -1 and 1 that
9009         has no real meaning.
9010
9011 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
9012
9013         * sys/dvb/dvbbasebin.c:
9014           Fix the build.
9015
9016 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9017
9018         * ext/metadata/.cvsignore:
9019         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
9020         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
9021         (gst_metadata_parse_configure_srccaps),
9022         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
9023         (gst_metadata_parse_plugin_init):
9024         * ext/metadata/metadataparse.c: (metadataparse_parse):
9025         * ext/metadata/metadataparse.h:
9026           Changed kclass to "Parser/Extracter/Metadata", changed caps to
9027           "image/jpeg, tags-extract=true/false" and changed priority to
9028           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
9029           fixed to also work in pull mode.
9030
9031 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9032
9033         * configure.ac:
9034         * ext/Makefile.am:
9035         * ext/metadata/:
9036         * ext/metadata/Makefile.am:
9037         * ext/metadata/gstmetadata.c:
9038         * ext/metadata/gstmetadataparse.c:
9039         * ext/metadata/gstmetadataparse.h:
9040         * ext/metadata/metadataparse.c:
9041         * ext/metadata/metadataparse.h:
9042         * ext/metadata/metadataparseexif.c:
9043         * ext/metadata/metadataparseexif.h:
9044         * ext/metadata/metadataparseiptc.c:
9045         * ext/metadata/metadataparseiptc.h:
9046         * ext/metadata/metadataparsejpeg.c:
9047         * ext/metadata/metadataparsejpeg.h:
9048         * ext/metadata/metadataparsexmp.c:
9049         * ext/metadata/metadataparsexmp.h:
9050           Created new plugin ('medadata') and element ('metadataparse') that
9051           extract metadata from images (look at bug #486659).
9052
9053 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9054
9055         * sys/dvb/dvbbasebin.c:
9056         Uncomment the line that sets the pid filter. Wrong way to 
9057         work-around driver issues.
9058
9059 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
9060
9061         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
9062           (gst_faac_class_init), (gst_faac_init):
9063           Fix bitrate ranges and change enum nick for low complexity
9064           profile from LOW to LC for consistency (#490060).
9065
9066 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
9067
9068         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
9069           Let's not call every request pad we create "sink%d", that'll
9070           create problems if there's to be more than one pad. Fixes #490682.
9071
9072         * tests/check/Makefile.am:
9073         * tests/check/elements/.cvsignore:
9074         * tests/check/elements/interleave.c:
9075           Add unit test for the above.
9076
9077 2007-10-27  Julien MOUTTE  <julien@moutte.net>
9078
9079         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
9080         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
9081         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
9082         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
9083         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
9084         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
9085         (plugin_init):
9086         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
9087         damaging headers using a simple state machine.
9088
9089 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
9090
9091         * ext/x264/gstx264enc.c:
9092           Fix build against the libx264 version that ships with debian stable.
9093
9094 2007-10-26  Julien MOUTTE  <julien@moutte.net>
9095
9096         * configure.ac:
9097         * gst/mpeg4videoparse/Makefile.am:
9098         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
9099         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
9100         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
9101         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
9102         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
9103         (gst_mpeg4vparse_init), (plugin_init):
9104         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
9105         parser.
9106
9107 2007-10-25  David Schleef  <ds@schleef.org>
9108
9109         * gst/multifile/Makefile.am:
9110         * gst/multifile/gstmultifilesink.c:
9111         * gst/multifile/gstmultifilesrc.c:
9112         * tests/check/Makefile.am:
9113         * tests/check/elements/multifile.c:
9114           Improve documentation, write some tests for multifilesrc/sink
9115           for upcoming ->good review.
9116
9117 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9118
9119         * sys/dvb/gstdvbsrc.c:
9120         Actually use the code-rate-hp parameter for DVB-S.
9121         It turns out setting to AUTO does not always work (
9122         especially in diseq situations). Set by default to 
9123         FEC_AUTO.
9124
9125 2007-10-22  Julien MOUTTE  <julien@moutte.net>
9126
9127         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9128         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
9129         emit no-more-pads for single pad scenarios as the header
9130         is definitely not reliable. We emit them for 2 pads scenarios
9131         though to speed up media discovery.
9132
9133 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9134
9135         * sys/dvb/dvbbasebin.c:
9136         Added proxy property of diseqc-source
9137
9138 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9139
9140         * gst/equalizer/gstiirequalizer.c:
9141         (gst_iir_equalizer_band_set_property):
9142         Add a missing break.
9143
9144 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9145
9146         * gst/equalizer/gstiirequalizer.c:
9147         (gst_iir_equalizer_band_set_property),
9148         (gst_iir_equalizer_band_get_property),
9149         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
9150         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
9151         (setup_filter), (gst_iir_equalizer_setup):
9152         * gst/equalizer/gstiirequalizer.h:
9153         Move bandwidth property to the separate bands and add float64 support.
9154
9155 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9156
9157         * ext/cdaudio/Makefile.am:
9158           Add another missing GST_LIBS.
9159
9160 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9161
9162         Patch by: Richard Hult <richard imendio com>
9163
9164         * gst/dvdspu/Makefile.am:
9165           Fix LIBS - we need to link against libgstreamer (fixes #487496).
9166
9167 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9168
9169         * sys/dvb/camapplication.c:
9170         * sys/dvb/camresourcemanager.c:
9171           Fix some warnings.
9172
9173 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9174
9175         * gst/librfb/rfbdecoder.c:
9176           Add the set encodings client message
9177
9178 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9179
9180         * gst/librfb/Makefile.am:
9181         * gst/librfb/rfb.h:
9182         * gst/librfb/rfbbytestream.c:
9183         * gst/librfb/rfbbytestream.h:
9184         * gst/librfb/rfbdecoder.c:
9185         * gst/librfb/rfbdecoder.h:
9186           Remove the rfbbytestream dead code
9187
9188 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9189
9190         patch by: Alessandro Decina
9191
9192         * sys/dvb/Makefile.am:
9193         * sys/dvb/cam.c:
9194         * sys/dvb/cam.h:
9195         * sys/dvb/camapplication.c:
9196         * sys/dvb/camapplication.h:
9197         * sys/dvb/camapplicationinfo.c:
9198         * sys/dvb/camapplicationinfo.h:
9199         * sys/dvb/camconditionalaccess.c:
9200         * sys/dvb/camconditionalaccess.h:
9201         * sys/dvb/camdevice.c:
9202         * sys/dvb/camdevice.h:
9203         * sys/dvb/camresourcemanager.c:
9204         * sys/dvb/camresourcemanager.h:
9205         * sys/dvb/camsession.c:
9206         * sys/dvb/camsession.h:
9207         * sys/dvb/camswclient.c:
9208         * sys/dvb/camswclient.h:
9209         * sys/dvb/camtransport.c:
9210         * sys/dvb/camtransport.h:
9211         * sys/dvb/camutils.c:
9212         * sys/dvb/camutils.h:
9213         * sys/dvb/dvbbasebin.c:
9214         * sys/dvb/dvbbasebin.h:
9215         * sys/dvb/gstdvb.c:
9216         * sys/dvb/gstdvbsrc.c:
9217         * sys/dvb/gstdvbsrc.h:
9218         Integrate SoC work done by Alessandro for the Freevo project.
9219         Adds cam support to the dvb stack in GStreamer and a new
9220         element (actually a bin) called dvbbasebin that integrates
9221         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
9222         acquiring multiple channels on same transponder without 
9223         knowing pid numbers.
9224
9225 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9226
9227         patch by: Alessandro Decina
9228
9229         * gst/mpegtsparse/mpegtspacketizer.c:
9230         * gst/mpegtsparse/mpegtsparse.c:
9231         * gst/mpegtsparse/mpegtsparse.h:
9232         Add request pad for getting the full transport stream coming in.
9233
9234 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
9235
9236         * configure.ac:
9237           Update the highest allowed neon version from 0.26.99 to 0.27.99.
9238           No code changes are required to work with the newest neon version.
9239
9240 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
9241
9242         * configure.ac:
9243           Require core CVS.  This is implicit in the -base CVS
9244           requirement already, so we might just well spell it
9245           out.  Also, we do need at least 0.10.14 for
9246           gst_element_class_set_details_simple().  Make check
9247           for gmyth a bit more restrictive so things don't break
9248           if the next version changes API.
9249
9250         * ext/alsaspdif/alsaspdifsink.c:
9251           Work around alsa alloca macros triggering 'always evaluates to
9252           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
9253           Also don't leak the device string.
9254
9255         * ext/mpeg2enc/gstmpeg2enc.cc:
9256         * ext/soundtouch/gstpitch.cc:
9257         * gst/modplug/gstmodplug.cc:
9258           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
9259           define fix from core CVS). Fixes #462737.
9260
9261 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
9262
9263         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9264
9265         * gst/rtpmanager/gstrtpbin.c: (create_stream),
9266         (gst_rtp_bin_class_init):
9267         Fix memleak. Fixes #484990.
9268
9269 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
9270
9271         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
9272         * gst/librfb/rfbbuffer.h:
9273         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
9274         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
9275         * gst/nsf/nes6502.c: (nes6502_execute):
9276         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
9277         * gst/real/gstrealvideodec.c: (open_library):
9278         * gst/real/gstrealvideodec.h:
9279         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
9280         (create_recv_rtcp_sink), (create_send_rtp_sink):
9281         Fix compiler warnings shown by Forte.
9282
9283 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
9284
9285         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
9286         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
9287         Fix caps refcounting for payload maps.
9288         When clearing payload maps, also clear sessions and streams payload
9289         maps.
9290
9291         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
9292         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
9293         (find_pad_for_pt):
9294         Implement clearing the payload map.
9295
9296         * gst/rtpmanager/gstrtpsession.c:
9297         (gst_rtp_session_event_send_rtp_sink):
9298         Forward flush events instead of leaking them.
9299
9300         * gst/rtpmanager/gstrtpssrcdemux.c:
9301         (gst_rtp_ssrc_demux_rtcp_sink_event):
9302         Correctly refcount events before pushing them.
9303
9304 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
9305
9306         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
9307         Use GIO function to get a list of supported URI schemes instead of
9308         hard coding something.
9309
9310 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9311
9312         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
9313         When reconsidering RTCP timeouts, set the next timeout against the last
9314         report time instead of the current clock time so that we don't end up
9315         reconsidering forever.
9316
9317 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9318
9319         * gst/rtpmanager/gstrtpjitterbuffer.c:
9320         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9321         Only peek at the tail element instead of popping it off, which allows
9322         us to greatly simplify things when the tail element changes.
9323
9324         * gst/rtpmanager/gstrtpsession.c:
9325         (gst_rtp_session_event_recv_rtp_sink):
9326         * gst/rtpmanager/gstrtpssrcdemux.c:
9327         (gst_rtp_ssrc_demux_sink_event):
9328         Forward FLUSH events instead of leaking them.
9329
9330         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
9331         (calculate_skew), (rtp_jitter_buffer_insert):
9332         * gst/rtpmanager/rtpjitterbuffer.h:
9333         Remove the tail-changed callback in favour of a simple boolean when we
9334         insert a buffer in the queue.
9335         Add method to peek the tail of the buffer.
9336
9337 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9338
9339         Patch by: Gautier Portet <kassoulet at gmail dot com>
9340
9341         * gst/xingheader/gstxingmux.c:
9342         The size of the Xing header is actually 417 as it's rounded to the
9343         next smaller integer. Fixes #397759.
9344
9345         * gst/xingheader/gstxingmux.c: (xing_generate_header),
9346         (xing_push_header):
9347         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
9348         event to the beginning was successful before pushing the header again.
9349
9350 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9351
9352         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
9353
9354         * gst/mpegtsparse/mpegtspacketizer.c:
9355         (mpegts_packetizer_stream_new):
9356         Don't skip PAT with version number 0. Fixes #483400.
9357         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
9358         Make all values above 0 mark a referenced program as they can be
9359         incremented and only 1 had marked a referenced program before, causing
9360         actually referenced programs to be unreferenced.
9361
9362 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9363
9364         * gst/sdp/gstsdpdemux.h:
9365         Change signature of pt to fix compilation on some platforms.
9366
9367 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9368
9369         * gst/rtpmanager/gstrtpjitterbuffer.c:
9370         (gst_rtp_jitter_buffer_flush_start),
9371         (gst_rtp_jitter_buffer_flush_stop),
9372         (gst_rtp_jitter_buffer_change_state), (apply_offset),
9373         (gst_rtp_jitter_buffer_loop):
9374         Remove some old unused variables.
9375         Don't add the latency to the skew corrected timestamp, latency is only
9376         used to sync against the clock.
9377         Improve debugging.
9378
9379         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9380         (rtp_jitter_buffer_reset_skew), (calculate_skew):
9381         * gst/rtpmanager/rtpjitterbuffer.h:
9382         Handle case where server timestamp goes backwards or wildly jumps by
9383         temporarily pausing the skew correction.
9384         Improve debugging.
9385
9386 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9387
9388         * gst/sdp/Makefile.am:
9389         Forgot to commit makefile.
9390
9391 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
9392
9393         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
9394         Update to API changes in GIO.
9395
9396 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9397
9398         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
9399         Use new function in -base to get the default clock-rate.
9400
9401 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9402
9403         * configure.ac:
9404         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
9405         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
9406         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
9407         (gst_sdp_demux_get_property), (find_stream_by_id),
9408         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
9409         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
9410         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
9411         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
9412         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
9413         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
9414         (gst_sdp_demux_stream_configure_udp),
9415         (gst_sdp_demux_stream_configure_udp_sink),
9416         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
9417         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
9418         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
9419         (gst_sdp_demux_change_state):
9420         * gst/sdp/gstsdpdemux.h:
9421         * gst/sdp/gstsdpelem.c: (plugin_init):
9422         Added SDP demuxer element. Fixes #426657.
9423
9424 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9425
9426         Patch by: mutex at runbox dot com
9427
9428         * gst/mpegtsparse/mpegtspacketizer.c:
9429         (mpegts_packetizer_parse_adaptation_field_control):
9430         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9431         (mpegts_parse_init), (mpegts_parse_push):
9432         * gst/mpegtsparse/mpegtsparse.h:
9433         Remove useless src pad that only results in not linked errors,
9434         fix a broken pointer dereference and make MAX_CONTINUITY constant
9435         conform to the standard to stop outputting corrupted data.
9436         Fixes #481276, #481279.
9437
9438 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9439
9440         * ext/mythtv/gstmythtvsrc.c:
9441           Re-apply docs patch from #468039; fix tab.
9442
9443         * gst/mpegtsparse/.cvsignore:
9444           Ignore marshaller files generated at build time.
9445
9446 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9447
9448         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9449         (gst_gio_sink_set_property), (gst_gio_sink_render):
9450         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9451         (gst_gio_src_set_property):
9452         Some minor cleanup and allow setting the location only when the
9453         element is not playing or paused.
9454
9455 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9456
9457         * configure.ac:
9458         Update gio's pkg-config file name as currently in SVN.
9459
9460         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9461         Remove special casing for a NULL query string. g_strjoin won't add
9462         the separator if there's only one string.
9463
9464 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9465
9466         * gst/rtpmanager/gstrtpbin.c: (free_client):
9467         Fix crasher in dispose.
9468
9469         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9470         Handle cases where input buffers have no timestamps so that no clock
9471         skew can be calculated, in this case interpolate timestamps based on
9472         rtp timestamp and assume a 0 clock skew.
9473
9474 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9475
9476         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9477         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9478         Remove jitter correction code, it's now in the lower level object.
9479         Use new -core method for doing a peer query.
9480
9481         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9482         (calculate_skew), (rtp_jitter_buffer_insert):
9483         * gst/rtpmanager/rtpjitterbuffer.h:
9484         Move jitter correction to the lowlevel jitterbuffer.
9485         Increase the max window size.
9486         When filling the window, already start estimating the skew using a
9487         parabolic weighting factor so that we have a much better startup
9488         behaviour that gets more accurate with the more samples we have.
9489         Increase the default weighting factor for the steady state to get
9490         smoother timestamps.
9491
9492 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9493
9494         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9495         (gst_neonhttp_src_send_request_and_redirect):
9496         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9497         compatibility stuff. Also fix the default location.
9498
9499 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9500
9501         * configure.ac:
9502         We require libneon >= 26 now for the query field in ne_uri.
9503
9504 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9505
9506         Patch by: Wouter Cloetens <wouter@mind.be>
9507
9508         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9509         (gst_neonhttp_src_set_location),
9510         (gst_neonhttp_src_send_request_and_redirect):
9511         * ext/neon/gstneonhttpsrc.h:
9512         Don't discard GET parameters from URL if existing.
9513         Fixes #481200.
9514
9515 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9516
9517         * gst/librfb/gstrfbsrc.c:
9518         * gst/librfb/gstrfbsrc.h:
9519                 Added a property for incremental screen updates
9520
9521 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9522
9523         * ext/xvid/gstxvidenc.c:
9524         * ext/xvid/gstxvidenc.h:
9525           Remove superfluous 'frame-encoded' signal (people can
9526           use an upstream identity's 'handoff' signal or a pad
9527           probe for this if they must know).
9528
9529 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9530
9531         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9532         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9533         was not detected correctly in all cases.
9534
9535 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9536
9537         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9538         (gst_rtp_bin_finalize):
9539         Fix cleanup crasher.
9540
9541         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9542         (calculate_skew):
9543         * gst/rtpmanager/rtpjitterbuffer.h:
9544         Dynamically adjust the skew calculation window so that we calculate it
9545         over a period of around 2 seconds.
9546
9547 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9548
9549         * gst/librfb/gstrfbsrc.c:
9550                 fix bug from generic/states.gdb
9551
9552 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9553
9554         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9555         (gst_flv_parse_tag_video): codec_data is needed for every tag
9556         not just the first one. (Fix a stupid bug i introduced without
9557         testing)
9558
9559 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9560
9561         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9562         (gst_flv_parse_tag_video): Fix bit masks operations to be
9563         sure we detect the codec_tags and sample rates correctly.
9564         Fix raw audio caps generation.
9565
9566 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9567
9568         * ext/audioresample/gstaudioresample.c:
9569         * ext/x264/gstx264enc.c:
9570         * gst/dvdspu/gstdvdspu.c:
9571         * gst/dvdspu/gstdvdspu.h:
9572         * gst/festival/gstfestival.c:
9573         * gst/h264parse/gsth264parse.c:
9574         * gst/mpegtsparse/mpegtspacketizer.c:
9575         * gst/mpegtsparse/mpegtsparse.c:
9576         * gst/multifile/gstmultifilesink.c:
9577         * gst/multifile/gstmultifilesrc.c:
9578         * gst/nuvdemux/gstnuvdemux.c:
9579         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9580         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9581         * sys/vcd/vcdsrc.c:
9582           Massive leak fixing, plus code cleanups.
9583
9584 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9585
9586         * po/LINGUAS:
9587           Added translations.
9588
9589 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9590
9591         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9592
9593         * po/pl.po:
9594           Added Polish translation.
9595
9596 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9597
9598         translated by: Ilkka Tuohela <hile@iki.fi>
9599
9600         * po/fi.po:
9601           Added Finnish translation.
9602
9603 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9604
9605         translated by: Jorge González González <aloriel@gmail.com>
9606
9607         * po/es.po:
9608           Added Spanish translation.
9609
9610 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9611
9612         translated by: Alexander Shopov <ash@contact.bg>
9613
9614         * po/bg.po:
9615           Added Bulgarian translation.
9616
9617 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9618
9619         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9620         Update hierarchy.
9621         * ext/gio/gstgiosink.h:
9622         * ext/gio/gstgiosrc.h:
9623         Mark private fields of the instance structs private.
9624
9625 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9626
9627         * docs/plugins/Makefile.am:
9628         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
9629         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9630         * docs/plugins/gst-plugins-bad-plugins.args:
9631         * docs/plugins/gst-plugins-bad-plugins.signals:
9632         * docs/plugins/inspect/plugin-bz2.xml:
9633         * docs/plugins/inspect/plugin-cdxaparse.xml:
9634         * docs/plugins/inspect/plugin-dfbvideosink.xml:
9635         * docs/plugins/inspect/plugin-dtsdec.xml:
9636         * docs/plugins/inspect/plugin-equalizer.xml:
9637         * docs/plugins/inspect/plugin-faac.xml:
9638         * docs/plugins/inspect/plugin-faad.xml:
9639         * docs/plugins/inspect/plugin-filter.xml:
9640         * docs/plugins/inspect/plugin-freeze.xml:
9641         * docs/plugins/inspect/plugin-gio.xml:
9642         * docs/plugins/inspect/plugin-gsm.xml:
9643         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
9644         * docs/plugins/inspect/plugin-h264parse.xml:
9645         * docs/plugins/inspect/plugin-modplug.xml:
9646         * docs/plugins/inspect/plugin-mpeg2enc.xml:
9647         * docs/plugins/inspect/plugin-musepack.xml:
9648         * docs/plugins/inspect/plugin-musicbrainz.xml:
9649         * docs/plugins/inspect/plugin-nsfdec.xml:
9650         * docs/plugins/inspect/plugin-replaygain.xml:
9651         * docs/plugins/inspect/plugin-soundtouch.xml:
9652         * docs/plugins/inspect/plugin-spcdec.xml:
9653         * docs/plugins/inspect/plugin-spectrum.xml:
9654         * docs/plugins/inspect/plugin-speed.xml:
9655         * docs/plugins/inspect/plugin-tta.xml:
9656         * docs/plugins/inspect/plugin-videosignal.xml:
9657         * docs/plugins/inspect/plugin-xingheader.xml:
9658         * docs/plugins/inspect/plugin-xvid.xml:
9659         Add the GIO plugin to the docs and do a make update
9660         while doing that.
9661
9662         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
9663         Fix a small memleak.
9664
9665 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9666
9667         Patch by: René Stadler <mail at renestadler dot de>
9668
9669         * configure.ac:
9670         * ext/Makefile.am:
9671         * ext/gio/Makefile.am:
9672         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
9673         (gst_gio_get_supported_protocols),
9674         (gst_gio_uri_handler_get_type_sink),
9675         (gst_gio_uri_handler_get_type_src),
9676         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
9677         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
9678         (gst_gio_uri_handler_do_init), (plugin_init):
9679         * ext/gio/gstgio.h:
9680         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9681         (gst_gio_sink_class_init), (gst_gio_sink_init),
9682         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
9683         (gst_gio_sink_get_property), (gst_gio_sink_start),
9684         (gst_gio_sink_stop), (gst_gio_sink_unlock),
9685         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
9686         (gst_gio_sink_render), (gst_gio_sink_query):
9687         * ext/gio/gstgiosink.h:
9688         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9689         (gst_gio_src_class_init), (gst_gio_src_init),
9690         (gst_gio_src_finalize), (gst_gio_src_set_property),
9691         (gst_gio_src_get_property), (gst_gio_src_start),
9692         (gst_gio_src_stop), (gst_gio_src_get_size),
9693         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
9694         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
9695         (gst_gio_src_create):
9696         * ext/gio/gstgiosrc.h:
9697         Add a GIO/GVFS plugin with source and sink elements. This will
9698         only be enabled when --enable-experimental is given to configure
9699         for now as the GIO API is not stable yet. Fixes #476916.
9700
9701 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9702
9703         * gst/librfb/gstrfbsrc.c:
9704         * gst/librfb/rfbdecoder.c:
9705         * gst/librfb/rfbdecoder.h:
9706                 Added offset-x, offset-y, width and height property
9707                 for selecting a region from the screen
9708
9709 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9710
9711         * gst/librfb/gstrfbsrc.c:
9712                 Minimum raw encoding is working now
9713         * gst/librfb/rfbdecoder.c:
9714                 fix address while reading from stream
9715
9716 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9717
9718         * gst/librfb/gstrfbsrc.c:
9719                 raw encoding is working, but it looks like the 
9720                 ffmpegcolorspace plugin can't handle high resolutions
9721
9722 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9723
9724         * gst/librfb/gstrfbsrc.c:
9725                 bpp, depth and endianness are now set from the
9726                 stream.
9727
9728 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9729
9730         * examples/app/appsrc_ex.c: (main):
9731         Fix compilation after changing the name of a method.
9732
9733 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
9734
9735         * ext/alsaspdif/alsaspdifsink.c:
9736         * ext/timidity/gsttimidity.c:
9737         * ext/timidity/gstwildmidi.c:
9738         * gst/mpegvideoparse/mpegvideoparse.c:
9739           Fix memory leaks. More to come.
9740
9741         * tests/check/Makefile.am:
9742         * tests/check/generic/states.c:
9743           Improved state change unit test.        
9744
9745 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9746
9747         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
9748         (gst_rtp_bin_class_init):
9749         * gst/rtpmanager/gstrtpbin.h:
9750         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
9751         (gst_rtp_session_class_init), (gst_rtp_session_init),
9752         (gst_rtp_session_event_send_rtp_sink):
9753         * gst/rtpmanager/gstrtpsession.h:
9754         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
9755         (on_ssrc_active), (rtp_session_process_rb):
9756         * gst/rtpmanager/rtpsession.h:
9757         Add notification of active SSRCs to various RTP elements. Fixes #478566.
9758
9759 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9760
9761         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
9762         (gst_app_sink_class_init), (gst_app_sink_init),
9763         (gst_app_sink_dispose), (gst_app_sink_finalize),
9764         (gst_app_sink_set_property), (gst_app_sink_get_property),
9765         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
9766         (gst_app_sink_event), (gst_app_sink_getcaps),
9767         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
9768         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
9769         (gst_app_sink_pull_buffer):
9770         * gst-libs/gst/app/gstappsink.h:
9771         Add properties, signals and actions to access the element even without
9772         linking to the library.
9773         Fix some method names and signatures.
9774
9775 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9776
9777         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9778
9779         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
9780         (gst_faad_srcgetcaps), (gst_faad_update_caps):
9781         Don't set channel positions on regular mono and stereo cases.
9782         Fixes #476370.
9783
9784 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9785
9786         * gst/librfb/gstrfbsrc.c:
9787         * gst/librfb/rfbdecoder.c:
9788         * gst/librfb/rfbdecoder.h:
9789                 It is now possible to connect to a vncserver.
9790                 there are still some issues with the ouput of 
9791                 the screen. Looks like some lines are confused
9792
9793 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
9794
9795         * docs/plugins/.cvsignore:
9796         * tests/check/.cvsignore:
9797           Ignore registries in any format.
9798
9799 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9800
9801         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9802         (open_library), (gst_real_video_dec_init),
9803         (gst_real_video_dec_set_property),
9804         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
9805         * gst/real/gstrealvideodec.h:
9806         Don't generate an error for occasional decoding errors.
9807         Add max-errors property.
9808         Error out when we receive max-errors in a row. Fixes #478159.
9809
9810 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9811
9812         * gst/librfb/gstrfbsrc.c: 
9813                 Add password property (write only)
9814         * gst/librfb/rfbdecoder.c: 
9815                 Read the reason on failure
9816                 Use the password property for authentication
9817         * gst/librfb/rfbdecoder.h:
9818                 Add defines for version checking
9819
9820 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
9821
9822         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
9823         (gst_dfbsurface_class_init):
9824         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
9825         chain up to the parent class to free everything, including caps.
9826
9827 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9828
9829         * gst/librfb/Makefile.am:
9830         * gst/librfb/d3des.c:
9831         * gst/librfb/d3des.h:
9832         * gst/librfb/rfbdecoder.c:
9833         * gst/librfb/vncauth.c:
9834         * gst/librfb/vncauth.h:
9835         VNC Authentication should be working now
9836         temperaly with fake password 'testtest'
9837
9838 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
9839
9840         * gst/librfb/rfbdecoder.c:
9841         * gst/librfb/rfbdecoder.h:
9842         Added some documentation about security handling
9843         start implementing security handling for rfb 3.3
9844
9845 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9846
9847         * gst/spectrum/demo-audiotest.c:
9848         * gst/spectrum/demo-osssrc.c:
9849           Handling window resize.
9850
9851 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9852
9853         * ChangeLog:
9854           Add missing newline.
9855
9856         * gst/librfb/rfbdecoder.c:
9857           Fix the build (missing stdlib.h).
9858
9859         * gst/spectrum/gstspectrum.c:
9860         * gst/spectrum/gstspectrum.h:
9861           Use basetransform segment so that it is correctly managed on flushes
9862           and start/stop. Report message timestamp as stream time, which is what
9863           an application can understand. (Yes these are adapted from wim recent
9864           level element changes)
9865
9866 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9867
9868         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
9869         Link to the right pads regardless of which one was created first in the
9870         ssrc demuxer.
9871
9872         * gst/rtpmanager/gstrtpjitterbuffer.c:
9873         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9874         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
9875         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
9876         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
9877         Improve debugging.
9878
9879         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9880         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
9881         (gst_rtp_ssrc_demux_sink_event),
9882         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9883         (gst_rtp_ssrc_demux_rtcp_chain),
9884         (gst_rtp_ssrc_demux_internal_links):
9885         * gst/rtpmanager/gstrtpssrcdemux.h:
9886         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
9887
9888 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9889
9890         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
9891         (gst_rtp_bin_get_property):
9892         Use lock to protect variable.
9893
9894         * gst/rtpmanager/gstrtpjitterbuffer.c:
9895         (gst_rtp_jitter_buffer_class_init),
9896         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
9897         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
9898         Reconstruct GST timestamp from RTP timestamps based on measured clock
9899         skew and sync offset.
9900
9901         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9902         (rtp_jitter_buffer_set_tail_changed),
9903         (rtp_jitter_buffer_set_clock_rate),
9904         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
9905         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
9906         * gst/rtpmanager/rtpjitterbuffer.h:
9907         Measure clock skew.
9908         Add callback to be notfied when a new packet was inserted at the tail.
9909
9910         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9911         (calculate_jitter), (rtp_source_send_rtp):
9912         * gst/rtpmanager/rtpsource.h:
9913         Remove clock skew detection, it's move to the jitterbuffer now.
9914
9915 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9916
9917         Patch by: Daniel Charles <dcharles at ti dot com>
9918
9919         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
9920         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
9921         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
9922         * ext/amrwb/gstamrwbenc.h:
9923         Add property to control bandmode. Fixes #477306.
9924
9925 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
9926
9927         * gst/rtpmanager/gstrtpbin.c: (create_session):
9928         Also set NTP base time on new sessions.
9929
9930         * gst/rtpmanager/gstrtpjitterbuffer.c:
9931         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
9932         (gst_rtp_jitter_buffer_set_property),
9933         (gst_rtp_jitter_buffer_get_property):
9934         Use the right lock to protect our variables.
9935         Fix some comment.
9936
9937         * gst/rtpmanager/gstrtpsession.c:
9938         (gst_rtp_session_getcaps_send_rtp),
9939         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
9940         Implement getcaps on the sender sinkpad so that payloaders can negotiate
9941         the right SSRC.
9942
9943 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9944
9945         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
9946         (get_client), (free_client), (gst_rtp_bin_associate),
9947         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
9948         (gst_rtp_bin_finalize):
9949         * gst/rtpmanager/gstrtpjitterbuffer.c:
9950         (gst_rtp_jitter_buffer_class_init),
9951         (gst_rtp_jitter_buffer_finalize):
9952         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
9953         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
9954         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
9955         (gst_rtp_session_chain_send_rtp):
9956         * gst/rtpmanager/gstrtpssrcdemux.c:
9957         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
9958         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
9959         * gst/rtpmanager/rtpsession.h:
9960         Various leak fixes.
9961
9962 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9963
9964         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
9965         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
9966         Calculate and configure the NTP base time so that we can generate better
9967         NTP times in SR packets.
9968         Set caps on new ghostpad.
9969
9970         * gst/rtpmanager/gstrtpjitterbuffer.c:
9971         (gst_rtp_jitter_buffer_loop):
9972         Clean debug statement.
9973
9974         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9975         (gst_rtp_session_init), (gst_rtp_session_set_property),
9976         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9977         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
9978         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
9979         (gst_rtp_session_event_send_rtp_sink),
9980         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9981         (create_send_rtp_sink):
9982         * gst/rtpmanager/gstrtpsession.h:
9983         Add ntp-ns-base property to convert running_time to NTP time.
9984         Handle NEWSEGMENT events on send and recv RTP pads so that we can
9985         calculate the running time and thus NTP time of the packets.
9986         Simplify getting the current NTP time using the pipeline clock.
9987         Implement internal links functions.
9988         Use the buffer timestamp to calculate the NTP time instead of the clock.
9989
9990         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9991         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9992         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
9993         (gst_rtp_ssrc_demux_internal_links),
9994         (gst_rtp_ssrc_demux_src_query):
9995         * gst/rtpmanager/gstrtpssrcdemux.h:
9996         Implement internal links function.
9997         Calculate the diff between different streams, this might be used later
9998         to get the inter stream latency.
9999
10000         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
10001         Simple cleanup.
10002
10003         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10004         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
10005         Make the clock skew window a little bigger.
10006         Apply the clock skew to all buffers, not just one with a new timestamp.
10007         Calculate and debug sender clock drift.
10008         Use extended last timestamp to interpolate for SR reports.
10009
10010 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
10011
10012         Patch by: Peter Kjellerstedt  <pkj at axis com>
10013
10014         * gst-libs/gst/app/gstappsink.c:
10015         * gst/flv/gstflvdemux.c:
10016         * gst/flv/gstflvparse.c:
10017         * gst/interleave/deinterleave.c:
10018         * gst/switch/gstswitch.c:
10019           Printf format fixes (#476128).
10020
10021 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10022
10023         Patch by: Thomas Green  <tom78999 gmail com>
10024
10025         * ext/neon/gstneonhttpsrc.c:
10026           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
10027           flag if we want ICY streams to be handled too, otherwise
10028           libneon will error out with a 'can't parse reponse' error.
10029           Fixes #474696.
10030
10031         * tests/check/elements/neonhttpsrc.c:
10032           Unit test for the above by Yours Truly.
10033
10034 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10035
10036         * configure.ac:
10037           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
10038           xvid configure checks, so they still work when cross-compiling.
10039           Fixes #452009.
10040
10041 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
10042
10043         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
10044         (gst_spectrum_transform_ip):
10045         Use the correct parameter order for the memset calls.
10046         Thanks to Christian Schaller for noticing.
10047
10048 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
10049
10050         * gst/mpegtsparse/mpegtsparse.c:
10051           Fix the build (missing stdlib.h).
10052
10053 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10054
10055         * gst/spectrum/fix_fft.c:
10056         Remove fixed point FFT as it's not used anymore.
10057
10058 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10059
10060         * configure.ac:
10061         * gst/spectrum/Makefile.am:
10062         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
10063         (message_handler), (main):
10064         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
10065         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
10066         (gst_spectrum_class_init), (gst_spectrum_init),
10067         (gst_spectrum_dispose), (gst_spectrum_set_property),
10068         (gst_spectrum_get_property), (gst_spectrum_start),
10069         (gst_spectrum_setup), (gst_spectrum_message_new),
10070         (gst_spectrum_transform_ip):
10071         * gst/spectrum/gstspectrum.h:
10072         Port GstSpectrum to GstAudioFilter and libgstfft, add support
10073         for int32, float and double, use floats for the message contents,
10074         average all FFTs done in one interval for better results, use
10075         a better windowing function, allow posting the phase in the message
10076         and actually do an FFT with the requested number of bands instead
10077         of interpolating.
10078
10079         * tests/check/elements/spectrum.c: (GST_START_TEST),
10080         (spectrum_suite):
10081         Improve the units tests by checking for a 11025Hz sine wave
10082         and add unit tests for all 4 supported sample types.
10083
10084 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
10085
10086         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10087         (gst_real_video_dec_setcaps):
10088         Add some more debugging.
10089         Don't set LONG for width/height in caps.
10090         Set correct output buffer size when caps changed.
10091         The custom message sent to the decoder should not include the format and
10092         subformat. Fixes #471554.
10093
10094 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
10095
10096         * gst/rtpmanager/gstrtpsession.c:
10097           Make compiler happy: fix compilation with -Wall -Werror
10098           (#473562).
10099
10100 2007-09-03  Johan Dahlin  <johan@gnome.org>
10101
10102         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
10103         * gst/nsf/gstnsf.h:
10104         Add support for (very) basic tagging.
10105         
10106 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
10107
10108         * gst/rtpmanager/gstrtpbin-marshal.list:
10109         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
10110         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
10111         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
10112         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
10113         * gst/rtpmanager/gstrtpbin.h:
10114         Updated example pipelines in docs.
10115         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
10116         Set the default latency correctly.
10117         Add some more points where we can get caps.
10118
10119         * gst/rtpmanager/gstrtpjitterbuffer.c:
10120         (gst_rtp_jitter_buffer_class_init),
10121         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
10122         (gst_rtp_jitter_buffer_query),
10123         (gst_rtp_jitter_buffer_set_property),
10124         (gst_rtp_jitter_buffer_get_property):
10125         Add ts-offset property to control timestamping.
10126
10127         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10128         (gst_rtp_session_init), (gst_rtp_session_set_property),
10129         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10130         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
10131         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
10132         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
10133         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
10134         (gst_rtp_session_event_send_rtp_sink),
10135         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10136         (create_recv_rtcp_sink), (create_send_rtp_sink),
10137         (create_send_rtcp_src):
10138         Various cleanups.
10139         Feed rtpsession manager with NTP time based on pipeline clock when
10140         handling RTP packets and RTCP timeouts.
10141         Perform all RTCP with the system clock.
10142         Set caps on RTCP outgoing buffers.
10143
10144         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
10145         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
10146         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10147         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
10148         (gst_rtp_ssrc_demux_rtcp_chain):
10149         * gst/rtpmanager/gstrtpssrcdemux.h:
10150         Also demux RTCP messages.
10151
10152         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
10153         (update_arrival_stats), (rtp_session_process_rtp),
10154         (rtp_session_process_rb), (rtp_session_process_sr),
10155         (rtp_session_process_rr), (rtp_session_process_rtcp),
10156         (rtp_session_send_rtp), (rtp_session_send_bye),
10157         (session_start_rtcp), (session_report_blocks), (session_cleanup),
10158         (rtp_session_on_timeout):
10159         * gst/rtpmanager/rtpsession.h:
10160         Remove the get_time callback, the GStreamer part will feed us with
10161         enough timing information.
10162         Split sync timing and RTCP timing information.
10163         Factor out common RB handling for SR and RR.
10164         Send out SR RTCP packets for lip-sync.
10165         Move SR and RR packet info generation to the source.
10166
10167         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10168         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
10169         (rtp_source_process_rtp), (rtp_source_send_rtp),
10170         (rtp_source_process_sr), (rtp_source_process_rb),
10171         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
10172         (rtp_source_get_last_sr):
10173         * gst/rtpmanager/rtpsource.h:
10174         * gst/rtpmanager/rtpstats.h:
10175         Use caps on incomming buffers to get timing information when they are
10176         there.
10177         Calculate clock scew of the receiver compared to the sender and adjust
10178         the rtp timestamps.
10179         Calculate the round trip in sources.
10180         Do SR and RR calculations in the source.
10181
10182 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
10183
10184         * configure.ac:
10185         updated gmyth version
10186
10187         * ext/mythtv/gstmythtvsrc.c:
10188         * ext/mythtv/gstmythtvsrc.h:
10189         Code rewrite
10190
10191 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
10192
10193         * gst/rtpmanager/gstrtpjitterbuffer.c:
10194         (gst_rtp_jitter_buffer_flush_stop),
10195         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
10196         Use extended timestamp to release buffers from the jitterbuffer so that
10197         we can handle the rtp wraparound correctly.
10198
10199 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
10200
10201         * gst/rtpmanager/gstrtpjitterbuffer.c:
10202         (gst_rtp_jitter_buffer_loop):
10203         Improve Comments.
10204
10205         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10206         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
10207         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
10208         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
10209         (create_send_rtp_sink):
10210         Also parse the sink caps for clock-rate instead of only relying on the
10211         result of the signal.
10212
10213         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10214         Make sure we fetch the clock rate for payloads we are sending out so
10215         that we can use it for SR reports.
10216
10217 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10218
10219         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
10220         If all information is known at time of setting start-time
10221         property, send new segments then.
10222
10223 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10224
10225         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10226         (gst_rtp_session_change_state),
10227         (gst_rtp_session_event_send_rtp_sink):
10228         * gst/rtpmanager/gstrtpsession.h:
10229         Distribute synchronisation parameters to the session manager so that it
10230         can generate correct SR packets for lip-sync.
10231
10232         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
10233         (rtp_session_set_timestamp_sync), (session_start_rtcp):
10234         * gst/rtpmanager/rtpsession.h:
10235         Add methods for setting sync parameters.
10236         Set correct RTP time in SR packets using the sync params.
10237
10238         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10239         * gst/rtpmanager/rtpsource.h:
10240         Record last RTP <-> GST timestamp so that we can use them to convert NTP
10241         to RTP timestamps in SR packets.
10242
10243 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10244
10245         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
10246         Add some more advanced example pipelines.
10247
10248         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
10249         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
10250         Add some debug and FIXME.
10251         Release LOCK when performing session cleanup.
10252
10253         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
10254         Add some debug.
10255
10256         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
10257         (rtp_source_send_rtp):
10258         Make sure we always send RTP packets with the session SSRC.
10259
10260 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
10261
10262         * gst/dvdspu/gstdvdspu.c:
10263           Don't need this include (fixes compilation in uninstalled setup).
10264
10265 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
10266
10267         * gst/rtpmanager/gstrtpjitterbuffer.c:
10268         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
10269         (gst_rtp_jitter_buffer_query):
10270         When synchronizing buffers, take peer latency into account.
10271         Don't try to add our latency to invalid peer max latency values.
10272
10273 2007-08-27  Julien MOUTTE  <julien@moutte.net>
10274
10275         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
10276         Make sure we initialize the seek result.
10277
10278 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10279
10280         * gst/dvdspu/Makefile.am:
10281         Commit the makefile too.
10282
10283 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10284
10285         * configure.ac:
10286         * gst/dvdspu/.cvsignore:
10287         * gst/dvdspu/Notes.txt:
10288         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
10289         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
10290         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
10291         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
10292         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
10293         (gstdvdspu_render_spu):
10294         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
10295         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
10296         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
10297         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
10298         (dvdspu_video_event), (dvdspu_video_chain),
10299         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
10300         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
10301         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
10302         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
10303         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
10304         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
10305         (dvdspu_subpic_event), (dvdspu_change_state),
10306         (gstdvdspu_plugin_init):
10307         * gst/dvdspu/gstdvdspu.h:
10308
10309         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
10310         Unit, decoding and overlaying DVD subtitles and menu graphics.
10311
10312         * gst/mpeg2sub/.cvsignore:
10313         * gst/mpeg2sub/Makefile.am:
10314         * gst/mpeg2sub/Notes.txt:
10315         * gst/mpeg2sub/gstmpeg2subt.c:
10316         * gst/mpeg2sub/gstmpeg2subt.h:
10317         * gst/mpeg2sub/mpeg2subt.vcproj:
10318         Delete old and broken mpeg2subt element that was never ported from 0.8
10319
10320 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10321
10322         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10323         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10324         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
10325         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
10326         (gst_flv_demux_src_event): Remove some useless ifdef.
10327
10328 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10329
10330         * examples/switch/switcher.c (main):
10331         * gst/switch/gstswitch.c (gst_switch_chain):
10332         Make switch more reliable and also not lock up when
10333         sink pad caps change.
10334
10335 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10336
10337         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10338         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10339         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
10340         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
10341         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
10342         seeking in push mode.
10343         * gst/flv/gstflvdemux.h:
10344
10345 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10346
10347         * gst/mpegtsparse/flutspatinfo.c:
10348         * gst/mpegtsparse/flutspatinfo.h:
10349         * gst/mpegtsparse/flutspmtinfo.c:
10350         * gst/mpegtsparse/flutspmtinfo.h:
10351         Update licences to reflect LGPL-ness of these files also.
10352
10353 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10354
10355         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10356         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
10357         * docs/plugins/gst-plugins-bad-plugins.interfaces:
10358         * docs/plugins/gst-plugins-bad-plugins.signals:
10359         * gst/rtpmanager/gstrtpbin.c:
10360         * gst/rtpmanager/gstrtpbin.h:
10361         * gst/rtpmanager/gstrtpclient.c:
10362         * gst/rtpmanager/gstrtpclient.h:
10363         * gst/rtpmanager/gstrtpjitterbuffer.c:
10364         * gst/rtpmanager/gstrtpjitterbuffer.h:
10365         * gst/rtpmanager/gstrtpptdemux.c:
10366         * gst/rtpmanager/gstrtpptdemux.h:
10367         * gst/rtpmanager/gstrtpsession.c:
10368         * gst/rtpmanager/gstrtpsession.h:
10369         * gst/rtpmanager/gstrtpssrcdemux.c:
10370         * gst/rtpmanager/gstrtpssrcdemux.h:
10371           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
10372           registers a GType that's different than the GstRTPFoo types that
10373           farsight registers (luckily GType names are case sensitive). Should
10374           finally fix #430664.
10375
10376 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10377
10378         * configure.ac:
10379         * win32/common/config.h:
10380         * win32/common/config.h.in:
10381           Automatically generate win32/common/config.h via configure (this
10382           ensures the win32 version of config.h is up-to-date when a release
10383           is made, #433373). config.h.in file might need some more work.
10384
10385 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10386
10387         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10388
10389         * configure.ac:
10390         * gst/festival/Makefile.am:
10391         * gst/festival/gstfestival.c:
10392           Port festival plugin to GStreamer-0.10 (#461377).
10393
10394 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10395
10396         * ext/faad/gstfaad.c: (gst_faad_chain):
10397         Don't unref the buffer when it was clipped.
10398
10399 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10400
10401         * ext/faad/gstfaad.c: (gst_faad_chain):
10402         Don't unref the buffer when it was clipped.
10403
10404 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10405
10406         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10407         (gst_flv_demux_pull_tag):
10408         * gst/flv/gstflvdemux.h:
10409         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10410         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10411         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
10412         metadata tags like ASF does. Fluendo muxer supports this and 
10413         Flash players can support it as well this way.
10414
10415 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10416
10417         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
10418         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10419         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10420         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10421         index if no times object was parsed. Fix the way we decide to push
10422         tags and emit no-more-pads. Fix some printf typing in debugging.
10423
10424 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10425
10426         * gst/rtpmanager/gstrtpjitterbuffer.c:
10427         (gst_rtp_jitter_buffer_chain),
10428         (gst_rtp_jitter_buffer_set_property):
10429         When drop-on-latency is set but we have no latency configured, just push
10430         the buffer as fast as possible.
10431         Fix typo in comment.
10432
10433 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10434
10435         * gst/rtpmanager/rtpjitterbuffer.c:
10436         (rtp_jitter_buffer_get_ts_diff):
10437         * gst/rtpmanager/rtpjitterbuffer.h:
10438         Fix undefined overflow prone ts_diff handling.
10439
10440 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10441
10442         * gst/modplug/gstmodplug.cc:
10443         Fix compiler warning.
10444
10445 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10446
10447         * gst/modplug/gstmodplug.cc:
10448           Don't use NULL caps for srcpad is not yet connected.
10449
10450 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10451
10452         * configure.ac:
10453         * gst/mpegtsparse/Makefile.am:
10454         * gst/mpegtsparse/flutspatinfo.c:
10455         * gst/mpegtsparse/flutspatinfo.h:
10456         * gst/mpegtsparse/flutspmtinfo.c:
10457         * gst/mpegtsparse/flutspmtinfo.h:
10458         * gst/mpegtsparse/flutspmtstreaminfo.c:
10459         * gst/mpegtsparse/flutspmtstreaminfo.h:
10460         * gst/mpegtsparse/mpegtspacketizer.c:
10461         * gst/mpegtsparse/mpegtspacketizer.h:
10462         * gst/mpegtsparse/mpegtsparse.c:
10463         * gst/mpegtsparse/mpegtsparse.h:
10464         * gst/mpegtsparse/mpegtsparsemarshal.list:
10465         Add mpeg transport stream parser written by:
10466         Alessandro Decina. Includes a couple of files from the
10467         Fluendo transport stream demuxer that Fluendo have 
10468         kindly allowed to be licenced under LGPL also.
10469
10470 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10471
10472         Patch by: Bastien Nocera  <hadess at hadess net>
10473
10474         * ext/mythtv/gstmythtvsrc.c:
10475           Add examples for live mythtv:// URIs to docs (#468039).
10476           Also convert some tabs into spaces.
10477
10478 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10479
10480         * gst/filter/gstbpwsinc.c:
10481         * gst/filter/gstlpwsinc.c:
10482         Add small comparision with the chebyshev filters in the docs.
10483
10484 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10485
10486         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10487         (bpwsinc_suite):
10488         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10489         (lpwsinc_suite):
10490         Also test everything in 32 bit float mode.
10491
10492 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10493
10494         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10495         (bpwsinc_set_property), (bpwsinc_get_property):
10496         * gst/filter/gstbpwsinc.h:
10497         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10498         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10499         (lpwsinc_get_property):
10500         * gst/filter/gstlpwsinc.h:
10501         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10502         Use generator macros for the process functions for the different
10503         sample types, add lower upper boundaries for the GObject properties
10504         so automatically generated UIs can use sliders and change frequency
10505         properties to floats to save a bit of memory, even ints would in
10506         theory be enough. Also rename frequency to cutoff for consistency
10507         reasons.
10508         * docs/plugins/gst-plugins-bad-plugins.args:
10509         * docs/plugins/gst-plugins-bad-plugins.signals:
10510         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10511         Regenerated for the above changes.
10512
10513 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10514
10515         * ext/amrwb/gstamrwbparse.c:
10516           Don't leak the adapter.
10517
10518 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10519
10520         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10521         (gst_bpwsinc_init), (process_32), (process_64),
10522         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10523         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10524         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10525         * gst/filter/gstbpwsinc.h:
10526         Implement latency query and only forward those samples downstream
10527         that actually contain the data we want, i.e. drop kernel_length/2
10528         in the beginning and append kernel_length/2 (created by convolving
10529         the filter kernel with zeroes) to the end.
10530
10531         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10532         Adjust the unit test for this slightly changed behaviour.
10533
10534         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10535         Reset residue length only when actually creating a residue.
10536
10537 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10538
10539         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10540         Override the preroll vmethod instead of overriding the render method
10541         twice.
10542
10543 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10544
10545         * gst/rtpmanager/gstrtpjitterbuffer.c:
10546         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10547         (gst_rtp_jitter_buffer_loop):
10548         Fix EOS handling.
10549         Convert some DEBUG into WARNINGs.
10550         Pause task when flushing.
10551
10552         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10553         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10554         Use system clock for RTCP session management timeouts.
10555
10556         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10557         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10558         Release the session lock when emiting signals.
10559
10560 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10561
10562         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10563         (gst_faad_chanpos_to_gst):
10564         Add some debug info.
10565
10566 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10567
10568         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10569         (gst_lpwsinc_init), (process_32), (process_64),
10570         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10571         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10572         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10573         * gst/filter/gstlpwsinc.h:
10574         Implement latency query and only forward those samples downstream
10575         that actually contain the data we want, i.e. drop kernel_length/2
10576         in the beginning and append kernel_length/2 (created by convolving
10577         the filter kernel with zeroes) to the end.
10578         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10579         Adjust the unit test for this slightly changed behaviour.
10580
10581 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10582
10583         * ext/ladspa/gstladspa.c:
10584           Don't leak like hell.
10585
10586 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10587
10588         * tests/check/Makefile.am:
10589         * tests/check/generic/.cvsignore:
10590         * tests/check/generic/states.c:
10591           Add generic state-change test suite to help to fi leaks.
10592
10593 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10594
10595         * ext/timidity/gstwildmidi.c:
10596         * ext/timidity/gstwildmidi.h:
10597           Look harder for a config. Based on patch by Hans de Goede.
10598           Fixes #456912
10599
10600 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10601
10602         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10603         Don't use new API.
10604
10605 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10606
10607         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10608         (gst_app_sink_class_init), (gst_app_sink_dispose),
10609         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10610         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10611         (gst_app_sink_render), (gst_app_sink_get_caps),
10612         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10613         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10614         * gst-libs/gst/app/gstappsink.h:
10615         Make love to appsink.
10616         Make it support pulling of the preroll buffer.
10617         Add docs and debug statements.
10618         Fix some races wrt to EOS handling and stopping.
10619         Implement getcaps.
10620         Implement FLUSHING.
10621         API: gst_app_sink_pull_preroll()
10622
10623 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10624
10625         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
10626         (gst_flv_demux_get_index):
10627         Fix locking and refcounting on the index.
10628
10629 2007-08-14  Julien MOUTTE  <julien@moutte.net>
10630
10631         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10632         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
10633         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
10634         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
10635         (gst_flv_demux_src_event), (gst_flv_demux_query),
10636         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
10637         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
10638         (gst_flv_demux_class_init): First method for seeking in pull
10639         mode using the index built step by step or coming from metadata.
10640         * gst/flv/gstflvdemux.h:
10641         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10642         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10643         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
10644         more metadata types and keyframes index.
10645
10646 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
10647
10648         * docs/plugins/Makefile.am:
10649         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10650         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10651         * docs/plugins/gst-plugins-bad-plugins.args:
10652         * docs/plugins/gst-plugins-bad-plugins.signals:
10653         * docs/plugins/inspect/plugin-bz2.xml:
10654         * docs/plugins/inspect/plugin-cdxaparse.xml:
10655         * docs/plugins/inspect/plugin-dtsdec.xml:
10656         * docs/plugins/inspect/plugin-faac.xml:
10657         * docs/plugins/inspect/plugin-faad.xml:
10658         * docs/plugins/inspect/plugin-filter.xml:
10659         * docs/plugins/inspect/plugin-freeze.xml:
10660         * docs/plugins/inspect/plugin-gsm.xml:
10661         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10662         * docs/plugins/inspect/plugin-h264parse.xml:
10663         * docs/plugins/inspect/plugin-modplug.xml:
10664         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10665         * docs/plugins/inspect/plugin-musepack.xml:
10666         * docs/plugins/inspect/plugin-musicbrainz.xml:
10667         * docs/plugins/inspect/plugin-nsfdec.xml:
10668         * docs/plugins/inspect/plugin-replaygain.xml:
10669         * docs/plugins/inspect/plugin-soundtouch.xml:
10670         * docs/plugins/inspect/plugin-spcdec.xml:
10671         * docs/plugins/inspect/plugin-spectrum.xml:
10672         * docs/plugins/inspect/plugin-speed.xml:
10673         * docs/plugins/inspect/plugin-tta.xml:
10674         * docs/plugins/inspect/plugin-videosignal.xml:
10675         * docs/plugins/inspect/plugin-xingheader.xml:
10676         * docs/plugins/inspect/plugin-xvid.xml:
10677         * gst/filter/gstbpwsinc.c:
10678         * gst/filter/gstbpwsinc.h:
10679         * gst/filter/gstlpwsinc.c:
10680         * gst/filter/gstlpwsinc.h:
10681         Add docs for lpwsinc and bpwsinc and integrate them
10682         into the build system. While doing that also update
10683         all other docs via make update in docs/plugins.
10684
10685 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
10686
10687         * gst/rtpmanager/rtpjitterbuffer.c:
10688           Include stdlib.
10689
10690 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10691
10692         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10693         Make one test constraint a bit stricter.
10694
10695 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10696
10697         * tests/check/Makefile.am:
10698         * tests/check/elements/.cvsignore:
10699         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
10700         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
10701         Add unit tests for bpwsinc, testing fundamental functionality again.
10702
10703 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10704
10705         * tests/check/Makefile.am:
10706         * tests/check/elements/.cvsignore:
10707         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
10708         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
10709         Add unit tests for lpwsinc, testing fundamental functionality.
10710
10711 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10712
10713         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10714         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10715         Improve debugging a bit.
10716
10717 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10718
10719         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10720         (bpwsinc_start):
10721         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10722         (lpwsinc_start):
10723         Reset the residue in BaseTransform::start to get a clean residue
10724         on stream changes.
10725
10726 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
10727
10728         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
10729         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
10730         Fix processing with buffer sizes that are smaller than the filter
10731         kernel size.
10732
10733 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
10734
10735         * gst/rtpmanager/Makefile.am:
10736         * gst/rtpmanager/async_jitter_queue.c:
10737         * gst/rtpmanager/async_jitter_queue.h:
10738         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
10739         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
10740         (rtp_jitter_buffer_new), (compare_seqnum),
10741         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
10742         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
10743         (rtp_jitter_buffer_get_ts_diff):
10744         * gst/rtpmanager/rtpjitterbuffer.h:
10745         Remove complicated async queue and replace with more simple jitterbuffer
10746         code while also fixing some bugs.
10747
10748         * gst/rtpmanager/gstrtpbin-marshal.list:
10749         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
10750         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
10751         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
10752         (create_send_rtp):
10753         * gst/rtpmanager/gstrtpbin.h:
10754         * gst/rtpmanager/gstrtpjitterbuffer.c:
10755         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
10756         (gst_jitter_buffer_sink_parse_caps),
10757         (gst_rtp_jitter_buffer_flush_start),
10758         (gst_rtp_jitter_buffer_flush_stop),
10759         (gst_rtp_jitter_buffer_change_state),
10760         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10761         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
10762         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
10763         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
10764         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
10765         (gst_rtp_session_init):
10766         * gst/rtpmanager/gstrtpsession.h:
10767         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
10768         Use new jitterbuffer code.
10769         Expose some new signals in preparation for handling EOS.
10770
10771 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10772
10773         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10774         Fix a segfault with more than one channel and don't rebuild
10775         the kernel & residue with every buffer.
10776
10777 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10778
10779         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
10780         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
10781         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
10782         (bpwsinc_get_property):
10783         * gst/filter/gstbpwsinc.h:
10784         Add support for a bandreject mode and allow specifying the window
10785         function that should be used.
10786         * gst/filter/gstlpwsinc.c:
10787         And another small formatting fix.
10788
10789 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10790
10791         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10792         (gst_bpwsinc_init), (process_32), (process_64),
10793         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
10794         (bpwsinc_transform), (bpwsinc_set_property),
10795         (bpwsinc_get_property):
10796         * gst/filter/gstbpwsinc.h:
10797         Apply the same changes to the bandpass filter:
10798          - Support double input
10799          - Fix processing for input with >1 channels
10800          - Specify frequency in Hz
10801          - Specify actual filter kernel length
10802          - Use transform instead of transform_ip as we're working
10803            out of place anyway
10804          - Factor out filter kernel generation and update the filter
10805            kernel when the properties are set
10806         Fix bandpass filter kernel generation to actually generate
10807         a bandpass filter by creating a highpass instead of a second
10808         lowpass.
10809         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
10810         Small formatting fix.
10811
10812 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10813
10814         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10815         (gst_lpwsinc_init), (process_32), (process_64),
10816         (lpwsinc_build_kernel), (lpwsinc_set_property),
10817         (lpwsinc_get_property):
10818         * gst/filter/gstlpwsinc.h:
10819         Specify the actual filter length instead of a weird
10820         2N+1. Setting the property will round to the next odd number.
10821         Also remove now obsolete FIXMEs.
10822
10823 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10824
10825         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
10826         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
10827         (lpwsinc_build_kernel), (lpwsinc_set_property),
10828         (lpwsinc_get_property):
10829         * gst/filter/gstlpwsinc.h:
10830         Allow choosing between hamming and blackman window. The blackman
10831         window provides a better stopband attenuation but a bit slower
10832         rolloff.
10833
10834 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10835
10836         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
10837         (gst_lpwsinc_class_init), (process_32), (process_64),
10838         (lpwsinc_build_kernel), (lpwsinc_set_property),
10839         (lpwsinc_get_property):
10840         * gst/filter/gstlpwsinc.h:
10841         Add a highpass mode.
10842
10843 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10844
10845         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
10846         (lpwsinc_build_kernel):
10847         Fix processing if the input has more than one channel.
10848
10849 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10850
10851         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10852         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
10853         (bpwsinc_set_property), (bpwsinc_get_property):
10854         "this" is a C++ keyword, use "self" instead.
10855         Add TODOs and FIXMEs and remove two wrong FIXMEs.
10856         * gst/filter/gstlpwsinc.c:
10857         Add FIXMEs and a new TODO.
10858
10859 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10860
10861         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10862         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
10863         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
10864         (lpwsinc_get_unit_size), (lpwsinc_transform),
10865         (lpwsinc_set_property), (lpwsinc_get_property):
10866         * gst/filter/gstlpwsinc.h:
10867         Add double support, replace "this" with "self" as the former
10868         is a C++ keyword.
10869         Implement the frequency property in Hz instead of fraction
10870         of sampling frequency.
10871         Remove some unecessary FIXMEs and add some TODOs, add some
10872         required locking and refactor the kernel generation into a
10873         separate function that is also called when the properties
10874         change now.
10875         And use BaseTransform::transform instead of transform_ip
10876         as the convolution is done out of place anyway. Should
10877         be done in place later.
10878
10879 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10880
10881         * configure.ac:
10882         * gst/stereo/Makefile.am:
10883         * gst/stereo/gststereo.c: (gst_stereo_base_init),
10884         (gst_stereo_class_init), (gst_stereo_init),
10885         (gst_stereo_transform_ip), (gst_stereo_set_property),
10886         (gst_stereo_get_property):
10887         * gst/stereo/gststereo.h:
10888         Port the stereo element to GStreamer 0.10.
10889
10890 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10891
10892         submitted by: Raphael Higino <phhigino@gmail.com>
10893
10894         * po/LINGUAS:
10895         * po/pt_BR.po:
10896           Added Portuguese (Brazilian) translation.
10897
10898 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10899
10900         * po/uk.po:
10901         * po/vi.po:
10902           Updated translations.
10903
10904 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
10905
10906         * gst/filter/Makefile.am:
10907         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10908         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
10909         (gst_bpwsinc_init), (bpwsinc_setup):
10910         * gst/filter/gstbpwsinc.h:
10911         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10912         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
10913         (gst_lpwsinc_init), (lpwsinc_setup):
10914         * gst/filter/gstlpwsinc.h:
10915         Use GstAudioFilter as base class and don't leak the memory
10916         of the filter kernel and residue.
10917
10918 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
10919
10920         Patch by: Josep Torra Valles <josep@fluendo.com>
10921
10922         * docs/plugins/gst-plugins-bad-plugins.args:
10923         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
10924         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
10925         * ext/libmms/gstmms.h:
10926         Add connection speed property to libmms. Fixes #464678.
10927
10928 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10929
10930         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10931         (gst_real_video_dec_activate_push), (open_library),
10932         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
10933         * gst/real/gstrealvideodec.h:
10934         Remove some old unused vars.
10935
10936 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10937
10938         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10939         Small cleanups.
10940
10941         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10942         (open_library):
10943         Remove fragment and timestamp correction code from the decoder to make
10944         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
10945
10946 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10947
10948         * po/POTFILES.skip:
10949           Add POTFILES.skip with list of source files that aren't disted at the
10950           moment but contain translatable strings. Should hopefully pacify
10951           broken tools and make it clearer that these files are left out
10952           intentionally (#461601 and others).
10953
10954 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10955
10956         Patch by: Ian Munro  <imunro at netspace net au>
10957
10958         * gst/bayer/gstbayer2rgb.c:
10959           Include our own "_stdint.h" instead of <stdint.h> (which may not
10960           be available).
10961
10962         * gst/speed/gstspeed.h:
10963           Native HP-UX compiler dosn't seem to like enum typedefs before the
10964           actual enum was defined.
10965
10966         * gst/vmnc/vmncdec.c:
10967           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
10968
10969 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
10970
10971         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10972         Use the proper context variable when setting the password !
10973         LOG => WARNING for errors.
10974         Give proper path when opening the codec (needs a '/' at the end).
10975
10976 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10977
10978         * gst/real/Makefile.am:
10979           And dist the new header file too.
10980
10981 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10982
10983         * gst/real/gstreal.h:
10984         Add missing header file.
10985
10986 2007-07-25  Julien MOUTTE  <julien@moutte.net>
10987
10988         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10989         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10990         (gst_flv_demux_init):
10991         * gst/flv/gstflvdemux.h:
10992         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10993         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10994         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10995         (gst_flv_parse_header):
10996         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
10997         reusable, more safety checks.
10998
10999 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
11000
11001         * ext/timidity/gsttimidity.c: (gst_timidity_init),
11002         (gst_timidity_change_state), (plugin_init):
11003         * ext/timidity/gsttimidity.h:
11004           Don't initialize timidity in plugin_init for similar reason as below.
11005
11006 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
11007
11008         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
11009         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
11010         * ext/timidity/gstwildmidi.h:
11011           Don't initialize wildmidi in plugin_init as it also setups audio
11012           filters which is slow.
11013
11014 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
11015
11016         reviewed by: Edward Hervey  <bilboed@bilboed.com>
11017
11018         * gst/real/gstreal.c: (plugin_init):
11019         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
11020         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
11021         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
11022         * gst/real/gstrealvideodec.c: (open_library),
11023         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
11024         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
11025         * gst/real/gstrealvideodec.h:
11026         Improved search algorithm for location of real .so files.
11027         Fixes #393461
11028
11029 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
11030
11031         * configure.ac:
11032         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
11033         Use the new buffer clipping function from gstaudio here and
11034         require gst-plugins-base CVS.
11035
11036 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
11037
11038         * configure.ac:
11039           Sync liboil check with plugins-base.
11040
11041 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11042
11043         * gst/equalizer/gstiirequalizer.c:
11044         (gst_iir_equalizer_band_set_property),
11045         (gst_iir_equalizer_child_proxy_get_child_by_index),
11046         (gst_iir_equalizer_child_proxy_get_children_count),
11047         (gst_iir_equalizer_child_proxy_interface_init),
11048         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
11049         (gst_iir_equalizer_compute_frequencies):
11050         * gst/equalizer/gstiirequalizer10bands.c:
11051         (gst_iir_equalizer_10bands_class_init):
11052         * gst/equalizer/gstiirequalizer3bands.c:
11053         (gst_iir_equalizer_3bands_class_init):
11054         * gst/equalizer/gstiirequalizernbands.c:
11055           Better algorith for the center frequencies. Subtract band filters from
11056           input for negative gains. Rework the gain mapping.
11057
11058 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11059
11060         * ext/dirac/Makefile.am:
11061           Also include stdlib here.
11062
11063 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
11064
11065         * tests/check/elements/.cvsignore:
11066         Fix the buildbot with the cvsignore it wants.
11067
11068 2007-07-19  Julien MOUTTE  <julien@moutte.net>
11069
11070         * configure.ac:
11071         * gst/flv/Makefile.am:
11072         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
11073         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
11074         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
11075         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
11076         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
11077         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
11078         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11079         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
11080         (gst_flv_demux_init), (plugin_init):
11081         * gst/flv/gstflvdemux.h:
11082         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
11083         (gst_flv_demux_query_types), (gst_flv_demux_query),
11084         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11085         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11086         (gst_flv_parse_tag_type), (gst_flv_parse_header):
11087         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
11088         It does not do seeking yet, it supports pull and push mode so YES
11089         you can use it to play youtube videos directly from an HTTP uri.
11090         Not so much testing done yet but it parses metadata, reply to 
11091         duration queries, etc...
11092
11093 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
11094
11095         * tests/check/Makefile.am:
11096         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
11097           main):
11098           Add typefind test for midi.
11099
11100 2007-07-18  Michael Smith  <msmith@fluendo.com>
11101
11102         * ext/soundtouch/gstpitch.cc:
11103           If we receive a new segment event, don't try to push buffers out
11104           in response (without first sending it on!).
11105           Instead, flush internal buffers on receiving flush events.
11106           Fixes playback after seeking.
11107
11108 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11109
11110         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
11111         (gst_bayer2rgb_reset):
11112           Add basic docs. Use glibs mem routines.
11113
11114 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11115
11116         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
11117           Add example to the docs. Fix buffer-offset-end and add some debug.
11118
11119 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11120
11121         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
11122         (gst_jack_ring_buffer_acquire):
11123           Add stdlib include here too.
11124
11125 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11126
11127         * examples/app/appsrc_ex.c:
11128         * examples/switch/switcher.c:
11129         * ext/neon/gstneonhttpsrc.c:
11130         * ext/timidity/gstwildmidi.c:
11131         * ext/x264/gstx264enc.c:
11132         * gst/mve/mveaudioenc.c: (mve_compress_audio):
11133         * gst/rtpmanager/gstrtpclient.c:
11134         * gst/rtpmanager/gstrtpjitterbuffer.c:
11135         * gst/spectrum/demo-audiotest.c:
11136         * gst/spectrum/demo-osssrc.c:
11137         * sys/dvb/gstdvbsrc.c:
11138           Add stdlib include (free, atoi, exit).
11139
11140 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
11141
11142         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
11143         Fix buffer clipping to correctly clip to the segment stop.
11144
11145 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
11146
11147         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
11148
11149         * gst/modplug/gstmodplug.cc:
11150         add several missing supported mime-types to the modplug plugin.
11151         Fixes #456901.
11152
11153 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
11154
11155         * configure.ac:
11156         * tests/Makefile.am:
11157         Remove bogus check for libcheck, since we check for
11158         gstreamer-check and it pulls in the required info from there, and we
11159         weren't actually _using_ the information for libcheck ourselves
11160         anyway.
11161
11162 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
11163
11164         * configure.ac:
11165           Use pkg-config to locate check.
11166
11167 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
11168
11169         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
11170         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
11171           Fix build against core CVS.
11172
11173 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
11174
11175         * REQUIREMENTS:
11176           Sync with changes in -ugly.
11177
11178 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
11179
11180         * REQUIREMENTS:
11181           Add download location of libamrwb.
11182
11183 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
11184
11185         * docs/plugins/inspect/plugin-amrwb.xml:
11186         * docs/plugins/inspect/plugin-equalizer.xml:
11187         * docs/plugins/inspect/plugin-multifile.xml:
11188         * docs/plugins/inspect/plugin-timidity.xml:
11189         * docs/plugins/inspect/plugin-wildmidi.xml:
11190           Add missing inspect files. Fixes build (#454313).
11191
11192         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
11193           Scream a bit louder when initialisation fails.
11194
11195         * gst-libs/README:
11196         * gst-libs/ext/.cvsignore:
11197           Remove some cruft.
11198
11199 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
11200
11201         * ext/ivorbis/Makefile.am:
11202           Dist header files. Fixes #454078.
11203
11204 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
11205
11206         * docs/plugins/Makefile.am:
11207           Simplify --extra-dir as gtkdoc scans recursively.
11208
11209         * ext/amrwb/gstamrwbenc.c:
11210           Fix comment start.
11211
11212 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11213
11214         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
11215           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
11216           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
11217           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
11218           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
11219           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
11220         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
11221         Removed property "device". Added properties "adapter" and "frontend".
11222         Fixes #453636.
11223         Rename freq property to frequency.
11224
11225 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
11226
11227         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11228         Fix property descriptions.
11229
11230 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11231
11232         * docs/plugins/Makefile.am:
11233         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11234         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11235         * ext/amrwb/gstamrwbdec.c:
11236         * ext/amrwb/gstamrwbenc.c:
11237         * ext/amrwb/gstamrwbparse.c:
11238           Also document AMR-WB elements.
11239
11240 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11241
11242         * docs/plugins/Makefile.am:
11243         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11244         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11245         * docs/plugins/gst-plugins-bad-plugins.args:
11246           Cleanup the section file so that -unused is empty again (and useful to
11247           spot new docs). Add not yet added docs to sgml file. Add more header
11248           to Makefile.am to make them introspectable.
11249
11250         * docs/plugins/inspect/plugin-bz2.xml:
11251         * docs/plugins/inspect/plugin-cdxaparse.xml:
11252         * docs/plugins/inspect/plugin-dtsdec.xml:
11253         * docs/plugins/inspect/plugin-faac.xml:
11254         * docs/plugins/inspect/plugin-faad.xml:
11255         * docs/plugins/inspect/plugin-filter.xml:
11256         * docs/plugins/inspect/plugin-freeze.xml:
11257         * docs/plugins/inspect/plugin-gdp.xml:
11258         * docs/plugins/inspect/plugin-gsm.xml:
11259         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11260         * docs/plugins/inspect/plugin-h264parse.xml:
11261         * docs/plugins/inspect/plugin-modplug.xml:
11262         * docs/plugins/inspect/plugin-musicbrainz.xml:
11263         * docs/plugins/inspect/plugin-nsfdec.xml:
11264         * docs/plugins/inspect/plugin-replaygain.xml:
11265         * docs/plugins/inspect/plugin-spectrum.xml:
11266         * docs/plugins/inspect/plugin-speed.xml:
11267         * docs/plugins/inspect/plugin-tta.xml:
11268         * docs/plugins/inspect/plugin-videosignal.xml:
11269         * docs/plugins/inspect/plugin-xingheader.xml:
11270         * docs/plugins/inspect/plugin-xvid.xml:
11271           Update the doc blobs.
11272
11273 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11274
11275         * gst/multifile/Makefile.am:
11276         * gst/multifile/gstmultifile.c:
11277         * gst/multifile/gstmultifilesink.c:
11278         * gst/multifile/gstmultifilesink.h:
11279         * gst/multifile/gstmultifilesrc.c:
11280         * gst/multifile/gstmultifilesrc.h:
11281           Add .h files to be able to add it to the docs.
11282
11283 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11284
11285         * gst/modplug/gstmodplug.cc:
11286           Activate doc section.
11287
11288 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11289
11290         * ext/timidity/gsttimidity.c:
11291         * ext/timidity/gstwildmidi.c:
11292         * ext/timidity/gstwildmidi.h:
11293           Fix licence (both are GPL). Add element docs.
11294
11295 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11296
11297         * ext/musicbrainz/gsttrm.h:
11298           Fix _get_type signature.
11299
11300 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11301
11302         * gst/replaygain/gstrgvolume.h:
11303           Fix GObject macros.
11304
11305 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11306
11307         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
11308         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
11309         (gst_dc1394_set_caps_framesize_range),
11310         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
11311         (gst_dc1394_framerate_frac_to_const),
11312         (gst_dc1394_open_cam_with_best_caps):
11313         Make a bunch of functions static, and move variable declarations
11314         to the start of blocks to avoid problems on older gcc.
11315
11316         Make sure to unset value types.
11317
11318 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11319
11320         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11321
11322         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
11323         With CVS of ffmpegcolorspace from plugins-base, I can now
11324         get 30 fps from the iSight.
11325
11326 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11327
11328         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11329         Change a g_print to a GST_DEBUG message.
11330
11331 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11332
11333         * configure.ac:
11334         * ext/Makefile.am:
11335         * ext/dc1394/Makefile.am:
11336         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
11337         (gst_dc1394_class_init), (gst_dc1394_init),
11338         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
11339         (gst_dc1394_get_property), (gst_dc1394_getcaps),
11340         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
11341         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
11342         (gst_dc1394_caps_set_format_vmode_caps),
11343         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
11344         (gst_dc1394_set_caps_framesize_range),
11345         (gst_dc1394_caps_set_framerate_list),
11346         (gst_dc1394_framerate_const_to_frac),
11347         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
11348         (gst_dc1394_framerate_frac_to_const),
11349         (gst_dc1394_open_cam_with_best_caps),
11350         (gst_dc1394_change_camera_transmission), (plugin_init):
11351         * ext/dc1394/gstdc1394.h:
11352         Commit new dc1394src element.
11353         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
11354         Patch By: Eric Jonas < jonas at mit dot edu >
11355         Close: #387251
11356
11357 2007-06-28  Wim Taymans  <wim@fluendo.com>
11358
11359         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11360         Register new property as well.
11361
11362 2007-06-28  Wim Taymans  <wim@fluendo.com>
11363
11364         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11365         (gst_video_detect_set_property), (gst_video_detect_get_property):
11366         * gst/videosignal/gstvideodetect.h:
11367         Add property to adjust the center, sensitivity is now the distance from
11368         this center.
11369
11370 2007-06-27  Wim Taymans  <wim@fluendo.com>
11371
11372         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11373         (gst_video_detect_set_property), (gst_video_detect_get_property),
11374         (gst_video_detect_class_init):
11375         * gst/videosignal/gstvideodetect.h:
11376         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
11377         (gst_video_mark_420), (gst_video_mark_set_property),
11378         (gst_video_mark_get_property), (gst_video_mark_class_init):
11379         * gst/videosignal/gstvideomark.h:
11380         Add left and bottom offset properties to control the position of the
11381         pattern.
11382
11383 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
11384
11385         * docs/plugins/gst-plugins-bad-plugins.args:
11386         * docs/plugins/inspect/plugin-alsaspdif.xml:
11387         * docs/plugins/inspect/plugin-bz2.xml:
11388         * docs/plugins/inspect/plugin-cdxaparse.xml:
11389         * docs/plugins/inspect/plugin-dtsdec.xml:
11390         * docs/plugins/inspect/plugin-faac.xml:
11391         * docs/plugins/inspect/plugin-faad.xml:
11392         * docs/plugins/inspect/plugin-filter.xml:
11393         * docs/plugins/inspect/plugin-freeze.xml:
11394         * docs/plugins/inspect/plugin-gdp.xml:
11395         * docs/plugins/inspect/plugin-glimagesink.xml:
11396         * docs/plugins/inspect/plugin-gsm.xml:
11397         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11398         * docs/plugins/inspect/plugin-h264parse.xml:
11399         * docs/plugins/inspect/plugin-jack.xml:
11400         * docs/plugins/inspect/plugin-mms.xml:
11401         * docs/plugins/inspect/plugin-modplug.xml:
11402         * docs/plugins/inspect/plugin-musicbrainz.xml:
11403         * docs/plugins/inspect/plugin-neon.xml:
11404         * docs/plugins/inspect/plugin-nsfdec.xml:
11405         * docs/plugins/inspect/plugin-replaygain.xml:
11406         * docs/plugins/inspect/plugin-sdl.xml:
11407         * docs/plugins/inspect/plugin-spectrum.xml:
11408         * docs/plugins/inspect/plugin-speed.xml:
11409         * docs/plugins/inspect/plugin-tta.xml:
11410         * docs/plugins/inspect/plugin-videosignal.xml:
11411         * docs/plugins/inspect/plugin-xingheader.xml:
11412         * docs/plugins/inspect/plugin-xvid.xml:
11413           Update docs with caps info.
11414
11415 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
11416
11417         * gconf/.cvsignore:
11418         * gconf/Makefile.am:
11419         * gconf/gstreamer.schemas.in:
11420           Remove dysfunctional directory (this stuff is in -good).
11421
11422         * ext/sndfile/gstsf.c: (plugin_init):
11423         * sys/dvb/gstdvbsrc.c: (plugin_init):
11424           Add i18n bindtextdomain stuff.
11425
11426         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11427         (plugin_init):
11428           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11429
11430         * po/POTFILES.in:
11431           Add more source files with translatable strings (fixes #450605).
11432
11433 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11434
11435         Contributed by: Wenzheng Hu <db_lobster@163.com>
11436
11437         * po/LINGUAS:
11438         * po/zh_CN.po:
11439           Added Chinese (simplified) translation.
11440
11441 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11442
11443         Patch by: Jens Granseuer  <jensgr at gmx net>
11444
11445         * gst/equalizer/gstiirequalizer.c:
11446         * gst/equalizer/gstiirequalizer10bands.c:
11447         * gst/equalizer/gstiirequalizer3bands.c:
11448         * gst/equalizer/gstiirequalizernbands.c:
11449         * gst/rtpmanager/async_jitter_queue.c:
11450         (async_jitter_queue_push_sorted):
11451         * gst/rtpmanager/gstrtpjitterbuffer.c:
11452         (gst_rtp_jitter_buffer_chain):
11453         * gst/switch/gstswitch.c: (gst_switch_chain):
11454           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11455           Fixes #450185.
11456
11457 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11458
11459         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11460           last_message_received, main):
11461         * gst/switch/gstswitch.c (gst_switch_release_pad,
11462           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11463           gst_switch_set_property, gst_switch_get_property,
11464           gst_switch_get_linked_pad, gst_switch_getcaps,
11465           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11466         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11467           GST_SWITCH_UNLOCK):
11468         Add an extra lock to protect against certain variables instead of
11469         using the object lock. Fix case where caps are different in the
11470         sink pads causes deadlock. Update example to use different caps
11471         on each sink pad.
11472
11473 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11474
11475         * MAINTAINERS:
11476         Updating all the maintainers files
11477
11478 2007-06-22  Edward Hervey  <edward@fluendo.com>
11479
11480         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11481         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11482         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11483         * ext/audioresample/gstaudioresample.c:
11484         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11485         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11486         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11487         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11488         * ext/faac/gstfaac.c: (gst_faac_init):
11489         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11490         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11491         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11492         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11493         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11494         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11495         * ext/spc/gstspc.c: (gst_spc_dec_init):
11496         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11497         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11498         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11499         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11500         * gst/chart/gstchart.c: (gst_chart_init):
11501         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11502         * gst/festival/gstfestival.c: (gst_festival_init):
11503         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11504         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11505         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11506         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11507         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11508         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11509         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11510         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11511         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11512         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11513         * gst/speed/gstspeed.c: (speed_init):
11514         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11515         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11516         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11517         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11518         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11519         Fix leaks.
11520
11521 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11522
11523         * RELEASE:
11524         * sys/Makefile.am:
11525           Re-enable VCD source and fix up release notes.
11526
11527 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11528
11529         * gst/equalizer/gstiirequalizer.c:
11530           Document parameter mapping.
11531
11532 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11533
11534         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11535         (gst_spectrum_transform_ip):
11536           Fix leaking buffers.
11537           
11538         * tests/check/Makefile.am:
11539         * tests/check/elements/spectrum.c: (setup_spectrum),
11540         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11541           Add simple test for spectrum element.
11542
11543 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11544
11545         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11546         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11547         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11548         (gst_amrwbdec_state_change):
11549         * ext/amrwb/gstamrwbdec.h:
11550         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11551         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11552           Add newsegment and discont handling. Some code cleanups. Don't leak
11553           the adapter, unref it in a new finalize method instead. Sync the
11554           parser with the amr-nb changes.
11555
11556 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11557
11558         * configure.ac:
11559         Back to CVS.
11560
11561         * gst-plugins-bad.doap:
11562         Add 0.10.5 to the doap file.
11563
11564 === release 0.10.5 ===
11565
11566 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11567
11568         * configure.ac:
11569           releasing 0.10.5, "Expedition to Lake Pahoe"
11570
11571 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11572
11573         * win32/vs6/gst_plugins_bad.dsw:
11574         * win32/vs6/libdshowsrcwrapper.dsp:
11575         * win32/vs6/libgstdshow.dsp:
11576         * win32/vs6/libgstmpegvideoparse.dsp:
11577         * win32/vs6/libgstneon.dsp:
11578         Convert line endings to CRLF and mark as binary files.
11579
11580 2007-06-13  Wim Taymans  <wim@fluendo.com>
11581
11582         * sys/Makefile.am:
11583         Disable VCD build because we're frozen..
11584
11585 2007-06-13  Wim Taymans  <wim@fluendo.com>
11586
11587         * configure.ac:
11588         * sys/Makefile.am:
11589         * sys/vcd/Makefile.am:
11590         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11591         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11592         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11593         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11594         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11595         (gst_vcdsrc_uri_set_uri):
11596         * sys/vcd/vcdsrc.h:
11597         Port VCD element.
11598
11599 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11600
11601         * win32/MANIFEST:
11602         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11603         MANIFEST.
11604         * win32/vs6/gst_plugins_bad.dsw:
11605         Remove qtdemux, directdraw, directsound and waveform project files
11606         from the workspace as they have been moved to -good.
11607
11608 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11609
11610         * po/POTFILES.in:
11611         Remove qtdemux from the translation list.
11612
11613 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11614
11615         * configure.ac:
11616         * docs/plugins/Makefile.am:
11617         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11618         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11619         * docs/plugins/inspect/plugin-osxvideo.xml:
11620         * docs/plugins/inspect/plugin-videocrop.xml:
11621         * gst-plugins-bad.spec.in:
11622         * gst/videocrop/Makefile.am:
11623         * gst/videocrop/gstvideocrop.c:
11624         * gst/videocrop/gstvideocrop.h:
11625         * gst/videocrop/videocrop.vcproj:
11626         * sys/Makefile.am:
11627         * sys/osxvideo/Makefile.am:
11628         * sys/osxvideo/cocoawindow.h:
11629         * sys/osxvideo/cocoawindow.m:
11630         * sys/osxvideo/osxvideosink.h:
11631         * sys/osxvideo/osxvideosink.m:
11632         * tests/check/Makefile.am:
11633         * tests/check/elements/videocrop.c:
11634         * tests/icles/Makefile.am:
11635         * tests/icles/videocrop-test.c:
11636         Move videocrop and osxvideo to -good.
11637
11638 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11639
11640         * configure.ac:
11641         * docs/plugins/Makefile.am:
11642         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11643         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11644         * gst/qtdemux/Makefile.am:
11645         * gst/qtdemux/gstrtpxqtdepay.c:
11646         * gst/qtdemux/gstrtpxqtdepay.h:
11647         * gst/qtdemux/qtdemux.c:
11648         * gst/qtdemux/qtdemux.h:
11649         * gst/qtdemux/qtdemux.vcproj:
11650         * gst/qtdemux/qtdemux_dump.c:
11651         * gst/qtdemux/qtdemux_dump.h:
11652         * gst/qtdemux/qtdemux_fourcc.h:
11653         * gst/qtdemux/qtdemux_types.c:
11654         * gst/qtdemux/qtdemux_types.h:
11655         * gst/qtdemux/qtpalette.h:
11656         * gst/qtdemux/quicktime.c:
11657         * win32/MANIFEST:
11658         * win32/vs6/libgstqtdemux.dsp:
11659         Move qtdemux to -good.
11660
11661         * gst-plugins-bad.spec.in:
11662         Update spec file to reflect wavpack & qtdemux moving to -good.
11663
11664 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11665
11666         * docs/plugins/Makefile.am:
11667         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11668         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11669         * docs/plugins/inspect/plugin-waveform.xml:
11670         * sys/waveform/gstwaveformplugin.c:
11671         * sys/waveform/gstwaveformsink.c:
11672         * sys/waveform/gstwaveformsink.h:
11673         * win32/MANIFEST:
11674         * win32/vs6/libgstwaveform.dsp:
11675         Remove the waveform plugin now that it is in -good.
11676
11677 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11678
11679         * configure.ac:
11680         * docs/plugins/Makefile.am:
11681         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11682         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11683         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11684         * docs/plugins/inspect/plugin-wavpack.xml:
11685         * ext/Makefile.am:
11686         * ext/wavpack/Makefile.am:
11687         * ext/wavpack/gstwavpack.c:
11688         * ext/wavpack/gstwavpackcommon.c:
11689         * ext/wavpack/gstwavpackcommon.h:
11690         * ext/wavpack/gstwavpackdec.c:
11691         * ext/wavpack/gstwavpackdec.h:
11692         * ext/wavpack/gstwavpackenc.c:
11693         * ext/wavpack/gstwavpackenc.h:
11694         * ext/wavpack/gstwavpackparse.c:
11695         * ext/wavpack/gstwavpackparse.h:
11696         * ext/wavpack/gstwavpackstreamreader.c:
11697         * ext/wavpack/gstwavpackstreamreader.h:
11698         * ext/wavpack/md5.c:
11699         * ext/wavpack/md5.h:
11700         * tests/check/Makefile.am:
11701         * tests/check/elements/wavpackdec.c:
11702         * tests/check/elements/wavpackenc.c:
11703         * tests/check/elements/wavpackparse.c:
11704           Move wavpack to good.
11705
11706 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11707
11708         * configure.ac:
11709         * docs/plugins/Makefile.am:
11710         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11711         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11712         * docs/plugins/gst-plugins-bad-plugins.args:
11713         * docs/plugins/inspect/plugin-directdraw.xml:
11714         * docs/plugins/inspect/plugin-directsound.xml:
11715         * sys/Makefile.am:
11716         * sys/directdraw/Makefile.am:
11717         * sys/directdraw/gstdirectdrawplugin.c:
11718         * sys/directdraw/gstdirectdrawsink.c:
11719         * sys/directdraw/gstdirectdrawsink.h:
11720         * sys/directsound/Makefile.am:
11721         * sys/directsound/gstdirectsoundplugin.c:
11722         * sys/directsound/gstdirectsoundsink.c:
11723         * sys/directsound/gstdirectsoundsink.h:
11724         * win32/MANIFEST:
11725         * win32/gst.sln:
11726         * win32/vs6/libgstdirectdraw.dsp:
11727         * win32/vs6/libgstdirectsound.dsp:
11728         * win32/vs7/libgstdirectdraw.vcproj:
11729         * win32/vs7/libgstdirectsound.vcproj:
11730         * win32/vs8/libgstdirectdraw.vcproj:
11731         * win32/vs8/libgstdirectsound.vcproj:
11732         Remove DirectDraw & DirectSound plugins, as they've moved to Good
11733
11734 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11735
11736         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
11737         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
11738         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
11739           When driving the pipeline, also post an error when we get a
11740           not-linked flow return from downstream.
11741
11742 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11743
11744         * docs/plugins/gst-plugins-bad-plugins.args:
11745         * sys/directdraw/gstdirectdrawsink.c:
11746         (gst_directdraw_sink_class_init):
11747         Rename the keep-aspect-ratio property to force-aspect-ratio to make
11748         it consistent with xvimagesink and ximagesink.
11749
11750 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11751
11752         * tests/icles/videocrop-test.c: (main):
11753           Default to xvimagesink instead of autovideosink while
11754           autovideosink/ghostpads/whatever don't handle the way we use it in
11755           the way we expect it to.
11756
11757 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11758
11759         * configure.ac:
11760           Bump requirements to released versions of core and -base, and remove
11761           special-casing for equalizer and rtpmanager as it's not needed any
11762           longer.
11763
11764 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11765
11766         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
11767         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
11768         Sprinkle in some XSync calls to avoid raciness with broken
11769         drivers (ATI) when re-using a single glimagesink.
11770
11771 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11772
11773         * gst/mpegvideoparse/mpegpacketiser.c:
11774         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
11775         (mpeg_util_parse_picture_hdr):
11776         * gst/mpegvideoparse/mpegvideoparse.c:
11777         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
11778         Fix some silly bugs with calculating the guard sizes.
11779         Properly compare the old sequence header structure with the new one.
11780         Don't error out on an invalid sequence - just ignore it.
11781
11782 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11783
11784         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
11785           Printf fix in debug statement; also print the right number there.
11786
11787 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11788
11789         * ext/sdl/Makefile.am:
11790         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
11791           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
11792           (#444499); initialise variable to avoid false compiler warning.
11793
11794 2007-06-01  Wim Taymans  <wim@fluendo.com>
11795
11796         * docs/plugins/Makefile.am:
11797         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11798         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11799         * docs/plugins/inspect/plugin-videosignal.xml:
11800         * gst/videosignal/Makefile.am:
11801         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
11802         (gst_video_mark_draw_box), (gst_video_mark_420),
11803         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
11804         (gst_video_mark_get_property), (gst_video_mark_base_init),
11805         (gst_video_mark_class_init), (gst_video_mark_init),
11806         (gst_video_mark_get_type):
11807         * gst/videosignal/gstvideomark.h:
11808         * gst/videosignal/gstvideosignal.c: (plugin_init):
11809         Add plugin to generate a pattern detectable by videodetect.
11810
11811 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
11812
11813         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
11814           Don't leak buffer when returning an error.
11815
11816 2007-06-01  Wim Taymans  <wim@fluendo.com>
11817
11818         Patch by René Stadler <mail at renestadler dot de>:
11819
11820         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
11821         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
11822         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
11823         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
11824         (gst_neonhttp_src_set_location),
11825         (gst_neonhttp_src_send_request_and_redirect),
11826         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
11827         * ext/neon/gstneonhttpsrc.h:
11828         Deprecated "uri" property.  Clean up property descriptions.
11829         Change default User-Agent to the slightly more descriptive
11830         "GStreamer neonhttpsrc".
11831         Various other small cleanups, mostly property related.
11832
11833 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
11834
11835         * ext/libmms/gstmms.h:
11836           No reason to use gpointers instead of typed pointes here as far as I
11837           can see.
11838
11839         * ext/mythtv/gstmythtvsrc.c:
11840         * ext/neon/gstneonhttpsrc.c:
11841         * gst/switch/gstswitch.c:
11842           Don't use gtk-doc magic markers for things that aren't meant to be
11843           parsed by gtk-doc. Makes gtk-doc complain a bit less.
11844
11845 2007-05-30  Wim Taymans  <wim@fluendo.com>
11846
11847         * configure.ac:
11848         * docs/plugins/Makefile.am:
11849         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11850         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11851         * docs/plugins/inspect/plugin-videosignal.xml:
11852         * gst/videosignal/Makefile.am:
11853         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
11854         (gst_video_analyse_post_message), (gst_video_analyse_420),
11855         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
11856         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
11857         (gst_video_analyse_class_init), (gst_video_analyse_init),
11858         (gst_video_analyse_get_type):
11859         * gst/videosignal/gstvideoanalyse.h:
11860         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
11861         (gst_video_detect_post_message),
11862         (gst_video_detect_calc_brightness), (gst_video_detect_420),
11863         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
11864         (gst_video_detect_get_property), (gst_video_detect_base_init),
11865         (gst_video_detect_class_init), (gst_video_detect_init),
11866         (gst_video_detect_get_type):
11867         * gst/videosignal/gstvideodetect.h:
11868         * gst/videosignal/gstvideosignal.c: (plugin_init):
11869         * gst/videosignal/gstvideosignal.h:
11870         Added videosignal plugin with two plugins to analyse video frames.
11871         Added videoanalyse to report about brightness and variance in video
11872         frames.
11873         Added videodetect to detect predefined patterns in a video signal.
11874
11875 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11876
11877         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11878         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11879         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
11880         * docs/plugins/gst-plugins-bad-plugins.signals:
11881           More updates.
11882
11883 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11884
11885         * docs/plugins/gst-plugins-bad-plugins.args:
11886         * docs/plugins/gst-plugins-bad-plugins.signals:
11887         * docs/plugins/inspect/plugin-dtsdec.xml:
11888         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11889         * docs/plugins/inspect/plugin-musepack.xml:
11890         * docs/plugins/inspect/plugin-rtpmanager.xml:
11891         * docs/plugins/inspect/plugin-sdl.xml:
11892         * docs/plugins/inspect/plugin-spcdec.xml:
11893         * docs/plugins/inspect/plugin-swfdec.xml:
11894           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
11895           hopefully that makes the build bots happy again.
11896
11897 2007-05-28  Wim Taymans  <wim@fluendo.com>
11898
11899         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11900         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11901         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
11902         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
11903         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
11904         * gst/rtpmanager/gstrtpclient.c: (create_stream),
11905         (gst_rtp_client_request_new_pad):
11906         * gst/rtpmanager/gstrtpjitterbuffer.c:
11907         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11908         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
11909         * gst/rtpmanager/gstrtpptdemux.c:
11910         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11911         (gst_rtp_session_request_new_pad):
11912         * gst/rtpmanager/gstrtpssrcdemux.c:
11913         Rename elements to avoid conflict with farsight elements with the same
11914         name. Fixes #430664.
11915
11916 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
11917
11918         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11919
11920         * sys/directdraw/gstdirectdrawsink.c:
11921         (gst_directdraw_sink_buffer_alloc),
11922         (gst_directdraw_sink_show_frame),
11923         (gst_directdraw_sink_check_primary_surface),
11924         (gst_directdraw_sink_check_offscreen_surface),
11925         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
11926         (gst_directdraw_sink_surface_create):
11927         * sys/directdraw/gstdirectdrawsink.h:
11928           Fix more warnings when compiling with MingW (#439914).
11929
11930 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
11931
11932         * docs/plugins/gst-plugins-bad-plugins.args:
11933         Remove directsoundsink property doc as this sink use the mixer
11934         interface now.
11935         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11936         Add interfaces implemented by Windows sinks.
11937         * sys/directsound/gstdirectsoundsink.c:
11938         * sys/directsound/gstdirectsoundsink.h:
11939         Remove directsoundsink property  and implement the mixer interface.
11940         * win32/vs6/gst_plugins_bad.dsw:
11941         * win32/vs6/libgstdirectsound.dsp:
11942         Update project files.
11943         * gst-libs/gst/dshow/gstdshow.cpp:
11944         * gst-libs/gst/dshow/gstdshow.h:
11945         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
11946         * gst-libs/gst/dshow/gstdshowfakesink.h:
11947         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
11948         * gst-libs/gst/dshow/gstdshowfakesrc.h:
11949         * gst-libs/gst/dshow/gstdshowinterface.cpp:
11950         * gst-libs/gst/dshow/gstdshowinterface.h:
11951         * win32/common/libgstdshow.def:
11952         * win32/vs6/libgstdshow.dsp:
11953         Add a new gst library which allow to create internal Direct Show
11954         graph (pipelines) to wrap Windows sources, decoders or encoders.
11955         It includes a DirectShow fake source and sink and utility functions.    
11956         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
11957         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
11958         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
11959         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
11960         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
11961         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
11962         * win32/vs6/libdshowsrcwrapper.dsp:
11963         Add a new plugin to wrap DirectShow sources on Windows.
11964         It gets data from any webcam, dv cam, micro. We could add 
11965         tv tunner card later.
11966         
11967 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
11968
11969         Patch by René Stadler <mail at renestadler dot de>:
11970
11971         * ext/sdl/sdlvideosink.c:
11972         Separate the authors by newlines instead of nothing. Fixes #440774.
11973
11974 2007-05-23  Wim Taymans  <wim@fluendo.com>
11975
11976         * docs/plugins/inspect/plugin-rtpmanager.xml:
11977         Add doc xml file.
11978
11979 2007-05-23  Wim Taymans  <wim@fluendo.com>
11980
11981         * docs/plugins/Makefile.am:
11982         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11983         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11984         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
11985         * gst/rtpmanager/gstrtpbin.h:
11986         * gst/rtpmanager/gstrtpclient.c:
11987         * gst/rtpmanager/gstrtpjitterbuffer.c:
11988         (gst_rtp_jitter_buffer_class_init),
11989         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11990         * gst/rtpmanager/gstrtpjitterbuffer.h:
11991         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
11992         (gst_rtp_pt_demux_clear_pt_map):
11993         * gst/rtpmanager/gstrtpptdemux.h:
11994         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11995         (rtcp_thread), (gst_rtp_session_clear_pt_map):
11996         * gst/rtpmanager/gstrtpsession.h:
11997         * gst/rtpmanager/gstrtpssrcdemux.c:
11998         (gst_rtp_ssrc_demux_class_init):
11999         Document stuff.
12000         Add clear-pt-map action signal where needed.
12001
12002 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
12003
12004         * configure.ac:
12005           Depend on gstreamer-0.10.12.1.
12006         
12007         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12008           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12009           parent_class, gst_iir_equalizer_band_set_property,
12010           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12011           gst_iir_equalizer_child_proxy_get_child_by_index,
12012           gst_iir_equalizer_child_proxy_get_children_count,
12013           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12014           gst_iir_equalizer_compute_frequencies,
12015           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
12016           plugin_init):
12017         * gst/equalizer/gstiirequalizer.h (audiofilter):
12018         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
12019           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
12020           gst_iir_equalizer_nbands_set_property):
12021           Use new locking macros.
12022
12023         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
12024           Add fixme.
12025
12026         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
12027           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
12028           gst_spectrum_event, gst_spectrum_transform_ip):
12029           Use new locking macros. Turn two fixed values into #defines.
12030
12031 2007-05-22  Edward Hervey  <edward@fluendo.com>
12032
12033         * docs/plugins/Makefile.am:
12034         Also look for .m (objectivec) files.
12035         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12036         * docs/plugins/gst-plugins-bad-plugins.args:
12037         * sys/osxvideo/osxvideosink.m:
12038         Add documentation for element and properties.
12039
12040 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12041
12042         * ChangeLog:
12043           ChangeLog surgery.
12044         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12045           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12046           parent_class, gst_iir_equalizer_band_set_property,
12047           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12048           gst_iir_equalizer_child_proxy_get_child_by_index,
12049           gst_iir_equalizer_child_proxy_get_children_count,
12050           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12051           gst_iir_equalizer_compute_frequencies, plugin_init):
12052         * tests/icles/equalizer-test.c:
12053           Add fixme and comment for example.
12054
12055 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12056
12057         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
12058           gst_spectrum_event, gst_spectrum_transform_ip):
12059           Use lock to protect from concurrent access.
12060
12061 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12062
12063         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12064         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12065         Specify and use properties as unsigned int that are an unsigned int.
12066
12067 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12068
12069         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12070         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
12071         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12072         * ext/wavpack/gstwavpackenc.h:
12073         Fixup docs, make the bitrate property an int as it should be and
12074         allow to set the different extra processing modes instead of only
12075         allowing none and the default one.
12076
12077 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
12078
12079         * ext/wavpack/gstwavpackenc.c:
12080         Add missing audioconverts in the example pipelines of wavpackenc. As
12081         the wavpack stuff now needs input with 32 bit width (and random depth)
12082         this is needed now. The example pipelines for the parser and decoder
12083         are still fine.
12084
12085 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12086
12087         * docs/plugins/Makefile.am:
12088         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12089           Fix docs build and hierarchy.
12090
12091 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12092
12093         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
12094         (gst_directdraw_sink_buffer_alloc),
12095         (gst_directdraw_sink_get_ddrawcaps),
12096         (gst_directdraw_sink_surface_create):
12097           Bunch of small fixes: remove static function that doesn't exist;
12098           declare another one that does; printf format fix; use right macro
12099           when specifying debug category; remove a bunch of unused variables;
12100           #if 0 out an unused chunk of code (partially fixes #439914).
12101
12102 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12103
12104         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
12105         * gst/switch/gstswitch.c: (gst_switch_chain):
12106           Printf format fixes (#439910, #439911).
12107
12108 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12109
12110         * tests/check/Makefile.am:
12111           Remove bits for deinterleave check which isn't in CVS yet.
12112
12113 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12114
12115         Patch by: René Stadler <mail at renestadler de>
12116
12117         * docs/plugins/Makefile.am:
12118         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12119         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12120         * docs/plugins/inspect/plugin-replaygain.xml:
12121         * gst/replaygain/Makefile.am:
12122         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
12123         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
12124         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
12125         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
12126         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
12127         (gst_rg_analysis_album_result):
12128         * gst/replaygain/gstrganalysis.h:
12129         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
12130         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
12131         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
12132         (gst_rg_limiter_transform_ip):
12133         * gst/replaygain/gstrglimiter.h:
12134         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
12135         (gst_rg_volume_class_init), (gst_rg_volume_init),
12136         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
12137         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
12138         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
12139         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
12140         (gst_rg_volume_determine_gain):
12141         * gst/replaygain/gstrgvolume.h:
12142         * gst/replaygain/replaygain.c: (plugin_init):
12143         * gst/replaygain/replaygain.h:
12144         * gst/replaygain/rganalysis.h:
12145         * tests/check/Makefile.am:
12146         * tests/check/elements/.cvsignore:
12147         * tests/check/elements/rganalysis.c: (send_eos_event),
12148         (GST_START_TEST):
12149         * tests/check/elements/rglimiter.c: (setup_rglimiter),
12150         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
12151         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
12152         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
12153         (cleanup_rgvolume), (set_playing_state), (set_null_state),
12154         (send_eos_event), (send_tag_event), (test_buffer_new),
12155         (fail_unless_target_gain), (fail_unless_result_gain),
12156         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
12157           Add replaygain playback elements (#412710).
12158
12159 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
12160
12161         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
12162         Update the cached caps after opening the display so that we report
12163         only the supported caps formats, not just the template caps.
12164         Fixes: #439405
12165
12166 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
12167
12168         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
12169           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
12170         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
12171           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
12172         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
12173           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
12174           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
12175           GST_DEBUG_FUNCPTR and add log-category.
12176
12177 2007-05-17  Edward Hervey  <edward@fluendo.com>
12178
12179         * sys/osxvideo/osxvideosink.h:
12180         * sys/osxvideo/osxvideosink.m:
12181         Remove the event-loop-in-separate-thread modifications, because MacOSX
12182         is $#@(*%$# ! For those wondering, the event handling needs to be done
12183         in the main thread after all..
12184
12185 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12186
12187         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
12188           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
12189           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
12190           gst_switch_chain, gst_switch_event, gst_switch_set_property,
12191           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
12192           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
12193           gst_switch_base_init, gst_switch_class_init):
12194         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
12195           stop_value, start_value, current_start, last_ts, stored_buffers):
12196         Add handling of application provided stop and start values, allowing
12197         A/V sync across 2 switch elements.
12198
12199 2007-05-17  Edward Hervey  <edward@fluendo.com>
12200
12201         * sys/osxvideo/osxvideosink.h:
12202         * sys/osxvideo/osxvideosink.m:
12203         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
12204         Use a separate thread/task for the cocoa event_loop, else it wouldn't
12205         stop.
12206
12207 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12208
12209         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
12210         (gst_real_audio_dec_setcaps):
12211         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
12212           Don't crash when we get a buffer and our input caps haven't been set
12213           yet; also, don't leak all the input buffers (realaudiodec only).
12214
12215 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12216
12217         patch by: Stanislav Brabec <sbrabec@suse.cz>
12218
12219         * configure.ac:
12220         * ext/amrwb/Makefile.am:
12221         * ext/amrwb/amrwb-code/Makefile.am:
12222         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
12223         * ext/amrwb/amrwb-code/amrwb/README:
12224         * ext/amrwb/gstamrwbdec.c:
12225         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
12226         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
12227         * ext/amrwb/gstamrwbparse.c:
12228         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
12229         * gst-libs/Makefile.am:
12230         * gst-libs/ext/Makefile.am:
12231         * gst-libs/ext/amrwb/Makefile.am:
12232         * gst-libs/ext/amrwb/README:
12233           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
12234
12235 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12236
12237         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
12238           This needs a version check.
12239
12240         * gst/bayer/Makefile.am:
12241           Fix the build.
12242
12243 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12244
12245         * configure.ac:
12246         * sys/directdraw/Makefile.am:
12247         * sys/directsound/Makefile.am:
12248           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
12249           and restore the various flags in the directdraw/directsound
12250           detection section. Apparently improves cross-compiling for win32
12251           with mingw32 under some circumstances (#437539).
12252
12253 2007-05-15  Wim Taymans  <wim@fluendo.com>
12254
12255         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12256         We always use fixed caps.
12257
12258 2007-05-14  David Schleef  <ds@schleef.org>
12259
12260         * gst/rtpmanager/gstrtpbin.c:
12261           g_hash_table_remove_all() only exists in 2.12.  Work around.
12262
12263 2007-05-14  David Schleef  <ds@schleef.org>
12264
12265         * configure.ac:
12266         * gst/bayer/Makefile.am:
12267         * gst/bayer/gstbayer.c:
12268         * gst/bayer/gstbayer2rgb.c:
12269           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
12270           Partial fix for #314160.
12271
12272 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12273
12274         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
12275           ARG_LAST_TS, parent_class, gst_switch_release_pad,
12276           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12277           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
12278           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
12279         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
12280           current_start, last_ts):
12281         Allow application to provide a stop timestamp, so a new segment
12282         update can be sent before switching.
12283
12284 2007-05-14  Wim Taymans  <wim@fluendo.com>
12285
12286         * gst/rtpmanager/async_jitter_queue.c:
12287         (async_jitter_queue_set_flushing_unlocked):
12288         Fix leak when flushing.
12289
12290         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
12291         (gst_rtp_bin_class_init):
12292         * gst/rtpmanager/gstrtpbin.h:
12293         Add clear-pt-map signal.
12294
12295         * gst/rtpmanager/gstrtpjitterbuffer.c:
12296         (gst_rtp_jitter_buffer_flush_stop),
12297         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
12298         Init clock-rate to -1 to mark unknow clock rate.
12299         Fix flushing.
12300
12301 2007-05-13  David Schleef  <ds@schleef.org>
12302
12303         * gst/replaygain/rganalysis.c:
12304           Fix wrong ifdef for visual C++.  Fixes: #437403.
12305           By Ali Sabil <ali.sabil@gmail.com>.
12306
12307 2007-05-12  David Schleef  <ds@schleef.org>
12308
12309         * ext/neon/gstneonhttpsrc.c:
12310           Make redirection the default behavior.  Fixes #413818.
12311
12312 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12313
12314         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
12315           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
12316           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
12317           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
12318           qtdemux_parse_segments, qtdemux_parse_trak):
12319         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
12320           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
12321           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
12322           rtp_session_get_location, rtp_session_get_tool,
12323           rtp_session_process_bye, session_report_blocks):
12324         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
12325           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
12326           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
12327
12328         * gst/switch/Makefile.am:
12329           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
12330
12331 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12332
12333         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
12334           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
12335           async_jitter_queue_set_low_threshold,
12336           async_jitter_queue_length_ts_units_unlocked,
12337           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
12338           async_jitter_queue_lock, async_jitter_queue_push,
12339           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
12340           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
12341           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
12342           async_jitter_queue_set_flushing_unlocked,
12343           async_jitter_queue_unset_flushing_unlocked):
12344           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
12345
12346 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12347
12348         * common/m4/gst-x11.m4:
12349           Restore CFLAGS and LIBS.
12350
12351         * configure.ac:
12352           Revert previous patch.
12353
12354 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12355
12356         Patch by: Ali Sabil <ali.sabil@gmail.com>
12357
12358         * configure.ac:
12359           Save and restore CFLAGS for OpenGL check. Fixes #437260.
12360         
12361
12362 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
12363
12364         * docs/plugins/gst-plugins-bad-plugins.args:
12365         Add directraw and directsound sinks properties.
12366
12367 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12368
12369         * configure.ac:
12370           Fix --disable-external (hopefully).
12371
12372 2007-05-09  Wim Taymans  <wim@fluendo.com>
12373
12374         * gst/rtpmanager/gstrtpjitterbuffer.c:
12375         (gst_rtp_jitter_buffer_query):
12376         Pass queries upstream.
12377
12378 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
12379
12380         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
12381         (gst_real_audio_dec_finalize):
12382         * gst/real/gstrealaudiodec.h:
12383         * gst/real/gstrealvideodec.c: (open_library), (close_library):
12384         * gst/real/gstrealvideodec.h:
12385           Use GModule instead of using dlsym() directly. Fixes #430598.
12386
12387 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
12388
12389         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12390         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12391         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12392           Add docs for Windows sinks.
12393
12394 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12395
12396         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
12397         (speed_chain), (speed_change_state):
12398           Fix event handling a bit by replacing completely dubious code
12399           written by someone else with completely dubious code written
12400           by me. Should at least fix #412077 though.
12401
12402 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12403
12404         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
12405         (plugin_init):
12406           Add debug category; use gst_pad_query_peer_*() utility functions;
12407           use gst_util_scale*(); add gtk-doc blurb.
12408
12409 2007-05-04  Wim Taymans  <wim@fluendo.com>
12410
12411         * gst/rtpmanager/gstrtpjitterbuffer.c:
12412         (gst_rtp_jitter_buffer_query):
12413         Add some debug info.
12414
12415         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12416         (rtp_session_send_rtp):
12417         Store real user name in the session.
12418
12419 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
12420
12421         * configure.ac:
12422         * examples/Makefile.am:
12423         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12424           last_message_received, main):
12425         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12426           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12427           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12428           gst_switch_set_property, gst_switch_get_property,
12429           gst_switch_get_linked_pad, gst_switch_getcaps,
12430           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12431           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12432           gst_switch_class_init):
12433         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12434           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12435           need_to_send_newsegment):
12436         Port switch element and example program to 0.10.
12437
12438 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12439
12440         * ext/wavpack/gstwavpack.c: (plugin_init):
12441         Call bindtextdomain() to get localized strings.
12442         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12443         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12444         (gst_wavpack_parse_handle_seek_event),
12445         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12446         * ext/wavpack/gstwavpackparse.h:
12447         Handle DISCONT buffers by correctly setting the DISCONT flag
12448         on outgoing buffers when necessary.
12449         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12450         Send newsegment from the streaming thread.
12451
12452 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12453
12454         * ext/wavpack/gstwavpackparse.c:
12455         (gst_wavpack_parse_handle_seek_event):
12456         Remove old workaround that was needed when seeking after the last
12457         sample. With the fixed error handling this works now as expected
12458         without pushing the last sample although it wasn't requested.
12459
12460 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12461
12462         * ext/wavpack/gstwavpackparse.c:
12463         (gst_wavpack_parse_handle_seek_event):
12464         Handle segment seeks in the seek event handler, correctly work with
12465         stop position == -1 and instead of stopping the task on seek just
12466         pause it.
12467
12468 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12469
12470         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12471         Add handling for segment seeks.
12472
12473 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12474
12475         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12476         (gst_wavpack_parse_create_src_pad),
12477         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12478         (gst_wavpack_parse_chain):
12479         Correctly handle errors, especially in the loop function. Before it
12480         was easy to get the task paused but no error being posted on the bus.
12481
12482 2007-04-30  Wim Taymans  <wim@fluendo.com>
12483
12484         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12485         (async_jitter_queue_pop_intern_unlocked):
12486         Fix the case where the buffer underruns and does not block.
12487
12488         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12489         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12490         (gst_rtp_bin_request_new_pad):
12491         Rename RTCP send pad, like in the session manager.
12492         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12493         fix handling of send_rtp_src pad.
12494
12495         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12496         When no pt map could be found, fall back to the sinkpad caps.
12497
12498         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12499         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12500         (create_recv_rtcp_sink), (create_send_rtp_sink),
12501         (create_send_rtcp_src):
12502         Fix pad names.
12503
12504         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12505         (rtp_session_create_source), (rtp_session_process_sr),
12506         (rtp_session_send_rtp), (session_start_rtcp):
12507         * gst/rtpmanager/rtpsession.h:
12508         Unlock session when performing a callback.
12509         Add callbacks for the internal session object.
12510         Fix sending of RTP packets.
12511         first attempt at adding NTP times in the SR packets.
12512         Small debug and doc improvements.
12513
12514         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12515         Update stats for SR reports.
12516
12517 2007-04-29  Wim Taymans  <wim@fluendo.com>
12518
12519         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12520         Remove debug.
12521
12522         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12523         (rtp_session_process_sdes), (calculate_rtcp_interval),
12524         (rtp_session_next_timeout), (session_report_blocks):
12525         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12526         Improve debugging
12527         Fix interval for BYE/RTCP packets.
12528
12529 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12530
12531         * docs/plugins/gst-plugins-bad-plugins.args:
12532         * docs/plugins/gst-plugins-bad-plugins.signals:
12533           Commit result of running scanobj-update
12534
12535 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12536
12537         * autogen.sh:
12538           Require automake 1.7
12539         * ext/alsaspdif/Makefile.am:
12540         * ext/divx/Makefile.am:
12541         * ext/ivorbis/Makefile.am:
12542         * ext/musicbrainz/Makefile.am:
12543         * ext/neon/Makefile.am:
12544         * ext/sdl/Makefile.am:
12545         * ext/swfdec/Makefile.am:
12546         * ext/theora/Makefile.am:
12547         * ext/wavpack/Makefile.am:
12548         * ext/xvid/Makefile.am:
12549         * gst/modplug/Makefile.am:
12550           Fix up Makefile.am accordingly.
12551
12552 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12553
12554         * docs/plugins/inspect/plugin-alsaspdif.xml:
12555         * docs/plugins/inspect/plugin-bz2.xml:
12556         * docs/plugins/inspect/plugin-cdxaparse.xml:
12557         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12558         * docs/plugins/inspect/plugin-faac.xml:
12559         * docs/plugins/inspect/plugin-faad.xml:
12560         * docs/plugins/inspect/plugin-filter.xml:
12561         * docs/plugins/inspect/plugin-freeze.xml:
12562         * docs/plugins/inspect/plugin-glimagesink.xml:
12563         * docs/plugins/inspect/plugin-gsm.xml:
12564         * docs/plugins/inspect/plugin-h264parse.xml:
12565         * docs/plugins/inspect/plugin-jack.xml:
12566         * docs/plugins/inspect/plugin-mms.xml:
12567         * docs/plugins/inspect/plugin-modplug.xml:
12568         * docs/plugins/inspect/plugin-musepack.xml:
12569         * docs/plugins/inspect/plugin-musicbrainz.xml:
12570         * docs/plugins/inspect/plugin-neon.xml:
12571         * docs/plugins/inspect/plugin-nsfdec.xml:
12572         * docs/plugins/inspect/plugin-replaygain.xml:
12573         * docs/plugins/inspect/plugin-sdl.xml:
12574         * docs/plugins/inspect/plugin-soundtouch.xml:
12575         * docs/plugins/inspect/plugin-spectrum.xml:
12576         * docs/plugins/inspect/plugin-speed.xml:
12577         * docs/plugins/inspect/plugin-tta.xml:
12578         * docs/plugins/inspect/plugin-videocrop.xml:
12579         * docs/plugins/inspect/plugin-wavpack.xml:
12580         * docs/plugins/inspect/plugin-xingheader.xml:
12581         * docs/plugins/inspect/plugin-xvid.xml:
12582           Add jack and update.
12583
12584 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12585
12586         * configure.ac:
12587           Don't build equalizer unless we have core from CVS (it won't
12588           work with earlier versions due to GstChildProxy brokeness).
12589           Also up requirements to last released core/base.
12590
12591 2007-04-27  Wim Taymans  <wim@fluendo.com>
12592
12593         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12594         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12595         Move reconsideration code to the rtpsession object.
12596         Simplify timout handling and add reconsideration.
12597
12598         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12599         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12600         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12601         (obtain_source), (rtp_session_create_source),
12602         (update_arrival_stats), (rtp_session_process_rtp),
12603         (rtp_session_process_sr), (rtp_session_process_rr),
12604         (rtp_session_process_bye), (rtp_session_process_rtcp),
12605         (calculate_rtcp_interval), (rtp_session_send_bye),
12606         (rtp_session_next_timeout), (session_start_rtcp),
12607         (session_report_blocks), (session_cleanup), (session_sdes),
12608         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12609         * gst/rtpmanager/rtpsession.h:
12610         Handle timeout of inactive sources and senders.
12611         Implement BYE scheduling.
12612
12613         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12614         (rtp_source_process_sr), (rtp_source_get_last_sr),
12615         (rtp_source_get_last_rb):
12616         * gst/rtpmanager/rtpsource.h:
12617         Add members to check for timeouts.
12618
12619         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12620         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12621         (rtp_stats_calculate_bye_interval):
12622         * gst/rtpmanager/rtpstats.h:
12623         Use RFC algorithm for calculating the reporting interval.
12624
12625 2007-04-26  Edward Hervey  <edward@fluendo.com>
12626
12627         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12628         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12629         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12630         * docs/plugins/inspect/plugin-osxvideo.xml:
12631         Add documentation for osxvideo
12632
12633 2007-04-25  Wim Taymans  <wim@fluendo.com>
12634
12635         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12636         Implement forward and reverse reconsideration.
12637
12638         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
12639         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
12640         (session_report_blocks):
12641         * gst/rtpmanager/rtpsession.h:
12642         Small cleanups.
12643
12644 2007-04-25  Wim Taymans  <wim@fluendo.com>
12645
12646         reviewed by: <delete if not using a buddy>
12647
12648         * gst/rtpmanager/gstrtpbin.c: (create_stream),
12649         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
12650         (gst_rtp_bin_get_property):
12651         * gst/rtpmanager/gstrtpbin.h:
12652         Make default jitterbuffer latency configurable.
12653
12654         * gst/rtpmanager/gstrtpjitterbuffer.c:
12655         (gst_rtp_jitter_buffer_class_init),
12656         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
12657         (gst_rtp_jitter_buffer_set_property),
12658         (gst_rtp_jitter_buffer_get_property):
12659         Debuging cleanups.
12660
12661 2007-04-25  Wim Taymans  <wim@fluendo.com>
12662
12663         * gst/rtpmanager/gstrtpjitterbuffer.c:
12664         (gst_rtp_jitter_buffer_change_state):
12665         Report NO_PREROLL when going to PAUSED.
12666
12667         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12668         Don't send RTCP right before we are shutting down.
12669
12670         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
12671         (rtp_session_process_sr), (session_report_blocks),
12672         (rtp_session_perform_reporting):
12673         Improve report blocks.
12674
12675         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
12676         (rtp_source_process_rtp), (rtp_source_process_sr),
12677         (rtp_source_process_rb), (rtp_source_get_last_sr),
12678         (rtp_source_get_last_rb):
12679         * gst/rtpmanager/rtpsource.h:
12680         * gst/rtpmanager/rtpstats.h:
12681         Cleanups, add methods to access stats. 
12682
12683 2007-04-25  Wim Taymans  <wim@fluendo.com>
12684
12685         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12686         fix for pad name change
12687
12688         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12689         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
12690         Fix for renamed methods.
12691
12692         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12693         (rtp_session_finalize), (rtp_session_set_cname),
12694         (rtp_session_get_cname), (rtp_session_set_name),
12695         (rtp_session_get_name), (rtp_session_set_email),
12696         (rtp_session_get_email), (rtp_session_set_phone),
12697         (rtp_session_get_phone), (rtp_session_set_location),
12698         (rtp_session_get_location), (rtp_session_set_tool),
12699         (rtp_session_get_tool), (rtp_session_set_note),
12700         (rtp_session_get_note), (source_push_rtp), (obtain_source),
12701         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
12702         (rtp_session_create_source), (rtp_session_process_rtp),
12703         (rtp_session_process_sr), (rtp_session_process_sdes),
12704         (rtp_session_process_rtcp), (rtp_session_send_rtp),
12705         (rtp_session_get_reporting_interval), (session_report_blocks),
12706         (session_sdes), (rtp_session_perform_reporting):
12707         * gst/rtpmanager/rtpsession.h:
12708         Prepare for implementing SSRC sampling.
12709         Create SSRC for the session. 
12710         Add methods to set the SDES entries.
12711         fix accounting of senders/receivers.
12712         Implement SR/RR/SDES RTCP reporting.
12713
12714         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
12715         (rtp_source_process_rtp), (rtp_source_process_sr):
12716         * gst/rtpmanager/rtpsource.h:
12717         Implement extended sequence number.
12718
12719         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12720         * gst/rtpmanager/rtpstats.h:
12721         Rename some fields.
12722
12723 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
12724
12725         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
12726         (gst_y4m_encode_setcaps):
12727         * tests/check/elements/y4menc.c: (GST_START_TEST):
12728           Plug some leaks; try to make build bot happy again.
12729
12730 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12731
12732         * gst/Makefile.am:
12733           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
12734
12735 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12736
12737         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
12738           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
12739
12740 2007-04-20  Michael Smith  <msmith@fluendo.com>
12741
12742         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
12743           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
12744           quicktime because of sample rate mismatches.
12745           Reenable overriding the implicit SBR behaviour (accidently changed?)
12746           to allow playback of these files.
12747
12748 2007-04-19  David Schleef  <ds@schleef.org>
12749
12750         * configure.ac:
12751           Change rtpmanager disabling to keep -bad releasable.
12752
12753 2007-04-18  David Schleef  <ds@schleef.org>
12754
12755         * configure.ac:
12756         * gst/Makefile.am:
12757           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
12758           line 268.
12759
12760 2007-04-18  Wim Taymans  <wim@fluendo.com>
12761
12762         * gst/Makefile.am:
12763         Add rtpmanager dir to dist.
12764
12765 2007-04-18  Wim Taymans  <wim@fluendo.com>
12766
12767         * configure.ac:
12768         Disable rtpmanager for now because it depends on CVS -base.
12769
12770         * gst/rtpmanager/Makefile.am:
12771         Added new files for session manager.
12772
12773         * gst/rtpmanager/gstrtpjitterbuffer.h:
12774         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12775         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
12776         Some cleanups. 
12777         the session manager can now also request a pt-map.
12778
12779         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12780         (gst_rtp_session_class_init), (gst_rtp_session_init),
12781         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
12782         (stop_rtcp_thread), (gst_rtp_session_change_state),
12783         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
12784         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
12785         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
12786         (gst_rtp_session_chain_recv_rtp),
12787         (gst_rtp_session_event_recv_rtcp_sink),
12788         (gst_rtp_session_chain_recv_rtcp),
12789         (gst_rtp_session_event_send_rtp_sink),
12790         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
12791         (gst_rtp_session_request_new_pad):
12792         * gst/rtpmanager/gstrtpsession.h:
12793         We can ask for pt-map now too when the session manager needs it.
12794         Hook up to the new session manager, implement the needed callbacks for
12795         pushing data, getting clock time and requesting clock-rates.
12796         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
12797         be send to clients.
12798         Add code to start and stop the thread that will schedule RTCP through
12799         the session manager.
12800
12801         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12802         (rtp_session_init), (rtp_session_finalize),
12803         (rtp_session_set_property), (rtp_session_get_property),
12804         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
12805         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
12806         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
12807         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
12808         (source_push_rtp), (source_clock_rate), (check_collision),
12809         (obtain_source), (rtp_session_add_source),
12810         (rtp_session_get_num_sources),
12811         (rtp_session_get_num_active_sources),
12812         (rtp_session_get_source_by_ssrc),
12813         (rtp_session_get_source_by_cname), (rtp_session_create_source),
12814         (update_arrival_stats), (rtp_session_process_rtp),
12815         (rtp_session_process_sr), (rtp_session_process_rr),
12816         (rtp_session_process_sdes), (rtp_session_process_bye),
12817         (rtp_session_process_app), (rtp_session_process_rtcp),
12818         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
12819         (rtp_session_produce_rtcp):
12820         * gst/rtpmanager/rtpsession.h:
12821         The advanced beginnings of the main session manager that handles the
12822         participant database of RTPSources, SSRC probation, SSRC collisions,
12823         parse RTCP to update source stats. etc..
12824
12825         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
12826         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
12827         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
12828         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
12829         (push_packet), (get_clock_rate), (calculate_jitter),
12830         (rtp_source_process_rtp), (rtp_source_process_bye),
12831         (rtp_source_send_rtp), (rtp_source_process_sr),
12832         (rtp_source_process_rb):
12833         * gst/rtpmanager/rtpsource.h:
12834         Object that encapsulates an SSRC and its state in the database.
12835         Calculates the jitter and transit times of data packets.
12836
12837         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12838         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
12839         * gst/rtpmanager/rtpstats.h:
12840         Various stats regarding the session and sources.
12841         Used to calculate the RTCP interval.
12842
12843 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12844
12845         * gst/app/Makefile.am:
12846           Fix CFLAGS and hopefully #430594.
12847
12848 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12849
12850         * gst/nsf/types.h:
12851           Rename #ifndef header guard symbol to something less generic, so
12852           types.h doesn't get skipped over when compiling on MingW. Include
12853           GLib headers and use those to set the endianness and the basic
12854           types so that this isn't entirely broken for non-x86 architectures.
12855
12856 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12857
12858         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
12859           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
12860           MingW (no idea though why we add a BYTE_ORDER endianness field if
12861           the audio is compressed).
12862
12863 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
12864
12865         * docs/plugins/inspect/plugin-directdraw.xml:
12866         * docs/plugins/inspect/plugin-directsound.xml:
12867         * docs/plugins/inspect/plugin-waveform.xml:
12868           Add xml doc files for Windows sinks
12869         * win32/vs6/libgstqtdemux.dsp:
12870         * win32/vs6/libgstmpegvideoparse.dsp:
12871         * win32/vs6/gst_plugins_bad.dsw:
12872          Update projects files.
12873         
12874 2007-04-13  Wim Taymans  <wim@fluendo.com>
12875
12876         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12877         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
12878         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
12879         * gst/rtpmanager/gstrtpbin.h:
12880         * gst/rtpmanager/gstrtpclient.c:
12881         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12882         (gst_rtp_session_init), (gst_rtp_session_finalize),
12883         (gst_rtp_session_event_recv_rtp_sink),
12884         (gst_rtp_session_event_recv_rtcp_sink),
12885         (gst_rtp_session_chain_recv_rtcp),
12886         (gst_rtp_session_request_new_pad):
12887         Protect lists and structures with locks.
12888         Return FLOW_OK from RTCP messages for now.
12889
12890 2007-04-12  Wim Taymans  <wim@fluendo.com>
12891
12892         * gst/qtdemux/qtdemux.c:
12893         Make timescale 32 bits again so we don't screw up the pts_offset
12894         calculations.
12895
12896 2007-04-12  Wim Taymans  <wim@fluendo.com>
12897
12898         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12899         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
12900         Emit pt map requests and cache results.
12901
12902         * gst/rtpmanager/gstrtpjitterbuffer.c:
12903         (gst_rtp_jitter_buffer_class_init),
12904         (gst_jitter_buffer_sink_parse_caps),
12905         (gst_jitter_buffer_sink_setcaps),
12906         (gst_rtp_jitter_buffer_get_clock_rate),
12907         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
12908         * gst/rtpmanager/gstrtpjitterbuffer.h:
12909         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12910         Emit request-pt-map signals.
12911
12912 2007-04-11  Wim Taymans  <wim@fluendo.com>
12913
12914         * gst/rtpmanager/gstrtpbin-marshal.list:
12915         Some more custom marshallers.
12916
12917         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12918         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
12919         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
12920         * gst/rtpmanager/gstrtpbin.h:
12921         Prepare for caching pt maps.
12922         Connect to signals to collect pt maps.
12923
12924         * gst/rtpmanager/gstrtpjitterbuffer.c:
12925         (gst_rtp_jitter_buffer_class_init),
12926         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
12927         * gst/rtpmanager/gstrtpjitterbuffer.h:
12928         Add request_clock_rate signal.
12929         Use scale insteat of scale_int because the later does not deal with
12930         negative numbers.
12931
12932         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12933         (gst_rtp_pt_demux_chain):
12934         * gst/rtpmanager/gstrtpptdemux.h:
12935         Implement request-pt-map signal.
12936
12937 2007-04-11  Wim Taymans  <wim@fluendo.com>
12938
12939         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
12940         (qtdemux_parse_samples), (qtdemux_parse_segments),
12941         (qtdemux_parse_trak), (qtdemux_parse_tree):
12942         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
12943         Handle version 1 mdhd atoms to get extended precision durations.
12944         Fixes #426972.
12945
12946 2007-04-10  Wim Taymans  <wim@fluendo.com>
12947
12948         * gst/rtpmanager/.cvsignore:
12949         * gst/rtpmanager/Makefile.am:
12950         * gst/rtpmanager/gstrtpbin-marshal.list:
12951         Added custom marshallers for signals.
12952
12953         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12954         * gst/rtpmanager/gstrtpbin.h:
12955         Prepare for emiting pt map signals.
12956
12957         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
12958         * gst/rtpmanager/gstrtpssrcdemux.c:
12959         (gst_rtp_ssrc_demux_class_init):
12960         Fix signals.
12961
12962 2007-04-06  Wim Taymans  <wim@fluendo.com>
12963
12964         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
12965         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
12966         * gst/rtpmanager/gstrtpbin.h:
12967         Provide a clock.
12968
12969 2007-04-06  Wim Taymans  <wim@fluendo.com>
12970
12971         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12972         Fix pad template name parsing.
12973
12974 2007-04-05  Wim Taymans  <wim@fluendo.com>
12975
12976         * gst/rtpmanager/gstrtpjitterbuffer.c:
12977         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
12978         (gst_rtp_jitter_buffer_loop):
12979         Add some debug and comments.
12980         Fix double unref() in error cases.
12981
12982 2007-04-05  Wim Taymans  <wim@fluendo.com>
12983
12984         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
12985         (gst_rtp_xqt_depay_change_state):
12986         * gst/qtdemux/gstrtpxqtdepay.h:
12987         Try to recover from packet loss a little better.
12988
12989 2007-04-05  Wim Taymans  <wim@fluendo.com>
12990
12991         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12992         (create_session), (find_stream_by_ssrc), (create_stream),
12993         (gst_rtp_bin_class_init), (new_payload_found),
12994         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
12995         (create_send_rtp), (create_rtcp):
12996         * gst/rtpmanager/gstrtpbin.h:
12997         Add debugging category.
12998         Added RTPStream to manage stream per SSRC, each with its own
12999         jitterbuffer and ptdemux.
13000         Added SSRCDemux.
13001         Connect to various SSRC and PT signals and create ghostpads, link stuff.
13002
13003
13004         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13005         Added rtpbin to elements.
13006
13007         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
13008         Fix caps and forward GstFlowReturn
13009
13010         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
13011         (gst_rtp_session_event_recv_rtp_sink),
13012         (gst_rtp_session_chain_recv_rtp),
13013         (gst_rtp_session_event_recv_rtcp_sink),
13014         (gst_rtp_session_chain_recv_rtcp),
13015         (gst_rtp_session_event_send_rtp_sink),
13016         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13017         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13018         (gst_rtp_session_request_new_pad):
13019         Add debug category.
13020         Add event handling
13021
13022         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
13023         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
13024         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
13025         (gst_rtp_ssrc_demux_change_state):
13026         * gst/rtpmanager/gstrtpssrcdemux.h:
13027         Add debug category.
13028         Add new-pt-pad signal.
13029
13030 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13031
13032         submitted by: Mogens Jaeger <mogens@jaeger.tf>
13033
13034         * po/LINGUAS:
13035         * po/da.po:
13036           Added Danish translation.
13037
13038 2007-04-04  Wim Taymans  <wim@fluendo.com>
13039
13040         * gst/rtpmanager/Makefile.am:
13041         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13042         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
13043         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
13044         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
13045         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
13046         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
13047         (gst_rtp_ssrc_demux_change_state):
13048         * gst/rtpmanager/gstrtpssrcdemux.h:
13049         Added simple SSRC demuxer.
13050
13051 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
13052
13053         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
13054         (gst_jack_ring_buffer_acquire):
13055           Try t better name clients. properly handle return codes when re-
13056           establishing links.
13057
13058 2007-04-03  David Schleef  <ds@schleef.org>
13059
13060         * sys/glsink/glimagesink.c:
13061           Fix handling of video/x-raw-yuv.  Add overlay handling.
13062
13063 2007-04-03  Wim Taymans  <wim@fluendo.com>
13064
13065         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13066         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
13067         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
13068         (gst_rtp_bin_request_new_pad):
13069         * gst/rtpmanager/gstrtpbin.h:
13070         * gst/rtpmanager/gstrtpclient.c:
13071         Some more ghostpad magic.
13072
13073 2007-04-03  Wim Taymans  <wim@fluendo.com>
13074
13075         * gst/rtpmanager/Makefile.am:
13076         Add .h file so it can be disted properly.
13077
13078 2007-04-03  Wim Taymans  <wim@fluendo.com>
13079
13080         * configure.ac:
13081         * gst/rtpmanager/Makefile.am:
13082         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
13083         (signal_waiting_threads), (async_jitter_queue_ref),
13084         (async_jitter_queue_ref_unlocked),
13085         (async_jitter_queue_set_low_threshold),
13086         (async_jitter_queue_set_high_threshold),
13087         (async_jitter_queue_set_max_queue_length),
13088         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
13089         (async_jitter_queue_length_ts_units_unlocked),
13090         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
13091         (async_jitter_queue_lock), (async_jitter_queue_unlock),
13092         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
13093         (async_jitter_queue_push_sorted),
13094         (async_jitter_queue_push_sorted_unlocked),
13095         (async_jitter_queue_insert_after_unlocked),
13096         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
13097         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
13098         (async_jitter_queue_length_unlocked),
13099         (async_jitter_queue_set_flushing_unlocked),
13100         (async_jitter_queue_unset_flushing_unlocked),
13101         (async_jitter_queue_set_blocking_unlocked):
13102         * gst/rtpmanager/async_jitter_queue.h:
13103         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
13104         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
13105         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
13106         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
13107         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
13108         * gst/rtpmanager/gstrtpbin.h:
13109         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
13110         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
13111         (gst_rtp_client_class_init), (gst_rtp_client_init),
13112         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
13113         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
13114         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
13115         * gst/rtpmanager/gstrtpclient.h:
13116         * gst/rtpmanager/gstrtpjitterbuffer.c:
13117         (gst_rtp_jitter_buffer_base_init),
13118         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
13119         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
13120         (gst_jitter_buffer_sink_setcaps), (free_func),
13121         (gst_rtp_jitter_buffer_flush_start),
13122         (gst_rtp_jitter_buffer_flush_stop),
13123         (gst_rtp_jitter_buffer_src_activate_push),
13124         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
13125         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
13126         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
13127         (gst_rtp_jitter_buffer_query),
13128         (gst_rtp_jitter_buffer_set_property),
13129         (gst_rtp_jitter_buffer_get_property):
13130         * gst/rtpmanager/gstrtpjitterbuffer.h:
13131         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13132         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
13133         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
13134         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
13135         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
13136         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
13137         (gst_rtp_pt_demux_change_state):
13138         * gst/rtpmanager/gstrtpptdemux.h:
13139         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
13140         (gst_rtp_session_class_init), (gst_rtp_session_init),
13141         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
13142         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
13143         (gst_rtp_session_chain_recv_rtp),
13144         (gst_rtp_session_chain_recv_rtcp),
13145         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13146         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13147         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
13148         * gst/rtpmanager/gstrtpsession.h:
13149         Add RTP session management elements. Still in progress.
13150
13151 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
13152
13153         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
13154         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
13155         (gst_wavpack_dec_clip_outgoing_buffer),
13156         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
13157         * ext/wavpack/gstwavpackdec.h:
13158         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
13159         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
13160         (gst_wavpack_enc_chain):
13161         * ext/wavpack/gstwavpackenc.h:
13162         * ext/wavpack/gstwavpackparse.c:
13163         Don't play audioconvert. As wavpack wants/outputs all samples with
13164         width==32 and depth=[1,32] accept this and let audioconvert convert
13165         to accepted formats instead of doing it in the element for n*8 depths.
13166         This also adds support for non-n*8 depths and prevents some useless
13167         memory allocations. Fixes #421598
13168         Also add a workaround for bug #421542 in wavpackenc for now...
13169         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
13170         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
13171         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
13172         Consider the change above in the unit tests and test if the correct
13173         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
13174         the wavpackparse unit test.
13175
13176         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
13177         (gst_wavpack_dec_sink_set_caps):
13178         Set caps on the src pad as soon as possible.
13179
13180         * ext/wavpack/gstwavpackdec.h:
13181         * ext/wavpack/gstwavpackcommon.h:
13182         * ext/wavpack/gstwavpackenc.h:
13183         * ext/wavpack/gstwavpackparse.h:
13184         Fix indention. gst-indent is now called by cicl.
13185
13186 2007-03-28  Edward Hervey  <edward@fluendo.com>
13187
13188         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
13189         (gst_qtdemux_chain), (qtdemux_parse_samples):
13190         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
13191         * gst/qtdemux/qtdemux_dump.h:
13192         * gst/qtdemux/qtdemux_fourcc.h:
13193         * gst/qtdemux/qtdemux_types.c:
13194         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
13195         with h264 video).
13196         Use the offset present in 'ctts' to calculate the PTS for each packet
13197         and set the PTS on outgoing buffers.
13198         Fixes #423283
13199
13200 2007-03-27  Julien MOUTTE  <julien@moutte.net>
13201
13202         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
13203         debug log and fix a stupid output buffer duration bug.
13204
13205 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
13206
13207         Patch by: Michal Benes <michal.benes at itonis tv>
13208         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
13209
13210         * configure.ac:
13211         * ext/Makefile.am:
13212         * ext/x264/Makefile.am:
13213         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
13214         (gst_x264_enc_analyse_get_type),
13215         (gst_x264_enc_timestamp_queue_init),
13216         (gst_x264_enc_timestamp_queue_free),
13217         (gst_x264_enc_timestamp_queue_put),
13218         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
13219         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
13220         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
13221         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
13222         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
13223         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
13224         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
13225         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
13226         (plugin_init):
13227         * ext/x264/gstx264enc.h:
13228           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
13229           handle 'odd' widths and heights correctly yet.
13230
13231 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
13232
13233         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
13234           Remove 'channel-positions' field when munging input caps into
13235           1-channel output caps (I guess technically we should set the
13236           position for each channel on the output caps if it's non-NONE,
13237           but I'll save that as a task for another day).
13238
13239 2007-03-23  Michael Smith  <msmith@fluendo.com>
13240
13241         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
13242         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
13243         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
13244         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
13245         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
13246         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
13247         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
13248         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
13249         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13250         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
13251         (vmnc_dec_set_property), (vmnc_dec_get_property):
13252           Redesign to include a parser for raw files (no timestamps in that
13253           mode yet, though).
13254
13255 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13256
13257         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
13258         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
13259         (gst_deinterleave_chain):
13260           Don't leak input buffer in chain function; maintain our own list of
13261           source pads - there are no guarantees about the order of the list
13262           in the GstElement struct, and we want a very specific order; lastly,
13263           some more debugging.
13264
13265 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13266
13267         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
13268           Alloc user agent string only once.
13269
13270 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13271
13272         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13273         Revert last commit, preventing infinite plugging loops with ranks
13274         is no clean solution and in general there's no reason why one wants
13275         to parse framed wavpack data again.
13276
13277 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13278
13279         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
13280         Send the new segment event in time format instead of bytes. This
13281         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
13282
13283         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13284         Accept framed and non-framed input, wavpackparse doesn't care. To
13285         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
13286         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
13287         ..." pipelines.
13288
13289 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13290
13291         * gst-libs/gst/app/Makefile.am:
13292           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
13293           can confirm that was what he wanted.
13294
13295 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13296
13297         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13298         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
13299         Thanks to Jan and Mike for noticing my mistake.
13300
13301 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13302
13303         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
13304         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
13305         (gst_wavpack_enc_rewrite_first_block):
13306         * ext/wavpack/gstwavpackenc.h:
13307         Put the write helpers into the GstWavpackEnc struct directly and not
13308         as a pointer to save two small, but useless mallocs. This also makes
13309         it possible to drop the finalize method.
13310         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
13311         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
13312         buffers the same way wavpackenc does it.
13313
13314 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13315
13316         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13317         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
13318         BaseTransform-based elements will likely break because of wrong
13319         unit-size. Also plug a possible memleak that happens when decoding
13320         fails for some reason.
13321
13322 2007-03-18  Wim Taymans  <wim@fluendo.com>
13323
13324         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
13325
13326         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
13327         Don't need to take the connection lock, it will not be used and could
13328         cause deadlocks.
13329
13330 2007-03-16  Edward Hervey  <edward@fluendo.com>
13331
13332         * sys/osxvideo/osxvideosink.m:
13333         Fix previous commit, we want to pass the NSView in the message.
13334
13335 2007-03-16  Edward Hervey  <edward@fluendo.com>
13336
13337         * sys/osxvideo/osxvideosink.m:
13338         Emit 'have-ns-view' message when working in embedded mode. The message
13339         will contain a pointer to the newly created NSView.
13340
13341 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13342
13343         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
13344         (collect_packets), (set_par_from_dar), (set_fps_from_code),
13345         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
13346         (mpeg_util_parse_picture_hdr):
13347         * gst/mpegvideoparse/mpegpacketiser.h:
13348         * gst/mpegvideoparse/mpegvideoparse.c:
13349         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
13350         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13351         (mpv_parse_sink_event), (plugin_init):
13352         * gst/mpegvideoparse/mpegvideoparse.h:
13353         Move the MPEG specific byte parsing into the mpegpacketiser code.
13354
13355         Add parsing of picture types, that just feeds into a debug message
13356         for now.
13357
13358         Fix some 64-bit format strings.
13359
13360 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13361
13362         * gst/mpegaudioparse:
13363         Remove empty dir.
13364
13365 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
13366
13367         * gst/equalizer/gstiirequalizer10bands.c:
13368         (gst_iir_equalizer_10bands_init):
13369           A 10 band EQ should be initialized to 10 bands and not to 3.
13370
13371 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13372
13373         * configure.ac:
13374         * gst/mpeg1videoparse/Makefile.am:
13375         * gst/mpeg1videoparse/gstmp1videoparse.c:
13376         * gst/mpeg1videoparse/gstmp1videoparse.h:
13377         * gst/mpeg1videoparse/mp1videoparse.vcproj:
13378         * gst/mpegvideoparse/Makefile.am:
13379         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
13380         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
13381         (mpeg_packetiser_flush), (mpeg_find_start_code),
13382         (get_next_free_block), (complete_current_block),
13383         (append_to_current_block), (start_new_block), (handle_packet),
13384         (collect_packets), (mpeg_packetiser_handle_eos),
13385         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
13386         * gst/mpegvideoparse/mpegpacketiser.h:
13387         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
13388         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
13389         (mpv_parse_reset), (gst_mpegvideoparse_init),
13390         (gst_mpegvideoparse_dispose), (set_par_from_dar),
13391         (set_fps_from_code), (mpegvideoparse_parse_seq),
13392         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
13393         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13394         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
13395         (plugin_init):
13396         * gst/mpegvideoparse/mpegvideoparse.h:
13397         * gst/mpegvideoparse/mpegvideoparse.vcproj:
13398         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
13399         that it's below existing decoders.
13400         
13401         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
13402         MPEG-2 now.
13403
13404         Re-write the parsing code so that it collects packets differently
13405         and timestamps Picture packets correctly.
13406
13407         Add a list of FIXME's at the top.
13408
13409 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13410
13411         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
13412         (equalizer_set_all_band_values),
13413         (equalizer_set_band_value_and_wait),
13414         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13415         (main):
13416           Port the example to new equalizer api.
13417
13418 2007-03-14  Edward Hervey  <edward@fluendo.com>
13419
13420         * sys/osxvideo/cocoawindow.h:
13421         * sys/osxvideo/cocoawindow.m:
13422         * sys/osxvideo/osxvideosink.h:
13423         * sys/osxvideo/osxvideosink.m:
13424         Fix leaks when running a NSApp.
13425         Accept any kind of resolutions.
13426         Works in fullscreen. Can maximize.
13427         Only thing left before being able to move this to -good is documentation
13428         and embedded window support.
13429
13430 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13431
13432         * po/hu.po:
13433         * po/it.po:
13434         * po/sv.po:
13435           Updated translations.
13436
13437 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13438
13439         * gst/equalizer/Makefile.am:
13440         * gst/equalizer/gstiirequalizer.c: (_do_init),
13441         (gst_iir_equalizer_band_set_property),
13442         (gst_iir_equalizer_band_class_init),
13443         (gst_iir_equalizer_band_get_type),
13444         (gst_iir_equalizer_child_proxy_get_child_by_index),
13445         (gst_iir_equalizer_child_proxy_get_children_count),
13446         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13447         (gst_iir_equalizer_compute_frequencies),
13448         (gst_iir_equalizer_transform_ip), (plugin_init):
13449         * gst/equalizer/gstiirequalizer10bands.c:
13450         (gst_iir_equalizer_10bands_base_init),
13451         (gst_iir_equalizer_10bands_class_init),
13452         (gst_iir_equalizer_10bands_init),
13453         (gst_iir_equalizer_10bands_set_property),
13454         (gst_iir_equalizer_10bands_get_property):
13455         * gst/equalizer/gstiirequalizer10bands.h:
13456         * gst/equalizer/gstiirequalizer3bands.c:
13457         (gst_iir_equalizer_3bands_base_init),
13458         (gst_iir_equalizer_3bands_class_init),
13459         (gst_iir_equalizer_3bands_init),
13460         (gst_iir_equalizer_3bands_set_property),
13461         (gst_iir_equalizer_3bands_get_property):
13462         * gst/equalizer/gstiirequalizer3bands.h:
13463         * gst/equalizer/gstiirequalizernbands.c:
13464         (gst_iir_equalizer_nbands_base_init),
13465         (gst_iir_equalizer_nbands_init):
13466           Add 3 and 10 band version and add missing gst_object_sync_values.
13467
13468         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13469         (gst_spectrum_transform_ip):
13470           Add some comments about float support.
13471
13472 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13473
13474         * gst/mpegaudioparse/Makefile.am:
13475         * gst/mpegaudioparse/gstmpegaudioparse.c:
13476         * gst/mpegaudioparse/gstmpegaudioparse.h:
13477         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13478         Remove bogus 2nd copy of mp3parse - it's actually
13479         in -ugly.
13480
13481 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13482
13483         * examples/app/.cvsignore:
13484         The buildbot demands .cvsignore files, and I comply.
13485
13486 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13487
13488         * sys/directdraw/gstdirectdrawsink.c:
13489         * sys/directdraw/gstdirectdrawsink.h:
13490         Handle display mode changes during playback.
13491
13492 2007-03-10  David Schleef  <ds@schleef.org>
13493
13494         * configure.ac:
13495         * examples/Makefile.am:
13496         * examples/app/Makefile.am:
13497         * examples/app/appsrc_ex.c:
13498           Add appsrc/appsink example.
13499         * gst-libs/gst/app/Makefile.am:
13500         * gst-libs/gst/app/gstapp.c:
13501         * gst-libs/gst/app/gstappsink.c:
13502         * gst-libs/gst/app/gstappsink.h:
13503         * gst/app/gstapp.c:
13504           Add appsink.
13505
13506 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13507
13508         * ext/nas/nassink.c: (NAS_createFlow):
13509         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13510           Printf format string fixes.
13511
13512 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13513
13514         * gst/equalizer/Makefile.am:
13515         * gst/equalizer/gstiirequalizer.c: (_do_init),
13516         (gst_iir_equalizer_band_set_property),
13517         (gst_iir_equalizer_band_get_property),
13518         (gst_iir_equalizer_band_class_init),
13519         (gst_iir_equalizer_band_get_type),
13520         (gst_iir_equalizer_child_proxy_get_child_by_index),
13521         (gst_iir_equalizer_child_proxy_get_children_count),
13522         (gst_iir_equalizer_child_proxy_interface_init),
13523         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13524         (gst_iir_equalizer_finalize), (setup_filter),
13525         (gst_iir_equalizer_compute_frequencies),
13526         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13527         (gst_iir_equalizer_setup), (plugin_init):
13528         * gst/equalizer/gstiirequalizer.h:
13529         * gst/equalizer/gstiirequalizernbands.c:
13530         (gst_iir_equalizer_nbands_base_init),
13531         (gst_iir_equalizer_nbands_class_init),
13532         (gst_iir_equalizer_nbands_init),
13533         (gst_iir_equalizer_nbands_set_property),
13534         (gst_iir_equalizer_nbands_get_property):
13535         * gst/equalizer/gstiirequalizernbands.h:
13536           Refactor plugin into a base class and a first subclass (nband eq). The
13537           nband eq uses GstChildProxy and is controlable. More subclasses will
13538           follow.
13539
13540 2007-03-08  Wim Taymans  <wim@fluendo.com>
13541
13542         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13543
13544         * ext/jack/Makefile.am:
13545         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13546         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13547         (jack_shutdown_cb), (connection_find),
13548         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13549         (gst_jack_audio_unref_connection),
13550         (gst_jack_audio_connection_add_client),
13551         (gst_jack_audio_connection_remove_client),
13552         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13553         (gst_jack_audio_client_get_client),
13554         (gst_jack_audio_client_set_active):
13555         * ext/jack/gstjackaudioclient.h:
13556         Make an object to manage client connections to the jack server which we
13557         will use in the future to run selected jack elements with the same jack
13558         connection.
13559         Make some stuff a bit more threadsafe.
13560         Activate the jack client ASAP.
13561
13562         * ext/jack/gstjackaudiosink.c:
13563         (gst_jack_audio_sink_allocate_channels),
13564         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13565         (gst_jack_ring_buffer_open_device),
13566         (gst_jack_ring_buffer_close_device),
13567         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13568         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13569         (gst_jack_audio_sink_getcaps):
13570         * ext/jack/gstjackaudiosink.h:
13571         Use new client object to manage connections.
13572         Don't remove and recreate all ports, try to reuse them.
13573
13574 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13575
13576         * ext/wavpack/gstwavpack.c: (plugin_init):
13577         * ext/wavpack/gstwavpackcommon.c:
13578           Use a general wavpack debug category for common code.
13579         * ext/wavpack/gstwavpackstreamreader.c:
13580         (gst_wavpack_stream_reader_set_pos_abs),
13581         (gst_wavpack_stream_reader_set_pos_rel),
13582         (gst_wavpack_stream_reader_write_bytes):
13583           Use the general wavpack debug category here too and add debug
13584           output to the functions that should not be called at all by
13585           the wavpack library.
13586         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13587         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13588         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13589           Change debugging category names to conform to the conventions.
13590
13591 2007-03-07  Edward Hervey  <edward@fluendo.com>
13592
13593         * gst/qtdemux/qtdemux.c:
13594         * gst/qtdemux/qtdemux.h:
13595         Share qtdemux debug category across all files, otherwise all debugging
13596         in files other than qtdemux.c would end up in the default category.
13597
13598 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13599
13600         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13601         (gst_spectrum_event), (gst_spectrum_transform_ip):
13602         * gst/spectrum/gstspectrum.h:
13603           One FIXME less, by resolving message timestamps against the playback
13604           segment.
13605
13606 2007-03-06  Wim Taymans  <wim@fluendo.com>
13607
13608         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13609         (gst_spectrum_init), (gst_spectrum_set_property),
13610         (gst_spectrum_transform_ip):
13611         Fix and cleanup default property values.
13612         Add FIXMEs for stuff that looks rather wrong.
13613
13614 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13615
13616         * gst/spectrum/demo-audiotest.c: (message_handler):
13617         * gst/spectrum/demo-osssrc.c: (message_handler):
13618           Remove two obsolete and confusing comments.
13619
13620 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13621
13622         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13623         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13624         (gst_nas_sink_unprepare):
13625           Some more cleanups/changes; use boilerplate macro.
13626
13627 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13628
13629         * ext/nas/Makefile.am:
13630         * ext/nas/README:
13631         * ext/nas/nassink.c: (gst_nas_sink_get_type),
13632         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
13633         (gst_nas_sink_init), (gst_nas_sink_finalize),
13634         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
13635         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
13636         (gst_nas_sink_reset), (gst_nas_sink_write),
13637         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
13638         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
13639         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
13640         (NAS_createFlow), (plugin_init):
13641         * ext/nas/nassink.h:
13642           Bunch of nassink clean-ups: make build by adding the right CFLAGS
13643           and LIBS to Makefile.am; rename structure, macros and functions
13644           according to canonical naming scheme; move some things around a bit;
13645           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
13646           file that didn't really contain any useful information anyway (the
13647           useful bits have been moved into the 'host' property description).
13648
13649 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
13650
13651         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
13652         Chain up in finalize.
13653
13654 2007-03-03  Michael Smith  <msmith@fluendo.com>
13655
13656         * configure.ac:
13657         * gst/vmnc/Makefile.am:
13658           Fix up dist.
13659
13660 2007-03-03  Michael Smith  <msmith@fluendo.com>
13661
13662         * configure.ac:
13663         * gst/vmnc/Makefile.am:
13664         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
13665         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
13666         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
13667         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
13668         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
13669         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
13670         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
13671         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
13672         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13673         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
13674         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
13675           Add VMnc decoder.
13676           Still missing support for:
13677            - rectangle types I didn't find in my samples (e.g. copy, RRE,
13678              ZRLE)
13679            - alpha-composited cursors
13680
13681 2007-03-03  David Schleef  <ds@schleef.org>
13682
13683         * gst-libs/gst/app/Makefile.am:
13684           Install the headers.
13685
13686 2007-03-03  David Schleef  <ds@schleef.org>
13687
13688         * gst-libs/gst/app/Makefile.am:
13689         * gst-libs/gst/app/gstappbuffer.c:
13690         * gst-libs/gst/app/gstappbuffer.h:
13691         * gst-libs/gst/app/gstappsrc.c:
13692           Add GstAppBuffer that includes a callback and closure for
13693           proper handling of data chunks.
13694
13695 2007-03-03  David Schleef  <ds@schleef.org>
13696
13697         * gst-libs/gst/app/gstappsrc.c:
13698         * gst-libs/gst/app/gstappsrc.h:
13699           Hacking to address issues in 413418.
13700
13701 2007-03-03  David Schleef  <ds@schleef.org>
13702
13703         * Makefile.am:
13704         * configure.ac:
13705         * ext/Makefile.am:
13706         * gst-libs/gst/Makefile.am:
13707         * gst-libs/gst/app/Makefile.am:
13708         * gst-libs/gst/app/gstapp.c:
13709         * gst-libs/gst/app/gstappsrc.c:
13710         * gst-libs/gst/app/gstappsrc.h:
13711         * gst/app/Makefile.am:
13712         * gst/app/gstapp.c:
13713         * gst/app/gstappsrc.c:
13714         * gst/app/gstappsrc.h:
13715           Move the app library to gst-libs/gst/app (duh!)
13716
13717 2007-03-02 Christian Schaller <christian at fluendo dot com>
13718         
13719         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
13720
13721         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
13722
13723 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13724
13725         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
13726           A few small clean-ups.
13727
13728         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
13729           More debug output for failure cases.
13730
13731 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13732
13733         Patch by: Young-Ho Cha  <ganadist at chollian net>
13734
13735         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
13736         (gst_dtsdec_change_state):
13737           Don't do forced downmixing to stereo, but check what downstream
13738           can do and let libdts do the downmixing based on that (#400555).
13739
13740 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13741
13742         Patch by: Lutz Mueller  <lutz topfrose de>
13743
13744         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
13745         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
13746         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
13747         (gst_neonhttp_src_send_request_and_redirect),
13748         (gst_neonhttp_src_uri_set_uri):
13749         * ext/neon/gstneonhttpsrc.h:
13750           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
13751           member (#388050).
13752
13753         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
13754           Fix bogus URI to something that actually exists, otherwise we just
13755           bypass the test (and also to something that doesn't redirect, since
13756           neonhttpsrc doesn't seem to handle this very gracefully yet)
13757
13758 2007-03-01  Chris Lord <chris@openedhand.com>
13759
13760         Reviewed by Christian Schaller <christian@fluendo.com>
13761
13762         Fixes Bug 357055
13763         * ext/ivorbis/Makefile.am:
13764         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
13765         * ext/ivorbis/vorbisdec.h
13766         * ext/ivorbis/vorbis.c :
13767
13768 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
13769
13770         * tests/check/Makefile.am:
13771         Draw plugins in from the build tree sys/ dir, rather than
13772         picking up the already installed versions.
13773
13774 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13775
13776         * configure.ac:
13777           Convert to new AG_GST style.
13778
13779 2007-02-27  Christian Schaller <christian at fluendo dot com>
13780
13781         * sys/direct*: Add Pioneers of the Inevitable to copyright
13782         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
13783
13784 2007-02-27  Edward Hervey  <edward@fluendo.com>
13785
13786         * sys/osxvideo/cocoawindow.h:
13787         * sys/osxvideo/cocoawindow.m:
13788         * sys/osxvideo/osxvideosink.h:
13789         * sys/osxvideo/osxvideosink.m:
13790         Disable the cocoa event loop since it's a huge memory leak. Should only
13791         matter if the sink isn't used within an NSApp (which has already got
13792         a coca event loop).
13793         Remove all unused code.
13794
13795 2007-02-26  David Schleef  <ds@schleef.org>
13796
13797         * configure.ac:
13798         * gst/app/Makefile.am:
13799         * gst/app/gstapp.c:
13800         * gst/app/gstappsrc.c:
13801         * gst/app/gstappsrc.h:
13802           Add a new plugin/library to make it easy for apps to shove
13803           data into a pipeline.
13804
13805 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
13806
13807         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
13808         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
13809           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
13810           errors in certain situations (e.g. dec ! cs ! ximagesink and the
13811           imagesink window is resized); also, some minor clean-ups.
13812
13813 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13814
13815         * configure.ac:
13816         * ext/gsm/Makefile.am:
13817         * ext/ladspa/Makefile.am:
13818         * ext/wavpack/Makefile.am:
13819         * gst/equalizer/Makefile.am:
13820         * gst/filter/Makefile.am:
13821         * gst/mve/Makefile.am:
13822         * gst/nsf/Makefile.am:
13823         * gst/replaygain/Makefile.am:
13824         * gst/speed/Makefile.am:
13825           Fix build with LDFLAGS='-Wl,-z,defs'.
13826
13827 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
13828
13829         * sys/directsound/gstdirectsoundsink.c:
13830         * sys/directsound/gstdirectsoundsink.h:
13831           Remove include of unused headers.
13832         * sys/waveform/gstwaveformplugin.c:
13833         * sys/waveform/gstwaveformsink.c:
13834         * sys/waveform/gstwaveformsink.h:
13835         * win32/vs6/libgstwaveform.dsp:
13836           Add a new waveform plugin which includes an audio sink 
13837           element using the WaveForm win32 API.
13838         * win32/MANIFEST:
13839           Add the new project file form waveform plugin.
13840         
13841 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
13842         
13843         * sys/directdraw/gstdirectdrawplugin.c:
13844         * sys/directdraw/gstdirectdrawsink.c:
13845         * sys/directdraw/gstdirectdrawsink.h:
13846           Prepare the plugin to move to good:
13847           Remove unused/untested code (rendering to an extern surface,
13848           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
13849       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
13850           Add gtk doc section
13851           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
13852           respecting destination surface stride.
13853         * sys/directsound/gstdirectsoundplugin.c:
13854         * sys/directsound/gstdirectsoundsink.c:
13855         * sys/directsound/gstdirectsoundsink.h:
13856           Prepare the plugin to move to good:
13857           Rename all functions from gst_directsoundsink to gst_directsound_sink.
13858           Add gtk doc section
13859         * win32/common/config.h.in:
13860         * win32/MANIFEST:
13861           Add config.h.in
13862
13863 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
13864
13865         * configure.ac:
13866         * docs/plugins/Makefile.am:
13867           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
13868           timidity.cfg check.
13869
13870         * ext/timidity/gsttimidity.c: (plugin_init):
13871           Also build if no config was detected at configure time.
13872
13873 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13874
13875         * configure.ac:
13876         * ext/timidity/Makefile.am:
13877         * ext/timidity/gsttimidity.c: (plugin_init):
13878         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
13879         (gst_wildmidi_class_init), (gst_wildmidi_init),
13880         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
13881         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
13882         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
13883         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
13884         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
13885         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
13886         (gst_wildmidi_loop), (gst_wildmidi_change_state),
13887         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
13888         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
13889         * ext/timidity/gstwildmidi.h:
13890           Add second midi renderer. Fix some double frees and leaks. Clean up
13891           logging.
13892
13893 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
13894
13895         * Makefile.am:
13896           Add win32 MANIFEST
13897         * sys/directdraw/gstdirectdrawsink.c:
13898         * sys/directdraw/gstdirectdrawsink.h:
13899           Clear unused code and add comments.
13900           Remove yuv from template caps, it only supports RGB
13901           actually.
13902           Implement XOverlay interface and remove window and fullscreen 
13903           properties.
13904           Add debug logs.
13905           Test for blit capabilities to return only the current colorspace if
13906           the hardware can't blit for one colorspace to another.
13907         * sys/directsound/gstdirectsoundsink.c:
13908           Add some debugs.
13909         * win32/MANIFEST:
13910           Add VS7 project files and solution.
13911         * win32/vs6/gst_plugins_bad.dsw:
13912         * win32/vs6/libgstdirectdraw.dsp:
13913         * win32/vs6/libgstdirectsound.dsp:
13914         * win32/vs6/libgstqtdemux.dsp:
13915           Update project files.
13916
13917 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13918
13919         * ext/faad/gstfaad.c:
13920           Also update the comment that describes the hack.
13921
13922 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13923
13924         * configure.ac:
13925           Tell the code which faad it is, so that we can adjust the hacks
13926           needed.
13927
13928         * ext/faad/gstfaad.c:
13929           Make our hacks dependent on the fadd lib in use.
13930
13931 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13932
13933         * configure.ac:
13934           Fix faad detection to support also fadd with new symbol prefix.
13935           ChangeLog surgery.
13936           
13937 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
13938
13939         Patch by: Wouter Paesen <wouter@blue-gate.be>
13940
13941         * configure.ac:
13942         * ext/Makefile.am:
13943         * ext/timidity/Makefile.am:
13944         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
13945         (gst_timidity_class_init), (gst_timidity_init),
13946         (gst_timidity_set_song_options), (gst_timidity_src_convert),
13947         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
13948         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
13949         (gst_timidity_src_event), (gst_timidity_activate),
13950         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
13951         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
13952         (gst_timidity_get_buffer), (gst_timidity_loop),
13953         (gst_timidity_change_state), (gst_timidity_typefind),
13954         (plugin_init):
13955         * ext/timidity/gsttimidity.h:
13956           Add timidity midi render plugin (#403992)
13957
13958 2007-02-07  Edward Hervey  <edward@fluendo.com>
13959
13960         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
13961         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
13962         Switched to using gst_pad_get_parent().
13963
13964 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13965
13966         * gst/modplug/gstmodplug.cc:
13967           Remove superfluous gst_caps_get_structure() call.
13968
13969 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13970
13971         * configure.ac:
13972           Increase required libsndfile version to a version that's known to
13973           have the function sf_write_sync() to make the build bots happy.
13974
13975 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13976
13977         * ext/sndfile/gstsfsrc.c:
13978           Fix build (installed setup).
13979
13980 2007-02-05  Andy Wingo  <wingo@pobox.com>
13981
13982         * ext/sndfile/Makefile.am:
13983         * ext/sndfile/gstsfsrc.h:
13984         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
13985         random access woo.
13986
13987 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
13988
13989         * configure.ac:
13990         * gst/equalizer/Makefile.am:
13991         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
13992         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
13993         (setup_filter), (gst_iir_equalizer_compute_frequencies),
13994         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13995         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
13996         (plugin_init):
13997         * gst/equalizer/gstiirequalizer.h:
13998           Fix up to use the newly ported (actually working) GstAudioFilter.
13999           Bump core/base requirements to CVS for this.
14000
14001         * tests/icles/.cvsignore:
14002         * tests/icles/Makefile.am:
14003         * tests/icles/equalizer-test.c: (check_bus),
14004         (equalizer_set_band_value), (equalizer_set_all_band_values),
14005         (equalizer_set_band_value_and_wait),
14006         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
14007         (main):
14008           Add brain-dead interactive test for equalizer.
14009
14010 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14011
14012         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
14013         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14014         (gst_iir_equalizer_filter_inplace):
14015           Rename "values" property to "band-values" and change type into a
14016           GValueArray, so it's more easily bindable and the range of the
14017           values passed in is defined and checked etc.; also do some
14018           locking.
14019
14020 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14021
14022         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
14023
14024         * configure.ac:
14025         * gst/equalizer/Makefile.am:
14026         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14027         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14028         (gst_iir_equalizer_compute_frequencies),
14029         (gst_iir_equalizer_set_property),
14030         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14031         (plugin_init):
14032           Port equalizer plugin to 0.10 (#403572).
14033
14034 2007-02-02  Andy Wingo  <wingo@pobox.com>
14035
14036         * configure.ac: 
14037         * ext/Makefile.am
14038         * ext/sndfile/Makefile.am:
14039         * ext/sndfile/gstsf.c:
14040         * ext/sndfile/gstsf.h:
14041         * ext/sndfile/gstsfsink.c:
14042         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
14043         push mode with interleaved float or int data.
14044
14045 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14046
14047         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
14048           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
14049           (which didn't happen previously because the klass string didn't
14050           contain anything autoaudiosink was looking for).
14051
14052 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14053
14054         * gst/real/gstrealaudiodec.c:
14055         * gst/real/gstrealvideodec.c:
14056           Fix classification in GstElementDetails.
14057
14058 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
14059
14060         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
14061         (gst_wavpack_parse_handle_seek_event),
14062         (gst_wavpack_parse_create_src_pad):
14063         Fix a off by one that leads to the duration reported as one
14064         sample less than it is
14065
14066 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14067
14068         * ext/alsaspdif/alsaspdifsink.c:
14069         * gst/nsf/gstnsf.c:
14070           Fix classification in GstElementDetails.
14071
14072         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
14073         (gst_ladspa_class_init):
14074           Improve Klassification and reduce code slighly.
14075
14076 2007-01-30  Edward Hervey  <edward@fluendo.com>
14077
14078         * configure.ac:
14079         Check for an Objective C compiler
14080         * sys/Makefile.am:
14081         * sys/osxvideo/Makefile.am:
14082         * sys/osxvideo/cocoawindow.h:
14083         * sys/osxvideo/cocoawindow.m:
14084         * sys/osxvideo/osxvideosink.h:
14085         * sys/osxvideo/osxvideosink.m:
14086         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
14087         Fixes #402470
14088
14089 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14090
14091         * gst/videocrop/gstvideocrop.c:
14092         (gst_video_crop_get_image_details_from_caps),
14093         (gst_video_crop_transform_packed_complex):
14094           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
14095
14096         * tests/icles/videocrop-test.c: (check_bus_for_errors),
14097         (test_with_caps), (main):
14098           Block streaming thread before changing filter caps while the
14099           pipeline is running so that we don't get random not-negotiated
14100           errors just because GStreamer can't handle that yet.
14101
14102 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
14103
14104         * ext/ladspa/Makefile.am:
14105         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
14106           add GstController support to ladspa
14107
14108 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14109
14110         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
14111
14112         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
14113         (gst_mythtv_src_next_program_chain):
14114           Remove sleep calls, they've been moved into the library now ...
14115           (#354451).
14116
14117 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
14118
14119         * tests/icles/videocrop-test.c: (test_with_caps):
14120           Catch errors while the test is running.
14121
14122 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14123
14124         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
14125         Fix the SEEKING query. We can seek if we are in pull mode, not the
14126         other way around. Also set the correct format in the seeking query and
14127         handle the case where the headers are not read yet and we can't say
14128         anything about our seeking capabilities.
14129         
14130 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14131
14132         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
14133         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
14134         Fix spelling in 2 places: It's called Wavpack, not WavePack.
14135
14136 2007-01-25  Edward Hervey  <edward@fluendo.com>
14137
14138         * gst/multifile/gstmultifilesink.c:
14139         (gst_multi_file_sink_class_init):
14140         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
14141         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
14142         (gst_mve_video_palette), (gst_mve_video_code_map),
14143         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
14144         (gst_mve_demux_chain):
14145         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
14146         * gst/mve/mveaudioenc.c: (mve_compress_audio):
14147         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
14148         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
14149         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
14150         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
14151         Use proper print statements.
14152         Fixes build on mac os x.
14153         <wingo> oo look at me my name is edward i'm hacking on macos wooo
14154
14155 2007-01-24  Wim Taymans  <wim@fluendo.com>
14156
14157         * gst/qtdemux/gstrtpxqtdepay.c:
14158         Fix caps on the depayloader.
14159
14160 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
14161
14162         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
14163           Use break here instead of goto.
14164
14165 2007-01-13  Andy Wingo  <wingo@pobox.com>
14166
14167         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
14168         Use fixed caps on src pads.
14169         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
14170         seem to have reverse midas disease!
14171         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
14172         and set caps on outgoing buffers. Fixes #395597, I think.
14173
14174         * gst/interleave/interleave.c (gst_interleave_init): Init the
14175         activation mode properly.
14176         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
14177         (gst_interleave_init): Set a setcaps and getcaps function on the
14178         src pad, so that we can implement pull-mode negotiation.
14179         (gst_interleave_sink_setcaps): Renamed from
14180         gst_interleave_setcaps, as it only does the sink logic now.
14181         Implement both for pull-mode and push-mode.
14182         (gst_interleave_process): Set caps on our outgoing buffer.
14183         (gst_interleave_src_activate_pull): Fix some more bogus casts.
14184         What is up with this.
14185
14186 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
14187
14188         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
14189         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
14190         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
14191         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
14192         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
14193         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
14194         (gst_mythtv_src_uri_get_type):
14195           Clean up a bit, mostly the debug statements; fix deadlock in
14196           _set_property() in the error cases; fix up query function.
14197
14198 2007-01-12  Andy Wingo  <wingo@pobox.com>
14199
14200         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
14201         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
14202         Remove fixate/ouija stuff, thankfully, due to the new
14203         part-negotiation.txt pull-mode negotiation scheme.
14204         (gst_signal_processor_setcaps_pull)
14205         (gst_signal_processor_setcaps): Implement upstream set_caps pull
14206         proxying for pull mode. Now this works: ladspa-sine-fcac !
14207         audioconvert ! alsasink.
14208
14209 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
14210
14211         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
14212
14213         * configure.ac:
14214         * gst-plugins-bad.spec.in:
14215         * ext/Makefile.am:
14216         * ext/mythtv/Makefile.am:
14217         * ext/mythtv/gstmythtvsrc.c:
14218         * ext/mythtv/gstmythtvsrc.h:
14219         MythTV client source plugin created (#354451).
14220
14221 2007-01-12  Wim Taymans  <wim@fluendo.com>
14222
14223         * gst/qtdemux/Makefile.am:
14224         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
14225         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
14226         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
14227         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
14228         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
14229         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
14230         * gst/qtdemux/gstrtpxqtdepay.h:
14231         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
14232         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
14233         (qtdemux_parse_moov), (qtdemux_parse_container),
14234         (qtdemux_parse_node), (gst_qtdemux_add_stream),
14235         (qtdemux_parse_trak), (qtdemux_audio_caps):
14236         * gst/qtdemux/qtdemux.h:
14237         * gst/qtdemux/quicktime.c: (plugin_init):
14238         Add X-QT depayloader that will eventually share code with the demuxer.
14239         Make new plugin entry point with quicktime releated stuff.
14240
14241 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
14242
14243         * gst/qtdemux/Makefile.am:
14244           Dist all new files.
14245
14246 2007-01-12  Wim Taymans  <wim@fluendo.com>
14247
14248         * docs/plugins/Makefile.am:
14249         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14250         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14251         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14252         * docs/plugins/gst-plugins-bad-plugins.signals:
14253         * docs/plugins/inspect/plugin-qtdemux.xml:
14254         Activate docs for jack, sdl and qtdemux.
14255
14256 2007-01-12  Wim Taymans  <wim@fluendo.com>
14257
14258         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
14259         (jack_buffer_size_cb), (jack_shutdown_cb),
14260         (gst_jack_ring_buffer_acquire):
14261         * ext/jack/gstjackaudiosink.h:
14262         Improve docs.
14263
14264 2007-01-12  Wim Taymans  <wim@fluendo.com>
14265
14266         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
14267         Fix typo in docs.
14268
14269 2007-01-12  Wim Taymans  <wim@fluendo.com>
14270
14271         * gst/qtdemux/Makefile.am:
14272         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14273         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
14274         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14275         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
14276         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
14277         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
14278         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
14279         (qtdemux_parse_samples), (qtdemux_parse_segments),
14280         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
14281         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
14282         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
14283         (qtdemux_process_redirects), (qtdemux_parse_redirects),
14284         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
14285         (qtdemux_video_caps), (qtdemux_audio_caps):
14286         * gst/qtdemux/qtdemux.h:
14287         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
14288         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14289         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14290         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14291         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14292         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14293         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
14294         (qtdemux_node_dump):
14295         * gst/qtdemux/qtdemux_dump.h:
14296         * gst/qtdemux/qtdemux_fourcc.h:
14297         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
14298         * gst/qtdemux/qtdemux_types.h:
14299         * gst/qtdemux/qtpalette.h:
14300         Cleanup and refactor to make the code more readable.
14301         Move debugging/tables into separate files.
14302         Add 2/4/16 color palletee support.
14303         Fix raw 15 bit RGB handling.
14304         Use more FOURCC constants.
14305         Add some docs.
14306
14307 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14308
14309         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14310
14311         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14312         (gst_wavpack_enc_correction_mode_get_type),
14313         (gst_wavpack_enc_joint_stereo_mode_get_type):
14314           Minor clean-up: use enum values instead of hardcoded constants (#395536).
14315
14316 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14317
14318         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
14319         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
14320         (gst_mve_add_stream):
14321           Support SEEKING query (bad news now delivered properly!); add event
14322           function to source pads to make sure seeks aren't propagated
14323           upstream, even if they aren't handled.
14324
14325 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14326
14327         Patch by: Jens Granseuer  <jensgr at gmx net>
14328
14329         * configure.ac:
14330         * gst/mve/Makefile.am:
14331         * gst/mve/TODO:
14332         * gst/mve/gstmve.c:
14333         * gst/mve/gstmvedemux.c:
14334         * gst/mve/gstmvedemux.h:
14335         * gst/mve/gstmvemux.c:
14336         * gst/mve/gstmvemux.h:
14337         * gst/mve/mve.h:
14338         * gst/mve/mveaudiodec.c:
14339         * gst/mve/mveaudioenc.c:
14340         * gst/mve/mvevideodec16.c:
14341         * gst/mve/mvevideodec8.c:
14342         * gst/mve/mvevideoenc16.c:
14343         * gst/mve/mvevideoenc8.c:
14344           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
14345           doesn't support seeking yet, but seems to work fine otherwise.
14346           Closes #348973.
14347
14348 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14349
14350         * gst/real/Makefile.am:
14351           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
14352
14353 2007-01-07  Andy Wingo  <wingo@pobox.com>
14354
14355         * configure.ac: 
14356         * gst/interleave/Makefile.am: 
14357         * gst/interleave/plugin.h: 
14358         * gst/interleave/plugin.c: 
14359         * gst/interleave/interleave.c: 
14360         * gst/interleave/deinterleave.c: New elements interleave and
14361         deinterleave, implement channel interleaving and deinterleaving.
14362         The interleaver can operate in pull or push mode but the
14363         deinterleaver is more like a demuxer and can only operate in push
14364         mode.
14365         
14366 2007-01-06  Edward Hervey  <edward@fluendo.com>
14367
14368         * configure.ac:
14369         Properly detect the two architectures on which the real plugin can be
14370         built.
14371         Fixes #393622
14372
14373 2007-01-06  Andy Wingo  <wingo@pobox.com>
14374
14375         * ext/ladspa/gstsignalprocessor.c
14376         (gst_signal_processor_ouija_caps): Move around in the source
14377         file...
14378         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
14379         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
14380         This allows us to have caps when we do the pad_alloc_buffer().
14381         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
14382         pad caps, which might not be set yet.
14383
14384         * ext/ladspa/gstsignalprocessor.c: 
14385         (gst_signal_processor_add_pad_from_template)
14386         (gst_signal_processor_fixate): Add a fixate function, to assist in
14387         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
14388         cases.
14389         (gst_signal_processor_prepare, gst_signal_processor_process): Add
14390         nframes args so that getrange can tell ladspa how many frames to
14391         process.
14392         (gst_signal_processor_ouija_caps): setcaps needs to be called
14393         before processing, which normally happens when chaining a buffer
14394         to a pad. However in getrange mode with no sinks we need to check
14395         explicitly for this condition, guess some caps to use, and use
14396         those to setcaps(). Hence this mystical function.
14397         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
14398         Divine the caps if necessary.
14399         (gst_signal_processor_getrange): Interpret the length as bytes,
14400         not samples.
14401         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
14402         by incoming buffer sizes.
14403
14404 2007-01-06  Edward Hervey  <edward@fluendo.com>
14405
14406         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
14407         Don't call the RAFreeDecoder since it randomly causes segfaults.
14408         * gst/real/gstrealaudiodec.h:
14409         indent properly.
14410
14411 2007-01-06  Edward Hervey  <edward@fluendo.com>
14412
14413         Patch by: Lutz Mueller <lutz@topfrose.de>
14414         
14415         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
14416         (gst_real_video_dec_setcaps), (open_library), (close_library),
14417         (gst_real_video_dec_finalize):
14418         * gst/real/gstrealvideodec.h:
14419         Implement error recovery on setcaps failure.
14420
14421 2007-01-06  Edward Hervey  <edward@fluendo.com>
14422
14423         Patch by: Lutz Mueller <lutz@topfrose.de>
14424         
14425         * gst/real/Makefile.am:
14426         * gst/real/gstreal.c: (plugin_init):
14427         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14428         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14429         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14430         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14431         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14432         * gst/real/gstrealaudiodec.h:
14433         Added RealAudio wrapper elementfactory.
14434         Modified structures so it can also work on x86_64 using the
14435         adequate .so .
14436
14437 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14438
14439         * configure.ac:
14440         * gst/qtdemux/Makefile.am:
14441         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14442           Check for zlib and if available pass it explicitly to the linker
14443           when linking qtdemux. If not available (or --disable-external has
14444           been specified!), disable the bits in qtdemux that use it. Fixes
14445           build on MingW (#392856).
14446
14447 2007-01-05  Edward Hervey  <edward@fluendo.com>
14448
14449         * configure.ac:
14450         Real video .so are now also available for x86_64, so we can build the
14451         Real plugin on i386 AND x86_64.
14452         * gst/real/Makefile.am:
14453         * gst/real/gstreal.c: (plugin_init):
14454         New plugin file for real .so wrapper plugins.
14455         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14456         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14457         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14458         (open_library), (close_library), (gst_real_video_dec_init),
14459         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14460         (gst_real_video_dec_set_property),
14461         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14462         * gst/real/gstrealvideodec.h:
14463         Moved RealVideo element to separate file
14464         Cleaned up code some more.
14465         Make it work on x86_64.
14466         Try several possible locations for .so
14467         Separate opening/closing libraries in separate functions.
14468
14469 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14470
14471         * tests/icles/videocrop-test.c: (main):
14472           Call g_thread_init() right at the beginning. Remove superfluous
14473           gst_init() - we've already been inited via the GOption stuff.
14474
14475 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14476
14477         * configure.ac:
14478           Don't compile rfbsource if we don't have sys/socket.h.
14479           Should fix compilation on MingW.
14480
14481 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14482
14483         * configure.ac:
14484         * ext/amrwb/Makefile.am:
14485         * ext/amrwb/amrwb-code/Makefile.am:
14486         * ext/amrwb/amrwb-code/run.sh:
14487         * gst-libs/Makefile.am:
14488         * gst-libs/ext/Makefile.am:
14489         * gst-libs/ext/amrwb/Makefile.am:
14490         * gst-libs/ext/amrwb/README:
14491           Move amrwb code getting and building to gst-libs/ext/amrwb
14492           Adapt everything else to match.
14493
14494 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14495
14496         * ext/directfb/dfbvideosink.c:
14497         (gst_dfbvideosink_navigation_send_event),
14498         (gst_dfbvideosink_get_type):
14499         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14500         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14501         (gst_sdlvideosink_show_frame),
14502         (gst_sdlvideosink_navigation_send_event):
14503         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14504         reveal potential bugs.
14505
14506 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14507
14508         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14509
14510         * configure.ac:
14511         * sys/Makefile.am:
14512         * sys/directsound/Makefile.am:
14513         * sys/directsound/gstdirectsoundsink.c:
14514         (gst_directsoundsink_reset):
14515           Add directsoundsink to build and dist it, so it gets built when
14516           compiling with MingW on win32 and the required headers and libraries
14517           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14518
14519         * tests/check/elements/.cvsignore:
14520           Fix CVS ignore for neonhttpsrc test binary.
14521
14522 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14523
14524         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14525
14526         * configure.ac:
14527         * sys/Makefile.am:
14528         * sys/directdraw/Makefile.am:
14529           Add directdrawsink to build and dist it, so it gets built when
14530           compiling with MingW on win32 and the required headers and libraries
14531           are available (fixes: #392313).
14532
14533         * sys/directdraw/gstdirectdrawsink.c:
14534         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14535         (gst_directdrawsink_setup_ddraw),
14536         (gst_directdrawsink_surface_create):
14537           Comment out some unused things and fix some printf format issues in
14538           order to avoid warnings when buildling with MingW (#392313).
14539
14540 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14541
14542         Patch by: Jens Granseuer  <jensgr at gmx net>
14543
14544         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14545         (gst_xvidenc_get_property):
14546         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14547         * gst/filter/gstfilter.c: (plugin_init):
14548         * gst/filter/gstiir.c: (iir_transform_ip):
14549         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14550         * gst/modplug/gstmodplug.cc:
14551         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14552         (gst_nuv_demux_stream_extend_header):
14553           Fix build with gcc-2.x (declare variables at the beginning of a
14554           block etc.). Fixes #391971.
14555
14556 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14557
14558         reviewed by: Edward Hervey  <edward@fluendo.com>
14559
14560         * gst/real/gstreal.c:
14561         (gst_realdec_setcaps): Use codec_data supplied in caps.
14562         (gst_realdec_get_property): Correctly return default path.
14563         (gst_realdec_class_init): Remove unused state_change method.
14564
14565 2007-01-01  Edward Hervey  <edward@fluendo.com>
14566
14567         * configure.ac:
14568         Only build the plugin on 32bit x86 architectures.
14569
14570 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14571
14572         reviewed by: Edward Hervey  <edward@fluendo.com>
14573
14574         * configure.ac:
14575         * gst/real/Makefile.am:
14576         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14577         (gst_realdec_decode), (gst_realdec_chain),
14578         (gst_realdec_activate_push), (gst_realdec_setcaps),
14579         (gst_realdec_init), (gst_realdec_base_init),
14580         (gst_realdec_change_state), (gst_realdec_finalize),
14581         (gst_realdec_set_property), (gst_realdec_get_property),
14582         (gst_realdec_class_init), (plugin_init):
14583         New plugin for decoding RealVideo Streams using the x86 32bit
14584         shared libraries.
14585         Closes #354174
14586
14587 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14588
14589         * tests/check/elements/videocrop.c: (GST_START_TEST),
14590         (videocrop_test_cropping_init_context):
14591           When we can't create an element needed for the test, print a message
14592           detailing which element it actually is that's missing (#390673).
14593
14594 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14595
14596         * ext/neon/gstneonhttpsrc.c:
14597         * ext/neon/gstneonhttpsrc.h:
14598         Added seek support.
14599         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14600         Fixes: #375264.
14601
14602 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
14603
14604         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14605         (cleanup_mpeg2enc):
14606         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14607         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14608         (cleanup_wavpackdec):
14609         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14610         (cleanup_wavpackenc):
14611         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14612           reapply consistent pad (de)activation
14613
14614 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14615
14616         * configure.ac:
14617         Back to CVS
14618
14619         * gst-plugins-bad.doap:
14620         Add release section for 0.10.4
14621
14622 === release 0.10.4 ===
14623
14624 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
14625
14626         * configure.ac:
14627           releasing 0.10.4, "Black Bugs"
14628
14629 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14630
14631         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14632         (cleanup_mpeg2enc):
14633         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14634         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14635         (cleanup_wavpackdec):
14636         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14637         (cleanup_wavpackenc):
14638         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14639           revert my freeze breakage
14640
14641 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14642
14643         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14644         (cleanup_mpeg2enc):
14645         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14646         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14647         (cleanup_wavpackdec):
14648         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14649         (cleanup_wavpackenc):
14650         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14651           consistent pad (de)activation
14652
14653 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14654
14655         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
14656         (gst_qtdemux_chain):
14657           Don't post BUFFERING messages in streaming mode if the stream
14658           headers are behind the movie data; instead, post "progress" element
14659           messages as a temporary solution. Apps might get confused and do
14660           silly things to the pipeline state if they see buffering messages
14661           from different sources and don't realize they come from different
14662           sources (#387160).
14663
14664 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14665
14666         * configure.ac:
14667         * ext/Makefile.am:
14668         * ext/ladspa/*:
14669           Move LADPSA plugin from -good for the release, as it's not quite
14670           ready to be enabled by default in the -good module yet.
14671
14672 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14673
14674         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
14675         (gst_qtdemux_add_stream):
14676           Don't output g_warning for an unsupported format, just send a
14677           GST_ELEMENT_WARNING and don't add the pad.
14678           Fix the case where it doesn't check for a NULL pad in streaming mode.
14679           Fixes #387137
14680
14681 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14682
14683         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14684           Fix crash dereferencing NULL pointer if there's no stco atom.
14685           Fixes #387122.
14686
14687 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14688
14689         * ext/wavpack/gstwavpackenc.h:
14690         Use local copy of md5.h, as it disappeared in recent wavpack
14691         installs.
14692         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
14693         Fixes: #387076
14694
14695 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14696
14697         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
14698         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
14699           We don't support seeking in streaming mode, so don't even try.
14700           Implement seeking query so apps can query seekability properly
14701           (see #365414). Fix duration query.
14702
14703 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14704
14705         * Makefile.am:
14706         * gst-plugins-bad.doap:
14707         * gst-plugins-bad.spec.in:
14708           add doap file
14709
14710 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14711
14712         * ext/libmms/gstmms.c: (gst_mms_create):
14713           These debug statements should be using LOG level.
14714
14715 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14716
14717         * gst/modplug/libmodplug/sndfile.cpp:
14718           Fix potential buffer overflow (CVE-2006-4192) (#385788).
14719
14720 2006-12-13  Wim Taymans  <wim@fluendo.com>
14721
14722         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14723         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14724         (qtdemux_audio_caps):
14725         Add AMR-WB to the list of supported formats.
14726
14727 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14728
14729         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14730         (send_request_and_redirect):
14731           Fix minor mem leak in redirect code.
14732
14733         * tests/check/Makefile.am:
14734         * tests/check/elements/.cvsignore:
14735         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
14736         (GST_START_TEST), (neonhttpsrc_suite):
14737         * tests/check/gst-plugins-bad.supp:
14738           Add super-basic unit test for #384140.
14739
14740 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14741
14742         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14743         (send_request_and_redirect):
14744           Set offset on buffers pushed out (id3demux gets confused if the
14745           first buffer does not have an offset of 0). Fixes #384140.
14746
14747 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14748
14749         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14750         (gst_neonhttp_src_create), (send_request_and_redirect),
14751         (gst_neonhttp_src_start), (oom_callback):
14752          Minor clean-ups; remove newlines at end of debug statements.
14753
14754 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14755
14756         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
14757           Fix non-working redirects from inetfilm.com (handle 'alis' reference
14758           data type as well). Fixes #378613.
14759
14760 2006-12-11  Wim Taymans  <wim@fluendo.com>
14761
14762         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
14763
14764         * gst/modplug/gstmodplug.cc:
14765         Fix modplug duration query. Fixes #384294.
14766
14767 2006-12-08  Wim Taymans  <wim@fluendo.com>
14768
14769         Patch by: René Stadler  <mail at renestadler de>
14770
14771         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14772         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14773         (qtdemux_audio_caps):
14774         Fix caps for 24 bit raw PCM audio (2).
14775         Fixes #383471.
14776
14777 2006-12-07  Wim Taymans  <wim@fluendo.com>
14778
14779         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14780         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14781         (qtdemux_video_caps):
14782         Handle more H263 variants.
14783
14784 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14785
14786         * ext/jack/.cvsignore:
14787         Ignore old files as requested by the build slave.
14788
14789 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14790
14791         * configure.ac:
14792         Update the Jack requirement to the version where I think options_t
14793         appeared
14794
14795 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
14796
14797         * win32/MANIFEST:
14798         Fix compilation on win32 under VS8
14799         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
14800         Partially fixes #381175
14801
14802 2006-11-30  Wim Taymans  <wim@fluendo.com>
14803
14804         Patch by: René Stadler  <mail at renestadler de>
14805
14806         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
14807           Call the base class handler.  Fixes #380610.
14808
14809 2006-11-30  Wim Taymans  <wim@fluendo.com>
14810
14811         * ext/Makefile.am:
14812         Fix build.
14813
14814         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
14815         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14816         (gst_jack_ring_buffer_acquire):
14817         Small cleanups.
14818
14819 2006-11-30  Wim Taymans  <wim@fluendo.com>
14820
14821         * configure.ac:
14822         * ext/Makefile.am:
14823         * ext/jack/Makefile.am:
14824         * ext/jack/gstjack.c: (plugin_init):
14825         * ext/jack/gstjack.h:
14826         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
14827         (gst_jack_ring_buffer_class_init), (jack_process_cb),
14828         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14829         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
14830         (gst_jack_ring_buffer_finalize),
14831         (gst_jack_ring_buffer_open_device),
14832         (gst_jack_ring_buffer_close_device),
14833         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
14834         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
14835         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
14836         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
14837         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
14838         (gst_jack_audio_sink_set_property),
14839         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
14840         (gst_jack_audio_sink_create_ringbuffer):
14841         * ext/jack/gstjackaudiosink.h:
14842           Added fully functional jackaudiosink.
14843
14844 2006-11-27  Wim Taymans  <wim@fluendo.com>
14845
14846         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14847         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14848           Remove some asserts and replace them with a proper error
14849           message. Fixes #379261.
14850
14851 2006-11-26  Michael Smith  <msmith@fluendo.com>
14852
14853         * ext/theora/theoradec.c: (theora_dec_src_query),
14854         (theora_dec_src_event), (theora_handle_data_packet),
14855         (theora_dec_chain):
14856           Send events on the right pads, since they don't work very well if
14857           you send them in the wrong direction.
14858
14859 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
14860
14861         * ext/audiofile/gstafsink.c:
14862         * ext/polyp/plugin.c: (plugin_init):
14863         * ext/polyp/polypsink.c:
14864         * ext/polyp/polypsink.h:
14865         * sys/dxr3/dxr3audiosink.h:
14866         * sys/dxr3/dxr3spusink.h:
14867         * sys/dxr3/dxr3videosink.h:
14868           remove obsolete _factory_init protos and functions
14869
14870 2006-11-19  Michael Smith  <msmith@fluendo.com>
14871
14872         * gst/librfb/Makefile.am:
14873           Compile with appropriate cflags. Fixes build.
14874
14875 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14876
14877         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
14878         Actually set the TONE parameter for DVB-S when we should.
14879
14880 2006-11-16  David Schleef  <ds@schleef.org>
14881
14882         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
14883
14884 2006-11-16  David Schleef  <ds@schleef.org>
14885
14886         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
14887
14888 2006-11-16  David Schleef  <ds@schleef.org>
14889
14890         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14891
14892         * configure.ac:
14893         * gst/librfb/Makefile.am:
14894         * gst/librfb/gstrfbsrc.c:
14895         * gst/librfb/rfb.c:
14896         * gst/librfb/rfb.h:
14897         * gst/librfb/rfbbuffer.c:
14898         * gst/librfb/rfbbuffer.h:
14899         * gst/librfb/rfbbytestream.c:
14900         * gst/librfb/rfbbytestream.h:
14901         * gst/librfb/rfbcontext.h:
14902         * gst/librfb/rfbdecoder.c:
14903         * gst/librfb/rfbdecoder.h:
14904         * gst/librfb/rfbutil.h:
14905           Port librfb to 0.10 (#376106).
14906
14907 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
14908
14909         * ext/spc/gstspc.c: (spc_play):
14910           Fix build with disabled gst-debug.
14911
14912 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14913
14914         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14915
14916         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
14917         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
14918         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
14919         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
14920         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
14921         (gst_wavpack_enc_change_state):
14922         * ext/wavpack/gstwavpackparse.c:
14923           Some small clean-ups: use enums instead of hard-coded numbers,
14924           const-ify element details, re-factor some code into _reset()
14925           functions (#352605).
14926
14927 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14928
14929         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
14930         * sys/dvb/gstdvbsrc.h:
14931           Fix minor printf format issue; remove overly paranoid checks in
14932           create function; fix GObject boilerplate macros.
14933
14934 2006-11-14  Wim Taymans  <wim@fluendo.com>
14935
14936         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14937         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14938         Don't parse extra sample params for raw pcm. Fixes #374914.
14939
14940 2006-11-14  Wim Taymans  <wim@fluendo.com>
14941
14942         * tests/check/elements/.cvsignore:
14943         Add cdaudio to ignore.
14944
14945 2006-11-14  Wim Taymans  <wim@fluendo.com>
14946
14947         * ext/Makefile.am:
14948         dist cdaudio dir.
14949
14950 2006-11-14  Wim Taymans  <wim@fluendo.com>
14951
14952         * configure.ac:
14953         * ext/Makefile.am:
14954         Fix cdaudio build.
14955
14956 2006-11-14  Wim Taymans  <wim@fluendo.com>
14957
14958         Patch by: Mark Nauwelaerts <manauw at skynet be>
14959
14960         * tests/check/Makefile.am:
14961         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
14962         (GST_START_TEST), (y4menc_suite), (main):
14963         Added y4m test. Fixes #372243.
14964
14965 2006-11-13  Wim Taymans  <wim@fluendo.com>
14966
14967         Patch by: Mark Nauwelaerts <manauw at skynet be>
14968
14969         * configure.ac:
14970         Enable cdaudio and y4m.
14971
14972         * gst/y4m/Makefile.am:
14973         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
14974         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
14975         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
14976         (gst_y4m_encode_get_stream_header),
14977         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
14978         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
14979         (gst_y4m_encode_change_state), (plugin_init):
14980         * gst/y4m/gsty4mencode.h:
14981         Port of y4mencode to 0.10. 
14982
14983 2006-11-10  David Schleef  <ds@schleef.org>
14984
14985         * configure.ac:
14986         * gst/videoparse/Makefile.am:
14987         * gst/videoparse/gstvideoparse.c:
14988           A little pluggy to make sense out of the random chunks we get
14989           from multifilesrc.
14990
14991 2006-11-10  David Schleef  <ds@schleef.org>
14992
14993         * gst/multifile/Makefile.am:
14994           Let's not depend on a file that doesn't exist.
14995
14996 2006-11-10  David Schleef  <ds@schleef.org>
14997
14998         * gst/multifilesink/Makefile.am:
14999         * gst/multifilesink/gstmultifilesink.c:
15000         * gst/multifilesink/gstmultifilesink.h:
15001         * gst/multifilesink/multifilesink.vcproj:
15002           Remove the old one.
15003
15004 2006-11-10  David Schleef  <ds@schleef.org>
15005
15006         * configure.ac:
15007         * gst/multifile/Makefile.am:
15008         * gst/multifile/gstmultifile.c:
15009         * gst/multifile/gstmultifilesink.c:
15010         * gst/multifile/gstmultifilesrc.c:
15011         * gst/multifile/multifile.vproj:
15012           Revive multifile[src|sink].
15013
15014 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15015
15016         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
15017         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15018         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
15019         Rename set_pes_filter to set_pes_filters for consistency.
15020         Do run-time pid filtering.
15021
15022 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15023
15024         * sys/dvb/gstdvbsrc.c: (read_device):
15025         Do not call output_frontend_stats from a method that does not
15026         have the gstdvbsrc object.
15027         This fixes the build, sorry guys!
15028
15029 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15030
15031         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
15032         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
15033         (gst_dvbsrc_set_pes_filter):
15034         * sys/dvb/gstdvbsrc.h:
15035         Force PAT to always be in the filter.
15036         Try to continue reading after failing 10 times.
15037
15038 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15039
15040         * po/POTFILES.in:
15041           add dvbsrc
15042         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
15043         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
15044         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
15045         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
15046         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
15047         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
15048         (gst_dvbsrc_set_pes_filter):
15049         * sys/dvb/gstdvbsrc.h:
15050           adapter-prefix is a terrible name for a device, so replace it.
15051           strerror should be used immediately after the syscall related to it.
15052           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
15053           (pretty easy to trigger by opening the same device twice).
15054           Use _OBJECT macros where it makes sense.
15055           This element is going to need some work before it moves.
15056
15057 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15058
15059         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15060
15061         * configure.ac:
15062         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
15063         (gst_wavpack_enc_correction_mode_get_type),
15064         (gst_wavpack_enc_joint_stereo_mode_get_type),
15065         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
15066           Fix enum nicks; only emit no-more-pads once; add support for very
15067           fast encoding mode in upcoming 4.40.0 release (#369539).
15068
15069 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15070
15071         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
15072
15073         * sys/directdraw/gstdirectdrawsink.c:
15074         (gst_directdrawsink_window_thread),
15075         (gst_directdrawsink_create_default_window):
15076         * sys/directdraw/gstdirectdrawsink.h:
15077         * sys/directsound/gstdirectsoundsink.c:
15078           Wait until the window is created before using it; guard unistd.h
15079           includes with HAVE_UNISTD_H. (#366523)
15080
15081         * win32/vs8/libgstdirectdraw.vcproj:
15082         * win32/vs8/libgstdirectsound.vcproj:
15083           Update project files.
15084
15085 2006-10-31  Wim Taymans  <wim@fluendo.com>
15086
15087         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15088         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
15089         (qtdemux_parse_trak):
15090         Handle unbounded length streams a bit better. Fixes #367696.
15091
15092 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15093
15094         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
15095           Fix flow handling and buffer refcounting (gst_pad_push() takes
15096           ownership of the buffer passed to it, the buffer does not have
15097           to be unreffed no matter what flow value gst_pad_push() returns).
15098
15099 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
15100
15101         Patch by: Renato Filho <renato.filho@indt.org.br> 
15102
15103         * gst/nuvdemux/gstnuvdemux.c:
15104         * gst/nuvdemux/gstnuvdemux.h:
15105         Fixed bug for files with timestamps less than 0.
15106         
15107 2006-10-21  David Schleef  <ds@schleef.org>
15108
15109         * configure.ac:
15110         * gst/multifilesink/Makefile.am:
15111         * gst/multifilesink/gstmultifilesink.c:
15112         * gst/multifilesink/gstmultifilesink.h:
15113           I copied over filesink a while ago and modified it to work
15114           as multifilesink.  Might as well check it in.  This could
15115           use some work before being declared useful.
15116
15117 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15118
15119         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
15120         * ext/wavpack/gstwavpackparse.c:
15121         (gst_wavpack_parse_create_src_pad):
15122         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
15123         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
15124           Activate pads before adding them to running element.
15125
15126 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15127
15128         Patch by: Josep Torra Valles  <josep at fluendo com>
15129
15130         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15131         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
15132         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
15133         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
15134         (qtdemux_tag_add_gnre):
15135           Make compile with Forte compiler, mostly don't do pointer arithmetic
15136           with void pointers (#362626).
15137
15138 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15139
15140         * gst/nuvdemux/gstnuvdemux.c:
15141         Just a cast to make it compile oos big_endian systems.
15142
15143 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15144
15145         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
15146         <rosfran.borges@indt.org.br>
15147
15148         * configure.ac:
15149         * gst/nuvdemux/:
15150         * gst/nuvdemux/Makefile.am:
15151         * gst/nuvdemux/gstnuvdemux.c:
15152         * gst/nuvdemux/gstnuvdemux.h:
15153         Created new element nuvdemux.
15154         
15155 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15156
15157         Patch by: Josep Torra Valles  <josep at fluendo com>
15158
15159         * gst/nsf/fds_snd.c:
15160         * gst/nsf/mmc5_snd.c:
15161         * gst/nsf/nsf.c:
15162         * gst/nsf/vrc7_snd.c:
15163         * gst/nsf/vrcvisnd.c:
15164           Fix some things the Forte compiler warns about (#362626).
15165
15166 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15167
15168         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
15169         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
15170         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
15171         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
15172         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
15173         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
15174         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
15175         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
15176         (qtdemux_tree_get_sibling_by_type):
15177         * gst/qtdemux/qtdemux.h:
15178           Avoid void pointer usage, better use guint8 * instead.
15179
15180 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
15181
15182         * configure.ac:
15183         * gst/deinterlace/Makefile.am:
15184         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
15185         (gst_deinterlace_class_init), (gst_deinterlace_init),
15186         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
15187         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
15188         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
15189         * gst/deinterlace/gstdeinterlace.h:
15190           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
15191           me for anything it does or does not do to your precious pictures.
15192
15193 2006-10-11  Edward Hervey  <edward@fluendo.com>
15194
15195         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15196         Add some fourcc for DV format.
15197
15198 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
15199
15200         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
15201         (gst_qtdemux_loop_state_header):
15202           Printf format fixes.
15203
15204         * sys/dvb/gstdvbsrc.c:
15205           Use "_stdint.h".
15206
15207 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15208
15209         * sys/dvb/Makefile.am:
15210         * sys/dvb/dvb-api/Makefile.am:
15211         * sys/dvb/dvb-api/audio.h:
15212         * sys/dvb/dvb-api/ca.h:
15213         * sys/dvb/dvb-api/dmx.h:
15214         * sys/dvb/dvb-api/frontend.h:
15215         * sys/dvb/dvb-api/net.h:
15216         * sys/dvb/dvb-api/osd.h:
15217         * sys/dvb/dvb-api/version.h:
15218         * sys/dvb/dvb-api/video.h:
15219         Remove these files, not needed use system files.
15220         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
15221         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15222         (gst_dvbsrc_tune):
15223         Fix warnings, uint16_t etc. is in stdint.h.
15224         Use system includes not our local ones.
15225
15226 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15227
15228         * configure.ac:
15229         * sys/Makefile.am:
15230         Add dvb detection and allow dvbsrc to be built.
15231
15232 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15233         
15234         * configure.ac:
15235         * sys/Makefile.am:
15236         * sys/dvb/AUTHORS:
15237         * sys/dvb/Makefile.am:
15238         * sys/dvb/README:
15239         * sys/dvb/dvb-api/Makefile.am:
15240         * sys/dvb/dvb-api/audio.h:
15241         * sys/dvb/dvb-api/ca.h:
15242         * sys/dvb/dvb-api/dmx.h:
15243         * sys/dvb/dvb-api/frontend.h:
15244         * sys/dvb/dvb-api/net.h:
15245         * sys/dvb/dvb-api/osd.h:
15246         * sys/dvb/dvb-api/version.h:
15247         * sys/dvb/dvb-api/video.h:
15248         * sys/dvb/gstdvbsrc.c: 
15249         * sys/dvb/gstdvbsrc.h:
15250         Initial import of dvbsrc.
15251         Currently won't be built.
15252
15253 2006-10-10  Wim Taymans  <wim@fluendo.com>
15254
15255         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15256         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
15257         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
15258         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
15259         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
15260         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
15261         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
15262         (qtdemux_parse_tree), (qtdemux_parse_trak):
15263         Reorganise some stuff.
15264         Parse RTSP redirection URLS.
15265
15266 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15267
15268         * docs/plugins/gst-plugins-bad-plugins.args:
15269         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15270         * docs/plugins/gst-plugins-bad-plugins.interfaces:
15271         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
15272         * docs/plugins/inspect/plugin-dtsdec.xml:
15273         * docs/plugins/inspect/plugin-mms.xml:
15274         * docs/plugins/inspect/plugin-mpeg2enc.xml:
15275         * docs/plugins/inspect/plugin-neon.xml:
15276         * docs/plugins/inspect/plugin-replaygain.xml:
15277         * docs/plugins/inspect/plugin-soundtouch.xml:
15278         * docs/plugins/inspect/plugin-spcdec.xml:
15279         * docs/plugins/inspect/plugin-swfdec.xml:
15280         * docs/plugins/inspect/plugin-videocrop.xml:
15281         * docs/plugins/inspect/plugin-wavpack.xml:
15282           Add/update docs stuff.
15283
15284 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15285
15286         Patch by: René Stadler  <mail at renestadler de>
15287
15288         * configure.ac:
15289         * docs/plugins/Makefile.am:
15290         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15291         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15292         * gst/replaygain/Makefile.am:
15293         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
15294         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
15295         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
15296         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
15297         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
15298         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
15299         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
15300         (gst_rg_analysis_album_result), (plugin_init):
15301         * gst/replaygain/gstrganalysis.h:
15302         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
15303         (apply_filters), (reset_filters), (accumulator_add),
15304         (accumulator_clear), (accumulator_result), (rg_analysis_new),
15305         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
15306         (rg_analysis_analyze_mono_float),
15307         (rg_analysis_analyze_stereo_float),
15308         (rg_analysis_analyze_mono_int16),
15309         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
15310         (rg_analysis_track_result), (rg_analysis_album_result),
15311         (rg_analysis_reset_album), (rg_analysis_reset):
15312         * gst/replaygain/rganalysis.h:
15313           Add ReplayGain analysis element (#357069).
15314
15315         * tests/check/Makefile.am:
15316         * tests/check/elements/.cvsignore:
15317         * tests/check/elements/rganalysis.c: (get_expected_gain),
15318         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
15319         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
15320         (fail_unless_track_gain), (fail_unless_track_peak),
15321         (fail_unless_album_gain), (fail_unless_album_peak),
15322         (fail_if_track_tags), (fail_if_album_tags),
15323         (fail_unless_num_tracks), (test_buffer_const_float_mono),
15324         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
15325         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
15326         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
15327         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
15328         (rganalysis_suite), (main):
15329           Unit tests for the new replaygain element.
15330
15331 2006-10-06  Wim Taymans  <wim@fluendo.com>
15332
15333         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
15334         (gst_faad_close_decoder):
15335         Some cleanups.
15336         Added some more debugging.
15337         Don't ever ignore unlinked, we're not a demuxer.
15338
15339         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
15340         Activate pad before adding it to the element.
15341
15342 2006-10-06  Michael Smith  <msmith@fluendo.com>
15343
15344         * ext/theora/theoradec.c: (gst_theoradec_reset),
15345         (theora_get_query_types), (theora_dec_src_query),
15346         (theora_dec_src_event), (theora_dec_sink_event),
15347         (theora_handle_comment_packet), (theora_handle_type_packet),
15348         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
15349         (theora_handle_422_image), (theora_handle_420_image),
15350         (theora_handle_data_packet), (theora_dec_chain),
15351         (theora_dec_change_state):
15352         * ext/theora/theoradec.h:
15353           Port lots of changes from theoradec to theoraexpdec.
15354           This catches this plugin up to theoradec. Note that duplicate frames
15355           are broken in theoradec at the moment.
15356
15357 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15358
15359         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15360           Fix mem leak, avoid unnecessary memcpy.
15361
15362 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
15363
15364         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15365         (gst_spectrum_transform_ip):
15366           Removed cruft code that was just commented out. Removed some obsolete
15367           debug logs statements.
15368
15369 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15370
15371         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
15372         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
15373         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
15374         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
15375         (qtdemux_parse_trak):
15376         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15377           Another batch of printf format fixes.
15378
15379 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15380
15381         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15382         (gst_video_crop_init),
15383         (gst_video_crop_get_image_details_from_caps),
15384         (gst_video_crop_transform_packed_complex),
15385         (gst_video_crop_transform_packed_simple),
15386         (gst_video_crop_transform), (gst_video_crop_transform_caps),
15387         (gst_video_crop_set_caps),
15388         (gst_videocrop_clear_negotiated_caps_locked),
15389         (gst_video_crop_set_property):
15390         * gst/videocrop/gstvideocrop.h:
15391           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
15392           passthrough mode; lastly, clear negotiated basetransform caps when
15393           the cropping changes in order to force renegotiation.
15394
15395 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15396
15397         * tests/icles/.cvsignore:
15398         * tests/icles/Makefile.am:
15399         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
15400         (test_with_caps), (video_crop_get_test_caps), (main):
15401           Visual test for videocrop, shows that packed yuv doesn't work right
15402           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
15403           reasons (another basetransform issue?)
15404
15405 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15406
15407         * po/POTFILES.in:
15408         * sys/v4l2/.cvsignore:
15409           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
15410
15411 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15412
15413         * docs/plugins/Makefile.am:
15414         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15415         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15416         * docs/plugins/inspect/plugin-video4linux2.xml:
15417         * gst-plugins-bad.spec.in:
15418           removed v4l2
15419
15420 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15421
15422         * configure.ac:
15423         * sys/Makefile.am:
15424         * sys/v4l2/Makefile.am:
15425         * sys/v4l2/README:
15426         * sys/v4l2/gstv4l2.c:
15427         * sys/v4l2/gstv4l2colorbalance.c:
15428         * sys/v4l2/gstv4l2colorbalance.h:
15429         * sys/v4l2/gstv4l2object.c:
15430         * sys/v4l2/gstv4l2object.h:
15431         * sys/v4l2/gstv4l2src.c:
15432         * sys/v4l2/gstv4l2src.h:
15433         * sys/v4l2/gstv4l2tuner.c:
15434         * sys/v4l2/gstv4l2tuner.h:
15435         * sys/v4l2/gstv4l2vidorient.c:
15436         * sys/v4l2/gstv4l2vidorient.h:
15437         * sys/v4l2/gstv4l2xoverlay.c:
15438         * sys/v4l2/gstv4l2xoverlay.h:
15439         * sys/v4l2/v4l2_calls.c:
15440         * sys/v4l2/v4l2_calls.h:
15441         * sys/v4l2/v4l2src_calls.c:
15442         * sys/v4l2/v4l2src_calls.h:
15443           moved to gst-plugins-good
15444
15445 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15446
15447         * sys/v4l2/gstv4l2object.c:
15448         (gst_v4l2_object_install_properties_helper):
15449           comment out the properties that are already part of the tuner
15450           interface.
15451
15452 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15453
15454         * sys/v4l2/gstv4l2src.c:
15455         Improve docs.
15456
15457 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15458
15459         * ext/xvid/gstxvid.c: (plugin_init):
15460           Set rank of xviddec to NONE until someone fixes it (too many crasher
15461           bug reports against totem, people should use gst-ffmpeg).
15462
15463 2006-09-28  Wim Taymans  <wim@fluendo.com>
15464
15465         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15466         (gst_v4l2src_get_caps):
15467         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15468         Framerate can be 0/1 too.
15469         Init framerate to 0/1 before querying it so that we can detect
15470         devices that don't know about a framerate.
15471         Add some more debugging info.
15472
15473 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15474
15475         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15476           Add support for 'yv12' fourcc.
15477
15478 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15479
15480         * sys/v4l2/gstv4l2src.c:
15481         * sys/v4l2/gstv4l2src.h:
15482         * tests/icles/v4l2src-test.c:
15483         Removed set-undef-fps.
15484
15485 2006-09-27  Wim Taymans  <wim@fluendo.com>
15486
15487         * sys/v4l2/gstv4l2object.c:
15488         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15489         (gst_v4l2_object_set_property_helper),
15490         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15491         * sys/v4l2/gstv4l2object.h:
15492         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15493         (gst_v4l2src_create):
15494         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15495         (gst_v4l2_tuner_list_channels),
15496         (gst_v4l2_tuner_set_channel_and_notify),
15497         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15498         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15499         (gst_v4l2_tuner_get_norm):
15500         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15501         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15502         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15503         Renamed some properties to match the tuner interface naming.
15504
15505 2006-09-27  Wim Taymans  <wim@fluendo.com>
15506
15507         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15508         (gst_v4l2_set_defaults):
15509         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15510         (gst_v4l2src_create):
15511         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15512         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15513         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15514         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15515         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15516         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15517         (gst_v4l2_set_input):
15518         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15519         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15520         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15521         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15522         (gst_v4l2src_buffer_new):
15523         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15524         Small cleanups.
15525         Fix error messages.
15526         Use locks when getting timestamps.
15527         Fix leaks in test.
15528         Add licensing header to tests.
15529
15530 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15531
15532         * sys/v4l2/gstv4l2colorbalance.c:
15533         * sys/v4l2/gstv4l2object.c:
15534         * sys/v4l2/gstv4l2src.c:
15535         * sys/v4l2/gstv4l2src.h:
15536         * sys/v4l2/gstv4l2tuner.c:
15537         * sys/v4l2/v4l2_calls.c:
15538         * sys/v4l2/v4l2src_calls.c:
15539         * tests/icles/v4l2src-test.c:
15540         Some cleanups and comments.
15541
15542 2006-09-26  Wim Taymans  <wim@fluendo.com>
15543
15544         * docs/plugins/Makefile.am:
15545         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15546         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15547         Add v4l2 plugin to the docs.
15548
15549         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15550         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15551         * sys/v4l2/gstv4l2src.h:
15552         * sys/v4l2/gstv4l2vidorient.c:
15553         Fix docs.
15554         Remove some more externs.
15555
15556 2006-09-26  Wim Taymans  <wim@fluendo.com>
15557
15558         * sys/v4l2/Makefile.am:
15559         Fix makefile, list libs in stack order.
15560
15561         * sys/v4l2/gstv4l2colorbalance.c:
15562         * sys/v4l2/gstv4l2colorbalance.h:
15563         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15564         (gst_v4l2_object_install_properties_helper):
15565         * sys/v4l2/gstv4l2object.h:
15566         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15567         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15568         * sys/v4l2/gstv4l2src.h:
15569         * sys/v4l2/gstv4l2tuner.h:
15570         * sys/v4l2/gstv4l2vidorient.h:
15571         * sys/v4l2/gstv4l2xoverlay.h:
15572         * sys/v4l2/v4l2_calls.h:
15573         * sys/v4l2/v4l2src_calls.h:
15574         Fix coding style:
15575         - Remove extern from functions.
15576         - Fix header indentation.
15577         Fix Flags, add defaults for properties.
15578         Remove unused enums.
15579         Fix TOO_LAZY in error messages.
15580
15581 2006-09-26  Wim Taymans  <wim@fluendo.com>
15582
15583         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15584         (gst_v4l2_probe_needs_probe),
15585         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15586         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15587         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15588         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15589         * sys/v4l2/gstv4l2object.h:
15590         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15591         (gst_v4l2src_init), (gst_v4l2src_dispose),
15592         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15593         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15594         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15595         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15596         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15597         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15598         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15599         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15600         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15601         (gst_v4l2_get_input), (gst_v4l2_set_input):
15602         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15603         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15604         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15605         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15606         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15607         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15608         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15609         (gst_v4l2src_buffer_new):
15610         Fix pass at code cleanups, move errors cases out of the normal
15611         flow for additional code clarity.
15612
15613 2006-09-23  Wim Taymans  <wim@fluendo.com>
15614
15615         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15616         (gst_cdaudio_init), (gst_cdaudio_set_property),
15617         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15618         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15619         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15620         Port to 0.10.
15621
15622 2006-09-22  David Schleef  <ds@schleef.org>
15623
15624         * sys/glsink/glimagesink.c:
15625           Fix problems when the element cannot open the display.
15626           (fixes #357212)
15627
15628 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15629
15630         * configure.ac:
15631           Up requirements to -base CVS and core CVS (the format for the
15632           video orientation interface used by v4l2src and the latter
15633           since that's what -base CVS requires).
15634
15635 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15636
15637         * ext/directfb/dfbvideosink.c: (plugin_init):
15638           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
15639           be autoplugged shouldn't trump plugins in -base, -good or -ugly
15640           (in this case ximagesink).
15641
15642         * sys/glsink/glimagesink.c: (plugin_init):
15643           Set rank to NONE to prevent it from being autoplugged until
15644           errors are handled properly (see #357212).
15645
15646 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
15647
15648         * ext/neon/Makefile.am:
15649         * ext/neon/gstneonhttpsrc.c:
15650         * ext/neon/gstneonhttpsrc.h:
15651         Reverted previous commit (2006-09-19 - Allow internal codes from
15652         last.fm). As dicussed on #gstreamer it should be done in separete
15653         element.
15654
15655 2006-09-21  Wim Taymans  <wim@fluendo.com>
15656
15657         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
15658         (gst_faac_chain):
15659         Add decoder specific info on the caps.
15660         Some cleanups here and there.
15661
15662 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
15663
15664         Patch by: Milosz Derezynski <internalerror@gmail.com> and
15665                   Rosfran Borges <rosfran.borges@indt.org.br>
15666
15667         * ext/neon/Makefile.am:
15668         * ext/neon/gstneonhttpsrc.c:
15669         * ext/neon/gstneonhttpsrc.h:
15670         Allow internal codes from last.fm
15671         
15672
15673 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15674
15675         * tests/icles/v4l2src-test.c:
15676         Just a small fix to the app options.
15677
15678 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15679
15680         * sys/v4l2/Makefile.am:
15681         * sys/v4l2/gstv4l2src.c:
15682         * sys/v4l2/gstv4l2vidorient.c:
15683         * sys/v4l2/gstv4l2vidorient.h:
15684         * tests/icles/v4l2src-test.c:
15685         Add Video Orientation interface support to v4l2src.
15686         
15687 2006-09-19  Wim Taymans  <wim@fluendo.com>
15688
15689         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15690         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
15691         (gst_gsmdec_chain):
15692         * ext/gsm/gstgsmdec.h:
15693         Handle WAV49 variant (GSM in WAV).
15694         Some small cleanups.
15695
15696 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
15697
15698         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
15699         Fix GST_BUFFER_DURATION.
15700
15701 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
15702
15703         * ext/hermes/gsthermescolorspace.c:
15704         * ext/ivorbis/vorbisfile.c:
15705         * ext/lcs/gstcolorspace.c:
15706         * ext/wavpack/gstwavpackenc.h:
15707         * ext/xine/xineaudiodec.c:
15708         * ext/xine/xineaudiosink.c:
15709         * ext/xine/xineinput.c:
15710         * gst/chart/gstchart.c:
15711         * gst/equalizer/gstiirequalizer.c:
15712         * gst/games/gstpuzzle.c:
15713         * gst/librfb/gstrfbsrc.c:
15714         * gst/mixmatrix/mixmatrix.c:
15715         * gst/nsf/gstnsf.h:
15716         * gst/vbidec/gstvbidec.c:
15717         * gst/virtualdub/gstxsharpen.c:
15718           More G_OBJECT macro fixing.
15719
15720 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
15721
15722         * sys/v4l2/gstv4l2src.c:
15723         * sys/v4l2/gstv4l2src.h:
15724         * sys/v4l2/gstv4l2xoverlay.c:
15725         * sys/v4l2/v4l2_calls.c:
15726         * sys/v4l2/v4l2src_calls.c:
15727         * tests/icles/v4l2src-test.c:
15728         The test application and the plgind error messages has been improved.
15729         
15730 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
15731
15732         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
15733         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
15734           Implements stop() to clear the adapter and event() to clear the
15735           adapter on FLUSH_STOP and EOS.
15736
15737 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15738
15739         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15740         (gst_spectrum_set_property):
15741         * gst/spectrum/gstspectrum.h:
15742           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
15743           René Stadler
15744
15745 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15746
15747         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
15748           Use more defines
15749
15750         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15751         (gst_spectrum_dispose), (gst_spectrum_set_caps),
15752         (gst_spectrum_transform_ip):
15753         * gst/spectrum/gstspectrum.h:
15754           Apply some of the spectrum cleanup changes suggested in #348085.
15755
15756 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15757
15758         * configure.ac:
15759           Bump requirements of -base (videocrop test case needs this).
15760
15761         * gst/videocrop/gstvideocrop.c:
15762           Document sloppy handling of subsampled chroma planes if
15763           left/top cropping is an odd number.
15764
15765         * tests/check/elements/videocrop.c: (handoff_cb),
15766         (videocrop_test_cropping_init_context),
15767         (videocrop_test_cropping_deinit_context),
15768         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
15769         (videocrop_suite), (main):
15770           Add another unit test that crops the input to 1x1 (and checks
15771           that that pixel has the expected values in a number of formats).
15772
15773 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15774
15775         * gst/videocrop/Makefile.am:
15776         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15777         (gst_video_crop_transform_packed),
15778         (gst_video_crop_transform_planar):
15779           Some quick tests indicate that it doesn't make a great deal
15780           of sense to use liboil here, at least not for the memcpy()s
15781           we do, so remove liboil usage until there is clear evidence
15782           it actually makes a positive difference somewhere.
15783
15784 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
15785
15786         * tests/check/elements/videocrop.c: (handoff_cb),
15787         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
15788         (notgst_value_list_get_nth_int), (videocrop_suite):
15789           More tests: check passthrough mode and caps transform in
15790           both directions with fixed values, ranges and lists.
15791
15792 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15793
15794         * docs/plugins/Makefile.am:
15795         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15796         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15797         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15798           Add videocrop to docs.
15799
15800         * gst/videocrop/Makefile.am:
15801         * gst/videocrop/gstvideocrop.c:
15802         * gst/videocrop/gstvideocrop.h:
15803           Move boilerplate stuff and structures into a header file.
15804
15805         * tests/check/Makefile.am:
15806         * tests/check/elements/.cvsignore:
15807         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
15808         (test_unit_sizes), (videocrop_test_cropping_init_context),
15809         (videocrop_test_cropping_deinit_context),
15810         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
15811           Add unit tests for videocrop.
15812
15813 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15814
15815         * configure.ac:
15816         * gst/videocrop/Makefile.am:
15817         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
15818         (gst_video_crop_class_init), (gst_video_crop_init),
15819         (gst_video_crop_get_image_details_from_caps),
15820         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
15821         (gst_video_crop_transform_planar), (gst_video_crop_transform),
15822         (gst_video_crop_transform_dimension),
15823         (gst_video_crop_transform_dimension_value),
15824         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
15825         (gst_video_crop_set_property), (gst_video_crop_get_property),
15826         (plugin_init):
15827           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
15828           it support all formats videoscale supports (#345653).
15829
15830 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15831
15832         * sys/v4l2/gstv4l2.c:
15833         * sys/v4l2/gstv4l2colorbalance.c:
15834         * sys/v4l2/gstv4l2object.c:
15835         (gst_v4l2_object_install_properties_helper):
15836         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15837         * sys/v4l2/gstv4l2src.h:
15838           Whitespace cleanups, dashify property-names.
15839
15840 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15841
15842         * sys/v4l2/gstv4l2.c:
15843         * sys/v4l2/gstv4l2colorbalance.c:
15844         * sys/v4l2/gstv4l2colorbalance.h:
15845         * sys/v4l2/gstv4l2object.c:
15846         * sys/v4l2/gstv4l2object.h:
15847         * sys/v4l2/gstv4l2src.c:
15848         * sys/v4l2/gstv4l2src.h:
15849         * sys/v4l2/gstv4l2tuner.c:
15850         * sys/v4l2/gstv4l2tuner.h:
15851         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15852         * sys/v4l2/gstv4l2xoverlay.h:
15853         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15854         (gst_v4l2_open):
15855         * sys/v4l2/v4l2_calls.h:
15856         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
15857         (gst_v4l2src_capture_init):
15858         * sys/v4l2/v4l2src_calls.h:
15859           Cleanup error messages and unify header comments
15860
15861 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
15862
15863         * gst/nsf/Makefile.am:
15864         Add missing GST_LIBS
15865
15866 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15867
15868         * sys/v4l2/gstv4l2src.c:
15869         Another small fix to set_caps function (sucks copy/paste error).
15870         
15871 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15872
15873         * sys/v4l2/gstv4l2src.c:
15874         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
15875
15876 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15877
15878         * sys/v4l2/gstv4l2src.c:
15879         A small fix to set_caps function.
15880
15881 2006-08-30  Edward Hervey  <edward@fluendo.com>
15882
15883         * gst/qtdemux/qtdemux.c:
15884         (gst_qtdemux_do_seek):
15885         Reset each streams last_flow to GST_FLOW_OK.
15886         (gst_qtdemux_activate_segment):
15887         Removing mystic modifications for good.
15888
15889 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15890
15891         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15892         (qtdemux_parse_tree):
15893           put back 'segment start<=stop' change that was mystically reverted by
15894           the last commit
15895
15896 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15897
15898         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15899         (qtdemux_parse_tree):
15900         Fix the build for disabled debug
15901
15902 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
15903
15904         * sys/v4l2/gstv4l2src.c:
15905         * sys/v4l2/v4l2src_calls.c:
15906         * sys/v4l2/v4l2src_calls.h:
15907         Fixed framerate negotiation.
15908         
15909 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
15910
15911         Patch by: Andrew Andkjar  <enki at goodship net>
15912
15913         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
15914         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
15915         (gst_sdlvideosink_deinitsdl):
15916           Only de-init the subsystem we previously initialised. Avoids
15917           borkage when both sdlvideosink and sdlaudiosink are used
15918           at the same time and one is shut down.
15919
15920 2006-08-28  Wim Taymans  <wim@fluendo.com>
15921
15922         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15923         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
15924         (qtdemux_video_caps):
15925         Make sure segment start<=stop in weird quicktime files.
15926
15927 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
15928
15929         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15930           add comments and more debug logging
15931
15932 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
15933
15934         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15935
15936         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
15937         (gst_wavpack_dec_chain):
15938           Post audio codec and average bitrate tags on bus (#344472).
15939
15940         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
15941         (gst_wavpack_parse_src_query):
15942           Forward queries in other formats (BYTE format in particular)
15943           upstream; add Sebastian to authors.
15944
15945 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
15946
15947         * sys/v4l2/gstv4l2src.c:
15948         * sys/v4l2/v4l2src_calls.c:
15949         * sys/v4l2/v4l2src_calls.h:
15950         Fix set_caps to set width and height to the values the driver is
15951         really working with.
15952
15953 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15954
15955         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
15956           Fix mem leak, send newsegment event on correction pad
15957           as well (#352476).
15958
15959         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
15960           Restore original author (on Sebastian's request).
15961
15962         * tests/check/Makefile.am:
15963         * tests/check/gst-plugins-bad.supp:
15964           Add (so far empty) suppression file for -bad. Remove
15965           wavpackenc test from VALGRIND_TO_FIX now that the leak
15966           is fixed.
15967
15968 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15969
15970         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15971
15972         * tests/check/Makefile.am:
15973         * tests/check/elements/.cvsignore:
15974         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
15975         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
15976         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
15977         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
15978         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
15979         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
15980         (wavpackparse_suite), (main):
15981           Add unit tests for wavpack elements (#352476).
15982
15983 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15984
15985         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15986
15987         * docs/plugins/Makefile.am:
15988         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15989         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15990         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15991         * docs/plugins/inspect/plugin-wavpack.xml:
15992         * ext/wavpack/gstwavpackdec.c:
15993         * ext/wavpack/gstwavpackdec.h:
15994         * ext/wavpack/gstwavpackenc.c:
15995         * ext/wavpack/gstwavpackenc.h:
15996         * ext/wavpack/gstwavpackparse.c:
15997         * ext/wavpack/gstwavpackparse.h:
15998           Add docs for wavpack elements (#352476).
15999
16000 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
16001
16002         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
16003         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
16004         Fixed query size to work with drivers that uses intermediate step
16005         like "width * height" to find closest size.
16006         
16007 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16008
16009         * configure.ac:
16010         * docs/plugins/Makefile.am:
16011         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16012         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16013         * gst/gdp/Makefile.am:
16014         * gst/gdp/gstgdp.c:
16015         * gst/gdp/gstgdpdepay.c:
16016         * gst/gdp/gstgdpdepay.h:
16017         * gst/gdp/gstgdppay.c:
16018         * gst/gdp/gstgdppay.h:
16019         * tests/check/Makefile.am:
16020         * tests/check/elements/gdpdepay.c:
16021         * tests/check/elements/gdppay.c:
16022           move gdp plugin to good.
16023
16024 2006-08-21  Wim Taymans  <wim@fluendo.com>
16025
16026         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16027         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
16028         (qtdemux_video_caps), (qtdemux_audio_caps):
16029         Some more constification.
16030         Fix some paletted data formats again.
16031         Fix ulaw/alaw in qt.
16032         Set correct caps for raw RGB.
16033         Add support for yuv2, which is like Yuv2.
16034         Add support for raw audio with the NONE fourcc, which is like raw.
16035
16036 2006-08-21  Wim Taymans  <wim@fluendo.com>
16037
16038         * ext/gsm/gstgsm.c: (plugin_init):
16039         Make rank PRIMARY now that GSM seems to work fine.
16040
16041 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16042
16043         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16044         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
16045         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
16046         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
16047         (gst_wavpack_enc_rewrite_first_block),
16048         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16049         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16050         * ext/wavpack/gstwavpackenc.h:
16051         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16052         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
16053         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
16054         (gst_wavpack_parse_loop):
16055           More clean-ups: use shorter variable names to make code easier to
16056           read; prefix structures we define with 'Gst' to make it clearer
16057           where they come from.
16058
16059 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16060
16061         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16062         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
16063         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16064         (gst_wavpack_enc_sink_event):
16065           Fix caps set on buffers and template caps (output is framed)
16066           and make them match (#351663); use GST_WARNING_OBJECT instead of
16067           GST_ELEMENT_WARNING; simplify push_block(); do some small
16068           clean-ups here and there; fix memleak (#351663).
16069
16070 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
16071
16072         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
16073
16074         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
16075         (gst_wavpack_parse_get_upstream_length),
16076         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
16077         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
16078           Fix resyncing in push mode not stopping re-syncing at embedded
16079           zeroes; skip garbage between frames in pull mode as well if
16080           necessary; use gst_pad_query_peer_duration(); push EOS and
16081           NEWSEGMENT event in right direction (#351659).
16082
16083 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
16084
16085         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16086
16087         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
16088         * ext/wavpack/gstwavpackparse.c:
16089         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
16090           In push mode, re-sync to next wavpack header if sync is lost
16091           (#351557). Also use hyphens instead of underscores in
16092           GObject property names.
16093
16094 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16095
16096         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16097
16098         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
16099         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
16100         (gst_wavpack_parse_src_query),
16101         (gst_wavpack_parse_handle_seek_event),
16102         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16103         (gst_wavpack_parse_create_src_pad),
16104         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
16105         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
16106         (gst_wavpack_parse_sink_activate_pull):
16107         * ext/wavpack/gstwavpackparse.h:
16108           Make wavpackparse also work in push-mode (not seekable yet though);
16109           some small clean-ups along the way; add support for SEEKING query
16110           and query types function. (#351495).
16111
16112 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16113
16114         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
16115         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
16116           Fix leaks (#351502).
16117
16118 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
16119
16120         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
16121         (qtdemux_process_redirects), (qtdemux_parse_tree):
16122           Extract all references/redirections if there is more
16123           than one and sort them; also extract minimum required
16124           bitrate information if available. (#350399)
16125           
16126 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
16127
16128         Patch by: Michal Benes  <michal.benes at itonis tv>
16129
16130         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
16131           Bitrate in the faac structure is per output channel,
16132           not total bitrate (#350741).
16133
16134 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16135
16136         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
16137           Fix GST_ELEMENT_ERROR usage.
16138
16139 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16140
16141         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16142           Fix silly typo.
16143
16144 2006-08-08  Edward Hervey  <edward@fluendo.com>
16145
16146         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16147         I forgot to include the file containing the #define :)
16148         Now includes "config.h"
16149
16150 2006-08-08  Edward Hervey  <edward@fluendo.com>
16151
16152         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16153         Ignore test known to fail on PPC64. See #348114.
16154
16155 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
16156
16157         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
16158         br>
16159
16160         * ext/neon/gstneonhttpsrc.c:
16161         * ext/neon/gstneonhttpsrc.h:
16162         Allow HTTP redirect (HTTP status code 302).
16163
16164 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16165
16166         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16167         Fix event parsing by gdpdepay.  Fixes #349916.
16168
16169 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
16170
16171         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
16172         com>
16173
16174         * ext/Makefile.am:
16175           Use right variables when USE_SPC is defined.
16176
16177 2006-08-02  Wim Taymans  <wim@fluendo.com>
16178
16179         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16180         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
16181         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
16182         (gst_gdp_depay_change_state):
16183         Disable seeking.
16184         Small cleanups.
16185         Clear adapter on disconts.
16186         Clear caps when going to READY instead of NULL
16187
16188         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16189         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
16190         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16191         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16192         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16193         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
16194         (gst_gdp_pay_change_state):
16195         * gst/gdp/gstgdppay.h:
16196         Reset payloader when going to READY.
16197         Fix leaked buffers in ->queue on push errors.
16198         Disable seeking.
16199         Code cleanups.
16200         Create packetizer in _init, free in _finalize.
16201
16202 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16203
16204         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16205         (gst_dfbvideosink_buffer_alloc): Post an error message.
16206
16207 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16208
16209         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16210         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
16211         setup yet. Fail changing state if setup fails.
16212
16213 2006-07-31  Wim Taymans  <wim@fluendo.com>
16214
16215         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16216         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
16217         Consume all events except EOS because we generate events from
16218         the gdp payload instead. Fixes #349204
16219
16220 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16221
16222         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
16223         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
16224         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
16225         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16226         (gst_xviddec_setcaps), (gst_xviddec_change_state):
16227         * ext/xvid/gstxviddec.h:
16228           Clean-ups and code reflows. Pass return value from
16229           gst_pad_alloc_buffer() upstream among other things. Also check
16230           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
16231           Mass rename of xviddec -> dec variable for better
16232           code readability.
16233
16234 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16235
16236         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
16237           Fix size calculation for I420/YV12. Fixes #348976.
16238
16239 2006-07-27  Wim Taymans  <wim@fluendo.com>
16240
16241         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16242         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
16243         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
16244         Fix negotiation.
16245
16246 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16247
16248         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
16249           proxying get/set caps is the wrong thing to do, since we really
16250           do change caps quite fundamentally
16251         * tests/check/elements/gdpdepay.c:
16252         * tests/check/elements/gdppay.c:
16253           remove declaration of buffers, it's already done in gstcheck.h
16254
16255 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
16256
16257         * sys/directsound/gstdirectsoundsink.h:
16258         * sys/directsound/gstdirectsoundsink.c:
16259         Add an attenuation property that will directly attenuate the 
16260         directsound buffer.
16261         Change the size of the directsound secondary buffer to a half second.
16262         Add more debug logs.
16263         Add a lock to protect dsound buffer write access.
16264         Fix a bad implementation of reset.
16265         * sys/directsound/gstdirectdrawsink.c:
16266         * sys/directsound/gstdirectdrawsink.h:
16267         Add a keep_aspect_ratio property.
16268         Do not use overlay if not supported.
16269         Add more debug logs.
16270         Remove overwrite of WM_ERASEBKGND message handling. It was not
16271         redrawing border when keep_aspect_ratio was enabled.
16272         * win32/common/config.h:
16273         update version waiting an auto-generated config.h
16274
16275 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
16276
16277         Patch by: Chris Lee  <clee at kde org>
16278
16279         * configure.ac:
16280         * ext/Makefile.am:
16281         * ext/spc/Makefile.am:
16282         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
16283         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
16284         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
16285         (gst_spc_dec_src_query), (spc_play), (spc_setup),
16286         (gst_spc_dec_change_state), (plugin_init):
16287         * ext/spc/gstspc.h:
16288           Add libopenspc-based SPC decoder element (#348220).
16289
16290 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16291
16292         Patch by: Martin Szulecki
16293
16294         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
16295           If "device-name" is requested and the device is not
16296           open, try to temporarily open it to obtain this
16297           information (#342494).
16298
16299 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16300
16301         * gst/nsf/nsf.c: (nsf_load):
16302           Really fix compilation. Apparently it's not enough to
16303           just check the return value for errors, but we need to
16304           check for short reads as well (now if only we handled
16305           them too ...). Fixes #347935.
16306
16307 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16308
16309         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
16310           Fix caps after previous change to byte order endianness.
16311
16312         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16313         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16314         (gst_wavpack_parse_loop):
16315         * ext/wavpack/gstwavpackparse.h:
16316           Queue incoming events if there's no source pad yet and
16317           send them downstream later when the pad is there.
16318
16319 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16320
16321         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
16322         (gst_wavpack_dec_format_samples),
16323         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16324         (gst_wavpack_dec_change_state):
16325         * ext/wavpack/gstwavpackdec.h:
16326           Output audio in native byte order (which is also how we get
16327           samples from wavpack); output samples with 21-24 bit depth
16328           with 32 bit width (makes things easier for us).
16329
16330 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16331
16332         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16333         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16334         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16335         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16336         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
16337         * ext/wavpack/gstwavpackdec.h:
16338           More clean-ups: remove most of the disfunctional correction
16339           pad stuff for now, if it ever gets implemented a lot of stuff
16340           will have to be rewritten anyway; redo chain function, move
16341           errors to end, error out instead of g_assert()ing. Also rename
16342           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
16343           other small stuff.
16344
16345 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16346
16347         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16348
16349         * configure.ac:
16350           Check for wavpack version and define WAVPACK_OLD_API if
16351           necessary.
16352
16353         * ext/wavpack/Makefile.am:
16354         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
16355         (gst_wavpack_read_metadata):
16356         * ext/wavpack/gstwavpackcommon.h:
16357         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16358         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16359         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16360         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16361         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
16362         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
16363         * ext/wavpack/gstwavpackdec.h:
16364         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
16365         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
16366         (gst_wavpack_enc_set_wp_config):
16367         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16368         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
16369         (gst_wavpack_parse_index_get_entry_from_sample),
16370         (gst_wavpack_parse_scan_to_find_sample),
16371         (gst_wavpack_parse_handle_seek_event),
16372         (gst_wavpack_parse_create_src_pad):
16373         * ext/wavpack/gstwavpackstreamreader.c:
16374         * ext/wavpack/gstwavpackstreamreader.h:
16375           Port to new/official wavpack API, don't use API that was exported
16376           in wavpack header files and in the lib but meant to be private, at
16377           least not for recent wavpack versions; misc. 'cleanups' (#347443).
16378
16379 2006-07-18  Wim Taymans  <wim@fluendo.com>
16380
16381         * gst/nsf/nsf.c: (nsf_load):
16382         Fix compilation by not ignoring return values of fread.
16383
16384 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16385
16386         * docs/plugins/inspect/plugin-alsaspdif.xml:
16387         * docs/plugins/inspect/plugin-filter.xml:
16388         * docs/plugins/inspect/plugin-h264parse.xml:
16389         * docs/plugins/inspect/plugin-musepack.xml:
16390         * docs/plugins/inspect/plugin-nsfdec.xml:
16391         * docs/plugins/inspect/plugin-sdl.xml:
16392         * docs/plugins/inspect/plugin-spectrum.xml:
16393           adding more inspect docs
16394
16395 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16396
16397         * docs/plugins/inspect/plugin-gdp.xml:
16398           actually commit inspectation of gdp element
16399
16400 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16401
16402         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
16403         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16404           remove parent_class setting, BOILERPLATE does this
16405         (gst_gdp_pay_reset_streamheader):
16406           fix typo in comment
16407
16408 2006-07-17  Wim Taymans  <wim@fluendo.com>
16409
16410         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16411         (gst_qtdemux_prepare_current_sample),
16412         (gst_qtdemux_loop_state_movie):
16413         Store duration in uint64 too instead of clipping.
16414         When we do a keyframe seek and the requested time is at the
16415         keyframe, don't seek back to the beginning of the keyframe.
16416         Fixes #347439.
16417
16418 2006-07-16  Wim Taymans  <wim@fluendo.com>
16419
16420         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16421         Don't crash on small buffers.
16422
16423 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16424
16425         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16426         Reset adapter.
16427
16428 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16429
16430         * gst/spectrum/demo-audiotest.c: (main):
16431         * gst/spectrum/demo-osssrc.c: (main):
16432         Do not use deprecated gtk functions.
16433
16434 2006-07-14  Wim Taymans  <wim@fluendo.com>
16435
16436         * gst/nsf/Makefile.am:
16437         * gst/nsf/memguard.c:
16438         * gst/nsf/memguard.h:
16439         * gst/nsf/types.h:
16440         Remove crack malloc/free replacement.
16441
16442 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16443
16444         * docs/plugins/Makefile.am:
16445         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16446         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16447           add more plugins and elements to docs
16448         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16449           fix segfaults due to wrong g_free
16450           add example
16451         * gst/gdp/gstgdppay.c:
16452           add example
16453
16454 2006-07-13  Wim Taymans  <wim@fluendo.com>
16455
16456         * gst/nsf/Makefile.am:
16457         Fix build.
16458
16459 2006-07-13  Wim Taymans  <wim@fluendo.com>
16460
16461         Based on patches by: Johan Dahlin <johan at gnome dot org>
16462                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16463
16464         * configure.ac:
16465         * gst/nsf/Makefile.am:
16466         * gst/nsf/dis6502.h:
16467         * gst/nsf/fds_snd.c:
16468         * gst/nsf/fds_snd.h:
16469         * gst/nsf/fmopl.c:
16470         * gst/nsf/fmopl.h:
16471         * gst/nsf/gstnsf.c:
16472         * gst/nsf/gstnsf.h:
16473         * gst/nsf/log.c:
16474         * gst/nsf/log.h:
16475         * gst/nsf/memguard.c:
16476         * gst/nsf/memguard.h:
16477         * gst/nsf/mmc5_snd.c:
16478         * gst/nsf/mmc5_snd.h:
16479         * gst/nsf/nes6502.c:
16480         * gst/nsf/nes6502.h:
16481         * gst/nsf/nes_apu.c:
16482         * gst/nsf/nes_apu.h:
16483         * gst/nsf/nsf.c:
16484         * gst/nsf/nsf.h:
16485         * gst/nsf/osd.h:
16486         * gst/nsf/types.h:
16487         * gst/nsf/vrc7_snd.c:
16488         * gst/nsf/vrc7_snd.h:
16489         * gst/nsf/vrcvisnd.c:
16490         * gst/nsf/vrcvisnd.h:
16491         Added NSF decoder plugin. Fixes 151192. 
16492
16493 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16494
16495         * tests/check/Makefile.am:
16496           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16497
16498 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16499
16500         * configure.ac:
16501           Don't error out in configure if mjpegtools dev is not there.
16502
16503 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16504
16505         Patch by: Mark Nauwelaerts <manauw at skynet be>
16506
16507         * configure.ac:
16508         * ext/Makefile.am:
16509         * ext/mpeg2enc/Makefile.am:
16510         * ext/mpeg2enc/gstmpeg2enc.cc:
16511         * ext/mpeg2enc/gstmpeg2enc.hh:
16512         * ext/mpeg2enc/gstmpeg2encoder.cc:
16513         * ext/mpeg2enc/gstmpeg2encoder.hh:
16514         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16515         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16516         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16517         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16518         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16519           Port mpeg2enc to 0.10 (#343184).
16520
16521         * tests/check/Makefile.am:
16522         * tests/check/elements/.cvsignore:
16523         * tests/check/elements/mpeg2enc.c:
16524           Add unit test for mpeg2enc.
16525
16526         * tests/icles/.cvsignore:
16527           Ignore pitch-test.
16528
16529 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16530
16531         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16532           Fix typo in property nick.
16533
16534 2006-07-10  Wim Taymans  <wim@fluendo.com>
16535
16536         * gst/filter/gstbpwsinc.h:
16537         * gst/filter/gstiir.h:
16538         * gst/filter/gstlpwsinc.h:
16539         Don't forget new files.
16540
16541 2006-07-10  Wim Taymans  <wim@fluendo.com>
16542
16543         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16544
16545         * configure.ac:
16546         * gst/filter/Makefile.am:
16547         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16548         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16549         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16550         (bpwsinc_set_property), (bpwsinc_get_property):
16551         * gst/filter/gstfilter.c: (plugin_init):
16552         * gst/filter/gstfilter.h:
16553         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16554         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16555         (iir_transform_ip), (iir_set_property), (iir_get_property):
16556         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16557         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16558         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16559         (lpwsinc_set_property), (lpwsinc_get_property):
16560         Ported the gstfilter plugin to GStreamer 0.10.
16561         Fixes #346853.
16562
16563 2006-07-10  Wim Taymans  <wim@fluendo.com>
16564
16565         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16566           Extract comment information!!
16567
16568 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16569
16570         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16571         (qtdemux_tag_add_date):
16572           Extract year/date information (fixes #347079).
16573
16574 2006-07-07  Wim Taymans  <wim@fluendo.com>
16575
16576         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16577         Don't crash on twos/sowt/raw audio. #345830.
16578
16579 2006-07-07  Wim Taymans  <wim@fluendo.com>
16580
16581         Patch by: Lutz Mueller <lutz at topfrose dot de>
16582
16583         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16584         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16585         (request_dispatch), (gst_neonhttp_src_create),
16586         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16587         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16588         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16589         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16590         * ext/neon/gstneonhttpsrc.h:
16591         Remove unlock function. start/stop will do everything needed
16592         Removed code that was never called.
16593         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16594         Do not escape path. Fixes #346723.
16595         Additional code cleanups.
16596
16597 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16598
16599         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16600         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16601           Fix silly crasher in state change function; add
16602           IV41 fourcc (see bug #171111); don't output confusing
16603           debug message when skipping atoms.
16604
16605 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16606
16607         * ext/directfb/dfbvideosink.c:
16608         * ext/gsm/gstgsmdec.c:
16609         * ext/gsm/gstgsmenc.c:
16610         * ext/libmms/gstmms.c:
16611         * ext/neon/gstneonhttpsrc.c:
16612         * ext/theora/theoradec.c:
16613         * gst/freeze/gstfreeze.c:
16614         * gst/gdp/gstgdpdepay.c:
16615         * gst/gdp/gstgdppay.c:
16616         * sys/glsink/glimagesink.c:
16617           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16618           and fix one GObject boilerplate macro.
16619
16620 2006-06-20  Wim Taymans  <wim@fluendo.com>
16621
16622         * gst/modplug/libmodplug/stdafx.h:
16623         Fix modplug on AMD64. Fixes #345336.
16624
16625 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
16626
16627         * configure.ac:
16628           Fix check so that future libneon API changes won't break the build.
16629
16630         * ext/neon/gstneonhttpsrc.c:
16631           Fix build with libneon-0.26.x (#345182).
16632
16633 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
16634
16635         * configure.ac:
16636           Fix --disable-external (can't set conditionals conditionally,
16637           #343602).
16638           
16639 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16640
16641         * gst/spectrum/Makefile.am:
16642         Fix build.
16643
16644 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
16645
16646         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
16647         (draw_spectrum), (message_handler), (main):
16648         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
16649         (message_handler), (main):
16650         port to use message to get results, cleanly exit when closing the window
16651         
16652         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16653         (gst_spectrum_init), (gst_spectrum_dispose),
16654         (gst_spectrum_set_property), (gst_spectrum_get_property),
16655         (gst_spectrum_set_caps), (gst_spectrum_start),
16656         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
16657         * gst/spectrum/gstspectrum.h:
16658         port to derive from basetransform and send results via messages
16659         (like level element)
16660
16661 2006-06-15  Wim Taymans  <wim@fluendo.com>
16662
16663         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16664         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
16665         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
16666         Combine return values from src pad pushes.
16667
16668 2006-06-15  Wim Taymans  <wim@fluendo.com>
16669
16670         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
16671         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
16672         (gst_qtdemux_add_stream):
16673         Don't crash on files with 0 samples, EOS immediatly instead.
16674         Fixes #344944.
16675
16676 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16677
16678         Patch by: Wouter Paesen  <wouter at kangaroot net>
16679
16680         * ext/soundtouch/Makefile.am:
16681         * ext/soundtouch/gstpitch.cc:
16682           Make pitch element controllable via GstController interface
16683           (#344821).
16684           
16685         * configure.ac:
16686           Up core requirements to 0.10.8.1/CVS because earlier
16687           GstControllers can't handle float properties correctly.
16688           Check for GstController CFLAGS and LIBS.
16689
16690         * tests/icles/Makefile.am:
16691         * tests/icles/pitch-test.c: (main):
16692           Add small test program for the above (welcome to the 80s!).
16693
16694 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16695
16696         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
16697
16698         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
16699         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
16700         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
16701         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16702         * ext/wavpack/gstwavpackenc.h:
16703           Use bitrate property solely for bitrates and add new
16704           bits-per-sample property for the other stuff. Set duration
16705           to 'unknown' in initial header and resend header with proper
16706           duration on EOS; update Sebastian's e-mail address.
16707
16708 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16709
16710         * examples/directfb/.cvsignore:
16711         * ext/directfb/.cvsignore:
16712           #define red green
16713
16714 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16715
16716         * gst/spectrum/.cvsignore:
16717           Ignore more.
16718
16719 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16720
16721         * ext/libmms/gstmms.c: (gst_mms_create):
16722           Set caps on outgoing buffers.
16723
16724         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
16725           Comment out unused global instance variable.
16726
16727 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
16728
16729         Patch by: Sebastian Dröge  <mail at slomosnail de>
16730
16731         * ext/wavpack/Makefile.am:
16732         * ext/wavpack/gstwavpack.c: (plugin_init):
16733         * ext/wavpack/gstwavpackcommon.h:
16734         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
16735         (gst_wavpack_enc_correction_mode_get_type),
16736         (gst_wavpack_enc_joint_stereo_mode_get_type),
16737         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
16738         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
16739         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
16740         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
16741         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16742         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16743         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
16744         (gst_wavpack_enc_plugin_init):
16745         * ext/wavpack/gstwavpackenc.h:
16746         * ext/wavpack/md5.c:
16747         * ext/wavpack/md5.h:
16748           Add wavpack encoder element (#343131).
16749
16750 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16751
16752         * configure.ac:
16753           Check for X before using X_CFLAGS in the check for opengl (#343866).
16754           
16755         * ext/musepack/Makefile.am:
16756         * ext/wavpack/Makefile.am:
16757         * gst/speed/Makefile.am:
16758           Add missing GST_LIBS, fixes build on cygwin (#343866).
16759
16760 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16761
16762         * configure.ac:
16763           enable building of GDP elements
16764         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16765         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16766         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16767         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16768         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
16769         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
16770         (gst_gdp_pay_change_state):
16771         * gst/gdp/gstgdppay.h:
16772           add version 1.0
16773
16774 2006-06-02  Michael Smith  <msmith@fluendo.com>
16775
16776         * ext/theora/theoradec.c: (theora_dec_src_convert),
16777         (theora_handle_type_packet), (theora_handle_422_image),
16778         (theora_handle_444_image), (theora_handle_420_image),
16779         (theora_handle_data_packet):
16780           Theora 4:4:4 pixel format support.
16781
16782 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16783
16784         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16785         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16786         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16787         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
16788         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
16789         (gst_gdp_pay_get_property):
16790           add crc-header and crc-payload properties
16791           don't error out on some things that are recoverable
16792         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
16793           add test for crc
16794
16795 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
16796
16797         * ext/alsaspdif/alsaspdifsink.h:
16798         * ext/amrwb/gstamrwbdec.h:
16799         * ext/amrwb/gstamrwbenc.h:
16800         * ext/amrwb/gstamrwbparse.h:
16801         * ext/arts/gst_arts.h:
16802         * ext/artsd/gstartsdsink.h:
16803         * ext/audiofile/gstafparse.h:
16804         * ext/audiofile/gstafsink.h:
16805         * ext/audiofile/gstafsrc.h:
16806         * ext/audioresample/gstaudioresample.h:
16807         * ext/bz2/gstbz2dec.h:
16808         * ext/bz2/gstbz2enc.h:
16809         * ext/dirac/gstdiracdec.h:
16810         * ext/directfb/dfbvideosink.h:
16811         * ext/divx/gstdivxdec.h:
16812         * ext/divx/gstdivxenc.h:
16813         * ext/dts/gstdtsdec.h:
16814         * ext/faac/gstfaac.h:
16815         * ext/gsm/gstgsmdec.h:
16816         * ext/gsm/gstgsmenc.h:
16817         * ext/ivorbis/vorbisenc.h:
16818         * ext/libfame/gstlibfame.h:
16819         * ext/nas/nassink.h:
16820         * ext/neon/gstneonhttpsrc.h:
16821         * ext/polyp/polypsink.h:
16822         * ext/sdl/sdlaudiosink.h:
16823         * ext/sdl/sdlvideosink.h:
16824         * ext/shout/gstshout.h:
16825         * ext/snapshot/gstsnapshot.h:
16826         * ext/sndfile/gstsf.h:
16827         * ext/swfdec/gstswfdec.h:
16828         * ext/tarkin/gsttarkindec.h:
16829         * ext/tarkin/gsttarkinenc.h:
16830         * ext/theora/theoradec.h:
16831         * ext/wavpack/gstwavpackdec.h:
16832         * ext/wavpack/gstwavpackparse.h:
16833         * ext/xine/gstxine.h:
16834         * ext/xvid/gstxviddec.h:
16835         * ext/xvid/gstxvidenc.h:
16836         * gst/cdxaparse/gstcdxaparse.h:
16837         * gst/cdxaparse/gstcdxastrip.h:
16838         * gst/colorspace/gstcolorspace.h:
16839         * gst/festival/gstfestival.h:
16840         * gst/freeze/gstfreeze.h:
16841         * gst/gdp/gstgdpdepay.h:
16842         * gst/gdp/gstgdppay.h:
16843         * gst/modplug/gstmodplug.h:
16844         * gst/mpeg1sys/gstmpeg1systemencode.h:
16845         * gst/mpeg1videoparse/gstmp1videoparse.h:
16846         * gst/mpeg2sub/gstmpeg2subt.h:
16847         * gst/mpegaudioparse/gstmpegaudioparse.h:
16848         * gst/multifilesink/gstmultifilesink.h:
16849         * gst/overlay/gstoverlay.h:
16850         * gst/playondemand/gstplayondemand.h:
16851         * gst/qtdemux/qtdemux.h:
16852         * gst/rtjpeg/gstrtjpegdec.h:
16853         * gst/rtjpeg/gstrtjpegenc.h:
16854         * gst/smooth/gstsmooth.h:
16855         * gst/smoothwave/gstsmoothwave.h:
16856         * gst/spectrum/gstspectrum.h:
16857         * gst/speed/gstspeed.h:
16858         * gst/stereo/gststereo.h:
16859         * gst/switch/gstswitch.h:
16860         * gst/tta/gstttadec.h:
16861         * gst/tta/gstttaparse.h:
16862         * gst/videodrop/gstvideodrop.h:
16863         * gst/xingheader/gstxingmux.h:
16864         * sys/directdraw/gstdirectdrawsink.h:
16865         * sys/directsound/gstdirectsoundsink.h:
16866         * sys/dxr3/dxr3audiosink.h:
16867         * sys/dxr3/dxr3spusink.h:
16868         * sys/dxr3/dxr3videosink.h:
16869         * sys/qcam/gstqcamsrc.h:
16870         * sys/vcd/vcdsrc.h:
16871         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16872
16873 2006-05-31  Edward Hervey  <edward@fluendo.com>
16874
16875         * ext/faad/gstfaad.h:
16876         Forgot to commit the header file too.
16877
16878 2006-05-31  Edward Hervey  <edward@fluendo.com>
16879
16880         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
16881         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
16882         (gst_faad_chain), (gst_faad_change_state):
16883         Added GstSegment to control segments.
16884         Added clipping/dropping of outgoing buffers in order to have accurate
16885         seeking working properly.
16886
16887 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16888
16889         Patch by: Lutz Müller  <lutz at topfrose de>
16890
16891         * ext/bz2/Makefile.am:
16892         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
16893         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
16894           Use gst_type_find_helper_* functions for typefinding; use
16895           correct caps with gst_pad_alloc_buffer(); add state change
16896           function and reset decoder in it; don't unref buffer if
16897           pad_push fails; use fixed caps on source pad. (#341524).
16898
16899 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
16900
16901         * gst/spectrum/Makefile.am:
16902         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
16903         (spectrum_chain), (main):
16904         * gst/spectrum/demo-osssrc.c:
16905         added another example
16906         
16907         * sys/v4l2/gstv4l2src.c:
16908         fix typo
16909
16910 2006-05-26  Edward Hervey  <edward@fluendo.com>
16911
16912         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
16913         Clip the outputed NEWSEGMENT stop time to the configured segment stop
16914         time.
16915
16916 2006-05-26  Wim Taymans  <wim@fluendo.com>
16917
16918         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
16919         Don't clear the running variable in the seek code.
16920
16921 2006-05-24  Wim Taymans  <wim@fluendo.com>
16922
16923         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
16924         Detect QCELP in mp4a descriptors.
16925
16926 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16927
16928         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
16929           po/POTFILES.in:
16930           Throw an error when the file is encrypted. Move plugin_init stuff
16931           to the end of the file, add stuff for i18n, make debug category
16932           static.
16933
16934 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16935
16936         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16937
16938         * configure.ac:
16939         * gst/h264parse/Makefile.am:
16940         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
16941         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
16942         (gst_h264_parse_init), (gst_h264_parse_chain),
16943         (gst_h264_parse_handle_event), (plugin_init):
16944         * gst/h264parse/gsth264parse.h:
16945           New plugin: h264parse (#340638)
16946
16947 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16948
16949         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
16950         (gst_gdp_depay_change_state):
16951         * gst/gdp/gstgdpdepay.h:
16952         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
16953         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
16954         (gst_gdp_pay_change_state):
16955         * gst/gdp/gstgdppay.h:
16956           Handle error cases when calling functions
16957           do downwards state change after parent's change_state
16958         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
16959         * tests/check/elements/gdppay.c: (GST_START_TEST):
16960           clean up more
16961
16962 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16963
16964         * gst/gdp/Makefile.am:
16965         * gst/gdp/gstgdp.c: (plugin_init):
16966         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
16967         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
16968         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
16969         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
16970         * gst/gdp/gstgdpdepay.h:
16971         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
16972         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
16973         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
16974         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16975         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16976         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16977         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
16978         (gst_gdp_pay_plugin_init):
16979         * gst/gdp/gstgdppay.h:
16980         * tests/check/Makefile.am:
16981         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
16982         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
16983         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
16984         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
16985         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
16986         (main):
16987           adding GDP payloader and depayloader.  Build integration will
16988           follow later when the GDP issues for core are sorted out.
16989
16990 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16991
16992         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16993         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
16994         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
16995           Use boilerplate macro, fix strings to match plugin-moval-requirements
16996
16997 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16998
16999         * gst/spectrum/Makefile.am:
17000           Link to base libraries
17001
17002         * gst/spectrum/demo-osssrc.c: (main):
17003           use new threshhold property
17004
17005         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17006         (gst_spectrum_init), (gst_spectrum_dispose),
17007         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
17008         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
17009         (gst_spectrum_change_state):
17010         * gst/spectrum/gstspectrum.h:
17011         Use gst_adapter, support multiple-channels, add threshold property for
17012         result, add docs, fix resulting spectrum range (was including mirrored
17013         results)
17014
17015 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17016
17017         * configure.ac:
17018         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
17019         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
17020         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
17021         (gst_spectrum_base_init), (gst_spectrum_class_init),
17022         (gst_spectrum_init), (gst_spectrum_dispose),
17023         (gst_spectrum_set_property), (gst_spectrum_chain):
17024         * gst/spectrum/gstspectrum.h:
17025         Initial port of the spectrum element
17026
17027 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
17028
17029         * sys/v4l2/gstv4l2.c:
17030         * sys/v4l2/gstv4l2object.c:
17031         * sys/v4l2/gstv4l2object.h:
17032         * sys/v4l2/gstv4l2src.c:
17033         * sys/v4l2/gstv4l2xoverlay.c:
17034         Some clean-ups requested by wingo in bug #338818.       
17035
17036 2006-05-19  Michael Smith  <msmith@fluendo.com>
17037
17038         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17039         (alsaspdifsink_class_init), (alsaspdifsink_init),
17040         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17041         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
17042         (alsaspdifsink_get_time), (alsaspdifsink_open),
17043         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17044         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17045         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17046         (generate_iec958_zero_frame), (alsaspdifsink_render),
17047         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17048         * ext/alsaspdif/alsaspdifsink.h:
17049           Use sampling rate from set_caps. Comment out some more unused code.
17050
17051 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
17052
17053         * configure.ac:
17054           Check for X11
17055         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
17056         * sys/v4l2/gstv4l2object.h:
17057         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
17058         * sys/v4l2/gstv4l2src.h:
17059         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
17060         * sys/v4l2/gstv4l2xoverlay.h:
17061           Code cleanups, fix debug macros
17062
17063 2006-05-18  Michael Smith  <msmith@fluendo.com>
17064
17065         * ext/Makefile.am:
17066           Fix distcheck?
17067
17068 2006-05-18  Michael Smith  <msmith@fluendo.com>
17069
17070         * configure.ac:
17071         * ext/Makefile.am:
17072         * ext/alsaspdif/Makefile.am:
17073         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17074         (alsaspdifsink_class_init), (alsaspdifsink_init),
17075         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17076         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
17077         (alsaspdifsink_get_time), (alsaspdifsink_open),
17078         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17079         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17080         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17081         (generate_iec958_zero_frame), (alsaspdifsink_render),
17082         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17083         * ext/alsaspdif/alsaspdifsink.h:
17084           Add an alsa plugin to output IEC958 frames over S/PDIF
17085
17086 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
17087
17088         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
17089           Remove unused caps cruft from chain function altogether.
17090
17091 2006-05-17  Edward Hervey  <edward@fluendo.com>
17092
17093         * ext/faad/gstfaad.c: (gst_faad_chain): 
17094         There's no guarantee that caps was set to something, and if it did, the
17095         function called to fill that variable actually sets the caps on the
17096         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
17097         GST_PAD_CAPS(faad->srcpad).
17098
17099 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
17100
17101         Patch by: Young-Ho Cha  <ganadist chollian net>
17102
17103         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
17104         (gst_faad_change_state):
17105         * ext/faad/gstfaad.h:
17106           If we encounter a decoding error, don't error out immediately,
17107           but try to resync (or see if we have better luck with the next
17108           buffer in case of framed input). Only error out after five
17109           consecutive errors. Fixes #341563.
17110
17111 2006-05-12  Wim Taymans  <wim@fluendo.com>
17112
17113         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
17114         (gst_xvidenc_init), (gst_xvidenc_finalize),
17115         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
17116         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
17117         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
17118         (gst_xvidenc_get_property):
17119         Compile fixes.
17120
17121 2006-05-12  Wim Taymans  <wim@fluendo.com>
17122
17123         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17124
17125         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
17126         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
17127         (gst_xvid_image_fill):
17128         * ext/xvid/gstxvid.h:
17129         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
17130         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
17131         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
17132         (gst_xviddec_add_par), (gst_xviddec_negotiate),
17133         (gst_xviddec_decode), (gst_xviddec_chain),
17134         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
17135         (gst_xviddec_src_link), (gst_xviddec_setcaps),
17136         (gst_xviddec_change_state):
17137         * ext/xvid/gstxviddec.h:
17138         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
17139         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
17140         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
17141         (gst_xvidenc_class_init), (gst_xvidenc_init),
17142         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
17143         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
17144         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
17145         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
17146         (gst_xvidenc_change_state):
17147         * ext/xvid/gstxvidenc.h:
17148         xvid plugin to support more capabilities of XviD codec.
17149         Fixes #339462.
17150         Some more cleanups here and there.
17151
17152 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
17153
17154         * sys/v4l2/Makefile.am:
17155         * sys/v4l2/gstv4l2.c:
17156         * sys/v4l2/gstv4l2colorbalance.c:
17157         * sys/v4l2/gstv4l2colorbalance.h:
17158         * sys/v4l2/gstv4l2element.c:
17159         * sys/v4l2/gstv4l2element.h:
17160         * sys/v4l2/gstv4l2object.c:
17161         * sys/v4l2/gstv4l2object.h:
17162         * sys/v4l2/gstv4l2src.c:
17163         * sys/v4l2/gstv4l2src.h:
17164         * sys/v4l2/gstv4l2tuner.c:
17165         * sys/v4l2/gstv4l2tuner.h:
17166         * sys/v4l2/gstv4l2xoverlay.c:
17167         * sys/v4l2/gstv4l2xoverlay.h:
17168         * sys/v4l2/v4l2_calls.c:
17169         * sys/v4l2/v4l2_calls.h:
17170         * sys/v4l2/v4l2src_calls.c:
17171         * sys/v4l2/v4l2src_calls.h:
17172         Changes proposed by Wingo in bug #338818.
17173
17174 2006-05-11  Wim Taymans  <wim@fluendo.com>
17175
17176         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
17177         (gst_qtdemux_handle_esds):
17178         Figure out the real audio type in mp4a boxes by parsing the
17179         optional descriptors in the optional esds box. Promote the
17180         default AAC to mp3 when indicated. Fixes #330632.
17181
17182 2006-05-10  Wim Taymans  <wim@fluendo.com>
17183
17184         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
17185         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
17186         Parse version 2 sample descriptions. Fixes #341231
17187         Don't #define gst_util_dump_mem(), use something more
17188         specific instead to avoid confusion.
17189
17190 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
17191
17192         * sys/v4l2/gstv4l2src.c:
17193         * sys/v4l2/v4l2src_calls.c:
17194         Fix fourcc name printed out. Patch from Martin Rubli.
17195
17196 2006-05-08  Wim Taymans  <wim@fluendo.com>
17197
17198         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
17199         (qtdemux_dump_mvhd):
17200         Don't cause side effects in a debugging function.
17201         Also report duration in push mode since we can.
17202
17203 2006-05-08  Edward Hervey  <edward@fluendo.com>
17204
17205         * autogen.sh: (CONFIGURE_DEF_OPT): 
17206         libtoolize on Darwin/MacOSX is called glibtoolize
17207
17208 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
17209
17210         * ext/amrwb/gstamrwbdec.c:
17211         * ext/amrwb/gstamrwbenc.c:
17212         * ext/sdl/sdlaudiosink.c:
17213         * ext/sdl/sdlvideosink.c:
17214         * ext/wavpack/gstwavpackdec.c:
17215         * ext/xine/xine.c:
17216         * ext/xine/xineaudiodec.c:
17217         * ext/xine/xineaudiosink.c:
17218         * ext/xine/xineinput.c:
17219         * gst/cdxaparse/gstcdxaparse.c:
17220         * gst/freeze/gstfreeze.c:
17221         * sys/v4l2/gstv4l2element.c:
17222         Add semicolons after GST_BOILERPLATE[_FULL] so that
17223         indent doesn't mess up following lines.
17224
17225 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
17226
17227         * sys/v4l2/gstv4l2element.c:
17228         * sys/v4l2/gstv4l2element.h:
17229         * sys/v4l2/gstv4l2src.c:
17230         * sys/v4l2/gstv4l2src.h:
17231         * sys/v4l2/gstv4l2tuner.c:
17232         * sys/v4l2/gstv4l2tuner.h:
17233         * sys/v4l2/v4l2_calls.c:
17234         * sys/v4l2/v4l2_calls.h:
17235         * sys/v4l2/v4l2src_calls.c:
17236         * sys/v4l2/v4l2src_calls.h:
17237         * tests/icles/v4l2src-test.c:
17238         Some changes proposed by wingo in bug #338818 (but not everything
17239         yet). Patch from Martin Rubli to fix framerate detection.
17240
17241 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
17242
17243         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
17244           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
17245
17246 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
17247
17248         * configure.ac:
17249           Back to CVS
17250
17251 === release 0.10.3 ===
17252
17253 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
17254
17255         * configure.ac:
17256           releasing 0.10.3, "Petition to request permission"
17257
17258 2006-05-04  Julien MOUTTE  <julien@moutte.net>
17259
17260         * tests/icles/Makefile.am: Fix build.
17261
17262 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17263
17264         * ext/musicbrainz/Makefile.am:
17265           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
17266
17267 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
17268
17269         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17270         Clean up one piece of logic slightly and remove a 
17271         dead code block.
17272
17273 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17274
17275         * docs/plugins/Makefile.am:
17276         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17277         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17278         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
17279         * docs/plugins/inspect/plugin-musicbrainz.xml:
17280         * ext/musicbrainz/gsttrm.c:
17281         * ext/musicbrainz/gsttrm.h:
17282           Everybody loves docs - add docs for musicbrainz plugin.
17283
17284 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17285
17286         * ext/Makefile.am:
17287           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
17288           
17289 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17290
17291         * ext/Makefile.am:
17292           Forgot to commit this one.
17293
17294 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17295
17296         Patch by: James "Doc" Livingston  <doclivingston gmail com>
17297
17298         * configure.ac:
17299         * ext/musicbrainz/Makefile.am:
17300         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
17301         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
17302         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
17303         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
17304         * ext/musicbrainz/gsttrm.h:
17305           Port MusicBrainz TRM plugin (#336898).
17306
17307 2006-05-03  Michael Smith  <msmith@fluendo.com>
17308
17309         * ext/faad/gstfaad.c: (gst_faad_setcaps),
17310         (looks_like_valid_header), (gst_faad_chain):
17311           Fix #334748: use fake_codec_data if the first bytes of the first
17312           buffer we process doesn't look like plausible AAC data (e.g.
17313           reserved values for rate, or channels). Fixes playback of Apple's
17314           movie trailers.
17315
17316 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
17317
17318         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
17319         Fix get_caps func to work when no framerate is available and the caps
17320         isn't simple.
17321
17322 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
17323
17324         * sys/v4l2/Makefile.am:
17325         * sys/v4l2/gstv4l2colorbalance.c:
17326         * sys/v4l2/gstv4l2xoverlay.c:
17327         * sys/v4l2/v4l2_calls.c:
17328         * tests/icles/Makefile.am:
17329         * tests/icles/v4l2src-test.c:
17330         Few improvements to move to good.
17331
17332 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17333
17334         * configure.ac:
17335         * docs/plugins/Makefile.am:
17336         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17337         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17338         * docs/plugins/inspect/plugin-taglib.xml:
17339         * ext/Makefile.am:
17340         * ext/taglib/Makefile.am:
17341         * ext/taglib/gstid3v2mux.cc:
17342         * ext/taglib/gstid3v2mux.h:
17343         * ext/taglib/gsttaglib.cc:
17344         * ext/taglib/gsttaglib.h:
17345         * tests/check/Makefile.am:
17346         * tests/check/elements/tagid3v2mux.c:
17347           moved to good.  Closes #336110
17348
17349 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17350
17351         * docs/plugins/Makefile.am:
17352         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17353         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17354         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17355         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17356         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17357           Fix up docs for taglib plugin
17358           Also scan .cc files
17359
17360 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17361
17362         * ext/taglib/gsttaglib.cc:
17363           Post an error message on the bus in the (extremely unlikely)
17364           case of an error.
17365
17366 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17367
17368         * ext/taglib/Makefile.am:
17369         * ext/taglib/gstid3v2mux.cc:
17370         * ext/taglib/gstid3v2mux.h:
17371         * ext/taglib/gsttaglib.cc:
17372         * ext/taglib/gsttaglib.h:
17373           Split the actual ID3v2 tag rendering code into
17374           its own subclass.
17375
17376 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
17377
17378         * ext/neon/gstneonhttpsrc.c:
17379         * ext/neon/gstneonhttpsrc.h:
17380           added iradio-mode support as in gnomevfssrc to enable 
17381           connections with icydemux that will send title tag messages on 
17382           shoutcast/icecast streams. I've also added iradio properties
17383           iradio-name, iradio-genre, iradio-url.
17384           added user-agent property because some shoutcast streams don't return 
17385           data if the GET requests don't have a User-Agent.
17386         * win32/common/libgstneon.dsp:
17387           use debug version of libneon in debug mode
17388 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17389
17390         * configure.ac:
17391         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17392         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17393         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17394         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17395         * sys/Makefile.am:
17396         * sys/ximagesrc/Makefile.am:
17397         * sys/ximagesrc/ximagesrc.c:
17398         * sys/ximagesrc/ximagesrc.h:
17399         * sys/ximagesrc/ximageutil.c:
17400         * sys/ximagesrc/ximageutil.h:
17401         * tests/Makefile.am:
17402         * tests/icles/.cvsignore:
17403         * tests/icles/Makefile.am:
17404         * tests/icles/ximagesrc-test.c:
17405           moved ximagesrc to good (See #336756)
17406
17407 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
17408
17409         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
17410         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
17411         (gst_faad_close_decoder), (gst_faad_change_state):
17412         * ext/faad/gstfaad.h:
17413           If we run into a decoding error, try re-opening the decoder
17414           with faacDecInit2() using fake codec data created from the
17415           data the demuxer gave us. Should fix a whole bunch of
17416           GStreamer-faad problems incl. 'channel coupling not
17417           implemented', 'maximum number of scalefactor bands exceeded'
17418           etc. (#173007, #332892).
17419
17420 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17421
17422         * ext/amrwb/gstamrwbdec.c:
17423         * ext/amrwb/gstamrwbenc.c:
17424         * ext/amrwb/gstamrwbparse.c:
17425         * ext/arts/gst_arts.c:
17426         * ext/artsd/gstartsdsink.c:
17427         * ext/audiofile/gstafparse.c:
17428         * ext/audiofile/gstafsink.c:
17429         * ext/audiofile/gstafsrc.c:
17430         * ext/audioresample/gstaudioresample.c:
17431         * ext/bz2/gstbz2dec.c:
17432         * ext/bz2/gstbz2enc.c:
17433         * ext/cdaudio/gstcdaudio.c:
17434         * ext/directfb/dfbvideosink.c:
17435         * ext/divx/gstdivxdec.c:
17436         * ext/divx/gstdivxenc.c:
17437         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17438         * ext/faac/gstfaac.c: (gst_faac_base_init):
17439         * ext/faad/gstfaad.c:
17440         * ext/gsm/gstgsmdec.c:
17441         * ext/gsm/gstgsmenc.c:
17442         * ext/hermes/gsthermescolorspace.c:
17443         * ext/ivorbis/vorbisfile.c:
17444         * ext/lcs/gstcolorspace.c:
17445         * ext/libfame/gstlibfame.c:
17446         * ext/libmms/gstmms.c: (gst_mms_base_init):
17447         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17448         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17449         * ext/nas/nassink.c: (gst_nassink_base_init):
17450         * ext/neon/gstneonhttpsrc.c:
17451         * ext/sdl/sdlaudiosink.c:
17452         * ext/sdl/sdlvideosink.c:
17453         * ext/shout/gstshout.c:
17454         * ext/snapshot/gstsnapshot.c:
17455         * ext/sndfile/gstsf.c:
17456         * ext/swfdec/gstswfdec.c:
17457         * ext/tarkin/gsttarkindec.c:
17458         * ext/tarkin/gsttarkinenc.c:
17459         * ext/theora/theoradec.c:
17460         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17461         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17462         * ext/xvid/gstxviddec.c:
17463         * ext/xvid/gstxvidenc.c:
17464         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17465         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17466         * gst/chart/gstchart.c:
17467         * gst/colorspace/gstcolorspace.c:
17468         * gst/deinterlace/gstdeinterlace.c:
17469         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17470         * gst/festival/gstfestival.c:
17471         * gst/filter/gstbpwsinc.c:
17472         * gst/filter/gstiir.c:
17473         * gst/filter/gstlpwsinc.c:
17474         * gst/freeze/gstfreeze.c:
17475         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17476         * gst/librfb/gstrfbsrc.c:
17477         * gst/mixmatrix/mixmatrix.c:
17478         * gst/mpeg1sys/gstmpeg1systemencode.c:
17479         * gst/mpeg1videoparse/gstmp1videoparse.c:
17480         * gst/mpeg2sub/gstmpeg2subt.c:
17481         * gst/mpegaudioparse/gstmpegaudioparse.c:
17482         * gst/multifilesink/gstmultifilesink.c:
17483         * gst/overlay/gstoverlay.c:
17484         * gst/passthrough/gstpassthrough.c:
17485         * gst/playondemand/gstplayondemand.c:
17486         * gst/qtdemux/qtdemux.c:
17487         * gst/rtjpeg/gstrtjpegdec.c:
17488         * gst/rtjpeg/gstrtjpegenc.c:
17489         * gst/smooth/gstsmooth.c:
17490         * gst/smoothwave/gstsmoothwave.c:
17491         * gst/spectrum/gstspectrum.c:
17492         * gst/speed/gstspeed.c:
17493         * gst/stereo/gststereo.c:
17494         * gst/switch/gstswitch.c:
17495         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17496         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17497         * gst/vbidec/gstvbidec.c:
17498         * gst/videocrop/gstvideocrop.c:
17499         * gst/videodrop/gstvideodrop.c:
17500         * gst/virtualdub/gstxsharpen.c:
17501         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17502         * gst/y4m/gsty4mencode.c:
17503         * sys/cdrom/gstcdplayer.c:
17504         * sys/directdraw/gstdirectdrawsink.c:
17505         * sys/directsound/gstdirectsoundsink.c:
17506         * sys/glsink/glimagesink.c:
17507         * sys/qcam/gstqcamsrc.c:
17508         * sys/v4l2/gstv4l2src.c:
17509         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17510         * sys/ximagesrc/ximagesrc.c:
17511           Define GstElementDetails as const and also static (when defined as
17512           global)
17513
17514 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17515
17516         * ext/musepack/gstmusepackdec.c:
17517         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17518           Add support for segment seeks.
17519
17520 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17521
17522         * sys/v4l2/gstv4l2src.c:
17523         Added a couple of ifdefs to make it compile with other kernels.
17524         
17525 2006-04-20  Wim Taymans  <wim@fluendo.com>
17526
17527         Patch by: j^ <j at bootlab dot org>
17528
17529         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17530         (qtdemux_video_caps):
17531         Never treat video streams as an audio stream.
17532         Add qtdrw mime type.
17533         Fixes #339041
17534
17535 2006-04-19  Wim Taymans  <wim@fluendo.com>
17536
17537         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17538         For VBR audio, don't try to calculate the samples_per_frame.
17539         Fixes #338935.
17540
17541 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17542
17543         * sys/v4l2/gstv4l2src.c:
17544         Just added a gtk-doc comment.
17545
17546 2006-04-17  Michael Smith  <msmith@fluendo.com>
17547
17548         * ext/theora/theoradec.c: (theora_dec_src_convert),
17549         (theora_handle_type_packet), (theora_handle_422_image),
17550         (theora_handle_420_image), (theora_handle_data_packet):
17551         * ext/theora/theoradec.h:
17552           Apply fix from j^ for API change in libtheoradec.
17553
17554           Implement 4:2:2 pixel format. Untested at the moment.
17555
17556 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17557
17558         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17559         (gst_musepack_stream_init):
17560           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17561           gst_pad_new_from_static_template().
17562
17563 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17564
17565         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17566         (gst_v4l2src_dispose):
17567         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17568         Fixed some memory leaks.
17569
17570 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17571
17572         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17573         Fix to work in read mode.
17574
17575 2006-04-10  Wim Taymans  <wim@fluendo.com>
17576
17577         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17578         Fix parsing of newer stsd chunks again.
17579
17580 2006-04-10  Wim Taymans  <wim@fluendo.com>
17581
17582         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17583         (qtdemux_parse_trak):
17584         Fix framerate calculation.
17585
17586 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17587
17588         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17589           Fix build (class_init declaration/definition mismatch).
17590
17591 2006-04-10  Wim Taymans  <wim@fluendo.com>
17592
17593         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17594         force mono 8000 Hz on AMR samples.
17595
17596 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17597
17598         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17599           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17600         * sys/directdraw/gstdirectdrawsink.c:
17601         * sys/directsound/gstdirectsoundsink.c:
17602           done some cleans in sources
17603         * win32/vs6:
17604           add project files for neon, qtdemux
17605           
17606 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17607
17608         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17609         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17610         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17611         * ext/arts/gst_arts.c: (gst_arts_class_init):
17612         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17613         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17614         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17615         * ext/audioresample/gstaudioresample.c:
17616         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17617         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17618         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17619         * ext/hermes/gsthermescolorspace.c:
17620         (gst_hermes_colorspace_class_init):
17621         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17622         * ext/jack/gstjack.c: (gst_jack_class_init):
17623         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17624         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
17625         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
17626         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17627         * ext/nas/nassink.c: (gst_nassink_class_init):
17628         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
17629         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17630         * ext/sndfile/gstsf.c: (gst_sf_class_init):
17631         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
17632         (gst_swfdec_class_init):
17633         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
17634         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
17635         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
17636         * gst/chart/gstchart.c: (gst_chart_class_init):
17637         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
17638         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
17639         * gst/festival/gstfestival.c: (gst_festival_class_init):
17640         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
17641         * gst/filter/gstiir.c: (gst_iir_class_init):
17642         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
17643         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
17644         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
17645         * gst/mpeg1sys/gstmpeg1systemencode.c:
17646         (gst_system_encode_class_init):
17647         * gst/mpeg1videoparse/gstmp1videoparse.c:
17648         (gst_mp1videoparse_class_init):
17649         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
17650         * gst/mpegaudioparse/gstmpegaudioparse.c:
17651         (gst_mp3parse_class_init):
17652         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
17653         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
17654         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
17655         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
17656         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
17657         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
17658         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
17659         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
17660         * gst/stereo/gststereo.c: (gst_stereo_class_init):
17661         * gst/switch/gstswitch.c: (gst_switch_class_init):
17662         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
17663         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
17664         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
17665         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
17666         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
17667         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
17668         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17669         * sys/directsound/gstdirectsoundsink.c:
17670         (gst_directsoundsink_class_init):
17671         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
17672         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17673         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
17674         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
17675         * sys/v4l2/gstv4l2colorbalance.c:
17676         (gst_v4l2_color_balance_channel_class_init):
17677         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
17678         (gst_v4l2_tuner_norm_class_init):
17679         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
17680         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17681
17682 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17683
17684         * gst/colorspace/gstcolorspace.h:
17685         * gst/deinterlace/gstdeinterlace.h:
17686         * gst/passthrough/gstpassthrough.h:
17687         * gst/y4m/gsty4mencode.h:
17688         Fix more broken GObject macros
17689
17690 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17691
17692         * ext/xine/gstxine.h:
17693         * gst-libs/gst/play/play.h:
17694         * sys/v4l2/gstv4l2element.h:
17695         * sys/ximagesrc/ximageutil.h:
17696         Fix broken GObject macros
17697
17698 2006-04-08  Wim Taymans  <wim@fluendo.com>
17699
17700         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
17701         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
17702         (qtdemux_dump_stco), (qtdemux_parse_trak):
17703         Don't make rounding errors in timestamp/duration calculations.
17704         Fix timestamps for AMR and IMA4.  Fixes (#337436).
17705         Create a dummy segment even when there is no edit list.
17706
17707 2006-04-07  Julien MOUTTE  <julien@moutte.net>
17708
17709         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
17710         * examples/directfb/Makefile.am: Add example resource files to
17711         dist.
17712
17713 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17714
17715         * ext/amrwb/amrwb-code/Makefile.am:
17716         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17717         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17718         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
17719         25fps
17720
17721 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17722
17723         * tests/icles/ximagesrc-test.c: (main):
17724         Actually assert that pipeline goes to playing
17725
17726 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17727
17728         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17729         (composite_pixel), (gst_ximagesrc_ximage_get),
17730         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17731         Fix typo, C++ style comments and other small cleanups
17732         
17733 2006-04-06  Wim Taymans  <wim@fluendo.com>
17734
17735         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17736         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
17737         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
17738         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
17739         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
17740         (gst_qtdemux_activate_segment),
17741         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17742         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17743         (qtdemux_parse_trak):
17744         Added full edit list support.
17745         Avoid overflows in prologue image detection code.
17746         Avoid roundoff errors in timestamp calculations.
17747
17748 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17749
17750         * configure.ac:
17751           clean up so report properly on missing stuff
17752           fix modplug detection
17753
17754 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17755
17756         * ext/Makefile.am:
17757         * ext/amrwb/amrwb-code/Makefile.am:
17758           don't dist amr wb source code
17759
17760 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17761
17762         Patch by: j^  <j at bootlab dot org>
17763
17764         * ext/amrwb/gstamrwbdec.c:
17765         * ext/amrwb/gstamrwbenc.c:
17766         * ext/amrwb/gstamrwbparse.c:
17767         * ext/arts/gst_arts.c:
17768         * ext/artsd/gstartsdsink.c:
17769         * ext/audiofile/gstafparse.c:
17770         * ext/audiofile/gstafsink.c:
17771         * ext/audiofile/gstafsrc.c:
17772         * ext/cdaudio/gstcdaudio.c:
17773         * ext/directfb/dfbvideosink.c:
17774         * ext/divx/gstdivxdec.c:
17775         * ext/divx/gstdivxenc.c:
17776         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17777         * ext/faac/gstfaac.c: (gst_faac_base_init):
17778         * ext/faad/gstfaad.c:
17779         * ext/gsm/gstgsmdec.c:
17780         * ext/gsm/gstgsmenc.c:
17781         * ext/hermes/gsthermescolorspace.c:
17782         * ext/ivorbis/vorbisfile.c:
17783         * ext/lcs/gstcolorspace.c:
17784         * ext/libfame/gstlibfame.c:
17785         * ext/libmms/gstmms.c: (gst_mms_base_init):
17786         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17787         * ext/nas/nassink.c: (gst_nassink_base_init):
17788         * ext/neon/gstneonhttpsrc.c:
17789         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
17790         * ext/sdl/sdlaudiosink.c:
17791         * ext/sdl/sdlvideosink.c:
17792         * ext/shout/gstshout.c:
17793         * ext/snapshot/gstsnapshot.c:
17794         * ext/sndfile/gstsf.c:
17795         * ext/tarkin/gsttarkindec.c:
17796         * ext/tarkin/gsttarkinenc.c:
17797         * ext/theora/theoradec.c:
17798         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17799         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17800         * ext/xvid/gstxviddec.c:
17801         * ext/xvid/gstxvidenc.c:
17802         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17803         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17804         * gst/chart/gstchart.c:
17805         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17806         * gst/festival/gstfestival.c:
17807         * gst/filter/gstiir.c:
17808         * gst/filter/gstlpwsinc.c:
17809         * gst/freeze/gstfreeze.c:
17810         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17811         * gst/mixmatrix/mixmatrix.c:
17812         * gst/mpeg1sys/gstmpeg1systemencode.c:
17813         * gst/mpeg1videoparse/gstmp1videoparse.c:
17814         * gst/mpeg2sub/gstmpeg2subt.c:
17815         * gst/mpegaudioparse/gstmpegaudioparse.c:
17816         * gst/multifilesink/gstmultifilesink.c:
17817         * gst/overlay/gstoverlay.c:
17818         * gst/passthrough/gstpassthrough.c:
17819         * gst/playondemand/gstplayondemand.c:
17820         * gst/qtdemux/qtdemux.c:
17821         * gst/rtjpeg/gstrtjpegdec.c:
17822         * gst/rtjpeg/gstrtjpegenc.c:
17823         * gst/smooth/gstsmooth.c:
17824         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17825         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17826         * gst/videocrop/gstvideocrop.c:
17827         * gst/videodrop/gstvideodrop.c:
17828         * gst/virtualdub/gstxsharpen.c:
17829         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17830         * gst/y4m/gsty4mencode.c:
17831           Unify the long descriptions in the plugin details (#337263).
17832
17833 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17834
17835         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
17836         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
17837           Add back "uri" property and mark it as deprecated; undoes
17838           API/ABI breakage from 2006-02-24.
17839
17840 2006-04-05  Wim Taymans  <wim@fluendo.com>
17841
17842         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
17843         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
17844         (gst_qtdemux_loop):
17845         Use duration as segment stop position if none is
17846         explicitly configured.
17847         Also perform EOS when we run past the segment stop.
17848
17849 2006-04-04  Wim Taymans  <wim@fluendo.com>
17850
17851         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
17852         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17853         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17854         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
17855         More cleanups, added comments.
17856         Mark discontinuities on outgoing buffers.
17857         Post better errors when something goes wrong.
17858         Handle EOS and segment end properly.
17859
17860 2006-04-04  Wim Taymans  <wim@fluendo.com>
17861
17862         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17863         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
17864         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17865         (gst_qtdemux_handle_src_event), (plugin_init),
17866         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
17867         (gst_qtdemux_loop), (gst_qtdemux_chain),
17868         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
17869         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
17870         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17871         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
17872         * gst/qtdemux/qtdemux.h:
17873         Handle stss boxes so we can mark and find keyframes.
17874         Implement correct accurate and keyframe seeking.
17875         Use _DEBUG_OBJECT when possible.
17876         Fixes #332155
17877
17878 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17879
17880         * tests/check/Makefile.am:
17881           Only run the id3v2mux check if taglib is available and
17882           the taglib plugin has been built.
17883
17884 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17885
17886         * ext/swfdec/Makefile.am:
17887           Don't set plugindir.
17888
17889         * ext/swfdec/gstswfdec.c:
17890           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
17891
17892 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17893
17894         * configure.ac:
17895           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
17896           the dts plugin.
17897
17898 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17899
17900         * ext/soundtouch/gstpitch.cc:
17901         * ext/theora/theoradec.c:
17902         * gst/modplug/gstmodplug.cc:
17903           GST_ORIGIN => GST_PACKAGE_ORIGIN
17904           GST_PACKAGE => GST_PACKAGE_NAME
17905
17906 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17907
17908         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17909         * docs/plugins/inspect/plugin-bz2.xml:
17910         * docs/plugins/inspect/plugin-cdxaparse.xml:
17911         * docs/plugins/inspect/plugin-freeze.xml:
17912         * docs/plugins/inspect/plugin-glimagesink.xml:
17913         * docs/plugins/inspect/plugin-modplug.xml:
17914         * docs/plugins/inspect/plugin-neon.xml:
17915         * docs/plugins/inspect/plugin-sdl.xml:
17916         * docs/plugins/inspect/plugin-video4linux2.xml:
17917         * docs/plugins/inspect/plugin-ximagesrc.xml:
17918         * docs/plugins/inspect/plugin-xingheader.xml:
17919           add more plugins to docs
17920
17921 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17922
17923         * sys/dxr3/ac3_padder.h:
17924           fix up doc strings
17925         * docs/plugins/Makefile.am:
17926         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17927         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17928         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17929         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17930         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17931         * docs/plugins/inspect/plugin-qtdemux.xml:
17932         * docs/plugins/inspect/plugin-speed.xml:
17933         * docs/plugins/inspect/plugin-taglib.xml:
17934         * docs/plugins/inspect/plugin-tta.xml:
17935           commit updates
17936         * configure.ac:
17937         * ext/taglib/gsttaglib.cc:
17938         * tests/Makefile.am:
17939         * tests/check/.cvsignore:
17940         * tests/check/Makefile.am:
17941         * tests/check/elements/.cvsignore:
17942         * tests/check/elements/tagid3v2mux.c:
17943         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
17944         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
17945         (test_taglib_id3mux_check_output_buffer),
17946         (test_taglib_id3mux_with_tags), (GST_START_TEST),
17947         (tagid3v2mux_suite), (main):
17948            add the tagid3v2mux check from #336110
17949
17950 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17951
17952         * configure.ac:
17953           rework like the other configure.ac files
17954         * Makefile.am:
17955         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17956         * ext/amrwb/gstamrwb.c:
17957         * ext/arts/gst_arts.c:
17958         * ext/artsd/gstartsdsink.c:
17959         * ext/audiofile/gstaf.c:
17960         * ext/audioresample/gstaudioresample.c:
17961         * ext/bz2/gstbz2.c:
17962         * ext/cdaudio/gstcdaudio.c:
17963         * ext/directfb/dfbvideosink.c:
17964         * ext/dts/gstdtsdec.c:
17965         * ext/faac/gstfaac.c:
17966         * ext/faad/gstfaad.c:
17967         * ext/hermes/gsthermescolorspace.c:
17968         * ext/ivorbis/vorbis.c:
17969         * ext/jack/gstjack.c:
17970         * ext/lcs/gstcolorspace.c:
17971         * ext/musepack/gstmusepackdec.c:
17972         * ext/musicbrainz/gsttrm.c:
17973         * ext/nas/nassink.c:
17974         * ext/sdl/gstsdl.c:
17975         * ext/snapshot/gstsnapshot.c:
17976         * ext/sndfile/gstsf.c:
17977         * ext/swfdec/gstswfdec.c:
17978         * ext/tarkin/gsttarkin.c:
17979         * ext/xine/xine.c:
17980         * ext/xvid/gstxvid.c:
17981         * gst/cdxaparse/gstcdxaparse.c:
17982         * gst/chart/gstchart.c:
17983         * gst/colorspace/gstcolorspace.c:
17984         * gst/deinterlace/gstdeinterlace.c:
17985         * gst/equalizer/gstiirequalizer.c:
17986         * gst/festival/gstfestival.c:
17987         * gst/filter/gstfilter.c:
17988         * gst/freeze/gstfreeze.c:
17989         * gst/games/gstpuzzle.c:
17990         * gst/librfb/gstrfbsrc.c:
17991         * gst/mixmatrix/mixmatrix.c:
17992         * gst/mpeg1sys/gstmpeg1systemencode.c:
17993         * gst/mpeg1videoparse/gstmp1videoparse.c:
17994         * gst/mpeg2sub/gstmpeg2subt.c:
17995         * gst/mpegaudioparse/gstmpegaudioparse.c:
17996         * gst/multifilesink/gstmultifilesink.c:
17997         * gst/overlay/gstoverlay.c:
17998         * gst/passthrough/gstpassthrough.c:
17999         * gst/playondemand/gstplayondemand.c:
18000         * gst/qtdemux/qtdemux.c:
18001         * gst/rtjpeg/gstrtjpeg.c:
18002         * gst/smooth/gstsmooth.c:
18003         * gst/smoothwave/gstsmoothwave.c:
18004         * gst/spectrum/gstspectrum.c:
18005         * gst/speed/gstspeed.c:
18006         * gst/stereo/gststereo.c:
18007         * gst/switch/gstswitch.c:
18008         * gst/vbidec/gstvbidec.c:
18009         * gst/videocrop/gstvideocrop.c:
18010         * gst/videodrop/gstvideodrop.c:
18011         * gst/virtualdub/gstvirtualdub.c:
18012         * gst/xingheader/gstxingmux.c:
18013         * gst/y4m/gsty4mencode.c:
18014         * sys/cdrom/gstcdplayer.c:
18015         * sys/directdraw/gstdirectdrawplugin.c:
18016         * sys/directsound/gstdirectsoundplugin.c:
18017         * sys/dxr3/dxr3init.c:
18018         * sys/glsink/glimagesink.c:
18019         * sys/qcam/gstqcamsrc.c:
18020         * sys/v4l2/gstv4l2.c:
18021         * sys/vcd/vcdsrc.c:
18022         * sys/ximagesrc/ximagesrc.c:
18023           update to use correct defines
18024         * po/POTFILES.in:
18025         * po/af.po:
18026         * po/az.po:
18027         * po/cs.po:
18028         * po/en_GB.po:
18029         * po/hu.po:
18030         * po/it.po:
18031         * po/nb.po:
18032         * po/nl.po:
18033         * po/or.po:
18034         * po/sq.po:
18035         * po/sr.po:
18036         * po/sv.po:
18037         * po/uk.po:
18038         * po/vi.po:
18039           v4l2 has translations, pick them up
18040
18041 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18042
18043         * sys/ximagesrc/ximagesrc.c: 
18044           Add docs to ximagesrc
18045
18046 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18047
18048         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
18049         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
18050         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
18051         * sys/ximagesrc/ximagesrc.h:
18052         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
18053         * sys/ximagesrc/ximageutil.h:
18054           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
18055           yellow rectangles with the cursor
18056
18057 2006-03-31  Michael Smith  <msmith@fluendo.com>
18058
18059         * configure.ac:
18060           Add autoconfery for theoradec.
18061         * ext/Makefile.am:
18062           Add theora directory.
18063         * ext/theora/Makefile.am:
18064         * ext/theora/theoradec.c: (gst_theoradec_base_init),
18065         (gst_theoradec_class_init), (gst_theoradec_init),
18066         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
18067         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
18068         (theora_dec_sink_convert), (theora_dec_src_query),
18069         (theora_dec_sink_query), (theora_dec_src_event),
18070         (theora_dec_sink_event), (theora_handle_comment_packet),
18071         (theora_handle_type_packet), (theora_handle_header_packet),
18072         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
18073         (theora_dec_change_state), (plugin_init):
18074         * ext/theora/theoradec.h:
18075           Add theora plugin for theora-exp decoder. Very heavily based on the
18076           existing theora decoder plugin.
18077
18078 2006-03-29  Wim Taymans  <wim@fluendo.com>
18079
18080         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
18081         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
18082         * ext/gsm/gstgsmdec.h:
18083         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
18084         (gst_gsmenc_finalize), (gst_gsmenc_chain):
18085         Cleanups, fix leaks.
18086         Handle events and DISCONT.
18087         Use adapter in the decoder.
18088
18089 2006-03-29  Wim Taymans  <wim@fluendo.com>
18090
18091         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
18092
18093         * configure.ac:
18094         * ext/Makefile.am:
18095         * ext/amrwb/Makefile.am:
18096         * ext/amrwb/README:
18097         * ext/amrwb/amrwb-code/Makefile.am:
18098         * ext/amrwb/amrwb-code/run.sh:
18099         * ext/amrwb/gstamrwb.c: (plugin_init):
18100         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
18101         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
18102         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
18103         (gst_amrwbdec_state_change):
18104         * ext/amrwb/gstamrwbdec.h:
18105         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
18106         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
18107         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
18108         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
18109         * ext/amrwb/gstamrwbenc.h:
18110         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
18111         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
18112         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
18113         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
18114         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
18115         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
18116         * ext/amrwb/gstamrwbparse.h:
18117         Added new plugin amrwb parse.
18118         Renamed audio/AMR to audio/AMR-WB as per spec.
18119         Fixes #333307
18120
18121 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
18122
18123         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
18124         Small fix, now pwc driver can tell about its buffers.
18125
18126 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
18127
18128         * configure.ac:
18129           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
18130           did for -good and -ugly. Fixes build on some systems
18131           and doesn't seem to be required for C++ code.
18132
18133 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
18134
18135         * ext/taglib/gsttaglib.cc:
18136         * ext/taglib/gsttaglib.h:
18137           Fix newsegment event handling a bit. We need to
18138           cache the first newsegment event, because we can't
18139           adjust offsets yet when we get it, as we don't
18140           know the size of the tag yet for sure at that point.
18141           Also do some minor cleaning up here and there and add
18142           some debug statements.
18143
18144 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18145
18146         * ext/taglib/gsttaglib.cc:
18147           We do not want to proxy the caps on the sink pad; our 
18148           source pad should have application/x-id3 caps; also,
18149           don't use already-freed strings in debug messages;
18150           finally, adjust buffer offsets on buffers sent out.
18151
18152 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18153
18154         * sys/v4l2/gstv4l2src.c:
18155           Older kernels don't seem to have this particular v4l2 format,
18156           so comment out until this gets fixed properly (and make
18157           buildbots happy).
18158
18159 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
18160
18161         * sys/v4l2/gstv4l2colorbalance.c:
18162         * sys/v4l2/gstv4l2colorbalance.h:
18163         * sys/v4l2/gstv4l2element.c:
18164         * sys/v4l2/gstv4l2src.c:
18165         * sys/v4l2/gstv4l2src.h:
18166         * sys/v4l2/gstv4l2tuner.c:
18167         * sys/v4l2/v4l2_calls.c:
18168         * sys/v4l2/v4l2src_calls.c:
18169         * sys/v4l2/v4l2src_calls.h:
18170         Just make few things more robust and also some identation.
18171
18172 2006-03-23  Wim Taymans  <wim@fluendo.com>
18173
18174         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
18175
18176         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
18177         (gst_xvidenc_chain):
18178         Patch to mark outgoing encoded buffers as delta-units (or not).
18179         Note that this patch also patches:
18180         - the setting of fincr and fbase in xvid-encoder creation based on
18181           caps framerate
18182         - makes 0, rather than 2, the default max_b_frames, as the current
18183           xvidenc does not seem "fully prepared" to handle b-frame 
18184           "effects", such as encoder returning 0 encoded bytes, etc.
18185         Fixes #335585
18186
18187 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18188
18189         * gst/modplug/libmodplug/Makefile.am:
18190         * gst/modplug/libmodplug/load_it.cpp:
18191           Try that again (not only should it be MODPLUG_ instead
18192           of MODFILE, also that define is already set in stdafx.h;
18193           what we really need is some more #ifndefs).
18194
18195 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18196
18197         * gst/modplug/libmodplug/Makefile.am:
18198           More gcc-4.1 fixes (we don't need file saving, so just
18199           define MODPLUG_NO_FILESAVE. That way, the compiler won't
18200           complain about modplug ignoring the return value of fwrite
18201           any longer and we might even save a few bytes as well).
18202
18203 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18204
18205         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
18206
18207         * configure.ac:
18208         * ext/Makefile.am:
18209         * ext/soundtouch/Makefile.am:
18210         * ext/soundtouch/gstpitch.cc:
18211         * ext/soundtouch/gstpitch.hh:
18212           Add new libsoundtouch-based pitch plugin (#331335).
18213
18214 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
18215
18216         * gst/modplug/libmodplug/load_ptm.cpp:
18217           Fix compilation with gcc-4.1 and -Werror (#327355).
18218
18219 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
18220
18221         * ext/taglib/gsttaglib.h:
18222           Fix left-over gst_my_filter_get_type.
18223
18224 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18225
18226         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
18227         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18228         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
18229         Have a show mouse pointer property and use it if we can
18230
18231 2006-03-15  Edward Hervey  <edward@fluendo.com>
18232
18233         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
18234         Let's not forget to chain up to the parent dispose.
18235
18236 2006-03-15  Edward Hervey  <edward@fluendo.com>
18237
18238         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
18239         (gst_qtdemux_init), (gst_qtdemux_dispose),
18240         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18241         Series of memleak fixes:
18242         - Unref the GstAdapter in finalize.
18243         - Use gst_pad_new_from_static_template(), shorter and safer.
18244         - Free unused QtDemuxStream when not used.
18245
18246 2006-03-14  Edward Hervey  <edward@fluendo.com>
18247
18248         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
18249         (gst_v4l2src_class_init):
18250         Initialization of the debugging category should be as early as possible,
18251         moving it from _class_init() to beginning of _base_init().
18252
18253 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18254
18255         * ext/taglib/gsttaglib.cc:
18256           Add gtk-doc blurb (unused for the time being); match registered
18257           plugin name to the filename of the plugin (taglibmux => taglib)
18258
18259 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18260
18261         Patch by: Mikhail Zabaluev  <mhz altlinux org>
18262
18263         * autogen.sh:
18264           Don't check for file that only exists in CVS but isn't
18265           disted (#334417)
18266
18267 2006-03-13  Julien MOUTTE  <julien@moutte.net>
18268
18269         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18270         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
18271
18272 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18273
18274         * Makefile.am:
18275         * configure.ac:
18276           Fix distcheck.
18277
18278 2006-03-12  Edward Hervey  <edward@fluendo.com>
18279
18280         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
18281         (gst_v4l2src_buffer_pool_free):
18282         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
18283         instead.
18284
18285 2006-03-12  Edward Hervey  <edward@fluendo.com>
18286
18287         * sys/v4l2/gstv4l2element.h:
18288         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
18289         buildbot happy.
18290         I will just use the same comment Ronald used when he added these lines:
18291         Yet Another Hack (tm) for kernel header borkedness.
18292
18293 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18294
18295         * ext/taglib/Makefile.am:
18296         * ext/taglib/gsttaglib.cc:
18297         * ext/taglib/gsttaglib.h:
18298           Add support for writing MusicBrainz IDs.
18299
18300 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18301
18302         * sys/v4l2/gstv4l2element.h:
18303           Include "_stdint.h" in an attempt to make the
18304           PPC-buildbot happy.
18305
18306 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
18307
18308         * configure.ac:
18309         * sys/Makefile.am:
18310         * sys/v4l2/Makefile.am:
18311         * sys/v4l2/gstv4l2.c:
18312         * sys/v4l2/gstv4l2colorbalance.h:
18313         * sys/v4l2/gstv4l2element.c:
18314         * sys/v4l2/gstv4l2element.h:
18315         * sys/v4l2/gstv4l2src.c:
18316         * sys/v4l2/gstv4l2src.h:
18317         * sys/v4l2/gstv4l2tuner.c:
18318         * sys/v4l2/gstv4l2tuner.h:
18319         * sys/v4l2/gstv4l2xoverlay.c:
18320         * sys/v4l2/gstv4l2xoverlay.h:
18321         * sys/v4l2/v4l2_calls.c:
18322         * sys/v4l2/v4l2_calls.h:
18323         * sys/v4l2/v4l2src_calls.c:
18324         * sys/v4l2/v4l2src_calls.h:
18325         V4L2 ported to 0.10.
18326         
18327 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
18328
18329         * configure.ac:
18330           Only compile the taglib plugin if a C++ compiler is
18331           present. Use GST_DEFAULT_ELEMENTS macro from common/
18332           for all the defaults stuff.
18333
18334 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18335
18336         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18337
18338         * configure.ac:
18339         * gst/xingheader/Makefile.am:
18340         * gst/xingheader/gstxingmux.c: 
18341         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
18342         to MP3 files (this allows decoder to figure out the length of VBR
18343         files) 
18344
18345 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18346         
18347         Patch by: Alex Lancaster
18348         
18349         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
18350         and add support for TCOP (copyright)
18351
18352 2006-03-10  Julien MOUTTE  <julien@moutte.net>
18353
18354         * gst/modplug/Makefile.am:
18355         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
18356
18357 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18358
18359         * configure.ac:
18360         * gst/modplug/Makefile.am:
18361         * gst/modplug/gstmodplug.cc:
18362         * gst/modplug/gstmodplug.h:
18363         * gst/modplug/libmodplug/sndfile.cpp:
18364         * gst/modplug/libmodplug/sndfile.h:
18365           modplug plugin ported to 0.10 (#332598, patch by:
18366           Jonathan Matthew <jonathan at kaolin wh9 net>).
18367
18368 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18369
18370         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
18371         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
18372         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
18373         (gst_mms_set_property), (gst_mms_get_property),
18374         (gst_mms_uri_get_uri):
18375         * ext/libmms/gstmms.h:
18376           Some clean-ups; more debug output; use blocksize property
18377           of GstBaseSrc instead of re-registering our own; make debug
18378           category actually be used.
18379
18380 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
18381
18382         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
18383           Fix build with gcc-4.1 (#327355).
18384
18385 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
18386
18387         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18388
18389         * configure.ac:
18390         * ext/Makefile.am:
18391         * ext/taglib/Makefile.am:
18392         * ext/taglib/gsttaglib.cc:
18393         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
18394
18395 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
18396
18397         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
18398           Extract disc number and count from files that use
18399           'disk' instead of 'disc' as node identifier for that
18400           (fixes #332066).
18401
18402 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18403
18404         * ext/musepack/gstmusepackdec.h:
18405         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
18406           Forgot those two.
18407
18408 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18409
18410         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18411         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
18412         (gst_musepackdec_handle_seek_event),
18413         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
18414         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
18415         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
18416         (gst_musepackdec_change_state):
18417           Some cleanups; pause task when push fails.
18418
18419 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
18420
18421         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18422           Add support for '3IVD' fourcc (#333403).
18423
18424 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18425
18426         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18427         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18428         (gst_faad_sink_event), (gst_faad_src_convert),
18429         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18430           Add query function for position/duration querying (mostly for
18431           raw AAC streams); make seeking in raw AAC streams work; post
18432           tags with codec name if this is a raw AAC stream.
18433
18434 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18435
18436         * sys/directdraw:
18437         * sys/directsound:
18438           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18439         * win32/vs6:
18440           project files updated to fix some bugs
18441         * win32/vs7:
18442         * win32/vs8:
18443           vs7 and vs8 project files added
18444         
18445 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18446
18447         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18448           Declare variable at the beginning of the block and make gcc-2.9x
18449           happy (fixes #333283; patch by: Jens Granseuer).
18450
18451 2006-03-03  Edward Hervey  <edward@fluendo.com>
18452
18453         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18454         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18455         when parsing.
18456         Also let's be a bit less vulgar in our warning messages :)
18457
18458 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18459
18460         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18461           Can't divide through zero (suppress warning in case of
18462           stream with one single still picture) (see #327083)
18463
18464 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18465
18466         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18467
18468 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18469
18470         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18471         (qtdemux_parse_trak), (qtdemux_video_caps):
18472           Add support for palettised Apple SMC videos (#327075, based on
18473           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18474
18475 2006-02-24  Michael Smith  <msmith@fluendo.com>
18476
18477         * autogen.sh:
18478           Allow automake 1.9
18479
18480 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18481
18482         * ext/neon/gstneonhttpsrc.c:
18483         Changed property name from "uri" to "location" 
18484
18485 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18486
18487         * configure.ac:
18488         * sys/glsink/Makefile.am:
18489         Merge patch from #317048 for building on Cygwin. Patch by 
18490         Cygwin Ports maintainer.
18491         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18492         Move normal debug output to LOG level not ERROR.
18493
18494 2006-02-19  Jan Gerber  <j@bootlab.org>
18495
18496         Reviewed by : Edward Hervey <edward@fluendo.com>
18497
18498         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18499           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18500           Add image/png for fourcc 'png '
18501  
18502 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18503
18504         * configure.ac:
18505           Surely this is supposed to be >= a.b, not == a.b
18506
18507 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18508
18509         * configure.ac:
18510         * sys/Makefile.am:
18511         * sys/ximagesrc/Makefile.am:
18512         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18513         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18514         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18515         (gst_ximagesrc_recalc), (composite_pixel),
18516         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18517         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18518         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18519         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18520         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18521         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18522         (gst_ximagesrc_init), (plugin_init):
18523         * sys/ximagesrc/ximagesrc.h:
18524         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18525         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18526         (ximageutil_xcontext_clear),
18527         (ximageutil_calculate_pixel_aspect_ratio),
18528         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18529         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18530         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18531         (gst_ximageutil_ximage_destroy):
18532         * sys/ximagesrc/ximageutil.h:
18533
18534         Port ximagesrc to 0.10 (Closes #304795)
18535
18536 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18537
18538         * gst/freeze/gstfreeze.c:
18539         * gst/freeze/gstfreeze.h:
18540         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18541
18542 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18543
18544         * configure.ac:
18545         Back to CVS nano
18546
18547 === release 0.10.1 ===
18548
18549 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18550
18551         * configure.ac:
18552           releasing 0.10.1, "Slimy - yet satisfying"
18553
18554 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18555
18556         * configure.ac:
18557           Release 0.10.0.3 - pre-release for 0.10.1
18558
18559 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18560
18561         * ext/bz2/gstbz2.c:
18562         * ext/bz2/gstbz2dec.c:
18563         * ext/bz2/gstbz2dec.h:
18564         * ext/bz2/gstbz2enc.c:
18565         * ext/bz2/gstbz2enc.h:
18566           Add proper copyright headers identifying Lutz Müller
18567           as the author and copyright holder (#331600).
18568
18569 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18570
18571         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18572           Don't GST_LOG timestamps from nonexistent index
18573           entries (#331582).
18574
18575 2006-02-17  Edward Hervey  <edward@fluendo.com>
18576
18577         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18578         Check that the size of the returned buffer is of the correct size
18579         because the parser assumes that.
18580         Fixes #331543.
18581
18582 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18583
18584         * configure.ac:
18585           Release 0.10.0.2 - pre-release for 0.10.1
18586
18587 2006-02-16  Edward Hervey  <edward@fluendo.com>
18588
18589         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18590         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18591         Don't stop the task if the pad isn't linked.
18592
18593 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18594
18595         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18596           It appears 100% equals 1/1 and not 100/1 ...
18597
18598 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18599
18600         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18601         (gst_qtdemux_chain):
18602           When buffering MDAT data, show the user something is
18603           happening by posting 'buffering' messages on the bus.
18604
18605 2006-02-14  Edward Hervey  <edward@fluendo.com>
18606
18607         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18608         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18609         (next_entry_size), (gst_qtdemux_chain):
18610         * gst/qtdemux/qtdemux.h:
18611         Make push-based work if mdat atom is before moov atom.
18612         Don't answer duration query. This should be transformed into replying
18613         FALSE to seek events.
18614
18615 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18616
18617         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18618         (gst_mms_start):
18619           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18620           push our own EOS event on EOS, the base class will do that for us;
18621           fix bogus query code; post semi-decent errors on the bus when an
18622           error occurs in ::start(), otherwise the user will get to see
18623           whatever cryptic default message GstBaseSrc comes up with.
18624
18625 2006-02-14  Andy Wingo  <wingo@pobox.com>
18626
18627         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
18628         schleef, don't break me gst-inspect -a.
18629
18630 2006-02-14  Edward Hervey  <edward@fluendo.com>
18631
18632         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
18633         Handle the case where data atoms are before moov atoms in push-based mode.
18634         Errors out gracefully.
18635
18636 2006-02-13  Edward Hervey  <edward@fluendo.com>
18637
18638         * gst/qtdemux/Makefile.am:
18639         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18640         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18641         (extract_initial_length_and_fourcc),
18642         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
18643         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
18644         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
18645         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
18646         * gst/qtdemux/qtdemux.h:
18647         QtDemux can now work push-based.
18648         It still needs some love for seeking.
18649
18650 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
18651
18652         * configure.ac:
18653         * gst/freeze/Makefile.am:
18654         * gst/freeze/gstfreeze.c:
18655         * gst/freeze/gstfreeze.h:
18656         * gst/freeze/FAQ:
18657         freeze plugin ported to 0.10 by
18658         Renato Filho <renato.filho@indt.org.br>
18659
18660 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18661
18662         * configure.ac:
18663         * gst/cdxaparse/Makefile.am:
18664         * gst/cdxaparse/gstcdxaparse.c:
18665         * gst/cdxaparse/gstcdxaparse.h:
18666           Port cdxaparse, makes VCD playback work.
18667
18668 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18669
18670         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18671         (qtdemux_parse_trak):
18672           use the correct variable to check if we can calculate
18673           the last chunk.  Looks like an obvious bug, and makes
18674           the dump of offsets comparable to other tools
18675
18676 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18677
18678         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18679         (qtdemux_parse_trak):
18680           clean up some debugging, using _OBJECT, moving recurring
18681           messages to LOG level
18682
18683 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
18684
18685         * configure.ac:
18686         * ext/neon/gstneonhttpsrc.c:
18687         Now it uses libneon 0.25.5 that supports shoutcast.
18688
18689 2006-02-06  Lutz Mueller <lutz@topfrose.de>
18690
18691         Reviewed by: Edward Hervey <edward@fluendo.com>
18692         
18693         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
18694         "x-bz2".
18695         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
18696         caps are "ANY".
18697         (gst_bz2dec_chain): Configure the source pad if we can figure out
18698         the mime type of the decompressed data.
18699         (gst_bz2dec_[get,set]_property):
18700         (gst_bz2dec_class_init: New property "first_buffer_size".
18701         
18702
18703 2006-02-06  Wim Taymans  <wim@fluendo.com>
18704
18705         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
18706         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
18707         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
18708         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18709         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
18710         (qtdemux_video_caps), (qtdemux_audio_caps):
18711         * gst/qtdemux/qtdemux.h:
18712         Some QT demux loving.
18713         Handle seeking in a less broken way.
18714         Fix AMR caps to match the AMR decoder.
18715         Set first timestamp on AMR samples to 0 for now.
18716         Remove some \n in DEBUG strings.
18717         Use _scale_int for maximum precision.
18718
18719 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18720
18721         * gst/apetag/Makefile.am:
18722         * gst/apetag/apedemux.c:
18723         * gst/apetag/apedemux.h:
18724         * gst/apetag/apetag.c:
18725           Remove old files, apetag is in gst-plugins-good now.
18726
18727 2006-02-06  Andy Wingo  <wingo@pobox.com>
18728
18729         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
18730         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
18731         parent_class, the boilerplate does it for you.
18732
18733 2006-02-05  Lutz Mueller <lutz@topfrose.de>
18734
18735         reviewed by: Andy Wingo <wingo@pobox.com>
18736
18737         * configure.ac:
18738         * ext/Makefile.am: Hook it up.
18739         * ext/bz2/gstbz2.c:
18740         * ext/bz2/gstbz2dec.h:
18741         * ext/bz2/gstbz2dec.c:
18742         * ext/bz2/gstbz2enc.h:
18743         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
18744         decoding (#303167).
18745         
18746 2006-01-30  Andy Wingo  <wingo@pobox.com>
18747
18748         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
18749         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
18750
18751 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
18752
18753         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
18754         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18755         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
18756         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
18757         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
18758           Add debug category, use boilerplate macros, fix handling
18759           of widths of 32 bits.
18760
18761         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
18762         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
18763         (gst_wavpack_parse_index_get_last_entry),
18764         (gst_wavpack_parse_index_get_entry_from_sample),
18765         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
18766         (gst_wavpack_parse_src_query),
18767         (gst_wavpack_parse_scan_to_find_sample),
18768         (gst_wavpack_parse_send_newsegment),
18769         (gst_wavpack_parse_handle_seek_event),
18770         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
18771         (gst_wavpack_parse_get_upstream_length),
18772         (gst_wavpack_parse_pull_buffer),
18773         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
18774         (gst_wavpack_parse_change_state),
18775         (gst_wavepack_parse_sink_activate),
18776         (gst_wavepack_parse_sink_activate_pull),
18777         (gst_wavpack_parse_plugin_init):
18778         * ext/wavpack/gstwavpackparse.h:
18779           Rewrite a bit, mostly to fix flow logic and to make seeking work.
18780           Fix buffer/event refcounting. Add some debug statements. Add
18781           width of 32 to source pad template caps. Use boilerplate macros.
18782
18783 2006-01-28  Edward Hervey  <edward@fluendo.com>
18784
18785         * sys/glsink/Makefile.am:
18786         glimagesink.h is dead, long live glimagesink.h
18787
18788 2006-01-27  David Schleef  <ds@schleef.org>
18789
18790         * configure.ac:
18791         * sys/Makefile.am:
18792         * sys/glsink/Makefile.am:
18793         * sys/glsink/glimagesink.c:
18794         * sys/glsink/glimagesink.h:
18795           revival of glimagesink.  Kind of works.
18796
18797 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
18798
18799         * ext/faad/gstfaad.c: (gst_faad_setcaps),
18800         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
18801           Handle 'framed' field in caps; Port syncing for raw streams
18802           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
18803
18804 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18805
18806         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
18807         (gst_sdlvideosink_xoverlay_set_xwindow_id),
18808         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
18809         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
18810         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18811         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
18812         (gst_sdlvideosink_change_state),
18813         (gst_sdlvideosink_navigation_send_event):
18814         * ext/sdl/sdlvideosink.h:
18815           Fix output stride copying, so that it displays correctly on 
18816           framebuffer devices that don't match our implict GStreamer stride
18817           arrangement.
18818
18819           Fix locking things. Offer XOverlay only when SDL is running against
18820           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
18821           actually match the embedded window size because there's no way to
18822           figure out what size that should be from the XOverlay interface.
18823           See comment in sdlvideosink.c
18824
18825 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18826
18827         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18828           Fix wrong memcpy source pointer.
18829
18830 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18831
18832         * ext/libmms/gstmms.c: (gst_mms_finalize):
18833         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
18834         Just chain up finalize calls (calling parent_class->finalize).
18835
18836 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18837
18838         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
18839         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
18840         Finalize method has been created and others small changes.
18841
18842 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18843
18844         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18845         (gst_musepackdec_class_init), (gst_musepackdec_init),
18846         (gst_musepackdec_send_newsegment),
18847         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
18848         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18849         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
18850         (gst_musepackdec_loop), (gst_musepackdec_change_state):
18851         * ext/musepack/gstmusepackdec.h:
18852         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18853         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
18854         (gst_musepack_reader_get_size):
18855         * ext/musepack/gstmusepackreader.h:
18856           Fix seeking in musepack files (it's still incredibly slow, but I
18857           don't think that is our plugin's fault). Clean up code and get
18858           rid of old cruft. Post tags with all kind of neat information like
18859           replay gain and such on the bus, if it is available. Add a
18860           'musepackdec' debug category.
18861
18862 2006-01-24  Edward Hervey  <edward@fluendo.com>
18863
18864         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18865         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18866         More coherent framerate setting on caps.
18867         If sample_size is available, use that for the samples' duration in
18868         the index. This enables single frame streams to work (and I imagine
18869         fixes some other cases).
18870         Tested on testsuite, no regression.
18871
18872 2006-01-23  Edward Hervey  <edward@fluendo.com>
18873
18874         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18875         (qtdemux_video_caps), (qtdemux_audio_caps):
18876         Added codec recognition for:
18877         _ VP31 : video/x-vp3
18878         _ AVDJ : image/jpeg
18879         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
18880         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
18881
18882 2006-01-21  David Schleef  <ds@schleef.org>
18883
18884         * configure.ac:
18885         * ext/swfdec/gstswfdec.c: Update from swfdec.
18886
18887 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
18888
18889         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18890         (qtdemux_audio_caps):
18891           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
18892           Fix 8bit case (#327133, based on patch by: Fabrizio
18893           Gennari <fabrizio dot ge at tiscali dot it>).
18894           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
18895           valid literals for endianness in caps strings,
18896           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
18897
18898 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
18899
18900         * ext/ivorbis/vorbisfile.c:
18901         * ext/neon/gstneonhttpsrc.c:
18902         Fixed state transictions PLAYING->NULL->PLAYING.
18903         
18904 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
18905
18906         * ext/tremor/vorbisfile.c:
18907         Some minor improvements on log messages.
18908
18909 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
18910
18911         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
18912         Ronald's patch applied. see bug #326318.
18913
18914 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
18915
18916         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18917         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
18918         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
18919         * gst/qtdemux/qtdemux.h:
18920           Fix seeking for quicktime files. Could still use some more
18921           love and sophistication.
18922
18923 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
18924
18925         * ext/libmms/gstmms.c: gst_mms_init:
18926         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
18927         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
18928         Removed gst_base_src_set_live from mms and neon, and now calling
18929         parent_class->dispose in dispose on sdlaudio.
18930         
18931 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18932
18933         * ext/sdl/sdlvideosink.c:
18934         Now implementing navigation interface and using
18935         GST_BOILER_PLATE_FULL.
18936         
18937 2006-01-11  Christian Schaller  <christian@fluendo.com>
18938
18939         Remove SunAudio plugin as Brian's new one is in -good
18940
18941         * sys/Makefile.am:
18942         * sys/sunaudio/Makefile.am:
18943         * sys/sunaudio/gstsunaudio.c:
18944         * sys/sunaudio/gstsunaudiosrc.c:
18945         * sys/sunaudio/gstsunaudiosrc.h:
18946         * sys/sunaudio/gstsunelement.c:
18947         * sys/sunaudio/gstsunelement.h:
18948         * sys/sunaudio/gstsunmixer.c:
18949         * sys/sunaudio/gstsunmixer.h:
18950
18951 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18952
18953         * ext/sdl/sdlaudiosink.c:
18954         Replaced wrong style code by GST_BOILERPLATE.
18955         
18956 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
18957
18958         reviewed by: Edward Hervey  <edward@fluendo.com>
18959
18960         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18961         Add support for Indeo3 video in Quicktime files.
18962         Closes #326524
18963
18964 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
18965
18966         * configure.ac:
18967         * ext/sdl/Makefile.am:
18968         * ext/sdl/gstsdl.c:
18969         * ext/sdl/sdlaudiosink.c:
18970         * ext/sdl/sdlaudiosink.h:
18971         * ext/sdl/sdlvideosink.c:
18972         Created new element, sdlaudiosink.
18973         
18974 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
18975
18976         * added sys/directdraw
18977         * added sys/directsound
18978         * added win32/vs6/gst_plugins_bad.dsw
18979         * added win32/vs6/libgstdirectsound.dsp
18980         * added win32/vs6/libgstdirectdraw.dsp
18981         * added win32/common/config.h
18982         
18983 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18984
18985         * gst/games/gstpuzzle.c: (plugin_init):
18986           call oil_init() when using liboil
18987
18988 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18989
18990         * ext/neon/gstneonhttpsrc.c:
18991         * ext/neon/gstneonhttpsrc.h:
18992         Some improvements in cancellation and debug messages.
18993                         
18994 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18995
18996         * ext/neon/gstneonhttpsrc.c:
18997         * ext/neon/gstneonhttpsrc.h:
18998         Removed not need thread and changed to push out blocksize bytes.
18999         
19000 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
19001
19002         * configure.ac:
19003         * ext/Makefile.am
19004         * ext/neon:
19005         * ext/neon/Makefile.am:
19006         * ext/neon/gstneonhttpsrc.c:
19007         * ext/neon/gstneonhttpsrc.h:
19008         Created new element neonhttpsrc.
19009
19010 2005-12-19  Edward Hervey  <edward@fluendo.com>
19011
19012         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
19013         (gst_swfdec_chain), (gst_swfdec_render):
19014         Add debugging category and return GstFlowReturn in the right places
19015         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19016         Get something from the peer pad once we've checked if there is a peer pad.
19017         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19018         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
19019         (qtdemux_video_caps):
19020         Couple of fixes
19021
19022 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19023
19024         * ext/divx/Makefile.am:
19025         just a small fix. I have to pay more attention when commiting ;-)
19026
19027 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19028
19029         * configure.ac:
19030         * ext/Makefile.am:
19031         * ext/divx/Makefile.am:
19032         * ext/divx/gstdivxdec.c:
19033         * ext/divx/gstdivxdec.h:
19034         * ext/divx/gstdivxenc.c:
19035         * ext/divx/gstdivxenc.h:
19036         divxdec and divxenc ported to 0.10
19037         
19038 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19039
19040         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19041         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19042         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19043         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19044         (gst_dfbvideosink_can_blit_from_format),
19045         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19046         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19047         (gst_dfbsurface_finalize),
19048         (gst_dfbvideosink_navigation_send_event),
19049         (gst_dfbvideosink_update_colorbalance),
19050         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
19051         more refactoring, handle exotic DirectFB row stride.
19052
19053 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19054
19055         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19056         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
19057         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19058         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19059         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19060         (gst_dfbvideosink_can_blit_from_format),
19061         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19062         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19063         (gst_dfbsurface_finalize),
19064         (gst_dfbvideosink_navigation_send_event),
19065         (gst_dfbvideosink_update_colorbalance),
19066         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19067         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19068         (gst_dfbvideosink_class_init):
19069         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
19070         This should work both for hardware accelerated scaling and
19071         reverse caps negotiation with a scaling element.
19072
19073 2005-12-17  Julien MOUTTE  <julien@moutte.net>
19074
19075         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19076         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19077         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19078         * docs/plugins/gst-plugins-bad-plugins.args:
19079         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19080         * docs/plugins/gst-plugins-bad-plugins.signals:
19081         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19082         * docs/plugins/inspect/plugin-qtdemux.xml:
19083         * docs/plugins/inspect/plugin-sdlvideosink.xml:
19084         * docs/plugins/inspect/plugin-speed.xml:
19085         * docs/plugins/inspect/plugin-tta.xml: Updates.
19086         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19087         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
19088         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
19089         (gst_dfbvideosink_cleanup),
19090         (gst_dfbvideosink_can_blit_from_format),
19091         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19092         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
19093         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19094         (gst_dfbvideosink_interface_supported),
19095         (gst_dfbvideosink_navigation_send_event),
19096         (gst_dfbvideosink_update_colorbalance),
19097         (gst_dfbvideosink_colorbalance_list_channels),
19098         (gst_dfbvideosink_colorbalance_set_value),
19099         (gst_dfbvideosink_colorbalance_get_value),
19100         (gst_dfbvideosink_colorbalance_init),
19101         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19102         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
19103         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
19104         color balance interface.
19105
19106 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19107
19108         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
19109         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
19110         * gst/vbidec/vbidata.c:
19111         * gst/vbidec/vbidata.h:
19112         * gst/vbidec/vbiscreen.c:
19113         * sys/dxr3/ac3_padder.c:
19114           don't use doc comments for non-docs
19115           change some char* into char[]
19116
19117 2005-12-16  Julien MOUTTE  <julien@moutte.net>
19118
19119         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19120         (gst_dfbvideosink_init): Always prefer the primary layer.
19121
19122 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19123
19124         * ext/wavpack/gstwavpackdec.c:
19125           Oops, remove trailing comma from caps string.
19126
19127 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19128
19129         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19130         * ext/wavpack/gstwavpackparse.c:
19131           Wavpack supports samplerates from 6-192kHz, fix pad template
19132           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
19133           remove buffer-frames from caps, they are gone in 0.10.
19134
19135 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
19136
19137         * ext/xvid/Makefile.am:
19138         * ext/xvid/gstxviddec.c:
19139         * ext/xvid/gstxvidenc.c:
19140         Fixed some mem-leaks in xvid.
19141
19142 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19143
19144         * configure.ac:
19145         * ext/Makefile.am:
19146         * ext/xvid/gstxvid.c:
19147         * ext/xvid/gstxvid.h:
19148         * ext/xvid/gstxviddec.c:
19149         * ext/xvid/gstxviddec.h:
19150         * ext/xvid/gstxvidenc.c:
19151         * ext/xvid/gstxvidenc.h:
19152         xviddec and xvideenc ported to 0.10
19153                 
19154
19155 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19156
19157         * configure.ac:
19158         * ext/Makefile.am:
19159         * ext/dts/Makefile.am:
19160         * ext/dts/gstdtsdec.c:
19161         * ext/dts/gstdtsdec.h:
19162         dtsdec ported to 0.10
19163
19164 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19165
19166         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19167         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
19168         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
19169         (gst_musepackdec_loop):
19170         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
19171         (gst_swfdec_src_query):
19172         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
19173           GstObjects must be unref'ed with gst_object_unref() instead of
19174           g_object_unref(), otherwise things break for GLib-2.6 users.
19175
19176 2005-12-12  David Schleef  <ds@schleef.org>
19177
19178         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
19179         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
19180         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
19181         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
19182         because the video buffers previously never got freed.
19183
19184 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19185
19186         * ext/libmms/gstmms.c:
19187         Just removed a weird printf ;-)
19188
19189 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19190
19191         * configure.ac:
19192         * ext/libmms/gstmms.c:
19193         * ext/libmms/gstmms.h:
19194         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
19195         PREROOL..." to be fixed.
19196
19197 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
19198
19199         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
19200         (gst_faad_update_caps):
19201           Assume that an unknown channel mapping with 2 channels
19202           is stereo and play it that way instead of erroring.
19203
19204         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19205         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19206           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
19207           Debug fixes. Some 64 bit variable fixes
19208
19209 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
19210
19211         * configure.ac:
19212         * ext/Makefile.am:
19213         * ext/swfdec/Makefile.am:
19214         * ext/swfdec/gstswfdec.c:
19215         * ext/swfdec/gstswfdec.h:
19216         swfdec Ported to 0.10.
19217
19218 2005-12-07  Edward Hervey  <edward@fluendo.com>
19219
19220         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19221         (gst_qtdemux_add_stream):
19222         Memleak fixes.
19223         Send out EOS for valid reasons (couldn't pull_range() from upstream
19224         for example).
19225
19226 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19227
19228         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19229         * ext/audiofile/gstafparse.h:
19230         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
19231         * ext/audiofile/gstafsink.h:
19232         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
19233         * ext/audiofile/gstafsrc.h:
19234         * ext/cdaudio/gstcdaudio.c:
19235         * ext/divx/gstdivxenc.c:
19236         * ext/dts/gstdtsdec.h:
19237         * ext/faac/gstfaac.h:
19238         * ext/ivorbis/vorbisenc.h:
19239         * ext/ivorbis/vorbisfile.c:
19240         * ext/musepack/gstmusepackdec.h:
19241         * ext/nas/nassink.c:
19242         * ext/snapshot/gstsnapshot.c:
19243         * ext/sndfile/gstsf.h:
19244         * ext/tarkin/gsttarkindec.h:
19245         * ext/tarkin/gsttarkinenc.h:
19246         * ext/xine/gstxine.h:
19247         * ext/xine/xinecaps.c:
19248         * ext/xvid/gstxvid.h:
19249         * gst-libs/gst/play/play.h:
19250         * gst/apetag/apedemux.h:
19251         * gst/cdxaparse/gstcdxaparse.h:
19252         * gst/cdxaparse/gstcdxastrip.h:
19253         * gst/colorspace/yuv2rgb.c:
19254         * gst/colorspace/yuv2rgb.h:
19255         * gst/equalizer/gstiirequalizer.c:
19256         * gst/festival/gstfestival.h:
19257         * gst/games/gstpuzzle.c:
19258         * gst/games/gstvideoimage.c:
19259         * gst/games/gstvideoimage.h:
19260         * gst/modplug/gstmodplug.h:
19261         * gst/modplug/libmodplug/it_defs.h:
19262         * gst/modplug/libmodplug/modplug.h:
19263         * gst/modplug/libmodplug/sndfile.h:
19264         * gst/modplug/libmodplug/stdafx.h:
19265         * gst/mpeg1sys/buffer.c:
19266         * gst/mpeg1sys/gstmpeg1systemencode.h:
19267         * gst/mpeg1sys/main.h:
19268         * gst/mpeg1sys/systems.c:
19269         * gst/mpeg1videoparse/gstmp1videoparse.h:
19270         * gst/mpeg2sub/gstmpeg2subt.h:
19271         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19272         * gst/mpegaudioparse/gstmpegaudioparse.h:
19273         * gst/multifilesink/gstmultifilesink.h:
19274         * gst/overlay/gstoverlay.h:
19275         * gst/qtdemux/qtdemux.c:
19276         * gst/qtdemux/qtdemux.h:
19277         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
19278         * gst/rtjpeg/RTjpeg.h:
19279         * gst/tta/crc32.h:
19280         * gst/tta/filters.h:
19281         * gst/tta/ttadec.h:
19282         * gst/videodrop/gstvideodrop.h:
19283         * sys/cdrom/gstcdplayer.h:
19284         * sys/cdrom/gstcdplayer_ioctl.c:
19285         * sys/cdrom/gstcdplayer_ioctl.h:
19286         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
19287         * sys/cdrom/gstcdplayer_ioctl_irix.h:
19288         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
19289         * sys/dxr3/dxr3audiosink.c:
19290         * sys/dxr3/dxr3audiosink.h:
19291         * sys/dxr3/dxr3spusink.c:
19292         * sys/dxr3/dxr3spusink.h:
19293         * sys/dxr3/dxr3videosink.c:
19294         * sys/dxr3/dxr3videosink.h:
19295         * sys/qcam/dark.c:
19296         * sys/qcam/gstqcamsrc.c:
19297         * sys/v4l2/gstv4l2colorbalance.h:
19298         * sys/v4l2/gstv4l2element.h:
19299         * sys/v4l2/gstv4l2src.h:
19300         * sys/v4l2/gstv4l2tuner.h:
19301         * sys/v4l2/gstv4l2xoverlay.h:
19302         * sys/v4l2/v4l2_calls.c:
19303         * sys/v4l2/v4l2_calls.h:
19304         * sys/v4l2/v4l2src_calls.c:
19305         * sys/v4l2/v4l2src_calls.h:
19306         * sys/vcd/vcdsrc.h:
19307           expand tabs
19308
19309 === release 0.10.0 ===
19310
19311 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19312
19313         * configure.ac:
19314           releasing 0.10.0, "Camembert"
19315
19316 2005-12-05  Andy Wingo  <wingo@pobox.com>
19317
19318         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
19319         * ext/faad/gstfaad.c: (gst_faad_chain):
19320         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
19321         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
19322         * ext/xine/xineinput.c: (gst_xine_input_get):
19323         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
19324         * gst/speed/gstspeed.c: (speed_chain):
19325         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
19326         alloc_buffer changes.
19327
19328 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19329
19330         * ext/Makefile.am:
19331           Add missing $(WAVPACK_DIR) (#322962).
19332
19333 === release 0.9.7 ===
19334
19335 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19336
19337         * configure.ac:
19338           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
19339
19340 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
19341
19342         * PORTED_09:
19343         * configure.ac:
19344         * ext/Makefile.am:
19345         * ext/libmms/Makefile.am:
19346         * ext/libmms/gstmms.c:
19347         * ext/libmms/gstmms.h:
19348         libmm ported to 0.9. It works fine, but print some error messages. I
19349         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
19350         
19351 2005-11-28  Edward Hervey  <edward@fluendo.com>
19352
19353         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19354         Handle gracefully the consequence of "Maximum number of scalefactor
19355         bands exceeded", which results in 0 channels with samplerates of 0.
19356         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
19357         Do upward transitions, then call parent state_change, then do
19358         downward transitions.
19359
19360 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19361
19362         * ext/Makefile.am:
19363           alphabets, so hard to master.  Should fix distcheck.
19364
19365 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
19366
19367         * configure.ac:
19368         * PORTED_09:
19369         * ext/Makefile.am:
19370         * ext/wavpack/Makefile.am:
19371         * ext/wavpack/gstwavpackdec.c:
19372         * ext/wavpack/gstwavpackdec.h:
19373         * ext/wavpack/gstwavpackparse.c:
19374         * ext/wavpack/gstwavpackparse.h:
19375         Wavpack ported to 0.9. No support for correction file yet.
19376
19377 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19378
19379         * ext/wavpack/Makefile.am:
19380         * ext/wavpack/gstwavpack.c: (plugin_init):
19381         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
19382         * ext/wavpack/gstwavpackcommon.h:
19383         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
19384         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
19385         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19386         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
19387         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
19388         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
19389         (gst_wavpack_dec_plugin_init):
19390         * ext/wavpack/gstwavpackdec.h:
19391         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
19392         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
19393         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
19394         (gst_wavpack_parse_src_event), (find_header), (find_sample),
19395         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
19396         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
19397         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
19398         * ext/wavpack/gstwavpackparse.h:
19399           put back wavpack - still needs porting
19400
19401 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19402
19403         * configure.ac: back to HEAD
19404
19405 === release 0.9.6 ===
19406
19407 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19408
19409         * configure.ac:
19410           releasing 0.9.6, "Hot Tea"
19411
19412 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19413
19414         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19415         * ext/directfb/dfb-example.c: (main):
19416         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
19417         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
19418         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19419         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
19420         (gst_dfbvideosink_bufferpool_clear),
19421         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19422         (gst_dfbvideosink_navigation_send_event),
19423         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19424         (gst_dfbvideosink_class_init):
19425         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19426         fixes.
19427
19428 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19429
19430         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19431         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19432         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19433         * ext/sdl/sdlvideosink.h:
19434         Updates for fractional framerates and XOverlay interface changes
19435
19436 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19437
19438         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19439         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19440         (qtdemux_parse_trak):
19441         Convert to fractional framerates
19442
19443 2005-11-23  Edward Hervey  <edward@fluendo.com>
19444
19445         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19446         Fix for latest API changes
19447
19448 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19449         * configure.ac:
19450         * PORTED_09:
19451         * extt/Makefile.am:
19452         * ext/musepack/gstmusepackdec.c:
19453         * ext/musepack/gstmusepackdec.h:
19454         * ext/musepack/gstmusepackreader.c:
19455         * ext/musepack/gstmusepackreader.h:
19456         Musepackdec ported to 0.9. There is still a small problem to be
19457         solved, after the end of file, the pipeline doens't stop.
19458
19459 2005-11-22  Andy Wingo  <wingo@pobox.com>
19460
19461         * ext/faad/gstfaad.c (gst_faad_event)
19462         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19463         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19464         * gst/speed/gstspeed.c (speed_sink_event)
19465         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19466         (gst_tta_parse_parse_header): Run update-funcnames.
19467
19468 2005-11-21  Michael Smith <msmith@fluendo.com>
19469
19470         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19471           Don't take STREAM_LOCK in sink event handlers any more.
19472
19473 2005-11-21  Wim Taymans  <wim@fluendo.com>
19474
19475         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19476         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19477         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19478         Fix for stream lock updates.
19479
19480 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19481
19482         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19483           Add DX50, DIVX and DIV3 fourccs (patch by
19484           j@bootlab.org, #321903).
19485
19486 2005-11-21  Andy Wingo  <wingo@pobox.com>
19487
19488         * *.h:
19489         * *.c: Ran scripts/update-macros. Oh yes.
19490
19491 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19492
19493         * ext/directfb/dfbvideosink.c:
19494         (gst_dfbvideosink_get_format_from_caps):
19495         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19496         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19497         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19498         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19499         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19500         (qtdemux_audio_caps):
19501         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19502         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19503         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19504           Update for GST_FOURCC_FORMAT API change.
19505
19506 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19507
19508         * ext/audioresample/gstaudioresample.c:
19509         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19510         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19511         * gst/modplug/gstmodplug.cc:
19512         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19513         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19514         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19515         (#322027)
19516
19517 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19518
19519         * ext/Makefile.am:
19520         * ext/ivorbis/vorbisfile.c:
19521         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19522         ! tremor ! alsasink. Some issues to be solved yet:
19523         1- set correct timestamps
19524         2- seek is forced to disabled in pull-mode
19525         
19526 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19527
19528         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19529         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19530         (gst_faac_chain):
19531           Set proper caps on source pad (#320532).
19532
19533         * ext/faad/gstfaad.c:
19534           Don't use gtk-doc markers for comment block.
19535
19536 2005-11-14  Andy Wingo  <wingo@pobox.com>
19537
19538         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19539         debugging, allows dll builds on windows. Fixes #316076.
19540
19541 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19542
19543         * configure.ac: back to HEAD
19544
19545 === release 0.9.5 ===
19546
19547 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19548
19549         * configure.ac:
19550           releasing 0.9.5, "Thrice Belgian Bar"
19551
19552 2005-11-11  Michael Smith <msmith@fluendo.com>
19553
19554         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19555           Make this compile on systems with broken headers. 
19556
19557 2005-11-11  Michael Smith <msmith@fluendo.com>
19558
19559         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19560           Call functions with the correct API. Unfortunately, unless your
19561           distribution patches upstream, the public header file for FAAD
19562           doesn't actually declare the API accurately. So, some nastiness
19563           ensues...
19564
19565 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19566
19567         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19568
19569         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19570           Add support for custom genre tags.
19571
19572 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19573
19574         * ext/tarkin/wavelet.c:
19575         * ext/tarkin/wavelet.h:
19576         * gst/mpegaudioparse/gstmpegaudioparse.c:
19577         * gst/vbidec/vbidata.c:
19578         * gst/vbidec/vbiscreen.h:
19579         * sys/dxr3/ac3_padder.c:
19580         * sys/dxr3/dxr3audiosink.c:
19581         * sys/dxr3/dxr3spusink.c:
19582         * sys/dxr3/dxr3videosink.c:
19583         * sys/qcam/dark.c:
19584           Don't use gtk-doc markers for normal comments. Fix
19585           gtk-doc formatting where required.
19586
19587 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19588
19589         * configure.ac:
19590         * PORTED_09:
19591         * ext/Makefile.am:
19592         * ext/ivorbis/vorbis.c:
19593         * ext/ivorbis/vorbisfile.c:
19594         Ported to 0.9. Some issues to be solved yet:
19595         1- set correct timestamps
19596         2- seg fault when eos
19597         3- seek is now disabled
19598
19599 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19600
19601         * examples/Makefile.am: Cleanup non existing
19602         examples.
19603
19604 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19605
19606         * docs/plugins/inspect.stamp: Add missing files.
19607
19608 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19609
19610         * examples/Makefile.am: Make buildbot happy.
19611
19612 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19613
19614         * Makefile.am: examples in dist subdirs.
19615         * configure.ac: enable parameter for building 
19616         examples.
19617         * docs/plugins/gst-plugins-bad-plugins.args:
19618         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19619         * examples/Makefile.am: Updates.
19620
19621 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19622
19623         * Makefile.am:
19624         * autogen.sh:
19625         * configure.ac:
19626         * docs/Makefile.am:
19627         * docs/plugins/.cvsignore:
19628         * docs/plugins/Makefile.am:
19629         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
19630         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19631         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19632         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
19633         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19634         * docs/plugins/gst-plugins-bad-plugins.args:
19635         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
19636         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19637         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
19638         * docs/plugins/gst-plugins-bad-plugins.signals:
19639         * docs/plugins/gst-plugins-bad-plugins.types:
19640         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19641         * docs/version.entities.in: Enable documentation.
19642         * examples/Makefile.am:
19643         * examples/directfb/Makefile.am:
19644         * examples/directfb/decker.ttf:
19645         * examples/directfb/dfblogo.png:
19646         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
19647         (size_changed), (setup_dynamic_link), (main): Add an example
19648         application for DirectFB.
19649
19650 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19651
19652         * ext/directfb/Makefile.am: Add the example application.
19653         * ext/directfb/dfb-example.c: (get_me_out), (main):
19654         Here is an example application that runs videotestsrc for 20
19655         seconds. It's included in the documentation.
19656         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19657         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19658         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
19659         More fixes, calculate new size of the buffer when renegotiating.
19660         This completely breaks ffmpegcolorspace but i need to discuss 
19661         that with Wim on monday. Add documentation.
19662
19663 2005-11-05  Julien MOUTTE  <julien@moutte.net>
19664
19665         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19666         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19667         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
19668         better, add safety checks and ARGB support for cards that
19669         support it.
19670
19671 2005-11-04  Julien MOUTTE  <julien@moutte.net>
19672
19673         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19674         (gst_dfbvideosink_surface_destroy),
19675         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19676         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
19677         (gst_dfbvideosink_buffer_alloc):
19678         * ext/directfb/dfbvideosink.h: Now does clipping when surface
19679         is too small, handles upstream elements that are not calling
19680         gst_pad_alloc_buffer, fixes a lot of bugs.
19681
19682 2005-11-03  Julien MOUTTE  <julien@moutte.net>
19683
19684         * ext/directfb/Makefile.am: Prepare for liboil usage.
19685         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
19686         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
19687         rendering in external surface correctly. Will commit a neat
19688         example soon.
19689
19690 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
19691
19692         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
19693         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19694         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
19695         * ext/sdl/sdlvideosink.h:
19696         Add support to exit when 'Esc' key is pressed.
19697
19698 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19699
19700         * configure.ac: Requires DirectFB 0.9.24
19701
19702 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19703
19704         * configure.ac:
19705         * ext/Makefile.am:
19706         * ext/directfb/Makefile.am:
19707         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
19708         (gst_dfbvideosink_surface_create),
19709         (gst_dfbvideosink_surface_destroy),
19710         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
19711         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
19712         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19713         (gst_dfbvideosink_get_format_from_caps),
19714         (gst_dfbvideosink_get_caps_from_format),
19715         (gst_dfbvideosink_can_blit_from_format),
19716         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19717         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
19718         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
19719         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
19720         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19721         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
19722         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
19723         (gst_dfbvideosink_interface_init),
19724         (gst_dfbvideosink_navigation_send_event),
19725         (gst_dfbvideosink_navigation_init),
19726         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19727         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
19728         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
19729         (plugin_init):
19730         * ext/directfb/dfbvideosink.h:
19731         * ext/directfb/directfbvideosink.c:
19732         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
19733         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
19734         scaling, navigation, buffer allocation from video memory etc...
19735
19736 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19737
19738         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
19739         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
19740         gst_sdlvideosink_create:
19741         Changed property full-screen to fullscreen, using SDL_SWSURFACE
19742         instead of SDL_HWSURFACE when in full screen mode.
19743         
19744 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19745
19746         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
19747         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
19748         gst_sdlvideosink_init, gst_sdlvideosink_create:
19749         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
19750         Added a property that allows full-screen.
19751
19752 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
19753
19754         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19755         (gst_sdlvideosink_class_init),
19756         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
19757         (gst_sdlvideosink_show_frame):
19758         * ext/sdl/sdlvideosink.h:
19759           Fix I420 output on some machines (not very nice, but should work).
19760           Add an 'sdlvideosink' debug category. Disable formats that do
19761           not work. Fix some vararg function issues.
19762
19763 2005-10-27  Wim Taymans  <wim@fluendo.com>
19764
19765         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19766         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
19767         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
19768         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
19769         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
19770         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
19771         Fix SDL videosink and did some cleanups.
19772
19773 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
19774
19775         * ext/sdl/sdlvideosink.c:
19776         * ext/sdl/sdlvideosink.h:
19777         Trying to fix videos out of sync (not fixed yet)
19778         
19779 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19780
19781         * gst/qtdemux/qtdemux.h:
19782           Remove got_redirect from class structure as well.
19783
19784 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19785
19786         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
19787         (qtdemux_parse_tree):
19788           Remove 'got-redirect' signal and post element message
19789           on the bus instead.
19790
19791 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19792
19793         * ext/gsm/gstgsm.c:
19794         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19795         * ext/gsm/gstgsmdec.h:
19796         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19797         (gst_gsmenc_chain):
19798         Fixing stuff as wingo pointed out.
19799
19800 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19801
19802         * ext/gsm/gstgsm.c: (plugin_init):
19803         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
19804         (gst_gsmdec_chain):
19805         * ext/gsm/gstgsmdec.h:
19806         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19807         (gst_gsmenc_chain):
19808         * ext/gsm/gstgsmenc.h:
19809         Over-writing Wim's gsm plugins (currently not working) with that from the 
19810         farsight repo. Also made sure that they work with the RTP (de)payloader.
19811
19812 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19813
19814         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
19815         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
19816         * ext/gsm/gstgsmenc.h:
19817         Fixed event handling
19818
19819 2005-10-24  Christian Schaller  <christian@fluendo.com>
19820
19821         * configure.ac: port over thomas's plugin listing from base
19822
19823 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19824
19825         * configure.ac:
19826           back to HEAD
19827
19828 === release 0.9.4 ===
19829
19830 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19831
19832         * NEWS:
19833         * RELEASE:
19834         * configure.ac:
19835           Releasing 0.9.4, "Utahraptor"
19836
19837 2005-10-23  Julien MOUTTE  <julien@moutte.net>
19838
19839         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
19840
19841 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19842
19843         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
19844         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
19845         (gst_faad_chain), (gst_faad_change_state):
19846         * ext/faad/gstfaad.h:
19847           Do some timestamp smoothing (matroskademux apparently sends
19848           multiple buffers in a row with the same timestamp); fix
19849           duration on outgoing buffers; fix change state function; use
19850           GST_DEBUG_FUNCPTR for pad functions.
19851
19852 2005-10-19  Wim Taymans  <wim@fluendo.com>
19853
19854         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
19855         (gst_qtdemux_handle_src_query):
19856         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
19857         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19858         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
19859         API change fix.
19860
19861 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19862
19863         * configure.ac:
19864           All the cool kids use GST_DOCBOOK_CHECK now.
19865
19866 2005-10-18  Julien MOUTTE  <julien@moutte.net>
19867
19868         * gst/speed/Makefile.am: Fix build of speed. 
19869
19870 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
19871
19872         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
19873         (speed_parse_caps), (speed_src_event), (speed_sink_event),
19874         (speed_src_query), (speed_init), (speed_set_property),
19875         (speed_change_state), (gst_speed_convert):
19876         Fixed speed - the previous version, 1.38, has been ported to 0.9
19877         from a wrong version, 1.37 (from 1.36). That fix already includes
19878         the changes done in 1.36.2.4.
19879
19880 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
19881
19882         * configure.ac:
19883           Fix glib check
19884
19885 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19886
19887         * examples/stats/mp2ogg.c:
19888         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
19889         (tarkin_synthesis_packetin):
19890           and more typos fixed
19891
19892 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19893
19894         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
19895         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
19896         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
19897         (gst_faac_get_property), (gst_faac_change_state):
19898           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
19899           move event handling from chain function into an event function,
19900           add some locks here and there, do some cleanups; disable 32-bit
19901           integer and float input formats until we're sure that those 
19902           actually work (couldn't play back the produced files with 
19903           anything).
19904
19905 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19906
19907         * examples/indexing/indexmpeg.c: (main):
19908         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
19909         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
19910         * ext/artsd/gstartsdsink.h:
19911         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
19912         (gst_afparse_close_file):
19913         * ext/audiofile/gstafparse.h:
19914         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19915         (gst_afsink_close_file), (gst_afsink_chain),
19916         (gst_afsink_change_state):
19917         * ext/audiofile/gstafsink.h:
19918         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19919         (gst_afsrc_close_file), (gst_afsrc_change_state):
19920         * ext/audiofile/gstafsrc.h:
19921         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
19922         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
19923         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
19924         * ext/jack/gstjack.h:
19925         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
19926         (gst_jack_bin_change_state):
19927         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
19928         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
19929         * ext/nas/nassink.c: (gst_nassink_open_audio),
19930         (gst_nassink_close_audio), (gst_nassink_change_state):
19931         * ext/nas/nassink.h:
19932         * ext/polyp/polypsink.c: (gst_polypsink_init):
19933         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19934         * ext/sdl/sdlvideosink.h:
19935         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19936         * ext/sndfile/gstsf.c: (gst_sf_set_property),
19937         (gst_sf_change_state), (gst_sf_release_request_pad),
19938         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
19939         * ext/sndfile/gstsf.h:
19940         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
19941         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
19942         * gst/apetag/apedemux.c: (gst_ape_demux_init):
19943         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
19944         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
19945         * gst/festival/gstfestival.c: (gst_festival_change_state):
19946         * gst/festival/gstfestival.h:
19947         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19948         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
19949         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
19950         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
19951         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
19952         (gst_multifilesink_chain), (gst_multifilesink_change_state):
19953         * gst/multifilesink/gstmultifilesink.h:
19954         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
19955         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
19956         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
19957         (dxr3audiosink_open), (dxr3audiosink_close),
19958         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
19959         (dxr3audiosink_change_state):
19960         * sys/dxr3/dxr3audiosink.h:
19961         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
19962         (dxr3spusink_close), (dxr3spusink_chain),
19963         (dxr3spusink_change_state):
19964         * sys/dxr3/dxr3spusink.h:
19965         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
19966         (dxr3videosink_open), (dxr3videosink_close),
19967         (dxr3videosink_write_data), (dxr3videosink_change_state):
19968         * sys/dxr3/dxr3videosink.h:
19969         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
19970         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19971         (gst_qcamsrc_open), (gst_qcamsrc_close):
19972         * sys/qcam/gstqcamsrc.h:
19973         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
19974         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
19975         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19976         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
19977         * sys/vcd/vcdsrc.h:
19978         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19979         moved bitshift from macro to enum definition
19980
19981 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19982
19983         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19984
19985         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
19986           Fix depth/width handling for float audio (#318659).
19987
19988 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19989
19990         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19991
19992         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
19993         (gst_faac_src_setcaps), (gst_faac_chain):
19994           Refcount fixes (#318660)
19995
19996 2005-10-12  Julien MOUTTE  <julien@moutte.net>
19997
19998         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
19999         automake-1.7 happy again.
20000
20001 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
20002
20003         * ext/faad/gstfaad.c: (gst_faad_event):
20004           newsegment API update
20005
20006 2005-10-11  Wim Taymans  <wim@fluendo.com>
20007
20008         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20009         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
20010         (gst_tta_parse_parse_header):
20011         newsegment API update.
20012
20013 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20014
20015         * configure.ac:
20016           back to development
20017
20018 === release 0.9.3 ===
20019
20020 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20021
20022         * configure.ac:
20023           Releasing 0.9.3, "Porthos"
20024
20025 2005-09-28  Wim Taymans  <wim@fluendo.com>
20026
20027         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20028         No need to take stream lock here.
20029
20030 2005-09-26  Christian Schaller  <uraeus@gnome.org>
20031
20032         * configure.ac: add speed and rfb where needed
20033         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
20034
20035 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
20036
20037         * ext/gsm/Makefile.am:
20038         * ext/gsm/gstgsm.c:
20039         * ext/gsm/gstgsmdec.c:
20040         * PORTED_09:
20041         Gsmdec ported to 0.9.
20042
20043 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
20044
20045         * configure.ac:
20046         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
20047         (gst_tta_dec_chain):
20048         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
20049         (gst_tta_parse_class_init), (gst_tta_parse_reset),
20050         (gst_tta_parse_init), (gst_tta_parse_src_event),
20051         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
20052         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
20053         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
20054         (gst_tta_parse_loop), (gst_tta_parse_change_state):
20055         * gst/tta/gstttaparse.h:
20056           Ported tta plugin to 0.9.
20057
20058
20059 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20060
20061         * ext/gsm/gstgsmenc.c:
20062           Setting caps on the outgoing buffers.
20063           Need to fix: rtpencoder does not know what it is handling and
20064           errors out
20065
20066 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
20067
20068         * configure.ac:
20069         * ext/sdl/Makefile.am:
20070           Fixed Makefile.am - removed hard coded flags from Makefile.am.
20071           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
20072
20073 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
20074
20075         * Makefile.am:
20076         * configure.ac:
20077         * ext/sdl/Makefile.am:
20078         * ext/sdl/sdlvideosink.c:
20079         * PORTED_09:
20080           Ported to 0.9.
20081
20082 === release 0.9.1 ===
20083
20084 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20085
20086         * configure.ac:
20087         * gst/speed/Makefile.am:
20088         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
20089         * PORTED_09:
20090
20091 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20092
20093         * NEWS:
20094         * README:
20095         * RELEASE:
20096         * configure.ac:
20097         * autogen.sh:
20098           releasing 0.9.1, "Angel Eyes"
20099
20100 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
20101         * examples/gstplay/player.c: (main):
20102         * examples/stats/mp2ogg.c: (main):
20103         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
20104         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
20105         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
20106         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
20107         * ext/dirac/gstdiracdec.cc:
20108         * ext/directfb/directfbvideosink.c:
20109         (gst_directfbvideosink_change_state):
20110         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
20111         * ext/faac/gstfaac.c: (gst_faac_change_state):
20112         * ext/hermes/gsthermescolorspace.c:
20113         (gst_hermes_colorspace_change_state):
20114         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
20115         * ext/jack/gstjack.c: (gst_jack_change_state):
20116         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
20117         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
20118         * ext/libmms/gstmms.c: (gst_mms_change_state):
20119         * ext/mpeg2enc/gstmpeg2enc.cc:
20120         * ext/mplex/gstmplex.cc:
20121         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
20122         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
20123         * ext/nas/nassink.c: (gst_nassink_change_state):
20124         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
20125         (context_state_callback), (gst_polypsink_link):
20126         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20127         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
20128         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
20129         * ext/sndfile/gstsf.c: (gst_sf_change_state):
20130         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20131         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
20132         * ext/xine/xine.c: (gst_xine_change_state):
20133         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
20134         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
20135         * ext/xine/xineinput.c: (gst_xine_input_change_state):
20136         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
20137         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
20138         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
20139         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
20140         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
20141         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
20142         * gst/festival/gstfestival.c: (gst_festival_change_state):
20143         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
20144         * gst/modplug/gstmodplug.cc:
20145         * gst/mpeg1videoparse/gstmp1videoparse.c:
20146         (gst_mp1videoparse_change_state):
20147         * gst/mpegaudioparse/gstmpegaudioparse.c:
20148         (gst_mp3parse_change_state):
20149         * gst/multifilesink/gstmultifilesink.c:
20150         (gst_multifilesink_change_state):
20151         * gst/speed/gstspeed.c: (speed_change_state):
20152         * gst/switch/gstswitch.c: (gst_switch_change_state):
20153         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
20154         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
20155         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
20156         * po/af.po:
20157         * po/az.po:
20158         * po/cs.po:
20159         * po/en_GB.po:
20160         * po/hu.po:
20161         * po/it.po:
20162         * po/nb.po:
20163         * po/nl.po:
20164         * po/or.po:
20165         * po/sq.po:
20166         * po/sr.po:
20167         * po/sv.po:
20168         * po/uk.po:
20169         * po/vi.po:
20170         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
20171         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
20172         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
20173         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
20174         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
20175         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
20176         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
20177         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
20178         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
20179         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
20180         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
20181         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
20182           Fix up all the state change functions.
20183
20184 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20185
20186         * created gst-plugins-bad
20187
20188 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20189
20190         * configure.ac:
20191         * ext/Makefile.am:
20192         * ext/gsm/Makefile.am:
20193         * ext/gsm/gstgsm.c: 
20194         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
20195         * PORTED_09:
20196
20197 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20198
20199         * configure.ac:
20200         * ext/Makefile.am:
20201         * ext/faac/Makefile.am:
20202         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.