sys/acmenc/Makefile.am: Remove incorrect use of DIRECTSOUND_LDFLAGS
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-16  Michael Smith <msmith@songbirdnest.com>
2         * sys/acmenc/Makefile.am:
3           Remove incorrect use of DIRECTSOUND_LDFLAGS
4
5 2008-10-16  Sebastian Dröge  <slomo@circular-chaos.org>
6
7         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
8         (gst_flv_mux_write_buffer):
9         Don't set video_codec to the value that actually should go
10         into audio codec, otherwise we create invalid files.
11         Fixes bug #556564.
12
13 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
14
15         * tests/check/Makefile.am:
16         Leave apexsink out of the states test.
17
18 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
19
20         * gst/rtpmanager/gstrtpjitterbuffer.c:
21         (gst_jitter_buffer_sink_parse_caps),
22         (gst_rtp_jitter_buffer_flush_start),
23         (gst_rtp_jitter_buffer_flush_stop), (gst_rtp_jitter_buffer_chain),
24         (gst_rtp_jitter_buffer_loop):
25         Fix problem with using the output seqnum counter to check for input
26         seqnum discontinuities.
27         Improve gap detection and recovery, reset and flush the jitterbuffer on
28         seqnum restart. Fixes #556520.
29
30         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert):
31         Fix wrong G_LIKELY.
32
33 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
34
35         * configure.ac:
36         Commit 0.10.8.2 pre-release bump, that actually went out in a
37         tarball on 2008-10-11
38
39 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
40
41         * gst/rtpmanager/gstrtpsession.c:
42         (gst_rtp_session_event_send_rtcp_src), (create_send_rtcp_src):
43         Install event handler on the rtcp_src pad, make LATENCY event return
44         TRUE.
45
46 2008-10-16  Edward Hervey  <edward.hervey@collabora.co.uk>
47
48         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
49         Make sure the mpegpsdemux element creates valid newsegment events.
50         Fixes #556428
51
52 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
53
54         patch by: Sebastian Pölsterl
55         
56         * gst/mpegdemux/mpegtspacketizer.c:
57         Fixes segfault in get_encoding_and_convert.
58         Fixes #556482
59
60 2008-10-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
61
62         patch by: Josep Torra
63
64         * gst/mpegdemux/gstmpegtsdemux.c:
65         Fixes a segfault in the adaptation buffer size strategy.
66         Fixes #556440
67
68 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
69
70         * gst/selector/gstinputselector.c: (gst_input_selector_event),
71         (gst_input_selector_query):
72         Gracefully handle the cases when we dont' have otherpad.
73         Fixes #556430
74
75 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
76
77         * gst/aiffparse/aiffparse.c: (plugin_init):
78         Fix debugging category initialization.
79         Fixes #556274   
80
81 2008-10-14  Jan Schmidt  <jan.schmidt@sun.com>
82
83         * ext/apexsink/gstapexsink.c:
84         Fix some more format string compiler warnings (from OS/X)
85
86 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
87
88         * ext/apexsink/gstapexraop.c: (gst_apexraop_connect),
89         (gst_apexraop_set_volume):
90         Fix format string compiler warnings.
91
92 2008-10-12  Jan Schmidt  <jan.schmidt@sun.com>
93
94         * sys/oss4/oss4-mixer.c:
95         * sys/oss4/oss4-sink.c:
96         * sys/oss4/oss4-source.c:
97         Add some spaces in translateable strings.
98         Fixes: #555969 #555968 #555965
99
100 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
101
102         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag),
103         (gst_flv_demux_pull_header):
104         Fix regression of handling flow returns in pull mode.
105         Fixes bug #556003.
106
107 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
108
109         * ext/Makefile.am:
110         Add apexsink to SUBDIRS. Fixes bug #555912.
111
112 2008-10-11  Jan Schmidt  <jan.schmidt@sun.com>
113
114         * tests/check/pipelines/metadata.c:
115         Make the metadata test not fail when jpegenc isn't available....
116         as it isn't here, because it's not in this module, and
117         therefore not in the plugin path when the check runs.
118
119 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
120
121         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
122         (gst_flv_parse_tag_video):
123         Use gst_pad_alloc_buffer_and_set_caps() to make sure we get
124         a buffer with caps that we can work with (i.e. the pad's caps).
125
126         Add non-keyframe video frames to the index too but without the
127         keyframe flag.
128
129         Add audio frames to the index only if we have no video stream.
130
131 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
132
133         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
134         (gst_flv_parse_tag_video):
135         Create pads from the pad templates, use fixed caps on them
136         and only activate them after the caps are set.
137
138 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
139
140         * configure.ac:
141         Disable flacparse for this release as it's too buggy.
142
143 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
144
145         * gst/flacparse/gstbaseparse.c (gst_base_parse_push_buffer),
146         (gst_base_parse_update_upstream_durations):
147         Fix compiler warning on OS/X about parameters not matching
148         the debug format string.
149
150 2008-10-09  Sebastian Dröge  <slomo@circular-chaos.org>
151
152         * gst/deinterlace2/tvtime/tomsmocomp.c:
153         (gst_deinterlace_method_tomsmocomp_class_init):
154         Fix unused variable compiler warning when not building
155         X86 assembly.
156
157 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
158
159         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop):
160         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_timestamp):
161         * gst/flv/gstflvparse.h:
162         Get an approximate duration of the file by looking at the timestamp
163         of the last tag in pull mode. If we get (maybe better) duration from
164         metadata later we'll use that instead.
165
166 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
167
168         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range),
169         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header):
170         Refactor _pull_range() logic with checks into a seperate function
171         to make things a bit more readable.
172
173 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
174
175         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
176         (gst_flv_demux_base_init):
177         Use gst_element_class_set_details_simple().
178
179         If we get GST_FLOW_NOT_LINKED in the parse loop but at least
180         one of the pads is linked continue the loop.
181
182 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
183
184         * ext/amrwb/gstamrwbenc.c:
185         * ext/amrwb/gstamrwbenc.h:
186           Pass the discont flag from the input buffer on to the output buffer in
187           the AMR encoder.
188
189 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
190
191         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
192         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate):
193         Correct caps for video codec id 5: It's On2 VP6 with alpha channel
194         which needs a different decoder and has different caps.
195
196         Add support for audio codec id 14, which is MP3 with 8kHz sampling
197         rate.
198
199         Fix endianness and signedness for raw audio codec ids.
200
201         Add support for alaw and mulaw audio.
202
203 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
204
205         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain):
206         Go out of the parse loop as soon as we get an error instead
207         of parsing until the GstAdapter is empty.
208
209         Add some explanations about the header and tag size.
210
211         Don't print synchronizing message if everything is fine.
212
213 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
214
215         * gst/flv/Makefile.am:
216         * gst/flv/gstflvdemux.c: (plugin_init):
217         * gst/flv/gstflvmux.c: (gst_flv_mux_base_init),
218         (gst_flv_mux_class_init), (gst_flv_mux_init),
219         (gst_flv_mux_finalize), (gst_flv_mux_reset),
220         (gst_flv_mux_handle_src_event), (gst_flv_mux_handle_sink_event),
221         (gst_flv_mux_video_pad_setcaps), (gst_flv_mux_audio_pad_setcaps),
222         (gst_flv_mux_request_new_pad), (gst_flv_mux_release_pad),
223         (gst_flv_mux_write_header), (gst_flv_mux_write_buffer),
224         (gst_flv_mux_collected), (gst_flv_mux_change_state):
225         * gst/flv/gstflvmux.h:
226         Add first version of a FLV muxer. The only missing feature is writing
227         of stream metadata.
228
229 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
230
231         * ext/amrwb/gstamrwbparse.c:
232         * ext/amrwb/gstamrwbparse.h:
233           Add flush seek handler. Taken from recent armnbparse changes.
234           Sync the code more and use #defines for HEADER.
235
236 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
237
238         * ext/amrwb/gstamrwbparse.c:
239         * ext/amrwb/gstamrwbparse.h:
240           Fix the duration query. Also set caps on the pads and buffers more
241           correctly. Taken from recent armnbparse changes.
242
243 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
244
245         * gst/mpegdemux/gstmpegdemux.c:
246         * gst/mpegdemux/gstmpegtsdemux.c:
247         Add Fluendo to the Long Name.
248
249 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
250
251         * configure.ac:
252         * gst-plugins-bad.spec.in:
253         * gst/mpegdemux/Makefile.am:
254         * gst/mpegdemux/flumpegdemux.c:
255         * gst/mpegdemux/gstmpegdesc.c:
256         * gst/mpegdemux/gstmpegdesc.h:
257         * gst/mpegdemux/mpegtspacketizer.c:
258         * gst/mpegdemux/mpegtspacketizer.h:
259         * gst/mpegdemux/mpegtsparse.c:
260         * gst/mpegdemux/mpegtsparse.h:
261         Move of mpegtsparse to mpegdemux.
262         Fixes #555193.
263
264 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
265
266         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data),
267         (gst_flups_demux_parse_pack_start):
268         Prevent a division by zero if last mux rate was zero.
269
270         If we're going to send a NEWSEGMENT event but the segment start
271         and the current buffer timestamp differ by more than a second we
272         will start the NEWSEGMENT at the buffer timestamp.
273
274         This fixes playback of the tv2-1_25.mpg file, which has 0 as first SCR
275         but the first PTS are around 1 hour and 40 minutes.
276
277         Fixes bug #553755.
278
279 2008-10-07  Jan Schmidt  <jan.schmidt@sun.com>
280
281         * ext/resindvd/resindvdsrc.c:
282         Fix next/prev chapter seeking at the beginning or end.
283         Use 64-bit scaling utility functions for converting MPEG
284         timestamps.
285
286 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
287
288         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
289
290         * gst/rtpmanager/gstrtpbin-marshal.list:
291         Add marshaller for new action signal.
292
293         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session),
294         (gst_rtp_bin_class_init):
295         * gst/rtpmanager/gstrtpbin.h:
296         Add action signal to retrieve the internal RTPSession object.
297
298         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
299         (gst_rtp_session_get_property), (gst_rtp_session_release_pad):
300         Add property to access the internal RTPSession object.
301
302         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
303         (check_collision):
304         * gst/rtpmanager/rtpsession.h:
305         Add action signal to retrieve an RTPSource object by SSRC. 
306         See #555396.
307
308 2008-10-07  Stefan Kost  <ensonic@users.sf.net>
309
310         * gst/selector/gstoutputselector.c:
311           Choose right pad for sending events. Fixes #555244
312
313 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
314
315         * gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
316         (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
317         (remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
318         (gst_rtp_bin_release_pad):
319         Release pads of the session manager.
320         Start implementing releasing pads of gstrtpbin.
321
322         * gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
323         (remove_recv_rtcp_sink), (remove_send_rtp_sink),
324         (remove_send_rtcp_src), (gst_rtp_session_release_pad):
325         Implement releasing pads in gstrtpsession.
326
327 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
328
329         * gst/rtpmanager/gstrtpjitterbuffer.c:
330         (gst_jitter_buffer_sink_parse_caps):
331         Only update the seqnum-base when it was not already configured for the
332         streams.
333
334 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
335
336         * configure.ac
337         * ext/metadata/README:
338         * ext/metadata/metadataexif.c:
339         * ext/metadata/metadatatags.c:
340         * ext/metadata/metadatatags.h:
341           Start using core geo tags (bump req). Fix handling of location
342           references.
343
344         * tests/check/Makefile.am:
345           Sort blacklisted elements and remove moved ones. Add new test.
346
347         * tests/check/pipelines/metadata.c:
348           Add first tests for metadata element.
349
350         * tests/icles/metadata_editor.c:
351           Move free to correct place.
352
353 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
354
355         * tests/check/generic/states.c:
356           Stop test on state-change error. Should be applied on other modules if
357           we agree that it makes sense.
358
359 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
360
361         * gst/mpegtsparse/mpegtsparse.c:
362         Actually copy the structure passed in when assigning it because
363         it gets freed straight after the function call.
364         Re: pat_info and pmt_info GstStructures.
365
366 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
367
368         Patch by: Josep Torra
369
370         * gst/mpegdemux/gstmpegtsdemux.c:
371         Fix wrong firing of critical introduced by previous optimisation.
372
373 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
374
375         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
376         Warn and clamp to max bitrate for samplerate.
377         Fixes #550486.
378
379 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
380
381         * gst/mpegtsparse/mpegtsparse.c:
382         Fix possible crash where pat is pointing to a freed structure.
383
384 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
385
386         * ext/metadata/README:
387         * ext/metadata/metadataexif.c:
388         * ext/metadata/metadatatags.c:
389         * ext/metadata/metadatatags.h:
390           Use core gps tags.
391
392 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
393
394         * ext/metadata/metadata_mapping.htm:
395         * ext/metadata/metadataxmp.c:
396         * ext/metadata/Makefile.am:
397           Add mapping of format and mime type to xmp.
398
399 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
400
401         * ext/metadata/README:
402         * ext/metadata/metadataexif.c:
403         * ext/metadata/metadatatags.c:
404         * ext/metadata/metadatatags.h:
405           Reverting. Will need to wait for core 0.10.21 release.
406
407 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
408
409         * ext/metadata/README:
410         * ext/metadata/metadataexif.c:
411         * ext/metadata/metadatatags.c:
412         * ext/metadata/metadatatags.h:
413           Use core gps tags.
414
415 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
416
417         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
418         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
419         (gst_base_parse_change_state), (gst_base_parse_set_index),
420         (gst_base_parse_get_index):
421         Add support for GstIndex.
422
423 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
424
425         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
426         (gst_base_parse_push_buffer),
427         (gst_base_parse_update_upstream_durations),
428         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
429         * gst/flacparse/gstbaseparse.h:
430         Provide a vfunc for the subclass to decide whether a frame is inside
431         the segment or not and add a default implementation.
432
433         Fix approximate bitrate calculations.
434
435 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
436
437         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
438         (gst_base_parse_init), (gst_base_parse_push_buffer),
439         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
440         (gst_base_parse_loop), (gst_base_parse_activate),
441         (gst_base_parse_convert), (gst_base_parse_query):
442         Approximate the average bitrate, duration and size if possible
443         and add a default conversion function which uses this for
444         time<->byte conversions.
445
446         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
447         Fix parsing if upstream gives -1 as duration.
448
449 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
450
451         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
452         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
453         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
454         Ref the rtpsource object before we release the session lock when we emit
455         the signals.
456
457 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
458
459         * sys/Makefile.am:
460         * sys/wasapi/Makefile.am:
461         * sys/wasapi/gstwasapi.c:
462         * sys/wasapi/gstwasapisink.c:
463         * sys/wasapi/gstwasapisink.h:
464         * sys/wasapi/gstwasapisrc.c:
465         * sys/wasapi/gstwasapisrc.h:
466         * sys/wasapi/gstwasapiutil.c:
467         * sys/wasapi/gstwasapiutil.h:
468         New plugin for audio capture and playback using Windows Audio Session
469         API (WASAPI) available with Vista and newer (#520901).
470
471         Comes with hardcoded caps and obviously needs lots of love. Haven't
472         had time to work on this code since it was written, was initially just
473         a quick experiment to play around with this new API.
474
475 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
476
477         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
478           (AudioFakeSink.DoRenderSample):
479         Fix a couple of signed/unsigned comparison warnings.
480
481 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
482
483         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
484         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
485         Use the _T() macro to support both Unicode and MBCS.
486
487 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
488
489         * ext/libmms/gstmms.c (plugin_init):
490         Fix return type of the GstURIHandler::get_type() implementation.
491
492 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
493
494         * configure.ac:
495         * gst/flacparse/Makefile.am:
496         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
497         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
498         (gst_base_parse_finalize), (gst_base_parse_class_init),
499         (gst_base_parse_init), (gst_base_parse_check_frame),
500         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
501         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
502         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
503         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
504         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
505         (gst_base_parse_chain), (gst_base_parse_pull_range),
506         (gst_base_parse_loop), (gst_base_parse_sink_activate),
507         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
508         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
509         (gst_base_parse_set_min_frame_size),
510         (gst_base_parse_get_querytypes), (gst_base_parse_query),
511         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
512         * gst/flacparse/gstbaseparse.h:
513         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
514         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
515         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
516         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
517         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
518         (gst_bit_reader_skip_to_byte):
519         * gst/flacparse/gstbitreader.h:
520         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
521         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
522         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
523         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
524         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
525         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
526         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
527         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
528         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
529         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
530         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
531         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
532         * gst/flacparse/gstbytereader.h:
533         * gst/flacparse/gstflac.c: (plugin_init):
534         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
535         (gst_flac_parse_class_init), (gst_flac_parse_init),
536         (gst_flac_parse_finalize), (gst_flac_parse_start),
537         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
538         (gst_flac_parse_check_valid_frame),
539         (gst_flac_parse_handle_streaminfo),
540         (gst_flac_parse_handle_vorbiscomment),
541         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
542         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
543         (gst_flac_parse_parse_frame):
544         * gst/flacparse/gstflacparse.h:
545         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
546         that will be added to libgstbase later.
547
548         The FLAC parser is currently not 100% bug free and fails to get the
549         correct frame size for some frames in some streams.
550
551 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
552
553         * ext/resindvd/gstmpegdemux.c:
554         * ext/resindvd/gstmpegdemux.h:
555         * ext/resindvd/resindvdbin.c:
556         * ext/resindvd/resindvdsrc.c:
557         * ext/resindvd/rsnstreamselector.c:
558         Add in Title/Chapter seeking, and simple but buggy audio
559         and subtitle stream selection.
560
561 2008-09-24  Michael Smith <msmith@songbirdnest.com>
562
563         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
564         * sys/dshowdecwrapper/gstdshowaudiodec.h:
565         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
566         * sys/dshowdecwrapper/gstdshowutil.cpp:
567         * sys/dshowdecwrapper/gstdshowutil.h:
568         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
569         * sys/dshowdecwrapper/gstdshowvideodec.h:
570           Prefer known-good filters, create directly by GUID if possible,
571           fall back to creating highest-merit filter otherwise.
572           Fixes playback with random dshow filters installed in some
573           cases.
574
575 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
576
577         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
578         (rtp_jitter_buffer_get_sync):
579         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
580         (session_cleanup):
581         * gst/rtpmanager/rtpsource.c:
582         Fix some docs.
583
584 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
585
586         Patch from: Josep Torra
587
588         * gst/mpegdemux/gstmpegtsdemux.c:
589         * gst/mpegdemux/gstmpegtsdemux.h:
590         Use a preallocated buffer per stream for PES packets sent on src pads.
591         Adaptively adjust buffer size appropriately.
592
593 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
594
595         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
596           (gst_neonhttp_src_send_request_and_redirect):
597           Clean up the debug logging code and #ifdef mess a bit: whether or not
598           gstreamer debug messages should be output should not depend on an
599           element property; also, GST_ELEMENT_ERROR will leave a line in the log
600           already, so merge the more useful debug log messages with the less useful
601           error debug strings.
602
603 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
604
605         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
606           Don't post LIBRARY_INIT errors where we should be posting
607           RESOURCE OPEN_READ errors. Fixes #552506.
608
609 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
610
611         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
612         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
613         Fix compiler warnings on OS/X
614
615 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
616
617         patch by: Michael Krufky
618
619         * sys/dvb/gstdvbsrc.c:
620         Add adapter_name for bus message in ATSC case. Fixes #552536.
621
622 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
623
624         * ext/celt/gstceltenc.h:
625           Help gtk-doc to parse this correctly.
626
627         * gst/pcapparse/gstpcapparse.c:
628           Add missing include.
629
630 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
631
632         * examples/Makefile.am:
633           Only built scaletempo example if we have gtk.
634
635 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
636
637         * gst/rtpmanager/gstrtpbin.c: (create_session),
638         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
639         Do not try to adjust the offset of streams for which we have not yet
640         seen an SR packet. Avoids large ts-offsets in some cases.
641
642 2008-09-10  Michael Smith <msmith@songbirdnest.com>
643
644         * sys/dshowdecwrapper/Makefile.am:
645         * sys/dshowdecwrapper/gstdshowaudiodec.c:
646         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
647         * sys/dshowdecwrapper/gstdshowaudiodec.h:
648         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
649         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
650         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
651         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
652         * sys/dshowdecwrapper/gstdshowfakesrc.h:
653         * sys/dshowdecwrapper/gstdshowutil.cpp:
654         * sys/dshowdecwrapper/gstdshowutil.h:
655         * sys/dshowdecwrapper/gstdshowvideodec.c:
656         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
657         * sys/dshowdecwrapper/gstdshowvideodec.h:
658           Major rewrite of dshowdecwrapper. Converts code to
659           C++, moves to direct use of DirectShow base classes,
660           make a lot of code clearer, simplify, etc.
661           Fix decode of MP3 on Vista by working around an apparent
662           bug in the decoder.
663
664 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
665
666         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
667           gst_ks_clock_start):
668           Synchronize KS clock as a single-shot operation for now, there's not
669           much point in doing it periodically until we're actually using the
670           KS timestamps for anything else than just discarding old frames.
671         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
672           Provide the GstClock when opening the device if we already have one.
673
674 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
675
676         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
677           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
678           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
679           gst_ks_video_device_read_frame):
680           Guard against capturing old frames by keeping track of the last
681           timestamp and also zero-fill the buffers before each capture.
682           Only assign a master clock if the pin hasn't already got one.
683           Actually free buffers on the way down to avoid a huge memory leak,
684           as this was previously done when changing state to ACQUIRE downwards
685           and we now skip that state on the way down.
686           Add some debug.
687         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
688           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
689           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
690           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
691           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
692           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
693           device_index, running, worker_thread, worker_lock,
694           worker_notify_cond, worker_result_cond, worker_state,
695           worker_pending_caps, worker_setcaps_result, worker_pending_run,
696           worker_run_result, gst_ks_video_src_reset,
697           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
698           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
699           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
700           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
701           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
702           gst_ks_video_src_create):
703           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
704           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
705           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
706           behavior. As an added bonus we usually get PresentationTime set for
707           each frame, so we can expand on this later for smarter latency
708           reporting (by looking at the diff between the timestamp from the
709           driver and the time according to the GStreamer clock).
710           Use an internal worker thread for opening the device, setting caps,
711           changing its state and closing it. This way we're a lot more
712           compatible with drivers that rely on hacks to do video-effects
713           between the low-level NT API and the application. Ick.
714           Start the ks clock and set the pin to KSSTATE_RUN on the first
715           create() so that we'll hopefully get hold of the GStreamer clock
716           from the very beginning. This way there's no chance that the
717           timestamps will make a sudden jump in the beginning of the stream
718           when we're running with a clock.
719         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
720           ks_options_flags_to_string):
721           Reorder the flags to match the headerfile order, and make the string
722           a bit more compact.
723         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
724           Avoid leaking KSPROPERTY_PIN_DATARANGES.
725
726 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
727
728         * configure.ac:
729         * ext/Makefile.am:
730         * ext/jp2k/Makefile.am:
731         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
732         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
733         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
734         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
735         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
736         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
737         (plugin_init):
738         * ext/jp2k/gstjasperdec.h:
739         Add jp2k plugin.  Fixes #550657.
740
741 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
742
743         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
744         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
745         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
746         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
747         (gst_fluts_demux_plugin_init):
748         Fix conflicting public names in new mpeg demuxers.
749         Fixes #550468
750
751 2008-09-08  Michael Smith <msmith@songbirdnest.com>
752
753         * gst/aiffparse/aiffparse.c:
754           Support chunks in AIFF in any order in pull mode, and any order so
755           long as we get COMM before the actual data (SSND) in push mode.
756           Fixes playback of AIFC files.
757
758 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
759
760         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
761         (gst_input_selector_reset), (gst_input_selector_change_state):
762         Reset the selector state when going to READY.
763
764 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
765
766         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
767         (create_session), (gst_rtp_bin_associate),
768         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
769         (gst_rtp_bin_request_new_pad):
770         * gst/rtpmanager/gstrtpbin.h:
771         Add signal to notify listeners when a sender becomes a receiver.
772         Tweak lip-sync code, don't store our own copy of the ts-offset of the
773         jitterbuffer, don't adjust sync if the change is less than 4msec.
774         Get the RTP timestamp <-> GStreamer timestamp relation directly from
775         the jitterbuffer instead of our inaccurate version from the source.
776
777         * gst/rtpmanager/gstrtpjitterbuffer.c:
778         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
779         (gst_rtp_jitter_buffer_get_sync):
780         * gst/rtpmanager/gstrtpjitterbuffer.h:
781         Add G_LIKELY macros, use global defines for max packet reorder and
782         dropouts.
783         Reset the jitterbuffer clock skew detection when packets seqnums are
784         changed unexpectedly.
785
786         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
787         (gst_rtp_session_class_init), (gst_rtp_session_init):
788         * gst/rtpmanager/gstrtpsession.h:
789         Add sender timeout signal.
790
791         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
792         (calculate_skew), (rtp_jitter_buffer_insert),
793         (rtp_jitter_buffer_get_sync):
794         * gst/rtpmanager/rtpjitterbuffer.h:
795         Add some G_LIKELY macros.
796         Keep track of the extended RTP timestamp so that we can report the RTP
797         timestamp <-> GStreamer timestamp relation for lip-sync.
798         Remove server timestamp gap detection code, the server can sometimes
799         make a huge gap in timestamps (talk spurts,...) see #549774.
800         Detect timetamp weirdness instead by observing the sender/receiver
801         timestamp relation and resync if it changes more than 1 second.
802         Add method to report about the current rtp <-> gst timestamp relation
803         which is needed for lip-sync.
804
805         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
806         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
807         (session_cleanup):
808         * gst/rtpmanager/rtpsession.h:
809         Add sender timeout signal.
810         Remove inaccurate rtp <-> gst timestamp relation code, the
811         jitterbuffer can now do an accurate reporting about this.
812
813         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
814         (rtp_source_update_caps), (calculate_jitter),
815         (rtp_source_process_rtp):
816         * gst/rtpmanager/rtpsource.h:
817         Remove inaccurate rtp <-> gst timestamp relation code.
818
819         * gst/rtpmanager/rtpstats.h:
820         Define global max-reorder and max-dropout constants for use in various
821         subsystems.
822
823 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
824
825         patch by: Sebastian Pölsterl
826
827         * sys/dvb/gstdvbsrc.c:
828         Add DVB Adapter name to structure sent over bus.
829
830 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
831
832         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
833         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
834         Fix build on macosx.
835
836 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
837
838         * configure.ac:
839         * gst/mpegdemux/Makefile.am:
840         * gst/mpegdemux/flumpegdemux.c:
841         * gst/mpegdemux/flutspatinfo.c:
842         * gst/mpegdemux/flutspatinfo.h:
843         * gst/mpegdemux/flutspmtinfo.c:
844         * gst/mpegdemux/flutspmtinfo.h:
845         * gst/mpegdemux/flutspmtstreaminfo.c:
846         * gst/mpegdemux/flutspmtstreaminfo.h:
847         * gst/mpegdemux/gstmpegdefs.h:
848         * gst/mpegdemux/gstmpegdemux.c:
849         * gst/mpegdemux/gstmpegdemux.h:
850         * gst/mpegdemux/gstmpegdesc.c:
851         * gst/mpegdemux/gstmpegdesc.h:
852         * gst/mpegdemux/gstmpegtsdemux.c:
853         * gst/mpegdemux/gstmpegtsdemux.h:
854         * gst/mpegdemux/gstpesfilter.c:
855         * gst/mpegdemux/gstpesfilter.h:
856         * gst/mpegdemux/gstsectionfilter.c:
857         * gst/mpegdemux/gstsectionfilter.h:
858         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
859         is now dual licensed MPL and LGPL.
860
861 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
862
863         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
864         Set caps on outgoing buffers.
865
866 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
867
868         * ext/resindvd/plugin.c: (plugin_init):
869         * ext/resindvd/resindvdsrc.c:
870         * ext/twolame/gsttwolame.c: (plugin_init):
871         * gst/aiffparse/aiffparse.c: (plugin_init):
872           Enable/fix up translations for these plugins.
873
874         * po/LINGUAS:
875           Add 'ca' to LINGUAS.
876
877         * po/POTFILES.in:
878         * po/POTFILES.skip:
879           Add more files for translation and more files which tools
880           should skip.
881
882 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
883
884         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
885         Fix build on macosx.
886
887 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
888
889         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
890         Allocate a fixed size buffer on the stack instead of using malloc().
891
892         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
893         (tsmux_program_new), (tsmux_program_free):
894         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
895         (tsmux_stream_free), (tsmux_stream_consume),
896         (tsmux_stream_add_data):
897         Use GSlice.
898
899 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
900
901         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
902         Add support for muxing MPEG4 video.
903
904 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
905
906         * gst/mpegtsmux/tsmux/tsmux.h:
907         * gst/mpegtsmux/tsmux/tsmuxstream.h:
908         Fix build of mpegtsmux.
909         
910 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
911
912         * configure.ac:
913         * gst/mpegtsmux/Makefile.am:
914         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
915         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
916         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
917         (release_buffer_cb), (mpegtsmux_create_stream),
918         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
919         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
920         (mpegtsmux_release_pad), (new_packet_cb),
921         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
922         (plugin_init):
923         * gst/mpegtsmux/mpegtsmux.h:
924         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
925         * gst/mpegtsmux/mpegtsmux_aac.h:
926         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
927         * gst/mpegtsmux/mpegtsmux_h264.h:
928         * gst/mpegtsmux/tsmux/Makefile.am:
929         * gst/mpegtsmux/tsmux/crc.h:
930         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
931         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
932         (tsmux_program_new), (tsmux_set_pmt_frequency),
933         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
934         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
935         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
936         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
937         (tsmux_write_stream_packet), (tsmux_program_free),
938         (tsmux_write_section), (tsmux_write_section_hdr),
939         (tsmux_write_pat), (tsmux_write_pmt):
940         * gst/mpegtsmux/tsmux/tsmux.h:
941         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
942         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
943         (tsmux_stream_get_pid), (tsmux_stream_free),
944         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
945         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
946         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
947         (tsmux_stream_pes_header_length),
948         (tsmux_stream_find_pts_dts_within),
949         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
950         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
951         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
952         (tsmux_stream_get_pts):
953         * gst/mpegtsmux/tsmux/tsmuxstream.h:
954         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
955         is renamed to mpegtsmux to prevent conflicts. Also all relevant
956         informations about copyright and license are added to the top of
957         every file but apart from that no changes compared to the latest
958         SVN versions happened.
959
960 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
961
962         * gst/selector/gstinputselector.c: (gst_input_selector_init),
963         (gst_input_selector_event), (gst_input_selector_query):
964         Reuse the get_linked_pads for both source and sinkpads because they are
965         the same.
966         Implement a custum event handler and get the internally linked pad
967         directly instead of relying on the default (slower) implementation.
968
969 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
970
971         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
972         Correctly take the granulepos from upstream if possible and
973         correctly handle the granulepos in various calculations: the
974         granulepos is the sample number of the _last_ sample in a frame, not
975         the first. 
976
977         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
978         (gst_celt_enc_encode), (gst_celt_enc_chain),
979         (gst_celt_enc_change_state):
980         * ext/celt/gstceltenc.h:
981         Handle non-zero start timestamps in the encoder and detect/handle
982         stream discontinuities. Fixes bug #547075.
983
984 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
985
986         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
987
988         * configure.ac:
989         * docs/plugins/Makefile.am:
990         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
991         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
992         * docs/plugins/inspect/plugin-scaletempo.xml:
993         * examples/scaletempo/Makefile.am:
994         * examples/scaletempo/demo-gui.c: (pop_status_bar),
995         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
996         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
997         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
998         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
999         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
1000         (demo_gui_do_play_pause), (demo_gui_do_open_file),
1001         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
1002         (demo_gui_do_about_dialog), (demo_gui_do_quit),
1003         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
1004         (demo_gui_request_set_search), (demo_gui_rate_changed),
1005         (demo_gui_playing_started), (demo_gui_playing_paused),
1006         (demo_gui_playing_ended), (demo_gui_player_errored),
1007         (demo_gui_stride_changed), (demo_gui_overlap_changed),
1008         (demo_gui_search_changed), (demo_gui_set_player_func),
1009         (demo_gui_set_playlist_func), (build_gvalue_array),
1010         (create_action), (demo_gui_show_func), (demo_gui_set_player),
1011         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
1012         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
1013         (demo_gui_get_type):
1014         * examples/scaletempo/demo-gui.h:
1015         * examples/scaletempo/demo-main.c: (handle_error_message),
1016         (handle_quit), (main):
1017         * examples/scaletempo/demo-player.c: (no_pipeline),
1018         (demo_player_event_listener), (demo_player_state_changed_cb),
1019         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
1020         (demo_player_scale_rate_func), (demo_player_set_rate_func),
1021         (_set_state_and_wait), (demo_player_load_uri_func),
1022         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
1023         (demo_player_seek_by_func), (demo_player_seek_to_func),
1024         (demo_player_get_position_func), (demo_player_get_duration_func),
1025         (demo_player_scale_rate), (demo_player_set_rate),
1026         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
1027         (demo_player_seek_by), (demo_player_seek_to),
1028         (demo_player_get_position), (demo_player_get_duration),
1029         (demo_player_get_property), (demo_player_set_property),
1030         (demo_player_init), (demo_player_class_init),
1031         (demo_player_get_type):
1032         * examples/scaletempo/demo-player.h:
1033         * gst/scaletempo/Makefile.am:
1034         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
1035         (best_overlap_offset_s16), (output_overlap_float),
1036         (output_overlap_s16), (fill_queue), (reinit_buffers),
1037         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
1038         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
1039         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
1040         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
1041         (gst_scaletempo_init):
1042         * gst/scaletempo/gstscaletempo.h:
1043         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
1044         Add scaletempo plugin, which allows to scale the speed of audio without
1045         changing the pitch by handling seeks with a rate!=1.0.
1046         Integrate it into the docs and add the example application for it.
1047         Fixes bug #537700.
1048
1049 2008-08-30  David Schleef  <ds@schleef.org>
1050
1051         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
1052
1053 2008-08-29  David Schleef  <ds@schleef.org>
1054
1055         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
1056           object disposal.  Handle 4:2:2 and 4:4:4 video.
1057
1058 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1059
1060         * ext/resindvd/resindvdbin.c:
1061         Fix compiler warning on Forte.
1062
1063 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1064
1065         * configure.ac:
1066         Commit FIONREAD check, needed for the dccp src.
1067
1068 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
1069
1070         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
1071         (gst_faac_chain), (gst_faac_change_state):
1072         * ext/faac/gstfaac.h:
1073         Add code for calculating proper timestamp/duration for the trailing
1074         encoded buffers that faac will output when receiving EOS.
1075
1076 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1077
1078         * configure.ac:
1079         Fix CFLAGS and LIBS for the apexsink.
1080
1081 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1082
1083         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
1084           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
1085
1086 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
1087
1088         * gst/dccp/gstdccp.c:
1089         * gst/dccp/gstdccpclientsrc.c:
1090         Fix compilation on Solaris by including filio.h as needed.
1091
1092         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1093         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1094         Fix compilation with Forte - apparently it hates concatenating a
1095         macro argument that starts with an underscore??
1096
1097 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1098
1099         Patch by: Jérémie Bernard <gremimail at gmail dot com>
1100
1101         * configure.ac:
1102         * ext/apexsink/LGPL-3.0.txt:
1103         * ext/apexsink/Makefile.am:
1104         * ext/apexsink/gstapexplugin.c: (plugin_init):
1105         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
1106         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
1107         (gst_apexraop_set_host), (gst_apexraop_get_host),
1108         (gst_apexraop_set_port), (gst_apexraop_get_port),
1109         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
1110         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
1111         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
1112         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
1113         (gst_apexraop_write), (gst_apexraop_flush):
1114         * ext/apexsink/gstapexraop.h:
1115         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
1116         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
1117         (gst_apexsink_implements_interface_init),
1118         (gst_apexsink_mixer_interface_init),
1119         (gst_apexsink_interface_supported),
1120         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
1121         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
1122         (gst_apexsink_class_init), (gst_apexsink_init),
1123         (gst_apexsink_set_property), (gst_apexsink_get_property),
1124         (gst_apexsink_finalise), (gst_apexsink_open),
1125         (gst_apexsink_prepare), (gst_apexsink_write),
1126         (gst_apexsink_unprepare), (gst_apexsink_delay),
1127         (gst_apexsink_reset), (gst_apexsink_close):
1128         * ext/apexsink/gstapexsink.h:
1129         Add apexsink for audio output to Apple AirPort Express Wireless
1130         devices. Fixes bug #542510.
1131
1132 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1133
1134         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
1135         (gst_rtp_session_event_send_rtp_sink):
1136         Send EOS when the session object instructs us to.
1137
1138         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
1139         * gst/rtpmanager/rtpsession.h:
1140         Make it possible for the session manager to instruct us to send EOS. We
1141         currently will EOS when the session is a sender and when the sender part
1142         goes EOS. This is not entirely correct behaviour because the session
1143         could still participate as a receiver.
1144         Fixes #549409.
1145
1146 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1147
1148         * gst/aiffparse/aiffparse.c:
1149           Read size of chunks preceeding the audio data with the
1150           correct endianness. Fixes playback of some files.
1151           Fixes #538500
1152
1153 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1154
1155         * configure.ac:
1156         * gst/aiffparse/Makefile.am:
1157         * gst/aiffparse/aiffparse.c:
1158         * gst/aiffparse/aiffparse.h:
1159           Add an AIFF parsing element, heavily based on wavparse.
1160
1161 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1162
1163         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
1164           gst_ks_video_device_set_state):
1165           Don't set the pin state to KSSTATE_RUN from the streaming thread.
1166           Skip KSSTATE_ACQUIRE when changing pin state downwards.
1167           Be nice and specify G_PARAM_STATIC_STRINGS.
1168           Remove unused finalize method.
1169
1170         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
1171           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
1172           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
1173           gst_ks_video_src_set_property, gst_ks_video_src_reset,
1174           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
1175           gst_ks_video_src_set_caps):
1176           First driver quirk: work around Logitech's hostile driver software to
1177           improve stability and performance. See comments for details.
1178           Provide a property to disable driver quirks (enabled by default).
1179           Be nice and specify G_PARAM_STATIC_STRINGS.
1180           Remove unused dispose method.
1181           Tweak include order.
1182
1183 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1184
1185         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1186         (gst_input_selector_query):
1187         Implement the LATENCY query in a better way by taking the latency of all
1188         sinkpads and taking the min/max instead of just taking a random pad.
1189
1190 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1191
1192         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1193         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1194         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1195         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1196         Unroll the loop to handle two bytes at once. This should give
1197         a small speedup and makes it possible to handle chroma and luma
1198         different which is needed later.
1199
1200 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1201
1202         * gst/dccp/gstdccpserversink.c:
1203         * gst/dccp/gstdccpserversink.h:
1204         Don't put globals only used by one '.c' file in a header !
1205         Declare it as static, fixes build on macosx.
1206
1207 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1208
1209         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
1210         Whoops, that was one fix too much :)
1211
1212 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1213
1214         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
1215         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
1216         size_t's size varies by platform/architecture. Use glib convenience
1217         macro instead. Fixes build on macosx.
1218         Remove ending '\n' in debug statements.
1219
1220 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1221
1222         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
1223         Remove unused code and fix includes.
1224
1225 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1226
1227         * gst/deinterlace2/gstdeinterlace2.c:
1228         (gst_deinterlace_method_class_init):
1229         * gst/deinterlace2/gstdeinterlace2.h:
1230         * gst/deinterlace2/tvtime/tomsmocomp.c:
1231         (gst_deinterlace_method_tomsmocomp_class_init):
1232         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1233         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1234         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1235         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1236         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1237         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1238         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1239         First part of the C implementation of the tomsmocomp deinterlacing
1240         algorithm. This only supports search-effort=0 currently, is painfully
1241         slow and needs some cleanup later when all search-effort settings
1242         are implemented in C.
1243
1244 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1245
1246         * configure.ac:
1247         * sys/Makefile.am:
1248         * sys/winks/Makefile.am:
1249         * sys/winks/gstksclock.c:
1250         * sys/winks/gstksclock.h:
1251         * sys/winks/gstksvideodevice.c:
1252         * sys/winks/gstksvideodevice.h:
1253         * sys/winks/gstksvideosrc.c:
1254         * sys/winks/gstksvideosrc.h:
1255         * sys/winks/kshelpers.c:
1256         * sys/winks/kshelpers.h:
1257         * sys/winks/ksvideohelpers.c:
1258         * sys/winks/ksvideohelpers.h:
1259           New plugin for low-latency video capture on Windows (#519935).
1260
1261           Uses Kernel Streaming, the lowest level API for doing video capture
1262           on Windows (more or less just raw ioctls).
1263
1264 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1265
1266         * gst/pcapparse/gstpcapparse.c:
1267         * sys/winscreencap/gstdx9screencapsrc.c:
1268         * sys/winscreencap/gstgdiscreencapsrc.c:
1269           Added documentation blobs. Thanks to Stefan for noticing!
1270
1271 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1272
1273         * configure.ac:
1274         * gst/pcapparse/Makefile.am:
1275         * gst/pcapparse/gstpcapparse.c:
1276         * gst/pcapparse/gstpcapparse.h:
1277           New plugin: pcapparse (#520899).
1278
1279 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1280
1281         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
1282
1283         * configure.ac:
1284         * sys/Makefile.am:
1285         * sys/winscreencap/Makefile.am:
1286         * sys/winscreencap/gstdx9screencapsrc.c:
1287         * sys/winscreencap/gstdx9screencapsrc.h:
1288         * sys/winscreencap/gstgdiscreencapsrc.c:
1289         * sys/winscreencap/gstgdiscreencapsrc.h:
1290         * sys/winscreencap/gstwinscreencap.c:
1291         * sys/winscreencap/gstwinscreencap.h:
1292           New plugin: winscreencap (#463941).
1293
1294 2008-08-22  Michael Smith <msmith@songbirdnest.com>
1295
1296         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1297           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
1298           is correctly, instead of backwards. No functional changes, since this
1299           mistake was completely self-consistent.
1300
1301 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
1302
1303         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1304           Add, but commented out xml/element-dc1394.xml. Its documented, but
1305           I can't get it to be build.
1306
1307         * ext/celt/gstceltdec.c:
1308         * ext/celt/gstceltenc.c:
1309           Fix doc warnings and reformat the doc block.
1310
1311 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1312
1313         patch by: Leandro Melo de Sales <leandroal@gmail.com>
1314
1315         * configure.ac:
1316         * docs/plugins/Makefile.am:
1317         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1318         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1319         * docs/plugins/gst-plugins-bad-plugins.args:
1320         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1321         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1322         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1323         * docs/plugins/gst-plugins-bad-plugins.signals:
1324         * docs/plugins/inspect/plugin-dccp.xml:
1325         * gst/dccp/Makefile.am:
1326         * gst/dccp/gstdccp.c:
1327         * gst/dccp/gstdccp.h:
1328         * gst/dccp/gstdccpclientsink.c:
1329         * gst/dccp/gstdccpclientsink.h:
1330         * gst/dccp/gstdccpclientsrc.c:
1331         * gst/dccp/gstdccpclientsrc.h:
1332         * gst/dccp/gstdccpplugin.c:
1333         * gst/dccp/gstdccpserversink.c:
1334         * gst/dccp/gstdccpserversink.h:
1335         * gst/dccp/gstdccpserversrc.c:
1336         * gst/dccp/gstdccpserversrc.h:
1337         * tests/icles/dccp/README:
1338         * tests/icles/dccp/call/README:
1339         * tests/icles/dccp/call/DCCPClient.c:
1340         * tests/icles/dccp/call/DCCPServer.c:
1341         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1342         * tests/icles/dccp/file/DCCPServerSendFile.c:
1343         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1344         * tests/icles/dccp/mic/DCCPServerMic.c:
1345         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1346         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1347         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1348         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1349         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1350         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1351           Add dccp plugin. Fixes #542390.
1352
1353 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1354
1355         * configure.ac:
1356           Remove bits that presumably weren't supposed to be committed.
1357
1358 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1359
1360         * configure.ac:
1361         * sys/Makefile.am:
1362         * sys/acmenc/Makefile.am:
1363         * sys/acmenc/acmenc.c:
1364           Add new windows ACM encoder wrapper.
1365
1366 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1367
1368         patch by: Michael Krufky
1369
1370         * sys/dvb/gstdvbsrc.c:
1371         * sys/dvb/parsechannels.c:
1372         Add ATSC tunning and channels.conf parsing support.
1373         Fixes #537455
1374
1375 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1376
1377         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1378         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1379         * sys/dshowdecwrapper/gstdshowvideodec.c:
1380         * sys/dshowdecwrapper/gstdshowvideodec.h:
1381         * sys/dshowvideosink/dshowvideosink.cpp:
1382         * sys/dshowvideosink/dshowvideosink.h:
1383           Initialise COM with default flags.
1384           Only deinitialise if the initialisation was successful.
1385
1386 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1387
1388         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1389         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1390         Reset rtp timestamp interpollation when we detect a gap when the
1391         clock_base changed.
1392         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1393
1394         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1395         * gst/rtpmanager/gstrtpsession.h:
1396         Add method to set session SSRC.
1397
1398         * gst/rtpmanager/rtpsession.c: (check_collision),
1399         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1400         (rtp_session_on_timeout):
1401         * gst/rtpmanager/rtpsession.h:
1402         Added debugging for the collision checks.
1403         Add method to change the internal SSRC of the session.
1404
1405         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1406         Reset the clock base when we detect large jumps in the seqnums.
1407
1408 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1409
1410         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1411         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1412         * ext/x264/gstx264enc.h:
1413         Do not deal with duplicated input (timestamps).  If needed,
1414         a generic element can do so.
1415         Do not manipulate input timestamps on the way out,
1416         since that shifts the timeline and A/V sync.
1417
1418 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1419
1420         * docs/plugins/gst-plugins-bad-plugins.args:
1421         Integrate new properties into documentation.
1422         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1423         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1424         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1425         Fix up API prior to eventual plugin move.
1426         API: GstX264Enc:pass (provides more options, and changed to enum)
1427
1428 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1429
1430         * docs/plugins/Makefile.am:
1431         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1432         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1433         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1434         * docs/plugins/inspect/plugin-mplex.xml:
1435         * ext/mplex/gstmplex.cc:
1436         Update and add documentation for mplex.
1437         * ext/mpeg2enc/gstmpeg2enc.cc:
1438         Documentation update.
1439
1440 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1441
1442         * docs/plugins/Makefile.am:
1443         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1444         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1445         * ext/x264/gstx264enc.c:
1446         * tests/check/Makefile.am:
1447         * tests/check/elements/x264enc.c: (setup_x264enc),
1448         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1449         Add documentation and unit test for x264enc.
1450
1451 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1452
1453         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1454         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1455         Allocate some buffers in more adaptive and economical fashion.
1456
1457 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1458
1459         * configure.ac:
1460         Check for sufficiently up-to-date x264 API.
1461         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1462         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1463         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1464         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1465         * ext/x264/gstx264enc.h:
1466         Expose some more parameters of the x264 encoder as properties.
1467
1468 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1469
1470         * gst/rtpmanager/gstrtpbin.c:
1471           Print the pad-name in debug log.
1472
1473         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1474         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1475           Use "-" instead of "_" in property names. Can we call them just
1476           "device" like everywhere else?
1477
1478 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1479
1480         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1481         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1482         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1483         (gst_x264_enc_flush_frames):
1484         Coding style and layout; re-order some functions in more
1485         typical and natural flow.
1486
1487 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1488
1489         * ext/x264/Makefile.am:
1490         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1491         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1492         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1493         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1494         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1495         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1496         * ext/x264/gstx264enc.h:
1497         Use GQueue in stead of custom queue code.
1498         Factorize flushing out encoder delayed frames.
1499         Factorize initialization and state change reset.
1500
1501 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1502
1503         * ext/x264/gstx264enc.h:
1504         * sys/fbdev/gstfbdevsink.c:
1505         Use configure-generated _stdint.h.
1506
1507 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1508
1509         * ext/x264/Makefile.am:
1510         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1511         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1512         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1513         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1514         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1515         (gst_x264_enc_encode_frame), (plugin_init):
1516         * ext/x264/gstx264enc.h:
1517         Use video format library and GST_WRITE_*_BE macros where applicable.
1518         Use finalize in stead of dispose.
1519         Set up debug category and log callback.
1520
1521 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1522
1523         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1524
1525         * ext/sndfile/gstsf.c: (plugin_init):
1526         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1527         * sys/oss4/oss4-audio.c: (plugin_init):
1528         Make sure gettext returns translations in UTF-8 encoding rather
1529         than in the current locale encoding (#546822).
1530
1531 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1532
1533         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1534         (gst_two_lame_chain):
1535         * ext/twolame/gsttwolame.h:
1536         Allow raw float samples as input for encoding.
1537
1538 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1539
1540         * ext/jack/gstjackaudiosrc.c:
1541           Try committing this once again. Now properly renamed.
1542
1543 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1544
1545         * docs/plugins/Makefile.am:
1546         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1547         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1548         * docs/plugins/gst-plugins-bad-plugins.args:
1549         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1550         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1551         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1552         * docs/plugins/inspect/plugin-jack.xml
1553           Add new element to docs.
1554
1555         * ext/jack/gstjack.h
1556           Add missing file.
1557
1558         * ext/jack/gstjackaudiosrc.c:
1559         * ext/jack/gstjackaudiosrc.h:
1560           Rename jackaudiosrc to jack_audio_src.
1561
1562 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1563
1564         patch by: Tristan Matthews <tristan@sat.qc.ca>
1565
1566         * ext/jack/Makefile.am:
1567         * ext/jack/gstjack.c:
1568         * ext/jack/gstjackaudioclient.c:
1569         * ext/jack/gstjackaudiosink.c:
1570         * ext/jack/gstjackaudiosink.h:
1571         * ext/jack/gstjackaudiosrc.c:
1572         * ext/jack/gstjackaudiosrc.h:
1573         * ext/jack/gstjackringbuffer.h:
1574           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
1575           Fixes #545197.
1576
1577 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1578
1579         * docs/plugins/Makefile.am:
1580         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1581         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1582         * docs/plugins/gst-plugins-bad-plugins.args:
1583         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1584         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1585         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1586         * docs/plugins/inspect/plugin-celt.xml:
1587         * docs/plugins/inspect/plugin-twolame.xml:
1588         Add twolame and celt plugins to the docs.
1589
1590 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1591
1592         Based on patch by: Olivier Crete <tester at tester dot ca>
1593
1594         * gst/rtpmanager/gstrtpjitterbuffer.c:
1595         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
1596         Make the buffer metadata writable before inserting it in the
1597         jitterbuffer because the jitterbuffer will modify the timestamps.
1598
1599         * gst/rtpmanager/rtpjitterbuffer.c:
1600         Update method comment about requiring writable metadata on buffers.
1601
1602         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
1603         (rtp_session_process_rtcp):
1604         Make the RTCP buffer metadata writable because we want to modify the
1605         metadata.
1606         Fixes #546312.
1607
1608 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1609
1610         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
1611         (gst_selector_pad_chain), (gst_input_selector_getcaps),
1612         (gst_input_selector_activate_sinkpad):
1613         Move the select-all logic into the activation of the currently selected
1614         pad. We want to remember the last pad with activity in select-all mode.
1615         Fix the getcaps function, we can produce the union of the upstream caps
1616         in select-all mode, not the intersection like proxy_getcaps() does.
1617
1618 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1619
1620         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1621
1622         * gst/rtpmanager/gstrtpjitterbuffer.c:
1623         (gst_rtp_jitter_buffer_chain):
1624         Fix debug by logging the right seqnum.
1625
1626 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1627
1628         Patch by: Olivier Crete <tester at tester dot ca>
1629
1630         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
1631         Release lock before emitting the request-pt-map signal.
1632         Fixes #543480.
1633
1634 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1635
1636         * gst/deinterlace2/gstdeinterlace2.c:
1637         (gst_deinterlace_simple_method_interpolate_scanline),
1638         (gst_deinterlace_simple_method_copy_scanline),
1639         (gst_deinterlace_simple_method_deinterlace_frame):
1640         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
1641         * gst/deinterlace2/tvtime/greedyh.c:
1642         (deinterlace_frame_di_greedyh):
1643         * gst/deinterlace2/tvtime/scalerbob.c:
1644         (deinterlace_scanline_scaler_bob):
1645         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
1646         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1647         (copy_scanline):
1648         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1649         (copy_scanline):
1650         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1651         (copy_scanline):
1652         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
1653         are usually used here.
1654
1655 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1656
1657         * gst/deinterlace2/Makefile.am:
1658         * gst/deinterlace2/gstdeinterlace2.c:
1659         (gst_deinterlace_simple_method_deinterlace_frame),
1660         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
1661         * gst/deinterlace2/gstdeinterlace2.h:
1662         * gst/deinterlace2/tvtime/linear.c:
1663         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
1664         (deinterlace_scanline_linear_mmxext),
1665         (gst_deinterlace_method_linear_class_init),
1666         (gst_deinterlace_method_linear_init):
1667         * gst/deinterlace2/tvtime/linearblend.c:
1668         (deinterlace_scanline_linear_blend_c),
1669         (deinterlace_scanline_linear_blend2_c),
1670         (deinterlace_scanline_linear_blend_mmx),
1671         (deinterlace_scanline_linear_blend2_mmx),
1672         (gst_deinterlace_method_linear_blend_class_init),
1673         (gst_deinterlace_method_linear_blend_init):
1674         * gst/deinterlace2/tvtime/plugins.h:
1675         * gst/deinterlace2/tvtime/scalerbob.c:
1676         (deinterlace_scanline_scaler_bob),
1677         (gst_deinterlace_method_scaler_bob_class_init),
1678         (gst_deinterlace_method_scaler_bob_init):
1679         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1680         (copy_scanline), (gst_deinterlace_method_weave_class_init),
1681         (gst_deinterlace_method_weave_init):
1682         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1683         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
1684         (gst_deinterlace_method_weave_bff_init):
1685         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1686         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
1687         (gst_deinterlace_method_weave_tff_init):
1688         Add the remaining tvtime deinterlacing methods and fix the
1689         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
1690
1691 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1692
1693         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
1694         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
1695         Implement the VFIR deinterlacing method as simple method.
1696
1697 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1698
1699         * gst/deinterlace2/gstdeinterlace2.c:
1700         (gst_deinterlace_simple_method_interpolate_scanline),
1701         (gst_deinterlace_simple_method_copy_scanline),
1702         (gst_deinterlace_simple_method_deinterlace_frame),
1703         (gst_deinterlace_simple_method_class_init),
1704         (gst_deinterlace_simple_method_init):
1705         * gst/deinterlace2/gstdeinterlace2.h:
1706         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
1707         can be used by simple deinterlacing methods. They only have to provide
1708         a function for interpolating a scanline or copying a scanline.
1709
1710 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1711
1712         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
1713         Respect the latency of the deinterlacing algorithm for the timestamps
1714         of every buffer.
1715
1716 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1717
1718         * gst/deinterlace2/tvtime/greedyh.asm:
1719         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1720         Add the MMX registers to the clobbered registers only if __MMX__ is
1721         defined.
1722
1723 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1724
1725         * gst/deinterlace2/Makefile.am:
1726         * gst/deinterlace2/gstdeinterlace2.c:
1727         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1728         (gst_deinterlace2_class_init):
1729         Enable tomsmocomp again as the C port will be ready for the next
1730         release.
1731
1732 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1733
1734         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
1735         (gst_greatest_common_divisor), (gst_fraction_double),
1736         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
1737         Don't use proxy_getcaps() but implement our own getcaps() function
1738         that doubles/halfs the framerate if all fields should be sent out.
1739
1740 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1741
1742         * configure.ac:
1743         * ext/Makefile.am:
1744         * ext/twolame/Makefile.am:
1745         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
1746         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
1747         (gst_two_lame_release_memory), (gst_two_lame_finalize),
1748         (gst_two_lame_base_init), (gst_two_lame_class_init),
1749         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
1750         (gst_two_lame_init), (gst_two_lame_set_property),
1751         (gst_two_lame_get_property), (gst_two_lame_sink_event),
1752         (gst_two_lame_chain), (gst_two_lame_setup),
1753         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
1754         (plugin_init):
1755         * ext/twolame/gsttwolame.h:
1756         Add TwoLAME MP2 encoding element, based on the LAME element.
1757
1758 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1759
1760         * configure.ac:
1761         * ext/Makefile.am:
1762         * ext/celt/Makefile.am:
1763         * ext/celt/gstcelt.c: (plugin_init):
1764         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
1765         (gst_celt_dec_class_init), (gst_celt_dec_reset),
1766         (gst_celt_dec_init), (celt_dec_convert),
1767         (celt_get_sink_query_types), (celt_dec_sink_query),
1768         (celt_get_src_query_types), (celt_dec_src_query),
1769         (celt_dec_src_event), (celt_dec_sink_event),
1770         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
1771         (celt_dec_chain_parse_data), (celt_dec_chain),
1772         (celt_dec_change_state):
1773         * ext/celt/gstceltdec.h:
1774         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
1775         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
1776         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
1777         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
1778         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
1779         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
1780         (gst_celt_enc_sink_query), (gst_celt_enc_init),
1781         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
1782         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
1783         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
1784         (gst_celt_enc_chain), (gst_celt_enc_get_property),
1785         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
1786         * ext/celt/gstceltenc.h:
1787         Add CELT encoder and decoder elements based on the Speex elements.
1788
1789 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1790
1791         Patch by: Tal Shalif <tshalif at nargila dot org>
1792
1793         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
1794         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
1795         with mingw. Fixes bug #545247.
1796
1797 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1798
1799         * configure.ac:
1800         Back to development -> 0.10.8.1
1801
1802 === release 0.10.8 ===
1803
1804 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
1805
1806         * configure.ac:
1807           releasing 0.10.8, "Vapour Trails"
1808
1809 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1810
1811         * configure.ac:
1812         0.10.7.3 pre-release
1813
1814         * po/LINGUAS:
1815         * po/id.po:
1816         Add Indonesian translation.
1817
1818 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1819
1820         * gst/festival/gstfestival.c:
1821           Guard unistd.h with HAVE_UNISTD_H
1822         * gst/modplug/libmodplug/load_it.cpp:
1823         * gst/modplug/libmodplug/sndfile.cpp:
1824         * gst/modplug/libmodplug/sndfile.h:
1825         * gst/modplug/libmodplug/stdafx.h:
1826           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
1827           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
1828           of a variable in load_it.cpp to MSVC's scoping rules.
1829         * gst/sdp/gstsdpdemux.c:
1830           Guard unistd.h with HAVE_UNISTD_H
1831           Fixes #544457.
1832
1833 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1834
1835         * ext/timidity/gsttimidity.c:
1836           Fix compiler warning. Fixes #544050.
1837
1838 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
1839
1840         * configure.ac:
1841         Don't check for nav_print.h any more - it should be included in
1842         the libdvdnav development package if libdvdnav headers depend on it.
1843         Fixes: #543846
1844
1845 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1846
1847         * configure.ac:
1848         * ext/ladspa/Makefile.am:
1849         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
1850         for loading the ladspa plugins and previously was linked in by
1851         gmodule. Fixes bug #543848.
1852
1853 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1854
1855         * gst/modplug/libmodplug/Makefile.am:
1856         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
1857         can contain compiler parameters that are invalid for C++.
1858         Fixes bug #543860.
1859
1860 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1861
1862         * ext/resindvd/Makefile.am:
1863         Dist missing header files. Fixes bug #543861.
1864
1865 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1866
1867         * configure.ac:
1868         0.10.7.2 pre-release
1869
1870 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1871
1872         * ext/Makefile.am:
1873         Dist and recurse into resindvd subdir
1874
1875 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1876
1877         * configure.ac:
1878         Remove interleave and replaygain configure.ac pieces too
1879
1880 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1881
1882         * po/LINGUAS:
1883         * po/lt.po:
1884         Add new lithunian translation, and add french to the LINGUAS
1885         file.
1886
1887 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1888
1889         * docs/plugins/Makefile.am:
1890         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1891         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1892         * docs/plugins/gst-plugins-bad-plugins.args:
1893         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1894         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1895         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1896         * docs/plugins/inspect/plugin-interleave.xml:
1897         * docs/plugins/inspect/plugin-replaygain.xml:
1898         * gst/interleave/Makefile.am:
1899         * gst/interleave/deinterleave.c:
1900         * gst/interleave/deinterleave.h:
1901         * gst/interleave/interleave.c:
1902         * gst/interleave/interleave.h:
1903         * gst/interleave/plugin.c:
1904         * gst/interleave/plugin.h:
1905         * gst/replaygain/Makefile.am:
1906         * gst/replaygain/gstrganalysis.c:
1907         * gst/replaygain/gstrganalysis.h:
1908         * gst/replaygain/gstrglimiter.c:
1909         * gst/replaygain/gstrglimiter.h:
1910         * gst/replaygain/gstrgvolume.c:
1911         * gst/replaygain/gstrgvolume.h:
1912         * gst/replaygain/replaygain.c:
1913         * gst/replaygain/replaygain.h:
1914         * gst/replaygain/rganalysis.c:
1915         * gst/replaygain/rganalysis.h:
1916         * tests/check/Makefile.am:
1917         * tests/check/elements/deinterleave.c:
1918         * tests/check/elements/interleave.c:
1919         * tests/check/elements/rganalysis.c:
1920         * tests/check/elements/rglimiter.c:
1921         * tests/check/elements/rgvolume.c:
1922         Remove interleave and replaygain plugins that have moved to -good
1923
1924 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1925
1926         * configure.ac:
1927         * gst/deinterlace2/Makefile.am:
1928         * gst/deinterlace2/gstdeinterlace2.c:
1929         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1930         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
1931         * gst/deinterlace2/gstdeinterlace2.h:
1932         * gst/deinterlace2/tvtime/greedy.c:
1933         (gst_deinterlace_method_greedy_l_class_init):
1934         * gst/deinterlace2/tvtime/greedyh.c:
1935         (gst_deinterlace_method_greedy_h_class_init):
1936         * gst/deinterlace2/tvtime/vfir.c:
1937         (gst_deinterlace_method_vfir_class_init):
1938         Disable the tomsmocomp algorithm for this release as it's buggy
1939         and has no C implementation yet.
1940
1941         Build the deinterlace2 plugin on all architectures but still mark it
1942         as experimental.
1943         
1944         Build the x86 inline assembly only if GCC inline assembly is supported
1945         and only on x86 or amd64. Fixes bug #543286.
1946
1947 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
1948
1949         * gst/real/gstrealvideodec.c: (open_library):
1950         Add some casts to fix the build on Forte
1951
1952 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1953
1954         * gst/deinterlace2/tvtime/greedy.c:
1955         (gst_deinterlace_method_greedy_l_class_init):
1956         * gst/deinterlace2/tvtime/greedyh.c:
1957         (gst_deinterlace_method_greedy_h_class_init):
1958         * gst/deinterlace2/tvtime/vfir.c:
1959         (gst_deinterlace_method_vfir_class_init):
1960         Fix build on x86_64
1961
1962 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1963
1964         * ext/resindvd/gstmpegdemux.c:
1965         Remove whitespace line.
1966
1967         * ext/resindvd/resindvdbin.c:
1968         * ext/resindvd/resindvdbin.h:
1969         Make it so that audio/video pads aren't added to the bin
1970         until after data flow starts.
1971
1972         * ext/resindvd/resin-play:
1973         Move video buffer queue outside resindvdbin
1974
1975         * ext/resindvd/resindvdsrc.c:
1976         Check that the nav_clock_id didn't already get unscheduled.
1977
1978         * gst/dvdspu/gstdvdspu.c:
1979         Remove assert that sometimes triggers erroneously.
1980
1981 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1982
1983         * gst/deinterlace2/tvtime/greedyh.asm:
1984         Always use the C implementation if width is not a multiple of 4. The
1985         assembly optimized version only handle this and calling the C
1986         implementation for the remaining part doesn't work because it needs
1987         previous calculations.
1988
1989 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1990
1991         * gst/deinterlace2/tvtime/greedyh.asm:
1992         * gst/deinterlace2/tvtime/greedyh.c:
1993         * gst/deinterlace2/tvtime/greedyhmacros.h:
1994         Some cleanup, use 3DNOW instead of TDNOW in macros.
1995
1996         * gst/deinterlace2/tvtime/tomsmocomp.c:
1997         (gst_deinterlace_method_tomsmocomp_class_init):
1998         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1999         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2000         The SSE method in fact only needs MMXEXT, declare it as such.
2001
2002 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
2003
2004         * docs/plugins/.cvsignore:
2005         Ignore *-undeclared.txt
2006
2007         * ext/resindvd/rsnaudiomunge.c:
2008         Turn g_print's into debug statements.
2009
2010         * ext/resindvd/resin-play:
2011         * ext/resindvd/Makefile.am:
2012         * ext/resindvd/resindvdbin.c:
2013         * ext/resindvd/resindvdbin.h:
2014         * ext/resindvd/rsnparsetter.c:
2015         * ext/resindvd/rsnparsetter.h:
2016         * ext/resindvd/rsnwrappedbuffer.c:
2017         * ext/resindvd/rsnwrappedbuffer.h:
2018         Add a bloated implementation of a really simple idea: Replace the
2019         pixel-aspect-ratio in the output video with a prescribed one when
2020         necessary. There must be an easier way.
2021
2022         Split the dvdspu out of the resindvdbin and put out the subpicture
2023         stream on the subpicture pad.
2024
2025         * ext/resindvd/gstmpegdemux.c:
2026         Send video-aspect events down the pipe from the demuxer.
2027
2028         * ext/resindvd/resindvdsrc.c:
2029         * ext/resindvd/resindvdsrc.h:
2030         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
2031         to make it use clock-waiting later.
2032
2033         * ext/resindvd/rsnbasesrc.c:
2034         Don't overwrite the last_stop in the basesrc segment after a seamless
2035         seek.
2036
2037 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2038
2039         * gst/mpegtsparse/mpegtspacketizer.c:
2040         Convert extended event text to UTF-8.
2041
2042 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
2043
2044         * docs/plugins/Makefile.am:
2045         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2046         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2047         * docs/plugins/gst-plugins-bad-plugins.args:
2048         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2049         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2050         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2051         * docs/plugins/gst-plugins-bad-plugins.signals:
2052         * docs/plugins/inspect/plugin-stereo.xml:
2053         * gst/stereo/gststereo.c:
2054           Document one more.
2055
2056 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2057
2058         * gst/mpegtsparse/gstmpegdesc.h:
2059         Fix extended event descriptor parsing, out by 1 in position of
2060         text length.
2061
2062 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
2063
2064         * gst/festival/gstfestival.c:
2065           Add a note to the docs, that festival need to be running. Also log an
2066           error it it is not. Fixes #541327
2067
2068 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2069
2070         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2071
2072         * gst/librfb/gstrfbsrc.c:
2073         * gst/librfb/gstrfbsrc.h:
2074         Add view-only property to ignore the navigation events
2075
2076 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2077
2078         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2079           Revert previous patch apart from typo fixes; the patch was not
2080           independently useful.
2081
2082 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2083
2084         Based on patch by: Alessandro Decina <alessandro@nnva.org>
2085         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2086         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
2087         * sys/dshowdecwrapper/gstdshowvideodec.c:
2088           Add AAC, AC3 to handled codecs.
2089           Fix handling of flush events.
2090           Improve debug/error output.
2091           Fix a number of typos in comments and variable names.
2092
2093 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2094
2095         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2096
2097         * gst/librfb/rfbdecoder.c:
2098         Implement ServerCutText message
2099
2100 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2101
2102         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2103
2104         * gst/librfb/gstrfbsrc.c:
2105         * gst/librfb/rfbdecoder.c:
2106         Add property for shared desktop
2107
2108 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2109
2110         * configure.ac:
2111         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2112         flags that are invalid for C++.
2113
2114 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2115
2116         * ext/spc/gstspc.c: (spc_setup):
2117         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2118         Don't use declarations after statements in the remaining code.
2119
2120 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2121
2122         Patch by:
2123           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
2124
2125         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
2126         * ext/metadata/metadataxmp.c:
2127         (metadataparse_xmp_iter_add_to_tag_list):
2128         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
2129         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
2130         Don't use declarations after statements.
2131
2132 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2133
2134         patch by: Alessandro Decina
2135
2136         * gst/mpegtsparse/mpegtsparse.c:
2137         Fix memory leak by unreffing structures when not needed.
2138         Fixes #539292.
2139
2140 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2141
2142         * gst/sdp/gstsdpdemux.c:
2143           Use floating point math for latencies < 0 sec in log output.
2144
2145 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2146
2147         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2148         Mark internal processing functions as static inline for quite some
2149         speedup as they're used only once and need to get many local variables
2150         passed as parameter.
2151
2152 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2153
2154         * gst/deinterlace2/gstdeinterlace2.c:
2155         (gst_deinterlace_method_deinterlace_frame),
2156         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
2157         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2158         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2159         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
2160         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2161         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2162         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2163         (gst_deinterlace2_src_query):
2164         * gst/deinterlace2/gstdeinterlace2.h:
2165         Call the current instance "self" instead of "object".
2166
2167 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2168
2169         * gst/deinterlace2/gstdeinterlace2.c:
2170         (gst_deinterlace_method_get_latency),
2171         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2172         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2173         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
2174         * gst/deinterlace2/gstdeinterlace2.h:
2175         Include latency of the method in the returned latency.
2176
2177         Fix outputting of all fields, i.e. doubling of the framerate.
2178
2179 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2180
2181         * gst/deinterlace2/Makefile.am:
2182         * gst/deinterlace2/gstdeinterlace2.c:
2183         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
2184         (gst_deinterlace_method_deinterlace_frame),
2185         (gst_deinterlace_method_get_fields_required),
2186         (gst_deinterlace2_methods_get_type), (_do_init),
2187         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2188         (gst_deinterlace2_child_proxy_get_child_by_index),
2189         (gst_deinterlace2_child_proxy_get_children_count),
2190         (gst_deinterlace2_child_proxy_interface_init),
2191         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
2192         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
2193         * gst/deinterlace2/gstdeinterlace2.h:
2194         * gst/deinterlace2/tvtime/greedy.c:
2195         (deinterlace_greedy_packed422_scanline_c),
2196         (deinterlace_greedy_packed422_scanline_mmx),
2197         (deinterlace_greedy_packed422_scanline_mmxext),
2198         (deinterlace_frame_di_greedy),
2199         (gst_deinterlace_method_greedy_l_set_property),
2200         (gst_deinterlace_method_greedy_l_get_property),
2201         (gst_deinterlace_method_greedy_l_class_init),
2202         (gst_deinterlace_method_greedy_l_init):
2203         * gst/deinterlace2/tvtime/greedyh.asm:
2204         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2205         (deinterlace_frame_di_greedyh),
2206         (gst_deinterlace_method_greedy_h_set_property),
2207         (gst_deinterlace_method_greedy_h_get_property),
2208         (gst_deinterlace_method_greedy_h_class_init),
2209         (gst_deinterlace_method_greedy_h_init):
2210         * gst/deinterlace2/tvtime/greedyh.h:
2211         * gst/deinterlace2/tvtime/plugins.h:
2212         * gst/deinterlace2/tvtime/tomsmocomp.c:
2213         (gst_deinterlace_method_tomsmocomp_set_property),
2214         (gst_deinterlace_method_tomsmocomp_get_property),
2215         (gst_deinterlace_method_tomsmocomp_class_init),
2216         (gst_deinterlace_method_tomsmocomp_init):
2217         * gst/deinterlace2/tvtime/tomsmocomp.h:
2218         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2219         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
2220         (gst_deinterlace_method_vfir_class_init),
2221         (gst_deinterlace_method_vfir_init):
2222         Use a GstObject subtype for the deinterlacing methods and export
2223         the different settings for each deinterlacing method via GObject
2224         properties.
2225
2226         Implement GstChildProxy interface to allow access to the used
2227         deinterlacing method and to allow adjusting the different settings.
2228
2229         Move global variables of the tomsmocomp deinterlacing method into
2230         function local variables to make it possible to use this deinterlacing
2231         method from different instances.
2232
2233 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2234
2235         * gst/deinterlace2/tvtime/greedyh.asm:
2236         Support widths that are not a multiply of 4 when using the assembly
2237         optimized greedyh implementations.
2238
2239 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2240
2241         * gst/deinterlace2/tvtime/greedyh.c:
2242         (deinterlace_frame_di_greedyh):
2243         Only build the assembly optimized implementations on x86.
2244
2245 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2246
2247         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2248
2249         * configure.ac:
2250         Fix checking of headers for the OSS4 plugin to fail if a single
2251         header doesn't exist already. AC_CHECK_HEADERS only fails if none
2252         of the headers is found. Fixes bug #541543.
2253
2254 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2255
2256         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2257
2258         * configure.ac:
2259         * gst/festival/Makefile.am:
2260         * gst/festival/gstfestival.c:
2261         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
2262         and including winsock headers. Fixes bug #541522.
2263
2264 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2265
2266         * ChangeLog:
2267         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
2268         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
2269         Corrected a typo (interpollate -> interpolate).
2270
2271 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2272
2273         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
2274         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
2275         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
2276         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
2277         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
2278         (rtp_session_send_rtp):
2279         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
2280         (rtp_source_process_rtp), (rtp_source_send_rtp):
2281         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
2282         pipeline is running normally.
2283
2284 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2285
2286         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
2287         (gst_rtp_session_finalize), (rtcp_thread),
2288         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
2289         (gst_rtp_session_event_send_rtp_sink),
2290         (gst_rtp_session_chain_send_rtp):
2291         * gst/rtpmanager/rtpsession.c: (check_collision),
2292         (update_arrival_stats), (rtp_session_process_rtp),
2293         (rtp_session_process_rtcp), (rtp_session_send_rtp),
2294         (rtp_session_send_bye_locked), (rtp_session_send_bye),
2295         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
2296         (is_rtcp_time), (rtp_session_on_timeout):
2297         * gst/rtpmanager/rtpsession.h:
2298         Do not mix the use of g_get_current_time() with gst_clock_get_time().
2299
2300 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
2301
2302         * gst/mpegvideoparse/mpegvideoparse.c:
2303         * gst/mpegvideoparse/mpegvideoparse.h:
2304         Queue new-segment events and send them after caps have been
2305         determined and set, so that the decoder will have been auto-plugged.
2306
2307 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
2308
2309         Patch by : Michael Smith <msmith @ xiph dot org>
2310         
2311         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
2312         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
2313         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
2314         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
2315         (qtwrapper_audio_decoder_chain),
2316         (qtwrapper_audio_decoder_sink_event),
2317         (qtwrapper_audio_decoder_base_init),
2318         (qtwrapper_audio_decoder_class_init),
2319         (qtwrapper_audio_decoders_register):
2320         * sys/qtwrapper/codecmapping.h:
2321         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
2322         (image_description_for_mp4v), (image_description_from_stsd_buffer):
2323         * sys/qtwrapper/imagedescription.h:
2324         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
2325         (dump_avcc_atom), (dump_image_description),
2326         (AllocateAudioBufferList):
2327         * sys/qtwrapper/qtutils.h:
2328         * sys/qtwrapper/qtwrapper.c: (plugin_init):
2329         * sys/qtwrapper/qtwrapper.h:
2330         * sys/qtwrapper/videodecoders.c:
2331         (qtwrapper_video_decoder_base_init), (open_decoder),
2332         (decompressCb), (qtwrapper_video_decoder_chain),
2333         (qtwrapper_video_decoders_register):
2334         Make qtwrapper compile/work on win32.
2335         Lots of fixes
2336         Fixes #531840
2337
2338 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2339
2340         * gst/rawparse/gstvideoparse.c:
2341         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2342
2343 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2344
2345         * gst/deinterlace2/Makefile.am:
2346         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2347         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2348         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2349         * gst/deinterlace2/tvtime/tomsmocomp.h:
2350         Remove useless file and mark everything possible as static.
2351
2352         * gst/deinterlace2/tvtime/greedy.c:
2353         * gst/deinterlace2/tvtime/greedyh.c:
2354         Use "_stdint.h" instead of <stdint.h>.
2355
2356 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2357
2358         * gst/deinterlace2/Makefile.am:
2359         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2360         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2361         * gst/deinterlace2/tvtime/greedyh.c:
2362         (deinterlace_frame_di_greedyh):
2363         * gst/deinterlace2/tvtime/speedtools.h:
2364         * gst/deinterlace2/tvtime/speedy.c:
2365         * gst/deinterlace2/tvtime/speedy.h:
2366         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2367         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2368         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2369         Get rid of speedy.[ch] as we don't use most of it's code anyway
2370         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2371         of the speedy memcpy everywhere instead.
2372         
2373         * gst/deinterlace2/gstdeinterlace2.h:
2374         Remove many unused declarations.
2375
2376 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2377
2378         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2379         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2380         Expose the additional MPEG HDTV format profiles available in latest
2381         mjpegtools version.
2382
2383 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2384
2385         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2386         Divide latency be 2 to convert from fields to frames.
2387
2388 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2389
2390         * gst/deinterlace2/tvtime/greedy.c:
2391         (deinterlace_greedy_packed422_scanline_c),
2392         (deinterlace_greedy_packed422_scanline_mmx),
2393         (deinterlace_greedy_packed422_scanline_mmxext),
2394         (deinterlace_frame_di_greedy):
2395         Don't use scanlines function from gstdeinterlace2 as it's
2396         not appropiate for this method. Instead implement deinterlace_frame
2397         function by taking the one from greedyh.
2398         
2399         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2400         Small fix for the C implementation.
2401
2402         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2403         Don't use the scanlines function from gstdeinterlace2 as it's only
2404         used for this method and will be removed. Instead implement
2405         deinterlace_frame function and make it a bit more efficient.
2406
2407         * gst/deinterlace2/gstdeinterlace2.c:
2408         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2409         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2410         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2411         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2412         (gst_deinterlace2_src_query):
2413         Fix coding style and remove scanlines function as it's unused now.
2414
2415 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2416
2417         * gst/deinterlace2/tvtime/greedyh.asm:
2418         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2419         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2420         * gst/deinterlace2/tvtime/greedyhmacros.h:
2421         Add a C implementation for the greedyh deinterlacing method, clean
2422         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2423         require any SSE instructions.
2424
2425 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2426
2427         * gst/deinterlace2/gstdeinterlace2.c:
2428         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2429         (gst_deinterlace2_setcaps):
2430         If we're outputting all fields the framerate has to be doubled.
2431
2432         Set duration on the outgoing buffers.
2433
2434 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2435
2436         * docs/plugins/Makefile.am:
2437         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2438         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2439         * gst/y4m/gsty4mencode.c:
2440         Add documentation for YUV4MPEG2 encoder element.
2441
2442 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2443
2444         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2445         Remove unneeded macros that break build on macosx.
2446
2447 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2448
2449         * configure.ac:
2450           Depend on released versions of core and -base.
2451
2452 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2453
2454         * gst/deinterlace2/tvtime/greedy.c:
2455         (deinterlace_greedy_packed422_scanline_mmx),
2456         (deinterlace_greedy_packed422_scanline_mmxext):
2457         Optimize MMX/MMXEXT implementations a bit by requiring two less
2458         memory accesses and fix the workaround for the missing right shift
2459         on bytes to unset the highest bit of every byte.
2460
2461 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2462
2463         * gst/deinterlace2/tvtime/greedy.c:
2464         (deinterlace_greedy_packed422_scanline_mmxext):
2465         Remove sfence instruction as it's not needed and actually is an SSE
2466         instruction.
2467
2468 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2469
2470         * gst/deinterlace2/tvtime/greedy.c:
2471         (deinterlace_greedy_packed422_scanline_mmx),
2472         (deinterlace_greedy_packed422_scanline):
2473         Add plain MMX implementation for the greedyl method.
2474
2475 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2476
2477         * gst/deinterlace2/Makefile.am:
2478         Move the assembly includes to noinst_HEADERS where they belong.
2479
2480         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2481         (deinterlace_line_mmx):
2482         Fix C and MMX implementations a bit more.
2483
2484 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2485
2486         * gst/deinterlace2/tvtime/greedy.c:
2487         (deinterlace_greedy_packed422_scanline_c),
2488         (deinterlace_greedy_packed422_scanline_mmxext),
2489         (deinterlace_greedy_packed422_scanline):
2490         Fix the C implementation to produce correct results and optimize the
2491         MMXEXT implementation.
2492
2493         Handle odd widths and don't read over array boundaries in the MMXEXT
2494         implementation.
2495
2496         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2497         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2498         Fix a small rounding bug in the MMX implementation, the MMX
2499         implementation doesn't actually need MMXEXT instructions so don't mark
2500         it as such.
2501
2502         Handle odd widths in both implementations.
2503
2504 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2505
2506         * ext/resindvd/rsnbasesrc.c:
2507           Use the right i18n header.
2508
2509 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2510
2511         * gst/deinterlace2/tvtime/greedy.c:
2512         (deinterlace_greedy_packed422_scanline_sse),
2513         (deinterlace_greedy_packed422_scanline_c),
2514         (deinterlace_greedy_packed422_scanline):
2515         Implement a C version of the greedy low motion algorithm and mark the
2516         assembly optimized version as SSE as it uses SSE instructions
2517         additional to MMX instructions.
2518
2519 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2520
2521         Patch by: Sebastian Pölsterl
2522
2523         * gst/mpegtsparse/mpegtspacketizer.c:
2524         Fix problem when empty string is provided.
2525
2526 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2527
2528         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2529         (deinterlace_line_c), (deinterlace_scanline_vfir):
2530         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2531         but use the MMXEXT optimized code whenever possible.
2532
2533 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2534
2535         * gst/deinterlace2/gstdeinterlace2.c:
2536         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
2537         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2538         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
2539         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
2540         (gst_deinterlace2_src_query):
2541         * gst/deinterlace2/gstdeinterlace2.h:
2542         Reset element state on PAUSED->READY properly, don't leak any buffers
2543         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
2544         properly return flow returns from gst_pad_push() instead of ignoring them.
2545
2546 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2547
2548         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2549         Add missing header.
2550
2551 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2552
2553         * configure.ac:
2554         * gst/deinterlace2/Makefile.am:
2555         * gst/deinterlace2/tvtime/greedyh.asm:
2556         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2557         Fix compilation on generic x86/amd64 and include deinterlace2 in the
2558         build system. Because of several bugs it's still enabled only
2559         by --enable-experimental.
2560
2561 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2562
2563         * ext/resindvd/resindvdsrc.c:
2564         * ext/resindvd/resindvdsrc.h:
2565         Schedule NAV packets and activate them with an async clock callback
2566         at the right moment. This makes delayed menu highlights appear
2567         at the correct time and fixes Back To The Future.
2568
2569         When outputting new segment in do_seek(), calculate our position
2570         value properly, so we report the right time when popping in and
2571         out of the menus.
2572
2573         * ext/resindvd/rsnbasesrc.c:
2574         When handling a non-flushing seek, accumulate the segment,
2575         rather than having every seek start from 0 and messing with sync
2576
2577 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
2578
2579         * gst/selector/gstoutputselector.c:
2580         * tests/icles/output-selector-test.c:
2581           Use BOILERPLATE macro and update test to the latest api changes.
2582
2583 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2584
2585         * examples/app/appsink-src.c: (on_new_buffer_from_source):
2586         Don't use a buffer after unreffing it.
2587
2588 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2589
2590         * ext/metadata/metadataexif.c:
2591           Add description tag mapping.
2592
2593 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2594
2595         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2596         * examples/app/appsrc-ra.c:
2597         * examples/app/appsrc-seekable.c:
2598         * examples/app/appsrc-stream.c:
2599         * examples/app/appsrc-stream2.c:
2600         * ext/directfb/dfbvideosink.h:
2601         * ext/metadata/gstbasemetadata.c:
2602         * ext/metadata/gstbasemetadata.h:
2603         * ext/metadata/metadata.c:
2604         * ext/metadata/metadataexif.c:
2605         * ext/theora/theoradec.h:
2606         * gst/deinterlace2/gstdeinterlace2.h:
2607         * gst/deinterlace2/tvtime/speedy.c:
2608         * gst/deinterlace2/tvtime/speedy.h:
2609         * gst/deinterlace2/tvtime/vfir.c:
2610          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
2611          comments.
2612
2613 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
2614
2615         * ext/resindvd/resindvdbin.c:
2616         Parse the URI argument into the device name so dvd:///path/to/image
2617         works.
2618
2619         * ext/resindvd/resindvdsrc.c:
2620         Implement a trivial duration query reporting the current PGC length.
2621
2622         * gst/dvdspu/gstdvdspu.c:
2623         Rename typo in the function name.
2624
2625 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2626
2627         * configure.ac:
2628         Disable deinterlace2 plugin again which was accidently enabled
2629         with last commit.
2630
2631 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2632
2633         * configure.ac:
2634         * ext/resindvd/resindvdsrc.h:
2635         Make resindvd work with libdvdnav >= 4.0.0.
2636
2637 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
2638
2639         * configure.ac:
2640         Check for libdvdnav to build resindvd.
2641
2642         * ext/Makefile.am:
2643         * ext/resindvd/Makefile.am:
2644         * ext/resindvd/gstmpegdefs.h:
2645         * ext/resindvd/gstmpegdemux.c:
2646         * ext/resindvd/gstmpegdemux.h:
2647         * ext/resindvd/gstmpegdesc.c:
2648         * ext/resindvd/gstmpegdesc.h:
2649         * ext/resindvd/gstpesfilter.c:
2650         * ext/resindvd/gstpesfilter.h:
2651         * ext/resindvd/plugin.c:
2652         * ext/resindvd/resin-play:
2653         * ext/resindvd/resindvdbin.c:
2654         * ext/resindvd/resindvdbin.h:
2655         * ext/resindvd/resindvdsrc.c:
2656         * ext/resindvd/resindvdsrc.h:
2657         * ext/resindvd/rsnaudiomunge.c:
2658         * ext/resindvd/rsnaudiomunge.h:
2659         * ext/resindvd/rsnbasesrc.c:
2660         * ext/resindvd/rsnbasesrc.h:
2661         * ext/resindvd/rsnpushsrc.c:
2662         * ext/resindvd/rsnpushsrc.h:
2663         * ext/resindvd/rsnstreamselector.c:
2664         * ext/resindvd/rsnstreamselector.h:
2665
2666         First commit of DVD-Video playback component 'rsndvdbin'
2667         and helper elements.
2668
2669         Use --enable-experimental for now, but feel free to give it a
2670         try using the resin-play script.
2671
2672         * gst/dvdspu/gstdvdspu.c:
2673         Add some extra guards for malformed events.
2674
2675 2008-06-16  David Schleef  <ds@schleef.org>
2676
2677         * configure.ac:
2678         Bump dirac requirement to 0.10 due to api changes.
2679
2680 2008-06-16  Andy Wingo  <wingo@pobox.com>
2681
2682         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
2683         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
2684         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
2685
2686 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2687
2688         * sys/dvb/gstdvbsrc.c:
2689           Move docblob upwards. Balance tags and restore blank line.
2690
2691 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2692
2693         * sys/dvb/gstdvbsrc.c:
2694         Fix out of date docs.
2695
2696 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2697
2698         Patch from: Vincent Genieux
2699
2700         * gst/mpegtsparse/mpegtsparse.c:
2701         Fix refcount issues, fixes #538560.
2702
2703 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2704
2705         * gst/mpegtsparse/gstmpegdesc.h:
2706         * gst/mpegtsparse/mpegtspacketizer.c:
2707         Parse the extended event descriptor.
2708
2709 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2710
2711         * gst/rtpmanager/gstrtpjitterbuffer.c:
2712         * gst/speed/gstspeed.c:
2713         * gst/speexresample/gstspeexresample.c:
2714         * gst/videosignal/gstvideoanalyse.c:
2715         * gst/videosignal/gstvideodetect.c:
2716         * gst/videosignal/gstvideomark.c:
2717         * sys/dvb/gstdvbsrc.c:
2718         * sys/oss4/oss4-mixer.c:
2719         * sys/oss4/oss4-sink.c:
2720         * sys/oss4/oss4-source.c:
2721         * sys/wininet/gstwininetsrc.c:
2722           Final round of doc updates.
2723
2724 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2725
2726         * gst/deinterlace/gstdeinterlace.c:
2727         * gst/rtpmanager/gstrtpbin.c:
2728         * gst/rtpmanager/gstrtpclient.c:
2729         * gst/rtpmanager/gstrtpjitterbuffer.c:
2730         * gst/rtpmanager/gstrtpptdemux.c:
2731         * gst/rtpmanager/gstrtpsession.c:
2732         * gst/rtpmanager/gstrtpssrcdemux.c:
2733         * gst/sdp/gstsdpdemux.c:
2734           More doc updates. More xrefs.
2735
2736 2008-06-14  Julien Moutte  <julien@fluendo.com>
2737
2738         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
2739         (gst_flv_demux_dispose):
2740         * gst/flv/gstflvdemux.h:
2741         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
2742         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
2743         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
2744         H.264/AVC inside FLV.
2745         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
2746         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
2747         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
2748         * sys/dshowdecwrapper/gstdshowaudiodec.h:
2749         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
2750         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
2751         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
2752         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
2753         to improve stability (ref counting, safety checks...)
2754
2755 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2756
2757         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
2758         Disable sipro on 64bits, it crashes.
2759
2760 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2761
2762         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
2763         (close_library), (open_library),
2764         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
2765         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
2766         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
2767         Add raversions we can support on the caps.
2768         Refactor the loading of the real codecs like realvideo so that we can
2769         implement probing.
2770         Probe all supported formats by trying to load the .so files, only report
2771         the versions on the caps that we can actually load.
2772
2773         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
2774         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
2775         (open_library), (close_library),
2776         (gst_real_video_dec_probe_modules),
2777         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
2778         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
2779         * gst/real/gstrealvideodec.h:
2780         Change the loading of the library like the audio decoder.
2781         Probe the supported formats by trying to load the .so files and only
2782         report the versions on the caps that we can actually load.
2783
2784 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2785
2786         patch by: Sebastian Pölsterl
2787
2788         * gst/mpegtsparse/mpegtspacketizer.c:
2789         Handle character sets in strings coming from DVB SI according
2790         to the DVB SI spec.
2791
2792 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2793
2794         * gst/replaygain/gstrganalysis.c:
2795         * gst/replaygain/gstrglimiter.c:
2796         * gst/replaygain/gstrgvolume.c:
2797           More doc updates.
2798
2799 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2800
2801         * docs/plugins/Makefile.am:
2802         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2803         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2804         * docs/plugins/gst-plugins-bad-plugins.args:
2805         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2806         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2807         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2808         * docs/plugins/gst-plugins-bad-plugins.signals:
2809         * docs/plugins/inspect/plugin-alsaspdif.xml:
2810         * docs/plugins/inspect/plugin-amrwb.xml:
2811         * docs/plugins/inspect/plugin-app.xml:
2812         * docs/plugins/inspect/plugin-bayer.xml:
2813         * docs/plugins/inspect/plugin-bz2.xml:
2814         * docs/plugins/inspect/plugin-cdaudio.xml:
2815         * docs/plugins/inspect/plugin-cdxaparse.xml:
2816         * docs/plugins/inspect/plugin-dtsdec.xml:
2817         * docs/plugins/inspect/plugin-dvb.xml:
2818         * docs/plugins/inspect/plugin-dvdspu.xml:
2819         * docs/plugins/inspect/plugin-faac.xml:
2820         * docs/plugins/inspect/plugin-faad.xml:
2821         * docs/plugins/inspect/plugin-fbdevsink.xml:
2822         * docs/plugins/inspect/plugin-festival.xml:
2823         * docs/plugins/inspect/plugin-filter.xml:
2824         * docs/plugins/inspect/plugin-flvdemux.xml:
2825         * docs/plugins/inspect/plugin-freeze.xml:
2826         * docs/plugins/inspect/plugin-gsm.xml:
2827         * docs/plugins/inspect/plugin-gstinterlace.xml:
2828         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
2829         * docs/plugins/inspect/plugin-h264parse.xml:
2830         * docs/plugins/inspect/plugin-interleave.xml:
2831         * docs/plugins/inspect/plugin-jack.xml:
2832         * docs/plugins/inspect/plugin-ladspa.xml:
2833         * docs/plugins/inspect/plugin-metadata.xml:
2834         * docs/plugins/inspect/plugin-mms.xml:
2835         * docs/plugins/inspect/plugin-modplug.xml:
2836         * docs/plugins/inspect/plugin-mpeg2enc.xml:
2837         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
2838         * docs/plugins/inspect/plugin-mpegtsparse.xml:
2839         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
2840         * docs/plugins/inspect/plugin-musepack.xml:
2841         * docs/plugins/inspect/plugin-musicbrainz.xml:
2842         * docs/plugins/inspect/plugin-mve.xml:
2843         * docs/plugins/inspect/plugin-mythtv.xml
2844         * docs/plugins/inspect/plugin-nas.xml:
2845         * docs/plugins/inspect/plugin-neon.xml:
2846         * docs/plugins/inspect/plugin-nsfdec.xml:
2847         * docs/plugins/inspect/plugin-nuvdemux.xml:
2848         * docs/plugins/inspect/plugin-oss4.xml
2849         * docs/plugins/inspect/plugin-rawparse.xml:
2850         * docs/plugins/inspect/plugin-real.xml:
2851         * docs/plugins/inspect/plugin-replaygain.xml:
2852         * docs/plugins/inspect/plugin-rfbsrc.xml:
2853         * docs/plugins/inspect/plugin-sdl.xml:
2854         * docs/plugins/inspect/plugin-sdp.xml:
2855         * docs/plugins/inspect/plugin-selector.xml:
2856         * docs/plugins/inspect/plugin-sndfile.xml:
2857         * docs/plugins/inspect/plugin-soundtouch.xml:
2858         * docs/plugins/inspect/plugin-spcdec.xml:
2859         * docs/plugins/inspect/plugin-speed.xml:
2860         * docs/plugins/inspect/plugin-speexresample.xml:
2861         * docs/plugins/inspect/plugin-stereo.xml:
2862         * docs/plugins/inspect/plugin-subenc.xml
2863         * docs/plugins/inspect/plugin-timidity.xml:
2864         * docs/plugins/inspect/plugin-tta.xml:
2865         * docs/plugins/inspect/plugin-vcdsrc.xml:
2866         * docs/plugins/inspect/plugin-videosignal.xml:
2867         * docs/plugins/inspect/plugin-vmnc.xml:
2868         * docs/plugins/inspect/plugin-wildmidi.xml:
2869         * docs/plugins/inspect/plugin-x264.xml:
2870         * docs/plugins/inspect/plugin-xvid.xml:
2871         * docs/plugins/inspect/plugin-y4menc.xml:
2872         * ext/amrwb/gstamrwbdec.c:
2873         * ext/amrwb/gstamrwbenc.c:
2874         * ext/amrwb/gstamrwbparse.c:
2875         * ext/dc1394/gstdc1394.c:
2876         * ext/directfb/dfbvideosink.c:
2877         * ext/ivorbis/vorbisdec.c:
2878         * ext/jack/gstjackaudiosink.c:
2879         * ext/mpeg2enc/gstmpeg2enc.cc:
2880         * ext/mplex/gstmplex.cc:
2881         * ext/musicbrainz/gsttrm.c:
2882         * ext/mythtv/gstmythtvsrc.c:
2883         * ext/theora/theoradec.c:
2884         * ext/timidity/gsttimidity.c:
2885         * ext/timidity/gstwildmidi.c:
2886         * gst-libs/gst/app/gstappsink.c:
2887         * gst/deinterlace/gstdeinterlace.c:
2888         * gst/dvdspu/gstdvdspu.c:
2889         * gst/festival/gstfestival.c:
2890         * gst/freeze/gstfreeze.c:
2891         * gst/interleave/deinterleave.c:
2892         * gst/interleave/interleave.c:
2893         * gst/modplug/gstmodplug.cc:
2894         * gst/nuvdemux/gstnuvdemux.c:
2895           Add missing elements to docs. Fix doc-markup: use convinience syntax
2896           for examples (produces valid docbook), add several refsec2 when we
2897           have several titles. Fix some types.
2898
2899 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2900
2901         * examples/app/.cvsignore:
2902         * examples/app/Makefile.am:
2903         * examples/app/appsink-src.c: (on_new_buffer_from_source),
2904         (on_source_message), (on_sink_message), (main):
2905         Add beefed up example app from bug #413418. It now also uses appsink
2906         instead of fakesink for more ultimate coolness.
2907
2908         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
2909         (gst_app_src_init), (gst_app_src_set_property),
2910         (gst_app_src_get_property), (gst_app_src_unlock),
2911         (gst_app_src_unlock_stop), (gst_app_src_create),
2912         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
2913         (gst_app_src_end_of_stream):
2914         * gst-libs/gst/app/gstappsrc.h:
2915         Add block property to allow push based implementation to block when we
2916         fill up the appsrc queues.
2917         Emit the enough-data signal while releasing our lock.
2918
2919 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2920
2921         * examples/app/.cvsignore:
2922           Ignore more.
2923
2924 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2925
2926         * ext/dc1394/gstdc1394.c:
2927         * ext/ivorbis/vorbisdec.c:
2928         * ext/jack/gstjackaudiosink.c:
2929         * ext/metadata/gstmetadatademux.c:
2930         * ext/mythtv/gstmythtvsrc.c:
2931         * ext/theora/theoradec.c:
2932         * gst-libs/gst/app/gstappsink.c:
2933         * gst/bayer/gstbayer2rgb.c:
2934         * gst/deinterlace/gstdeinterlace.c:
2935         * gst/rawparse/gstaudioparse.c:
2936         * gst/rawparse/gstvideoparse.c:
2937         * gst/rtpmanager/gstrtpbin.c:
2938         * gst/rtpmanager/gstrtpclient.c:
2939         * gst/rtpmanager/gstrtpjitterbuffer.c:
2940         * gst/rtpmanager/gstrtpptdemux.c:
2941         * gst/rtpmanager/gstrtpsession.c:
2942         * gst/rtpmanager/gstrtpssrcdemux.c:
2943         * gst/selector/gstinputselector.c:
2944         * gst/selector/gstoutputselector.c:
2945         * gst/videosignal/gstvideoanalyse.c:
2946         * gst/videosignal/gstvideodetect.c:
2947         * gst/videosignal/gstvideomark.c:
2948         * sys/oss4/oss4-mixer.c:
2949         * sys/oss4/oss4-sink.c:
2950         * sys/oss4/oss4-source.c:
2951           Do not use short_description in section docs for elements. We extract
2952           them from element details and there will be warnings if they differ.
2953           Also fixing up the ChangeLog order.
2954
2955 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2956
2957         Patch by: Sebastien Merle <sylane at gmail dot com>
2958
2959         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
2960         Fix the sign of the data we pass to the decoder so that the decoder
2961         compiles with newer reference code as well. Fixes #528618.
2962
2963 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2964
2965         * tests/icles/test-oss4.c:
2966           Include stdlib.h.
2967
2968 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2969
2970         Based on a patch by: Martin Eikermann <meiker at upb dot de>
2971
2972         * gst/deinterlace2/Makefile.am:
2973         * gst/deinterlace2/gstdeinterlace2.c:
2974         (gst_deinterlace2_method_get_type),
2975         (gst_deinterlace2_fields_get_type),
2976         (gst_deinterlace2_field_layout_get_type),
2977         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
2978         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
2979         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2980         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
2981         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
2982         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
2983         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2984         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2985         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
2986         (plugin_init):
2987         * gst/deinterlace2/gstdeinterlace2.h:
2988         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
2989         (deinterlace_greedy_packed422_scanline_mmxext),
2990         (dscaler_greedyl_get_method):
2991         * gst/deinterlace2/tvtime/greedyh.asm:
2992         * gst/deinterlace2/tvtime/greedyh.c:
2993         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
2994         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
2995         (greedyh_filter_sse):
2996         * gst/deinterlace2/tvtime/greedyh.h:
2997         * gst/deinterlace2/tvtime/greedyhmacros.h:
2998         * gst/deinterlace2/tvtime/mmx.h:
2999         * gst/deinterlace2/tvtime/plugins.h:
3000         * gst/deinterlace2/tvtime/speedtools.h:
3001         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
3002         (comb_factor_packed422_scanline_mmx),
3003         (diff_factor_packed422_scanline_c),
3004         (diff_factor_packed422_scanline_mmx),
3005         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
3006         (packed444_to_packed422_scanline_c),
3007         (packed422_to_packed444_scanline_c),
3008         (packed422_to_packed444_rec601_scanline_c),
3009         (vfilter_chroma_121_packed422_scanline_mmx),
3010         (vfilter_chroma_121_packed422_scanline_c),
3011         (vfilter_chroma_332_packed422_scanline_mmx),
3012         (vfilter_chroma_332_packed422_scanline_c),
3013         (kill_chroma_packed422_inplace_scanline_mmx),
3014         (kill_chroma_packed422_inplace_scanline_c),
3015         (invert_colour_packed422_inplace_scanline_mmx),
3016         (invert_colour_packed422_inplace_scanline_c),
3017         (mirror_packed422_inplace_scanline_c),
3018         (interpolate_packed422_scanline_c),
3019         (convert_uyvy_to_yuyv_scanline_mmx),
3020         (convert_uyvy_to_yuyv_scanline_c),
3021         (interpolate_packed422_scanline_mmx),
3022         (interpolate_packed422_scanline_mmxext),
3023         (blit_colour_packed422_scanline_c),
3024         (blit_colour_packed422_scanline_mmx),
3025         (blit_colour_packed422_scanline_mmxext),
3026         (blit_colour_packed4444_scanline_c),
3027         (blit_colour_packed4444_scanline_mmx),
3028         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
3029         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
3030         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
3031         (blit_packed422_scanline_mmxext),
3032         (composite_colour4444_alpha_to_packed422_scanline_c),
3033         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
3034         (composite_packed4444_alpha_to_packed422_scanline_c),
3035         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
3036         (composite_packed4444_to_packed422_scanline_c),
3037         (composite_packed4444_to_packed422_scanline_mmxext),
3038         (composite_alphamask_to_packed4444_scanline_c),
3039         (composite_alphamask_to_packed4444_scanline_mmxext),
3040         (composite_alphamask_alpha_to_packed4444_scanline_c),
3041         (premultiply_packed4444_scanline_c),
3042         (premultiply_packed4444_scanline_mmxext),
3043         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
3044         (quarter_blit_vertical_packed422_scanline_mmxext),
3045         (quarter_blit_vertical_packed422_scanline_c),
3046         (subpix_blit_vertical_packed422_scanline_c),
3047         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
3048         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
3049         (rgba32_to_packed4444_rec601_scanline_c),
3050         (packed444_to_rgb24_rec601_scanline_c),
3051         (packed444_to_nonpremultiplied_packed4444_scanline_c),
3052         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
3053         (speedy_get_accel):
3054         * gst/deinterlace2/tvtime/speedy.h:
3055         * gst/deinterlace2/tvtime/sse.h:
3056         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
3057         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
3058         (tomsmocomp_init), (tomsmocomp_filter_mmx),
3059         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
3060         * gst/deinterlace2/tvtime/tomsmocomp.h:
3061         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
3062         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
3063         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
3064         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
3065         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
3066         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
3067         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
3068         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
3069         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
3070         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
3071         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
3072         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
3073         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
3074         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
3075         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
3076         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
3077         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
3078         (deinterlace_scanline_vfir), (copy_scanline),
3079         (dscaler_vfir_get_method):
3080         * gst/deinterlace2/tvtime/x86-64_macros.inc:
3081         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
3082         which was relicensed to LGPL for GStreamer and in theory provides
3083         better and faster results than the simple deinterlace element.
3084         Fixes bug #163578.
3085
3086         Ported to GStreamer 0.10 but still not enabled or included in the
3087         build system by default because of bad artefacts caused by a bug
3088         somewhere and as it can be only build on x86/amd64 ATM and requires
3089         special CFLAGS. Will be fixed soon.
3090
3091 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3092
3093         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
3094
3095         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
3096         (gst_wildmidi_change_state), (plugin_init):
3097         * ext/timidity/gstwildmidi.h:
3098         Initialize wildmidi only once in the plugin init function instead
3099         of once for every instance. The second and following calls to the
3100         wildmidi initialization function will fail. Fixes bug #525613.
3101
3102         Also don't register the element at all if wildmidi initialization
3103         fails.
3104
3105 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3106
3107         * ext/soundtouch/gstpitch.cc:
3108         Call gst_element_no_more_pads() after all pads are added.
3109
3110 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3111
3112         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
3113         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
3114         (gst_raw_parse_handle_seek_pull):
3115         Add simple reverse playback.
3116
3117 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3118
3119         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
3120         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
3121         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
3122         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
3123         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
3124         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
3125         * gst/rawparse/gstrawparse.h:
3126         Fix seeking, timestamps, duration and some more. Fixes #536309.
3127
3128 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3129
3130         * examples/app/Makefile.am:
3131         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
3132         (found_source), (bus_message), (main):
3133         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
3134         (found_source), (bus_message), (main):
3135         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
3136         (bus_message), (main):
3137         Added 3 more example application for using appsrc in random-access mode,
3138         pull-mode streaming and pull mode seekable.
3139
3140         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3141         (gst_app_src_start), (gst_app_src_do_get_size),
3142         (gst_app_src_create):
3143         * gst-libs/gst/app/gstappsrc.h:
3144         Make stream-type property writable.
3145         Unset flushing when starting so that we reuse appsrc.
3146         Inform basesrc about the configured size.
3147         Emit seek-data signal when we are going to a different offset in
3148         random-access mode.
3149
3150 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3151
3152         * examples/app/appsrc-stream.c: (found_source), (main):
3153         Use deep-notify until we can depend on a playbin2 with support for the
3154         source property.
3155
3156 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3157
3158         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
3159         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
3160         Fix deadlock when shutting down, use a new lock instead to properly
3161         shutdown.
3162
3163 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3164
3165         * examples/app/.cvsignore:
3166         * examples/app/Makefile.am:
3167         * examples/app/appsrc-stream.c: (read_data), (start_feed),
3168         (stop_feed), (found_source), (bus_message), (main):
3169         Added an example on how to use appsrc in playbin in streaming mode from
3170         an mmapped file.
3171
3172         * examples/app/appsrc_ex.c: (main):
3173         Set pipeline to NULL to free queued buffers.
3174
3175         * gst-libs/gst/app/gstapp-marshal.list:
3176         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
3177         (gst_app_src_class_init), (gst_app_src_init),
3178         (gst_app_src_flush_queued), (gst_app_src_dispose),
3179         (gst_app_src_set_property), (gst_app_src_get_property),
3180         (gst_app_src_unlock), (gst_app_src_unlock_stop),
3181         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
3182         (gst_app_src_check_get_range), (gst_app_src_do_seek),
3183         (gst_app_src_create), (gst_app_src_set_stream_type),
3184         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
3185         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
3186         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
3187         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
3188         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
3189         * gst-libs/gst/app/gstappsrc.h:
3190         Measure max queue size in bytes instead.
3191         Add support for 3 modes of operation, streaming, seekable and
3192         random-access, making basesrc handle the scheduling modes for each.
3193         Add appsrc:// uri handler so that automatic plugging can be done from
3194         playbin2 or uridecodebin, for example.
3195         Added support for custom segment formats.
3196         Add support for push and pull based operations from the application.
3197         Expand the methods so that errors can be detected.
3198         Flush the queued buffers on seeks and when shutting down.
3199         Add signals to inform the app that a seek must happen.
3200
3201 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3202
3203         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
3204         (gst_deinterleave_src_query):
3205         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3206         (gst_interleave_src_query):
3207         Properly implement duration and position queries in bytes format. We
3208         have to take the upstream reply and divide/multiply it by the number
3209         of channels to get the correct result.
3210
3211 2008-06-04  Michael Smith <msmith@songbirdnest.com>
3212
3213         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3214         * sys/dshowvideosink/dshowvideofakesrc.h:
3215         * sys/dshowvideosink/dshowvideosink.cpp:
3216         * sys/dshowvideosink/dshowvideosink.h:
3217           Fix up copyright notice on new plugin.
3218
3219 2008-06-04  David Schleef  <ds@schleef.org>
3220
3221         * ext/dirac/gstdiracenc.cc: Update properties for recent
3222           dirac changes.  Patch from Jonathan Rosser.
3223
3224 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3225
3226         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
3227           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
3228           (gst_x264_enc_encode_frame):
3229           Try harder not to crash when we get an EOS event but haven't set
3230           up the encoder yet (as may happen when upstream errors out with
3231           not-negotiated, for example). Also, always push the EOS event
3232           downstream.
3233
3234 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3235
3236         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3237         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
3238         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
3239         * gst/interleave/interleave.h:
3240         Use an always increasing integer for the number in the name of the
3241         requested sink pads to guarantuee a unique name. Add a "channel"
3242         property to GstInterleavePad to make it possible for applications
3243         to retrieve the channel number in the output for every pad.
3244
3245         Use g_type_register_static_simple() instead of
3246         g_type_register_static() to save some relocations.
3247
3248 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3249
3250         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3251         (gst_interleave_change_state):
3252         Stop GstCollectPads before calling the parent's state change function
3253         when going from PAUSED to READY as we otherwise deadlock.
3254         Fixes bug #536258.
3255
3256 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3257
3258         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
3259         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
3260         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
3261         (gst_h264_parse_chain):
3262         * gst/h264parse/gsth264parse.h:
3263         Parse codec_data and use the nalu_size_length field to get the NALU
3264         length in packetized h264.
3265         When queueing a packetized buffer in reverse mode, don't unref the
3266         buffer twice.
3267         Avoid accessing the buffer TIMESTAMP field after we pushed it on
3268         the adaptor.
3269
3270 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3271
3272         * gst/interleave/interleave.c:
3273         (gst_interleave_check_channel_positions),
3274         (gst_interleave_set_channel_positions),
3275         (gst_interleave_class_init):
3276         Use new gst_audio_check_channel_positions() function and register
3277         the GstInterleavePad type from a threadsafe context.
3278
3279 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3280
3281         * configure.ac:
3282           Revert accidental addition in configure.ac. Sorry.
3283
3284 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3285
3286         * configure.ac:
3287         * sys/Makefile.am:
3288         * sys/dshowvideosink/Makefile.am:
3289         * sys/dshowvideosink/README:
3290         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3291         * sys/dshowvideosink/dshowvideofakesrc.h:
3292         * sys/dshowvideosink/dshowvideosink.cpp:
3293         * sys/dshowvideosink/dshowvideosink.h:
3294         Add a new win32 videosink. Uses the DirectShow renderers for
3295         high-performance video rendering on win32.
3296         Currently only supports some YUV formats.
3297         Rank PRIMARY, since it's much more useful for the common cases that the
3298         directdraw sink (which only does RGB).
3299
3300 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
3301
3302         * ext/spc/Makefile.am:
3303           Dist tag.h
3304
3305 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3306
3307         * ext/faad/gstfaad.c: (gst_faad_sink_event):
3308         Always drain before activating the new segment.
3309
3310 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3311
3312         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3313         (gst_interleave_finalize), (gst_audio_check_channel_positions),
3314         (gst_interleave_set_channel_positions),
3315         (gst_interleave_class_init), (gst_interleave_init),
3316         (gst_interleave_set_property), (gst_interleave_get_property),
3317         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3318         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
3319         (gst_interleave_src_query_latency), (gst_interleave_collected):
3320         * gst/interleave/interleave.h:
3321         Allow setting channel positions via a property and allow using the
3322         channel positions on the input as the channel positions of the output.
3323
3324         Fix some broken logic and memory leaks.
3325
3326         * tests/check/Makefile.am:
3327         * tests/check/elements/interleave.c: (src_handoff_float32),
3328         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
3329         Add unit tests for checking correct handling of channel positions.
3330
3331 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3332
3333         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3334         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3335         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3336         (gst_faad_change_state):
3337         * ext/faad/gstfaad.h:
3338         Add basic reverse playback support.
3339         Clear decoder state after disconts.
3340         Remove some unused code.
3341         Mark output buffers with a discont after a decoding error.
3342
3343 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3344
3345         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3346
3347         * gst/mpeg4videoparse/mpeg4videoparse.c:
3348         (gst_mpeg4vparse_handle_vos):
3349         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3350
3351 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3352
3353         * tests/check/elements/mplex.c: (setup_src_pad),
3354         (teardown_src_pad):
3355         Don't use the deprecated gst_element_get_pad().
3356
3357 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3358
3359         * examples/directfb/gstdfb.c: (main):
3360         Don't use the deprecated gst_element_get_pad().
3361
3362 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3363
3364         Based on patch by: <onkarshinde at gmail dot com>
3365
3366         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3367         (gst_vcdsrc_uri_set_uri):
3368         Allow the track to be set by using the uri. Fixes #535043.
3369
3370 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3371
3372         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3373         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3374         Implement latency query.
3375
3376 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3377
3378         * gst/mpegvideoparse/mpegvideoparse.c:
3379         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3380
3381 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3382
3383         * gst/rtpmanager/gstrtpbin.c:
3384         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3385         (gst_rtp_bin_change_state), (new_payload_found),
3386         (new_ssrc_pad_found):
3387         Break out of callbacks when we are shutting down.
3388         Make sure no state changes can happen when we reconfigure.
3389
3390 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3391
3392         * configure.ac:
3393         Require CVS core and base for new audio clock reset method.
3394
3395         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3396         Reset the audio clock. See #521761.
3397
3398 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3399
3400         * ext/jack/gstjackaudiosink.c:
3401         (gst_jack_audio_sink_allocate_channels):
3402         Include the element name in the port name to avoid duplicate port names.
3403
3404 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3405
3406         * gst/interleave/deinterleave.c:
3407         Add another example launch line.
3408
3409         * gst/interleave/interleave.c: (interleave_24),
3410         (gst_interleave_finalize), (gst_interleave_base_init),
3411         (gst_interleave_class_init), (gst_interleave_init),
3412         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3413         (gst_interleave_change_state), (__remove_channels),
3414         (__set_channels), (gst_interleave_sink_getcaps),
3415         (gst_interleave_set_process_function),
3416         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3417         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3418         (forward_event_func), (forward_event), (gst_interleave_src_event),
3419         (gst_interleave_collected):
3420         * gst/interleave/interleave.h:
3421         Major rewrite of interleave using GstCollectpads. This new version
3422         also supports almost all raw audio formats and has better caps
3423         negotiation. Fixes bug #506594.
3424
3425         Also update docs and add some more examples.
3426
3427         * tests/check/elements/interleave.c: (interleave_chain_func),
3428         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3429         (interleave_suite):
3430         Add some more extensive unit tests for interleave.
3431
3432 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3433
3434         * gst/rtpmanager/gstrtpjitterbuffer.c:
3435         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3436         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3437         we need to do this so that we can better handle a restarted source.
3438         Fix some comments.
3439
3440         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3441         (rtp_jitter_buffer_insert):
3442         Tweak the skew resync diff.
3443         Use our working seqnum compare function in -base.
3444         Rework the jitterbuffer insert code to make it clearer and more
3445         performant by only retrieving the seqnum of the input buffer once and by
3446         adding some G_LIKELY compiler hints.
3447         Improve debugging for duplicate packets.
3448
3449         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3450         Fix a comment, we don't do skew correction here..
3451
3452 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3453
3454         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3455
3456         * gst/rtpmanager/gstrtpbin.c:
3457         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3458         (gst_rtp_bin_set_property):
3459         Propagate the do-lost and latency properties to the jitterbuffers when
3460         they are changed on rtpbin.
3461
3462 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3463
3464         * examples/switch/switcher.c: (switch_timer):
3465         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3466         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3467         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3468         (gst_sdp_demux_stream_configure_udp_sink):
3469         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3470         (pad_added_setup_data_check_float32_8ch_cb):
3471         * tests/check/elements/rganalysis.c: (send_eos_event),
3472         (send_tag_event):
3473         Don't use _gst_pad().
3474
3475 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3476
3477         * docs/plugins/Makefile.am:
3478         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3479         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3480         * docs/plugins/gst-plugins-bad-plugins.args:
3481         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3482         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3483         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3484         * docs/plugins/gst-plugins-bad-plugins.signals:
3485         * docs/plugins/inspect/plugin-alsaspdif.xml:
3486         * docs/plugins/inspect/plugin-amrwb.xml:
3487         * docs/plugins/inspect/plugin-app.xml:
3488         * docs/plugins/inspect/plugin-bayer.xml:
3489         * docs/plugins/inspect/plugin-bz2.xml:
3490         * docs/plugins/inspect/plugin-cdaudio.xml:
3491         * docs/plugins/inspect/plugin-cdxaparse.xml:
3492         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3493         * docs/plugins/inspect/plugin-dtsdec.xml:
3494         * docs/plugins/inspect/plugin-dvb.xml:
3495         * docs/plugins/inspect/plugin-dvdspu.xml:
3496         * docs/plugins/inspect/plugin-faac.xml:
3497         * docs/plugins/inspect/plugin-faad.xml:
3498         * docs/plugins/inspect/plugin-fbdevsink.xml:
3499         * docs/plugins/inspect/plugin-festival.xml:
3500         * docs/plugins/inspect/plugin-filter.xml:
3501         * docs/plugins/inspect/plugin-flvdemux.xml:
3502         * docs/plugins/inspect/plugin-freeze.xml:
3503         * docs/plugins/inspect/plugin-gsm.xml:
3504         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3505         * docs/plugins/inspect/plugin-h264parse.xml:
3506         * docs/plugins/inspect/plugin-interleave.xml:
3507         * docs/plugins/inspect/plugin-jack.xml:
3508         * docs/plugins/inspect/plugin-ladspa.xml:
3509         * docs/plugins/inspect/plugin-metadata.xml:
3510         * docs/plugins/inspect/plugin-mms.xml:
3511         * docs/plugins/inspect/plugin-modplug.xml:
3512         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3513         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3514         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3515         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3516         * docs/plugins/inspect/plugin-musepack.xml:
3517         * docs/plugins/inspect/plugin-musicbrainz.xml:
3518         * docs/plugins/inspect/plugin-mve.xml:
3519         * docs/plugins/inspect/plugin-nas.xml:
3520         * docs/plugins/inspect/plugin-neon.xml:
3521         * docs/plugins/inspect/plugin-nsfdec.xml:
3522         * docs/plugins/inspect/plugin-nuvdemux.xml:
3523         * docs/plugins/inspect/plugin-rawparse.xml:
3524         * docs/plugins/inspect/plugin-real.xml:
3525         * docs/plugins/inspect/plugin-replaygain.xml:
3526         * docs/plugins/inspect/plugin-rfbsrc.xml:
3527         * docs/plugins/inspect/plugin-sdl.xml:
3528         * docs/plugins/inspect/plugin-sdp.xml:
3529         * docs/plugins/inspect/plugin-selector.xml:
3530         * docs/plugins/inspect/plugin-sndfile.xml:
3531         * docs/plugins/inspect/plugin-soundtouch.xml:
3532         * docs/plugins/inspect/plugin-spcdec.xml:
3533         * docs/plugins/inspect/plugin-speed.xml:
3534         * docs/plugins/inspect/plugin-speexresample.xml:
3535         * docs/plugins/inspect/plugin-stereo.xml:
3536         * docs/plugins/inspect/plugin-tta.xml:
3537         * docs/plugins/inspect/plugin-vcdsrc.xml:
3538         * docs/plugins/inspect/plugin-videosignal.xml:
3539         * docs/plugins/inspect/plugin-vmnc.xml:
3540         * docs/plugins/inspect/plugin-wildmidi.xml:
3541         * docs/plugins/inspect/plugin-x264.xml:
3542         * docs/plugins/inspect/plugin-xvid.xml:
3543         * docs/plugins/inspect/plugin-y4menc.xml:
3544         Add interleave/deinterleave to the docs and while at that
3545         run make update in docs/plugins.
3546
3547         * gst/interleave/deinterleave.c:
3548         Add a parapraph about using a queue and audioconvert after the source
3549         pads to the docs.
3550
3551 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3552
3553         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3554         (gst_deinterleave_class_init), (gst_deinterleave_init),
3555         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
3556         * gst/interleave/deinterleave.h:
3557         Don't set a getcaps() function on the src pads as it's not required
3558         and the default getcaps() function returns the correct results for
3559         our src pads.
3560
3561         Complete documentation and add myself to the authors of the element.
3562
3563 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3564
3565         * tests/icles/.cvsignore:
3566         * tests/icles/Makefile.am:
3567         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
3568           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
3569           (probe_details), (probe_element), (main):
3570           Small oss4 test that probes for available devices and retrieves
3571           their caps and mixer tracks and all that. Also allows testing of
3572           mixer change messages on the bus.
3573
3574 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3575
3576         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
3577         * sys/oss4/oss4-property-probe.c:
3578           (gst_oss4_property_probe_find_device_name),
3579           (gst_oss4_property_probe_find_device_name_nofd):
3580         * sys/oss4/oss4-property-probe.h:
3581         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
3582         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
3583           Make device-name probing in NULL state work better (e.g. for the
3584           gnome-control-center sound capplet).
3585
3586 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3587
3588         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3589
3590         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
3591         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
3592         (gst_mpeg4vparse_change_state):
3593         Move some code around to integrate the startcode searching with the
3594         other bits of parsing, avoid a whole bunch of peeks.
3595         Get rid of invalid data that should not happen according to the specs.
3596         Fixes #533559.
3597
3598 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3599
3600         Patch by: Bastien Nocera <hadess at hadess dot net>
3601
3602         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
3603         (gst_mythtv_src_init), (gst_mythtv_src_clear),
3604         (do_read_request_response), (gst_mythtv_src_create),
3605         (gst_mythtv_src_start):
3606         Correctly set duration to get a more correct seek bar in totem.
3607
3608         Disable query and event functions as they don't work and do some
3609         smaller cleanup.
3610
3611         Fixes bug #533736.
3612
3613 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3614
3615         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
3616
3617         * ext/spc/Makefile.am:
3618         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
3619         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
3620         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
3621         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
3622         (gst_spc_dec_src_query), (spc_play), (spc_setup):
3623         * ext/spc/gstspc.h:
3624         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
3625         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
3626         (spc_tag_get_info), (spc_tag_free):
3627         * ext/spc/tag.h:
3628         Add support for some essential features like seeking, reading song
3629         duration and extended tags. Fixes bug #454151.
3630
3631 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3632
3633         * tests/check/elements/deinterleave.c: (GST_START_TEST):
3634         Set keep-positions property to TRUE for the 8 channel test to ensure
3635         that the original channel position is set on the output.
3636
3637 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3638
3639         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
3640         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
3641         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
3642         (gst_deinterleave_get_property):
3643         * gst/interleave/deinterleave.h:
3644         Add a property to select whether channel positions should be kept on
3645         the mono output buffers or should be dropped.
3646
3647 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
3648
3649         * docs/Makefile.am:
3650         Oops - fix the spelling of the variable I added.
3651
3652 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3653
3654         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
3655         (gst_deinterleave_init), (gst_deinterleave_sink_event),
3656         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
3657         * gst/interleave/deinterleave.h:
3658         Queue events until src pads were added and they can be sent. Otherwise
3659         downstream will never get the first newsegment event.
3660
3661 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3662
3663         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
3664         (gst_deinterleave_getcaps):
3665         Always set the channel positions when gst_audio_get_channel_positions()
3666         returns something, even if they're not set in the caps. This makes
3667         sure that the output channels can be interleaved again correctly
3668         in the mono/stereo cases too.
3669
3670         Don't ask for the peercaps of the current pad in getcaps() as this
3671         might call getcaps() again and deadlock.
3672
3673 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3674
3675         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
3676         Check some more common locations for a valid configuration file.
3677         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
3678         to the distributions default location.
3679
3680 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3681
3682         * gst/interleave/Makefile.am:
3683         * gst/interleave/deinterleave.c: (deinterleave_24),
3684         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
3685         (gst_deinterleave_class_init), (gst_deinterleave_init),
3686         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
3687         (gst_deinterleave_set_process_function),
3688         (gst_deinterleave_sink_setcaps), (__remove_channels),
3689         (__set_channels), (gst_deinterleave_getcaps),
3690         (gst_deinterleave_process), (gst_deinterleave_chain),
3691         (gst_deinterleave_sink_activate_push):
3692         * gst/interleave/deinterleave.h:
3693         Add support for all raw audio formats and provide better negotiation
3694         if the caps are changing.
3695
3696         Don't allow changes of the channel positions and set the position of
3697         the corresponding channel on the src pad caps.
3698
3699         General cleanup and smaller bugfixes.
3700
3701         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
3702         Check the channel positions on the output buffer caps.
3703
3704 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3705
3706         * docs/Makefile.am:
3707         Don't attempt to build plugin docs when they're disabled.
3708
3709         * gst/bayer/Makefile.am:
3710         Add libgstvideo to the link.
3711
3712         * gst/rtpmanager/Makefile.am:
3713         Fix link order, and move LIBS things to _LIBS
3714
3715 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3716
3717         * docs/plugins/gst-plugins-bad-plugins.types:
3718         Remove bogus attempt to pull 'metadata' plugin's base
3719         class into the docs.
3720
3721 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3722
3723         * gst/rtpmanager/gstrtpjitterbuffer.c:
3724         (gst_rtp_jitter_buffer_chain):
3725         Simply drop bad RTP packets with a warning instead of just posting an
3726         error and stopping. This is a perfectly recoverable event and we don't
3727         force people to use an rtpbin to filter out bad packets first.
3728
3729 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3730
3731         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
3732         Set fixed caps on the srcpad after we created the pad...
3733
3734 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3735
3736         * tests/check/Makefile.am:
3737           Remove deinterleave test from VALGRIND_TO_FIX again now that
3738           there are suppressions in gst.supp which make this work for me.
3739
3740 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3741
3742         * tests/check/Makefile.am:
3743           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
3744           weird invalid free errors in valgrind/libc after _exit for some
3745           reason.
3746
3747         * tests/check/elements/deinterleave.c: (pads_created),
3748           (set_channel_positions), (src_handoff_float32_8ch),
3749           (float_buffer_check_probe),
3750           (pad_added_setup_data_check_float32_8ch_cb),
3751           (make_fake_src_8chans_float32), (GST_START_TEST),
3752           (deinterleave_suite):
3753           Add some more deinterleave unit test bits I had locally.
3754
3755 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3756
3757         * gst/interleave/Makefile.am:
3758         * gst/interleave/deinterleave.h:
3759         * gst/interleave/interleave.h:
3760         * gst/interleave/plugin.h:
3761         Split definitions into separate header files for better documentation
3762         generation.
3763         
3764         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3765         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
3766         (gst_deinterleave_process):
3767         Don't use alloca, allow caps changes as long as the number of channels
3768         does not change, don't use g_warning, return NOT_NEGOTIATED as early
3769         as possible and some other cleanup.
3770
3771         * gst/interleave/interleave.c: (gst_interleave_base_init),
3772         (gst_interleave_class_init):
3773         Do some random cleanup.
3774
3775         * tests/check/Makefile.am:
3776         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3777         (deinterleave_chain_func), (deinterleave_pad_added),
3778         (deinterleave_suite):
3779         Add unit tests for the deinterleave element.
3780
3781 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3782
3783         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3784
3785         * gst/mpeg4videoparse/mpeg4videoparse.c:
3786         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
3787         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
3788         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
3789         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
3790         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
3791         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
3792         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
3793         * gst/mpeg4videoparse/mpeg4videoparse.h:
3794         Parse the config data (either outbound or in the stream) to set   
3795         width/height, apect ration, framerate in the caps if applicable.
3796         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
3797         intra frames
3798         Set the timestamps of outgoing buffers to the buffer in
3799         which the VOP header was found.
3800         Drop incoming data untill configuration is found (by default,
3801         configurable using a property).
3802         Report a 1 frame latency. Fixes #532723.
3803
3804 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3805
3806         * gst/real/gstrealvideodec.c: (open_library):
3807         Add some debug for where we are searching for libraries.
3808
3809 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3810
3811         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
3812         Actually add the do-lost property to the object.
3813
3814 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3815
3816         * gst/rtpmanager/gstrtpjitterbuffer.c:
3817         (gst_rtp_jitter_buffer_loop):
3818         Avoid waiting for a negative (huge) duration when the last packet has a
3819         lower timestamp than the current packet.
3820
3821 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
3822
3823         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
3824         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
3825         prevent a memory leak.
3826
3827
3828 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3829
3830         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3831         Quieten some docs output
3832
3833 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3834
3835         * gst/rtpmanager/gstrtpjitterbuffer.c:
3836         (gst_rtp_jitter_buffer_loop):
3837         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
3838
3839 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3840
3841         * docs/plugins/Makefile.am:
3842         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3843         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3844         * docs/plugins/inspect/plugin-gstinterlace.xml:
3845         * gst/deinterlace/gstdeinterlace.c:
3846         * gst/deinterlace/gstdeinterlace.h:
3847         Random doc of the day: the deinterlace element.
3848
3849 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3850
3851         * gst/mpegtsparse/mpegtspacketizer.c:
3852         * gst/mpegtsparse/mpegtsparse.c:
3853         Make sure all schedule EIT and non-actual transport stream
3854         EITs are parsed. Also add present-following flag and
3855         actual-transport-stream flag to eit bus message.
3856
3857 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
3858
3859         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
3860         Make sure to unref the caps used by RTPSource to prevent a memory leak.
3861
3862 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
3863
3864         Based on patch by: Clive Wright <clive_wright ntlworld com>
3865
3866         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
3867           Apparently mono sliders have the mono value repeated in the upper bits,
3868           so mask those out when reading them. Probably makes the mixer applet
3869           work properly in some more cases.
3870
3871 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3872
3873         Patch by: Olivier Crete <tester at tester dot ca>
3874
3875         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
3876         (rtp_session_process_bye), (rtp_session_send_bye_locked):
3877         Unlock the session lock when calling one of our callbacks. 
3878         Fixes #532011.
3879
3880 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3881
3882         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3883
3884         * gst/rtpmanager/gstrtpsession.c:
3885         (gst_rtp_session_event_send_rtp_sink):
3886         Send RTP BYE command on EOS. Fixes bug #531955.
3887
3888 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3889
3890         * win32/common/config.h.in:
3891           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3892           use the real thing than having "???" unconditionally.
3893
3894 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3895
3896         * gst-libs/gst/app/.cvsignore:
3897         * gst-libs/gst/app/Makefile.am:
3898         * gst-libs/gst/app/gstapp-marshal.list:
3899         Add marshal.list, make it compile and add to cvsignore.
3900
3901         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
3902         (gst_app_sink_stop):
3903         Small cleanups.
3904
3905         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3906         (gst_app_src_init), (gst_app_src_set_property),
3907         (gst_app_src_get_property), (gst_app_src_unlock),
3908         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
3909         (gst_app_src_create), (gst_app_src_set_caps),
3910         (gst_app_src_get_caps), (gst_app_src_set_size),
3911         (gst_app_src_get_size), (gst_app_src_set_seekable),
3912         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
3913         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
3914         (gst_app_src_end_of_stream):
3915         * gst-libs/gst/app/gstappsrc.h:
3916         Beat appsrc in shape, add signals and actions.
3917         Add some docs.
3918         Add properties for caps, size, seekability and max-buffers.
3919         Fix unlock/stop code.
3920
3921 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3922
3923         * configure.ac:
3924           Error out if we don't have the required versions of core/base.
3925
3926 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3927
3928         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
3929         (gst_app_sink_init), (gst_app_sink_set_property),
3930         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
3931         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
3932         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
3933         (gst_app_sink_preroll), (gst_app_sink_render),
3934         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
3935         (gst_app_sink_get_drop):
3936         * gst-libs/gst/app/gstappsink.h:
3937         Start some docs.
3938         Add property to drop buffers when the queue is filled
3939         Fix unlocking and flushing when the queues are filled.
3940
3941 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
3942
3943         Patch by: Jens Granseuer <jensgr at gmx dot net>
3944
3945         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
3946         Declare variables at the beginning of blocks. Fixes compilation with
3947         gcc 2.x and other compilers. Fixes bug #530611.
3948
3949 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3950
3951         * gst/mpegtsparse/mpegtspacketizer.c:
3952         * gst/mpegtsparse/mpegtspacketizer.h:
3953         * gst/mpegtsparse/mpegtsparse.c:
3954         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
3955         by pid number. This allows for example the EPG data from UK's
3956         freesat to be picked up.
3957
3958 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
3959
3960         * ext/mpeg2enc/gstmpeg2enc.cc:
3961         * ext/soundtouch/gstbpmdetect.cc:
3962         Cast NULL sentinels to void * as NULL is defined as an integer
3963         constant in most environments when using C++ and it's size might
3964         be different from a pointer.
3965
3966 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3967
3968         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
3969         (gst_app_sink_init), (gst_app_sink_set_property),
3970         (gst_app_sink_get_property), (gst_app_sink_event),
3971         (gst_app_sink_preroll), (gst_app_sink_render),
3972         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
3973         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
3974         (gst_app_sink_pull_buffer):
3975         * gst-libs/gst/app/gstappsink.h:
3976         Add more docs.
3977         Add signals for when preroll and render buffers are available.
3978         Add property to control signal emission.
3979         Add property to control the max queue size.
3980
3981 2008-04-25  Michael Smith <msmith@songbirdnest.com>
3982
3983         * gst-libs/gst/dshow/Makefile.am:
3984           Use CXXFLAGS rather than CFLAGS; these are C++ files.
3985           Define required constants appropriately.
3986         * sys/dshowdecwrapper/Makefile.am:
3987           Add required include dir, libraries.
3988           Define required constants appropriately.
3989
3990 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3991
3992         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
3993         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
3994         * gst/rtpmanager/gstrtpbin.h:
3995         Expose new jitterbuffer property in rtpbin too.
3996
3997 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3998
3999         * gst/rtpmanager/gstrtpjitterbuffer.c:
4000         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
4001         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
4002         (gst_rtp_jitter_buffer_get_property):
4003         Disable sending out rtp packet lost events by default and make a
4004         property to enabe it. We will likely enable it by default when the base
4005         depayloaders have a default handler for them so that we don't send these
4006         events all through the pipeline for now.
4007
4008 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4009
4010         * gst/rtpmanager/gstrtpjitterbuffer.c:
4011         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
4012         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
4013         (gst_rtp_jitter_buffer_loop):
4014         Remove private version of a function that is in -base now.
4015         Add src event handler.
4016         Rework the jitterbuffer pushing loop so that it can quickly react to
4017         lost packets and instruct the depayloader of them. This can then be used
4018         to implement error concealment data.
4019
4020 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4021
4022         * gst/rtpmanager/gstrtpsession.c:
4023         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
4024         (create_send_rtcp_src):
4025         Set up some internal links functions for the RTCP and sync pads because
4026         the defaults are really not correct.
4027         Implement a query handler for the RTCP src pad, mostly to correctly
4028         report about the latency.
4029
4030 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4031
4032         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
4033         (gst_rtp_bin_sync_chain):
4034         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
4035         (rtp_session_process_sr), (rtp_session_on_timeout):
4036         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
4037         (calculate_jitter):
4038         * gst/rtpmanager/rtpsource.h:
4039         * gst/rtpmanager/rtpstats.h:
4040         Also keep track of the first buffer timestamp together with the first
4041         RTP timestamp as they both are needed to construct the timing of
4042         outgoing packets in the jitterbuffer and are therefore also needed to
4043         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
4044         with a wildly different gap.
4045
4046 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4047
4048         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
4049         Forward unknown queries upstream instead of returning FALSE on them.
4050
4051 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4052
4053         * configure.ac:
4054         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
4055         (gst_musepackdec_init), (gst_musepackdec_dispose),
4056         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
4057         (gst_musepackdec_loop), (plugin_init):
4058         * ext/musepack/gstmusepackdec.h:
4059         * ext/musepack/gstmusepackreader.c:
4060         * ext/musepack/gstmusepackreader.h:
4061         Add support for the new libmpcdec API which magically gets us support
4062         for SV8 files. Also do some random cleanup. Fixes bug #526905.
4063
4064 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4065
4066         * configure.ac:
4067         Back to development -> 0.10.7.1
4068
4069 === release 0.10.7 ===
4070
4071 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
4072
4073         * configure.ac:
4074           releasing 0.10.7, "House of Cards"
4075
4076 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
4077
4078         * ext/faad/gstfaad.c:
4079           Don't leak GstAudioChannelPosition. Fixes #529378.
4080
4081 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4082
4083         * gst/sdp/gstsdpdemux.c: (request_pt_map):
4084         Ref caps, see #528245.
4085
4086 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4087
4088         * configure.ac:
4089         0.10.6.4 pre-release
4090
4091 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4092
4093         * tests/check/elements/rganalysis.c: (GST_START_TEST):
4094         Don't leak a tag list. Fixes bug #529285.
4095
4096 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4097
4098         * tests/check/elements/ofa.c: (bus_handler):
4099         Don't leak the tags string and tag list. Fixes bug #529283.
4100
4101 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4102
4103         Patch by: Olivier Crete <tester at tester dot ca>
4104
4105         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
4106         (new_ssrc_pad_found):
4107         Ref caps when inserting into the cache.
4108         Don't leak pads.
4109
4110         * gst/rtpmanager/gstrtpjitterbuffer.c:
4111         (gst_rtp_jitter_buffer_get_clock_rate),
4112         (gst_rtp_jitter_buffer_query):
4113         Avoid a caps leak.
4114         Don't leak refcount in query.
4115
4116         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
4117         (gst_rtp_pt_demux_chain):
4118         Avoid caps leaks.
4119
4120         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
4121         (gst_rtp_session_init), (return_true),
4122         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
4123         (gst_rtp_session_clock_rate):
4124         Ref caps when inserting into the cache.
4125         Fix some more caps leaks. Fixes #528245.
4126
4127 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4128
4129         * tests/icles/metadata_editor.c:
4130           Add cast to placate gcc 4.1.2.
4131
4132 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4133
4134         * configure.ac:
4135         0.10.6.3 pre-release
4136
4137 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4138
4139         * sys/dvb/gstdvbsrc.c:
4140         Revert patch that added a loop timeout.
4141         Fixes #528614.
4142
4143 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4144
4145         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
4146         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
4147         * gst/rtpmanager/gstrtpjitterbuffer.c:
4148         (gst_rtp_jitter_buffer_get_clock_rate):
4149         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
4150         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
4151         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
4152         Don't leak a padname.
4153         Don't leak client streams list.
4154         Lock rtpbin when associating streams. Fixes #528245.
4155
4156 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4157
4158         * tests/check/Makefile.am:
4159         Don't inlcude dc1394src in the generic/states test as it requires
4160         special hardware. Fixes bug #528011.
4161
4162 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4163
4164         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
4165         Only check if the generated fingerprints are valid Base64. The
4166         fingerprints are different when running on different architectures
4167         which is a) no problem because the fingerprints are tolerant enough
4168         and b) is caused by libofa. Fixes bug #528266.
4169
4170 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4171
4172         * ext/timidity/Makefile.am:
4173         Dist all source files, no matter if only timidity or wildmidi or
4174         nothing is found by configure. Fixes bug #528000.
4175
4176 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4177
4178         * gst-plugins-bad.spec.in:
4179           Remove souphttpsrc plugin from spec files, it's moved to -good.
4180
4181 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4182
4183         * tests/check/Makefile.am:
4184         Remove soup test certificates from the dist.
4185
4186 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4187
4188         * ext/dirac/gstdiracenc.cc:
4189         Fix compilation by casting string constants.
4190
4191         * sys/Makefile.am:
4192         Fix WININET_DIR variable reference.
4193
4194 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4195
4196         * configure.ac:
4197         * docs/plugins/Makefile.am:
4198         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4199         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4200         * docs/plugins/gst-plugins-bad-plugins.args:
4201         * docs/plugins/inspect/plugin-soup.xml:
4202         * ext/Makefile.am:
4203         * ext/soup/Makefile.am:
4204         * ext/soup/gstsouphttpsrc.c:
4205         * ext/soup/gstsouphttpsrc.h:
4206         * tests/check/Makefile.am:
4207         * tests/check/elements/souphttpsrc.c:
4208         * tests/check/test-cert.pem:
4209         * tests/check/test-key.pem:
4210
4211         Remove soup plugin that's moved to -good (#523124)
4212
4213 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4214
4215         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
4216           (gst_flv_parse_tag_script):
4217           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
4218           crash caused by a strlen on a NULL string (#527622).
4219
4220 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4221
4222         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4223
4224         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
4225           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
4226           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
4227           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
4228           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
4229         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
4230           Don't increase latency by queuing buffers in an async queue when
4231           the streaming thread can't keep up or isn't scheduled often
4232           enough for some other reason, but just drop the previous buffer
4233           in that case. Also implement GstBaseSrc::unlock for faster
4234           unlocking when shutting down. (#520892).
4235
4236 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4237
4238         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
4239           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
4240           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
4241           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
4242           (me_gst_setup_view_pipeline), (process_file):
4243         * tests/icles/metadata_editor.glade:
4244           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
4245           drawing/scaling logic to make this compile and work on all platforms.
4246           Fixes #518227.
4247
4248 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4249
4250         * configure.ac:
4251           Bump core/base requirements to released versions to avoid
4252           confusion.
4253
4254         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
4255           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
4256           (gst_deinterlace_set_caps), (plugin_init):
4257           Add debug category, use _set_element_details_simple and
4258           remove special code path for Y42B to calculate offsets and
4259           strides; libgstvideo knows how to handle this format now.
4260
4261 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4262
4263         * gst/cdxaparse/Makefile.am:
4264         * gst/cdxaparse/gstcdxaparse.c:
4265         * gst/cdxaparse/gstcdxastrip.c:
4266         * gst/cdxaparse/gstcdxastrip.h:
4267         * gst/cdxaparse/gstvcdparse.c:
4268         * gst/cdxaparse/gstvcdparse.h:
4269           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
4270           anything the 0.8 version didn't do though.
4271
4272 2008-04-11  Julien Moutte  <julien@fluendo.com>
4273
4274         * sys/oss4/oss4-mixer-enum.c:
4275         (gst_oss4_mixer_enum_get_values_locked):
4276         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
4277         format in debug statements.
4278
4279 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4280
4281         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4282
4283         * configure.ac:
4284         * sys/Makefile.am:
4285         * sys/wininet/Makefile.am:
4286         * sys/wininet/gstwininetsrc.c:
4287         * sys/wininet/gstwininetsrc.h:
4288           Add wininetsrc for basic http/ftp support on windows (#520897).
4289
4290 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4291
4292         * gst/nsf/nsf.h:
4293           Change prototype of process function here too to avoid
4294           'incompatible assignment' warnings.
4295
4296 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
4297
4298         * tests/check/elements/souphttpsrc.c: (got_buffer),
4299         (souphttpsrc_suite):
4300         Increase the timeout for the internet tests to 250 seconds
4301         and check for NULL caps instead of just crashing.
4302         The real fix would be to implement an shoutcast server for the unit test
4303         instead of relying on a working internet connection.
4304         Fixes bug #521749.
4305
4306 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
4307
4308         * gst/rtpmanager/gstrtpbin.c: (free_session):
4309         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
4310         Avoid leaking pads in the RTP manager.
4311
4312 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4313
4314         * gst/nsf/nes_apu.c: (apu_process):
4315         * gst/nsf/nes_apu.h:
4316         Don't do void pointer arithmetic - it's a gcc extension.
4317
4318 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4319
4320         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
4321           Work around missing bits of thread-safety on older GLibs some
4322           more to avoid assertions when starting up multiple playbin
4323           objects concurrently (see #512382).
4324
4325 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4326
4327         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4328
4329         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
4330         Only ignore actual redirects not all responses when in state
4331         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
4332
4333 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4334
4335         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4336
4337         * configure.ac:
4338         Actually build dlls when cross-compiling with mingw32.
4339         Fixes bug #526247.
4340
4341 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4342
4343         * tests/check/elements/ofa.c: (GST_START_TEST):
4344         Also check that we have processed at least 135 seconds of audio
4345         until we stop and calculated a fingerprint.
4346
4347 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4348
4349         * gst/subenc/gstsrtenc.c:
4350         * gst/subenc/gstsrtenc.h:
4351           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4352
4353 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4354
4355         * tests/check/Makefile.am:
4356         * tests/check/elements/.cvsignore:
4357         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4358         (ofa_suite), (main):
4359         Add simple unit tests for the OFA plugin.
4360
4361 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4362
4363         * configure.ac:
4364         * sys/Makefile.am:
4365         * sys/oss4/Makefile.am:
4366         * sys/oss4/oss4-audio.c:
4367         * sys/oss4/oss4-audio.h:
4368         * sys/oss4/oss4-mixer-enum.c:
4369         * sys/oss4/oss4-mixer-enum.h:
4370         * sys/oss4/oss4-mixer-slider.c:
4371         * sys/oss4/oss4-mixer-slider.h:
4372         * sys/oss4/oss4-mixer-switch.c:
4373         * sys/oss4/oss4-mixer-switch.h:
4374         * sys/oss4/oss4-mixer.c:
4375         * sys/oss4/oss4-mixer.h:
4376         * sys/oss4/oss4-property-probe.c:
4377         * sys/oss4/oss4-property-probe.h:
4378         * sys/oss4/oss4-sink.c:
4379         * sys/oss4/oss4-sink.h:
4380         * sys/oss4/oss4-soundcard.h:
4381         * sys/oss4/oss4-source.c:
4382         * sys/oss4/oss4-source.h:
4383           Add initial support for OSSv4. Mixer still needs a bit more love,
4384           but even magic has its limits.
4385
4386 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4387
4388         * configure.ac:
4389         * gst-plugins-bad.spec.in:
4390         * gst/srtenc/Makefile.am:
4391         * gst/srtenc/gstsrtenc.c:
4392         * gst/srtenc/gstsrtenc.h:
4393         * gst/subenc/Makefile.am:
4394         * gst/subenc/gstsrtenc.c: (plugin_init):
4395           Rename new srtenc plugin to subenc.
4396
4397 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4398
4399         * gst/mpegtsparse/mpegtspacketizer.c:
4400         Cable delivery subsystem descriptors' frequency's bcd
4401         is measured in 100Hz units so adjust multiplier accordingly.
4402
4403 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4404
4405         * configure.ac:
4406         * gst/srtenc/Makefile.am:
4407         * gst/srtenc/gstsrtenc.c:
4408         * gst/srtenc/gstsrtenc.h:
4409         Add srt subtitle encoder
4410
4411 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4412
4413         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4414
4415         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4416         (gst_gsmdec_chain):
4417         * ext/gsm/gstgsmdec.h:
4418         Increase the allowed samplerates for the ms-gsm format.
4419         Fixes #481354.
4420
4421 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4422
4423         Patch by: Jan de Groot <jan at jgc homeip net>
4424
4425         * configure.ac:
4426           Fix build with --disable-external (#525100).
4427
4428 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4429
4430         * sys/dvb/gstdvbsrc.c:
4431         Repeat diseqc call to allow for some diseqc switches.
4432
4433 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4434
4435         * ext/Makefile.am:
4436         Dist ofa correctly! Fixes non-uninstalled build.
4437
4438 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4439
4440         * sys/dvb/gstdvbsrc.c:
4441         Make diseqc work more reliably.
4442
4443 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4444
4445         * gst/nsf/Makefile.am:
4446         * gst/nsf/fds_snd.c:
4447         * gst/nsf/mmc5_snd.c:
4448         * gst/nsf/nsf.c:
4449         * gst/nsf/types.h:
4450         * gst/nsf/vrc7_snd.c:
4451         * gst/nsf/vrcvisnd.c:
4452         * gst/nsf/memguard.c:
4453         * gst/nsf/memguard.h:
4454         Remove memguard again and apply hopefully all previously dropped
4455         local patches. Should be really better than the old version now.
4456
4457 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4458
4459         * gst/nsf/memguard.c: (_my_free):
4460         * gst/nsf/types.h:
4461         Unbreak compilation by disabling memguard and doing some dirty hack
4462         fixes to make it compile on 64bits.
4463
4464 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4465
4466         Patch by: Andreas Henriksson <andreas at fatal dot set>
4467
4468         * gst/nsf/Makefile.am:
4469         * gst/nsf/dis6502.h:
4470         * gst/nsf/fds_snd.c:
4471         * gst/nsf/fds_snd.h:
4472         * gst/nsf/fmopl.c:
4473         * gst/nsf/fmopl.h:
4474         * gst/nsf/gstnsf.c:
4475         * gst/nsf/log.c:
4476         * gst/nsf/log.h:
4477         * gst/nsf/memguard.c:
4478         * gst/nsf/memguard.h:
4479         * gst/nsf/mmc5_snd.c:
4480         * gst/nsf/mmc5_snd.h:
4481         * gst/nsf/nes6502.c:
4482         * gst/nsf/nes6502.h:
4483         * gst/nsf/nes_apu.c:
4484         * gst/nsf/nes_apu.h:
4485         * gst/nsf/nsf.c:
4486         * gst/nsf/nsf.h:
4487         * gst/nsf/osd.h:
4488         * gst/nsf/types.h:
4489         * gst/nsf/vrc7_snd.c:
4490         * gst/nsf/vrc7_snd.h:
4491         * gst/nsf/vrcvisnd.c:
4492         * gst/nsf/vrcvisnd.h:
4493         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4494         on some files. Fixes bug #498237.
4495
4496         Remove some // comments, fix some compiler warnings and use pow()
4497         instead of a slow, selfmade implementation.
4498
4499 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4500
4501         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4502
4503         * configure.ac:
4504         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4505
4506 2008-03-24  Rene Stadler  <mail@renestadler.de>
4507
4508         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4509           (gst_rg_analysis_transform_ip):
4510         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4511           (gst_rg_limiter_transform_ip):
4512         Make rganalysis and rglimiter elements GAP-flag aware.
4513
4514         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4515           (rganalysis_suite):
4516         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4517         Add tests to verify gap-awareness.
4518
4519 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4520
4521         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4522         (gst_soup_http_src_chunk_allocator),
4523         (gst_soup_http_src_got_chunk_cb),
4524         (gst_soup_http_src_uri_get_protocols):
4525         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4526         GIO and GnomeVFS as they provide authentication.
4527
4528         Don't leak the icy caps if we already set them and get a new
4529         icy-metaint header.
4530
4531         Try harder to set the icy caps on the output buffer to have correct
4532         caps for the first buffer already.
4533
4534         * tests/check/elements/souphttpsrc.c: (got_buffer),
4535         (GST_START_TEST):
4536         Check that we get a buffer with application/x-icy caps if iradio-mode
4537         is enabled and we have an icecast URL.
4538
4539 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4540
4541         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
4542         Actually set the icy caps on our src pad if we have icecast data.
4543         Fixes bug #523854.
4544
4545 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4546
4547         * configure.ac:
4548         Check if the compiler supports do { } while (0) macros. This fixes
4549         a warning when compiling with g++ 4.3, resulting in a build failure
4550         because of -Werror.
4551
4552         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4553         * ext/mplex/gstmplex.cc:
4554         Include <string.h> for memcpy and friends to fix the build with
4555         gcc 4.3.
4556
4557         * tests/check/Makefile.am:
4558         Remove trailing backslash.
4559
4560 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4561
4562         * gst/selector/gstinputselector.c:
4563         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
4564         Do g_object_notify() only when not holding the lock to get the property
4565         because otherwise we run into a deadlock with the deep-notify handlers
4566         that are possibly installed.
4567
4568 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4569
4570         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4571         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4572         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
4573         Release the selector lock when pad alloc happens on a non selected pad.
4574
4575 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4576
4577         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4578         (gst_selector_pad_init), (gst_selector_pad_set_property),
4579         (gst_selector_pad_get_property), (gst_selector_pad_event),
4580         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4581         (gst_input_selector_set_active_pad):
4582         Add pad property to configure behaviour of the unselected pad, it can
4583         return OK or NOT_LINKED, based on the use case.
4584
4585 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4586
4587         * gst/selector/gstinputselector.c:
4588         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
4589         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4590         (gst_input_selector_wait), (gst_selector_pad_chain),
4591         (gst_input_selector_class_init), (gst_input_selector_init),
4592         (gst_input_selector_dispose), (gst_segment_set_start),
4593         (gst_input_selector_set_active_pad),
4594         (gst_input_selector_set_property),
4595         (gst_input_selector_get_property),
4596         (gst_input_selector_get_linked_pad),
4597         (gst_input_selector_is_active_sinkpad),
4598         (gst_input_selector_activate_sinkpad),
4599         (gst_input_selector_request_new_pad),
4600         (gst_input_selector_release_pad),
4601         (gst_input_selector_change_state), (gst_input_selector_block),
4602         (gst_input_selector_switch):
4603         * gst/selector/gstinputselector.h:
4604         Figure out the locking a bit more.
4605         Mark buffers with discont after switching.
4606         Fix initial segment forwarding, make sure to only forward one segment
4607         regardless of what the sequence of buffers/segments is. See #522203.
4608         Improve flushing when blocked.
4609         Return NOT_LINKED when a stream is not selected.
4610         Not API change for the switch signal in the docs.
4611         Fix start/time/accum values of the new segment.
4612         Correctly unlock and flush a blocking selector when going to READY.
4613
4614 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4615
4616         * ext/ladspa/gstladspa.c:
4617         * ext/ladspa/gstsignalprocessor.c:
4618           Add some thoughts and FIXME's.
4619
4620 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4621
4622         * gst/bayer/gstbayer2rgb.c:
4623           Include stdlib.h for abs.
4624
4625 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
4626
4627         * gst/freeze/FAQ:
4628         * gst/freeze/Makefile.am:
4629         * gst/freeze/gstfreeze.c:
4630           Add example to source code documentation blob and remove the 3 line
4631           FAQ.
4632
4633         * gst/interleave/interleave.c:
4634           Add a source code documentation blob.
4635
4636 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4637
4638         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
4639         (gst_ofa_transform_ip), (plugin_init):
4640         Improve debugging, clean up a bit and really generate the fingerprint
4641         after 135 seconds.
4642
4643 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4644
4645         * ext/ofa/gstofa.c:
4646         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
4647
4648 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4649
4650         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
4651
4652         * configure.ac:
4653         * ext/ofa/Makefile.am:
4654         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
4655         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
4656         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
4657         (plugin_init):
4658         * ext/ofa/gstofa.h:
4659         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
4660         Fixes bug #351309.
4661
4662 2008-03-18  Andy Wingo  <wingo@pobox.com>
4663
4664         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
4665         and a potential int overflow.
4666
4667         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
4668         Avoids a #warning about an ignored #pragma.
4669
4670 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4671
4672         * examples/switch/switcher.c:
4673         Update switch example to use input selector.
4674
4675 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4676
4677         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
4678         (gst_neonhttp_src_send_request_and_redirect):
4679         Handle HTTP status code 303 (See Other) the same way
4680         as 302 (Found). Not sure what to do about all the other 3xx
4681         redirect status codes. Fixes bug #522884.
4682
4683 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
4684
4685         * gst-libs/gst/dshow/Makefile.am:
4686         Make sure the dshow helper library headers get distributed in the next
4687         release.
4688
4689 2008-03-14  David Schleef  <ds@schleef.org>
4690
4691         Patch by: William M. Brack
4692
4693         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
4694
4695 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4696
4697         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
4698         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4699         (gst_input_selector_class_init),
4700         (gst_input_selector_set_active_pad),
4701         (gst_input_selector_set_property),
4702         (gst_input_selector_push_pending_stop):
4703         Add lots of debugging. 
4704         Fix time member in the newsegment event.
4705
4706 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4707
4708         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4709         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4710         (gst_selector_pad_event), (gst_input_selector_class_init),
4711         (gst_input_selector_init), (gst_input_selector_set_active_pad),
4712         (gst_input_selector_set_property),
4713         (gst_input_selector_get_property),
4714         (gst_input_selector_request_new_pad),
4715         (gst_input_selector_release_pad),
4716         (gst_input_selector_push_pending_stop),
4717         (gst_input_selector_switch):
4718         * gst/selector/gstinputselector.h:
4719         Various cleanups.
4720         Added tags to the pads.
4721         Select active pad based on the pad object instead of its name.
4722         Fix refcount in set_active_pad.
4723         Add property to get the number of pads.
4724
4725         * gst/selector/gstoutputselector.c:
4726         (gst_output_selector_class_init),
4727         (gst_output_selector_set_property),
4728         (gst_output_selector_get_property):
4729         Various cleanups.
4730         Select the active pad based on the pad object instead of its name.
4731         Fix locking when setting the active pad.
4732
4733         * gst/selector/gstselector-marshal.list:
4734         * tests/check/elements/selector.c: (cleanup_pad),
4735         (selector_set_active_pad), (run_input_selector_buffer_count):
4736         Fixes for pad instead of padname for pad selection.
4737
4738 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4739
4740         * ext/alsaspdif/alsaspdifsink.c:
4741         * ext/gsm/gstgsm.c:
4742         * ext/jack/gstjack.c:
4743         * ext/libmms/gstmms.c:
4744         * ext/neon/gstneonhttpsrc.c:
4745         * ext/shout/gstshout.c:
4746         * ext/timidity/gsttimidity.c:
4747         * ext/timidity/gstwildmidi.c:
4748         * gst/nuvdemux/gstnuvdemux.c:
4749         * gst/tta/gsttta.c:
4750         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4751         of hardcoding values where possible. Fixes bug #522212.
4752
4753 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4754
4755         Patch by: Wouter Cloetens <wouter at mind dot be>
4756
4757         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
4758         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
4759         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
4760         * ext/soup/gstsouphttpsrc.h:
4761         Try to resume on server disconnect. Fixes bug #522134.
4762
4763 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4764
4765         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
4766         Set correct pixel aspect ratio for the encoder.
4767
4768 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4769
4770         Patch by: Olivier Crete <tester at tester dot ca>
4771
4772         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
4773         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
4774         (rtp_session_create_source), (rtp_session_process_rtp),
4775         (rtp_session_process_sr), (rtp_session_process_rr),
4776         (rtp_session_process_sdes), (rtp_session_process_bye),
4777         (rtp_session_send_bye_locked), (rtp_session_send_bye),
4778         (rtp_session_on_timeout):
4779         * gst/rtpmanager/rtpsession.h:
4780         Implement collision and loop detection in rtpmanager.
4781         Fixes #520626.
4782
4783         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
4784         (rtp_source_init):
4785         * gst/rtpmanager/rtpsource.h:
4786         Add method to reset stats.
4787
4788 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4789
4790         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4791
4792         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
4793         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
4794         (join_rtcp_thread), (gst_rtp_session_change_state):
4795         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
4796         be blocked downstream. Also avoid spawning multiple rtcp threads.
4797         Fixes #520894.
4798
4799 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4800
4801         Patch by: Stefan Kost <ensonic@users.sf.net>
4802
4803         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
4804         Don't try to reset the clock skew when we have no timestamps.
4805         Fixes #519005.
4806
4807 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4808
4809         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4810
4811         * ext/faad/gstfaad.c: (looks_like_valid_header):
4812         Improve the header checking to look for what faad2 looks
4813         for too. Fixes playback of same apple trailers.
4814         Fixes bug #469979.
4815
4816 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4817
4818         * configure.ac:
4819         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
4820         2.0.0-rcX is newer than 2.0.0 so we check for this too.
4821
4822 2008-03-05  David Schleef  <ds@schleef.org>
4823
4824         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
4825           from the encoder program in dirac.
4826
4827 2008-03-05  David Schleef  <ds@schleef.org>
4828
4829         * configure.ac:
4830         * ext/Makefile.am:
4831         * ext/dirac/Makefile.am:
4832         * ext/dirac/gstdirac.cc:
4833         * ext/dirac/gstdiracenc.cc:
4834           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
4835           elements.
4836
4837 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4838
4839         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4840
4841         * configure.ac:
4842         * ext/Makefile.am:
4843         * ext/mplex/Makefile.am:
4844         * ext/mplex/gstmplex.cc:
4845         * ext/mplex/gstmplex.hh:
4846         * ext/mplex/gstmplexibitstream.cc:
4847         * ext/mplex/gstmplexibitstream.hh:
4848         * ext/mplex/gstmplexjob.cc:
4849         * ext/mplex/gstmplexjob.hh:
4850         * ext/mplex/gstmplexoutputstream.cc:
4851         * ext/mplex/gstmplexoutputstream.hh:
4852         Port mplex element to 0.10. Fixes bug #520329.
4853
4854         * tests/check/Makefile.am:
4855         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
4856         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
4857         (GST_START_TEST), (mplex_suite), (main):
4858         Add unit test for the mplex element.
4859
4860 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4861
4862         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4863
4864         * configure.ac:
4865         Clean up detection of different mjpegtoolsAPI versions.
4866
4867         * ext/mpeg2enc/gstmpeg2enc.cc:
4868         * ext/mpeg2enc/gstmpeg2enc.hh:
4869         * ext/mpeg2enc/gstmpeg2encoder.cc:
4870         * ext/mpeg2enc/gstmpeg2encoptions.cc:
4871         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4872         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
4873         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
4874         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
4875         Streamline conditional code for evolving mjpegtools API,
4876         optimize and fix/prevent crash in log handling, use
4877         names/nicks for enums in the usual way andm inor updates
4878         in code and properties/settings. Partially fixes bug #520329.
4879
4880 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4881
4882         * gst/mpegtsparse/gstmpegdesc.h:
4883         * gst/mpegtsparse/mpegtspacketizer.c:
4884         Add parsing of cable delivery system descriptor.
4885
4886 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4887
4888         * configure.ac:
4889         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4890         plug-ins are included/excluded. (#498222)
4891
4892 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4893
4894         Patch by: Jens Granseuer <jensgr at gmx dot net>
4895
4896         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
4897         (gst_mve_demux_get_type):
4898         Fix audio discontinuity that happens when silent chunks are
4899         followed by real data again. Fixes bug #519905.
4900
4901 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4902
4903         * sys/dvb/gstdvbsrc.c:
4904         * sys/dvb/parsechannels.c:
4905         Add DVB-C support. Special thanks to Christian Schaller
4906         for a testing ground.
4907
4908 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4909
4910         * gst/mpegtsparse/mpegtsparse.c:
4911         Only send PMTs to program pads that the PMT is for even if
4912         on same pid.
4913         As a by-product, we now no longer hardcode any psi pid numbers.
4914         Also remove pcr stream from old pmt when we apply a new pmt.
4915
4916 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
4917
4918         * ext/metadata/TODO:
4919         * ext/metadata/metadata_mapping.htm:
4920         * ext/metadata/metadataexif.c:
4921         * ext/metadata/metadatatags.c:
4922         * ext/metadata/metadatatags.h:
4923         * tests/icles/metadata_editor.c:
4924         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
4925         local time (those changes has been done in previous comit but had to
4926         be revert in 2008-02-10 due to frozen)
4927
4928 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4929
4930         * sys/dvb/camutils.c:
4931         Remove the G_VALUE_HOLDS_BOXED checks. They were
4932         only added to help debug the data corruption.
4933
4934 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4935
4936         * sys/dvb/camutils.c:
4937         Don't free the program descriptors, this structure
4938         containing them is still stored after.
4939         Fixes data corruption.
4940
4941 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4942
4943         * sys/dvb/camutils.c:
4944         Extra checks to prevent data corruption/segfaults.
4945
4946 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
4947
4948         * ext/nas/nassink.c:
4949           Fix build warning by using portable API.
4950
4951 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
4952
4953         * gst/selector/gstoutputselector.c:
4954           Fix changing to same pad twice before a chain call.     
4955
4956 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
4957
4958         Patch by: Daniel Fischer <dan at f3c dot com>
4959
4960         * configure.ac:
4961         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
4962         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
4963         * ext/dc1394/gstdc1394.h:
4964         Add support for libdc1394 2.0.0 and above and require this version
4965         now. Fixes bug #514964.
4966
4967 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
4968
4969         Patch by: Wouter Cloetens <wouter at mind dot be>
4970
4971         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
4972         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
4973         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
4974         (gst_soup_http_src_create):
4975         * ext/soup/gstsouphttpsrc.h:
4976         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
4977         (souphttpsrc_suite):
4978         Add support for specifying a list of cookies to be passed in
4979         the HTTP request. Fixes bug #518722.
4980
4981 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
4982
4983         * gst/selector/gstinputselector.c:
4984         * gst/selector/gstinputselector.h:
4985           Added "select-all" property to make it work like aggregator in 0.8.
4986
4987         * gst/selector/gstoutputselector.c:
4988           Fix resend-latest behavoiur.
4989           
4990         * tests/check/Makefile.am:
4991         * tests/check/elements/.cvsignore:
4992         * tests/check/elements/selector.c:
4993           Add unit tests for selector.
4994
4995 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4996
4997         * configure.ac:
4998         * ext/timidity/gsttimidity.c: (plugin_init):
4999         * ext/timidity/gstwildmidi.c: (plugin_init):
5000         Remove midi typefinders and require base CVS as they moved there.
5001
5002 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5003
5004         * ext/Makefile.am:
5005         Only disable the ext/timidity directory if both, wildmidi
5006         _and_ timidity are not available.
5007
5008 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5009
5010         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
5011
5012         * ext/Makefile.am:
5013         Build the wildmidi plugin if it's enabled and not only when
5014         both, the timidity and wildmidi plugin, are enabled.
5015
5016 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5017
5018         * configure.ac:
5019         * ext/mpeg2enc/Makefile.am:
5020         * ext/soundtouch/Makefile.am:
5021         * gst/modplug/Makefile.am:
5022           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5023           when building C++ code.
5024
5025 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5026
5027         * sys/dvb/gstdvbsrc.c:
5028         Add initial support for multiproto driver (not yet merged into
5029         v4l-dvb mainline yet).
5030         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
5031
5032 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5033
5034         * docs/plugins/inspect/plugin-alsaspdif.xml:
5035         * docs/plugins/inspect/plugin-app.xml:
5036         * docs/plugins/inspect/plugin-bayer.xml:
5037         * docs/plugins/inspect/plugin-bz2.xml:
5038         * docs/plugins/inspect/plugin-cdaudio.xml:
5039         * docs/plugins/inspect/plugin-cdxaparse.xml:
5040         * docs/plugins/inspect/plugin-dfbvideosink.xml:
5041         * docs/plugins/inspect/plugin-dtsdec.xml:
5042         * docs/plugins/inspect/plugin-dvb.xml:
5043         * docs/plugins/inspect/plugin-dvdspu.xml:
5044         * docs/plugins/inspect/plugin-faac.xml:
5045         * docs/plugins/inspect/plugin-faad.xml:
5046         * docs/plugins/inspect/plugin-fbdevsink.xml:
5047         * docs/plugins/inspect/plugin-festival.xml:
5048         * docs/plugins/inspect/plugin-filter.xml:
5049         * docs/plugins/inspect/plugin-flvdemux.xml:
5050         * docs/plugins/inspect/plugin-freeze.xml:
5051         * docs/plugins/inspect/plugin-gsm.xml:
5052         * docs/plugins/inspect/plugin-gstinterlace.xml:
5053         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
5054         * docs/plugins/inspect/plugin-h264parse.xml:
5055         * docs/plugins/inspect/plugin-interleave.xml:
5056         * docs/plugins/inspect/plugin-jack.xml:
5057         * docs/plugins/inspect/plugin-ladspa.xml:
5058         * docs/plugins/inspect/plugin-metadata.xml:
5059         * docs/plugins/inspect/plugin-mms.xml:
5060         * docs/plugins/inspect/plugin-modplug.xml:
5061         * docs/plugins/inspect/plugin-mpeg2enc.xml:
5062         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
5063         * docs/plugins/inspect/plugin-mpegtsparse.xml:
5064         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5065         * docs/plugins/inspect/plugin-musepack.xml:
5066         * docs/plugins/inspect/plugin-musicbrainz.xml:
5067         * docs/plugins/inspect/plugin-mve.xml:
5068         * docs/plugins/inspect/plugin-neon.xml:
5069         * docs/plugins/inspect/plugin-nsfdec.xml:
5070         * docs/plugins/inspect/plugin-nuvdemux.xml:
5071         * docs/plugins/inspect/plugin-rawparse.xml:
5072         * docs/plugins/inspect/plugin-real.xml:
5073         * docs/plugins/inspect/plugin-replaygain.xml:
5074         * docs/plugins/inspect/plugin-rfbsrc.xml:
5075         * docs/plugins/inspect/plugin-sdl.xml:
5076         * docs/plugins/inspect/plugin-sdp.xml:
5077         * docs/plugins/inspect/plugin-selector.xml:
5078         * docs/plugins/inspect/plugin-sndfile.xml:
5079         * docs/plugins/inspect/plugin-soundtouch.xml:
5080         * docs/plugins/inspect/plugin-spcdec.xml:
5081         * docs/plugins/inspect/plugin-speed.xml:
5082         * docs/plugins/inspect/plugin-speexresample.xml:
5083         * docs/plugins/inspect/plugin-stereo.xml:
5084         * docs/plugins/inspect/plugin-tremor.xml:
5085         * docs/plugins/inspect/plugin-tta.xml:
5086         * docs/plugins/inspect/plugin-vcdsrc.xml:
5087         * docs/plugins/inspect/plugin-videosignal.xml:
5088         * docs/plugins/inspect/plugin-vmnc.xml:
5089         * docs/plugins/inspect/plugin-x264.xml:
5090         * docs/plugins/inspect/plugin-xvid.xml:
5091         * docs/plugins/inspect/plugin-y4menc.xml:
5092           Update to version 0.10.6.1.
5093
5094 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5095
5096         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5097         * docs/plugins/inspect/plugin-gdp.xml:
5098         * docs/plugins/inspect/plugin-quicktime.xml:
5099         * docs/plugins/inspect/plugin-switch.xml:
5100         * docs/plugins/inspect/plugin-videocrop.xml:
5101           Remove docs for elements that have moved to other modules
5102           or been renamed.
5103
5104 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5105
5106         Patch by: Wouter Cloetens <wouter at mind dot be>
5107
5108         * configure.ac:
5109         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
5110         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
5111         (gst_soup_http_src_chunk_allocator),
5112         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
5113         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
5114         * ext/soup/gstsouphttpsrc.h:
5115         Implement zero-copy and make the buffer size configurable.
5116         Prefix proxy URIs with "http://" if they don't start with it
5117         already and catch errors earlier, fixes hanging in some situations.
5118         Fixes bug #514948.
5119
5120 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5121
5122         * tests/check/gst-plugins-bad.supp:
5123         Add suppressions for SoundTouch valgrind warnings and
5124         a valgrind warning caused by the LADSPA sine plugin and
5125         happening on every exit().
5126         Remove GIO suppressions as it's now in -base.
5127
5128 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5129
5130         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
5131         Don't allocate and copy the data to a new place but instead
5132         put the data from gmyth (which we own) into the buffers that
5133         are passed downstream.
5134
5135 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5136
5137         * ext/timidity/gstwildmidi.c:
5138         If WILDMIDI_CFG is not defined, define it to the default
5139         timidity configure file.
5140
5141 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5142
5143         Based on a patch by:
5144           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5145
5146         * configure.ac:
5147         * ext/mpeg2enc/gstmpeg2enc.cc:
5148         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
5149         use mjpeg_loglev_t() for getting the log levels. Check for this
5150         function in configure.ac as the pkg-config file doesn't tell us
5151         which release candidate we have. Fixes bug #517896.
5152
5153 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5154
5155         * configure.ac:
5156         Check for X for the nas plugin to make it possible to build it
5157         again. Fixes bug #517895.
5158
5159 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5160
5161         * tests/check/Makefile.am:
5162         Ignore some more elements for the states unit test, like
5163         dfbvideosink which produces a segfault. Fixes bug #517854.
5164
5165 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5166
5167         Patch by: Jens Granseuer <jensgr at gmx dot net>
5168
5169         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
5170         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
5171         (rfb_decoder_state_set_encodings):
5172         * gst/mpegtsparse/mpegtspacketizer.c:
5173         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
5174         (mpegts_packetizer_parse_eit):
5175         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
5176         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
5177         Some C89 fixes, moving variable declarations to the beginning
5178         of a block. Fixes bug #517937.
5179
5180 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5181
5182         * configure.ac:
5183         Back to development...
5184
5185 === release 0.10.6 ===
5186
5187 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5188
5189         * configure.ac:
5190           releasing 0.10.6, "A Big Deep Breath"
5191
5192 2008-02-20  Bastien Nocera  <hadess@hadess.net>
5193
5194         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
5195         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
5196         and fail seek properly on anything but _BYTES format
5197         Fixes bug #517684
5198
5199 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
5200
5201         Patch by: Olivier Crete <tester at tester dot ca>
5202
5203         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
5204         Fix small memory leak, leaking caps. Fixes bug #517571.
5205
5206 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5207
5208         * gst/tta/Makefile.am:
5209         Link tta plugin with libm. Fixes bug #517391.
5210
5211 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5212
5213         * sys/dvb/camutils.c:
5214         Do not assume "descriptors" property in the pmt structure
5215         is present.
5216         Fixes #516499.
5217
5218 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5219
5220         Patch by: Olivier Crete <tester@tester.ca>
5221
5222         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
5223         Ignore streams that did not receive an SR packet when doing
5224         synchronisation. Fixes #516160.
5225
5226 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
5227
5228         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
5229         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
5230         on an idea by Jan Schmidt, fixes bug #516436.
5231
5232 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5233
5234         * gst/mpegtsparse/gstmpegdesc.c:
5235         * gst/mpegtsparse/gstmpegdesc.h:
5236         * gst/mpegtsparse/mpegtsparse.c:
5237         Make sure the gstmpegdesc debug lines do not critical
5238         when GST_DEBUG is enabled and also actually output.
5239         Thanks to Alessandro Decina for spotting.
5240         Fixes #516448
5241
5242 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
5243
5244         * gst-libs/gst/Makefile.am:
5245         * sys/Makefile.am:
5246         Also add dshow pieces to the disted subdirs to fix distcheck.
5247
5248 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5249
5250         Patch by: Josep Torra Valles <josep@fluendo.com>
5251
5252         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5253         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
5254
5255 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
5256
5257         * configure.ac:
5258         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
5259         until 0.7 fortunately.
5260
5261 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5262
5263         * configure.ac:
5264         Generate the directshow Makefiles so that the directories
5265         get disted. Still needs some configure time detection to enable
5266         building them under MingW.
5267
5268 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5269
5270         * ext/metadata/Makefile.am:
5271         Don't install a header file. We will have to merge these
5272         tags into libgsttag after the release and use them from there.
5273         Fixes: #515860
5274
5275 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5276
5277         * gst-libs/gst/dshow/Makefile.am:
5278         * sys/dshowdecwrapper/Makefile.am:
5279         * sys/dshowsrcwrapper/Makefile.am:
5280         Add Makefiles to win32 plugins and lib.
5281         They will need to be tested and probably fixed by developers
5282         working with mingw. This is a first step to include source files 
5283         with releases.
5284         
5285 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5286
5287         * sys/dvb/dvbbasebin.c:
5288         Fix leak of location string returned from gst_uri_get_location.
5289         Fixes bug #516114
5290
5291 2008-02-12  David Schleef  <ds@schleef.org>
5292
5293         * configure.ac:
5294         * docs/plugins/Makefile.am:
5295         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5296         * docs/plugins/inspect/plugin-glimagesink.xml:
5297         * sys/Makefile.am:
5298         * sys/glsink/BUGS:
5299         * sys/glsink/Makefile.am:
5300         * sys/glsink/color_matrix.c:
5301         * sys/glsink/glextensions.c:
5302         * sys/glsink/glextensions.h:
5303         * sys/glsink/glimagesink.c:
5304         * sys/glsink/glimagesink.h:
5305         * sys/glsink/gltestsrc.c:
5306         * sys/glsink/gltestsrc.h:
5307         * sys/glsink/gstglbuffer.c:
5308         * sys/glsink/gstglbuffer.h:
5309         * sys/glsink/gstglconvert.c:
5310         * sys/glsink/gstgldisplay.c:
5311         * sys/glsink/gstgldisplay.h:
5312         * sys/glsink/gstgldownload.c:
5313         * sys/glsink/gstglfilter.c:
5314         * sys/glsink/gstglfilter.h:
5315         * sys/glsink/gstglfilterexample.c:
5316         * sys/glsink/gstgltestsrc.c:
5317         * sys/glsink/gstgltestsrc.h:
5318         * sys/glsink/gstglupload.c:
5319         * sys/glsink/gstopengl.c:
5320           Remove glimagesink, as it's been moved to gst-plugins-gl.
5321           Fixes #516094.
5322
5323 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5324
5325         Patch by: Josep Torra Valles <josep@fluendo.com>
5326
5327         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5328         Fix potential buffer leak in reverse mode. Fixes #516061.
5329
5330 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5331
5332         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5333         (gst_dshowaudiodec_dispose):
5334         * sys/dshowdecwrapper/gstdshowvideodec.c:
5335         (gst_dshowvideodec_dispose):
5336         Chain up dispose methods properly. Fixes bug #515970.
5337
5338 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5339
5340         * gst/mpegvideoparse/mpegvideoparse.c:
5341         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5342         (gst_mpegvideoparse_change_state):
5343         Fix leaking caps.
5344         Fix potential buffer leak in forward mode.
5345         Cleanup queues when going to READY. Fixes #515815.
5346
5347 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5348
5349         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5350         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5351         * docs/plugins/inspect/plugin-gio.xml:
5352         Remove documentation for the GIO plugin as it was moved to
5353         gst-plugins-base. Fixes bug #515964.
5354
5355 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5356
5357         * ext/xvid/gstxvidenc.c:
5358         * gst/vmnc/vmncdec.c:
5359         * sys/glsink/glimagesink.c:
5360         * sys/glsink/gstgldisplay.c:
5361         Fix some finalize leaks by chaining up to the parent method.
5362         Fixes: #515919
5363
5364 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5365
5366         * tests/check/elements/souphttpsrc.c:
5367         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5368
5369 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5370
5371         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5372         Free the rfb decoder on finalize. Fixes bug #515721.
5373
5374 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5375
5376         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5377         (gst_fbdevsink_finalize):
5378         Free the device string in finalize. Fixes bug #515722.
5379
5380 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5381
5382         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5383         Unset GValues after using them. Fixes bug #515720.
5384
5385 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5386
5387         * tests/check/Makefile.am:
5388         Disable the dvb plugin for the states test. Fixes bug #515567.
5389
5390 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5391
5392         * ext/metadata/TODO:
5393         * ext/metadata/metadata_mapping.htm:
5394         * ext/metadata/metadataexif.c:
5395         * ext/metadata/metadatatags.c:
5396         * ext/metadata/metadatatags.h:
5397         * tests/icles/metadata_editor.c:
5398           Revert changes to 2008-02-09 due to frozen.
5399
5400 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5401
5402         * ext/ivorbis/vorbisfile.c:
5403         Trivial fix for build warning.
5404         Patch by: Josep Torra Valles <josep@fluendo.com>
5405         Fixes: #515588
5406
5407 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5408
5409         * ext/metadata/TODO:
5410         * ext/metadata/metadataexif.c:
5411           Convert from EXIF to XMP DataTime as local time.
5412
5413 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5414
5415         * ext/metadata/TODO:
5416         * ext/metadata/metadata_mapping.htm:
5417         * ext/metadata/metadataexif.c:
5418         * ext/metadata/metadatatags.c:
5419         * ext/metadata/metadatatags.h:
5420         * tests/icles/metadata_editor.c:
5421           Map Date-Time and GPS tags.
5422           
5423
5424 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5425
5426         * gst/selector/Makefile.am:
5427
5428         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5429         let's not do that
5430
5431         * tests/check/Makefile.am:
5432         Disable the crashing cdaudio plugin from the states test so I can make
5433         pre-releases.
5434
5435 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5436
5437         * win32/vs6/libgstdshowdecwrapper.dsp:
5438         * win32/vs6/libgstflv.dsp:
5439         Convert to DOS line endings, and set -kb
5440
5441 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5442
5443         * sys/dvb/Makefile.am:
5444         * sys/dvb/dvbbasebin.c:
5445         Add URI Handler for dvb.
5446         Re-order pad templates to workaround a bug in playbasebin.
5447         * sys/dvb/parsechannels.c:
5448         * sys/dvb/parsechannels.h:
5449         Add code to parse channels from zap-style channels.conf files.
5450
5451 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5452
5453         * configure.ac:
5454         * docs/plugins/Makefile.am:
5455         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5456         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5457         * docs/plugins/gst-plugins-bad-plugins.args:
5458         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5459         * docs/plugins/inspect/plugin-multifile.xml:
5460         * gst/multifile/Makefile.am:
5461         * gst/multifile/gstmultifile.c:
5462         * gst/multifile/gstmultifilesink.c:
5463         * gst/multifile/gstmultifilesink.h:
5464         * gst/multifile/gstmultifilesrc.c:
5465         * gst/multifile/gstmultifilesrc.h:
5466         * gst/multifile/multifile.vproj:
5467         * tests/check/Makefile.am:
5468         * tests/check/elements/multifile.c:
5469
5470         Remove multifile plugin, which has moved to -good
5471
5472 2008-02-07  David Schleef  <ds@schleef.org>
5473
5474         * gst/multifile/gstmultifilesink.c:
5475         * gst/multifile/gstmultifilesrc.c:
5476           Use g_file_[sg]et_contents() instead of using stdio functions.
5477           Should be less error prone.
5478         * tests/check/elements/multifile.c:
5479           Create a temporary directory using standard functions instead of
5480           creating a directory in the current dir.
5481
5482 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5483
5484         * configure.ac:
5485         * docs/plugins/Makefile.am:
5486         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5487         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5488         * docs/plugins/gst-plugins-bad-plugins.args:
5489         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5490         * docs/plugins/inspect/plugin-spectrum.xml:
5491         * gst/spectrum/.cvsignore:
5492         * gst/spectrum/Makefile.am:
5493         * gst/spectrum/README:
5494         * gst/spectrum/demo-audiotest.c:
5495         * gst/spectrum/demo-osssrc.c:
5496         * gst/spectrum/gstspectrum.c:
5497         * gst/spectrum/gstspectrum.h:
5498         * gst/spectrum/spectrum.vcproj:
5499         * tests/check/Makefile.am:
5500         * tests/check/elements/spectrum.c:
5501
5502         Remove spectrum plugin, which has moved to -good
5503
5504 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5505
5506         * docs/plugins/gst-plugins-bad-plugins.args:
5507         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5508         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5509         Remove equalizer plugin docs
5510
5511         * tests/check/Makefile.am:
5512         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5513         other modules.
5514
5515         * tests/check/elements/multifile.c:
5516         * tests/check/elements/rganalysis.c:
5517         * tests/check/elements/rglimiter.c:
5518
5519         Fix compiler warnings from -Wall -Werror
5520
5521 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5522
5523         * configure.ac:
5524         * docs/plugins/Makefile.am:
5525         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5526         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5527         * docs/plugins/inspect/plugin-equalizer.xml:
5528         * gst/equalizer/.cvsignore:
5529         * gst/equalizer/Makefile.am:
5530         * gst/equalizer/demo.c:
5531         * gst/equalizer/gstiirequalizer.c:
5532         * gst/equalizer/gstiirequalizer.h:
5533         * gst/equalizer/gstiirequalizer10bands.c:
5534         * gst/equalizer/gstiirequalizer10bands.h:
5535         * gst/equalizer/gstiirequalizer3bands.c:
5536         * gst/equalizer/gstiirequalizer3bands.h:
5537         * gst/equalizer/gstiirequalizernbands.c:
5538         * gst/equalizer/gstiirequalizernbands.h:
5539         * tests/check/Makefile.am:
5540         * tests/check/elements/.cvsignore:
5541         * tests/check/elements/equalizer.c:
5542
5543         Remove the equalizer plugin, which has moved to -good
5544
5545 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5546
5547         * configure.ac:
5548         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5549         pre-releases or releases.
5550
5551 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5552
5553         * docs/plugins/Makefile.am:
5554         Don't scan deleted xingmux header.
5555
5556 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5557
5558         * configure.ac:
5559         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5560         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5561         * docs/plugins/inspect/plugin-xingheader.xml:
5562         * gst/xingheader/Makefile.am:
5563         * gst/xingheader/gstxingmux.c:
5564         * gst/xingheader/gstxingmux.h:
5565         * tests/check/Makefile.am:
5566         * tests/check/elements/.cvsignore:
5567         * tests/check/elements/xingmux.c:
5568         * tests/check/elements/xingmux_testdata.h:
5569         Remove the xingmux plugin, as the element has moved into
5570         mpegaudioparse in -ugly.
5571
5572 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5573
5574         * docs/plugins/Makefile.am:
5575         Remove mention of non-existent headers to fix the build.
5576
5577 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5578
5579         * configure.ac:
5580         * ext/Makefile.am:
5581         * ext/gio/Makefile.am:
5582         * ext/gio/gstgio.c:
5583         * ext/gio/gstgio.h:
5584         * ext/gio/gstgiobasesink.c:
5585         * ext/gio/gstgiobasesink.h:
5586         * ext/gio/gstgiobasesrc.c:
5587         * ext/gio/gstgiobasesrc.h:
5588         * ext/gio/gstgiosink.c:
5589         * ext/gio/gstgiosink.h:
5590         * ext/gio/gstgiosrc.c:
5591         * ext/gio/gstgiosrc.h:
5592         * ext/gio/gstgiostreamsink.c:
5593         * ext/gio/gstgiostreamsink.h:
5594         * ext/gio/gstgiostreamsrc.c:
5595         * ext/gio/gstgiostreamsrc.h:
5596         * tests/check/Makefile.am:
5597         * tests/check/pipelines/.cvsignore:
5598         * tests/check/pipelines/gio.c:
5599
5600         Remove GIO plugin which has now moved to -base.
5601
5602 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5603
5604         * docs/plugins/Makefile.am:
5605         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5606         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5607         * docs/plugins/gst-plugins-bad-plugins.args:
5608         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5609         * gst/filter/Makefile.am:
5610         * gst/filter/filter.vcproj:
5611         * gst/filter/gstbpwsinc.c:
5612         * gst/filter/gstbpwsinc.h:
5613         * gst/filter/gstfilter.c:
5614         * gst/filter/gstfilter.h:
5615         * gst/filter/gstlpwsinc.c:
5616         * gst/filter/gstlpwsinc.h:
5617         * tests/check/Makefile.am:
5618         * tests/check/elements/bpwsinc.c:
5619         * tests/check/elements/lpwsinc.c:
5620
5621         Remove lpwsinc and bpwsinc elements - they've become
5622         audiowsinclimit and audiowsincband respectively, in the
5623         gst-plugins-good audiofx plugin.
5624
5625 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5626
5627         * ext\neon\gstneonhttpsrc.c:
5628         Include unistd.h only if _HAVE_UNISTD_H is defined
5629         * gst\mpegvideoparse\mpegvideoparse.c:
5630         Use G_GUINT64_CONSTANT GLIB macro for constant
5631         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
5632         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
5633         * sys\dshowdecwrapper\gstdshowaudiodec.c:
5634         * sys\dshowdecwrapper\gstdshowaudiodec.h:
5635         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
5636         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
5637         * sys\dshowdecwrapper\gstdshowvideodec.c
5638         * sys\dshowdecwrapper\gstdshowvideodec.h:
5639         Add a DirectShow decoder wrapper.
5640         * win32\MANIFEST:
5641         Add new win32 files to MANIFEST
5642         * win32\vs6\gst_plugins_bad.dsw:
5643         * win32\vs6\libgstdshow.dsp:
5644         * win32\vs6\libgstdshowdecwrapper.dsp:
5645         * win32\vs6\libgstflv.dsp:
5646         Add new projects to bad workspace
5647
5648 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5649
5650         * gst/mpegtsparse/mpegtspacketizer.c:
5651         Parse component descriptor.
5652         * gst/mpegtsparse/mpegtsparse.c:
5653         Add SI pids to every program (but hardcoded currently).
5654
5655 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
5656
5657         * ext/metadata/metadata_mapping.htm:
5658         * ext/metadata/metadataexif.c:
5659         * ext/metadata/metadatatags.c:
5660         * ext/metadata/metadatatags.h:
5661         * tests/icles/metadata_editor.c:
5662         * tests/icles/metadata_editor.glade:
5663           Add more tags. Improve test app.
5664
5665 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5666
5667         * gst/multifile/gstmultifilesink.c:
5668           Add a fixme comment.
5669
5670         * gst/selector/gstoutputselector.c:
5671           Fix same leak as in input-selector.
5672
5673         * tests/icles/output-selector-test.c:
5674           Improve the test.
5675
5676 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5677
5678         * gst/spectrum/gstspectrum.c:
5679           Improve the docs.
5680
5681 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5682
5683         * configure.ac:
5684           The dc1394 plugin seems to use API that was removed or changed
5685           before the final 2.0.0 release, so only build it if 2.0.0-rc5
5686           is available. Someone needs to port it to the final API.
5687
5688         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
5689           Include string.h for memcpy and use g_usleep instead of usleep.
5690
5691 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5692
5693         * gst/filter/gstlpwsinc.c:
5694         Fix typo in the long description of the element.
5695
5696 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5697
5698         * gst/xingheader/Makefile.am:
5699         Put CFLAGS and LIBS in the right order
5700
5701 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5702
5703         * configure.ac:
5704           ximagesrc has moved to -good, so no need to check for
5705           the required X libs here any more.
5706
5707 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5708
5709         Patch by: Wouter Cloetens <wouter at mind dot be>
5710
5711         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
5712         (gst_soup_http_src_create):
5713         Fix memory leak and improve debugging a bit.
5714
5715 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
5716
5717         * ext/metadata/metadata_mapping.htm:
5718         * ext/metadata/metadataexif.c:
5719         * ext/metadata/metadatatags.c:
5720         * ext/metadata/metadatatags.h:
5721           Add more tags mapping.
5722
5723 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5724
5725         * gst/mpegtsparse/mpegtsparse.c:
5726         Handle latency queries in src pads.
5727
5728 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5729
5730         * gst/mpegtsparse/mpegtspacketizer.c:
5731         Add flag to both sdt and nit structures to say
5732         whether the table is for the actual network/ts
5733         or not.
5734
5735 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5736
5737         Patch by: Josep Torra Valles <josep@fluendo.com>
5738
5739         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
5740         Flush packetizer too.
5741
5742 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5743
5744         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
5745         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
5746         Don't use GST_BOILERPLATE as the stuff generated from it is not used
5747         anyway and can't be used.
5748         Store the class struct of the correct type in parent_class.
5749         Pass the LADSPA_Descriptor as class_data to the class_init function
5750         as preparation for the time, when we can add pad templates and friends
5751         in class_init and add a FIXME for that.
5752         Don't use a custom hash table for passing the LADSPA_Descriptors to
5753         base_init but use g_type_set_qdata and g_type_get_qdata.
5754
5755 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5756
5757         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5758         Really fix the build.
5759         TODO : Apply spankOmatic2000 on thaytan's rear end.
5760
5761 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5762
5763         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5764           (GstMpeg2EncPictureReader.StreamPictureParams):
5765           Fix compilation with libmjpegtools 1.8.x.
5766
5767 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5768
5769         * ext/ladspa/gstsignalprocessor.c:
5770         (gst_signal_processor_class_add_pad_template):
5771         Don't unref the pad template after adding it.
5772         gst_element_class_add_pad_template takes ownership of it.
5773
5774 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
5775
5776         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5777         Use the incoming pixel-aspect-ratio if provided to infer a 
5778         default aspect ratio, which can be overridden using the 'aspect'
5779         property.
5780
5781         Fixes: #499008
5782
5783 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
5784
5785         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
5786
5787         * configure.ac:
5788         Fix variable naming to make it possible to build the glimagesink
5789         plugin. Fixes bug #514093.
5790
5791 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5792
5793         * ext/metadata/gstmetadatademux.c:
5794           Demote metadatademux to GST_RANK_NONE for the release, it's not
5795           ready to be autoplugged yet.
5796
5797         * tests/icles/metadata_editor.c:
5798           Fix printf format warning for GType on ppc32 by removing it,
5799           since it doesn't make sense to print the GType value anyway.
5800
5801 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
5802
5803         * ext/metadata/TODO:
5804         * ext/metadata/gstmetadatamux.c:
5805         * ext/metadata/metadata_mapping.htm:
5806         * ext/metadata/metadataexif.c:
5807         * ext/metadata/metadatatags.c:
5808         * ext/metadata/metadatatags.h:
5809           Map more Exif tags.
5810
5811 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5812
5813         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
5814         Don't leak event on pads that are not linked. Fixes #512826.
5815
5816 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5817
5818         * configure.ac:
5819           Bump core/base requirements to released versions, to avoid confusion.
5820
5821         * gst/deinterlace/Makefile.am:
5822         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
5823           Use the new GstVideoFormat API to get strides, plane offsets etc..
5824           For Y42B we still need to calculate these ourselves, since the lib
5825           in -base doesn't know about this format yet and we can't bump the
5826           requirement to CVS right now. Fix the Y42B stride, offset and size
5827           calculations for odd widths and heights while we're at it though
5828           (to match those in videotestsrc).
5829
5830 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
5831
5832         * ext/metadata/metadata_mapping.htm:
5833         * ext/metadata/metadataexif.c:
5834         * ext/metadata/metadataiptc.c:
5835         * ext/metadata/metadatatags.c:
5836         * ext/metadata/metadatatags.h:
5837         * ext/metadata/metadataxmp.c:
5838           Add documentation.
5839
5840 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5841
5842         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5843         Fix compilation.
5844
5845 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5846
5847         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
5848         Really clean up the queue instead of just unreffing all buffers
5849         in it.
5850
5851         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
5852         (gst_app_src_class_init), (gst_app_src_init),
5853         (gst_app_src_dispose), (gst_app_src_finalize):
5854         Fix dispose/finalize.
5855
5856 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5857
5858         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
5859         Fix compiler warning by making the function signature match what
5860         everyone is passing in...
5861
5862         * tests/icles/Makefile.am:
5863         Fix the build on Solaris by removing GNU ld specific flags that
5864         look unnecessary.
5865
5866 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5867
5868         * ext/metadata/Makefile.am:
5869         Add some relevant variables to CFLAGS and LIBADD, for example our
5870         compiler warnings paramters.
5871
5872         * ext/metadata/gstbasemetadata.c:
5873         (gst_base_metadata_strip_push_buffer),
5874         (gst_base_metadata_calculate_offsets),
5875         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
5876         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
5877         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
5878         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
5879         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
5880         (gst_metadata_mux_dispose),
5881         (gst_metadata_mux_create_chunks_from_tags):
5882         * ext/metadata/metadata.c: (metadata_dispose):
5883         * ext/metadata/metadataexif.c:
5884         (metadataparse_exif_content_foreach_entry_func),
5885         (metadatamux_exif_for_each_tag_in_list):
5886         * ext/metadata/metadataiptc.c:
5887         (metadatamux_iptc_for_each_tag_in_list):
5888         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
5889         (metadatamux_jpeg_reading):
5890         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
5891         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5892         * ext/metadata/metadataparsepng.c:
5893         * ext/metadata/metadataparseutil.h:
5894         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
5895         (metadatamux_xmp_create_chunk_from_tag_list):
5896         Fix a million warnings that showed up after the above change.
5897
5898 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5899
5900         * ext/soup/gstsouphttpsrc.c: (_do_init),
5901         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5902         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5903         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5904         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5905         (gst_soup_http_src_queue_message),
5906         (gst_soup_http_src_add_range_header),
5907         (gst_soup_http_src_session_unpause_message),
5908         (gst_soup_http_src_session_pause_message),
5909         (gst_soup_http_src_session_close),
5910         (gst_soup_http_src_got_headers_cb),
5911         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5912         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5913         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5914         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5915         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5916         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5917         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5918         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5919         (gst_soup_http_src_uri_get_protocols),
5920         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5921         (gst_soup_http_src_uri_handler_init), (plugin_init):
5922         Add changes to gstsouphttpsrc.c that were missing from last commit.
5923
5924 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5925
5926         Patch by: Wouter Cloetens <wouter at mind dot be>
5927
5928         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5929         * docs/plugins/gst-plugins-bad-plugins.args:
5930         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5931         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5932         * docs/plugins/inspect/plugin-soup.xml:
5933         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5934         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5935         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5936         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5937         (gst_soup_http_src_queue_message),
5938         (gst_soup_http_src_add_range_header),
5939         (gst_soup_http_src_session_unpause_message),
5940         (gst_soup_http_src_session_pause_message),
5941         (gst_soup_http_src_session_close),
5942         (gst_soup_http_src_got_headers_cb),
5943         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5944         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5945         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5946         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5947         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5948         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5949         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5950         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5951         (gst_soup_http_src_uri_get_protocols),
5952         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5953         (gst_soup_http_src_uri_handler_init), (plugin_init):
5954         * ext/soup/gstsouphttpsrc.h:
5955         Make coding style more consistent, including class renaming.
5956
5957 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5958
5959         * configure.ac:
5960         Fix configure check for soundtouch to not produce syntax errors.
5961
5962 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5963
5964         * configure.ac:
5965         * ext/metadata/metadataxmp.c:
5966         (metadatamux_xmp_for_each_tag_in_list):
5967         Fix build with exempi >= 1.99.5 and fix the include
5968         path for exempi.
5969
5970 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5971
5972         * ext/metadata/TODO:
5973           Just uptade the ToDo list.
5974
5975 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5976
5977         * ext/metadata/gstbasemetadata.c:
5978         * ext/metadata/metadatamuxjpeg.c:
5979         * ext/metadata/metadatamuxpng.c:
5980         * ext/metadata/metadataparsejpeg.c:
5981         * ext/metadata/metadatatypes.c:
5982         * ext/metadata/metadatatypes.h:
5983         * ext/metadata/metadataxmp.c:
5984           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
5985
5986 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5987
5988         Patch by: Wouter Cloetens <wouter at mind dot be>
5989
5990         * ext/soup/gstsouphttpsrc.c:
5991         Update documentation a bit.
5992
5993         * docs/plugins/gst-plugins-bad-plugins.args:
5994         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5995         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5996         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
5997         * docs/plugins/inspect/plugin-alsaspdif.xml:
5998         * docs/plugins/inspect/plugin-dvb.xml:
5999         * docs/plugins/inspect/plugin-filter.xml:
6000         * docs/plugins/inspect/plugin-glimagesink.xml:
6001         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6002         * docs/plugins/inspect/plugin-quicktime.xml:
6003         * docs/plugins/inspect/plugin-rawparse.xml:
6004         * docs/plugins/inspect/plugin-replaygain.xml:
6005         * docs/plugins/inspect/plugin-sdl.xml:
6006         * docs/plugins/inspect/plugin-soundtouch.xml:
6007         * docs/plugins/inspect/plugin-soup.xml:
6008         * docs/plugins/inspect/plugin-spcdec.xml:
6009         * docs/plugins/inspect/plugin-spectrum.xml:
6010         * docs/plugins/inspect/plugin-speed.xml:
6011         * docs/plugins/inspect/plugin-speexresample.xml:
6012         * docs/plugins/inspect/plugin-switch.xml:
6013         * docs/plugins/inspect/plugin-videocrop.xml:
6014         Regenerate everything for the documentation changes we had.
6015
6016 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6017
6018         * ext/gio/gstgiobasesink.c: (close_stream_cb),
6019         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
6020         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
6021         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
6022         (gst_gio_base_src_stop), (gst_gio_base_src_create),
6023         (gst_gio_base_src_set_stream):
6024         Use async variants of the close stream functions to prevent blocking
6025         for a long time there and add some more sanity checks for a correct
6026         stream.
6027
6028 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6029
6030         * tests/icles/Makefile.am:
6031         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
6032
6033 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6034
6035         Patch by: Wouter Cloetens <wouter at mind dot be>
6036
6037         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
6038         Let the proxy property default to the content of the $http_proxy
6039         environment variable.
6040
6041 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6042
6043         Patch by: Wouter Cloetens <wouter at mind dot be>
6044
6045         * tests/check/test-cert.pem:
6046         * tests/check/test-key.pem:
6047         Add missing files for the unit test.
6048
6049 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6050
6051         Patch by: Wouter Cloetens <wouter at mind dot be>
6052
6053         * docs/plugins/Makefile.am:
6054         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6055         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6056         Add souphttpsrc to the docs.
6057
6058         * configure.ac:
6059         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6060         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
6061         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
6062         (gst_souphttp_src_cancel_message),
6063         (gst_souphttp_src_queue_message),
6064         (gst_souphttp_src_add_range_header),
6065         (gst_souphttp_src_session_unpause_message),
6066         (gst_souphttp_src_session_pause_message),
6067         (gst_souphttp_src_session_close),
6068         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
6069         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
6070         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
6071         (gst_souphttp_src_create), (gst_souphttp_src_start),
6072         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
6073         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
6074         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6075         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
6076         (plugin_init):
6077         * ext/soup/gstsouphttpsrc.h:
6078         Add support for libsoup2.4 and require it. Also implement redirection
6079         and manual proxy specification. Fixes bug #510708.
6080
6081         * tests/check/Makefile.am:
6082         * tests/check/elements/.cvsignore:
6083         * tests/check/elements/souphttpsrc.c:
6084         Add unit test for souphttpsrc.
6085
6086 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6087
6088         * ext/Makefile.am:
6089         * ext/metadata/TODO:
6090         * ext/metadata/gstbasemetadata.c:
6091         * ext/metadata/gstbasemetadata.h:
6092         * ext/metadata/metadatamuxjpeg.c:
6093         * ext/metadata/metadatamuxjpeg.h:
6094         * ext/metadata/metadatamuxpng.c:
6095         * ext/metadata/metadatamuxpng.h:
6096         * ext/metadata/metadataparsejpeg.c:
6097         * ext/metadata/metadataparsepng.c:
6098         * tests/icles/Makefile.am:
6099           Add documentation. Fix test app compilation. Fix pull mode.
6100
6101 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6102
6103         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
6104
6105         * gst/rtpmanager/gstrtpjitterbuffer.c:
6106         (gst_rtp_jitter_buffer_chain):
6107         Try to get the new clock-rate from the buffer caps when we receive a new
6108         payload type instead of always firing the signal. Fixes #512774.
6109
6110 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
6111
6112         * ext/mpeg2enc/gstmpeg2enc.cc:
6113         Define LOG_NONE and friends if they're not defined yet. mjpegtools
6114         1.9.0rc3 removed their definitions but without it doesn't make much
6115         sense to write a log handler.
6116
6117 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6118
6119         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6120         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6121         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6122         * docs/plugins/gst-plugins-bad-plugins.types:
6123           Add base classes for metadata and equalizer (no introspection yet).
6124
6125 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6126
6127         * ext/metadata/README:
6128           Formatting.
6129         * tests/icles/metadata_editor.c:
6130           Include stdlib.h.
6131
6132 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6133
6134         * configure.ac:
6135         * docs/plugins/Makefile.am:
6136         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6137         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6138         * docs/plugins/gst-plugins-bad-plugins.args:
6139         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6140         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6141         * docs/plugins/gst-plugins-bad-plugins.signals:
6142         * docs/plugins/inspect/plugin-metadata.xml:
6143         * docs/plugins/inspect/plugin-selector.xml:
6144         * docs/plugins/inspect/plugin-soundtouch.xml:
6145         * docs/plugins/inspect/plugin-switch.xml:
6146         * gst/selector/.cvsignore:
6147         * gst/selector/Makefile.am:
6148         * gst/selector/gstinputselector.c:
6149         * gst/selector/gstinputselector.h:
6150         * gst/selector/gstoutputselector.c:
6151         * gst/selector/gstoutputselector.h:
6152         * gst/selector/gstselector-marshal.list:
6153         * gst/selector/gstselector.c:
6154         * gst/selector/selector.vcproj:
6155         * gst/switch/.cvsignore:
6156         * gst/switch/Makefile.am:
6157         * gst/switch/gstswitch-marshal.list:
6158         * gst/switch/gstswitch.c:
6159         * gst/switch/gstswitch.h:
6160         * gst/switch/switch.vcproj:
6161         * tests/icles/.cvsignore:
6162         * tests/icles/Makefile.am:
6163         * tests/icles/output-selector-test.c:
6164           Replace the switch plugin with the selector plugin. Add output-
6165           selector as the opposite of input-selectoo (was switch). Add a test
6166           for output-selector. Add docs for the elements. The vcproj needs
6167           update. Fixes #500142.
6168
6169 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6170
6171         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6172           Try to avoid 'unused variable' compiler warning if debugging is
6173           disabled (not bullet proof, but seems to do for now). (#512654)
6174
6175 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
6176
6177         * ext/soundtouch/gstbpmdetect.cc:
6178         Clean up a bit and only allocate a temporary buffer for the data
6179         if processing stereo data as BPMDetect downmixes from stereo to
6180         mono and stores the result in the input data. Thanks to
6181         Stefan Kost for the suggestions.
6182
6183 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6184
6185         * ext/soundtouch/gstpitch.cc:
6186         Cast a double to a GstClockTimeDiff to fix a compiler warning.
6187
6188 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
6189
6190         * tests/icles/metadata_editor.c:
6191           Printf format fix.
6192
6193 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6194
6195         * ext/soundtouch/gstpitch.cc:
6196         Don't send a LATENCY event for now until we get the usage right.
6197
6198 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6199
6200         * ext/soundtouch/gstpitch.cc:
6201         * ext/soundtouch/gstpitch.hh:
6202         Implement LATENCY query and notify about latency changes.
6203         Unfortunately we don't have a fixed latency but it changes
6204         a bit with each buffer so we only send an LATENCY event with
6205         the maximum latency if it changes.
6206
6207         Always calculate the timestamp, duration, etc from the sample
6208         rate instead of using a pre-calculated duration for one sample
6209         to prevent large rounding errors.
6210
6211 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6212
6213         Based on a patch by:
6214             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
6215
6216         * configure.ac:
6217         * ext/mpeg2enc/gstmpeg2encoder.cc:
6218         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6219         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
6220         Add support for building against mjpegtools 1.9 while keeping
6221         compatiblity with older versions.
6222
6223 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6224
6225         * ext/soundtouch/gstbpmdetect.cc:
6226         Only consider a BPM value above 1.0 as valid.
6227
6228 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6229
6230         * ext/soundtouch/Makefile.am:
6231         * ext/soundtouch/gstbpmdetect.cc:
6232         * ext/soundtouch/gstbpmdetect.hh:
6233         * ext/soundtouch/plugin.c: (plugin_init):
6234         Add BPM detection plugin based on SoundTouch's libBPM.
6235
6236         * ext/soundtouch/gstpitch.cc:
6237         Allow sample rates until MAX instead of only 48kHz and remove the
6238         buffer-frames field from that caps.
6239         Clear the remaining samples completely when necessary to get into
6240         a clean state again.
6241
6242 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6243
6244         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
6245         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
6246         Don't implement get_unit_size() ourselves, the GstAudioFilter base
6247         class already does this for us.
6248
6249 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6250
6251         * ext/soundtouch/gstpitch.cc:
6252         Allow seeking only in TIME and DEFAULT format, other formats will
6253         not work as expected. Also handle a stop position of -1 correctly
6254         for seeks, newsegment events and the queries. This fixes playback
6255         with the pitch element if upstream doesn't know the duration or has
6256         -1 as stop position in NEWSEGMENT events for other reasons. Before
6257         simply nothing was played as the segment was going from 0 to 0.
6258
6259         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
6260         so applications can update their cached duration. Fixes bug #503308.
6261
6262         Some random cleanup and memory leak closing.
6263
6264 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6265
6266         * ext/musepack/gstmusepackdec.h:
6267         * ext/musepack/gstmusepackreader.c:
6268         First include the libmpcdec headers before everything else as they
6269         #define TRUE and FALSE unconditionally and we otherwise get conflicts
6270         with the ones that GLib defines.
6271
6272 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6273
6274         * configure.ac:
6275         * ext/soundtouch/gstpitch.cc:
6276         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
6277         the header definined PACKAGE and other variables for which we need
6278         our own values from config.h.
6279
6280 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6281
6282         * configure.ac:
6283           Check for libglade-2.0, for the metadata-editor example.
6284
6285         * tests/icles/Makefile.am:
6286           Only try to build the metadata-editor example if we have gtk and
6287           glade (otherwise the build would just fail ...); fix build in
6288           uninstalled setup.
6289
6290         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
6291           Fix compiler warnings (use GLib macros to cast pointer <-> int).
6292
6293 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
6294
6295         * ext/metadata/TODO:
6296         * ext/metadata/gstbasemetadata.c:
6297         * ext/metadata/metadata.c:
6298         * ext/metadata/metadata.h:
6299         * ext/metadata/metadataexif.c:
6300         * ext/metadata/metadataexif.h:
6301         * ext/metadata/metadataiptc.c:
6302         * ext/metadata/metadataiptc.h:
6303         * ext/metadata/metadataparsejpeg.c:
6304         * ext/metadata/metadataparsejpeg.h:
6305         * ext/metadata/metadataparsepng.c:
6306         * ext/metadata/metadataparsepng.h:
6307         * ext/metadata/metadataparseutil.c:
6308         * ext/metadata/metadataparseutil.h:
6309         * ext/metadata/metadatatags.c:
6310         * ext/metadata/metadatatags.h:
6311         * ext/metadata/metadatatypes.c:
6312         * ext/metadata/metadatatypes.h:
6313         * ext/metadata/metadataxmp.c:
6314         * ext/metadata/metadataxmp.h:
6315         * ext/metadata/test/Makefile:
6316         * ext/metadata/test/MetadataEditorMain.glade:
6317         * ext/metadata/test/metadata_editor.c:
6318         * tests/icles/Makefile.am:
6319         * tests/icles/metadata_editor.c:
6320         * tests/icles/metadata_editor.glade:
6321           Add lot of documentation.
6322
6323 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6324
6325         * sys/dvb/gstdvbsrc.c:
6326         Open frontend in NULL->READY so caps about dvb adapter can be
6327         seen by the app.
6328
6329 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6330
6331         Patch by: Olivier Crete <tester@tester.ca>
6332
6333         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6334         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6335         Also handle lip-sync when the clock-rate is not provided with caps but
6336         with a signal.
6337
6338 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6339
6340         Patch by: Olivier Crete <tester@tester.ca>
6341
6342         * gst/rtpmanager/gstrtpjitterbuffer.c:
6343         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6344         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6345         (rtp_jitter_buffer_insert):
6346         * gst/rtpmanager/rtpjitterbuffer.h:
6347         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6348         a clock-rate can be provided with each buffer instead. Fixes #511686.
6349
6350 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6351
6352         Patch by: Olivier Crete <tester@tester.ca>
6353
6354         * gst/rtpmanager/gstrtpjitterbuffer.c:
6355         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6356         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6357         Remove old unused variable.
6358         Track pt on input buffers and get the clock-rate when it changes.
6359         Ignore packets with unknown clock-rate. Fixes #511146.
6360
6361 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6362
6363         * sys/dvb/gstdvbsrc.c:
6364         Post bus message about adapter type and it's capabilities,
6365         when opening the frontend.
6366         After failing to read from the dvr, post a bus message to
6367         inform the app.
6368
6369 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6370
6371         * gst/mpegtsparse/mpegtspacketizer.c:
6372         The logic for the guard interval calculation was totally wrong.
6373         Fixed.
6374
6375 2008-01-24  David Schleef  <ds@schleef.org>
6376
6377         Patch by: Olivier Crete <tester@tester.ca>
6378
6379         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6380           wrong function.  Fixes #511920
6381
6382 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6383
6384         * docs/plugins/Makefile.am:
6385         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6386         * docs/plugins/gst-plugins-bad-plugins.args:
6387         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6388         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6389         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6390         * docs/plugins/gst-plugins-bad-plugins.signals:
6391           Now we have full hierarchy.
6392
6393         * docs/plugins/inspect/plugin-metadata.xml:
6394           Regenerate.
6395
6396         * ext/amrwb/gstamrwbdec.h:
6397           Add doc blob for object instance.
6398
6399 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6400
6401         * docs/plugins/gst-plugins-bad-plugins.args:
6402         * docs/plugins/inspect/plugin-metadata.xml:
6403           Update this too, hopefully fixes the docs build (does at least
6404           for me, after make clean in docs/plugins).
6405
6406 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6407
6408         * gst/mpegtsparse/gstmpegdesc.h:
6409         * gst/mpegtsparse/mpegtspacketizer.c:
6410         Fix network name descriptor, the length is actually the
6411         descriptor length not stored in the byte after.
6412         Fix bounds checking to be more correct.
6413
6414 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6415
6416         * docs/plugins/Makefile.am:
6417         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6418         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6419         * ext/metadata/TODO:
6420         * ext/metadata/gstbasemetadata.c:
6421         * ext/metadata/gstbasemetadata.h:
6422         * ext/metadata/gstmetadatademux.c:
6423         * ext/metadata/gstmetadatademux.h:
6424         * ext/metadata/gstmetadatamux.c:
6425         * ext/metadata/gstmetadatamux.h:
6426         * ext/metadata/metadatatags.c:
6427           Add some documentation.
6428
6429 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6430
6431         * configure.ac:
6432         * ext/dts/gstdtsdec.c:
6433         Add support for building against libdca (with the libdts compat
6434         header). Fixes bug #511530.
6435
6436         Should probably be ported to libdca as some points as it's the
6437         successor of libdts.
6438
6439 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6440
6441         * sys/dvb/gstdvbsrc.c:
6442         Do not go on forever if problem with reading from dvr, rather
6443         return NULL.
6444         Handle some cleanup issues of closing filedescriptors when
6445         failing to tune or similar.
6446
6447 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6448
6449         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6450         * gst-plugins-bad.spec: update for latest changes
6451
6452 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6453
6454         * docs/plugins/Makefile.am:
6455         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6456         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6457         * gst/xingheader/gstxingmux.c:
6458         * gst/xingheader/gstxingmux.h:
6459         Add documentation for the xingheader plugin.
6460
6461         * tests/check/elements/xingmux.c: (GST_START_TEST):
6462         Set element state to PLAYING before doing something else.
6463
6464 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6465
6466         * tests/check/Makefile.am:
6467         * tests/check/elements/.cvsignore:
6468         * tests/check/elements/xingmux.c: (setup_xingmux),
6469         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6470         * tests/check/elements/xingmux_testdata.h:
6471         Add simple unit test for the xingmux element.
6472
6473         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6474         (gst_xing_mux_finalize), (xing_reset):
6475         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6476
6477 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6478
6479         * gst/mpegtsparse/gstmpegdesc.h:
6480         * gst/mpegtsparse/mpegtspacketizer.c:
6481         Parsed the satellite delivery system descriptor and
6482         added into nit's transport structure for delivery
6483         over the bus.
6484
6485 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6486
6487         * gst/mpegtsparse/mpegtspacketizer.c:
6488         Parsed and added network name to the nit structure sent
6489         in the bus message.
6490
6491 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6492
6493         * gst/mpegtsparse/mpegtspacketizer.c:
6494         Remove leaks introduced by not freeing g_strndup'd strings.
6495         Fix start_time and duration parsing in EIT.
6496
6497 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6498
6499         * gst/mpegtsparse/mpegtspacketizer.c:
6500         Add event name and description to the eit structure
6501         sent in the bus message.
6502
6503 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6504
6505         * gst/mpegtsparse/mpegtsparse.c:
6506         Revert const removal from previous commit.
6507
6508 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6509
6510         * gst/mpegtsparse/Makefile.am:
6511         * gst/mpegtsparse/gstmpegdesc.c:
6512         * gst/mpegtsparse/gstmpegdesc.h:
6513         * gst/mpegtsparse/mpegtspacketizer.c:
6514         * gst/mpegtsparse/mpegtsparse.c:
6515         Added descriptor searching infrastructure from Fluendo TS demuxer.
6516         Add channel name and provider to the sdt structure sent in the
6517         bus message.
6518
6519 2008-01-22  Julien Moutte  <julien@fluendo.com>
6520
6521         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6522         Parse NAL units in forward mode to mark delta units flags.
6523
6524 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6525
6526         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6527         * docs/plugins/gst-plugins-bad-plugins.args:
6528         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6529         * docs/plugins/inspect/plugin-musepack.xml:
6530           Regenerate.
6531   
6532         * docs/plugins/inspect/plugin-tremor.xml:
6533           Add vorbisidec aka trmor.
6534
6535         * ext/dc1394/gstdc1394.c:
6536           Add short description.
6537
6538 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6539
6540         * docs/plugins/Makefile.am:
6541           Add missing eol \
6542
6543         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6544           Place object names to standard sectionas plugin dont document those.
6545
6546         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6547         * docs/plugins/gst-plugins-bad-plugins.args:
6548         * docs/plugins/gst-plugins-bad-plugins.signals:
6549         * docs/plugins/inspect/plugin-dvb.xml:
6550         * docs/plugins/inspect/plugin-nuvdemux.xml:
6551           regenerate.
6552           
6553         * ext/ivorbis/vorbisdec.c:
6554         * ext/ivorbis/vorbisdec.h:
6555           Mark private vars and add short desc.
6556
6557         * ext/mythtv/gstmythtvsrc.c:
6558         * ext/theora/theoradec.c:
6559           Add short desc.
6560
6561 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6562
6563         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6564         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6565         * gst/nuvdemux/gstnuvdemux.c:
6566           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
6567           it actually is.
6568
6569 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6570
6571         * docs/plugins/Makefile.am:
6572         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6573         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6574           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
6575           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
6576
6577         * docs/plugins/inspect/plugin-gstinterlace.xml:
6578         * docs/plugins/inspect/plugin-rawparse.xml
6579         * docs/plugins/inspect/plugin-videoparse.xml:
6580           Replace videoparse with rawparse.
6581
6582         * gst/dvdspu/gstdvdspu.h:
6583           Help gtk-doc to recognize the object struct.
6584
6585 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6586
6587         * gst/librfb/rfbdecoder.c:
6588         * gst/librfb/rfbdecoder.h:
6589           Don't use gtk-doc comment style for non gtk-doc comments.
6590           Make one static function static.
6591
6592 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
6593
6594         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
6595
6596         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
6597         (gst_deinterlace_init), (gst_deinterlace_set_caps),
6598         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
6599         (gst_deinterlace_get_property):
6600         * gst/deinterlace/gstdeinterlace.h:
6601         Provide 4:2:2 support
6602         Also deinterlace chroma planes
6603         Allow to turn on/off deinterlacing
6604         Change of default thresholds, in order to provide acceptable results
6605         with default params. Fixes #511001.
6606
6607 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6608
6609         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6610           Update docs file too.
6611
6612 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6613
6614         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
6615         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
6616           (subpic_sink_factory), (gst_dvd_spu_base_init),
6617           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
6618           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
6619           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
6620           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
6621           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
6622           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
6623           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
6624           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
6625           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
6626           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
6627           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
6628           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
6629           (gst_dvd_spu_plugin_init):
6630         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
6631           Fix up dvdspu element again after previous namespace mangling:
6632           rename debug category variable to old name, matching that in
6633           dvdspu-render.c, to avoid undefined symbol error when loading
6634           the module; same for the _render function in dvdspu-render.c:
6635           we must use the same name in both .c files; change functions
6636           now called gstgst_* back to gst_* again; and while we're at it,
6637           we may as well canonicalise the namespace properly, namely to
6638           gst_dvd_spu_*.
6639
6640 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6641
6642         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6643         * ext/theora/theoradec.c:
6644         * ext/theora/theoradec.h:
6645           Coherent namespace usage and adding symbold from unused to sections.
6646
6647 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6648
6649         * docs/plugins/Makefile.am:
6650         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6651           Add symbols from -unused.txt to the right place.
6652
6653         * gst/dvdspu/gstdvdspu.c:
6654         * gst/dvdspu/gstdvdspu.h:
6655           Coherent namespace usage.
6656
6657         * gst/spectrum/gstspectrum.c:
6658           Fix broken XML fragment in doc snippet even more.
6659
6660 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6661
6662         * docs/plugins/Makefile.am:
6663           Update include list.
6664
6665         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6666           Update xml includes.
6667
6668         * docs/plugins/inspect/plugin-alsaspdif.xml:
6669         * docs/plugins/inspect/plugin-amrwb.xml:
6670         * docs/plugins/inspect/plugin-bayer.xml:
6671         * docs/plugins/inspect/plugin-bz2.xml:
6672         * docs/plugins/inspect/plugin-cdxaparse.xml:
6673         * docs/plugins/inspect/plugin-dtsdec.xml:
6674         * docs/plugins/inspect/plugin-dvbsrc.xml:
6675         * docs/plugins/inspect/plugin-dvdspu.xml:
6676         * docs/plugins/inspect/plugin-equalizer.xml:
6677         * docs/plugins/inspect/plugin-faac.xml:
6678         * docs/plugins/inspect/plugin-faad.xml:
6679         * docs/plugins/inspect/plugin-fbdevsink.xml:
6680         * docs/plugins/inspect/plugin-festival.xml:
6681         * docs/plugins/inspect/plugin-filter.xml:
6682         * docs/plugins/inspect/plugin-flvdemux.xml:
6683         * docs/plugins/inspect/plugin-freeze.xml:
6684         * docs/plugins/inspect/plugin-gsm.xml:
6685         * docs/plugins/inspect/plugin-gstinterlace.xml:
6686         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
6687         * docs/plugins/inspect/plugin-h264parse.xml:
6688         * docs/plugins/inspect/plugin-interleave.xml:
6689         * docs/plugins/inspect/plugin-ladspa.xml:
6690         * docs/plugins/inspect/plugin-metadata.xml:
6691         * docs/plugins/inspect/plugin-modplug.xml:
6692         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
6693         * docs/plugins/inspect/plugin-mpegtsparse.xml:
6694         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6695         * docs/plugins/inspect/plugin-musicbrainz.xml:
6696         * docs/plugins/inspect/plugin-mve.xml:
6697         * docs/plugins/inspect/plugin-nsfdec.xml:
6698         * docs/plugins/inspect/plugin-nuvdemux.xml:
6699         * docs/plugins/inspect/plugin-qtdemux.xml:
6700         * docs/plugins/inspect/plugin-quicktime.xml:
6701         * docs/plugins/inspect/plugin-real.xml:
6702         * docs/plugins/inspect/plugin-replaygain.xml:
6703         * docs/plugins/inspect/plugin-sdl.xml:
6704         * docs/plugins/inspect/plugin-sdp.xml:
6705         * docs/plugins/inspect/plugin-spectrum.xml:
6706         * docs/plugins/inspect/plugin-speed.xml:
6707         * docs/plugins/inspect/plugin-speexresample.xml:
6708         * docs/plugins/inspect/plugin-stereo.xml:
6709         * docs/plugins/inspect/plugin-switch.xml:
6710         * docs/plugins/inspect/plugin-timidity.xml:
6711         * docs/plugins/inspect/plugin-tta.xml:
6712         * docs/plugins/inspect/plugin-videocrop.xml:
6713         * docs/plugins/inspect/plugin-videoparse.xml:
6714         * docs/plugins/inspect/plugin-videosignal.xml:
6715         * docs/plugins/inspect/plugin-vmnc.xml:
6716         * docs/plugins/inspect/plugin-wildmidi.xml:
6717         * docs/plugins/inspect/plugin-x264.xml:
6718         * docs/plugins/inspect/plugin-xingheader.xml:
6719         * docs/plugins/inspect/plugin-xvid.xml:
6720         * docs/plugins/inspect/plugin-y4menc.xml:
6721           Regenerate files.
6722
6723         * gst/spectrum/gstspectrum.c:
6724           Fix broken XML fragment in doc snippet.
6725
6726         * tests/check/elements/.cvsignore:
6727           Add test binary to ignores.
6728
6729 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6730
6731         * gst/h264parse/gsth264parse.c:
6732           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
6733
6734 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
6735
6736         Patch by: Wouter Cloetens <wouter at mind dot be>
6737
6738         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6739         Report the size of the stream as the total size instead of
6740         the remaining Content-Length, which is wrong after a seek.
6741
6742 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6743
6744         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
6745         (gst_raw_parse_loop):
6746         Handle framesizes > 4096 with multiple frames per buffer correctly
6747         in pull mode and handle short reads better.
6748         Also put offset and offset_end on outgoing buffers.
6749
6750 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6751
6752         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
6753         Improve handling of unknown or too small upstream sizes in
6754         pull mode.
6755
6756 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6757
6758         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
6759         (gst_raw_parse_handle_seek_push):
6760         Improve debugging a bit and for handling multiple frames per buffer
6761         in pull mode choose the next smallest multiply of framesize below
6762         4096 instead of always handling 1024 frames.
6763
6764 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6765
6766         Patch by: Wouter Cloetens <wouter at mind dot be>
6767
6768         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6769         Correctly set duration on the GstBaseSrc segment when we know it
6770         to fix failing the duration query.
6771
6772 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6773
6774         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
6775         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
6776         Set timestamps more correctly.
6777
6778 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6779
6780         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
6781         (gst_raw_parse_init), (gst_raw_parse_reset),
6782         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
6783         (gst_raw_parse_chain), (gst_raw_parse_loop),
6784         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
6785         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
6786         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
6787         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
6788         * gst/rawparse/gstrawparse.h:
6789         Implement pull mode.
6790
6791 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6792
6793         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6794         Fix memory leak spotted by the unit test.
6795
6796 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6797
6798         * tests/check/Makefile.am:
6799         Enable spectrum test again.
6800
6801         * tests/check/gst-plugins-bad.supp:
6802         Add suppressions for a singleton in GIO that can't be freed.
6803
6804 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6805
6806         * tests/check/Makefile.am:
6807         * tests/check/elements/.cvsignore:
6808         * tests/check/elements/equalizer.c: (setup_equalizer),
6809         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
6810         Add some minimal tests for the equalizer plugin.
6811
6812 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6813
6814         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
6815         Unparent all bands from the equalizer when finalizing to stop
6816         leaking them.
6817
6818 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6819
6820         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
6821         Add support for WebDAV.
6822
6823 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6824
6825         Patch by: Wouter Cloetens <wouter at mind dot be>
6826
6827         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6828         (gst_souphttp_src_init), (gst_souphttp_src_create),
6829         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6830         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
6831         * ext/soup/gstsouphttpsrc.h:
6832         Add support for seeking to souphttpsrc. Fixes bug #502335.
6833
6834 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6835
6836         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
6837         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6838         (gst_h264_parse_find_start_reverse),
6839         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
6840         * gst/h264parse/gsth264parse.h:
6841         Improve debugging.
6842         Fix buffer splitting at sync codes and leftover buffer after
6843         scanning.
6844
6845 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
6846
6847         * ext/metadata/TODO:
6848         * ext/metadata/metadataexif.c:
6849         * ext/metadata/metadataxmp.c:
6850           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
6851
6852 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
6853
6854         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
6855         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
6856         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
6857         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
6858         (gst_h264_parse_init), (gst_h264_parse_set_property),
6859         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
6860         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
6861         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6862         (gst_h264_parse_find_start_reverse),
6863         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
6864         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
6865         * gst/h264parse/gsth264parse.h:
6866         Add reverse playback support for containers that don't know how to
6867         properly send data between I-frames.
6868
6869 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
6870
6871         * configure.ac:
6872         * tests/check/pipelines/gio.c: (GST_START_TEST):
6873         Update for API changes in GIO and require GIO 2.15.2 for this.
6874
6875 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6876
6877         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6878         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
6879         of 0xfe.
6880
6881 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6882
6883         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6884         Remove accidentially leftover debug printf.
6885
6886 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6887
6888         * gst/xingheader/gstxingmux.c: (has_xing_header),
6889         (generate_xing_header), (gst_xing_mux_chain),
6890         (gst_xing_mux_sink_event):
6891         Choose smallest possible frame size for the Xing header, properly
6892         set the timestamp, duration and offset on the outgoing buffers,
6893         only send NEWSEGMENT events in BYTE format downstream and also
6894         drop VBRI headers if already existing.
6895
6896 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
6897
6898         * gst/xingheader/Makefile.am:
6899         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
6900         (has_xing_header), (generate_xing_header),
6901         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
6902         (gst_xing_mux_init), (gst_xing_mux_chain),
6903         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
6904         * gst/xingheader/gstxingmux.h:
6905         Major cleanup and rewrite of xingmux with less bugs and new features:
6906         - Handles other layers as 3
6907         - Write TOC
6908
6909 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6910
6911         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
6912           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
6913           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
6914           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
6915           (test_buffer_square_int16_stereo):
6916         * tests/check/elements/rglimiter.c: (create_test_buffer):
6917         * tests/check/elements/rgvolume.c: (test_buffer_new):
6918           It's "endianness", not "endianess". Fixes unit tests.
6919
6920 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6921
6922         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6923         If we find the caps in the cache, use it to parse the clock-rate instead
6924         of returning an error. Fixes a TODO as found by Youness Alaoui.
6925
6926 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6927
6928         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
6929
6930         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6931         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
6932         (rtp_session_set_process_rtp_callback),
6933         (rtp_session_set_send_rtp_callback),
6934         (rtp_session_set_send_rtcp_callback),
6935         (rtp_session_set_sync_rtcp_callback),
6936         (rtp_session_set_clock_rate_callback),
6937         (rtp_session_set_reconsider_callback), (source_push_rtp),
6938         (source_clock_rate), (rtp_session_process_bye),
6939         (rtp_session_process_rtcp), (rtp_session_send_bye),
6940         (rtp_session_on_timeout):
6941         * gst/rtpmanager/rtpsession.h:
6942         Make it possible to use different user_data for each of the callbacks.
6943         Fixes #508587.
6944
6945 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6946
6947         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
6948         Small meaningless cleanup.
6949
6950         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
6951         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
6952         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
6953         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
6954         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
6955         * gst/mpegvideoparse/mpegvideoparse.h:
6956         Track segment events.
6957         Do the first part of reverse playback by sending data between two
6958         I-frames to the decoder.
6959
6960 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
6961
6962         * gst/rtpmanager/gstrtpbin.c:
6963         Fix documentation for latest patch
6964
6965 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
6966
6967         * gst/rtpmanager/gstrtpbin.c:
6968         Allow request_new_pad with name NULL (bug #508515)
6969
6970 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6971
6972         * autogen.sh:
6973           Add -Wno-portability to the automake parameters to stop warnings
6974           about GNU make extensions being used. We require GNU make in almost
6975           every Makefile anyway.
6976           
6977         * configure.ac:
6978           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6979           at the same time is required for per target flags.
6980
6981 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
6982
6983         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
6984         Don't set fixed caps, we can basically do everything the upsteam peer
6985         pad can renegotiate to. Fixes #507940.
6986
6987 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6988
6989         * Makefile.am:
6990           Include lcov.mak to allow building coverage reports. Add top-level
6991           check targets similar to other gst packages.
6992
6993 2008-01-06  David Schleef  <ds@schleef.org>
6994
6995         * ext/directfb/Makefile.am:
6996           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
6997         * ext/directfb/dfbvideosink.c:
6998           Getting tired of directfb's chatter.  Quiet it.
6999
7000 2008-01-06  David Schleef  <ds@schleef.org>
7001
7002         Patch by: Sean D'Epagnier <sean@depagnier.com>
7003
7004         * configure.ac:
7005         * sys/Makefile.am:
7006         * sys/fbdev/Makefile.am:
7007         * sys/fbdev/gstfbdevsink.c:
7008         * sys/fbdev/gstfbdevsink.h:
7009           Add fbdev-based video sink.  Linux-only.  See bug #506549.
7010
7011 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
7012
7013         * configure.ac:
7014         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7015         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
7016         Update to GMemoryInputStream API changes in GLib SVN and require
7017         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
7018         We can also report the duration for every GSeekable, not only
7019         GFileInputStream and GMemoryInputStream.
7020
7021 2008-01-05  David Schleef  <ds@schleef.org>
7022
7023         * sys/glsink/glimagesink.c:
7024         * sys/glsink/glimagesink.h:
7025         * sys/glsink/gstglbuffer.h:
7026         * sys/glsink/gstgldisplay.c:
7027         * sys/glsink/gstgldisplay.h:
7028         * sys/glsink/gstglupload.c:
7029           Handle xoverlay exposes correctly.  This means glimagesink works
7030           correctly most of the time in totem (fullscreening being an
7031           execption).  Doesn't handle expose events directly to the GL
7032           window.
7033
7034 2008-01-05  David Schleef  <ds@schleef.org>
7035
7036         * sys/glsink/glextensions.c:
7037         * sys/glsink/glextensions.h:
7038         * sys/glsink/glimagesink.c:
7039         * sys/glsink/glimagesink.h:
7040         * sys/glsink/gstgldisplay.c:
7041         * sys/glsink/gstgldisplay.h:
7042         * sys/glsink/gstopengl.c:
7043           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
7044           vblank synchronization.  Remove unused code.
7045
7046 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
7047
7048         * gst/rtpmanager/gstrtpjitterbuffer.c:
7049         (gst_rtp_jitter_buffer_loop):
7050         Don't unref the popped buffer when we don't have ownership.
7051         Fixes #507020.
7052
7053 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7054
7055         * gst/mpegtsparse/Makefile.am:
7056         * gst/mpegtsparse/flutspatinfo.c:
7057         * gst/mpegtsparse/flutspatinfo.h:
7058         * gst/mpegtsparse/flutspmtinfo.c:
7059         * gst/mpegtsparse/flutspmtinfo.h:
7060         * gst/mpegtsparse/flutspmtstreaminfo.c:
7061         * gst/mpegtsparse/flutspmtstreaminfo.h:
7062         Remove no longer needed files.
7063
7064 2008-01-02  David Schleef  <ds@schleef.org>
7065
7066         * tests/check/Makefile.am:
7067           Disable vcdsrc in states test because it takes too much time
7068           to get to PLAYING if it can find a device.
7069
7070 2007-12-31  David Schleef  <ds@schleef.org>
7071
7072         * ext/musicbrainz/gsttrm.c:
7073           Don't emit signiture when going to READY, because it might
7074           not be ready.
7075         * ext/nas/nassink.c:
7076           Remove useless call that sleeps for 5 seconds.  Yup, it calls
7077           sleep(1) 5 times.  Go NAS.
7078         * gst/librfb/gstrfbsrc.c:
7079         * gst/librfb/rfbdecoder.c:
7080           Initialize our debug categories properly.
7081         * gst/rawparse/gstrawparse.c:
7082           Don't register element details for a non-element.  Be much more
7083           rude when subclass doesn't set a pad template (assert!).  Don't
7084           unref the pad template; we don't own it.
7085         * gst/videosignal/gstvideoanalyse.c:
7086           Initialize debug category.
7087         * tests/check/Makefile.am:
7088           Ignore nassink element in tests because it has unavoidable
7089           long timeouts.
7090
7091 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7092
7093         * gst/rtpmanager/gstrtpssrcdemux.c:
7094         (gst_rtp_ssrc_demux_change_state):
7095         Don't clean up pads when going to PAUSED.
7096
7097 2007-12-30  David Schleef  <ds@schleef.org>
7098
7099         * configure.ac:
7100         * sys/glsink/Makefile.am:
7101           Switch to using pkgconfig to detect libGL.  Since we use
7102           recent features added to Mesa, there's no point in adding
7103           a check for pre-pkgconfig versions.
7104
7105 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7106
7107         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
7108         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
7109         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
7110         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
7111         Fix 'xyz may be used uninitialized' compiler warnings caused
7112         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7113         abort() in any case but properly report the error.
7114
7115 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7116
7117         * configure.ac:
7118         * ext/gio/gstgio.c:
7119         * ext/gio/gstgio.h:
7120         * ext/gio/gstgiobasesink.h:
7121         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7122         * ext/gio/gstgiobasesrc.h:
7123         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
7124         * ext/gio/gstgiosink.h:
7125         * ext/gio/gstgiosrc.h:
7126         * ext/gio/gstgiostreamsink.h:
7127         * ext/gio/gstgiostreamsrc.h:
7128         * tests/check/pipelines/gio.c:
7129         Update to latest API changes in GLib/GIO and require at least
7130         gio-2.0 2.15.0 for this.
7131         
7132         * ext/gio/Makefile.am:
7133         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
7134
7135 2007-12-28  David Schleef  <ds@schleef.org>
7136
7137         * configure.ac:
7138         * sys/glsink/glextensions.c:
7139         * sys/glsink/glextensions.h:
7140         * sys/glsink/glimagesink.c:
7141         * sys/glsink/glimagesink.h:
7142         * sys/glsink/gstglbuffer.c:
7143         * sys/glsink/gstglbuffer.h:
7144         * sys/glsink/gstglconvert.c:
7145         * sys/glsink/gstgldisplay.c:
7146         * sys/glsink/gstgldisplay.h:
7147         * sys/glsink/gstgldownload.c:
7148         * sys/glsink/gstglfilter.c:
7149         * sys/glsink/gstglfilter.h:
7150         * sys/glsink/gstglfilterexample.c:
7151         * sys/glsink/gstgltestsrc.c:
7152         * sys/glsink/gstglupload.c:
7153           Major cleanup of code.  Convert glupload to BaseTransform.
7154           Handle caps negotiation mostly correctly.  Reenable in build.
7155
7156 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
7157
7158         * ext/soup/Makefile.am:
7159         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
7160           (gst_souphttp_src_unicodify), (soup_got_headers):
7161           Use gst_tag_freeform_string_to_utf8() and post radio station
7162           info as tags on the bus.
7163
7164 2007-12-26  David Schleef  <ds@schleef.org>
7165
7166         * sys/glsink/glimagesink.c:
7167         * sys/glsink/gstglupload.c:
7168           Change glimagesink over to using GL buffers.  This breaks
7169           glimagesink for normal operation, but should be fixed soon.
7170
7171 2007-12-26  David Schleef  <ds@schleef.org>
7172
7173         * sys/glsink/gltestsrc.c:
7174         * sys/glsink/gstglbuffer.c:
7175         * sys/glsink/gstglbuffer.h:
7176         * sys/glsink/gstgldownload.c:
7177         * sys/glsink/gstglfilter.c:
7178         * sys/glsink/gstglfilterexample.c:
7179         * sys/glsink/gstgltestsrc.c:
7180         * sys/glsink/gstglupload.c:
7181           Convert gldownload to BaseTransform.  Make glfilterexample
7182           visually interesting.  Add support for various formats to
7183           downloading.  Fix a few places where we leak GL state to
7184           other elements (bad, but hard to prevent).
7185
7186 2007-12-26  David Schleef  <ds@schleef.org>
7187
7188         * sys/glsink/BUGS:
7189         * sys/glsink/Makefile.am:
7190         * sys/glsink/gstglbuffer.c:
7191         * sys/glsink/gstglbuffer.h:
7192         * sys/glsink/gstglconvert.c:
7193         * sys/glsink/gstgldisplay.c:
7194         * sys/glsink/gstglfilter.c:
7195         * sys/glsink/gstglfilter.h:
7196         * sys/glsink/gstglfilterexample.c:
7197         * sys/glsink/gstgltestsrc.c:
7198         * sys/glsink/gstglupload.c:
7199         * sys/glsink/gstopengl.c:
7200           Remove code that handles non-texture buffers.  Add a
7201           GstGLBufferFormat type that corresponds to how to use the
7202           texture, not the original video format.  Convert gstflfilter.c
7203           into a base class, add glfilterexample and glconvert elements.
7204         * sys/glsink/color_matrix.c:
7205           Minor ramblings about color conversion matrices.
7206
7207 2007-12-24  David Schleef  <ds@schleef.org>
7208
7209         * sys/glsink/Makefile.am:
7210         * sys/glsink/gltestsrc.c:
7211         * sys/glsink/gltestsrc.h:
7212         * sys/glsink/gstgldisplay.c:
7213         * sys/glsink/gstgldownload.c:
7214         * sys/glsink/gstglfilter.c:
7215         * sys/glsink/gstgltestsrc.c:
7216         * sys/glsink/gstgltestsrc.h:
7217         * sys/glsink/gstglupload.c:
7218         * sys/glsink/gstopengl.c:
7219           Add gltestsrc element, a duplicate of videotestsrc that uses
7220           GL rendering to create images.  More cleanup.
7221
7222 2007-12-24  David Schleef  <ds@schleef.org>
7223
7224         * sys/glsink/gstglbuffer.c:
7225         * sys/glsink/gstgldownload.c:
7226         * sys/glsink/gstglfilter.c:
7227           Clean up code.  Fix a few leaks.
7228
7229 2007-12-24  David Schleef  <ds@schleef.org>
7230
7231         * sys/glsink/Makefile.am:
7232         * sys/glsink/glimagesink.h:
7233         * sys/glsink/glvideo.c:
7234         * sys/glsink/glvideo.h:
7235         * sys/glsink/gstglbuffer.c:
7236         * sys/glsink/gstglbuffer.h:
7237         * sys/glsink/gstgldisplay.c:
7238         * sys/glsink/gstgldisplay.h:
7239           Rename glvideo.[ch] to gstgldisplay.[ch].
7240
7241 2007-12-24  David Schleef  <ds@schleef.org>
7242
7243         * sys/glsink/glimagesink.c:
7244         * sys/glsink/glimagesink.h:
7245         * sys/glsink/glvideo.c:
7246         * sys/glsink/glvideo.h:
7247         * sys/glsink/gstglbuffer.c:
7248         * sys/glsink/gstglbuffer.h:
7249         * sys/glsink/gstgldownload.c:
7250         * sys/glsink/gstglfilter.c:
7251         * sys/glsink/gstglupload.c:
7252           Rewrite a bunch of code to use textures as the intermediate
7253           instead of renderbuffers.  upload, download, filtering all
7254           work.
7255
7256 2007-12-23  David Schleef  <ds@schleef.org>
7257
7258         * gst/videoparse/Makefile.am:
7259         * gst/videoparse/README:
7260         * gst/videoparse/gstvideoparse.c:
7261           Remove videoparse element, because it was moved to gst/rawparse/
7262
7263 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7264
7265         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
7266         Always seek on frame boundaries, will produce nothing useful
7267         otherwise.
7268
7269 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7270
7271         * configure.ac:
7272         * gst/rawparse/Makefile.am:
7273         * gst/rawparse/README:
7274         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
7275         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
7276         (gst_audio_parse_class_init), (gst_audio_parse_init),
7277         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
7278         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
7279         * gst/rawparse/gstaudioparse.h:
7280         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
7281         (gst_raw_parse_class_init), (gst_raw_parse_init),
7282         (gst_raw_parse_dispose),
7283         (gst_raw_parse_class_set_src_pad_template),
7284         (gst_raw_parse_class_set_multiple_frames_per_buffer),
7285         (gst_raw_parse_reset), (gst_raw_parse_chain),
7286         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
7287         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
7288         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
7289         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
7290         (gst_raw_parse_is_negotiated):
7291         * gst/rawparse/gstrawparse.h:
7292         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
7293         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
7294         (gst_video_parse_class_init), (gst_video_parse_init),
7295         (gst_video_parse_set_property), (gst_video_parse_get_property),
7296         (gst_video_parse_format_to_fourcc),
7297         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
7298         * gst/rawparse/gstvideoparse.h:
7299         * gst/rawparse/plugin.c: (plugin_init):
7300         Add new plugin rawparse that contains a base class for raw data
7301         parsers and the two elements audioparse and videoparse that can
7302         be used to parse raw audio and video. These are inspired by the
7303         old videoparse element which the new rawparse plugin deprecates.
7304
7305 2007-12-21  David Schleef  <ds@schleef.org>
7306
7307         * sys/glsink/glextensions.c:
7308         * sys/glsink/glextensions.h:
7309         * sys/glsink/glvideo.c:
7310         * sys/glsink/glvideo.h:
7311         * sys/glsink/gstglbuffer.c:
7312         * sys/glsink/gstgldownload.c:
7313         * sys/glsink/gstglupload.c:
7314           A careful read of the documentation reveals that I can't use
7315           renderbuffers as textures.  Duh.  Checkpoint because I'm about
7316           to rewrite a bunch of code.
7317
7318 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
7319
7320         * ext/metadata/TODO:
7321         * ext/metadata/gstbasemetadata.c:
7322         * ext/metadata/gstbasemetadata.h:
7323         * ext/metadata/metadata.h:
7324         * ext/metadata/metadataiptc.c:
7325         * ext/metadata/metadatamuxjpeg.c:
7326         * ext/metadata/metadataparsejpeg.c:
7327         * ext/metadata/metadataparseutil.c:
7328           Some IPTC tags mapped.
7329
7330 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
7331
7332         * ext/metadata/Makefile.am:
7333         * ext/metadata/TODO:
7334         * ext/metadata/gstbasemetadata.c:
7335         * ext/metadata/gstbasemetadata.h:
7336         * ext/metadata/gstmetadatacommon.c:
7337         * ext/metadata/gstmetadatacommon.h:
7338         * ext/metadata/metadata.c:
7339         * ext/metadata/metadata.h:
7340           Removed gstmetadatacommon.
7341
7342 2007-12-20  David Schleef  <ds@schleef.org>
7343
7344         * sys/glsink/Makefile.am:
7345         * sys/glsink/glextensions.c:
7346         * sys/glsink/glextensions.h:
7347         * sys/glsink/glimagesink.c:
7348         * sys/glsink/glimagesink.h:
7349         * sys/glsink/glvideo.c:
7350         * sys/glsink/glvideo.h:
7351         * sys/glsink/gstglbuffer.c:
7352         * sys/glsink/gstglbuffer.h:
7353         * sys/glsink/gstgldownload.c:
7354         * sys/glsink/gstglfilter.c:
7355         * sys/glsink/gstglupload.c:
7356         * sys/glsink/gstopengl.c:
7357           Switch to using framebuffer_objects instead of GLXPixmaps,
7358           because that's what my driver supports.  Remove GLDrawable,
7359           since GstGLDisplay now has a default drawable and context.
7360
7361 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7362
7363         * gst/equalizer/.cvsignore:
7364         * gst/switch/.cvsignore:
7365           Ignore more.
7366
7367 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7368
7369         * ext/metadata/Makefile.am:
7370         * ext/metadata/TODO:
7371         * ext/metadata/gstbasemetadata.c:
7372         * ext/metadata/gstbasemetadata.h:
7373         * ext/metadata/gstmetadatacommon.c:
7374         * ext/metadata/gstmetadatacommon.h:
7375         * ext/metadata/gstmetadatademux.c:
7376         * ext/metadata/gstmetadatademux.h:
7377         * ext/metadata/gstmetadatamux.c:
7378         * ext/metadata/gstmetadatamux.h:
7379         * ext/metadata/metadata.c:
7380         * ext/metadata/metadata.h:
7381         * ext/metadata/metadataexif.c:
7382         * ext/metadata/metadataparsejpeg.c:
7383         * ext/metadata/metadataparsepng.c:
7384         * ext/metadata/metadatatags.c:
7385         * ext/metadata/metadatatags.h:
7386         * ext/metadata/test/metadata_editor.c:
7387           New base class for metadata elements.
7388
7389 2007-12-18  Andy Wingo  <wingo@pobox.com>
7390
7391         * gst/switch/gstswitch-marshal.list:
7392         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7393         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7394         (gst_selector_pad_get_property)
7395         (gst_selector_pad_get_running_time)
7396         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7397         (gst_segment_set_stop, gst_segment_set_start)
7398         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7399         (gst_stream_selector_push_pending_stop)
7400         (gst_stream_selector_switch): Change so that the signals and
7401         properties deal in running time, not buffer time. Document the
7402         signals more. Change uint64 in API to int64, to reflect what's in
7403         GstSegment.
7404
7405 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7406
7407         * Makefile.am:
7408           Include common/win32.mak for CRLF check of win32 project
7409           files (see #393626).
7410
7411         * configure.ac:
7412           Bump requirements to -base CVS for libgstvideo additions in
7413           glimagesink. Disable glimagesink until the missing files get
7414           checked in.
7415
7416 2007-12-17  David Schleef  <ds@schleef.org>
7417
7418         * sys/glsink/Makefile.am:
7419         * sys/glsink/glimagesink.c:
7420         * sys/glsink/glimagesink.h:
7421         * sys/glsink/glvideo.c:
7422         * sys/glsink/glvideo.h:
7423         * sys/glsink/gstopengl.c:
7424         * sys/glsink/gstglupload.c:
7425           Use new GstVideoFormat checked into -base.  Add new glupload
7426           element to upload raw video into a GLXPixbuf.  Untested.  Will
7427           likely crash your motorcycle if you try it.
7428         * sys/glsink/gstvideo-common.c:
7429         * sys/glsink/gstvideo-common.h:
7430           Remove.
7431
7432 2007-12-17  David Schleef  <ds@schleef.org>
7433
7434         * gst/multifile/gstmultifilesrc.c:
7435         * gst/multifile/gstmultifilesrc.h:
7436           When subsequent files are read, if the file doesn't exist, send
7437           an EOS instead of causing an error.
7438
7439 2007-12-17  Andy Wingo  <wingo@pobox.com>
7440
7441         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7442         a buffer is ignored, not NOT_LINKED. No sense in making a source
7443         element error out; at least fdsrc considers NOT_LINKED to be a
7444         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7445
7446         * gst/switch/gstswitch-marshal.list:
7447         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7448         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7449         (gst_stream_selector_block): Make the block() signal return the
7450         last stop time of the active pad. Patch 10/12.
7451
7452         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7453         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7454         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7455         pad property, not an element property.
7456         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7457         duration, not timestamp. Patch 9/12.
7458
7459         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7460         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7461         cond mechanism instead of blocked pads. Patch 8/12.
7462
7463         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7464
7465         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7466         (gst_selector_pad_chain, gst_stream_selector_init)
7467         (gst_stream_selector_dispose): Add infrastructure for new blocking
7468         mechanism that does not use gst_pad_set_blocked, which does not
7469         work on sink pads. Patch 7/12.
7470
7471         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7472         (gst_stream_selector_get_property): Add last-stop-time readable
7473         property. Patch 6/12.
7474
7475         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7476         state variables.
7477
7478         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7479         (gst_selector_pad_chain): Push any pending stop event.
7480         (gst_stream_selector_set_active_pad)
7481         (gst_stream_selector_set_property): Factor out setting the active
7482         pad to a function. Close the segment of the previous active pad if
7483         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7484         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7485
7486         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7487         the block() signal. This implementation will be replaced in future
7488         patches, however. Patch 4/12.
7489
7490         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7491         vmethod prototypes.
7492
7493         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7494         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7495         vmethod definitions. Patch 3/12.
7496
7497         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7498         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7499         `block' and `switch' signals.
7500
7501         * gst/switch/Makefile.am: 
7502         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7503         marshaller for the `switch' signal. Patch 2/12.
7504
7505         * gst/switch/gstswitch.h: 
7506         * gst/switch/gstswitch.c: Replace with files from
7507         gststreamselector.[ch], registered as the "switch" plugin, with
7508         "GstSwitch" types. Patch 1/12.
7509
7510 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7511
7512         * ext/metadata/TODO:
7513         * ext/metadata/gstmetadatademux.c:
7514         * ext/metadata/metadata.c:
7515         * ext/metadata/metadata.h:
7516         * ext/metadata/metadataparsejpeg.c:
7517         * ext/metadata/metadataparsejpeg.h:
7518         * ext/metadata/metadataparsepng.c:
7519         * ext/metadata/metadataparsepng.h:
7520         * ext/metadata/test/MetadataEditorMain.glade:
7521         * ext/metadata/test/metadata_editor.c:
7522           Added "parse-only" property to metadatademux.
7523
7524 2007-12-16  David Schleef  <ds@schleef.org>
7525
7526         * sys/glsink/glimagesink.c:
7527         * sys/glsink/glimagesink.h:
7528         * sys/glsink/glvideo.c:
7529         * sys/glsink/glvideo.h:
7530           Rename GLVideo* to GstGL*.
7531
7532 2007-12-15  David Schleef  <ds@schleef.org>
7533
7534         * sys/glsink/Makefile.am:
7535         * sys/glsink/glextensions.c:
7536         * sys/glsink/glextensions.h:
7537         * sys/glsink/glvideo.c:
7538           Add vblank synchronization.  Isn't really working on my
7539           driver. :(
7540
7541 2007-12-15  David Schleef  <ds@schleef.org>
7542
7543         * sys/glsink/Makefile.am:
7544         * sys/glsink/glimagesink.c:
7545         * sys/glsink/glvideo.c:
7546         * sys/glsink/glvideo.h:
7547         * sys/glsink/gstvideo-common.c:
7548         * sys/glsink/gstvideo-common.h:
7549           Add support for xRGB, xBGR, and AYUV.  Re-add support for
7550           power-of-2 textures.
7551
7552 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7553
7554         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
7555         (gst_video_parse_sink_event):
7556         Free the adapter on dispose and correctly reset on newsegment events.
7557
7558 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7559
7560         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
7561         (gst_video_parse_src_event), (gst_video_parse_src_query):
7562         Improve duration query by first asking upstream and if it can't handle
7563         the query try to get the duration in bytes from upstream and convert.
7564         For seeks, try if upstream handles this already first and do our
7565         conversion to byte format only if it doesn't and if we get a
7566         newsegment event in time format keep it and only do our conversions
7567         if the event has another format.
7568
7569 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7570
7571         * gst/videoparse/gstvideoparse.c:
7572         (gst_video_parse_format_get_type),
7573         (gst_video_parse_endianness_get_type),
7574         (gst_video_parse_class_init), (gst_video_parse_init),
7575         (gst_video_parse_set_property), (gst_video_parse_get_property),
7576         (gst_video_parse_format_to_fourcc),
7577         (gst_video_parse_update_block_size), (gst_video_parse_chain),
7578         (gst_video_parse_sink_event):
7579         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
7580         downstream elements downstream, not upstream.
7581
7582 2007-12-14  David Schleef  <ds@schleef.org>
7583
7584         * sys/glsink/gstvideo-common.c:
7585         * sys/glsink/gstvideo-common.h:
7586           Pull together some common raw video functions into one location.
7587           This should eventually move to -base.
7588         * sys/glsink/Makefile.am:
7589         * sys/glsink/glimagesink.c:
7590         * sys/glsink/glimagesink.h:
7591         * sys/glsink/glvideo.c:
7592         * sys/glsink/glvideo.h:
7593         * sys/glsink/gstopengl.c:
7594           Use the new video-common.h stuff.  Readd support for RGB video.
7595
7596 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
7597
7598         * ext/metadata/Makefile.am:
7599         * ext/metadata/TODO:
7600         * ext/metadata/gstmetadata.c:
7601         * ext/metadata/gstmetadatacommon.c:
7602         * ext/metadata/gstmetadatacommon.h:
7603         * ext/metadata/gstmetadatademux.c:
7604         * ext/metadata/gstmetadatademux.h:
7605         * ext/metadata/gstmetadatamux.c:
7606         * ext/metadata/gstmetadatamux.h:
7607         * ext/metadata/gstmetadataparse.c:
7608         * ext/metadata/gstmetadataparse.h:
7609         * ext/metadata/metadataexif.c:
7610         * ext/metadata/metadatatags.c:
7611         * ext/metadata/test/metadata_editor.c:
7612           Added new module for common functions. Using GST_TYPE_FRACTION for
7613           Exif (S)Rational types.
7614
7615 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7616
7617         * gst/mpegtsparse/mpegtspacketizer.c:
7618         * gst/mpegtsparse/mpegtspacketizer.h:
7619         Hash streams by pid again. Add a linked list inside each
7620         stream with a list of sub_tables. Fix multiple sections
7621         as it was borked with my last commit.
7622
7623 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
7624
7625         * sys/glsink/Makefile.am: add glvideo.h
7626         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
7627         * gst-plugins-bad.spec.in: add latest plugins
7628
7629 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7630
7631         * ext/metadata/TODO:
7632         * ext/metadata/gstmetadatamux.c:
7633         * ext/metadata/gstmetadataparse.c:
7634         * ext/metadata/metadata.c:
7635         * ext/metadata/metadata.h:
7636         * ext/metadata/metadataiptc.c:
7637         * ext/metadata/metadatamuxjpeg.c:
7638         * ext/metadata/metadatamuxjpeg.h:
7639         * ext/metadata/metadatamuxpng.c:
7640         * ext/metadata/metadatamuxpng.h:
7641         * ext/metadata/metadataparsejpeg.c:
7642         * ext/metadata/metadataparsejpeg.h:
7643         * ext/metadata/metadataparsepng.c:
7644         * ext/metadata/metadataparsepng.h:
7645         * ext/metadata/metadataparseutil.c:
7646         * ext/metadata/metadataparseutil.h:
7647         * ext/metadata/metadatatypes.h:
7648         * ext/metadata/metadataxmp.c:
7649           Code documentation.
7650
7651 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7652
7653         * configure.ac:
7654         * ext/metadata/Makefile.am:
7655         * ext/metadata/gstmetadatamux.c:
7656         * ext/metadata/gstmetadataparse.c:
7657         * ext/metadata/metadataexif.c:
7658         * ext/metadata/metadatatags.c:
7659         * ext/metadata/test/Makefile:
7660         * ext/metadata/test/MetadataEditorMain.glade:
7661         * ext/metadata/test/metadata_editor.c:
7662           Added a test application. Added some EXIF tags. Fixed a muxer bug.
7663
7664 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7665
7666         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7667           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
7668           Implement a query type function for the src pad, implement seeking
7669           and use ANY caps for the sink pad as the element doesn't care what
7670           caps the input has and everything is handled via properties.
7671
7672 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7673
7674         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
7675           (gst_video_parse_sink_event):
7676           Handle -1 values for the CONVERT query too.
7677
7678 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7679
7680         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
7681           Add YV12 to the pad templates as it is supported too and allow
7682           -1 as stop position for NEWSEGMENT events.
7683
7684 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7685
7686         * gst/videoparse/Makefile.am:
7687           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
7688
7689         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7690           (gst_video_parse_set_property), (gst_video_parse_get_property):
7691           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
7692           gives a g_critical().
7693
7694 2007-12-12  David Schleef  <ds@schleef.org>
7695
7696         * gst/videoparse/README:
7697         * gst/videoparse/gstvideoparse.c:
7698           Add a bunch of features: handle format specification, handle
7699           queries and conversion.  Works much like a normal parser now.
7700
7701 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7702
7703         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
7704         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
7705         (gst_rtp_pt_demux_change_state):
7706         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
7707         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
7708         (gst_rtp_ssrc_demux_change_state):
7709         Clean up the dynamic pads when going to READY.
7710
7711 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7712
7713         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
7714         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7715         (gst_rtp_bin_handle_message):
7716         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
7717         (rtp_session_send_bye):
7718         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
7719         Fix some leaks.
7720
7721 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
7722
7723         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
7724           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
7725           (gst_dtsdec_chain):
7726         * ext/dts/gstdtsdec.h:
7727           Add support for "audio/x-private1-dts" as used by flupsparse. Most
7728           changes adapted from a52dec.
7729
7730 2007-12-11  David Schleef  <ds@schleef.org>
7731
7732         * sys/glsink/Makefile.am:
7733         * sys/glsink/glimagesink.c:
7734         * sys/glsink/glvideo.c:
7735         * sys/glsink/glvideo.h:
7736           Split out gl-related code into a separate file with a
7737           sensible API.  Major cleanup.  Still crashes occasionally
7738           due to different threads touching bits at the same time.
7739
7740 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7741
7742         Patch by: Wouter Cloetens <wouter at mind dot be>
7743
7744         * ext/soup/gstsouphttpsrc.c: (_do_init),
7745         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
7746         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
7747         (gst_souphttp_src_get_property), (unicodify),
7748         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
7749         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7750         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7751         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
7752         (soup_got_headers), (soup_got_body), (soup_finished),
7753         (soup_got_chunk), (soup_response), (soup_parse_status),
7754         (gst_souphttp_src_uri_get_type),
7755         (gst_souphttp_src_uri_get_protocols),
7756         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
7757         (gst_souphttp_src_uri_handler_init):
7758         * ext/soup/gstsouphttpsrc.h:
7759         Do not try to unpause I/O in the "queued" state.
7760         Reorganise a bunch of things and cleanups.
7761         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
7762         See #502335.
7763
7764 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7765
7766         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
7767         Fix caps memleak.
7768
7769 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7770
7771         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7772           (gst_flv_parse_tag_video):
7773           Don't strdup (and thus leak) codec name strings when passing
7774           them to gst_tag_list_add().
7775
7776 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7777
7778         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
7779         (gst_rtp_bin_handle_message):
7780         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
7781         (on_ssrc_sdes):
7782         Post a message when the SDES infor changes for a source.
7783
7784         * gst/rtpmanager/rtpsession.c:
7785         * gst/rtpmanager/rtpsource.c:
7786         Update some comments.
7787
7788 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7789
7790         Based on patch by: <mutex at runbox dot com>
7791
7792         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
7793         Forward the query upstream, the default element event handler does
7794         something different. Fixes #502879.
7795
7796 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7797
7798         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
7799         (gst_rtp_bin_class_init):
7800         * gst/rtpmanager/gstrtpbin.h:
7801         * gst/rtpmanager/gstrtpclient.c:
7802         * gst/rtpmanager/gstrtpclient.h:
7803         * gst/rtpmanager/gstrtpjitterbuffer.h:
7804         * gst/rtpmanager/gstrtpmanager.c:
7805         * gst/rtpmanager/gstrtpptdemux.c:
7806         * gst/rtpmanager/gstrtpptdemux.h:
7807         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
7808         (gst_rtp_session_class_init), (gst_rtp_session_init):
7809         * gst/rtpmanager/gstrtpsession.h:
7810         * gst/rtpmanager/gstrtpssrcdemux.c:
7811         * gst/rtpmanager/gstrtpssrcdemux.h:
7812         * gst/rtpmanager/rtpjitterbuffer.c:
7813         * gst/rtpmanager/rtpjitterbuffer.h:
7814         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7815         (on_ssrc_sdes), (rtp_session_process_sdes):
7816         * gst/rtpmanager/rtpsession.h:
7817         * gst/rtpmanager/rtpsource.c:
7818         * gst/rtpmanager/rtpsource.h:
7819         * gst/rtpmanager/rtpstats.c:
7820         * gst/rtpmanager/rtpstats.h:
7821         Add signal to notify of an SDES change.
7822         Fix object type in the signal callbacks.
7823
7824 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7825
7826         * gst/rtpmanager/gstrtpbin.c: (create_session),
7827         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
7828         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7829         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
7830         * gst/rtpmanager/gstrtpbin.h:
7831         Expose SDES items as properties and configure the session managers with
7832         them.
7833
7834         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7835         (rtp_source_set_property):
7836         Fix SSRC property.
7837
7838 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7839
7840         * gst/rtpmanager/gstrtpbin.c: (create_session):
7841         * gst/rtpmanager/rtpjitterbuffer.c:
7842         Update comment.
7843
7844         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
7845         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
7846         Define some GObject properties to set SDES and other configuration.
7847
7848         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7849         (rtp_session_init), (rtp_session_finalize),
7850         (rtp_session_set_property), (rtp_session_get_property),
7851         (on_ssrc_sdes), (rtp_session_set_bandwidth),
7852         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
7853         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
7854         (rtp_session_get_sdes_string), (obtain_source),
7855         (rtp_session_get_internal_source), (rtp_session_process_sdes),
7856         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
7857         (is_rtcp_time):
7858         * gst/rtpmanager/rtpsession.h:
7859         Add signal when new SDES infor has been found for a source.
7860         Create properties for SDES and other info.
7861         Simplify the SDES API.
7862         Add method for getting the internal source object of the session.
7863
7864         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7865         (rtp_source_finalize), (rtp_source_set_property),
7866         (rtp_source_get_property), (rtp_source_set_callbacks),
7867         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
7868         (rtp_source_is_as_csrc), (rtp_source_is_active),
7869         (rtp_source_is_validated), (rtp_source_is_sender),
7870         (rtp_source_received_bye), (rtp_source_get_bye_reason),
7871         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
7872         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
7873         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
7874         * gst/rtpmanager/rtpsource.h:
7875         Add GObject properties for various things.
7876         Don't leak the bye reason.
7877
7878 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
7879
7880         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7881         (gst_flv_parse_tag_video):
7882         Fix list of supported and known codecs.
7883         Emit tag with the codec name so it gets properly reported in totem and
7884         other applications.
7885
7886 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7887
7888         * configure.ac:
7889         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7890
7891 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7892
7893         * gst/equalizer/gstiirequalizer.c:
7894         (gst_iir_equalizer_transform_ip):
7895         Fix compilation.
7896
7897 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7898
7899         * gst/equalizer/gstiirequalizer.c:
7900         (gst_iir_equalizer_transform_ip):
7901         Don't process buffers in passthrough mode.
7902
7903 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7904
7905         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7906         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7907         The transform() methods are not called in passthrough mode so
7908         there's no need for checking if the element is in passthrough mode.
7909
7910 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7911
7912         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7913         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7914         Sync the GObject properties with the controller even in passthrough
7915         mode to get consistent property values.
7916
7917 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7918
7919         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
7920           Mark crc values table as constant.
7921
7922 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
7923
7924         * ext/metadata/metadataexif.c:
7925         * ext/metadata/metadataiptc.c:
7926         * ext/metadata/metadatatags.c:
7927         * ext/metadata/metadatatags.h:
7928         * ext/metadata/metadataxmp.c:
7929           Added some tags to exif parser.
7930
7931 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7932
7933         * gst/mpegtsparse/mpegtspacketizer.c:
7934         * gst/mpegtsparse/mpegtsparse.c:
7935         A sub table is identified by the pair table_id and 
7936         sub_table_identifier, not by pid. So hash with that.
7937         * sys/dvb/dvbbasebin.c:
7938         Make sure initial pids are added properly to filter,
7939
7940 2007-12-05  Andy Wingo  <wingo@pobox.com>
7941
7942         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
7943         buffers from app thread when unsetting `queue-buffers', it's
7944         dangerous and the chain function will do it for us anyway.
7945
7946 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
7947
7948         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
7949         (metadatamux_jpeg_lazy_update):
7950         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
7951         (metadataparse_jpeg_reading):
7952           Now compiles even when libiptc is missing.
7953
7954 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
7955
7956         * ext/metadata/gstmetadatamux.c:
7957         * ext/metadata/gstmetadatamux.h:
7958         * ext/metadata/gstmetadataparse.c:
7959         * ext/metadata/gstmetadataparse.h:
7960         * ext/metadata/metadata.c:
7961         * ext/metadata/metadata.h:
7962         * ext/metadata/metadatamuxjpeg.c:
7963         * ext/metadata/metadatamuxjpeg.h:
7964         * ext/metadata/metadatamuxpng.c:
7965         * ext/metadata/metadatamuxpng.h:
7966           Fixed element properties and now muxer writes to png also.
7967
7968 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7969
7970         * gst/mpegtsparse/Makefile.am:
7971         * gst/mpegtsparse/mpegtspacketizer.c:
7972         * gst/mpegtsparse/mpegtsparse.c:
7973         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
7974         messages.
7975         * sys/dvb/dvbbasebin.c:
7976         Instead of attaching to signals, use the bus messages.
7977         Also fix up so the dvbsrc starts only outputting the info tables
7978         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
7979
7980 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
7981
7982         * ext/metadata/gstmetadatamux.c:
7983         * ext/metadata/gstmetadatamux.h:
7984         * ext/metadata/metadataexif.c:
7985         * ext/metadata/metadataexif.h:
7986         * ext/metadata/metadataiptc.c:
7987         * ext/metadata/metadataiptc.h:
7988         * ext/metadata/metadatamuxjpeg.c:
7989         * ext/metadata/metadataxmp.c:
7990         * ext/metadata/metadataxmp.h:
7991           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
7992           implemets GstTagSetter interface.
7993
7994 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
7995
7996         * gst/librfb/rfbdecoder.c:
7997                 Should fix the 64-bit build
7998
7999 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8000
8001         * ext/metadata/gstmetadatamux.c:
8002         * ext/metadata/gstmetadatamux.h:
8003         * ext/metadata/gstmetadataparse.c:
8004         * ext/metadata/gstmetadataparse.h:
8005         * ext/metadata/metadataexif.c:
8006         * ext/metadata/metadataexif.h:
8007         * ext/metadata/metadataiptc.c:
8008         * ext/metadata/metadataiptc.h:
8009         * ext/metadata/metadatamuxjpeg.c:
8010         * ext/metadata/metadatamuxpng.c:
8011         * ext/metadata/metadataparsejpeg.c:
8012         * ext/metadata/metadataparsepng.c:
8013         * ext/metadata/metadataxmp.c:
8014         * ext/metadata/metadataxmp.h:
8015           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
8016
8017 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8018
8019         * gst/librfb/rfbdecoder.c:
8020         * gst/librfb/rfbdecoder.h:
8021                 Add CoRRE encoding
8022
8023 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8024
8025         * gst/mpegtsparse/mpegtsparse.c:
8026         CRC check the psi pids. CRC checking code relicenced from MPL.
8027         Thanks Fluendo.
8028
8029 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8030
8031         * ext/metadata/Makefile.am:
8032         * ext/metadata/gstmetadatamux.c:
8033         * ext/metadata/gstmetadatamux.h:
8034         * ext/metadata/gstmetadataparse.c:
8035         * ext/metadata/metadata.c:
8036         * ext/metadata/metadata.h:
8037         * ext/metadata/metadatamuxjpeg.c:
8038         * ext/metadata/metadatamuxjpeg.h:
8039         * ext/metadata/metadatamuxpng.c:
8040         * ext/metadata/metadatamuxpng.h:
8041         * ext/metadata/metadataparsejpeg.c:
8042         * ext/metadata/metadataparsejpeg.h:
8043         * ext/metadata/metadataparsepng.c:
8044         * ext/metadata/metadataparsepng.h:
8045         * ext/metadata/metadatatypes.c:
8046         * ext/metadata/metadatatypes.h:
8047           Fixed get_range bug when injecting and stripping. And mux is almost
8048           done now.
8049
8050 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8051
8052         * gst/librfb/rfbdecoder.c:
8053                 Use glib macro for swapping
8054
8055 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
8056
8057         * gst/librfb/gstrfbsrc.c:
8058         * gst/librfb/rfbdecoder.c:
8059         * gst/librfb/rfbdecoder.h:
8060                 Disable CopyRect encoding by default
8061                 Add RRE encoding
8062
8063 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8064
8065         Patch by: Wouter Cloetens <wouter at mind dot be>
8066
8067         * configure.ac:
8068         Bump libsoup requirement as libsoup does not support async client
8069         operation prior to version 2.2.104 and it has some leaks.
8070
8071         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
8072         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8073         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
8074         (gst_souphttp_src_start), (gst_souphttp_src_stop),
8075         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
8076         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
8077         (soup_finished), (soup_got_chunk), (soup_response),
8078         (soup_session_close):
8079         * ext/soup/gstsouphttpsrc.h:
8080         Implement unlock().
8081         Picks up the size from the Content-Length header and emit a duration
8082         message.
8083         Don't leak the GMainContext object.
8084         Fixes #500099.
8085
8086 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8087
8088         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8089         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
8090         (alsaspdifsink_find_pcm_device):
8091         Don't free uninitialized data when we are in error.
8092
8093 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8094
8095         * ext/metadata/gstmetadatamux.c:
8096         * ext/metadata/gstmetadataparse.c:
8097         * ext/metadata/metadataexif.c:
8098         * ext/metadata/metadataexif.h:
8099         * ext/metadata/metadataiptc.c:
8100         * ext/metadata/metadataiptc.h:
8101         * ext/metadata/metadatatags.c:
8102         * ext/metadata/metadatatags.h:
8103         * ext/metadata/metadataxmp.c:
8104         * ext/metadata/metadataxmp.h:
8105           Sending make and model individual tags and muxer now links fine.
8106
8107 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8108
8109         * ext/metadata/Makefile.am:
8110         * ext/metadata/gstmetadata.c:
8111         * ext/metadata/gstmetadatamux.c:
8112         * ext/metadata/gstmetadatamux.h:
8113         * ext/metadata/gstmetadataparse.c:
8114         * ext/metadata/gstmetadataparse.h:
8115         * ext/metadata/metadata.c:
8116         * ext/metadata/metadata.h:
8117         * ext/metadata/metadataexif.c:
8118         * ext/metadata/metadataexif.h:
8119         * ext/metadata/metadataiptc.c:
8120         * ext/metadata/metadataiptc.h:
8121         * ext/metadata/metadataparse.c:
8122         * ext/metadata/metadataparse.h:
8123         * ext/metadata/metadataparseexif.c:
8124         * ext/metadata/metadataparseexif.h:
8125         * ext/metadata/metadataparseiptc.c:
8126         * ext/metadata/metadataparseiptc.h:
8127         * ext/metadata/metadataparsexmp.c:
8128         * ext/metadata/metadataparsexmp.h:
8129         * ext/metadata/metadatatags.c:
8130         * ext/metadata/metadatatags.h:
8131         * ext/metadata/metadataxmp.c:
8132         * ext/metadata/metadataxmp.h:
8133           Small fixes in get_range and better structure for generic muxer and
8134           demuxer.
8135
8136 2007-11-26  Julien Moutte  <julien@fluendo.com>
8137
8138         * configure.ac: Add QuickTime Wrapper plug-in.
8139         * gst/speexresample/gstspeexresample.c:
8140         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
8141         build on Mac OS X Leopard. Incorrect printf format arguments.
8142         * sys/Makefile.am:
8143         * sys/qtwrapper/Makefile.am:
8144         * sys/qtwrapper/audiodecoders.c:
8145         (qtwrapper_audio_decoder_base_init),
8146         (qtwrapper_audio_decoder_class_init),
8147         (qtwrapper_audio_decoder_init),
8148         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
8149         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
8150         (make_samr_magic_cookie), (open_decoder),
8151         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
8152         (qtwrapper_audio_decoder_chain),
8153         (qtwrapper_audio_decoder_sink_event),
8154         (qtwrapper_audio_decoders_register):
8155         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
8156         (fourcc_to_caps):
8157         * sys/qtwrapper/codecmapping.h:
8158         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
8159         (image_description_for_mp4v), (image_description_from_stsd_buffer),
8160         (image_description_from_codec_data):
8161         * sys/qtwrapper/imagedescription.h:
8162         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
8163         (get_output_info_from_component), (dump_avcc_atom),
8164         (dump_image_description), (dump_codec_decompress_params),
8165         (addSInt32ToDictionary), (dump_cvpixel_buffer),
8166         (DestroyAudioBufferList), (AllocateAudioBufferList):
8167         * sys/qtwrapper/qtutils.h:
8168         * sys/qtwrapper/qtwrapper.c: (plugin_init):
8169         * sys/qtwrapper/qtwrapper.h:
8170         * sys/qtwrapper/videodecoders.c:
8171         (qtwrapper_video_decoder_base_init),
8172         (qtwrapper_video_decoder_class_init),
8173         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
8174         (fill_image_description), (new_image_description), (close_decoder),
8175         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
8176         (decompressCb), (qtwrapper_video_decoder_chain),
8177         (qtwrapper_video_decoder_sink_event),
8178         (qtwrapper_video_decoders_register): Initial import of QuickTime
8179         wrapper jointly developped by Songbird authors (Pioneers of the
8180         Inevitable) and Fluendo.
8181
8182 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
8183
8184         * gst/spectrum/gstspectrum.c:
8185           Use dispose and finalize. Dispose can be called multiple times.
8186
8187 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
8188
8189         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8190         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
8191           Now works when get_range is not available upstream.
8192
8193 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
8194
8195         * gst/speexresample/README:
8196         * gst/speexresample/arch.h:
8197         * gst/speexresample/resample.c: (resampler_basic_direct_single),
8198         (resampler_basic_direct_double),
8199         (resampler_basic_interpolate_single),
8200         (resampler_basic_interpolate_double),
8201         (speex_resampler_process_native), (speex_resampler_process_float),
8202         (speex_resampler_process_int),
8203         (speex_resampler_process_interleaved_float),
8204         (speex_resampler_process_interleaved_int),
8205         (speex_resampler_get_input_latency),
8206         (speex_resampler_get_output_latency):
8207         * gst/speexresample/speex_resampler.h:
8208         Update speex resampler to latest SVN. We're now down to only the
8209         changes noted in README again.
8210
8211         * gst/speexresample/speex_resampler_wrapper.h:
8212         * gst/speexresample/gstspeexresample.c:
8213         (gst_speex_resample_push_drain), (gst_speex_resample_query):
8214         Adjust to API changes.
8215
8216 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
8217
8218         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8219         (gst_flv_parse_tag_video):
8220         Output segment with proper 'stop' value, makes flvdemux 100% compatible
8221         with gnonlin.
8222
8223 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
8224
8225         * ext/dc1394/gstdc1394.c:
8226           Set initial structure name to fix assertion, due to recent caps name
8227           constraints.
8228
8229 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
8230
8231         patch by: Alessandro Decina
8232
8233         * gst/mpegtsparse/mpegtspacketizer.c:
8234         * gst/mpegtsparse/mpegtspacketizer.h:
8235         * gst/mpegtsparse/mpegtsparse.c:
8236         * gst/mpegtsparse/mpegtsparse.h:
8237         pat-info is now a signal not a GObject property that
8238         gets notified.
8239         pat-info, pmt-info now instead of passing a GObject as
8240         a parameter, pass a GstStructure.
8241         New signals: nit-info, sdt-info, eit-info for DVB SI information
8242         * sys/dvb/camconditionalaccess.c:
8243         * sys/dvb/camconditionalaccess.h:
8244         * sys/dvb/camdevice.c:
8245         * sys/dvb/camdevice.h:
8246         * sys/dvb/camswclient.c:
8247         * sys/dvb/camswclient.h:
8248         * sys/dvb/camutils.c:
8249         * sys/dvb/camutils.h:
8250         Cam code now uses the pmt GstStructure passed from mpegtsparse
8251         signals rather than the GObject.
8252         * sys/dvb/dvbbasebin.c:
8253         Use new signals in mpegtsparse and use GstStructures as per
8254         mpegtsparse's modified API.
8255         
8256 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
8257
8258         * ext/metadata/Makefile.am:
8259         * ext/metadata/gstmetadata.c:
8260         * ext/metadata/gstmetadatamux.c:
8261         * ext/metadata/gstmetadatamux.h:
8262         * ext/metadata/gstmetadataparse.c:
8263         * ext/metadata/gstmetadataparse.h:
8264         * ext/metadata/metadataparse.c:
8265         * ext/metadata/metadataparse.h:
8266         * ext/metadata/metadataparsejpeg.c:
8267         * ext/metadata/metadataparsejpeg.h:
8268         * ext/metadata/metadataparsepng.c:
8269         * ext/metadata/metadataparsepng.h:
8270         * ext/metadata/metadataparsetypes.h:
8271         * ext/metadata/metadatatypes.c:
8272         * ext/metadata/metadatatypes.h:
8273           Now parser is generic (just add/remove a list of chunks). And a
8274           template of muxer has been created.
8275
8276 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8277
8278         * gst/speexresample/gstspeexresample.c:
8279         (gst_speex_resample_update_state):
8280         Only post the latency message if we have a resampler state already.
8281
8282 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8283
8284         * gst/speexresample/gstspeexresample.c:
8285         (gst_speex_resample_update_state):
8286         Also post GST_MESSAGE_LATENCY if the latency changes.
8287
8288 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8289
8290         * gst/speexresample/resample.c: (speex_resampler_get_latency),
8291         (speex_resampler_drain_float), (speex_resampler_drain_int),
8292         (speex_resampler_drain_interleaved_float),
8293         (speex_resampler_drain_interleaved_int):
8294         * gst/speexresample/speex_resampler.h:
8295         * gst/speexresample/speex_resampler_wrapper.h:
8296         Add functions to push the remaining samples and to get the latency
8297         of the resampler. These will get added to Speex SVN in this or a
8298         slightly changed form at some point too and should get merged then
8299         again.
8300
8301         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
8302         (gst_speex_resample_init_state),
8303         (gst_speex_resample_transform_size),
8304         (gst_speex_resample_push_drain), (gst_speex_resample_event),
8305         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
8306         (gst_speex_resample_query), (gst_speex_resample_query_type):
8307         Drop the prepending zeroes and output the remaining samples on EOS.
8308         Also properly implement the latency query for this. speexresample
8309         should be completely ready for production use now.
8310
8311 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
8312
8313         * gst/rtpmanager/gstrtpjitterbuffer.c:
8314         (gst_rtp_jitter_buffer_query):
8315         jitterbuffer can buffer an unlimited amount of time and thus has no
8316         max_latency requirements.
8317
8318 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8319
8320         * gst/speexresample/README:
8321         Add README explaining where the resampling code was taken from
8322         and which changes were done.
8323
8324         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8325         (speex_free):
8326         Use g_malloc() and friends instead of malloc() to achieve higher
8327         portability and define the functions inline.
8328
8329         * gst/speexresample/speex_resampler.h:
8330         Add back some useless preprocessor stuff to keep the diff between
8331         our version and the one from the Speex SVN repository lower.
8332
8333 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8334
8335         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8336         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8337         Post a GST_MESSAGE_LATENCY if the latency changes.
8338
8339 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8340
8341         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8342         Don't try to flush the decoder on EOS when it was not initialized.
8343         Fixes #498667
8344
8345 2007-11-21  Julien Moutte  <julien@fluendo.com>
8346
8347         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8348         on Mac OS X. (missing format parameter)
8349
8350 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8351
8352         * gst/equalizer/gstiirequalizer10bands.c:
8353         * gst/equalizer/gstiirequalizer3bands.c:
8354           Remove preset iface again. We'll re-add this after its been released
8355           in -good.
8356
8357 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8358
8359         * gst/speexresample/gstspeexresample.c:
8360         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8361         Some small cleanup and addition of a TODO item.
8362
8363 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8364
8365         * gst/speexresample/Makefile.am:
8366         Add missing file.
8367
8368 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8369
8370         * docs/plugins/inspect/plugin-app.xml:
8371         * docs/plugins/inspect/plugin-bayer.xml:
8372         * docs/plugins/inspect/plugin-cdaudio.xml:
8373         * docs/plugins/inspect/plugin-dvb.xml:
8374         * docs/plugins/inspect/plugin-dvbsrc.xml:
8375         * docs/plugins/inspect/plugin-dvdspu.xml:
8376         * docs/plugins/inspect/plugin-festival.xml:
8377         * docs/plugins/inspect/plugin-flvdemux.xml:
8378         * docs/plugins/inspect/plugin-gstinterlace.xml:
8379         * docs/plugins/inspect/plugin-interleave.xml:
8380         * docs/plugins/inspect/plugin-ladspa.xml:
8381         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8382         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8383         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8384         * docs/plugins/inspect/plugin-mve.xml:
8385         * docs/plugins/inspect/plugin-nas.xml:
8386         * docs/plugins/inspect/plugin-nuvdemux.xml:
8387         * docs/plugins/inspect/plugin-quicktime.xml:
8388         * docs/plugins/inspect/plugin-real.xml:
8389         * docs/plugins/inspect/plugin-rfbsrc.xml:
8390         * docs/plugins/inspect/plugin-sdp.xml:
8391         * docs/plugins/inspect/plugin-sndfile.xml:
8392         * docs/plugins/inspect/plugin-soup.xml:
8393         * docs/plugins/inspect/plugin-speexresample.xml:
8394         * docs/plugins/inspect/plugin-stereo.xml:
8395         * docs/plugins/inspect/plugin-switch.xml:
8396         * docs/plugins/inspect/plugin-vcdsrc.xml:
8397         * docs/plugins/inspect/plugin-videocrop.xml:
8398         * docs/plugins/inspect/plugin-videoparse.xml:
8399         * docs/plugins/inspect/plugin-vmnc.xml:
8400         * docs/plugins/inspect/plugin-x264.xml:
8401         * docs/plugins/inspect/plugin-y4menc.xml:
8402         Add missing inspection files to CVS.
8403
8404 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8405
8406         * docs/plugins/Makefile.am:
8407         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8408         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8409         * docs/plugins/gst-plugins-bad-plugins.args:
8410         * docs/plugins/gst-plugins-bad-plugins.signals:
8411         * docs/plugins/inspect/plugin-bz2.xml:
8412         * docs/plugins/inspect/plugin-cdxaparse.xml:
8413         * docs/plugins/inspect/plugin-dtsdec.xml:
8414         * docs/plugins/inspect/plugin-equalizer.xml:
8415         * docs/plugins/inspect/plugin-faac.xml:
8416         * docs/plugins/inspect/plugin-faad.xml:
8417         * docs/plugins/inspect/plugin-filter.xml:
8418         * docs/plugins/inspect/plugin-freeze.xml:
8419         * docs/plugins/inspect/plugin-gio.xml:
8420         * docs/plugins/inspect/plugin-gsm.xml:
8421         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8422         * docs/plugins/inspect/plugin-h264parse.xml:
8423         * docs/plugins/inspect/plugin-modplug.xml:
8424         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8425         * docs/plugins/inspect/plugin-musepack.xml:
8426         * docs/plugins/inspect/plugin-musicbrainz.xml:
8427         * docs/plugins/inspect/plugin-nsfdec.xml:
8428         * docs/plugins/inspect/plugin-replaygain.xml:
8429         * docs/plugins/inspect/plugin-soundtouch.xml:
8430         * docs/plugins/inspect/plugin-spcdec.xml:
8431         * docs/plugins/inspect/plugin-spectrum.xml:
8432         * docs/plugins/inspect/plugin-speed.xml:
8433         * docs/plugins/inspect/plugin-tta.xml:
8434         * docs/plugins/inspect/plugin-videosignal.xml:
8435         * docs/plugins/inspect/plugin-xingheader.xml:
8436         * docs/plugins/inspect/plugin-xvid.xml:
8437         * gst/speexresample/gstspeexresample.h:
8438         Add speexresample to the docs and while at that do a make update.
8439
8440 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8441
8442         * gst/speexresample/gstspeexresample.c:
8443         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8444         If the resampler gives less output samples than expected
8445         adjust the output buffer and print a warning.
8446
8447 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8448
8449         * configure.ac:
8450         * gst/speexresample/arch.h:
8451         * gst/speexresample/fixed_generic.h:
8452         * gst/speexresample/gstspeexresample.c:
8453         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8454         (gst_speex_resample_init), (gst_speex_resample_start),
8455         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8456         (gst_speex_resample_transform_caps),
8457         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8458         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8459         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8460         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8461         (gst_speex_resample_process), (gst_speex_resample_transform),
8462         (gst_speex_resample_set_property),
8463         (gst_speex_resample_get_property), (plugin_init):
8464         * gst/speexresample/gstspeexresample.h:
8465         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8466         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8467         (resampler_basic_direct_single), (resampler_basic_direct_double),
8468         (resampler_basic_interpolate_single),
8469         (resampler_basic_interpolate_double), (update_filter),
8470         (speex_resampler_init), (speex_resampler_init_frac),
8471         (speex_resampler_destroy), (speex_resampler_process_native),
8472         (speex_resampler_process_float), (speex_resampler_process_int),
8473         (speex_resampler_process_interleaved_float),
8474         (speex_resampler_process_interleaved_int),
8475         (speex_resampler_set_rate), (speex_resampler_get_rate),
8476         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8477         (speex_resampler_set_quality), (speex_resampler_get_quality),
8478         (speex_resampler_set_input_stride),
8479         (speex_resampler_get_input_stride),
8480         (speex_resampler_set_output_stride),
8481         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8482         (speex_resampler_reset_mem), (speex_resampler_strerror):
8483         * gst/speexresample/speex_resampler.h:
8484         * gst/speexresample/speex_resampler_float.c:
8485         * gst/speexresample/speex_resampler_int.c:
8486         * gst/speexresample/speex_resampler_wrapper.h:
8487         Add resample element based on the Speex resampling algorithm.
8488
8489 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8490
8491         * ext/metadata/gstmetadataparse.c:
8492         * ext/metadata/gstmetadataparse.h:
8493           Fixed buffer strip (safer wil pull and after seek).
8494
8495 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8496
8497         * gst/equalizer/gstiirequalizer10bands.c:
8498         * gst/equalizer/gstiirequalizer3bands.c:
8499           Activate preset iface and upload two presets here.
8500
8501 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8502
8503         * ext/metadata/gstmetadataparse.c:
8504         * ext/metadata/gstmetadataparse.h:
8505           Strip out in pull mode also. Seek and Query functions added.
8506
8507 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8508
8509         * ext/metadata/gstmetadataparse.c:
8510         * ext/metadata/gstmetadataparse.h:
8511         * ext/metadata/metadataparse.c:
8512         * ext/metadata/metadataparse.h:
8513         * ext/metadata/metadataparsejpeg.c:
8514         * ext/metadata/metadataparsejpeg.h:
8515         * ext/metadata/metadataparsepng.c:
8516         * ext/metadata/metadataparsepng.h:
8517         * ext/metadata/metadataparsetypes.h:
8518           Strip out metadata chunks.
8519
8520 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8521
8522         * configure.ac:
8523           Als use AG_GST_PLUGIN_DOCS (see #344039).
8524
8525 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8526
8527         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8528
8529         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8530         (remove_all), (mpegts_packetizer_clear):
8531         Ensure that the plugin does not crash when the property pat-info is
8532         queried before a PAT is available. It also ensures that the PAT info is
8533         cleared when the changing from PLAYING to READY.
8534         Fixes #487892.
8535
8536 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8537
8538         Patch by: Wouter Paesen <wouter at blue-gate dot be>
8539
8540         * ext/soundtouch/gstpitch.cc:
8541         Handle seeking correctly. Fixes #461068.
8542
8543 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8544
8545         Patch by: Michael Kötter <m dot koetter at oraise dot de>
8546
8547         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8548         (alsaspdifsink_get_time), (alsaspdifsink_open),
8549         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
8550         Fix sample rate and clocking.
8551         Remove buffer_time and period_time as this seems to break on some
8552         hardware. Fixes #485462.
8553
8554 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8555
8556         Patch by: Wouter Cloetens <wouter at mind dot be>
8557
8558         * configure.ac:
8559         * ext/Makefile.am:
8560         * ext/soup/Makefile.am:
8561         * ext/soup/gstsouphttpsrc.c: (_do_init),
8562         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
8563         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8564         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
8565         (gst_souphttp_src_create), (gst_souphttp_src_start),
8566         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
8567         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
8568         (soup_session_close), (plugin_init):
8569         * ext/soup/gstsouphttpsrc.h:
8570         Added HTTP source based on libsoup. Fixes #497020.
8571
8572 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8573
8574         * gst/librfb/gstrfbsrc.c:
8575         don't forget to handle the offset's
8576         * gst/librfb/rfbdecoder.c:
8577         * gst/librfb/rfbdecoder.h:
8578         precalculate some many used values
8579
8580 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8581
8582         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
8583         * gst/librfb/gstrfbsrc.c:
8584         Set the timestamp for the output buffers
8585
8586 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
8587
8588         * tests/check/elements/spectrum.c: (GST_START_TEST):
8589         Fix spectrum unit test for the latest spectrum changes.
8590
8591 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
8592
8593         Patch by: René Stadler <mail at renestadler dot de>
8594
8595         * gst/replaygain/rganalysis.c: (yule_filter):
8596         Avoid slowdown from denormals when processing near-silence input data.
8597         Spotted by Gabriel Bouvigne. Fixes #494499.
8598
8599 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
8600
8601         * gst/flv/gstflvparse.c:
8602         Add mapping for Nellymoser ASAO audio codec.
8603         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
8604         actually have data to read at the end of the tag. This avoids trying
8605         to allocate negative buffers.
8606
8607 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
8608
8609         * ext/metadata/README:
8610           Added a design proposal from metadata parse and mux.
8611
8612 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8613
8614         * gst/equalizer/demo.c: (draw_spectrum):
8615         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
8616         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
8617         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
8618         Change the meaning of the magnitude values given in the
8619         GstMessages by spectrum to decibel instead of
8620         decibel+threshold.
8621
8622 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8623
8624         * gst/equalizer/gstiirequalizer10bands.c:
8625         * gst/equalizer/gstiirequalizer3bands.c:
8626         * gst/equalizer/gstiirequalizernbands.c:
8627         And continue to update docs. Also include some sample code
8628         for the n-band equalizer in the docs.
8629
8630 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8631
8632         * gst/equalizer/gstiirequalizer10bands.c:
8633         (gst_iir_equalizer_10bands_class_init):
8634         * gst/equalizer/gstiirequalizer3bands.c:
8635         (gst_iir_equalizer_3bands_class_init):
8636         * gst/equalizer/gstiirequalizernbands.c:
8637         Update docs and property ranges to the real values.
8638
8639 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
8640
8641         * gst/spectrum/gstspectrum.c:
8642         Now do the scaling right for real. Also initialize a previously
8643         uninitialized variable.
8644
8645 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
8646
8647         * ext/metadata/metadataparsexmp.c:
8648         (metadataparse_xmp_tag_list_add),
8649         (metadataparse_xmp_iter_simple_qual),
8650         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
8651         (metadataparse_xmp_iter):
8652           Extracting more detailed info from XMP.
8653
8654 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
8655
8656         * gst/equalizer/demo.c:
8657           Make default volume a bit less. Improve layout by giving more space to
8658           the slider with big-numbers and enable fill.
8659
8660 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8661
8662         * configure.ac:
8663         * tests/check/pipelines/gio.c: (GST_START_TEST):
8664         Require GIO >= 0.1.2 and adjust unit test for an API change.
8665
8666 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8667
8668         * tests/icles/equalizer-test.c: (do_slider_fiddling):
8669         Fix gain ranges for the latest equalizer changes.
8670
8671 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8672
8673         * ext/gio/gstgio.h:
8674         Add macro to check if a stream supports seeking.
8675
8676         * ext/gio/Makefile.am:
8677         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
8678         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
8679         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
8680         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
8681         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
8682         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
8683         (gst_gio_base_sink_set_stream):
8684         * ext/gio/gstgiobasesink.h:
8685         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
8686         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
8687         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
8688         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
8689         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
8690         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
8691         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
8692         * ext/gio/gstgiobasesrc.h:
8693         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
8694         base classes that only require a GInputStream or GOutputStream to
8695         work.
8696
8697         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
8698         (gst_gio_sink_class_init), (gst_gio_sink_init),
8699         (gst_gio_sink_finalize), (gst_gio_sink_start):
8700         * ext/gio/gstgiosink.h:
8701         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
8702         (gst_gio_src_class_init), (gst_gio_src_init),
8703         (gst_gio_src_finalize), (gst_gio_src_start):
8704         * ext/gio/gstgiosrc.h:
8705         Use the newly created base classes here.
8706
8707         * ext/gio/gstgio.c: (plugin_init):
8708         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
8709         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
8710         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
8711         (gst_gio_stream_sink_get_property):
8712         * ext/gio/gstgiostreamsink.h:
8713         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
8714         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
8715         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
8716         (gst_gio_stream_src_get_property):
8717         * ext/gio/gstgiostreamsrc.h:
8718         Implement GstGioStreamSink and GstGioStreamSrc that have a property
8719         to set the GInputStream/GOutputStream that should be used.
8720
8721         * tests/check/Makefile.am:
8722         * tests/check/pipelines/.cvsignore:
8723         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
8724         (gio_testsuite), (main):
8725         Add unit test for giostreamsrc and giostreamsink.
8726
8727 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8728
8729         * ext/gio/gstgio.c: (plugin_init):
8730         Remove nowadays unnecessary workaround for a crash.
8731         
8732         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
8733         (gst_gio_sink_start), (gst_gio_sink_stop),
8734         (gst_gio_sink_unlock_stop):
8735         * ext/gio/gstgiosink.h:
8736         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
8737         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
8738         * ext/gio/gstgiosrc.h:
8739         Make the finalize function safer, clean up everything that could stay
8740         around.
8741
8742         Reset the cancellable instead of creating a new one after cancelling
8743         some operation.
8744
8745         Don't store the GFile in the element, it's only necessary for creating
8746         the streams.
8747
8748 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
8749
8750         * gst/spectrum/demo-audiotest.c: (main):
8751         Use autoaudiosink instead of alsasink and use a sine wave.
8752
8753         * gst/spectrum/gstspectrum.c:
8754         Fix the magnitude calculation.
8755
8756 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
8757
8758         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8759
8760         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
8761           (CDshowFakeSink.CDshowFakeSink):
8762         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
8763           Fix crasher in constructor due to the base class's constructor
8764           not necessarily being NULL-safe (depends on the SDK version used
8765           apparently; #492406).
8766
8767         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
8768         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
8769           Fix a couple of MSVC compiler warnings (#492406).
8770
8771 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
8772
8773         * gst/equalizer/demo.c: (main):
8774         * gst/equalizer/gstiirequalizer.c:
8775         (gst_iir_equalizer_band_class_init), (setup_filter):
8776         Allow setting 0 as bandwidth and handle this correctly.
8777         Also handle a bandwidth of rate/2 properly.
8778
8779         * gst/equalizer/gstiirequalizernbands.c:
8780         (gst_iir_equalizer_nbands_class_init):
8781         Make it possible to generate a N-band equalizer with 1 bands. The
8782         previous limit of 2 was caused by a nowadays replaced calculation
8783         doing a division by zero if number of bands was 1.
8784
8785 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
8786
8787         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8788
8789         * gst/rtpmanager/gstrtpsession.c:
8790           Fix bad function signatures (#492798).
8791
8792 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8793
8794         * ext/metadata/Makefile.am:
8795         * ext/metadata/gstmetadataparse.c:
8796         * ext/metadata/gstmetadataparse.h:
8797         * ext/metadata/metadataparse.c:
8798         * ext/metadata/metadataparse.h:
8799         * ext/metadata/metadataparseexif.c:
8800         * ext/metadata/metadataparseexif.h:
8801         * ext/metadata/metadataparseiptc.c:
8802         * ext/metadata/metadataparseiptc.h:
8803         * ext/metadata/metadataparsejpeg.c:
8804         * ext/metadata/metadataparsejpeg.h:
8805         * ext/metadata/metadataparsepng.c:
8806         * ext/metadata/metadataparsepng.h:
8807         * ext/metadata/metadataparseutil.c:
8808         * ext/metadata/metadataparseutil.h:
8809         * ext/metadata/metadataparsexmp.c:
8810         * ext/metadata/metadataparsexmp.h:
8811           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
8812           the file. 
8813
8814 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8815
8816         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8817         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
8818         (gst_metadata_parse_element_activate_src_pull):
8819           Now metadataparse works in push or pull mode.
8820
8821 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
8822
8823         * configure.ac:
8824         * ext/metadata/Makefile.am:
8825         * ext/metadata/metadataparseexif.c:
8826         (metadataparse_exif_tags_register),
8827         (metadataparse_exif_tag_list_add):
8828         * ext/metadata/metadataparseiptc.c:
8829         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
8830         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
8831         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
8832         * ext/metadata/metadataparseutil.c:
8833         (metadataparse_tag_list_add_chunk):
8834         * ext/metadata/metadataparseutil.h:
8835         * ext/metadata/metadataparsexmp.c:
8836         (metadataparse_xmp_tags_register),
8837         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
8838         (metadataparse_xmp_dispose):
8839         * ext/metadata/metadataparsexmp.h:
8840           Some XMP stuff added.
8841
8842 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
8843
8844         * ext/metadata/gstmetadataparse.c:
8845         (gst_metadata_parse_dispose_members),
8846         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
8847         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
8848         (gst_metadata_parse_change_state),
8849         (gst_metadata_parse_plugin_init):
8850         * ext/metadata/gstmetadataparse.h:
8851         * ext/metadata/metadataparseexif.c:
8852         (metadataparse_exif_tags_register),
8853         (metadataparse_exif_tag_list_add),
8854         (exif_data_foreach_content_func),
8855         (exif_content_foreach_entry_func):
8856         * ext/metadata/metadataparseexif.h:
8857         * ext/metadata/metadataparseiptc.c:
8858         (metadataparse_iptc_tags_register),
8859         (metadataparse_tag_list_add_chunk),
8860         (metadataparse_iptc_tag_list_add),
8861         (iptc_data_foreach_dataset_func):
8862         * ext/metadata/metadataparseiptc.h:
8863         * ext/metadata/metadataparsexmp.c:
8864         (metadataparse_xmp_tags_register),
8865         (metadataparse_xmp_tag_list_add):
8866         * ext/metadata/metadataparsexmp.h:
8867           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
8868           in the same way (look at bug #486659).
8869
8870 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8871
8872         * gst/librfb/rfbdecoder.c:
8873                 Some refactoring in RAW encoding
8874
8875 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8876
8877         * gst/librfb/d3des.h:
8878         * gst/librfb/gstrfbsrc.c:
8879         * gst/librfb/gstrfbsrc.h:
8880         * gst/librfb/rfbbuffer.h:
8881         * gst/librfb/rfbcontext.h:
8882         * gst/librfb/rfbdecoder.c:
8883         * gst/librfb/rfbdecoder.h:
8884         * gst/librfb/rfbutil.h:
8885         * gst/librfb/vncauth.h:
8886                 Added copyrect encoding
8887
8888 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8889
8890         * sys/dvb/camswclient.c:
8891         Warn on failed write.
8892
8893 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8894
8895         * gst/equalizer/Makefile.am:
8896         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
8897         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
8898         (draw_spectrum), (message_handler), (main):
8899         Add small demo application based on the spectrum demo applications
8900         that gets white noise as input, pushes it through an equalizer and
8901         paints the spectrum. For every equalizer band it's possible to set
8902         gain, bandwidth and frequency.
8903         * gst/equalizer/gstiirequalizer.c: (setup_filter):
8904         Add some guarding against too large or too small frequencies and
8905         bandwidths. Also improve debugging a bit.
8906
8907 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8908
8909         * gst/equalizer/gstiirequalizer.c:
8910         (gst_iir_equalizer_band_set_property),
8911         (gst_iir_equalizer_band_get_property),
8912         (gst_iir_equalizer_band_class_init), (arg_to_scale),
8913         (setup_filter), (gst_iir_equalizer_compute_frequencies):
8914         Replace filters with a bit better filters for which we can actually
8915         find documentation, which don't change anything on zero gain, etc.
8916         
8917         Make the frequency property of the bands writable, rename the
8918         band-width property to bandwidth and change the meaning to the
8919         frequency difference between bandedges, change the meaning of the
8920         gain property to dB instead of a weird scale between -1 and 1 that
8921         has no real meaning.
8922
8923 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
8924
8925         * sys/dvb/dvbbasebin.c:
8926           Fix the build.
8927
8928 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
8929
8930         * ext/metadata/.cvsignore:
8931         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
8932         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
8933         (gst_metadata_parse_configure_srccaps),
8934         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
8935         (gst_metadata_parse_plugin_init):
8936         * ext/metadata/metadataparse.c: (metadataparse_parse):
8937         * ext/metadata/metadataparse.h:
8938           Changed kclass to "Parser/Extracter/Metadata", changed caps to
8939           "image/jpeg, tags-extract=true/false" and changed priority to
8940           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
8941           fixed to also work in pull mode.
8942
8943 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
8944
8945         * configure.ac:
8946         * ext/Makefile.am:
8947         * ext/metadata/:
8948         * ext/metadata/Makefile.am:
8949         * ext/metadata/gstmetadata.c:
8950         * ext/metadata/gstmetadataparse.c:
8951         * ext/metadata/gstmetadataparse.h:
8952         * ext/metadata/metadataparse.c:
8953         * ext/metadata/metadataparse.h:
8954         * ext/metadata/metadataparseexif.c:
8955         * ext/metadata/metadataparseexif.h:
8956         * ext/metadata/metadataparseiptc.c:
8957         * ext/metadata/metadataparseiptc.h:
8958         * ext/metadata/metadataparsejpeg.c:
8959         * ext/metadata/metadataparsejpeg.h:
8960         * ext/metadata/metadataparsexmp.c:
8961         * ext/metadata/metadataparsexmp.h:
8962           Created new plugin ('medadata') and element ('metadataparse') that
8963           extract metadata from images (look at bug #486659).
8964
8965 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8966
8967         * sys/dvb/dvbbasebin.c:
8968         Uncomment the line that sets the pid filter. Wrong way to 
8969         work-around driver issues.
8970
8971 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
8972
8973         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
8974           (gst_faac_class_init), (gst_faac_init):
8975           Fix bitrate ranges and change enum nick for low complexity
8976           profile from LOW to LC for consistency (#490060).
8977
8978 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
8979
8980         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
8981           Let's not call every request pad we create "sink%d", that'll
8982           create problems if there's to be more than one pad. Fixes #490682.
8983
8984         * tests/check/Makefile.am:
8985         * tests/check/elements/.cvsignore:
8986         * tests/check/elements/interleave.c:
8987           Add unit test for the above.
8988
8989 2007-10-27  Julien MOUTTE  <julien@moutte.net>
8990
8991         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
8992         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
8993         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
8994         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
8995         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
8996         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
8997         (plugin_init):
8998         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
8999         damaging headers using a simple state machine.
9000
9001 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
9002
9003         * ext/x264/gstx264enc.c:
9004           Fix build against the libx264 version that ships with debian stable.
9005
9006 2007-10-26  Julien MOUTTE  <julien@moutte.net>
9007
9008         * configure.ac:
9009         * gst/mpeg4videoparse/Makefile.am:
9010         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
9011         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
9012         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
9013         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
9014         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
9015         (gst_mpeg4vparse_init), (plugin_init):
9016         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
9017         parser.
9018
9019 2007-10-25  David Schleef  <ds@schleef.org>
9020
9021         * gst/multifile/Makefile.am:
9022         * gst/multifile/gstmultifilesink.c:
9023         * gst/multifile/gstmultifilesrc.c:
9024         * tests/check/Makefile.am:
9025         * tests/check/elements/multifile.c:
9026           Improve documentation, write some tests for multifilesrc/sink
9027           for upcoming ->good review.
9028
9029 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9030
9031         * sys/dvb/gstdvbsrc.c:
9032         Actually use the code-rate-hp parameter for DVB-S.
9033         It turns out setting to AUTO does not always work (
9034         especially in diseq situations). Set by default to 
9035         FEC_AUTO.
9036
9037 2007-10-22  Julien MOUTTE  <julien@moutte.net>
9038
9039         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9040         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
9041         emit no-more-pads for single pad scenarios as the header
9042         is definitely not reliable. We emit them for 2 pads scenarios
9043         though to speed up media discovery.
9044
9045 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9046
9047         * sys/dvb/dvbbasebin.c:
9048         Added proxy property of diseqc-source
9049
9050 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9051
9052         * gst/equalizer/gstiirequalizer.c:
9053         (gst_iir_equalizer_band_set_property):
9054         Add a missing break.
9055
9056 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9057
9058         * gst/equalizer/gstiirequalizer.c:
9059         (gst_iir_equalizer_band_set_property),
9060         (gst_iir_equalizer_band_get_property),
9061         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
9062         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
9063         (setup_filter), (gst_iir_equalizer_setup):
9064         * gst/equalizer/gstiirequalizer.h:
9065         Move bandwidth property to the separate bands and add float64 support.
9066
9067 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9068
9069         * ext/cdaudio/Makefile.am:
9070           Add another missing GST_LIBS.
9071
9072 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9073
9074         Patch by: Richard Hult <richard imendio com>
9075
9076         * gst/dvdspu/Makefile.am:
9077           Fix LIBS - we need to link against libgstreamer (fixes #487496).
9078
9079 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9080
9081         * sys/dvb/camapplication.c:
9082         * sys/dvb/camresourcemanager.c:
9083           Fix some warnings.
9084
9085 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9086
9087         * gst/librfb/rfbdecoder.c:
9088           Add the set encodings client message
9089
9090 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9091
9092         * gst/librfb/Makefile.am:
9093         * gst/librfb/rfb.h:
9094         * gst/librfb/rfbbytestream.c:
9095         * gst/librfb/rfbbytestream.h:
9096         * gst/librfb/rfbdecoder.c:
9097         * gst/librfb/rfbdecoder.h:
9098           Remove the rfbbytestream dead code
9099
9100 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9101
9102         patch by: Alessandro Decina
9103
9104         * sys/dvb/Makefile.am:
9105         * sys/dvb/cam.c:
9106         * sys/dvb/cam.h:
9107         * sys/dvb/camapplication.c:
9108         * sys/dvb/camapplication.h:
9109         * sys/dvb/camapplicationinfo.c:
9110         * sys/dvb/camapplicationinfo.h:
9111         * sys/dvb/camconditionalaccess.c:
9112         * sys/dvb/camconditionalaccess.h:
9113         * sys/dvb/camdevice.c:
9114         * sys/dvb/camdevice.h:
9115         * sys/dvb/camresourcemanager.c:
9116         * sys/dvb/camresourcemanager.h:
9117         * sys/dvb/camsession.c:
9118         * sys/dvb/camsession.h:
9119         * sys/dvb/camswclient.c:
9120         * sys/dvb/camswclient.h:
9121         * sys/dvb/camtransport.c:
9122         * sys/dvb/camtransport.h:
9123         * sys/dvb/camutils.c:
9124         * sys/dvb/camutils.h:
9125         * sys/dvb/dvbbasebin.c:
9126         * sys/dvb/dvbbasebin.h:
9127         * sys/dvb/gstdvb.c:
9128         * sys/dvb/gstdvbsrc.c:
9129         * sys/dvb/gstdvbsrc.h:
9130         Integrate SoC work done by Alessandro for the Freevo project.
9131         Adds cam support to the dvb stack in GStreamer and a new
9132         element (actually a bin) called dvbbasebin that integrates
9133         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
9134         acquiring multiple channels on same transponder without 
9135         knowing pid numbers.
9136
9137 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9138
9139         patch by: Alessandro Decina
9140
9141         * gst/mpegtsparse/mpegtspacketizer.c:
9142         * gst/mpegtsparse/mpegtsparse.c:
9143         * gst/mpegtsparse/mpegtsparse.h:
9144         Add request pad for getting the full transport stream coming in.
9145
9146 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
9147
9148         * configure.ac:
9149           Update the highest allowed neon version from 0.26.99 to 0.27.99.
9150           No code changes are required to work with the newest neon version.
9151
9152 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
9153
9154         * configure.ac:
9155           Require core CVS.  This is implicit in the -base CVS
9156           requirement already, so we might just well spell it
9157           out.  Also, we do need at least 0.10.14 for
9158           gst_element_class_set_details_simple().  Make check
9159           for gmyth a bit more restrictive so things don't break
9160           if the next version changes API.
9161
9162         * ext/alsaspdif/alsaspdifsink.c:
9163           Work around alsa alloca macros triggering 'always evaluates to
9164           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
9165           Also don't leak the device string.
9166
9167         * ext/mpeg2enc/gstmpeg2enc.cc:
9168         * ext/soundtouch/gstpitch.cc:
9169         * gst/modplug/gstmodplug.cc:
9170           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
9171           define fix from core CVS). Fixes #462737.
9172
9173 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
9174
9175         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9176
9177         * gst/rtpmanager/gstrtpbin.c: (create_stream),
9178         (gst_rtp_bin_class_init):
9179         Fix memleak. Fixes #484990.
9180
9181 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
9182
9183         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
9184         * gst/librfb/rfbbuffer.h:
9185         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
9186         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
9187         * gst/nsf/nes6502.c: (nes6502_execute):
9188         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
9189         * gst/real/gstrealvideodec.c: (open_library):
9190         * gst/real/gstrealvideodec.h:
9191         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
9192         (create_recv_rtcp_sink), (create_send_rtp_sink):
9193         Fix compiler warnings shown by Forte.
9194
9195 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
9196
9197         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
9198         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
9199         Fix caps refcounting for payload maps.
9200         When clearing payload maps, also clear sessions and streams payload
9201         maps.
9202
9203         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
9204         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
9205         (find_pad_for_pt):
9206         Implement clearing the payload map.
9207
9208         * gst/rtpmanager/gstrtpsession.c:
9209         (gst_rtp_session_event_send_rtp_sink):
9210         Forward flush events instead of leaking them.
9211
9212         * gst/rtpmanager/gstrtpssrcdemux.c:
9213         (gst_rtp_ssrc_demux_rtcp_sink_event):
9214         Correctly refcount events before pushing them.
9215
9216 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
9217
9218         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
9219         Use GIO function to get a list of supported URI schemes instead of
9220         hard coding something.
9221
9222 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9223
9224         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
9225         When reconsidering RTCP timeouts, set the next timeout against the last
9226         report time instead of the current clock time so that we don't end up
9227         reconsidering forever.
9228
9229 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9230
9231         * gst/rtpmanager/gstrtpjitterbuffer.c:
9232         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9233         Only peek at the tail element instead of popping it off, which allows
9234         us to greatly simplify things when the tail element changes.
9235
9236         * gst/rtpmanager/gstrtpsession.c:
9237         (gst_rtp_session_event_recv_rtp_sink):
9238         * gst/rtpmanager/gstrtpssrcdemux.c:
9239         (gst_rtp_ssrc_demux_sink_event):
9240         Forward FLUSH events instead of leaking them.
9241
9242         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
9243         (calculate_skew), (rtp_jitter_buffer_insert):
9244         * gst/rtpmanager/rtpjitterbuffer.h:
9245         Remove the tail-changed callback in favour of a simple boolean when we
9246         insert a buffer in the queue.
9247         Add method to peek the tail of the buffer.
9248
9249 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9250
9251         Patch by: Gautier Portet <kassoulet at gmail dot com>
9252
9253         * gst/xingheader/gstxingmux.c:
9254         The size of the Xing header is actually 417 as it's rounded to the
9255         next smaller integer. Fixes #397759.
9256
9257         * gst/xingheader/gstxingmux.c: (xing_generate_header),
9258         (xing_push_header):
9259         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
9260         event to the beginning was successful before pushing the header again.
9261
9262 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9263
9264         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
9265
9266         * gst/mpegtsparse/mpegtspacketizer.c:
9267         (mpegts_packetizer_stream_new):
9268         Don't skip PAT with version number 0. Fixes #483400.
9269         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
9270         Make all values above 0 mark a referenced program as they can be
9271         incremented and only 1 had marked a referenced program before, causing
9272         actually referenced programs to be unreferenced.
9273
9274 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9275
9276         * gst/sdp/gstsdpdemux.h:
9277         Change signature of pt to fix compilation on some platforms.
9278
9279 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9280
9281         * gst/rtpmanager/gstrtpjitterbuffer.c:
9282         (gst_rtp_jitter_buffer_flush_start),
9283         (gst_rtp_jitter_buffer_flush_stop),
9284         (gst_rtp_jitter_buffer_change_state), (apply_offset),
9285         (gst_rtp_jitter_buffer_loop):
9286         Remove some old unused variables.
9287         Don't add the latency to the skew corrected timestamp, latency is only
9288         used to sync against the clock.
9289         Improve debugging.
9290
9291         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9292         (rtp_jitter_buffer_reset_skew), (calculate_skew):
9293         * gst/rtpmanager/rtpjitterbuffer.h:
9294         Handle case where server timestamp goes backwards or wildly jumps by
9295         temporarily pausing the skew correction.
9296         Improve debugging.
9297
9298 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9299
9300         * gst/sdp/Makefile.am:
9301         Forgot to commit makefile.
9302
9303 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
9304
9305         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
9306         Update to API changes in GIO.
9307
9308 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9309
9310         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
9311         Use new function in -base to get the default clock-rate.
9312
9313 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9314
9315         * configure.ac:
9316         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
9317         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
9318         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
9319         (gst_sdp_demux_get_property), (find_stream_by_id),
9320         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
9321         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
9322         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
9323         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
9324         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
9325         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
9326         (gst_sdp_demux_stream_configure_udp),
9327         (gst_sdp_demux_stream_configure_udp_sink),
9328         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
9329         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
9330         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
9331         (gst_sdp_demux_change_state):
9332         * gst/sdp/gstsdpdemux.h:
9333         * gst/sdp/gstsdpelem.c: (plugin_init):
9334         Added SDP demuxer element. Fixes #426657.
9335
9336 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9337
9338         Patch by: mutex at runbox dot com
9339
9340         * gst/mpegtsparse/mpegtspacketizer.c:
9341         (mpegts_packetizer_parse_adaptation_field_control):
9342         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9343         (mpegts_parse_init), (mpegts_parse_push):
9344         * gst/mpegtsparse/mpegtsparse.h:
9345         Remove useless src pad that only results in not linked errors,
9346         fix a broken pointer dereference and make MAX_CONTINUITY constant
9347         conform to the standard to stop outputting corrupted data.
9348         Fixes #481276, #481279.
9349
9350 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9351
9352         * ext/mythtv/gstmythtvsrc.c:
9353           Re-apply docs patch from #468039; fix tab.
9354
9355         * gst/mpegtsparse/.cvsignore:
9356           Ignore marshaller files generated at build time.
9357
9358 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9359
9360         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9361         (gst_gio_sink_set_property), (gst_gio_sink_render):
9362         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9363         (gst_gio_src_set_property):
9364         Some minor cleanup and allow setting the location only when the
9365         element is not playing or paused.
9366
9367 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9368
9369         * configure.ac:
9370         Update gio's pkg-config file name as currently in SVN.
9371
9372         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9373         Remove special casing for a NULL query string. g_strjoin won't add
9374         the separator if there's only one string.
9375
9376 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9377
9378         * gst/rtpmanager/gstrtpbin.c: (free_client):
9379         Fix crasher in dispose.
9380
9381         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9382         Handle cases where input buffers have no timestamps so that no clock
9383         skew can be calculated, in this case interpolate timestamps based on
9384         rtp timestamp and assume a 0 clock skew.
9385
9386 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9387
9388         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9389         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9390         Remove jitter correction code, it's now in the lower level object.
9391         Use new -core method for doing a peer query.
9392
9393         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9394         (calculate_skew), (rtp_jitter_buffer_insert):
9395         * gst/rtpmanager/rtpjitterbuffer.h:
9396         Move jitter correction to the lowlevel jitterbuffer.
9397         Increase the max window size.
9398         When filling the window, already start estimating the skew using a
9399         parabolic weighting factor so that we have a much better startup
9400         behaviour that gets more accurate with the more samples we have.
9401         Increase the default weighting factor for the steady state to get
9402         smoother timestamps.
9403
9404 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9405
9406         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9407         (gst_neonhttp_src_send_request_and_redirect):
9408         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9409         compatibility stuff. Also fix the default location.
9410
9411 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9412
9413         * configure.ac:
9414         We require libneon >= 26 now for the query field in ne_uri.
9415
9416 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9417
9418         Patch by: Wouter Cloetens <wouter@mind.be>
9419
9420         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9421         (gst_neonhttp_src_set_location),
9422         (gst_neonhttp_src_send_request_and_redirect):
9423         * ext/neon/gstneonhttpsrc.h:
9424         Don't discard GET parameters from URL if existing.
9425         Fixes #481200.
9426
9427 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9428
9429         * gst/librfb/gstrfbsrc.c:
9430         * gst/librfb/gstrfbsrc.h:
9431                 Added a property for incremental screen updates
9432
9433 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9434
9435         * ext/xvid/gstxvidenc.c:
9436         * ext/xvid/gstxvidenc.h:
9437           Remove superfluous 'frame-encoded' signal (people can
9438           use an upstream identity's 'handoff' signal or a pad
9439           probe for this if they must know).
9440
9441 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9442
9443         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9444         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9445         was not detected correctly in all cases.
9446
9447 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9448
9449         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9450         (gst_rtp_bin_finalize):
9451         Fix cleanup crasher.
9452
9453         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9454         (calculate_skew):
9455         * gst/rtpmanager/rtpjitterbuffer.h:
9456         Dynamically adjust the skew calculation window so that we calculate it
9457         over a period of around 2 seconds.
9458
9459 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9460
9461         * gst/librfb/gstrfbsrc.c:
9462                 fix bug from generic/states.gdb
9463
9464 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9465
9466         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9467         (gst_flv_parse_tag_video): codec_data is needed for every tag
9468         not just the first one. (Fix a stupid bug i introduced without
9469         testing)
9470
9471 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9472
9473         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9474         (gst_flv_parse_tag_video): Fix bit masks operations to be
9475         sure we detect the codec_tags and sample rates correctly.
9476         Fix raw audio caps generation.
9477
9478 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9479
9480         * ext/audioresample/gstaudioresample.c:
9481         * ext/x264/gstx264enc.c:
9482         * gst/dvdspu/gstdvdspu.c:
9483         * gst/dvdspu/gstdvdspu.h:
9484         * gst/festival/gstfestival.c:
9485         * gst/h264parse/gsth264parse.c:
9486         * gst/mpegtsparse/mpegtspacketizer.c:
9487         * gst/mpegtsparse/mpegtsparse.c:
9488         * gst/multifile/gstmultifilesink.c:
9489         * gst/multifile/gstmultifilesrc.c:
9490         * gst/nuvdemux/gstnuvdemux.c:
9491         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9492         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9493         * sys/vcd/vcdsrc.c:
9494           Massive leak fixing, plus code cleanups.
9495
9496 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9497
9498         * po/LINGUAS:
9499           Added translations.
9500
9501 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9502
9503         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9504
9505         * po/pl.po:
9506           Added Polish translation.
9507
9508 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9509
9510         translated by: Ilkka Tuohela <hile@iki.fi>
9511
9512         * po/fi.po:
9513           Added Finnish translation.
9514
9515 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9516
9517         translated by: Jorge González González <aloriel@gmail.com>
9518
9519         * po/es.po:
9520           Added Spanish translation.
9521
9522 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9523
9524         translated by: Alexander Shopov <ash@contact.bg>
9525
9526         * po/bg.po:
9527           Added Bulgarian translation.
9528
9529 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9530
9531         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9532         Update hierarchy.
9533         * ext/gio/gstgiosink.h:
9534         * ext/gio/gstgiosrc.h:
9535         Mark private fields of the instance structs private.
9536
9537 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9538
9539         * docs/plugins/Makefile.am:
9540         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
9541         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9542         * docs/plugins/gst-plugins-bad-plugins.args:
9543         * docs/plugins/gst-plugins-bad-plugins.signals:
9544         * docs/plugins/inspect/plugin-bz2.xml:
9545         * docs/plugins/inspect/plugin-cdxaparse.xml:
9546         * docs/plugins/inspect/plugin-dfbvideosink.xml:
9547         * docs/plugins/inspect/plugin-dtsdec.xml:
9548         * docs/plugins/inspect/plugin-equalizer.xml:
9549         * docs/plugins/inspect/plugin-faac.xml:
9550         * docs/plugins/inspect/plugin-faad.xml:
9551         * docs/plugins/inspect/plugin-filter.xml:
9552         * docs/plugins/inspect/plugin-freeze.xml:
9553         * docs/plugins/inspect/plugin-gio.xml:
9554         * docs/plugins/inspect/plugin-gsm.xml:
9555         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
9556         * docs/plugins/inspect/plugin-h264parse.xml:
9557         * docs/plugins/inspect/plugin-modplug.xml:
9558         * docs/plugins/inspect/plugin-mpeg2enc.xml:
9559         * docs/plugins/inspect/plugin-musepack.xml:
9560         * docs/plugins/inspect/plugin-musicbrainz.xml:
9561         * docs/plugins/inspect/plugin-nsfdec.xml:
9562         * docs/plugins/inspect/plugin-replaygain.xml:
9563         * docs/plugins/inspect/plugin-soundtouch.xml:
9564         * docs/plugins/inspect/plugin-spcdec.xml:
9565         * docs/plugins/inspect/plugin-spectrum.xml:
9566         * docs/plugins/inspect/plugin-speed.xml:
9567         * docs/plugins/inspect/plugin-tta.xml:
9568         * docs/plugins/inspect/plugin-videosignal.xml:
9569         * docs/plugins/inspect/plugin-xingheader.xml:
9570         * docs/plugins/inspect/plugin-xvid.xml:
9571         Add the GIO plugin to the docs and do a make update
9572         while doing that.
9573
9574         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
9575         Fix a small memleak.
9576
9577 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9578
9579         Patch by: René Stadler <mail at renestadler dot de>
9580
9581         * configure.ac:
9582         * ext/Makefile.am:
9583         * ext/gio/Makefile.am:
9584         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
9585         (gst_gio_get_supported_protocols),
9586         (gst_gio_uri_handler_get_type_sink),
9587         (gst_gio_uri_handler_get_type_src),
9588         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
9589         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
9590         (gst_gio_uri_handler_do_init), (plugin_init):
9591         * ext/gio/gstgio.h:
9592         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9593         (gst_gio_sink_class_init), (gst_gio_sink_init),
9594         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
9595         (gst_gio_sink_get_property), (gst_gio_sink_start),
9596         (gst_gio_sink_stop), (gst_gio_sink_unlock),
9597         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
9598         (gst_gio_sink_render), (gst_gio_sink_query):
9599         * ext/gio/gstgiosink.h:
9600         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9601         (gst_gio_src_class_init), (gst_gio_src_init),
9602         (gst_gio_src_finalize), (gst_gio_src_set_property),
9603         (gst_gio_src_get_property), (gst_gio_src_start),
9604         (gst_gio_src_stop), (gst_gio_src_get_size),
9605         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
9606         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
9607         (gst_gio_src_create):
9608         * ext/gio/gstgiosrc.h:
9609         Add a GIO/GVFS plugin with source and sink elements. This will
9610         only be enabled when --enable-experimental is given to configure
9611         for now as the GIO API is not stable yet. Fixes #476916.
9612
9613 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9614
9615         * gst/librfb/gstrfbsrc.c:
9616         * gst/librfb/rfbdecoder.c:
9617         * gst/librfb/rfbdecoder.h:
9618                 Added offset-x, offset-y, width and height property
9619                 for selecting a region from the screen
9620
9621 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9622
9623         * gst/librfb/gstrfbsrc.c:
9624                 Minimum raw encoding is working now
9625         * gst/librfb/rfbdecoder.c:
9626                 fix address while reading from stream
9627
9628 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9629
9630         * gst/librfb/gstrfbsrc.c:
9631                 raw encoding is working, but it looks like the 
9632                 ffmpegcolorspace plugin can't handle high resolutions
9633
9634 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9635
9636         * gst/librfb/gstrfbsrc.c:
9637                 bpp, depth and endianness are now set from the
9638                 stream.
9639
9640 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9641
9642         * examples/app/appsrc_ex.c: (main):
9643         Fix compilation after changing the name of a method.
9644
9645 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
9646
9647         * ext/alsaspdif/alsaspdifsink.c:
9648         * ext/timidity/gsttimidity.c:
9649         * ext/timidity/gstwildmidi.c:
9650         * gst/mpegvideoparse/mpegvideoparse.c:
9651           Fix memory leaks. More to come.
9652
9653         * tests/check/Makefile.am:
9654         * tests/check/generic/states.c:
9655           Improved state change unit test.        
9656
9657 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9658
9659         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
9660         (gst_rtp_bin_class_init):
9661         * gst/rtpmanager/gstrtpbin.h:
9662         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
9663         (gst_rtp_session_class_init), (gst_rtp_session_init),
9664         (gst_rtp_session_event_send_rtp_sink):
9665         * gst/rtpmanager/gstrtpsession.h:
9666         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
9667         (on_ssrc_active), (rtp_session_process_rb):
9668         * gst/rtpmanager/rtpsession.h:
9669         Add notification of active SSRCs to various RTP elements. Fixes #478566.
9670
9671 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9672
9673         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
9674         (gst_app_sink_class_init), (gst_app_sink_init),
9675         (gst_app_sink_dispose), (gst_app_sink_finalize),
9676         (gst_app_sink_set_property), (gst_app_sink_get_property),
9677         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
9678         (gst_app_sink_event), (gst_app_sink_getcaps),
9679         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
9680         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
9681         (gst_app_sink_pull_buffer):
9682         * gst-libs/gst/app/gstappsink.h:
9683         Add properties, signals and actions to access the element even without
9684         linking to the library.
9685         Fix some method names and signatures.
9686
9687 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9688
9689         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9690
9691         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
9692         (gst_faad_srcgetcaps), (gst_faad_update_caps):
9693         Don't set channel positions on regular mono and stereo cases.
9694         Fixes #476370.
9695
9696 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9697
9698         * gst/librfb/gstrfbsrc.c:
9699         * gst/librfb/rfbdecoder.c:
9700         * gst/librfb/rfbdecoder.h:
9701                 It is now possible to connect to a vncserver.
9702                 there are still some issues with the ouput of 
9703                 the screen. Looks like some lines are confused
9704
9705 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
9706
9707         * docs/plugins/.cvsignore:
9708         * tests/check/.cvsignore:
9709           Ignore registries in any format.
9710
9711 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9712
9713         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9714         (open_library), (gst_real_video_dec_init),
9715         (gst_real_video_dec_set_property),
9716         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
9717         * gst/real/gstrealvideodec.h:
9718         Don't generate an error for occasional decoding errors.
9719         Add max-errors property.
9720         Error out when we receive max-errors in a row. Fixes #478159.
9721
9722 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9723
9724         * gst/librfb/gstrfbsrc.c: 
9725                 Add password property (write only)
9726         * gst/librfb/rfbdecoder.c: 
9727                 Read the reason on failure
9728                 Use the password property for authentication
9729         * gst/librfb/rfbdecoder.h:
9730                 Add defines for version checking
9731
9732 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
9733
9734         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
9735         (gst_dfbsurface_class_init):
9736         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
9737         chain up to the parent class to free everything, including caps.
9738
9739 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9740
9741         * gst/librfb/Makefile.am:
9742         * gst/librfb/d3des.c:
9743         * gst/librfb/d3des.h:
9744         * gst/librfb/rfbdecoder.c:
9745         * gst/librfb/vncauth.c:
9746         * gst/librfb/vncauth.h:
9747         VNC Authentication should be working now
9748         temperaly with fake password 'testtest'
9749
9750 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
9751
9752         * gst/librfb/rfbdecoder.c:
9753         * gst/librfb/rfbdecoder.h:
9754         Added some documentation about security handling
9755         start implementing security handling for rfb 3.3
9756
9757 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9758
9759         * gst/spectrum/demo-audiotest.c:
9760         * gst/spectrum/demo-osssrc.c:
9761           Handling window resize.
9762
9763 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9764
9765         * ChangeLog:
9766           Add missing newline.
9767
9768         * gst/librfb/rfbdecoder.c:
9769           Fix the build (missing stdlib.h).
9770
9771         * gst/spectrum/gstspectrum.c:
9772         * gst/spectrum/gstspectrum.h:
9773           Use basetransform segment so that it is correctly managed on flushes
9774           and start/stop. Report message timestamp as stream time, which is what
9775           an application can understand. (Yes these are adapted from wim recent
9776           level element changes)
9777
9778 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9779
9780         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
9781         Link to the right pads regardless of which one was created first in the
9782         ssrc demuxer.
9783
9784         * gst/rtpmanager/gstrtpjitterbuffer.c:
9785         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9786         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
9787         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
9788         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
9789         Improve debugging.
9790
9791         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9792         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
9793         (gst_rtp_ssrc_demux_sink_event),
9794         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9795         (gst_rtp_ssrc_demux_rtcp_chain),
9796         (gst_rtp_ssrc_demux_internal_links):
9797         * gst/rtpmanager/gstrtpssrcdemux.h:
9798         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
9799
9800 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9801
9802         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
9803         (gst_rtp_bin_get_property):
9804         Use lock to protect variable.
9805
9806         * gst/rtpmanager/gstrtpjitterbuffer.c:
9807         (gst_rtp_jitter_buffer_class_init),
9808         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
9809         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
9810         Reconstruct GST timestamp from RTP timestamps based on measured clock
9811         skew and sync offset.
9812
9813         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9814         (rtp_jitter_buffer_set_tail_changed),
9815         (rtp_jitter_buffer_set_clock_rate),
9816         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
9817         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
9818         * gst/rtpmanager/rtpjitterbuffer.h:
9819         Measure clock skew.
9820         Add callback to be notfied when a new packet was inserted at the tail.
9821
9822         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9823         (calculate_jitter), (rtp_source_send_rtp):
9824         * gst/rtpmanager/rtpsource.h:
9825         Remove clock skew detection, it's move to the jitterbuffer now.
9826
9827 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9828
9829         Patch by: Daniel Charles <dcharles at ti dot com>
9830
9831         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
9832         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
9833         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
9834         * ext/amrwb/gstamrwbenc.h:
9835         Add property to control bandmode. Fixes #477306.
9836
9837 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
9838
9839         * gst/rtpmanager/gstrtpbin.c: (create_session):
9840         Also set NTP base time on new sessions.
9841
9842         * gst/rtpmanager/gstrtpjitterbuffer.c:
9843         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
9844         (gst_rtp_jitter_buffer_set_property),
9845         (gst_rtp_jitter_buffer_get_property):
9846         Use the right lock to protect our variables.
9847         Fix some comment.
9848
9849         * gst/rtpmanager/gstrtpsession.c:
9850         (gst_rtp_session_getcaps_send_rtp),
9851         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
9852         Implement getcaps on the sender sinkpad so that payloaders can negotiate
9853         the right SSRC.
9854
9855 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9856
9857         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
9858         (get_client), (free_client), (gst_rtp_bin_associate),
9859         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
9860         (gst_rtp_bin_finalize):
9861         * gst/rtpmanager/gstrtpjitterbuffer.c:
9862         (gst_rtp_jitter_buffer_class_init),
9863         (gst_rtp_jitter_buffer_finalize):
9864         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
9865         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
9866         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
9867         (gst_rtp_session_chain_send_rtp):
9868         * gst/rtpmanager/gstrtpssrcdemux.c:
9869         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
9870         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
9871         * gst/rtpmanager/rtpsession.h:
9872         Various leak fixes.
9873
9874 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9875
9876         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
9877         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
9878         Calculate and configure the NTP base time so that we can generate better
9879         NTP times in SR packets.
9880         Set caps on new ghostpad.
9881
9882         * gst/rtpmanager/gstrtpjitterbuffer.c:
9883         (gst_rtp_jitter_buffer_loop):
9884         Clean debug statement.
9885
9886         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9887         (gst_rtp_session_init), (gst_rtp_session_set_property),
9888         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9889         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
9890         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
9891         (gst_rtp_session_event_send_rtp_sink),
9892         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9893         (create_send_rtp_sink):
9894         * gst/rtpmanager/gstrtpsession.h:
9895         Add ntp-ns-base property to convert running_time to NTP time.
9896         Handle NEWSEGMENT events on send and recv RTP pads so that we can
9897         calculate the running time and thus NTP time of the packets.
9898         Simplify getting the current NTP time using the pipeline clock.
9899         Implement internal links functions.
9900         Use the buffer timestamp to calculate the NTP time instead of the clock.
9901
9902         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9903         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9904         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
9905         (gst_rtp_ssrc_demux_internal_links),
9906         (gst_rtp_ssrc_demux_src_query):
9907         * gst/rtpmanager/gstrtpssrcdemux.h:
9908         Implement internal links function.
9909         Calculate the diff between different streams, this might be used later
9910         to get the inter stream latency.
9911
9912         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
9913         Simple cleanup.
9914
9915         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9916         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
9917         Make the clock skew window a little bigger.
9918         Apply the clock skew to all buffers, not just one with a new timestamp.
9919         Calculate and debug sender clock drift.
9920         Use extended last timestamp to interpolate for SR reports.
9921
9922 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
9923
9924         Patch by: Peter Kjellerstedt  <pkj at axis com>
9925
9926         * gst-libs/gst/app/gstappsink.c:
9927         * gst/flv/gstflvdemux.c:
9928         * gst/flv/gstflvparse.c:
9929         * gst/interleave/deinterleave.c:
9930         * gst/switch/gstswitch.c:
9931           Printf format fixes (#476128).
9932
9933 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
9934
9935         Patch by: Thomas Green  <tom78999 gmail com>
9936
9937         * ext/neon/gstneonhttpsrc.c:
9938           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
9939           flag if we want ICY streams to be handled too, otherwise
9940           libneon will error out with a 'can't parse reponse' error.
9941           Fixes #474696.
9942
9943         * tests/check/elements/neonhttpsrc.c:
9944           Unit test for the above by Yours Truly.
9945
9946 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
9947
9948         * configure.ac:
9949           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
9950           xvid configure checks, so they still work when cross-compiling.
9951           Fixes #452009.
9952
9953 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
9954
9955         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
9956         (gst_spectrum_transform_ip):
9957         Use the correct parameter order for the memset calls.
9958         Thanks to Christian Schaller for noticing.
9959
9960 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
9961
9962         * gst/mpegtsparse/mpegtsparse.c:
9963           Fix the build (missing stdlib.h).
9964
9965 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
9966
9967         * gst/spectrum/fix_fft.c:
9968         Remove fixed point FFT as it's not used anymore.
9969
9970 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
9971
9972         * configure.ac:
9973         * gst/spectrum/Makefile.am:
9974         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
9975         (message_handler), (main):
9976         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
9977         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
9978         (gst_spectrum_class_init), (gst_spectrum_init),
9979         (gst_spectrum_dispose), (gst_spectrum_set_property),
9980         (gst_spectrum_get_property), (gst_spectrum_start),
9981         (gst_spectrum_setup), (gst_spectrum_message_new),
9982         (gst_spectrum_transform_ip):
9983         * gst/spectrum/gstspectrum.h:
9984         Port GstSpectrum to GstAudioFilter and libgstfft, add support
9985         for int32, float and double, use floats for the message contents,
9986         average all FFTs done in one interval for better results, use
9987         a better windowing function, allow posting the phase in the message
9988         and actually do an FFT with the requested number of bands instead
9989         of interpolating.
9990
9991         * tests/check/elements/spectrum.c: (GST_START_TEST),
9992         (spectrum_suite):
9993         Improve the units tests by checking for a 11025Hz sine wave
9994         and add unit tests for all 4 supported sample types.
9995
9996 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
9997
9998         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9999         (gst_real_video_dec_setcaps):
10000         Add some more debugging.
10001         Don't set LONG for width/height in caps.
10002         Set correct output buffer size when caps changed.
10003         The custom message sent to the decoder should not include the format and
10004         subformat. Fixes #471554.
10005
10006 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
10007
10008         * gst/rtpmanager/gstrtpsession.c:
10009           Make compiler happy: fix compilation with -Wall -Werror
10010           (#473562).
10011
10012 2007-09-03  Johan Dahlin  <johan@gnome.org>
10013
10014         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
10015         * gst/nsf/gstnsf.h:
10016         Add support for (very) basic tagging.
10017         
10018 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
10019
10020         * gst/rtpmanager/gstrtpbin-marshal.list:
10021         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
10022         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
10023         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
10024         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
10025         * gst/rtpmanager/gstrtpbin.h:
10026         Updated example pipelines in docs.
10027         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
10028         Set the default latency correctly.
10029         Add some more points where we can get caps.
10030
10031         * gst/rtpmanager/gstrtpjitterbuffer.c:
10032         (gst_rtp_jitter_buffer_class_init),
10033         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
10034         (gst_rtp_jitter_buffer_query),
10035         (gst_rtp_jitter_buffer_set_property),
10036         (gst_rtp_jitter_buffer_get_property):
10037         Add ts-offset property to control timestamping.
10038
10039         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10040         (gst_rtp_session_init), (gst_rtp_session_set_property),
10041         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10042         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
10043         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
10044         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
10045         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
10046         (gst_rtp_session_event_send_rtp_sink),
10047         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10048         (create_recv_rtcp_sink), (create_send_rtp_sink),
10049         (create_send_rtcp_src):
10050         Various cleanups.
10051         Feed rtpsession manager with NTP time based on pipeline clock when
10052         handling RTP packets and RTCP timeouts.
10053         Perform all RTCP with the system clock.
10054         Set caps on RTCP outgoing buffers.
10055
10056         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
10057         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
10058         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10059         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
10060         (gst_rtp_ssrc_demux_rtcp_chain):
10061         * gst/rtpmanager/gstrtpssrcdemux.h:
10062         Also demux RTCP messages.
10063
10064         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
10065         (update_arrival_stats), (rtp_session_process_rtp),
10066         (rtp_session_process_rb), (rtp_session_process_sr),
10067         (rtp_session_process_rr), (rtp_session_process_rtcp),
10068         (rtp_session_send_rtp), (rtp_session_send_bye),
10069         (session_start_rtcp), (session_report_blocks), (session_cleanup),
10070         (rtp_session_on_timeout):
10071         * gst/rtpmanager/rtpsession.h:
10072         Remove the get_time callback, the GStreamer part will feed us with
10073         enough timing information.
10074         Split sync timing and RTCP timing information.
10075         Factor out common RB handling for SR and RR.
10076         Send out SR RTCP packets for lip-sync.
10077         Move SR and RR packet info generation to the source.
10078
10079         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10080         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
10081         (rtp_source_process_rtp), (rtp_source_send_rtp),
10082         (rtp_source_process_sr), (rtp_source_process_rb),
10083         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
10084         (rtp_source_get_last_sr):
10085         * gst/rtpmanager/rtpsource.h:
10086         * gst/rtpmanager/rtpstats.h:
10087         Use caps on incomming buffers to get timing information when they are
10088         there.
10089         Calculate clock scew of the receiver compared to the sender and adjust
10090         the rtp timestamps.
10091         Calculate the round trip in sources.
10092         Do SR and RR calculations in the source.
10093
10094 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
10095
10096         * configure.ac:
10097         updated gmyth version
10098
10099         * ext/mythtv/gstmythtvsrc.c:
10100         * ext/mythtv/gstmythtvsrc.h:
10101         Code rewrite
10102
10103 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
10104
10105         * gst/rtpmanager/gstrtpjitterbuffer.c:
10106         (gst_rtp_jitter_buffer_flush_stop),
10107         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
10108         Use extended timestamp to release buffers from the jitterbuffer so that
10109         we can handle the rtp wraparound correctly.
10110
10111 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
10112
10113         * gst/rtpmanager/gstrtpjitterbuffer.c:
10114         (gst_rtp_jitter_buffer_loop):
10115         Improve Comments.
10116
10117         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10118         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
10119         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
10120         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
10121         (create_send_rtp_sink):
10122         Also parse the sink caps for clock-rate instead of only relying on the
10123         result of the signal.
10124
10125         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10126         Make sure we fetch the clock rate for payloads we are sending out so
10127         that we can use it for SR reports.
10128
10129 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10130
10131         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
10132         If all information is known at time of setting start-time
10133         property, send new segments then.
10134
10135 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10136
10137         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10138         (gst_rtp_session_change_state),
10139         (gst_rtp_session_event_send_rtp_sink):
10140         * gst/rtpmanager/gstrtpsession.h:
10141         Distribute synchronisation parameters to the session manager so that it
10142         can generate correct SR packets for lip-sync.
10143
10144         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
10145         (rtp_session_set_timestamp_sync), (session_start_rtcp):
10146         * gst/rtpmanager/rtpsession.h:
10147         Add methods for setting sync parameters.
10148         Set correct RTP time in SR packets using the sync params.
10149
10150         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10151         * gst/rtpmanager/rtpsource.h:
10152         Record last RTP <-> GST timestamp so that we can use them to convert NTP
10153         to RTP timestamps in SR packets.
10154
10155 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10156
10157         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
10158         Add some more advanced example pipelines.
10159
10160         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
10161         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
10162         Add some debug and FIXME.
10163         Release LOCK when performing session cleanup.
10164
10165         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
10166         Add some debug.
10167
10168         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
10169         (rtp_source_send_rtp):
10170         Make sure we always send RTP packets with the session SSRC.
10171
10172 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
10173
10174         * gst/dvdspu/gstdvdspu.c:
10175           Don't need this include (fixes compilation in uninstalled setup).
10176
10177 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
10178
10179         * gst/rtpmanager/gstrtpjitterbuffer.c:
10180         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
10181         (gst_rtp_jitter_buffer_query):
10182         When synchronizing buffers, take peer latency into account.
10183         Don't try to add our latency to invalid peer max latency values.
10184
10185 2007-08-27  Julien MOUTTE  <julien@moutte.net>
10186
10187         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
10188         Make sure we initialize the seek result.
10189
10190 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10191
10192         * gst/dvdspu/Makefile.am:
10193         Commit the makefile too.
10194
10195 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10196
10197         * configure.ac:
10198         * gst/dvdspu/.cvsignore:
10199         * gst/dvdspu/Notes.txt:
10200         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
10201         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
10202         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
10203         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
10204         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
10205         (gstdvdspu_render_spu):
10206         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
10207         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
10208         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
10209         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
10210         (dvdspu_video_event), (dvdspu_video_chain),
10211         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
10212         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
10213         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
10214         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
10215         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
10216         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
10217         (dvdspu_subpic_event), (dvdspu_change_state),
10218         (gstdvdspu_plugin_init):
10219         * gst/dvdspu/gstdvdspu.h:
10220
10221         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
10222         Unit, decoding and overlaying DVD subtitles and menu graphics.
10223
10224         * gst/mpeg2sub/.cvsignore:
10225         * gst/mpeg2sub/Makefile.am:
10226         * gst/mpeg2sub/Notes.txt:
10227         * gst/mpeg2sub/gstmpeg2subt.c:
10228         * gst/mpeg2sub/gstmpeg2subt.h:
10229         * gst/mpeg2sub/mpeg2subt.vcproj:
10230         Delete old and broken mpeg2subt element that was never ported from 0.8
10231
10232 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10233
10234         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10235         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10236         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
10237         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
10238         (gst_flv_demux_src_event): Remove some useless ifdef.
10239
10240 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10241
10242         * examples/switch/switcher.c (main):
10243         * gst/switch/gstswitch.c (gst_switch_chain):
10244         Make switch more reliable and also not lock up when
10245         sink pad caps change.
10246
10247 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10248
10249         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10250         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10251         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
10252         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
10253         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
10254         seeking in push mode.
10255         * gst/flv/gstflvdemux.h:
10256
10257 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10258
10259         * gst/mpegtsparse/flutspatinfo.c:
10260         * gst/mpegtsparse/flutspatinfo.h:
10261         * gst/mpegtsparse/flutspmtinfo.c:
10262         * gst/mpegtsparse/flutspmtinfo.h:
10263         Update licences to reflect LGPL-ness of these files also.
10264
10265 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10266
10267         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10268         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
10269         * docs/plugins/gst-plugins-bad-plugins.interfaces:
10270         * docs/plugins/gst-plugins-bad-plugins.signals:
10271         * gst/rtpmanager/gstrtpbin.c:
10272         * gst/rtpmanager/gstrtpbin.h:
10273         * gst/rtpmanager/gstrtpclient.c:
10274         * gst/rtpmanager/gstrtpclient.h:
10275         * gst/rtpmanager/gstrtpjitterbuffer.c:
10276         * gst/rtpmanager/gstrtpjitterbuffer.h:
10277         * gst/rtpmanager/gstrtpptdemux.c:
10278         * gst/rtpmanager/gstrtpptdemux.h:
10279         * gst/rtpmanager/gstrtpsession.c:
10280         * gst/rtpmanager/gstrtpsession.h:
10281         * gst/rtpmanager/gstrtpssrcdemux.c:
10282         * gst/rtpmanager/gstrtpssrcdemux.h:
10283           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
10284           registers a GType that's different than the GstRTPFoo types that
10285           farsight registers (luckily GType names are case sensitive). Should
10286           finally fix #430664.
10287
10288 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10289
10290         * configure.ac:
10291         * win32/common/config.h:
10292         * win32/common/config.h.in:
10293           Automatically generate win32/common/config.h via configure (this
10294           ensures the win32 version of config.h is up-to-date when a release
10295           is made, #433373). config.h.in file might need some more work.
10296
10297 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10298
10299         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10300
10301         * configure.ac:
10302         * gst/festival/Makefile.am:
10303         * gst/festival/gstfestival.c:
10304           Port festival plugin to GStreamer-0.10 (#461377).
10305
10306 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10307
10308         * ext/faad/gstfaad.c: (gst_faad_chain):
10309         Don't unref the buffer when it was clipped.
10310
10311 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10312
10313         * ext/faad/gstfaad.c: (gst_faad_chain):
10314         Don't unref the buffer when it was clipped.
10315
10316 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10317
10318         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10319         (gst_flv_demux_pull_tag):
10320         * gst/flv/gstflvdemux.h:
10321         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10322         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10323         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
10324         metadata tags like ASF does. Fluendo muxer supports this and 
10325         Flash players can support it as well this way.
10326
10327 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10328
10329         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
10330         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10331         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10332         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10333         index if no times object was parsed. Fix the way we decide to push
10334         tags and emit no-more-pads. Fix some printf typing in debugging.
10335
10336 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10337
10338         * gst/rtpmanager/gstrtpjitterbuffer.c:
10339         (gst_rtp_jitter_buffer_chain),
10340         (gst_rtp_jitter_buffer_set_property):
10341         When drop-on-latency is set but we have no latency configured, just push
10342         the buffer as fast as possible.
10343         Fix typo in comment.
10344
10345 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10346
10347         * gst/rtpmanager/rtpjitterbuffer.c:
10348         (rtp_jitter_buffer_get_ts_diff):
10349         * gst/rtpmanager/rtpjitterbuffer.h:
10350         Fix undefined overflow prone ts_diff handling.
10351
10352 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10353
10354         * gst/modplug/gstmodplug.cc:
10355         Fix compiler warning.
10356
10357 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10358
10359         * gst/modplug/gstmodplug.cc:
10360           Don't use NULL caps for srcpad is not yet connected.
10361
10362 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10363
10364         * configure.ac:
10365         * gst/mpegtsparse/Makefile.am:
10366         * gst/mpegtsparse/flutspatinfo.c:
10367         * gst/mpegtsparse/flutspatinfo.h:
10368         * gst/mpegtsparse/flutspmtinfo.c:
10369         * gst/mpegtsparse/flutspmtinfo.h:
10370         * gst/mpegtsparse/flutspmtstreaminfo.c:
10371         * gst/mpegtsparse/flutspmtstreaminfo.h:
10372         * gst/mpegtsparse/mpegtspacketizer.c:
10373         * gst/mpegtsparse/mpegtspacketizer.h:
10374         * gst/mpegtsparse/mpegtsparse.c:
10375         * gst/mpegtsparse/mpegtsparse.h:
10376         * gst/mpegtsparse/mpegtsparsemarshal.list:
10377         Add mpeg transport stream parser written by:
10378         Alessandro Decina. Includes a couple of files from the
10379         Fluendo transport stream demuxer that Fluendo have 
10380         kindly allowed to be licenced under LGPL also.
10381
10382 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10383
10384         Patch by: Bastien Nocera  <hadess at hadess net>
10385
10386         * ext/mythtv/gstmythtvsrc.c:
10387           Add examples for live mythtv:// URIs to docs (#468039).
10388           Also convert some tabs into spaces.
10389
10390 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10391
10392         * gst/filter/gstbpwsinc.c:
10393         * gst/filter/gstlpwsinc.c:
10394         Add small comparision with the chebyshev filters in the docs.
10395
10396 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10397
10398         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10399         (bpwsinc_suite):
10400         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10401         (lpwsinc_suite):
10402         Also test everything in 32 bit float mode.
10403
10404 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10405
10406         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10407         (bpwsinc_set_property), (bpwsinc_get_property):
10408         * gst/filter/gstbpwsinc.h:
10409         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10410         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10411         (lpwsinc_get_property):
10412         * gst/filter/gstlpwsinc.h:
10413         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10414         Use generator macros for the process functions for the different
10415         sample types, add lower upper boundaries for the GObject properties
10416         so automatically generated UIs can use sliders and change frequency
10417         properties to floats to save a bit of memory, even ints would in
10418         theory be enough. Also rename frequency to cutoff for consistency
10419         reasons.
10420         * docs/plugins/gst-plugins-bad-plugins.args:
10421         * docs/plugins/gst-plugins-bad-plugins.signals:
10422         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10423         Regenerated for the above changes.
10424
10425 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10426
10427         * ext/amrwb/gstamrwbparse.c:
10428           Don't leak the adapter.
10429
10430 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10431
10432         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10433         (gst_bpwsinc_init), (process_32), (process_64),
10434         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10435         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10436         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10437         * gst/filter/gstbpwsinc.h:
10438         Implement latency query and only forward those samples downstream
10439         that actually contain the data we want, i.e. drop kernel_length/2
10440         in the beginning and append kernel_length/2 (created by convolving
10441         the filter kernel with zeroes) to the end.
10442
10443         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10444         Adjust the unit test for this slightly changed behaviour.
10445
10446         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10447         Reset residue length only when actually creating a residue.
10448
10449 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10450
10451         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10452         Override the preroll vmethod instead of overriding the render method
10453         twice.
10454
10455 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10456
10457         * gst/rtpmanager/gstrtpjitterbuffer.c:
10458         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10459         (gst_rtp_jitter_buffer_loop):
10460         Fix EOS handling.
10461         Convert some DEBUG into WARNINGs.
10462         Pause task when flushing.
10463
10464         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10465         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10466         Use system clock for RTCP session management timeouts.
10467
10468         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10469         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10470         Release the session lock when emiting signals.
10471
10472 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10473
10474         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10475         (gst_faad_chanpos_to_gst):
10476         Add some debug info.
10477
10478 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10479
10480         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10481         (gst_lpwsinc_init), (process_32), (process_64),
10482         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10483         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10484         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10485         * gst/filter/gstlpwsinc.h:
10486         Implement latency query and only forward those samples downstream
10487         that actually contain the data we want, i.e. drop kernel_length/2
10488         in the beginning and append kernel_length/2 (created by convolving
10489         the filter kernel with zeroes) to the end.
10490         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10491         Adjust the unit test for this slightly changed behaviour.
10492
10493 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10494
10495         * ext/ladspa/gstladspa.c:
10496           Don't leak like hell.
10497
10498 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10499
10500         * tests/check/Makefile.am:
10501         * tests/check/generic/.cvsignore:
10502         * tests/check/generic/states.c:
10503           Add generic state-change test suite to help to fi leaks.
10504
10505 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10506
10507         * ext/timidity/gstwildmidi.c:
10508         * ext/timidity/gstwildmidi.h:
10509           Look harder for a config. Based on patch by Hans de Goede.
10510           Fixes #456912
10511
10512 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10513
10514         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10515         Don't use new API.
10516
10517 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10518
10519         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10520         (gst_app_sink_class_init), (gst_app_sink_dispose),
10521         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10522         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10523         (gst_app_sink_render), (gst_app_sink_get_caps),
10524         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10525         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10526         * gst-libs/gst/app/gstappsink.h:
10527         Make love to appsink.
10528         Make it support pulling of the preroll buffer.
10529         Add docs and debug statements.
10530         Fix some races wrt to EOS handling and stopping.
10531         Implement getcaps.
10532         Implement FLUSHING.
10533         API: gst_app_sink_pull_preroll()
10534
10535 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10536
10537         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
10538         (gst_flv_demux_get_index):
10539         Fix locking and refcounting on the index.
10540
10541 2007-08-14  Julien MOUTTE  <julien@moutte.net>
10542
10543         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10544         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
10545         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
10546         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
10547         (gst_flv_demux_src_event), (gst_flv_demux_query),
10548         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
10549         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
10550         (gst_flv_demux_class_init): First method for seeking in pull
10551         mode using the index built step by step or coming from metadata.
10552         * gst/flv/gstflvdemux.h:
10553         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10554         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10555         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
10556         more metadata types and keyframes index.
10557
10558 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
10559
10560         * docs/plugins/Makefile.am:
10561         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10562         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10563         * docs/plugins/gst-plugins-bad-plugins.args:
10564         * docs/plugins/gst-plugins-bad-plugins.signals:
10565         * docs/plugins/inspect/plugin-bz2.xml:
10566         * docs/plugins/inspect/plugin-cdxaparse.xml:
10567         * docs/plugins/inspect/plugin-dtsdec.xml:
10568         * docs/plugins/inspect/plugin-faac.xml:
10569         * docs/plugins/inspect/plugin-faad.xml:
10570         * docs/plugins/inspect/plugin-filter.xml:
10571         * docs/plugins/inspect/plugin-freeze.xml:
10572         * docs/plugins/inspect/plugin-gsm.xml:
10573         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10574         * docs/plugins/inspect/plugin-h264parse.xml:
10575         * docs/plugins/inspect/plugin-modplug.xml:
10576         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10577         * docs/plugins/inspect/plugin-musepack.xml:
10578         * docs/plugins/inspect/plugin-musicbrainz.xml:
10579         * docs/plugins/inspect/plugin-nsfdec.xml:
10580         * docs/plugins/inspect/plugin-replaygain.xml:
10581         * docs/plugins/inspect/plugin-soundtouch.xml:
10582         * docs/plugins/inspect/plugin-spcdec.xml:
10583         * docs/plugins/inspect/plugin-spectrum.xml:
10584         * docs/plugins/inspect/plugin-speed.xml:
10585         * docs/plugins/inspect/plugin-tta.xml:
10586         * docs/plugins/inspect/plugin-videosignal.xml:
10587         * docs/plugins/inspect/plugin-xingheader.xml:
10588         * docs/plugins/inspect/plugin-xvid.xml:
10589         * gst/filter/gstbpwsinc.c:
10590         * gst/filter/gstbpwsinc.h:
10591         * gst/filter/gstlpwsinc.c:
10592         * gst/filter/gstlpwsinc.h:
10593         Add docs for lpwsinc and bpwsinc and integrate them
10594         into the build system. While doing that also update
10595         all other docs via make update in docs/plugins.
10596
10597 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
10598
10599         * gst/rtpmanager/rtpjitterbuffer.c:
10600           Include stdlib.
10601
10602 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10603
10604         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10605         Make one test constraint a bit stricter.
10606
10607 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10608
10609         * tests/check/Makefile.am:
10610         * tests/check/elements/.cvsignore:
10611         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
10612         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
10613         Add unit tests for bpwsinc, testing fundamental functionality again.
10614
10615 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10616
10617         * tests/check/Makefile.am:
10618         * tests/check/elements/.cvsignore:
10619         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
10620         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
10621         Add unit tests for lpwsinc, testing fundamental functionality.
10622
10623 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10624
10625         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10626         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10627         Improve debugging a bit.
10628
10629 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10630
10631         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10632         (bpwsinc_start):
10633         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10634         (lpwsinc_start):
10635         Reset the residue in BaseTransform::start to get a clean residue
10636         on stream changes.
10637
10638 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
10639
10640         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
10641         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
10642         Fix processing with buffer sizes that are smaller than the filter
10643         kernel size.
10644
10645 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
10646
10647         * gst/rtpmanager/Makefile.am:
10648         * gst/rtpmanager/async_jitter_queue.c:
10649         * gst/rtpmanager/async_jitter_queue.h:
10650         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
10651         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
10652         (rtp_jitter_buffer_new), (compare_seqnum),
10653         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
10654         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
10655         (rtp_jitter_buffer_get_ts_diff):
10656         * gst/rtpmanager/rtpjitterbuffer.h:
10657         Remove complicated async queue and replace with more simple jitterbuffer
10658         code while also fixing some bugs.
10659
10660         * gst/rtpmanager/gstrtpbin-marshal.list:
10661         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
10662         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
10663         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
10664         (create_send_rtp):
10665         * gst/rtpmanager/gstrtpbin.h:
10666         * gst/rtpmanager/gstrtpjitterbuffer.c:
10667         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
10668         (gst_jitter_buffer_sink_parse_caps),
10669         (gst_rtp_jitter_buffer_flush_start),
10670         (gst_rtp_jitter_buffer_flush_stop),
10671         (gst_rtp_jitter_buffer_change_state),
10672         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10673         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
10674         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
10675         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
10676         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
10677         (gst_rtp_session_init):
10678         * gst/rtpmanager/gstrtpsession.h:
10679         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
10680         Use new jitterbuffer code.
10681         Expose some new signals in preparation for handling EOS.
10682
10683 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10684
10685         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10686         Fix a segfault with more than one channel and don't rebuild
10687         the kernel & residue with every buffer.
10688
10689 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10690
10691         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
10692         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
10693         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
10694         (bpwsinc_get_property):
10695         * gst/filter/gstbpwsinc.h:
10696         Add support for a bandreject mode and allow specifying the window
10697         function that should be used.
10698         * gst/filter/gstlpwsinc.c:
10699         And another small formatting fix.
10700
10701 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10702
10703         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10704         (gst_bpwsinc_init), (process_32), (process_64),
10705         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
10706         (bpwsinc_transform), (bpwsinc_set_property),
10707         (bpwsinc_get_property):
10708         * gst/filter/gstbpwsinc.h:
10709         Apply the same changes to the bandpass filter:
10710          - Support double input
10711          - Fix processing for input with >1 channels
10712          - Specify frequency in Hz
10713          - Specify actual filter kernel length
10714          - Use transform instead of transform_ip as we're working
10715            out of place anyway
10716          - Factor out filter kernel generation and update the filter
10717            kernel when the properties are set
10718         Fix bandpass filter kernel generation to actually generate
10719         a bandpass filter by creating a highpass instead of a second
10720         lowpass.
10721         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
10722         Small formatting fix.
10723
10724 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10725
10726         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10727         (gst_lpwsinc_init), (process_32), (process_64),
10728         (lpwsinc_build_kernel), (lpwsinc_set_property),
10729         (lpwsinc_get_property):
10730         * gst/filter/gstlpwsinc.h:
10731         Specify the actual filter length instead of a weird
10732         2N+1. Setting the property will round to the next odd number.
10733         Also remove now obsolete FIXMEs.
10734
10735 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10736
10737         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
10738         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
10739         (lpwsinc_build_kernel), (lpwsinc_set_property),
10740         (lpwsinc_get_property):
10741         * gst/filter/gstlpwsinc.h:
10742         Allow choosing between hamming and blackman window. The blackman
10743         window provides a better stopband attenuation but a bit slower
10744         rolloff.
10745
10746 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10747
10748         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
10749         (gst_lpwsinc_class_init), (process_32), (process_64),
10750         (lpwsinc_build_kernel), (lpwsinc_set_property),
10751         (lpwsinc_get_property):
10752         * gst/filter/gstlpwsinc.h:
10753         Add a highpass mode.
10754
10755 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10756
10757         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
10758         (lpwsinc_build_kernel):
10759         Fix processing if the input has more than one channel.
10760
10761 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10762
10763         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10764         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
10765         (bpwsinc_set_property), (bpwsinc_get_property):
10766         "this" is a C++ keyword, use "self" instead.
10767         Add TODOs and FIXMEs and remove two wrong FIXMEs.
10768         * gst/filter/gstlpwsinc.c:
10769         Add FIXMEs and a new TODO.
10770
10771 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10772
10773         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10774         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
10775         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
10776         (lpwsinc_get_unit_size), (lpwsinc_transform),
10777         (lpwsinc_set_property), (lpwsinc_get_property):
10778         * gst/filter/gstlpwsinc.h:
10779         Add double support, replace "this" with "self" as the former
10780         is a C++ keyword.
10781         Implement the frequency property in Hz instead of fraction
10782         of sampling frequency.
10783         Remove some unecessary FIXMEs and add some TODOs, add some
10784         required locking and refactor the kernel generation into a
10785         separate function that is also called when the properties
10786         change now.
10787         And use BaseTransform::transform instead of transform_ip
10788         as the convolution is done out of place anyway. Should
10789         be done in place later.
10790
10791 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10792
10793         * configure.ac:
10794         * gst/stereo/Makefile.am:
10795         * gst/stereo/gststereo.c: (gst_stereo_base_init),
10796         (gst_stereo_class_init), (gst_stereo_init),
10797         (gst_stereo_transform_ip), (gst_stereo_set_property),
10798         (gst_stereo_get_property):
10799         * gst/stereo/gststereo.h:
10800         Port the stereo element to GStreamer 0.10.
10801
10802 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10803
10804         submitted by: Raphael Higino <phhigino@gmail.com>
10805
10806         * po/LINGUAS:
10807         * po/pt_BR.po:
10808           Added Portuguese (Brazilian) translation.
10809
10810 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10811
10812         * po/uk.po:
10813         * po/vi.po:
10814           Updated translations.
10815
10816 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
10817
10818         * gst/filter/Makefile.am:
10819         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10820         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
10821         (gst_bpwsinc_init), (bpwsinc_setup):
10822         * gst/filter/gstbpwsinc.h:
10823         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10824         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
10825         (gst_lpwsinc_init), (lpwsinc_setup):
10826         * gst/filter/gstlpwsinc.h:
10827         Use GstAudioFilter as base class and don't leak the memory
10828         of the filter kernel and residue.
10829
10830 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
10831
10832         Patch by: Josep Torra Valles <josep@fluendo.com>
10833
10834         * docs/plugins/gst-plugins-bad-plugins.args:
10835         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
10836         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
10837         * ext/libmms/gstmms.h:
10838         Add connection speed property to libmms. Fixes #464678.
10839
10840 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10841
10842         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10843         (gst_real_video_dec_activate_push), (open_library),
10844         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
10845         * gst/real/gstrealvideodec.h:
10846         Remove some old unused vars.
10847
10848 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10849
10850         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10851         Small cleanups.
10852
10853         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10854         (open_library):
10855         Remove fragment and timestamp correction code from the decoder to make
10856         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
10857
10858 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10859
10860         * po/POTFILES.skip:
10861           Add POTFILES.skip with list of source files that aren't disted at the
10862           moment but contain translatable strings. Should hopefully pacify
10863           broken tools and make it clearer that these files are left out
10864           intentionally (#461601 and others).
10865
10866 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10867
10868         Patch by: Ian Munro  <imunro at netspace net au>
10869
10870         * gst/bayer/gstbayer2rgb.c:
10871           Include our own "_stdint.h" instead of <stdint.h> (which may not
10872           be available).
10873
10874         * gst/speed/gstspeed.h:
10875           Native HP-UX compiler dosn't seem to like enum typedefs before the
10876           actual enum was defined.
10877
10878         * gst/vmnc/vmncdec.c:
10879           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
10880
10881 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
10882
10883         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10884         Use the proper context variable when setting the password !
10885         LOG => WARNING for errors.
10886         Give proper path when opening the codec (needs a '/' at the end).
10887
10888 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10889
10890         * gst/real/Makefile.am:
10891           And dist the new header file too.
10892
10893 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10894
10895         * gst/real/gstreal.h:
10896         Add missing header file.
10897
10898 2007-07-25  Julien MOUTTE  <julien@moutte.net>
10899
10900         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10901         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10902         (gst_flv_demux_init):
10903         * gst/flv/gstflvdemux.h:
10904         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10905         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10906         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10907         (gst_flv_parse_header):
10908         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
10909         reusable, more safety checks.
10910
10911 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
10912
10913         * ext/timidity/gsttimidity.c: (gst_timidity_init),
10914         (gst_timidity_change_state), (plugin_init):
10915         * ext/timidity/gsttimidity.h:
10916           Don't initialize timidity in plugin_init for similar reason as below.
10917
10918 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
10919
10920         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
10921         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
10922         * ext/timidity/gstwildmidi.h:
10923           Don't initialize wildmidi in plugin_init as it also setups audio
10924           filters which is slow.
10925
10926 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
10927
10928         reviewed by: Edward Hervey  <bilboed@bilboed.com>
10929
10930         * gst/real/gstreal.c: (plugin_init):
10931         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
10932         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
10933         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
10934         * gst/real/gstrealvideodec.c: (open_library),
10935         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
10936         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
10937         * gst/real/gstrealvideodec.h:
10938         Improved search algorithm for location of real .so files.
10939         Fixes #393461
10940
10941 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
10942
10943         * configure.ac:
10944         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
10945         Use the new buffer clipping function from gstaudio here and
10946         require gst-plugins-base CVS.
10947
10948 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
10949
10950         * configure.ac:
10951           Sync liboil check with plugins-base.
10952
10953 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
10954
10955         * gst/equalizer/gstiirequalizer.c:
10956         (gst_iir_equalizer_band_set_property),
10957         (gst_iir_equalizer_child_proxy_get_child_by_index),
10958         (gst_iir_equalizer_child_proxy_get_children_count),
10959         (gst_iir_equalizer_child_proxy_interface_init),
10960         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
10961         (gst_iir_equalizer_compute_frequencies):
10962         * gst/equalizer/gstiirequalizer10bands.c:
10963         (gst_iir_equalizer_10bands_class_init):
10964         * gst/equalizer/gstiirequalizer3bands.c:
10965         (gst_iir_equalizer_3bands_class_init):
10966         * gst/equalizer/gstiirequalizernbands.c:
10967           Better algorith for the center frequencies. Subtract band filters from
10968           input for negative gains. Rework the gain mapping.
10969
10970 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
10971
10972         * ext/dirac/Makefile.am:
10973           Also include stdlib here.
10974
10975 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
10976
10977         * tests/check/elements/.cvsignore:
10978         Fix the buildbot with the cvsignore it wants.
10979
10980 2007-07-19  Julien MOUTTE  <julien@moutte.net>
10981
10982         * configure.ac:
10983         * gst/flv/Makefile.am:
10984         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10985         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10986         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
10987         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
10988         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
10989         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
10990         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10991         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
10992         (gst_flv_demux_init), (plugin_init):
10993         * gst/flv/gstflvdemux.h:
10994         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
10995         (gst_flv_demux_query_types), (gst_flv_demux_query),
10996         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10997         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10998         (gst_flv_parse_tag_type), (gst_flv_parse_header):
10999         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
11000         It does not do seeking yet, it supports pull and push mode so YES
11001         you can use it to play youtube videos directly from an HTTP uri.
11002         Not so much testing done yet but it parses metadata, reply to 
11003         duration queries, etc...
11004
11005 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
11006
11007         * tests/check/Makefile.am:
11008         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
11009           main):
11010           Add typefind test for midi.
11011
11012 2007-07-18  Michael Smith  <msmith@fluendo.com>
11013
11014         * ext/soundtouch/gstpitch.cc:
11015           If we receive a new segment event, don't try to push buffers out
11016           in response (without first sending it on!).
11017           Instead, flush internal buffers on receiving flush events.
11018           Fixes playback after seeking.
11019
11020 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11021
11022         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
11023         (gst_bayer2rgb_reset):
11024           Add basic docs. Use glibs mem routines.
11025
11026 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11027
11028         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
11029           Add example to the docs. Fix buffer-offset-end and add some debug.
11030
11031 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11032
11033         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
11034         (gst_jack_ring_buffer_acquire):
11035           Add stdlib include here too.
11036
11037 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11038
11039         * examples/app/appsrc_ex.c:
11040         * examples/switch/switcher.c:
11041         * ext/neon/gstneonhttpsrc.c:
11042         * ext/timidity/gstwildmidi.c:
11043         * ext/x264/gstx264enc.c:
11044         * gst/mve/mveaudioenc.c: (mve_compress_audio):
11045         * gst/rtpmanager/gstrtpclient.c:
11046         * gst/rtpmanager/gstrtpjitterbuffer.c:
11047         * gst/spectrum/demo-audiotest.c:
11048         * gst/spectrum/demo-osssrc.c:
11049         * sys/dvb/gstdvbsrc.c:
11050           Add stdlib include (free, atoi, exit).
11051
11052 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
11053
11054         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
11055         Fix buffer clipping to correctly clip to the segment stop.
11056
11057 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
11058
11059         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
11060
11061         * gst/modplug/gstmodplug.cc:
11062         add several missing supported mime-types to the modplug plugin.
11063         Fixes #456901.
11064
11065 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
11066
11067         * configure.ac:
11068         * tests/Makefile.am:
11069         Remove bogus check for libcheck, since we check for
11070         gstreamer-check and it pulls in the required info from there, and we
11071         weren't actually _using_ the information for libcheck ourselves
11072         anyway.
11073
11074 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
11075
11076         * configure.ac:
11077           Use pkg-config to locate check.
11078
11079 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
11080
11081         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
11082         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
11083           Fix build against core CVS.
11084
11085 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
11086
11087         * REQUIREMENTS:
11088           Sync with changes in -ugly.
11089
11090 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
11091
11092         * REQUIREMENTS:
11093           Add download location of libamrwb.
11094
11095 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
11096
11097         * docs/plugins/inspect/plugin-amrwb.xml:
11098         * docs/plugins/inspect/plugin-equalizer.xml:
11099         * docs/plugins/inspect/plugin-multifile.xml:
11100         * docs/plugins/inspect/plugin-timidity.xml:
11101         * docs/plugins/inspect/plugin-wildmidi.xml:
11102           Add missing inspect files. Fixes build (#454313).
11103
11104         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
11105           Scream a bit louder when initialisation fails.
11106
11107         * gst-libs/README:
11108         * gst-libs/ext/.cvsignore:
11109           Remove some cruft.
11110
11111 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
11112
11113         * ext/ivorbis/Makefile.am:
11114           Dist header files. Fixes #454078.
11115
11116 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
11117
11118         * docs/plugins/Makefile.am:
11119           Simplify --extra-dir as gtkdoc scans recursively.
11120
11121         * ext/amrwb/gstamrwbenc.c:
11122           Fix comment start.
11123
11124 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11125
11126         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
11127           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
11128           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
11129           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
11130           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
11131           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
11132         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
11133         Removed property "device". Added properties "adapter" and "frontend".
11134         Fixes #453636.
11135         Rename freq property to frequency.
11136
11137 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
11138
11139         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11140         Fix property descriptions.
11141
11142 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11143
11144         * docs/plugins/Makefile.am:
11145         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11146         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11147         * ext/amrwb/gstamrwbdec.c:
11148         * ext/amrwb/gstamrwbenc.c:
11149         * ext/amrwb/gstamrwbparse.c:
11150           Also document AMR-WB elements.
11151
11152 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11153
11154         * docs/plugins/Makefile.am:
11155         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11156         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11157         * docs/plugins/gst-plugins-bad-plugins.args:
11158           Cleanup the section file so that -unused is empty again (and useful to
11159           spot new docs). Add not yet added docs to sgml file. Add more header
11160           to Makefile.am to make them introspectable.
11161
11162         * docs/plugins/inspect/plugin-bz2.xml:
11163         * docs/plugins/inspect/plugin-cdxaparse.xml:
11164         * docs/plugins/inspect/plugin-dtsdec.xml:
11165         * docs/plugins/inspect/plugin-faac.xml:
11166         * docs/plugins/inspect/plugin-faad.xml:
11167         * docs/plugins/inspect/plugin-filter.xml:
11168         * docs/plugins/inspect/plugin-freeze.xml:
11169         * docs/plugins/inspect/plugin-gdp.xml:
11170         * docs/plugins/inspect/plugin-gsm.xml:
11171         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11172         * docs/plugins/inspect/plugin-h264parse.xml:
11173         * docs/plugins/inspect/plugin-modplug.xml:
11174         * docs/plugins/inspect/plugin-musicbrainz.xml:
11175         * docs/plugins/inspect/plugin-nsfdec.xml:
11176         * docs/plugins/inspect/plugin-replaygain.xml:
11177         * docs/plugins/inspect/plugin-spectrum.xml:
11178         * docs/plugins/inspect/plugin-speed.xml:
11179         * docs/plugins/inspect/plugin-tta.xml:
11180         * docs/plugins/inspect/plugin-videosignal.xml:
11181         * docs/plugins/inspect/plugin-xingheader.xml:
11182         * docs/plugins/inspect/plugin-xvid.xml:
11183           Update the doc blobs.
11184
11185 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11186
11187         * gst/multifile/Makefile.am:
11188         * gst/multifile/gstmultifile.c:
11189         * gst/multifile/gstmultifilesink.c:
11190         * gst/multifile/gstmultifilesink.h:
11191         * gst/multifile/gstmultifilesrc.c:
11192         * gst/multifile/gstmultifilesrc.h:
11193           Add .h files to be able to add it to the docs.
11194
11195 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11196
11197         * gst/modplug/gstmodplug.cc:
11198           Activate doc section.
11199
11200 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11201
11202         * ext/timidity/gsttimidity.c:
11203         * ext/timidity/gstwildmidi.c:
11204         * ext/timidity/gstwildmidi.h:
11205           Fix licence (both are GPL). Add element docs.
11206
11207 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11208
11209         * ext/musicbrainz/gsttrm.h:
11210           Fix _get_type signature.
11211
11212 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11213
11214         * gst/replaygain/gstrgvolume.h:
11215           Fix GObject macros.
11216
11217 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11218
11219         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
11220         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
11221         (gst_dc1394_set_caps_framesize_range),
11222         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
11223         (gst_dc1394_framerate_frac_to_const),
11224         (gst_dc1394_open_cam_with_best_caps):
11225         Make a bunch of functions static, and move variable declarations
11226         to the start of blocks to avoid problems on older gcc.
11227
11228         Make sure to unset value types.
11229
11230 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11231
11232         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11233
11234         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
11235         With CVS of ffmpegcolorspace from plugins-base, I can now
11236         get 30 fps from the iSight.
11237
11238 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11239
11240         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11241         Change a g_print to a GST_DEBUG message.
11242
11243 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11244
11245         * configure.ac:
11246         * ext/Makefile.am:
11247         * ext/dc1394/Makefile.am:
11248         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
11249         (gst_dc1394_class_init), (gst_dc1394_init),
11250         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
11251         (gst_dc1394_get_property), (gst_dc1394_getcaps),
11252         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
11253         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
11254         (gst_dc1394_caps_set_format_vmode_caps),
11255         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
11256         (gst_dc1394_set_caps_framesize_range),
11257         (gst_dc1394_caps_set_framerate_list),
11258         (gst_dc1394_framerate_const_to_frac),
11259         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
11260         (gst_dc1394_framerate_frac_to_const),
11261         (gst_dc1394_open_cam_with_best_caps),
11262         (gst_dc1394_change_camera_transmission), (plugin_init):
11263         * ext/dc1394/gstdc1394.h:
11264         Commit new dc1394src element.
11265         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
11266         Patch By: Eric Jonas < jonas at mit dot edu >
11267         Close: #387251
11268
11269 2007-06-28  Wim Taymans  <wim@fluendo.com>
11270
11271         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11272         Register new property as well.
11273
11274 2007-06-28  Wim Taymans  <wim@fluendo.com>
11275
11276         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11277         (gst_video_detect_set_property), (gst_video_detect_get_property):
11278         * gst/videosignal/gstvideodetect.h:
11279         Add property to adjust the center, sensitivity is now the distance from
11280         this center.
11281
11282 2007-06-27  Wim Taymans  <wim@fluendo.com>
11283
11284         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11285         (gst_video_detect_set_property), (gst_video_detect_get_property),
11286         (gst_video_detect_class_init):
11287         * gst/videosignal/gstvideodetect.h:
11288         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
11289         (gst_video_mark_420), (gst_video_mark_set_property),
11290         (gst_video_mark_get_property), (gst_video_mark_class_init):
11291         * gst/videosignal/gstvideomark.h:
11292         Add left and bottom offset properties to control the position of the
11293         pattern.
11294
11295 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
11296
11297         * docs/plugins/gst-plugins-bad-plugins.args:
11298         * docs/plugins/inspect/plugin-alsaspdif.xml:
11299         * docs/plugins/inspect/plugin-bz2.xml:
11300         * docs/plugins/inspect/plugin-cdxaparse.xml:
11301         * docs/plugins/inspect/plugin-dtsdec.xml:
11302         * docs/plugins/inspect/plugin-faac.xml:
11303         * docs/plugins/inspect/plugin-faad.xml:
11304         * docs/plugins/inspect/plugin-filter.xml:
11305         * docs/plugins/inspect/plugin-freeze.xml:
11306         * docs/plugins/inspect/plugin-gdp.xml:
11307         * docs/plugins/inspect/plugin-glimagesink.xml:
11308         * docs/plugins/inspect/plugin-gsm.xml:
11309         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11310         * docs/plugins/inspect/plugin-h264parse.xml:
11311         * docs/plugins/inspect/plugin-jack.xml:
11312         * docs/plugins/inspect/plugin-mms.xml:
11313         * docs/plugins/inspect/plugin-modplug.xml:
11314         * docs/plugins/inspect/plugin-musicbrainz.xml:
11315         * docs/plugins/inspect/plugin-neon.xml:
11316         * docs/plugins/inspect/plugin-nsfdec.xml:
11317         * docs/plugins/inspect/plugin-replaygain.xml:
11318         * docs/plugins/inspect/plugin-sdl.xml:
11319         * docs/plugins/inspect/plugin-spectrum.xml:
11320         * docs/plugins/inspect/plugin-speed.xml:
11321         * docs/plugins/inspect/plugin-tta.xml:
11322         * docs/plugins/inspect/plugin-videosignal.xml:
11323         * docs/plugins/inspect/plugin-xingheader.xml:
11324         * docs/plugins/inspect/plugin-xvid.xml:
11325           Update docs with caps info.
11326
11327 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
11328
11329         * gconf/.cvsignore:
11330         * gconf/Makefile.am:
11331         * gconf/gstreamer.schemas.in:
11332           Remove dysfunctional directory (this stuff is in -good).
11333
11334         * ext/sndfile/gstsf.c: (plugin_init):
11335         * sys/dvb/gstdvbsrc.c: (plugin_init):
11336           Add i18n bindtextdomain stuff.
11337
11338         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11339         (plugin_init):
11340           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11341
11342         * po/POTFILES.in:
11343           Add more source files with translatable strings (fixes #450605).
11344
11345 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11346
11347         Contributed by: Wenzheng Hu <db_lobster@163.com>
11348
11349         * po/LINGUAS:
11350         * po/zh_CN.po:
11351           Added Chinese (simplified) translation.
11352
11353 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11354
11355         Patch by: Jens Granseuer  <jensgr at gmx net>
11356
11357         * gst/equalizer/gstiirequalizer.c:
11358         * gst/equalizer/gstiirequalizer10bands.c:
11359         * gst/equalizer/gstiirequalizer3bands.c:
11360         * gst/equalizer/gstiirequalizernbands.c:
11361         * gst/rtpmanager/async_jitter_queue.c:
11362         (async_jitter_queue_push_sorted):
11363         * gst/rtpmanager/gstrtpjitterbuffer.c:
11364         (gst_rtp_jitter_buffer_chain):
11365         * gst/switch/gstswitch.c: (gst_switch_chain):
11366           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11367           Fixes #450185.
11368
11369 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11370
11371         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11372           last_message_received, main):
11373         * gst/switch/gstswitch.c (gst_switch_release_pad,
11374           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11375           gst_switch_set_property, gst_switch_get_property,
11376           gst_switch_get_linked_pad, gst_switch_getcaps,
11377           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11378         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11379           GST_SWITCH_UNLOCK):
11380         Add an extra lock to protect against certain variables instead of
11381         using the object lock. Fix case where caps are different in the
11382         sink pads causes deadlock. Update example to use different caps
11383         on each sink pad.
11384
11385 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11386
11387         * MAINTAINERS:
11388         Updating all the maintainers files
11389
11390 2007-06-22  Edward Hervey  <edward@fluendo.com>
11391
11392         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11393         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11394         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11395         * ext/audioresample/gstaudioresample.c:
11396         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11397         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11398         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11399         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11400         * ext/faac/gstfaac.c: (gst_faac_init):
11401         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11402         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11403         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11404         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11405         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11406         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11407         * ext/spc/gstspc.c: (gst_spc_dec_init):
11408         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11409         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11410         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11411         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11412         * gst/chart/gstchart.c: (gst_chart_init):
11413         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11414         * gst/festival/gstfestival.c: (gst_festival_init):
11415         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11416         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11417         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11418         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11419         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11420         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11421         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11422         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11423         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11424         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11425         * gst/speed/gstspeed.c: (speed_init):
11426         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11427         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11428         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11429         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11430         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11431         Fix leaks.
11432
11433 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11434
11435         * RELEASE:
11436         * sys/Makefile.am:
11437           Re-enable VCD source and fix up release notes.
11438
11439 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11440
11441         * gst/equalizer/gstiirequalizer.c:
11442           Document parameter mapping.
11443
11444 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11445
11446         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11447         (gst_spectrum_transform_ip):
11448           Fix leaking buffers.
11449           
11450         * tests/check/Makefile.am:
11451         * tests/check/elements/spectrum.c: (setup_spectrum),
11452         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11453           Add simple test for spectrum element.
11454
11455 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11456
11457         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11458         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11459         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11460         (gst_amrwbdec_state_change):
11461         * ext/amrwb/gstamrwbdec.h:
11462         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11463         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11464           Add newsegment and discont handling. Some code cleanups. Don't leak
11465           the adapter, unref it in a new finalize method instead. Sync the
11466           parser with the amr-nb changes.
11467
11468 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11469
11470         * configure.ac:
11471         Back to CVS.
11472
11473         * gst-plugins-bad.doap:
11474         Add 0.10.5 to the doap file.
11475
11476 === release 0.10.5 ===
11477
11478 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11479
11480         * configure.ac:
11481           releasing 0.10.5, "Expedition to Lake Pahoe"
11482
11483 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11484
11485         * win32/vs6/gst_plugins_bad.dsw:
11486         * win32/vs6/libdshowsrcwrapper.dsp:
11487         * win32/vs6/libgstdshow.dsp:
11488         * win32/vs6/libgstmpegvideoparse.dsp:
11489         * win32/vs6/libgstneon.dsp:
11490         Convert line endings to CRLF and mark as binary files.
11491
11492 2007-06-13  Wim Taymans  <wim@fluendo.com>
11493
11494         * sys/Makefile.am:
11495         Disable VCD build because we're frozen..
11496
11497 2007-06-13  Wim Taymans  <wim@fluendo.com>
11498
11499         * configure.ac:
11500         * sys/Makefile.am:
11501         * sys/vcd/Makefile.am:
11502         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11503         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11504         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11505         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11506         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11507         (gst_vcdsrc_uri_set_uri):
11508         * sys/vcd/vcdsrc.h:
11509         Port VCD element.
11510
11511 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11512
11513         * win32/MANIFEST:
11514         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11515         MANIFEST.
11516         * win32/vs6/gst_plugins_bad.dsw:
11517         Remove qtdemux, directdraw, directsound and waveform project files
11518         from the workspace as they have been moved to -good.
11519
11520 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11521
11522         * po/POTFILES.in:
11523         Remove qtdemux from the translation list.
11524
11525 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11526
11527         * configure.ac:
11528         * docs/plugins/Makefile.am:
11529         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11530         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11531         * docs/plugins/inspect/plugin-osxvideo.xml:
11532         * docs/plugins/inspect/plugin-videocrop.xml:
11533         * gst-plugins-bad.spec.in:
11534         * gst/videocrop/Makefile.am:
11535         * gst/videocrop/gstvideocrop.c:
11536         * gst/videocrop/gstvideocrop.h:
11537         * gst/videocrop/videocrop.vcproj:
11538         * sys/Makefile.am:
11539         * sys/osxvideo/Makefile.am:
11540         * sys/osxvideo/cocoawindow.h:
11541         * sys/osxvideo/cocoawindow.m:
11542         * sys/osxvideo/osxvideosink.h:
11543         * sys/osxvideo/osxvideosink.m:
11544         * tests/check/Makefile.am:
11545         * tests/check/elements/videocrop.c:
11546         * tests/icles/Makefile.am:
11547         * tests/icles/videocrop-test.c:
11548         Move videocrop and osxvideo to -good.
11549
11550 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11551
11552         * configure.ac:
11553         * docs/plugins/Makefile.am:
11554         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11555         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11556         * gst/qtdemux/Makefile.am:
11557         * gst/qtdemux/gstrtpxqtdepay.c:
11558         * gst/qtdemux/gstrtpxqtdepay.h:
11559         * gst/qtdemux/qtdemux.c:
11560         * gst/qtdemux/qtdemux.h:
11561         * gst/qtdemux/qtdemux.vcproj:
11562         * gst/qtdemux/qtdemux_dump.c:
11563         * gst/qtdemux/qtdemux_dump.h:
11564         * gst/qtdemux/qtdemux_fourcc.h:
11565         * gst/qtdemux/qtdemux_types.c:
11566         * gst/qtdemux/qtdemux_types.h:
11567         * gst/qtdemux/qtpalette.h:
11568         * gst/qtdemux/quicktime.c:
11569         * win32/MANIFEST:
11570         * win32/vs6/libgstqtdemux.dsp:
11571         Move qtdemux to -good.
11572
11573         * gst-plugins-bad.spec.in:
11574         Update spec file to reflect wavpack & qtdemux moving to -good.
11575
11576 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11577
11578         * docs/plugins/Makefile.am:
11579         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11580         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11581         * docs/plugins/inspect/plugin-waveform.xml:
11582         * sys/waveform/gstwaveformplugin.c:
11583         * sys/waveform/gstwaveformsink.c:
11584         * sys/waveform/gstwaveformsink.h:
11585         * win32/MANIFEST:
11586         * win32/vs6/libgstwaveform.dsp:
11587         Remove the waveform plugin now that it is in -good.
11588
11589 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11590
11591         * configure.ac:
11592         * docs/plugins/Makefile.am:
11593         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11594         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11595         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11596         * docs/plugins/inspect/plugin-wavpack.xml:
11597         * ext/Makefile.am:
11598         * ext/wavpack/Makefile.am:
11599         * ext/wavpack/gstwavpack.c:
11600         * ext/wavpack/gstwavpackcommon.c:
11601         * ext/wavpack/gstwavpackcommon.h:
11602         * ext/wavpack/gstwavpackdec.c:
11603         * ext/wavpack/gstwavpackdec.h:
11604         * ext/wavpack/gstwavpackenc.c:
11605         * ext/wavpack/gstwavpackenc.h:
11606         * ext/wavpack/gstwavpackparse.c:
11607         * ext/wavpack/gstwavpackparse.h:
11608         * ext/wavpack/gstwavpackstreamreader.c:
11609         * ext/wavpack/gstwavpackstreamreader.h:
11610         * ext/wavpack/md5.c:
11611         * ext/wavpack/md5.h:
11612         * tests/check/Makefile.am:
11613         * tests/check/elements/wavpackdec.c:
11614         * tests/check/elements/wavpackenc.c:
11615         * tests/check/elements/wavpackparse.c:
11616           Move wavpack to good.
11617
11618 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11619
11620         * configure.ac:
11621         * docs/plugins/Makefile.am:
11622         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11623         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11624         * docs/plugins/gst-plugins-bad-plugins.args:
11625         * docs/plugins/inspect/plugin-directdraw.xml:
11626         * docs/plugins/inspect/plugin-directsound.xml:
11627         * sys/Makefile.am:
11628         * sys/directdraw/Makefile.am:
11629         * sys/directdraw/gstdirectdrawplugin.c:
11630         * sys/directdraw/gstdirectdrawsink.c:
11631         * sys/directdraw/gstdirectdrawsink.h:
11632         * sys/directsound/Makefile.am:
11633         * sys/directsound/gstdirectsoundplugin.c:
11634         * sys/directsound/gstdirectsoundsink.c:
11635         * sys/directsound/gstdirectsoundsink.h:
11636         * win32/MANIFEST:
11637         * win32/gst.sln:
11638         * win32/vs6/libgstdirectdraw.dsp:
11639         * win32/vs6/libgstdirectsound.dsp:
11640         * win32/vs7/libgstdirectdraw.vcproj:
11641         * win32/vs7/libgstdirectsound.vcproj:
11642         * win32/vs8/libgstdirectdraw.vcproj:
11643         * win32/vs8/libgstdirectsound.vcproj:
11644         Remove DirectDraw & DirectSound plugins, as they've moved to Good
11645
11646 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11647
11648         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
11649         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
11650         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
11651           When driving the pipeline, also post an error when we get a
11652           not-linked flow return from downstream.
11653
11654 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11655
11656         * docs/plugins/gst-plugins-bad-plugins.args:
11657         * sys/directdraw/gstdirectdrawsink.c:
11658         (gst_directdraw_sink_class_init):
11659         Rename the keep-aspect-ratio property to force-aspect-ratio to make
11660         it consistent with xvimagesink and ximagesink.
11661
11662 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11663
11664         * tests/icles/videocrop-test.c: (main):
11665           Default to xvimagesink instead of autovideosink while
11666           autovideosink/ghostpads/whatever don't handle the way we use it in
11667           the way we expect it to.
11668
11669 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11670
11671         * configure.ac:
11672           Bump requirements to released versions of core and -base, and remove
11673           special-casing for equalizer and rtpmanager as it's not needed any
11674           longer.
11675
11676 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11677
11678         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
11679         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
11680         Sprinkle in some XSync calls to avoid raciness with broken
11681         drivers (ATI) when re-using a single glimagesink.
11682
11683 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11684
11685         * gst/mpegvideoparse/mpegpacketiser.c:
11686         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
11687         (mpeg_util_parse_picture_hdr):
11688         * gst/mpegvideoparse/mpegvideoparse.c:
11689         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
11690         Fix some silly bugs with calculating the guard sizes.
11691         Properly compare the old sequence header structure with the new one.
11692         Don't error out on an invalid sequence - just ignore it.
11693
11694 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11695
11696         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
11697           Printf fix in debug statement; also print the right number there.
11698
11699 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11700
11701         * ext/sdl/Makefile.am:
11702         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
11703           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
11704           (#444499); initialise variable to avoid false compiler warning.
11705
11706 2007-06-01  Wim Taymans  <wim@fluendo.com>
11707
11708         * docs/plugins/Makefile.am:
11709         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11710         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11711         * docs/plugins/inspect/plugin-videosignal.xml:
11712         * gst/videosignal/Makefile.am:
11713         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
11714         (gst_video_mark_draw_box), (gst_video_mark_420),
11715         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
11716         (gst_video_mark_get_property), (gst_video_mark_base_init),
11717         (gst_video_mark_class_init), (gst_video_mark_init),
11718         (gst_video_mark_get_type):
11719         * gst/videosignal/gstvideomark.h:
11720         * gst/videosignal/gstvideosignal.c: (plugin_init):
11721         Add plugin to generate a pattern detectable by videodetect.
11722
11723 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
11724
11725         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
11726           Don't leak buffer when returning an error.
11727
11728 2007-06-01  Wim Taymans  <wim@fluendo.com>
11729
11730         Patch by René Stadler <mail at renestadler dot de>:
11731
11732         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
11733         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
11734         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
11735         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
11736         (gst_neonhttp_src_set_location),
11737         (gst_neonhttp_src_send_request_and_redirect),
11738         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
11739         * ext/neon/gstneonhttpsrc.h:
11740         Deprecated "uri" property.  Clean up property descriptions.
11741         Change default User-Agent to the slightly more descriptive
11742         "GStreamer neonhttpsrc".
11743         Various other small cleanups, mostly property related.
11744
11745 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
11746
11747         * ext/libmms/gstmms.h:
11748           No reason to use gpointers instead of typed pointes here as far as I
11749           can see.
11750
11751         * ext/mythtv/gstmythtvsrc.c:
11752         * ext/neon/gstneonhttpsrc.c:
11753         * gst/switch/gstswitch.c:
11754           Don't use gtk-doc magic markers for things that aren't meant to be
11755           parsed by gtk-doc. Makes gtk-doc complain a bit less.
11756
11757 2007-05-30  Wim Taymans  <wim@fluendo.com>
11758
11759         * configure.ac:
11760         * docs/plugins/Makefile.am:
11761         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11762         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11763         * docs/plugins/inspect/plugin-videosignal.xml:
11764         * gst/videosignal/Makefile.am:
11765         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
11766         (gst_video_analyse_post_message), (gst_video_analyse_420),
11767         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
11768         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
11769         (gst_video_analyse_class_init), (gst_video_analyse_init),
11770         (gst_video_analyse_get_type):
11771         * gst/videosignal/gstvideoanalyse.h:
11772         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
11773         (gst_video_detect_post_message),
11774         (gst_video_detect_calc_brightness), (gst_video_detect_420),
11775         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
11776         (gst_video_detect_get_property), (gst_video_detect_base_init),
11777         (gst_video_detect_class_init), (gst_video_detect_init),
11778         (gst_video_detect_get_type):
11779         * gst/videosignal/gstvideodetect.h:
11780         * gst/videosignal/gstvideosignal.c: (plugin_init):
11781         * gst/videosignal/gstvideosignal.h:
11782         Added videosignal plugin with two plugins to analyse video frames.
11783         Added videoanalyse to report about brightness and variance in video
11784         frames.
11785         Added videodetect to detect predefined patterns in a video signal.
11786
11787 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11788
11789         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11790         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11791         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
11792         * docs/plugins/gst-plugins-bad-plugins.signals:
11793           More updates.
11794
11795 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11796
11797         * docs/plugins/gst-plugins-bad-plugins.args:
11798         * docs/plugins/gst-plugins-bad-plugins.signals:
11799         * docs/plugins/inspect/plugin-dtsdec.xml:
11800         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11801         * docs/plugins/inspect/plugin-musepack.xml:
11802         * docs/plugins/inspect/plugin-rtpmanager.xml:
11803         * docs/plugins/inspect/plugin-sdl.xml:
11804         * docs/plugins/inspect/plugin-spcdec.xml:
11805         * docs/plugins/inspect/plugin-swfdec.xml:
11806           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
11807           hopefully that makes the build bots happy again.
11808
11809 2007-05-28  Wim Taymans  <wim@fluendo.com>
11810
11811         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11812         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11813         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
11814         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
11815         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
11816         * gst/rtpmanager/gstrtpclient.c: (create_stream),
11817         (gst_rtp_client_request_new_pad):
11818         * gst/rtpmanager/gstrtpjitterbuffer.c:
11819         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11820         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
11821         * gst/rtpmanager/gstrtpptdemux.c:
11822         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11823         (gst_rtp_session_request_new_pad):
11824         * gst/rtpmanager/gstrtpssrcdemux.c:
11825         Rename elements to avoid conflict with farsight elements with the same
11826         name. Fixes #430664.
11827
11828 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
11829
11830         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11831
11832         * sys/directdraw/gstdirectdrawsink.c:
11833         (gst_directdraw_sink_buffer_alloc),
11834         (gst_directdraw_sink_show_frame),
11835         (gst_directdraw_sink_check_primary_surface),
11836         (gst_directdraw_sink_check_offscreen_surface),
11837         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
11838         (gst_directdraw_sink_surface_create):
11839         * sys/directdraw/gstdirectdrawsink.h:
11840           Fix more warnings when compiling with MingW (#439914).
11841
11842 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
11843
11844         * docs/plugins/gst-plugins-bad-plugins.args:
11845         Remove directsoundsink property doc as this sink use the mixer
11846         interface now.
11847         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11848         Add interfaces implemented by Windows sinks.
11849         * sys/directsound/gstdirectsoundsink.c:
11850         * sys/directsound/gstdirectsoundsink.h:
11851         Remove directsoundsink property  and implement the mixer interface.
11852         * win32/vs6/gst_plugins_bad.dsw:
11853         * win32/vs6/libgstdirectsound.dsp:
11854         Update project files.
11855         * gst-libs/gst/dshow/gstdshow.cpp:
11856         * gst-libs/gst/dshow/gstdshow.h:
11857         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
11858         * gst-libs/gst/dshow/gstdshowfakesink.h:
11859         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
11860         * gst-libs/gst/dshow/gstdshowfakesrc.h:
11861         * gst-libs/gst/dshow/gstdshowinterface.cpp:
11862         * gst-libs/gst/dshow/gstdshowinterface.h:
11863         * win32/common/libgstdshow.def:
11864         * win32/vs6/libgstdshow.dsp:
11865         Add a new gst library which allow to create internal Direct Show
11866         graph (pipelines) to wrap Windows sources, decoders or encoders.
11867         It includes a DirectShow fake source and sink and utility functions.    
11868         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
11869         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
11870         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
11871         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
11872         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
11873         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
11874         * win32/vs6/libdshowsrcwrapper.dsp:
11875         Add a new plugin to wrap DirectShow sources on Windows.
11876         It gets data from any webcam, dv cam, micro. We could add 
11877         tv tunner card later.
11878         
11879 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
11880
11881         Patch by René Stadler <mail at renestadler dot de>:
11882
11883         * ext/sdl/sdlvideosink.c:
11884         Separate the authors by newlines instead of nothing. Fixes #440774.
11885
11886 2007-05-23  Wim Taymans  <wim@fluendo.com>
11887
11888         * docs/plugins/inspect/plugin-rtpmanager.xml:
11889         Add doc xml file.
11890
11891 2007-05-23  Wim Taymans  <wim@fluendo.com>
11892
11893         * docs/plugins/Makefile.am:
11894         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11895         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11896         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
11897         * gst/rtpmanager/gstrtpbin.h:
11898         * gst/rtpmanager/gstrtpclient.c:
11899         * gst/rtpmanager/gstrtpjitterbuffer.c:
11900         (gst_rtp_jitter_buffer_class_init),
11901         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11902         * gst/rtpmanager/gstrtpjitterbuffer.h:
11903         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
11904         (gst_rtp_pt_demux_clear_pt_map):
11905         * gst/rtpmanager/gstrtpptdemux.h:
11906         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11907         (rtcp_thread), (gst_rtp_session_clear_pt_map):
11908         * gst/rtpmanager/gstrtpsession.h:
11909         * gst/rtpmanager/gstrtpssrcdemux.c:
11910         (gst_rtp_ssrc_demux_class_init):
11911         Document stuff.
11912         Add clear-pt-map action signal where needed.
11913
11914 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
11915
11916         * configure.ac:
11917           Depend on gstreamer-0.10.12.1.
11918         
11919         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11920           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11921           parent_class, gst_iir_equalizer_band_set_property,
11922           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11923           gst_iir_equalizer_child_proxy_get_child_by_index,
11924           gst_iir_equalizer_child_proxy_get_children_count,
11925           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
11926           gst_iir_equalizer_compute_frequencies,
11927           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
11928           plugin_init):
11929         * gst/equalizer/gstiirequalizer.h (audiofilter):
11930         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
11931           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
11932           gst_iir_equalizer_nbands_set_property):
11933           Use new locking macros.
11934
11935         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
11936           Add fixme.
11937
11938         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
11939           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
11940           gst_spectrum_event, gst_spectrum_transform_ip):
11941           Use new locking macros. Turn two fixed values into #defines.
11942
11943 2007-05-22  Edward Hervey  <edward@fluendo.com>
11944
11945         * docs/plugins/Makefile.am:
11946         Also look for .m (objectivec) files.
11947         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11948         * docs/plugins/gst-plugins-bad-plugins.args:
11949         * sys/osxvideo/osxvideosink.m:
11950         Add documentation for element and properties.
11951
11952 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
11953
11954         * ChangeLog:
11955           ChangeLog surgery.
11956         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11957           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11958           parent_class, gst_iir_equalizer_band_set_property,
11959           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11960           gst_iir_equalizer_child_proxy_get_child_by_index,
11961           gst_iir_equalizer_child_proxy_get_children_count,
11962           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
11963           gst_iir_equalizer_compute_frequencies, plugin_init):
11964         * tests/icles/equalizer-test.c:
11965           Add fixme and comment for example.
11966
11967 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
11968
11969         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
11970           gst_spectrum_event, gst_spectrum_transform_ip):
11971           Use lock to protect from concurrent access.
11972
11973 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
11974
11975         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
11976         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
11977         Specify and use properties as unsigned int that are an unsigned int.
11978
11979 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
11980
11981         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
11982         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
11983         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
11984         * ext/wavpack/gstwavpackenc.h:
11985         Fixup docs, make the bitrate property an int as it should be and
11986         allow to set the different extra processing modes instead of only
11987         allowing none and the default one.
11988
11989 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
11990
11991         * ext/wavpack/gstwavpackenc.c:
11992         Add missing audioconverts in the example pipelines of wavpackenc. As
11993         the wavpack stuff now needs input with 32 bit width (and random depth)
11994         this is needed now. The example pipelines for the parser and decoder
11995         are still fine.
11996
11997 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11998
11999         * docs/plugins/Makefile.am:
12000         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12001           Fix docs build and hierarchy.
12002
12003 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12004
12005         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
12006         (gst_directdraw_sink_buffer_alloc),
12007         (gst_directdraw_sink_get_ddrawcaps),
12008         (gst_directdraw_sink_surface_create):
12009           Bunch of small fixes: remove static function that doesn't exist;
12010           declare another one that does; printf format fix; use right macro
12011           when specifying debug category; remove a bunch of unused variables;
12012           #if 0 out an unused chunk of code (partially fixes #439914).
12013
12014 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12015
12016         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
12017         * gst/switch/gstswitch.c: (gst_switch_chain):
12018           Printf format fixes (#439910, #439911).
12019
12020 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12021
12022         * tests/check/Makefile.am:
12023           Remove bits for deinterleave check which isn't in CVS yet.
12024
12025 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12026
12027         Patch by: René Stadler <mail at renestadler de>
12028
12029         * docs/plugins/Makefile.am:
12030         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12031         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12032         * docs/plugins/inspect/plugin-replaygain.xml:
12033         * gst/replaygain/Makefile.am:
12034         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
12035         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
12036         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
12037         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
12038         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
12039         (gst_rg_analysis_album_result):
12040         * gst/replaygain/gstrganalysis.h:
12041         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
12042         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
12043         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
12044         (gst_rg_limiter_transform_ip):
12045         * gst/replaygain/gstrglimiter.h:
12046         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
12047         (gst_rg_volume_class_init), (gst_rg_volume_init),
12048         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
12049         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
12050         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
12051         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
12052         (gst_rg_volume_determine_gain):
12053         * gst/replaygain/gstrgvolume.h:
12054         * gst/replaygain/replaygain.c: (plugin_init):
12055         * gst/replaygain/replaygain.h:
12056         * gst/replaygain/rganalysis.h:
12057         * tests/check/Makefile.am:
12058         * tests/check/elements/.cvsignore:
12059         * tests/check/elements/rganalysis.c: (send_eos_event),
12060         (GST_START_TEST):
12061         * tests/check/elements/rglimiter.c: (setup_rglimiter),
12062         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
12063         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
12064         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
12065         (cleanup_rgvolume), (set_playing_state), (set_null_state),
12066         (send_eos_event), (send_tag_event), (test_buffer_new),
12067         (fail_unless_target_gain), (fail_unless_result_gain),
12068         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
12069           Add replaygain playback elements (#412710).
12070
12071 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
12072
12073         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
12074         Update the cached caps after opening the display so that we report
12075         only the supported caps formats, not just the template caps.
12076         Fixes: #439405
12077
12078 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
12079
12080         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
12081           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
12082         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
12083           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
12084         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
12085           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
12086           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
12087           GST_DEBUG_FUNCPTR and add log-category.
12088
12089 2007-05-17  Edward Hervey  <edward@fluendo.com>
12090
12091         * sys/osxvideo/osxvideosink.h:
12092         * sys/osxvideo/osxvideosink.m:
12093         Remove the event-loop-in-separate-thread modifications, because MacOSX
12094         is $#@(*%$# ! For those wondering, the event handling needs to be done
12095         in the main thread after all..
12096
12097 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12098
12099         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
12100           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
12101           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
12102           gst_switch_chain, gst_switch_event, gst_switch_set_property,
12103           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
12104           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
12105           gst_switch_base_init, gst_switch_class_init):
12106         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
12107           stop_value, start_value, current_start, last_ts, stored_buffers):
12108         Add handling of application provided stop and start values, allowing
12109         A/V sync across 2 switch elements.
12110
12111 2007-05-17  Edward Hervey  <edward@fluendo.com>
12112
12113         * sys/osxvideo/osxvideosink.h:
12114         * sys/osxvideo/osxvideosink.m:
12115         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
12116         Use a separate thread/task for the cocoa event_loop, else it wouldn't
12117         stop.
12118
12119 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12120
12121         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
12122         (gst_real_audio_dec_setcaps):
12123         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
12124           Don't crash when we get a buffer and our input caps haven't been set
12125           yet; also, don't leak all the input buffers (realaudiodec only).
12126
12127 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12128
12129         patch by: Stanislav Brabec <sbrabec@suse.cz>
12130
12131         * configure.ac:
12132         * ext/amrwb/Makefile.am:
12133         * ext/amrwb/amrwb-code/Makefile.am:
12134         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
12135         * ext/amrwb/amrwb-code/amrwb/README:
12136         * ext/amrwb/gstamrwbdec.c:
12137         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
12138         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
12139         * ext/amrwb/gstamrwbparse.c:
12140         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
12141         * gst-libs/Makefile.am:
12142         * gst-libs/ext/Makefile.am:
12143         * gst-libs/ext/amrwb/Makefile.am:
12144         * gst-libs/ext/amrwb/README:
12145           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
12146
12147 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12148
12149         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
12150           This needs a version check.
12151
12152         * gst/bayer/Makefile.am:
12153           Fix the build.
12154
12155 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12156
12157         * configure.ac:
12158         * sys/directdraw/Makefile.am:
12159         * sys/directsound/Makefile.am:
12160           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
12161           and restore the various flags in the directdraw/directsound
12162           detection section. Apparently improves cross-compiling for win32
12163           with mingw32 under some circumstances (#437539).
12164
12165 2007-05-15  Wim Taymans  <wim@fluendo.com>
12166
12167         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12168         We always use fixed caps.
12169
12170 2007-05-14  David Schleef  <ds@schleef.org>
12171
12172         * gst/rtpmanager/gstrtpbin.c:
12173           g_hash_table_remove_all() only exists in 2.12.  Work around.
12174
12175 2007-05-14  David Schleef  <ds@schleef.org>
12176
12177         * configure.ac:
12178         * gst/bayer/Makefile.am:
12179         * gst/bayer/gstbayer.c:
12180         * gst/bayer/gstbayer2rgb.c:
12181           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
12182           Partial fix for #314160.
12183
12184 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12185
12186         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
12187           ARG_LAST_TS, parent_class, gst_switch_release_pad,
12188           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12189           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
12190           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
12191         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
12192           current_start, last_ts):
12193         Allow application to provide a stop timestamp, so a new segment
12194         update can be sent before switching.
12195
12196 2007-05-14  Wim Taymans  <wim@fluendo.com>
12197
12198         * gst/rtpmanager/async_jitter_queue.c:
12199         (async_jitter_queue_set_flushing_unlocked):
12200         Fix leak when flushing.
12201
12202         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
12203         (gst_rtp_bin_class_init):
12204         * gst/rtpmanager/gstrtpbin.h:
12205         Add clear-pt-map signal.
12206
12207         * gst/rtpmanager/gstrtpjitterbuffer.c:
12208         (gst_rtp_jitter_buffer_flush_stop),
12209         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
12210         Init clock-rate to -1 to mark unknow clock rate.
12211         Fix flushing.
12212
12213 2007-05-13  David Schleef  <ds@schleef.org>
12214
12215         * gst/replaygain/rganalysis.c:
12216           Fix wrong ifdef for visual C++.  Fixes: #437403.
12217           By Ali Sabil <ali.sabil@gmail.com>.
12218
12219 2007-05-12  David Schleef  <ds@schleef.org>
12220
12221         * ext/neon/gstneonhttpsrc.c:
12222           Make redirection the default behavior.  Fixes #413818.
12223
12224 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12225
12226         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
12227           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
12228           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
12229           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
12230           qtdemux_parse_segments, qtdemux_parse_trak):
12231         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
12232           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
12233           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
12234           rtp_session_get_location, rtp_session_get_tool,
12235           rtp_session_process_bye, session_report_blocks):
12236         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
12237           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
12238           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
12239
12240         * gst/switch/Makefile.am:
12241           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
12242
12243 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12244
12245         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
12246           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
12247           async_jitter_queue_set_low_threshold,
12248           async_jitter_queue_length_ts_units_unlocked,
12249           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
12250           async_jitter_queue_lock, async_jitter_queue_push,
12251           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
12252           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
12253           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
12254           async_jitter_queue_set_flushing_unlocked,
12255           async_jitter_queue_unset_flushing_unlocked):
12256           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
12257
12258 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12259
12260         * common/m4/gst-x11.m4:
12261           Restore CFLAGS and LIBS.
12262
12263         * configure.ac:
12264           Revert previous patch.
12265
12266 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12267
12268         Patch by: Ali Sabil <ali.sabil@gmail.com>
12269
12270         * configure.ac:
12271           Save and restore CFLAGS for OpenGL check. Fixes #437260.
12272         
12273
12274 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
12275
12276         * docs/plugins/gst-plugins-bad-plugins.args:
12277         Add directraw and directsound sinks properties.
12278
12279 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12280
12281         * configure.ac:
12282           Fix --disable-external (hopefully).
12283
12284 2007-05-09  Wim Taymans  <wim@fluendo.com>
12285
12286         * gst/rtpmanager/gstrtpjitterbuffer.c:
12287         (gst_rtp_jitter_buffer_query):
12288         Pass queries upstream.
12289
12290 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
12291
12292         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
12293         (gst_real_audio_dec_finalize):
12294         * gst/real/gstrealaudiodec.h:
12295         * gst/real/gstrealvideodec.c: (open_library), (close_library):
12296         * gst/real/gstrealvideodec.h:
12297           Use GModule instead of using dlsym() directly. Fixes #430598.
12298
12299 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
12300
12301         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12302         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12303         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12304           Add docs for Windows sinks.
12305
12306 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12307
12308         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
12309         (speed_chain), (speed_change_state):
12310           Fix event handling a bit by replacing completely dubious code
12311           written by someone else with completely dubious code written
12312           by me. Should at least fix #412077 though.
12313
12314 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12315
12316         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
12317         (plugin_init):
12318           Add debug category; use gst_pad_query_peer_*() utility functions;
12319           use gst_util_scale*(); add gtk-doc blurb.
12320
12321 2007-05-04  Wim Taymans  <wim@fluendo.com>
12322
12323         * gst/rtpmanager/gstrtpjitterbuffer.c:
12324         (gst_rtp_jitter_buffer_query):
12325         Add some debug info.
12326
12327         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12328         (rtp_session_send_rtp):
12329         Store real user name in the session.
12330
12331 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
12332
12333         * configure.ac:
12334         * examples/Makefile.am:
12335         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12336           last_message_received, main):
12337         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12338           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12339           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12340           gst_switch_set_property, gst_switch_get_property,
12341           gst_switch_get_linked_pad, gst_switch_getcaps,
12342           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12343           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12344           gst_switch_class_init):
12345         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12346           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12347           need_to_send_newsegment):
12348         Port switch element and example program to 0.10.
12349
12350 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12351
12352         * ext/wavpack/gstwavpack.c: (plugin_init):
12353         Call bindtextdomain() to get localized strings.
12354         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12355         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12356         (gst_wavpack_parse_handle_seek_event),
12357         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12358         * ext/wavpack/gstwavpackparse.h:
12359         Handle DISCONT buffers by correctly setting the DISCONT flag
12360         on outgoing buffers when necessary.
12361         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12362         Send newsegment from the streaming thread.
12363
12364 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12365
12366         * ext/wavpack/gstwavpackparse.c:
12367         (gst_wavpack_parse_handle_seek_event):
12368         Remove old workaround that was needed when seeking after the last
12369         sample. With the fixed error handling this works now as expected
12370         without pushing the last sample although it wasn't requested.
12371
12372 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12373
12374         * ext/wavpack/gstwavpackparse.c:
12375         (gst_wavpack_parse_handle_seek_event):
12376         Handle segment seeks in the seek event handler, correctly work with
12377         stop position == -1 and instead of stopping the task on seek just
12378         pause it.
12379
12380 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12381
12382         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12383         Add handling for segment seeks.
12384
12385 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12386
12387         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12388         (gst_wavpack_parse_create_src_pad),
12389         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12390         (gst_wavpack_parse_chain):
12391         Correctly handle errors, especially in the loop function. Before it
12392         was easy to get the task paused but no error being posted on the bus.
12393
12394 2007-04-30  Wim Taymans  <wim@fluendo.com>
12395
12396         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12397         (async_jitter_queue_pop_intern_unlocked):
12398         Fix the case where the buffer underruns and does not block.
12399
12400         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12401         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12402         (gst_rtp_bin_request_new_pad):
12403         Rename RTCP send pad, like in the session manager.
12404         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12405         fix handling of send_rtp_src pad.
12406
12407         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12408         When no pt map could be found, fall back to the sinkpad caps.
12409
12410         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12411         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12412         (create_recv_rtcp_sink), (create_send_rtp_sink),
12413         (create_send_rtcp_src):
12414         Fix pad names.
12415
12416         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12417         (rtp_session_create_source), (rtp_session_process_sr),
12418         (rtp_session_send_rtp), (session_start_rtcp):
12419         * gst/rtpmanager/rtpsession.h:
12420         Unlock session when performing a callback.
12421         Add callbacks for the internal session object.
12422         Fix sending of RTP packets.
12423         first attempt at adding NTP times in the SR packets.
12424         Small debug and doc improvements.
12425
12426         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12427         Update stats for SR reports.
12428
12429 2007-04-29  Wim Taymans  <wim@fluendo.com>
12430
12431         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12432         Remove debug.
12433
12434         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12435         (rtp_session_process_sdes), (calculate_rtcp_interval),
12436         (rtp_session_next_timeout), (session_report_blocks):
12437         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12438         Improve debugging
12439         Fix interval for BYE/RTCP packets.
12440
12441 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12442
12443         * docs/plugins/gst-plugins-bad-plugins.args:
12444         * docs/plugins/gst-plugins-bad-plugins.signals:
12445           Commit result of running scanobj-update
12446
12447 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12448
12449         * autogen.sh:
12450           Require automake 1.7
12451         * ext/alsaspdif/Makefile.am:
12452         * ext/divx/Makefile.am:
12453         * ext/ivorbis/Makefile.am:
12454         * ext/musicbrainz/Makefile.am:
12455         * ext/neon/Makefile.am:
12456         * ext/sdl/Makefile.am:
12457         * ext/swfdec/Makefile.am:
12458         * ext/theora/Makefile.am:
12459         * ext/wavpack/Makefile.am:
12460         * ext/xvid/Makefile.am:
12461         * gst/modplug/Makefile.am:
12462           Fix up Makefile.am accordingly.
12463
12464 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12465
12466         * docs/plugins/inspect/plugin-alsaspdif.xml:
12467         * docs/plugins/inspect/plugin-bz2.xml:
12468         * docs/plugins/inspect/plugin-cdxaparse.xml:
12469         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12470         * docs/plugins/inspect/plugin-faac.xml:
12471         * docs/plugins/inspect/plugin-faad.xml:
12472         * docs/plugins/inspect/plugin-filter.xml:
12473         * docs/plugins/inspect/plugin-freeze.xml:
12474         * docs/plugins/inspect/plugin-glimagesink.xml:
12475         * docs/plugins/inspect/plugin-gsm.xml:
12476         * docs/plugins/inspect/plugin-h264parse.xml:
12477         * docs/plugins/inspect/plugin-jack.xml:
12478         * docs/plugins/inspect/plugin-mms.xml:
12479         * docs/plugins/inspect/plugin-modplug.xml:
12480         * docs/plugins/inspect/plugin-musepack.xml:
12481         * docs/plugins/inspect/plugin-musicbrainz.xml:
12482         * docs/plugins/inspect/plugin-neon.xml:
12483         * docs/plugins/inspect/plugin-nsfdec.xml:
12484         * docs/plugins/inspect/plugin-replaygain.xml:
12485         * docs/plugins/inspect/plugin-sdl.xml:
12486         * docs/plugins/inspect/plugin-soundtouch.xml:
12487         * docs/plugins/inspect/plugin-spectrum.xml:
12488         * docs/plugins/inspect/plugin-speed.xml:
12489         * docs/plugins/inspect/plugin-tta.xml:
12490         * docs/plugins/inspect/plugin-videocrop.xml:
12491         * docs/plugins/inspect/plugin-wavpack.xml:
12492         * docs/plugins/inspect/plugin-xingheader.xml:
12493         * docs/plugins/inspect/plugin-xvid.xml:
12494           Add jack and update.
12495
12496 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12497
12498         * configure.ac:
12499           Don't build equalizer unless we have core from CVS (it won't
12500           work with earlier versions due to GstChildProxy brokeness).
12501           Also up requirements to last released core/base.
12502
12503 2007-04-27  Wim Taymans  <wim@fluendo.com>
12504
12505         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12506         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12507         Move reconsideration code to the rtpsession object.
12508         Simplify timout handling and add reconsideration.
12509
12510         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12511         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12512         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12513         (obtain_source), (rtp_session_create_source),
12514         (update_arrival_stats), (rtp_session_process_rtp),
12515         (rtp_session_process_sr), (rtp_session_process_rr),
12516         (rtp_session_process_bye), (rtp_session_process_rtcp),
12517         (calculate_rtcp_interval), (rtp_session_send_bye),
12518         (rtp_session_next_timeout), (session_start_rtcp),
12519         (session_report_blocks), (session_cleanup), (session_sdes),
12520         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12521         * gst/rtpmanager/rtpsession.h:
12522         Handle timeout of inactive sources and senders.
12523         Implement BYE scheduling.
12524
12525         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12526         (rtp_source_process_sr), (rtp_source_get_last_sr),
12527         (rtp_source_get_last_rb):
12528         * gst/rtpmanager/rtpsource.h:
12529         Add members to check for timeouts.
12530
12531         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12532         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12533         (rtp_stats_calculate_bye_interval):
12534         * gst/rtpmanager/rtpstats.h:
12535         Use RFC algorithm for calculating the reporting interval.
12536
12537 2007-04-26  Edward Hervey  <edward@fluendo.com>
12538
12539         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12540         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12541         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12542         * docs/plugins/inspect/plugin-osxvideo.xml:
12543         Add documentation for osxvideo
12544
12545 2007-04-25  Wim Taymans  <wim@fluendo.com>
12546
12547         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12548         Implement forward and reverse reconsideration.
12549
12550         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
12551         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
12552         (session_report_blocks):
12553         * gst/rtpmanager/rtpsession.h:
12554         Small cleanups.
12555
12556 2007-04-25  Wim Taymans  <wim@fluendo.com>
12557
12558         reviewed by: <delete if not using a buddy>
12559
12560         * gst/rtpmanager/gstrtpbin.c: (create_stream),
12561         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
12562         (gst_rtp_bin_get_property):
12563         * gst/rtpmanager/gstrtpbin.h:
12564         Make default jitterbuffer latency configurable.
12565
12566         * gst/rtpmanager/gstrtpjitterbuffer.c:
12567         (gst_rtp_jitter_buffer_class_init),
12568         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
12569         (gst_rtp_jitter_buffer_set_property),
12570         (gst_rtp_jitter_buffer_get_property):
12571         Debuging cleanups.
12572
12573 2007-04-25  Wim Taymans  <wim@fluendo.com>
12574
12575         * gst/rtpmanager/gstrtpjitterbuffer.c:
12576         (gst_rtp_jitter_buffer_change_state):
12577         Report NO_PREROLL when going to PAUSED.
12578
12579         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12580         Don't send RTCP right before we are shutting down.
12581
12582         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
12583         (rtp_session_process_sr), (session_report_blocks),
12584         (rtp_session_perform_reporting):
12585         Improve report blocks.
12586
12587         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
12588         (rtp_source_process_rtp), (rtp_source_process_sr),
12589         (rtp_source_process_rb), (rtp_source_get_last_sr),
12590         (rtp_source_get_last_rb):
12591         * gst/rtpmanager/rtpsource.h:
12592         * gst/rtpmanager/rtpstats.h:
12593         Cleanups, add methods to access stats. 
12594
12595 2007-04-25  Wim Taymans  <wim@fluendo.com>
12596
12597         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12598         fix for pad name change
12599
12600         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12601         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
12602         Fix for renamed methods.
12603
12604         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12605         (rtp_session_finalize), (rtp_session_set_cname),
12606         (rtp_session_get_cname), (rtp_session_set_name),
12607         (rtp_session_get_name), (rtp_session_set_email),
12608         (rtp_session_get_email), (rtp_session_set_phone),
12609         (rtp_session_get_phone), (rtp_session_set_location),
12610         (rtp_session_get_location), (rtp_session_set_tool),
12611         (rtp_session_get_tool), (rtp_session_set_note),
12612         (rtp_session_get_note), (source_push_rtp), (obtain_source),
12613         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
12614         (rtp_session_create_source), (rtp_session_process_rtp),
12615         (rtp_session_process_sr), (rtp_session_process_sdes),
12616         (rtp_session_process_rtcp), (rtp_session_send_rtp),
12617         (rtp_session_get_reporting_interval), (session_report_blocks),
12618         (session_sdes), (rtp_session_perform_reporting):
12619         * gst/rtpmanager/rtpsession.h:
12620         Prepare for implementing SSRC sampling.
12621         Create SSRC for the session. 
12622         Add methods to set the SDES entries.
12623         fix accounting of senders/receivers.
12624         Implement SR/RR/SDES RTCP reporting.
12625
12626         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
12627         (rtp_source_process_rtp), (rtp_source_process_sr):
12628         * gst/rtpmanager/rtpsource.h:
12629         Implement extended sequence number.
12630
12631         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12632         * gst/rtpmanager/rtpstats.h:
12633         Rename some fields.
12634
12635 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
12636
12637         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
12638         (gst_y4m_encode_setcaps):
12639         * tests/check/elements/y4menc.c: (GST_START_TEST):
12640           Plug some leaks; try to make build bot happy again.
12641
12642 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12643
12644         * gst/Makefile.am:
12645           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
12646
12647 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12648
12649         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
12650           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
12651
12652 2007-04-20  Michael Smith  <msmith@fluendo.com>
12653
12654         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
12655           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
12656           quicktime because of sample rate mismatches.
12657           Reenable overriding the implicit SBR behaviour (accidently changed?)
12658           to allow playback of these files.
12659
12660 2007-04-19  David Schleef  <ds@schleef.org>
12661
12662         * configure.ac:
12663           Change rtpmanager disabling to keep -bad releasable.
12664
12665 2007-04-18  David Schleef  <ds@schleef.org>
12666
12667         * configure.ac:
12668         * gst/Makefile.am:
12669           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
12670           line 268.
12671
12672 2007-04-18  Wim Taymans  <wim@fluendo.com>
12673
12674         * gst/Makefile.am:
12675         Add rtpmanager dir to dist.
12676
12677 2007-04-18  Wim Taymans  <wim@fluendo.com>
12678
12679         * configure.ac:
12680         Disable rtpmanager for now because it depends on CVS -base.
12681
12682         * gst/rtpmanager/Makefile.am:
12683         Added new files for session manager.
12684
12685         * gst/rtpmanager/gstrtpjitterbuffer.h:
12686         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12687         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
12688         Some cleanups. 
12689         the session manager can now also request a pt-map.
12690
12691         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12692         (gst_rtp_session_class_init), (gst_rtp_session_init),
12693         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
12694         (stop_rtcp_thread), (gst_rtp_session_change_state),
12695         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
12696         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
12697         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
12698         (gst_rtp_session_chain_recv_rtp),
12699         (gst_rtp_session_event_recv_rtcp_sink),
12700         (gst_rtp_session_chain_recv_rtcp),
12701         (gst_rtp_session_event_send_rtp_sink),
12702         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
12703         (gst_rtp_session_request_new_pad):
12704         * gst/rtpmanager/gstrtpsession.h:
12705         We can ask for pt-map now too when the session manager needs it.
12706         Hook up to the new session manager, implement the needed callbacks for
12707         pushing data, getting clock time and requesting clock-rates.
12708         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
12709         be send to clients.
12710         Add code to start and stop the thread that will schedule RTCP through
12711         the session manager.
12712
12713         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12714         (rtp_session_init), (rtp_session_finalize),
12715         (rtp_session_set_property), (rtp_session_get_property),
12716         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
12717         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
12718         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
12719         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
12720         (source_push_rtp), (source_clock_rate), (check_collision),
12721         (obtain_source), (rtp_session_add_source),
12722         (rtp_session_get_num_sources),
12723         (rtp_session_get_num_active_sources),
12724         (rtp_session_get_source_by_ssrc),
12725         (rtp_session_get_source_by_cname), (rtp_session_create_source),
12726         (update_arrival_stats), (rtp_session_process_rtp),
12727         (rtp_session_process_sr), (rtp_session_process_rr),
12728         (rtp_session_process_sdes), (rtp_session_process_bye),
12729         (rtp_session_process_app), (rtp_session_process_rtcp),
12730         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
12731         (rtp_session_produce_rtcp):
12732         * gst/rtpmanager/rtpsession.h:
12733         The advanced beginnings of the main session manager that handles the
12734         participant database of RTPSources, SSRC probation, SSRC collisions,
12735         parse RTCP to update source stats. etc..
12736
12737         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
12738         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
12739         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
12740         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
12741         (push_packet), (get_clock_rate), (calculate_jitter),
12742         (rtp_source_process_rtp), (rtp_source_process_bye),
12743         (rtp_source_send_rtp), (rtp_source_process_sr),
12744         (rtp_source_process_rb):
12745         * gst/rtpmanager/rtpsource.h:
12746         Object that encapsulates an SSRC and its state in the database.
12747         Calculates the jitter and transit times of data packets.
12748
12749         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12750         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
12751         * gst/rtpmanager/rtpstats.h:
12752         Various stats regarding the session and sources.
12753         Used to calculate the RTCP interval.
12754
12755 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12756
12757         * gst/app/Makefile.am:
12758           Fix CFLAGS and hopefully #430594.
12759
12760 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12761
12762         * gst/nsf/types.h:
12763           Rename #ifndef header guard symbol to something less generic, so
12764           types.h doesn't get skipped over when compiling on MingW. Include
12765           GLib headers and use those to set the endianness and the basic
12766           types so that this isn't entirely broken for non-x86 architectures.
12767
12768 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12769
12770         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
12771           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
12772           MingW (no idea though why we add a BYTE_ORDER endianness field if
12773           the audio is compressed).
12774
12775 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
12776
12777         * docs/plugins/inspect/plugin-directdraw.xml:
12778         * docs/plugins/inspect/plugin-directsound.xml:
12779         * docs/plugins/inspect/plugin-waveform.xml:
12780           Add xml doc files for Windows sinks
12781         * win32/vs6/libgstqtdemux.dsp:
12782         * win32/vs6/libgstmpegvideoparse.dsp:
12783         * win32/vs6/gst_plugins_bad.dsw:
12784          Update projects files.
12785         
12786 2007-04-13  Wim Taymans  <wim@fluendo.com>
12787
12788         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12789         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
12790         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
12791         * gst/rtpmanager/gstrtpbin.h:
12792         * gst/rtpmanager/gstrtpclient.c:
12793         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12794         (gst_rtp_session_init), (gst_rtp_session_finalize),
12795         (gst_rtp_session_event_recv_rtp_sink),
12796         (gst_rtp_session_event_recv_rtcp_sink),
12797         (gst_rtp_session_chain_recv_rtcp),
12798         (gst_rtp_session_request_new_pad):
12799         Protect lists and structures with locks.
12800         Return FLOW_OK from RTCP messages for now.
12801
12802 2007-04-12  Wim Taymans  <wim@fluendo.com>
12803
12804         * gst/qtdemux/qtdemux.c:
12805         Make timescale 32 bits again so we don't screw up the pts_offset
12806         calculations.
12807
12808 2007-04-12  Wim Taymans  <wim@fluendo.com>
12809
12810         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12811         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
12812         Emit pt map requests and cache results.
12813
12814         * gst/rtpmanager/gstrtpjitterbuffer.c:
12815         (gst_rtp_jitter_buffer_class_init),
12816         (gst_jitter_buffer_sink_parse_caps),
12817         (gst_jitter_buffer_sink_setcaps),
12818         (gst_rtp_jitter_buffer_get_clock_rate),
12819         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
12820         * gst/rtpmanager/gstrtpjitterbuffer.h:
12821         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12822         Emit request-pt-map signals.
12823
12824 2007-04-11  Wim Taymans  <wim@fluendo.com>
12825
12826         * gst/rtpmanager/gstrtpbin-marshal.list:
12827         Some more custom marshallers.
12828
12829         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12830         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
12831         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
12832         * gst/rtpmanager/gstrtpbin.h:
12833         Prepare for caching pt maps.
12834         Connect to signals to collect pt maps.
12835
12836         * gst/rtpmanager/gstrtpjitterbuffer.c:
12837         (gst_rtp_jitter_buffer_class_init),
12838         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
12839         * gst/rtpmanager/gstrtpjitterbuffer.h:
12840         Add request_clock_rate signal.
12841         Use scale insteat of scale_int because the later does not deal with
12842         negative numbers.
12843
12844         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12845         (gst_rtp_pt_demux_chain):
12846         * gst/rtpmanager/gstrtpptdemux.h:
12847         Implement request-pt-map signal.
12848
12849 2007-04-11  Wim Taymans  <wim@fluendo.com>
12850
12851         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
12852         (qtdemux_parse_samples), (qtdemux_parse_segments),
12853         (qtdemux_parse_trak), (qtdemux_parse_tree):
12854         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
12855         Handle version 1 mdhd atoms to get extended precision durations.
12856         Fixes #426972.
12857
12858 2007-04-10  Wim Taymans  <wim@fluendo.com>
12859
12860         * gst/rtpmanager/.cvsignore:
12861         * gst/rtpmanager/Makefile.am:
12862         * gst/rtpmanager/gstrtpbin-marshal.list:
12863         Added custom marshallers for signals.
12864
12865         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12866         * gst/rtpmanager/gstrtpbin.h:
12867         Prepare for emiting pt map signals.
12868
12869         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
12870         * gst/rtpmanager/gstrtpssrcdemux.c:
12871         (gst_rtp_ssrc_demux_class_init):
12872         Fix signals.
12873
12874 2007-04-06  Wim Taymans  <wim@fluendo.com>
12875
12876         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
12877         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
12878         * gst/rtpmanager/gstrtpbin.h:
12879         Provide a clock.
12880
12881 2007-04-06  Wim Taymans  <wim@fluendo.com>
12882
12883         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12884         Fix pad template name parsing.
12885
12886 2007-04-05  Wim Taymans  <wim@fluendo.com>
12887
12888         * gst/rtpmanager/gstrtpjitterbuffer.c:
12889         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
12890         (gst_rtp_jitter_buffer_loop):
12891         Add some debug and comments.
12892         Fix double unref() in error cases.
12893
12894 2007-04-05  Wim Taymans  <wim@fluendo.com>
12895
12896         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
12897         (gst_rtp_xqt_depay_change_state):
12898         * gst/qtdemux/gstrtpxqtdepay.h:
12899         Try to recover from packet loss a little better.
12900
12901 2007-04-05  Wim Taymans  <wim@fluendo.com>
12902
12903         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12904         (create_session), (find_stream_by_ssrc), (create_stream),
12905         (gst_rtp_bin_class_init), (new_payload_found),
12906         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
12907         (create_send_rtp), (create_rtcp):
12908         * gst/rtpmanager/gstrtpbin.h:
12909         Add debugging category.
12910         Added RTPStream to manage stream per SSRC, each with its own
12911         jitterbuffer and ptdemux.
12912         Added SSRCDemux.
12913         Connect to various SSRC and PT signals and create ghostpads, link stuff.
12914
12915
12916         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12917         Added rtpbin to elements.
12918
12919         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12920         Fix caps and forward GstFlowReturn
12921
12922         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12923         (gst_rtp_session_event_recv_rtp_sink),
12924         (gst_rtp_session_chain_recv_rtp),
12925         (gst_rtp_session_event_recv_rtcp_sink),
12926         (gst_rtp_session_chain_recv_rtcp),
12927         (gst_rtp_session_event_send_rtp_sink),
12928         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
12929         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
12930         (gst_rtp_session_request_new_pad):
12931         Add debug category.
12932         Add event handling
12933
12934         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
12935         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
12936         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
12937         (gst_rtp_ssrc_demux_change_state):
12938         * gst/rtpmanager/gstrtpssrcdemux.h:
12939         Add debug category.
12940         Add new-pt-pad signal.
12941
12942 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12943
12944         submitted by: Mogens Jaeger <mogens@jaeger.tf>
12945
12946         * po/LINGUAS:
12947         * po/da.po:
12948           Added Danish translation.
12949
12950 2007-04-04  Wim Taymans  <wim@fluendo.com>
12951
12952         * gst/rtpmanager/Makefile.am:
12953         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12954         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
12955         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
12956         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
12957         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
12958         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
12959         (gst_rtp_ssrc_demux_change_state):
12960         * gst/rtpmanager/gstrtpssrcdemux.h:
12961         Added simple SSRC demuxer.
12962
12963 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
12964
12965         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
12966         (gst_jack_ring_buffer_acquire):
12967           Try t better name clients. properly handle return codes when re-
12968           establishing links.
12969
12970 2007-04-03  David Schleef  <ds@schleef.org>
12971
12972         * sys/glsink/glimagesink.c:
12973           Fix handling of video/x-raw-yuv.  Add overlay handling.
12974
12975 2007-04-03  Wim Taymans  <wim@fluendo.com>
12976
12977         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12978         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
12979         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12980         (gst_rtp_bin_request_new_pad):
12981         * gst/rtpmanager/gstrtpbin.h:
12982         * gst/rtpmanager/gstrtpclient.c:
12983         Some more ghostpad magic.
12984
12985 2007-04-03  Wim Taymans  <wim@fluendo.com>
12986
12987         * gst/rtpmanager/Makefile.am:
12988         Add .h file so it can be disted properly.
12989
12990 2007-04-03  Wim Taymans  <wim@fluendo.com>
12991
12992         * configure.ac:
12993         * gst/rtpmanager/Makefile.am:
12994         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
12995         (signal_waiting_threads), (async_jitter_queue_ref),
12996         (async_jitter_queue_ref_unlocked),
12997         (async_jitter_queue_set_low_threshold),
12998         (async_jitter_queue_set_high_threshold),
12999         (async_jitter_queue_set_max_queue_length),
13000         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
13001         (async_jitter_queue_length_ts_units_unlocked),
13002         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
13003         (async_jitter_queue_lock), (async_jitter_queue_unlock),
13004         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
13005         (async_jitter_queue_push_sorted),
13006         (async_jitter_queue_push_sorted_unlocked),
13007         (async_jitter_queue_insert_after_unlocked),
13008         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
13009         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
13010         (async_jitter_queue_length_unlocked),
13011         (async_jitter_queue_set_flushing_unlocked),
13012         (async_jitter_queue_unset_flushing_unlocked),
13013         (async_jitter_queue_set_blocking_unlocked):
13014         * gst/rtpmanager/async_jitter_queue.h:
13015         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
13016         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
13017         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
13018         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
13019         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
13020         * gst/rtpmanager/gstrtpbin.h:
13021         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
13022         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
13023         (gst_rtp_client_class_init), (gst_rtp_client_init),
13024         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
13025         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
13026         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
13027         * gst/rtpmanager/gstrtpclient.h:
13028         * gst/rtpmanager/gstrtpjitterbuffer.c:
13029         (gst_rtp_jitter_buffer_base_init),
13030         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
13031         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
13032         (gst_jitter_buffer_sink_setcaps), (free_func),
13033         (gst_rtp_jitter_buffer_flush_start),
13034         (gst_rtp_jitter_buffer_flush_stop),
13035         (gst_rtp_jitter_buffer_src_activate_push),
13036         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
13037         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
13038         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
13039         (gst_rtp_jitter_buffer_query),
13040         (gst_rtp_jitter_buffer_set_property),
13041         (gst_rtp_jitter_buffer_get_property):
13042         * gst/rtpmanager/gstrtpjitterbuffer.h:
13043         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13044         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
13045         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
13046         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
13047         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
13048         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
13049         (gst_rtp_pt_demux_change_state):
13050         * gst/rtpmanager/gstrtpptdemux.h:
13051         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
13052         (gst_rtp_session_class_init), (gst_rtp_session_init),
13053         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
13054         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
13055         (gst_rtp_session_chain_recv_rtp),
13056         (gst_rtp_session_chain_recv_rtcp),
13057         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13058         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13059         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
13060         * gst/rtpmanager/gstrtpsession.h:
13061         Add RTP session management elements. Still in progress.
13062
13063 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
13064
13065         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
13066         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
13067         (gst_wavpack_dec_clip_outgoing_buffer),
13068         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
13069         * ext/wavpack/gstwavpackdec.h:
13070         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
13071         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
13072         (gst_wavpack_enc_chain):
13073         * ext/wavpack/gstwavpackenc.h:
13074         * ext/wavpack/gstwavpackparse.c:
13075         Don't play audioconvert. As wavpack wants/outputs all samples with
13076         width==32 and depth=[1,32] accept this and let audioconvert convert
13077         to accepted formats instead of doing it in the element for n*8 depths.
13078         This also adds support for non-n*8 depths and prevents some useless
13079         memory allocations. Fixes #421598
13080         Also add a workaround for bug #421542 in wavpackenc for now...
13081         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
13082         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
13083         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
13084         Consider the change above in the unit tests and test if the correct
13085         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
13086         the wavpackparse unit test.
13087
13088         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
13089         (gst_wavpack_dec_sink_set_caps):
13090         Set caps on the src pad as soon as possible.
13091
13092         * ext/wavpack/gstwavpackdec.h:
13093         * ext/wavpack/gstwavpackcommon.h:
13094         * ext/wavpack/gstwavpackenc.h:
13095         * ext/wavpack/gstwavpackparse.h:
13096         Fix indention. gst-indent is now called by cicl.
13097
13098 2007-03-28  Edward Hervey  <edward@fluendo.com>
13099
13100         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
13101         (gst_qtdemux_chain), (qtdemux_parse_samples):
13102         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
13103         * gst/qtdemux/qtdemux_dump.h:
13104         * gst/qtdemux/qtdemux_fourcc.h:
13105         * gst/qtdemux/qtdemux_types.c:
13106         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
13107         with h264 video).
13108         Use the offset present in 'ctts' to calculate the PTS for each packet
13109         and set the PTS on outgoing buffers.
13110         Fixes #423283
13111
13112 2007-03-27  Julien MOUTTE  <julien@moutte.net>
13113
13114         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
13115         debug log and fix a stupid output buffer duration bug.
13116
13117 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
13118
13119         Patch by: Michal Benes <michal.benes at itonis tv>
13120         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
13121
13122         * configure.ac:
13123         * ext/Makefile.am:
13124         * ext/x264/Makefile.am:
13125         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
13126         (gst_x264_enc_analyse_get_type),
13127         (gst_x264_enc_timestamp_queue_init),
13128         (gst_x264_enc_timestamp_queue_free),
13129         (gst_x264_enc_timestamp_queue_put),
13130         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
13131         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
13132         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
13133         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
13134         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
13135         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
13136         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
13137         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
13138         (plugin_init):
13139         * ext/x264/gstx264enc.h:
13140           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
13141           handle 'odd' widths and heights correctly yet.
13142
13143 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
13144
13145         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
13146           Remove 'channel-positions' field when munging input caps into
13147           1-channel output caps (I guess technically we should set the
13148           position for each channel on the output caps if it's non-NONE,
13149           but I'll save that as a task for another day).
13150
13151 2007-03-23  Michael Smith  <msmith@fluendo.com>
13152
13153         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
13154         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
13155         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
13156         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
13157         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
13158         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
13159         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
13160         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
13161         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13162         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
13163         (vmnc_dec_set_property), (vmnc_dec_get_property):
13164           Redesign to include a parser for raw files (no timestamps in that
13165           mode yet, though).
13166
13167 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13168
13169         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
13170         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
13171         (gst_deinterleave_chain):
13172           Don't leak input buffer in chain function; maintain our own list of
13173           source pads - there are no guarantees about the order of the list
13174           in the GstElement struct, and we want a very specific order; lastly,
13175           some more debugging.
13176
13177 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13178
13179         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
13180           Alloc user agent string only once.
13181
13182 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13183
13184         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13185         Revert last commit, preventing infinite plugging loops with ranks
13186         is no clean solution and in general there's no reason why one wants
13187         to parse framed wavpack data again.
13188
13189 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13190
13191         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
13192         Send the new segment event in time format instead of bytes. This
13193         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
13194
13195         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13196         Accept framed and non-framed input, wavpackparse doesn't care. To
13197         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
13198         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
13199         ..." pipelines.
13200
13201 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13202
13203         * gst-libs/gst/app/Makefile.am:
13204           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
13205           can confirm that was what he wanted.
13206
13207 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13208
13209         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13210         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
13211         Thanks to Jan and Mike for noticing my mistake.
13212
13213 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13214
13215         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
13216         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
13217         (gst_wavpack_enc_rewrite_first_block):
13218         * ext/wavpack/gstwavpackenc.h:
13219         Put the write helpers into the GstWavpackEnc struct directly and not
13220         as a pointer to save two small, but useless mallocs. This also makes
13221         it possible to drop the finalize method.
13222         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
13223         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
13224         buffers the same way wavpackenc does it.
13225
13226 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13227
13228         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13229         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
13230         BaseTransform-based elements will likely break because of wrong
13231         unit-size. Also plug a possible memleak that happens when decoding
13232         fails for some reason.
13233
13234 2007-03-18  Wim Taymans  <wim@fluendo.com>
13235
13236         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
13237
13238         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
13239         Don't need to take the connection lock, it will not be used and could
13240         cause deadlocks.
13241
13242 2007-03-16  Edward Hervey  <edward@fluendo.com>
13243
13244         * sys/osxvideo/osxvideosink.m:
13245         Fix previous commit, we want to pass the NSView in the message.
13246
13247 2007-03-16  Edward Hervey  <edward@fluendo.com>
13248
13249         * sys/osxvideo/osxvideosink.m:
13250         Emit 'have-ns-view' message when working in embedded mode. The message
13251         will contain a pointer to the newly created NSView.
13252
13253 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13254
13255         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
13256         (collect_packets), (set_par_from_dar), (set_fps_from_code),
13257         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
13258         (mpeg_util_parse_picture_hdr):
13259         * gst/mpegvideoparse/mpegpacketiser.h:
13260         * gst/mpegvideoparse/mpegvideoparse.c:
13261         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
13262         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13263         (mpv_parse_sink_event), (plugin_init):
13264         * gst/mpegvideoparse/mpegvideoparse.h:
13265         Move the MPEG specific byte parsing into the mpegpacketiser code.
13266
13267         Add parsing of picture types, that just feeds into a debug message
13268         for now.
13269
13270         Fix some 64-bit format strings.
13271
13272 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13273
13274         * gst/mpegaudioparse:
13275         Remove empty dir.
13276
13277 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
13278
13279         * gst/equalizer/gstiirequalizer10bands.c:
13280         (gst_iir_equalizer_10bands_init):
13281           A 10 band EQ should be initialized to 10 bands and not to 3.
13282
13283 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13284
13285         * configure.ac:
13286         * gst/mpeg1videoparse/Makefile.am:
13287         * gst/mpeg1videoparse/gstmp1videoparse.c:
13288         * gst/mpeg1videoparse/gstmp1videoparse.h:
13289         * gst/mpeg1videoparse/mp1videoparse.vcproj:
13290         * gst/mpegvideoparse/Makefile.am:
13291         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
13292         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
13293         (mpeg_packetiser_flush), (mpeg_find_start_code),
13294         (get_next_free_block), (complete_current_block),
13295         (append_to_current_block), (start_new_block), (handle_packet),
13296         (collect_packets), (mpeg_packetiser_handle_eos),
13297         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
13298         * gst/mpegvideoparse/mpegpacketiser.h:
13299         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
13300         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
13301         (mpv_parse_reset), (gst_mpegvideoparse_init),
13302         (gst_mpegvideoparse_dispose), (set_par_from_dar),
13303         (set_fps_from_code), (mpegvideoparse_parse_seq),
13304         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
13305         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13306         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
13307         (plugin_init):
13308         * gst/mpegvideoparse/mpegvideoparse.h:
13309         * gst/mpegvideoparse/mpegvideoparse.vcproj:
13310         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
13311         that it's below existing decoders.
13312         
13313         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
13314         MPEG-2 now.
13315
13316         Re-write the parsing code so that it collects packets differently
13317         and timestamps Picture packets correctly.
13318
13319         Add a list of FIXME's at the top.
13320
13321 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13322
13323         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
13324         (equalizer_set_all_band_values),
13325         (equalizer_set_band_value_and_wait),
13326         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13327         (main):
13328           Port the example to new equalizer api.
13329
13330 2007-03-14  Edward Hervey  <edward@fluendo.com>
13331
13332         * sys/osxvideo/cocoawindow.h:
13333         * sys/osxvideo/cocoawindow.m:
13334         * sys/osxvideo/osxvideosink.h:
13335         * sys/osxvideo/osxvideosink.m:
13336         Fix leaks when running a NSApp.
13337         Accept any kind of resolutions.
13338         Works in fullscreen. Can maximize.
13339         Only thing left before being able to move this to -good is documentation
13340         and embedded window support.
13341
13342 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13343
13344         * po/hu.po:
13345         * po/it.po:
13346         * po/sv.po:
13347           Updated translations.
13348
13349 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13350
13351         * gst/equalizer/Makefile.am:
13352         * gst/equalizer/gstiirequalizer.c: (_do_init),
13353         (gst_iir_equalizer_band_set_property),
13354         (gst_iir_equalizer_band_class_init),
13355         (gst_iir_equalizer_band_get_type),
13356         (gst_iir_equalizer_child_proxy_get_child_by_index),
13357         (gst_iir_equalizer_child_proxy_get_children_count),
13358         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13359         (gst_iir_equalizer_compute_frequencies),
13360         (gst_iir_equalizer_transform_ip), (plugin_init):
13361         * gst/equalizer/gstiirequalizer10bands.c:
13362         (gst_iir_equalizer_10bands_base_init),
13363         (gst_iir_equalizer_10bands_class_init),
13364         (gst_iir_equalizer_10bands_init),
13365         (gst_iir_equalizer_10bands_set_property),
13366         (gst_iir_equalizer_10bands_get_property):
13367         * gst/equalizer/gstiirequalizer10bands.h:
13368         * gst/equalizer/gstiirequalizer3bands.c:
13369         (gst_iir_equalizer_3bands_base_init),
13370         (gst_iir_equalizer_3bands_class_init),
13371         (gst_iir_equalizer_3bands_init),
13372         (gst_iir_equalizer_3bands_set_property),
13373         (gst_iir_equalizer_3bands_get_property):
13374         * gst/equalizer/gstiirequalizer3bands.h:
13375         * gst/equalizer/gstiirequalizernbands.c:
13376         (gst_iir_equalizer_nbands_base_init),
13377         (gst_iir_equalizer_nbands_init):
13378           Add 3 and 10 band version and add missing gst_object_sync_values.
13379
13380         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13381         (gst_spectrum_transform_ip):
13382           Add some comments about float support.
13383
13384 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13385
13386         * gst/mpegaudioparse/Makefile.am:
13387         * gst/mpegaudioparse/gstmpegaudioparse.c:
13388         * gst/mpegaudioparse/gstmpegaudioparse.h:
13389         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13390         Remove bogus 2nd copy of mp3parse - it's actually
13391         in -ugly.
13392
13393 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13394
13395         * examples/app/.cvsignore:
13396         The buildbot demands .cvsignore files, and I comply.
13397
13398 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13399
13400         * sys/directdraw/gstdirectdrawsink.c:
13401         * sys/directdraw/gstdirectdrawsink.h:
13402         Handle display mode changes during playback.
13403
13404 2007-03-10  David Schleef  <ds@schleef.org>
13405
13406         * configure.ac:
13407         * examples/Makefile.am:
13408         * examples/app/Makefile.am:
13409         * examples/app/appsrc_ex.c:
13410           Add appsrc/appsink example.
13411         * gst-libs/gst/app/Makefile.am:
13412         * gst-libs/gst/app/gstapp.c:
13413         * gst-libs/gst/app/gstappsink.c:
13414         * gst-libs/gst/app/gstappsink.h:
13415         * gst/app/gstapp.c:
13416           Add appsink.
13417
13418 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13419
13420         * ext/nas/nassink.c: (NAS_createFlow):
13421         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13422           Printf format string fixes.
13423
13424 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13425
13426         * gst/equalizer/Makefile.am:
13427         * gst/equalizer/gstiirequalizer.c: (_do_init),
13428         (gst_iir_equalizer_band_set_property),
13429         (gst_iir_equalizer_band_get_property),
13430         (gst_iir_equalizer_band_class_init),
13431         (gst_iir_equalizer_band_get_type),
13432         (gst_iir_equalizer_child_proxy_get_child_by_index),
13433         (gst_iir_equalizer_child_proxy_get_children_count),
13434         (gst_iir_equalizer_child_proxy_interface_init),
13435         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13436         (gst_iir_equalizer_finalize), (setup_filter),
13437         (gst_iir_equalizer_compute_frequencies),
13438         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13439         (gst_iir_equalizer_setup), (plugin_init):
13440         * gst/equalizer/gstiirequalizer.h:
13441         * gst/equalizer/gstiirequalizernbands.c:
13442         (gst_iir_equalizer_nbands_base_init),
13443         (gst_iir_equalizer_nbands_class_init),
13444         (gst_iir_equalizer_nbands_init),
13445         (gst_iir_equalizer_nbands_set_property),
13446         (gst_iir_equalizer_nbands_get_property):
13447         * gst/equalizer/gstiirequalizernbands.h:
13448           Refactor plugin into a base class and a first subclass (nband eq). The
13449           nband eq uses GstChildProxy and is controlable. More subclasses will
13450           follow.
13451
13452 2007-03-08  Wim Taymans  <wim@fluendo.com>
13453
13454         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13455
13456         * ext/jack/Makefile.am:
13457         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13458         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13459         (jack_shutdown_cb), (connection_find),
13460         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13461         (gst_jack_audio_unref_connection),
13462         (gst_jack_audio_connection_add_client),
13463         (gst_jack_audio_connection_remove_client),
13464         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13465         (gst_jack_audio_client_get_client),
13466         (gst_jack_audio_client_set_active):
13467         * ext/jack/gstjackaudioclient.h:
13468         Make an object to manage client connections to the jack server which we
13469         will use in the future to run selected jack elements with the same jack
13470         connection.
13471         Make some stuff a bit more threadsafe.
13472         Activate the jack client ASAP.
13473
13474         * ext/jack/gstjackaudiosink.c:
13475         (gst_jack_audio_sink_allocate_channels),
13476         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13477         (gst_jack_ring_buffer_open_device),
13478         (gst_jack_ring_buffer_close_device),
13479         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13480         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13481         (gst_jack_audio_sink_getcaps):
13482         * ext/jack/gstjackaudiosink.h:
13483         Use new client object to manage connections.
13484         Don't remove and recreate all ports, try to reuse them.
13485
13486 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13487
13488         * ext/wavpack/gstwavpack.c: (plugin_init):
13489         * ext/wavpack/gstwavpackcommon.c:
13490           Use a general wavpack debug category for common code.
13491         * ext/wavpack/gstwavpackstreamreader.c:
13492         (gst_wavpack_stream_reader_set_pos_abs),
13493         (gst_wavpack_stream_reader_set_pos_rel),
13494         (gst_wavpack_stream_reader_write_bytes):
13495           Use the general wavpack debug category here too and add debug
13496           output to the functions that should not be called at all by
13497           the wavpack library.
13498         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13499         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13500         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13501           Change debugging category names to conform to the conventions.
13502
13503 2007-03-07  Edward Hervey  <edward@fluendo.com>
13504
13505         * gst/qtdemux/qtdemux.c:
13506         * gst/qtdemux/qtdemux.h:
13507         Share qtdemux debug category across all files, otherwise all debugging
13508         in files other than qtdemux.c would end up in the default category.
13509
13510 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13511
13512         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13513         (gst_spectrum_event), (gst_spectrum_transform_ip):
13514         * gst/spectrum/gstspectrum.h:
13515           One FIXME less, by resolving message timestamps against the playback
13516           segment.
13517
13518 2007-03-06  Wim Taymans  <wim@fluendo.com>
13519
13520         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13521         (gst_spectrum_init), (gst_spectrum_set_property),
13522         (gst_spectrum_transform_ip):
13523         Fix and cleanup default property values.
13524         Add FIXMEs for stuff that looks rather wrong.
13525
13526 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13527
13528         * gst/spectrum/demo-audiotest.c: (message_handler):
13529         * gst/spectrum/demo-osssrc.c: (message_handler):
13530           Remove two obsolete and confusing comments.
13531
13532 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13533
13534         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13535         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13536         (gst_nas_sink_unprepare):
13537           Some more cleanups/changes; use boilerplate macro.
13538
13539 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13540
13541         * ext/nas/Makefile.am:
13542         * ext/nas/README:
13543         * ext/nas/nassink.c: (gst_nas_sink_get_type),
13544         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
13545         (gst_nas_sink_init), (gst_nas_sink_finalize),
13546         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
13547         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
13548         (gst_nas_sink_reset), (gst_nas_sink_write),
13549         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
13550         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
13551         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
13552         (NAS_createFlow), (plugin_init):
13553         * ext/nas/nassink.h:
13554           Bunch of nassink clean-ups: make build by adding the right CFLAGS
13555           and LIBS to Makefile.am; rename structure, macros and functions
13556           according to canonical naming scheme; move some things around a bit;
13557           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
13558           file that didn't really contain any useful information anyway (the
13559           useful bits have been moved into the 'host' property description).
13560
13561 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
13562
13563         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
13564         Chain up in finalize.
13565
13566 2007-03-03  Michael Smith  <msmith@fluendo.com>
13567
13568         * configure.ac:
13569         * gst/vmnc/Makefile.am:
13570           Fix up dist.
13571
13572 2007-03-03  Michael Smith  <msmith@fluendo.com>
13573
13574         * configure.ac:
13575         * gst/vmnc/Makefile.am:
13576         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
13577         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
13578         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
13579         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
13580         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
13581         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
13582         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
13583         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
13584         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13585         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
13586         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
13587           Add VMnc decoder.
13588           Still missing support for:
13589            - rectangle types I didn't find in my samples (e.g. copy, RRE,
13590              ZRLE)
13591            - alpha-composited cursors
13592
13593 2007-03-03  David Schleef  <ds@schleef.org>
13594
13595         * gst-libs/gst/app/Makefile.am:
13596           Install the headers.
13597
13598 2007-03-03  David Schleef  <ds@schleef.org>
13599
13600         * gst-libs/gst/app/Makefile.am:
13601         * gst-libs/gst/app/gstappbuffer.c:
13602         * gst-libs/gst/app/gstappbuffer.h:
13603         * gst-libs/gst/app/gstappsrc.c:
13604           Add GstAppBuffer that includes a callback and closure for
13605           proper handling of data chunks.
13606
13607 2007-03-03  David Schleef  <ds@schleef.org>
13608
13609         * gst-libs/gst/app/gstappsrc.c:
13610         * gst-libs/gst/app/gstappsrc.h:
13611           Hacking to address issues in 413418.
13612
13613 2007-03-03  David Schleef  <ds@schleef.org>
13614
13615         * Makefile.am:
13616         * configure.ac:
13617         * ext/Makefile.am:
13618         * gst-libs/gst/Makefile.am:
13619         * gst-libs/gst/app/Makefile.am:
13620         * gst-libs/gst/app/gstapp.c:
13621         * gst-libs/gst/app/gstappsrc.c:
13622         * gst-libs/gst/app/gstappsrc.h:
13623         * gst/app/Makefile.am:
13624         * gst/app/gstapp.c:
13625         * gst/app/gstappsrc.c:
13626         * gst/app/gstappsrc.h:
13627           Move the app library to gst-libs/gst/app (duh!)
13628
13629 2007-03-02 Christian Schaller <christian at fluendo dot com>
13630         
13631         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
13632
13633         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
13634
13635 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13636
13637         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
13638           A few small clean-ups.
13639
13640         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
13641           More debug output for failure cases.
13642
13643 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13644
13645         Patch by: Young-Ho Cha  <ganadist at chollian net>
13646
13647         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
13648         (gst_dtsdec_change_state):
13649           Don't do forced downmixing to stereo, but check what downstream
13650           can do and let libdts do the downmixing based on that (#400555).
13651
13652 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13653
13654         Patch by: Lutz Mueller  <lutz topfrose de>
13655
13656         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
13657         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
13658         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
13659         (gst_neonhttp_src_send_request_and_redirect),
13660         (gst_neonhttp_src_uri_set_uri):
13661         * ext/neon/gstneonhttpsrc.h:
13662           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
13663           member (#388050).
13664
13665         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
13666           Fix bogus URI to something that actually exists, otherwise we just
13667           bypass the test (and also to something that doesn't redirect, since
13668           neonhttpsrc doesn't seem to handle this very gracefully yet)
13669
13670 2007-03-01  Chris Lord <chris@openedhand.com>
13671
13672         Reviewed by Christian Schaller <christian@fluendo.com>
13673
13674         Fixes Bug 357055
13675         * ext/ivorbis/Makefile.am:
13676         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
13677         * ext/ivorbis/vorbisdec.h
13678         * ext/ivorbis/vorbis.c :
13679
13680 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
13681
13682         * tests/check/Makefile.am:
13683         Draw plugins in from the build tree sys/ dir, rather than
13684         picking up the already installed versions.
13685
13686 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13687
13688         * configure.ac:
13689           Convert to new AG_GST style.
13690
13691 2007-02-27  Christian Schaller <christian at fluendo dot com>
13692
13693         * sys/direct*: Add Pioneers of the Inevitable to copyright
13694         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
13695
13696 2007-02-27  Edward Hervey  <edward@fluendo.com>
13697
13698         * sys/osxvideo/cocoawindow.h:
13699         * sys/osxvideo/cocoawindow.m:
13700         * sys/osxvideo/osxvideosink.h:
13701         * sys/osxvideo/osxvideosink.m:
13702         Disable the cocoa event loop since it's a huge memory leak. Should only
13703         matter if the sink isn't used within an NSApp (which has already got
13704         a coca event loop).
13705         Remove all unused code.
13706
13707 2007-02-26  David Schleef  <ds@schleef.org>
13708
13709         * configure.ac:
13710         * gst/app/Makefile.am:
13711         * gst/app/gstapp.c:
13712         * gst/app/gstappsrc.c:
13713         * gst/app/gstappsrc.h:
13714           Add a new plugin/library to make it easy for apps to shove
13715           data into a pipeline.
13716
13717 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
13718
13719         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
13720         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
13721           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
13722           errors in certain situations (e.g. dec ! cs ! ximagesink and the
13723           imagesink window is resized); also, some minor clean-ups.
13724
13725 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13726
13727         * configure.ac:
13728         * ext/gsm/Makefile.am:
13729         * ext/ladspa/Makefile.am:
13730         * ext/wavpack/Makefile.am:
13731         * gst/equalizer/Makefile.am:
13732         * gst/filter/Makefile.am:
13733         * gst/mve/Makefile.am:
13734         * gst/nsf/Makefile.am:
13735         * gst/replaygain/Makefile.am:
13736         * gst/speed/Makefile.am:
13737           Fix build with LDFLAGS='-Wl,-z,defs'.
13738
13739 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
13740
13741         * sys/directsound/gstdirectsoundsink.c:
13742         * sys/directsound/gstdirectsoundsink.h:
13743           Remove include of unused headers.
13744         * sys/waveform/gstwaveformplugin.c:
13745         * sys/waveform/gstwaveformsink.c:
13746         * sys/waveform/gstwaveformsink.h:
13747         * win32/vs6/libgstwaveform.dsp:
13748           Add a new waveform plugin which includes an audio sink 
13749           element using the WaveForm win32 API.
13750         * win32/MANIFEST:
13751           Add the new project file form waveform plugin.
13752         
13753 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
13754         
13755         * sys/directdraw/gstdirectdrawplugin.c:
13756         * sys/directdraw/gstdirectdrawsink.c:
13757         * sys/directdraw/gstdirectdrawsink.h:
13758           Prepare the plugin to move to good:
13759           Remove unused/untested code (rendering to an extern surface,
13760           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
13761       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
13762           Add gtk doc section
13763           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
13764           respecting destination surface stride.
13765         * sys/directsound/gstdirectsoundplugin.c:
13766         * sys/directsound/gstdirectsoundsink.c:
13767         * sys/directsound/gstdirectsoundsink.h:
13768           Prepare the plugin to move to good:
13769           Rename all functions from gst_directsoundsink to gst_directsound_sink.
13770           Add gtk doc section
13771         * win32/common/config.h.in:
13772         * win32/MANIFEST:
13773           Add config.h.in
13774
13775 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
13776
13777         * configure.ac:
13778         * docs/plugins/Makefile.am:
13779           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
13780           timidity.cfg check.
13781
13782         * ext/timidity/gsttimidity.c: (plugin_init):
13783           Also build if no config was detected at configure time.
13784
13785 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13786
13787         * configure.ac:
13788         * ext/timidity/Makefile.am:
13789         * ext/timidity/gsttimidity.c: (plugin_init):
13790         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
13791         (gst_wildmidi_class_init), (gst_wildmidi_init),
13792         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
13793         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
13794         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
13795         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
13796         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
13797         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
13798         (gst_wildmidi_loop), (gst_wildmidi_change_state),
13799         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
13800         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
13801         * ext/timidity/gstwildmidi.h:
13802           Add second midi renderer. Fix some double frees and leaks. Clean up
13803           logging.
13804
13805 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
13806
13807         * Makefile.am:
13808           Add win32 MANIFEST
13809         * sys/directdraw/gstdirectdrawsink.c:
13810         * sys/directdraw/gstdirectdrawsink.h:
13811           Clear unused code and add comments.
13812           Remove yuv from template caps, it only supports RGB
13813           actually.
13814           Implement XOverlay interface and remove window and fullscreen 
13815           properties.
13816           Add debug logs.
13817           Test for blit capabilities to return only the current colorspace if
13818           the hardware can't blit for one colorspace to another.
13819         * sys/directsound/gstdirectsoundsink.c:
13820           Add some debugs.
13821         * win32/MANIFEST:
13822           Add VS7 project files and solution.
13823         * win32/vs6/gst_plugins_bad.dsw:
13824         * win32/vs6/libgstdirectdraw.dsp:
13825         * win32/vs6/libgstdirectsound.dsp:
13826         * win32/vs6/libgstqtdemux.dsp:
13827           Update project files.
13828
13829 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13830
13831         * ext/faad/gstfaad.c:
13832           Also update the comment that describes the hack.
13833
13834 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13835
13836         * configure.ac:
13837           Tell the code which faad it is, so that we can adjust the hacks
13838           needed.
13839
13840         * ext/faad/gstfaad.c:
13841           Make our hacks dependent on the fadd lib in use.
13842
13843 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13844
13845         * configure.ac:
13846           Fix faad detection to support also fadd with new symbol prefix.
13847           ChangeLog surgery.
13848           
13849 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
13850
13851         Patch by: Wouter Paesen <wouter@blue-gate.be>
13852
13853         * configure.ac:
13854         * ext/Makefile.am:
13855         * ext/timidity/Makefile.am:
13856         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
13857         (gst_timidity_class_init), (gst_timidity_init),
13858         (gst_timidity_set_song_options), (gst_timidity_src_convert),
13859         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
13860         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
13861         (gst_timidity_src_event), (gst_timidity_activate),
13862         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
13863         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
13864         (gst_timidity_get_buffer), (gst_timidity_loop),
13865         (gst_timidity_change_state), (gst_timidity_typefind),
13866         (plugin_init):
13867         * ext/timidity/gsttimidity.h:
13868           Add timidity midi render plugin (#403992)
13869
13870 2007-02-07  Edward Hervey  <edward@fluendo.com>
13871
13872         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
13873         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
13874         Switched to using gst_pad_get_parent().
13875
13876 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13877
13878         * gst/modplug/gstmodplug.cc:
13879           Remove superfluous gst_caps_get_structure() call.
13880
13881 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13882
13883         * configure.ac:
13884           Increase required libsndfile version to a version that's known to
13885           have the function sf_write_sync() to make the build bots happy.
13886
13887 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13888
13889         * ext/sndfile/gstsfsrc.c:
13890           Fix build (installed setup).
13891
13892 2007-02-05  Andy Wingo  <wingo@pobox.com>
13893
13894         * ext/sndfile/Makefile.am:
13895         * ext/sndfile/gstsfsrc.h:
13896         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
13897         random access woo.
13898
13899 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
13900
13901         * configure.ac:
13902         * gst/equalizer/Makefile.am:
13903         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
13904         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
13905         (setup_filter), (gst_iir_equalizer_compute_frequencies),
13906         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13907         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
13908         (plugin_init):
13909         * gst/equalizer/gstiirequalizer.h:
13910           Fix up to use the newly ported (actually working) GstAudioFilter.
13911           Bump core/base requirements to CVS for this.
13912
13913         * tests/icles/.cvsignore:
13914         * tests/icles/Makefile.am:
13915         * tests/icles/equalizer-test.c: (check_bus),
13916         (equalizer_set_band_value), (equalizer_set_all_band_values),
13917         (equalizer_set_band_value_and_wait),
13918         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13919         (main):
13920           Add brain-dead interactive test for equalizer.
13921
13922 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13923
13924         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
13925         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13926         (gst_iir_equalizer_filter_inplace):
13927           Rename "values" property to "band-values" and change type into a
13928           GValueArray, so it's more easily bindable and the range of the
13929           values passed in is defined and checked etc.; also do some
13930           locking.
13931
13932 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13933
13934         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
13935
13936         * configure.ac:
13937         * gst/equalizer/Makefile.am:
13938         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13939         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13940         (gst_iir_equalizer_compute_frequencies),
13941         (gst_iir_equalizer_set_property),
13942         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13943         (plugin_init):
13944           Port equalizer plugin to 0.10 (#403572).
13945
13946 2007-02-02  Andy Wingo  <wingo@pobox.com>
13947
13948         * configure.ac: 
13949         * ext/Makefile.am
13950         * ext/sndfile/Makefile.am:
13951         * ext/sndfile/gstsf.c:
13952         * ext/sndfile/gstsf.h:
13953         * ext/sndfile/gstsfsink.c:
13954         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
13955         push mode with interleaved float or int data.
13956
13957 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13958
13959         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
13960           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
13961           (which didn't happen previously because the klass string didn't
13962           contain anything autoaudiosink was looking for).
13963
13964 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
13965
13966         * gst/real/gstrealaudiodec.c:
13967         * gst/real/gstrealvideodec.c:
13968           Fix classification in GstElementDetails.
13969
13970 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
13971
13972         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
13973         (gst_wavpack_parse_handle_seek_event),
13974         (gst_wavpack_parse_create_src_pad):
13975         Fix a off by one that leads to the duration reported as one
13976         sample less than it is
13977
13978 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
13979
13980         * ext/alsaspdif/alsaspdifsink.c:
13981         * gst/nsf/gstnsf.c:
13982           Fix classification in GstElementDetails.
13983
13984         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
13985         (gst_ladspa_class_init):
13986           Improve Klassification and reduce code slighly.
13987
13988 2007-01-30  Edward Hervey  <edward@fluendo.com>
13989
13990         * configure.ac:
13991         Check for an Objective C compiler
13992         * sys/Makefile.am:
13993         * sys/osxvideo/Makefile.am:
13994         * sys/osxvideo/cocoawindow.h:
13995         * sys/osxvideo/cocoawindow.m:
13996         * sys/osxvideo/osxvideosink.h:
13997         * sys/osxvideo/osxvideosink.m:
13998         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
13999         Fixes #402470
14000
14001 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14002
14003         * gst/videocrop/gstvideocrop.c:
14004         (gst_video_crop_get_image_details_from_caps),
14005         (gst_video_crop_transform_packed_complex):
14006           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
14007
14008         * tests/icles/videocrop-test.c: (check_bus_for_errors),
14009         (test_with_caps), (main):
14010           Block streaming thread before changing filter caps while the
14011           pipeline is running so that we don't get random not-negotiated
14012           errors just because GStreamer can't handle that yet.
14013
14014 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
14015
14016         * ext/ladspa/Makefile.am:
14017         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
14018           add GstController support to ladspa
14019
14020 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14021
14022         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
14023
14024         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
14025         (gst_mythtv_src_next_program_chain):
14026           Remove sleep calls, they've been moved into the library now ...
14027           (#354451).
14028
14029 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
14030
14031         * tests/icles/videocrop-test.c: (test_with_caps):
14032           Catch errors while the test is running.
14033
14034 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14035
14036         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
14037         Fix the SEEKING query. We can seek if we are in pull mode, not the
14038         other way around. Also set the correct format in the seeking query and
14039         handle the case where the headers are not read yet and we can't say
14040         anything about our seeking capabilities.
14041         
14042 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14043
14044         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
14045         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
14046         Fix spelling in 2 places: It's called Wavpack, not WavePack.
14047
14048 2007-01-25  Edward Hervey  <edward@fluendo.com>
14049
14050         * gst/multifile/gstmultifilesink.c:
14051         (gst_multi_file_sink_class_init):
14052         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
14053         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
14054         (gst_mve_video_palette), (gst_mve_video_code_map),
14055         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
14056         (gst_mve_demux_chain):
14057         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
14058         * gst/mve/mveaudioenc.c: (mve_compress_audio):
14059         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
14060         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
14061         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
14062         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
14063         Use proper print statements.
14064         Fixes build on mac os x.
14065         <wingo> oo look at me my name is edward i'm hacking on macos wooo
14066
14067 2007-01-24  Wim Taymans  <wim@fluendo.com>
14068
14069         * gst/qtdemux/gstrtpxqtdepay.c:
14070         Fix caps on the depayloader.
14071
14072 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
14073
14074         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
14075           Use break here instead of goto.
14076
14077 2007-01-13  Andy Wingo  <wingo@pobox.com>
14078
14079         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
14080         Use fixed caps on src pads.
14081         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
14082         seem to have reverse midas disease!
14083         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
14084         and set caps on outgoing buffers. Fixes #395597, I think.
14085
14086         * gst/interleave/interleave.c (gst_interleave_init): Init the
14087         activation mode properly.
14088         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
14089         (gst_interleave_init): Set a setcaps and getcaps function on the
14090         src pad, so that we can implement pull-mode negotiation.
14091         (gst_interleave_sink_setcaps): Renamed from
14092         gst_interleave_setcaps, as it only does the sink logic now.
14093         Implement both for pull-mode and push-mode.
14094         (gst_interleave_process): Set caps on our outgoing buffer.
14095         (gst_interleave_src_activate_pull): Fix some more bogus casts.
14096         What is up with this.
14097
14098 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
14099
14100         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
14101         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
14102         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
14103         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
14104         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
14105         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
14106         (gst_mythtv_src_uri_get_type):
14107           Clean up a bit, mostly the debug statements; fix deadlock in
14108           _set_property() in the error cases; fix up query function.
14109
14110 2007-01-12  Andy Wingo  <wingo@pobox.com>
14111
14112         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
14113         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
14114         Remove fixate/ouija stuff, thankfully, due to the new
14115         part-negotiation.txt pull-mode negotiation scheme.
14116         (gst_signal_processor_setcaps_pull)
14117         (gst_signal_processor_setcaps): Implement upstream set_caps pull
14118         proxying for pull mode. Now this works: ladspa-sine-fcac !
14119         audioconvert ! alsasink.
14120
14121 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
14122
14123         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
14124
14125         * configure.ac:
14126         * gst-plugins-bad.spec.in:
14127         * ext/Makefile.am:
14128         * ext/mythtv/Makefile.am:
14129         * ext/mythtv/gstmythtvsrc.c:
14130         * ext/mythtv/gstmythtvsrc.h:
14131         MythTV client source plugin created (#354451).
14132
14133 2007-01-12  Wim Taymans  <wim@fluendo.com>
14134
14135         * gst/qtdemux/Makefile.am:
14136         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
14137         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
14138         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
14139         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
14140         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
14141         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
14142         * gst/qtdemux/gstrtpxqtdepay.h:
14143         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
14144         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
14145         (qtdemux_parse_moov), (qtdemux_parse_container),
14146         (qtdemux_parse_node), (gst_qtdemux_add_stream),
14147         (qtdemux_parse_trak), (qtdemux_audio_caps):
14148         * gst/qtdemux/qtdemux.h:
14149         * gst/qtdemux/quicktime.c: (plugin_init):
14150         Add X-QT depayloader that will eventually share code with the demuxer.
14151         Make new plugin entry point with quicktime releated stuff.
14152
14153 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
14154
14155         * gst/qtdemux/Makefile.am:
14156           Dist all new files.
14157
14158 2007-01-12  Wim Taymans  <wim@fluendo.com>
14159
14160         * docs/plugins/Makefile.am:
14161         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14162         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14163         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14164         * docs/plugins/gst-plugins-bad-plugins.signals:
14165         * docs/plugins/inspect/plugin-qtdemux.xml:
14166         Activate docs for jack, sdl and qtdemux.
14167
14168 2007-01-12  Wim Taymans  <wim@fluendo.com>
14169
14170         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
14171         (jack_buffer_size_cb), (jack_shutdown_cb),
14172         (gst_jack_ring_buffer_acquire):
14173         * ext/jack/gstjackaudiosink.h:
14174         Improve docs.
14175
14176 2007-01-12  Wim Taymans  <wim@fluendo.com>
14177
14178         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
14179         Fix typo in docs.
14180
14181 2007-01-12  Wim Taymans  <wim@fluendo.com>
14182
14183         * gst/qtdemux/Makefile.am:
14184         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14185         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
14186         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14187         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
14188         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
14189         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
14190         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
14191         (qtdemux_parse_samples), (qtdemux_parse_segments),
14192         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
14193         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
14194         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
14195         (qtdemux_process_redirects), (qtdemux_parse_redirects),
14196         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
14197         (qtdemux_video_caps), (qtdemux_audio_caps):
14198         * gst/qtdemux/qtdemux.h:
14199         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
14200         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14201         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14202         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14203         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14204         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14205         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
14206         (qtdemux_node_dump):
14207         * gst/qtdemux/qtdemux_dump.h:
14208         * gst/qtdemux/qtdemux_fourcc.h:
14209         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
14210         * gst/qtdemux/qtdemux_types.h:
14211         * gst/qtdemux/qtpalette.h:
14212         Cleanup and refactor to make the code more readable.
14213         Move debugging/tables into separate files.
14214         Add 2/4/16 color palletee support.
14215         Fix raw 15 bit RGB handling.
14216         Use more FOURCC constants.
14217         Add some docs.
14218
14219 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14220
14221         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14222
14223         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14224         (gst_wavpack_enc_correction_mode_get_type),
14225         (gst_wavpack_enc_joint_stereo_mode_get_type):
14226           Minor clean-up: use enum values instead of hardcoded constants (#395536).
14227
14228 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14229
14230         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
14231         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
14232         (gst_mve_add_stream):
14233           Support SEEKING query (bad news now delivered properly!); add event
14234           function to source pads to make sure seeks aren't propagated
14235           upstream, even if they aren't handled.
14236
14237 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14238
14239         Patch by: Jens Granseuer  <jensgr at gmx net>
14240
14241         * configure.ac:
14242         * gst/mve/Makefile.am:
14243         * gst/mve/TODO:
14244         * gst/mve/gstmve.c:
14245         * gst/mve/gstmvedemux.c:
14246         * gst/mve/gstmvedemux.h:
14247         * gst/mve/gstmvemux.c:
14248         * gst/mve/gstmvemux.h:
14249         * gst/mve/mve.h:
14250         * gst/mve/mveaudiodec.c:
14251         * gst/mve/mveaudioenc.c:
14252         * gst/mve/mvevideodec16.c:
14253         * gst/mve/mvevideodec8.c:
14254         * gst/mve/mvevideoenc16.c:
14255         * gst/mve/mvevideoenc8.c:
14256           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
14257           doesn't support seeking yet, but seems to work fine otherwise.
14258           Closes #348973.
14259
14260 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14261
14262         * gst/real/Makefile.am:
14263           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
14264
14265 2007-01-07  Andy Wingo  <wingo@pobox.com>
14266
14267         * configure.ac: 
14268         * gst/interleave/Makefile.am: 
14269         * gst/interleave/plugin.h: 
14270         * gst/interleave/plugin.c: 
14271         * gst/interleave/interleave.c: 
14272         * gst/interleave/deinterleave.c: New elements interleave and
14273         deinterleave, implement channel interleaving and deinterleaving.
14274         The interleaver can operate in pull or push mode but the
14275         deinterleaver is more like a demuxer and can only operate in push
14276         mode.
14277         
14278 2007-01-06  Edward Hervey  <edward@fluendo.com>
14279
14280         * configure.ac:
14281         Properly detect the two architectures on which the real plugin can be
14282         built.
14283         Fixes #393622
14284
14285 2007-01-06  Andy Wingo  <wingo@pobox.com>
14286
14287         * ext/ladspa/gstsignalprocessor.c
14288         (gst_signal_processor_ouija_caps): Move around in the source
14289         file...
14290         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
14291         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
14292         This allows us to have caps when we do the pad_alloc_buffer().
14293         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
14294         pad caps, which might not be set yet.
14295
14296         * ext/ladspa/gstsignalprocessor.c: 
14297         (gst_signal_processor_add_pad_from_template)
14298         (gst_signal_processor_fixate): Add a fixate function, to assist in
14299         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
14300         cases.
14301         (gst_signal_processor_prepare, gst_signal_processor_process): Add
14302         nframes args so that getrange can tell ladspa how many frames to
14303         process.
14304         (gst_signal_processor_ouija_caps): setcaps needs to be called
14305         before processing, which normally happens when chaining a buffer
14306         to a pad. However in getrange mode with no sinks we need to check
14307         explicitly for this condition, guess some caps to use, and use
14308         those to setcaps(). Hence this mystical function.
14309         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
14310         Divine the caps if necessary.
14311         (gst_signal_processor_getrange): Interpret the length as bytes,
14312         not samples.
14313         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
14314         by incoming buffer sizes.
14315
14316 2007-01-06  Edward Hervey  <edward@fluendo.com>
14317
14318         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
14319         Don't call the RAFreeDecoder since it randomly causes segfaults.
14320         * gst/real/gstrealaudiodec.h:
14321         indent properly.
14322
14323 2007-01-06  Edward Hervey  <edward@fluendo.com>
14324
14325         Patch by: Lutz Mueller <lutz@topfrose.de>
14326         
14327         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
14328         (gst_real_video_dec_setcaps), (open_library), (close_library),
14329         (gst_real_video_dec_finalize):
14330         * gst/real/gstrealvideodec.h:
14331         Implement error recovery on setcaps failure.
14332
14333 2007-01-06  Edward Hervey  <edward@fluendo.com>
14334
14335         Patch by: Lutz Mueller <lutz@topfrose.de>
14336         
14337         * gst/real/Makefile.am:
14338         * gst/real/gstreal.c: (plugin_init):
14339         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14340         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14341         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14342         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14343         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14344         * gst/real/gstrealaudiodec.h:
14345         Added RealAudio wrapper elementfactory.
14346         Modified structures so it can also work on x86_64 using the
14347         adequate .so .
14348
14349 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14350
14351         * configure.ac:
14352         * gst/qtdemux/Makefile.am:
14353         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14354           Check for zlib and if available pass it explicitly to the linker
14355           when linking qtdemux. If not available (or --disable-external has
14356           been specified!), disable the bits in qtdemux that use it. Fixes
14357           build on MingW (#392856).
14358
14359 2007-01-05  Edward Hervey  <edward@fluendo.com>
14360
14361         * configure.ac:
14362         Real video .so are now also available for x86_64, so we can build the
14363         Real plugin on i386 AND x86_64.
14364         * gst/real/Makefile.am:
14365         * gst/real/gstreal.c: (plugin_init):
14366         New plugin file for real .so wrapper plugins.
14367         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14368         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14369         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14370         (open_library), (close_library), (gst_real_video_dec_init),
14371         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14372         (gst_real_video_dec_set_property),
14373         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14374         * gst/real/gstrealvideodec.h:
14375         Moved RealVideo element to separate file
14376         Cleaned up code some more.
14377         Make it work on x86_64.
14378         Try several possible locations for .so
14379         Separate opening/closing libraries in separate functions.
14380
14381 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14382
14383         * tests/icles/videocrop-test.c: (main):
14384           Call g_thread_init() right at the beginning. Remove superfluous
14385           gst_init() - we've already been inited via the GOption stuff.
14386
14387 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14388
14389         * configure.ac:
14390           Don't compile rfbsource if we don't have sys/socket.h.
14391           Should fix compilation on MingW.
14392
14393 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14394
14395         * configure.ac:
14396         * ext/amrwb/Makefile.am:
14397         * ext/amrwb/amrwb-code/Makefile.am:
14398         * ext/amrwb/amrwb-code/run.sh:
14399         * gst-libs/Makefile.am:
14400         * gst-libs/ext/Makefile.am:
14401         * gst-libs/ext/amrwb/Makefile.am:
14402         * gst-libs/ext/amrwb/README:
14403           Move amrwb code getting and building to gst-libs/ext/amrwb
14404           Adapt everything else to match.
14405
14406 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14407
14408         * ext/directfb/dfbvideosink.c:
14409         (gst_dfbvideosink_navigation_send_event),
14410         (gst_dfbvideosink_get_type):
14411         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14412         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14413         (gst_sdlvideosink_show_frame),
14414         (gst_sdlvideosink_navigation_send_event):
14415         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14416         reveal potential bugs.
14417
14418 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14419
14420         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14421
14422         * configure.ac:
14423         * sys/Makefile.am:
14424         * sys/directsound/Makefile.am:
14425         * sys/directsound/gstdirectsoundsink.c:
14426         (gst_directsoundsink_reset):
14427           Add directsoundsink to build and dist it, so it gets built when
14428           compiling with MingW on win32 and the required headers and libraries
14429           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14430
14431         * tests/check/elements/.cvsignore:
14432           Fix CVS ignore for neonhttpsrc test binary.
14433
14434 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14435
14436         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14437
14438         * configure.ac:
14439         * sys/Makefile.am:
14440         * sys/directdraw/Makefile.am:
14441           Add directdrawsink to build and dist it, so it gets built when
14442           compiling with MingW on win32 and the required headers and libraries
14443           are available (fixes: #392313).
14444
14445         * sys/directdraw/gstdirectdrawsink.c:
14446         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14447         (gst_directdrawsink_setup_ddraw),
14448         (gst_directdrawsink_surface_create):
14449           Comment out some unused things and fix some printf format issues in
14450           order to avoid warnings when buildling with MingW (#392313).
14451
14452 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14453
14454         Patch by: Jens Granseuer  <jensgr at gmx net>
14455
14456         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14457         (gst_xvidenc_get_property):
14458         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14459         * gst/filter/gstfilter.c: (plugin_init):
14460         * gst/filter/gstiir.c: (iir_transform_ip):
14461         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14462         * gst/modplug/gstmodplug.cc:
14463         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14464         (gst_nuv_demux_stream_extend_header):
14465           Fix build with gcc-2.x (declare variables at the beginning of a
14466           block etc.). Fixes #391971.
14467
14468 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14469
14470         reviewed by: Edward Hervey  <edward@fluendo.com>
14471
14472         * gst/real/gstreal.c:
14473         (gst_realdec_setcaps): Use codec_data supplied in caps.
14474         (gst_realdec_get_property): Correctly return default path.
14475         (gst_realdec_class_init): Remove unused state_change method.
14476
14477 2007-01-01  Edward Hervey  <edward@fluendo.com>
14478
14479         * configure.ac:
14480         Only build the plugin on 32bit x86 architectures.
14481
14482 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14483
14484         reviewed by: Edward Hervey  <edward@fluendo.com>
14485
14486         * configure.ac:
14487         * gst/real/Makefile.am:
14488         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14489         (gst_realdec_decode), (gst_realdec_chain),
14490         (gst_realdec_activate_push), (gst_realdec_setcaps),
14491         (gst_realdec_init), (gst_realdec_base_init),
14492         (gst_realdec_change_state), (gst_realdec_finalize),
14493         (gst_realdec_set_property), (gst_realdec_get_property),
14494         (gst_realdec_class_init), (plugin_init):
14495         New plugin for decoding RealVideo Streams using the x86 32bit
14496         shared libraries.
14497         Closes #354174
14498
14499 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14500
14501         * tests/check/elements/videocrop.c: (GST_START_TEST),
14502         (videocrop_test_cropping_init_context):
14503           When we can't create an element needed for the test, print a message
14504           detailing which element it actually is that's missing (#390673).
14505
14506 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14507
14508         * ext/neon/gstneonhttpsrc.c:
14509         * ext/neon/gstneonhttpsrc.h:
14510         Added seek support.
14511         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14512         Fixes: #375264.
14513
14514 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
14515
14516         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14517         (cleanup_mpeg2enc):
14518         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14519         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14520         (cleanup_wavpackdec):
14521         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14522         (cleanup_wavpackenc):
14523         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14524           reapply consistent pad (de)activation
14525
14526 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14527
14528         * configure.ac:
14529         Back to CVS
14530
14531         * gst-plugins-bad.doap:
14532         Add release section for 0.10.4
14533
14534 === release 0.10.4 ===
14535
14536 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
14537
14538         * configure.ac:
14539           releasing 0.10.4, "Black Bugs"
14540
14541 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14542
14543         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14544         (cleanup_mpeg2enc):
14545         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14546         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14547         (cleanup_wavpackdec):
14548         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14549         (cleanup_wavpackenc):
14550         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14551           revert my freeze breakage
14552
14553 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14554
14555         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14556         (cleanup_mpeg2enc):
14557         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14558         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14559         (cleanup_wavpackdec):
14560         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14561         (cleanup_wavpackenc):
14562         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14563           consistent pad (de)activation
14564
14565 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14566
14567         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
14568         (gst_qtdemux_chain):
14569           Don't post BUFFERING messages in streaming mode if the stream
14570           headers are behind the movie data; instead, post "progress" element
14571           messages as a temporary solution. Apps might get confused and do
14572           silly things to the pipeline state if they see buffering messages
14573           from different sources and don't realize they come from different
14574           sources (#387160).
14575
14576 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14577
14578         * configure.ac:
14579         * ext/Makefile.am:
14580         * ext/ladspa/*:
14581           Move LADPSA plugin from -good for the release, as it's not quite
14582           ready to be enabled by default in the -good module yet.
14583
14584 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14585
14586         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
14587         (gst_qtdemux_add_stream):
14588           Don't output g_warning for an unsupported format, just send a
14589           GST_ELEMENT_WARNING and don't add the pad.
14590           Fix the case where it doesn't check for a NULL pad in streaming mode.
14591           Fixes #387137
14592
14593 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14594
14595         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14596           Fix crash dereferencing NULL pointer if there's no stco atom.
14597           Fixes #387122.
14598
14599 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14600
14601         * ext/wavpack/gstwavpackenc.h:
14602         Use local copy of md5.h, as it disappeared in recent wavpack
14603         installs.
14604         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
14605         Fixes: #387076
14606
14607 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14608
14609         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
14610         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
14611           We don't support seeking in streaming mode, so don't even try.
14612           Implement seeking query so apps can query seekability properly
14613           (see #365414). Fix duration query.
14614
14615 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14616
14617         * Makefile.am:
14618         * gst-plugins-bad.doap:
14619         * gst-plugins-bad.spec.in:
14620           add doap file
14621
14622 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14623
14624         * ext/libmms/gstmms.c: (gst_mms_create):
14625           These debug statements should be using LOG level.
14626
14627 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14628
14629         * gst/modplug/libmodplug/sndfile.cpp:
14630           Fix potential buffer overflow (CVE-2006-4192) (#385788).
14631
14632 2006-12-13  Wim Taymans  <wim@fluendo.com>
14633
14634         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14635         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14636         (qtdemux_audio_caps):
14637         Add AMR-WB to the list of supported formats.
14638
14639 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14640
14641         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14642         (send_request_and_redirect):
14643           Fix minor mem leak in redirect code.
14644
14645         * tests/check/Makefile.am:
14646         * tests/check/elements/.cvsignore:
14647         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
14648         (GST_START_TEST), (neonhttpsrc_suite):
14649         * tests/check/gst-plugins-bad.supp:
14650           Add super-basic unit test for #384140.
14651
14652 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14653
14654         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14655         (send_request_and_redirect):
14656           Set offset on buffers pushed out (id3demux gets confused if the
14657           first buffer does not have an offset of 0). Fixes #384140.
14658
14659 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14660
14661         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14662         (gst_neonhttp_src_create), (send_request_and_redirect),
14663         (gst_neonhttp_src_start), (oom_callback):
14664          Minor clean-ups; remove newlines at end of debug statements.
14665
14666 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14667
14668         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
14669           Fix non-working redirects from inetfilm.com (handle 'alis' reference
14670           data type as well). Fixes #378613.
14671
14672 2006-12-11  Wim Taymans  <wim@fluendo.com>
14673
14674         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
14675
14676         * gst/modplug/gstmodplug.cc:
14677         Fix modplug duration query. Fixes #384294.
14678
14679 2006-12-08  Wim Taymans  <wim@fluendo.com>
14680
14681         Patch by: René Stadler  <mail at renestadler de>
14682
14683         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14684         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14685         (qtdemux_audio_caps):
14686         Fix caps for 24 bit raw PCM audio (2).
14687         Fixes #383471.
14688
14689 2006-12-07  Wim Taymans  <wim@fluendo.com>
14690
14691         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14692         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14693         (qtdemux_video_caps):
14694         Handle more H263 variants.
14695
14696 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14697
14698         * ext/jack/.cvsignore:
14699         Ignore old files as requested by the build slave.
14700
14701 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14702
14703         * configure.ac:
14704         Update the Jack requirement to the version where I think options_t
14705         appeared
14706
14707 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
14708
14709         * win32/MANIFEST:
14710         Fix compilation on win32 under VS8
14711         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
14712         Partially fixes #381175
14713
14714 2006-11-30  Wim Taymans  <wim@fluendo.com>
14715
14716         Patch by: René Stadler  <mail at renestadler de>
14717
14718         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
14719           Call the base class handler.  Fixes #380610.
14720
14721 2006-11-30  Wim Taymans  <wim@fluendo.com>
14722
14723         * ext/Makefile.am:
14724         Fix build.
14725
14726         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
14727         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14728         (gst_jack_ring_buffer_acquire):
14729         Small cleanups.
14730
14731 2006-11-30  Wim Taymans  <wim@fluendo.com>
14732
14733         * configure.ac:
14734         * ext/Makefile.am:
14735         * ext/jack/Makefile.am:
14736         * ext/jack/gstjack.c: (plugin_init):
14737         * ext/jack/gstjack.h:
14738         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
14739         (gst_jack_ring_buffer_class_init), (jack_process_cb),
14740         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14741         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
14742         (gst_jack_ring_buffer_finalize),
14743         (gst_jack_ring_buffer_open_device),
14744         (gst_jack_ring_buffer_close_device),
14745         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
14746         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
14747         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
14748         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
14749         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
14750         (gst_jack_audio_sink_set_property),
14751         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
14752         (gst_jack_audio_sink_create_ringbuffer):
14753         * ext/jack/gstjackaudiosink.h:
14754           Added fully functional jackaudiosink.
14755
14756 2006-11-27  Wim Taymans  <wim@fluendo.com>
14757
14758         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14759         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14760           Remove some asserts and replace them with a proper error
14761           message. Fixes #379261.
14762
14763 2006-11-26  Michael Smith  <msmith@fluendo.com>
14764
14765         * ext/theora/theoradec.c: (theora_dec_src_query),
14766         (theora_dec_src_event), (theora_handle_data_packet),
14767         (theora_dec_chain):
14768           Send events on the right pads, since they don't work very well if
14769           you send them in the wrong direction.
14770
14771 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
14772
14773         * ext/audiofile/gstafsink.c:
14774         * ext/polyp/plugin.c: (plugin_init):
14775         * ext/polyp/polypsink.c:
14776         * ext/polyp/polypsink.h:
14777         * sys/dxr3/dxr3audiosink.h:
14778         * sys/dxr3/dxr3spusink.h:
14779         * sys/dxr3/dxr3videosink.h:
14780           remove obsolete _factory_init protos and functions
14781
14782 2006-11-19  Michael Smith  <msmith@fluendo.com>
14783
14784         * gst/librfb/Makefile.am:
14785           Compile with appropriate cflags. Fixes build.
14786
14787 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14788
14789         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
14790         Actually set the TONE parameter for DVB-S when we should.
14791
14792 2006-11-16  David Schleef  <ds@schleef.org>
14793
14794         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
14795
14796 2006-11-16  David Schleef  <ds@schleef.org>
14797
14798         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
14799
14800 2006-11-16  David Schleef  <ds@schleef.org>
14801
14802         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14803
14804         * configure.ac:
14805         * gst/librfb/Makefile.am:
14806         * gst/librfb/gstrfbsrc.c:
14807         * gst/librfb/rfb.c:
14808         * gst/librfb/rfb.h:
14809         * gst/librfb/rfbbuffer.c:
14810         * gst/librfb/rfbbuffer.h:
14811         * gst/librfb/rfbbytestream.c:
14812         * gst/librfb/rfbbytestream.h:
14813         * gst/librfb/rfbcontext.h:
14814         * gst/librfb/rfbdecoder.c:
14815         * gst/librfb/rfbdecoder.h:
14816         * gst/librfb/rfbutil.h:
14817           Port librfb to 0.10 (#376106).
14818
14819 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
14820
14821         * ext/spc/gstspc.c: (spc_play):
14822           Fix build with disabled gst-debug.
14823
14824 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14825
14826         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14827
14828         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
14829         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
14830         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
14831         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
14832         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
14833         (gst_wavpack_enc_change_state):
14834         * ext/wavpack/gstwavpackparse.c:
14835           Some small clean-ups: use enums instead of hard-coded numbers,
14836           const-ify element details, re-factor some code into _reset()
14837           functions (#352605).
14838
14839 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14840
14841         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
14842         * sys/dvb/gstdvbsrc.h:
14843           Fix minor printf format issue; remove overly paranoid checks in
14844           create function; fix GObject boilerplate macros.
14845
14846 2006-11-14  Wim Taymans  <wim@fluendo.com>
14847
14848         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14849         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14850         Don't parse extra sample params for raw pcm. Fixes #374914.
14851
14852 2006-11-14  Wim Taymans  <wim@fluendo.com>
14853
14854         * tests/check/elements/.cvsignore:
14855         Add cdaudio to ignore.
14856
14857 2006-11-14  Wim Taymans  <wim@fluendo.com>
14858
14859         * ext/Makefile.am:
14860         dist cdaudio dir.
14861
14862 2006-11-14  Wim Taymans  <wim@fluendo.com>
14863
14864         * configure.ac:
14865         * ext/Makefile.am:
14866         Fix cdaudio build.
14867
14868 2006-11-14  Wim Taymans  <wim@fluendo.com>
14869
14870         Patch by: Mark Nauwelaerts <manauw at skynet be>
14871
14872         * tests/check/Makefile.am:
14873         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
14874         (GST_START_TEST), (y4menc_suite), (main):
14875         Added y4m test. Fixes #372243.
14876
14877 2006-11-13  Wim Taymans  <wim@fluendo.com>
14878
14879         Patch by: Mark Nauwelaerts <manauw at skynet be>
14880
14881         * configure.ac:
14882         Enable cdaudio and y4m.
14883
14884         * gst/y4m/Makefile.am:
14885         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
14886         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
14887         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
14888         (gst_y4m_encode_get_stream_header),
14889         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
14890         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
14891         (gst_y4m_encode_change_state), (plugin_init):
14892         * gst/y4m/gsty4mencode.h:
14893         Port of y4mencode to 0.10. 
14894
14895 2006-11-10  David Schleef  <ds@schleef.org>
14896
14897         * configure.ac:
14898         * gst/videoparse/Makefile.am:
14899         * gst/videoparse/gstvideoparse.c:
14900           A little pluggy to make sense out of the random chunks we get
14901           from multifilesrc.
14902
14903 2006-11-10  David Schleef  <ds@schleef.org>
14904
14905         * gst/multifile/Makefile.am:
14906           Let's not depend on a file that doesn't exist.
14907
14908 2006-11-10  David Schleef  <ds@schleef.org>
14909
14910         * gst/multifilesink/Makefile.am:
14911         * gst/multifilesink/gstmultifilesink.c:
14912         * gst/multifilesink/gstmultifilesink.h:
14913         * gst/multifilesink/multifilesink.vcproj:
14914           Remove the old one.
14915
14916 2006-11-10  David Schleef  <ds@schleef.org>
14917
14918         * configure.ac:
14919         * gst/multifile/Makefile.am:
14920         * gst/multifile/gstmultifile.c:
14921         * gst/multifile/gstmultifilesink.c:
14922         * gst/multifile/gstmultifilesrc.c:
14923         * gst/multifile/multifile.vproj:
14924           Revive multifile[src|sink].
14925
14926 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14927
14928         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
14929         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
14930         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
14931         Rename set_pes_filter to set_pes_filters for consistency.
14932         Do run-time pid filtering.
14933
14934 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14935
14936         * sys/dvb/gstdvbsrc.c: (read_device):
14937         Do not call output_frontend_stats from a method that does not
14938         have the gstdvbsrc object.
14939         This fixes the build, sorry guys!
14940
14941 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14942
14943         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
14944         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
14945         (gst_dvbsrc_set_pes_filter):
14946         * sys/dvb/gstdvbsrc.h:
14947         Force PAT to always be in the filter.
14948         Try to continue reading after failing 10 times.
14949
14950 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14951
14952         * po/POTFILES.in:
14953           add dvbsrc
14954         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
14955         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
14956         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
14957         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
14958         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
14959         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
14960         (gst_dvbsrc_set_pes_filter):
14961         * sys/dvb/gstdvbsrc.h:
14962           adapter-prefix is a terrible name for a device, so replace it.
14963           strerror should be used immediately after the syscall related to it.
14964           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
14965           (pretty easy to trigger by opening the same device twice).
14966           Use _OBJECT macros where it makes sense.
14967           This element is going to need some work before it moves.
14968
14969 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14970
14971         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
14972
14973         * configure.ac:
14974         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14975         (gst_wavpack_enc_correction_mode_get_type),
14976         (gst_wavpack_enc_joint_stereo_mode_get_type),
14977         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
14978           Fix enum nicks; only emit no-more-pads once; add support for very
14979           fast encoding mode in upcoming 4.40.0 release (#369539).
14980
14981 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14982
14983         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
14984
14985         * sys/directdraw/gstdirectdrawsink.c:
14986         (gst_directdrawsink_window_thread),
14987         (gst_directdrawsink_create_default_window):
14988         * sys/directdraw/gstdirectdrawsink.h:
14989         * sys/directsound/gstdirectsoundsink.c:
14990           Wait until the window is created before using it; guard unistd.h
14991           includes with HAVE_UNISTD_H. (#366523)
14992
14993         * win32/vs8/libgstdirectdraw.vcproj:
14994         * win32/vs8/libgstdirectsound.vcproj:
14995           Update project files.
14996
14997 2006-10-31  Wim Taymans  <wim@fluendo.com>
14998
14999         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15000         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
15001         (qtdemux_parse_trak):
15002         Handle unbounded length streams a bit better. Fixes #367696.
15003
15004 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15005
15006         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
15007           Fix flow handling and buffer refcounting (gst_pad_push() takes
15008           ownership of the buffer passed to it, the buffer does not have
15009           to be unreffed no matter what flow value gst_pad_push() returns).
15010
15011 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
15012
15013         Patch by: Renato Filho <renato.filho@indt.org.br> 
15014
15015         * gst/nuvdemux/gstnuvdemux.c:
15016         * gst/nuvdemux/gstnuvdemux.h:
15017         Fixed bug for files with timestamps less than 0.
15018         
15019 2006-10-21  David Schleef  <ds@schleef.org>
15020
15021         * configure.ac:
15022         * gst/multifilesink/Makefile.am:
15023         * gst/multifilesink/gstmultifilesink.c:
15024         * gst/multifilesink/gstmultifilesink.h:
15025           I copied over filesink a while ago and modified it to work
15026           as multifilesink.  Might as well check it in.  This could
15027           use some work before being declared useful.
15028
15029 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15030
15031         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
15032         * ext/wavpack/gstwavpackparse.c:
15033         (gst_wavpack_parse_create_src_pad):
15034         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
15035         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
15036           Activate pads before adding them to running element.
15037
15038 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15039
15040         Patch by: Josep Torra Valles  <josep at fluendo com>
15041
15042         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15043         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
15044         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
15045         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
15046         (qtdemux_tag_add_gnre):
15047           Make compile with Forte compiler, mostly don't do pointer arithmetic
15048           with void pointers (#362626).
15049
15050 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15051
15052         * gst/nuvdemux/gstnuvdemux.c:
15053         Just a cast to make it compile oos big_endian systems.
15054
15055 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15056
15057         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
15058         <rosfran.borges@indt.org.br>
15059
15060         * configure.ac:
15061         * gst/nuvdemux/:
15062         * gst/nuvdemux/Makefile.am:
15063         * gst/nuvdemux/gstnuvdemux.c:
15064         * gst/nuvdemux/gstnuvdemux.h:
15065         Created new element nuvdemux.
15066         
15067 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15068
15069         Patch by: Josep Torra Valles  <josep at fluendo com>
15070
15071         * gst/nsf/fds_snd.c:
15072         * gst/nsf/mmc5_snd.c:
15073         * gst/nsf/nsf.c:
15074         * gst/nsf/vrc7_snd.c:
15075         * gst/nsf/vrcvisnd.c:
15076           Fix some things the Forte compiler warns about (#362626).
15077
15078 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15079
15080         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
15081         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
15082         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
15083         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
15084         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
15085         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
15086         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
15087         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
15088         (qtdemux_tree_get_sibling_by_type):
15089         * gst/qtdemux/qtdemux.h:
15090           Avoid void pointer usage, better use guint8 * instead.
15091
15092 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
15093
15094         * configure.ac:
15095         * gst/deinterlace/Makefile.am:
15096         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
15097         (gst_deinterlace_class_init), (gst_deinterlace_init),
15098         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
15099         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
15100         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
15101         * gst/deinterlace/gstdeinterlace.h:
15102           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
15103           me for anything it does or does not do to your precious pictures.
15104
15105 2006-10-11  Edward Hervey  <edward@fluendo.com>
15106
15107         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15108         Add some fourcc for DV format.
15109
15110 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
15111
15112         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
15113         (gst_qtdemux_loop_state_header):
15114           Printf format fixes.
15115
15116         * sys/dvb/gstdvbsrc.c:
15117           Use "_stdint.h".
15118
15119 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15120
15121         * sys/dvb/Makefile.am:
15122         * sys/dvb/dvb-api/Makefile.am:
15123         * sys/dvb/dvb-api/audio.h:
15124         * sys/dvb/dvb-api/ca.h:
15125         * sys/dvb/dvb-api/dmx.h:
15126         * sys/dvb/dvb-api/frontend.h:
15127         * sys/dvb/dvb-api/net.h:
15128         * sys/dvb/dvb-api/osd.h:
15129         * sys/dvb/dvb-api/version.h:
15130         * sys/dvb/dvb-api/video.h:
15131         Remove these files, not needed use system files.
15132         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
15133         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15134         (gst_dvbsrc_tune):
15135         Fix warnings, uint16_t etc. is in stdint.h.
15136         Use system includes not our local ones.
15137
15138 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15139
15140         * configure.ac:
15141         * sys/Makefile.am:
15142         Add dvb detection and allow dvbsrc to be built.
15143
15144 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15145         
15146         * configure.ac:
15147         * sys/Makefile.am:
15148         * sys/dvb/AUTHORS:
15149         * sys/dvb/Makefile.am:
15150         * sys/dvb/README:
15151         * sys/dvb/dvb-api/Makefile.am:
15152         * sys/dvb/dvb-api/audio.h:
15153         * sys/dvb/dvb-api/ca.h:
15154         * sys/dvb/dvb-api/dmx.h:
15155         * sys/dvb/dvb-api/frontend.h:
15156         * sys/dvb/dvb-api/net.h:
15157         * sys/dvb/dvb-api/osd.h:
15158         * sys/dvb/dvb-api/version.h:
15159         * sys/dvb/dvb-api/video.h:
15160         * sys/dvb/gstdvbsrc.c: 
15161         * sys/dvb/gstdvbsrc.h:
15162         Initial import of dvbsrc.
15163         Currently won't be built.
15164
15165 2006-10-10  Wim Taymans  <wim@fluendo.com>
15166
15167         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15168         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
15169         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
15170         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
15171         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
15172         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
15173         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
15174         (qtdemux_parse_tree), (qtdemux_parse_trak):
15175         Reorganise some stuff.
15176         Parse RTSP redirection URLS.
15177
15178 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15179
15180         * docs/plugins/gst-plugins-bad-plugins.args:
15181         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15182         * docs/plugins/gst-plugins-bad-plugins.interfaces:
15183         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
15184         * docs/plugins/inspect/plugin-dtsdec.xml:
15185         * docs/plugins/inspect/plugin-mms.xml:
15186         * docs/plugins/inspect/plugin-mpeg2enc.xml:
15187         * docs/plugins/inspect/plugin-neon.xml:
15188         * docs/plugins/inspect/plugin-replaygain.xml:
15189         * docs/plugins/inspect/plugin-soundtouch.xml:
15190         * docs/plugins/inspect/plugin-spcdec.xml:
15191         * docs/plugins/inspect/plugin-swfdec.xml:
15192         * docs/plugins/inspect/plugin-videocrop.xml:
15193         * docs/plugins/inspect/plugin-wavpack.xml:
15194           Add/update docs stuff.
15195
15196 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15197
15198         Patch by: René Stadler  <mail at renestadler de>
15199
15200         * configure.ac:
15201         * docs/plugins/Makefile.am:
15202         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15203         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15204         * gst/replaygain/Makefile.am:
15205         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
15206         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
15207         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
15208         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
15209         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
15210         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
15211         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
15212         (gst_rg_analysis_album_result), (plugin_init):
15213         * gst/replaygain/gstrganalysis.h:
15214         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
15215         (apply_filters), (reset_filters), (accumulator_add),
15216         (accumulator_clear), (accumulator_result), (rg_analysis_new),
15217         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
15218         (rg_analysis_analyze_mono_float),
15219         (rg_analysis_analyze_stereo_float),
15220         (rg_analysis_analyze_mono_int16),
15221         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
15222         (rg_analysis_track_result), (rg_analysis_album_result),
15223         (rg_analysis_reset_album), (rg_analysis_reset):
15224         * gst/replaygain/rganalysis.h:
15225           Add ReplayGain analysis element (#357069).
15226
15227         * tests/check/Makefile.am:
15228         * tests/check/elements/.cvsignore:
15229         * tests/check/elements/rganalysis.c: (get_expected_gain),
15230         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
15231         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
15232         (fail_unless_track_gain), (fail_unless_track_peak),
15233         (fail_unless_album_gain), (fail_unless_album_peak),
15234         (fail_if_track_tags), (fail_if_album_tags),
15235         (fail_unless_num_tracks), (test_buffer_const_float_mono),
15236         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
15237         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
15238         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
15239         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
15240         (rganalysis_suite), (main):
15241           Unit tests for the new replaygain element.
15242
15243 2006-10-06  Wim Taymans  <wim@fluendo.com>
15244
15245         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
15246         (gst_faad_close_decoder):
15247         Some cleanups.
15248         Added some more debugging.
15249         Don't ever ignore unlinked, we're not a demuxer.
15250
15251         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
15252         Activate pad before adding it to the element.
15253
15254 2006-10-06  Michael Smith  <msmith@fluendo.com>
15255
15256         * ext/theora/theoradec.c: (gst_theoradec_reset),
15257         (theora_get_query_types), (theora_dec_src_query),
15258         (theora_dec_src_event), (theora_dec_sink_event),
15259         (theora_handle_comment_packet), (theora_handle_type_packet),
15260         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
15261         (theora_handle_422_image), (theora_handle_420_image),
15262         (theora_handle_data_packet), (theora_dec_chain),
15263         (theora_dec_change_state):
15264         * ext/theora/theoradec.h:
15265           Port lots of changes from theoradec to theoraexpdec.
15266           This catches this plugin up to theoradec. Note that duplicate frames
15267           are broken in theoradec at the moment.
15268
15269 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15270
15271         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15272           Fix mem leak, avoid unnecessary memcpy.
15273
15274 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
15275
15276         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15277         (gst_spectrum_transform_ip):
15278           Removed cruft code that was just commented out. Removed some obsolete
15279           debug logs statements.
15280
15281 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15282
15283         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
15284         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
15285         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
15286         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
15287         (qtdemux_parse_trak):
15288         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15289           Another batch of printf format fixes.
15290
15291 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15292
15293         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15294         (gst_video_crop_init),
15295         (gst_video_crop_get_image_details_from_caps),
15296         (gst_video_crop_transform_packed_complex),
15297         (gst_video_crop_transform_packed_simple),
15298         (gst_video_crop_transform), (gst_video_crop_transform_caps),
15299         (gst_video_crop_set_caps),
15300         (gst_videocrop_clear_negotiated_caps_locked),
15301         (gst_video_crop_set_property):
15302         * gst/videocrop/gstvideocrop.h:
15303           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
15304           passthrough mode; lastly, clear negotiated basetransform caps when
15305           the cropping changes in order to force renegotiation.
15306
15307 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15308
15309         * tests/icles/.cvsignore:
15310         * tests/icles/Makefile.am:
15311         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
15312         (test_with_caps), (video_crop_get_test_caps), (main):
15313           Visual test for videocrop, shows that packed yuv doesn't work right
15314           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
15315           reasons (another basetransform issue?)
15316
15317 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15318
15319         * po/POTFILES.in:
15320         * sys/v4l2/.cvsignore:
15321           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
15322
15323 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15324
15325         * docs/plugins/Makefile.am:
15326         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15327         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15328         * docs/plugins/inspect/plugin-video4linux2.xml:
15329         * gst-plugins-bad.spec.in:
15330           removed v4l2
15331
15332 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15333
15334         * configure.ac:
15335         * sys/Makefile.am:
15336         * sys/v4l2/Makefile.am:
15337         * sys/v4l2/README:
15338         * sys/v4l2/gstv4l2.c:
15339         * sys/v4l2/gstv4l2colorbalance.c:
15340         * sys/v4l2/gstv4l2colorbalance.h:
15341         * sys/v4l2/gstv4l2object.c:
15342         * sys/v4l2/gstv4l2object.h:
15343         * sys/v4l2/gstv4l2src.c:
15344         * sys/v4l2/gstv4l2src.h:
15345         * sys/v4l2/gstv4l2tuner.c:
15346         * sys/v4l2/gstv4l2tuner.h:
15347         * sys/v4l2/gstv4l2vidorient.c:
15348         * sys/v4l2/gstv4l2vidorient.h:
15349         * sys/v4l2/gstv4l2xoverlay.c:
15350         * sys/v4l2/gstv4l2xoverlay.h:
15351         * sys/v4l2/v4l2_calls.c:
15352         * sys/v4l2/v4l2_calls.h:
15353         * sys/v4l2/v4l2src_calls.c:
15354         * sys/v4l2/v4l2src_calls.h:
15355           moved to gst-plugins-good
15356
15357 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15358
15359         * sys/v4l2/gstv4l2object.c:
15360         (gst_v4l2_object_install_properties_helper):
15361           comment out the properties that are already part of the tuner
15362           interface.
15363
15364 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15365
15366         * sys/v4l2/gstv4l2src.c:
15367         Improve docs.
15368
15369 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15370
15371         * ext/xvid/gstxvid.c: (plugin_init):
15372           Set rank of xviddec to NONE until someone fixes it (too many crasher
15373           bug reports against totem, people should use gst-ffmpeg).
15374
15375 2006-09-28  Wim Taymans  <wim@fluendo.com>
15376
15377         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15378         (gst_v4l2src_get_caps):
15379         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15380         Framerate can be 0/1 too.
15381         Init framerate to 0/1 before querying it so that we can detect
15382         devices that don't know about a framerate.
15383         Add some more debugging info.
15384
15385 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15386
15387         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15388           Add support for 'yv12' fourcc.
15389
15390 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15391
15392         * sys/v4l2/gstv4l2src.c:
15393         * sys/v4l2/gstv4l2src.h:
15394         * tests/icles/v4l2src-test.c:
15395         Removed set-undef-fps.
15396
15397 2006-09-27  Wim Taymans  <wim@fluendo.com>
15398
15399         * sys/v4l2/gstv4l2object.c:
15400         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15401         (gst_v4l2_object_set_property_helper),
15402         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15403         * sys/v4l2/gstv4l2object.h:
15404         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15405         (gst_v4l2src_create):
15406         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15407         (gst_v4l2_tuner_list_channels),
15408         (gst_v4l2_tuner_set_channel_and_notify),
15409         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15410         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15411         (gst_v4l2_tuner_get_norm):
15412         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15413         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15414         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15415         Renamed some properties to match the tuner interface naming.
15416
15417 2006-09-27  Wim Taymans  <wim@fluendo.com>
15418
15419         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15420         (gst_v4l2_set_defaults):
15421         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15422         (gst_v4l2src_create):
15423         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15424         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15425         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15426         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15427         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15428         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15429         (gst_v4l2_set_input):
15430         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15431         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15432         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15433         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15434         (gst_v4l2src_buffer_new):
15435         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15436         Small cleanups.
15437         Fix error messages.
15438         Use locks when getting timestamps.
15439         Fix leaks in test.
15440         Add licensing header to tests.
15441
15442 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15443
15444         * sys/v4l2/gstv4l2colorbalance.c:
15445         * sys/v4l2/gstv4l2object.c:
15446         * sys/v4l2/gstv4l2src.c:
15447         * sys/v4l2/gstv4l2src.h:
15448         * sys/v4l2/gstv4l2tuner.c:
15449         * sys/v4l2/v4l2_calls.c:
15450         * sys/v4l2/v4l2src_calls.c:
15451         * tests/icles/v4l2src-test.c:
15452         Some cleanups and comments.
15453
15454 2006-09-26  Wim Taymans  <wim@fluendo.com>
15455
15456         * docs/plugins/Makefile.am:
15457         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15458         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15459         Add v4l2 plugin to the docs.
15460
15461         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15462         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15463         * sys/v4l2/gstv4l2src.h:
15464         * sys/v4l2/gstv4l2vidorient.c:
15465         Fix docs.
15466         Remove some more externs.
15467
15468 2006-09-26  Wim Taymans  <wim@fluendo.com>
15469
15470         * sys/v4l2/Makefile.am:
15471         Fix makefile, list libs in stack order.
15472
15473         * sys/v4l2/gstv4l2colorbalance.c:
15474         * sys/v4l2/gstv4l2colorbalance.h:
15475         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15476         (gst_v4l2_object_install_properties_helper):
15477         * sys/v4l2/gstv4l2object.h:
15478         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15479         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15480         * sys/v4l2/gstv4l2src.h:
15481         * sys/v4l2/gstv4l2tuner.h:
15482         * sys/v4l2/gstv4l2vidorient.h:
15483         * sys/v4l2/gstv4l2xoverlay.h:
15484         * sys/v4l2/v4l2_calls.h:
15485         * sys/v4l2/v4l2src_calls.h:
15486         Fix coding style:
15487         - Remove extern from functions.
15488         - Fix header indentation.
15489         Fix Flags, add defaults for properties.
15490         Remove unused enums.
15491         Fix TOO_LAZY in error messages.
15492
15493 2006-09-26  Wim Taymans  <wim@fluendo.com>
15494
15495         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15496         (gst_v4l2_probe_needs_probe),
15497         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15498         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15499         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15500         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15501         * sys/v4l2/gstv4l2object.h:
15502         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15503         (gst_v4l2src_init), (gst_v4l2src_dispose),
15504         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15505         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15506         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15507         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15508         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15509         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15510         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15511         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15512         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15513         (gst_v4l2_get_input), (gst_v4l2_set_input):
15514         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15515         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15516         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15517         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15518         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15519         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15520         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15521         (gst_v4l2src_buffer_new):
15522         Fix pass at code cleanups, move errors cases out of the normal
15523         flow for additional code clarity.
15524
15525 2006-09-23  Wim Taymans  <wim@fluendo.com>
15526
15527         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15528         (gst_cdaudio_init), (gst_cdaudio_set_property),
15529         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15530         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15531         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15532         Port to 0.10.
15533
15534 2006-09-22  David Schleef  <ds@schleef.org>
15535
15536         * sys/glsink/glimagesink.c:
15537           Fix problems when the element cannot open the display.
15538           (fixes #357212)
15539
15540 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15541
15542         * configure.ac:
15543           Up requirements to -base CVS and core CVS (the format for the
15544           video orientation interface used by v4l2src and the latter
15545           since that's what -base CVS requires).
15546
15547 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15548
15549         * ext/directfb/dfbvideosink.c: (plugin_init):
15550           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
15551           be autoplugged shouldn't trump plugins in -base, -good or -ugly
15552           (in this case ximagesink).
15553
15554         * sys/glsink/glimagesink.c: (plugin_init):
15555           Set rank to NONE to prevent it from being autoplugged until
15556           errors are handled properly (see #357212).
15557
15558 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
15559
15560         * ext/neon/Makefile.am:
15561         * ext/neon/gstneonhttpsrc.c:
15562         * ext/neon/gstneonhttpsrc.h:
15563         Reverted previous commit (2006-09-19 - Allow internal codes from
15564         last.fm). As dicussed on #gstreamer it should be done in separete
15565         element.
15566
15567 2006-09-21  Wim Taymans  <wim@fluendo.com>
15568
15569         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
15570         (gst_faac_chain):
15571         Add decoder specific info on the caps.
15572         Some cleanups here and there.
15573
15574 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
15575
15576         Patch by: Milosz Derezynski <internalerror@gmail.com> and
15577                   Rosfran Borges <rosfran.borges@indt.org.br>
15578
15579         * ext/neon/Makefile.am:
15580         * ext/neon/gstneonhttpsrc.c:
15581         * ext/neon/gstneonhttpsrc.h:
15582         Allow internal codes from last.fm
15583         
15584
15585 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15586
15587         * tests/icles/v4l2src-test.c:
15588         Just a small fix to the app options.
15589
15590 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15591
15592         * sys/v4l2/Makefile.am:
15593         * sys/v4l2/gstv4l2src.c:
15594         * sys/v4l2/gstv4l2vidorient.c:
15595         * sys/v4l2/gstv4l2vidorient.h:
15596         * tests/icles/v4l2src-test.c:
15597         Add Video Orientation interface support to v4l2src.
15598         
15599 2006-09-19  Wim Taymans  <wim@fluendo.com>
15600
15601         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15602         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
15603         (gst_gsmdec_chain):
15604         * ext/gsm/gstgsmdec.h:
15605         Handle WAV49 variant (GSM in WAV).
15606         Some small cleanups.
15607
15608 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
15609
15610         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
15611         Fix GST_BUFFER_DURATION.
15612
15613 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
15614
15615         * ext/hermes/gsthermescolorspace.c:
15616         * ext/ivorbis/vorbisfile.c:
15617         * ext/lcs/gstcolorspace.c:
15618         * ext/wavpack/gstwavpackenc.h:
15619         * ext/xine/xineaudiodec.c:
15620         * ext/xine/xineaudiosink.c:
15621         * ext/xine/xineinput.c:
15622         * gst/chart/gstchart.c:
15623         * gst/equalizer/gstiirequalizer.c:
15624         * gst/games/gstpuzzle.c:
15625         * gst/librfb/gstrfbsrc.c:
15626         * gst/mixmatrix/mixmatrix.c:
15627         * gst/nsf/gstnsf.h:
15628         * gst/vbidec/gstvbidec.c:
15629         * gst/virtualdub/gstxsharpen.c:
15630           More G_OBJECT macro fixing.
15631
15632 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
15633
15634         * sys/v4l2/gstv4l2src.c:
15635         * sys/v4l2/gstv4l2src.h:
15636         * sys/v4l2/gstv4l2xoverlay.c:
15637         * sys/v4l2/v4l2_calls.c:
15638         * sys/v4l2/v4l2src_calls.c:
15639         * tests/icles/v4l2src-test.c:
15640         The test application and the plgind error messages has been improved.
15641         
15642 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
15643
15644         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
15645         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
15646           Implements stop() to clear the adapter and event() to clear the
15647           adapter on FLUSH_STOP and EOS.
15648
15649 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15650
15651         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15652         (gst_spectrum_set_property):
15653         * gst/spectrum/gstspectrum.h:
15654           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
15655           René Stadler
15656
15657 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15658
15659         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
15660           Use more defines
15661
15662         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15663         (gst_spectrum_dispose), (gst_spectrum_set_caps),
15664         (gst_spectrum_transform_ip):
15665         * gst/spectrum/gstspectrum.h:
15666           Apply some of the spectrum cleanup changes suggested in #348085.
15667
15668 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15669
15670         * configure.ac:
15671           Bump requirements of -base (videocrop test case needs this).
15672
15673         * gst/videocrop/gstvideocrop.c:
15674           Document sloppy handling of subsampled chroma planes if
15675           left/top cropping is an odd number.
15676
15677         * tests/check/elements/videocrop.c: (handoff_cb),
15678         (videocrop_test_cropping_init_context),
15679         (videocrop_test_cropping_deinit_context),
15680         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
15681         (videocrop_suite), (main):
15682           Add another unit test that crops the input to 1x1 (and checks
15683           that that pixel has the expected values in a number of formats).
15684
15685 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15686
15687         * gst/videocrop/Makefile.am:
15688         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15689         (gst_video_crop_transform_packed),
15690         (gst_video_crop_transform_planar):
15691           Some quick tests indicate that it doesn't make a great deal
15692           of sense to use liboil here, at least not for the memcpy()s
15693           we do, so remove liboil usage until there is clear evidence
15694           it actually makes a positive difference somewhere.
15695
15696 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
15697
15698         * tests/check/elements/videocrop.c: (handoff_cb),
15699         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
15700         (notgst_value_list_get_nth_int), (videocrop_suite):
15701           More tests: check passthrough mode and caps transform in
15702           both directions with fixed values, ranges and lists.
15703
15704 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15705
15706         * docs/plugins/Makefile.am:
15707         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15708         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15709         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15710           Add videocrop to docs.
15711
15712         * gst/videocrop/Makefile.am:
15713         * gst/videocrop/gstvideocrop.c:
15714         * gst/videocrop/gstvideocrop.h:
15715           Move boilerplate stuff and structures into a header file.
15716
15717         * tests/check/Makefile.am:
15718         * tests/check/elements/.cvsignore:
15719         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
15720         (test_unit_sizes), (videocrop_test_cropping_init_context),
15721         (videocrop_test_cropping_deinit_context),
15722         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
15723           Add unit tests for videocrop.
15724
15725 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15726
15727         * configure.ac:
15728         * gst/videocrop/Makefile.am:
15729         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
15730         (gst_video_crop_class_init), (gst_video_crop_init),
15731         (gst_video_crop_get_image_details_from_caps),
15732         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
15733         (gst_video_crop_transform_planar), (gst_video_crop_transform),
15734         (gst_video_crop_transform_dimension),
15735         (gst_video_crop_transform_dimension_value),
15736         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
15737         (gst_video_crop_set_property), (gst_video_crop_get_property),
15738         (plugin_init):
15739           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
15740           it support all formats videoscale supports (#345653).
15741
15742 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15743
15744         * sys/v4l2/gstv4l2.c:
15745         * sys/v4l2/gstv4l2colorbalance.c:
15746         * sys/v4l2/gstv4l2object.c:
15747         (gst_v4l2_object_install_properties_helper):
15748         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15749         * sys/v4l2/gstv4l2src.h:
15750           Whitespace cleanups, dashify property-names.
15751
15752 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15753
15754         * sys/v4l2/gstv4l2.c:
15755         * sys/v4l2/gstv4l2colorbalance.c:
15756         * sys/v4l2/gstv4l2colorbalance.h:
15757         * sys/v4l2/gstv4l2object.c:
15758         * sys/v4l2/gstv4l2object.h:
15759         * sys/v4l2/gstv4l2src.c:
15760         * sys/v4l2/gstv4l2src.h:
15761         * sys/v4l2/gstv4l2tuner.c:
15762         * sys/v4l2/gstv4l2tuner.h:
15763         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15764         * sys/v4l2/gstv4l2xoverlay.h:
15765         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15766         (gst_v4l2_open):
15767         * sys/v4l2/v4l2_calls.h:
15768         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
15769         (gst_v4l2src_capture_init):
15770         * sys/v4l2/v4l2src_calls.h:
15771           Cleanup error messages and unify header comments
15772
15773 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
15774
15775         * gst/nsf/Makefile.am:
15776         Add missing GST_LIBS
15777
15778 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15779
15780         * sys/v4l2/gstv4l2src.c:
15781         Another small fix to set_caps function (sucks copy/paste error).
15782         
15783 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15784
15785         * sys/v4l2/gstv4l2src.c:
15786         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
15787
15788 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15789
15790         * sys/v4l2/gstv4l2src.c:
15791         A small fix to set_caps function.
15792
15793 2006-08-30  Edward Hervey  <edward@fluendo.com>
15794
15795         * gst/qtdemux/qtdemux.c:
15796         (gst_qtdemux_do_seek):
15797         Reset each streams last_flow to GST_FLOW_OK.
15798         (gst_qtdemux_activate_segment):
15799         Removing mystic modifications for good.
15800
15801 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15802
15803         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15804         (qtdemux_parse_tree):
15805           put back 'segment start<=stop' change that was mystically reverted by
15806           the last commit
15807
15808 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15809
15810         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15811         (qtdemux_parse_tree):
15812         Fix the build for disabled debug
15813
15814 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
15815
15816         * sys/v4l2/gstv4l2src.c:
15817         * sys/v4l2/v4l2src_calls.c:
15818         * sys/v4l2/v4l2src_calls.h:
15819         Fixed framerate negotiation.
15820         
15821 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
15822
15823         Patch by: Andrew Andkjar  <enki at goodship net>
15824
15825         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
15826         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
15827         (gst_sdlvideosink_deinitsdl):
15828           Only de-init the subsystem we previously initialised. Avoids
15829           borkage when both sdlvideosink and sdlaudiosink are used
15830           at the same time and one is shut down.
15831
15832 2006-08-28  Wim Taymans  <wim@fluendo.com>
15833
15834         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15835         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
15836         (qtdemux_video_caps):
15837         Make sure segment start<=stop in weird quicktime files.
15838
15839 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
15840
15841         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15842           add comments and more debug logging
15843
15844 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
15845
15846         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15847
15848         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
15849         (gst_wavpack_dec_chain):
15850           Post audio codec and average bitrate tags on bus (#344472).
15851
15852         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
15853         (gst_wavpack_parse_src_query):
15854           Forward queries in other formats (BYTE format in particular)
15855           upstream; add Sebastian to authors.
15856
15857 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
15858
15859         * sys/v4l2/gstv4l2src.c:
15860         * sys/v4l2/v4l2src_calls.c:
15861         * sys/v4l2/v4l2src_calls.h:
15862         Fix set_caps to set width and height to the values the driver is
15863         really working with.
15864
15865 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15866
15867         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
15868           Fix mem leak, send newsegment event on correction pad
15869           as well (#352476).
15870
15871         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
15872           Restore original author (on Sebastian's request).
15873
15874         * tests/check/Makefile.am:
15875         * tests/check/gst-plugins-bad.supp:
15876           Add (so far empty) suppression file for -bad. Remove
15877           wavpackenc test from VALGRIND_TO_FIX now that the leak
15878           is fixed.
15879
15880 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15881
15882         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15883
15884         * tests/check/Makefile.am:
15885         * tests/check/elements/.cvsignore:
15886         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
15887         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
15888         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
15889         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
15890         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
15891         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
15892         (wavpackparse_suite), (main):
15893           Add unit tests for wavpack elements (#352476).
15894
15895 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15896
15897         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15898
15899         * docs/plugins/Makefile.am:
15900         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15901         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15902         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15903         * docs/plugins/inspect/plugin-wavpack.xml:
15904         * ext/wavpack/gstwavpackdec.c:
15905         * ext/wavpack/gstwavpackdec.h:
15906         * ext/wavpack/gstwavpackenc.c:
15907         * ext/wavpack/gstwavpackenc.h:
15908         * ext/wavpack/gstwavpackparse.c:
15909         * ext/wavpack/gstwavpackparse.h:
15910           Add docs for wavpack elements (#352476).
15911
15912 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
15913
15914         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
15915         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
15916         Fixed query size to work with drivers that uses intermediate step
15917         like "width * height" to find closest size.
15918         
15919 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15920
15921         * configure.ac:
15922         * docs/plugins/Makefile.am:
15923         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15924         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15925         * gst/gdp/Makefile.am:
15926         * gst/gdp/gstgdp.c:
15927         * gst/gdp/gstgdpdepay.c:
15928         * gst/gdp/gstgdpdepay.h:
15929         * gst/gdp/gstgdppay.c:
15930         * gst/gdp/gstgdppay.h:
15931         * tests/check/Makefile.am:
15932         * tests/check/elements/gdpdepay.c:
15933         * tests/check/elements/gdppay.c:
15934           move gdp plugin to good.
15935
15936 2006-08-21  Wim Taymans  <wim@fluendo.com>
15937
15938         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15939         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
15940         (qtdemux_video_caps), (qtdemux_audio_caps):
15941         Some more constification.
15942         Fix some paletted data formats again.
15943         Fix ulaw/alaw in qt.
15944         Set correct caps for raw RGB.
15945         Add support for yuv2, which is like Yuv2.
15946         Add support for raw audio with the NONE fourcc, which is like raw.
15947
15948 2006-08-21  Wim Taymans  <wim@fluendo.com>
15949
15950         * ext/gsm/gstgsm.c: (plugin_init):
15951         Make rank PRIMARY now that GSM seems to work fine.
15952
15953 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
15954
15955         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
15956         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
15957         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
15958         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
15959         (gst_wavpack_enc_rewrite_first_block),
15960         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
15961         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
15962         * ext/wavpack/gstwavpackenc.h:
15963         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
15964         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
15965         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
15966         (gst_wavpack_parse_loop):
15967           More clean-ups: use shorter variable names to make code easier to
15968           read; prefix structures we define with 'Gst' to make it clearer
15969           where they come from.
15970
15971 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
15972
15973         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
15974         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
15975         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
15976         (gst_wavpack_enc_sink_event):
15977           Fix caps set on buffers and template caps (output is framed)
15978           and make them match (#351663); use GST_WARNING_OBJECT instead of
15979           GST_ELEMENT_WARNING; simplify push_block(); do some small
15980           clean-ups here and there; fix memleak (#351663).
15981
15982 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
15983
15984         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
15985
15986         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
15987         (gst_wavpack_parse_get_upstream_length),
15988         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
15989         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
15990           Fix resyncing in push mode not stopping re-syncing at embedded
15991           zeroes; skip garbage between frames in pull mode as well if
15992           necessary; use gst_pad_query_peer_duration(); push EOS and
15993           NEWSEGMENT event in right direction (#351659).
15994
15995 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
15996
15997         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15998
15999         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
16000         * ext/wavpack/gstwavpackparse.c:
16001         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
16002           In push mode, re-sync to next wavpack header if sync is lost
16003           (#351557). Also use hyphens instead of underscores in
16004           GObject property names.
16005
16006 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16007
16008         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16009
16010         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
16011         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
16012         (gst_wavpack_parse_src_query),
16013         (gst_wavpack_parse_handle_seek_event),
16014         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16015         (gst_wavpack_parse_create_src_pad),
16016         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
16017         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
16018         (gst_wavpack_parse_sink_activate_pull):
16019         * ext/wavpack/gstwavpackparse.h:
16020           Make wavpackparse also work in push-mode (not seekable yet though);
16021           some small clean-ups along the way; add support for SEEKING query
16022           and query types function. (#351495).
16023
16024 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16025
16026         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
16027         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
16028           Fix leaks (#351502).
16029
16030 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
16031
16032         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
16033         (qtdemux_process_redirects), (qtdemux_parse_tree):
16034           Extract all references/redirections if there is more
16035           than one and sort them; also extract minimum required
16036           bitrate information if available. (#350399)
16037           
16038 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
16039
16040         Patch by: Michal Benes  <michal.benes at itonis tv>
16041
16042         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
16043           Bitrate in the faac structure is per output channel,
16044           not total bitrate (#350741).
16045
16046 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16047
16048         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
16049           Fix GST_ELEMENT_ERROR usage.
16050
16051 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16052
16053         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16054           Fix silly typo.
16055
16056 2006-08-08  Edward Hervey  <edward@fluendo.com>
16057
16058         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16059         I forgot to include the file containing the #define :)
16060         Now includes "config.h"
16061
16062 2006-08-08  Edward Hervey  <edward@fluendo.com>
16063
16064         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16065         Ignore test known to fail on PPC64. See #348114.
16066
16067 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
16068
16069         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
16070         br>
16071
16072         * ext/neon/gstneonhttpsrc.c:
16073         * ext/neon/gstneonhttpsrc.h:
16074         Allow HTTP redirect (HTTP status code 302).
16075
16076 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16077
16078         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16079         Fix event parsing by gdpdepay.  Fixes #349916.
16080
16081 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
16082
16083         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
16084         com>
16085
16086         * ext/Makefile.am:
16087           Use right variables when USE_SPC is defined.
16088
16089 2006-08-02  Wim Taymans  <wim@fluendo.com>
16090
16091         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16092         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
16093         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
16094         (gst_gdp_depay_change_state):
16095         Disable seeking.
16096         Small cleanups.
16097         Clear adapter on disconts.
16098         Clear caps when going to READY instead of NULL
16099
16100         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16101         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
16102         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16103         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16104         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16105         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
16106         (gst_gdp_pay_change_state):
16107         * gst/gdp/gstgdppay.h:
16108         Reset payloader when going to READY.
16109         Fix leaked buffers in ->queue on push errors.
16110         Disable seeking.
16111         Code cleanups.
16112         Create packetizer in _init, free in _finalize.
16113
16114 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16115
16116         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16117         (gst_dfbvideosink_buffer_alloc): Post an error message.
16118
16119 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16120
16121         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16122         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
16123         setup yet. Fail changing state if setup fails.
16124
16125 2006-07-31  Wim Taymans  <wim@fluendo.com>
16126
16127         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16128         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
16129         Consume all events except EOS because we generate events from
16130         the gdp payload instead. Fixes #349204
16131
16132 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16133
16134         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
16135         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
16136         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
16137         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16138         (gst_xviddec_setcaps), (gst_xviddec_change_state):
16139         * ext/xvid/gstxviddec.h:
16140           Clean-ups and code reflows. Pass return value from
16141           gst_pad_alloc_buffer() upstream among other things. Also check
16142           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
16143           Mass rename of xviddec -> dec variable for better
16144           code readability.
16145
16146 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16147
16148         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
16149           Fix size calculation for I420/YV12. Fixes #348976.
16150
16151 2006-07-27  Wim Taymans  <wim@fluendo.com>
16152
16153         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16154         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
16155         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
16156         Fix negotiation.
16157
16158 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16159
16160         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
16161           proxying get/set caps is the wrong thing to do, since we really
16162           do change caps quite fundamentally
16163         * tests/check/elements/gdpdepay.c:
16164         * tests/check/elements/gdppay.c:
16165           remove declaration of buffers, it's already done in gstcheck.h
16166
16167 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
16168
16169         * sys/directsound/gstdirectsoundsink.h:
16170         * sys/directsound/gstdirectsoundsink.c:
16171         Add an attenuation property that will directly attenuate the 
16172         directsound buffer.
16173         Change the size of the directsound secondary buffer to a half second.
16174         Add more debug logs.
16175         Add a lock to protect dsound buffer write access.
16176         Fix a bad implementation of reset.
16177         * sys/directsound/gstdirectdrawsink.c:
16178         * sys/directsound/gstdirectdrawsink.h:
16179         Add a keep_aspect_ratio property.
16180         Do not use overlay if not supported.
16181         Add more debug logs.
16182         Remove overwrite of WM_ERASEBKGND message handling. It was not
16183         redrawing border when keep_aspect_ratio was enabled.
16184         * win32/common/config.h:
16185         update version waiting an auto-generated config.h
16186
16187 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
16188
16189         Patch by: Chris Lee  <clee at kde org>
16190
16191         * configure.ac:
16192         * ext/Makefile.am:
16193         * ext/spc/Makefile.am:
16194         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
16195         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
16196         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
16197         (gst_spc_dec_src_query), (spc_play), (spc_setup),
16198         (gst_spc_dec_change_state), (plugin_init):
16199         * ext/spc/gstspc.h:
16200           Add libopenspc-based SPC decoder element (#348220).
16201
16202 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16203
16204         Patch by: Martin Szulecki
16205
16206         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
16207           If "device-name" is requested and the device is not
16208           open, try to temporarily open it to obtain this
16209           information (#342494).
16210
16211 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16212
16213         * gst/nsf/nsf.c: (nsf_load):
16214           Really fix compilation. Apparently it's not enough to
16215           just check the return value for errors, but we need to
16216           check for short reads as well (now if only we handled
16217           them too ...). Fixes #347935.
16218
16219 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16220
16221         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
16222           Fix caps after previous change to byte order endianness.
16223
16224         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16225         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16226         (gst_wavpack_parse_loop):
16227         * ext/wavpack/gstwavpackparse.h:
16228           Queue incoming events if there's no source pad yet and
16229           send them downstream later when the pad is there.
16230
16231 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16232
16233         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
16234         (gst_wavpack_dec_format_samples),
16235         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16236         (gst_wavpack_dec_change_state):
16237         * ext/wavpack/gstwavpackdec.h:
16238           Output audio in native byte order (which is also how we get
16239           samples from wavpack); output samples with 21-24 bit depth
16240           with 32 bit width (makes things easier for us).
16241
16242 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16243
16244         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16245         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16246         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16247         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16248         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
16249         * ext/wavpack/gstwavpackdec.h:
16250           More clean-ups: remove most of the disfunctional correction
16251           pad stuff for now, if it ever gets implemented a lot of stuff
16252           will have to be rewritten anyway; redo chain function, move
16253           errors to end, error out instead of g_assert()ing. Also rename
16254           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
16255           other small stuff.
16256
16257 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16258
16259         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16260
16261         * configure.ac:
16262           Check for wavpack version and define WAVPACK_OLD_API if
16263           necessary.
16264
16265         * ext/wavpack/Makefile.am:
16266         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
16267         (gst_wavpack_read_metadata):
16268         * ext/wavpack/gstwavpackcommon.h:
16269         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16270         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16271         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16272         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16273         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
16274         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
16275         * ext/wavpack/gstwavpackdec.h:
16276         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
16277         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
16278         (gst_wavpack_enc_set_wp_config):
16279         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16280         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
16281         (gst_wavpack_parse_index_get_entry_from_sample),
16282         (gst_wavpack_parse_scan_to_find_sample),
16283         (gst_wavpack_parse_handle_seek_event),
16284         (gst_wavpack_parse_create_src_pad):
16285         * ext/wavpack/gstwavpackstreamreader.c:
16286         * ext/wavpack/gstwavpackstreamreader.h:
16287           Port to new/official wavpack API, don't use API that was exported
16288           in wavpack header files and in the lib but meant to be private, at
16289           least not for recent wavpack versions; misc. 'cleanups' (#347443).
16290
16291 2006-07-18  Wim Taymans  <wim@fluendo.com>
16292
16293         * gst/nsf/nsf.c: (nsf_load):
16294         Fix compilation by not ignoring return values of fread.
16295
16296 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16297
16298         * docs/plugins/inspect/plugin-alsaspdif.xml:
16299         * docs/plugins/inspect/plugin-filter.xml:
16300         * docs/plugins/inspect/plugin-h264parse.xml:
16301         * docs/plugins/inspect/plugin-musepack.xml:
16302         * docs/plugins/inspect/plugin-nsfdec.xml:
16303         * docs/plugins/inspect/plugin-sdl.xml:
16304         * docs/plugins/inspect/plugin-spectrum.xml:
16305           adding more inspect docs
16306
16307 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16308
16309         * docs/plugins/inspect/plugin-gdp.xml:
16310           actually commit inspectation of gdp element
16311
16312 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16313
16314         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
16315         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16316           remove parent_class setting, BOILERPLATE does this
16317         (gst_gdp_pay_reset_streamheader):
16318           fix typo in comment
16319
16320 2006-07-17  Wim Taymans  <wim@fluendo.com>
16321
16322         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16323         (gst_qtdemux_prepare_current_sample),
16324         (gst_qtdemux_loop_state_movie):
16325         Store duration in uint64 too instead of clipping.
16326         When we do a keyframe seek and the requested time is at the
16327         keyframe, don't seek back to the beginning of the keyframe.
16328         Fixes #347439.
16329
16330 2006-07-16  Wim Taymans  <wim@fluendo.com>
16331
16332         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16333         Don't crash on small buffers.
16334
16335 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16336
16337         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16338         Reset adapter.
16339
16340 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16341
16342         * gst/spectrum/demo-audiotest.c: (main):
16343         * gst/spectrum/demo-osssrc.c: (main):
16344         Do not use deprecated gtk functions.
16345
16346 2006-07-14  Wim Taymans  <wim@fluendo.com>
16347
16348         * gst/nsf/Makefile.am:
16349         * gst/nsf/memguard.c:
16350         * gst/nsf/memguard.h:
16351         * gst/nsf/types.h:
16352         Remove crack malloc/free replacement.
16353
16354 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16355
16356         * docs/plugins/Makefile.am:
16357         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16358         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16359           add more plugins and elements to docs
16360         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16361           fix segfaults due to wrong g_free
16362           add example
16363         * gst/gdp/gstgdppay.c:
16364           add example
16365
16366 2006-07-13  Wim Taymans  <wim@fluendo.com>
16367
16368         * gst/nsf/Makefile.am:
16369         Fix build.
16370
16371 2006-07-13  Wim Taymans  <wim@fluendo.com>
16372
16373         Based on patches by: Johan Dahlin <johan at gnome dot org>
16374                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16375
16376         * configure.ac:
16377         * gst/nsf/Makefile.am:
16378         * gst/nsf/dis6502.h:
16379         * gst/nsf/fds_snd.c:
16380         * gst/nsf/fds_snd.h:
16381         * gst/nsf/fmopl.c:
16382         * gst/nsf/fmopl.h:
16383         * gst/nsf/gstnsf.c:
16384         * gst/nsf/gstnsf.h:
16385         * gst/nsf/log.c:
16386         * gst/nsf/log.h:
16387         * gst/nsf/memguard.c:
16388         * gst/nsf/memguard.h:
16389         * gst/nsf/mmc5_snd.c:
16390         * gst/nsf/mmc5_snd.h:
16391         * gst/nsf/nes6502.c:
16392         * gst/nsf/nes6502.h:
16393         * gst/nsf/nes_apu.c:
16394         * gst/nsf/nes_apu.h:
16395         * gst/nsf/nsf.c:
16396         * gst/nsf/nsf.h:
16397         * gst/nsf/osd.h:
16398         * gst/nsf/types.h:
16399         * gst/nsf/vrc7_snd.c:
16400         * gst/nsf/vrc7_snd.h:
16401         * gst/nsf/vrcvisnd.c:
16402         * gst/nsf/vrcvisnd.h:
16403         Added NSF decoder plugin. Fixes 151192. 
16404
16405 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16406
16407         * tests/check/Makefile.am:
16408           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16409
16410 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16411
16412         * configure.ac:
16413           Don't error out in configure if mjpegtools dev is not there.
16414
16415 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16416
16417         Patch by: Mark Nauwelaerts <manauw at skynet be>
16418
16419         * configure.ac:
16420         * ext/Makefile.am:
16421         * ext/mpeg2enc/Makefile.am:
16422         * ext/mpeg2enc/gstmpeg2enc.cc:
16423         * ext/mpeg2enc/gstmpeg2enc.hh:
16424         * ext/mpeg2enc/gstmpeg2encoder.cc:
16425         * ext/mpeg2enc/gstmpeg2encoder.hh:
16426         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16427         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16428         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16429         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16430         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16431           Port mpeg2enc to 0.10 (#343184).
16432
16433         * tests/check/Makefile.am:
16434         * tests/check/elements/.cvsignore:
16435         * tests/check/elements/mpeg2enc.c:
16436           Add unit test for mpeg2enc.
16437
16438         * tests/icles/.cvsignore:
16439           Ignore pitch-test.
16440
16441 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16442
16443         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16444           Fix typo in property nick.
16445
16446 2006-07-10  Wim Taymans  <wim@fluendo.com>
16447
16448         * gst/filter/gstbpwsinc.h:
16449         * gst/filter/gstiir.h:
16450         * gst/filter/gstlpwsinc.h:
16451         Don't forget new files.
16452
16453 2006-07-10  Wim Taymans  <wim@fluendo.com>
16454
16455         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16456
16457         * configure.ac:
16458         * gst/filter/Makefile.am:
16459         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16460         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16461         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16462         (bpwsinc_set_property), (bpwsinc_get_property):
16463         * gst/filter/gstfilter.c: (plugin_init):
16464         * gst/filter/gstfilter.h:
16465         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16466         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16467         (iir_transform_ip), (iir_set_property), (iir_get_property):
16468         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16469         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16470         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16471         (lpwsinc_set_property), (lpwsinc_get_property):
16472         Ported the gstfilter plugin to GStreamer 0.10.
16473         Fixes #346853.
16474
16475 2006-07-10  Wim Taymans  <wim@fluendo.com>
16476
16477         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16478           Extract comment information!!
16479
16480 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16481
16482         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16483         (qtdemux_tag_add_date):
16484           Extract year/date information (fixes #347079).
16485
16486 2006-07-07  Wim Taymans  <wim@fluendo.com>
16487
16488         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16489         Don't crash on twos/sowt/raw audio. #345830.
16490
16491 2006-07-07  Wim Taymans  <wim@fluendo.com>
16492
16493         Patch by: Lutz Mueller <lutz at topfrose dot de>
16494
16495         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16496         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16497         (request_dispatch), (gst_neonhttp_src_create),
16498         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16499         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16500         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16501         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16502         * ext/neon/gstneonhttpsrc.h:
16503         Remove unlock function. start/stop will do everything needed
16504         Removed code that was never called.
16505         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16506         Do not escape path. Fixes #346723.
16507         Additional code cleanups.
16508
16509 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16510
16511         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16512         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16513           Fix silly crasher in state change function; add
16514           IV41 fourcc (see bug #171111); don't output confusing
16515           debug message when skipping atoms.
16516
16517 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16518
16519         * ext/directfb/dfbvideosink.c:
16520         * ext/gsm/gstgsmdec.c:
16521         * ext/gsm/gstgsmenc.c:
16522         * ext/libmms/gstmms.c:
16523         * ext/neon/gstneonhttpsrc.c:
16524         * ext/theora/theoradec.c:
16525         * gst/freeze/gstfreeze.c:
16526         * gst/gdp/gstgdpdepay.c:
16527         * gst/gdp/gstgdppay.c:
16528         * sys/glsink/glimagesink.c:
16529           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16530           and fix one GObject boilerplate macro.
16531
16532 2006-06-20  Wim Taymans  <wim@fluendo.com>
16533
16534         * gst/modplug/libmodplug/stdafx.h:
16535         Fix modplug on AMD64. Fixes #345336.
16536
16537 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
16538
16539         * configure.ac:
16540           Fix check so that future libneon API changes won't break the build.
16541
16542         * ext/neon/gstneonhttpsrc.c:
16543           Fix build with libneon-0.26.x (#345182).
16544
16545 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
16546
16547         * configure.ac:
16548           Fix --disable-external (can't set conditionals conditionally,
16549           #343602).
16550           
16551 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16552
16553         * gst/spectrum/Makefile.am:
16554         Fix build.
16555
16556 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
16557
16558         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
16559         (draw_spectrum), (message_handler), (main):
16560         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
16561         (message_handler), (main):
16562         port to use message to get results, cleanly exit when closing the window
16563         
16564         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16565         (gst_spectrum_init), (gst_spectrum_dispose),
16566         (gst_spectrum_set_property), (gst_spectrum_get_property),
16567         (gst_spectrum_set_caps), (gst_spectrum_start),
16568         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
16569         * gst/spectrum/gstspectrum.h:
16570         port to derive from basetransform and send results via messages
16571         (like level element)
16572
16573 2006-06-15  Wim Taymans  <wim@fluendo.com>
16574
16575         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16576         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
16577         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
16578         Combine return values from src pad pushes.
16579
16580 2006-06-15  Wim Taymans  <wim@fluendo.com>
16581
16582         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
16583         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
16584         (gst_qtdemux_add_stream):
16585         Don't crash on files with 0 samples, EOS immediatly instead.
16586         Fixes #344944.
16587
16588 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16589
16590         Patch by: Wouter Paesen  <wouter at kangaroot net>
16591
16592         * ext/soundtouch/Makefile.am:
16593         * ext/soundtouch/gstpitch.cc:
16594           Make pitch element controllable via GstController interface
16595           (#344821).
16596           
16597         * configure.ac:
16598           Up core requirements to 0.10.8.1/CVS because earlier
16599           GstControllers can't handle float properties correctly.
16600           Check for GstController CFLAGS and LIBS.
16601
16602         * tests/icles/Makefile.am:
16603         * tests/icles/pitch-test.c: (main):
16604           Add small test program for the above (welcome to the 80s!).
16605
16606 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16607
16608         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
16609
16610         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
16611         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
16612         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
16613         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16614         * ext/wavpack/gstwavpackenc.h:
16615           Use bitrate property solely for bitrates and add new
16616           bits-per-sample property for the other stuff. Set duration
16617           to 'unknown' in initial header and resend header with proper
16618           duration on EOS; update Sebastian's e-mail address.
16619
16620 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16621
16622         * examples/directfb/.cvsignore:
16623         * ext/directfb/.cvsignore:
16624           #define red green
16625
16626 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16627
16628         * gst/spectrum/.cvsignore:
16629           Ignore more.
16630
16631 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16632
16633         * ext/libmms/gstmms.c: (gst_mms_create):
16634           Set caps on outgoing buffers.
16635
16636         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
16637           Comment out unused global instance variable.
16638
16639 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
16640
16641         Patch by: Sebastian Dröge  <mail at slomosnail de>
16642
16643         * ext/wavpack/Makefile.am:
16644         * ext/wavpack/gstwavpack.c: (plugin_init):
16645         * ext/wavpack/gstwavpackcommon.h:
16646         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
16647         (gst_wavpack_enc_correction_mode_get_type),
16648         (gst_wavpack_enc_joint_stereo_mode_get_type),
16649         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
16650         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
16651         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
16652         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
16653         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16654         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16655         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
16656         (gst_wavpack_enc_plugin_init):
16657         * ext/wavpack/gstwavpackenc.h:
16658         * ext/wavpack/md5.c:
16659         * ext/wavpack/md5.h:
16660           Add wavpack encoder element (#343131).
16661
16662 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16663
16664         * configure.ac:
16665           Check for X before using X_CFLAGS in the check for opengl (#343866).
16666           
16667         * ext/musepack/Makefile.am:
16668         * ext/wavpack/Makefile.am:
16669         * gst/speed/Makefile.am:
16670           Add missing GST_LIBS, fixes build on cygwin (#343866).
16671
16672 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16673
16674         * configure.ac:
16675           enable building of GDP elements
16676         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16677         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16678         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16679         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16680         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
16681         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
16682         (gst_gdp_pay_change_state):
16683         * gst/gdp/gstgdppay.h:
16684           add version 1.0
16685
16686 2006-06-02  Michael Smith  <msmith@fluendo.com>
16687
16688         * ext/theora/theoradec.c: (theora_dec_src_convert),
16689         (theora_handle_type_packet), (theora_handle_422_image),
16690         (theora_handle_444_image), (theora_handle_420_image),
16691         (theora_handle_data_packet):
16692           Theora 4:4:4 pixel format support.
16693
16694 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16695
16696         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16697         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16698         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16699         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
16700         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
16701         (gst_gdp_pay_get_property):
16702           add crc-header and crc-payload properties
16703           don't error out on some things that are recoverable
16704         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
16705           add test for crc
16706
16707 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
16708
16709         * ext/alsaspdif/alsaspdifsink.h:
16710         * ext/amrwb/gstamrwbdec.h:
16711         * ext/amrwb/gstamrwbenc.h:
16712         * ext/amrwb/gstamrwbparse.h:
16713         * ext/arts/gst_arts.h:
16714         * ext/artsd/gstartsdsink.h:
16715         * ext/audiofile/gstafparse.h:
16716         * ext/audiofile/gstafsink.h:
16717         * ext/audiofile/gstafsrc.h:
16718         * ext/audioresample/gstaudioresample.h:
16719         * ext/bz2/gstbz2dec.h:
16720         * ext/bz2/gstbz2enc.h:
16721         * ext/dirac/gstdiracdec.h:
16722         * ext/directfb/dfbvideosink.h:
16723         * ext/divx/gstdivxdec.h:
16724         * ext/divx/gstdivxenc.h:
16725         * ext/dts/gstdtsdec.h:
16726         * ext/faac/gstfaac.h:
16727         * ext/gsm/gstgsmdec.h:
16728         * ext/gsm/gstgsmenc.h:
16729         * ext/ivorbis/vorbisenc.h:
16730         * ext/libfame/gstlibfame.h:
16731         * ext/nas/nassink.h:
16732         * ext/neon/gstneonhttpsrc.h:
16733         * ext/polyp/polypsink.h:
16734         * ext/sdl/sdlaudiosink.h:
16735         * ext/sdl/sdlvideosink.h:
16736         * ext/shout/gstshout.h:
16737         * ext/snapshot/gstsnapshot.h:
16738         * ext/sndfile/gstsf.h:
16739         * ext/swfdec/gstswfdec.h:
16740         * ext/tarkin/gsttarkindec.h:
16741         * ext/tarkin/gsttarkinenc.h:
16742         * ext/theora/theoradec.h:
16743         * ext/wavpack/gstwavpackdec.h:
16744         * ext/wavpack/gstwavpackparse.h:
16745         * ext/xine/gstxine.h:
16746         * ext/xvid/gstxviddec.h:
16747         * ext/xvid/gstxvidenc.h:
16748         * gst/cdxaparse/gstcdxaparse.h:
16749         * gst/cdxaparse/gstcdxastrip.h:
16750         * gst/colorspace/gstcolorspace.h:
16751         * gst/festival/gstfestival.h:
16752         * gst/freeze/gstfreeze.h:
16753         * gst/gdp/gstgdpdepay.h:
16754         * gst/gdp/gstgdppay.h:
16755         * gst/modplug/gstmodplug.h:
16756         * gst/mpeg1sys/gstmpeg1systemencode.h:
16757         * gst/mpeg1videoparse/gstmp1videoparse.h:
16758         * gst/mpeg2sub/gstmpeg2subt.h:
16759         * gst/mpegaudioparse/gstmpegaudioparse.h:
16760         * gst/multifilesink/gstmultifilesink.h:
16761         * gst/overlay/gstoverlay.h:
16762         * gst/playondemand/gstplayondemand.h:
16763         * gst/qtdemux/qtdemux.h:
16764         * gst/rtjpeg/gstrtjpegdec.h:
16765         * gst/rtjpeg/gstrtjpegenc.h:
16766         * gst/smooth/gstsmooth.h:
16767         * gst/smoothwave/gstsmoothwave.h:
16768         * gst/spectrum/gstspectrum.h:
16769         * gst/speed/gstspeed.h:
16770         * gst/stereo/gststereo.h:
16771         * gst/switch/gstswitch.h:
16772         * gst/tta/gstttadec.h:
16773         * gst/tta/gstttaparse.h:
16774         * gst/videodrop/gstvideodrop.h:
16775         * gst/xingheader/gstxingmux.h:
16776         * sys/directdraw/gstdirectdrawsink.h:
16777         * sys/directsound/gstdirectsoundsink.h:
16778         * sys/dxr3/dxr3audiosink.h:
16779         * sys/dxr3/dxr3spusink.h:
16780         * sys/dxr3/dxr3videosink.h:
16781         * sys/qcam/gstqcamsrc.h:
16782         * sys/vcd/vcdsrc.h:
16783         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16784
16785 2006-05-31  Edward Hervey  <edward@fluendo.com>
16786
16787         * ext/faad/gstfaad.h:
16788         Forgot to commit the header file too.
16789
16790 2006-05-31  Edward Hervey  <edward@fluendo.com>
16791
16792         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
16793         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
16794         (gst_faad_chain), (gst_faad_change_state):
16795         Added GstSegment to control segments.
16796         Added clipping/dropping of outgoing buffers in order to have accurate
16797         seeking working properly.
16798
16799 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16800
16801         Patch by: Lutz Müller  <lutz at topfrose de>
16802
16803         * ext/bz2/Makefile.am:
16804         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
16805         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
16806           Use gst_type_find_helper_* functions for typefinding; use
16807           correct caps with gst_pad_alloc_buffer(); add state change
16808           function and reset decoder in it; don't unref buffer if
16809           pad_push fails; use fixed caps on source pad. (#341524).
16810
16811 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
16812
16813         * gst/spectrum/Makefile.am:
16814         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
16815         (spectrum_chain), (main):
16816         * gst/spectrum/demo-osssrc.c:
16817         added another example
16818         
16819         * sys/v4l2/gstv4l2src.c:
16820         fix typo
16821
16822 2006-05-26  Edward Hervey  <edward@fluendo.com>
16823
16824         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
16825         Clip the outputed NEWSEGMENT stop time to the configured segment stop
16826         time.
16827
16828 2006-05-26  Wim Taymans  <wim@fluendo.com>
16829
16830         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
16831         Don't clear the running variable in the seek code.
16832
16833 2006-05-24  Wim Taymans  <wim@fluendo.com>
16834
16835         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
16836         Detect QCELP in mp4a descriptors.
16837
16838 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16839
16840         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
16841           po/POTFILES.in:
16842           Throw an error when the file is encrypted. Move plugin_init stuff
16843           to the end of the file, add stuff for i18n, make debug category
16844           static.
16845
16846 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16847
16848         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16849
16850         * configure.ac:
16851         * gst/h264parse/Makefile.am:
16852         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
16853         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
16854         (gst_h264_parse_init), (gst_h264_parse_chain),
16855         (gst_h264_parse_handle_event), (plugin_init):
16856         * gst/h264parse/gsth264parse.h:
16857           New plugin: h264parse (#340638)
16858
16859 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16860
16861         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
16862         (gst_gdp_depay_change_state):
16863         * gst/gdp/gstgdpdepay.h:
16864         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
16865         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
16866         (gst_gdp_pay_change_state):
16867         * gst/gdp/gstgdppay.h:
16868           Handle error cases when calling functions
16869           do downwards state change after parent's change_state
16870         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
16871         * tests/check/elements/gdppay.c: (GST_START_TEST):
16872           clean up more
16873
16874 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16875
16876         * gst/gdp/Makefile.am:
16877         * gst/gdp/gstgdp.c: (plugin_init):
16878         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
16879         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
16880         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
16881         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
16882         * gst/gdp/gstgdpdepay.h:
16883         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
16884         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
16885         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
16886         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16887         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16888         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16889         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
16890         (gst_gdp_pay_plugin_init):
16891         * gst/gdp/gstgdppay.h:
16892         * tests/check/Makefile.am:
16893         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
16894         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
16895         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
16896         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
16897         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
16898         (main):
16899           adding GDP payloader and depayloader.  Build integration will
16900           follow later when the GDP issues for core are sorted out.
16901
16902 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16903
16904         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16905         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
16906         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
16907           Use boilerplate macro, fix strings to match plugin-moval-requirements
16908
16909 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16910
16911         * gst/spectrum/Makefile.am:
16912           Link to base libraries
16913
16914         * gst/spectrum/demo-osssrc.c: (main):
16915           use new threshhold property
16916
16917         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16918         (gst_spectrum_init), (gst_spectrum_dispose),
16919         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
16920         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
16921         (gst_spectrum_change_state):
16922         * gst/spectrum/gstspectrum.h:
16923         Use gst_adapter, support multiple-channels, add threshold property for
16924         result, add docs, fix resulting spectrum range (was including mirrored
16925         results)
16926
16927 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16928
16929         * configure.ac:
16930         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
16931         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
16932         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
16933         (gst_spectrum_base_init), (gst_spectrum_class_init),
16934         (gst_spectrum_init), (gst_spectrum_dispose),
16935         (gst_spectrum_set_property), (gst_spectrum_chain):
16936         * gst/spectrum/gstspectrum.h:
16937         Initial port of the spectrum element
16938
16939 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
16940
16941         * sys/v4l2/gstv4l2.c:
16942         * sys/v4l2/gstv4l2object.c:
16943         * sys/v4l2/gstv4l2object.h:
16944         * sys/v4l2/gstv4l2src.c:
16945         * sys/v4l2/gstv4l2xoverlay.c:
16946         Some clean-ups requested by wingo in bug #338818.       
16947
16948 2006-05-19  Michael Smith  <msmith@fluendo.com>
16949
16950         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
16951         (alsaspdifsink_class_init), (alsaspdifsink_init),
16952         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
16953         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
16954         (alsaspdifsink_get_time), (alsaspdifsink_open),
16955         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
16956         (alsaspdifsink_write_frame), (alsaspdifsink_event),
16957         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
16958         (generate_iec958_zero_frame), (alsaspdifsink_render),
16959         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
16960         * ext/alsaspdif/alsaspdifsink.h:
16961           Use sampling rate from set_caps. Comment out some more unused code.
16962
16963 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
16964
16965         * configure.ac:
16966           Check for X11
16967         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
16968         * sys/v4l2/gstv4l2object.h:
16969         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
16970         * sys/v4l2/gstv4l2src.h:
16971         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
16972         * sys/v4l2/gstv4l2xoverlay.h:
16973           Code cleanups, fix debug macros
16974
16975 2006-05-18  Michael Smith  <msmith@fluendo.com>
16976
16977         * ext/Makefile.am:
16978           Fix distcheck?
16979
16980 2006-05-18  Michael Smith  <msmith@fluendo.com>
16981
16982         * configure.ac:
16983         * ext/Makefile.am:
16984         * ext/alsaspdif/Makefile.am:
16985         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
16986         (alsaspdifsink_class_init), (alsaspdifsink_init),
16987         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
16988         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
16989         (alsaspdifsink_get_time), (alsaspdifsink_open),
16990         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
16991         (alsaspdifsink_write_frame), (alsaspdifsink_event),
16992         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
16993         (generate_iec958_zero_frame), (alsaspdifsink_render),
16994         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
16995         * ext/alsaspdif/alsaspdifsink.h:
16996           Add an alsa plugin to output IEC958 frames over S/PDIF
16997
16998 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16999
17000         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
17001           Remove unused caps cruft from chain function altogether.
17002
17003 2006-05-17  Edward Hervey  <edward@fluendo.com>
17004
17005         * ext/faad/gstfaad.c: (gst_faad_chain): 
17006         There's no guarantee that caps was set to something, and if it did, the
17007         function called to fill that variable actually sets the caps on the
17008         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
17009         GST_PAD_CAPS(faad->srcpad).
17010
17011 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
17012
17013         Patch by: Young-Ho Cha  <ganadist chollian net>
17014
17015         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
17016         (gst_faad_change_state):
17017         * ext/faad/gstfaad.h:
17018           If we encounter a decoding error, don't error out immediately,
17019           but try to resync (or see if we have better luck with the next
17020           buffer in case of framed input). Only error out after five
17021           consecutive errors. Fixes #341563.
17022
17023 2006-05-12  Wim Taymans  <wim@fluendo.com>
17024
17025         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
17026         (gst_xvidenc_init), (gst_xvidenc_finalize),
17027         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
17028         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
17029         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
17030         (gst_xvidenc_get_property):
17031         Compile fixes.
17032
17033 2006-05-12  Wim Taymans  <wim@fluendo.com>
17034
17035         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17036
17037         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
17038         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
17039         (gst_xvid_image_fill):
17040         * ext/xvid/gstxvid.h:
17041         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
17042         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
17043         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
17044         (gst_xviddec_add_par), (gst_xviddec_negotiate),
17045         (gst_xviddec_decode), (gst_xviddec_chain),
17046         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
17047         (gst_xviddec_src_link), (gst_xviddec_setcaps),
17048         (gst_xviddec_change_state):
17049         * ext/xvid/gstxviddec.h:
17050         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
17051         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
17052         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
17053         (gst_xvidenc_class_init), (gst_xvidenc_init),
17054         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
17055         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
17056         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
17057         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
17058         (gst_xvidenc_change_state):
17059         * ext/xvid/gstxvidenc.h:
17060         xvid plugin to support more capabilities of XviD codec.
17061         Fixes #339462.
17062         Some more cleanups here and there.
17063
17064 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
17065
17066         * sys/v4l2/Makefile.am:
17067         * sys/v4l2/gstv4l2.c:
17068         * sys/v4l2/gstv4l2colorbalance.c:
17069         * sys/v4l2/gstv4l2colorbalance.h:
17070         * sys/v4l2/gstv4l2element.c:
17071         * sys/v4l2/gstv4l2element.h:
17072         * sys/v4l2/gstv4l2object.c:
17073         * sys/v4l2/gstv4l2object.h:
17074         * sys/v4l2/gstv4l2src.c:
17075         * sys/v4l2/gstv4l2src.h:
17076         * sys/v4l2/gstv4l2tuner.c:
17077         * sys/v4l2/gstv4l2tuner.h:
17078         * sys/v4l2/gstv4l2xoverlay.c:
17079         * sys/v4l2/gstv4l2xoverlay.h:
17080         * sys/v4l2/v4l2_calls.c:
17081         * sys/v4l2/v4l2_calls.h:
17082         * sys/v4l2/v4l2src_calls.c:
17083         * sys/v4l2/v4l2src_calls.h:
17084         Changes proposed by Wingo in bug #338818.
17085
17086 2006-05-11  Wim Taymans  <wim@fluendo.com>
17087
17088         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
17089         (gst_qtdemux_handle_esds):
17090         Figure out the real audio type in mp4a boxes by parsing the
17091         optional descriptors in the optional esds box. Promote the
17092         default AAC to mp3 when indicated. Fixes #330632.
17093
17094 2006-05-10  Wim Taymans  <wim@fluendo.com>
17095
17096         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
17097         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
17098         Parse version 2 sample descriptions. Fixes #341231
17099         Don't #define gst_util_dump_mem(), use something more
17100         specific instead to avoid confusion.
17101
17102 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
17103
17104         * sys/v4l2/gstv4l2src.c:
17105         * sys/v4l2/v4l2src_calls.c:
17106         Fix fourcc name printed out. Patch from Martin Rubli.
17107
17108 2006-05-08  Wim Taymans  <wim@fluendo.com>
17109
17110         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
17111         (qtdemux_dump_mvhd):
17112         Don't cause side effects in a debugging function.
17113         Also report duration in push mode since we can.
17114
17115 2006-05-08  Edward Hervey  <edward@fluendo.com>
17116
17117         * autogen.sh: (CONFIGURE_DEF_OPT): 
17118         libtoolize on Darwin/MacOSX is called glibtoolize
17119
17120 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
17121
17122         * ext/amrwb/gstamrwbdec.c:
17123         * ext/amrwb/gstamrwbenc.c:
17124         * ext/sdl/sdlaudiosink.c:
17125         * ext/sdl/sdlvideosink.c:
17126         * ext/wavpack/gstwavpackdec.c:
17127         * ext/xine/xine.c:
17128         * ext/xine/xineaudiodec.c:
17129         * ext/xine/xineaudiosink.c:
17130         * ext/xine/xineinput.c:
17131         * gst/cdxaparse/gstcdxaparse.c:
17132         * gst/freeze/gstfreeze.c:
17133         * sys/v4l2/gstv4l2element.c:
17134         Add semicolons after GST_BOILERPLATE[_FULL] so that
17135         indent doesn't mess up following lines.
17136
17137 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
17138
17139         * sys/v4l2/gstv4l2element.c:
17140         * sys/v4l2/gstv4l2element.h:
17141         * sys/v4l2/gstv4l2src.c:
17142         * sys/v4l2/gstv4l2src.h:
17143         * sys/v4l2/gstv4l2tuner.c:
17144         * sys/v4l2/gstv4l2tuner.h:
17145         * sys/v4l2/v4l2_calls.c:
17146         * sys/v4l2/v4l2_calls.h:
17147         * sys/v4l2/v4l2src_calls.c:
17148         * sys/v4l2/v4l2src_calls.h:
17149         * tests/icles/v4l2src-test.c:
17150         Some changes proposed by wingo in bug #338818 (but not everything
17151         yet). Patch from Martin Rubli to fix framerate detection.
17152
17153 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
17154
17155         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
17156           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
17157
17158 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
17159
17160         * configure.ac:
17161           Back to CVS
17162
17163 === release 0.10.3 ===
17164
17165 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
17166
17167         * configure.ac:
17168           releasing 0.10.3, "Petition to request permission"
17169
17170 2006-05-04  Julien MOUTTE  <julien@moutte.net>
17171
17172         * tests/icles/Makefile.am: Fix build.
17173
17174 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17175
17176         * ext/musicbrainz/Makefile.am:
17177           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
17178
17179 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
17180
17181         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17182         Clean up one piece of logic slightly and remove a 
17183         dead code block.
17184
17185 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17186
17187         * docs/plugins/Makefile.am:
17188         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17189         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17190         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
17191         * docs/plugins/inspect/plugin-musicbrainz.xml:
17192         * ext/musicbrainz/gsttrm.c:
17193         * ext/musicbrainz/gsttrm.h:
17194           Everybody loves docs - add docs for musicbrainz plugin.
17195
17196 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17197
17198         * ext/Makefile.am:
17199           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
17200           
17201 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17202
17203         * ext/Makefile.am:
17204           Forgot to commit this one.
17205
17206 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17207
17208         Patch by: James "Doc" Livingston  <doclivingston gmail com>
17209
17210         * configure.ac:
17211         * ext/musicbrainz/Makefile.am:
17212         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
17213         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
17214         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
17215         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
17216         * ext/musicbrainz/gsttrm.h:
17217           Port MusicBrainz TRM plugin (#336898).
17218
17219 2006-05-03  Michael Smith  <msmith@fluendo.com>
17220
17221         * ext/faad/gstfaad.c: (gst_faad_setcaps),
17222         (looks_like_valid_header), (gst_faad_chain):
17223           Fix #334748: use fake_codec_data if the first bytes of the first
17224           buffer we process doesn't look like plausible AAC data (e.g.
17225           reserved values for rate, or channels). Fixes playback of Apple's
17226           movie trailers.
17227
17228 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
17229
17230         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
17231         Fix get_caps func to work when no framerate is available and the caps
17232         isn't simple.
17233
17234 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
17235
17236         * sys/v4l2/Makefile.am:
17237         * sys/v4l2/gstv4l2colorbalance.c:
17238         * sys/v4l2/gstv4l2xoverlay.c:
17239         * sys/v4l2/v4l2_calls.c:
17240         * tests/icles/Makefile.am:
17241         * tests/icles/v4l2src-test.c:
17242         Few improvements to move to good.
17243
17244 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17245
17246         * configure.ac:
17247         * docs/plugins/Makefile.am:
17248         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17249         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17250         * docs/plugins/inspect/plugin-taglib.xml:
17251         * ext/Makefile.am:
17252         * ext/taglib/Makefile.am:
17253         * ext/taglib/gstid3v2mux.cc:
17254         * ext/taglib/gstid3v2mux.h:
17255         * ext/taglib/gsttaglib.cc:
17256         * ext/taglib/gsttaglib.h:
17257         * tests/check/Makefile.am:
17258         * tests/check/elements/tagid3v2mux.c:
17259           moved to good.  Closes #336110
17260
17261 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17262
17263         * docs/plugins/Makefile.am:
17264         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17265         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17266         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17267         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17268         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17269           Fix up docs for taglib plugin
17270           Also scan .cc files
17271
17272 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17273
17274         * ext/taglib/gsttaglib.cc:
17275           Post an error message on the bus in the (extremely unlikely)
17276           case of an error.
17277
17278 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17279
17280         * ext/taglib/Makefile.am:
17281         * ext/taglib/gstid3v2mux.cc:
17282         * ext/taglib/gstid3v2mux.h:
17283         * ext/taglib/gsttaglib.cc:
17284         * ext/taglib/gsttaglib.h:
17285           Split the actual ID3v2 tag rendering code into
17286           its own subclass.
17287
17288 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
17289
17290         * ext/neon/gstneonhttpsrc.c:
17291         * ext/neon/gstneonhttpsrc.h:
17292           added iradio-mode support as in gnomevfssrc to enable 
17293           connections with icydemux that will send title tag messages on 
17294           shoutcast/icecast streams. I've also added iradio properties
17295           iradio-name, iradio-genre, iradio-url.
17296           added user-agent property because some shoutcast streams don't return 
17297           data if the GET requests don't have a User-Agent.
17298         * win32/common/libgstneon.dsp:
17299           use debug version of libneon in debug mode
17300 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17301
17302         * configure.ac:
17303         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17304         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17305         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17306         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17307         * sys/Makefile.am:
17308         * sys/ximagesrc/Makefile.am:
17309         * sys/ximagesrc/ximagesrc.c:
17310         * sys/ximagesrc/ximagesrc.h:
17311         * sys/ximagesrc/ximageutil.c:
17312         * sys/ximagesrc/ximageutil.h:
17313         * tests/Makefile.am:
17314         * tests/icles/.cvsignore:
17315         * tests/icles/Makefile.am:
17316         * tests/icles/ximagesrc-test.c:
17317           moved ximagesrc to good (See #336756)
17318
17319 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
17320
17321         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
17322         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
17323         (gst_faad_close_decoder), (gst_faad_change_state):
17324         * ext/faad/gstfaad.h:
17325           If we run into a decoding error, try re-opening the decoder
17326           with faacDecInit2() using fake codec data created from the
17327           data the demuxer gave us. Should fix a whole bunch of
17328           GStreamer-faad problems incl. 'channel coupling not
17329           implemented', 'maximum number of scalefactor bands exceeded'
17330           etc. (#173007, #332892).
17331
17332 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17333
17334         * ext/amrwb/gstamrwbdec.c:
17335         * ext/amrwb/gstamrwbenc.c:
17336         * ext/amrwb/gstamrwbparse.c:
17337         * ext/arts/gst_arts.c:
17338         * ext/artsd/gstartsdsink.c:
17339         * ext/audiofile/gstafparse.c:
17340         * ext/audiofile/gstafsink.c:
17341         * ext/audiofile/gstafsrc.c:
17342         * ext/audioresample/gstaudioresample.c:
17343         * ext/bz2/gstbz2dec.c:
17344         * ext/bz2/gstbz2enc.c:
17345         * ext/cdaudio/gstcdaudio.c:
17346         * ext/directfb/dfbvideosink.c:
17347         * ext/divx/gstdivxdec.c:
17348         * ext/divx/gstdivxenc.c:
17349         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17350         * ext/faac/gstfaac.c: (gst_faac_base_init):
17351         * ext/faad/gstfaad.c:
17352         * ext/gsm/gstgsmdec.c:
17353         * ext/gsm/gstgsmenc.c:
17354         * ext/hermes/gsthermescolorspace.c:
17355         * ext/ivorbis/vorbisfile.c:
17356         * ext/lcs/gstcolorspace.c:
17357         * ext/libfame/gstlibfame.c:
17358         * ext/libmms/gstmms.c: (gst_mms_base_init):
17359         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17360         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17361         * ext/nas/nassink.c: (gst_nassink_base_init):
17362         * ext/neon/gstneonhttpsrc.c:
17363         * ext/sdl/sdlaudiosink.c:
17364         * ext/sdl/sdlvideosink.c:
17365         * ext/shout/gstshout.c:
17366         * ext/snapshot/gstsnapshot.c:
17367         * ext/sndfile/gstsf.c:
17368         * ext/swfdec/gstswfdec.c:
17369         * ext/tarkin/gsttarkindec.c:
17370         * ext/tarkin/gsttarkinenc.c:
17371         * ext/theora/theoradec.c:
17372         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17373         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17374         * ext/xvid/gstxviddec.c:
17375         * ext/xvid/gstxvidenc.c:
17376         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17377         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17378         * gst/chart/gstchart.c:
17379         * gst/colorspace/gstcolorspace.c:
17380         * gst/deinterlace/gstdeinterlace.c:
17381         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17382         * gst/festival/gstfestival.c:
17383         * gst/filter/gstbpwsinc.c:
17384         * gst/filter/gstiir.c:
17385         * gst/filter/gstlpwsinc.c:
17386         * gst/freeze/gstfreeze.c:
17387         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17388         * gst/librfb/gstrfbsrc.c:
17389         * gst/mixmatrix/mixmatrix.c:
17390         * gst/mpeg1sys/gstmpeg1systemencode.c:
17391         * gst/mpeg1videoparse/gstmp1videoparse.c:
17392         * gst/mpeg2sub/gstmpeg2subt.c:
17393         * gst/mpegaudioparse/gstmpegaudioparse.c:
17394         * gst/multifilesink/gstmultifilesink.c:
17395         * gst/overlay/gstoverlay.c:
17396         * gst/passthrough/gstpassthrough.c:
17397         * gst/playondemand/gstplayondemand.c:
17398         * gst/qtdemux/qtdemux.c:
17399         * gst/rtjpeg/gstrtjpegdec.c:
17400         * gst/rtjpeg/gstrtjpegenc.c:
17401         * gst/smooth/gstsmooth.c:
17402         * gst/smoothwave/gstsmoothwave.c:
17403         * gst/spectrum/gstspectrum.c:
17404         * gst/speed/gstspeed.c:
17405         * gst/stereo/gststereo.c:
17406         * gst/switch/gstswitch.c:
17407         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17408         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17409         * gst/vbidec/gstvbidec.c:
17410         * gst/videocrop/gstvideocrop.c:
17411         * gst/videodrop/gstvideodrop.c:
17412         * gst/virtualdub/gstxsharpen.c:
17413         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17414         * gst/y4m/gsty4mencode.c:
17415         * sys/cdrom/gstcdplayer.c:
17416         * sys/directdraw/gstdirectdrawsink.c:
17417         * sys/directsound/gstdirectsoundsink.c:
17418         * sys/glsink/glimagesink.c:
17419         * sys/qcam/gstqcamsrc.c:
17420         * sys/v4l2/gstv4l2src.c:
17421         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17422         * sys/ximagesrc/ximagesrc.c:
17423           Define GstElementDetails as const and also static (when defined as
17424           global)
17425
17426 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17427
17428         * ext/musepack/gstmusepackdec.c:
17429         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17430           Add support for segment seeks.
17431
17432 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17433
17434         * sys/v4l2/gstv4l2src.c:
17435         Added a couple of ifdefs to make it compile with other kernels.
17436         
17437 2006-04-20  Wim Taymans  <wim@fluendo.com>
17438
17439         Patch by: j^ <j at bootlab dot org>
17440
17441         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17442         (qtdemux_video_caps):
17443         Never treat video streams as an audio stream.
17444         Add qtdrw mime type.
17445         Fixes #339041
17446
17447 2006-04-19  Wim Taymans  <wim@fluendo.com>
17448
17449         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17450         For VBR audio, don't try to calculate the samples_per_frame.
17451         Fixes #338935.
17452
17453 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17454
17455         * sys/v4l2/gstv4l2src.c:
17456         Just added a gtk-doc comment.
17457
17458 2006-04-17  Michael Smith  <msmith@fluendo.com>
17459
17460         * ext/theora/theoradec.c: (theora_dec_src_convert),
17461         (theora_handle_type_packet), (theora_handle_422_image),
17462         (theora_handle_420_image), (theora_handle_data_packet):
17463         * ext/theora/theoradec.h:
17464           Apply fix from j^ for API change in libtheoradec.
17465
17466           Implement 4:2:2 pixel format. Untested at the moment.
17467
17468 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17469
17470         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17471         (gst_musepack_stream_init):
17472           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17473           gst_pad_new_from_static_template().
17474
17475 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17476
17477         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17478         (gst_v4l2src_dispose):
17479         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17480         Fixed some memory leaks.
17481
17482 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17483
17484         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17485         Fix to work in read mode.
17486
17487 2006-04-10  Wim Taymans  <wim@fluendo.com>
17488
17489         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17490         Fix parsing of newer stsd chunks again.
17491
17492 2006-04-10  Wim Taymans  <wim@fluendo.com>
17493
17494         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17495         (qtdemux_parse_trak):
17496         Fix framerate calculation.
17497
17498 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17499
17500         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17501           Fix build (class_init declaration/definition mismatch).
17502
17503 2006-04-10  Wim Taymans  <wim@fluendo.com>
17504
17505         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17506         force mono 8000 Hz on AMR samples.
17507
17508 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17509
17510         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17511           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17512         * sys/directdraw/gstdirectdrawsink.c:
17513         * sys/directsound/gstdirectsoundsink.c:
17514           done some cleans in sources
17515         * win32/vs6:
17516           add project files for neon, qtdemux
17517           
17518 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17519
17520         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17521         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17522         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17523         * ext/arts/gst_arts.c: (gst_arts_class_init):
17524         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17525         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17526         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17527         * ext/audioresample/gstaudioresample.c:
17528         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17529         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17530         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17531         * ext/hermes/gsthermescolorspace.c:
17532         (gst_hermes_colorspace_class_init):
17533         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17534         * ext/jack/gstjack.c: (gst_jack_class_init):
17535         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17536         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
17537         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
17538         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17539         * ext/nas/nassink.c: (gst_nassink_class_init):
17540         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
17541         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17542         * ext/sndfile/gstsf.c: (gst_sf_class_init):
17543         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
17544         (gst_swfdec_class_init):
17545         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
17546         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
17547         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
17548         * gst/chart/gstchart.c: (gst_chart_class_init):
17549         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
17550         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
17551         * gst/festival/gstfestival.c: (gst_festival_class_init):
17552         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
17553         * gst/filter/gstiir.c: (gst_iir_class_init):
17554         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
17555         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
17556         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
17557         * gst/mpeg1sys/gstmpeg1systemencode.c:
17558         (gst_system_encode_class_init):
17559         * gst/mpeg1videoparse/gstmp1videoparse.c:
17560         (gst_mp1videoparse_class_init):
17561         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
17562         * gst/mpegaudioparse/gstmpegaudioparse.c:
17563         (gst_mp3parse_class_init):
17564         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
17565         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
17566         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
17567         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
17568         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
17569         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
17570         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
17571         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
17572         * gst/stereo/gststereo.c: (gst_stereo_class_init):
17573         * gst/switch/gstswitch.c: (gst_switch_class_init):
17574         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
17575         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
17576         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
17577         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
17578         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
17579         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
17580         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17581         * sys/directsound/gstdirectsoundsink.c:
17582         (gst_directsoundsink_class_init):
17583         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
17584         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17585         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
17586         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
17587         * sys/v4l2/gstv4l2colorbalance.c:
17588         (gst_v4l2_color_balance_channel_class_init):
17589         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
17590         (gst_v4l2_tuner_norm_class_init):
17591         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
17592         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17593
17594 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17595
17596         * gst/colorspace/gstcolorspace.h:
17597         * gst/deinterlace/gstdeinterlace.h:
17598         * gst/passthrough/gstpassthrough.h:
17599         * gst/y4m/gsty4mencode.h:
17600         Fix more broken GObject macros
17601
17602 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17603
17604         * ext/xine/gstxine.h:
17605         * gst-libs/gst/play/play.h:
17606         * sys/v4l2/gstv4l2element.h:
17607         * sys/ximagesrc/ximageutil.h:
17608         Fix broken GObject macros
17609
17610 2006-04-08  Wim Taymans  <wim@fluendo.com>
17611
17612         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
17613         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
17614         (qtdemux_dump_stco), (qtdemux_parse_trak):
17615         Don't make rounding errors in timestamp/duration calculations.
17616         Fix timestamps for AMR and IMA4.  Fixes (#337436).
17617         Create a dummy segment even when there is no edit list.
17618
17619 2006-04-07  Julien MOUTTE  <julien@moutte.net>
17620
17621         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
17622         * examples/directfb/Makefile.am: Add example resource files to
17623         dist.
17624
17625 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17626
17627         * ext/amrwb/amrwb-code/Makefile.am:
17628         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17629         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17630         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
17631         25fps
17632
17633 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17634
17635         * tests/icles/ximagesrc-test.c: (main):
17636         Actually assert that pipeline goes to playing
17637
17638 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17639
17640         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17641         (composite_pixel), (gst_ximagesrc_ximage_get),
17642         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17643         Fix typo, C++ style comments and other small cleanups
17644         
17645 2006-04-06  Wim Taymans  <wim@fluendo.com>
17646
17647         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17648         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
17649         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
17650         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
17651         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
17652         (gst_qtdemux_activate_segment),
17653         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17654         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17655         (qtdemux_parse_trak):
17656         Added full edit list support.
17657         Avoid overflows in prologue image detection code.
17658         Avoid roundoff errors in timestamp calculations.
17659
17660 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17661
17662         * configure.ac:
17663           clean up so report properly on missing stuff
17664           fix modplug detection
17665
17666 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17667
17668         * ext/Makefile.am:
17669         * ext/amrwb/amrwb-code/Makefile.am:
17670           don't dist amr wb source code
17671
17672 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17673
17674         Patch by: j^  <j at bootlab dot org>
17675
17676         * ext/amrwb/gstamrwbdec.c:
17677         * ext/amrwb/gstamrwbenc.c:
17678         * ext/amrwb/gstamrwbparse.c:
17679         * ext/arts/gst_arts.c:
17680         * ext/artsd/gstartsdsink.c:
17681         * ext/audiofile/gstafparse.c:
17682         * ext/audiofile/gstafsink.c:
17683         * ext/audiofile/gstafsrc.c:
17684         * ext/cdaudio/gstcdaudio.c:
17685         * ext/directfb/dfbvideosink.c:
17686         * ext/divx/gstdivxdec.c:
17687         * ext/divx/gstdivxenc.c:
17688         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17689         * ext/faac/gstfaac.c: (gst_faac_base_init):
17690         * ext/faad/gstfaad.c:
17691         * ext/gsm/gstgsmdec.c:
17692         * ext/gsm/gstgsmenc.c:
17693         * ext/hermes/gsthermescolorspace.c:
17694         * ext/ivorbis/vorbisfile.c:
17695         * ext/lcs/gstcolorspace.c:
17696         * ext/libfame/gstlibfame.c:
17697         * ext/libmms/gstmms.c: (gst_mms_base_init):
17698         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17699         * ext/nas/nassink.c: (gst_nassink_base_init):
17700         * ext/neon/gstneonhttpsrc.c:
17701         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
17702         * ext/sdl/sdlaudiosink.c:
17703         * ext/sdl/sdlvideosink.c:
17704         * ext/shout/gstshout.c:
17705         * ext/snapshot/gstsnapshot.c:
17706         * ext/sndfile/gstsf.c:
17707         * ext/tarkin/gsttarkindec.c:
17708         * ext/tarkin/gsttarkinenc.c:
17709         * ext/theora/theoradec.c:
17710         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17711         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17712         * ext/xvid/gstxviddec.c:
17713         * ext/xvid/gstxvidenc.c:
17714         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17715         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17716         * gst/chart/gstchart.c:
17717         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17718         * gst/festival/gstfestival.c:
17719         * gst/filter/gstiir.c:
17720         * gst/filter/gstlpwsinc.c:
17721         * gst/freeze/gstfreeze.c:
17722         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17723         * gst/mixmatrix/mixmatrix.c:
17724         * gst/mpeg1sys/gstmpeg1systemencode.c:
17725         * gst/mpeg1videoparse/gstmp1videoparse.c:
17726         * gst/mpeg2sub/gstmpeg2subt.c:
17727         * gst/mpegaudioparse/gstmpegaudioparse.c:
17728         * gst/multifilesink/gstmultifilesink.c:
17729         * gst/overlay/gstoverlay.c:
17730         * gst/passthrough/gstpassthrough.c:
17731         * gst/playondemand/gstplayondemand.c:
17732         * gst/qtdemux/qtdemux.c:
17733         * gst/rtjpeg/gstrtjpegdec.c:
17734         * gst/rtjpeg/gstrtjpegenc.c:
17735         * gst/smooth/gstsmooth.c:
17736         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17737         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17738         * gst/videocrop/gstvideocrop.c:
17739         * gst/videodrop/gstvideodrop.c:
17740         * gst/virtualdub/gstxsharpen.c:
17741         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17742         * gst/y4m/gsty4mencode.c:
17743           Unify the long descriptions in the plugin details (#337263).
17744
17745 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17746
17747         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
17748         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
17749           Add back "uri" property and mark it as deprecated; undoes
17750           API/ABI breakage from 2006-02-24.
17751
17752 2006-04-05  Wim Taymans  <wim@fluendo.com>
17753
17754         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
17755         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
17756         (gst_qtdemux_loop):
17757         Use duration as segment stop position if none is
17758         explicitly configured.
17759         Also perform EOS when we run past the segment stop.
17760
17761 2006-04-04  Wim Taymans  <wim@fluendo.com>
17762
17763         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
17764         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17765         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17766         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
17767         More cleanups, added comments.
17768         Mark discontinuities on outgoing buffers.
17769         Post better errors when something goes wrong.
17770         Handle EOS and segment end properly.
17771
17772 2006-04-04  Wim Taymans  <wim@fluendo.com>
17773
17774         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17775         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
17776         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17777         (gst_qtdemux_handle_src_event), (plugin_init),
17778         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
17779         (gst_qtdemux_loop), (gst_qtdemux_chain),
17780         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
17781         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
17782         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17783         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
17784         * gst/qtdemux/qtdemux.h:
17785         Handle stss boxes so we can mark and find keyframes.
17786         Implement correct accurate and keyframe seeking.
17787         Use _DEBUG_OBJECT when possible.
17788         Fixes #332155
17789
17790 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17791
17792         * tests/check/Makefile.am:
17793           Only run the id3v2mux check if taglib is available and
17794           the taglib plugin has been built.
17795
17796 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17797
17798         * ext/swfdec/Makefile.am:
17799           Don't set plugindir.
17800
17801         * ext/swfdec/gstswfdec.c:
17802           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
17803
17804 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17805
17806         * configure.ac:
17807           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
17808           the dts plugin.
17809
17810 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17811
17812         * ext/soundtouch/gstpitch.cc:
17813         * ext/theora/theoradec.c:
17814         * gst/modplug/gstmodplug.cc:
17815           GST_ORIGIN => GST_PACKAGE_ORIGIN
17816           GST_PACKAGE => GST_PACKAGE_NAME
17817
17818 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17819
17820         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17821         * docs/plugins/inspect/plugin-bz2.xml:
17822         * docs/plugins/inspect/plugin-cdxaparse.xml:
17823         * docs/plugins/inspect/plugin-freeze.xml:
17824         * docs/plugins/inspect/plugin-glimagesink.xml:
17825         * docs/plugins/inspect/plugin-modplug.xml:
17826         * docs/plugins/inspect/plugin-neon.xml:
17827         * docs/plugins/inspect/plugin-sdl.xml:
17828         * docs/plugins/inspect/plugin-video4linux2.xml:
17829         * docs/plugins/inspect/plugin-ximagesrc.xml:
17830         * docs/plugins/inspect/plugin-xingheader.xml:
17831           add more plugins to docs
17832
17833 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17834
17835         * sys/dxr3/ac3_padder.h:
17836           fix up doc strings
17837         * docs/plugins/Makefile.am:
17838         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17839         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17840         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17841         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17842         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17843         * docs/plugins/inspect/plugin-qtdemux.xml:
17844         * docs/plugins/inspect/plugin-speed.xml:
17845         * docs/plugins/inspect/plugin-taglib.xml:
17846         * docs/plugins/inspect/plugin-tta.xml:
17847           commit updates
17848         * configure.ac:
17849         * ext/taglib/gsttaglib.cc:
17850         * tests/Makefile.am:
17851         * tests/check/.cvsignore:
17852         * tests/check/Makefile.am:
17853         * tests/check/elements/.cvsignore:
17854         * tests/check/elements/tagid3v2mux.c:
17855         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
17856         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
17857         (test_taglib_id3mux_check_output_buffer),
17858         (test_taglib_id3mux_with_tags), (GST_START_TEST),
17859         (tagid3v2mux_suite), (main):
17860            add the tagid3v2mux check from #336110
17861
17862 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17863
17864         * configure.ac:
17865           rework like the other configure.ac files
17866         * Makefile.am:
17867         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17868         * ext/amrwb/gstamrwb.c:
17869         * ext/arts/gst_arts.c:
17870         * ext/artsd/gstartsdsink.c:
17871         * ext/audiofile/gstaf.c:
17872         * ext/audioresample/gstaudioresample.c:
17873         * ext/bz2/gstbz2.c:
17874         * ext/cdaudio/gstcdaudio.c:
17875         * ext/directfb/dfbvideosink.c:
17876         * ext/dts/gstdtsdec.c:
17877         * ext/faac/gstfaac.c:
17878         * ext/faad/gstfaad.c:
17879         * ext/hermes/gsthermescolorspace.c:
17880         * ext/ivorbis/vorbis.c:
17881         * ext/jack/gstjack.c:
17882         * ext/lcs/gstcolorspace.c:
17883         * ext/musepack/gstmusepackdec.c:
17884         * ext/musicbrainz/gsttrm.c:
17885         * ext/nas/nassink.c:
17886         * ext/sdl/gstsdl.c:
17887         * ext/snapshot/gstsnapshot.c:
17888         * ext/sndfile/gstsf.c:
17889         * ext/swfdec/gstswfdec.c:
17890         * ext/tarkin/gsttarkin.c:
17891         * ext/xine/xine.c:
17892         * ext/xvid/gstxvid.c:
17893         * gst/cdxaparse/gstcdxaparse.c:
17894         * gst/chart/gstchart.c:
17895         * gst/colorspace/gstcolorspace.c:
17896         * gst/deinterlace/gstdeinterlace.c:
17897         * gst/equalizer/gstiirequalizer.c:
17898         * gst/festival/gstfestival.c:
17899         * gst/filter/gstfilter.c:
17900         * gst/freeze/gstfreeze.c:
17901         * gst/games/gstpuzzle.c:
17902         * gst/librfb/gstrfbsrc.c:
17903         * gst/mixmatrix/mixmatrix.c:
17904         * gst/mpeg1sys/gstmpeg1systemencode.c:
17905         * gst/mpeg1videoparse/gstmp1videoparse.c:
17906         * gst/mpeg2sub/gstmpeg2subt.c:
17907         * gst/mpegaudioparse/gstmpegaudioparse.c:
17908         * gst/multifilesink/gstmultifilesink.c:
17909         * gst/overlay/gstoverlay.c:
17910         * gst/passthrough/gstpassthrough.c:
17911         * gst/playondemand/gstplayondemand.c:
17912         * gst/qtdemux/qtdemux.c:
17913         * gst/rtjpeg/gstrtjpeg.c:
17914         * gst/smooth/gstsmooth.c:
17915         * gst/smoothwave/gstsmoothwave.c:
17916         * gst/spectrum/gstspectrum.c:
17917         * gst/speed/gstspeed.c:
17918         * gst/stereo/gststereo.c:
17919         * gst/switch/gstswitch.c:
17920         * gst/vbidec/gstvbidec.c:
17921         * gst/videocrop/gstvideocrop.c:
17922         * gst/videodrop/gstvideodrop.c:
17923         * gst/virtualdub/gstvirtualdub.c:
17924         * gst/xingheader/gstxingmux.c:
17925         * gst/y4m/gsty4mencode.c:
17926         * sys/cdrom/gstcdplayer.c:
17927         * sys/directdraw/gstdirectdrawplugin.c:
17928         * sys/directsound/gstdirectsoundplugin.c:
17929         * sys/dxr3/dxr3init.c:
17930         * sys/glsink/glimagesink.c:
17931         * sys/qcam/gstqcamsrc.c:
17932         * sys/v4l2/gstv4l2.c:
17933         * sys/vcd/vcdsrc.c:
17934         * sys/ximagesrc/ximagesrc.c:
17935           update to use correct defines
17936         * po/POTFILES.in:
17937         * po/af.po:
17938         * po/az.po:
17939         * po/cs.po:
17940         * po/en_GB.po:
17941         * po/hu.po:
17942         * po/it.po:
17943         * po/nb.po:
17944         * po/nl.po:
17945         * po/or.po:
17946         * po/sq.po:
17947         * po/sr.po:
17948         * po/sv.po:
17949         * po/uk.po:
17950         * po/vi.po:
17951           v4l2 has translations, pick them up
17952
17953 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17954
17955         * sys/ximagesrc/ximagesrc.c: 
17956           Add docs to ximagesrc
17957
17958 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17959
17960         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
17961         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
17962         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
17963         * sys/ximagesrc/ximagesrc.h:
17964         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
17965         * sys/ximagesrc/ximageutil.h:
17966           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
17967           yellow rectangles with the cursor
17968
17969 2006-03-31  Michael Smith  <msmith@fluendo.com>
17970
17971         * configure.ac:
17972           Add autoconfery for theoradec.
17973         * ext/Makefile.am:
17974           Add theora directory.
17975         * ext/theora/Makefile.am:
17976         * ext/theora/theoradec.c: (gst_theoradec_base_init),
17977         (gst_theoradec_class_init), (gst_theoradec_init),
17978         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
17979         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
17980         (theora_dec_sink_convert), (theora_dec_src_query),
17981         (theora_dec_sink_query), (theora_dec_src_event),
17982         (theora_dec_sink_event), (theora_handle_comment_packet),
17983         (theora_handle_type_packet), (theora_handle_header_packet),
17984         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
17985         (theora_dec_change_state), (plugin_init):
17986         * ext/theora/theoradec.h:
17987           Add theora plugin for theora-exp decoder. Very heavily based on the
17988           existing theora decoder plugin.
17989
17990 2006-03-29  Wim Taymans  <wim@fluendo.com>
17991
17992         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
17993         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
17994         * ext/gsm/gstgsmdec.h:
17995         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
17996         (gst_gsmenc_finalize), (gst_gsmenc_chain):
17997         Cleanups, fix leaks.
17998         Handle events and DISCONT.
17999         Use adapter in the decoder.
18000
18001 2006-03-29  Wim Taymans  <wim@fluendo.com>
18002
18003         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
18004
18005         * configure.ac:
18006         * ext/Makefile.am:
18007         * ext/amrwb/Makefile.am:
18008         * ext/amrwb/README:
18009         * ext/amrwb/amrwb-code/Makefile.am:
18010         * ext/amrwb/amrwb-code/run.sh:
18011         * ext/amrwb/gstamrwb.c: (plugin_init):
18012         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
18013         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
18014         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
18015         (gst_amrwbdec_state_change):
18016         * ext/amrwb/gstamrwbdec.h:
18017         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
18018         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
18019         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
18020         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
18021         * ext/amrwb/gstamrwbenc.h:
18022         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
18023         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
18024         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
18025         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
18026         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
18027         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
18028         * ext/amrwb/gstamrwbparse.h:
18029         Added new plugin amrwb parse.
18030         Renamed audio/AMR to audio/AMR-WB as per spec.
18031         Fixes #333307
18032
18033 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
18034
18035         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
18036         Small fix, now pwc driver can tell about its buffers.
18037
18038 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
18039
18040         * configure.ac:
18041           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
18042           did for -good and -ugly. Fixes build on some systems
18043           and doesn't seem to be required for C++ code.
18044
18045 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
18046
18047         * ext/taglib/gsttaglib.cc:
18048         * ext/taglib/gsttaglib.h:
18049           Fix newsegment event handling a bit. We need to
18050           cache the first newsegment event, because we can't
18051           adjust offsets yet when we get it, as we don't
18052           know the size of the tag yet for sure at that point.
18053           Also do some minor cleaning up here and there and add
18054           some debug statements.
18055
18056 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18057
18058         * ext/taglib/gsttaglib.cc:
18059           We do not want to proxy the caps on the sink pad; our 
18060           source pad should have application/x-id3 caps; also,
18061           don't use already-freed strings in debug messages;
18062           finally, adjust buffer offsets on buffers sent out.
18063
18064 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18065
18066         * sys/v4l2/gstv4l2src.c:
18067           Older kernels don't seem to have this particular v4l2 format,
18068           so comment out until this gets fixed properly (and make
18069           buildbots happy).
18070
18071 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
18072
18073         * sys/v4l2/gstv4l2colorbalance.c:
18074         * sys/v4l2/gstv4l2colorbalance.h:
18075         * sys/v4l2/gstv4l2element.c:
18076         * sys/v4l2/gstv4l2src.c:
18077         * sys/v4l2/gstv4l2src.h:
18078         * sys/v4l2/gstv4l2tuner.c:
18079         * sys/v4l2/v4l2_calls.c:
18080         * sys/v4l2/v4l2src_calls.c:
18081         * sys/v4l2/v4l2src_calls.h:
18082         Just make few things more robust and also some identation.
18083
18084 2006-03-23  Wim Taymans  <wim@fluendo.com>
18085
18086         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
18087
18088         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
18089         (gst_xvidenc_chain):
18090         Patch to mark outgoing encoded buffers as delta-units (or not).
18091         Note that this patch also patches:
18092         - the setting of fincr and fbase in xvid-encoder creation based on
18093           caps framerate
18094         - makes 0, rather than 2, the default max_b_frames, as the current
18095           xvidenc does not seem "fully prepared" to handle b-frame 
18096           "effects", such as encoder returning 0 encoded bytes, etc.
18097         Fixes #335585
18098
18099 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18100
18101         * gst/modplug/libmodplug/Makefile.am:
18102         * gst/modplug/libmodplug/load_it.cpp:
18103           Try that again (not only should it be MODPLUG_ instead
18104           of MODFILE, also that define is already set in stdafx.h;
18105           what we really need is some more #ifndefs).
18106
18107 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18108
18109         * gst/modplug/libmodplug/Makefile.am:
18110           More gcc-4.1 fixes (we don't need file saving, so just
18111           define MODPLUG_NO_FILESAVE. That way, the compiler won't
18112           complain about modplug ignoring the return value of fwrite
18113           any longer and we might even save a few bytes as well).
18114
18115 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18116
18117         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
18118
18119         * configure.ac:
18120         * ext/Makefile.am:
18121         * ext/soundtouch/Makefile.am:
18122         * ext/soundtouch/gstpitch.cc:
18123         * ext/soundtouch/gstpitch.hh:
18124           Add new libsoundtouch-based pitch plugin (#331335).
18125
18126 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
18127
18128         * gst/modplug/libmodplug/load_ptm.cpp:
18129           Fix compilation with gcc-4.1 and -Werror (#327355).
18130
18131 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
18132
18133         * ext/taglib/gsttaglib.h:
18134           Fix left-over gst_my_filter_get_type.
18135
18136 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18137
18138         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
18139         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18140         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
18141         Have a show mouse pointer property and use it if we can
18142
18143 2006-03-15  Edward Hervey  <edward@fluendo.com>
18144
18145         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
18146         Let's not forget to chain up to the parent dispose.
18147
18148 2006-03-15  Edward Hervey  <edward@fluendo.com>
18149
18150         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
18151         (gst_qtdemux_init), (gst_qtdemux_dispose),
18152         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18153         Series of memleak fixes:
18154         - Unref the GstAdapter in finalize.
18155         - Use gst_pad_new_from_static_template(), shorter and safer.
18156         - Free unused QtDemuxStream when not used.
18157
18158 2006-03-14  Edward Hervey  <edward@fluendo.com>
18159
18160         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
18161         (gst_v4l2src_class_init):
18162         Initialization of the debugging category should be as early as possible,
18163         moving it from _class_init() to beginning of _base_init().
18164
18165 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18166
18167         * ext/taglib/gsttaglib.cc:
18168           Add gtk-doc blurb (unused for the time being); match registered
18169           plugin name to the filename of the plugin (taglibmux => taglib)
18170
18171 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18172
18173         Patch by: Mikhail Zabaluev  <mhz altlinux org>
18174
18175         * autogen.sh:
18176           Don't check for file that only exists in CVS but isn't
18177           disted (#334417)
18178
18179 2006-03-13  Julien MOUTTE  <julien@moutte.net>
18180
18181         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18182         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
18183
18184 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18185
18186         * Makefile.am:
18187         * configure.ac:
18188           Fix distcheck.
18189
18190 2006-03-12  Edward Hervey  <edward@fluendo.com>
18191
18192         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
18193         (gst_v4l2src_buffer_pool_free):
18194         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
18195         instead.
18196
18197 2006-03-12  Edward Hervey  <edward@fluendo.com>
18198
18199         * sys/v4l2/gstv4l2element.h:
18200         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
18201         buildbot happy.
18202         I will just use the same comment Ronald used when he added these lines:
18203         Yet Another Hack (tm) for kernel header borkedness.
18204
18205 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18206
18207         * ext/taglib/Makefile.am:
18208         * ext/taglib/gsttaglib.cc:
18209         * ext/taglib/gsttaglib.h:
18210           Add support for writing MusicBrainz IDs.
18211
18212 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18213
18214         * sys/v4l2/gstv4l2element.h:
18215           Include "_stdint.h" in an attempt to make the
18216           PPC-buildbot happy.
18217
18218 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
18219
18220         * configure.ac:
18221         * sys/Makefile.am:
18222         * sys/v4l2/Makefile.am:
18223         * sys/v4l2/gstv4l2.c:
18224         * sys/v4l2/gstv4l2colorbalance.h:
18225         * sys/v4l2/gstv4l2element.c:
18226         * sys/v4l2/gstv4l2element.h:
18227         * sys/v4l2/gstv4l2src.c:
18228         * sys/v4l2/gstv4l2src.h:
18229         * sys/v4l2/gstv4l2tuner.c:
18230         * sys/v4l2/gstv4l2tuner.h:
18231         * sys/v4l2/gstv4l2xoverlay.c:
18232         * sys/v4l2/gstv4l2xoverlay.h:
18233         * sys/v4l2/v4l2_calls.c:
18234         * sys/v4l2/v4l2_calls.h:
18235         * sys/v4l2/v4l2src_calls.c:
18236         * sys/v4l2/v4l2src_calls.h:
18237         V4L2 ported to 0.10.
18238         
18239 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
18240
18241         * configure.ac:
18242           Only compile the taglib plugin if a C++ compiler is
18243           present. Use GST_DEFAULT_ELEMENTS macro from common/
18244           for all the defaults stuff.
18245
18246 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18247
18248         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18249
18250         * configure.ac:
18251         * gst/xingheader/Makefile.am:
18252         * gst/xingheader/gstxingmux.c: 
18253         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
18254         to MP3 files (this allows decoder to figure out the length of VBR
18255         files) 
18256
18257 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18258         
18259         Patch by: Alex Lancaster
18260         
18261         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
18262         and add support for TCOP (copyright)
18263
18264 2006-03-10  Julien MOUTTE  <julien@moutte.net>
18265
18266         * gst/modplug/Makefile.am:
18267         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
18268
18269 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18270
18271         * configure.ac:
18272         * gst/modplug/Makefile.am:
18273         * gst/modplug/gstmodplug.cc:
18274         * gst/modplug/gstmodplug.h:
18275         * gst/modplug/libmodplug/sndfile.cpp:
18276         * gst/modplug/libmodplug/sndfile.h:
18277           modplug plugin ported to 0.10 (#332598, patch by:
18278           Jonathan Matthew <jonathan at kaolin wh9 net>).
18279
18280 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18281
18282         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
18283         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
18284         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
18285         (gst_mms_set_property), (gst_mms_get_property),
18286         (gst_mms_uri_get_uri):
18287         * ext/libmms/gstmms.h:
18288           Some clean-ups; more debug output; use blocksize property
18289           of GstBaseSrc instead of re-registering our own; make debug
18290           category actually be used.
18291
18292 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
18293
18294         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
18295           Fix build with gcc-4.1 (#327355).
18296
18297 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
18298
18299         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18300
18301         * configure.ac:
18302         * ext/Makefile.am:
18303         * ext/taglib/Makefile.am:
18304         * ext/taglib/gsttaglib.cc:
18305         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
18306
18307 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
18308
18309         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
18310           Extract disc number and count from files that use
18311           'disk' instead of 'disc' as node identifier for that
18312           (fixes #332066).
18313
18314 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18315
18316         * ext/musepack/gstmusepackdec.h:
18317         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
18318           Forgot those two.
18319
18320 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18321
18322         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18323         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
18324         (gst_musepackdec_handle_seek_event),
18325         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
18326         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
18327         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
18328         (gst_musepackdec_change_state):
18329           Some cleanups; pause task when push fails.
18330
18331 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
18332
18333         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18334           Add support for '3IVD' fourcc (#333403).
18335
18336 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18337
18338         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18339         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18340         (gst_faad_sink_event), (gst_faad_src_convert),
18341         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18342           Add query function for position/duration querying (mostly for
18343           raw AAC streams); make seeking in raw AAC streams work; post
18344           tags with codec name if this is a raw AAC stream.
18345
18346 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18347
18348         * sys/directdraw:
18349         * sys/directsound:
18350           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18351         * win32/vs6:
18352           project files updated to fix some bugs
18353         * win32/vs7:
18354         * win32/vs8:
18355           vs7 and vs8 project files added
18356         
18357 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18358
18359         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18360           Declare variable at the beginning of the block and make gcc-2.9x
18361           happy (fixes #333283; patch by: Jens Granseuer).
18362
18363 2006-03-03  Edward Hervey  <edward@fluendo.com>
18364
18365         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18366         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18367         when parsing.
18368         Also let's be a bit less vulgar in our warning messages :)
18369
18370 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18371
18372         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18373           Can't divide through zero (suppress warning in case of
18374           stream with one single still picture) (see #327083)
18375
18376 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18377
18378         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18379
18380 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18381
18382         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18383         (qtdemux_parse_trak), (qtdemux_video_caps):
18384           Add support for palettised Apple SMC videos (#327075, based on
18385           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18386
18387 2006-02-24  Michael Smith  <msmith@fluendo.com>
18388
18389         * autogen.sh:
18390           Allow automake 1.9
18391
18392 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18393
18394         * ext/neon/gstneonhttpsrc.c:
18395         Changed property name from "uri" to "location" 
18396
18397 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18398
18399         * configure.ac:
18400         * sys/glsink/Makefile.am:
18401         Merge patch from #317048 for building on Cygwin. Patch by 
18402         Cygwin Ports maintainer.
18403         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18404         Move normal debug output to LOG level not ERROR.
18405
18406 2006-02-19  Jan Gerber  <j@bootlab.org>
18407
18408         Reviewed by : Edward Hervey <edward@fluendo.com>
18409
18410         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18411           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18412           Add image/png for fourcc 'png '
18413  
18414 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18415
18416         * configure.ac:
18417           Surely this is supposed to be >= a.b, not == a.b
18418
18419 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18420
18421         * configure.ac:
18422         * sys/Makefile.am:
18423         * sys/ximagesrc/Makefile.am:
18424         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18425         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18426         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18427         (gst_ximagesrc_recalc), (composite_pixel),
18428         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18429         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18430         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18431         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18432         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18433         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18434         (gst_ximagesrc_init), (plugin_init):
18435         * sys/ximagesrc/ximagesrc.h:
18436         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18437         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18438         (ximageutil_xcontext_clear),
18439         (ximageutil_calculate_pixel_aspect_ratio),
18440         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18441         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18442         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18443         (gst_ximageutil_ximage_destroy):
18444         * sys/ximagesrc/ximageutil.h:
18445
18446         Port ximagesrc to 0.10 (Closes #304795)
18447
18448 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18449
18450         * gst/freeze/gstfreeze.c:
18451         * gst/freeze/gstfreeze.h:
18452         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18453
18454 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18455
18456         * configure.ac:
18457         Back to CVS nano
18458
18459 === release 0.10.1 ===
18460
18461 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18462
18463         * configure.ac:
18464           releasing 0.10.1, "Slimy - yet satisfying"
18465
18466 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18467
18468         * configure.ac:
18469           Release 0.10.0.3 - pre-release for 0.10.1
18470
18471 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18472
18473         * ext/bz2/gstbz2.c:
18474         * ext/bz2/gstbz2dec.c:
18475         * ext/bz2/gstbz2dec.h:
18476         * ext/bz2/gstbz2enc.c:
18477         * ext/bz2/gstbz2enc.h:
18478           Add proper copyright headers identifying Lutz Müller
18479           as the author and copyright holder (#331600).
18480
18481 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18482
18483         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18484           Don't GST_LOG timestamps from nonexistent index
18485           entries (#331582).
18486
18487 2006-02-17  Edward Hervey  <edward@fluendo.com>
18488
18489         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18490         Check that the size of the returned buffer is of the correct size
18491         because the parser assumes that.
18492         Fixes #331543.
18493
18494 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18495
18496         * configure.ac:
18497           Release 0.10.0.2 - pre-release for 0.10.1
18498
18499 2006-02-16  Edward Hervey  <edward@fluendo.com>
18500
18501         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18502         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18503         Don't stop the task if the pad isn't linked.
18504
18505 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18506
18507         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18508           It appears 100% equals 1/1 and not 100/1 ...
18509
18510 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18511
18512         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18513         (gst_qtdemux_chain):
18514           When buffering MDAT data, show the user something is
18515           happening by posting 'buffering' messages on the bus.
18516
18517 2006-02-14  Edward Hervey  <edward@fluendo.com>
18518
18519         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18520         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18521         (next_entry_size), (gst_qtdemux_chain):
18522         * gst/qtdemux/qtdemux.h:
18523         Make push-based work if mdat atom is before moov atom.
18524         Don't answer duration query. This should be transformed into replying
18525         FALSE to seek events.
18526
18527 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18528
18529         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18530         (gst_mms_start):
18531           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18532           push our own EOS event on EOS, the base class will do that for us;
18533           fix bogus query code; post semi-decent errors on the bus when an
18534           error occurs in ::start(), otherwise the user will get to see
18535           whatever cryptic default message GstBaseSrc comes up with.
18536
18537 2006-02-14  Andy Wingo  <wingo@pobox.com>
18538
18539         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
18540         schleef, don't break me gst-inspect -a.
18541
18542 2006-02-14  Edward Hervey  <edward@fluendo.com>
18543
18544         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
18545         Handle the case where data atoms are before moov atoms in push-based mode.
18546         Errors out gracefully.
18547
18548 2006-02-13  Edward Hervey  <edward@fluendo.com>
18549
18550         * gst/qtdemux/Makefile.am:
18551         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18552         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18553         (extract_initial_length_and_fourcc),
18554         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
18555         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
18556         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
18557         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
18558         * gst/qtdemux/qtdemux.h:
18559         QtDemux can now work push-based.
18560         It still needs some love for seeking.
18561
18562 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
18563
18564         * configure.ac:
18565         * gst/freeze/Makefile.am:
18566         * gst/freeze/gstfreeze.c:
18567         * gst/freeze/gstfreeze.h:
18568         * gst/freeze/FAQ:
18569         freeze plugin ported to 0.10 by
18570         Renato Filho <renato.filho@indt.org.br>
18571
18572 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18573
18574         * configure.ac:
18575         * gst/cdxaparse/Makefile.am:
18576         * gst/cdxaparse/gstcdxaparse.c:
18577         * gst/cdxaparse/gstcdxaparse.h:
18578           Port cdxaparse, makes VCD playback work.
18579
18580 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18581
18582         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18583         (qtdemux_parse_trak):
18584           use the correct variable to check if we can calculate
18585           the last chunk.  Looks like an obvious bug, and makes
18586           the dump of offsets comparable to other tools
18587
18588 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18589
18590         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18591         (qtdemux_parse_trak):
18592           clean up some debugging, using _OBJECT, moving recurring
18593           messages to LOG level
18594
18595 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
18596
18597         * configure.ac:
18598         * ext/neon/gstneonhttpsrc.c:
18599         Now it uses libneon 0.25.5 that supports shoutcast.
18600
18601 2006-02-06  Lutz Mueller <lutz@topfrose.de>
18602
18603         Reviewed by: Edward Hervey <edward@fluendo.com>
18604         
18605         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
18606         "x-bz2".
18607         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
18608         caps are "ANY".
18609         (gst_bz2dec_chain): Configure the source pad if we can figure out
18610         the mime type of the decompressed data.
18611         (gst_bz2dec_[get,set]_property):
18612         (gst_bz2dec_class_init: New property "first_buffer_size".
18613         
18614
18615 2006-02-06  Wim Taymans  <wim@fluendo.com>
18616
18617         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
18618         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
18619         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
18620         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18621         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
18622         (qtdemux_video_caps), (qtdemux_audio_caps):
18623         * gst/qtdemux/qtdemux.h:
18624         Some QT demux loving.
18625         Handle seeking in a less broken way.
18626         Fix AMR caps to match the AMR decoder.
18627         Set first timestamp on AMR samples to 0 for now.
18628         Remove some \n in DEBUG strings.
18629         Use _scale_int for maximum precision.
18630
18631 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18632
18633         * gst/apetag/Makefile.am:
18634         * gst/apetag/apedemux.c:
18635         * gst/apetag/apedemux.h:
18636         * gst/apetag/apetag.c:
18637           Remove old files, apetag is in gst-plugins-good now.
18638
18639 2006-02-06  Andy Wingo  <wingo@pobox.com>
18640
18641         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
18642         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
18643         parent_class, the boilerplate does it for you.
18644
18645 2006-02-05  Lutz Mueller <lutz@topfrose.de>
18646
18647         reviewed by: Andy Wingo <wingo@pobox.com>
18648
18649         * configure.ac:
18650         * ext/Makefile.am: Hook it up.
18651         * ext/bz2/gstbz2.c:
18652         * ext/bz2/gstbz2dec.h:
18653         * ext/bz2/gstbz2dec.c:
18654         * ext/bz2/gstbz2enc.h:
18655         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
18656         decoding (#303167).
18657         
18658 2006-01-30  Andy Wingo  <wingo@pobox.com>
18659
18660         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
18661         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
18662
18663 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
18664
18665         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
18666         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18667         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
18668         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
18669         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
18670           Add debug category, use boilerplate macros, fix handling
18671           of widths of 32 bits.
18672
18673         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
18674         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
18675         (gst_wavpack_parse_index_get_last_entry),
18676         (gst_wavpack_parse_index_get_entry_from_sample),
18677         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
18678         (gst_wavpack_parse_src_query),
18679         (gst_wavpack_parse_scan_to_find_sample),
18680         (gst_wavpack_parse_send_newsegment),
18681         (gst_wavpack_parse_handle_seek_event),
18682         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
18683         (gst_wavpack_parse_get_upstream_length),
18684         (gst_wavpack_parse_pull_buffer),
18685         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
18686         (gst_wavpack_parse_change_state),
18687         (gst_wavepack_parse_sink_activate),
18688         (gst_wavepack_parse_sink_activate_pull),
18689         (gst_wavpack_parse_plugin_init):
18690         * ext/wavpack/gstwavpackparse.h:
18691           Rewrite a bit, mostly to fix flow logic and to make seeking work.
18692           Fix buffer/event refcounting. Add some debug statements. Add
18693           width of 32 to source pad template caps. Use boilerplate macros.
18694
18695 2006-01-28  Edward Hervey  <edward@fluendo.com>
18696
18697         * sys/glsink/Makefile.am:
18698         glimagesink.h is dead, long live glimagesink.h
18699
18700 2006-01-27  David Schleef  <ds@schleef.org>
18701
18702         * configure.ac:
18703         * sys/Makefile.am:
18704         * sys/glsink/Makefile.am:
18705         * sys/glsink/glimagesink.c:
18706         * sys/glsink/glimagesink.h:
18707           revival of glimagesink.  Kind of works.
18708
18709 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
18710
18711         * ext/faad/gstfaad.c: (gst_faad_setcaps),
18712         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
18713           Handle 'framed' field in caps; Port syncing for raw streams
18714           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
18715
18716 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18717
18718         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
18719         (gst_sdlvideosink_xoverlay_set_xwindow_id),
18720         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
18721         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
18722         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18723         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
18724         (gst_sdlvideosink_change_state),
18725         (gst_sdlvideosink_navigation_send_event):
18726         * ext/sdl/sdlvideosink.h:
18727           Fix output stride copying, so that it displays correctly on 
18728           framebuffer devices that don't match our implict GStreamer stride
18729           arrangement.
18730
18731           Fix locking things. Offer XOverlay only when SDL is running against
18732           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
18733           actually match the embedded window size because there's no way to
18734           figure out what size that should be from the XOverlay interface.
18735           See comment in sdlvideosink.c
18736
18737 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18738
18739         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18740           Fix wrong memcpy source pointer.
18741
18742 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18743
18744         * ext/libmms/gstmms.c: (gst_mms_finalize):
18745         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
18746         Just chain up finalize calls (calling parent_class->finalize).
18747
18748 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18749
18750         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
18751         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
18752         Finalize method has been created and others small changes.
18753
18754 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18755
18756         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18757         (gst_musepackdec_class_init), (gst_musepackdec_init),
18758         (gst_musepackdec_send_newsegment),
18759         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
18760         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18761         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
18762         (gst_musepackdec_loop), (gst_musepackdec_change_state):
18763         * ext/musepack/gstmusepackdec.h:
18764         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18765         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
18766         (gst_musepack_reader_get_size):
18767         * ext/musepack/gstmusepackreader.h:
18768           Fix seeking in musepack files (it's still incredibly slow, but I
18769           don't think that is our plugin's fault). Clean up code and get
18770           rid of old cruft. Post tags with all kind of neat information like
18771           replay gain and such on the bus, if it is available. Add a
18772           'musepackdec' debug category.
18773
18774 2006-01-24  Edward Hervey  <edward@fluendo.com>
18775
18776         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18777         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18778         More coherent framerate setting on caps.
18779         If sample_size is available, use that for the samples' duration in
18780         the index. This enables single frame streams to work (and I imagine
18781         fixes some other cases).
18782         Tested on testsuite, no regression.
18783
18784 2006-01-23  Edward Hervey  <edward@fluendo.com>
18785
18786         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18787         (qtdemux_video_caps), (qtdemux_audio_caps):
18788         Added codec recognition for:
18789         _ VP31 : video/x-vp3
18790         _ AVDJ : image/jpeg
18791         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
18792         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
18793
18794 2006-01-21  David Schleef  <ds@schleef.org>
18795
18796         * configure.ac:
18797         * ext/swfdec/gstswfdec.c: Update from swfdec.
18798
18799 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
18800
18801         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18802         (qtdemux_audio_caps):
18803           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
18804           Fix 8bit case (#327133, based on patch by: Fabrizio
18805           Gennari <fabrizio dot ge at tiscali dot it>).
18806           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
18807           valid literals for endianness in caps strings,
18808           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
18809
18810 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
18811
18812         * ext/ivorbis/vorbisfile.c:
18813         * ext/neon/gstneonhttpsrc.c:
18814         Fixed state transictions PLAYING->NULL->PLAYING.
18815         
18816 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
18817
18818         * ext/tremor/vorbisfile.c:
18819         Some minor improvements on log messages.
18820
18821 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
18822
18823         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
18824         Ronald's patch applied. see bug #326318.
18825
18826 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
18827
18828         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18829         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
18830         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
18831         * gst/qtdemux/qtdemux.h:
18832           Fix seeking for quicktime files. Could still use some more
18833           love and sophistication.
18834
18835 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
18836
18837         * ext/libmms/gstmms.c: gst_mms_init:
18838         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
18839         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
18840         Removed gst_base_src_set_live from mms and neon, and now calling
18841         parent_class->dispose in dispose on sdlaudio.
18842         
18843 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18844
18845         * ext/sdl/sdlvideosink.c:
18846         Now implementing navigation interface and using
18847         GST_BOILER_PLATE_FULL.
18848         
18849 2006-01-11  Christian Schaller  <christian@fluendo.com>
18850
18851         Remove SunAudio plugin as Brian's new one is in -good
18852
18853         * sys/Makefile.am:
18854         * sys/sunaudio/Makefile.am:
18855         * sys/sunaudio/gstsunaudio.c:
18856         * sys/sunaudio/gstsunaudiosrc.c:
18857         * sys/sunaudio/gstsunaudiosrc.h:
18858         * sys/sunaudio/gstsunelement.c:
18859         * sys/sunaudio/gstsunelement.h:
18860         * sys/sunaudio/gstsunmixer.c:
18861         * sys/sunaudio/gstsunmixer.h:
18862
18863 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18864
18865         * ext/sdl/sdlaudiosink.c:
18866         Replaced wrong style code by GST_BOILERPLATE.
18867         
18868 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
18869
18870         reviewed by: Edward Hervey  <edward@fluendo.com>
18871
18872         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18873         Add support for Indeo3 video in Quicktime files.
18874         Closes #326524
18875
18876 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
18877
18878         * configure.ac:
18879         * ext/sdl/Makefile.am:
18880         * ext/sdl/gstsdl.c:
18881         * ext/sdl/sdlaudiosink.c:
18882         * ext/sdl/sdlaudiosink.h:
18883         * ext/sdl/sdlvideosink.c:
18884         Created new element, sdlaudiosink.
18885         
18886 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
18887
18888         * added sys/directdraw
18889         * added sys/directsound
18890         * added win32/vs6/gst_plugins_bad.dsw
18891         * added win32/vs6/libgstdirectsound.dsp
18892         * added win32/vs6/libgstdirectdraw.dsp
18893         * added win32/common/config.h
18894         
18895 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18896
18897         * gst/games/gstpuzzle.c: (plugin_init):
18898           call oil_init() when using liboil
18899
18900 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18901
18902         * ext/neon/gstneonhttpsrc.c:
18903         * ext/neon/gstneonhttpsrc.h:
18904         Some improvements in cancellation and debug messages.
18905                         
18906 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18907
18908         * ext/neon/gstneonhttpsrc.c:
18909         * ext/neon/gstneonhttpsrc.h:
18910         Removed not need thread and changed to push out blocksize bytes.
18911         
18912 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
18913
18914         * configure.ac:
18915         * ext/Makefile.am
18916         * ext/neon:
18917         * ext/neon/Makefile.am:
18918         * ext/neon/gstneonhttpsrc.c:
18919         * ext/neon/gstneonhttpsrc.h:
18920         Created new element neonhttpsrc.
18921
18922 2005-12-19  Edward Hervey  <edward@fluendo.com>
18923
18924         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
18925         (gst_swfdec_chain), (gst_swfdec_render):
18926         Add debugging category and return GstFlowReturn in the right places
18927         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
18928         Get something from the peer pad once we've checked if there is a peer pad.
18929         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18930         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
18931         (qtdemux_video_caps):
18932         Couple of fixes
18933
18934 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
18935
18936         * ext/divx/Makefile.am:
18937         just a small fix. I have to pay more attention when commiting ;-)
18938
18939 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
18940
18941         * configure.ac:
18942         * ext/Makefile.am:
18943         * ext/divx/Makefile.am:
18944         * ext/divx/gstdivxdec.c:
18945         * ext/divx/gstdivxdec.h:
18946         * ext/divx/gstdivxenc.c:
18947         * ext/divx/gstdivxenc.h:
18948         divxdec and divxenc ported to 0.10
18949         
18950 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18951
18952         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18953         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18954         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
18955         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
18956         (gst_dfbvideosink_can_blit_from_format),
18957         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18958         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
18959         (gst_dfbsurface_finalize),
18960         (gst_dfbvideosink_navigation_send_event),
18961         (gst_dfbvideosink_update_colorbalance),
18962         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
18963         more refactoring, handle exotic DirectFB row stride.
18964
18965 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18966
18967         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18968         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
18969         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18970         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
18971         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
18972         (gst_dfbvideosink_can_blit_from_format),
18973         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18974         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
18975         (gst_dfbsurface_finalize),
18976         (gst_dfbvideosink_navigation_send_event),
18977         (gst_dfbvideosink_update_colorbalance),
18978         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
18979         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
18980         (gst_dfbvideosink_class_init):
18981         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
18982         This should work both for hardware accelerated scaling and
18983         reverse caps negotiation with a scaling element.
18984
18985 2005-12-17  Julien MOUTTE  <julien@moutte.net>
18986
18987         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18988         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18989         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18990         * docs/plugins/gst-plugins-bad-plugins.args:
18991         * docs/plugins/gst-plugins-bad-plugins.interfaces:
18992         * docs/plugins/gst-plugins-bad-plugins.signals:
18993         * docs/plugins/inspect/plugin-dfbvideosink.xml:
18994         * docs/plugins/inspect/plugin-qtdemux.xml:
18995         * docs/plugins/inspect/plugin-sdlvideosink.xml:
18996         * docs/plugins/inspect/plugin-speed.xml:
18997         * docs/plugins/inspect/plugin-tta.xml: Updates.
18998         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18999         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
19000         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
19001         (gst_dfbvideosink_cleanup),
19002         (gst_dfbvideosink_can_blit_from_format),
19003         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19004         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
19005         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19006         (gst_dfbvideosink_interface_supported),
19007         (gst_dfbvideosink_navigation_send_event),
19008         (gst_dfbvideosink_update_colorbalance),
19009         (gst_dfbvideosink_colorbalance_list_channels),
19010         (gst_dfbvideosink_colorbalance_set_value),
19011         (gst_dfbvideosink_colorbalance_get_value),
19012         (gst_dfbvideosink_colorbalance_init),
19013         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19014         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
19015         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
19016         color balance interface.
19017
19018 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19019
19020         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
19021         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
19022         * gst/vbidec/vbidata.c:
19023         * gst/vbidec/vbidata.h:
19024         * gst/vbidec/vbiscreen.c:
19025         * sys/dxr3/ac3_padder.c:
19026           don't use doc comments for non-docs
19027           change some char* into char[]
19028
19029 2005-12-16  Julien MOUTTE  <julien@moutte.net>
19030
19031         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19032         (gst_dfbvideosink_init): Always prefer the primary layer.
19033
19034 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19035
19036         * ext/wavpack/gstwavpackdec.c:
19037           Oops, remove trailing comma from caps string.
19038
19039 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19040
19041         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19042         * ext/wavpack/gstwavpackparse.c:
19043           Wavpack supports samplerates from 6-192kHz, fix pad template
19044           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
19045           remove buffer-frames from caps, they are gone in 0.10.
19046
19047 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
19048
19049         * ext/xvid/Makefile.am:
19050         * ext/xvid/gstxviddec.c:
19051         * ext/xvid/gstxvidenc.c:
19052         Fixed some mem-leaks in xvid.
19053
19054 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19055
19056         * configure.ac:
19057         * ext/Makefile.am:
19058         * ext/xvid/gstxvid.c:
19059         * ext/xvid/gstxvid.h:
19060         * ext/xvid/gstxviddec.c:
19061         * ext/xvid/gstxviddec.h:
19062         * ext/xvid/gstxvidenc.c:
19063         * ext/xvid/gstxvidenc.h:
19064         xviddec and xvideenc ported to 0.10
19065                 
19066
19067 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19068
19069         * configure.ac:
19070         * ext/Makefile.am:
19071         * ext/dts/Makefile.am:
19072         * ext/dts/gstdtsdec.c:
19073         * ext/dts/gstdtsdec.h:
19074         dtsdec ported to 0.10
19075
19076 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19077
19078         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19079         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
19080         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
19081         (gst_musepackdec_loop):
19082         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
19083         (gst_swfdec_src_query):
19084         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
19085           GstObjects must be unref'ed with gst_object_unref() instead of
19086           g_object_unref(), otherwise things break for GLib-2.6 users.
19087
19088 2005-12-12  David Schleef  <ds@schleef.org>
19089
19090         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
19091         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
19092         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
19093         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
19094         because the video buffers previously never got freed.
19095
19096 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19097
19098         * ext/libmms/gstmms.c:
19099         Just removed a weird printf ;-)
19100
19101 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19102
19103         * configure.ac:
19104         * ext/libmms/gstmms.c:
19105         * ext/libmms/gstmms.h:
19106         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
19107         PREROOL..." to be fixed.
19108
19109 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
19110
19111         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
19112         (gst_faad_update_caps):
19113           Assume that an unknown channel mapping with 2 channels
19114           is stereo and play it that way instead of erroring.
19115
19116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19117         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19118           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
19119           Debug fixes. Some 64 bit variable fixes
19120
19121 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
19122
19123         * configure.ac:
19124         * ext/Makefile.am:
19125         * ext/swfdec/Makefile.am:
19126         * ext/swfdec/gstswfdec.c:
19127         * ext/swfdec/gstswfdec.h:
19128         swfdec Ported to 0.10.
19129
19130 2005-12-07  Edward Hervey  <edward@fluendo.com>
19131
19132         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19133         (gst_qtdemux_add_stream):
19134         Memleak fixes.
19135         Send out EOS for valid reasons (couldn't pull_range() from upstream
19136         for example).
19137
19138 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19139
19140         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19141         * ext/audiofile/gstafparse.h:
19142         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
19143         * ext/audiofile/gstafsink.h:
19144         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
19145         * ext/audiofile/gstafsrc.h:
19146         * ext/cdaudio/gstcdaudio.c:
19147         * ext/divx/gstdivxenc.c:
19148         * ext/dts/gstdtsdec.h:
19149         * ext/faac/gstfaac.h:
19150         * ext/ivorbis/vorbisenc.h:
19151         * ext/ivorbis/vorbisfile.c:
19152         * ext/musepack/gstmusepackdec.h:
19153         * ext/nas/nassink.c:
19154         * ext/snapshot/gstsnapshot.c:
19155         * ext/sndfile/gstsf.h:
19156         * ext/tarkin/gsttarkindec.h:
19157         * ext/tarkin/gsttarkinenc.h:
19158         * ext/xine/gstxine.h:
19159         * ext/xine/xinecaps.c:
19160         * ext/xvid/gstxvid.h:
19161         * gst-libs/gst/play/play.h:
19162         * gst/apetag/apedemux.h:
19163         * gst/cdxaparse/gstcdxaparse.h:
19164         * gst/cdxaparse/gstcdxastrip.h:
19165         * gst/colorspace/yuv2rgb.c:
19166         * gst/colorspace/yuv2rgb.h:
19167         * gst/equalizer/gstiirequalizer.c:
19168         * gst/festival/gstfestival.h:
19169         * gst/games/gstpuzzle.c:
19170         * gst/games/gstvideoimage.c:
19171         * gst/games/gstvideoimage.h:
19172         * gst/modplug/gstmodplug.h:
19173         * gst/modplug/libmodplug/it_defs.h:
19174         * gst/modplug/libmodplug/modplug.h:
19175         * gst/modplug/libmodplug/sndfile.h:
19176         * gst/modplug/libmodplug/stdafx.h:
19177         * gst/mpeg1sys/buffer.c:
19178         * gst/mpeg1sys/gstmpeg1systemencode.h:
19179         * gst/mpeg1sys/main.h:
19180         * gst/mpeg1sys/systems.c:
19181         * gst/mpeg1videoparse/gstmp1videoparse.h:
19182         * gst/mpeg2sub/gstmpeg2subt.h:
19183         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19184         * gst/mpegaudioparse/gstmpegaudioparse.h:
19185         * gst/multifilesink/gstmultifilesink.h:
19186         * gst/overlay/gstoverlay.h:
19187         * gst/qtdemux/qtdemux.c:
19188         * gst/qtdemux/qtdemux.h:
19189         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
19190         * gst/rtjpeg/RTjpeg.h:
19191         * gst/tta/crc32.h:
19192         * gst/tta/filters.h:
19193         * gst/tta/ttadec.h:
19194         * gst/videodrop/gstvideodrop.h:
19195         * sys/cdrom/gstcdplayer.h:
19196         * sys/cdrom/gstcdplayer_ioctl.c:
19197         * sys/cdrom/gstcdplayer_ioctl.h:
19198         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
19199         * sys/cdrom/gstcdplayer_ioctl_irix.h:
19200         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
19201         * sys/dxr3/dxr3audiosink.c:
19202         * sys/dxr3/dxr3audiosink.h:
19203         * sys/dxr3/dxr3spusink.c:
19204         * sys/dxr3/dxr3spusink.h:
19205         * sys/dxr3/dxr3videosink.c:
19206         * sys/dxr3/dxr3videosink.h:
19207         * sys/qcam/dark.c:
19208         * sys/qcam/gstqcamsrc.c:
19209         * sys/v4l2/gstv4l2colorbalance.h:
19210         * sys/v4l2/gstv4l2element.h:
19211         * sys/v4l2/gstv4l2src.h:
19212         * sys/v4l2/gstv4l2tuner.h:
19213         * sys/v4l2/gstv4l2xoverlay.h:
19214         * sys/v4l2/v4l2_calls.c:
19215         * sys/v4l2/v4l2_calls.h:
19216         * sys/v4l2/v4l2src_calls.c:
19217         * sys/v4l2/v4l2src_calls.h:
19218         * sys/vcd/vcdsrc.h:
19219           expand tabs
19220
19221 === release 0.10.0 ===
19222
19223 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19224
19225         * configure.ac:
19226           releasing 0.10.0, "Camembert"
19227
19228 2005-12-05  Andy Wingo  <wingo@pobox.com>
19229
19230         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
19231         * ext/faad/gstfaad.c: (gst_faad_chain):
19232         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
19233         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
19234         * ext/xine/xineinput.c: (gst_xine_input_get):
19235         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
19236         * gst/speed/gstspeed.c: (speed_chain):
19237         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
19238         alloc_buffer changes.
19239
19240 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19241
19242         * ext/Makefile.am:
19243           Add missing $(WAVPACK_DIR) (#322962).
19244
19245 === release 0.9.7 ===
19246
19247 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19248
19249         * configure.ac:
19250           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
19251
19252 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
19253
19254         * PORTED_09:
19255         * configure.ac:
19256         * ext/Makefile.am:
19257         * ext/libmms/Makefile.am:
19258         * ext/libmms/gstmms.c:
19259         * ext/libmms/gstmms.h:
19260         libmm ported to 0.9. It works fine, but print some error messages. I
19261         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
19262         
19263 2005-11-28  Edward Hervey  <edward@fluendo.com>
19264
19265         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19266         Handle gracefully the consequence of "Maximum number of scalefactor
19267         bands exceeded", which results in 0 channels with samplerates of 0.
19268         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
19269         Do upward transitions, then call parent state_change, then do
19270         downward transitions.
19271
19272 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19273
19274         * ext/Makefile.am:
19275           alphabets, so hard to master.  Should fix distcheck.
19276
19277 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
19278
19279         * configure.ac:
19280         * PORTED_09:
19281         * ext/Makefile.am:
19282         * ext/wavpack/Makefile.am:
19283         * ext/wavpack/gstwavpackdec.c:
19284         * ext/wavpack/gstwavpackdec.h:
19285         * ext/wavpack/gstwavpackparse.c:
19286         * ext/wavpack/gstwavpackparse.h:
19287         Wavpack ported to 0.9. No support for correction file yet.
19288
19289 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19290
19291         * ext/wavpack/Makefile.am:
19292         * ext/wavpack/gstwavpack.c: (plugin_init):
19293         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
19294         * ext/wavpack/gstwavpackcommon.h:
19295         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
19296         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
19297         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19298         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
19299         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
19300         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
19301         (gst_wavpack_dec_plugin_init):
19302         * ext/wavpack/gstwavpackdec.h:
19303         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
19304         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
19305         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
19306         (gst_wavpack_parse_src_event), (find_header), (find_sample),
19307         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
19308         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
19309         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
19310         * ext/wavpack/gstwavpackparse.h:
19311           put back wavpack - still needs porting
19312
19313 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19314
19315         * configure.ac: back to HEAD
19316
19317 === release 0.9.6 ===
19318
19319 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19320
19321         * configure.ac:
19322           releasing 0.9.6, "Hot Tea"
19323
19324 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19325
19326         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19327         * ext/directfb/dfb-example.c: (main):
19328         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
19329         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
19330         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19331         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
19332         (gst_dfbvideosink_bufferpool_clear),
19333         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19334         (gst_dfbvideosink_navigation_send_event),
19335         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19336         (gst_dfbvideosink_class_init):
19337         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19338         fixes.
19339
19340 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19341
19342         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19343         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19344         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19345         * ext/sdl/sdlvideosink.h:
19346         Updates for fractional framerates and XOverlay interface changes
19347
19348 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19349
19350         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19351         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19352         (qtdemux_parse_trak):
19353         Convert to fractional framerates
19354
19355 2005-11-23  Edward Hervey  <edward@fluendo.com>
19356
19357         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19358         Fix for latest API changes
19359
19360 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19361         * configure.ac:
19362         * PORTED_09:
19363         * extt/Makefile.am:
19364         * ext/musepack/gstmusepackdec.c:
19365         * ext/musepack/gstmusepackdec.h:
19366         * ext/musepack/gstmusepackreader.c:
19367         * ext/musepack/gstmusepackreader.h:
19368         Musepackdec ported to 0.9. There is still a small problem to be
19369         solved, after the end of file, the pipeline doens't stop.
19370
19371 2005-11-22  Andy Wingo  <wingo@pobox.com>
19372
19373         * ext/faad/gstfaad.c (gst_faad_event)
19374         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19375         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19376         * gst/speed/gstspeed.c (speed_sink_event)
19377         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19378         (gst_tta_parse_parse_header): Run update-funcnames.
19379
19380 2005-11-21  Michael Smith <msmith@fluendo.com>
19381
19382         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19383           Don't take STREAM_LOCK in sink event handlers any more.
19384
19385 2005-11-21  Wim Taymans  <wim@fluendo.com>
19386
19387         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19388         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19389         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19390         Fix for stream lock updates.
19391
19392 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19393
19394         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19395           Add DX50, DIVX and DIV3 fourccs (patch by
19396           j@bootlab.org, #321903).
19397
19398 2005-11-21  Andy Wingo  <wingo@pobox.com>
19399
19400         * *.h:
19401         * *.c: Ran scripts/update-macros. Oh yes.
19402
19403 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19404
19405         * ext/directfb/dfbvideosink.c:
19406         (gst_dfbvideosink_get_format_from_caps):
19407         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19408         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19409         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19410         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19411         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19412         (qtdemux_audio_caps):
19413         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19414         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19415         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19416           Update for GST_FOURCC_FORMAT API change.
19417
19418 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19419
19420         * ext/audioresample/gstaudioresample.c:
19421         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19422         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19423         * gst/modplug/gstmodplug.cc:
19424         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19425         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19426         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19427         (#322027)
19428
19429 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19430
19431         * ext/Makefile.am:
19432         * ext/ivorbis/vorbisfile.c:
19433         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19434         ! tremor ! alsasink. Some issues to be solved yet:
19435         1- set correct timestamps
19436         2- seek is forced to disabled in pull-mode
19437         
19438 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19439
19440         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19441         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19442         (gst_faac_chain):
19443           Set proper caps on source pad (#320532).
19444
19445         * ext/faad/gstfaad.c:
19446           Don't use gtk-doc markers for comment block.
19447
19448 2005-11-14  Andy Wingo  <wingo@pobox.com>
19449
19450         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19451         debugging, allows dll builds on windows. Fixes #316076.
19452
19453 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19454
19455         * configure.ac: back to HEAD
19456
19457 === release 0.9.5 ===
19458
19459 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19460
19461         * configure.ac:
19462           releasing 0.9.5, "Thrice Belgian Bar"
19463
19464 2005-11-11  Michael Smith <msmith@fluendo.com>
19465
19466         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19467           Make this compile on systems with broken headers. 
19468
19469 2005-11-11  Michael Smith <msmith@fluendo.com>
19470
19471         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19472           Call functions with the correct API. Unfortunately, unless your
19473           distribution patches upstream, the public header file for FAAD
19474           doesn't actually declare the API accurately. So, some nastiness
19475           ensues...
19476
19477 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19478
19479         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19480
19481         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19482           Add support for custom genre tags.
19483
19484 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19485
19486         * ext/tarkin/wavelet.c:
19487         * ext/tarkin/wavelet.h:
19488         * gst/mpegaudioparse/gstmpegaudioparse.c:
19489         * gst/vbidec/vbidata.c:
19490         * gst/vbidec/vbiscreen.h:
19491         * sys/dxr3/ac3_padder.c:
19492         * sys/dxr3/dxr3audiosink.c:
19493         * sys/dxr3/dxr3spusink.c:
19494         * sys/dxr3/dxr3videosink.c:
19495         * sys/qcam/dark.c:
19496           Don't use gtk-doc markers for normal comments. Fix
19497           gtk-doc formatting where required.
19498
19499 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19500
19501         * configure.ac:
19502         * PORTED_09:
19503         * ext/Makefile.am:
19504         * ext/ivorbis/vorbis.c:
19505         * ext/ivorbis/vorbisfile.c:
19506         Ported to 0.9. Some issues to be solved yet:
19507         1- set correct timestamps
19508         2- seg fault when eos
19509         3- seek is now disabled
19510
19511 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19512
19513         * examples/Makefile.am: Cleanup non existing
19514         examples.
19515
19516 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19517
19518         * docs/plugins/inspect.stamp: Add missing files.
19519
19520 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19521
19522         * examples/Makefile.am: Make buildbot happy.
19523
19524 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19525
19526         * Makefile.am: examples in dist subdirs.
19527         * configure.ac: enable parameter for building 
19528         examples.
19529         * docs/plugins/gst-plugins-bad-plugins.args:
19530         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19531         * examples/Makefile.am: Updates.
19532
19533 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19534
19535         * Makefile.am:
19536         * autogen.sh:
19537         * configure.ac:
19538         * docs/Makefile.am:
19539         * docs/plugins/.cvsignore:
19540         * docs/plugins/Makefile.am:
19541         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
19542         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19543         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19544         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
19545         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19546         * docs/plugins/gst-plugins-bad-plugins.args:
19547         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
19548         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19549         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
19550         * docs/plugins/gst-plugins-bad-plugins.signals:
19551         * docs/plugins/gst-plugins-bad-plugins.types:
19552         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19553         * docs/version.entities.in: Enable documentation.
19554         * examples/Makefile.am:
19555         * examples/directfb/Makefile.am:
19556         * examples/directfb/decker.ttf:
19557         * examples/directfb/dfblogo.png:
19558         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
19559         (size_changed), (setup_dynamic_link), (main): Add an example
19560         application for DirectFB.
19561
19562 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19563
19564         * ext/directfb/Makefile.am: Add the example application.
19565         * ext/directfb/dfb-example.c: (get_me_out), (main):
19566         Here is an example application that runs videotestsrc for 20
19567         seconds. It's included in the documentation.
19568         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19569         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19570         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
19571         More fixes, calculate new size of the buffer when renegotiating.
19572         This completely breaks ffmpegcolorspace but i need to discuss 
19573         that with Wim on monday. Add documentation.
19574
19575 2005-11-05  Julien MOUTTE  <julien@moutte.net>
19576
19577         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19578         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19579         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
19580         better, add safety checks and ARGB support for cards that
19581         support it.
19582
19583 2005-11-04  Julien MOUTTE  <julien@moutte.net>
19584
19585         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19586         (gst_dfbvideosink_surface_destroy),
19587         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19588         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
19589         (gst_dfbvideosink_buffer_alloc):
19590         * ext/directfb/dfbvideosink.h: Now does clipping when surface
19591         is too small, handles upstream elements that are not calling
19592         gst_pad_alloc_buffer, fixes a lot of bugs.
19593
19594 2005-11-03  Julien MOUTTE  <julien@moutte.net>
19595
19596         * ext/directfb/Makefile.am: Prepare for liboil usage.
19597         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
19598         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
19599         rendering in external surface correctly. Will commit a neat
19600         example soon.
19601
19602 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
19603
19604         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
19605         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19606         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
19607         * ext/sdl/sdlvideosink.h:
19608         Add support to exit when 'Esc' key is pressed.
19609
19610 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19611
19612         * configure.ac: Requires DirectFB 0.9.24
19613
19614 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19615
19616         * configure.ac:
19617         * ext/Makefile.am:
19618         * ext/directfb/Makefile.am:
19619         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
19620         (gst_dfbvideosink_surface_create),
19621         (gst_dfbvideosink_surface_destroy),
19622         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
19623         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
19624         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19625         (gst_dfbvideosink_get_format_from_caps),
19626         (gst_dfbvideosink_get_caps_from_format),
19627         (gst_dfbvideosink_can_blit_from_format),
19628         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19629         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
19630         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
19631         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
19632         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19633         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
19634         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
19635         (gst_dfbvideosink_interface_init),
19636         (gst_dfbvideosink_navigation_send_event),
19637         (gst_dfbvideosink_navigation_init),
19638         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19639         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
19640         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
19641         (plugin_init):
19642         * ext/directfb/dfbvideosink.h:
19643         * ext/directfb/directfbvideosink.c:
19644         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
19645         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
19646         scaling, navigation, buffer allocation from video memory etc...
19647
19648 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19649
19650         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
19651         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
19652         gst_sdlvideosink_create:
19653         Changed property full-screen to fullscreen, using SDL_SWSURFACE
19654         instead of SDL_HWSURFACE when in full screen mode.
19655         
19656 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19657
19658         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
19659         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
19660         gst_sdlvideosink_init, gst_sdlvideosink_create:
19661         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
19662         Added a property that allows full-screen.
19663
19664 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
19665
19666         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19667         (gst_sdlvideosink_class_init),
19668         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
19669         (gst_sdlvideosink_show_frame):
19670         * ext/sdl/sdlvideosink.h:
19671           Fix I420 output on some machines (not very nice, but should work).
19672           Add an 'sdlvideosink' debug category. Disable formats that do
19673           not work. Fix some vararg function issues.
19674
19675 2005-10-27  Wim Taymans  <wim@fluendo.com>
19676
19677         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19678         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
19679         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
19680         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
19681         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
19682         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
19683         Fix SDL videosink and did some cleanups.
19684
19685 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
19686
19687         * ext/sdl/sdlvideosink.c:
19688         * ext/sdl/sdlvideosink.h:
19689         Trying to fix videos out of sync (not fixed yet)
19690         
19691 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19692
19693         * gst/qtdemux/qtdemux.h:
19694           Remove got_redirect from class structure as well.
19695
19696 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19697
19698         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
19699         (qtdemux_parse_tree):
19700           Remove 'got-redirect' signal and post element message
19701           on the bus instead.
19702
19703 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19704
19705         * ext/gsm/gstgsm.c:
19706         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19707         * ext/gsm/gstgsmdec.h:
19708         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19709         (gst_gsmenc_chain):
19710         Fixing stuff as wingo pointed out.
19711
19712 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19713
19714         * ext/gsm/gstgsm.c: (plugin_init):
19715         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
19716         (gst_gsmdec_chain):
19717         * ext/gsm/gstgsmdec.h:
19718         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19719         (gst_gsmenc_chain):
19720         * ext/gsm/gstgsmenc.h:
19721         Over-writing Wim's gsm plugins (currently not working) with that from the 
19722         farsight repo. Also made sure that they work with the RTP (de)payloader.
19723
19724 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19725
19726         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
19727         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
19728         * ext/gsm/gstgsmenc.h:
19729         Fixed event handling
19730
19731 2005-10-24  Christian Schaller  <christian@fluendo.com>
19732
19733         * configure.ac: port over thomas's plugin listing from base
19734
19735 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19736
19737         * configure.ac:
19738           back to HEAD
19739
19740 === release 0.9.4 ===
19741
19742 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19743
19744         * NEWS:
19745         * RELEASE:
19746         * configure.ac:
19747           Releasing 0.9.4, "Utahraptor"
19748
19749 2005-10-23  Julien MOUTTE  <julien@moutte.net>
19750
19751         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
19752
19753 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19754
19755         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
19756         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
19757         (gst_faad_chain), (gst_faad_change_state):
19758         * ext/faad/gstfaad.h:
19759           Do some timestamp smoothing (matroskademux apparently sends
19760           multiple buffers in a row with the same timestamp); fix
19761           duration on outgoing buffers; fix change state function; use
19762           GST_DEBUG_FUNCPTR for pad functions.
19763
19764 2005-10-19  Wim Taymans  <wim@fluendo.com>
19765
19766         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
19767         (gst_qtdemux_handle_src_query):
19768         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
19769         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19770         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
19771         API change fix.
19772
19773 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19774
19775         * configure.ac:
19776           All the cool kids use GST_DOCBOOK_CHECK now.
19777
19778 2005-10-18  Julien MOUTTE  <julien@moutte.net>
19779
19780         * gst/speed/Makefile.am: Fix build of speed. 
19781
19782 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
19783
19784         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
19785         (speed_parse_caps), (speed_src_event), (speed_sink_event),
19786         (speed_src_query), (speed_init), (speed_set_property),
19787         (speed_change_state), (gst_speed_convert):
19788         Fixed speed - the previous version, 1.38, has been ported to 0.9
19789         from a wrong version, 1.37 (from 1.36). That fix already includes
19790         the changes done in 1.36.2.4.
19791
19792 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
19793
19794         * configure.ac:
19795           Fix glib check
19796
19797 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19798
19799         * examples/stats/mp2ogg.c:
19800         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
19801         (tarkin_synthesis_packetin):
19802           and more typos fixed
19803
19804 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19805
19806         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
19807         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
19808         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
19809         (gst_faac_get_property), (gst_faac_change_state):
19810           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
19811           move event handling from chain function into an event function,
19812           add some locks here and there, do some cleanups; disable 32-bit
19813           integer and float input formats until we're sure that those 
19814           actually work (couldn't play back the produced files with 
19815           anything).
19816
19817 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19818
19819         * examples/indexing/indexmpeg.c: (main):
19820         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
19821         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
19822         * ext/artsd/gstartsdsink.h:
19823         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
19824         (gst_afparse_close_file):
19825         * ext/audiofile/gstafparse.h:
19826         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19827         (gst_afsink_close_file), (gst_afsink_chain),
19828         (gst_afsink_change_state):
19829         * ext/audiofile/gstafsink.h:
19830         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19831         (gst_afsrc_close_file), (gst_afsrc_change_state):
19832         * ext/audiofile/gstafsrc.h:
19833         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
19834         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
19835         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
19836         * ext/jack/gstjack.h:
19837         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
19838         (gst_jack_bin_change_state):
19839         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
19840         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
19841         * ext/nas/nassink.c: (gst_nassink_open_audio),
19842         (gst_nassink_close_audio), (gst_nassink_change_state):
19843         * ext/nas/nassink.h:
19844         * ext/polyp/polypsink.c: (gst_polypsink_init):
19845         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19846         * ext/sdl/sdlvideosink.h:
19847         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19848         * ext/sndfile/gstsf.c: (gst_sf_set_property),
19849         (gst_sf_change_state), (gst_sf_release_request_pad),
19850         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
19851         * ext/sndfile/gstsf.h:
19852         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
19853         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
19854         * gst/apetag/apedemux.c: (gst_ape_demux_init):
19855         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
19856         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
19857         * gst/festival/gstfestival.c: (gst_festival_change_state):
19858         * gst/festival/gstfestival.h:
19859         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19860         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
19861         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
19862         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
19863         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
19864         (gst_multifilesink_chain), (gst_multifilesink_change_state):
19865         * gst/multifilesink/gstmultifilesink.h:
19866         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
19867         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
19868         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
19869         (dxr3audiosink_open), (dxr3audiosink_close),
19870         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
19871         (dxr3audiosink_change_state):
19872         * sys/dxr3/dxr3audiosink.h:
19873         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
19874         (dxr3spusink_close), (dxr3spusink_chain),
19875         (dxr3spusink_change_state):
19876         * sys/dxr3/dxr3spusink.h:
19877         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
19878         (dxr3videosink_open), (dxr3videosink_close),
19879         (dxr3videosink_write_data), (dxr3videosink_change_state):
19880         * sys/dxr3/dxr3videosink.h:
19881         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
19882         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19883         (gst_qcamsrc_open), (gst_qcamsrc_close):
19884         * sys/qcam/gstqcamsrc.h:
19885         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
19886         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
19887         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19888         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
19889         * sys/vcd/vcdsrc.h:
19890         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19891         moved bitshift from macro to enum definition
19892
19893 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19894
19895         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19896
19897         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
19898           Fix depth/width handling for float audio (#318659).
19899
19900 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19901
19902         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19903
19904         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
19905         (gst_faac_src_setcaps), (gst_faac_chain):
19906           Refcount fixes (#318660)
19907
19908 2005-10-12  Julien MOUTTE  <julien@moutte.net>
19909
19910         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
19911         automake-1.7 happy again.
19912
19913 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
19914
19915         * ext/faad/gstfaad.c: (gst_faad_event):
19916           newsegment API update
19917
19918 2005-10-11  Wim Taymans  <wim@fluendo.com>
19919
19920         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19921         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19922         (gst_tta_parse_parse_header):
19923         newsegment API update.
19924
19925 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19926
19927         * configure.ac:
19928           back to development
19929
19930 === release 0.9.3 ===
19931
19932 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19933
19934         * configure.ac:
19935           Releasing 0.9.3, "Porthos"
19936
19937 2005-09-28  Wim Taymans  <wim@fluendo.com>
19938
19939         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19940         No need to take stream lock here.
19941
19942 2005-09-26  Christian Schaller  <uraeus@gnome.org>
19943
19944         * configure.ac: add speed and rfb where needed
19945         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
19946
19947 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
19948
19949         * ext/gsm/Makefile.am:
19950         * ext/gsm/gstgsm.c:
19951         * ext/gsm/gstgsmdec.c:
19952         * PORTED_09:
19953         Gsmdec ported to 0.9.
19954
19955 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
19956
19957         * configure.ac:
19958         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
19959         (gst_tta_dec_chain):
19960         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
19961         (gst_tta_parse_class_init), (gst_tta_parse_reset),
19962         (gst_tta_parse_init), (gst_tta_parse_src_event),
19963         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
19964         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
19965         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
19966         (gst_tta_parse_loop), (gst_tta_parse_change_state):
19967         * gst/tta/gstttaparse.h:
19968           Ported tta plugin to 0.9.
19969
19970
19971 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19972
19973         * ext/gsm/gstgsmenc.c:
19974           Setting caps on the outgoing buffers.
19975           Need to fix: rtpencoder does not know what it is handling and
19976           errors out
19977
19978 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
19979
19980         * configure.ac:
19981         * ext/sdl/Makefile.am:
19982           Fixed Makefile.am - removed hard coded flags from Makefile.am.
19983           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
19984
19985 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
19986
19987         * Makefile.am:
19988         * configure.ac:
19989         * ext/sdl/Makefile.am:
19990         * ext/sdl/sdlvideosink.c:
19991         * PORTED_09:
19992           Ported to 0.9.
19993
19994 === release 0.9.1 ===
19995
19996 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19997
19998         * configure.ac:
19999         * gst/speed/Makefile.am:
20000         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
20001         * PORTED_09:
20002
20003 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20004
20005         * NEWS:
20006         * README:
20007         * RELEASE:
20008         * configure.ac:
20009         * autogen.sh:
20010           releasing 0.9.1, "Angel Eyes"
20011
20012 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
20013         * examples/gstplay/player.c: (main):
20014         * examples/stats/mp2ogg.c: (main):
20015         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
20016         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
20017         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
20018         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
20019         * ext/dirac/gstdiracdec.cc:
20020         * ext/directfb/directfbvideosink.c:
20021         (gst_directfbvideosink_change_state):
20022         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
20023         * ext/faac/gstfaac.c: (gst_faac_change_state):
20024         * ext/hermes/gsthermescolorspace.c:
20025         (gst_hermes_colorspace_change_state):
20026         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
20027         * ext/jack/gstjack.c: (gst_jack_change_state):
20028         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
20029         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
20030         * ext/libmms/gstmms.c: (gst_mms_change_state):
20031         * ext/mpeg2enc/gstmpeg2enc.cc:
20032         * ext/mplex/gstmplex.cc:
20033         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
20034         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
20035         * ext/nas/nassink.c: (gst_nassink_change_state):
20036         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
20037         (context_state_callback), (gst_polypsink_link):
20038         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20039         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
20040         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
20041         * ext/sndfile/gstsf.c: (gst_sf_change_state):
20042         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20043         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
20044         * ext/xine/xine.c: (gst_xine_change_state):
20045         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
20046         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
20047         * ext/xine/xineinput.c: (gst_xine_input_change_state):
20048         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
20049         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
20050         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
20051         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
20052         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
20053         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
20054         * gst/festival/gstfestival.c: (gst_festival_change_state):
20055         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
20056         * gst/modplug/gstmodplug.cc:
20057         * gst/mpeg1videoparse/gstmp1videoparse.c:
20058         (gst_mp1videoparse_change_state):
20059         * gst/mpegaudioparse/gstmpegaudioparse.c:
20060         (gst_mp3parse_change_state):
20061         * gst/multifilesink/gstmultifilesink.c:
20062         (gst_multifilesink_change_state):
20063         * gst/speed/gstspeed.c: (speed_change_state):
20064         * gst/switch/gstswitch.c: (gst_switch_change_state):
20065         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
20066         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
20067         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
20068         * po/af.po:
20069         * po/az.po:
20070         * po/cs.po:
20071         * po/en_GB.po:
20072         * po/hu.po:
20073         * po/it.po:
20074         * po/nb.po:
20075         * po/nl.po:
20076         * po/or.po:
20077         * po/sq.po:
20078         * po/sr.po:
20079         * po/sv.po:
20080         * po/uk.po:
20081         * po/vi.po:
20082         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
20083         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
20084         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
20085         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
20086         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
20087         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
20088         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
20089         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
20090         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
20091         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
20092         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
20093         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
20094           Fix up all the state change functions.
20095
20096 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20097
20098         * created gst-plugins-bad
20099
20100 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20101
20102         * configure.ac:
20103         * ext/Makefile.am:
20104         * ext/gsm/Makefile.am:
20105         * ext/gsm/gstgsm.c: 
20106         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
20107         * PORTED_09:
20108
20109 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20110
20111         * configure.ac:
20112         * ext/Makefile.am:
20113         * ext/faac/Makefile.am:
20114         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.