gst/flv/: Close the currently playing segment from the streaming thread instead of...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
4         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_dispose):
5         * gst/flv/gstflvdemux.h:
6         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7         (gst_flv_parse_tag_video):
8         Close the currently playing segment from the streaming thread
9         instead of the thread where the seek event is handled.
10
11 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
12
13         Patch by: David Härdeman <david at hardeman dot nu>
14
15         * gst/mpegdemux/mpegtspacketizer.c: (mpegts_packetizer_parse_nit):
16         Add support for the frequency list descriptor, which provides
17         additional frequencies that should be scanned by a DVB application.
18         Fixes bug #557814.
19
20 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
21
22         Patch by: vanista <vanista at gmail dot com>
23
24         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_choose_best_stream):
25         Fix EOS logic by correctly popping the collect pad buffers only
26         when we've chosen to use them instead of popping them always and
27         storing them in a private queue.
28
29         Before the pipeline would deadlock if all pads go EOS at the same
30         time. Fixes bug #557763.
31
32 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
33
34         * configure.ac:
35         Back to development -> 0.10.9.1
36
37 === release 0.10.9 ===
38
39 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
40
41         * configure.ac:
42           releasing 0.10.9, "Matters of fact"
43
44 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
45
46         * configure.ac:
47         Commit 0.10.8.4 pre-release
48
49 2008-10-20  Edward Hervey  <edward.hervey@collabora.co.uk>
50
51         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
52         Fix reverse playback regression.
53         Fixes #557080
54
55 2008-10-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
56
57         * ext/apexsink/gstapexplugin.c: (plugin_init):
58           Set apexsink's rank to NONE so it doesn't get used by
59           autoaudiosink (there's no point really). (#556588)
60
61 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
62
63         * configure.ac:
64         0.10.8.3 pre-release
65
66 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
67
68         Patch by: Josep Torra
69
70         * gst/mpegdemux/gstmpegtsdemux.c:
71         * gst/mpegdemux/gstmpegtsdemux.h:
72         Properly handle some resync cases in the optimised
73         buffering strategy.
74
75 2008-10-16  Michael Smith <msmith@songbirdnest.com>
76         * sys/acmenc/Makefile.am:
77           Remove incorrect use of DIRECTSOUND_LDFLAGS
78
79 2008-10-16  Sebastian Dröge  <slomo@circular-chaos.org>
80
81         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
82         (gst_flv_mux_write_buffer):
83         Don't set video_codec to the value that actually should go
84         into audio codec, otherwise we create invalid files.
85         Fixes bug #556564.
86
87 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
88
89         * tests/check/Makefile.am:
90         Leave apexsink out of the states test.
91
92 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
93
94         * gst/rtpmanager/gstrtpjitterbuffer.c:
95         (gst_jitter_buffer_sink_parse_caps),
96         (gst_rtp_jitter_buffer_flush_start),
97         (gst_rtp_jitter_buffer_flush_stop), (gst_rtp_jitter_buffer_chain),
98         (gst_rtp_jitter_buffer_loop):
99         Fix problem with using the output seqnum counter to check for input
100         seqnum discontinuities.
101         Improve gap detection and recovery, reset and flush the jitterbuffer on
102         seqnum restart. Fixes #556520.
103
104         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert):
105         Fix wrong G_LIKELY.
106
107 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
108
109         * configure.ac:
110         Commit 0.10.8.2 pre-release bump, that actually went out in a
111         tarball on 2008-10-11
112
113 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
114
115         * gst/rtpmanager/gstrtpsession.c:
116         (gst_rtp_session_event_send_rtcp_src), (create_send_rtcp_src):
117         Install event handler on the rtcp_src pad, make LATENCY event return
118         TRUE.
119
120 2008-10-16  Edward Hervey  <edward.hervey@collabora.co.uk>
121
122         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
123         Make sure the mpegpsdemux element creates valid newsegment events.
124         Fixes #556428
125
126 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
127
128         patch by: Sebastian Pölsterl
129         
130         * gst/mpegdemux/mpegtspacketizer.c:
131         Fixes segfault in get_encoding_and_convert.
132         Fixes #556482
133
134 2008-10-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
135
136         patch by: Josep Torra
137
138         * gst/mpegdemux/gstmpegtsdemux.c:
139         Fixes a segfault in the adaptation buffer size strategy.
140         Fixes #556440
141
142 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
143
144         * gst/selector/gstinputselector.c: (gst_input_selector_event),
145         (gst_input_selector_query):
146         Gracefully handle the cases when we dont' have otherpad.
147         Fixes #556430
148
149 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
150
151         * gst/aiffparse/aiffparse.c: (plugin_init):
152         Fix debugging category initialization.
153         Fixes #556274   
154
155 2008-10-14  Jan Schmidt  <jan.schmidt@sun.com>
156
157         * ext/apexsink/gstapexsink.c:
158         Fix some more format string compiler warnings (from OS/X)
159
160 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
161
162         * ext/apexsink/gstapexraop.c: (gst_apexraop_connect),
163         (gst_apexraop_set_volume):
164         Fix format string compiler warnings.
165
166 2008-10-12  Jan Schmidt  <jan.schmidt@sun.com>
167
168         * sys/oss4/oss4-mixer.c:
169         * sys/oss4/oss4-sink.c:
170         * sys/oss4/oss4-source.c:
171         Add some spaces in translateable strings.
172         Fixes: #555969 #555968 #555965
173
174 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
175
176         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag),
177         (gst_flv_demux_pull_header):
178         Fix regression of handling flow returns in pull mode.
179         Fixes bug #556003.
180
181 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
182
183         * ext/Makefile.am:
184         Add apexsink to SUBDIRS. Fixes bug #555912.
185
186 2008-10-11  Jan Schmidt  <jan.schmidt@sun.com>
187
188         * tests/check/pipelines/metadata.c:
189         Make the metadata test not fail when jpegenc isn't available....
190         as it isn't here, because it's not in this module, and
191         therefore not in the plugin path when the check runs.
192
193 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
194
195         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
196         (gst_flv_parse_tag_video):
197         Use gst_pad_alloc_buffer_and_set_caps() to make sure we get
198         a buffer with caps that we can work with (i.e. the pad's caps).
199
200         Add non-keyframe video frames to the index too but without the
201         keyframe flag.
202
203         Add audio frames to the index only if we have no video stream.
204
205 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
206
207         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
208         (gst_flv_parse_tag_video):
209         Create pads from the pad templates, use fixed caps on them
210         and only activate them after the caps are set.
211
212 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
213
214         * configure.ac:
215         Disable flacparse for this release as it's too buggy.
216
217 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
218
219         * gst/flacparse/gstbaseparse.c (gst_base_parse_push_buffer),
220         (gst_base_parse_update_upstream_durations):
221         Fix compiler warning on OS/X about parameters not matching
222         the debug format string.
223
224 2008-10-09  Sebastian Dröge  <slomo@circular-chaos.org>
225
226         * gst/deinterlace2/tvtime/tomsmocomp.c:
227         (gst_deinterlace_method_tomsmocomp_class_init):
228         Fix unused variable compiler warning when not building
229         X86 assembly.
230
231 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
232
233         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop):
234         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_timestamp):
235         * gst/flv/gstflvparse.h:
236         Get an approximate duration of the file by looking at the timestamp
237         of the last tag in pull mode. If we get (maybe better) duration from
238         metadata later we'll use that instead.
239
240 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
241
242         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range),
243         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header):
244         Refactor _pull_range() logic with checks into a seperate function
245         to make things a bit more readable.
246
247 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
248
249         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
250         (gst_flv_demux_base_init):
251         Use gst_element_class_set_details_simple().
252
253         If we get GST_FLOW_NOT_LINKED in the parse loop but at least
254         one of the pads is linked continue the loop.
255
256 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
257
258         * ext/amrwb/gstamrwbenc.c:
259         * ext/amrwb/gstamrwbenc.h:
260           Pass the discont flag from the input buffer on to the output buffer in
261           the AMR encoder.
262
263 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
264
265         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
266         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate):
267         Correct caps for video codec id 5: It's On2 VP6 with alpha channel
268         which needs a different decoder and has different caps.
269
270         Add support for audio codec id 14, which is MP3 with 8kHz sampling
271         rate.
272
273         Fix endianness and signedness for raw audio codec ids.
274
275         Add support for alaw and mulaw audio.
276
277 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
278
279         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain):
280         Go out of the parse loop as soon as we get an error instead
281         of parsing until the GstAdapter is empty.
282
283         Add some explanations about the header and tag size.
284
285         Don't print synchronizing message if everything is fine.
286
287 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
288
289         * gst/flv/Makefile.am:
290         * gst/flv/gstflvdemux.c: (plugin_init):
291         * gst/flv/gstflvmux.c: (gst_flv_mux_base_init),
292         (gst_flv_mux_class_init), (gst_flv_mux_init),
293         (gst_flv_mux_finalize), (gst_flv_mux_reset),
294         (gst_flv_mux_handle_src_event), (gst_flv_mux_handle_sink_event),
295         (gst_flv_mux_video_pad_setcaps), (gst_flv_mux_audio_pad_setcaps),
296         (gst_flv_mux_request_new_pad), (gst_flv_mux_release_pad),
297         (gst_flv_mux_write_header), (gst_flv_mux_write_buffer),
298         (gst_flv_mux_collected), (gst_flv_mux_change_state):
299         * gst/flv/gstflvmux.h:
300         Add first version of a FLV muxer. The only missing feature is writing
301         of stream metadata.
302
303 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
304
305         * ext/amrwb/gstamrwbparse.c:
306         * ext/amrwb/gstamrwbparse.h:
307           Add flush seek handler. Taken from recent armnbparse changes.
308           Sync the code more and use #defines for HEADER.
309
310 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
311
312         * ext/amrwb/gstamrwbparse.c:
313         * ext/amrwb/gstamrwbparse.h:
314           Fix the duration query. Also set caps on the pads and buffers more
315           correctly. Taken from recent armnbparse changes.
316
317 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
318
319         * gst/mpegdemux/gstmpegdemux.c:
320         * gst/mpegdemux/gstmpegtsdemux.c:
321         Add Fluendo to the Long Name.
322
323 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
324
325         * configure.ac:
326         * gst-plugins-bad.spec.in:
327         * gst/mpegdemux/Makefile.am:
328         * gst/mpegdemux/flumpegdemux.c:
329         * gst/mpegdemux/gstmpegdesc.c:
330         * gst/mpegdemux/gstmpegdesc.h:
331         * gst/mpegdemux/mpegtspacketizer.c:
332         * gst/mpegdemux/mpegtspacketizer.h:
333         * gst/mpegdemux/mpegtsparse.c:
334         * gst/mpegdemux/mpegtsparse.h:
335         Move of mpegtsparse to mpegdemux.
336         Fixes #555193.
337
338 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
339
340         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data),
341         (gst_flups_demux_parse_pack_start):
342         Prevent a division by zero if last mux rate was zero.
343
344         If we're going to send a NEWSEGMENT event but the segment start
345         and the current buffer timestamp differ by more than a second we
346         will start the NEWSEGMENT at the buffer timestamp.
347
348         This fixes playback of the tv2-1_25.mpg file, which has 0 as first SCR
349         but the first PTS are around 1 hour and 40 minutes.
350
351         Fixes bug #553755.
352
353 2008-10-07  Jan Schmidt  <jan.schmidt@sun.com>
354
355         * ext/resindvd/resindvdsrc.c:
356         Fix next/prev chapter seeking at the beginning or end.
357         Use 64-bit scaling utility functions for converting MPEG
358         timestamps.
359
360 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
361
362         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
363
364         * gst/rtpmanager/gstrtpbin-marshal.list:
365         Add marshaller for new action signal.
366
367         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session),
368         (gst_rtp_bin_class_init):
369         * gst/rtpmanager/gstrtpbin.h:
370         Add action signal to retrieve the internal RTPSession object.
371
372         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
373         (gst_rtp_session_get_property), (gst_rtp_session_release_pad):
374         Add property to access the internal RTPSession object.
375
376         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
377         (check_collision):
378         * gst/rtpmanager/rtpsession.h:
379         Add action signal to retrieve an RTPSource object by SSRC. 
380         See #555396.
381
382 2008-10-07  Stefan Kost  <ensonic@users.sf.net>
383
384         * gst/selector/gstoutputselector.c:
385           Choose right pad for sending events. Fixes #555244
386
387 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
388
389         * gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
390         (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
391         (remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
392         (gst_rtp_bin_release_pad):
393         Release pads of the session manager.
394         Start implementing releasing pads of gstrtpbin.
395
396         * gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
397         (remove_recv_rtcp_sink), (remove_send_rtp_sink),
398         (remove_send_rtcp_src), (gst_rtp_session_release_pad):
399         Implement releasing pads in gstrtpsession.
400
401 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
402
403         * gst/rtpmanager/gstrtpjitterbuffer.c:
404         (gst_jitter_buffer_sink_parse_caps):
405         Only update the seqnum-base when it was not already configured for the
406         streams.
407
408 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
409
410         * configure.ac
411         * ext/metadata/README:
412         * ext/metadata/metadataexif.c:
413         * ext/metadata/metadatatags.c:
414         * ext/metadata/metadatatags.h:
415           Start using core geo tags (bump req). Fix handling of location
416           references.
417
418         * tests/check/Makefile.am:
419           Sort blacklisted elements and remove moved ones. Add new test.
420
421         * tests/check/pipelines/metadata.c:
422           Add first tests for metadata element.
423
424         * tests/icles/metadata_editor.c:
425           Move free to correct place.
426
427 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
428
429         * tests/check/generic/states.c:
430           Stop test on state-change error. Should be applied on other modules if
431           we agree that it makes sense.
432
433 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
434
435         * gst/mpegtsparse/mpegtsparse.c:
436         Actually copy the structure passed in when assigning it because
437         it gets freed straight after the function call.
438         Re: pat_info and pmt_info GstStructures.
439
440 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
441
442         Patch by: Josep Torra
443
444         * gst/mpegdemux/gstmpegtsdemux.c:
445         Fix wrong firing of critical introduced by previous optimisation.
446
447 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
448
449         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
450         Warn and clamp to max bitrate for samplerate.
451         Fixes #550486.
452
453 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
454
455         * gst/mpegtsparse/mpegtsparse.c:
456         Fix possible crash where pat is pointing to a freed structure.
457
458 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
459
460         * ext/metadata/README:
461         * ext/metadata/metadataexif.c:
462         * ext/metadata/metadatatags.c:
463         * ext/metadata/metadatatags.h:
464           Use core gps tags.
465
466 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
467
468         * ext/metadata/metadata_mapping.htm:
469         * ext/metadata/metadataxmp.c:
470         * ext/metadata/Makefile.am:
471           Add mapping of format and mime type to xmp.
472
473 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
474
475         * ext/metadata/README:
476         * ext/metadata/metadataexif.c:
477         * ext/metadata/metadatatags.c:
478         * ext/metadata/metadatatags.h:
479           Reverting. Will need to wait for core 0.10.21 release.
480
481 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
482
483         * ext/metadata/README:
484         * ext/metadata/metadataexif.c:
485         * ext/metadata/metadatatags.c:
486         * ext/metadata/metadatatags.h:
487           Use core gps tags.
488
489 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
490
491         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
492         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
493         (gst_base_parse_change_state), (gst_base_parse_set_index),
494         (gst_base_parse_get_index):
495         Add support for GstIndex.
496
497 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
498
499         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
500         (gst_base_parse_push_buffer),
501         (gst_base_parse_update_upstream_durations),
502         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
503         * gst/flacparse/gstbaseparse.h:
504         Provide a vfunc for the subclass to decide whether a frame is inside
505         the segment or not and add a default implementation.
506
507         Fix approximate bitrate calculations.
508
509 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
510
511         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
512         (gst_base_parse_init), (gst_base_parse_push_buffer),
513         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
514         (gst_base_parse_loop), (gst_base_parse_activate),
515         (gst_base_parse_convert), (gst_base_parse_query):
516         Approximate the average bitrate, duration and size if possible
517         and add a default conversion function which uses this for
518         time<->byte conversions.
519
520         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
521         Fix parsing if upstream gives -1 as duration.
522
523 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
524
525         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
526         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
527         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
528         Ref the rtpsource object before we release the session lock when we emit
529         the signals.
530
531 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
532
533         * sys/Makefile.am:
534         * sys/wasapi/Makefile.am:
535         * sys/wasapi/gstwasapi.c:
536         * sys/wasapi/gstwasapisink.c:
537         * sys/wasapi/gstwasapisink.h:
538         * sys/wasapi/gstwasapisrc.c:
539         * sys/wasapi/gstwasapisrc.h:
540         * sys/wasapi/gstwasapiutil.c:
541         * sys/wasapi/gstwasapiutil.h:
542         New plugin for audio capture and playback using Windows Audio Session
543         API (WASAPI) available with Vista and newer (#520901).
544
545         Comes with hardcoded caps and obviously needs lots of love. Haven't
546         had time to work on this code since it was written, was initially just
547         a quick experiment to play around with this new API.
548
549 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
550
551         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
552           (AudioFakeSink.DoRenderSample):
553         Fix a couple of signed/unsigned comparison warnings.
554
555 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
556
557         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
558         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
559         Use the _T() macro to support both Unicode and MBCS.
560
561 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
562
563         * ext/libmms/gstmms.c (plugin_init):
564         Fix return type of the GstURIHandler::get_type() implementation.
565
566 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
567
568         * configure.ac:
569         * gst/flacparse/Makefile.am:
570         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
571         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
572         (gst_base_parse_finalize), (gst_base_parse_class_init),
573         (gst_base_parse_init), (gst_base_parse_check_frame),
574         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
575         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
576         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
577         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
578         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
579         (gst_base_parse_chain), (gst_base_parse_pull_range),
580         (gst_base_parse_loop), (gst_base_parse_sink_activate),
581         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
582         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
583         (gst_base_parse_set_min_frame_size),
584         (gst_base_parse_get_querytypes), (gst_base_parse_query),
585         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
586         * gst/flacparse/gstbaseparse.h:
587         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
588         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
589         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
590         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
591         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
592         (gst_bit_reader_skip_to_byte):
593         * gst/flacparse/gstbitreader.h:
594         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
595         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
596         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
597         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
598         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
599         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
600         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
601         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
602         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
603         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
604         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
605         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
606         * gst/flacparse/gstbytereader.h:
607         * gst/flacparse/gstflac.c: (plugin_init):
608         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
609         (gst_flac_parse_class_init), (gst_flac_parse_init),
610         (gst_flac_parse_finalize), (gst_flac_parse_start),
611         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
612         (gst_flac_parse_check_valid_frame),
613         (gst_flac_parse_handle_streaminfo),
614         (gst_flac_parse_handle_vorbiscomment),
615         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
616         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
617         (gst_flac_parse_parse_frame):
618         * gst/flacparse/gstflacparse.h:
619         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
620         that will be added to libgstbase later.
621
622         The FLAC parser is currently not 100% bug free and fails to get the
623         correct frame size for some frames in some streams.
624
625 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
626
627         * ext/resindvd/gstmpegdemux.c:
628         * ext/resindvd/gstmpegdemux.h:
629         * ext/resindvd/resindvdbin.c:
630         * ext/resindvd/resindvdsrc.c:
631         * ext/resindvd/rsnstreamselector.c:
632         Add in Title/Chapter seeking, and simple but buggy audio
633         and subtitle stream selection.
634
635 2008-09-24  Michael Smith <msmith@songbirdnest.com>
636
637         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
638         * sys/dshowdecwrapper/gstdshowaudiodec.h:
639         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
640         * sys/dshowdecwrapper/gstdshowutil.cpp:
641         * sys/dshowdecwrapper/gstdshowutil.h:
642         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
643         * sys/dshowdecwrapper/gstdshowvideodec.h:
644           Prefer known-good filters, create directly by GUID if possible,
645           fall back to creating highest-merit filter otherwise.
646           Fixes playback with random dshow filters installed in some
647           cases.
648
649 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
650
651         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
652         (rtp_jitter_buffer_get_sync):
653         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
654         (session_cleanup):
655         * gst/rtpmanager/rtpsource.c:
656         Fix some docs.
657
658 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
659
660         Patch from: Josep Torra
661
662         * gst/mpegdemux/gstmpegtsdemux.c:
663         * gst/mpegdemux/gstmpegtsdemux.h:
664         Use a preallocated buffer per stream for PES packets sent on src pads.
665         Adaptively adjust buffer size appropriately.
666
667 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
668
669         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
670           (gst_neonhttp_src_send_request_and_redirect):
671           Clean up the debug logging code and #ifdef mess a bit: whether or not
672           gstreamer debug messages should be output should not depend on an
673           element property; also, GST_ELEMENT_ERROR will leave a line in the log
674           already, so merge the more useful debug log messages with the less useful
675           error debug strings.
676
677 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
678
679         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
680           Don't post LIBRARY_INIT errors where we should be posting
681           RESOURCE OPEN_READ errors. Fixes #552506.
682
683 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
684
685         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
686         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
687         Fix compiler warnings on OS/X
688
689 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
690
691         patch by: Michael Krufky
692
693         * sys/dvb/gstdvbsrc.c:
694         Add adapter_name for bus message in ATSC case. Fixes #552536.
695
696 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
697
698         * ext/celt/gstceltenc.h:
699           Help gtk-doc to parse this correctly.
700
701         * gst/pcapparse/gstpcapparse.c:
702           Add missing include.
703
704 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
705
706         * examples/Makefile.am:
707           Only built scaletempo example if we have gtk.
708
709 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
710
711         * gst/rtpmanager/gstrtpbin.c: (create_session),
712         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
713         Do not try to adjust the offset of streams for which we have not yet
714         seen an SR packet. Avoids large ts-offsets in some cases.
715
716 2008-09-10  Michael Smith <msmith@songbirdnest.com>
717
718         * sys/dshowdecwrapper/Makefile.am:
719         * sys/dshowdecwrapper/gstdshowaudiodec.c:
720         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
721         * sys/dshowdecwrapper/gstdshowaudiodec.h:
722         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
723         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
724         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
725         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
726         * sys/dshowdecwrapper/gstdshowfakesrc.h:
727         * sys/dshowdecwrapper/gstdshowutil.cpp:
728         * sys/dshowdecwrapper/gstdshowutil.h:
729         * sys/dshowdecwrapper/gstdshowvideodec.c:
730         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
731         * sys/dshowdecwrapper/gstdshowvideodec.h:
732           Major rewrite of dshowdecwrapper. Converts code to
733           C++, moves to direct use of DirectShow base classes,
734           make a lot of code clearer, simplify, etc.
735           Fix decode of MP3 on Vista by working around an apparent
736           bug in the decoder.
737
738 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
739
740         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
741           gst_ks_clock_start):
742           Synchronize KS clock as a single-shot operation for now, there's not
743           much point in doing it periodically until we're actually using the
744           KS timestamps for anything else than just discarding old frames.
745         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
746           Provide the GstClock when opening the device if we already have one.
747
748 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
749
750         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
751           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
752           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
753           gst_ks_video_device_read_frame):
754           Guard against capturing old frames by keeping track of the last
755           timestamp and also zero-fill the buffers before each capture.
756           Only assign a master clock if the pin hasn't already got one.
757           Actually free buffers on the way down to avoid a huge memory leak,
758           as this was previously done when changing state to ACQUIRE downwards
759           and we now skip that state on the way down.
760           Add some debug.
761         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
762           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
763           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
764           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
765           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
766           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
767           device_index, running, worker_thread, worker_lock,
768           worker_notify_cond, worker_result_cond, worker_state,
769           worker_pending_caps, worker_setcaps_result, worker_pending_run,
770           worker_run_result, gst_ks_video_src_reset,
771           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
772           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
773           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
774           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
775           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
776           gst_ks_video_src_create):
777           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
778           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
779           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
780           behavior. As an added bonus we usually get PresentationTime set for
781           each frame, so we can expand on this later for smarter latency
782           reporting (by looking at the diff between the timestamp from the
783           driver and the time according to the GStreamer clock).
784           Use an internal worker thread for opening the device, setting caps,
785           changing its state and closing it. This way we're a lot more
786           compatible with drivers that rely on hacks to do video-effects
787           between the low-level NT API and the application. Ick.
788           Start the ks clock and set the pin to KSSTATE_RUN on the first
789           create() so that we'll hopefully get hold of the GStreamer clock
790           from the very beginning. This way there's no chance that the
791           timestamps will make a sudden jump in the beginning of the stream
792           when we're running with a clock.
793         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
794           ks_options_flags_to_string):
795           Reorder the flags to match the headerfile order, and make the string
796           a bit more compact.
797         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
798           Avoid leaking KSPROPERTY_PIN_DATARANGES.
799
800 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
801
802         * configure.ac:
803         * ext/Makefile.am:
804         * ext/jp2k/Makefile.am:
805         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
806         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
807         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
808         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
809         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
810         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
811         (plugin_init):
812         * ext/jp2k/gstjasperdec.h:
813         Add jp2k plugin.  Fixes #550657.
814
815 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
816
817         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
818         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
819         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
820         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
821         (gst_fluts_demux_plugin_init):
822         Fix conflicting public names in new mpeg demuxers.
823         Fixes #550468
824
825 2008-09-08  Michael Smith <msmith@songbirdnest.com>
826
827         * gst/aiffparse/aiffparse.c:
828           Support chunks in AIFF in any order in pull mode, and any order so
829           long as we get COMM before the actual data (SSND) in push mode.
830           Fixes playback of AIFC files.
831
832 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
833
834         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
835         (gst_input_selector_reset), (gst_input_selector_change_state):
836         Reset the selector state when going to READY.
837
838 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
839
840         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
841         (create_session), (gst_rtp_bin_associate),
842         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
843         (gst_rtp_bin_request_new_pad):
844         * gst/rtpmanager/gstrtpbin.h:
845         Add signal to notify listeners when a sender becomes a receiver.
846         Tweak lip-sync code, don't store our own copy of the ts-offset of the
847         jitterbuffer, don't adjust sync if the change is less than 4msec.
848         Get the RTP timestamp <-> GStreamer timestamp relation directly from
849         the jitterbuffer instead of our inaccurate version from the source.
850
851         * gst/rtpmanager/gstrtpjitterbuffer.c:
852         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
853         (gst_rtp_jitter_buffer_get_sync):
854         * gst/rtpmanager/gstrtpjitterbuffer.h:
855         Add G_LIKELY macros, use global defines for max packet reorder and
856         dropouts.
857         Reset the jitterbuffer clock skew detection when packets seqnums are
858         changed unexpectedly.
859
860         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
861         (gst_rtp_session_class_init), (gst_rtp_session_init):
862         * gst/rtpmanager/gstrtpsession.h:
863         Add sender timeout signal.
864
865         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
866         (calculate_skew), (rtp_jitter_buffer_insert),
867         (rtp_jitter_buffer_get_sync):
868         * gst/rtpmanager/rtpjitterbuffer.h:
869         Add some G_LIKELY macros.
870         Keep track of the extended RTP timestamp so that we can report the RTP
871         timestamp <-> GStreamer timestamp relation for lip-sync.
872         Remove server timestamp gap detection code, the server can sometimes
873         make a huge gap in timestamps (talk spurts,...) see #549774.
874         Detect timetamp weirdness instead by observing the sender/receiver
875         timestamp relation and resync if it changes more than 1 second.
876         Add method to report about the current rtp <-> gst timestamp relation
877         which is needed for lip-sync.
878
879         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
880         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
881         (session_cleanup):
882         * gst/rtpmanager/rtpsession.h:
883         Add sender timeout signal.
884         Remove inaccurate rtp <-> gst timestamp relation code, the
885         jitterbuffer can now do an accurate reporting about this.
886
887         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
888         (rtp_source_update_caps), (calculate_jitter),
889         (rtp_source_process_rtp):
890         * gst/rtpmanager/rtpsource.h:
891         Remove inaccurate rtp <-> gst timestamp relation code.
892
893         * gst/rtpmanager/rtpstats.h:
894         Define global max-reorder and max-dropout constants for use in various
895         subsystems.
896
897 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
898
899         patch by: Sebastian Pölsterl
900
901         * sys/dvb/gstdvbsrc.c:
902         Add DVB Adapter name to structure sent over bus.
903
904 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
905
906         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
907         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
908         Fix build on macosx.
909
910 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
911
912         * configure.ac:
913         * gst/mpegdemux/Makefile.am:
914         * gst/mpegdemux/flumpegdemux.c:
915         * gst/mpegdemux/flutspatinfo.c:
916         * gst/mpegdemux/flutspatinfo.h:
917         * gst/mpegdemux/flutspmtinfo.c:
918         * gst/mpegdemux/flutspmtinfo.h:
919         * gst/mpegdemux/flutspmtstreaminfo.c:
920         * gst/mpegdemux/flutspmtstreaminfo.h:
921         * gst/mpegdemux/gstmpegdefs.h:
922         * gst/mpegdemux/gstmpegdemux.c:
923         * gst/mpegdemux/gstmpegdemux.h:
924         * gst/mpegdemux/gstmpegdesc.c:
925         * gst/mpegdemux/gstmpegdesc.h:
926         * gst/mpegdemux/gstmpegtsdemux.c:
927         * gst/mpegdemux/gstmpegtsdemux.h:
928         * gst/mpegdemux/gstpesfilter.c:
929         * gst/mpegdemux/gstpesfilter.h:
930         * gst/mpegdemux/gstsectionfilter.c:
931         * gst/mpegdemux/gstsectionfilter.h:
932         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
933         is now dual licensed MPL and LGPL.
934
935 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
936
937         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
938         Set caps on outgoing buffers.
939
940 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
941
942         * ext/resindvd/plugin.c: (plugin_init):
943         * ext/resindvd/resindvdsrc.c:
944         * ext/twolame/gsttwolame.c: (plugin_init):
945         * gst/aiffparse/aiffparse.c: (plugin_init):
946           Enable/fix up translations for these plugins.
947
948         * po/LINGUAS:
949           Add 'ca' to LINGUAS.
950
951         * po/POTFILES.in:
952         * po/POTFILES.skip:
953           Add more files for translation and more files which tools
954           should skip.
955
956 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
957
958         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
959         Fix build on macosx.
960
961 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
962
963         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
964         Allocate a fixed size buffer on the stack instead of using malloc().
965
966         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
967         (tsmux_program_new), (tsmux_program_free):
968         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
969         (tsmux_stream_free), (tsmux_stream_consume),
970         (tsmux_stream_add_data):
971         Use GSlice.
972
973 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
974
975         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
976         Add support for muxing MPEG4 video.
977
978 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
979
980         * gst/mpegtsmux/tsmux/tsmux.h:
981         * gst/mpegtsmux/tsmux/tsmuxstream.h:
982         Fix build of mpegtsmux.
983         
984 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
985
986         * configure.ac:
987         * gst/mpegtsmux/Makefile.am:
988         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
989         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
990         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
991         (release_buffer_cb), (mpegtsmux_create_stream),
992         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
993         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
994         (mpegtsmux_release_pad), (new_packet_cb),
995         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
996         (plugin_init):
997         * gst/mpegtsmux/mpegtsmux.h:
998         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
999         * gst/mpegtsmux/mpegtsmux_aac.h:
1000         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
1001         * gst/mpegtsmux/mpegtsmux_h264.h:
1002         * gst/mpegtsmux/tsmux/Makefile.am:
1003         * gst/mpegtsmux/tsmux/crc.h:
1004         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
1005         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
1006         (tsmux_program_new), (tsmux_set_pmt_frequency),
1007         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
1008         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
1009         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
1010         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
1011         (tsmux_write_stream_packet), (tsmux_program_free),
1012         (tsmux_write_section), (tsmux_write_section_hdr),
1013         (tsmux_write_pat), (tsmux_write_pmt):
1014         * gst/mpegtsmux/tsmux/tsmux.h:
1015         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
1016         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1017         (tsmux_stream_get_pid), (tsmux_stream_free),
1018         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
1019         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
1020         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
1021         (tsmux_stream_pes_header_length),
1022         (tsmux_stream_find_pts_dts_within),
1023         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
1024         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
1025         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
1026         (tsmux_stream_get_pts):
1027         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1028         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
1029         is renamed to mpegtsmux to prevent conflicts. Also all relevant
1030         informations about copyright and license are added to the top of
1031         every file but apart from that no changes compared to the latest
1032         SVN versions happened.
1033
1034 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1035
1036         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1037         (gst_input_selector_event), (gst_input_selector_query):
1038         Reuse the get_linked_pads for both source and sinkpads because they are
1039         the same.
1040         Implement a custum event handler and get the internally linked pad
1041         directly instead of relying on the default (slower) implementation.
1042
1043 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1044
1045         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
1046         Correctly take the granulepos from upstream if possible and
1047         correctly handle the granulepos in various calculations: the
1048         granulepos is the sample number of the _last_ sample in a frame, not
1049         the first. 
1050
1051         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
1052         (gst_celt_enc_encode), (gst_celt_enc_chain),
1053         (gst_celt_enc_change_state):
1054         * ext/celt/gstceltenc.h:
1055         Handle non-zero start timestamps in the encoder and detect/handle
1056         stream discontinuities. Fixes bug #547075.
1057
1058 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1059
1060         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
1061
1062         * configure.ac:
1063         * docs/plugins/Makefile.am:
1064         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1065         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1066         * docs/plugins/inspect/plugin-scaletempo.xml:
1067         * examples/scaletempo/Makefile.am:
1068         * examples/scaletempo/demo-gui.c: (pop_status_bar),
1069         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
1070         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
1071         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
1072         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
1073         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
1074         (demo_gui_do_play_pause), (demo_gui_do_open_file),
1075         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
1076         (demo_gui_do_about_dialog), (demo_gui_do_quit),
1077         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
1078         (demo_gui_request_set_search), (demo_gui_rate_changed),
1079         (demo_gui_playing_started), (demo_gui_playing_paused),
1080         (demo_gui_playing_ended), (demo_gui_player_errored),
1081         (demo_gui_stride_changed), (demo_gui_overlap_changed),
1082         (demo_gui_search_changed), (demo_gui_set_player_func),
1083         (demo_gui_set_playlist_func), (build_gvalue_array),
1084         (create_action), (demo_gui_show_func), (demo_gui_set_player),
1085         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
1086         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
1087         (demo_gui_get_type):
1088         * examples/scaletempo/demo-gui.h:
1089         * examples/scaletempo/demo-main.c: (handle_error_message),
1090         (handle_quit), (main):
1091         * examples/scaletempo/demo-player.c: (no_pipeline),
1092         (demo_player_event_listener), (demo_player_state_changed_cb),
1093         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
1094         (demo_player_scale_rate_func), (demo_player_set_rate_func),
1095         (_set_state_and_wait), (demo_player_load_uri_func),
1096         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
1097         (demo_player_seek_by_func), (demo_player_seek_to_func),
1098         (demo_player_get_position_func), (demo_player_get_duration_func),
1099         (demo_player_scale_rate), (demo_player_set_rate),
1100         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
1101         (demo_player_seek_by), (demo_player_seek_to),
1102         (demo_player_get_position), (demo_player_get_duration),
1103         (demo_player_get_property), (demo_player_set_property),
1104         (demo_player_init), (demo_player_class_init),
1105         (demo_player_get_type):
1106         * examples/scaletempo/demo-player.h:
1107         * gst/scaletempo/Makefile.am:
1108         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
1109         (best_overlap_offset_s16), (output_overlap_float),
1110         (output_overlap_s16), (fill_queue), (reinit_buffers),
1111         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
1112         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
1113         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
1114         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
1115         (gst_scaletempo_init):
1116         * gst/scaletempo/gstscaletempo.h:
1117         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
1118         Add scaletempo plugin, which allows to scale the speed of audio without
1119         changing the pitch by handling seeks with a rate!=1.0.
1120         Integrate it into the docs and add the example application for it.
1121         Fixes bug #537700.
1122
1123 2008-08-30  David Schleef  <ds@schleef.org>
1124
1125         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
1126
1127 2008-08-29  David Schleef  <ds@schleef.org>
1128
1129         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
1130           object disposal.  Handle 4:2:2 and 4:4:4 video.
1131
1132 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1133
1134         * ext/resindvd/resindvdbin.c:
1135         Fix compiler warning on Forte.
1136
1137 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1138
1139         * configure.ac:
1140         Commit FIONREAD check, needed for the dccp src.
1141
1142 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
1143
1144         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
1145         (gst_faac_chain), (gst_faac_change_state):
1146         * ext/faac/gstfaac.h:
1147         Add code for calculating proper timestamp/duration for the trailing
1148         encoded buffers that faac will output when receiving EOS.
1149
1150 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1151
1152         * configure.ac:
1153         Fix CFLAGS and LIBS for the apexsink.
1154
1155 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1156
1157         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
1158           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
1159
1160 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
1161
1162         * gst/dccp/gstdccp.c:
1163         * gst/dccp/gstdccpclientsrc.c:
1164         Fix compilation on Solaris by including filio.h as needed.
1165
1166         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1167         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1168         Fix compilation with Forte - apparently it hates concatenating a
1169         macro argument that starts with an underscore??
1170
1171 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1172
1173         Patch by: Jérémie Bernard <gremimail at gmail dot com>
1174
1175         * configure.ac:
1176         * ext/apexsink/LGPL-3.0.txt:
1177         * ext/apexsink/Makefile.am:
1178         * ext/apexsink/gstapexplugin.c: (plugin_init):
1179         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
1180         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
1181         (gst_apexraop_set_host), (gst_apexraop_get_host),
1182         (gst_apexraop_set_port), (gst_apexraop_get_port),
1183         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
1184         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
1185         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
1186         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
1187         (gst_apexraop_write), (gst_apexraop_flush):
1188         * ext/apexsink/gstapexraop.h:
1189         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
1190         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
1191         (gst_apexsink_implements_interface_init),
1192         (gst_apexsink_mixer_interface_init),
1193         (gst_apexsink_interface_supported),
1194         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
1195         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
1196         (gst_apexsink_class_init), (gst_apexsink_init),
1197         (gst_apexsink_set_property), (gst_apexsink_get_property),
1198         (gst_apexsink_finalise), (gst_apexsink_open),
1199         (gst_apexsink_prepare), (gst_apexsink_write),
1200         (gst_apexsink_unprepare), (gst_apexsink_delay),
1201         (gst_apexsink_reset), (gst_apexsink_close):
1202         * ext/apexsink/gstapexsink.h:
1203         Add apexsink for audio output to Apple AirPort Express Wireless
1204         devices. Fixes bug #542510.
1205
1206 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1207
1208         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
1209         (gst_rtp_session_event_send_rtp_sink):
1210         Send EOS when the session object instructs us to.
1211
1212         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
1213         * gst/rtpmanager/rtpsession.h:
1214         Make it possible for the session manager to instruct us to send EOS. We
1215         currently will EOS when the session is a sender and when the sender part
1216         goes EOS. This is not entirely correct behaviour because the session
1217         could still participate as a receiver.
1218         Fixes #549409.
1219
1220 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1221
1222         * gst/aiffparse/aiffparse.c:
1223           Read size of chunks preceeding the audio data with the
1224           correct endianness. Fixes playback of some files.
1225           Fixes #538500
1226
1227 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1228
1229         * configure.ac:
1230         * gst/aiffparse/Makefile.am:
1231         * gst/aiffparse/aiffparse.c:
1232         * gst/aiffparse/aiffparse.h:
1233           Add an AIFF parsing element, heavily based on wavparse.
1234
1235 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1236
1237         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
1238           gst_ks_video_device_set_state):
1239           Don't set the pin state to KSSTATE_RUN from the streaming thread.
1240           Skip KSSTATE_ACQUIRE when changing pin state downwards.
1241           Be nice and specify G_PARAM_STATIC_STRINGS.
1242           Remove unused finalize method.
1243
1244         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
1245           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
1246           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
1247           gst_ks_video_src_set_property, gst_ks_video_src_reset,
1248           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
1249           gst_ks_video_src_set_caps):
1250           First driver quirk: work around Logitech's hostile driver software to
1251           improve stability and performance. See comments for details.
1252           Provide a property to disable driver quirks (enabled by default).
1253           Be nice and specify G_PARAM_STATIC_STRINGS.
1254           Remove unused dispose method.
1255           Tweak include order.
1256
1257 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1258
1259         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1260         (gst_input_selector_query):
1261         Implement the LATENCY query in a better way by taking the latency of all
1262         sinkpads and taking the min/max instead of just taking a random pad.
1263
1264 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1265
1266         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1267         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1268         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1269         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1270         Unroll the loop to handle two bytes at once. This should give
1271         a small speedup and makes it possible to handle chroma and luma
1272         different which is needed later.
1273
1274 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1275
1276         * gst/dccp/gstdccpserversink.c:
1277         * gst/dccp/gstdccpserversink.h:
1278         Don't put globals only used by one '.c' file in a header !
1279         Declare it as static, fixes build on macosx.
1280
1281 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1282
1283         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
1284         Whoops, that was one fix too much :)
1285
1286 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1287
1288         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
1289         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
1290         size_t's size varies by platform/architecture. Use glib convenience
1291         macro instead. Fixes build on macosx.
1292         Remove ending '\n' in debug statements.
1293
1294 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1295
1296         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
1297         Remove unused code and fix includes.
1298
1299 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1300
1301         * gst/deinterlace2/gstdeinterlace2.c:
1302         (gst_deinterlace_method_class_init):
1303         * gst/deinterlace2/gstdeinterlace2.h:
1304         * gst/deinterlace2/tvtime/tomsmocomp.c:
1305         (gst_deinterlace_method_tomsmocomp_class_init):
1306         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1307         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1308         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1309         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1310         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1311         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1312         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1313         First part of the C implementation of the tomsmocomp deinterlacing
1314         algorithm. This only supports search-effort=0 currently, is painfully
1315         slow and needs some cleanup later when all search-effort settings
1316         are implemented in C.
1317
1318 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1319
1320         * configure.ac:
1321         * sys/Makefile.am:
1322         * sys/winks/Makefile.am:
1323         * sys/winks/gstksclock.c:
1324         * sys/winks/gstksclock.h:
1325         * sys/winks/gstksvideodevice.c:
1326         * sys/winks/gstksvideodevice.h:
1327         * sys/winks/gstksvideosrc.c:
1328         * sys/winks/gstksvideosrc.h:
1329         * sys/winks/kshelpers.c:
1330         * sys/winks/kshelpers.h:
1331         * sys/winks/ksvideohelpers.c:
1332         * sys/winks/ksvideohelpers.h:
1333           New plugin for low-latency video capture on Windows (#519935).
1334
1335           Uses Kernel Streaming, the lowest level API for doing video capture
1336           on Windows (more or less just raw ioctls).
1337
1338 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1339
1340         * gst/pcapparse/gstpcapparse.c:
1341         * sys/winscreencap/gstdx9screencapsrc.c:
1342         * sys/winscreencap/gstgdiscreencapsrc.c:
1343           Added documentation blobs. Thanks to Stefan for noticing!
1344
1345 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1346
1347         * configure.ac:
1348         * gst/pcapparse/Makefile.am:
1349         * gst/pcapparse/gstpcapparse.c:
1350         * gst/pcapparse/gstpcapparse.h:
1351           New plugin: pcapparse (#520899).
1352
1353 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1354
1355         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
1356
1357         * configure.ac:
1358         * sys/Makefile.am:
1359         * sys/winscreencap/Makefile.am:
1360         * sys/winscreencap/gstdx9screencapsrc.c:
1361         * sys/winscreencap/gstdx9screencapsrc.h:
1362         * sys/winscreencap/gstgdiscreencapsrc.c:
1363         * sys/winscreencap/gstgdiscreencapsrc.h:
1364         * sys/winscreencap/gstwinscreencap.c:
1365         * sys/winscreencap/gstwinscreencap.h:
1366           New plugin: winscreencap (#463941).
1367
1368 2008-08-22  Michael Smith <msmith@songbirdnest.com>
1369
1370         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1371           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
1372           is correctly, instead of backwards. No functional changes, since this
1373           mistake was completely self-consistent.
1374
1375 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
1376
1377         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1378           Add, but commented out xml/element-dc1394.xml. Its documented, but
1379           I can't get it to be build.
1380
1381         * ext/celt/gstceltdec.c:
1382         * ext/celt/gstceltenc.c:
1383           Fix doc warnings and reformat the doc block.
1384
1385 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1386
1387         patch by: Leandro Melo de Sales <leandroal@gmail.com>
1388
1389         * configure.ac:
1390         * docs/plugins/Makefile.am:
1391         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1392         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1393         * docs/plugins/gst-plugins-bad-plugins.args:
1394         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1395         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1396         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1397         * docs/plugins/gst-plugins-bad-plugins.signals:
1398         * docs/plugins/inspect/plugin-dccp.xml:
1399         * gst/dccp/Makefile.am:
1400         * gst/dccp/gstdccp.c:
1401         * gst/dccp/gstdccp.h:
1402         * gst/dccp/gstdccpclientsink.c:
1403         * gst/dccp/gstdccpclientsink.h:
1404         * gst/dccp/gstdccpclientsrc.c:
1405         * gst/dccp/gstdccpclientsrc.h:
1406         * gst/dccp/gstdccpplugin.c:
1407         * gst/dccp/gstdccpserversink.c:
1408         * gst/dccp/gstdccpserversink.h:
1409         * gst/dccp/gstdccpserversrc.c:
1410         * gst/dccp/gstdccpserversrc.h:
1411         * tests/icles/dccp/README:
1412         * tests/icles/dccp/call/README:
1413         * tests/icles/dccp/call/DCCPClient.c:
1414         * tests/icles/dccp/call/DCCPServer.c:
1415         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1416         * tests/icles/dccp/file/DCCPServerSendFile.c:
1417         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1418         * tests/icles/dccp/mic/DCCPServerMic.c:
1419         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1420         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1421         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1422         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1423         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1424         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1425           Add dccp plugin. Fixes #542390.
1426
1427 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1428
1429         * configure.ac:
1430           Remove bits that presumably weren't supposed to be committed.
1431
1432 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1433
1434         * configure.ac:
1435         * sys/Makefile.am:
1436         * sys/acmenc/Makefile.am:
1437         * sys/acmenc/acmenc.c:
1438           Add new windows ACM encoder wrapper.
1439
1440 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1441
1442         patch by: Michael Krufky
1443
1444         * sys/dvb/gstdvbsrc.c:
1445         * sys/dvb/parsechannels.c:
1446         Add ATSC tunning and channels.conf parsing support.
1447         Fixes #537455
1448
1449 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1450
1451         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1452         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1453         * sys/dshowdecwrapper/gstdshowvideodec.c:
1454         * sys/dshowdecwrapper/gstdshowvideodec.h:
1455         * sys/dshowvideosink/dshowvideosink.cpp:
1456         * sys/dshowvideosink/dshowvideosink.h:
1457           Initialise COM with default flags.
1458           Only deinitialise if the initialisation was successful.
1459
1460 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1461
1462         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1463         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1464         Reset rtp timestamp interpollation when we detect a gap when the
1465         clock_base changed.
1466         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1467
1468         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1469         * gst/rtpmanager/gstrtpsession.h:
1470         Add method to set session SSRC.
1471
1472         * gst/rtpmanager/rtpsession.c: (check_collision),
1473         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1474         (rtp_session_on_timeout):
1475         * gst/rtpmanager/rtpsession.h:
1476         Added debugging for the collision checks.
1477         Add method to change the internal SSRC of the session.
1478
1479         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1480         Reset the clock base when we detect large jumps in the seqnums.
1481
1482 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1483
1484         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1485         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1486         * ext/x264/gstx264enc.h:
1487         Do not deal with duplicated input (timestamps).  If needed,
1488         a generic element can do so.
1489         Do not manipulate input timestamps on the way out,
1490         since that shifts the timeline and A/V sync.
1491
1492 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1493
1494         * docs/plugins/gst-plugins-bad-plugins.args:
1495         Integrate new properties into documentation.
1496         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1497         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1498         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1499         Fix up API prior to eventual plugin move.
1500         API: GstX264Enc:pass (provides more options, and changed to enum)
1501
1502 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1503
1504         * docs/plugins/Makefile.am:
1505         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1506         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1507         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1508         * docs/plugins/inspect/plugin-mplex.xml:
1509         * ext/mplex/gstmplex.cc:
1510         Update and add documentation for mplex.
1511         * ext/mpeg2enc/gstmpeg2enc.cc:
1512         Documentation update.
1513
1514 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1515
1516         * docs/plugins/Makefile.am:
1517         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1518         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1519         * ext/x264/gstx264enc.c:
1520         * tests/check/Makefile.am:
1521         * tests/check/elements/x264enc.c: (setup_x264enc),
1522         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1523         Add documentation and unit test for x264enc.
1524
1525 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1526
1527         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1528         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1529         Allocate some buffers in more adaptive and economical fashion.
1530
1531 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1532
1533         * configure.ac:
1534         Check for sufficiently up-to-date x264 API.
1535         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1536         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1537         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1538         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1539         * ext/x264/gstx264enc.h:
1540         Expose some more parameters of the x264 encoder as properties.
1541
1542 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1543
1544         * gst/rtpmanager/gstrtpbin.c:
1545           Print the pad-name in debug log.
1546
1547         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1548         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1549           Use "-" instead of "_" in property names. Can we call them just
1550           "device" like everywhere else?
1551
1552 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1553
1554         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1555         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1556         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1557         (gst_x264_enc_flush_frames):
1558         Coding style and layout; re-order some functions in more
1559         typical and natural flow.
1560
1561 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1562
1563         * ext/x264/Makefile.am:
1564         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1565         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1566         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1567         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1568         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1569         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1570         * ext/x264/gstx264enc.h:
1571         Use GQueue in stead of custom queue code.
1572         Factorize flushing out encoder delayed frames.
1573         Factorize initialization and state change reset.
1574
1575 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1576
1577         * ext/x264/gstx264enc.h:
1578         * sys/fbdev/gstfbdevsink.c:
1579         Use configure-generated _stdint.h.
1580
1581 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1582
1583         * ext/x264/Makefile.am:
1584         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1585         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1586         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1587         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1588         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1589         (gst_x264_enc_encode_frame), (plugin_init):
1590         * ext/x264/gstx264enc.h:
1591         Use video format library and GST_WRITE_*_BE macros where applicable.
1592         Use finalize in stead of dispose.
1593         Set up debug category and log callback.
1594
1595 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1596
1597         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1598
1599         * ext/sndfile/gstsf.c: (plugin_init):
1600         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1601         * sys/oss4/oss4-audio.c: (plugin_init):
1602         Make sure gettext returns translations in UTF-8 encoding rather
1603         than in the current locale encoding (#546822).
1604
1605 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1606
1607         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1608         (gst_two_lame_chain):
1609         * ext/twolame/gsttwolame.h:
1610         Allow raw float samples as input for encoding.
1611
1612 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1613
1614         * ext/jack/gstjackaudiosrc.c:
1615           Try committing this once again. Now properly renamed.
1616
1617 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1618
1619         * docs/plugins/Makefile.am:
1620         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1621         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1622         * docs/plugins/gst-plugins-bad-plugins.args:
1623         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1624         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1625         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1626         * docs/plugins/inspect/plugin-jack.xml
1627           Add new element to docs.
1628
1629         * ext/jack/gstjack.h
1630           Add missing file.
1631
1632         * ext/jack/gstjackaudiosrc.c:
1633         * ext/jack/gstjackaudiosrc.h:
1634           Rename jackaudiosrc to jack_audio_src.
1635
1636 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1637
1638         patch by: Tristan Matthews <tristan@sat.qc.ca>
1639
1640         * ext/jack/Makefile.am:
1641         * ext/jack/gstjack.c:
1642         * ext/jack/gstjackaudioclient.c:
1643         * ext/jack/gstjackaudiosink.c:
1644         * ext/jack/gstjackaudiosink.h:
1645         * ext/jack/gstjackaudiosrc.c:
1646         * ext/jack/gstjackaudiosrc.h:
1647         * ext/jack/gstjackringbuffer.h:
1648           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
1649           Fixes #545197.
1650
1651 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1652
1653         * docs/plugins/Makefile.am:
1654         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1655         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1656         * docs/plugins/gst-plugins-bad-plugins.args:
1657         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1658         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1659         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1660         * docs/plugins/inspect/plugin-celt.xml:
1661         * docs/plugins/inspect/plugin-twolame.xml:
1662         Add twolame and celt plugins to the docs.
1663
1664 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1665
1666         Based on patch by: Olivier Crete <tester at tester dot ca>
1667
1668         * gst/rtpmanager/gstrtpjitterbuffer.c:
1669         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
1670         Make the buffer metadata writable before inserting it in the
1671         jitterbuffer because the jitterbuffer will modify the timestamps.
1672
1673         * gst/rtpmanager/rtpjitterbuffer.c:
1674         Update method comment about requiring writable metadata on buffers.
1675
1676         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
1677         (rtp_session_process_rtcp):
1678         Make the RTCP buffer metadata writable because we want to modify the
1679         metadata.
1680         Fixes #546312.
1681
1682 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1683
1684         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
1685         (gst_selector_pad_chain), (gst_input_selector_getcaps),
1686         (gst_input_selector_activate_sinkpad):
1687         Move the select-all logic into the activation of the currently selected
1688         pad. We want to remember the last pad with activity in select-all mode.
1689         Fix the getcaps function, we can produce the union of the upstream caps
1690         in select-all mode, not the intersection like proxy_getcaps() does.
1691
1692 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1693
1694         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1695
1696         * gst/rtpmanager/gstrtpjitterbuffer.c:
1697         (gst_rtp_jitter_buffer_chain):
1698         Fix debug by logging the right seqnum.
1699
1700 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1701
1702         Patch by: Olivier Crete <tester at tester dot ca>
1703
1704         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
1705         Release lock before emitting the request-pt-map signal.
1706         Fixes #543480.
1707
1708 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1709
1710         * gst/deinterlace2/gstdeinterlace2.c:
1711         (gst_deinterlace_simple_method_interpolate_scanline),
1712         (gst_deinterlace_simple_method_copy_scanline),
1713         (gst_deinterlace_simple_method_deinterlace_frame):
1714         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
1715         * gst/deinterlace2/tvtime/greedyh.c:
1716         (deinterlace_frame_di_greedyh):
1717         * gst/deinterlace2/tvtime/scalerbob.c:
1718         (deinterlace_scanline_scaler_bob):
1719         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
1720         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1721         (copy_scanline):
1722         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1723         (copy_scanline):
1724         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1725         (copy_scanline):
1726         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
1727         are usually used here.
1728
1729 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1730
1731         * gst/deinterlace2/Makefile.am:
1732         * gst/deinterlace2/gstdeinterlace2.c:
1733         (gst_deinterlace_simple_method_deinterlace_frame),
1734         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
1735         * gst/deinterlace2/gstdeinterlace2.h:
1736         * gst/deinterlace2/tvtime/linear.c:
1737         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
1738         (deinterlace_scanline_linear_mmxext),
1739         (gst_deinterlace_method_linear_class_init),
1740         (gst_deinterlace_method_linear_init):
1741         * gst/deinterlace2/tvtime/linearblend.c:
1742         (deinterlace_scanline_linear_blend_c),
1743         (deinterlace_scanline_linear_blend2_c),
1744         (deinterlace_scanline_linear_blend_mmx),
1745         (deinterlace_scanline_linear_blend2_mmx),
1746         (gst_deinterlace_method_linear_blend_class_init),
1747         (gst_deinterlace_method_linear_blend_init):
1748         * gst/deinterlace2/tvtime/plugins.h:
1749         * gst/deinterlace2/tvtime/scalerbob.c:
1750         (deinterlace_scanline_scaler_bob),
1751         (gst_deinterlace_method_scaler_bob_class_init),
1752         (gst_deinterlace_method_scaler_bob_init):
1753         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1754         (copy_scanline), (gst_deinterlace_method_weave_class_init),
1755         (gst_deinterlace_method_weave_init):
1756         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1757         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
1758         (gst_deinterlace_method_weave_bff_init):
1759         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1760         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
1761         (gst_deinterlace_method_weave_tff_init):
1762         Add the remaining tvtime deinterlacing methods and fix the
1763         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
1764
1765 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1766
1767         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
1768         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
1769         Implement the VFIR deinterlacing method as simple method.
1770
1771 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1772
1773         * gst/deinterlace2/gstdeinterlace2.c:
1774         (gst_deinterlace_simple_method_interpolate_scanline),
1775         (gst_deinterlace_simple_method_copy_scanline),
1776         (gst_deinterlace_simple_method_deinterlace_frame),
1777         (gst_deinterlace_simple_method_class_init),
1778         (gst_deinterlace_simple_method_init):
1779         * gst/deinterlace2/gstdeinterlace2.h:
1780         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
1781         can be used by simple deinterlacing methods. They only have to provide
1782         a function for interpolating a scanline or copying a scanline.
1783
1784 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1785
1786         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
1787         Respect the latency of the deinterlacing algorithm for the timestamps
1788         of every buffer.
1789
1790 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1791
1792         * gst/deinterlace2/tvtime/greedyh.asm:
1793         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1794         Add the MMX registers to the clobbered registers only if __MMX__ is
1795         defined.
1796
1797 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1798
1799         * gst/deinterlace2/Makefile.am:
1800         * gst/deinterlace2/gstdeinterlace2.c:
1801         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1802         (gst_deinterlace2_class_init):
1803         Enable tomsmocomp again as the C port will be ready for the next
1804         release.
1805
1806 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1807
1808         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
1809         (gst_greatest_common_divisor), (gst_fraction_double),
1810         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
1811         Don't use proxy_getcaps() but implement our own getcaps() function
1812         that doubles/halfs the framerate if all fields should be sent out.
1813
1814 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1815
1816         * configure.ac:
1817         * ext/Makefile.am:
1818         * ext/twolame/Makefile.am:
1819         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
1820         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
1821         (gst_two_lame_release_memory), (gst_two_lame_finalize),
1822         (gst_two_lame_base_init), (gst_two_lame_class_init),
1823         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
1824         (gst_two_lame_init), (gst_two_lame_set_property),
1825         (gst_two_lame_get_property), (gst_two_lame_sink_event),
1826         (gst_two_lame_chain), (gst_two_lame_setup),
1827         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
1828         (plugin_init):
1829         * ext/twolame/gsttwolame.h:
1830         Add TwoLAME MP2 encoding element, based on the LAME element.
1831
1832 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1833
1834         * configure.ac:
1835         * ext/Makefile.am:
1836         * ext/celt/Makefile.am:
1837         * ext/celt/gstcelt.c: (plugin_init):
1838         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
1839         (gst_celt_dec_class_init), (gst_celt_dec_reset),
1840         (gst_celt_dec_init), (celt_dec_convert),
1841         (celt_get_sink_query_types), (celt_dec_sink_query),
1842         (celt_get_src_query_types), (celt_dec_src_query),
1843         (celt_dec_src_event), (celt_dec_sink_event),
1844         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
1845         (celt_dec_chain_parse_data), (celt_dec_chain),
1846         (celt_dec_change_state):
1847         * ext/celt/gstceltdec.h:
1848         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
1849         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
1850         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
1851         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
1852         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
1853         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
1854         (gst_celt_enc_sink_query), (gst_celt_enc_init),
1855         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
1856         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
1857         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
1858         (gst_celt_enc_chain), (gst_celt_enc_get_property),
1859         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
1860         * ext/celt/gstceltenc.h:
1861         Add CELT encoder and decoder elements based on the Speex elements.
1862
1863 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1864
1865         Patch by: Tal Shalif <tshalif at nargila dot org>
1866
1867         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
1868         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
1869         with mingw. Fixes bug #545247.
1870
1871 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1872
1873         * configure.ac:
1874         Back to development -> 0.10.8.1
1875
1876 === release 0.10.8 ===
1877
1878 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
1879
1880         * configure.ac:
1881           releasing 0.10.8, "Vapour Trails"
1882
1883 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1884
1885         * configure.ac:
1886         0.10.7.3 pre-release
1887
1888         * po/LINGUAS:
1889         * po/id.po:
1890         Add Indonesian translation.
1891
1892 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1893
1894         * gst/festival/gstfestival.c:
1895           Guard unistd.h with HAVE_UNISTD_H
1896         * gst/modplug/libmodplug/load_it.cpp:
1897         * gst/modplug/libmodplug/sndfile.cpp:
1898         * gst/modplug/libmodplug/sndfile.h:
1899         * gst/modplug/libmodplug/stdafx.h:
1900           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
1901           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
1902           of a variable in load_it.cpp to MSVC's scoping rules.
1903         * gst/sdp/gstsdpdemux.c:
1904           Guard unistd.h with HAVE_UNISTD_H
1905           Fixes #544457.
1906
1907 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1908
1909         * ext/timidity/gsttimidity.c:
1910           Fix compiler warning. Fixes #544050.
1911
1912 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
1913
1914         * configure.ac:
1915         Don't check for nav_print.h any more - it should be included in
1916         the libdvdnav development package if libdvdnav headers depend on it.
1917         Fixes: #543846
1918
1919 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1920
1921         * configure.ac:
1922         * ext/ladspa/Makefile.am:
1923         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
1924         for loading the ladspa plugins and previously was linked in by
1925         gmodule. Fixes bug #543848.
1926
1927 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1928
1929         * gst/modplug/libmodplug/Makefile.am:
1930         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
1931         can contain compiler parameters that are invalid for C++.
1932         Fixes bug #543860.
1933
1934 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1935
1936         * ext/resindvd/Makefile.am:
1937         Dist missing header files. Fixes bug #543861.
1938
1939 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1940
1941         * configure.ac:
1942         0.10.7.2 pre-release
1943
1944 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1945
1946         * ext/Makefile.am:
1947         Dist and recurse into resindvd subdir
1948
1949 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1950
1951         * configure.ac:
1952         Remove interleave and replaygain configure.ac pieces too
1953
1954 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1955
1956         * po/LINGUAS:
1957         * po/lt.po:
1958         Add new lithunian translation, and add french to the LINGUAS
1959         file.
1960
1961 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1962
1963         * docs/plugins/Makefile.am:
1964         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1965         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1966         * docs/plugins/gst-plugins-bad-plugins.args:
1967         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1968         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1969         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1970         * docs/plugins/inspect/plugin-interleave.xml:
1971         * docs/plugins/inspect/plugin-replaygain.xml:
1972         * gst/interleave/Makefile.am:
1973         * gst/interleave/deinterleave.c:
1974         * gst/interleave/deinterleave.h:
1975         * gst/interleave/interleave.c:
1976         * gst/interleave/interleave.h:
1977         * gst/interleave/plugin.c:
1978         * gst/interleave/plugin.h:
1979         * gst/replaygain/Makefile.am:
1980         * gst/replaygain/gstrganalysis.c:
1981         * gst/replaygain/gstrganalysis.h:
1982         * gst/replaygain/gstrglimiter.c:
1983         * gst/replaygain/gstrglimiter.h:
1984         * gst/replaygain/gstrgvolume.c:
1985         * gst/replaygain/gstrgvolume.h:
1986         * gst/replaygain/replaygain.c:
1987         * gst/replaygain/replaygain.h:
1988         * gst/replaygain/rganalysis.c:
1989         * gst/replaygain/rganalysis.h:
1990         * tests/check/Makefile.am:
1991         * tests/check/elements/deinterleave.c:
1992         * tests/check/elements/interleave.c:
1993         * tests/check/elements/rganalysis.c:
1994         * tests/check/elements/rglimiter.c:
1995         * tests/check/elements/rgvolume.c:
1996         Remove interleave and replaygain plugins that have moved to -good
1997
1998 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1999
2000         * configure.ac:
2001         * gst/deinterlace2/Makefile.am:
2002         * gst/deinterlace2/gstdeinterlace2.c:
2003         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
2004         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
2005         * gst/deinterlace2/gstdeinterlace2.h:
2006         * gst/deinterlace2/tvtime/greedy.c:
2007         (gst_deinterlace_method_greedy_l_class_init):
2008         * gst/deinterlace2/tvtime/greedyh.c:
2009         (gst_deinterlace_method_greedy_h_class_init):
2010         * gst/deinterlace2/tvtime/vfir.c:
2011         (gst_deinterlace_method_vfir_class_init):
2012         Disable the tomsmocomp algorithm for this release as it's buggy
2013         and has no C implementation yet.
2014
2015         Build the deinterlace2 plugin on all architectures but still mark it
2016         as experimental.
2017         
2018         Build the x86 inline assembly only if GCC inline assembly is supported
2019         and only on x86 or amd64. Fixes bug #543286.
2020
2021 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
2022
2023         * gst/real/gstrealvideodec.c: (open_library):
2024         Add some casts to fix the build on Forte
2025
2026 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
2027
2028         * gst/deinterlace2/tvtime/greedy.c:
2029         (gst_deinterlace_method_greedy_l_class_init):
2030         * gst/deinterlace2/tvtime/greedyh.c:
2031         (gst_deinterlace_method_greedy_h_class_init):
2032         * gst/deinterlace2/tvtime/vfir.c:
2033         (gst_deinterlace_method_vfir_class_init):
2034         Fix build on x86_64
2035
2036 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
2037
2038         * ext/resindvd/gstmpegdemux.c:
2039         Remove whitespace line.
2040
2041         * ext/resindvd/resindvdbin.c:
2042         * ext/resindvd/resindvdbin.h:
2043         Make it so that audio/video pads aren't added to the bin
2044         until after data flow starts.
2045
2046         * ext/resindvd/resin-play:
2047         Move video buffer queue outside resindvdbin
2048
2049         * ext/resindvd/resindvdsrc.c:
2050         Check that the nav_clock_id didn't already get unscheduled.
2051
2052         * gst/dvdspu/gstdvdspu.c:
2053         Remove assert that sometimes triggers erroneously.
2054
2055 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2056
2057         * gst/deinterlace2/tvtime/greedyh.asm:
2058         Always use the C implementation if width is not a multiple of 4. The
2059         assembly optimized version only handle this and calling the C
2060         implementation for the remaining part doesn't work because it needs
2061         previous calculations.
2062
2063 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2064
2065         * gst/deinterlace2/tvtime/greedyh.asm:
2066         * gst/deinterlace2/tvtime/greedyh.c:
2067         * gst/deinterlace2/tvtime/greedyhmacros.h:
2068         Some cleanup, use 3DNOW instead of TDNOW in macros.
2069
2070         * gst/deinterlace2/tvtime/tomsmocomp.c:
2071         (gst_deinterlace_method_tomsmocomp_class_init):
2072         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2073         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2074         The SSE method in fact only needs MMXEXT, declare it as such.
2075
2076 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
2077
2078         * docs/plugins/.cvsignore:
2079         Ignore *-undeclared.txt
2080
2081         * ext/resindvd/rsnaudiomunge.c:
2082         Turn g_print's into debug statements.
2083
2084         * ext/resindvd/resin-play:
2085         * ext/resindvd/Makefile.am:
2086         * ext/resindvd/resindvdbin.c:
2087         * ext/resindvd/resindvdbin.h:
2088         * ext/resindvd/rsnparsetter.c:
2089         * ext/resindvd/rsnparsetter.h:
2090         * ext/resindvd/rsnwrappedbuffer.c:
2091         * ext/resindvd/rsnwrappedbuffer.h:
2092         Add a bloated implementation of a really simple idea: Replace the
2093         pixel-aspect-ratio in the output video with a prescribed one when
2094         necessary. There must be an easier way.
2095
2096         Split the dvdspu out of the resindvdbin and put out the subpicture
2097         stream on the subpicture pad.
2098
2099         * ext/resindvd/gstmpegdemux.c:
2100         Send video-aspect events down the pipe from the demuxer.
2101
2102         * ext/resindvd/resindvdsrc.c:
2103         * ext/resindvd/resindvdsrc.h:
2104         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
2105         to make it use clock-waiting later.
2106
2107         * ext/resindvd/rsnbasesrc.c:
2108         Don't overwrite the last_stop in the basesrc segment after a seamless
2109         seek.
2110
2111 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2112
2113         * gst/mpegtsparse/mpegtspacketizer.c:
2114         Convert extended event text to UTF-8.
2115
2116 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
2117
2118         * docs/plugins/Makefile.am:
2119         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2120         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2121         * docs/plugins/gst-plugins-bad-plugins.args:
2122         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2123         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2124         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2125         * docs/plugins/gst-plugins-bad-plugins.signals:
2126         * docs/plugins/inspect/plugin-stereo.xml:
2127         * gst/stereo/gststereo.c:
2128           Document one more.
2129
2130 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2131
2132         * gst/mpegtsparse/gstmpegdesc.h:
2133         Fix extended event descriptor parsing, out by 1 in position of
2134         text length.
2135
2136 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
2137
2138         * gst/festival/gstfestival.c:
2139           Add a note to the docs, that festival need to be running. Also log an
2140           error it it is not. Fixes #541327
2141
2142 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2143
2144         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2145
2146         * gst/librfb/gstrfbsrc.c:
2147         * gst/librfb/gstrfbsrc.h:
2148         Add view-only property to ignore the navigation events
2149
2150 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2151
2152         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2153           Revert previous patch apart from typo fixes; the patch was not
2154           independently useful.
2155
2156 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2157
2158         Based on patch by: Alessandro Decina <alessandro@nnva.org>
2159         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2160         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
2161         * sys/dshowdecwrapper/gstdshowvideodec.c:
2162           Add AAC, AC3 to handled codecs.
2163           Fix handling of flush events.
2164           Improve debug/error output.
2165           Fix a number of typos in comments and variable names.
2166
2167 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2168
2169         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2170
2171         * gst/librfb/rfbdecoder.c:
2172         Implement ServerCutText message
2173
2174 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2175
2176         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2177
2178         * gst/librfb/gstrfbsrc.c:
2179         * gst/librfb/rfbdecoder.c:
2180         Add property for shared desktop
2181
2182 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2183
2184         * configure.ac:
2185         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2186         flags that are invalid for C++.
2187
2188 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2189
2190         * ext/spc/gstspc.c: (spc_setup):
2191         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2192         Don't use declarations after statements in the remaining code.
2193
2194 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2195
2196         Patch by:
2197           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
2198
2199         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
2200         * ext/metadata/metadataxmp.c:
2201         (metadataparse_xmp_iter_add_to_tag_list):
2202         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
2203         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
2204         Don't use declarations after statements.
2205
2206 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2207
2208         patch by: Alessandro Decina
2209
2210         * gst/mpegtsparse/mpegtsparse.c:
2211         Fix memory leak by unreffing structures when not needed.
2212         Fixes #539292.
2213
2214 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2215
2216         * gst/sdp/gstsdpdemux.c:
2217           Use floating point math for latencies < 0 sec in log output.
2218
2219 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2220
2221         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2222         Mark internal processing functions as static inline for quite some
2223         speedup as they're used only once and need to get many local variables
2224         passed as parameter.
2225
2226 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2227
2228         * gst/deinterlace2/gstdeinterlace2.c:
2229         (gst_deinterlace_method_deinterlace_frame),
2230         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
2231         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2232         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2233         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
2234         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2235         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2236         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2237         (gst_deinterlace2_src_query):
2238         * gst/deinterlace2/gstdeinterlace2.h:
2239         Call the current instance "self" instead of "object".
2240
2241 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2242
2243         * gst/deinterlace2/gstdeinterlace2.c:
2244         (gst_deinterlace_method_get_latency),
2245         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2246         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2247         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
2248         * gst/deinterlace2/gstdeinterlace2.h:
2249         Include latency of the method in the returned latency.
2250
2251         Fix outputting of all fields, i.e. doubling of the framerate.
2252
2253 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2254
2255         * gst/deinterlace2/Makefile.am:
2256         * gst/deinterlace2/gstdeinterlace2.c:
2257         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
2258         (gst_deinterlace_method_deinterlace_frame),
2259         (gst_deinterlace_method_get_fields_required),
2260         (gst_deinterlace2_methods_get_type), (_do_init),
2261         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2262         (gst_deinterlace2_child_proxy_get_child_by_index),
2263         (gst_deinterlace2_child_proxy_get_children_count),
2264         (gst_deinterlace2_child_proxy_interface_init),
2265         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
2266         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
2267         * gst/deinterlace2/gstdeinterlace2.h:
2268         * gst/deinterlace2/tvtime/greedy.c:
2269         (deinterlace_greedy_packed422_scanline_c),
2270         (deinterlace_greedy_packed422_scanline_mmx),
2271         (deinterlace_greedy_packed422_scanline_mmxext),
2272         (deinterlace_frame_di_greedy),
2273         (gst_deinterlace_method_greedy_l_set_property),
2274         (gst_deinterlace_method_greedy_l_get_property),
2275         (gst_deinterlace_method_greedy_l_class_init),
2276         (gst_deinterlace_method_greedy_l_init):
2277         * gst/deinterlace2/tvtime/greedyh.asm:
2278         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2279         (deinterlace_frame_di_greedyh),
2280         (gst_deinterlace_method_greedy_h_set_property),
2281         (gst_deinterlace_method_greedy_h_get_property),
2282         (gst_deinterlace_method_greedy_h_class_init),
2283         (gst_deinterlace_method_greedy_h_init):
2284         * gst/deinterlace2/tvtime/greedyh.h:
2285         * gst/deinterlace2/tvtime/plugins.h:
2286         * gst/deinterlace2/tvtime/tomsmocomp.c:
2287         (gst_deinterlace_method_tomsmocomp_set_property),
2288         (gst_deinterlace_method_tomsmocomp_get_property),
2289         (gst_deinterlace_method_tomsmocomp_class_init),
2290         (gst_deinterlace_method_tomsmocomp_init):
2291         * gst/deinterlace2/tvtime/tomsmocomp.h:
2292         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2293         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
2294         (gst_deinterlace_method_vfir_class_init),
2295         (gst_deinterlace_method_vfir_init):
2296         Use a GstObject subtype for the deinterlacing methods and export
2297         the different settings for each deinterlacing method via GObject
2298         properties.
2299
2300         Implement GstChildProxy interface to allow access to the used
2301         deinterlacing method and to allow adjusting the different settings.
2302
2303         Move global variables of the tomsmocomp deinterlacing method into
2304         function local variables to make it possible to use this deinterlacing
2305         method from different instances.
2306
2307 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2308
2309         * gst/deinterlace2/tvtime/greedyh.asm:
2310         Support widths that are not a multiply of 4 when using the assembly
2311         optimized greedyh implementations.
2312
2313 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2314
2315         * gst/deinterlace2/tvtime/greedyh.c:
2316         (deinterlace_frame_di_greedyh):
2317         Only build the assembly optimized implementations on x86.
2318
2319 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2320
2321         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2322
2323         * configure.ac:
2324         Fix checking of headers for the OSS4 plugin to fail if a single
2325         header doesn't exist already. AC_CHECK_HEADERS only fails if none
2326         of the headers is found. Fixes bug #541543.
2327
2328 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2329
2330         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2331
2332         * configure.ac:
2333         * gst/festival/Makefile.am:
2334         * gst/festival/gstfestival.c:
2335         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
2336         and including winsock headers. Fixes bug #541522.
2337
2338 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2339
2340         * ChangeLog:
2341         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
2342         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
2343         Corrected a typo (interpollate -> interpolate).
2344
2345 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2346
2347         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
2348         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
2349         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
2350         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
2351         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
2352         (rtp_session_send_rtp):
2353         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
2354         (rtp_source_process_rtp), (rtp_source_send_rtp):
2355         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
2356         pipeline is running normally.
2357
2358 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2359
2360         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
2361         (gst_rtp_session_finalize), (rtcp_thread),
2362         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
2363         (gst_rtp_session_event_send_rtp_sink),
2364         (gst_rtp_session_chain_send_rtp):
2365         * gst/rtpmanager/rtpsession.c: (check_collision),
2366         (update_arrival_stats), (rtp_session_process_rtp),
2367         (rtp_session_process_rtcp), (rtp_session_send_rtp),
2368         (rtp_session_send_bye_locked), (rtp_session_send_bye),
2369         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
2370         (is_rtcp_time), (rtp_session_on_timeout):
2371         * gst/rtpmanager/rtpsession.h:
2372         Do not mix the use of g_get_current_time() with gst_clock_get_time().
2373
2374 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
2375
2376         * gst/mpegvideoparse/mpegvideoparse.c:
2377         * gst/mpegvideoparse/mpegvideoparse.h:
2378         Queue new-segment events and send them after caps have been
2379         determined and set, so that the decoder will have been auto-plugged.
2380
2381 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
2382
2383         Patch by : Michael Smith <msmith @ xiph dot org>
2384         
2385         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
2386         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
2387         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
2388         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
2389         (qtwrapper_audio_decoder_chain),
2390         (qtwrapper_audio_decoder_sink_event),
2391         (qtwrapper_audio_decoder_base_init),
2392         (qtwrapper_audio_decoder_class_init),
2393         (qtwrapper_audio_decoders_register):
2394         * sys/qtwrapper/codecmapping.h:
2395         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
2396         (image_description_for_mp4v), (image_description_from_stsd_buffer):
2397         * sys/qtwrapper/imagedescription.h:
2398         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
2399         (dump_avcc_atom), (dump_image_description),
2400         (AllocateAudioBufferList):
2401         * sys/qtwrapper/qtutils.h:
2402         * sys/qtwrapper/qtwrapper.c: (plugin_init):
2403         * sys/qtwrapper/qtwrapper.h:
2404         * sys/qtwrapper/videodecoders.c:
2405         (qtwrapper_video_decoder_base_init), (open_decoder),
2406         (decompressCb), (qtwrapper_video_decoder_chain),
2407         (qtwrapper_video_decoders_register):
2408         Make qtwrapper compile/work on win32.
2409         Lots of fixes
2410         Fixes #531840
2411
2412 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2413
2414         * gst/rawparse/gstvideoparse.c:
2415         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2416
2417 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2418
2419         * gst/deinterlace2/Makefile.am:
2420         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2421         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2422         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2423         * gst/deinterlace2/tvtime/tomsmocomp.h:
2424         Remove useless file and mark everything possible as static.
2425
2426         * gst/deinterlace2/tvtime/greedy.c:
2427         * gst/deinterlace2/tvtime/greedyh.c:
2428         Use "_stdint.h" instead of <stdint.h>.
2429
2430 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2431
2432         * gst/deinterlace2/Makefile.am:
2433         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2434         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2435         * gst/deinterlace2/tvtime/greedyh.c:
2436         (deinterlace_frame_di_greedyh):
2437         * gst/deinterlace2/tvtime/speedtools.h:
2438         * gst/deinterlace2/tvtime/speedy.c:
2439         * gst/deinterlace2/tvtime/speedy.h:
2440         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2441         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2442         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2443         Get rid of speedy.[ch] as we don't use most of it's code anyway
2444         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2445         of the speedy memcpy everywhere instead.
2446         
2447         * gst/deinterlace2/gstdeinterlace2.h:
2448         Remove many unused declarations.
2449
2450 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2451
2452         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2453         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2454         Expose the additional MPEG HDTV format profiles available in latest
2455         mjpegtools version.
2456
2457 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2458
2459         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2460         Divide latency be 2 to convert from fields to frames.
2461
2462 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2463
2464         * gst/deinterlace2/tvtime/greedy.c:
2465         (deinterlace_greedy_packed422_scanline_c),
2466         (deinterlace_greedy_packed422_scanline_mmx),
2467         (deinterlace_greedy_packed422_scanline_mmxext),
2468         (deinterlace_frame_di_greedy):
2469         Don't use scanlines function from gstdeinterlace2 as it's
2470         not appropiate for this method. Instead implement deinterlace_frame
2471         function by taking the one from greedyh.
2472         
2473         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2474         Small fix for the C implementation.
2475
2476         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2477         Don't use the scanlines function from gstdeinterlace2 as it's only
2478         used for this method and will be removed. Instead implement
2479         deinterlace_frame function and make it a bit more efficient.
2480
2481         * gst/deinterlace2/gstdeinterlace2.c:
2482         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2483         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2484         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2485         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2486         (gst_deinterlace2_src_query):
2487         Fix coding style and remove scanlines function as it's unused now.
2488
2489 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2490
2491         * gst/deinterlace2/tvtime/greedyh.asm:
2492         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2493         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2494         * gst/deinterlace2/tvtime/greedyhmacros.h:
2495         Add a C implementation for the greedyh deinterlacing method, clean
2496         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2497         require any SSE instructions.
2498
2499 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2500
2501         * gst/deinterlace2/gstdeinterlace2.c:
2502         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2503         (gst_deinterlace2_setcaps):
2504         If we're outputting all fields the framerate has to be doubled.
2505
2506         Set duration on the outgoing buffers.
2507
2508 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2509
2510         * docs/plugins/Makefile.am:
2511         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2512         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2513         * gst/y4m/gsty4mencode.c:
2514         Add documentation for YUV4MPEG2 encoder element.
2515
2516 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2517
2518         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2519         Remove unneeded macros that break build on macosx.
2520
2521 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2522
2523         * configure.ac:
2524           Depend on released versions of core and -base.
2525
2526 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2527
2528         * gst/deinterlace2/tvtime/greedy.c:
2529         (deinterlace_greedy_packed422_scanline_mmx),
2530         (deinterlace_greedy_packed422_scanline_mmxext):
2531         Optimize MMX/MMXEXT implementations a bit by requiring two less
2532         memory accesses and fix the workaround for the missing right shift
2533         on bytes to unset the highest bit of every byte.
2534
2535 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2536
2537         * gst/deinterlace2/tvtime/greedy.c:
2538         (deinterlace_greedy_packed422_scanline_mmxext):
2539         Remove sfence instruction as it's not needed and actually is an SSE
2540         instruction.
2541
2542 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2543
2544         * gst/deinterlace2/tvtime/greedy.c:
2545         (deinterlace_greedy_packed422_scanline_mmx),
2546         (deinterlace_greedy_packed422_scanline):
2547         Add plain MMX implementation for the greedyl method.
2548
2549 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2550
2551         * gst/deinterlace2/Makefile.am:
2552         Move the assembly includes to noinst_HEADERS where they belong.
2553
2554         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2555         (deinterlace_line_mmx):
2556         Fix C and MMX implementations a bit more.
2557
2558 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2559
2560         * gst/deinterlace2/tvtime/greedy.c:
2561         (deinterlace_greedy_packed422_scanline_c),
2562         (deinterlace_greedy_packed422_scanline_mmxext),
2563         (deinterlace_greedy_packed422_scanline):
2564         Fix the C implementation to produce correct results and optimize the
2565         MMXEXT implementation.
2566
2567         Handle odd widths and don't read over array boundaries in the MMXEXT
2568         implementation.
2569
2570         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2571         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2572         Fix a small rounding bug in the MMX implementation, the MMX
2573         implementation doesn't actually need MMXEXT instructions so don't mark
2574         it as such.
2575
2576         Handle odd widths in both implementations.
2577
2578 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2579
2580         * ext/resindvd/rsnbasesrc.c:
2581           Use the right i18n header.
2582
2583 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2584
2585         * gst/deinterlace2/tvtime/greedy.c:
2586         (deinterlace_greedy_packed422_scanline_sse),
2587         (deinterlace_greedy_packed422_scanline_c),
2588         (deinterlace_greedy_packed422_scanline):
2589         Implement a C version of the greedy low motion algorithm and mark the
2590         assembly optimized version as SSE as it uses SSE instructions
2591         additional to MMX instructions.
2592
2593 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2594
2595         Patch by: Sebastian Pölsterl
2596
2597         * gst/mpegtsparse/mpegtspacketizer.c:
2598         Fix problem when empty string is provided.
2599
2600 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2601
2602         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2603         (deinterlace_line_c), (deinterlace_scanline_vfir):
2604         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2605         but use the MMXEXT optimized code whenever possible.
2606
2607 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2608
2609         * gst/deinterlace2/gstdeinterlace2.c:
2610         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
2611         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2612         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
2613         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
2614         (gst_deinterlace2_src_query):
2615         * gst/deinterlace2/gstdeinterlace2.h:
2616         Reset element state on PAUSED->READY properly, don't leak any buffers
2617         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
2618         properly return flow returns from gst_pad_push() instead of ignoring them.
2619
2620 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2621
2622         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2623         Add missing header.
2624
2625 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2626
2627         * configure.ac:
2628         * gst/deinterlace2/Makefile.am:
2629         * gst/deinterlace2/tvtime/greedyh.asm:
2630         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2631         Fix compilation on generic x86/amd64 and include deinterlace2 in the
2632         build system. Because of several bugs it's still enabled only
2633         by --enable-experimental.
2634
2635 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2636
2637         * ext/resindvd/resindvdsrc.c:
2638         * ext/resindvd/resindvdsrc.h:
2639         Schedule NAV packets and activate them with an async clock callback
2640         at the right moment. This makes delayed menu highlights appear
2641         at the correct time and fixes Back To The Future.
2642
2643         When outputting new segment in do_seek(), calculate our position
2644         value properly, so we report the right time when popping in and
2645         out of the menus.
2646
2647         * ext/resindvd/rsnbasesrc.c:
2648         When handling a non-flushing seek, accumulate the segment,
2649         rather than having every seek start from 0 and messing with sync
2650
2651 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
2652
2653         * gst/selector/gstoutputselector.c:
2654         * tests/icles/output-selector-test.c:
2655           Use BOILERPLATE macro and update test to the latest api changes.
2656
2657 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2658
2659         * examples/app/appsink-src.c: (on_new_buffer_from_source):
2660         Don't use a buffer after unreffing it.
2661
2662 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2663
2664         * ext/metadata/metadataexif.c:
2665           Add description tag mapping.
2666
2667 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2668
2669         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2670         * examples/app/appsrc-ra.c:
2671         * examples/app/appsrc-seekable.c:
2672         * examples/app/appsrc-stream.c:
2673         * examples/app/appsrc-stream2.c:
2674         * ext/directfb/dfbvideosink.h:
2675         * ext/metadata/gstbasemetadata.c:
2676         * ext/metadata/gstbasemetadata.h:
2677         * ext/metadata/metadata.c:
2678         * ext/metadata/metadataexif.c:
2679         * ext/theora/theoradec.h:
2680         * gst/deinterlace2/gstdeinterlace2.h:
2681         * gst/deinterlace2/tvtime/speedy.c:
2682         * gst/deinterlace2/tvtime/speedy.h:
2683         * gst/deinterlace2/tvtime/vfir.c:
2684          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
2685          comments.
2686
2687 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
2688
2689         * ext/resindvd/resindvdbin.c:
2690         Parse the URI argument into the device name so dvd:///path/to/image
2691         works.
2692
2693         * ext/resindvd/resindvdsrc.c:
2694         Implement a trivial duration query reporting the current PGC length.
2695
2696         * gst/dvdspu/gstdvdspu.c:
2697         Rename typo in the function name.
2698
2699 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2700
2701         * configure.ac:
2702         Disable deinterlace2 plugin again which was accidently enabled
2703         with last commit.
2704
2705 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2706
2707         * configure.ac:
2708         * ext/resindvd/resindvdsrc.h:
2709         Make resindvd work with libdvdnav >= 4.0.0.
2710
2711 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
2712
2713         * configure.ac:
2714         Check for libdvdnav to build resindvd.
2715
2716         * ext/Makefile.am:
2717         * ext/resindvd/Makefile.am:
2718         * ext/resindvd/gstmpegdefs.h:
2719         * ext/resindvd/gstmpegdemux.c:
2720         * ext/resindvd/gstmpegdemux.h:
2721         * ext/resindvd/gstmpegdesc.c:
2722         * ext/resindvd/gstmpegdesc.h:
2723         * ext/resindvd/gstpesfilter.c:
2724         * ext/resindvd/gstpesfilter.h:
2725         * ext/resindvd/plugin.c:
2726         * ext/resindvd/resin-play:
2727         * ext/resindvd/resindvdbin.c:
2728         * ext/resindvd/resindvdbin.h:
2729         * ext/resindvd/resindvdsrc.c:
2730         * ext/resindvd/resindvdsrc.h:
2731         * ext/resindvd/rsnaudiomunge.c:
2732         * ext/resindvd/rsnaudiomunge.h:
2733         * ext/resindvd/rsnbasesrc.c:
2734         * ext/resindvd/rsnbasesrc.h:
2735         * ext/resindvd/rsnpushsrc.c:
2736         * ext/resindvd/rsnpushsrc.h:
2737         * ext/resindvd/rsnstreamselector.c:
2738         * ext/resindvd/rsnstreamselector.h:
2739
2740         First commit of DVD-Video playback component 'rsndvdbin'
2741         and helper elements.
2742
2743         Use --enable-experimental for now, but feel free to give it a
2744         try using the resin-play script.
2745
2746         * gst/dvdspu/gstdvdspu.c:
2747         Add some extra guards for malformed events.
2748
2749 2008-06-16  David Schleef  <ds@schleef.org>
2750
2751         * configure.ac:
2752         Bump dirac requirement to 0.10 due to api changes.
2753
2754 2008-06-16  Andy Wingo  <wingo@pobox.com>
2755
2756         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
2757         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
2758         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
2759
2760 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2761
2762         * sys/dvb/gstdvbsrc.c:
2763           Move docblob upwards. Balance tags and restore blank line.
2764
2765 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2766
2767         * sys/dvb/gstdvbsrc.c:
2768         Fix out of date docs.
2769
2770 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2771
2772         Patch from: Vincent Genieux
2773
2774         * gst/mpegtsparse/mpegtsparse.c:
2775         Fix refcount issues, fixes #538560.
2776
2777 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2778
2779         * gst/mpegtsparse/gstmpegdesc.h:
2780         * gst/mpegtsparse/mpegtspacketizer.c:
2781         Parse the extended event descriptor.
2782
2783 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2784
2785         * gst/rtpmanager/gstrtpjitterbuffer.c:
2786         * gst/speed/gstspeed.c:
2787         * gst/speexresample/gstspeexresample.c:
2788         * gst/videosignal/gstvideoanalyse.c:
2789         * gst/videosignal/gstvideodetect.c:
2790         * gst/videosignal/gstvideomark.c:
2791         * sys/dvb/gstdvbsrc.c:
2792         * sys/oss4/oss4-mixer.c:
2793         * sys/oss4/oss4-sink.c:
2794         * sys/oss4/oss4-source.c:
2795         * sys/wininet/gstwininetsrc.c:
2796           Final round of doc updates.
2797
2798 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2799
2800         * gst/deinterlace/gstdeinterlace.c:
2801         * gst/rtpmanager/gstrtpbin.c:
2802         * gst/rtpmanager/gstrtpclient.c:
2803         * gst/rtpmanager/gstrtpjitterbuffer.c:
2804         * gst/rtpmanager/gstrtpptdemux.c:
2805         * gst/rtpmanager/gstrtpsession.c:
2806         * gst/rtpmanager/gstrtpssrcdemux.c:
2807         * gst/sdp/gstsdpdemux.c:
2808           More doc updates. More xrefs.
2809
2810 2008-06-14  Julien Moutte  <julien@fluendo.com>
2811
2812         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
2813         (gst_flv_demux_dispose):
2814         * gst/flv/gstflvdemux.h:
2815         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
2816         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
2817         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
2818         H.264/AVC inside FLV.
2819         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
2820         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
2821         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
2822         * sys/dshowdecwrapper/gstdshowaudiodec.h:
2823         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
2824         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
2825         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
2826         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
2827         to improve stability (ref counting, safety checks...)
2828
2829 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2830
2831         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
2832         Disable sipro on 64bits, it crashes.
2833
2834 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2835
2836         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
2837         (close_library), (open_library),
2838         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
2839         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
2840         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
2841         Add raversions we can support on the caps.
2842         Refactor the loading of the real codecs like realvideo so that we can
2843         implement probing.
2844         Probe all supported formats by trying to load the .so files, only report
2845         the versions on the caps that we can actually load.
2846
2847         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
2848         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
2849         (open_library), (close_library),
2850         (gst_real_video_dec_probe_modules),
2851         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
2852         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
2853         * gst/real/gstrealvideodec.h:
2854         Change the loading of the library like the audio decoder.
2855         Probe the supported formats by trying to load the .so files and only
2856         report the versions on the caps that we can actually load.
2857
2858 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2859
2860         patch by: Sebastian Pölsterl
2861
2862         * gst/mpegtsparse/mpegtspacketizer.c:
2863         Handle character sets in strings coming from DVB SI according
2864         to the DVB SI spec.
2865
2866 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2867
2868         * gst/replaygain/gstrganalysis.c:
2869         * gst/replaygain/gstrglimiter.c:
2870         * gst/replaygain/gstrgvolume.c:
2871           More doc updates.
2872
2873 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2874
2875         * docs/plugins/Makefile.am:
2876         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2877         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2878         * docs/plugins/gst-plugins-bad-plugins.args:
2879         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2880         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2881         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2882         * docs/plugins/gst-plugins-bad-plugins.signals:
2883         * docs/plugins/inspect/plugin-alsaspdif.xml:
2884         * docs/plugins/inspect/plugin-amrwb.xml:
2885         * docs/plugins/inspect/plugin-app.xml:
2886         * docs/plugins/inspect/plugin-bayer.xml:
2887         * docs/plugins/inspect/plugin-bz2.xml:
2888         * docs/plugins/inspect/plugin-cdaudio.xml:
2889         * docs/plugins/inspect/plugin-cdxaparse.xml:
2890         * docs/plugins/inspect/plugin-dtsdec.xml:
2891         * docs/plugins/inspect/plugin-dvb.xml:
2892         * docs/plugins/inspect/plugin-dvdspu.xml:
2893         * docs/plugins/inspect/plugin-faac.xml:
2894         * docs/plugins/inspect/plugin-faad.xml:
2895         * docs/plugins/inspect/plugin-fbdevsink.xml:
2896         * docs/plugins/inspect/plugin-festival.xml:
2897         * docs/plugins/inspect/plugin-filter.xml:
2898         * docs/plugins/inspect/plugin-flvdemux.xml:
2899         * docs/plugins/inspect/plugin-freeze.xml:
2900         * docs/plugins/inspect/plugin-gsm.xml:
2901         * docs/plugins/inspect/plugin-gstinterlace.xml:
2902         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
2903         * docs/plugins/inspect/plugin-h264parse.xml:
2904         * docs/plugins/inspect/plugin-interleave.xml:
2905         * docs/plugins/inspect/plugin-jack.xml:
2906         * docs/plugins/inspect/plugin-ladspa.xml:
2907         * docs/plugins/inspect/plugin-metadata.xml:
2908         * docs/plugins/inspect/plugin-mms.xml:
2909         * docs/plugins/inspect/plugin-modplug.xml:
2910         * docs/plugins/inspect/plugin-mpeg2enc.xml:
2911         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
2912         * docs/plugins/inspect/plugin-mpegtsparse.xml:
2913         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
2914         * docs/plugins/inspect/plugin-musepack.xml:
2915         * docs/plugins/inspect/plugin-musicbrainz.xml:
2916         * docs/plugins/inspect/plugin-mve.xml:
2917         * docs/plugins/inspect/plugin-mythtv.xml
2918         * docs/plugins/inspect/plugin-nas.xml:
2919         * docs/plugins/inspect/plugin-neon.xml:
2920         * docs/plugins/inspect/plugin-nsfdec.xml:
2921         * docs/plugins/inspect/plugin-nuvdemux.xml:
2922         * docs/plugins/inspect/plugin-oss4.xml
2923         * docs/plugins/inspect/plugin-rawparse.xml:
2924         * docs/plugins/inspect/plugin-real.xml:
2925         * docs/plugins/inspect/plugin-replaygain.xml:
2926         * docs/plugins/inspect/plugin-rfbsrc.xml:
2927         * docs/plugins/inspect/plugin-sdl.xml:
2928         * docs/plugins/inspect/plugin-sdp.xml:
2929         * docs/plugins/inspect/plugin-selector.xml:
2930         * docs/plugins/inspect/plugin-sndfile.xml:
2931         * docs/plugins/inspect/plugin-soundtouch.xml:
2932         * docs/plugins/inspect/plugin-spcdec.xml:
2933         * docs/plugins/inspect/plugin-speed.xml:
2934         * docs/plugins/inspect/plugin-speexresample.xml:
2935         * docs/plugins/inspect/plugin-stereo.xml:
2936         * docs/plugins/inspect/plugin-subenc.xml
2937         * docs/plugins/inspect/plugin-timidity.xml:
2938         * docs/plugins/inspect/plugin-tta.xml:
2939         * docs/plugins/inspect/plugin-vcdsrc.xml:
2940         * docs/plugins/inspect/plugin-videosignal.xml:
2941         * docs/plugins/inspect/plugin-vmnc.xml:
2942         * docs/plugins/inspect/plugin-wildmidi.xml:
2943         * docs/plugins/inspect/plugin-x264.xml:
2944         * docs/plugins/inspect/plugin-xvid.xml:
2945         * docs/plugins/inspect/plugin-y4menc.xml:
2946         * ext/amrwb/gstamrwbdec.c:
2947         * ext/amrwb/gstamrwbenc.c:
2948         * ext/amrwb/gstamrwbparse.c:
2949         * ext/dc1394/gstdc1394.c:
2950         * ext/directfb/dfbvideosink.c:
2951         * ext/ivorbis/vorbisdec.c:
2952         * ext/jack/gstjackaudiosink.c:
2953         * ext/mpeg2enc/gstmpeg2enc.cc:
2954         * ext/mplex/gstmplex.cc:
2955         * ext/musicbrainz/gsttrm.c:
2956         * ext/mythtv/gstmythtvsrc.c:
2957         * ext/theora/theoradec.c:
2958         * ext/timidity/gsttimidity.c:
2959         * ext/timidity/gstwildmidi.c:
2960         * gst-libs/gst/app/gstappsink.c:
2961         * gst/deinterlace/gstdeinterlace.c:
2962         * gst/dvdspu/gstdvdspu.c:
2963         * gst/festival/gstfestival.c:
2964         * gst/freeze/gstfreeze.c:
2965         * gst/interleave/deinterleave.c:
2966         * gst/interleave/interleave.c:
2967         * gst/modplug/gstmodplug.cc:
2968         * gst/nuvdemux/gstnuvdemux.c:
2969           Add missing elements to docs. Fix doc-markup: use convinience syntax
2970           for examples (produces valid docbook), add several refsec2 when we
2971           have several titles. Fix some types.
2972
2973 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2974
2975         * examples/app/.cvsignore:
2976         * examples/app/Makefile.am:
2977         * examples/app/appsink-src.c: (on_new_buffer_from_source),
2978         (on_source_message), (on_sink_message), (main):
2979         Add beefed up example app from bug #413418. It now also uses appsink
2980         instead of fakesink for more ultimate coolness.
2981
2982         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
2983         (gst_app_src_init), (gst_app_src_set_property),
2984         (gst_app_src_get_property), (gst_app_src_unlock),
2985         (gst_app_src_unlock_stop), (gst_app_src_create),
2986         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
2987         (gst_app_src_end_of_stream):
2988         * gst-libs/gst/app/gstappsrc.h:
2989         Add block property to allow push based implementation to block when we
2990         fill up the appsrc queues.
2991         Emit the enough-data signal while releasing our lock.
2992
2993 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2994
2995         * examples/app/.cvsignore:
2996           Ignore more.
2997
2998 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2999
3000         * ext/dc1394/gstdc1394.c:
3001         * ext/ivorbis/vorbisdec.c:
3002         * ext/jack/gstjackaudiosink.c:
3003         * ext/metadata/gstmetadatademux.c:
3004         * ext/mythtv/gstmythtvsrc.c:
3005         * ext/theora/theoradec.c:
3006         * gst-libs/gst/app/gstappsink.c:
3007         * gst/bayer/gstbayer2rgb.c:
3008         * gst/deinterlace/gstdeinterlace.c:
3009         * gst/rawparse/gstaudioparse.c:
3010         * gst/rawparse/gstvideoparse.c:
3011         * gst/rtpmanager/gstrtpbin.c:
3012         * gst/rtpmanager/gstrtpclient.c:
3013         * gst/rtpmanager/gstrtpjitterbuffer.c:
3014         * gst/rtpmanager/gstrtpptdemux.c:
3015         * gst/rtpmanager/gstrtpsession.c:
3016         * gst/rtpmanager/gstrtpssrcdemux.c:
3017         * gst/selector/gstinputselector.c:
3018         * gst/selector/gstoutputselector.c:
3019         * gst/videosignal/gstvideoanalyse.c:
3020         * gst/videosignal/gstvideodetect.c:
3021         * gst/videosignal/gstvideomark.c:
3022         * sys/oss4/oss4-mixer.c:
3023         * sys/oss4/oss4-sink.c:
3024         * sys/oss4/oss4-source.c:
3025           Do not use short_description in section docs for elements. We extract
3026           them from element details and there will be warnings if they differ.
3027           Also fixing up the ChangeLog order.
3028
3029 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3030
3031         Patch by: Sebastien Merle <sylane at gmail dot com>
3032
3033         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
3034         Fix the sign of the data we pass to the decoder so that the decoder
3035         compiles with newer reference code as well. Fixes #528618.
3036
3037 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3038
3039         * tests/icles/test-oss4.c:
3040           Include stdlib.h.
3041
3042 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3043
3044         Based on a patch by: Martin Eikermann <meiker at upb dot de>
3045
3046         * gst/deinterlace2/Makefile.am:
3047         * gst/deinterlace2/gstdeinterlace2.c:
3048         (gst_deinterlace2_method_get_type),
3049         (gst_deinterlace2_fields_get_type),
3050         (gst_deinterlace2_field_layout_get_type),
3051         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
3052         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
3053         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
3054         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
3055         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
3056         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
3057         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
3058         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
3059         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
3060         (plugin_init):
3061         * gst/deinterlace2/gstdeinterlace2.h:
3062         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
3063         (deinterlace_greedy_packed422_scanline_mmxext),
3064         (dscaler_greedyl_get_method):
3065         * gst/deinterlace2/tvtime/greedyh.asm:
3066         * gst/deinterlace2/tvtime/greedyh.c:
3067         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
3068         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
3069         (greedyh_filter_sse):
3070         * gst/deinterlace2/tvtime/greedyh.h:
3071         * gst/deinterlace2/tvtime/greedyhmacros.h:
3072         * gst/deinterlace2/tvtime/mmx.h:
3073         * gst/deinterlace2/tvtime/plugins.h:
3074         * gst/deinterlace2/tvtime/speedtools.h:
3075         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
3076         (comb_factor_packed422_scanline_mmx),
3077         (diff_factor_packed422_scanline_c),
3078         (diff_factor_packed422_scanline_mmx),
3079         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
3080         (packed444_to_packed422_scanline_c),
3081         (packed422_to_packed444_scanline_c),
3082         (packed422_to_packed444_rec601_scanline_c),
3083         (vfilter_chroma_121_packed422_scanline_mmx),
3084         (vfilter_chroma_121_packed422_scanline_c),
3085         (vfilter_chroma_332_packed422_scanline_mmx),
3086         (vfilter_chroma_332_packed422_scanline_c),
3087         (kill_chroma_packed422_inplace_scanline_mmx),
3088         (kill_chroma_packed422_inplace_scanline_c),
3089         (invert_colour_packed422_inplace_scanline_mmx),
3090         (invert_colour_packed422_inplace_scanline_c),
3091         (mirror_packed422_inplace_scanline_c),
3092         (interpolate_packed422_scanline_c),
3093         (convert_uyvy_to_yuyv_scanline_mmx),
3094         (convert_uyvy_to_yuyv_scanline_c),
3095         (interpolate_packed422_scanline_mmx),
3096         (interpolate_packed422_scanline_mmxext),
3097         (blit_colour_packed422_scanline_c),
3098         (blit_colour_packed422_scanline_mmx),
3099         (blit_colour_packed422_scanline_mmxext),
3100         (blit_colour_packed4444_scanline_c),
3101         (blit_colour_packed4444_scanline_mmx),
3102         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
3103         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
3104         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
3105         (blit_packed422_scanline_mmxext),
3106         (composite_colour4444_alpha_to_packed422_scanline_c),
3107         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
3108         (composite_packed4444_alpha_to_packed422_scanline_c),
3109         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
3110         (composite_packed4444_to_packed422_scanline_c),
3111         (composite_packed4444_to_packed422_scanline_mmxext),
3112         (composite_alphamask_to_packed4444_scanline_c),
3113         (composite_alphamask_to_packed4444_scanline_mmxext),
3114         (composite_alphamask_alpha_to_packed4444_scanline_c),
3115         (premultiply_packed4444_scanline_c),
3116         (premultiply_packed4444_scanline_mmxext),
3117         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
3118         (quarter_blit_vertical_packed422_scanline_mmxext),
3119         (quarter_blit_vertical_packed422_scanline_c),
3120         (subpix_blit_vertical_packed422_scanline_c),
3121         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
3122         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
3123         (rgba32_to_packed4444_rec601_scanline_c),
3124         (packed444_to_rgb24_rec601_scanline_c),
3125         (packed444_to_nonpremultiplied_packed4444_scanline_c),
3126         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
3127         (speedy_get_accel):
3128         * gst/deinterlace2/tvtime/speedy.h:
3129         * gst/deinterlace2/tvtime/sse.h:
3130         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
3131         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
3132         (tomsmocomp_init), (tomsmocomp_filter_mmx),
3133         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
3134         * gst/deinterlace2/tvtime/tomsmocomp.h:
3135         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
3136         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
3137         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
3138         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
3139         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
3140         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
3141         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
3142         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
3143         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
3144         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
3145         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
3146         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
3147         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
3148         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
3149         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
3150         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
3151         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
3152         (deinterlace_scanline_vfir), (copy_scanline),
3153         (dscaler_vfir_get_method):
3154         * gst/deinterlace2/tvtime/x86-64_macros.inc:
3155         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
3156         which was relicensed to LGPL for GStreamer and in theory provides
3157         better and faster results than the simple deinterlace element.
3158         Fixes bug #163578.
3159
3160         Ported to GStreamer 0.10 but still not enabled or included in the
3161         build system by default because of bad artefacts caused by a bug
3162         somewhere and as it can be only build on x86/amd64 ATM and requires
3163         special CFLAGS. Will be fixed soon.
3164
3165 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3166
3167         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
3168
3169         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
3170         (gst_wildmidi_change_state), (plugin_init):
3171         * ext/timidity/gstwildmidi.h:
3172         Initialize wildmidi only once in the plugin init function instead
3173         of once for every instance. The second and following calls to the
3174         wildmidi initialization function will fail. Fixes bug #525613.
3175
3176         Also don't register the element at all if wildmidi initialization
3177         fails.
3178
3179 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3180
3181         * ext/soundtouch/gstpitch.cc:
3182         Call gst_element_no_more_pads() after all pads are added.
3183
3184 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3185
3186         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
3187         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
3188         (gst_raw_parse_handle_seek_pull):
3189         Add simple reverse playback.
3190
3191 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3192
3193         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
3194         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
3195         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
3196         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
3197         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
3198         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
3199         * gst/rawparse/gstrawparse.h:
3200         Fix seeking, timestamps, duration and some more. Fixes #536309.
3201
3202 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3203
3204         * examples/app/Makefile.am:
3205         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
3206         (found_source), (bus_message), (main):
3207         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
3208         (found_source), (bus_message), (main):
3209         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
3210         (bus_message), (main):
3211         Added 3 more example application for using appsrc in random-access mode,
3212         pull-mode streaming and pull mode seekable.
3213
3214         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3215         (gst_app_src_start), (gst_app_src_do_get_size),
3216         (gst_app_src_create):
3217         * gst-libs/gst/app/gstappsrc.h:
3218         Make stream-type property writable.
3219         Unset flushing when starting so that we reuse appsrc.
3220         Inform basesrc about the configured size.
3221         Emit seek-data signal when we are going to a different offset in
3222         random-access mode.
3223
3224 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3225
3226         * examples/app/appsrc-stream.c: (found_source), (main):
3227         Use deep-notify until we can depend on a playbin2 with support for the
3228         source property.
3229
3230 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3231
3232         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
3233         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
3234         Fix deadlock when shutting down, use a new lock instead to properly
3235         shutdown.
3236
3237 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3238
3239         * examples/app/.cvsignore:
3240         * examples/app/Makefile.am:
3241         * examples/app/appsrc-stream.c: (read_data), (start_feed),
3242         (stop_feed), (found_source), (bus_message), (main):
3243         Added an example on how to use appsrc in playbin in streaming mode from
3244         an mmapped file.
3245
3246         * examples/app/appsrc_ex.c: (main):
3247         Set pipeline to NULL to free queued buffers.
3248
3249         * gst-libs/gst/app/gstapp-marshal.list:
3250         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
3251         (gst_app_src_class_init), (gst_app_src_init),
3252         (gst_app_src_flush_queued), (gst_app_src_dispose),
3253         (gst_app_src_set_property), (gst_app_src_get_property),
3254         (gst_app_src_unlock), (gst_app_src_unlock_stop),
3255         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
3256         (gst_app_src_check_get_range), (gst_app_src_do_seek),
3257         (gst_app_src_create), (gst_app_src_set_stream_type),
3258         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
3259         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
3260         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
3261         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
3262         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
3263         * gst-libs/gst/app/gstappsrc.h:
3264         Measure max queue size in bytes instead.
3265         Add support for 3 modes of operation, streaming, seekable and
3266         random-access, making basesrc handle the scheduling modes for each.
3267         Add appsrc:// uri handler so that automatic plugging can be done from
3268         playbin2 or uridecodebin, for example.
3269         Added support for custom segment formats.
3270         Add support for push and pull based operations from the application.
3271         Expand the methods so that errors can be detected.
3272         Flush the queued buffers on seeks and when shutting down.
3273         Add signals to inform the app that a seek must happen.
3274
3275 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3276
3277         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
3278         (gst_deinterleave_src_query):
3279         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3280         (gst_interleave_src_query):
3281         Properly implement duration and position queries in bytes format. We
3282         have to take the upstream reply and divide/multiply it by the number
3283         of channels to get the correct result.
3284
3285 2008-06-04  Michael Smith <msmith@songbirdnest.com>
3286
3287         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3288         * sys/dshowvideosink/dshowvideofakesrc.h:
3289         * sys/dshowvideosink/dshowvideosink.cpp:
3290         * sys/dshowvideosink/dshowvideosink.h:
3291           Fix up copyright notice on new plugin.
3292
3293 2008-06-04  David Schleef  <ds@schleef.org>
3294
3295         * ext/dirac/gstdiracenc.cc: Update properties for recent
3296           dirac changes.  Patch from Jonathan Rosser.
3297
3298 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3299
3300         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
3301           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
3302           (gst_x264_enc_encode_frame):
3303           Try harder not to crash when we get an EOS event but haven't set
3304           up the encoder yet (as may happen when upstream errors out with
3305           not-negotiated, for example). Also, always push the EOS event
3306           downstream.
3307
3308 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3309
3310         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3311         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
3312         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
3313         * gst/interleave/interleave.h:
3314         Use an always increasing integer for the number in the name of the
3315         requested sink pads to guarantuee a unique name. Add a "channel"
3316         property to GstInterleavePad to make it possible for applications
3317         to retrieve the channel number in the output for every pad.
3318
3319         Use g_type_register_static_simple() instead of
3320         g_type_register_static() to save some relocations.
3321
3322 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3323
3324         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3325         (gst_interleave_change_state):
3326         Stop GstCollectPads before calling the parent's state change function
3327         when going from PAUSED to READY as we otherwise deadlock.
3328         Fixes bug #536258.
3329
3330 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3331
3332         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
3333         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
3334         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
3335         (gst_h264_parse_chain):
3336         * gst/h264parse/gsth264parse.h:
3337         Parse codec_data and use the nalu_size_length field to get the NALU
3338         length in packetized h264.
3339         When queueing a packetized buffer in reverse mode, don't unref the
3340         buffer twice.
3341         Avoid accessing the buffer TIMESTAMP field after we pushed it on
3342         the adaptor.
3343
3344 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3345
3346         * gst/interleave/interleave.c:
3347         (gst_interleave_check_channel_positions),
3348         (gst_interleave_set_channel_positions),
3349         (gst_interleave_class_init):
3350         Use new gst_audio_check_channel_positions() function and register
3351         the GstInterleavePad type from a threadsafe context.
3352
3353 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3354
3355         * configure.ac:
3356           Revert accidental addition in configure.ac. Sorry.
3357
3358 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3359
3360         * configure.ac:
3361         * sys/Makefile.am:
3362         * sys/dshowvideosink/Makefile.am:
3363         * sys/dshowvideosink/README:
3364         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3365         * sys/dshowvideosink/dshowvideofakesrc.h:
3366         * sys/dshowvideosink/dshowvideosink.cpp:
3367         * sys/dshowvideosink/dshowvideosink.h:
3368         Add a new win32 videosink. Uses the DirectShow renderers for
3369         high-performance video rendering on win32.
3370         Currently only supports some YUV formats.
3371         Rank PRIMARY, since it's much more useful for the common cases that the
3372         directdraw sink (which only does RGB).
3373
3374 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
3375
3376         * ext/spc/Makefile.am:
3377           Dist tag.h
3378
3379 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3380
3381         * ext/faad/gstfaad.c: (gst_faad_sink_event):
3382         Always drain before activating the new segment.
3383
3384 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3385
3386         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3387         (gst_interleave_finalize), (gst_audio_check_channel_positions),
3388         (gst_interleave_set_channel_positions),
3389         (gst_interleave_class_init), (gst_interleave_init),
3390         (gst_interleave_set_property), (gst_interleave_get_property),
3391         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3392         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
3393         (gst_interleave_src_query_latency), (gst_interleave_collected):
3394         * gst/interleave/interleave.h:
3395         Allow setting channel positions via a property and allow using the
3396         channel positions on the input as the channel positions of the output.
3397
3398         Fix some broken logic and memory leaks.
3399
3400         * tests/check/Makefile.am:
3401         * tests/check/elements/interleave.c: (src_handoff_float32),
3402         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
3403         Add unit tests for checking correct handling of channel positions.
3404
3405 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3406
3407         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3408         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3409         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3410         (gst_faad_change_state):
3411         * ext/faad/gstfaad.h:
3412         Add basic reverse playback support.
3413         Clear decoder state after disconts.
3414         Remove some unused code.
3415         Mark output buffers with a discont after a decoding error.
3416
3417 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3418
3419         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3420
3421         * gst/mpeg4videoparse/mpeg4videoparse.c:
3422         (gst_mpeg4vparse_handle_vos):
3423         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3424
3425 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3426
3427         * tests/check/elements/mplex.c: (setup_src_pad),
3428         (teardown_src_pad):
3429         Don't use the deprecated gst_element_get_pad().
3430
3431 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3432
3433         * examples/directfb/gstdfb.c: (main):
3434         Don't use the deprecated gst_element_get_pad().
3435
3436 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3437
3438         Based on patch by: <onkarshinde at gmail dot com>
3439
3440         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3441         (gst_vcdsrc_uri_set_uri):
3442         Allow the track to be set by using the uri. Fixes #535043.
3443
3444 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3445
3446         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3447         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3448         Implement latency query.
3449
3450 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3451
3452         * gst/mpegvideoparse/mpegvideoparse.c:
3453         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3454
3455 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3456
3457         * gst/rtpmanager/gstrtpbin.c:
3458         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3459         (gst_rtp_bin_change_state), (new_payload_found),
3460         (new_ssrc_pad_found):
3461         Break out of callbacks when we are shutting down.
3462         Make sure no state changes can happen when we reconfigure.
3463
3464 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3465
3466         * configure.ac:
3467         Require CVS core and base for new audio clock reset method.
3468
3469         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3470         Reset the audio clock. See #521761.
3471
3472 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3473
3474         * ext/jack/gstjackaudiosink.c:
3475         (gst_jack_audio_sink_allocate_channels):
3476         Include the element name in the port name to avoid duplicate port names.
3477
3478 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3479
3480         * gst/interleave/deinterleave.c:
3481         Add another example launch line.
3482
3483         * gst/interleave/interleave.c: (interleave_24),
3484         (gst_interleave_finalize), (gst_interleave_base_init),
3485         (gst_interleave_class_init), (gst_interleave_init),
3486         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3487         (gst_interleave_change_state), (__remove_channels),
3488         (__set_channels), (gst_interleave_sink_getcaps),
3489         (gst_interleave_set_process_function),
3490         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3491         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3492         (forward_event_func), (forward_event), (gst_interleave_src_event),
3493         (gst_interleave_collected):
3494         * gst/interleave/interleave.h:
3495         Major rewrite of interleave using GstCollectpads. This new version
3496         also supports almost all raw audio formats and has better caps
3497         negotiation. Fixes bug #506594.
3498
3499         Also update docs and add some more examples.
3500
3501         * tests/check/elements/interleave.c: (interleave_chain_func),
3502         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3503         (interleave_suite):
3504         Add some more extensive unit tests for interleave.
3505
3506 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3507
3508         * gst/rtpmanager/gstrtpjitterbuffer.c:
3509         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3510         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3511         we need to do this so that we can better handle a restarted source.
3512         Fix some comments.
3513
3514         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3515         (rtp_jitter_buffer_insert):
3516         Tweak the skew resync diff.
3517         Use our working seqnum compare function in -base.
3518         Rework the jitterbuffer insert code to make it clearer and more
3519         performant by only retrieving the seqnum of the input buffer once and by
3520         adding some G_LIKELY compiler hints.
3521         Improve debugging for duplicate packets.
3522
3523         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3524         Fix a comment, we don't do skew correction here..
3525
3526 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3527
3528         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3529
3530         * gst/rtpmanager/gstrtpbin.c:
3531         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3532         (gst_rtp_bin_set_property):
3533         Propagate the do-lost and latency properties to the jitterbuffers when
3534         they are changed on rtpbin.
3535
3536 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3537
3538         * examples/switch/switcher.c: (switch_timer):
3539         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3540         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3541         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3542         (gst_sdp_demux_stream_configure_udp_sink):
3543         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3544         (pad_added_setup_data_check_float32_8ch_cb):
3545         * tests/check/elements/rganalysis.c: (send_eos_event),
3546         (send_tag_event):
3547         Don't use _gst_pad().
3548
3549 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3550
3551         * docs/plugins/Makefile.am:
3552         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3553         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3554         * docs/plugins/gst-plugins-bad-plugins.args:
3555         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3556         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3557         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3558         * docs/plugins/gst-plugins-bad-plugins.signals:
3559         * docs/plugins/inspect/plugin-alsaspdif.xml:
3560         * docs/plugins/inspect/plugin-amrwb.xml:
3561         * docs/plugins/inspect/plugin-app.xml:
3562         * docs/plugins/inspect/plugin-bayer.xml:
3563         * docs/plugins/inspect/plugin-bz2.xml:
3564         * docs/plugins/inspect/plugin-cdaudio.xml:
3565         * docs/plugins/inspect/plugin-cdxaparse.xml:
3566         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3567         * docs/plugins/inspect/plugin-dtsdec.xml:
3568         * docs/plugins/inspect/plugin-dvb.xml:
3569         * docs/plugins/inspect/plugin-dvdspu.xml:
3570         * docs/plugins/inspect/plugin-faac.xml:
3571         * docs/plugins/inspect/plugin-faad.xml:
3572         * docs/plugins/inspect/plugin-fbdevsink.xml:
3573         * docs/plugins/inspect/plugin-festival.xml:
3574         * docs/plugins/inspect/plugin-filter.xml:
3575         * docs/plugins/inspect/plugin-flvdemux.xml:
3576         * docs/plugins/inspect/plugin-freeze.xml:
3577         * docs/plugins/inspect/plugin-gsm.xml:
3578         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3579         * docs/plugins/inspect/plugin-h264parse.xml:
3580         * docs/plugins/inspect/plugin-interleave.xml:
3581         * docs/plugins/inspect/plugin-jack.xml:
3582         * docs/plugins/inspect/plugin-ladspa.xml:
3583         * docs/plugins/inspect/plugin-metadata.xml:
3584         * docs/plugins/inspect/plugin-mms.xml:
3585         * docs/plugins/inspect/plugin-modplug.xml:
3586         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3587         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3588         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3589         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3590         * docs/plugins/inspect/plugin-musepack.xml:
3591         * docs/plugins/inspect/plugin-musicbrainz.xml:
3592         * docs/plugins/inspect/plugin-mve.xml:
3593         * docs/plugins/inspect/plugin-nas.xml:
3594         * docs/plugins/inspect/plugin-neon.xml:
3595         * docs/plugins/inspect/plugin-nsfdec.xml:
3596         * docs/plugins/inspect/plugin-nuvdemux.xml:
3597         * docs/plugins/inspect/plugin-rawparse.xml:
3598         * docs/plugins/inspect/plugin-real.xml:
3599         * docs/plugins/inspect/plugin-replaygain.xml:
3600         * docs/plugins/inspect/plugin-rfbsrc.xml:
3601         * docs/plugins/inspect/plugin-sdl.xml:
3602         * docs/plugins/inspect/plugin-sdp.xml:
3603         * docs/plugins/inspect/plugin-selector.xml:
3604         * docs/plugins/inspect/plugin-sndfile.xml:
3605         * docs/plugins/inspect/plugin-soundtouch.xml:
3606         * docs/plugins/inspect/plugin-spcdec.xml:
3607         * docs/plugins/inspect/plugin-speed.xml:
3608         * docs/plugins/inspect/plugin-speexresample.xml:
3609         * docs/plugins/inspect/plugin-stereo.xml:
3610         * docs/plugins/inspect/plugin-tta.xml:
3611         * docs/plugins/inspect/plugin-vcdsrc.xml:
3612         * docs/plugins/inspect/plugin-videosignal.xml:
3613         * docs/plugins/inspect/plugin-vmnc.xml:
3614         * docs/plugins/inspect/plugin-wildmidi.xml:
3615         * docs/plugins/inspect/plugin-x264.xml:
3616         * docs/plugins/inspect/plugin-xvid.xml:
3617         * docs/plugins/inspect/plugin-y4menc.xml:
3618         Add interleave/deinterleave to the docs and while at that
3619         run make update in docs/plugins.
3620
3621         * gst/interleave/deinterleave.c:
3622         Add a parapraph about using a queue and audioconvert after the source
3623         pads to the docs.
3624
3625 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3626
3627         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3628         (gst_deinterleave_class_init), (gst_deinterleave_init),
3629         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
3630         * gst/interleave/deinterleave.h:
3631         Don't set a getcaps() function on the src pads as it's not required
3632         and the default getcaps() function returns the correct results for
3633         our src pads.
3634
3635         Complete documentation and add myself to the authors of the element.
3636
3637 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3638
3639         * tests/icles/.cvsignore:
3640         * tests/icles/Makefile.am:
3641         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
3642           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
3643           (probe_details), (probe_element), (main):
3644           Small oss4 test that probes for available devices and retrieves
3645           their caps and mixer tracks and all that. Also allows testing of
3646           mixer change messages on the bus.
3647
3648 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3649
3650         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
3651         * sys/oss4/oss4-property-probe.c:
3652           (gst_oss4_property_probe_find_device_name),
3653           (gst_oss4_property_probe_find_device_name_nofd):
3654         * sys/oss4/oss4-property-probe.h:
3655         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
3656         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
3657           Make device-name probing in NULL state work better (e.g. for the
3658           gnome-control-center sound capplet).
3659
3660 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3661
3662         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3663
3664         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
3665         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
3666         (gst_mpeg4vparse_change_state):
3667         Move some code around to integrate the startcode searching with the
3668         other bits of parsing, avoid a whole bunch of peeks.
3669         Get rid of invalid data that should not happen according to the specs.
3670         Fixes #533559.
3671
3672 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3673
3674         Patch by: Bastien Nocera <hadess at hadess dot net>
3675
3676         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
3677         (gst_mythtv_src_init), (gst_mythtv_src_clear),
3678         (do_read_request_response), (gst_mythtv_src_create),
3679         (gst_mythtv_src_start):
3680         Correctly set duration to get a more correct seek bar in totem.
3681
3682         Disable query and event functions as they don't work and do some
3683         smaller cleanup.
3684
3685         Fixes bug #533736.
3686
3687 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3688
3689         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
3690
3691         * ext/spc/Makefile.am:
3692         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
3693         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
3694         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
3695         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
3696         (gst_spc_dec_src_query), (spc_play), (spc_setup):
3697         * ext/spc/gstspc.h:
3698         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
3699         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
3700         (spc_tag_get_info), (spc_tag_free):
3701         * ext/spc/tag.h:
3702         Add support for some essential features like seeking, reading song
3703         duration and extended tags. Fixes bug #454151.
3704
3705 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3706
3707         * tests/check/elements/deinterleave.c: (GST_START_TEST):
3708         Set keep-positions property to TRUE for the 8 channel test to ensure
3709         that the original channel position is set on the output.
3710
3711 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3712
3713         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
3714         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
3715         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
3716         (gst_deinterleave_get_property):
3717         * gst/interleave/deinterleave.h:
3718         Add a property to select whether channel positions should be kept on
3719         the mono output buffers or should be dropped.
3720
3721 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
3722
3723         * docs/Makefile.am:
3724         Oops - fix the spelling of the variable I added.
3725
3726 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3727
3728         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
3729         (gst_deinterleave_init), (gst_deinterleave_sink_event),
3730         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
3731         * gst/interleave/deinterleave.h:
3732         Queue events until src pads were added and they can be sent. Otherwise
3733         downstream will never get the first newsegment event.
3734
3735 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3736
3737         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
3738         (gst_deinterleave_getcaps):
3739         Always set the channel positions when gst_audio_get_channel_positions()
3740         returns something, even if they're not set in the caps. This makes
3741         sure that the output channels can be interleaved again correctly
3742         in the mono/stereo cases too.
3743
3744         Don't ask for the peercaps of the current pad in getcaps() as this
3745         might call getcaps() again and deadlock.
3746
3747 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3748
3749         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
3750         Check some more common locations for a valid configuration file.
3751         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
3752         to the distributions default location.
3753
3754 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3755
3756         * gst/interleave/Makefile.am:
3757         * gst/interleave/deinterleave.c: (deinterleave_24),
3758         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
3759         (gst_deinterleave_class_init), (gst_deinterleave_init),
3760         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
3761         (gst_deinterleave_set_process_function),
3762         (gst_deinterleave_sink_setcaps), (__remove_channels),
3763         (__set_channels), (gst_deinterleave_getcaps),
3764         (gst_deinterleave_process), (gst_deinterleave_chain),
3765         (gst_deinterleave_sink_activate_push):
3766         * gst/interleave/deinterleave.h:
3767         Add support for all raw audio formats and provide better negotiation
3768         if the caps are changing.
3769
3770         Don't allow changes of the channel positions and set the position of
3771         the corresponding channel on the src pad caps.
3772
3773         General cleanup and smaller bugfixes.
3774
3775         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
3776         Check the channel positions on the output buffer caps.
3777
3778 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3779
3780         * docs/Makefile.am:
3781         Don't attempt to build plugin docs when they're disabled.
3782
3783         * gst/bayer/Makefile.am:
3784         Add libgstvideo to the link.
3785
3786         * gst/rtpmanager/Makefile.am:
3787         Fix link order, and move LIBS things to _LIBS
3788
3789 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3790
3791         * docs/plugins/gst-plugins-bad-plugins.types:
3792         Remove bogus attempt to pull 'metadata' plugin's base
3793         class into the docs.
3794
3795 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3796
3797         * gst/rtpmanager/gstrtpjitterbuffer.c:
3798         (gst_rtp_jitter_buffer_chain):
3799         Simply drop bad RTP packets with a warning instead of just posting an
3800         error and stopping. This is a perfectly recoverable event and we don't
3801         force people to use an rtpbin to filter out bad packets first.
3802
3803 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3804
3805         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
3806         Set fixed caps on the srcpad after we created the pad...
3807
3808 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3809
3810         * tests/check/Makefile.am:
3811           Remove deinterleave test from VALGRIND_TO_FIX again now that
3812           there are suppressions in gst.supp which make this work for me.
3813
3814 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3815
3816         * tests/check/Makefile.am:
3817           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
3818           weird invalid free errors in valgrind/libc after _exit for some
3819           reason.
3820
3821         * tests/check/elements/deinterleave.c: (pads_created),
3822           (set_channel_positions), (src_handoff_float32_8ch),
3823           (float_buffer_check_probe),
3824           (pad_added_setup_data_check_float32_8ch_cb),
3825           (make_fake_src_8chans_float32), (GST_START_TEST),
3826           (deinterleave_suite):
3827           Add some more deinterleave unit test bits I had locally.
3828
3829 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3830
3831         * gst/interleave/Makefile.am:
3832         * gst/interleave/deinterleave.h:
3833         * gst/interleave/interleave.h:
3834         * gst/interleave/plugin.h:
3835         Split definitions into separate header files for better documentation
3836         generation.
3837         
3838         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3839         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
3840         (gst_deinterleave_process):
3841         Don't use alloca, allow caps changes as long as the number of channels
3842         does not change, don't use g_warning, return NOT_NEGOTIATED as early
3843         as possible and some other cleanup.
3844
3845         * gst/interleave/interleave.c: (gst_interleave_base_init),
3846         (gst_interleave_class_init):
3847         Do some random cleanup.
3848
3849         * tests/check/Makefile.am:
3850         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3851         (deinterleave_chain_func), (deinterleave_pad_added),
3852         (deinterleave_suite):
3853         Add unit tests for the deinterleave element.
3854
3855 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3856
3857         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3858
3859         * gst/mpeg4videoparse/mpeg4videoparse.c:
3860         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
3861         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
3862         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
3863         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
3864         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
3865         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
3866         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
3867         * gst/mpeg4videoparse/mpeg4videoparse.h:
3868         Parse the config data (either outbound or in the stream) to set   
3869         width/height, apect ration, framerate in the caps if applicable.
3870         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
3871         intra frames
3872         Set the timestamps of outgoing buffers to the buffer in
3873         which the VOP header was found.
3874         Drop incoming data untill configuration is found (by default,
3875         configurable using a property).
3876         Report a 1 frame latency. Fixes #532723.
3877
3878 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3879
3880         * gst/real/gstrealvideodec.c: (open_library):
3881         Add some debug for where we are searching for libraries.
3882
3883 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3884
3885         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
3886         Actually add the do-lost property to the object.
3887
3888 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3889
3890         * gst/rtpmanager/gstrtpjitterbuffer.c:
3891         (gst_rtp_jitter_buffer_loop):
3892         Avoid waiting for a negative (huge) duration when the last packet has a
3893         lower timestamp than the current packet.
3894
3895 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
3896
3897         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
3898         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
3899         prevent a memory leak.
3900
3901
3902 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3903
3904         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3905         Quieten some docs output
3906
3907 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3908
3909         * gst/rtpmanager/gstrtpjitterbuffer.c:
3910         (gst_rtp_jitter_buffer_loop):
3911         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
3912
3913 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3914
3915         * docs/plugins/Makefile.am:
3916         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3917         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3918         * docs/plugins/inspect/plugin-gstinterlace.xml:
3919         * gst/deinterlace/gstdeinterlace.c:
3920         * gst/deinterlace/gstdeinterlace.h:
3921         Random doc of the day: the deinterlace element.
3922
3923 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3924
3925         * gst/mpegtsparse/mpegtspacketizer.c:
3926         * gst/mpegtsparse/mpegtsparse.c:
3927         Make sure all schedule EIT and non-actual transport stream
3928         EITs are parsed. Also add present-following flag and
3929         actual-transport-stream flag to eit bus message.
3930
3931 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
3932
3933         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
3934         Make sure to unref the caps used by RTPSource to prevent a memory leak.
3935
3936 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
3937
3938         Based on patch by: Clive Wright <clive_wright ntlworld com>
3939
3940         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
3941           Apparently mono sliders have the mono value repeated in the upper bits,
3942           so mask those out when reading them. Probably makes the mixer applet
3943           work properly in some more cases.
3944
3945 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3946
3947         Patch by: Olivier Crete <tester at tester dot ca>
3948
3949         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
3950         (rtp_session_process_bye), (rtp_session_send_bye_locked):
3951         Unlock the session lock when calling one of our callbacks. 
3952         Fixes #532011.
3953
3954 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3955
3956         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3957
3958         * gst/rtpmanager/gstrtpsession.c:
3959         (gst_rtp_session_event_send_rtp_sink):
3960         Send RTP BYE command on EOS. Fixes bug #531955.
3961
3962 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3963
3964         * win32/common/config.h.in:
3965           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3966           use the real thing than having "???" unconditionally.
3967
3968 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3969
3970         * gst-libs/gst/app/.cvsignore:
3971         * gst-libs/gst/app/Makefile.am:
3972         * gst-libs/gst/app/gstapp-marshal.list:
3973         Add marshal.list, make it compile and add to cvsignore.
3974
3975         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
3976         (gst_app_sink_stop):
3977         Small cleanups.
3978
3979         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3980         (gst_app_src_init), (gst_app_src_set_property),
3981         (gst_app_src_get_property), (gst_app_src_unlock),
3982         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
3983         (gst_app_src_create), (gst_app_src_set_caps),
3984         (gst_app_src_get_caps), (gst_app_src_set_size),
3985         (gst_app_src_get_size), (gst_app_src_set_seekable),
3986         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
3987         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
3988         (gst_app_src_end_of_stream):
3989         * gst-libs/gst/app/gstappsrc.h:
3990         Beat appsrc in shape, add signals and actions.
3991         Add some docs.
3992         Add properties for caps, size, seekability and max-buffers.
3993         Fix unlock/stop code.
3994
3995 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3996
3997         * configure.ac:
3998           Error out if we don't have the required versions of core/base.
3999
4000 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4001
4002         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4003         (gst_app_sink_init), (gst_app_sink_set_property),
4004         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
4005         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
4006         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
4007         (gst_app_sink_preroll), (gst_app_sink_render),
4008         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
4009         (gst_app_sink_get_drop):
4010         * gst-libs/gst/app/gstappsink.h:
4011         Start some docs.
4012         Add property to drop buffers when the queue is filled
4013         Fix unlocking and flushing when the queues are filled.
4014
4015 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
4016
4017         Patch by: Jens Granseuer <jensgr at gmx dot net>
4018
4019         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
4020         Declare variables at the beginning of blocks. Fixes compilation with
4021         gcc 2.x and other compilers. Fixes bug #530611.
4022
4023 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4024
4025         * gst/mpegtsparse/mpegtspacketizer.c:
4026         * gst/mpegtsparse/mpegtspacketizer.h:
4027         * gst/mpegtsparse/mpegtsparse.c:
4028         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
4029         by pid number. This allows for example the EPG data from UK's
4030         freesat to be picked up.
4031
4032 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
4033
4034         * ext/mpeg2enc/gstmpeg2enc.cc:
4035         * ext/soundtouch/gstbpmdetect.cc:
4036         Cast NULL sentinels to void * as NULL is defined as an integer
4037         constant in most environments when using C++ and it's size might
4038         be different from a pointer.
4039
4040 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4041
4042         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4043         (gst_app_sink_init), (gst_app_sink_set_property),
4044         (gst_app_sink_get_property), (gst_app_sink_event),
4045         (gst_app_sink_preroll), (gst_app_sink_render),
4046         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
4047         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
4048         (gst_app_sink_pull_buffer):
4049         * gst-libs/gst/app/gstappsink.h:
4050         Add more docs.
4051         Add signals for when preroll and render buffers are available.
4052         Add property to control signal emission.
4053         Add property to control the max queue size.
4054
4055 2008-04-25  Michael Smith <msmith@songbirdnest.com>
4056
4057         * gst-libs/gst/dshow/Makefile.am:
4058           Use CXXFLAGS rather than CFLAGS; these are C++ files.
4059           Define required constants appropriately.
4060         * sys/dshowdecwrapper/Makefile.am:
4061           Add required include dir, libraries.
4062           Define required constants appropriately.
4063
4064 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4065
4066         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
4067         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
4068         * gst/rtpmanager/gstrtpbin.h:
4069         Expose new jitterbuffer property in rtpbin too.
4070
4071 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4072
4073         * gst/rtpmanager/gstrtpjitterbuffer.c:
4074         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
4075         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
4076         (gst_rtp_jitter_buffer_get_property):
4077         Disable sending out rtp packet lost events by default and make a
4078         property to enabe it. We will likely enable it by default when the base
4079         depayloaders have a default handler for them so that we don't send these
4080         events all through the pipeline for now.
4081
4082 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4083
4084         * gst/rtpmanager/gstrtpjitterbuffer.c:
4085         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
4086         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
4087         (gst_rtp_jitter_buffer_loop):
4088         Remove private version of a function that is in -base now.
4089         Add src event handler.
4090         Rework the jitterbuffer pushing loop so that it can quickly react to
4091         lost packets and instruct the depayloader of them. This can then be used
4092         to implement error concealment data.
4093
4094 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4095
4096         * gst/rtpmanager/gstrtpsession.c:
4097         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
4098         (create_send_rtcp_src):
4099         Set up some internal links functions for the RTCP and sync pads because
4100         the defaults are really not correct.
4101         Implement a query handler for the RTCP src pad, mostly to correctly
4102         report about the latency.
4103
4104 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4105
4106         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
4107         (gst_rtp_bin_sync_chain):
4108         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
4109         (rtp_session_process_sr), (rtp_session_on_timeout):
4110         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
4111         (calculate_jitter):
4112         * gst/rtpmanager/rtpsource.h:
4113         * gst/rtpmanager/rtpstats.h:
4114         Also keep track of the first buffer timestamp together with the first
4115         RTP timestamp as they both are needed to construct the timing of
4116         outgoing packets in the jitterbuffer and are therefore also needed to
4117         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
4118         with a wildly different gap.
4119
4120 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4121
4122         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
4123         Forward unknown queries upstream instead of returning FALSE on them.
4124
4125 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4126
4127         * configure.ac:
4128         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
4129         (gst_musepackdec_init), (gst_musepackdec_dispose),
4130         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
4131         (gst_musepackdec_loop), (plugin_init):
4132         * ext/musepack/gstmusepackdec.h:
4133         * ext/musepack/gstmusepackreader.c:
4134         * ext/musepack/gstmusepackreader.h:
4135         Add support for the new libmpcdec API which magically gets us support
4136         for SV8 files. Also do some random cleanup. Fixes bug #526905.
4137
4138 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4139
4140         * configure.ac:
4141         Back to development -> 0.10.7.1
4142
4143 === release 0.10.7 ===
4144
4145 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
4146
4147         * configure.ac:
4148           releasing 0.10.7, "House of Cards"
4149
4150 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
4151
4152         * ext/faad/gstfaad.c:
4153           Don't leak GstAudioChannelPosition. Fixes #529378.
4154
4155 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4156
4157         * gst/sdp/gstsdpdemux.c: (request_pt_map):
4158         Ref caps, see #528245.
4159
4160 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4161
4162         * configure.ac:
4163         0.10.6.4 pre-release
4164
4165 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4166
4167         * tests/check/elements/rganalysis.c: (GST_START_TEST):
4168         Don't leak a tag list. Fixes bug #529285.
4169
4170 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4171
4172         * tests/check/elements/ofa.c: (bus_handler):
4173         Don't leak the tags string and tag list. Fixes bug #529283.
4174
4175 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4176
4177         Patch by: Olivier Crete <tester at tester dot ca>
4178
4179         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
4180         (new_ssrc_pad_found):
4181         Ref caps when inserting into the cache.
4182         Don't leak pads.
4183
4184         * gst/rtpmanager/gstrtpjitterbuffer.c:
4185         (gst_rtp_jitter_buffer_get_clock_rate),
4186         (gst_rtp_jitter_buffer_query):
4187         Avoid a caps leak.
4188         Don't leak refcount in query.
4189
4190         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
4191         (gst_rtp_pt_demux_chain):
4192         Avoid caps leaks.
4193
4194         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
4195         (gst_rtp_session_init), (return_true),
4196         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
4197         (gst_rtp_session_clock_rate):
4198         Ref caps when inserting into the cache.
4199         Fix some more caps leaks. Fixes #528245.
4200
4201 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4202
4203         * tests/icles/metadata_editor.c:
4204           Add cast to placate gcc 4.1.2.
4205
4206 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4207
4208         * configure.ac:
4209         0.10.6.3 pre-release
4210
4211 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4212
4213         * sys/dvb/gstdvbsrc.c:
4214         Revert patch that added a loop timeout.
4215         Fixes #528614.
4216
4217 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4218
4219         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
4220         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
4221         * gst/rtpmanager/gstrtpjitterbuffer.c:
4222         (gst_rtp_jitter_buffer_get_clock_rate):
4223         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
4224         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
4225         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
4226         Don't leak a padname.
4227         Don't leak client streams list.
4228         Lock rtpbin when associating streams. Fixes #528245.
4229
4230 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4231
4232         * tests/check/Makefile.am:
4233         Don't inlcude dc1394src in the generic/states test as it requires
4234         special hardware. Fixes bug #528011.
4235
4236 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4237
4238         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
4239         Only check if the generated fingerprints are valid Base64. The
4240         fingerprints are different when running on different architectures
4241         which is a) no problem because the fingerprints are tolerant enough
4242         and b) is caused by libofa. Fixes bug #528266.
4243
4244 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4245
4246         * ext/timidity/Makefile.am:
4247         Dist all source files, no matter if only timidity or wildmidi or
4248         nothing is found by configure. Fixes bug #528000.
4249
4250 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4251
4252         * gst-plugins-bad.spec.in:
4253           Remove souphttpsrc plugin from spec files, it's moved to -good.
4254
4255 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4256
4257         * tests/check/Makefile.am:
4258         Remove soup test certificates from the dist.
4259
4260 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4261
4262         * ext/dirac/gstdiracenc.cc:
4263         Fix compilation by casting string constants.
4264
4265         * sys/Makefile.am:
4266         Fix WININET_DIR variable reference.
4267
4268 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4269
4270         * configure.ac:
4271         * docs/plugins/Makefile.am:
4272         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4273         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4274         * docs/plugins/gst-plugins-bad-plugins.args:
4275         * docs/plugins/inspect/plugin-soup.xml:
4276         * ext/Makefile.am:
4277         * ext/soup/Makefile.am:
4278         * ext/soup/gstsouphttpsrc.c:
4279         * ext/soup/gstsouphttpsrc.h:
4280         * tests/check/Makefile.am:
4281         * tests/check/elements/souphttpsrc.c:
4282         * tests/check/test-cert.pem:
4283         * tests/check/test-key.pem:
4284
4285         Remove soup plugin that's moved to -good (#523124)
4286
4287 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4288
4289         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
4290           (gst_flv_parse_tag_script):
4291           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
4292           crash caused by a strlen on a NULL string (#527622).
4293
4294 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4295
4296         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4297
4298         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
4299           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
4300           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
4301           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
4302           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
4303         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
4304           Don't increase latency by queuing buffers in an async queue when
4305           the streaming thread can't keep up or isn't scheduled often
4306           enough for some other reason, but just drop the previous buffer
4307           in that case. Also implement GstBaseSrc::unlock for faster
4308           unlocking when shutting down. (#520892).
4309
4310 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4311
4312         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
4313           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
4314           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
4315           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
4316           (me_gst_setup_view_pipeline), (process_file):
4317         * tests/icles/metadata_editor.glade:
4318           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
4319           drawing/scaling logic to make this compile and work on all platforms.
4320           Fixes #518227.
4321
4322 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4323
4324         * configure.ac:
4325           Bump core/base requirements to released versions to avoid
4326           confusion.
4327
4328         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
4329           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
4330           (gst_deinterlace_set_caps), (plugin_init):
4331           Add debug category, use _set_element_details_simple and
4332           remove special code path for Y42B to calculate offsets and
4333           strides; libgstvideo knows how to handle this format now.
4334
4335 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4336
4337         * gst/cdxaparse/Makefile.am:
4338         * gst/cdxaparse/gstcdxaparse.c:
4339         * gst/cdxaparse/gstcdxastrip.c:
4340         * gst/cdxaparse/gstcdxastrip.h:
4341         * gst/cdxaparse/gstvcdparse.c:
4342         * gst/cdxaparse/gstvcdparse.h:
4343           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
4344           anything the 0.8 version didn't do though.
4345
4346 2008-04-11  Julien Moutte  <julien@fluendo.com>
4347
4348         * sys/oss4/oss4-mixer-enum.c:
4349         (gst_oss4_mixer_enum_get_values_locked):
4350         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
4351         format in debug statements.
4352
4353 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4354
4355         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4356
4357         * configure.ac:
4358         * sys/Makefile.am:
4359         * sys/wininet/Makefile.am:
4360         * sys/wininet/gstwininetsrc.c:
4361         * sys/wininet/gstwininetsrc.h:
4362           Add wininetsrc for basic http/ftp support on windows (#520897).
4363
4364 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4365
4366         * gst/nsf/nsf.h:
4367           Change prototype of process function here too to avoid
4368           'incompatible assignment' warnings.
4369
4370 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
4371
4372         * tests/check/elements/souphttpsrc.c: (got_buffer),
4373         (souphttpsrc_suite):
4374         Increase the timeout for the internet tests to 250 seconds
4375         and check for NULL caps instead of just crashing.
4376         The real fix would be to implement an shoutcast server for the unit test
4377         instead of relying on a working internet connection.
4378         Fixes bug #521749.
4379
4380 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
4381
4382         * gst/rtpmanager/gstrtpbin.c: (free_session):
4383         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
4384         Avoid leaking pads in the RTP manager.
4385
4386 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4387
4388         * gst/nsf/nes_apu.c: (apu_process):
4389         * gst/nsf/nes_apu.h:
4390         Don't do void pointer arithmetic - it's a gcc extension.
4391
4392 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4393
4394         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
4395           Work around missing bits of thread-safety on older GLibs some
4396           more to avoid assertions when starting up multiple playbin
4397           objects concurrently (see #512382).
4398
4399 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4400
4401         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4402
4403         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
4404         Only ignore actual redirects not all responses when in state
4405         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
4406
4407 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4408
4409         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4410
4411         * configure.ac:
4412         Actually build dlls when cross-compiling with mingw32.
4413         Fixes bug #526247.
4414
4415 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4416
4417         * tests/check/elements/ofa.c: (GST_START_TEST):
4418         Also check that we have processed at least 135 seconds of audio
4419         until we stop and calculated a fingerprint.
4420
4421 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4422
4423         * gst/subenc/gstsrtenc.c:
4424         * gst/subenc/gstsrtenc.h:
4425           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4426
4427 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4428
4429         * tests/check/Makefile.am:
4430         * tests/check/elements/.cvsignore:
4431         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4432         (ofa_suite), (main):
4433         Add simple unit tests for the OFA plugin.
4434
4435 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4436
4437         * configure.ac:
4438         * sys/Makefile.am:
4439         * sys/oss4/Makefile.am:
4440         * sys/oss4/oss4-audio.c:
4441         * sys/oss4/oss4-audio.h:
4442         * sys/oss4/oss4-mixer-enum.c:
4443         * sys/oss4/oss4-mixer-enum.h:
4444         * sys/oss4/oss4-mixer-slider.c:
4445         * sys/oss4/oss4-mixer-slider.h:
4446         * sys/oss4/oss4-mixer-switch.c:
4447         * sys/oss4/oss4-mixer-switch.h:
4448         * sys/oss4/oss4-mixer.c:
4449         * sys/oss4/oss4-mixer.h:
4450         * sys/oss4/oss4-property-probe.c:
4451         * sys/oss4/oss4-property-probe.h:
4452         * sys/oss4/oss4-sink.c:
4453         * sys/oss4/oss4-sink.h:
4454         * sys/oss4/oss4-soundcard.h:
4455         * sys/oss4/oss4-source.c:
4456         * sys/oss4/oss4-source.h:
4457           Add initial support for OSSv4. Mixer still needs a bit more love,
4458           but even magic has its limits.
4459
4460 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4461
4462         * configure.ac:
4463         * gst-plugins-bad.spec.in:
4464         * gst/srtenc/Makefile.am:
4465         * gst/srtenc/gstsrtenc.c:
4466         * gst/srtenc/gstsrtenc.h:
4467         * gst/subenc/Makefile.am:
4468         * gst/subenc/gstsrtenc.c: (plugin_init):
4469           Rename new srtenc plugin to subenc.
4470
4471 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4472
4473         * gst/mpegtsparse/mpegtspacketizer.c:
4474         Cable delivery subsystem descriptors' frequency's bcd
4475         is measured in 100Hz units so adjust multiplier accordingly.
4476
4477 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4478
4479         * configure.ac:
4480         * gst/srtenc/Makefile.am:
4481         * gst/srtenc/gstsrtenc.c:
4482         * gst/srtenc/gstsrtenc.h:
4483         Add srt subtitle encoder
4484
4485 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4486
4487         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4488
4489         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4490         (gst_gsmdec_chain):
4491         * ext/gsm/gstgsmdec.h:
4492         Increase the allowed samplerates for the ms-gsm format.
4493         Fixes #481354.
4494
4495 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4496
4497         Patch by: Jan de Groot <jan at jgc homeip net>
4498
4499         * configure.ac:
4500           Fix build with --disable-external (#525100).
4501
4502 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4503
4504         * sys/dvb/gstdvbsrc.c:
4505         Repeat diseqc call to allow for some diseqc switches.
4506
4507 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4508
4509         * ext/Makefile.am:
4510         Dist ofa correctly! Fixes non-uninstalled build.
4511
4512 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4513
4514         * sys/dvb/gstdvbsrc.c:
4515         Make diseqc work more reliably.
4516
4517 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4518
4519         * gst/nsf/Makefile.am:
4520         * gst/nsf/fds_snd.c:
4521         * gst/nsf/mmc5_snd.c:
4522         * gst/nsf/nsf.c:
4523         * gst/nsf/types.h:
4524         * gst/nsf/vrc7_snd.c:
4525         * gst/nsf/vrcvisnd.c:
4526         * gst/nsf/memguard.c:
4527         * gst/nsf/memguard.h:
4528         Remove memguard again and apply hopefully all previously dropped
4529         local patches. Should be really better than the old version now.
4530
4531 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4532
4533         * gst/nsf/memguard.c: (_my_free):
4534         * gst/nsf/types.h:
4535         Unbreak compilation by disabling memguard and doing some dirty hack
4536         fixes to make it compile on 64bits.
4537
4538 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4539
4540         Patch by: Andreas Henriksson <andreas at fatal dot set>
4541
4542         * gst/nsf/Makefile.am:
4543         * gst/nsf/dis6502.h:
4544         * gst/nsf/fds_snd.c:
4545         * gst/nsf/fds_snd.h:
4546         * gst/nsf/fmopl.c:
4547         * gst/nsf/fmopl.h:
4548         * gst/nsf/gstnsf.c:
4549         * gst/nsf/log.c:
4550         * gst/nsf/log.h:
4551         * gst/nsf/memguard.c:
4552         * gst/nsf/memguard.h:
4553         * gst/nsf/mmc5_snd.c:
4554         * gst/nsf/mmc5_snd.h:
4555         * gst/nsf/nes6502.c:
4556         * gst/nsf/nes6502.h:
4557         * gst/nsf/nes_apu.c:
4558         * gst/nsf/nes_apu.h:
4559         * gst/nsf/nsf.c:
4560         * gst/nsf/nsf.h:
4561         * gst/nsf/osd.h:
4562         * gst/nsf/types.h:
4563         * gst/nsf/vrc7_snd.c:
4564         * gst/nsf/vrc7_snd.h:
4565         * gst/nsf/vrcvisnd.c:
4566         * gst/nsf/vrcvisnd.h:
4567         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4568         on some files. Fixes bug #498237.
4569
4570         Remove some // comments, fix some compiler warnings and use pow()
4571         instead of a slow, selfmade implementation.
4572
4573 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4574
4575         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4576
4577         * configure.ac:
4578         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4579
4580 2008-03-24  Rene Stadler  <mail@renestadler.de>
4581
4582         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4583           (gst_rg_analysis_transform_ip):
4584         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4585           (gst_rg_limiter_transform_ip):
4586         Make rganalysis and rglimiter elements GAP-flag aware.
4587
4588         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4589           (rganalysis_suite):
4590         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4591         Add tests to verify gap-awareness.
4592
4593 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4594
4595         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4596         (gst_soup_http_src_chunk_allocator),
4597         (gst_soup_http_src_got_chunk_cb),
4598         (gst_soup_http_src_uri_get_protocols):
4599         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4600         GIO and GnomeVFS as they provide authentication.
4601
4602         Don't leak the icy caps if we already set them and get a new
4603         icy-metaint header.
4604
4605         Try harder to set the icy caps on the output buffer to have correct
4606         caps for the first buffer already.
4607
4608         * tests/check/elements/souphttpsrc.c: (got_buffer),
4609         (GST_START_TEST):
4610         Check that we get a buffer with application/x-icy caps if iradio-mode
4611         is enabled and we have an icecast URL.
4612
4613 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4614
4615         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
4616         Actually set the icy caps on our src pad if we have icecast data.
4617         Fixes bug #523854.
4618
4619 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4620
4621         * configure.ac:
4622         Check if the compiler supports do { } while (0) macros. This fixes
4623         a warning when compiling with g++ 4.3, resulting in a build failure
4624         because of -Werror.
4625
4626         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4627         * ext/mplex/gstmplex.cc:
4628         Include <string.h> for memcpy and friends to fix the build with
4629         gcc 4.3.
4630
4631         * tests/check/Makefile.am:
4632         Remove trailing backslash.
4633
4634 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4635
4636         * gst/selector/gstinputselector.c:
4637         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
4638         Do g_object_notify() only when not holding the lock to get the property
4639         because otherwise we run into a deadlock with the deep-notify handlers
4640         that are possibly installed.
4641
4642 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4643
4644         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4645         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4646         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
4647         Release the selector lock when pad alloc happens on a non selected pad.
4648
4649 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4650
4651         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4652         (gst_selector_pad_init), (gst_selector_pad_set_property),
4653         (gst_selector_pad_get_property), (gst_selector_pad_event),
4654         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4655         (gst_input_selector_set_active_pad):
4656         Add pad property to configure behaviour of the unselected pad, it can
4657         return OK or NOT_LINKED, based on the use case.
4658
4659 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4660
4661         * gst/selector/gstinputselector.c:
4662         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
4663         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4664         (gst_input_selector_wait), (gst_selector_pad_chain),
4665         (gst_input_selector_class_init), (gst_input_selector_init),
4666         (gst_input_selector_dispose), (gst_segment_set_start),
4667         (gst_input_selector_set_active_pad),
4668         (gst_input_selector_set_property),
4669         (gst_input_selector_get_property),
4670         (gst_input_selector_get_linked_pad),
4671         (gst_input_selector_is_active_sinkpad),
4672         (gst_input_selector_activate_sinkpad),
4673         (gst_input_selector_request_new_pad),
4674         (gst_input_selector_release_pad),
4675         (gst_input_selector_change_state), (gst_input_selector_block),
4676         (gst_input_selector_switch):
4677         * gst/selector/gstinputselector.h:
4678         Figure out the locking a bit more.
4679         Mark buffers with discont after switching.
4680         Fix initial segment forwarding, make sure to only forward one segment
4681         regardless of what the sequence of buffers/segments is. See #522203.
4682         Improve flushing when blocked.
4683         Return NOT_LINKED when a stream is not selected.
4684         Not API change for the switch signal in the docs.
4685         Fix start/time/accum values of the new segment.
4686         Correctly unlock and flush a blocking selector when going to READY.
4687
4688 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4689
4690         * ext/ladspa/gstladspa.c:
4691         * ext/ladspa/gstsignalprocessor.c:
4692           Add some thoughts and FIXME's.
4693
4694 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4695
4696         * gst/bayer/gstbayer2rgb.c:
4697           Include stdlib.h for abs.
4698
4699 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
4700
4701         * gst/freeze/FAQ:
4702         * gst/freeze/Makefile.am:
4703         * gst/freeze/gstfreeze.c:
4704           Add example to source code documentation blob and remove the 3 line
4705           FAQ.
4706
4707         * gst/interleave/interleave.c:
4708           Add a source code documentation blob.
4709
4710 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4711
4712         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
4713         (gst_ofa_transform_ip), (plugin_init):
4714         Improve debugging, clean up a bit and really generate the fingerprint
4715         after 135 seconds.
4716
4717 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4718
4719         * ext/ofa/gstofa.c:
4720         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
4721
4722 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4723
4724         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
4725
4726         * configure.ac:
4727         * ext/ofa/Makefile.am:
4728         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
4729         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
4730         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
4731         (plugin_init):
4732         * ext/ofa/gstofa.h:
4733         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
4734         Fixes bug #351309.
4735
4736 2008-03-18  Andy Wingo  <wingo@pobox.com>
4737
4738         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
4739         and a potential int overflow.
4740
4741         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
4742         Avoids a #warning about an ignored #pragma.
4743
4744 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4745
4746         * examples/switch/switcher.c:
4747         Update switch example to use input selector.
4748
4749 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4750
4751         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
4752         (gst_neonhttp_src_send_request_and_redirect):
4753         Handle HTTP status code 303 (See Other) the same way
4754         as 302 (Found). Not sure what to do about all the other 3xx
4755         redirect status codes. Fixes bug #522884.
4756
4757 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
4758
4759         * gst-libs/gst/dshow/Makefile.am:
4760         Make sure the dshow helper library headers get distributed in the next
4761         release.
4762
4763 2008-03-14  David Schleef  <ds@schleef.org>
4764
4765         Patch by: William M. Brack
4766
4767         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
4768
4769 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4770
4771         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
4772         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4773         (gst_input_selector_class_init),
4774         (gst_input_selector_set_active_pad),
4775         (gst_input_selector_set_property),
4776         (gst_input_selector_push_pending_stop):
4777         Add lots of debugging. 
4778         Fix time member in the newsegment event.
4779
4780 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4781
4782         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4783         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4784         (gst_selector_pad_event), (gst_input_selector_class_init),
4785         (gst_input_selector_init), (gst_input_selector_set_active_pad),
4786         (gst_input_selector_set_property),
4787         (gst_input_selector_get_property),
4788         (gst_input_selector_request_new_pad),
4789         (gst_input_selector_release_pad),
4790         (gst_input_selector_push_pending_stop),
4791         (gst_input_selector_switch):
4792         * gst/selector/gstinputselector.h:
4793         Various cleanups.
4794         Added tags to the pads.
4795         Select active pad based on the pad object instead of its name.
4796         Fix refcount in set_active_pad.
4797         Add property to get the number of pads.
4798
4799         * gst/selector/gstoutputselector.c:
4800         (gst_output_selector_class_init),
4801         (gst_output_selector_set_property),
4802         (gst_output_selector_get_property):
4803         Various cleanups.
4804         Select the active pad based on the pad object instead of its name.
4805         Fix locking when setting the active pad.
4806
4807         * gst/selector/gstselector-marshal.list:
4808         * tests/check/elements/selector.c: (cleanup_pad),
4809         (selector_set_active_pad), (run_input_selector_buffer_count):
4810         Fixes for pad instead of padname for pad selection.
4811
4812 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4813
4814         * ext/alsaspdif/alsaspdifsink.c:
4815         * ext/gsm/gstgsm.c:
4816         * ext/jack/gstjack.c:
4817         * ext/libmms/gstmms.c:
4818         * ext/neon/gstneonhttpsrc.c:
4819         * ext/shout/gstshout.c:
4820         * ext/timidity/gsttimidity.c:
4821         * ext/timidity/gstwildmidi.c:
4822         * gst/nuvdemux/gstnuvdemux.c:
4823         * gst/tta/gsttta.c:
4824         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4825         of hardcoding values where possible. Fixes bug #522212.
4826
4827 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4828
4829         Patch by: Wouter Cloetens <wouter at mind dot be>
4830
4831         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
4832         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
4833         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
4834         * ext/soup/gstsouphttpsrc.h:
4835         Try to resume on server disconnect. Fixes bug #522134.
4836
4837 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4838
4839         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
4840         Set correct pixel aspect ratio for the encoder.
4841
4842 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4843
4844         Patch by: Olivier Crete <tester at tester dot ca>
4845
4846         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
4847         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
4848         (rtp_session_create_source), (rtp_session_process_rtp),
4849         (rtp_session_process_sr), (rtp_session_process_rr),
4850         (rtp_session_process_sdes), (rtp_session_process_bye),
4851         (rtp_session_send_bye_locked), (rtp_session_send_bye),
4852         (rtp_session_on_timeout):
4853         * gst/rtpmanager/rtpsession.h:
4854         Implement collision and loop detection in rtpmanager.
4855         Fixes #520626.
4856
4857         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
4858         (rtp_source_init):
4859         * gst/rtpmanager/rtpsource.h:
4860         Add method to reset stats.
4861
4862 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4863
4864         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4865
4866         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
4867         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
4868         (join_rtcp_thread), (gst_rtp_session_change_state):
4869         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
4870         be blocked downstream. Also avoid spawning multiple rtcp threads.
4871         Fixes #520894.
4872
4873 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4874
4875         Patch by: Stefan Kost <ensonic@users.sf.net>
4876
4877         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
4878         Don't try to reset the clock skew when we have no timestamps.
4879         Fixes #519005.
4880
4881 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4882
4883         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4884
4885         * ext/faad/gstfaad.c: (looks_like_valid_header):
4886         Improve the header checking to look for what faad2 looks
4887         for too. Fixes playback of same apple trailers.
4888         Fixes bug #469979.
4889
4890 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4891
4892         * configure.ac:
4893         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
4894         2.0.0-rcX is newer than 2.0.0 so we check for this too.
4895
4896 2008-03-05  David Schleef  <ds@schleef.org>
4897
4898         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
4899           from the encoder program in dirac.
4900
4901 2008-03-05  David Schleef  <ds@schleef.org>
4902
4903         * configure.ac:
4904         * ext/Makefile.am:
4905         * ext/dirac/Makefile.am:
4906         * ext/dirac/gstdirac.cc:
4907         * ext/dirac/gstdiracenc.cc:
4908           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
4909           elements.
4910
4911 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4912
4913         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4914
4915         * configure.ac:
4916         * ext/Makefile.am:
4917         * ext/mplex/Makefile.am:
4918         * ext/mplex/gstmplex.cc:
4919         * ext/mplex/gstmplex.hh:
4920         * ext/mplex/gstmplexibitstream.cc:
4921         * ext/mplex/gstmplexibitstream.hh:
4922         * ext/mplex/gstmplexjob.cc:
4923         * ext/mplex/gstmplexjob.hh:
4924         * ext/mplex/gstmplexoutputstream.cc:
4925         * ext/mplex/gstmplexoutputstream.hh:
4926         Port mplex element to 0.10. Fixes bug #520329.
4927
4928         * tests/check/Makefile.am:
4929         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
4930         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
4931         (GST_START_TEST), (mplex_suite), (main):
4932         Add unit test for the mplex element.
4933
4934 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4935
4936         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4937
4938         * configure.ac:
4939         Clean up detection of different mjpegtoolsAPI versions.
4940
4941         * ext/mpeg2enc/gstmpeg2enc.cc:
4942         * ext/mpeg2enc/gstmpeg2enc.hh:
4943         * ext/mpeg2enc/gstmpeg2encoder.cc:
4944         * ext/mpeg2enc/gstmpeg2encoptions.cc:
4945         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4946         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
4947         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
4948         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
4949         Streamline conditional code for evolving mjpegtools API,
4950         optimize and fix/prevent crash in log handling, use
4951         names/nicks for enums in the usual way andm inor updates
4952         in code and properties/settings. Partially fixes bug #520329.
4953
4954 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4955
4956         * gst/mpegtsparse/gstmpegdesc.h:
4957         * gst/mpegtsparse/mpegtspacketizer.c:
4958         Add parsing of cable delivery system descriptor.
4959
4960 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4961
4962         * configure.ac:
4963         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4964         plug-ins are included/excluded. (#498222)
4965
4966 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4967
4968         Patch by: Jens Granseuer <jensgr at gmx dot net>
4969
4970         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
4971         (gst_mve_demux_get_type):
4972         Fix audio discontinuity that happens when silent chunks are
4973         followed by real data again. Fixes bug #519905.
4974
4975 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4976
4977         * sys/dvb/gstdvbsrc.c:
4978         * sys/dvb/parsechannels.c:
4979         Add DVB-C support. Special thanks to Christian Schaller
4980         for a testing ground.
4981
4982 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4983
4984         * gst/mpegtsparse/mpegtsparse.c:
4985         Only send PMTs to program pads that the PMT is for even if
4986         on same pid.
4987         As a by-product, we now no longer hardcode any psi pid numbers.
4988         Also remove pcr stream from old pmt when we apply a new pmt.
4989
4990 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
4991
4992         * ext/metadata/TODO:
4993         * ext/metadata/metadata_mapping.htm:
4994         * ext/metadata/metadataexif.c:
4995         * ext/metadata/metadatatags.c:
4996         * ext/metadata/metadatatags.h:
4997         * tests/icles/metadata_editor.c:
4998         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
4999         local time (those changes has been done in previous comit but had to
5000         be revert in 2008-02-10 due to frozen)
5001
5002 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5003
5004         * sys/dvb/camutils.c:
5005         Remove the G_VALUE_HOLDS_BOXED checks. They were
5006         only added to help debug the data corruption.
5007
5008 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5009
5010         * sys/dvb/camutils.c:
5011         Don't free the program descriptors, this structure
5012         containing them is still stored after.
5013         Fixes data corruption.
5014
5015 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5016
5017         * sys/dvb/camutils.c:
5018         Extra checks to prevent data corruption/segfaults.
5019
5020 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5021
5022         * ext/nas/nassink.c:
5023           Fix build warning by using portable API.
5024
5025 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5026
5027         * gst/selector/gstoutputselector.c:
5028           Fix changing to same pad twice before a chain call.     
5029
5030 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5031
5032         Patch by: Daniel Fischer <dan at f3c dot com>
5033
5034         * configure.ac:
5035         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
5036         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
5037         * ext/dc1394/gstdc1394.h:
5038         Add support for libdc1394 2.0.0 and above and require this version
5039         now. Fixes bug #514964.
5040
5041 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5042
5043         Patch by: Wouter Cloetens <wouter at mind dot be>
5044
5045         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
5046         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5047         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5048         (gst_soup_http_src_create):
5049         * ext/soup/gstsouphttpsrc.h:
5050         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
5051         (souphttpsrc_suite):
5052         Add support for specifying a list of cookies to be passed in
5053         the HTTP request. Fixes bug #518722.
5054
5055 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5056
5057         * gst/selector/gstinputselector.c:
5058         * gst/selector/gstinputselector.h:
5059           Added "select-all" property to make it work like aggregator in 0.8.
5060
5061         * gst/selector/gstoutputselector.c:
5062           Fix resend-latest behavoiur.
5063           
5064         * tests/check/Makefile.am:
5065         * tests/check/elements/.cvsignore:
5066         * tests/check/elements/selector.c:
5067           Add unit tests for selector.
5068
5069 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5070
5071         * configure.ac:
5072         * ext/timidity/gsttimidity.c: (plugin_init):
5073         * ext/timidity/gstwildmidi.c: (plugin_init):
5074         Remove midi typefinders and require base CVS as they moved there.
5075
5076 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5077
5078         * ext/Makefile.am:
5079         Only disable the ext/timidity directory if both, wildmidi
5080         _and_ timidity are not available.
5081
5082 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5083
5084         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
5085
5086         * ext/Makefile.am:
5087         Build the wildmidi plugin if it's enabled and not only when
5088         both, the timidity and wildmidi plugin, are enabled.
5089
5090 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5091
5092         * configure.ac:
5093         * ext/mpeg2enc/Makefile.am:
5094         * ext/soundtouch/Makefile.am:
5095         * gst/modplug/Makefile.am:
5096           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5097           when building C++ code.
5098
5099 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5100
5101         * sys/dvb/gstdvbsrc.c:
5102         Add initial support for multiproto driver (not yet merged into
5103         v4l-dvb mainline yet).
5104         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
5105
5106 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5107
5108         * docs/plugins/inspect/plugin-alsaspdif.xml:
5109         * docs/plugins/inspect/plugin-app.xml:
5110         * docs/plugins/inspect/plugin-bayer.xml:
5111         * docs/plugins/inspect/plugin-bz2.xml:
5112         * docs/plugins/inspect/plugin-cdaudio.xml:
5113         * docs/plugins/inspect/plugin-cdxaparse.xml:
5114         * docs/plugins/inspect/plugin-dfbvideosink.xml:
5115         * docs/plugins/inspect/plugin-dtsdec.xml:
5116         * docs/plugins/inspect/plugin-dvb.xml:
5117         * docs/plugins/inspect/plugin-dvdspu.xml:
5118         * docs/plugins/inspect/plugin-faac.xml:
5119         * docs/plugins/inspect/plugin-faad.xml:
5120         * docs/plugins/inspect/plugin-fbdevsink.xml:
5121         * docs/plugins/inspect/plugin-festival.xml:
5122         * docs/plugins/inspect/plugin-filter.xml:
5123         * docs/plugins/inspect/plugin-flvdemux.xml:
5124         * docs/plugins/inspect/plugin-freeze.xml:
5125         * docs/plugins/inspect/plugin-gsm.xml:
5126         * docs/plugins/inspect/plugin-gstinterlace.xml:
5127         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
5128         * docs/plugins/inspect/plugin-h264parse.xml:
5129         * docs/plugins/inspect/plugin-interleave.xml:
5130         * docs/plugins/inspect/plugin-jack.xml:
5131         * docs/plugins/inspect/plugin-ladspa.xml:
5132         * docs/plugins/inspect/plugin-metadata.xml:
5133         * docs/plugins/inspect/plugin-mms.xml:
5134         * docs/plugins/inspect/plugin-modplug.xml:
5135         * docs/plugins/inspect/plugin-mpeg2enc.xml:
5136         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
5137         * docs/plugins/inspect/plugin-mpegtsparse.xml:
5138         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5139         * docs/plugins/inspect/plugin-musepack.xml:
5140         * docs/plugins/inspect/plugin-musicbrainz.xml:
5141         * docs/plugins/inspect/plugin-mve.xml:
5142         * docs/plugins/inspect/plugin-neon.xml:
5143         * docs/plugins/inspect/plugin-nsfdec.xml:
5144         * docs/plugins/inspect/plugin-nuvdemux.xml:
5145         * docs/plugins/inspect/plugin-rawparse.xml:
5146         * docs/plugins/inspect/plugin-real.xml:
5147         * docs/plugins/inspect/plugin-replaygain.xml:
5148         * docs/plugins/inspect/plugin-rfbsrc.xml:
5149         * docs/plugins/inspect/plugin-sdl.xml:
5150         * docs/plugins/inspect/plugin-sdp.xml:
5151         * docs/plugins/inspect/plugin-selector.xml:
5152         * docs/plugins/inspect/plugin-sndfile.xml:
5153         * docs/plugins/inspect/plugin-soundtouch.xml:
5154         * docs/plugins/inspect/plugin-spcdec.xml:
5155         * docs/plugins/inspect/plugin-speed.xml:
5156         * docs/plugins/inspect/plugin-speexresample.xml:
5157         * docs/plugins/inspect/plugin-stereo.xml:
5158         * docs/plugins/inspect/plugin-tremor.xml:
5159         * docs/plugins/inspect/plugin-tta.xml:
5160         * docs/plugins/inspect/plugin-vcdsrc.xml:
5161         * docs/plugins/inspect/plugin-videosignal.xml:
5162         * docs/plugins/inspect/plugin-vmnc.xml:
5163         * docs/plugins/inspect/plugin-x264.xml:
5164         * docs/plugins/inspect/plugin-xvid.xml:
5165         * docs/plugins/inspect/plugin-y4menc.xml:
5166           Update to version 0.10.6.1.
5167
5168 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5169
5170         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5171         * docs/plugins/inspect/plugin-gdp.xml:
5172         * docs/plugins/inspect/plugin-quicktime.xml:
5173         * docs/plugins/inspect/plugin-switch.xml:
5174         * docs/plugins/inspect/plugin-videocrop.xml:
5175           Remove docs for elements that have moved to other modules
5176           or been renamed.
5177
5178 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5179
5180         Patch by: Wouter Cloetens <wouter at mind dot be>
5181
5182         * configure.ac:
5183         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
5184         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
5185         (gst_soup_http_src_chunk_allocator),
5186         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
5187         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
5188         * ext/soup/gstsouphttpsrc.h:
5189         Implement zero-copy and make the buffer size configurable.
5190         Prefix proxy URIs with "http://" if they don't start with it
5191         already and catch errors earlier, fixes hanging in some situations.
5192         Fixes bug #514948.
5193
5194 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5195
5196         * tests/check/gst-plugins-bad.supp:
5197         Add suppressions for SoundTouch valgrind warnings and
5198         a valgrind warning caused by the LADSPA sine plugin and
5199         happening on every exit().
5200         Remove GIO suppressions as it's now in -base.
5201
5202 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5203
5204         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
5205         Don't allocate and copy the data to a new place but instead
5206         put the data from gmyth (which we own) into the buffers that
5207         are passed downstream.
5208
5209 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5210
5211         * ext/timidity/gstwildmidi.c:
5212         If WILDMIDI_CFG is not defined, define it to the default
5213         timidity configure file.
5214
5215 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5216
5217         Based on a patch by:
5218           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5219
5220         * configure.ac:
5221         * ext/mpeg2enc/gstmpeg2enc.cc:
5222         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
5223         use mjpeg_loglev_t() for getting the log levels. Check for this
5224         function in configure.ac as the pkg-config file doesn't tell us
5225         which release candidate we have. Fixes bug #517896.
5226
5227 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5228
5229         * configure.ac:
5230         Check for X for the nas plugin to make it possible to build it
5231         again. Fixes bug #517895.
5232
5233 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5234
5235         * tests/check/Makefile.am:
5236         Ignore some more elements for the states unit test, like
5237         dfbvideosink which produces a segfault. Fixes bug #517854.
5238
5239 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5240
5241         Patch by: Jens Granseuer <jensgr at gmx dot net>
5242
5243         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
5244         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
5245         (rfb_decoder_state_set_encodings):
5246         * gst/mpegtsparse/mpegtspacketizer.c:
5247         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
5248         (mpegts_packetizer_parse_eit):
5249         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
5250         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
5251         Some C89 fixes, moving variable declarations to the beginning
5252         of a block. Fixes bug #517937.
5253
5254 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5255
5256         * configure.ac:
5257         Back to development...
5258
5259 === release 0.10.6 ===
5260
5261 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5262
5263         * configure.ac:
5264           releasing 0.10.6, "A Big Deep Breath"
5265
5266 2008-02-20  Bastien Nocera  <hadess@hadess.net>
5267
5268         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
5269         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
5270         and fail seek properly on anything but _BYTES format
5271         Fixes bug #517684
5272
5273 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
5274
5275         Patch by: Olivier Crete <tester at tester dot ca>
5276
5277         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
5278         Fix small memory leak, leaking caps. Fixes bug #517571.
5279
5280 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5281
5282         * gst/tta/Makefile.am:
5283         Link tta plugin with libm. Fixes bug #517391.
5284
5285 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5286
5287         * sys/dvb/camutils.c:
5288         Do not assume "descriptors" property in the pmt structure
5289         is present.
5290         Fixes #516499.
5291
5292 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5293
5294         Patch by: Olivier Crete <tester@tester.ca>
5295
5296         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
5297         Ignore streams that did not receive an SR packet when doing
5298         synchronisation. Fixes #516160.
5299
5300 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
5301
5302         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
5303         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
5304         on an idea by Jan Schmidt, fixes bug #516436.
5305
5306 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5307
5308         * gst/mpegtsparse/gstmpegdesc.c:
5309         * gst/mpegtsparse/gstmpegdesc.h:
5310         * gst/mpegtsparse/mpegtsparse.c:
5311         Make sure the gstmpegdesc debug lines do not critical
5312         when GST_DEBUG is enabled and also actually output.
5313         Thanks to Alessandro Decina for spotting.
5314         Fixes #516448
5315
5316 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
5317
5318         * gst-libs/gst/Makefile.am:
5319         * sys/Makefile.am:
5320         Also add dshow pieces to the disted subdirs to fix distcheck.
5321
5322 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5323
5324         Patch by: Josep Torra Valles <josep@fluendo.com>
5325
5326         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5327         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
5328
5329 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
5330
5331         * configure.ac:
5332         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
5333         until 0.7 fortunately.
5334
5335 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5336
5337         * configure.ac:
5338         Generate the directshow Makefiles so that the directories
5339         get disted. Still needs some configure time detection to enable
5340         building them under MingW.
5341
5342 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5343
5344         * ext/metadata/Makefile.am:
5345         Don't install a header file. We will have to merge these
5346         tags into libgsttag after the release and use them from there.
5347         Fixes: #515860
5348
5349 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5350
5351         * gst-libs/gst/dshow/Makefile.am:
5352         * sys/dshowdecwrapper/Makefile.am:
5353         * sys/dshowsrcwrapper/Makefile.am:
5354         Add Makefiles to win32 plugins and lib.
5355         They will need to be tested and probably fixed by developers
5356         working with mingw. This is a first step to include source files 
5357         with releases.
5358         
5359 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5360
5361         * sys/dvb/dvbbasebin.c:
5362         Fix leak of location string returned from gst_uri_get_location.
5363         Fixes bug #516114
5364
5365 2008-02-12  David Schleef  <ds@schleef.org>
5366
5367         * configure.ac:
5368         * docs/plugins/Makefile.am:
5369         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5370         * docs/plugins/inspect/plugin-glimagesink.xml:
5371         * sys/Makefile.am:
5372         * sys/glsink/BUGS:
5373         * sys/glsink/Makefile.am:
5374         * sys/glsink/color_matrix.c:
5375         * sys/glsink/glextensions.c:
5376         * sys/glsink/glextensions.h:
5377         * sys/glsink/glimagesink.c:
5378         * sys/glsink/glimagesink.h:
5379         * sys/glsink/gltestsrc.c:
5380         * sys/glsink/gltestsrc.h:
5381         * sys/glsink/gstglbuffer.c:
5382         * sys/glsink/gstglbuffer.h:
5383         * sys/glsink/gstglconvert.c:
5384         * sys/glsink/gstgldisplay.c:
5385         * sys/glsink/gstgldisplay.h:
5386         * sys/glsink/gstgldownload.c:
5387         * sys/glsink/gstglfilter.c:
5388         * sys/glsink/gstglfilter.h:
5389         * sys/glsink/gstglfilterexample.c:
5390         * sys/glsink/gstgltestsrc.c:
5391         * sys/glsink/gstgltestsrc.h:
5392         * sys/glsink/gstglupload.c:
5393         * sys/glsink/gstopengl.c:
5394           Remove glimagesink, as it's been moved to gst-plugins-gl.
5395           Fixes #516094.
5396
5397 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5398
5399         Patch by: Josep Torra Valles <josep@fluendo.com>
5400
5401         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5402         Fix potential buffer leak in reverse mode. Fixes #516061.
5403
5404 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5405
5406         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5407         (gst_dshowaudiodec_dispose):
5408         * sys/dshowdecwrapper/gstdshowvideodec.c:
5409         (gst_dshowvideodec_dispose):
5410         Chain up dispose methods properly. Fixes bug #515970.
5411
5412 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5413
5414         * gst/mpegvideoparse/mpegvideoparse.c:
5415         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5416         (gst_mpegvideoparse_change_state):
5417         Fix leaking caps.
5418         Fix potential buffer leak in forward mode.
5419         Cleanup queues when going to READY. Fixes #515815.
5420
5421 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5422
5423         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5424         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5425         * docs/plugins/inspect/plugin-gio.xml:
5426         Remove documentation for the GIO plugin as it was moved to
5427         gst-plugins-base. Fixes bug #515964.
5428
5429 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5430
5431         * ext/xvid/gstxvidenc.c:
5432         * gst/vmnc/vmncdec.c:
5433         * sys/glsink/glimagesink.c:
5434         * sys/glsink/gstgldisplay.c:
5435         Fix some finalize leaks by chaining up to the parent method.
5436         Fixes: #515919
5437
5438 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5439
5440         * tests/check/elements/souphttpsrc.c:
5441         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5442
5443 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5444
5445         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5446         Free the rfb decoder on finalize. Fixes bug #515721.
5447
5448 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5449
5450         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5451         (gst_fbdevsink_finalize):
5452         Free the device string in finalize. Fixes bug #515722.
5453
5454 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5455
5456         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5457         Unset GValues after using them. Fixes bug #515720.
5458
5459 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5460
5461         * tests/check/Makefile.am:
5462         Disable the dvb plugin for the states test. Fixes bug #515567.
5463
5464 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5465
5466         * ext/metadata/TODO:
5467         * ext/metadata/metadata_mapping.htm:
5468         * ext/metadata/metadataexif.c:
5469         * ext/metadata/metadatatags.c:
5470         * ext/metadata/metadatatags.h:
5471         * tests/icles/metadata_editor.c:
5472           Revert changes to 2008-02-09 due to frozen.
5473
5474 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5475
5476         * ext/ivorbis/vorbisfile.c:
5477         Trivial fix for build warning.
5478         Patch by: Josep Torra Valles <josep@fluendo.com>
5479         Fixes: #515588
5480
5481 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5482
5483         * ext/metadata/TODO:
5484         * ext/metadata/metadataexif.c:
5485           Convert from EXIF to XMP DataTime as local time.
5486
5487 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5488
5489         * ext/metadata/TODO:
5490         * ext/metadata/metadata_mapping.htm:
5491         * ext/metadata/metadataexif.c:
5492         * ext/metadata/metadatatags.c:
5493         * ext/metadata/metadatatags.h:
5494         * tests/icles/metadata_editor.c:
5495           Map Date-Time and GPS tags.
5496           
5497
5498 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5499
5500         * gst/selector/Makefile.am:
5501
5502         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5503         let's not do that
5504
5505         * tests/check/Makefile.am:
5506         Disable the crashing cdaudio plugin from the states test so I can make
5507         pre-releases.
5508
5509 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5510
5511         * win32/vs6/libgstdshowdecwrapper.dsp:
5512         * win32/vs6/libgstflv.dsp:
5513         Convert to DOS line endings, and set -kb
5514
5515 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5516
5517         * sys/dvb/Makefile.am:
5518         * sys/dvb/dvbbasebin.c:
5519         Add URI Handler for dvb.
5520         Re-order pad templates to workaround a bug in playbasebin.
5521         * sys/dvb/parsechannels.c:
5522         * sys/dvb/parsechannels.h:
5523         Add code to parse channels from zap-style channels.conf files.
5524
5525 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5526
5527         * configure.ac:
5528         * docs/plugins/Makefile.am:
5529         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5530         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5531         * docs/plugins/gst-plugins-bad-plugins.args:
5532         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5533         * docs/plugins/inspect/plugin-multifile.xml:
5534         * gst/multifile/Makefile.am:
5535         * gst/multifile/gstmultifile.c:
5536         * gst/multifile/gstmultifilesink.c:
5537         * gst/multifile/gstmultifilesink.h:
5538         * gst/multifile/gstmultifilesrc.c:
5539         * gst/multifile/gstmultifilesrc.h:
5540         * gst/multifile/multifile.vproj:
5541         * tests/check/Makefile.am:
5542         * tests/check/elements/multifile.c:
5543
5544         Remove multifile plugin, which has moved to -good
5545
5546 2008-02-07  David Schleef  <ds@schleef.org>
5547
5548         * gst/multifile/gstmultifilesink.c:
5549         * gst/multifile/gstmultifilesrc.c:
5550           Use g_file_[sg]et_contents() instead of using stdio functions.
5551           Should be less error prone.
5552         * tests/check/elements/multifile.c:
5553           Create a temporary directory using standard functions instead of
5554           creating a directory in the current dir.
5555
5556 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5557
5558         * configure.ac:
5559         * docs/plugins/Makefile.am:
5560         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5561         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5562         * docs/plugins/gst-plugins-bad-plugins.args:
5563         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5564         * docs/plugins/inspect/plugin-spectrum.xml:
5565         * gst/spectrum/.cvsignore:
5566         * gst/spectrum/Makefile.am:
5567         * gst/spectrum/README:
5568         * gst/spectrum/demo-audiotest.c:
5569         * gst/spectrum/demo-osssrc.c:
5570         * gst/spectrum/gstspectrum.c:
5571         * gst/spectrum/gstspectrum.h:
5572         * gst/spectrum/spectrum.vcproj:
5573         * tests/check/Makefile.am:
5574         * tests/check/elements/spectrum.c:
5575
5576         Remove spectrum plugin, which has moved to -good
5577
5578 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5579
5580         * docs/plugins/gst-plugins-bad-plugins.args:
5581         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5582         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5583         Remove equalizer plugin docs
5584
5585         * tests/check/Makefile.am:
5586         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5587         other modules.
5588
5589         * tests/check/elements/multifile.c:
5590         * tests/check/elements/rganalysis.c:
5591         * tests/check/elements/rglimiter.c:
5592
5593         Fix compiler warnings from -Wall -Werror
5594
5595 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5596
5597         * configure.ac:
5598         * docs/plugins/Makefile.am:
5599         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5600         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5601         * docs/plugins/inspect/plugin-equalizer.xml:
5602         * gst/equalizer/.cvsignore:
5603         * gst/equalizer/Makefile.am:
5604         * gst/equalizer/demo.c:
5605         * gst/equalizer/gstiirequalizer.c:
5606         * gst/equalizer/gstiirequalizer.h:
5607         * gst/equalizer/gstiirequalizer10bands.c:
5608         * gst/equalizer/gstiirequalizer10bands.h:
5609         * gst/equalizer/gstiirequalizer3bands.c:
5610         * gst/equalizer/gstiirequalizer3bands.h:
5611         * gst/equalizer/gstiirequalizernbands.c:
5612         * gst/equalizer/gstiirequalizernbands.h:
5613         * tests/check/Makefile.am:
5614         * tests/check/elements/.cvsignore:
5615         * tests/check/elements/equalizer.c:
5616
5617         Remove the equalizer plugin, which has moved to -good
5618
5619 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5620
5621         * configure.ac:
5622         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5623         pre-releases or releases.
5624
5625 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5626
5627         * docs/plugins/Makefile.am:
5628         Don't scan deleted xingmux header.
5629
5630 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5631
5632         * configure.ac:
5633         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5634         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5635         * docs/plugins/inspect/plugin-xingheader.xml:
5636         * gst/xingheader/Makefile.am:
5637         * gst/xingheader/gstxingmux.c:
5638         * gst/xingheader/gstxingmux.h:
5639         * tests/check/Makefile.am:
5640         * tests/check/elements/.cvsignore:
5641         * tests/check/elements/xingmux.c:
5642         * tests/check/elements/xingmux_testdata.h:
5643         Remove the xingmux plugin, as the element has moved into
5644         mpegaudioparse in -ugly.
5645
5646 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5647
5648         * docs/plugins/Makefile.am:
5649         Remove mention of non-existent headers to fix the build.
5650
5651 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5652
5653         * configure.ac:
5654         * ext/Makefile.am:
5655         * ext/gio/Makefile.am:
5656         * ext/gio/gstgio.c:
5657         * ext/gio/gstgio.h:
5658         * ext/gio/gstgiobasesink.c:
5659         * ext/gio/gstgiobasesink.h:
5660         * ext/gio/gstgiobasesrc.c:
5661         * ext/gio/gstgiobasesrc.h:
5662         * ext/gio/gstgiosink.c:
5663         * ext/gio/gstgiosink.h:
5664         * ext/gio/gstgiosrc.c:
5665         * ext/gio/gstgiosrc.h:
5666         * ext/gio/gstgiostreamsink.c:
5667         * ext/gio/gstgiostreamsink.h:
5668         * ext/gio/gstgiostreamsrc.c:
5669         * ext/gio/gstgiostreamsrc.h:
5670         * tests/check/Makefile.am:
5671         * tests/check/pipelines/.cvsignore:
5672         * tests/check/pipelines/gio.c:
5673
5674         Remove GIO plugin which has now moved to -base.
5675
5676 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5677
5678         * docs/plugins/Makefile.am:
5679         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5680         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5681         * docs/plugins/gst-plugins-bad-plugins.args:
5682         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5683         * gst/filter/Makefile.am:
5684         * gst/filter/filter.vcproj:
5685         * gst/filter/gstbpwsinc.c:
5686         * gst/filter/gstbpwsinc.h:
5687         * gst/filter/gstfilter.c:
5688         * gst/filter/gstfilter.h:
5689         * gst/filter/gstlpwsinc.c:
5690         * gst/filter/gstlpwsinc.h:
5691         * tests/check/Makefile.am:
5692         * tests/check/elements/bpwsinc.c:
5693         * tests/check/elements/lpwsinc.c:
5694
5695         Remove lpwsinc and bpwsinc elements - they've become
5696         audiowsinclimit and audiowsincband respectively, in the
5697         gst-plugins-good audiofx plugin.
5698
5699 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5700
5701         * ext\neon\gstneonhttpsrc.c:
5702         Include unistd.h only if _HAVE_UNISTD_H is defined
5703         * gst\mpegvideoparse\mpegvideoparse.c:
5704         Use G_GUINT64_CONSTANT GLIB macro for constant
5705         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
5706         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
5707         * sys\dshowdecwrapper\gstdshowaudiodec.c:
5708         * sys\dshowdecwrapper\gstdshowaudiodec.h:
5709         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
5710         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
5711         * sys\dshowdecwrapper\gstdshowvideodec.c
5712         * sys\dshowdecwrapper\gstdshowvideodec.h:
5713         Add a DirectShow decoder wrapper.
5714         * win32\MANIFEST:
5715         Add new win32 files to MANIFEST
5716         * win32\vs6\gst_plugins_bad.dsw:
5717         * win32\vs6\libgstdshow.dsp:
5718         * win32\vs6\libgstdshowdecwrapper.dsp:
5719         * win32\vs6\libgstflv.dsp:
5720         Add new projects to bad workspace
5721
5722 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5723
5724         * gst/mpegtsparse/mpegtspacketizer.c:
5725         Parse component descriptor.
5726         * gst/mpegtsparse/mpegtsparse.c:
5727         Add SI pids to every program (but hardcoded currently).
5728
5729 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
5730
5731         * ext/metadata/metadata_mapping.htm:
5732         * ext/metadata/metadataexif.c:
5733         * ext/metadata/metadatatags.c:
5734         * ext/metadata/metadatatags.h:
5735         * tests/icles/metadata_editor.c:
5736         * tests/icles/metadata_editor.glade:
5737           Add more tags. Improve test app.
5738
5739 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5740
5741         * gst/multifile/gstmultifilesink.c:
5742           Add a fixme comment.
5743
5744         * gst/selector/gstoutputselector.c:
5745           Fix same leak as in input-selector.
5746
5747         * tests/icles/output-selector-test.c:
5748           Improve the test.
5749
5750 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5751
5752         * gst/spectrum/gstspectrum.c:
5753           Improve the docs.
5754
5755 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5756
5757         * configure.ac:
5758           The dc1394 plugin seems to use API that was removed or changed
5759           before the final 2.0.0 release, so only build it if 2.0.0-rc5
5760           is available. Someone needs to port it to the final API.
5761
5762         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
5763           Include string.h for memcpy and use g_usleep instead of usleep.
5764
5765 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5766
5767         * gst/filter/gstlpwsinc.c:
5768         Fix typo in the long description of the element.
5769
5770 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5771
5772         * gst/xingheader/Makefile.am:
5773         Put CFLAGS and LIBS in the right order
5774
5775 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5776
5777         * configure.ac:
5778           ximagesrc has moved to -good, so no need to check for
5779           the required X libs here any more.
5780
5781 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5782
5783         Patch by: Wouter Cloetens <wouter at mind dot be>
5784
5785         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
5786         (gst_soup_http_src_create):
5787         Fix memory leak and improve debugging a bit.
5788
5789 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
5790
5791         * ext/metadata/metadata_mapping.htm:
5792         * ext/metadata/metadataexif.c:
5793         * ext/metadata/metadatatags.c:
5794         * ext/metadata/metadatatags.h:
5795           Add more tags mapping.
5796
5797 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5798
5799         * gst/mpegtsparse/mpegtsparse.c:
5800         Handle latency queries in src pads.
5801
5802 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5803
5804         * gst/mpegtsparse/mpegtspacketizer.c:
5805         Add flag to both sdt and nit structures to say
5806         whether the table is for the actual network/ts
5807         or not.
5808
5809 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5810
5811         Patch by: Josep Torra Valles <josep@fluendo.com>
5812
5813         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
5814         Flush packetizer too.
5815
5816 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5817
5818         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
5819         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
5820         Don't use GST_BOILERPLATE as the stuff generated from it is not used
5821         anyway and can't be used.
5822         Store the class struct of the correct type in parent_class.
5823         Pass the LADSPA_Descriptor as class_data to the class_init function
5824         as preparation for the time, when we can add pad templates and friends
5825         in class_init and add a FIXME for that.
5826         Don't use a custom hash table for passing the LADSPA_Descriptors to
5827         base_init but use g_type_set_qdata and g_type_get_qdata.
5828
5829 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5830
5831         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5832         Really fix the build.
5833         TODO : Apply spankOmatic2000 on thaytan's rear end.
5834
5835 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5836
5837         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5838           (GstMpeg2EncPictureReader.StreamPictureParams):
5839           Fix compilation with libmjpegtools 1.8.x.
5840
5841 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5842
5843         * ext/ladspa/gstsignalprocessor.c:
5844         (gst_signal_processor_class_add_pad_template):
5845         Don't unref the pad template after adding it.
5846         gst_element_class_add_pad_template takes ownership of it.
5847
5848 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
5849
5850         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5851         Use the incoming pixel-aspect-ratio if provided to infer a 
5852         default aspect ratio, which can be overridden using the 'aspect'
5853         property.
5854
5855         Fixes: #499008
5856
5857 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
5858
5859         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
5860
5861         * configure.ac:
5862         Fix variable naming to make it possible to build the glimagesink
5863         plugin. Fixes bug #514093.
5864
5865 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5866
5867         * ext/metadata/gstmetadatademux.c:
5868           Demote metadatademux to GST_RANK_NONE for the release, it's not
5869           ready to be autoplugged yet.
5870
5871         * tests/icles/metadata_editor.c:
5872           Fix printf format warning for GType on ppc32 by removing it,
5873           since it doesn't make sense to print the GType value anyway.
5874
5875 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
5876
5877         * ext/metadata/TODO:
5878         * ext/metadata/gstmetadatamux.c:
5879         * ext/metadata/metadata_mapping.htm:
5880         * ext/metadata/metadataexif.c:
5881         * ext/metadata/metadatatags.c:
5882         * ext/metadata/metadatatags.h:
5883           Map more Exif tags.
5884
5885 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5886
5887         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
5888         Don't leak event on pads that are not linked. Fixes #512826.
5889
5890 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5891
5892         * configure.ac:
5893           Bump core/base requirements to released versions, to avoid confusion.
5894
5895         * gst/deinterlace/Makefile.am:
5896         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
5897           Use the new GstVideoFormat API to get strides, plane offsets etc..
5898           For Y42B we still need to calculate these ourselves, since the lib
5899           in -base doesn't know about this format yet and we can't bump the
5900           requirement to CVS right now. Fix the Y42B stride, offset and size
5901           calculations for odd widths and heights while we're at it though
5902           (to match those in videotestsrc).
5903
5904 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
5905
5906         * ext/metadata/metadata_mapping.htm:
5907         * ext/metadata/metadataexif.c:
5908         * ext/metadata/metadataiptc.c:
5909         * ext/metadata/metadatatags.c:
5910         * ext/metadata/metadatatags.h:
5911         * ext/metadata/metadataxmp.c:
5912           Add documentation.
5913
5914 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5915
5916         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5917         Fix compilation.
5918
5919 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5920
5921         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
5922         Really clean up the queue instead of just unreffing all buffers
5923         in it.
5924
5925         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
5926         (gst_app_src_class_init), (gst_app_src_init),
5927         (gst_app_src_dispose), (gst_app_src_finalize):
5928         Fix dispose/finalize.
5929
5930 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5931
5932         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
5933         Fix compiler warning by making the function signature match what
5934         everyone is passing in...
5935
5936         * tests/icles/Makefile.am:
5937         Fix the build on Solaris by removing GNU ld specific flags that
5938         look unnecessary.
5939
5940 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5941
5942         * ext/metadata/Makefile.am:
5943         Add some relevant variables to CFLAGS and LIBADD, for example our
5944         compiler warnings paramters.
5945
5946         * ext/metadata/gstbasemetadata.c:
5947         (gst_base_metadata_strip_push_buffer),
5948         (gst_base_metadata_calculate_offsets),
5949         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
5950         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
5951         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
5952         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
5953         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
5954         (gst_metadata_mux_dispose),
5955         (gst_metadata_mux_create_chunks_from_tags):
5956         * ext/metadata/metadata.c: (metadata_dispose):
5957         * ext/metadata/metadataexif.c:
5958         (metadataparse_exif_content_foreach_entry_func),
5959         (metadatamux_exif_for_each_tag_in_list):
5960         * ext/metadata/metadataiptc.c:
5961         (metadatamux_iptc_for_each_tag_in_list):
5962         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
5963         (metadatamux_jpeg_reading):
5964         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
5965         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5966         * ext/metadata/metadataparsepng.c:
5967         * ext/metadata/metadataparseutil.h:
5968         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
5969         (metadatamux_xmp_create_chunk_from_tag_list):
5970         Fix a million warnings that showed up after the above change.
5971
5972 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5973
5974         * ext/soup/gstsouphttpsrc.c: (_do_init),
5975         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5976         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5977         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5978         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5979         (gst_soup_http_src_queue_message),
5980         (gst_soup_http_src_add_range_header),
5981         (gst_soup_http_src_session_unpause_message),
5982         (gst_soup_http_src_session_pause_message),
5983         (gst_soup_http_src_session_close),
5984         (gst_soup_http_src_got_headers_cb),
5985         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5986         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5987         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5988         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5989         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5990         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5991         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5992         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5993         (gst_soup_http_src_uri_get_protocols),
5994         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5995         (gst_soup_http_src_uri_handler_init), (plugin_init):
5996         Add changes to gstsouphttpsrc.c that were missing from last commit.
5997
5998 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5999
6000         Patch by: Wouter Cloetens <wouter at mind dot be>
6001
6002         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6003         * docs/plugins/gst-plugins-bad-plugins.args:
6004         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6005         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6006         * docs/plugins/inspect/plugin-soup.xml:
6007         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6008         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6009         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6010         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6011         (gst_soup_http_src_queue_message),
6012         (gst_soup_http_src_add_range_header),
6013         (gst_soup_http_src_session_unpause_message),
6014         (gst_soup_http_src_session_pause_message),
6015         (gst_soup_http_src_session_close),
6016         (gst_soup_http_src_got_headers_cb),
6017         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6018         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6019         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6020         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6021         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6022         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6023         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6024         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6025         (gst_soup_http_src_uri_get_protocols),
6026         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6027         (gst_soup_http_src_uri_handler_init), (plugin_init):
6028         * ext/soup/gstsouphttpsrc.h:
6029         Make coding style more consistent, including class renaming.
6030
6031 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6032
6033         * configure.ac:
6034         Fix configure check for soundtouch to not produce syntax errors.
6035
6036 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6037
6038         * configure.ac:
6039         * ext/metadata/metadataxmp.c:
6040         (metadatamux_xmp_for_each_tag_in_list):
6041         Fix build with exempi >= 1.99.5 and fix the include
6042         path for exempi.
6043
6044 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6045
6046         * ext/metadata/TODO:
6047           Just uptade the ToDo list.
6048
6049 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6050
6051         * ext/metadata/gstbasemetadata.c:
6052         * ext/metadata/metadatamuxjpeg.c:
6053         * ext/metadata/metadatamuxpng.c:
6054         * ext/metadata/metadataparsejpeg.c:
6055         * ext/metadata/metadatatypes.c:
6056         * ext/metadata/metadatatypes.h:
6057         * ext/metadata/metadataxmp.c:
6058           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
6059
6060 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6061
6062         Patch by: Wouter Cloetens <wouter at mind dot be>
6063
6064         * ext/soup/gstsouphttpsrc.c:
6065         Update documentation a bit.
6066
6067         * docs/plugins/gst-plugins-bad-plugins.args:
6068         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6069         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6070         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6071         * docs/plugins/inspect/plugin-alsaspdif.xml:
6072         * docs/plugins/inspect/plugin-dvb.xml:
6073         * docs/plugins/inspect/plugin-filter.xml:
6074         * docs/plugins/inspect/plugin-glimagesink.xml:
6075         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6076         * docs/plugins/inspect/plugin-quicktime.xml:
6077         * docs/plugins/inspect/plugin-rawparse.xml:
6078         * docs/plugins/inspect/plugin-replaygain.xml:
6079         * docs/plugins/inspect/plugin-sdl.xml:
6080         * docs/plugins/inspect/plugin-soundtouch.xml:
6081         * docs/plugins/inspect/plugin-soup.xml:
6082         * docs/plugins/inspect/plugin-spcdec.xml:
6083         * docs/plugins/inspect/plugin-spectrum.xml:
6084         * docs/plugins/inspect/plugin-speed.xml:
6085         * docs/plugins/inspect/plugin-speexresample.xml:
6086         * docs/plugins/inspect/plugin-switch.xml:
6087         * docs/plugins/inspect/plugin-videocrop.xml:
6088         Regenerate everything for the documentation changes we had.
6089
6090 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6091
6092         * ext/gio/gstgiobasesink.c: (close_stream_cb),
6093         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
6094         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
6095         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
6096         (gst_gio_base_src_stop), (gst_gio_base_src_create),
6097         (gst_gio_base_src_set_stream):
6098         Use async variants of the close stream functions to prevent blocking
6099         for a long time there and add some more sanity checks for a correct
6100         stream.
6101
6102 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6103
6104         * tests/icles/Makefile.am:
6105         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
6106
6107 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6108
6109         Patch by: Wouter Cloetens <wouter at mind dot be>
6110
6111         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
6112         Let the proxy property default to the content of the $http_proxy
6113         environment variable.
6114
6115 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6116
6117         Patch by: Wouter Cloetens <wouter at mind dot be>
6118
6119         * tests/check/test-cert.pem:
6120         * tests/check/test-key.pem:
6121         Add missing files for the unit test.
6122
6123 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6124
6125         Patch by: Wouter Cloetens <wouter at mind dot be>
6126
6127         * docs/plugins/Makefile.am:
6128         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6129         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6130         Add souphttpsrc to the docs.
6131
6132         * configure.ac:
6133         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6134         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
6135         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
6136         (gst_souphttp_src_cancel_message),
6137         (gst_souphttp_src_queue_message),
6138         (gst_souphttp_src_add_range_header),
6139         (gst_souphttp_src_session_unpause_message),
6140         (gst_souphttp_src_session_pause_message),
6141         (gst_souphttp_src_session_close),
6142         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
6143         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
6144         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
6145         (gst_souphttp_src_create), (gst_souphttp_src_start),
6146         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
6147         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
6148         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6149         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
6150         (plugin_init):
6151         * ext/soup/gstsouphttpsrc.h:
6152         Add support for libsoup2.4 and require it. Also implement redirection
6153         and manual proxy specification. Fixes bug #510708.
6154
6155         * tests/check/Makefile.am:
6156         * tests/check/elements/.cvsignore:
6157         * tests/check/elements/souphttpsrc.c:
6158         Add unit test for souphttpsrc.
6159
6160 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6161
6162         * ext/Makefile.am:
6163         * ext/metadata/TODO:
6164         * ext/metadata/gstbasemetadata.c:
6165         * ext/metadata/gstbasemetadata.h:
6166         * ext/metadata/metadatamuxjpeg.c:
6167         * ext/metadata/metadatamuxjpeg.h:
6168         * ext/metadata/metadatamuxpng.c:
6169         * ext/metadata/metadatamuxpng.h:
6170         * ext/metadata/metadataparsejpeg.c:
6171         * ext/metadata/metadataparsepng.c:
6172         * tests/icles/Makefile.am:
6173           Add documentation. Fix test app compilation. Fix pull mode.
6174
6175 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6176
6177         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
6178
6179         * gst/rtpmanager/gstrtpjitterbuffer.c:
6180         (gst_rtp_jitter_buffer_chain):
6181         Try to get the new clock-rate from the buffer caps when we receive a new
6182         payload type instead of always firing the signal. Fixes #512774.
6183
6184 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
6185
6186         * ext/mpeg2enc/gstmpeg2enc.cc:
6187         Define LOG_NONE and friends if they're not defined yet. mjpegtools
6188         1.9.0rc3 removed their definitions but without it doesn't make much
6189         sense to write a log handler.
6190
6191 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6192
6193         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6194         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6195         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6196         * docs/plugins/gst-plugins-bad-plugins.types:
6197           Add base classes for metadata and equalizer (no introspection yet).
6198
6199 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6200
6201         * ext/metadata/README:
6202           Formatting.
6203         * tests/icles/metadata_editor.c:
6204           Include stdlib.h.
6205
6206 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6207
6208         * configure.ac:
6209         * docs/plugins/Makefile.am:
6210         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6211         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6212         * docs/plugins/gst-plugins-bad-plugins.args:
6213         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6214         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6215         * docs/plugins/gst-plugins-bad-plugins.signals:
6216         * docs/plugins/inspect/plugin-metadata.xml:
6217         * docs/plugins/inspect/plugin-selector.xml:
6218         * docs/plugins/inspect/plugin-soundtouch.xml:
6219         * docs/plugins/inspect/plugin-switch.xml:
6220         * gst/selector/.cvsignore:
6221         * gst/selector/Makefile.am:
6222         * gst/selector/gstinputselector.c:
6223         * gst/selector/gstinputselector.h:
6224         * gst/selector/gstoutputselector.c:
6225         * gst/selector/gstoutputselector.h:
6226         * gst/selector/gstselector-marshal.list:
6227         * gst/selector/gstselector.c:
6228         * gst/selector/selector.vcproj:
6229         * gst/switch/.cvsignore:
6230         * gst/switch/Makefile.am:
6231         * gst/switch/gstswitch-marshal.list:
6232         * gst/switch/gstswitch.c:
6233         * gst/switch/gstswitch.h:
6234         * gst/switch/switch.vcproj:
6235         * tests/icles/.cvsignore:
6236         * tests/icles/Makefile.am:
6237         * tests/icles/output-selector-test.c:
6238           Replace the switch plugin with the selector plugin. Add output-
6239           selector as the opposite of input-selectoo (was switch). Add a test
6240           for output-selector. Add docs for the elements. The vcproj needs
6241           update. Fixes #500142.
6242
6243 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6244
6245         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6246           Try to avoid 'unused variable' compiler warning if debugging is
6247           disabled (not bullet proof, but seems to do for now). (#512654)
6248
6249 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
6250
6251         * ext/soundtouch/gstbpmdetect.cc:
6252         Clean up a bit and only allocate a temporary buffer for the data
6253         if processing stereo data as BPMDetect downmixes from stereo to
6254         mono and stores the result in the input data. Thanks to
6255         Stefan Kost for the suggestions.
6256
6257 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6258
6259         * ext/soundtouch/gstpitch.cc:
6260         Cast a double to a GstClockTimeDiff to fix a compiler warning.
6261
6262 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
6263
6264         * tests/icles/metadata_editor.c:
6265           Printf format fix.
6266
6267 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6268
6269         * ext/soundtouch/gstpitch.cc:
6270         Don't send a LATENCY event for now until we get the usage right.
6271
6272 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6273
6274         * ext/soundtouch/gstpitch.cc:
6275         * ext/soundtouch/gstpitch.hh:
6276         Implement LATENCY query and notify about latency changes.
6277         Unfortunately we don't have a fixed latency but it changes
6278         a bit with each buffer so we only send an LATENCY event with
6279         the maximum latency if it changes.
6280
6281         Always calculate the timestamp, duration, etc from the sample
6282         rate instead of using a pre-calculated duration for one sample
6283         to prevent large rounding errors.
6284
6285 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6286
6287         Based on a patch by:
6288             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
6289
6290         * configure.ac:
6291         * ext/mpeg2enc/gstmpeg2encoder.cc:
6292         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6293         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
6294         Add support for building against mjpegtools 1.9 while keeping
6295         compatiblity with older versions.
6296
6297 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6298
6299         * ext/soundtouch/gstbpmdetect.cc:
6300         Only consider a BPM value above 1.0 as valid.
6301
6302 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6303
6304         * ext/soundtouch/Makefile.am:
6305         * ext/soundtouch/gstbpmdetect.cc:
6306         * ext/soundtouch/gstbpmdetect.hh:
6307         * ext/soundtouch/plugin.c: (plugin_init):
6308         Add BPM detection plugin based on SoundTouch's libBPM.
6309
6310         * ext/soundtouch/gstpitch.cc:
6311         Allow sample rates until MAX instead of only 48kHz and remove the
6312         buffer-frames field from that caps.
6313         Clear the remaining samples completely when necessary to get into
6314         a clean state again.
6315
6316 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6317
6318         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
6319         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
6320         Don't implement get_unit_size() ourselves, the GstAudioFilter base
6321         class already does this for us.
6322
6323 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6324
6325         * ext/soundtouch/gstpitch.cc:
6326         Allow seeking only in TIME and DEFAULT format, other formats will
6327         not work as expected. Also handle a stop position of -1 correctly
6328         for seeks, newsegment events and the queries. This fixes playback
6329         with the pitch element if upstream doesn't know the duration or has
6330         -1 as stop position in NEWSEGMENT events for other reasons. Before
6331         simply nothing was played as the segment was going from 0 to 0.
6332
6333         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
6334         so applications can update their cached duration. Fixes bug #503308.
6335
6336         Some random cleanup and memory leak closing.
6337
6338 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6339
6340         * ext/musepack/gstmusepackdec.h:
6341         * ext/musepack/gstmusepackreader.c:
6342         First include the libmpcdec headers before everything else as they
6343         #define TRUE and FALSE unconditionally and we otherwise get conflicts
6344         with the ones that GLib defines.
6345
6346 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6347
6348         * configure.ac:
6349         * ext/soundtouch/gstpitch.cc:
6350         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
6351         the header definined PACKAGE and other variables for which we need
6352         our own values from config.h.
6353
6354 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6355
6356         * configure.ac:
6357           Check for libglade-2.0, for the metadata-editor example.
6358
6359         * tests/icles/Makefile.am:
6360           Only try to build the metadata-editor example if we have gtk and
6361           glade (otherwise the build would just fail ...); fix build in
6362           uninstalled setup.
6363
6364         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
6365           Fix compiler warnings (use GLib macros to cast pointer <-> int).
6366
6367 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
6368
6369         * ext/metadata/TODO:
6370         * ext/metadata/gstbasemetadata.c:
6371         * ext/metadata/metadata.c:
6372         * ext/metadata/metadata.h:
6373         * ext/metadata/metadataexif.c:
6374         * ext/metadata/metadataexif.h:
6375         * ext/metadata/metadataiptc.c:
6376         * ext/metadata/metadataiptc.h:
6377         * ext/metadata/metadataparsejpeg.c:
6378         * ext/metadata/metadataparsejpeg.h:
6379         * ext/metadata/metadataparsepng.c:
6380         * ext/metadata/metadataparsepng.h:
6381         * ext/metadata/metadataparseutil.c:
6382         * ext/metadata/metadataparseutil.h:
6383         * ext/metadata/metadatatags.c:
6384         * ext/metadata/metadatatags.h:
6385         * ext/metadata/metadatatypes.c:
6386         * ext/metadata/metadatatypes.h:
6387         * ext/metadata/metadataxmp.c:
6388         * ext/metadata/metadataxmp.h:
6389         * ext/metadata/test/Makefile:
6390         * ext/metadata/test/MetadataEditorMain.glade:
6391         * ext/metadata/test/metadata_editor.c:
6392         * tests/icles/Makefile.am:
6393         * tests/icles/metadata_editor.c:
6394         * tests/icles/metadata_editor.glade:
6395           Add lot of documentation.
6396
6397 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6398
6399         * sys/dvb/gstdvbsrc.c:
6400         Open frontend in NULL->READY so caps about dvb adapter can be
6401         seen by the app.
6402
6403 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6404
6405         Patch by: Olivier Crete <tester@tester.ca>
6406
6407         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6408         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6409         Also handle lip-sync when the clock-rate is not provided with caps but
6410         with a signal.
6411
6412 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6413
6414         Patch by: Olivier Crete <tester@tester.ca>
6415
6416         * gst/rtpmanager/gstrtpjitterbuffer.c:
6417         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6418         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6419         (rtp_jitter_buffer_insert):
6420         * gst/rtpmanager/rtpjitterbuffer.h:
6421         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6422         a clock-rate can be provided with each buffer instead. Fixes #511686.
6423
6424 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6425
6426         Patch by: Olivier Crete <tester@tester.ca>
6427
6428         * gst/rtpmanager/gstrtpjitterbuffer.c:
6429         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6430         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6431         Remove old unused variable.
6432         Track pt on input buffers and get the clock-rate when it changes.
6433         Ignore packets with unknown clock-rate. Fixes #511146.
6434
6435 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6436
6437         * sys/dvb/gstdvbsrc.c:
6438         Post bus message about adapter type and it's capabilities,
6439         when opening the frontend.
6440         After failing to read from the dvr, post a bus message to
6441         inform the app.
6442
6443 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6444
6445         * gst/mpegtsparse/mpegtspacketizer.c:
6446         The logic for the guard interval calculation was totally wrong.
6447         Fixed.
6448
6449 2008-01-24  David Schleef  <ds@schleef.org>
6450
6451         Patch by: Olivier Crete <tester@tester.ca>
6452
6453         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6454           wrong function.  Fixes #511920
6455
6456 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6457
6458         * docs/plugins/Makefile.am:
6459         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6460         * docs/plugins/gst-plugins-bad-plugins.args:
6461         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6462         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6463         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6464         * docs/plugins/gst-plugins-bad-plugins.signals:
6465           Now we have full hierarchy.
6466
6467         * docs/plugins/inspect/plugin-metadata.xml:
6468           Regenerate.
6469
6470         * ext/amrwb/gstamrwbdec.h:
6471           Add doc blob for object instance.
6472
6473 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6474
6475         * docs/plugins/gst-plugins-bad-plugins.args:
6476         * docs/plugins/inspect/plugin-metadata.xml:
6477           Update this too, hopefully fixes the docs build (does at least
6478           for me, after make clean in docs/plugins).
6479
6480 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6481
6482         * gst/mpegtsparse/gstmpegdesc.h:
6483         * gst/mpegtsparse/mpegtspacketizer.c:
6484         Fix network name descriptor, the length is actually the
6485         descriptor length not stored in the byte after.
6486         Fix bounds checking to be more correct.
6487
6488 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6489
6490         * docs/plugins/Makefile.am:
6491         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6492         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6493         * ext/metadata/TODO:
6494         * ext/metadata/gstbasemetadata.c:
6495         * ext/metadata/gstbasemetadata.h:
6496         * ext/metadata/gstmetadatademux.c:
6497         * ext/metadata/gstmetadatademux.h:
6498         * ext/metadata/gstmetadatamux.c:
6499         * ext/metadata/gstmetadatamux.h:
6500         * ext/metadata/metadatatags.c:
6501           Add some documentation.
6502
6503 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6504
6505         * configure.ac:
6506         * ext/dts/gstdtsdec.c:
6507         Add support for building against libdca (with the libdts compat
6508         header). Fixes bug #511530.
6509
6510         Should probably be ported to libdca as some points as it's the
6511         successor of libdts.
6512
6513 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6514
6515         * sys/dvb/gstdvbsrc.c:
6516         Do not go on forever if problem with reading from dvr, rather
6517         return NULL.
6518         Handle some cleanup issues of closing filedescriptors when
6519         failing to tune or similar.
6520
6521 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6522
6523         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6524         * gst-plugins-bad.spec: update for latest changes
6525
6526 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6527
6528         * docs/plugins/Makefile.am:
6529         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6530         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6531         * gst/xingheader/gstxingmux.c:
6532         * gst/xingheader/gstxingmux.h:
6533         Add documentation for the xingheader plugin.
6534
6535         * tests/check/elements/xingmux.c: (GST_START_TEST):
6536         Set element state to PLAYING before doing something else.
6537
6538 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6539
6540         * tests/check/Makefile.am:
6541         * tests/check/elements/.cvsignore:
6542         * tests/check/elements/xingmux.c: (setup_xingmux),
6543         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6544         * tests/check/elements/xingmux_testdata.h:
6545         Add simple unit test for the xingmux element.
6546
6547         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6548         (gst_xing_mux_finalize), (xing_reset):
6549         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6550
6551 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6552
6553         * gst/mpegtsparse/gstmpegdesc.h:
6554         * gst/mpegtsparse/mpegtspacketizer.c:
6555         Parsed the satellite delivery system descriptor and
6556         added into nit's transport structure for delivery
6557         over the bus.
6558
6559 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6560
6561         * gst/mpegtsparse/mpegtspacketizer.c:
6562         Parsed and added network name to the nit structure sent
6563         in the bus message.
6564
6565 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6566
6567         * gst/mpegtsparse/mpegtspacketizer.c:
6568         Remove leaks introduced by not freeing g_strndup'd strings.
6569         Fix start_time and duration parsing in EIT.
6570
6571 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6572
6573         * gst/mpegtsparse/mpegtspacketizer.c:
6574         Add event name and description to the eit structure
6575         sent in the bus message.
6576
6577 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6578
6579         * gst/mpegtsparse/mpegtsparse.c:
6580         Revert const removal from previous commit.
6581
6582 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6583
6584         * gst/mpegtsparse/Makefile.am:
6585         * gst/mpegtsparse/gstmpegdesc.c:
6586         * gst/mpegtsparse/gstmpegdesc.h:
6587         * gst/mpegtsparse/mpegtspacketizer.c:
6588         * gst/mpegtsparse/mpegtsparse.c:
6589         Added descriptor searching infrastructure from Fluendo TS demuxer.
6590         Add channel name and provider to the sdt structure sent in the
6591         bus message.
6592
6593 2008-01-22  Julien Moutte  <julien@fluendo.com>
6594
6595         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6596         Parse NAL units in forward mode to mark delta units flags.
6597
6598 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6599
6600         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6601         * docs/plugins/gst-plugins-bad-plugins.args:
6602         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6603         * docs/plugins/inspect/plugin-musepack.xml:
6604           Regenerate.
6605   
6606         * docs/plugins/inspect/plugin-tremor.xml:
6607           Add vorbisidec aka trmor.
6608
6609         * ext/dc1394/gstdc1394.c:
6610           Add short description.
6611
6612 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6613
6614         * docs/plugins/Makefile.am:
6615           Add missing eol \
6616
6617         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6618           Place object names to standard sectionas plugin dont document those.
6619
6620         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6621         * docs/plugins/gst-plugins-bad-plugins.args:
6622         * docs/plugins/gst-plugins-bad-plugins.signals:
6623         * docs/plugins/inspect/plugin-dvb.xml:
6624         * docs/plugins/inspect/plugin-nuvdemux.xml:
6625           regenerate.
6626           
6627         * ext/ivorbis/vorbisdec.c:
6628         * ext/ivorbis/vorbisdec.h:
6629           Mark private vars and add short desc.
6630
6631         * ext/mythtv/gstmythtvsrc.c:
6632         * ext/theora/theoradec.c:
6633           Add short desc.
6634
6635 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6636
6637         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6638         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6639         * gst/nuvdemux/gstnuvdemux.c:
6640           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
6641           it actually is.
6642
6643 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6644
6645         * docs/plugins/Makefile.am:
6646         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6647         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6648           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
6649           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
6650
6651         * docs/plugins/inspect/plugin-gstinterlace.xml:
6652         * docs/plugins/inspect/plugin-rawparse.xml
6653         * docs/plugins/inspect/plugin-videoparse.xml:
6654           Replace videoparse with rawparse.
6655
6656         * gst/dvdspu/gstdvdspu.h:
6657           Help gtk-doc to recognize the object struct.
6658
6659 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6660
6661         * gst/librfb/rfbdecoder.c:
6662         * gst/librfb/rfbdecoder.h:
6663           Don't use gtk-doc comment style for non gtk-doc comments.
6664           Make one static function static.
6665
6666 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
6667
6668         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
6669
6670         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
6671         (gst_deinterlace_init), (gst_deinterlace_set_caps),
6672         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
6673         (gst_deinterlace_get_property):
6674         * gst/deinterlace/gstdeinterlace.h:
6675         Provide 4:2:2 support
6676         Also deinterlace chroma planes
6677         Allow to turn on/off deinterlacing
6678         Change of default thresholds, in order to provide acceptable results
6679         with default params. Fixes #511001.
6680
6681 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6682
6683         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6684           Update docs file too.
6685
6686 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6687
6688         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
6689         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
6690           (subpic_sink_factory), (gst_dvd_spu_base_init),
6691           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
6692           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
6693           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
6694           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
6695           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
6696           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
6697           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
6698           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
6699           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
6700           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
6701           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
6702           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
6703           (gst_dvd_spu_plugin_init):
6704         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
6705           Fix up dvdspu element again after previous namespace mangling:
6706           rename debug category variable to old name, matching that in
6707           dvdspu-render.c, to avoid undefined symbol error when loading
6708           the module; same for the _render function in dvdspu-render.c:
6709           we must use the same name in both .c files; change functions
6710           now called gstgst_* back to gst_* again; and while we're at it,
6711           we may as well canonicalise the namespace properly, namely to
6712           gst_dvd_spu_*.
6713
6714 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6715
6716         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6717         * ext/theora/theoradec.c:
6718         * ext/theora/theoradec.h:
6719           Coherent namespace usage and adding symbold from unused to sections.
6720
6721 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6722
6723         * docs/plugins/Makefile.am:
6724         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6725           Add symbols from -unused.txt to the right place.
6726
6727         * gst/dvdspu/gstdvdspu.c:
6728         * gst/dvdspu/gstdvdspu.h:
6729           Coherent namespace usage.
6730
6731         * gst/spectrum/gstspectrum.c:
6732           Fix broken XML fragment in doc snippet even more.
6733
6734 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6735
6736         * docs/plugins/Makefile.am:
6737           Update include list.
6738
6739         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6740           Update xml includes.
6741
6742         * docs/plugins/inspect/plugin-alsaspdif.xml:
6743         * docs/plugins/inspect/plugin-amrwb.xml:
6744         * docs/plugins/inspect/plugin-bayer.xml:
6745         * docs/plugins/inspect/plugin-bz2.xml:
6746         * docs/plugins/inspect/plugin-cdxaparse.xml:
6747         * docs/plugins/inspect/plugin-dtsdec.xml:
6748         * docs/plugins/inspect/plugin-dvbsrc.xml:
6749         * docs/plugins/inspect/plugin-dvdspu.xml:
6750         * docs/plugins/inspect/plugin-equalizer.xml:
6751         * docs/plugins/inspect/plugin-faac.xml:
6752         * docs/plugins/inspect/plugin-faad.xml:
6753         * docs/plugins/inspect/plugin-fbdevsink.xml:
6754         * docs/plugins/inspect/plugin-festival.xml:
6755         * docs/plugins/inspect/plugin-filter.xml:
6756         * docs/plugins/inspect/plugin-flvdemux.xml:
6757         * docs/plugins/inspect/plugin-freeze.xml:
6758         * docs/plugins/inspect/plugin-gsm.xml:
6759         * docs/plugins/inspect/plugin-gstinterlace.xml:
6760         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
6761         * docs/plugins/inspect/plugin-h264parse.xml:
6762         * docs/plugins/inspect/plugin-interleave.xml:
6763         * docs/plugins/inspect/plugin-ladspa.xml:
6764         * docs/plugins/inspect/plugin-metadata.xml:
6765         * docs/plugins/inspect/plugin-modplug.xml:
6766         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
6767         * docs/plugins/inspect/plugin-mpegtsparse.xml:
6768         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6769         * docs/plugins/inspect/plugin-musicbrainz.xml:
6770         * docs/plugins/inspect/plugin-mve.xml:
6771         * docs/plugins/inspect/plugin-nsfdec.xml:
6772         * docs/plugins/inspect/plugin-nuvdemux.xml:
6773         * docs/plugins/inspect/plugin-qtdemux.xml:
6774         * docs/plugins/inspect/plugin-quicktime.xml:
6775         * docs/plugins/inspect/plugin-real.xml:
6776         * docs/plugins/inspect/plugin-replaygain.xml:
6777         * docs/plugins/inspect/plugin-sdl.xml:
6778         * docs/plugins/inspect/plugin-sdp.xml:
6779         * docs/plugins/inspect/plugin-spectrum.xml:
6780         * docs/plugins/inspect/plugin-speed.xml:
6781         * docs/plugins/inspect/plugin-speexresample.xml:
6782         * docs/plugins/inspect/plugin-stereo.xml:
6783         * docs/plugins/inspect/plugin-switch.xml:
6784         * docs/plugins/inspect/plugin-timidity.xml:
6785         * docs/plugins/inspect/plugin-tta.xml:
6786         * docs/plugins/inspect/plugin-videocrop.xml:
6787         * docs/plugins/inspect/plugin-videoparse.xml:
6788         * docs/plugins/inspect/plugin-videosignal.xml:
6789         * docs/plugins/inspect/plugin-vmnc.xml:
6790         * docs/plugins/inspect/plugin-wildmidi.xml:
6791         * docs/plugins/inspect/plugin-x264.xml:
6792         * docs/plugins/inspect/plugin-xingheader.xml:
6793         * docs/plugins/inspect/plugin-xvid.xml:
6794         * docs/plugins/inspect/plugin-y4menc.xml:
6795           Regenerate files.
6796
6797         * gst/spectrum/gstspectrum.c:
6798           Fix broken XML fragment in doc snippet.
6799
6800         * tests/check/elements/.cvsignore:
6801           Add test binary to ignores.
6802
6803 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6804
6805         * gst/h264parse/gsth264parse.c:
6806           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
6807
6808 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
6809
6810         Patch by: Wouter Cloetens <wouter at mind dot be>
6811
6812         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6813         Report the size of the stream as the total size instead of
6814         the remaining Content-Length, which is wrong after a seek.
6815
6816 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6817
6818         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
6819         (gst_raw_parse_loop):
6820         Handle framesizes > 4096 with multiple frames per buffer correctly
6821         in pull mode and handle short reads better.
6822         Also put offset and offset_end on outgoing buffers.
6823
6824 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6825
6826         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
6827         Improve handling of unknown or too small upstream sizes in
6828         pull mode.
6829
6830 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6831
6832         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
6833         (gst_raw_parse_handle_seek_push):
6834         Improve debugging a bit and for handling multiple frames per buffer
6835         in pull mode choose the next smallest multiply of framesize below
6836         4096 instead of always handling 1024 frames.
6837
6838 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6839
6840         Patch by: Wouter Cloetens <wouter at mind dot be>
6841
6842         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6843         Correctly set duration on the GstBaseSrc segment when we know it
6844         to fix failing the duration query.
6845
6846 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6847
6848         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
6849         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
6850         Set timestamps more correctly.
6851
6852 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6853
6854         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
6855         (gst_raw_parse_init), (gst_raw_parse_reset),
6856         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
6857         (gst_raw_parse_chain), (gst_raw_parse_loop),
6858         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
6859         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
6860         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
6861         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
6862         * gst/rawparse/gstrawparse.h:
6863         Implement pull mode.
6864
6865 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6866
6867         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6868         Fix memory leak spotted by the unit test.
6869
6870 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6871
6872         * tests/check/Makefile.am:
6873         Enable spectrum test again.
6874
6875         * tests/check/gst-plugins-bad.supp:
6876         Add suppressions for a singleton in GIO that can't be freed.
6877
6878 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6879
6880         * tests/check/Makefile.am:
6881         * tests/check/elements/.cvsignore:
6882         * tests/check/elements/equalizer.c: (setup_equalizer),
6883         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
6884         Add some minimal tests for the equalizer plugin.
6885
6886 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6887
6888         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
6889         Unparent all bands from the equalizer when finalizing to stop
6890         leaking them.
6891
6892 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6893
6894         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
6895         Add support for WebDAV.
6896
6897 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6898
6899         Patch by: Wouter Cloetens <wouter at mind dot be>
6900
6901         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6902         (gst_souphttp_src_init), (gst_souphttp_src_create),
6903         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6904         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
6905         * ext/soup/gstsouphttpsrc.h:
6906         Add support for seeking to souphttpsrc. Fixes bug #502335.
6907
6908 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6909
6910         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
6911         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6912         (gst_h264_parse_find_start_reverse),
6913         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
6914         * gst/h264parse/gsth264parse.h:
6915         Improve debugging.
6916         Fix buffer splitting at sync codes and leftover buffer after
6917         scanning.
6918
6919 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
6920
6921         * ext/metadata/TODO:
6922         * ext/metadata/metadataexif.c:
6923         * ext/metadata/metadataxmp.c:
6924           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
6925
6926 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
6927
6928         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
6929         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
6930         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
6931         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
6932         (gst_h264_parse_init), (gst_h264_parse_set_property),
6933         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
6934         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
6935         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6936         (gst_h264_parse_find_start_reverse),
6937         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
6938         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
6939         * gst/h264parse/gsth264parse.h:
6940         Add reverse playback support for containers that don't know how to
6941         properly send data between I-frames.
6942
6943 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
6944
6945         * configure.ac:
6946         * tests/check/pipelines/gio.c: (GST_START_TEST):
6947         Update for API changes in GIO and require GIO 2.15.2 for this.
6948
6949 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6950
6951         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6952         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
6953         of 0xfe.
6954
6955 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6956
6957         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6958         Remove accidentially leftover debug printf.
6959
6960 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6961
6962         * gst/xingheader/gstxingmux.c: (has_xing_header),
6963         (generate_xing_header), (gst_xing_mux_chain),
6964         (gst_xing_mux_sink_event):
6965         Choose smallest possible frame size for the Xing header, properly
6966         set the timestamp, duration and offset on the outgoing buffers,
6967         only send NEWSEGMENT events in BYTE format downstream and also
6968         drop VBRI headers if already existing.
6969
6970 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
6971
6972         * gst/xingheader/Makefile.am:
6973         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
6974         (has_xing_header), (generate_xing_header),
6975         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
6976         (gst_xing_mux_init), (gst_xing_mux_chain),
6977         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
6978         * gst/xingheader/gstxingmux.h:
6979         Major cleanup and rewrite of xingmux with less bugs and new features:
6980         - Handles other layers as 3
6981         - Write TOC
6982
6983 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6984
6985         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
6986           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
6987           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
6988           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
6989           (test_buffer_square_int16_stereo):
6990         * tests/check/elements/rglimiter.c: (create_test_buffer):
6991         * tests/check/elements/rgvolume.c: (test_buffer_new):
6992           It's "endianness", not "endianess". Fixes unit tests.
6993
6994 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6995
6996         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6997         If we find the caps in the cache, use it to parse the clock-rate instead
6998         of returning an error. Fixes a TODO as found by Youness Alaoui.
6999
7000 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7001
7002         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
7003
7004         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7005         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
7006         (rtp_session_set_process_rtp_callback),
7007         (rtp_session_set_send_rtp_callback),
7008         (rtp_session_set_send_rtcp_callback),
7009         (rtp_session_set_sync_rtcp_callback),
7010         (rtp_session_set_clock_rate_callback),
7011         (rtp_session_set_reconsider_callback), (source_push_rtp),
7012         (source_clock_rate), (rtp_session_process_bye),
7013         (rtp_session_process_rtcp), (rtp_session_send_bye),
7014         (rtp_session_on_timeout):
7015         * gst/rtpmanager/rtpsession.h:
7016         Make it possible to use different user_data for each of the callbacks.
7017         Fixes #508587.
7018
7019 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7020
7021         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
7022         Small meaningless cleanup.
7023
7024         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
7025         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
7026         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
7027         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
7028         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
7029         * gst/mpegvideoparse/mpegvideoparse.h:
7030         Track segment events.
7031         Do the first part of reverse playback by sending data between two
7032         I-frames to the decoder.
7033
7034 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7035
7036         * gst/rtpmanager/gstrtpbin.c:
7037         Fix documentation for latest patch
7038
7039 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7040
7041         * gst/rtpmanager/gstrtpbin.c:
7042         Allow request_new_pad with name NULL (bug #508515)
7043
7044 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
7045
7046         * autogen.sh:
7047           Add -Wno-portability to the automake parameters to stop warnings
7048           about GNU make extensions being used. We require GNU make in almost
7049           every Makefile anyway.
7050           
7051         * configure.ac:
7052           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
7053           at the same time is required for per target flags.
7054
7055 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
7056
7057         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
7058         Don't set fixed caps, we can basically do everything the upsteam peer
7059         pad can renegotiate to. Fixes #507940.
7060
7061 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
7062
7063         * Makefile.am:
7064           Include lcov.mak to allow building coverage reports. Add top-level
7065           check targets similar to other gst packages.
7066
7067 2008-01-06  David Schleef  <ds@schleef.org>
7068
7069         * ext/directfb/Makefile.am:
7070           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
7071         * ext/directfb/dfbvideosink.c:
7072           Getting tired of directfb's chatter.  Quiet it.
7073
7074 2008-01-06  David Schleef  <ds@schleef.org>
7075
7076         Patch by: Sean D'Epagnier <sean@depagnier.com>
7077
7078         * configure.ac:
7079         * sys/Makefile.am:
7080         * sys/fbdev/Makefile.am:
7081         * sys/fbdev/gstfbdevsink.c:
7082         * sys/fbdev/gstfbdevsink.h:
7083           Add fbdev-based video sink.  Linux-only.  See bug #506549.
7084
7085 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
7086
7087         * configure.ac:
7088         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7089         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
7090         Update to GMemoryInputStream API changes in GLib SVN and require
7091         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
7092         We can also report the duration for every GSeekable, not only
7093         GFileInputStream and GMemoryInputStream.
7094
7095 2008-01-05  David Schleef  <ds@schleef.org>
7096
7097         * sys/glsink/glimagesink.c:
7098         * sys/glsink/glimagesink.h:
7099         * sys/glsink/gstglbuffer.h:
7100         * sys/glsink/gstgldisplay.c:
7101         * sys/glsink/gstgldisplay.h:
7102         * sys/glsink/gstglupload.c:
7103           Handle xoverlay exposes correctly.  This means glimagesink works
7104           correctly most of the time in totem (fullscreening being an
7105           execption).  Doesn't handle expose events directly to the GL
7106           window.
7107
7108 2008-01-05  David Schleef  <ds@schleef.org>
7109
7110         * sys/glsink/glextensions.c:
7111         * sys/glsink/glextensions.h:
7112         * sys/glsink/glimagesink.c:
7113         * sys/glsink/glimagesink.h:
7114         * sys/glsink/gstgldisplay.c:
7115         * sys/glsink/gstgldisplay.h:
7116         * sys/glsink/gstopengl.c:
7117           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
7118           vblank synchronization.  Remove unused code.
7119
7120 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
7121
7122         * gst/rtpmanager/gstrtpjitterbuffer.c:
7123         (gst_rtp_jitter_buffer_loop):
7124         Don't unref the popped buffer when we don't have ownership.
7125         Fixes #507020.
7126
7127 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7128
7129         * gst/mpegtsparse/Makefile.am:
7130         * gst/mpegtsparse/flutspatinfo.c:
7131         * gst/mpegtsparse/flutspatinfo.h:
7132         * gst/mpegtsparse/flutspmtinfo.c:
7133         * gst/mpegtsparse/flutspmtinfo.h:
7134         * gst/mpegtsparse/flutspmtstreaminfo.c:
7135         * gst/mpegtsparse/flutspmtstreaminfo.h:
7136         Remove no longer needed files.
7137
7138 2008-01-02  David Schleef  <ds@schleef.org>
7139
7140         * tests/check/Makefile.am:
7141           Disable vcdsrc in states test because it takes too much time
7142           to get to PLAYING if it can find a device.
7143
7144 2007-12-31  David Schleef  <ds@schleef.org>
7145
7146         * ext/musicbrainz/gsttrm.c:
7147           Don't emit signiture when going to READY, because it might
7148           not be ready.
7149         * ext/nas/nassink.c:
7150           Remove useless call that sleeps for 5 seconds.  Yup, it calls
7151           sleep(1) 5 times.  Go NAS.
7152         * gst/librfb/gstrfbsrc.c:
7153         * gst/librfb/rfbdecoder.c:
7154           Initialize our debug categories properly.
7155         * gst/rawparse/gstrawparse.c:
7156           Don't register element details for a non-element.  Be much more
7157           rude when subclass doesn't set a pad template (assert!).  Don't
7158           unref the pad template; we don't own it.
7159         * gst/videosignal/gstvideoanalyse.c:
7160           Initialize debug category.
7161         * tests/check/Makefile.am:
7162           Ignore nassink element in tests because it has unavoidable
7163           long timeouts.
7164
7165 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7166
7167         * gst/rtpmanager/gstrtpssrcdemux.c:
7168         (gst_rtp_ssrc_demux_change_state):
7169         Don't clean up pads when going to PAUSED.
7170
7171 2007-12-30  David Schleef  <ds@schleef.org>
7172
7173         * configure.ac:
7174         * sys/glsink/Makefile.am:
7175           Switch to using pkgconfig to detect libGL.  Since we use
7176           recent features added to Mesa, there's no point in adding
7177           a check for pre-pkgconfig versions.
7178
7179 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7180
7181         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
7182         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
7183         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
7184         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
7185         Fix 'xyz may be used uninitialized' compiler warnings caused
7186         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7187         abort() in any case but properly report the error.
7188
7189 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7190
7191         * configure.ac:
7192         * ext/gio/gstgio.c:
7193         * ext/gio/gstgio.h:
7194         * ext/gio/gstgiobasesink.h:
7195         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7196         * ext/gio/gstgiobasesrc.h:
7197         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
7198         * ext/gio/gstgiosink.h:
7199         * ext/gio/gstgiosrc.h:
7200         * ext/gio/gstgiostreamsink.h:
7201         * ext/gio/gstgiostreamsrc.h:
7202         * tests/check/pipelines/gio.c:
7203         Update to latest API changes in GLib/GIO and require at least
7204         gio-2.0 2.15.0 for this.
7205         
7206         * ext/gio/Makefile.am:
7207         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
7208
7209 2007-12-28  David Schleef  <ds@schleef.org>
7210
7211         * configure.ac:
7212         * sys/glsink/glextensions.c:
7213         * sys/glsink/glextensions.h:
7214         * sys/glsink/glimagesink.c:
7215         * sys/glsink/glimagesink.h:
7216         * sys/glsink/gstglbuffer.c:
7217         * sys/glsink/gstglbuffer.h:
7218         * sys/glsink/gstglconvert.c:
7219         * sys/glsink/gstgldisplay.c:
7220         * sys/glsink/gstgldisplay.h:
7221         * sys/glsink/gstgldownload.c:
7222         * sys/glsink/gstglfilter.c:
7223         * sys/glsink/gstglfilter.h:
7224         * sys/glsink/gstglfilterexample.c:
7225         * sys/glsink/gstgltestsrc.c:
7226         * sys/glsink/gstglupload.c:
7227           Major cleanup of code.  Convert glupload to BaseTransform.
7228           Handle caps negotiation mostly correctly.  Reenable in build.
7229
7230 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
7231
7232         * ext/soup/Makefile.am:
7233         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
7234           (gst_souphttp_src_unicodify), (soup_got_headers):
7235           Use gst_tag_freeform_string_to_utf8() and post radio station
7236           info as tags on the bus.
7237
7238 2007-12-26  David Schleef  <ds@schleef.org>
7239
7240         * sys/glsink/glimagesink.c:
7241         * sys/glsink/gstglupload.c:
7242           Change glimagesink over to using GL buffers.  This breaks
7243           glimagesink for normal operation, but should be fixed soon.
7244
7245 2007-12-26  David Schleef  <ds@schleef.org>
7246
7247         * sys/glsink/gltestsrc.c:
7248         * sys/glsink/gstglbuffer.c:
7249         * sys/glsink/gstglbuffer.h:
7250         * sys/glsink/gstgldownload.c:
7251         * sys/glsink/gstglfilter.c:
7252         * sys/glsink/gstglfilterexample.c:
7253         * sys/glsink/gstgltestsrc.c:
7254         * sys/glsink/gstglupload.c:
7255           Convert gldownload to BaseTransform.  Make glfilterexample
7256           visually interesting.  Add support for various formats to
7257           downloading.  Fix a few places where we leak GL state to
7258           other elements (bad, but hard to prevent).
7259
7260 2007-12-26  David Schleef  <ds@schleef.org>
7261
7262         * sys/glsink/BUGS:
7263         * sys/glsink/Makefile.am:
7264         * sys/glsink/gstglbuffer.c:
7265         * sys/glsink/gstglbuffer.h:
7266         * sys/glsink/gstglconvert.c:
7267         * sys/glsink/gstgldisplay.c:
7268         * sys/glsink/gstglfilter.c:
7269         * sys/glsink/gstglfilter.h:
7270         * sys/glsink/gstglfilterexample.c:
7271         * sys/glsink/gstgltestsrc.c:
7272         * sys/glsink/gstglupload.c:
7273         * sys/glsink/gstopengl.c:
7274           Remove code that handles non-texture buffers.  Add a
7275           GstGLBufferFormat type that corresponds to how to use the
7276           texture, not the original video format.  Convert gstflfilter.c
7277           into a base class, add glfilterexample and glconvert elements.
7278         * sys/glsink/color_matrix.c:
7279           Minor ramblings about color conversion matrices.
7280
7281 2007-12-24  David Schleef  <ds@schleef.org>
7282
7283         * sys/glsink/Makefile.am:
7284         * sys/glsink/gltestsrc.c:
7285         * sys/glsink/gltestsrc.h:
7286         * sys/glsink/gstgldisplay.c:
7287         * sys/glsink/gstgldownload.c:
7288         * sys/glsink/gstglfilter.c:
7289         * sys/glsink/gstgltestsrc.c:
7290         * sys/glsink/gstgltestsrc.h:
7291         * sys/glsink/gstglupload.c:
7292         * sys/glsink/gstopengl.c:
7293           Add gltestsrc element, a duplicate of videotestsrc that uses
7294           GL rendering to create images.  More cleanup.
7295
7296 2007-12-24  David Schleef  <ds@schleef.org>
7297
7298         * sys/glsink/gstglbuffer.c:
7299         * sys/glsink/gstgldownload.c:
7300         * sys/glsink/gstglfilter.c:
7301           Clean up code.  Fix a few leaks.
7302
7303 2007-12-24  David Schleef  <ds@schleef.org>
7304
7305         * sys/glsink/Makefile.am:
7306         * sys/glsink/glimagesink.h:
7307         * sys/glsink/glvideo.c:
7308         * sys/glsink/glvideo.h:
7309         * sys/glsink/gstglbuffer.c:
7310         * sys/glsink/gstglbuffer.h:
7311         * sys/glsink/gstgldisplay.c:
7312         * sys/glsink/gstgldisplay.h:
7313           Rename glvideo.[ch] to gstgldisplay.[ch].
7314
7315 2007-12-24  David Schleef  <ds@schleef.org>
7316
7317         * sys/glsink/glimagesink.c:
7318         * sys/glsink/glimagesink.h:
7319         * sys/glsink/glvideo.c:
7320         * sys/glsink/glvideo.h:
7321         * sys/glsink/gstglbuffer.c:
7322         * sys/glsink/gstglbuffer.h:
7323         * sys/glsink/gstgldownload.c:
7324         * sys/glsink/gstglfilter.c:
7325         * sys/glsink/gstglupload.c:
7326           Rewrite a bunch of code to use textures as the intermediate
7327           instead of renderbuffers.  upload, download, filtering all
7328           work.
7329
7330 2007-12-23  David Schleef  <ds@schleef.org>
7331
7332         * gst/videoparse/Makefile.am:
7333         * gst/videoparse/README:
7334         * gst/videoparse/gstvideoparse.c:
7335           Remove videoparse element, because it was moved to gst/rawparse/
7336
7337 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7338
7339         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
7340         Always seek on frame boundaries, will produce nothing useful
7341         otherwise.
7342
7343 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7344
7345         * configure.ac:
7346         * gst/rawparse/Makefile.am:
7347         * gst/rawparse/README:
7348         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
7349         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
7350         (gst_audio_parse_class_init), (gst_audio_parse_init),
7351         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
7352         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
7353         * gst/rawparse/gstaudioparse.h:
7354         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
7355         (gst_raw_parse_class_init), (gst_raw_parse_init),
7356         (gst_raw_parse_dispose),
7357         (gst_raw_parse_class_set_src_pad_template),
7358         (gst_raw_parse_class_set_multiple_frames_per_buffer),
7359         (gst_raw_parse_reset), (gst_raw_parse_chain),
7360         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
7361         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
7362         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
7363         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
7364         (gst_raw_parse_is_negotiated):
7365         * gst/rawparse/gstrawparse.h:
7366         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
7367         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
7368         (gst_video_parse_class_init), (gst_video_parse_init),
7369         (gst_video_parse_set_property), (gst_video_parse_get_property),
7370         (gst_video_parse_format_to_fourcc),
7371         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
7372         * gst/rawparse/gstvideoparse.h:
7373         * gst/rawparse/plugin.c: (plugin_init):
7374         Add new plugin rawparse that contains a base class for raw data
7375         parsers and the two elements audioparse and videoparse that can
7376         be used to parse raw audio and video. These are inspired by the
7377         old videoparse element which the new rawparse plugin deprecates.
7378
7379 2007-12-21  David Schleef  <ds@schleef.org>
7380
7381         * sys/glsink/glextensions.c:
7382         * sys/glsink/glextensions.h:
7383         * sys/glsink/glvideo.c:
7384         * sys/glsink/glvideo.h:
7385         * sys/glsink/gstglbuffer.c:
7386         * sys/glsink/gstgldownload.c:
7387         * sys/glsink/gstglupload.c:
7388           A careful read of the documentation reveals that I can't use
7389           renderbuffers as textures.  Duh.  Checkpoint because I'm about
7390           to rewrite a bunch of code.
7391
7392 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
7393
7394         * ext/metadata/TODO:
7395         * ext/metadata/gstbasemetadata.c:
7396         * ext/metadata/gstbasemetadata.h:
7397         * ext/metadata/metadata.h:
7398         * ext/metadata/metadataiptc.c:
7399         * ext/metadata/metadatamuxjpeg.c:
7400         * ext/metadata/metadataparsejpeg.c:
7401         * ext/metadata/metadataparseutil.c:
7402           Some IPTC tags mapped.
7403
7404 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
7405
7406         * ext/metadata/Makefile.am:
7407         * ext/metadata/TODO:
7408         * ext/metadata/gstbasemetadata.c:
7409         * ext/metadata/gstbasemetadata.h:
7410         * ext/metadata/gstmetadatacommon.c:
7411         * ext/metadata/gstmetadatacommon.h:
7412         * ext/metadata/metadata.c:
7413         * ext/metadata/metadata.h:
7414           Removed gstmetadatacommon.
7415
7416 2007-12-20  David Schleef  <ds@schleef.org>
7417
7418         * sys/glsink/Makefile.am:
7419         * sys/glsink/glextensions.c:
7420         * sys/glsink/glextensions.h:
7421         * sys/glsink/glimagesink.c:
7422         * sys/glsink/glimagesink.h:
7423         * sys/glsink/glvideo.c:
7424         * sys/glsink/glvideo.h:
7425         * sys/glsink/gstglbuffer.c:
7426         * sys/glsink/gstglbuffer.h:
7427         * sys/glsink/gstgldownload.c:
7428         * sys/glsink/gstglfilter.c:
7429         * sys/glsink/gstglupload.c:
7430         * sys/glsink/gstopengl.c:
7431           Switch to using framebuffer_objects instead of GLXPixmaps,
7432           because that's what my driver supports.  Remove GLDrawable,
7433           since GstGLDisplay now has a default drawable and context.
7434
7435 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7436
7437         * gst/equalizer/.cvsignore:
7438         * gst/switch/.cvsignore:
7439           Ignore more.
7440
7441 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7442
7443         * ext/metadata/Makefile.am:
7444         * ext/metadata/TODO:
7445         * ext/metadata/gstbasemetadata.c:
7446         * ext/metadata/gstbasemetadata.h:
7447         * ext/metadata/gstmetadatacommon.c:
7448         * ext/metadata/gstmetadatacommon.h:
7449         * ext/metadata/gstmetadatademux.c:
7450         * ext/metadata/gstmetadatademux.h:
7451         * ext/metadata/gstmetadatamux.c:
7452         * ext/metadata/gstmetadatamux.h:
7453         * ext/metadata/metadata.c:
7454         * ext/metadata/metadata.h:
7455         * ext/metadata/metadataexif.c:
7456         * ext/metadata/metadataparsejpeg.c:
7457         * ext/metadata/metadataparsepng.c:
7458         * ext/metadata/metadatatags.c:
7459         * ext/metadata/metadatatags.h:
7460         * ext/metadata/test/metadata_editor.c:
7461           New base class for metadata elements.
7462
7463 2007-12-18  Andy Wingo  <wingo@pobox.com>
7464
7465         * gst/switch/gstswitch-marshal.list:
7466         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7467         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7468         (gst_selector_pad_get_property)
7469         (gst_selector_pad_get_running_time)
7470         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7471         (gst_segment_set_stop, gst_segment_set_start)
7472         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7473         (gst_stream_selector_push_pending_stop)
7474         (gst_stream_selector_switch): Change so that the signals and
7475         properties deal in running time, not buffer time. Document the
7476         signals more. Change uint64 in API to int64, to reflect what's in
7477         GstSegment.
7478
7479 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7480
7481         * Makefile.am:
7482           Include common/win32.mak for CRLF check of win32 project
7483           files (see #393626).
7484
7485         * configure.ac:
7486           Bump requirements to -base CVS for libgstvideo additions in
7487           glimagesink. Disable glimagesink until the missing files get
7488           checked in.
7489
7490 2007-12-17  David Schleef  <ds@schleef.org>
7491
7492         * sys/glsink/Makefile.am:
7493         * sys/glsink/glimagesink.c:
7494         * sys/glsink/glimagesink.h:
7495         * sys/glsink/glvideo.c:
7496         * sys/glsink/glvideo.h:
7497         * sys/glsink/gstopengl.c:
7498         * sys/glsink/gstglupload.c:
7499           Use new GstVideoFormat checked into -base.  Add new glupload
7500           element to upload raw video into a GLXPixbuf.  Untested.  Will
7501           likely crash your motorcycle if you try it.
7502         * sys/glsink/gstvideo-common.c:
7503         * sys/glsink/gstvideo-common.h:
7504           Remove.
7505
7506 2007-12-17  David Schleef  <ds@schleef.org>
7507
7508         * gst/multifile/gstmultifilesrc.c:
7509         * gst/multifile/gstmultifilesrc.h:
7510           When subsequent files are read, if the file doesn't exist, send
7511           an EOS instead of causing an error.
7512
7513 2007-12-17  Andy Wingo  <wingo@pobox.com>
7514
7515         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7516         a buffer is ignored, not NOT_LINKED. No sense in making a source
7517         element error out; at least fdsrc considers NOT_LINKED to be a
7518         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7519
7520         * gst/switch/gstswitch-marshal.list:
7521         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7522         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7523         (gst_stream_selector_block): Make the block() signal return the
7524         last stop time of the active pad. Patch 10/12.
7525
7526         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7527         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7528         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7529         pad property, not an element property.
7530         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7531         duration, not timestamp. Patch 9/12.
7532
7533         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7534         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7535         cond mechanism instead of blocked pads. Patch 8/12.
7536
7537         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7538
7539         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7540         (gst_selector_pad_chain, gst_stream_selector_init)
7541         (gst_stream_selector_dispose): Add infrastructure for new blocking
7542         mechanism that does not use gst_pad_set_blocked, which does not
7543         work on sink pads. Patch 7/12.
7544
7545         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7546         (gst_stream_selector_get_property): Add last-stop-time readable
7547         property. Patch 6/12.
7548
7549         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7550         state variables.
7551
7552         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7553         (gst_selector_pad_chain): Push any pending stop event.
7554         (gst_stream_selector_set_active_pad)
7555         (gst_stream_selector_set_property): Factor out setting the active
7556         pad to a function. Close the segment of the previous active pad if
7557         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7558         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7559
7560         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7561         the block() signal. This implementation will be replaced in future
7562         patches, however. Patch 4/12.
7563
7564         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7565         vmethod prototypes.
7566
7567         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7568         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7569         vmethod definitions. Patch 3/12.
7570
7571         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7572         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7573         `block' and `switch' signals.
7574
7575         * gst/switch/Makefile.am: 
7576         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7577         marshaller for the `switch' signal. Patch 2/12.
7578
7579         * gst/switch/gstswitch.h: 
7580         * gst/switch/gstswitch.c: Replace with files from
7581         gststreamselector.[ch], registered as the "switch" plugin, with
7582         "GstSwitch" types. Patch 1/12.
7583
7584 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7585
7586         * ext/metadata/TODO:
7587         * ext/metadata/gstmetadatademux.c:
7588         * ext/metadata/metadata.c:
7589         * ext/metadata/metadata.h:
7590         * ext/metadata/metadataparsejpeg.c:
7591         * ext/metadata/metadataparsejpeg.h:
7592         * ext/metadata/metadataparsepng.c:
7593         * ext/metadata/metadataparsepng.h:
7594         * ext/metadata/test/MetadataEditorMain.glade:
7595         * ext/metadata/test/metadata_editor.c:
7596           Added "parse-only" property to metadatademux.
7597
7598 2007-12-16  David Schleef  <ds@schleef.org>
7599
7600         * sys/glsink/glimagesink.c:
7601         * sys/glsink/glimagesink.h:
7602         * sys/glsink/glvideo.c:
7603         * sys/glsink/glvideo.h:
7604           Rename GLVideo* to GstGL*.
7605
7606 2007-12-15  David Schleef  <ds@schleef.org>
7607
7608         * sys/glsink/Makefile.am:
7609         * sys/glsink/glextensions.c:
7610         * sys/glsink/glextensions.h:
7611         * sys/glsink/glvideo.c:
7612           Add vblank synchronization.  Isn't really working on my
7613           driver. :(
7614
7615 2007-12-15  David Schleef  <ds@schleef.org>
7616
7617         * sys/glsink/Makefile.am:
7618         * sys/glsink/glimagesink.c:
7619         * sys/glsink/glvideo.c:
7620         * sys/glsink/glvideo.h:
7621         * sys/glsink/gstvideo-common.c:
7622         * sys/glsink/gstvideo-common.h:
7623           Add support for xRGB, xBGR, and AYUV.  Re-add support for
7624           power-of-2 textures.
7625
7626 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7627
7628         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
7629         (gst_video_parse_sink_event):
7630         Free the adapter on dispose and correctly reset on newsegment events.
7631
7632 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7633
7634         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
7635         (gst_video_parse_src_event), (gst_video_parse_src_query):
7636         Improve duration query by first asking upstream and if it can't handle
7637         the query try to get the duration in bytes from upstream and convert.
7638         For seeks, try if upstream handles this already first and do our
7639         conversion to byte format only if it doesn't and if we get a
7640         newsegment event in time format keep it and only do our conversions
7641         if the event has another format.
7642
7643 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7644
7645         * gst/videoparse/gstvideoparse.c:
7646         (gst_video_parse_format_get_type),
7647         (gst_video_parse_endianness_get_type),
7648         (gst_video_parse_class_init), (gst_video_parse_init),
7649         (gst_video_parse_set_property), (gst_video_parse_get_property),
7650         (gst_video_parse_format_to_fourcc),
7651         (gst_video_parse_update_block_size), (gst_video_parse_chain),
7652         (gst_video_parse_sink_event):
7653         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
7654         downstream elements downstream, not upstream.
7655
7656 2007-12-14  David Schleef  <ds@schleef.org>
7657
7658         * sys/glsink/gstvideo-common.c:
7659         * sys/glsink/gstvideo-common.h:
7660           Pull together some common raw video functions into one location.
7661           This should eventually move to -base.
7662         * sys/glsink/Makefile.am:
7663         * sys/glsink/glimagesink.c:
7664         * sys/glsink/glimagesink.h:
7665         * sys/glsink/glvideo.c:
7666         * sys/glsink/glvideo.h:
7667         * sys/glsink/gstopengl.c:
7668           Use the new video-common.h stuff.  Readd support for RGB video.
7669
7670 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
7671
7672         * ext/metadata/Makefile.am:
7673         * ext/metadata/TODO:
7674         * ext/metadata/gstmetadata.c:
7675         * ext/metadata/gstmetadatacommon.c:
7676         * ext/metadata/gstmetadatacommon.h:
7677         * ext/metadata/gstmetadatademux.c:
7678         * ext/metadata/gstmetadatademux.h:
7679         * ext/metadata/gstmetadatamux.c:
7680         * ext/metadata/gstmetadatamux.h:
7681         * ext/metadata/gstmetadataparse.c:
7682         * ext/metadata/gstmetadataparse.h:
7683         * ext/metadata/metadataexif.c:
7684         * ext/metadata/metadatatags.c:
7685         * ext/metadata/test/metadata_editor.c:
7686           Added new module for common functions. Using GST_TYPE_FRACTION for
7687           Exif (S)Rational types.
7688
7689 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7690
7691         * gst/mpegtsparse/mpegtspacketizer.c:
7692         * gst/mpegtsparse/mpegtspacketizer.h:
7693         Hash streams by pid again. Add a linked list inside each
7694         stream with a list of sub_tables. Fix multiple sections
7695         as it was borked with my last commit.
7696
7697 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
7698
7699         * sys/glsink/Makefile.am: add glvideo.h
7700         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
7701         * gst-plugins-bad.spec.in: add latest plugins
7702
7703 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7704
7705         * ext/metadata/TODO:
7706         * ext/metadata/gstmetadatamux.c:
7707         * ext/metadata/gstmetadataparse.c:
7708         * ext/metadata/metadata.c:
7709         * ext/metadata/metadata.h:
7710         * ext/metadata/metadataiptc.c:
7711         * ext/metadata/metadatamuxjpeg.c:
7712         * ext/metadata/metadatamuxjpeg.h:
7713         * ext/metadata/metadatamuxpng.c:
7714         * ext/metadata/metadatamuxpng.h:
7715         * ext/metadata/metadataparsejpeg.c:
7716         * ext/metadata/metadataparsejpeg.h:
7717         * ext/metadata/metadataparsepng.c:
7718         * ext/metadata/metadataparsepng.h:
7719         * ext/metadata/metadataparseutil.c:
7720         * ext/metadata/metadataparseutil.h:
7721         * ext/metadata/metadatatypes.h:
7722         * ext/metadata/metadataxmp.c:
7723           Code documentation.
7724
7725 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7726
7727         * configure.ac:
7728         * ext/metadata/Makefile.am:
7729         * ext/metadata/gstmetadatamux.c:
7730         * ext/metadata/gstmetadataparse.c:
7731         * ext/metadata/metadataexif.c:
7732         * ext/metadata/metadatatags.c:
7733         * ext/metadata/test/Makefile:
7734         * ext/metadata/test/MetadataEditorMain.glade:
7735         * ext/metadata/test/metadata_editor.c:
7736           Added a test application. Added some EXIF tags. Fixed a muxer bug.
7737
7738 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7739
7740         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7741           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
7742           Implement a query type function for the src pad, implement seeking
7743           and use ANY caps for the sink pad as the element doesn't care what
7744           caps the input has and everything is handled via properties.
7745
7746 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7747
7748         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
7749           (gst_video_parse_sink_event):
7750           Handle -1 values for the CONVERT query too.
7751
7752 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7753
7754         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
7755           Add YV12 to the pad templates as it is supported too and allow
7756           -1 as stop position for NEWSEGMENT events.
7757
7758 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7759
7760         * gst/videoparse/Makefile.am:
7761           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
7762
7763         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7764           (gst_video_parse_set_property), (gst_video_parse_get_property):
7765           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
7766           gives a g_critical().
7767
7768 2007-12-12  David Schleef  <ds@schleef.org>
7769
7770         * gst/videoparse/README:
7771         * gst/videoparse/gstvideoparse.c:
7772           Add a bunch of features: handle format specification, handle
7773           queries and conversion.  Works much like a normal parser now.
7774
7775 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7776
7777         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
7778         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
7779         (gst_rtp_pt_demux_change_state):
7780         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
7781         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
7782         (gst_rtp_ssrc_demux_change_state):
7783         Clean up the dynamic pads when going to READY.
7784
7785 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7786
7787         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
7788         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7789         (gst_rtp_bin_handle_message):
7790         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
7791         (rtp_session_send_bye):
7792         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
7793         Fix some leaks.
7794
7795 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
7796
7797         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
7798           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
7799           (gst_dtsdec_chain):
7800         * ext/dts/gstdtsdec.h:
7801           Add support for "audio/x-private1-dts" as used by flupsparse. Most
7802           changes adapted from a52dec.
7803
7804 2007-12-11  David Schleef  <ds@schleef.org>
7805
7806         * sys/glsink/Makefile.am:
7807         * sys/glsink/glimagesink.c:
7808         * sys/glsink/glvideo.c:
7809         * sys/glsink/glvideo.h:
7810           Split out gl-related code into a separate file with a
7811           sensible API.  Major cleanup.  Still crashes occasionally
7812           due to different threads touching bits at the same time.
7813
7814 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7815
7816         Patch by: Wouter Cloetens <wouter at mind dot be>
7817
7818         * ext/soup/gstsouphttpsrc.c: (_do_init),
7819         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
7820         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
7821         (gst_souphttp_src_get_property), (unicodify),
7822         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
7823         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7824         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7825         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
7826         (soup_got_headers), (soup_got_body), (soup_finished),
7827         (soup_got_chunk), (soup_response), (soup_parse_status),
7828         (gst_souphttp_src_uri_get_type),
7829         (gst_souphttp_src_uri_get_protocols),
7830         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
7831         (gst_souphttp_src_uri_handler_init):
7832         * ext/soup/gstsouphttpsrc.h:
7833         Do not try to unpause I/O in the "queued" state.
7834         Reorganise a bunch of things and cleanups.
7835         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
7836         See #502335.
7837
7838 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7839
7840         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
7841         Fix caps memleak.
7842
7843 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7844
7845         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7846           (gst_flv_parse_tag_video):
7847           Don't strdup (and thus leak) codec name strings when passing
7848           them to gst_tag_list_add().
7849
7850 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7851
7852         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
7853         (gst_rtp_bin_handle_message):
7854         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
7855         (on_ssrc_sdes):
7856         Post a message when the SDES infor changes for a source.
7857
7858         * gst/rtpmanager/rtpsession.c:
7859         * gst/rtpmanager/rtpsource.c:
7860         Update some comments.
7861
7862 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7863
7864         Based on patch by: <mutex at runbox dot com>
7865
7866         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
7867         Forward the query upstream, the default element event handler does
7868         something different. Fixes #502879.
7869
7870 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7871
7872         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
7873         (gst_rtp_bin_class_init):
7874         * gst/rtpmanager/gstrtpbin.h:
7875         * gst/rtpmanager/gstrtpclient.c:
7876         * gst/rtpmanager/gstrtpclient.h:
7877         * gst/rtpmanager/gstrtpjitterbuffer.h:
7878         * gst/rtpmanager/gstrtpmanager.c:
7879         * gst/rtpmanager/gstrtpptdemux.c:
7880         * gst/rtpmanager/gstrtpptdemux.h:
7881         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
7882         (gst_rtp_session_class_init), (gst_rtp_session_init):
7883         * gst/rtpmanager/gstrtpsession.h:
7884         * gst/rtpmanager/gstrtpssrcdemux.c:
7885         * gst/rtpmanager/gstrtpssrcdemux.h:
7886         * gst/rtpmanager/rtpjitterbuffer.c:
7887         * gst/rtpmanager/rtpjitterbuffer.h:
7888         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7889         (on_ssrc_sdes), (rtp_session_process_sdes):
7890         * gst/rtpmanager/rtpsession.h:
7891         * gst/rtpmanager/rtpsource.c:
7892         * gst/rtpmanager/rtpsource.h:
7893         * gst/rtpmanager/rtpstats.c:
7894         * gst/rtpmanager/rtpstats.h:
7895         Add signal to notify of an SDES change.
7896         Fix object type in the signal callbacks.
7897
7898 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7899
7900         * gst/rtpmanager/gstrtpbin.c: (create_session),
7901         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
7902         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7903         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
7904         * gst/rtpmanager/gstrtpbin.h:
7905         Expose SDES items as properties and configure the session managers with
7906         them.
7907
7908         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7909         (rtp_source_set_property):
7910         Fix SSRC property.
7911
7912 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7913
7914         * gst/rtpmanager/gstrtpbin.c: (create_session):
7915         * gst/rtpmanager/rtpjitterbuffer.c:
7916         Update comment.
7917
7918         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
7919         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
7920         Define some GObject properties to set SDES and other configuration.
7921
7922         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7923         (rtp_session_init), (rtp_session_finalize),
7924         (rtp_session_set_property), (rtp_session_get_property),
7925         (on_ssrc_sdes), (rtp_session_set_bandwidth),
7926         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
7927         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
7928         (rtp_session_get_sdes_string), (obtain_source),
7929         (rtp_session_get_internal_source), (rtp_session_process_sdes),
7930         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
7931         (is_rtcp_time):
7932         * gst/rtpmanager/rtpsession.h:
7933         Add signal when new SDES infor has been found for a source.
7934         Create properties for SDES and other info.
7935         Simplify the SDES API.
7936         Add method for getting the internal source object of the session.
7937
7938         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7939         (rtp_source_finalize), (rtp_source_set_property),
7940         (rtp_source_get_property), (rtp_source_set_callbacks),
7941         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
7942         (rtp_source_is_as_csrc), (rtp_source_is_active),
7943         (rtp_source_is_validated), (rtp_source_is_sender),
7944         (rtp_source_received_bye), (rtp_source_get_bye_reason),
7945         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
7946         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
7947         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
7948         * gst/rtpmanager/rtpsource.h:
7949         Add GObject properties for various things.
7950         Don't leak the bye reason.
7951
7952 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
7953
7954         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7955         (gst_flv_parse_tag_video):
7956         Fix list of supported and known codecs.
7957         Emit tag with the codec name so it gets properly reported in totem and
7958         other applications.
7959
7960 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7961
7962         * configure.ac:
7963         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7964
7965 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7966
7967         * gst/equalizer/gstiirequalizer.c:
7968         (gst_iir_equalizer_transform_ip):
7969         Fix compilation.
7970
7971 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7972
7973         * gst/equalizer/gstiirequalizer.c:
7974         (gst_iir_equalizer_transform_ip):
7975         Don't process buffers in passthrough mode.
7976
7977 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7978
7979         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7980         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7981         The transform() methods are not called in passthrough mode so
7982         there's no need for checking if the element is in passthrough mode.
7983
7984 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7985
7986         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7987         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7988         Sync the GObject properties with the controller even in passthrough
7989         mode to get consistent property values.
7990
7991 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7992
7993         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
7994           Mark crc values table as constant.
7995
7996 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
7997
7998         * ext/metadata/metadataexif.c:
7999         * ext/metadata/metadataiptc.c:
8000         * ext/metadata/metadatatags.c:
8001         * ext/metadata/metadatatags.h:
8002         * ext/metadata/metadataxmp.c:
8003           Added some tags to exif parser.
8004
8005 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8006
8007         * gst/mpegtsparse/mpegtspacketizer.c:
8008         * gst/mpegtsparse/mpegtsparse.c:
8009         A sub table is identified by the pair table_id and 
8010         sub_table_identifier, not by pid. So hash with that.
8011         * sys/dvb/dvbbasebin.c:
8012         Make sure initial pids are added properly to filter,
8013
8014 2007-12-05  Andy Wingo  <wingo@pobox.com>
8015
8016         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
8017         buffers from app thread when unsetting `queue-buffers', it's
8018         dangerous and the chain function will do it for us anyway.
8019
8020 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8021
8022         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
8023         (metadatamux_jpeg_lazy_update):
8024         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
8025         (metadataparse_jpeg_reading):
8026           Now compiles even when libiptc is missing.
8027
8028 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8029
8030         * ext/metadata/gstmetadatamux.c:
8031         * ext/metadata/gstmetadatamux.h:
8032         * ext/metadata/gstmetadataparse.c:
8033         * ext/metadata/gstmetadataparse.h:
8034         * ext/metadata/metadata.c:
8035         * ext/metadata/metadata.h:
8036         * ext/metadata/metadatamuxjpeg.c:
8037         * ext/metadata/metadatamuxjpeg.h:
8038         * ext/metadata/metadatamuxpng.c:
8039         * ext/metadata/metadatamuxpng.h:
8040           Fixed element properties and now muxer writes to png also.
8041
8042 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8043
8044         * gst/mpegtsparse/Makefile.am:
8045         * gst/mpegtsparse/mpegtspacketizer.c:
8046         * gst/mpegtsparse/mpegtsparse.c:
8047         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
8048         messages.
8049         * sys/dvb/dvbbasebin.c:
8050         Instead of attaching to signals, use the bus messages.
8051         Also fix up so the dvbsrc starts only outputting the info tables
8052         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
8053
8054 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
8055
8056         * ext/metadata/gstmetadatamux.c:
8057         * ext/metadata/gstmetadatamux.h:
8058         * ext/metadata/metadataexif.c:
8059         * ext/metadata/metadataexif.h:
8060         * ext/metadata/metadataiptc.c:
8061         * ext/metadata/metadataiptc.h:
8062         * ext/metadata/metadatamuxjpeg.c:
8063         * ext/metadata/metadataxmp.c:
8064         * ext/metadata/metadataxmp.h:
8065           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
8066           implemets GstTagSetter interface.
8067
8068 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
8069
8070         * gst/librfb/rfbdecoder.c:
8071                 Should fix the 64-bit build
8072
8073 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8074
8075         * ext/metadata/gstmetadatamux.c:
8076         * ext/metadata/gstmetadatamux.h:
8077         * ext/metadata/gstmetadataparse.c:
8078         * ext/metadata/gstmetadataparse.h:
8079         * ext/metadata/metadataexif.c:
8080         * ext/metadata/metadataexif.h:
8081         * ext/metadata/metadataiptc.c:
8082         * ext/metadata/metadataiptc.h:
8083         * ext/metadata/metadatamuxjpeg.c:
8084         * ext/metadata/metadatamuxpng.c:
8085         * ext/metadata/metadataparsejpeg.c:
8086         * ext/metadata/metadataparsepng.c:
8087         * ext/metadata/metadataxmp.c:
8088         * ext/metadata/metadataxmp.h:
8089           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
8090
8091 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8092
8093         * gst/librfb/rfbdecoder.c:
8094         * gst/librfb/rfbdecoder.h:
8095                 Add CoRRE encoding
8096
8097 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8098
8099         * gst/mpegtsparse/mpegtsparse.c:
8100         CRC check the psi pids. CRC checking code relicenced from MPL.
8101         Thanks Fluendo.
8102
8103 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8104
8105         * ext/metadata/Makefile.am:
8106         * ext/metadata/gstmetadatamux.c:
8107         * ext/metadata/gstmetadatamux.h:
8108         * ext/metadata/gstmetadataparse.c:
8109         * ext/metadata/metadata.c:
8110         * ext/metadata/metadata.h:
8111         * ext/metadata/metadatamuxjpeg.c:
8112         * ext/metadata/metadatamuxjpeg.h:
8113         * ext/metadata/metadatamuxpng.c:
8114         * ext/metadata/metadatamuxpng.h:
8115         * ext/metadata/metadataparsejpeg.c:
8116         * ext/metadata/metadataparsejpeg.h:
8117         * ext/metadata/metadataparsepng.c:
8118         * ext/metadata/metadataparsepng.h:
8119         * ext/metadata/metadatatypes.c:
8120         * ext/metadata/metadatatypes.h:
8121           Fixed get_range bug when injecting and stripping. And mux is almost
8122           done now.
8123
8124 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8125
8126         * gst/librfb/rfbdecoder.c:
8127                 Use glib macro for swapping
8128
8129 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
8130
8131         * gst/librfb/gstrfbsrc.c:
8132         * gst/librfb/rfbdecoder.c:
8133         * gst/librfb/rfbdecoder.h:
8134                 Disable CopyRect encoding by default
8135                 Add RRE encoding
8136
8137 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8138
8139         Patch by: Wouter Cloetens <wouter at mind dot be>
8140
8141         * configure.ac:
8142         Bump libsoup requirement as libsoup does not support async client
8143         operation prior to version 2.2.104 and it has some leaks.
8144
8145         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
8146         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8147         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
8148         (gst_souphttp_src_start), (gst_souphttp_src_stop),
8149         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
8150         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
8151         (soup_finished), (soup_got_chunk), (soup_response),
8152         (soup_session_close):
8153         * ext/soup/gstsouphttpsrc.h:
8154         Implement unlock().
8155         Picks up the size from the Content-Length header and emit a duration
8156         message.
8157         Don't leak the GMainContext object.
8158         Fixes #500099.
8159
8160 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8161
8162         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8163         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
8164         (alsaspdifsink_find_pcm_device):
8165         Don't free uninitialized data when we are in error.
8166
8167 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8168
8169         * ext/metadata/gstmetadatamux.c:
8170         * ext/metadata/gstmetadataparse.c:
8171         * ext/metadata/metadataexif.c:
8172         * ext/metadata/metadataexif.h:
8173         * ext/metadata/metadataiptc.c:
8174         * ext/metadata/metadataiptc.h:
8175         * ext/metadata/metadatatags.c:
8176         * ext/metadata/metadatatags.h:
8177         * ext/metadata/metadataxmp.c:
8178         * ext/metadata/metadataxmp.h:
8179           Sending make and model individual tags and muxer now links fine.
8180
8181 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8182
8183         * ext/metadata/Makefile.am:
8184         * ext/metadata/gstmetadata.c:
8185         * ext/metadata/gstmetadatamux.c:
8186         * ext/metadata/gstmetadatamux.h:
8187         * ext/metadata/gstmetadataparse.c:
8188         * ext/metadata/gstmetadataparse.h:
8189         * ext/metadata/metadata.c:
8190         * ext/metadata/metadata.h:
8191         * ext/metadata/metadataexif.c:
8192         * ext/metadata/metadataexif.h:
8193         * ext/metadata/metadataiptc.c:
8194         * ext/metadata/metadataiptc.h:
8195         * ext/metadata/metadataparse.c:
8196         * ext/metadata/metadataparse.h:
8197         * ext/metadata/metadataparseexif.c:
8198         * ext/metadata/metadataparseexif.h:
8199         * ext/metadata/metadataparseiptc.c:
8200         * ext/metadata/metadataparseiptc.h:
8201         * ext/metadata/metadataparsexmp.c:
8202         * ext/metadata/metadataparsexmp.h:
8203         * ext/metadata/metadatatags.c:
8204         * ext/metadata/metadatatags.h:
8205         * ext/metadata/metadataxmp.c:
8206         * ext/metadata/metadataxmp.h:
8207           Small fixes in get_range and better structure for generic muxer and
8208           demuxer.
8209
8210 2007-11-26  Julien Moutte  <julien@fluendo.com>
8211
8212         * configure.ac: Add QuickTime Wrapper plug-in.
8213         * gst/speexresample/gstspeexresample.c:
8214         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
8215         build on Mac OS X Leopard. Incorrect printf format arguments.
8216         * sys/Makefile.am:
8217         * sys/qtwrapper/Makefile.am:
8218         * sys/qtwrapper/audiodecoders.c:
8219         (qtwrapper_audio_decoder_base_init),
8220         (qtwrapper_audio_decoder_class_init),
8221         (qtwrapper_audio_decoder_init),
8222         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
8223         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
8224         (make_samr_magic_cookie), (open_decoder),
8225         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
8226         (qtwrapper_audio_decoder_chain),
8227         (qtwrapper_audio_decoder_sink_event),
8228         (qtwrapper_audio_decoders_register):
8229         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
8230         (fourcc_to_caps):
8231         * sys/qtwrapper/codecmapping.h:
8232         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
8233         (image_description_for_mp4v), (image_description_from_stsd_buffer),
8234         (image_description_from_codec_data):
8235         * sys/qtwrapper/imagedescription.h:
8236         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
8237         (get_output_info_from_component), (dump_avcc_atom),
8238         (dump_image_description), (dump_codec_decompress_params),
8239         (addSInt32ToDictionary), (dump_cvpixel_buffer),
8240         (DestroyAudioBufferList), (AllocateAudioBufferList):
8241         * sys/qtwrapper/qtutils.h:
8242         * sys/qtwrapper/qtwrapper.c: (plugin_init):
8243         * sys/qtwrapper/qtwrapper.h:
8244         * sys/qtwrapper/videodecoders.c:
8245         (qtwrapper_video_decoder_base_init),
8246         (qtwrapper_video_decoder_class_init),
8247         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
8248         (fill_image_description), (new_image_description), (close_decoder),
8249         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
8250         (decompressCb), (qtwrapper_video_decoder_chain),
8251         (qtwrapper_video_decoder_sink_event),
8252         (qtwrapper_video_decoders_register): Initial import of QuickTime
8253         wrapper jointly developped by Songbird authors (Pioneers of the
8254         Inevitable) and Fluendo.
8255
8256 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
8257
8258         * gst/spectrum/gstspectrum.c:
8259           Use dispose and finalize. Dispose can be called multiple times.
8260
8261 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
8262
8263         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8264         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
8265           Now works when get_range is not available upstream.
8266
8267 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
8268
8269         * gst/speexresample/README:
8270         * gst/speexresample/arch.h:
8271         * gst/speexresample/resample.c: (resampler_basic_direct_single),
8272         (resampler_basic_direct_double),
8273         (resampler_basic_interpolate_single),
8274         (resampler_basic_interpolate_double),
8275         (speex_resampler_process_native), (speex_resampler_process_float),
8276         (speex_resampler_process_int),
8277         (speex_resampler_process_interleaved_float),
8278         (speex_resampler_process_interleaved_int),
8279         (speex_resampler_get_input_latency),
8280         (speex_resampler_get_output_latency):
8281         * gst/speexresample/speex_resampler.h:
8282         Update speex resampler to latest SVN. We're now down to only the
8283         changes noted in README again.
8284
8285         * gst/speexresample/speex_resampler_wrapper.h:
8286         * gst/speexresample/gstspeexresample.c:
8287         (gst_speex_resample_push_drain), (gst_speex_resample_query):
8288         Adjust to API changes.
8289
8290 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
8291
8292         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8293         (gst_flv_parse_tag_video):
8294         Output segment with proper 'stop' value, makes flvdemux 100% compatible
8295         with gnonlin.
8296
8297 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
8298
8299         * ext/dc1394/gstdc1394.c:
8300           Set initial structure name to fix assertion, due to recent caps name
8301           constraints.
8302
8303 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
8304
8305         patch by: Alessandro Decina
8306
8307         * gst/mpegtsparse/mpegtspacketizer.c:
8308         * gst/mpegtsparse/mpegtspacketizer.h:
8309         * gst/mpegtsparse/mpegtsparse.c:
8310         * gst/mpegtsparse/mpegtsparse.h:
8311         pat-info is now a signal not a GObject property that
8312         gets notified.
8313         pat-info, pmt-info now instead of passing a GObject as
8314         a parameter, pass a GstStructure.
8315         New signals: nit-info, sdt-info, eit-info for DVB SI information
8316         * sys/dvb/camconditionalaccess.c:
8317         * sys/dvb/camconditionalaccess.h:
8318         * sys/dvb/camdevice.c:
8319         * sys/dvb/camdevice.h:
8320         * sys/dvb/camswclient.c:
8321         * sys/dvb/camswclient.h:
8322         * sys/dvb/camutils.c:
8323         * sys/dvb/camutils.h:
8324         Cam code now uses the pmt GstStructure passed from mpegtsparse
8325         signals rather than the GObject.
8326         * sys/dvb/dvbbasebin.c:
8327         Use new signals in mpegtsparse and use GstStructures as per
8328         mpegtsparse's modified API.
8329         
8330 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
8331
8332         * ext/metadata/Makefile.am:
8333         * ext/metadata/gstmetadata.c:
8334         * ext/metadata/gstmetadatamux.c:
8335         * ext/metadata/gstmetadatamux.h:
8336         * ext/metadata/gstmetadataparse.c:
8337         * ext/metadata/gstmetadataparse.h:
8338         * ext/metadata/metadataparse.c:
8339         * ext/metadata/metadataparse.h:
8340         * ext/metadata/metadataparsejpeg.c:
8341         * ext/metadata/metadataparsejpeg.h:
8342         * ext/metadata/metadataparsepng.c:
8343         * ext/metadata/metadataparsepng.h:
8344         * ext/metadata/metadataparsetypes.h:
8345         * ext/metadata/metadatatypes.c:
8346         * ext/metadata/metadatatypes.h:
8347           Now parser is generic (just add/remove a list of chunks). And a
8348           template of muxer has been created.
8349
8350 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8351
8352         * gst/speexresample/gstspeexresample.c:
8353         (gst_speex_resample_update_state):
8354         Only post the latency message if we have a resampler state already.
8355
8356 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8357
8358         * gst/speexresample/gstspeexresample.c:
8359         (gst_speex_resample_update_state):
8360         Also post GST_MESSAGE_LATENCY if the latency changes.
8361
8362 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8363
8364         * gst/speexresample/resample.c: (speex_resampler_get_latency),
8365         (speex_resampler_drain_float), (speex_resampler_drain_int),
8366         (speex_resampler_drain_interleaved_float),
8367         (speex_resampler_drain_interleaved_int):
8368         * gst/speexresample/speex_resampler.h:
8369         * gst/speexresample/speex_resampler_wrapper.h:
8370         Add functions to push the remaining samples and to get the latency
8371         of the resampler. These will get added to Speex SVN in this or a
8372         slightly changed form at some point too and should get merged then
8373         again.
8374
8375         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
8376         (gst_speex_resample_init_state),
8377         (gst_speex_resample_transform_size),
8378         (gst_speex_resample_push_drain), (gst_speex_resample_event),
8379         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
8380         (gst_speex_resample_query), (gst_speex_resample_query_type):
8381         Drop the prepending zeroes and output the remaining samples on EOS.
8382         Also properly implement the latency query for this. speexresample
8383         should be completely ready for production use now.
8384
8385 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
8386
8387         * gst/rtpmanager/gstrtpjitterbuffer.c:
8388         (gst_rtp_jitter_buffer_query):
8389         jitterbuffer can buffer an unlimited amount of time and thus has no
8390         max_latency requirements.
8391
8392 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8393
8394         * gst/speexresample/README:
8395         Add README explaining where the resampling code was taken from
8396         and which changes were done.
8397
8398         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8399         (speex_free):
8400         Use g_malloc() and friends instead of malloc() to achieve higher
8401         portability and define the functions inline.
8402
8403         * gst/speexresample/speex_resampler.h:
8404         Add back some useless preprocessor stuff to keep the diff between
8405         our version and the one from the Speex SVN repository lower.
8406
8407 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8408
8409         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8410         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8411         Post a GST_MESSAGE_LATENCY if the latency changes.
8412
8413 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8414
8415         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8416         Don't try to flush the decoder on EOS when it was not initialized.
8417         Fixes #498667
8418
8419 2007-11-21  Julien Moutte  <julien@fluendo.com>
8420
8421         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8422         on Mac OS X. (missing format parameter)
8423
8424 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8425
8426         * gst/equalizer/gstiirequalizer10bands.c:
8427         * gst/equalizer/gstiirequalizer3bands.c:
8428           Remove preset iface again. We'll re-add this after its been released
8429           in -good.
8430
8431 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8432
8433         * gst/speexresample/gstspeexresample.c:
8434         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8435         Some small cleanup and addition of a TODO item.
8436
8437 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8438
8439         * gst/speexresample/Makefile.am:
8440         Add missing file.
8441
8442 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8443
8444         * docs/plugins/inspect/plugin-app.xml:
8445         * docs/plugins/inspect/plugin-bayer.xml:
8446         * docs/plugins/inspect/plugin-cdaudio.xml:
8447         * docs/plugins/inspect/plugin-dvb.xml:
8448         * docs/plugins/inspect/plugin-dvbsrc.xml:
8449         * docs/plugins/inspect/plugin-dvdspu.xml:
8450         * docs/plugins/inspect/plugin-festival.xml:
8451         * docs/plugins/inspect/plugin-flvdemux.xml:
8452         * docs/plugins/inspect/plugin-gstinterlace.xml:
8453         * docs/plugins/inspect/plugin-interleave.xml:
8454         * docs/plugins/inspect/plugin-ladspa.xml:
8455         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8456         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8457         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8458         * docs/plugins/inspect/plugin-mve.xml:
8459         * docs/plugins/inspect/plugin-nas.xml:
8460         * docs/plugins/inspect/plugin-nuvdemux.xml:
8461         * docs/plugins/inspect/plugin-quicktime.xml:
8462         * docs/plugins/inspect/plugin-real.xml:
8463         * docs/plugins/inspect/plugin-rfbsrc.xml:
8464         * docs/plugins/inspect/plugin-sdp.xml:
8465         * docs/plugins/inspect/plugin-sndfile.xml:
8466         * docs/plugins/inspect/plugin-soup.xml:
8467         * docs/plugins/inspect/plugin-speexresample.xml:
8468         * docs/plugins/inspect/plugin-stereo.xml:
8469         * docs/plugins/inspect/plugin-switch.xml:
8470         * docs/plugins/inspect/plugin-vcdsrc.xml:
8471         * docs/plugins/inspect/plugin-videocrop.xml:
8472         * docs/plugins/inspect/plugin-videoparse.xml:
8473         * docs/plugins/inspect/plugin-vmnc.xml:
8474         * docs/plugins/inspect/plugin-x264.xml:
8475         * docs/plugins/inspect/plugin-y4menc.xml:
8476         Add missing inspection files to CVS.
8477
8478 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8479
8480         * docs/plugins/Makefile.am:
8481         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8482         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8483         * docs/plugins/gst-plugins-bad-plugins.args:
8484         * docs/plugins/gst-plugins-bad-plugins.signals:
8485         * docs/plugins/inspect/plugin-bz2.xml:
8486         * docs/plugins/inspect/plugin-cdxaparse.xml:
8487         * docs/plugins/inspect/plugin-dtsdec.xml:
8488         * docs/plugins/inspect/plugin-equalizer.xml:
8489         * docs/plugins/inspect/plugin-faac.xml:
8490         * docs/plugins/inspect/plugin-faad.xml:
8491         * docs/plugins/inspect/plugin-filter.xml:
8492         * docs/plugins/inspect/plugin-freeze.xml:
8493         * docs/plugins/inspect/plugin-gio.xml:
8494         * docs/plugins/inspect/plugin-gsm.xml:
8495         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8496         * docs/plugins/inspect/plugin-h264parse.xml:
8497         * docs/plugins/inspect/plugin-modplug.xml:
8498         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8499         * docs/plugins/inspect/plugin-musepack.xml:
8500         * docs/plugins/inspect/plugin-musicbrainz.xml:
8501         * docs/plugins/inspect/plugin-nsfdec.xml:
8502         * docs/plugins/inspect/plugin-replaygain.xml:
8503         * docs/plugins/inspect/plugin-soundtouch.xml:
8504         * docs/plugins/inspect/plugin-spcdec.xml:
8505         * docs/plugins/inspect/plugin-spectrum.xml:
8506         * docs/plugins/inspect/plugin-speed.xml:
8507         * docs/plugins/inspect/plugin-tta.xml:
8508         * docs/plugins/inspect/plugin-videosignal.xml:
8509         * docs/plugins/inspect/plugin-xingheader.xml:
8510         * docs/plugins/inspect/plugin-xvid.xml:
8511         * gst/speexresample/gstspeexresample.h:
8512         Add speexresample to the docs and while at that do a make update.
8513
8514 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8515
8516         * gst/speexresample/gstspeexresample.c:
8517         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8518         If the resampler gives less output samples than expected
8519         adjust the output buffer and print a warning.
8520
8521 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8522
8523         * configure.ac:
8524         * gst/speexresample/arch.h:
8525         * gst/speexresample/fixed_generic.h:
8526         * gst/speexresample/gstspeexresample.c:
8527         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8528         (gst_speex_resample_init), (gst_speex_resample_start),
8529         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8530         (gst_speex_resample_transform_caps),
8531         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8532         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8533         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8534         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8535         (gst_speex_resample_process), (gst_speex_resample_transform),
8536         (gst_speex_resample_set_property),
8537         (gst_speex_resample_get_property), (plugin_init):
8538         * gst/speexresample/gstspeexresample.h:
8539         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8540         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8541         (resampler_basic_direct_single), (resampler_basic_direct_double),
8542         (resampler_basic_interpolate_single),
8543         (resampler_basic_interpolate_double), (update_filter),
8544         (speex_resampler_init), (speex_resampler_init_frac),
8545         (speex_resampler_destroy), (speex_resampler_process_native),
8546         (speex_resampler_process_float), (speex_resampler_process_int),
8547         (speex_resampler_process_interleaved_float),
8548         (speex_resampler_process_interleaved_int),
8549         (speex_resampler_set_rate), (speex_resampler_get_rate),
8550         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8551         (speex_resampler_set_quality), (speex_resampler_get_quality),
8552         (speex_resampler_set_input_stride),
8553         (speex_resampler_get_input_stride),
8554         (speex_resampler_set_output_stride),
8555         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8556         (speex_resampler_reset_mem), (speex_resampler_strerror):
8557         * gst/speexresample/speex_resampler.h:
8558         * gst/speexresample/speex_resampler_float.c:
8559         * gst/speexresample/speex_resampler_int.c:
8560         * gst/speexresample/speex_resampler_wrapper.h:
8561         Add resample element based on the Speex resampling algorithm.
8562
8563 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8564
8565         * ext/metadata/gstmetadataparse.c:
8566         * ext/metadata/gstmetadataparse.h:
8567           Fixed buffer strip (safer wil pull and after seek).
8568
8569 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8570
8571         * gst/equalizer/gstiirequalizer10bands.c:
8572         * gst/equalizer/gstiirequalizer3bands.c:
8573           Activate preset iface and upload two presets here.
8574
8575 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8576
8577         * ext/metadata/gstmetadataparse.c:
8578         * ext/metadata/gstmetadataparse.h:
8579           Strip out in pull mode also. Seek and Query functions added.
8580
8581 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8582
8583         * ext/metadata/gstmetadataparse.c:
8584         * ext/metadata/gstmetadataparse.h:
8585         * ext/metadata/metadataparse.c:
8586         * ext/metadata/metadataparse.h:
8587         * ext/metadata/metadataparsejpeg.c:
8588         * ext/metadata/metadataparsejpeg.h:
8589         * ext/metadata/metadataparsepng.c:
8590         * ext/metadata/metadataparsepng.h:
8591         * ext/metadata/metadataparsetypes.h:
8592           Strip out metadata chunks.
8593
8594 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8595
8596         * configure.ac:
8597           Als use AG_GST_PLUGIN_DOCS (see #344039).
8598
8599 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8600
8601         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8602
8603         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8604         (remove_all), (mpegts_packetizer_clear):
8605         Ensure that the plugin does not crash when the property pat-info is
8606         queried before a PAT is available. It also ensures that the PAT info is
8607         cleared when the changing from PLAYING to READY.
8608         Fixes #487892.
8609
8610 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8611
8612         Patch by: Wouter Paesen <wouter at blue-gate dot be>
8613
8614         * ext/soundtouch/gstpitch.cc:
8615         Handle seeking correctly. Fixes #461068.
8616
8617 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8618
8619         Patch by: Michael Kötter <m dot koetter at oraise dot de>
8620
8621         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8622         (alsaspdifsink_get_time), (alsaspdifsink_open),
8623         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
8624         Fix sample rate and clocking.
8625         Remove buffer_time and period_time as this seems to break on some
8626         hardware. Fixes #485462.
8627
8628 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8629
8630         Patch by: Wouter Cloetens <wouter at mind dot be>
8631
8632         * configure.ac:
8633         * ext/Makefile.am:
8634         * ext/soup/Makefile.am:
8635         * ext/soup/gstsouphttpsrc.c: (_do_init),
8636         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
8637         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8638         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
8639         (gst_souphttp_src_create), (gst_souphttp_src_start),
8640         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
8641         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
8642         (soup_session_close), (plugin_init):
8643         * ext/soup/gstsouphttpsrc.h:
8644         Added HTTP source based on libsoup. Fixes #497020.
8645
8646 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8647
8648         * gst/librfb/gstrfbsrc.c:
8649         don't forget to handle the offset's
8650         * gst/librfb/rfbdecoder.c:
8651         * gst/librfb/rfbdecoder.h:
8652         precalculate some many used values
8653
8654 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8655
8656         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
8657         * gst/librfb/gstrfbsrc.c:
8658         Set the timestamp for the output buffers
8659
8660 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
8661
8662         * tests/check/elements/spectrum.c: (GST_START_TEST):
8663         Fix spectrum unit test for the latest spectrum changes.
8664
8665 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
8666
8667         Patch by: René Stadler <mail at renestadler dot de>
8668
8669         * gst/replaygain/rganalysis.c: (yule_filter):
8670         Avoid slowdown from denormals when processing near-silence input data.
8671         Spotted by Gabriel Bouvigne. Fixes #494499.
8672
8673 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
8674
8675         * gst/flv/gstflvparse.c:
8676         Add mapping for Nellymoser ASAO audio codec.
8677         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
8678         actually have data to read at the end of the tag. This avoids trying
8679         to allocate negative buffers.
8680
8681 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
8682
8683         * ext/metadata/README:
8684           Added a design proposal from metadata parse and mux.
8685
8686 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8687
8688         * gst/equalizer/demo.c: (draw_spectrum):
8689         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
8690         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
8691         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
8692         Change the meaning of the magnitude values given in the
8693         GstMessages by spectrum to decibel instead of
8694         decibel+threshold.
8695
8696 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8697
8698         * gst/equalizer/gstiirequalizer10bands.c:
8699         * gst/equalizer/gstiirequalizer3bands.c:
8700         * gst/equalizer/gstiirequalizernbands.c:
8701         And continue to update docs. Also include some sample code
8702         for the n-band equalizer in the docs.
8703
8704 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8705
8706         * gst/equalizer/gstiirequalizer10bands.c:
8707         (gst_iir_equalizer_10bands_class_init):
8708         * gst/equalizer/gstiirequalizer3bands.c:
8709         (gst_iir_equalizer_3bands_class_init):
8710         * gst/equalizer/gstiirequalizernbands.c:
8711         Update docs and property ranges to the real values.
8712
8713 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
8714
8715         * gst/spectrum/gstspectrum.c:
8716         Now do the scaling right for real. Also initialize a previously
8717         uninitialized variable.
8718
8719 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
8720
8721         * ext/metadata/metadataparsexmp.c:
8722         (metadataparse_xmp_tag_list_add),
8723         (metadataparse_xmp_iter_simple_qual),
8724         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
8725         (metadataparse_xmp_iter):
8726           Extracting more detailed info from XMP.
8727
8728 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
8729
8730         * gst/equalizer/demo.c:
8731           Make default volume a bit less. Improve layout by giving more space to
8732           the slider with big-numbers and enable fill.
8733
8734 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8735
8736         * configure.ac:
8737         * tests/check/pipelines/gio.c: (GST_START_TEST):
8738         Require GIO >= 0.1.2 and adjust unit test for an API change.
8739
8740 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8741
8742         * tests/icles/equalizer-test.c: (do_slider_fiddling):
8743         Fix gain ranges for the latest equalizer changes.
8744
8745 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8746
8747         * ext/gio/gstgio.h:
8748         Add macro to check if a stream supports seeking.
8749
8750         * ext/gio/Makefile.am:
8751         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
8752         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
8753         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
8754         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
8755         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
8756         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
8757         (gst_gio_base_sink_set_stream):
8758         * ext/gio/gstgiobasesink.h:
8759         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
8760         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
8761         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
8762         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
8763         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
8764         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
8765         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
8766         * ext/gio/gstgiobasesrc.h:
8767         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
8768         base classes that only require a GInputStream or GOutputStream to
8769         work.
8770
8771         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
8772         (gst_gio_sink_class_init), (gst_gio_sink_init),
8773         (gst_gio_sink_finalize), (gst_gio_sink_start):
8774         * ext/gio/gstgiosink.h:
8775         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
8776         (gst_gio_src_class_init), (gst_gio_src_init),
8777         (gst_gio_src_finalize), (gst_gio_src_start):
8778         * ext/gio/gstgiosrc.h:
8779         Use the newly created base classes here.
8780
8781         * ext/gio/gstgio.c: (plugin_init):
8782         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
8783         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
8784         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
8785         (gst_gio_stream_sink_get_property):
8786         * ext/gio/gstgiostreamsink.h:
8787         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
8788         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
8789         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
8790         (gst_gio_stream_src_get_property):
8791         * ext/gio/gstgiostreamsrc.h:
8792         Implement GstGioStreamSink and GstGioStreamSrc that have a property
8793         to set the GInputStream/GOutputStream that should be used.
8794
8795         * tests/check/Makefile.am:
8796         * tests/check/pipelines/.cvsignore:
8797         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
8798         (gio_testsuite), (main):
8799         Add unit test for giostreamsrc and giostreamsink.
8800
8801 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8802
8803         * ext/gio/gstgio.c: (plugin_init):
8804         Remove nowadays unnecessary workaround for a crash.
8805         
8806         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
8807         (gst_gio_sink_start), (gst_gio_sink_stop),
8808         (gst_gio_sink_unlock_stop):
8809         * ext/gio/gstgiosink.h:
8810         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
8811         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
8812         * ext/gio/gstgiosrc.h:
8813         Make the finalize function safer, clean up everything that could stay
8814         around.
8815
8816         Reset the cancellable instead of creating a new one after cancelling
8817         some operation.
8818
8819         Don't store the GFile in the element, it's only necessary for creating
8820         the streams.
8821
8822 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
8823
8824         * gst/spectrum/demo-audiotest.c: (main):
8825         Use autoaudiosink instead of alsasink and use a sine wave.
8826
8827         * gst/spectrum/gstspectrum.c:
8828         Fix the magnitude calculation.
8829
8830 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
8831
8832         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8833
8834         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
8835           (CDshowFakeSink.CDshowFakeSink):
8836         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
8837           Fix crasher in constructor due to the base class's constructor
8838           not necessarily being NULL-safe (depends on the SDK version used
8839           apparently; #492406).
8840
8841         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
8842         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
8843           Fix a couple of MSVC compiler warnings (#492406).
8844
8845 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
8846
8847         * gst/equalizer/demo.c: (main):
8848         * gst/equalizer/gstiirequalizer.c:
8849         (gst_iir_equalizer_band_class_init), (setup_filter):
8850         Allow setting 0 as bandwidth and handle this correctly.
8851         Also handle a bandwidth of rate/2 properly.
8852
8853         * gst/equalizer/gstiirequalizernbands.c:
8854         (gst_iir_equalizer_nbands_class_init):
8855         Make it possible to generate a N-band equalizer with 1 bands. The
8856         previous limit of 2 was caused by a nowadays replaced calculation
8857         doing a division by zero if number of bands was 1.
8858
8859 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
8860
8861         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8862
8863         * gst/rtpmanager/gstrtpsession.c:
8864           Fix bad function signatures (#492798).
8865
8866 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8867
8868         * ext/metadata/Makefile.am:
8869         * ext/metadata/gstmetadataparse.c:
8870         * ext/metadata/gstmetadataparse.h:
8871         * ext/metadata/metadataparse.c:
8872         * ext/metadata/metadataparse.h:
8873         * ext/metadata/metadataparseexif.c:
8874         * ext/metadata/metadataparseexif.h:
8875         * ext/metadata/metadataparseiptc.c:
8876         * ext/metadata/metadataparseiptc.h:
8877         * ext/metadata/metadataparsejpeg.c:
8878         * ext/metadata/metadataparsejpeg.h:
8879         * ext/metadata/metadataparsepng.c:
8880         * ext/metadata/metadataparsepng.h:
8881         * ext/metadata/metadataparseutil.c:
8882         * ext/metadata/metadataparseutil.h:
8883         * ext/metadata/metadataparsexmp.c:
8884         * ext/metadata/metadataparsexmp.h:
8885           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
8886           the file. 
8887
8888 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8889
8890         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8891         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
8892         (gst_metadata_parse_element_activate_src_pull):
8893           Now metadataparse works in push or pull mode.
8894
8895 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
8896
8897         * configure.ac:
8898         * ext/metadata/Makefile.am:
8899         * ext/metadata/metadataparseexif.c:
8900         (metadataparse_exif_tags_register),
8901         (metadataparse_exif_tag_list_add):
8902         * ext/metadata/metadataparseiptc.c:
8903         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
8904         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
8905         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
8906         * ext/metadata/metadataparseutil.c:
8907         (metadataparse_tag_list_add_chunk):
8908         * ext/metadata/metadataparseutil.h:
8909         * ext/metadata/metadataparsexmp.c:
8910         (metadataparse_xmp_tags_register),
8911         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
8912         (metadataparse_xmp_dispose):
8913         * ext/metadata/metadataparsexmp.h:
8914           Some XMP stuff added.
8915
8916 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
8917
8918         * ext/metadata/gstmetadataparse.c:
8919         (gst_metadata_parse_dispose_members),
8920         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
8921         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
8922         (gst_metadata_parse_change_state),
8923         (gst_metadata_parse_plugin_init):
8924         * ext/metadata/gstmetadataparse.h:
8925         * ext/metadata/metadataparseexif.c:
8926         (metadataparse_exif_tags_register),
8927         (metadataparse_exif_tag_list_add),
8928         (exif_data_foreach_content_func),
8929         (exif_content_foreach_entry_func):
8930         * ext/metadata/metadataparseexif.h:
8931         * ext/metadata/metadataparseiptc.c:
8932         (metadataparse_iptc_tags_register),
8933         (metadataparse_tag_list_add_chunk),
8934         (metadataparse_iptc_tag_list_add),
8935         (iptc_data_foreach_dataset_func):
8936         * ext/metadata/metadataparseiptc.h:
8937         * ext/metadata/metadataparsexmp.c:
8938         (metadataparse_xmp_tags_register),
8939         (metadataparse_xmp_tag_list_add):
8940         * ext/metadata/metadataparsexmp.h:
8941           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
8942           in the same way (look at bug #486659).
8943
8944 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8945
8946         * gst/librfb/rfbdecoder.c:
8947                 Some refactoring in RAW encoding
8948
8949 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8950
8951         * gst/librfb/d3des.h:
8952         * gst/librfb/gstrfbsrc.c:
8953         * gst/librfb/gstrfbsrc.h:
8954         * gst/librfb/rfbbuffer.h:
8955         * gst/librfb/rfbcontext.h:
8956         * gst/librfb/rfbdecoder.c:
8957         * gst/librfb/rfbdecoder.h:
8958         * gst/librfb/rfbutil.h:
8959         * gst/librfb/vncauth.h:
8960                 Added copyrect encoding
8961
8962 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8963
8964         * sys/dvb/camswclient.c:
8965         Warn on failed write.
8966
8967 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8968
8969         * gst/equalizer/Makefile.am:
8970         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
8971         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
8972         (draw_spectrum), (message_handler), (main):
8973         Add small demo application based on the spectrum demo applications
8974         that gets white noise as input, pushes it through an equalizer and
8975         paints the spectrum. For every equalizer band it's possible to set
8976         gain, bandwidth and frequency.
8977         * gst/equalizer/gstiirequalizer.c: (setup_filter):
8978         Add some guarding against too large or too small frequencies and
8979         bandwidths. Also improve debugging a bit.
8980
8981 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8982
8983         * gst/equalizer/gstiirequalizer.c:
8984         (gst_iir_equalizer_band_set_property),
8985         (gst_iir_equalizer_band_get_property),
8986         (gst_iir_equalizer_band_class_init), (arg_to_scale),
8987         (setup_filter), (gst_iir_equalizer_compute_frequencies):
8988         Replace filters with a bit better filters for which we can actually
8989         find documentation, which don't change anything on zero gain, etc.
8990         
8991         Make the frequency property of the bands writable, rename the
8992         band-width property to bandwidth and change the meaning to the
8993         frequency difference between bandedges, change the meaning of the
8994         gain property to dB instead of a weird scale between -1 and 1 that
8995         has no real meaning.
8996
8997 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
8998
8999         * sys/dvb/dvbbasebin.c:
9000           Fix the build.
9001
9002 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9003
9004         * ext/metadata/.cvsignore:
9005         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
9006         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
9007         (gst_metadata_parse_configure_srccaps),
9008         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
9009         (gst_metadata_parse_plugin_init):
9010         * ext/metadata/metadataparse.c: (metadataparse_parse):
9011         * ext/metadata/metadataparse.h:
9012           Changed kclass to "Parser/Extracter/Metadata", changed caps to
9013           "image/jpeg, tags-extract=true/false" and changed priority to
9014           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
9015           fixed to also work in pull mode.
9016
9017 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9018
9019         * configure.ac:
9020         * ext/Makefile.am:
9021         * ext/metadata/:
9022         * ext/metadata/Makefile.am:
9023         * ext/metadata/gstmetadata.c:
9024         * ext/metadata/gstmetadataparse.c:
9025         * ext/metadata/gstmetadataparse.h:
9026         * ext/metadata/metadataparse.c:
9027         * ext/metadata/metadataparse.h:
9028         * ext/metadata/metadataparseexif.c:
9029         * ext/metadata/metadataparseexif.h:
9030         * ext/metadata/metadataparseiptc.c:
9031         * ext/metadata/metadataparseiptc.h:
9032         * ext/metadata/metadataparsejpeg.c:
9033         * ext/metadata/metadataparsejpeg.h:
9034         * ext/metadata/metadataparsexmp.c:
9035         * ext/metadata/metadataparsexmp.h:
9036           Created new plugin ('medadata') and element ('metadataparse') that
9037           extract metadata from images (look at bug #486659).
9038
9039 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9040
9041         * sys/dvb/dvbbasebin.c:
9042         Uncomment the line that sets the pid filter. Wrong way to 
9043         work-around driver issues.
9044
9045 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
9046
9047         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
9048           (gst_faac_class_init), (gst_faac_init):
9049           Fix bitrate ranges and change enum nick for low complexity
9050           profile from LOW to LC for consistency (#490060).
9051
9052 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
9053
9054         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
9055           Let's not call every request pad we create "sink%d", that'll
9056           create problems if there's to be more than one pad. Fixes #490682.
9057
9058         * tests/check/Makefile.am:
9059         * tests/check/elements/.cvsignore:
9060         * tests/check/elements/interleave.c:
9061           Add unit test for the above.
9062
9063 2007-10-27  Julien MOUTTE  <julien@moutte.net>
9064
9065         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
9066         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
9067         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
9068         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
9069         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
9070         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
9071         (plugin_init):
9072         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
9073         damaging headers using a simple state machine.
9074
9075 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
9076
9077         * ext/x264/gstx264enc.c:
9078           Fix build against the libx264 version that ships with debian stable.
9079
9080 2007-10-26  Julien MOUTTE  <julien@moutte.net>
9081
9082         * configure.ac:
9083         * gst/mpeg4videoparse/Makefile.am:
9084         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
9085         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
9086         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
9087         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
9088         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
9089         (gst_mpeg4vparse_init), (plugin_init):
9090         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
9091         parser.
9092
9093 2007-10-25  David Schleef  <ds@schleef.org>
9094
9095         * gst/multifile/Makefile.am:
9096         * gst/multifile/gstmultifilesink.c:
9097         * gst/multifile/gstmultifilesrc.c:
9098         * tests/check/Makefile.am:
9099         * tests/check/elements/multifile.c:
9100           Improve documentation, write some tests for multifilesrc/sink
9101           for upcoming ->good review.
9102
9103 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9104
9105         * sys/dvb/gstdvbsrc.c:
9106         Actually use the code-rate-hp parameter for DVB-S.
9107         It turns out setting to AUTO does not always work (
9108         especially in diseq situations). Set by default to 
9109         FEC_AUTO.
9110
9111 2007-10-22  Julien MOUTTE  <julien@moutte.net>
9112
9113         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9114         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
9115         emit no-more-pads for single pad scenarios as the header
9116         is definitely not reliable. We emit them for 2 pads scenarios
9117         though to speed up media discovery.
9118
9119 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9120
9121         * sys/dvb/dvbbasebin.c:
9122         Added proxy property of diseqc-source
9123
9124 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9125
9126         * gst/equalizer/gstiirequalizer.c:
9127         (gst_iir_equalizer_band_set_property):
9128         Add a missing break.
9129
9130 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9131
9132         * gst/equalizer/gstiirequalizer.c:
9133         (gst_iir_equalizer_band_set_property),
9134         (gst_iir_equalizer_band_get_property),
9135         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
9136         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
9137         (setup_filter), (gst_iir_equalizer_setup):
9138         * gst/equalizer/gstiirequalizer.h:
9139         Move bandwidth property to the separate bands and add float64 support.
9140
9141 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9142
9143         * ext/cdaudio/Makefile.am:
9144           Add another missing GST_LIBS.
9145
9146 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9147
9148         Patch by: Richard Hult <richard imendio com>
9149
9150         * gst/dvdspu/Makefile.am:
9151           Fix LIBS - we need to link against libgstreamer (fixes #487496).
9152
9153 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9154
9155         * sys/dvb/camapplication.c:
9156         * sys/dvb/camresourcemanager.c:
9157           Fix some warnings.
9158
9159 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9160
9161         * gst/librfb/rfbdecoder.c:
9162           Add the set encodings client message
9163
9164 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9165
9166         * gst/librfb/Makefile.am:
9167         * gst/librfb/rfb.h:
9168         * gst/librfb/rfbbytestream.c:
9169         * gst/librfb/rfbbytestream.h:
9170         * gst/librfb/rfbdecoder.c:
9171         * gst/librfb/rfbdecoder.h:
9172           Remove the rfbbytestream dead code
9173
9174 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9175
9176         patch by: Alessandro Decina
9177
9178         * sys/dvb/Makefile.am:
9179         * sys/dvb/cam.c:
9180         * sys/dvb/cam.h:
9181         * sys/dvb/camapplication.c:
9182         * sys/dvb/camapplication.h:
9183         * sys/dvb/camapplicationinfo.c:
9184         * sys/dvb/camapplicationinfo.h:
9185         * sys/dvb/camconditionalaccess.c:
9186         * sys/dvb/camconditionalaccess.h:
9187         * sys/dvb/camdevice.c:
9188         * sys/dvb/camdevice.h:
9189         * sys/dvb/camresourcemanager.c:
9190         * sys/dvb/camresourcemanager.h:
9191         * sys/dvb/camsession.c:
9192         * sys/dvb/camsession.h:
9193         * sys/dvb/camswclient.c:
9194         * sys/dvb/camswclient.h:
9195         * sys/dvb/camtransport.c:
9196         * sys/dvb/camtransport.h:
9197         * sys/dvb/camutils.c:
9198         * sys/dvb/camutils.h:
9199         * sys/dvb/dvbbasebin.c:
9200         * sys/dvb/dvbbasebin.h:
9201         * sys/dvb/gstdvb.c:
9202         * sys/dvb/gstdvbsrc.c:
9203         * sys/dvb/gstdvbsrc.h:
9204         Integrate SoC work done by Alessandro for the Freevo project.
9205         Adds cam support to the dvb stack in GStreamer and a new
9206         element (actually a bin) called dvbbasebin that integrates
9207         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
9208         acquiring multiple channels on same transponder without 
9209         knowing pid numbers.
9210
9211 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9212
9213         patch by: Alessandro Decina
9214
9215         * gst/mpegtsparse/mpegtspacketizer.c:
9216         * gst/mpegtsparse/mpegtsparse.c:
9217         * gst/mpegtsparse/mpegtsparse.h:
9218         Add request pad for getting the full transport stream coming in.
9219
9220 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
9221
9222         * configure.ac:
9223           Update the highest allowed neon version from 0.26.99 to 0.27.99.
9224           No code changes are required to work with the newest neon version.
9225
9226 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
9227
9228         * configure.ac:
9229           Require core CVS.  This is implicit in the -base CVS
9230           requirement already, so we might just well spell it
9231           out.  Also, we do need at least 0.10.14 for
9232           gst_element_class_set_details_simple().  Make check
9233           for gmyth a bit more restrictive so things don't break
9234           if the next version changes API.
9235
9236         * ext/alsaspdif/alsaspdifsink.c:
9237           Work around alsa alloca macros triggering 'always evaluates to
9238           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
9239           Also don't leak the device string.
9240
9241         * ext/mpeg2enc/gstmpeg2enc.cc:
9242         * ext/soundtouch/gstpitch.cc:
9243         * gst/modplug/gstmodplug.cc:
9244           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
9245           define fix from core CVS). Fixes #462737.
9246
9247 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
9248
9249         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9250
9251         * gst/rtpmanager/gstrtpbin.c: (create_stream),
9252         (gst_rtp_bin_class_init):
9253         Fix memleak. Fixes #484990.
9254
9255 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
9256
9257         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
9258         * gst/librfb/rfbbuffer.h:
9259         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
9260         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
9261         * gst/nsf/nes6502.c: (nes6502_execute):
9262         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
9263         * gst/real/gstrealvideodec.c: (open_library):
9264         * gst/real/gstrealvideodec.h:
9265         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
9266         (create_recv_rtcp_sink), (create_send_rtp_sink):
9267         Fix compiler warnings shown by Forte.
9268
9269 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
9270
9271         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
9272         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
9273         Fix caps refcounting for payload maps.
9274         When clearing payload maps, also clear sessions and streams payload
9275         maps.
9276
9277         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
9278         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
9279         (find_pad_for_pt):
9280         Implement clearing the payload map.
9281
9282         * gst/rtpmanager/gstrtpsession.c:
9283         (gst_rtp_session_event_send_rtp_sink):
9284         Forward flush events instead of leaking them.
9285
9286         * gst/rtpmanager/gstrtpssrcdemux.c:
9287         (gst_rtp_ssrc_demux_rtcp_sink_event):
9288         Correctly refcount events before pushing them.
9289
9290 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
9291
9292         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
9293         Use GIO function to get a list of supported URI schemes instead of
9294         hard coding something.
9295
9296 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9297
9298         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
9299         When reconsidering RTCP timeouts, set the next timeout against the last
9300         report time instead of the current clock time so that we don't end up
9301         reconsidering forever.
9302
9303 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9304
9305         * gst/rtpmanager/gstrtpjitterbuffer.c:
9306         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9307         Only peek at the tail element instead of popping it off, which allows
9308         us to greatly simplify things when the tail element changes.
9309
9310         * gst/rtpmanager/gstrtpsession.c:
9311         (gst_rtp_session_event_recv_rtp_sink):
9312         * gst/rtpmanager/gstrtpssrcdemux.c:
9313         (gst_rtp_ssrc_demux_sink_event):
9314         Forward FLUSH events instead of leaking them.
9315
9316         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
9317         (calculate_skew), (rtp_jitter_buffer_insert):
9318         * gst/rtpmanager/rtpjitterbuffer.h:
9319         Remove the tail-changed callback in favour of a simple boolean when we
9320         insert a buffer in the queue.
9321         Add method to peek the tail of the buffer.
9322
9323 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9324
9325         Patch by: Gautier Portet <kassoulet at gmail dot com>
9326
9327         * gst/xingheader/gstxingmux.c:
9328         The size of the Xing header is actually 417 as it's rounded to the
9329         next smaller integer. Fixes #397759.
9330
9331         * gst/xingheader/gstxingmux.c: (xing_generate_header),
9332         (xing_push_header):
9333         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
9334         event to the beginning was successful before pushing the header again.
9335
9336 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9337
9338         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
9339
9340         * gst/mpegtsparse/mpegtspacketizer.c:
9341         (mpegts_packetizer_stream_new):
9342         Don't skip PAT with version number 0. Fixes #483400.
9343         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
9344         Make all values above 0 mark a referenced program as they can be
9345         incremented and only 1 had marked a referenced program before, causing
9346         actually referenced programs to be unreferenced.
9347
9348 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9349
9350         * gst/sdp/gstsdpdemux.h:
9351         Change signature of pt to fix compilation on some platforms.
9352
9353 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9354
9355         * gst/rtpmanager/gstrtpjitterbuffer.c:
9356         (gst_rtp_jitter_buffer_flush_start),
9357         (gst_rtp_jitter_buffer_flush_stop),
9358         (gst_rtp_jitter_buffer_change_state), (apply_offset),
9359         (gst_rtp_jitter_buffer_loop):
9360         Remove some old unused variables.
9361         Don't add the latency to the skew corrected timestamp, latency is only
9362         used to sync against the clock.
9363         Improve debugging.
9364
9365         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9366         (rtp_jitter_buffer_reset_skew), (calculate_skew):
9367         * gst/rtpmanager/rtpjitterbuffer.h:
9368         Handle case where server timestamp goes backwards or wildly jumps by
9369         temporarily pausing the skew correction.
9370         Improve debugging.
9371
9372 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9373
9374         * gst/sdp/Makefile.am:
9375         Forgot to commit makefile.
9376
9377 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
9378
9379         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
9380         Update to API changes in GIO.
9381
9382 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9383
9384         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
9385         Use new function in -base to get the default clock-rate.
9386
9387 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9388
9389         * configure.ac:
9390         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
9391         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
9392         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
9393         (gst_sdp_demux_get_property), (find_stream_by_id),
9394         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
9395         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
9396         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
9397         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
9398         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
9399         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
9400         (gst_sdp_demux_stream_configure_udp),
9401         (gst_sdp_demux_stream_configure_udp_sink),
9402         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
9403         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
9404         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
9405         (gst_sdp_demux_change_state):
9406         * gst/sdp/gstsdpdemux.h:
9407         * gst/sdp/gstsdpelem.c: (plugin_init):
9408         Added SDP demuxer element. Fixes #426657.
9409
9410 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9411
9412         Patch by: mutex at runbox dot com
9413
9414         * gst/mpegtsparse/mpegtspacketizer.c:
9415         (mpegts_packetizer_parse_adaptation_field_control):
9416         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9417         (mpegts_parse_init), (mpegts_parse_push):
9418         * gst/mpegtsparse/mpegtsparse.h:
9419         Remove useless src pad that only results in not linked errors,
9420         fix a broken pointer dereference and make MAX_CONTINUITY constant
9421         conform to the standard to stop outputting corrupted data.
9422         Fixes #481276, #481279.
9423
9424 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9425
9426         * ext/mythtv/gstmythtvsrc.c:
9427           Re-apply docs patch from #468039; fix tab.
9428
9429         * gst/mpegtsparse/.cvsignore:
9430           Ignore marshaller files generated at build time.
9431
9432 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9433
9434         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9435         (gst_gio_sink_set_property), (gst_gio_sink_render):
9436         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9437         (gst_gio_src_set_property):
9438         Some minor cleanup and allow setting the location only when the
9439         element is not playing or paused.
9440
9441 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9442
9443         * configure.ac:
9444         Update gio's pkg-config file name as currently in SVN.
9445
9446         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9447         Remove special casing for a NULL query string. g_strjoin won't add
9448         the separator if there's only one string.
9449
9450 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9451
9452         * gst/rtpmanager/gstrtpbin.c: (free_client):
9453         Fix crasher in dispose.
9454
9455         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9456         Handle cases where input buffers have no timestamps so that no clock
9457         skew can be calculated, in this case interpolate timestamps based on
9458         rtp timestamp and assume a 0 clock skew.
9459
9460 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9461
9462         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9463         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9464         Remove jitter correction code, it's now in the lower level object.
9465         Use new -core method for doing a peer query.
9466
9467         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9468         (calculate_skew), (rtp_jitter_buffer_insert):
9469         * gst/rtpmanager/rtpjitterbuffer.h:
9470         Move jitter correction to the lowlevel jitterbuffer.
9471         Increase the max window size.
9472         When filling the window, already start estimating the skew using a
9473         parabolic weighting factor so that we have a much better startup
9474         behaviour that gets more accurate with the more samples we have.
9475         Increase the default weighting factor for the steady state to get
9476         smoother timestamps.
9477
9478 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9479
9480         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9481         (gst_neonhttp_src_send_request_and_redirect):
9482         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9483         compatibility stuff. Also fix the default location.
9484
9485 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9486
9487         * configure.ac:
9488         We require libneon >= 26 now for the query field in ne_uri.
9489
9490 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9491
9492         Patch by: Wouter Cloetens <wouter@mind.be>
9493
9494         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9495         (gst_neonhttp_src_set_location),
9496         (gst_neonhttp_src_send_request_and_redirect):
9497         * ext/neon/gstneonhttpsrc.h:
9498         Don't discard GET parameters from URL if existing.
9499         Fixes #481200.
9500
9501 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9502
9503         * gst/librfb/gstrfbsrc.c:
9504         * gst/librfb/gstrfbsrc.h:
9505                 Added a property for incremental screen updates
9506
9507 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9508
9509         * ext/xvid/gstxvidenc.c:
9510         * ext/xvid/gstxvidenc.h:
9511           Remove superfluous 'frame-encoded' signal (people can
9512           use an upstream identity's 'handoff' signal or a pad
9513           probe for this if they must know).
9514
9515 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9516
9517         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9518         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9519         was not detected correctly in all cases.
9520
9521 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9522
9523         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9524         (gst_rtp_bin_finalize):
9525         Fix cleanup crasher.
9526
9527         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9528         (calculate_skew):
9529         * gst/rtpmanager/rtpjitterbuffer.h:
9530         Dynamically adjust the skew calculation window so that we calculate it
9531         over a period of around 2 seconds.
9532
9533 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9534
9535         * gst/librfb/gstrfbsrc.c:
9536                 fix bug from generic/states.gdb
9537
9538 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9539
9540         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9541         (gst_flv_parse_tag_video): codec_data is needed for every tag
9542         not just the first one. (Fix a stupid bug i introduced without
9543         testing)
9544
9545 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9546
9547         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9548         (gst_flv_parse_tag_video): Fix bit masks operations to be
9549         sure we detect the codec_tags and sample rates correctly.
9550         Fix raw audio caps generation.
9551
9552 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9553
9554         * ext/audioresample/gstaudioresample.c:
9555         * ext/x264/gstx264enc.c:
9556         * gst/dvdspu/gstdvdspu.c:
9557         * gst/dvdspu/gstdvdspu.h:
9558         * gst/festival/gstfestival.c:
9559         * gst/h264parse/gsth264parse.c:
9560         * gst/mpegtsparse/mpegtspacketizer.c:
9561         * gst/mpegtsparse/mpegtsparse.c:
9562         * gst/multifile/gstmultifilesink.c:
9563         * gst/multifile/gstmultifilesrc.c:
9564         * gst/nuvdemux/gstnuvdemux.c:
9565         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9566         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9567         * sys/vcd/vcdsrc.c:
9568           Massive leak fixing, plus code cleanups.
9569
9570 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9571
9572         * po/LINGUAS:
9573           Added translations.
9574
9575 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9576
9577         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9578
9579         * po/pl.po:
9580           Added Polish translation.
9581
9582 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9583
9584         translated by: Ilkka Tuohela <hile@iki.fi>
9585
9586         * po/fi.po:
9587           Added Finnish translation.
9588
9589 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9590
9591         translated by: Jorge González González <aloriel@gmail.com>
9592
9593         * po/es.po:
9594           Added Spanish translation.
9595
9596 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9597
9598         translated by: Alexander Shopov <ash@contact.bg>
9599
9600         * po/bg.po:
9601           Added Bulgarian translation.
9602
9603 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9604
9605         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9606         Update hierarchy.
9607         * ext/gio/gstgiosink.h:
9608         * ext/gio/gstgiosrc.h:
9609         Mark private fields of the instance structs private.
9610
9611 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9612
9613         * docs/plugins/Makefile.am:
9614         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
9615         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9616         * docs/plugins/gst-plugins-bad-plugins.args:
9617         * docs/plugins/gst-plugins-bad-plugins.signals:
9618         * docs/plugins/inspect/plugin-bz2.xml:
9619         * docs/plugins/inspect/plugin-cdxaparse.xml:
9620         * docs/plugins/inspect/plugin-dfbvideosink.xml:
9621         * docs/plugins/inspect/plugin-dtsdec.xml:
9622         * docs/plugins/inspect/plugin-equalizer.xml:
9623         * docs/plugins/inspect/plugin-faac.xml:
9624         * docs/plugins/inspect/plugin-faad.xml:
9625         * docs/plugins/inspect/plugin-filter.xml:
9626         * docs/plugins/inspect/plugin-freeze.xml:
9627         * docs/plugins/inspect/plugin-gio.xml:
9628         * docs/plugins/inspect/plugin-gsm.xml:
9629         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
9630         * docs/plugins/inspect/plugin-h264parse.xml:
9631         * docs/plugins/inspect/plugin-modplug.xml:
9632         * docs/plugins/inspect/plugin-mpeg2enc.xml:
9633         * docs/plugins/inspect/plugin-musepack.xml:
9634         * docs/plugins/inspect/plugin-musicbrainz.xml:
9635         * docs/plugins/inspect/plugin-nsfdec.xml:
9636         * docs/plugins/inspect/plugin-replaygain.xml:
9637         * docs/plugins/inspect/plugin-soundtouch.xml:
9638         * docs/plugins/inspect/plugin-spcdec.xml:
9639         * docs/plugins/inspect/plugin-spectrum.xml:
9640         * docs/plugins/inspect/plugin-speed.xml:
9641         * docs/plugins/inspect/plugin-tta.xml:
9642         * docs/plugins/inspect/plugin-videosignal.xml:
9643         * docs/plugins/inspect/plugin-xingheader.xml:
9644         * docs/plugins/inspect/plugin-xvid.xml:
9645         Add the GIO plugin to the docs and do a make update
9646         while doing that.
9647
9648         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
9649         Fix a small memleak.
9650
9651 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9652
9653         Patch by: René Stadler <mail at renestadler dot de>
9654
9655         * configure.ac:
9656         * ext/Makefile.am:
9657         * ext/gio/Makefile.am:
9658         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
9659         (gst_gio_get_supported_protocols),
9660         (gst_gio_uri_handler_get_type_sink),
9661         (gst_gio_uri_handler_get_type_src),
9662         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
9663         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
9664         (gst_gio_uri_handler_do_init), (plugin_init):
9665         * ext/gio/gstgio.h:
9666         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9667         (gst_gio_sink_class_init), (gst_gio_sink_init),
9668         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
9669         (gst_gio_sink_get_property), (gst_gio_sink_start),
9670         (gst_gio_sink_stop), (gst_gio_sink_unlock),
9671         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
9672         (gst_gio_sink_render), (gst_gio_sink_query):
9673         * ext/gio/gstgiosink.h:
9674         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9675         (gst_gio_src_class_init), (gst_gio_src_init),
9676         (gst_gio_src_finalize), (gst_gio_src_set_property),
9677         (gst_gio_src_get_property), (gst_gio_src_start),
9678         (gst_gio_src_stop), (gst_gio_src_get_size),
9679         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
9680         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
9681         (gst_gio_src_create):
9682         * ext/gio/gstgiosrc.h:
9683         Add a GIO/GVFS plugin with source and sink elements. This will
9684         only be enabled when --enable-experimental is given to configure
9685         for now as the GIO API is not stable yet. Fixes #476916.
9686
9687 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9688
9689         * gst/librfb/gstrfbsrc.c:
9690         * gst/librfb/rfbdecoder.c:
9691         * gst/librfb/rfbdecoder.h:
9692                 Added offset-x, offset-y, width and height property
9693                 for selecting a region from the screen
9694
9695 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9696
9697         * gst/librfb/gstrfbsrc.c:
9698                 Minimum raw encoding is working now
9699         * gst/librfb/rfbdecoder.c:
9700                 fix address while reading from stream
9701
9702 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9703
9704         * gst/librfb/gstrfbsrc.c:
9705                 raw encoding is working, but it looks like the 
9706                 ffmpegcolorspace plugin can't handle high resolutions
9707
9708 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9709
9710         * gst/librfb/gstrfbsrc.c:
9711                 bpp, depth and endianness are now set from the
9712                 stream.
9713
9714 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9715
9716         * examples/app/appsrc_ex.c: (main):
9717         Fix compilation after changing the name of a method.
9718
9719 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
9720
9721         * ext/alsaspdif/alsaspdifsink.c:
9722         * ext/timidity/gsttimidity.c:
9723         * ext/timidity/gstwildmidi.c:
9724         * gst/mpegvideoparse/mpegvideoparse.c:
9725           Fix memory leaks. More to come.
9726
9727         * tests/check/Makefile.am:
9728         * tests/check/generic/states.c:
9729           Improved state change unit test.        
9730
9731 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9732
9733         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
9734         (gst_rtp_bin_class_init):
9735         * gst/rtpmanager/gstrtpbin.h:
9736         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
9737         (gst_rtp_session_class_init), (gst_rtp_session_init),
9738         (gst_rtp_session_event_send_rtp_sink):
9739         * gst/rtpmanager/gstrtpsession.h:
9740         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
9741         (on_ssrc_active), (rtp_session_process_rb):
9742         * gst/rtpmanager/rtpsession.h:
9743         Add notification of active SSRCs to various RTP elements. Fixes #478566.
9744
9745 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9746
9747         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
9748         (gst_app_sink_class_init), (gst_app_sink_init),
9749         (gst_app_sink_dispose), (gst_app_sink_finalize),
9750         (gst_app_sink_set_property), (gst_app_sink_get_property),
9751         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
9752         (gst_app_sink_event), (gst_app_sink_getcaps),
9753         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
9754         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
9755         (gst_app_sink_pull_buffer):
9756         * gst-libs/gst/app/gstappsink.h:
9757         Add properties, signals and actions to access the element even without
9758         linking to the library.
9759         Fix some method names and signatures.
9760
9761 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9762
9763         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9764
9765         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
9766         (gst_faad_srcgetcaps), (gst_faad_update_caps):
9767         Don't set channel positions on regular mono and stereo cases.
9768         Fixes #476370.
9769
9770 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9771
9772         * gst/librfb/gstrfbsrc.c:
9773         * gst/librfb/rfbdecoder.c:
9774         * gst/librfb/rfbdecoder.h:
9775                 It is now possible to connect to a vncserver.
9776                 there are still some issues with the ouput of 
9777                 the screen. Looks like some lines are confused
9778
9779 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
9780
9781         * docs/plugins/.cvsignore:
9782         * tests/check/.cvsignore:
9783           Ignore registries in any format.
9784
9785 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9786
9787         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9788         (open_library), (gst_real_video_dec_init),
9789         (gst_real_video_dec_set_property),
9790         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
9791         * gst/real/gstrealvideodec.h:
9792         Don't generate an error for occasional decoding errors.
9793         Add max-errors property.
9794         Error out when we receive max-errors in a row. Fixes #478159.
9795
9796 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9797
9798         * gst/librfb/gstrfbsrc.c: 
9799                 Add password property (write only)
9800         * gst/librfb/rfbdecoder.c: 
9801                 Read the reason on failure
9802                 Use the password property for authentication
9803         * gst/librfb/rfbdecoder.h:
9804                 Add defines for version checking
9805
9806 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
9807
9808         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
9809         (gst_dfbsurface_class_init):
9810         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
9811         chain up to the parent class to free everything, including caps.
9812
9813 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9814
9815         * gst/librfb/Makefile.am:
9816         * gst/librfb/d3des.c:
9817         * gst/librfb/d3des.h:
9818         * gst/librfb/rfbdecoder.c:
9819         * gst/librfb/vncauth.c:
9820         * gst/librfb/vncauth.h:
9821         VNC Authentication should be working now
9822         temperaly with fake password 'testtest'
9823
9824 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
9825
9826         * gst/librfb/rfbdecoder.c:
9827         * gst/librfb/rfbdecoder.h:
9828         Added some documentation about security handling
9829         start implementing security handling for rfb 3.3
9830
9831 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9832
9833         * gst/spectrum/demo-audiotest.c:
9834         * gst/spectrum/demo-osssrc.c:
9835           Handling window resize.
9836
9837 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9838
9839         * ChangeLog:
9840           Add missing newline.
9841
9842         * gst/librfb/rfbdecoder.c:
9843           Fix the build (missing stdlib.h).
9844
9845         * gst/spectrum/gstspectrum.c:
9846         * gst/spectrum/gstspectrum.h:
9847           Use basetransform segment so that it is correctly managed on flushes
9848           and start/stop. Report message timestamp as stream time, which is what
9849           an application can understand. (Yes these are adapted from wim recent
9850           level element changes)
9851
9852 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9853
9854         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
9855         Link to the right pads regardless of which one was created first in the
9856         ssrc demuxer.
9857
9858         * gst/rtpmanager/gstrtpjitterbuffer.c:
9859         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9860         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
9861         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
9862         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
9863         Improve debugging.
9864
9865         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9866         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
9867         (gst_rtp_ssrc_demux_sink_event),
9868         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9869         (gst_rtp_ssrc_demux_rtcp_chain),
9870         (gst_rtp_ssrc_demux_internal_links):
9871         * gst/rtpmanager/gstrtpssrcdemux.h:
9872         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
9873
9874 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9875
9876         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
9877         (gst_rtp_bin_get_property):
9878         Use lock to protect variable.
9879
9880         * gst/rtpmanager/gstrtpjitterbuffer.c:
9881         (gst_rtp_jitter_buffer_class_init),
9882         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
9883         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
9884         Reconstruct GST timestamp from RTP timestamps based on measured clock
9885         skew and sync offset.
9886
9887         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9888         (rtp_jitter_buffer_set_tail_changed),
9889         (rtp_jitter_buffer_set_clock_rate),
9890         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
9891         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
9892         * gst/rtpmanager/rtpjitterbuffer.h:
9893         Measure clock skew.
9894         Add callback to be notfied when a new packet was inserted at the tail.
9895
9896         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9897         (calculate_jitter), (rtp_source_send_rtp):
9898         * gst/rtpmanager/rtpsource.h:
9899         Remove clock skew detection, it's move to the jitterbuffer now.
9900
9901 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9902
9903         Patch by: Daniel Charles <dcharles at ti dot com>
9904
9905         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
9906         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
9907         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
9908         * ext/amrwb/gstamrwbenc.h:
9909         Add property to control bandmode. Fixes #477306.
9910
9911 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
9912
9913         * gst/rtpmanager/gstrtpbin.c: (create_session):
9914         Also set NTP base time on new sessions.
9915
9916         * gst/rtpmanager/gstrtpjitterbuffer.c:
9917         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
9918         (gst_rtp_jitter_buffer_set_property),
9919         (gst_rtp_jitter_buffer_get_property):
9920         Use the right lock to protect our variables.
9921         Fix some comment.
9922
9923         * gst/rtpmanager/gstrtpsession.c:
9924         (gst_rtp_session_getcaps_send_rtp),
9925         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
9926         Implement getcaps on the sender sinkpad so that payloaders can negotiate
9927         the right SSRC.
9928
9929 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9930
9931         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
9932         (get_client), (free_client), (gst_rtp_bin_associate),
9933         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
9934         (gst_rtp_bin_finalize):
9935         * gst/rtpmanager/gstrtpjitterbuffer.c:
9936         (gst_rtp_jitter_buffer_class_init),
9937         (gst_rtp_jitter_buffer_finalize):
9938         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
9939         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
9940         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
9941         (gst_rtp_session_chain_send_rtp):
9942         * gst/rtpmanager/gstrtpssrcdemux.c:
9943         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
9944         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
9945         * gst/rtpmanager/rtpsession.h:
9946         Various leak fixes.
9947
9948 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9949
9950         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
9951         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
9952         Calculate and configure the NTP base time so that we can generate better
9953         NTP times in SR packets.
9954         Set caps on new ghostpad.
9955
9956         * gst/rtpmanager/gstrtpjitterbuffer.c:
9957         (gst_rtp_jitter_buffer_loop):
9958         Clean debug statement.
9959
9960         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9961         (gst_rtp_session_init), (gst_rtp_session_set_property),
9962         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9963         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
9964         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
9965         (gst_rtp_session_event_send_rtp_sink),
9966         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9967         (create_send_rtp_sink):
9968         * gst/rtpmanager/gstrtpsession.h:
9969         Add ntp-ns-base property to convert running_time to NTP time.
9970         Handle NEWSEGMENT events on send and recv RTP pads so that we can
9971         calculate the running time and thus NTP time of the packets.
9972         Simplify getting the current NTP time using the pipeline clock.
9973         Implement internal links functions.
9974         Use the buffer timestamp to calculate the NTP time instead of the clock.
9975
9976         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9977         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9978         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
9979         (gst_rtp_ssrc_demux_internal_links),
9980         (gst_rtp_ssrc_demux_src_query):
9981         * gst/rtpmanager/gstrtpssrcdemux.h:
9982         Implement internal links function.
9983         Calculate the diff between different streams, this might be used later
9984         to get the inter stream latency.
9985
9986         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
9987         Simple cleanup.
9988
9989         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9990         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
9991         Make the clock skew window a little bigger.
9992         Apply the clock skew to all buffers, not just one with a new timestamp.
9993         Calculate and debug sender clock drift.
9994         Use extended last timestamp to interpolate for SR reports.
9995
9996 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
9997
9998         Patch by: Peter Kjellerstedt  <pkj at axis com>
9999
10000         * gst-libs/gst/app/gstappsink.c:
10001         * gst/flv/gstflvdemux.c:
10002         * gst/flv/gstflvparse.c:
10003         * gst/interleave/deinterleave.c:
10004         * gst/switch/gstswitch.c:
10005           Printf format fixes (#476128).
10006
10007 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10008
10009         Patch by: Thomas Green  <tom78999 gmail com>
10010
10011         * ext/neon/gstneonhttpsrc.c:
10012           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
10013           flag if we want ICY streams to be handled too, otherwise
10014           libneon will error out with a 'can't parse reponse' error.
10015           Fixes #474696.
10016
10017         * tests/check/elements/neonhttpsrc.c:
10018           Unit test for the above by Yours Truly.
10019
10020 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10021
10022         * configure.ac:
10023           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
10024           xvid configure checks, so they still work when cross-compiling.
10025           Fixes #452009.
10026
10027 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
10028
10029         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
10030         (gst_spectrum_transform_ip):
10031         Use the correct parameter order for the memset calls.
10032         Thanks to Christian Schaller for noticing.
10033
10034 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
10035
10036         * gst/mpegtsparse/mpegtsparse.c:
10037           Fix the build (missing stdlib.h).
10038
10039 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10040
10041         * gst/spectrum/fix_fft.c:
10042         Remove fixed point FFT as it's not used anymore.
10043
10044 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10045
10046         * configure.ac:
10047         * gst/spectrum/Makefile.am:
10048         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
10049         (message_handler), (main):
10050         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
10051         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
10052         (gst_spectrum_class_init), (gst_spectrum_init),
10053         (gst_spectrum_dispose), (gst_spectrum_set_property),
10054         (gst_spectrum_get_property), (gst_spectrum_start),
10055         (gst_spectrum_setup), (gst_spectrum_message_new),
10056         (gst_spectrum_transform_ip):
10057         * gst/spectrum/gstspectrum.h:
10058         Port GstSpectrum to GstAudioFilter and libgstfft, add support
10059         for int32, float and double, use floats for the message contents,
10060         average all FFTs done in one interval for better results, use
10061         a better windowing function, allow posting the phase in the message
10062         and actually do an FFT with the requested number of bands instead
10063         of interpolating.
10064
10065         * tests/check/elements/spectrum.c: (GST_START_TEST),
10066         (spectrum_suite):
10067         Improve the units tests by checking for a 11025Hz sine wave
10068         and add unit tests for all 4 supported sample types.
10069
10070 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
10071
10072         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10073         (gst_real_video_dec_setcaps):
10074         Add some more debugging.
10075         Don't set LONG for width/height in caps.
10076         Set correct output buffer size when caps changed.
10077         The custom message sent to the decoder should not include the format and
10078         subformat. Fixes #471554.
10079
10080 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
10081
10082         * gst/rtpmanager/gstrtpsession.c:
10083           Make compiler happy: fix compilation with -Wall -Werror
10084           (#473562).
10085
10086 2007-09-03  Johan Dahlin  <johan@gnome.org>
10087
10088         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
10089         * gst/nsf/gstnsf.h:
10090         Add support for (very) basic tagging.
10091         
10092 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
10093
10094         * gst/rtpmanager/gstrtpbin-marshal.list:
10095         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
10096         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
10097         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
10098         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
10099         * gst/rtpmanager/gstrtpbin.h:
10100         Updated example pipelines in docs.
10101         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
10102         Set the default latency correctly.
10103         Add some more points where we can get caps.
10104
10105         * gst/rtpmanager/gstrtpjitterbuffer.c:
10106         (gst_rtp_jitter_buffer_class_init),
10107         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
10108         (gst_rtp_jitter_buffer_query),
10109         (gst_rtp_jitter_buffer_set_property),
10110         (gst_rtp_jitter_buffer_get_property):
10111         Add ts-offset property to control timestamping.
10112
10113         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10114         (gst_rtp_session_init), (gst_rtp_session_set_property),
10115         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10116         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
10117         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
10118         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
10119         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
10120         (gst_rtp_session_event_send_rtp_sink),
10121         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10122         (create_recv_rtcp_sink), (create_send_rtp_sink),
10123         (create_send_rtcp_src):
10124         Various cleanups.
10125         Feed rtpsession manager with NTP time based on pipeline clock when
10126         handling RTP packets and RTCP timeouts.
10127         Perform all RTCP with the system clock.
10128         Set caps on RTCP outgoing buffers.
10129
10130         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
10131         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
10132         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10133         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
10134         (gst_rtp_ssrc_demux_rtcp_chain):
10135         * gst/rtpmanager/gstrtpssrcdemux.h:
10136         Also demux RTCP messages.
10137
10138         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
10139         (update_arrival_stats), (rtp_session_process_rtp),
10140         (rtp_session_process_rb), (rtp_session_process_sr),
10141         (rtp_session_process_rr), (rtp_session_process_rtcp),
10142         (rtp_session_send_rtp), (rtp_session_send_bye),
10143         (session_start_rtcp), (session_report_blocks), (session_cleanup),
10144         (rtp_session_on_timeout):
10145         * gst/rtpmanager/rtpsession.h:
10146         Remove the get_time callback, the GStreamer part will feed us with
10147         enough timing information.
10148         Split sync timing and RTCP timing information.
10149         Factor out common RB handling for SR and RR.
10150         Send out SR RTCP packets for lip-sync.
10151         Move SR and RR packet info generation to the source.
10152
10153         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10154         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
10155         (rtp_source_process_rtp), (rtp_source_send_rtp),
10156         (rtp_source_process_sr), (rtp_source_process_rb),
10157         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
10158         (rtp_source_get_last_sr):
10159         * gst/rtpmanager/rtpsource.h:
10160         * gst/rtpmanager/rtpstats.h:
10161         Use caps on incomming buffers to get timing information when they are
10162         there.
10163         Calculate clock scew of the receiver compared to the sender and adjust
10164         the rtp timestamps.
10165         Calculate the round trip in sources.
10166         Do SR and RR calculations in the source.
10167
10168 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
10169
10170         * configure.ac:
10171         updated gmyth version
10172
10173         * ext/mythtv/gstmythtvsrc.c:
10174         * ext/mythtv/gstmythtvsrc.h:
10175         Code rewrite
10176
10177 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
10178
10179         * gst/rtpmanager/gstrtpjitterbuffer.c:
10180         (gst_rtp_jitter_buffer_flush_stop),
10181         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
10182         Use extended timestamp to release buffers from the jitterbuffer so that
10183         we can handle the rtp wraparound correctly.
10184
10185 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
10186
10187         * gst/rtpmanager/gstrtpjitterbuffer.c:
10188         (gst_rtp_jitter_buffer_loop):
10189         Improve Comments.
10190
10191         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10192         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
10193         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
10194         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
10195         (create_send_rtp_sink):
10196         Also parse the sink caps for clock-rate instead of only relying on the
10197         result of the signal.
10198
10199         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10200         Make sure we fetch the clock rate for payloads we are sending out so
10201         that we can use it for SR reports.
10202
10203 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10204
10205         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
10206         If all information is known at time of setting start-time
10207         property, send new segments then.
10208
10209 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10210
10211         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10212         (gst_rtp_session_change_state),
10213         (gst_rtp_session_event_send_rtp_sink):
10214         * gst/rtpmanager/gstrtpsession.h:
10215         Distribute synchronisation parameters to the session manager so that it
10216         can generate correct SR packets for lip-sync.
10217
10218         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
10219         (rtp_session_set_timestamp_sync), (session_start_rtcp):
10220         * gst/rtpmanager/rtpsession.h:
10221         Add methods for setting sync parameters.
10222         Set correct RTP time in SR packets using the sync params.
10223
10224         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10225         * gst/rtpmanager/rtpsource.h:
10226         Record last RTP <-> GST timestamp so that we can use them to convert NTP
10227         to RTP timestamps in SR packets.
10228
10229 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10230
10231         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
10232         Add some more advanced example pipelines.
10233
10234         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
10235         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
10236         Add some debug and FIXME.
10237         Release LOCK when performing session cleanup.
10238
10239         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
10240         Add some debug.
10241
10242         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
10243         (rtp_source_send_rtp):
10244         Make sure we always send RTP packets with the session SSRC.
10245
10246 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
10247
10248         * gst/dvdspu/gstdvdspu.c:
10249           Don't need this include (fixes compilation in uninstalled setup).
10250
10251 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
10252
10253         * gst/rtpmanager/gstrtpjitterbuffer.c:
10254         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
10255         (gst_rtp_jitter_buffer_query):
10256         When synchronizing buffers, take peer latency into account.
10257         Don't try to add our latency to invalid peer max latency values.
10258
10259 2007-08-27  Julien MOUTTE  <julien@moutte.net>
10260
10261         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
10262         Make sure we initialize the seek result.
10263
10264 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10265
10266         * gst/dvdspu/Makefile.am:
10267         Commit the makefile too.
10268
10269 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10270
10271         * configure.ac:
10272         * gst/dvdspu/.cvsignore:
10273         * gst/dvdspu/Notes.txt:
10274         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
10275         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
10276         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
10277         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
10278         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
10279         (gstdvdspu_render_spu):
10280         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
10281         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
10282         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
10283         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
10284         (dvdspu_video_event), (dvdspu_video_chain),
10285         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
10286         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
10287         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
10288         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
10289         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
10290         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
10291         (dvdspu_subpic_event), (dvdspu_change_state),
10292         (gstdvdspu_plugin_init):
10293         * gst/dvdspu/gstdvdspu.h:
10294
10295         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
10296         Unit, decoding and overlaying DVD subtitles and menu graphics.
10297
10298         * gst/mpeg2sub/.cvsignore:
10299         * gst/mpeg2sub/Makefile.am:
10300         * gst/mpeg2sub/Notes.txt:
10301         * gst/mpeg2sub/gstmpeg2subt.c:
10302         * gst/mpeg2sub/gstmpeg2subt.h:
10303         * gst/mpeg2sub/mpeg2subt.vcproj:
10304         Delete old and broken mpeg2subt element that was never ported from 0.8
10305
10306 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10307
10308         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10309         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10310         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
10311         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
10312         (gst_flv_demux_src_event): Remove some useless ifdef.
10313
10314 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10315
10316         * examples/switch/switcher.c (main):
10317         * gst/switch/gstswitch.c (gst_switch_chain):
10318         Make switch more reliable and also not lock up when
10319         sink pad caps change.
10320
10321 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10322
10323         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10324         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10325         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
10326         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
10327         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
10328         seeking in push mode.
10329         * gst/flv/gstflvdemux.h:
10330
10331 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10332
10333         * gst/mpegtsparse/flutspatinfo.c:
10334         * gst/mpegtsparse/flutspatinfo.h:
10335         * gst/mpegtsparse/flutspmtinfo.c:
10336         * gst/mpegtsparse/flutspmtinfo.h:
10337         Update licences to reflect LGPL-ness of these files also.
10338
10339 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10340
10341         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10342         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
10343         * docs/plugins/gst-plugins-bad-plugins.interfaces:
10344         * docs/plugins/gst-plugins-bad-plugins.signals:
10345         * gst/rtpmanager/gstrtpbin.c:
10346         * gst/rtpmanager/gstrtpbin.h:
10347         * gst/rtpmanager/gstrtpclient.c:
10348         * gst/rtpmanager/gstrtpclient.h:
10349         * gst/rtpmanager/gstrtpjitterbuffer.c:
10350         * gst/rtpmanager/gstrtpjitterbuffer.h:
10351         * gst/rtpmanager/gstrtpptdemux.c:
10352         * gst/rtpmanager/gstrtpptdemux.h:
10353         * gst/rtpmanager/gstrtpsession.c:
10354         * gst/rtpmanager/gstrtpsession.h:
10355         * gst/rtpmanager/gstrtpssrcdemux.c:
10356         * gst/rtpmanager/gstrtpssrcdemux.h:
10357           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
10358           registers a GType that's different than the GstRTPFoo types that
10359           farsight registers (luckily GType names are case sensitive). Should
10360           finally fix #430664.
10361
10362 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10363
10364         * configure.ac:
10365         * win32/common/config.h:
10366         * win32/common/config.h.in:
10367           Automatically generate win32/common/config.h via configure (this
10368           ensures the win32 version of config.h is up-to-date when a release
10369           is made, #433373). config.h.in file might need some more work.
10370
10371 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10372
10373         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10374
10375         * configure.ac:
10376         * gst/festival/Makefile.am:
10377         * gst/festival/gstfestival.c:
10378           Port festival plugin to GStreamer-0.10 (#461377).
10379
10380 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10381
10382         * ext/faad/gstfaad.c: (gst_faad_chain):
10383         Don't unref the buffer when it was clipped.
10384
10385 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10386
10387         * ext/faad/gstfaad.c: (gst_faad_chain):
10388         Don't unref the buffer when it was clipped.
10389
10390 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10391
10392         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10393         (gst_flv_demux_pull_tag):
10394         * gst/flv/gstflvdemux.h:
10395         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10396         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10397         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
10398         metadata tags like ASF does. Fluendo muxer supports this and 
10399         Flash players can support it as well this way.
10400
10401 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10402
10403         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
10404         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10405         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10406         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10407         index if no times object was parsed. Fix the way we decide to push
10408         tags and emit no-more-pads. Fix some printf typing in debugging.
10409
10410 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10411
10412         * gst/rtpmanager/gstrtpjitterbuffer.c:
10413         (gst_rtp_jitter_buffer_chain),
10414         (gst_rtp_jitter_buffer_set_property):
10415         When drop-on-latency is set but we have no latency configured, just push
10416         the buffer as fast as possible.
10417         Fix typo in comment.
10418
10419 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10420
10421         * gst/rtpmanager/rtpjitterbuffer.c:
10422         (rtp_jitter_buffer_get_ts_diff):
10423         * gst/rtpmanager/rtpjitterbuffer.h:
10424         Fix undefined overflow prone ts_diff handling.
10425
10426 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10427
10428         * gst/modplug/gstmodplug.cc:
10429         Fix compiler warning.
10430
10431 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10432
10433         * gst/modplug/gstmodplug.cc:
10434           Don't use NULL caps for srcpad is not yet connected.
10435
10436 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10437
10438         * configure.ac:
10439         * gst/mpegtsparse/Makefile.am:
10440         * gst/mpegtsparse/flutspatinfo.c:
10441         * gst/mpegtsparse/flutspatinfo.h:
10442         * gst/mpegtsparse/flutspmtinfo.c:
10443         * gst/mpegtsparse/flutspmtinfo.h:
10444         * gst/mpegtsparse/flutspmtstreaminfo.c:
10445         * gst/mpegtsparse/flutspmtstreaminfo.h:
10446         * gst/mpegtsparse/mpegtspacketizer.c:
10447         * gst/mpegtsparse/mpegtspacketizer.h:
10448         * gst/mpegtsparse/mpegtsparse.c:
10449         * gst/mpegtsparse/mpegtsparse.h:
10450         * gst/mpegtsparse/mpegtsparsemarshal.list:
10451         Add mpeg transport stream parser written by:
10452         Alessandro Decina. Includes a couple of files from the
10453         Fluendo transport stream demuxer that Fluendo have 
10454         kindly allowed to be licenced under LGPL also.
10455
10456 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10457
10458         Patch by: Bastien Nocera  <hadess at hadess net>
10459
10460         * ext/mythtv/gstmythtvsrc.c:
10461           Add examples for live mythtv:// URIs to docs (#468039).
10462           Also convert some tabs into spaces.
10463
10464 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10465
10466         * gst/filter/gstbpwsinc.c:
10467         * gst/filter/gstlpwsinc.c:
10468         Add small comparision with the chebyshev filters in the docs.
10469
10470 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10471
10472         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10473         (bpwsinc_suite):
10474         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10475         (lpwsinc_suite):
10476         Also test everything in 32 bit float mode.
10477
10478 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10479
10480         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10481         (bpwsinc_set_property), (bpwsinc_get_property):
10482         * gst/filter/gstbpwsinc.h:
10483         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10484         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10485         (lpwsinc_get_property):
10486         * gst/filter/gstlpwsinc.h:
10487         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10488         Use generator macros for the process functions for the different
10489         sample types, add lower upper boundaries for the GObject properties
10490         so automatically generated UIs can use sliders and change frequency
10491         properties to floats to save a bit of memory, even ints would in
10492         theory be enough. Also rename frequency to cutoff for consistency
10493         reasons.
10494         * docs/plugins/gst-plugins-bad-plugins.args:
10495         * docs/plugins/gst-plugins-bad-plugins.signals:
10496         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10497         Regenerated for the above changes.
10498
10499 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10500
10501         * ext/amrwb/gstamrwbparse.c:
10502           Don't leak the adapter.
10503
10504 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10505
10506         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10507         (gst_bpwsinc_init), (process_32), (process_64),
10508         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10509         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10510         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10511         * gst/filter/gstbpwsinc.h:
10512         Implement latency query and only forward those samples downstream
10513         that actually contain the data we want, i.e. drop kernel_length/2
10514         in the beginning and append kernel_length/2 (created by convolving
10515         the filter kernel with zeroes) to the end.
10516
10517         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10518         Adjust the unit test for this slightly changed behaviour.
10519
10520         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10521         Reset residue length only when actually creating a residue.
10522
10523 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10524
10525         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10526         Override the preroll vmethod instead of overriding the render method
10527         twice.
10528
10529 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10530
10531         * gst/rtpmanager/gstrtpjitterbuffer.c:
10532         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10533         (gst_rtp_jitter_buffer_loop):
10534         Fix EOS handling.
10535         Convert some DEBUG into WARNINGs.
10536         Pause task when flushing.
10537
10538         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10539         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10540         Use system clock for RTCP session management timeouts.
10541
10542         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10543         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10544         Release the session lock when emiting signals.
10545
10546 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10547
10548         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10549         (gst_faad_chanpos_to_gst):
10550         Add some debug info.
10551
10552 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10553
10554         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10555         (gst_lpwsinc_init), (process_32), (process_64),
10556         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10557         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10558         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10559         * gst/filter/gstlpwsinc.h:
10560         Implement latency query and only forward those samples downstream
10561         that actually contain the data we want, i.e. drop kernel_length/2
10562         in the beginning and append kernel_length/2 (created by convolving
10563         the filter kernel with zeroes) to the end.
10564         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10565         Adjust the unit test for this slightly changed behaviour.
10566
10567 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10568
10569         * ext/ladspa/gstladspa.c:
10570           Don't leak like hell.
10571
10572 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10573
10574         * tests/check/Makefile.am:
10575         * tests/check/generic/.cvsignore:
10576         * tests/check/generic/states.c:
10577           Add generic state-change test suite to help to fi leaks.
10578
10579 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10580
10581         * ext/timidity/gstwildmidi.c:
10582         * ext/timidity/gstwildmidi.h:
10583           Look harder for a config. Based on patch by Hans de Goede.
10584           Fixes #456912
10585
10586 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10587
10588         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10589         Don't use new API.
10590
10591 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10592
10593         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10594         (gst_app_sink_class_init), (gst_app_sink_dispose),
10595         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10596         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10597         (gst_app_sink_render), (gst_app_sink_get_caps),
10598         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10599         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10600         * gst-libs/gst/app/gstappsink.h:
10601         Make love to appsink.
10602         Make it support pulling of the preroll buffer.
10603         Add docs and debug statements.
10604         Fix some races wrt to EOS handling and stopping.
10605         Implement getcaps.
10606         Implement FLUSHING.
10607         API: gst_app_sink_pull_preroll()
10608
10609 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10610
10611         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
10612         (gst_flv_demux_get_index):
10613         Fix locking and refcounting on the index.
10614
10615 2007-08-14  Julien MOUTTE  <julien@moutte.net>
10616
10617         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10618         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
10619         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
10620         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
10621         (gst_flv_demux_src_event), (gst_flv_demux_query),
10622         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
10623         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
10624         (gst_flv_demux_class_init): First method for seeking in pull
10625         mode using the index built step by step or coming from metadata.
10626         * gst/flv/gstflvdemux.h:
10627         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10628         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10629         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
10630         more metadata types and keyframes index.
10631
10632 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
10633
10634         * docs/plugins/Makefile.am:
10635         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10636         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10637         * docs/plugins/gst-plugins-bad-plugins.args:
10638         * docs/plugins/gst-plugins-bad-plugins.signals:
10639         * docs/plugins/inspect/plugin-bz2.xml:
10640         * docs/plugins/inspect/plugin-cdxaparse.xml:
10641         * docs/plugins/inspect/plugin-dtsdec.xml:
10642         * docs/plugins/inspect/plugin-faac.xml:
10643         * docs/plugins/inspect/plugin-faad.xml:
10644         * docs/plugins/inspect/plugin-filter.xml:
10645         * docs/plugins/inspect/plugin-freeze.xml:
10646         * docs/plugins/inspect/plugin-gsm.xml:
10647         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10648         * docs/plugins/inspect/plugin-h264parse.xml:
10649         * docs/plugins/inspect/plugin-modplug.xml:
10650         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10651         * docs/plugins/inspect/plugin-musepack.xml:
10652         * docs/plugins/inspect/plugin-musicbrainz.xml:
10653         * docs/plugins/inspect/plugin-nsfdec.xml:
10654         * docs/plugins/inspect/plugin-replaygain.xml:
10655         * docs/plugins/inspect/plugin-soundtouch.xml:
10656         * docs/plugins/inspect/plugin-spcdec.xml:
10657         * docs/plugins/inspect/plugin-spectrum.xml:
10658         * docs/plugins/inspect/plugin-speed.xml:
10659         * docs/plugins/inspect/plugin-tta.xml:
10660         * docs/plugins/inspect/plugin-videosignal.xml:
10661         * docs/plugins/inspect/plugin-xingheader.xml:
10662         * docs/plugins/inspect/plugin-xvid.xml:
10663         * gst/filter/gstbpwsinc.c:
10664         * gst/filter/gstbpwsinc.h:
10665         * gst/filter/gstlpwsinc.c:
10666         * gst/filter/gstlpwsinc.h:
10667         Add docs for lpwsinc and bpwsinc and integrate them
10668         into the build system. While doing that also update
10669         all other docs via make update in docs/plugins.
10670
10671 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
10672
10673         * gst/rtpmanager/rtpjitterbuffer.c:
10674           Include stdlib.
10675
10676 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10677
10678         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10679         Make one test constraint a bit stricter.
10680
10681 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10682
10683         * tests/check/Makefile.am:
10684         * tests/check/elements/.cvsignore:
10685         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
10686         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
10687         Add unit tests for bpwsinc, testing fundamental functionality again.
10688
10689 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10690
10691         * tests/check/Makefile.am:
10692         * tests/check/elements/.cvsignore:
10693         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
10694         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
10695         Add unit tests for lpwsinc, testing fundamental functionality.
10696
10697 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10698
10699         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10700         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10701         Improve debugging a bit.
10702
10703 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10704
10705         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10706         (bpwsinc_start):
10707         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10708         (lpwsinc_start):
10709         Reset the residue in BaseTransform::start to get a clean residue
10710         on stream changes.
10711
10712 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
10713
10714         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
10715         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
10716         Fix processing with buffer sizes that are smaller than the filter
10717         kernel size.
10718
10719 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
10720
10721         * gst/rtpmanager/Makefile.am:
10722         * gst/rtpmanager/async_jitter_queue.c:
10723         * gst/rtpmanager/async_jitter_queue.h:
10724         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
10725         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
10726         (rtp_jitter_buffer_new), (compare_seqnum),
10727         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
10728         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
10729         (rtp_jitter_buffer_get_ts_diff):
10730         * gst/rtpmanager/rtpjitterbuffer.h:
10731         Remove complicated async queue and replace with more simple jitterbuffer
10732         code while also fixing some bugs.
10733
10734         * gst/rtpmanager/gstrtpbin-marshal.list:
10735         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
10736         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
10737         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
10738         (create_send_rtp):
10739         * gst/rtpmanager/gstrtpbin.h:
10740         * gst/rtpmanager/gstrtpjitterbuffer.c:
10741         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
10742         (gst_jitter_buffer_sink_parse_caps),
10743         (gst_rtp_jitter_buffer_flush_start),
10744         (gst_rtp_jitter_buffer_flush_stop),
10745         (gst_rtp_jitter_buffer_change_state),
10746         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10747         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
10748         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
10749         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
10750         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
10751         (gst_rtp_session_init):
10752         * gst/rtpmanager/gstrtpsession.h:
10753         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
10754         Use new jitterbuffer code.
10755         Expose some new signals in preparation for handling EOS.
10756
10757 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10758
10759         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10760         Fix a segfault with more than one channel and don't rebuild
10761         the kernel & residue with every buffer.
10762
10763 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10764
10765         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
10766         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
10767         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
10768         (bpwsinc_get_property):
10769         * gst/filter/gstbpwsinc.h:
10770         Add support for a bandreject mode and allow specifying the window
10771         function that should be used.
10772         * gst/filter/gstlpwsinc.c:
10773         And another small formatting fix.
10774
10775 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10776
10777         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10778         (gst_bpwsinc_init), (process_32), (process_64),
10779         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
10780         (bpwsinc_transform), (bpwsinc_set_property),
10781         (bpwsinc_get_property):
10782         * gst/filter/gstbpwsinc.h:
10783         Apply the same changes to the bandpass filter:
10784          - Support double input
10785          - Fix processing for input with >1 channels
10786          - Specify frequency in Hz
10787          - Specify actual filter kernel length
10788          - Use transform instead of transform_ip as we're working
10789            out of place anyway
10790          - Factor out filter kernel generation and update the filter
10791            kernel when the properties are set
10792         Fix bandpass filter kernel generation to actually generate
10793         a bandpass filter by creating a highpass instead of a second
10794         lowpass.
10795         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
10796         Small formatting fix.
10797
10798 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10799
10800         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10801         (gst_lpwsinc_init), (process_32), (process_64),
10802         (lpwsinc_build_kernel), (lpwsinc_set_property),
10803         (lpwsinc_get_property):
10804         * gst/filter/gstlpwsinc.h:
10805         Specify the actual filter length instead of a weird
10806         2N+1. Setting the property will round to the next odd number.
10807         Also remove now obsolete FIXMEs.
10808
10809 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10810
10811         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
10812         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
10813         (lpwsinc_build_kernel), (lpwsinc_set_property),
10814         (lpwsinc_get_property):
10815         * gst/filter/gstlpwsinc.h:
10816         Allow choosing between hamming and blackman window. The blackman
10817         window provides a better stopband attenuation but a bit slower
10818         rolloff.
10819
10820 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10821
10822         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
10823         (gst_lpwsinc_class_init), (process_32), (process_64),
10824         (lpwsinc_build_kernel), (lpwsinc_set_property),
10825         (lpwsinc_get_property):
10826         * gst/filter/gstlpwsinc.h:
10827         Add a highpass mode.
10828
10829 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10830
10831         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
10832         (lpwsinc_build_kernel):
10833         Fix processing if the input has more than one channel.
10834
10835 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10836
10837         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10838         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
10839         (bpwsinc_set_property), (bpwsinc_get_property):
10840         "this" is a C++ keyword, use "self" instead.
10841         Add TODOs and FIXMEs and remove two wrong FIXMEs.
10842         * gst/filter/gstlpwsinc.c:
10843         Add FIXMEs and a new TODO.
10844
10845 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10846
10847         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10848         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
10849         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
10850         (lpwsinc_get_unit_size), (lpwsinc_transform),
10851         (lpwsinc_set_property), (lpwsinc_get_property):
10852         * gst/filter/gstlpwsinc.h:
10853         Add double support, replace "this" with "self" as the former
10854         is a C++ keyword.
10855         Implement the frequency property in Hz instead of fraction
10856         of sampling frequency.
10857         Remove some unecessary FIXMEs and add some TODOs, add some
10858         required locking and refactor the kernel generation into a
10859         separate function that is also called when the properties
10860         change now.
10861         And use BaseTransform::transform instead of transform_ip
10862         as the convolution is done out of place anyway. Should
10863         be done in place later.
10864
10865 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10866
10867         * configure.ac:
10868         * gst/stereo/Makefile.am:
10869         * gst/stereo/gststereo.c: (gst_stereo_base_init),
10870         (gst_stereo_class_init), (gst_stereo_init),
10871         (gst_stereo_transform_ip), (gst_stereo_set_property),
10872         (gst_stereo_get_property):
10873         * gst/stereo/gststereo.h:
10874         Port the stereo element to GStreamer 0.10.
10875
10876 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10877
10878         submitted by: Raphael Higino <phhigino@gmail.com>
10879
10880         * po/LINGUAS:
10881         * po/pt_BR.po:
10882           Added Portuguese (Brazilian) translation.
10883
10884 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10885
10886         * po/uk.po:
10887         * po/vi.po:
10888           Updated translations.
10889
10890 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
10891
10892         * gst/filter/Makefile.am:
10893         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10894         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
10895         (gst_bpwsinc_init), (bpwsinc_setup):
10896         * gst/filter/gstbpwsinc.h:
10897         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10898         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
10899         (gst_lpwsinc_init), (lpwsinc_setup):
10900         * gst/filter/gstlpwsinc.h:
10901         Use GstAudioFilter as base class and don't leak the memory
10902         of the filter kernel and residue.
10903
10904 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
10905
10906         Patch by: Josep Torra Valles <josep@fluendo.com>
10907
10908         * docs/plugins/gst-plugins-bad-plugins.args:
10909         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
10910         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
10911         * ext/libmms/gstmms.h:
10912         Add connection speed property to libmms. Fixes #464678.
10913
10914 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10915
10916         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10917         (gst_real_video_dec_activate_push), (open_library),
10918         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
10919         * gst/real/gstrealvideodec.h:
10920         Remove some old unused vars.
10921
10922 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10923
10924         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10925         Small cleanups.
10926
10927         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10928         (open_library):
10929         Remove fragment and timestamp correction code from the decoder to make
10930         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
10931
10932 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10933
10934         * po/POTFILES.skip:
10935           Add POTFILES.skip with list of source files that aren't disted at the
10936           moment but contain translatable strings. Should hopefully pacify
10937           broken tools and make it clearer that these files are left out
10938           intentionally (#461601 and others).
10939
10940 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10941
10942         Patch by: Ian Munro  <imunro at netspace net au>
10943
10944         * gst/bayer/gstbayer2rgb.c:
10945           Include our own "_stdint.h" instead of <stdint.h> (which may not
10946           be available).
10947
10948         * gst/speed/gstspeed.h:
10949           Native HP-UX compiler dosn't seem to like enum typedefs before the
10950           actual enum was defined.
10951
10952         * gst/vmnc/vmncdec.c:
10953           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
10954
10955 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
10956
10957         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10958         Use the proper context variable when setting the password !
10959         LOG => WARNING for errors.
10960         Give proper path when opening the codec (needs a '/' at the end).
10961
10962 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10963
10964         * gst/real/Makefile.am:
10965           And dist the new header file too.
10966
10967 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10968
10969         * gst/real/gstreal.h:
10970         Add missing header file.
10971
10972 2007-07-25  Julien MOUTTE  <julien@moutte.net>
10973
10974         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10975         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10976         (gst_flv_demux_init):
10977         * gst/flv/gstflvdemux.h:
10978         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10979         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10980         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10981         (gst_flv_parse_header):
10982         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
10983         reusable, more safety checks.
10984
10985 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
10986
10987         * ext/timidity/gsttimidity.c: (gst_timidity_init),
10988         (gst_timidity_change_state), (plugin_init):
10989         * ext/timidity/gsttimidity.h:
10990           Don't initialize timidity in plugin_init for similar reason as below.
10991
10992 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
10993
10994         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
10995         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
10996         * ext/timidity/gstwildmidi.h:
10997           Don't initialize wildmidi in plugin_init as it also setups audio
10998           filters which is slow.
10999
11000 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
11001
11002         reviewed by: Edward Hervey  <bilboed@bilboed.com>
11003
11004         * gst/real/gstreal.c: (plugin_init):
11005         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
11006         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
11007         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
11008         * gst/real/gstrealvideodec.c: (open_library),
11009         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
11010         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
11011         * gst/real/gstrealvideodec.h:
11012         Improved search algorithm for location of real .so files.
11013         Fixes #393461
11014
11015 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
11016
11017         * configure.ac:
11018         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
11019         Use the new buffer clipping function from gstaudio here and
11020         require gst-plugins-base CVS.
11021
11022 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
11023
11024         * configure.ac:
11025           Sync liboil check with plugins-base.
11026
11027 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11028
11029         * gst/equalizer/gstiirequalizer.c:
11030         (gst_iir_equalizer_band_set_property),
11031         (gst_iir_equalizer_child_proxy_get_child_by_index),
11032         (gst_iir_equalizer_child_proxy_get_children_count),
11033         (gst_iir_equalizer_child_proxy_interface_init),
11034         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
11035         (gst_iir_equalizer_compute_frequencies):
11036         * gst/equalizer/gstiirequalizer10bands.c:
11037         (gst_iir_equalizer_10bands_class_init):
11038         * gst/equalizer/gstiirequalizer3bands.c:
11039         (gst_iir_equalizer_3bands_class_init):
11040         * gst/equalizer/gstiirequalizernbands.c:
11041           Better algorith for the center frequencies. Subtract band filters from
11042           input for negative gains. Rework the gain mapping.
11043
11044 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11045
11046         * ext/dirac/Makefile.am:
11047           Also include stdlib here.
11048
11049 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
11050
11051         * tests/check/elements/.cvsignore:
11052         Fix the buildbot with the cvsignore it wants.
11053
11054 2007-07-19  Julien MOUTTE  <julien@moutte.net>
11055
11056         * configure.ac:
11057         * gst/flv/Makefile.am:
11058         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
11059         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
11060         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
11061         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
11062         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
11063         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
11064         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11065         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
11066         (gst_flv_demux_init), (plugin_init):
11067         * gst/flv/gstflvdemux.h:
11068         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
11069         (gst_flv_demux_query_types), (gst_flv_demux_query),
11070         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11071         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11072         (gst_flv_parse_tag_type), (gst_flv_parse_header):
11073         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
11074         It does not do seeking yet, it supports pull and push mode so YES
11075         you can use it to play youtube videos directly from an HTTP uri.
11076         Not so much testing done yet but it parses metadata, reply to 
11077         duration queries, etc...
11078
11079 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
11080
11081         * tests/check/Makefile.am:
11082         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
11083           main):
11084           Add typefind test for midi.
11085
11086 2007-07-18  Michael Smith  <msmith@fluendo.com>
11087
11088         * ext/soundtouch/gstpitch.cc:
11089           If we receive a new segment event, don't try to push buffers out
11090           in response (without first sending it on!).
11091           Instead, flush internal buffers on receiving flush events.
11092           Fixes playback after seeking.
11093
11094 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11095
11096         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
11097         (gst_bayer2rgb_reset):
11098           Add basic docs. Use glibs mem routines.
11099
11100 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11101
11102         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
11103           Add example to the docs. Fix buffer-offset-end and add some debug.
11104
11105 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11106
11107         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
11108         (gst_jack_ring_buffer_acquire):
11109           Add stdlib include here too.
11110
11111 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11112
11113         * examples/app/appsrc_ex.c:
11114         * examples/switch/switcher.c:
11115         * ext/neon/gstneonhttpsrc.c:
11116         * ext/timidity/gstwildmidi.c:
11117         * ext/x264/gstx264enc.c:
11118         * gst/mve/mveaudioenc.c: (mve_compress_audio):
11119         * gst/rtpmanager/gstrtpclient.c:
11120         * gst/rtpmanager/gstrtpjitterbuffer.c:
11121         * gst/spectrum/demo-audiotest.c:
11122         * gst/spectrum/demo-osssrc.c:
11123         * sys/dvb/gstdvbsrc.c:
11124           Add stdlib include (free, atoi, exit).
11125
11126 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
11127
11128         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
11129         Fix buffer clipping to correctly clip to the segment stop.
11130
11131 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
11132
11133         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
11134
11135         * gst/modplug/gstmodplug.cc:
11136         add several missing supported mime-types to the modplug plugin.
11137         Fixes #456901.
11138
11139 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
11140
11141         * configure.ac:
11142         * tests/Makefile.am:
11143         Remove bogus check for libcheck, since we check for
11144         gstreamer-check and it pulls in the required info from there, and we
11145         weren't actually _using_ the information for libcheck ourselves
11146         anyway.
11147
11148 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
11149
11150         * configure.ac:
11151           Use pkg-config to locate check.
11152
11153 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
11154
11155         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
11156         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
11157           Fix build against core CVS.
11158
11159 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
11160
11161         * REQUIREMENTS:
11162           Sync with changes in -ugly.
11163
11164 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
11165
11166         * REQUIREMENTS:
11167           Add download location of libamrwb.
11168
11169 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
11170
11171         * docs/plugins/inspect/plugin-amrwb.xml:
11172         * docs/plugins/inspect/plugin-equalizer.xml:
11173         * docs/plugins/inspect/plugin-multifile.xml:
11174         * docs/plugins/inspect/plugin-timidity.xml:
11175         * docs/plugins/inspect/plugin-wildmidi.xml:
11176           Add missing inspect files. Fixes build (#454313).
11177
11178         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
11179           Scream a bit louder when initialisation fails.
11180
11181         * gst-libs/README:
11182         * gst-libs/ext/.cvsignore:
11183           Remove some cruft.
11184
11185 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
11186
11187         * ext/ivorbis/Makefile.am:
11188           Dist header files. Fixes #454078.
11189
11190 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
11191
11192         * docs/plugins/Makefile.am:
11193           Simplify --extra-dir as gtkdoc scans recursively.
11194
11195         * ext/amrwb/gstamrwbenc.c:
11196           Fix comment start.
11197
11198 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11199
11200         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
11201           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
11202           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
11203           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
11204           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
11205           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
11206         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
11207         Removed property "device". Added properties "adapter" and "frontend".
11208         Fixes #453636.
11209         Rename freq property to frequency.
11210
11211 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
11212
11213         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11214         Fix property descriptions.
11215
11216 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11217
11218         * docs/plugins/Makefile.am:
11219         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11220         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11221         * ext/amrwb/gstamrwbdec.c:
11222         * ext/amrwb/gstamrwbenc.c:
11223         * ext/amrwb/gstamrwbparse.c:
11224           Also document AMR-WB elements.
11225
11226 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11227
11228         * docs/plugins/Makefile.am:
11229         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11230         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11231         * docs/plugins/gst-plugins-bad-plugins.args:
11232           Cleanup the section file so that -unused is empty again (and useful to
11233           spot new docs). Add not yet added docs to sgml file. Add more header
11234           to Makefile.am to make them introspectable.
11235
11236         * docs/plugins/inspect/plugin-bz2.xml:
11237         * docs/plugins/inspect/plugin-cdxaparse.xml:
11238         * docs/plugins/inspect/plugin-dtsdec.xml:
11239         * docs/plugins/inspect/plugin-faac.xml:
11240         * docs/plugins/inspect/plugin-faad.xml:
11241         * docs/plugins/inspect/plugin-filter.xml:
11242         * docs/plugins/inspect/plugin-freeze.xml:
11243         * docs/plugins/inspect/plugin-gdp.xml:
11244         * docs/plugins/inspect/plugin-gsm.xml:
11245         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11246         * docs/plugins/inspect/plugin-h264parse.xml:
11247         * docs/plugins/inspect/plugin-modplug.xml:
11248         * docs/plugins/inspect/plugin-musicbrainz.xml:
11249         * docs/plugins/inspect/plugin-nsfdec.xml:
11250         * docs/plugins/inspect/plugin-replaygain.xml:
11251         * docs/plugins/inspect/plugin-spectrum.xml:
11252         * docs/plugins/inspect/plugin-speed.xml:
11253         * docs/plugins/inspect/plugin-tta.xml:
11254         * docs/plugins/inspect/plugin-videosignal.xml:
11255         * docs/plugins/inspect/plugin-xingheader.xml:
11256         * docs/plugins/inspect/plugin-xvid.xml:
11257           Update the doc blobs.
11258
11259 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11260
11261         * gst/multifile/Makefile.am:
11262         * gst/multifile/gstmultifile.c:
11263         * gst/multifile/gstmultifilesink.c:
11264         * gst/multifile/gstmultifilesink.h:
11265         * gst/multifile/gstmultifilesrc.c:
11266         * gst/multifile/gstmultifilesrc.h:
11267           Add .h files to be able to add it to the docs.
11268
11269 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11270
11271         * gst/modplug/gstmodplug.cc:
11272           Activate doc section.
11273
11274 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11275
11276         * ext/timidity/gsttimidity.c:
11277         * ext/timidity/gstwildmidi.c:
11278         * ext/timidity/gstwildmidi.h:
11279           Fix licence (both are GPL). Add element docs.
11280
11281 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11282
11283         * ext/musicbrainz/gsttrm.h:
11284           Fix _get_type signature.
11285
11286 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11287
11288         * gst/replaygain/gstrgvolume.h:
11289           Fix GObject macros.
11290
11291 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11292
11293         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
11294         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
11295         (gst_dc1394_set_caps_framesize_range),
11296         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
11297         (gst_dc1394_framerate_frac_to_const),
11298         (gst_dc1394_open_cam_with_best_caps):
11299         Make a bunch of functions static, and move variable declarations
11300         to the start of blocks to avoid problems on older gcc.
11301
11302         Make sure to unset value types.
11303
11304 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11305
11306         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11307
11308         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
11309         With CVS of ffmpegcolorspace from plugins-base, I can now
11310         get 30 fps from the iSight.
11311
11312 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11313
11314         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11315         Change a g_print to a GST_DEBUG message.
11316
11317 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11318
11319         * configure.ac:
11320         * ext/Makefile.am:
11321         * ext/dc1394/Makefile.am:
11322         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
11323         (gst_dc1394_class_init), (gst_dc1394_init),
11324         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
11325         (gst_dc1394_get_property), (gst_dc1394_getcaps),
11326         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
11327         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
11328         (gst_dc1394_caps_set_format_vmode_caps),
11329         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
11330         (gst_dc1394_set_caps_framesize_range),
11331         (gst_dc1394_caps_set_framerate_list),
11332         (gst_dc1394_framerate_const_to_frac),
11333         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
11334         (gst_dc1394_framerate_frac_to_const),
11335         (gst_dc1394_open_cam_with_best_caps),
11336         (gst_dc1394_change_camera_transmission), (plugin_init):
11337         * ext/dc1394/gstdc1394.h:
11338         Commit new dc1394src element.
11339         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
11340         Patch By: Eric Jonas < jonas at mit dot edu >
11341         Close: #387251
11342
11343 2007-06-28  Wim Taymans  <wim@fluendo.com>
11344
11345         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11346         Register new property as well.
11347
11348 2007-06-28  Wim Taymans  <wim@fluendo.com>
11349
11350         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11351         (gst_video_detect_set_property), (gst_video_detect_get_property):
11352         * gst/videosignal/gstvideodetect.h:
11353         Add property to adjust the center, sensitivity is now the distance from
11354         this center.
11355
11356 2007-06-27  Wim Taymans  <wim@fluendo.com>
11357
11358         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11359         (gst_video_detect_set_property), (gst_video_detect_get_property),
11360         (gst_video_detect_class_init):
11361         * gst/videosignal/gstvideodetect.h:
11362         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
11363         (gst_video_mark_420), (gst_video_mark_set_property),
11364         (gst_video_mark_get_property), (gst_video_mark_class_init):
11365         * gst/videosignal/gstvideomark.h:
11366         Add left and bottom offset properties to control the position of the
11367         pattern.
11368
11369 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
11370
11371         * docs/plugins/gst-plugins-bad-plugins.args:
11372         * docs/plugins/inspect/plugin-alsaspdif.xml:
11373         * docs/plugins/inspect/plugin-bz2.xml:
11374         * docs/plugins/inspect/plugin-cdxaparse.xml:
11375         * docs/plugins/inspect/plugin-dtsdec.xml:
11376         * docs/plugins/inspect/plugin-faac.xml:
11377         * docs/plugins/inspect/plugin-faad.xml:
11378         * docs/plugins/inspect/plugin-filter.xml:
11379         * docs/plugins/inspect/plugin-freeze.xml:
11380         * docs/plugins/inspect/plugin-gdp.xml:
11381         * docs/plugins/inspect/plugin-glimagesink.xml:
11382         * docs/plugins/inspect/plugin-gsm.xml:
11383         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11384         * docs/plugins/inspect/plugin-h264parse.xml:
11385         * docs/plugins/inspect/plugin-jack.xml:
11386         * docs/plugins/inspect/plugin-mms.xml:
11387         * docs/plugins/inspect/plugin-modplug.xml:
11388         * docs/plugins/inspect/plugin-musicbrainz.xml:
11389         * docs/plugins/inspect/plugin-neon.xml:
11390         * docs/plugins/inspect/plugin-nsfdec.xml:
11391         * docs/plugins/inspect/plugin-replaygain.xml:
11392         * docs/plugins/inspect/plugin-sdl.xml:
11393         * docs/plugins/inspect/plugin-spectrum.xml:
11394         * docs/plugins/inspect/plugin-speed.xml:
11395         * docs/plugins/inspect/plugin-tta.xml:
11396         * docs/plugins/inspect/plugin-videosignal.xml:
11397         * docs/plugins/inspect/plugin-xingheader.xml:
11398         * docs/plugins/inspect/plugin-xvid.xml:
11399           Update docs with caps info.
11400
11401 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
11402
11403         * gconf/.cvsignore:
11404         * gconf/Makefile.am:
11405         * gconf/gstreamer.schemas.in:
11406           Remove dysfunctional directory (this stuff is in -good).
11407
11408         * ext/sndfile/gstsf.c: (plugin_init):
11409         * sys/dvb/gstdvbsrc.c: (plugin_init):
11410           Add i18n bindtextdomain stuff.
11411
11412         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11413         (plugin_init):
11414           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11415
11416         * po/POTFILES.in:
11417           Add more source files with translatable strings (fixes #450605).
11418
11419 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11420
11421         Contributed by: Wenzheng Hu <db_lobster@163.com>
11422
11423         * po/LINGUAS:
11424         * po/zh_CN.po:
11425           Added Chinese (simplified) translation.
11426
11427 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11428
11429         Patch by: Jens Granseuer  <jensgr at gmx net>
11430
11431         * gst/equalizer/gstiirequalizer.c:
11432         * gst/equalizer/gstiirequalizer10bands.c:
11433         * gst/equalizer/gstiirequalizer3bands.c:
11434         * gst/equalizer/gstiirequalizernbands.c:
11435         * gst/rtpmanager/async_jitter_queue.c:
11436         (async_jitter_queue_push_sorted):
11437         * gst/rtpmanager/gstrtpjitterbuffer.c:
11438         (gst_rtp_jitter_buffer_chain):
11439         * gst/switch/gstswitch.c: (gst_switch_chain):
11440           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11441           Fixes #450185.
11442
11443 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11444
11445         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11446           last_message_received, main):
11447         * gst/switch/gstswitch.c (gst_switch_release_pad,
11448           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11449           gst_switch_set_property, gst_switch_get_property,
11450           gst_switch_get_linked_pad, gst_switch_getcaps,
11451           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11452         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11453           GST_SWITCH_UNLOCK):
11454         Add an extra lock to protect against certain variables instead of
11455         using the object lock. Fix case where caps are different in the
11456         sink pads causes deadlock. Update example to use different caps
11457         on each sink pad.
11458
11459 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11460
11461         * MAINTAINERS:
11462         Updating all the maintainers files
11463
11464 2007-06-22  Edward Hervey  <edward@fluendo.com>
11465
11466         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11467         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11468         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11469         * ext/audioresample/gstaudioresample.c:
11470         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11471         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11472         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11473         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11474         * ext/faac/gstfaac.c: (gst_faac_init):
11475         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11476         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11477         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11478         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11479         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11480         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11481         * ext/spc/gstspc.c: (gst_spc_dec_init):
11482         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11483         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11484         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11485         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11486         * gst/chart/gstchart.c: (gst_chart_init):
11487         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11488         * gst/festival/gstfestival.c: (gst_festival_init):
11489         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11490         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11491         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11492         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11493         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11494         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11495         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11496         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11497         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11498         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11499         * gst/speed/gstspeed.c: (speed_init):
11500         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11501         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11502         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11503         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11504         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11505         Fix leaks.
11506
11507 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11508
11509         * RELEASE:
11510         * sys/Makefile.am:
11511           Re-enable VCD source and fix up release notes.
11512
11513 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11514
11515         * gst/equalizer/gstiirequalizer.c:
11516           Document parameter mapping.
11517
11518 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11519
11520         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11521         (gst_spectrum_transform_ip):
11522           Fix leaking buffers.
11523           
11524         * tests/check/Makefile.am:
11525         * tests/check/elements/spectrum.c: (setup_spectrum),
11526         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11527           Add simple test for spectrum element.
11528
11529 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11530
11531         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11532         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11533         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11534         (gst_amrwbdec_state_change):
11535         * ext/amrwb/gstamrwbdec.h:
11536         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11537         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11538           Add newsegment and discont handling. Some code cleanups. Don't leak
11539           the adapter, unref it in a new finalize method instead. Sync the
11540           parser with the amr-nb changes.
11541
11542 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11543
11544         * configure.ac:
11545         Back to CVS.
11546
11547         * gst-plugins-bad.doap:
11548         Add 0.10.5 to the doap file.
11549
11550 === release 0.10.5 ===
11551
11552 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11553
11554         * configure.ac:
11555           releasing 0.10.5, "Expedition to Lake Pahoe"
11556
11557 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11558
11559         * win32/vs6/gst_plugins_bad.dsw:
11560         * win32/vs6/libdshowsrcwrapper.dsp:
11561         * win32/vs6/libgstdshow.dsp:
11562         * win32/vs6/libgstmpegvideoparse.dsp:
11563         * win32/vs6/libgstneon.dsp:
11564         Convert line endings to CRLF and mark as binary files.
11565
11566 2007-06-13  Wim Taymans  <wim@fluendo.com>
11567
11568         * sys/Makefile.am:
11569         Disable VCD build because we're frozen..
11570
11571 2007-06-13  Wim Taymans  <wim@fluendo.com>
11572
11573         * configure.ac:
11574         * sys/Makefile.am:
11575         * sys/vcd/Makefile.am:
11576         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11577         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11578         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11579         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11580         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11581         (gst_vcdsrc_uri_set_uri):
11582         * sys/vcd/vcdsrc.h:
11583         Port VCD element.
11584
11585 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11586
11587         * win32/MANIFEST:
11588         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11589         MANIFEST.
11590         * win32/vs6/gst_plugins_bad.dsw:
11591         Remove qtdemux, directdraw, directsound and waveform project files
11592         from the workspace as they have been moved to -good.
11593
11594 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11595
11596         * po/POTFILES.in:
11597         Remove qtdemux from the translation list.
11598
11599 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11600
11601         * configure.ac:
11602         * docs/plugins/Makefile.am:
11603         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11604         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11605         * docs/plugins/inspect/plugin-osxvideo.xml:
11606         * docs/plugins/inspect/plugin-videocrop.xml:
11607         * gst-plugins-bad.spec.in:
11608         * gst/videocrop/Makefile.am:
11609         * gst/videocrop/gstvideocrop.c:
11610         * gst/videocrop/gstvideocrop.h:
11611         * gst/videocrop/videocrop.vcproj:
11612         * sys/Makefile.am:
11613         * sys/osxvideo/Makefile.am:
11614         * sys/osxvideo/cocoawindow.h:
11615         * sys/osxvideo/cocoawindow.m:
11616         * sys/osxvideo/osxvideosink.h:
11617         * sys/osxvideo/osxvideosink.m:
11618         * tests/check/Makefile.am:
11619         * tests/check/elements/videocrop.c:
11620         * tests/icles/Makefile.am:
11621         * tests/icles/videocrop-test.c:
11622         Move videocrop and osxvideo to -good.
11623
11624 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11625
11626         * configure.ac:
11627         * docs/plugins/Makefile.am:
11628         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11629         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11630         * gst/qtdemux/Makefile.am:
11631         * gst/qtdemux/gstrtpxqtdepay.c:
11632         * gst/qtdemux/gstrtpxqtdepay.h:
11633         * gst/qtdemux/qtdemux.c:
11634         * gst/qtdemux/qtdemux.h:
11635         * gst/qtdemux/qtdemux.vcproj:
11636         * gst/qtdemux/qtdemux_dump.c:
11637         * gst/qtdemux/qtdemux_dump.h:
11638         * gst/qtdemux/qtdemux_fourcc.h:
11639         * gst/qtdemux/qtdemux_types.c:
11640         * gst/qtdemux/qtdemux_types.h:
11641         * gst/qtdemux/qtpalette.h:
11642         * gst/qtdemux/quicktime.c:
11643         * win32/MANIFEST:
11644         * win32/vs6/libgstqtdemux.dsp:
11645         Move qtdemux to -good.
11646
11647         * gst-plugins-bad.spec.in:
11648         Update spec file to reflect wavpack & qtdemux moving to -good.
11649
11650 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11651
11652         * docs/plugins/Makefile.am:
11653         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11654         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11655         * docs/plugins/inspect/plugin-waveform.xml:
11656         * sys/waveform/gstwaveformplugin.c:
11657         * sys/waveform/gstwaveformsink.c:
11658         * sys/waveform/gstwaveformsink.h:
11659         * win32/MANIFEST:
11660         * win32/vs6/libgstwaveform.dsp:
11661         Remove the waveform plugin now that it is in -good.
11662
11663 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11664
11665         * configure.ac:
11666         * docs/plugins/Makefile.am:
11667         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11668         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11669         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11670         * docs/plugins/inspect/plugin-wavpack.xml:
11671         * ext/Makefile.am:
11672         * ext/wavpack/Makefile.am:
11673         * ext/wavpack/gstwavpack.c:
11674         * ext/wavpack/gstwavpackcommon.c:
11675         * ext/wavpack/gstwavpackcommon.h:
11676         * ext/wavpack/gstwavpackdec.c:
11677         * ext/wavpack/gstwavpackdec.h:
11678         * ext/wavpack/gstwavpackenc.c:
11679         * ext/wavpack/gstwavpackenc.h:
11680         * ext/wavpack/gstwavpackparse.c:
11681         * ext/wavpack/gstwavpackparse.h:
11682         * ext/wavpack/gstwavpackstreamreader.c:
11683         * ext/wavpack/gstwavpackstreamreader.h:
11684         * ext/wavpack/md5.c:
11685         * ext/wavpack/md5.h:
11686         * tests/check/Makefile.am:
11687         * tests/check/elements/wavpackdec.c:
11688         * tests/check/elements/wavpackenc.c:
11689         * tests/check/elements/wavpackparse.c:
11690           Move wavpack to good.
11691
11692 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11693
11694         * configure.ac:
11695         * docs/plugins/Makefile.am:
11696         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11697         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11698         * docs/plugins/gst-plugins-bad-plugins.args:
11699         * docs/plugins/inspect/plugin-directdraw.xml:
11700         * docs/plugins/inspect/plugin-directsound.xml:
11701         * sys/Makefile.am:
11702         * sys/directdraw/Makefile.am:
11703         * sys/directdraw/gstdirectdrawplugin.c:
11704         * sys/directdraw/gstdirectdrawsink.c:
11705         * sys/directdraw/gstdirectdrawsink.h:
11706         * sys/directsound/Makefile.am:
11707         * sys/directsound/gstdirectsoundplugin.c:
11708         * sys/directsound/gstdirectsoundsink.c:
11709         * sys/directsound/gstdirectsoundsink.h:
11710         * win32/MANIFEST:
11711         * win32/gst.sln:
11712         * win32/vs6/libgstdirectdraw.dsp:
11713         * win32/vs6/libgstdirectsound.dsp:
11714         * win32/vs7/libgstdirectdraw.vcproj:
11715         * win32/vs7/libgstdirectsound.vcproj:
11716         * win32/vs8/libgstdirectdraw.vcproj:
11717         * win32/vs8/libgstdirectsound.vcproj:
11718         Remove DirectDraw & DirectSound plugins, as they've moved to Good
11719
11720 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11721
11722         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
11723         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
11724         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
11725           When driving the pipeline, also post an error when we get a
11726           not-linked flow return from downstream.
11727
11728 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11729
11730         * docs/plugins/gst-plugins-bad-plugins.args:
11731         * sys/directdraw/gstdirectdrawsink.c:
11732         (gst_directdraw_sink_class_init):
11733         Rename the keep-aspect-ratio property to force-aspect-ratio to make
11734         it consistent with xvimagesink and ximagesink.
11735
11736 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11737
11738         * tests/icles/videocrop-test.c: (main):
11739           Default to xvimagesink instead of autovideosink while
11740           autovideosink/ghostpads/whatever don't handle the way we use it in
11741           the way we expect it to.
11742
11743 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11744
11745         * configure.ac:
11746           Bump requirements to released versions of core and -base, and remove
11747           special-casing for equalizer and rtpmanager as it's not needed any
11748           longer.
11749
11750 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11751
11752         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
11753         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
11754         Sprinkle in some XSync calls to avoid raciness with broken
11755         drivers (ATI) when re-using a single glimagesink.
11756
11757 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11758
11759         * gst/mpegvideoparse/mpegpacketiser.c:
11760         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
11761         (mpeg_util_parse_picture_hdr):
11762         * gst/mpegvideoparse/mpegvideoparse.c:
11763         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
11764         Fix some silly bugs with calculating the guard sizes.
11765         Properly compare the old sequence header structure with the new one.
11766         Don't error out on an invalid sequence - just ignore it.
11767
11768 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11769
11770         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
11771           Printf fix in debug statement; also print the right number there.
11772
11773 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11774
11775         * ext/sdl/Makefile.am:
11776         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
11777           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
11778           (#444499); initialise variable to avoid false compiler warning.
11779
11780 2007-06-01  Wim Taymans  <wim@fluendo.com>
11781
11782         * docs/plugins/Makefile.am:
11783         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11784         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11785         * docs/plugins/inspect/plugin-videosignal.xml:
11786         * gst/videosignal/Makefile.am:
11787         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
11788         (gst_video_mark_draw_box), (gst_video_mark_420),
11789         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
11790         (gst_video_mark_get_property), (gst_video_mark_base_init),
11791         (gst_video_mark_class_init), (gst_video_mark_init),
11792         (gst_video_mark_get_type):
11793         * gst/videosignal/gstvideomark.h:
11794         * gst/videosignal/gstvideosignal.c: (plugin_init):
11795         Add plugin to generate a pattern detectable by videodetect.
11796
11797 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
11798
11799         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
11800           Don't leak buffer when returning an error.
11801
11802 2007-06-01  Wim Taymans  <wim@fluendo.com>
11803
11804         Patch by René Stadler <mail at renestadler dot de>:
11805
11806         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
11807         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
11808         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
11809         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
11810         (gst_neonhttp_src_set_location),
11811         (gst_neonhttp_src_send_request_and_redirect),
11812         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
11813         * ext/neon/gstneonhttpsrc.h:
11814         Deprecated "uri" property.  Clean up property descriptions.
11815         Change default User-Agent to the slightly more descriptive
11816         "GStreamer neonhttpsrc".
11817         Various other small cleanups, mostly property related.
11818
11819 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
11820
11821         * ext/libmms/gstmms.h:
11822           No reason to use gpointers instead of typed pointes here as far as I
11823           can see.
11824
11825         * ext/mythtv/gstmythtvsrc.c:
11826         * ext/neon/gstneonhttpsrc.c:
11827         * gst/switch/gstswitch.c:
11828           Don't use gtk-doc magic markers for things that aren't meant to be
11829           parsed by gtk-doc. Makes gtk-doc complain a bit less.
11830
11831 2007-05-30  Wim Taymans  <wim@fluendo.com>
11832
11833         * configure.ac:
11834         * docs/plugins/Makefile.am:
11835         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11836         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11837         * docs/plugins/inspect/plugin-videosignal.xml:
11838         * gst/videosignal/Makefile.am:
11839         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
11840         (gst_video_analyse_post_message), (gst_video_analyse_420),
11841         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
11842         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
11843         (gst_video_analyse_class_init), (gst_video_analyse_init),
11844         (gst_video_analyse_get_type):
11845         * gst/videosignal/gstvideoanalyse.h:
11846         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
11847         (gst_video_detect_post_message),
11848         (gst_video_detect_calc_brightness), (gst_video_detect_420),
11849         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
11850         (gst_video_detect_get_property), (gst_video_detect_base_init),
11851         (gst_video_detect_class_init), (gst_video_detect_init),
11852         (gst_video_detect_get_type):
11853         * gst/videosignal/gstvideodetect.h:
11854         * gst/videosignal/gstvideosignal.c: (plugin_init):
11855         * gst/videosignal/gstvideosignal.h:
11856         Added videosignal plugin with two plugins to analyse video frames.
11857         Added videoanalyse to report about brightness and variance in video
11858         frames.
11859         Added videodetect to detect predefined patterns in a video signal.
11860
11861 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11862
11863         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11864         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11865         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
11866         * docs/plugins/gst-plugins-bad-plugins.signals:
11867           More updates.
11868
11869 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11870
11871         * docs/plugins/gst-plugins-bad-plugins.args:
11872         * docs/plugins/gst-plugins-bad-plugins.signals:
11873         * docs/plugins/inspect/plugin-dtsdec.xml:
11874         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11875         * docs/plugins/inspect/plugin-musepack.xml:
11876         * docs/plugins/inspect/plugin-rtpmanager.xml:
11877         * docs/plugins/inspect/plugin-sdl.xml:
11878         * docs/plugins/inspect/plugin-spcdec.xml:
11879         * docs/plugins/inspect/plugin-swfdec.xml:
11880           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
11881           hopefully that makes the build bots happy again.
11882
11883 2007-05-28  Wim Taymans  <wim@fluendo.com>
11884
11885         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11886         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11887         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
11888         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
11889         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
11890         * gst/rtpmanager/gstrtpclient.c: (create_stream),
11891         (gst_rtp_client_request_new_pad):
11892         * gst/rtpmanager/gstrtpjitterbuffer.c:
11893         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11894         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
11895         * gst/rtpmanager/gstrtpptdemux.c:
11896         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11897         (gst_rtp_session_request_new_pad):
11898         * gst/rtpmanager/gstrtpssrcdemux.c:
11899         Rename elements to avoid conflict with farsight elements with the same
11900         name. Fixes #430664.
11901
11902 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
11903
11904         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11905
11906         * sys/directdraw/gstdirectdrawsink.c:
11907         (gst_directdraw_sink_buffer_alloc),
11908         (gst_directdraw_sink_show_frame),
11909         (gst_directdraw_sink_check_primary_surface),
11910         (gst_directdraw_sink_check_offscreen_surface),
11911         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
11912         (gst_directdraw_sink_surface_create):
11913         * sys/directdraw/gstdirectdrawsink.h:
11914           Fix more warnings when compiling with MingW (#439914).
11915
11916 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
11917
11918         * docs/plugins/gst-plugins-bad-plugins.args:
11919         Remove directsoundsink property doc as this sink use the mixer
11920         interface now.
11921         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11922         Add interfaces implemented by Windows sinks.
11923         * sys/directsound/gstdirectsoundsink.c:
11924         * sys/directsound/gstdirectsoundsink.h:
11925         Remove directsoundsink property  and implement the mixer interface.
11926         * win32/vs6/gst_plugins_bad.dsw:
11927         * win32/vs6/libgstdirectsound.dsp:
11928         Update project files.
11929         * gst-libs/gst/dshow/gstdshow.cpp:
11930         * gst-libs/gst/dshow/gstdshow.h:
11931         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
11932         * gst-libs/gst/dshow/gstdshowfakesink.h:
11933         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
11934         * gst-libs/gst/dshow/gstdshowfakesrc.h:
11935         * gst-libs/gst/dshow/gstdshowinterface.cpp:
11936         * gst-libs/gst/dshow/gstdshowinterface.h:
11937         * win32/common/libgstdshow.def:
11938         * win32/vs6/libgstdshow.dsp:
11939         Add a new gst library which allow to create internal Direct Show
11940         graph (pipelines) to wrap Windows sources, decoders or encoders.
11941         It includes a DirectShow fake source and sink and utility functions.    
11942         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
11943         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
11944         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
11945         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
11946         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
11947         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
11948         * win32/vs6/libdshowsrcwrapper.dsp:
11949         Add a new plugin to wrap DirectShow sources on Windows.
11950         It gets data from any webcam, dv cam, micro. We could add 
11951         tv tunner card later.
11952         
11953 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
11954
11955         Patch by René Stadler <mail at renestadler dot de>:
11956
11957         * ext/sdl/sdlvideosink.c:
11958         Separate the authors by newlines instead of nothing. Fixes #440774.
11959
11960 2007-05-23  Wim Taymans  <wim@fluendo.com>
11961
11962         * docs/plugins/inspect/plugin-rtpmanager.xml:
11963         Add doc xml file.
11964
11965 2007-05-23  Wim Taymans  <wim@fluendo.com>
11966
11967         * docs/plugins/Makefile.am:
11968         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11969         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11970         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
11971         * gst/rtpmanager/gstrtpbin.h:
11972         * gst/rtpmanager/gstrtpclient.c:
11973         * gst/rtpmanager/gstrtpjitterbuffer.c:
11974         (gst_rtp_jitter_buffer_class_init),
11975         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11976         * gst/rtpmanager/gstrtpjitterbuffer.h:
11977         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
11978         (gst_rtp_pt_demux_clear_pt_map):
11979         * gst/rtpmanager/gstrtpptdemux.h:
11980         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11981         (rtcp_thread), (gst_rtp_session_clear_pt_map):
11982         * gst/rtpmanager/gstrtpsession.h:
11983         * gst/rtpmanager/gstrtpssrcdemux.c:
11984         (gst_rtp_ssrc_demux_class_init):
11985         Document stuff.
11986         Add clear-pt-map action signal where needed.
11987
11988 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
11989
11990         * configure.ac:
11991           Depend on gstreamer-0.10.12.1.
11992         
11993         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11994           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11995           parent_class, gst_iir_equalizer_band_set_property,
11996           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11997           gst_iir_equalizer_child_proxy_get_child_by_index,
11998           gst_iir_equalizer_child_proxy_get_children_count,
11999           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12000           gst_iir_equalizer_compute_frequencies,
12001           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
12002           plugin_init):
12003         * gst/equalizer/gstiirequalizer.h (audiofilter):
12004         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
12005           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
12006           gst_iir_equalizer_nbands_set_property):
12007           Use new locking macros.
12008
12009         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
12010           Add fixme.
12011
12012         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
12013           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
12014           gst_spectrum_event, gst_spectrum_transform_ip):
12015           Use new locking macros. Turn two fixed values into #defines.
12016
12017 2007-05-22  Edward Hervey  <edward@fluendo.com>
12018
12019         * docs/plugins/Makefile.am:
12020         Also look for .m (objectivec) files.
12021         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12022         * docs/plugins/gst-plugins-bad-plugins.args:
12023         * sys/osxvideo/osxvideosink.m:
12024         Add documentation for element and properties.
12025
12026 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12027
12028         * ChangeLog:
12029           ChangeLog surgery.
12030         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12031           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12032           parent_class, gst_iir_equalizer_band_set_property,
12033           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12034           gst_iir_equalizer_child_proxy_get_child_by_index,
12035           gst_iir_equalizer_child_proxy_get_children_count,
12036           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12037           gst_iir_equalizer_compute_frequencies, plugin_init):
12038         * tests/icles/equalizer-test.c:
12039           Add fixme and comment for example.
12040
12041 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12042
12043         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
12044           gst_spectrum_event, gst_spectrum_transform_ip):
12045           Use lock to protect from concurrent access.
12046
12047 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12048
12049         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12050         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12051         Specify and use properties as unsigned int that are an unsigned int.
12052
12053 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12054
12055         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12056         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
12057         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12058         * ext/wavpack/gstwavpackenc.h:
12059         Fixup docs, make the bitrate property an int as it should be and
12060         allow to set the different extra processing modes instead of only
12061         allowing none and the default one.
12062
12063 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
12064
12065         * ext/wavpack/gstwavpackenc.c:
12066         Add missing audioconverts in the example pipelines of wavpackenc. As
12067         the wavpack stuff now needs input with 32 bit width (and random depth)
12068         this is needed now. The example pipelines for the parser and decoder
12069         are still fine.
12070
12071 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12072
12073         * docs/plugins/Makefile.am:
12074         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12075           Fix docs build and hierarchy.
12076
12077 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12078
12079         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
12080         (gst_directdraw_sink_buffer_alloc),
12081         (gst_directdraw_sink_get_ddrawcaps),
12082         (gst_directdraw_sink_surface_create):
12083           Bunch of small fixes: remove static function that doesn't exist;
12084           declare another one that does; printf format fix; use right macro
12085           when specifying debug category; remove a bunch of unused variables;
12086           #if 0 out an unused chunk of code (partially fixes #439914).
12087
12088 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12089
12090         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
12091         * gst/switch/gstswitch.c: (gst_switch_chain):
12092           Printf format fixes (#439910, #439911).
12093
12094 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12095
12096         * tests/check/Makefile.am:
12097           Remove bits for deinterleave check which isn't in CVS yet.
12098
12099 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12100
12101         Patch by: René Stadler <mail at renestadler de>
12102
12103         * docs/plugins/Makefile.am:
12104         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12105         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12106         * docs/plugins/inspect/plugin-replaygain.xml:
12107         * gst/replaygain/Makefile.am:
12108         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
12109         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
12110         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
12111         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
12112         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
12113         (gst_rg_analysis_album_result):
12114         * gst/replaygain/gstrganalysis.h:
12115         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
12116         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
12117         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
12118         (gst_rg_limiter_transform_ip):
12119         * gst/replaygain/gstrglimiter.h:
12120         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
12121         (gst_rg_volume_class_init), (gst_rg_volume_init),
12122         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
12123         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
12124         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
12125         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
12126         (gst_rg_volume_determine_gain):
12127         * gst/replaygain/gstrgvolume.h:
12128         * gst/replaygain/replaygain.c: (plugin_init):
12129         * gst/replaygain/replaygain.h:
12130         * gst/replaygain/rganalysis.h:
12131         * tests/check/Makefile.am:
12132         * tests/check/elements/.cvsignore:
12133         * tests/check/elements/rganalysis.c: (send_eos_event),
12134         (GST_START_TEST):
12135         * tests/check/elements/rglimiter.c: (setup_rglimiter),
12136         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
12137         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
12138         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
12139         (cleanup_rgvolume), (set_playing_state), (set_null_state),
12140         (send_eos_event), (send_tag_event), (test_buffer_new),
12141         (fail_unless_target_gain), (fail_unless_result_gain),
12142         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
12143           Add replaygain playback elements (#412710).
12144
12145 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
12146
12147         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
12148         Update the cached caps after opening the display so that we report
12149         only the supported caps formats, not just the template caps.
12150         Fixes: #439405
12151
12152 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
12153
12154         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
12155           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
12156         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
12157           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
12158         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
12159           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
12160           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
12161           GST_DEBUG_FUNCPTR and add log-category.
12162
12163 2007-05-17  Edward Hervey  <edward@fluendo.com>
12164
12165         * sys/osxvideo/osxvideosink.h:
12166         * sys/osxvideo/osxvideosink.m:
12167         Remove the event-loop-in-separate-thread modifications, because MacOSX
12168         is $#@(*%$# ! For those wondering, the event handling needs to be done
12169         in the main thread after all..
12170
12171 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12172
12173         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
12174           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
12175           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
12176           gst_switch_chain, gst_switch_event, gst_switch_set_property,
12177           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
12178           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
12179           gst_switch_base_init, gst_switch_class_init):
12180         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
12181           stop_value, start_value, current_start, last_ts, stored_buffers):
12182         Add handling of application provided stop and start values, allowing
12183         A/V sync across 2 switch elements.
12184
12185 2007-05-17  Edward Hervey  <edward@fluendo.com>
12186
12187         * sys/osxvideo/osxvideosink.h:
12188         * sys/osxvideo/osxvideosink.m:
12189         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
12190         Use a separate thread/task for the cocoa event_loop, else it wouldn't
12191         stop.
12192
12193 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12194
12195         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
12196         (gst_real_audio_dec_setcaps):
12197         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
12198           Don't crash when we get a buffer and our input caps haven't been set
12199           yet; also, don't leak all the input buffers (realaudiodec only).
12200
12201 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12202
12203         patch by: Stanislav Brabec <sbrabec@suse.cz>
12204
12205         * configure.ac:
12206         * ext/amrwb/Makefile.am:
12207         * ext/amrwb/amrwb-code/Makefile.am:
12208         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
12209         * ext/amrwb/amrwb-code/amrwb/README:
12210         * ext/amrwb/gstamrwbdec.c:
12211         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
12212         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
12213         * ext/amrwb/gstamrwbparse.c:
12214         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
12215         * gst-libs/Makefile.am:
12216         * gst-libs/ext/Makefile.am:
12217         * gst-libs/ext/amrwb/Makefile.am:
12218         * gst-libs/ext/amrwb/README:
12219           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
12220
12221 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12222
12223         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
12224           This needs a version check.
12225
12226         * gst/bayer/Makefile.am:
12227           Fix the build.
12228
12229 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12230
12231         * configure.ac:
12232         * sys/directdraw/Makefile.am:
12233         * sys/directsound/Makefile.am:
12234           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
12235           and restore the various flags in the directdraw/directsound
12236           detection section. Apparently improves cross-compiling for win32
12237           with mingw32 under some circumstances (#437539).
12238
12239 2007-05-15  Wim Taymans  <wim@fluendo.com>
12240
12241         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12242         We always use fixed caps.
12243
12244 2007-05-14  David Schleef  <ds@schleef.org>
12245
12246         * gst/rtpmanager/gstrtpbin.c:
12247           g_hash_table_remove_all() only exists in 2.12.  Work around.
12248
12249 2007-05-14  David Schleef  <ds@schleef.org>
12250
12251         * configure.ac:
12252         * gst/bayer/Makefile.am:
12253         * gst/bayer/gstbayer.c:
12254         * gst/bayer/gstbayer2rgb.c:
12255           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
12256           Partial fix for #314160.
12257
12258 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12259
12260         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
12261           ARG_LAST_TS, parent_class, gst_switch_release_pad,
12262           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12263           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
12264           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
12265         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
12266           current_start, last_ts):
12267         Allow application to provide a stop timestamp, so a new segment
12268         update can be sent before switching.
12269
12270 2007-05-14  Wim Taymans  <wim@fluendo.com>
12271
12272         * gst/rtpmanager/async_jitter_queue.c:
12273         (async_jitter_queue_set_flushing_unlocked):
12274         Fix leak when flushing.
12275
12276         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
12277         (gst_rtp_bin_class_init):
12278         * gst/rtpmanager/gstrtpbin.h:
12279         Add clear-pt-map signal.
12280
12281         * gst/rtpmanager/gstrtpjitterbuffer.c:
12282         (gst_rtp_jitter_buffer_flush_stop),
12283         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
12284         Init clock-rate to -1 to mark unknow clock rate.
12285         Fix flushing.
12286
12287 2007-05-13  David Schleef  <ds@schleef.org>
12288
12289         * gst/replaygain/rganalysis.c:
12290           Fix wrong ifdef for visual C++.  Fixes: #437403.
12291           By Ali Sabil <ali.sabil@gmail.com>.
12292
12293 2007-05-12  David Schleef  <ds@schleef.org>
12294
12295         * ext/neon/gstneonhttpsrc.c:
12296           Make redirection the default behavior.  Fixes #413818.
12297
12298 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12299
12300         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
12301           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
12302           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
12303           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
12304           qtdemux_parse_segments, qtdemux_parse_trak):
12305         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
12306           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
12307           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
12308           rtp_session_get_location, rtp_session_get_tool,
12309           rtp_session_process_bye, session_report_blocks):
12310         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
12311           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
12312           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
12313
12314         * gst/switch/Makefile.am:
12315           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
12316
12317 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12318
12319         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
12320           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
12321           async_jitter_queue_set_low_threshold,
12322           async_jitter_queue_length_ts_units_unlocked,
12323           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
12324           async_jitter_queue_lock, async_jitter_queue_push,
12325           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
12326           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
12327           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
12328           async_jitter_queue_set_flushing_unlocked,
12329           async_jitter_queue_unset_flushing_unlocked):
12330           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
12331
12332 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12333
12334         * common/m4/gst-x11.m4:
12335           Restore CFLAGS and LIBS.
12336
12337         * configure.ac:
12338           Revert previous patch.
12339
12340 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12341
12342         Patch by: Ali Sabil <ali.sabil@gmail.com>
12343
12344         * configure.ac:
12345           Save and restore CFLAGS for OpenGL check. Fixes #437260.
12346         
12347
12348 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
12349
12350         * docs/plugins/gst-plugins-bad-plugins.args:
12351         Add directraw and directsound sinks properties.
12352
12353 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12354
12355         * configure.ac:
12356           Fix --disable-external (hopefully).
12357
12358 2007-05-09  Wim Taymans  <wim@fluendo.com>
12359
12360         * gst/rtpmanager/gstrtpjitterbuffer.c:
12361         (gst_rtp_jitter_buffer_query):
12362         Pass queries upstream.
12363
12364 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
12365
12366         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
12367         (gst_real_audio_dec_finalize):
12368         * gst/real/gstrealaudiodec.h:
12369         * gst/real/gstrealvideodec.c: (open_library), (close_library):
12370         * gst/real/gstrealvideodec.h:
12371           Use GModule instead of using dlsym() directly. Fixes #430598.
12372
12373 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
12374
12375         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12376         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12377         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12378           Add docs for Windows sinks.
12379
12380 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12381
12382         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
12383         (speed_chain), (speed_change_state):
12384           Fix event handling a bit by replacing completely dubious code
12385           written by someone else with completely dubious code written
12386           by me. Should at least fix #412077 though.
12387
12388 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12389
12390         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
12391         (plugin_init):
12392           Add debug category; use gst_pad_query_peer_*() utility functions;
12393           use gst_util_scale*(); add gtk-doc blurb.
12394
12395 2007-05-04  Wim Taymans  <wim@fluendo.com>
12396
12397         * gst/rtpmanager/gstrtpjitterbuffer.c:
12398         (gst_rtp_jitter_buffer_query):
12399         Add some debug info.
12400
12401         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12402         (rtp_session_send_rtp):
12403         Store real user name in the session.
12404
12405 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
12406
12407         * configure.ac:
12408         * examples/Makefile.am:
12409         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12410           last_message_received, main):
12411         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12412           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12413           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12414           gst_switch_set_property, gst_switch_get_property,
12415           gst_switch_get_linked_pad, gst_switch_getcaps,
12416           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12417           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12418           gst_switch_class_init):
12419         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12420           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12421           need_to_send_newsegment):
12422         Port switch element and example program to 0.10.
12423
12424 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12425
12426         * ext/wavpack/gstwavpack.c: (plugin_init):
12427         Call bindtextdomain() to get localized strings.
12428         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12429         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12430         (gst_wavpack_parse_handle_seek_event),
12431         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12432         * ext/wavpack/gstwavpackparse.h:
12433         Handle DISCONT buffers by correctly setting the DISCONT flag
12434         on outgoing buffers when necessary.
12435         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12436         Send newsegment from the streaming thread.
12437
12438 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12439
12440         * ext/wavpack/gstwavpackparse.c:
12441         (gst_wavpack_parse_handle_seek_event):
12442         Remove old workaround that was needed when seeking after the last
12443         sample. With the fixed error handling this works now as expected
12444         without pushing the last sample although it wasn't requested.
12445
12446 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12447
12448         * ext/wavpack/gstwavpackparse.c:
12449         (gst_wavpack_parse_handle_seek_event):
12450         Handle segment seeks in the seek event handler, correctly work with
12451         stop position == -1 and instead of stopping the task on seek just
12452         pause it.
12453
12454 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12455
12456         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12457         Add handling for segment seeks.
12458
12459 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12460
12461         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12462         (gst_wavpack_parse_create_src_pad),
12463         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12464         (gst_wavpack_parse_chain):
12465         Correctly handle errors, especially in the loop function. Before it
12466         was easy to get the task paused but no error being posted on the bus.
12467
12468 2007-04-30  Wim Taymans  <wim@fluendo.com>
12469
12470         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12471         (async_jitter_queue_pop_intern_unlocked):
12472         Fix the case where the buffer underruns and does not block.
12473
12474         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12475         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12476         (gst_rtp_bin_request_new_pad):
12477         Rename RTCP send pad, like in the session manager.
12478         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12479         fix handling of send_rtp_src pad.
12480
12481         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12482         When no pt map could be found, fall back to the sinkpad caps.
12483
12484         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12485         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12486         (create_recv_rtcp_sink), (create_send_rtp_sink),
12487         (create_send_rtcp_src):
12488         Fix pad names.
12489
12490         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12491         (rtp_session_create_source), (rtp_session_process_sr),
12492         (rtp_session_send_rtp), (session_start_rtcp):
12493         * gst/rtpmanager/rtpsession.h:
12494         Unlock session when performing a callback.
12495         Add callbacks for the internal session object.
12496         Fix sending of RTP packets.
12497         first attempt at adding NTP times in the SR packets.
12498         Small debug and doc improvements.
12499
12500         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12501         Update stats for SR reports.
12502
12503 2007-04-29  Wim Taymans  <wim@fluendo.com>
12504
12505         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12506         Remove debug.
12507
12508         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12509         (rtp_session_process_sdes), (calculate_rtcp_interval),
12510         (rtp_session_next_timeout), (session_report_blocks):
12511         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12512         Improve debugging
12513         Fix interval for BYE/RTCP packets.
12514
12515 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12516
12517         * docs/plugins/gst-plugins-bad-plugins.args:
12518         * docs/plugins/gst-plugins-bad-plugins.signals:
12519           Commit result of running scanobj-update
12520
12521 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12522
12523         * autogen.sh:
12524           Require automake 1.7
12525         * ext/alsaspdif/Makefile.am:
12526         * ext/divx/Makefile.am:
12527         * ext/ivorbis/Makefile.am:
12528         * ext/musicbrainz/Makefile.am:
12529         * ext/neon/Makefile.am:
12530         * ext/sdl/Makefile.am:
12531         * ext/swfdec/Makefile.am:
12532         * ext/theora/Makefile.am:
12533         * ext/wavpack/Makefile.am:
12534         * ext/xvid/Makefile.am:
12535         * gst/modplug/Makefile.am:
12536           Fix up Makefile.am accordingly.
12537
12538 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12539
12540         * docs/plugins/inspect/plugin-alsaspdif.xml:
12541         * docs/plugins/inspect/plugin-bz2.xml:
12542         * docs/plugins/inspect/plugin-cdxaparse.xml:
12543         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12544         * docs/plugins/inspect/plugin-faac.xml:
12545         * docs/plugins/inspect/plugin-faad.xml:
12546         * docs/plugins/inspect/plugin-filter.xml:
12547         * docs/plugins/inspect/plugin-freeze.xml:
12548         * docs/plugins/inspect/plugin-glimagesink.xml:
12549         * docs/plugins/inspect/plugin-gsm.xml:
12550         * docs/plugins/inspect/plugin-h264parse.xml:
12551         * docs/plugins/inspect/plugin-jack.xml:
12552         * docs/plugins/inspect/plugin-mms.xml:
12553         * docs/plugins/inspect/plugin-modplug.xml:
12554         * docs/plugins/inspect/plugin-musepack.xml:
12555         * docs/plugins/inspect/plugin-musicbrainz.xml:
12556         * docs/plugins/inspect/plugin-neon.xml:
12557         * docs/plugins/inspect/plugin-nsfdec.xml:
12558         * docs/plugins/inspect/plugin-replaygain.xml:
12559         * docs/plugins/inspect/plugin-sdl.xml:
12560         * docs/plugins/inspect/plugin-soundtouch.xml:
12561         * docs/plugins/inspect/plugin-spectrum.xml:
12562         * docs/plugins/inspect/plugin-speed.xml:
12563         * docs/plugins/inspect/plugin-tta.xml:
12564         * docs/plugins/inspect/plugin-videocrop.xml:
12565         * docs/plugins/inspect/plugin-wavpack.xml:
12566         * docs/plugins/inspect/plugin-xingheader.xml:
12567         * docs/plugins/inspect/plugin-xvid.xml:
12568           Add jack and update.
12569
12570 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12571
12572         * configure.ac:
12573           Don't build equalizer unless we have core from CVS (it won't
12574           work with earlier versions due to GstChildProxy brokeness).
12575           Also up requirements to last released core/base.
12576
12577 2007-04-27  Wim Taymans  <wim@fluendo.com>
12578
12579         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12580         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12581         Move reconsideration code to the rtpsession object.
12582         Simplify timout handling and add reconsideration.
12583
12584         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12585         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12586         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12587         (obtain_source), (rtp_session_create_source),
12588         (update_arrival_stats), (rtp_session_process_rtp),
12589         (rtp_session_process_sr), (rtp_session_process_rr),
12590         (rtp_session_process_bye), (rtp_session_process_rtcp),
12591         (calculate_rtcp_interval), (rtp_session_send_bye),
12592         (rtp_session_next_timeout), (session_start_rtcp),
12593         (session_report_blocks), (session_cleanup), (session_sdes),
12594         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12595         * gst/rtpmanager/rtpsession.h:
12596         Handle timeout of inactive sources and senders.
12597         Implement BYE scheduling.
12598
12599         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12600         (rtp_source_process_sr), (rtp_source_get_last_sr),
12601         (rtp_source_get_last_rb):
12602         * gst/rtpmanager/rtpsource.h:
12603         Add members to check for timeouts.
12604
12605         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12606         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12607         (rtp_stats_calculate_bye_interval):
12608         * gst/rtpmanager/rtpstats.h:
12609         Use RFC algorithm for calculating the reporting interval.
12610
12611 2007-04-26  Edward Hervey  <edward@fluendo.com>
12612
12613         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12614         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12615         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12616         * docs/plugins/inspect/plugin-osxvideo.xml:
12617         Add documentation for osxvideo
12618
12619 2007-04-25  Wim Taymans  <wim@fluendo.com>
12620
12621         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12622         Implement forward and reverse reconsideration.
12623
12624         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
12625         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
12626         (session_report_blocks):
12627         * gst/rtpmanager/rtpsession.h:
12628         Small cleanups.
12629
12630 2007-04-25  Wim Taymans  <wim@fluendo.com>
12631
12632         reviewed by: <delete if not using a buddy>
12633
12634         * gst/rtpmanager/gstrtpbin.c: (create_stream),
12635         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
12636         (gst_rtp_bin_get_property):
12637         * gst/rtpmanager/gstrtpbin.h:
12638         Make default jitterbuffer latency configurable.
12639
12640         * gst/rtpmanager/gstrtpjitterbuffer.c:
12641         (gst_rtp_jitter_buffer_class_init),
12642         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
12643         (gst_rtp_jitter_buffer_set_property),
12644         (gst_rtp_jitter_buffer_get_property):
12645         Debuging cleanups.
12646
12647 2007-04-25  Wim Taymans  <wim@fluendo.com>
12648
12649         * gst/rtpmanager/gstrtpjitterbuffer.c:
12650         (gst_rtp_jitter_buffer_change_state):
12651         Report NO_PREROLL when going to PAUSED.
12652
12653         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12654         Don't send RTCP right before we are shutting down.
12655
12656         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
12657         (rtp_session_process_sr), (session_report_blocks),
12658         (rtp_session_perform_reporting):
12659         Improve report blocks.
12660
12661         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
12662         (rtp_source_process_rtp), (rtp_source_process_sr),
12663         (rtp_source_process_rb), (rtp_source_get_last_sr),
12664         (rtp_source_get_last_rb):
12665         * gst/rtpmanager/rtpsource.h:
12666         * gst/rtpmanager/rtpstats.h:
12667         Cleanups, add methods to access stats. 
12668
12669 2007-04-25  Wim Taymans  <wim@fluendo.com>
12670
12671         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12672         fix for pad name change
12673
12674         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12675         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
12676         Fix for renamed methods.
12677
12678         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12679         (rtp_session_finalize), (rtp_session_set_cname),
12680         (rtp_session_get_cname), (rtp_session_set_name),
12681         (rtp_session_get_name), (rtp_session_set_email),
12682         (rtp_session_get_email), (rtp_session_set_phone),
12683         (rtp_session_get_phone), (rtp_session_set_location),
12684         (rtp_session_get_location), (rtp_session_set_tool),
12685         (rtp_session_get_tool), (rtp_session_set_note),
12686         (rtp_session_get_note), (source_push_rtp), (obtain_source),
12687         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
12688         (rtp_session_create_source), (rtp_session_process_rtp),
12689         (rtp_session_process_sr), (rtp_session_process_sdes),
12690         (rtp_session_process_rtcp), (rtp_session_send_rtp),
12691         (rtp_session_get_reporting_interval), (session_report_blocks),
12692         (session_sdes), (rtp_session_perform_reporting):
12693         * gst/rtpmanager/rtpsession.h:
12694         Prepare for implementing SSRC sampling.
12695         Create SSRC for the session. 
12696         Add methods to set the SDES entries.
12697         fix accounting of senders/receivers.
12698         Implement SR/RR/SDES RTCP reporting.
12699
12700         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
12701         (rtp_source_process_rtp), (rtp_source_process_sr):
12702         * gst/rtpmanager/rtpsource.h:
12703         Implement extended sequence number.
12704
12705         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12706         * gst/rtpmanager/rtpstats.h:
12707         Rename some fields.
12708
12709 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
12710
12711         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
12712         (gst_y4m_encode_setcaps):
12713         * tests/check/elements/y4menc.c: (GST_START_TEST):
12714           Plug some leaks; try to make build bot happy again.
12715
12716 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12717
12718         * gst/Makefile.am:
12719           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
12720
12721 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12722
12723         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
12724           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
12725
12726 2007-04-20  Michael Smith  <msmith@fluendo.com>
12727
12728         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
12729           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
12730           quicktime because of sample rate mismatches.
12731           Reenable overriding the implicit SBR behaviour (accidently changed?)
12732           to allow playback of these files.
12733
12734 2007-04-19  David Schleef  <ds@schleef.org>
12735
12736         * configure.ac:
12737           Change rtpmanager disabling to keep -bad releasable.
12738
12739 2007-04-18  David Schleef  <ds@schleef.org>
12740
12741         * configure.ac:
12742         * gst/Makefile.am:
12743           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
12744           line 268.
12745
12746 2007-04-18  Wim Taymans  <wim@fluendo.com>
12747
12748         * gst/Makefile.am:
12749         Add rtpmanager dir to dist.
12750
12751 2007-04-18  Wim Taymans  <wim@fluendo.com>
12752
12753         * configure.ac:
12754         Disable rtpmanager for now because it depends on CVS -base.
12755
12756         * gst/rtpmanager/Makefile.am:
12757         Added new files for session manager.
12758
12759         * gst/rtpmanager/gstrtpjitterbuffer.h:
12760         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12761         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
12762         Some cleanups. 
12763         the session manager can now also request a pt-map.
12764
12765         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12766         (gst_rtp_session_class_init), (gst_rtp_session_init),
12767         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
12768         (stop_rtcp_thread), (gst_rtp_session_change_state),
12769         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
12770         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
12771         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
12772         (gst_rtp_session_chain_recv_rtp),
12773         (gst_rtp_session_event_recv_rtcp_sink),
12774         (gst_rtp_session_chain_recv_rtcp),
12775         (gst_rtp_session_event_send_rtp_sink),
12776         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
12777         (gst_rtp_session_request_new_pad):
12778         * gst/rtpmanager/gstrtpsession.h:
12779         We can ask for pt-map now too when the session manager needs it.
12780         Hook up to the new session manager, implement the needed callbacks for
12781         pushing data, getting clock time and requesting clock-rates.
12782         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
12783         be send to clients.
12784         Add code to start and stop the thread that will schedule RTCP through
12785         the session manager.
12786
12787         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12788         (rtp_session_init), (rtp_session_finalize),
12789         (rtp_session_set_property), (rtp_session_get_property),
12790         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
12791         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
12792         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
12793         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
12794         (source_push_rtp), (source_clock_rate), (check_collision),
12795         (obtain_source), (rtp_session_add_source),
12796         (rtp_session_get_num_sources),
12797         (rtp_session_get_num_active_sources),
12798         (rtp_session_get_source_by_ssrc),
12799         (rtp_session_get_source_by_cname), (rtp_session_create_source),
12800         (update_arrival_stats), (rtp_session_process_rtp),
12801         (rtp_session_process_sr), (rtp_session_process_rr),
12802         (rtp_session_process_sdes), (rtp_session_process_bye),
12803         (rtp_session_process_app), (rtp_session_process_rtcp),
12804         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
12805         (rtp_session_produce_rtcp):
12806         * gst/rtpmanager/rtpsession.h:
12807         The advanced beginnings of the main session manager that handles the
12808         participant database of RTPSources, SSRC probation, SSRC collisions,
12809         parse RTCP to update source stats. etc..
12810
12811         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
12812         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
12813         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
12814         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
12815         (push_packet), (get_clock_rate), (calculate_jitter),
12816         (rtp_source_process_rtp), (rtp_source_process_bye),
12817         (rtp_source_send_rtp), (rtp_source_process_sr),
12818         (rtp_source_process_rb):
12819         * gst/rtpmanager/rtpsource.h:
12820         Object that encapsulates an SSRC and its state in the database.
12821         Calculates the jitter and transit times of data packets.
12822
12823         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12824         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
12825         * gst/rtpmanager/rtpstats.h:
12826         Various stats regarding the session and sources.
12827         Used to calculate the RTCP interval.
12828
12829 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12830
12831         * gst/app/Makefile.am:
12832           Fix CFLAGS and hopefully #430594.
12833
12834 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12835
12836         * gst/nsf/types.h:
12837           Rename #ifndef header guard symbol to something less generic, so
12838           types.h doesn't get skipped over when compiling on MingW. Include
12839           GLib headers and use those to set the endianness and the basic
12840           types so that this isn't entirely broken for non-x86 architectures.
12841
12842 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12843
12844         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
12845           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
12846           MingW (no idea though why we add a BYTE_ORDER endianness field if
12847           the audio is compressed).
12848
12849 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
12850
12851         * docs/plugins/inspect/plugin-directdraw.xml:
12852         * docs/plugins/inspect/plugin-directsound.xml:
12853         * docs/plugins/inspect/plugin-waveform.xml:
12854           Add xml doc files for Windows sinks
12855         * win32/vs6/libgstqtdemux.dsp:
12856         * win32/vs6/libgstmpegvideoparse.dsp:
12857         * win32/vs6/gst_plugins_bad.dsw:
12858          Update projects files.
12859         
12860 2007-04-13  Wim Taymans  <wim@fluendo.com>
12861
12862         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12863         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
12864         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
12865         * gst/rtpmanager/gstrtpbin.h:
12866         * gst/rtpmanager/gstrtpclient.c:
12867         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12868         (gst_rtp_session_init), (gst_rtp_session_finalize),
12869         (gst_rtp_session_event_recv_rtp_sink),
12870         (gst_rtp_session_event_recv_rtcp_sink),
12871         (gst_rtp_session_chain_recv_rtcp),
12872         (gst_rtp_session_request_new_pad):
12873         Protect lists and structures with locks.
12874         Return FLOW_OK from RTCP messages for now.
12875
12876 2007-04-12  Wim Taymans  <wim@fluendo.com>
12877
12878         * gst/qtdemux/qtdemux.c:
12879         Make timescale 32 bits again so we don't screw up the pts_offset
12880         calculations.
12881
12882 2007-04-12  Wim Taymans  <wim@fluendo.com>
12883
12884         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12885         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
12886         Emit pt map requests and cache results.
12887
12888         * gst/rtpmanager/gstrtpjitterbuffer.c:
12889         (gst_rtp_jitter_buffer_class_init),
12890         (gst_jitter_buffer_sink_parse_caps),
12891         (gst_jitter_buffer_sink_setcaps),
12892         (gst_rtp_jitter_buffer_get_clock_rate),
12893         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
12894         * gst/rtpmanager/gstrtpjitterbuffer.h:
12895         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12896         Emit request-pt-map signals.
12897
12898 2007-04-11  Wim Taymans  <wim@fluendo.com>
12899
12900         * gst/rtpmanager/gstrtpbin-marshal.list:
12901         Some more custom marshallers.
12902
12903         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12904         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
12905         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
12906         * gst/rtpmanager/gstrtpbin.h:
12907         Prepare for caching pt maps.
12908         Connect to signals to collect pt maps.
12909
12910         * gst/rtpmanager/gstrtpjitterbuffer.c:
12911         (gst_rtp_jitter_buffer_class_init),
12912         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
12913         * gst/rtpmanager/gstrtpjitterbuffer.h:
12914         Add request_clock_rate signal.
12915         Use scale insteat of scale_int because the later does not deal with
12916         negative numbers.
12917
12918         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12919         (gst_rtp_pt_demux_chain):
12920         * gst/rtpmanager/gstrtpptdemux.h:
12921         Implement request-pt-map signal.
12922
12923 2007-04-11  Wim Taymans  <wim@fluendo.com>
12924
12925         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
12926         (qtdemux_parse_samples), (qtdemux_parse_segments),
12927         (qtdemux_parse_trak), (qtdemux_parse_tree):
12928         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
12929         Handle version 1 mdhd atoms to get extended precision durations.
12930         Fixes #426972.
12931
12932 2007-04-10  Wim Taymans  <wim@fluendo.com>
12933
12934         * gst/rtpmanager/.cvsignore:
12935         * gst/rtpmanager/Makefile.am:
12936         * gst/rtpmanager/gstrtpbin-marshal.list:
12937         Added custom marshallers for signals.
12938
12939         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12940         * gst/rtpmanager/gstrtpbin.h:
12941         Prepare for emiting pt map signals.
12942
12943         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
12944         * gst/rtpmanager/gstrtpssrcdemux.c:
12945         (gst_rtp_ssrc_demux_class_init):
12946         Fix signals.
12947
12948 2007-04-06  Wim Taymans  <wim@fluendo.com>
12949
12950         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
12951         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
12952         * gst/rtpmanager/gstrtpbin.h:
12953         Provide a clock.
12954
12955 2007-04-06  Wim Taymans  <wim@fluendo.com>
12956
12957         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12958         Fix pad template name parsing.
12959
12960 2007-04-05  Wim Taymans  <wim@fluendo.com>
12961
12962         * gst/rtpmanager/gstrtpjitterbuffer.c:
12963         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
12964         (gst_rtp_jitter_buffer_loop):
12965         Add some debug and comments.
12966         Fix double unref() in error cases.
12967
12968 2007-04-05  Wim Taymans  <wim@fluendo.com>
12969
12970         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
12971         (gst_rtp_xqt_depay_change_state):
12972         * gst/qtdemux/gstrtpxqtdepay.h:
12973         Try to recover from packet loss a little better.
12974
12975 2007-04-05  Wim Taymans  <wim@fluendo.com>
12976
12977         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12978         (create_session), (find_stream_by_ssrc), (create_stream),
12979         (gst_rtp_bin_class_init), (new_payload_found),
12980         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
12981         (create_send_rtp), (create_rtcp):
12982         * gst/rtpmanager/gstrtpbin.h:
12983         Add debugging category.
12984         Added RTPStream to manage stream per SSRC, each with its own
12985         jitterbuffer and ptdemux.
12986         Added SSRCDemux.
12987         Connect to various SSRC and PT signals and create ghostpads, link stuff.
12988
12989
12990         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12991         Added rtpbin to elements.
12992
12993         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12994         Fix caps and forward GstFlowReturn
12995
12996         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12997         (gst_rtp_session_event_recv_rtp_sink),
12998         (gst_rtp_session_chain_recv_rtp),
12999         (gst_rtp_session_event_recv_rtcp_sink),
13000         (gst_rtp_session_chain_recv_rtcp),
13001         (gst_rtp_session_event_send_rtp_sink),
13002         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13003         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13004         (gst_rtp_session_request_new_pad):
13005         Add debug category.
13006         Add event handling
13007
13008         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
13009         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
13010         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
13011         (gst_rtp_ssrc_demux_change_state):
13012         * gst/rtpmanager/gstrtpssrcdemux.h:
13013         Add debug category.
13014         Add new-pt-pad signal.
13015
13016 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13017
13018         submitted by: Mogens Jaeger <mogens@jaeger.tf>
13019
13020         * po/LINGUAS:
13021         * po/da.po:
13022           Added Danish translation.
13023
13024 2007-04-04  Wim Taymans  <wim@fluendo.com>
13025
13026         * gst/rtpmanager/Makefile.am:
13027         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13028         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
13029         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
13030         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
13031         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
13032         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
13033         (gst_rtp_ssrc_demux_change_state):
13034         * gst/rtpmanager/gstrtpssrcdemux.h:
13035         Added simple SSRC demuxer.
13036
13037 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
13038
13039         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
13040         (gst_jack_ring_buffer_acquire):
13041           Try t better name clients. properly handle return codes when re-
13042           establishing links.
13043
13044 2007-04-03  David Schleef  <ds@schleef.org>
13045
13046         * sys/glsink/glimagesink.c:
13047           Fix handling of video/x-raw-yuv.  Add overlay handling.
13048
13049 2007-04-03  Wim Taymans  <wim@fluendo.com>
13050
13051         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13052         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
13053         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
13054         (gst_rtp_bin_request_new_pad):
13055         * gst/rtpmanager/gstrtpbin.h:
13056         * gst/rtpmanager/gstrtpclient.c:
13057         Some more ghostpad magic.
13058
13059 2007-04-03  Wim Taymans  <wim@fluendo.com>
13060
13061         * gst/rtpmanager/Makefile.am:
13062         Add .h file so it can be disted properly.
13063
13064 2007-04-03  Wim Taymans  <wim@fluendo.com>
13065
13066         * configure.ac:
13067         * gst/rtpmanager/Makefile.am:
13068         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
13069         (signal_waiting_threads), (async_jitter_queue_ref),
13070         (async_jitter_queue_ref_unlocked),
13071         (async_jitter_queue_set_low_threshold),
13072         (async_jitter_queue_set_high_threshold),
13073         (async_jitter_queue_set_max_queue_length),
13074         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
13075         (async_jitter_queue_length_ts_units_unlocked),
13076         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
13077         (async_jitter_queue_lock), (async_jitter_queue_unlock),
13078         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
13079         (async_jitter_queue_push_sorted),
13080         (async_jitter_queue_push_sorted_unlocked),
13081         (async_jitter_queue_insert_after_unlocked),
13082         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
13083         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
13084         (async_jitter_queue_length_unlocked),
13085         (async_jitter_queue_set_flushing_unlocked),
13086         (async_jitter_queue_unset_flushing_unlocked),
13087         (async_jitter_queue_set_blocking_unlocked):
13088         * gst/rtpmanager/async_jitter_queue.h:
13089         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
13090         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
13091         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
13092         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
13093         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
13094         * gst/rtpmanager/gstrtpbin.h:
13095         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
13096         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
13097         (gst_rtp_client_class_init), (gst_rtp_client_init),
13098         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
13099         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
13100         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
13101         * gst/rtpmanager/gstrtpclient.h:
13102         * gst/rtpmanager/gstrtpjitterbuffer.c:
13103         (gst_rtp_jitter_buffer_base_init),
13104         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
13105         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
13106         (gst_jitter_buffer_sink_setcaps), (free_func),
13107         (gst_rtp_jitter_buffer_flush_start),
13108         (gst_rtp_jitter_buffer_flush_stop),
13109         (gst_rtp_jitter_buffer_src_activate_push),
13110         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
13111         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
13112         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
13113         (gst_rtp_jitter_buffer_query),
13114         (gst_rtp_jitter_buffer_set_property),
13115         (gst_rtp_jitter_buffer_get_property):
13116         * gst/rtpmanager/gstrtpjitterbuffer.h:
13117         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13118         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
13119         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
13120         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
13121         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
13122         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
13123         (gst_rtp_pt_demux_change_state):
13124         * gst/rtpmanager/gstrtpptdemux.h:
13125         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
13126         (gst_rtp_session_class_init), (gst_rtp_session_init),
13127         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
13128         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
13129         (gst_rtp_session_chain_recv_rtp),
13130         (gst_rtp_session_chain_recv_rtcp),
13131         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13132         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13133         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
13134         * gst/rtpmanager/gstrtpsession.h:
13135         Add RTP session management elements. Still in progress.
13136
13137 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
13138
13139         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
13140         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
13141         (gst_wavpack_dec_clip_outgoing_buffer),
13142         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
13143         * ext/wavpack/gstwavpackdec.h:
13144         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
13145         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
13146         (gst_wavpack_enc_chain):
13147         * ext/wavpack/gstwavpackenc.h:
13148         * ext/wavpack/gstwavpackparse.c:
13149         Don't play audioconvert. As wavpack wants/outputs all samples with
13150         width==32 and depth=[1,32] accept this and let audioconvert convert
13151         to accepted formats instead of doing it in the element for n*8 depths.
13152         This also adds support for non-n*8 depths and prevents some useless
13153         memory allocations. Fixes #421598
13154         Also add a workaround for bug #421542 in wavpackenc for now...
13155         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
13156         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
13157         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
13158         Consider the change above in the unit tests and test if the correct
13159         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
13160         the wavpackparse unit test.
13161
13162         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
13163         (gst_wavpack_dec_sink_set_caps):
13164         Set caps on the src pad as soon as possible.
13165
13166         * ext/wavpack/gstwavpackdec.h:
13167         * ext/wavpack/gstwavpackcommon.h:
13168         * ext/wavpack/gstwavpackenc.h:
13169         * ext/wavpack/gstwavpackparse.h:
13170         Fix indention. gst-indent is now called by cicl.
13171
13172 2007-03-28  Edward Hervey  <edward@fluendo.com>
13173
13174         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
13175         (gst_qtdemux_chain), (qtdemux_parse_samples):
13176         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
13177         * gst/qtdemux/qtdemux_dump.h:
13178         * gst/qtdemux/qtdemux_fourcc.h:
13179         * gst/qtdemux/qtdemux_types.c:
13180         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
13181         with h264 video).
13182         Use the offset present in 'ctts' to calculate the PTS for each packet
13183         and set the PTS on outgoing buffers.
13184         Fixes #423283
13185
13186 2007-03-27  Julien MOUTTE  <julien@moutte.net>
13187
13188         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
13189         debug log and fix a stupid output buffer duration bug.
13190
13191 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
13192
13193         Patch by: Michal Benes <michal.benes at itonis tv>
13194         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
13195
13196         * configure.ac:
13197         * ext/Makefile.am:
13198         * ext/x264/Makefile.am:
13199         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
13200         (gst_x264_enc_analyse_get_type),
13201         (gst_x264_enc_timestamp_queue_init),
13202         (gst_x264_enc_timestamp_queue_free),
13203         (gst_x264_enc_timestamp_queue_put),
13204         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
13205         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
13206         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
13207         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
13208         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
13209         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
13210         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
13211         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
13212         (plugin_init):
13213         * ext/x264/gstx264enc.h:
13214           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
13215           handle 'odd' widths and heights correctly yet.
13216
13217 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
13218
13219         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
13220           Remove 'channel-positions' field when munging input caps into
13221           1-channel output caps (I guess technically we should set the
13222           position for each channel on the output caps if it's non-NONE,
13223           but I'll save that as a task for another day).
13224
13225 2007-03-23  Michael Smith  <msmith@fluendo.com>
13226
13227         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
13228         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
13229         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
13230         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
13231         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
13232         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
13233         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
13234         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
13235         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13236         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
13237         (vmnc_dec_set_property), (vmnc_dec_get_property):
13238           Redesign to include a parser for raw files (no timestamps in that
13239           mode yet, though).
13240
13241 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13242
13243         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
13244         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
13245         (gst_deinterleave_chain):
13246           Don't leak input buffer in chain function; maintain our own list of
13247           source pads - there are no guarantees about the order of the list
13248           in the GstElement struct, and we want a very specific order; lastly,
13249           some more debugging.
13250
13251 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13252
13253         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
13254           Alloc user agent string only once.
13255
13256 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13257
13258         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13259         Revert last commit, preventing infinite plugging loops with ranks
13260         is no clean solution and in general there's no reason why one wants
13261         to parse framed wavpack data again.
13262
13263 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13264
13265         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
13266         Send the new segment event in time format instead of bytes. This
13267         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
13268
13269         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13270         Accept framed and non-framed input, wavpackparse doesn't care. To
13271         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
13272         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
13273         ..." pipelines.
13274
13275 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13276
13277         * gst-libs/gst/app/Makefile.am:
13278           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
13279           can confirm that was what he wanted.
13280
13281 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13282
13283         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13284         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
13285         Thanks to Jan and Mike for noticing my mistake.
13286
13287 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13288
13289         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
13290         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
13291         (gst_wavpack_enc_rewrite_first_block):
13292         * ext/wavpack/gstwavpackenc.h:
13293         Put the write helpers into the GstWavpackEnc struct directly and not
13294         as a pointer to save two small, but useless mallocs. This also makes
13295         it possible to drop the finalize method.
13296         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
13297         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
13298         buffers the same way wavpackenc does it.
13299
13300 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13301
13302         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13303         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
13304         BaseTransform-based elements will likely break because of wrong
13305         unit-size. Also plug a possible memleak that happens when decoding
13306         fails for some reason.
13307
13308 2007-03-18  Wim Taymans  <wim@fluendo.com>
13309
13310         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
13311
13312         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
13313         Don't need to take the connection lock, it will not be used and could
13314         cause deadlocks.
13315
13316 2007-03-16  Edward Hervey  <edward@fluendo.com>
13317
13318         * sys/osxvideo/osxvideosink.m:
13319         Fix previous commit, we want to pass the NSView in the message.
13320
13321 2007-03-16  Edward Hervey  <edward@fluendo.com>
13322
13323         * sys/osxvideo/osxvideosink.m:
13324         Emit 'have-ns-view' message when working in embedded mode. The message
13325         will contain a pointer to the newly created NSView.
13326
13327 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13328
13329         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
13330         (collect_packets), (set_par_from_dar), (set_fps_from_code),
13331         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
13332         (mpeg_util_parse_picture_hdr):
13333         * gst/mpegvideoparse/mpegpacketiser.h:
13334         * gst/mpegvideoparse/mpegvideoparse.c:
13335         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
13336         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13337         (mpv_parse_sink_event), (plugin_init):
13338         * gst/mpegvideoparse/mpegvideoparse.h:
13339         Move the MPEG specific byte parsing into the mpegpacketiser code.
13340
13341         Add parsing of picture types, that just feeds into a debug message
13342         for now.
13343
13344         Fix some 64-bit format strings.
13345
13346 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13347
13348         * gst/mpegaudioparse:
13349         Remove empty dir.
13350
13351 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
13352
13353         * gst/equalizer/gstiirequalizer10bands.c:
13354         (gst_iir_equalizer_10bands_init):
13355           A 10 band EQ should be initialized to 10 bands and not to 3.
13356
13357 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13358
13359         * configure.ac:
13360         * gst/mpeg1videoparse/Makefile.am:
13361         * gst/mpeg1videoparse/gstmp1videoparse.c:
13362         * gst/mpeg1videoparse/gstmp1videoparse.h:
13363         * gst/mpeg1videoparse/mp1videoparse.vcproj:
13364         * gst/mpegvideoparse/Makefile.am:
13365         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
13366         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
13367         (mpeg_packetiser_flush), (mpeg_find_start_code),
13368         (get_next_free_block), (complete_current_block),
13369         (append_to_current_block), (start_new_block), (handle_packet),
13370         (collect_packets), (mpeg_packetiser_handle_eos),
13371         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
13372         * gst/mpegvideoparse/mpegpacketiser.h:
13373         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
13374         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
13375         (mpv_parse_reset), (gst_mpegvideoparse_init),
13376         (gst_mpegvideoparse_dispose), (set_par_from_dar),
13377         (set_fps_from_code), (mpegvideoparse_parse_seq),
13378         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
13379         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13380         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
13381         (plugin_init):
13382         * gst/mpegvideoparse/mpegvideoparse.h:
13383         * gst/mpegvideoparse/mpegvideoparse.vcproj:
13384         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
13385         that it's below existing decoders.
13386         
13387         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
13388         MPEG-2 now.
13389
13390         Re-write the parsing code so that it collects packets differently
13391         and timestamps Picture packets correctly.
13392
13393         Add a list of FIXME's at the top.
13394
13395 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13396
13397         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
13398         (equalizer_set_all_band_values),
13399         (equalizer_set_band_value_and_wait),
13400         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13401         (main):
13402           Port the example to new equalizer api.
13403
13404 2007-03-14  Edward Hervey  <edward@fluendo.com>
13405
13406         * sys/osxvideo/cocoawindow.h:
13407         * sys/osxvideo/cocoawindow.m:
13408         * sys/osxvideo/osxvideosink.h:
13409         * sys/osxvideo/osxvideosink.m:
13410         Fix leaks when running a NSApp.
13411         Accept any kind of resolutions.
13412         Works in fullscreen. Can maximize.
13413         Only thing left before being able to move this to -good is documentation
13414         and embedded window support.
13415
13416 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13417
13418         * po/hu.po:
13419         * po/it.po:
13420         * po/sv.po:
13421           Updated translations.
13422
13423 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13424
13425         * gst/equalizer/Makefile.am:
13426         * gst/equalizer/gstiirequalizer.c: (_do_init),
13427         (gst_iir_equalizer_band_set_property),
13428         (gst_iir_equalizer_band_class_init),
13429         (gst_iir_equalizer_band_get_type),
13430         (gst_iir_equalizer_child_proxy_get_child_by_index),
13431         (gst_iir_equalizer_child_proxy_get_children_count),
13432         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13433         (gst_iir_equalizer_compute_frequencies),
13434         (gst_iir_equalizer_transform_ip), (plugin_init):
13435         * gst/equalizer/gstiirequalizer10bands.c:
13436         (gst_iir_equalizer_10bands_base_init),
13437         (gst_iir_equalizer_10bands_class_init),
13438         (gst_iir_equalizer_10bands_init),
13439         (gst_iir_equalizer_10bands_set_property),
13440         (gst_iir_equalizer_10bands_get_property):
13441         * gst/equalizer/gstiirequalizer10bands.h:
13442         * gst/equalizer/gstiirequalizer3bands.c:
13443         (gst_iir_equalizer_3bands_base_init),
13444         (gst_iir_equalizer_3bands_class_init),
13445         (gst_iir_equalizer_3bands_init),
13446         (gst_iir_equalizer_3bands_set_property),
13447         (gst_iir_equalizer_3bands_get_property):
13448         * gst/equalizer/gstiirequalizer3bands.h:
13449         * gst/equalizer/gstiirequalizernbands.c:
13450         (gst_iir_equalizer_nbands_base_init),
13451         (gst_iir_equalizer_nbands_init):
13452           Add 3 and 10 band version and add missing gst_object_sync_values.
13453
13454         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13455         (gst_spectrum_transform_ip):
13456           Add some comments about float support.
13457
13458 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13459
13460         * gst/mpegaudioparse/Makefile.am:
13461         * gst/mpegaudioparse/gstmpegaudioparse.c:
13462         * gst/mpegaudioparse/gstmpegaudioparse.h:
13463         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13464         Remove bogus 2nd copy of mp3parse - it's actually
13465         in -ugly.
13466
13467 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13468
13469         * examples/app/.cvsignore:
13470         The buildbot demands .cvsignore files, and I comply.
13471
13472 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13473
13474         * sys/directdraw/gstdirectdrawsink.c:
13475         * sys/directdraw/gstdirectdrawsink.h:
13476         Handle display mode changes during playback.
13477
13478 2007-03-10  David Schleef  <ds@schleef.org>
13479
13480         * configure.ac:
13481         * examples/Makefile.am:
13482         * examples/app/Makefile.am:
13483         * examples/app/appsrc_ex.c:
13484           Add appsrc/appsink example.
13485         * gst-libs/gst/app/Makefile.am:
13486         * gst-libs/gst/app/gstapp.c:
13487         * gst-libs/gst/app/gstappsink.c:
13488         * gst-libs/gst/app/gstappsink.h:
13489         * gst/app/gstapp.c:
13490           Add appsink.
13491
13492 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13493
13494         * ext/nas/nassink.c: (NAS_createFlow):
13495         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13496           Printf format string fixes.
13497
13498 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13499
13500         * gst/equalizer/Makefile.am:
13501         * gst/equalizer/gstiirequalizer.c: (_do_init),
13502         (gst_iir_equalizer_band_set_property),
13503         (gst_iir_equalizer_band_get_property),
13504         (gst_iir_equalizer_band_class_init),
13505         (gst_iir_equalizer_band_get_type),
13506         (gst_iir_equalizer_child_proxy_get_child_by_index),
13507         (gst_iir_equalizer_child_proxy_get_children_count),
13508         (gst_iir_equalizer_child_proxy_interface_init),
13509         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13510         (gst_iir_equalizer_finalize), (setup_filter),
13511         (gst_iir_equalizer_compute_frequencies),
13512         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13513         (gst_iir_equalizer_setup), (plugin_init):
13514         * gst/equalizer/gstiirequalizer.h:
13515         * gst/equalizer/gstiirequalizernbands.c:
13516         (gst_iir_equalizer_nbands_base_init),
13517         (gst_iir_equalizer_nbands_class_init),
13518         (gst_iir_equalizer_nbands_init),
13519         (gst_iir_equalizer_nbands_set_property),
13520         (gst_iir_equalizer_nbands_get_property):
13521         * gst/equalizer/gstiirequalizernbands.h:
13522           Refactor plugin into a base class and a first subclass (nband eq). The
13523           nband eq uses GstChildProxy and is controlable. More subclasses will
13524           follow.
13525
13526 2007-03-08  Wim Taymans  <wim@fluendo.com>
13527
13528         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13529
13530         * ext/jack/Makefile.am:
13531         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13532         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13533         (jack_shutdown_cb), (connection_find),
13534         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13535         (gst_jack_audio_unref_connection),
13536         (gst_jack_audio_connection_add_client),
13537         (gst_jack_audio_connection_remove_client),
13538         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13539         (gst_jack_audio_client_get_client),
13540         (gst_jack_audio_client_set_active):
13541         * ext/jack/gstjackaudioclient.h:
13542         Make an object to manage client connections to the jack server which we
13543         will use in the future to run selected jack elements with the same jack
13544         connection.
13545         Make some stuff a bit more threadsafe.
13546         Activate the jack client ASAP.
13547
13548         * ext/jack/gstjackaudiosink.c:
13549         (gst_jack_audio_sink_allocate_channels),
13550         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13551         (gst_jack_ring_buffer_open_device),
13552         (gst_jack_ring_buffer_close_device),
13553         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13554         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13555         (gst_jack_audio_sink_getcaps):
13556         * ext/jack/gstjackaudiosink.h:
13557         Use new client object to manage connections.
13558         Don't remove and recreate all ports, try to reuse them.
13559
13560 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13561
13562         * ext/wavpack/gstwavpack.c: (plugin_init):
13563         * ext/wavpack/gstwavpackcommon.c:
13564           Use a general wavpack debug category for common code.
13565         * ext/wavpack/gstwavpackstreamreader.c:
13566         (gst_wavpack_stream_reader_set_pos_abs),
13567         (gst_wavpack_stream_reader_set_pos_rel),
13568         (gst_wavpack_stream_reader_write_bytes):
13569           Use the general wavpack debug category here too and add debug
13570           output to the functions that should not be called at all by
13571           the wavpack library.
13572         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13573         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13574         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13575           Change debugging category names to conform to the conventions.
13576
13577 2007-03-07  Edward Hervey  <edward@fluendo.com>
13578
13579         * gst/qtdemux/qtdemux.c:
13580         * gst/qtdemux/qtdemux.h:
13581         Share qtdemux debug category across all files, otherwise all debugging
13582         in files other than qtdemux.c would end up in the default category.
13583
13584 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13585
13586         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13587         (gst_spectrum_event), (gst_spectrum_transform_ip):
13588         * gst/spectrum/gstspectrum.h:
13589           One FIXME less, by resolving message timestamps against the playback
13590           segment.
13591
13592 2007-03-06  Wim Taymans  <wim@fluendo.com>
13593
13594         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13595         (gst_spectrum_init), (gst_spectrum_set_property),
13596         (gst_spectrum_transform_ip):
13597         Fix and cleanup default property values.
13598         Add FIXMEs for stuff that looks rather wrong.
13599
13600 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13601
13602         * gst/spectrum/demo-audiotest.c: (message_handler):
13603         * gst/spectrum/demo-osssrc.c: (message_handler):
13604           Remove two obsolete and confusing comments.
13605
13606 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13607
13608         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13609         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13610         (gst_nas_sink_unprepare):
13611           Some more cleanups/changes; use boilerplate macro.
13612
13613 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13614
13615         * ext/nas/Makefile.am:
13616         * ext/nas/README:
13617         * ext/nas/nassink.c: (gst_nas_sink_get_type),
13618         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
13619         (gst_nas_sink_init), (gst_nas_sink_finalize),
13620         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
13621         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
13622         (gst_nas_sink_reset), (gst_nas_sink_write),
13623         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
13624         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
13625         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
13626         (NAS_createFlow), (plugin_init):
13627         * ext/nas/nassink.h:
13628           Bunch of nassink clean-ups: make build by adding the right CFLAGS
13629           and LIBS to Makefile.am; rename structure, macros and functions
13630           according to canonical naming scheme; move some things around a bit;
13631           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
13632           file that didn't really contain any useful information anyway (the
13633           useful bits have been moved into the 'host' property description).
13634
13635 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
13636
13637         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
13638         Chain up in finalize.
13639
13640 2007-03-03  Michael Smith  <msmith@fluendo.com>
13641
13642         * configure.ac:
13643         * gst/vmnc/Makefile.am:
13644           Fix up dist.
13645
13646 2007-03-03  Michael Smith  <msmith@fluendo.com>
13647
13648         * configure.ac:
13649         * gst/vmnc/Makefile.am:
13650         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
13651         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
13652         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
13653         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
13654         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
13655         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
13656         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
13657         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
13658         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13659         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
13660         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
13661           Add VMnc decoder.
13662           Still missing support for:
13663            - rectangle types I didn't find in my samples (e.g. copy, RRE,
13664              ZRLE)
13665            - alpha-composited cursors
13666
13667 2007-03-03  David Schleef  <ds@schleef.org>
13668
13669         * gst-libs/gst/app/Makefile.am:
13670           Install the headers.
13671
13672 2007-03-03  David Schleef  <ds@schleef.org>
13673
13674         * gst-libs/gst/app/Makefile.am:
13675         * gst-libs/gst/app/gstappbuffer.c:
13676         * gst-libs/gst/app/gstappbuffer.h:
13677         * gst-libs/gst/app/gstappsrc.c:
13678           Add GstAppBuffer that includes a callback and closure for
13679           proper handling of data chunks.
13680
13681 2007-03-03  David Schleef  <ds@schleef.org>
13682
13683         * gst-libs/gst/app/gstappsrc.c:
13684         * gst-libs/gst/app/gstappsrc.h:
13685           Hacking to address issues in 413418.
13686
13687 2007-03-03  David Schleef  <ds@schleef.org>
13688
13689         * Makefile.am:
13690         * configure.ac:
13691         * ext/Makefile.am:
13692         * gst-libs/gst/Makefile.am:
13693         * gst-libs/gst/app/Makefile.am:
13694         * gst-libs/gst/app/gstapp.c:
13695         * gst-libs/gst/app/gstappsrc.c:
13696         * gst-libs/gst/app/gstappsrc.h:
13697         * gst/app/Makefile.am:
13698         * gst/app/gstapp.c:
13699         * gst/app/gstappsrc.c:
13700         * gst/app/gstappsrc.h:
13701           Move the app library to gst-libs/gst/app (duh!)
13702
13703 2007-03-02 Christian Schaller <christian at fluendo dot com>
13704         
13705         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
13706
13707         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
13708
13709 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13710
13711         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
13712           A few small clean-ups.
13713
13714         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
13715           More debug output for failure cases.
13716
13717 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13718
13719         Patch by: Young-Ho Cha  <ganadist at chollian net>
13720
13721         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
13722         (gst_dtsdec_change_state):
13723           Don't do forced downmixing to stereo, but check what downstream
13724           can do and let libdts do the downmixing based on that (#400555).
13725
13726 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13727
13728         Patch by: Lutz Mueller  <lutz topfrose de>
13729
13730         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
13731         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
13732         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
13733         (gst_neonhttp_src_send_request_and_redirect),
13734         (gst_neonhttp_src_uri_set_uri):
13735         * ext/neon/gstneonhttpsrc.h:
13736           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
13737           member (#388050).
13738
13739         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
13740           Fix bogus URI to something that actually exists, otherwise we just
13741           bypass the test (and also to something that doesn't redirect, since
13742           neonhttpsrc doesn't seem to handle this very gracefully yet)
13743
13744 2007-03-01  Chris Lord <chris@openedhand.com>
13745
13746         Reviewed by Christian Schaller <christian@fluendo.com>
13747
13748         Fixes Bug 357055
13749         * ext/ivorbis/Makefile.am:
13750         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
13751         * ext/ivorbis/vorbisdec.h
13752         * ext/ivorbis/vorbis.c :
13753
13754 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
13755
13756         * tests/check/Makefile.am:
13757         Draw plugins in from the build tree sys/ dir, rather than
13758         picking up the already installed versions.
13759
13760 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13761
13762         * configure.ac:
13763           Convert to new AG_GST style.
13764
13765 2007-02-27  Christian Schaller <christian at fluendo dot com>
13766
13767         * sys/direct*: Add Pioneers of the Inevitable to copyright
13768         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
13769
13770 2007-02-27  Edward Hervey  <edward@fluendo.com>
13771
13772         * sys/osxvideo/cocoawindow.h:
13773         * sys/osxvideo/cocoawindow.m:
13774         * sys/osxvideo/osxvideosink.h:
13775         * sys/osxvideo/osxvideosink.m:
13776         Disable the cocoa event loop since it's a huge memory leak. Should only
13777         matter if the sink isn't used within an NSApp (which has already got
13778         a coca event loop).
13779         Remove all unused code.
13780
13781 2007-02-26  David Schleef  <ds@schleef.org>
13782
13783         * configure.ac:
13784         * gst/app/Makefile.am:
13785         * gst/app/gstapp.c:
13786         * gst/app/gstappsrc.c:
13787         * gst/app/gstappsrc.h:
13788           Add a new plugin/library to make it easy for apps to shove
13789           data into a pipeline.
13790
13791 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
13792
13793         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
13794         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
13795           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
13796           errors in certain situations (e.g. dec ! cs ! ximagesink and the
13797           imagesink window is resized); also, some minor clean-ups.
13798
13799 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13800
13801         * configure.ac:
13802         * ext/gsm/Makefile.am:
13803         * ext/ladspa/Makefile.am:
13804         * ext/wavpack/Makefile.am:
13805         * gst/equalizer/Makefile.am:
13806         * gst/filter/Makefile.am:
13807         * gst/mve/Makefile.am:
13808         * gst/nsf/Makefile.am:
13809         * gst/replaygain/Makefile.am:
13810         * gst/speed/Makefile.am:
13811           Fix build with LDFLAGS='-Wl,-z,defs'.
13812
13813 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
13814
13815         * sys/directsound/gstdirectsoundsink.c:
13816         * sys/directsound/gstdirectsoundsink.h:
13817           Remove include of unused headers.
13818         * sys/waveform/gstwaveformplugin.c:
13819         * sys/waveform/gstwaveformsink.c:
13820         * sys/waveform/gstwaveformsink.h:
13821         * win32/vs6/libgstwaveform.dsp:
13822           Add a new waveform plugin which includes an audio sink 
13823           element using the WaveForm win32 API.
13824         * win32/MANIFEST:
13825           Add the new project file form waveform plugin.
13826         
13827 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
13828         
13829         * sys/directdraw/gstdirectdrawplugin.c:
13830         * sys/directdraw/gstdirectdrawsink.c:
13831         * sys/directdraw/gstdirectdrawsink.h:
13832           Prepare the plugin to move to good:
13833           Remove unused/untested code (rendering to an extern surface,
13834           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
13835       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
13836           Add gtk doc section
13837           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
13838           respecting destination surface stride.
13839         * sys/directsound/gstdirectsoundplugin.c:
13840         * sys/directsound/gstdirectsoundsink.c:
13841         * sys/directsound/gstdirectsoundsink.h:
13842           Prepare the plugin to move to good:
13843           Rename all functions from gst_directsoundsink to gst_directsound_sink.
13844           Add gtk doc section
13845         * win32/common/config.h.in:
13846         * win32/MANIFEST:
13847           Add config.h.in
13848
13849 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
13850
13851         * configure.ac:
13852         * docs/plugins/Makefile.am:
13853           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
13854           timidity.cfg check.
13855
13856         * ext/timidity/gsttimidity.c: (plugin_init):
13857           Also build if no config was detected at configure time.
13858
13859 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13860
13861         * configure.ac:
13862         * ext/timidity/Makefile.am:
13863         * ext/timidity/gsttimidity.c: (plugin_init):
13864         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
13865         (gst_wildmidi_class_init), (gst_wildmidi_init),
13866         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
13867         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
13868         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
13869         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
13870         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
13871         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
13872         (gst_wildmidi_loop), (gst_wildmidi_change_state),
13873         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
13874         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
13875         * ext/timidity/gstwildmidi.h:
13876           Add second midi renderer. Fix some double frees and leaks. Clean up
13877           logging.
13878
13879 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
13880
13881         * Makefile.am:
13882           Add win32 MANIFEST
13883         * sys/directdraw/gstdirectdrawsink.c:
13884         * sys/directdraw/gstdirectdrawsink.h:
13885           Clear unused code and add comments.
13886           Remove yuv from template caps, it only supports RGB
13887           actually.
13888           Implement XOverlay interface and remove window and fullscreen 
13889           properties.
13890           Add debug logs.
13891           Test for blit capabilities to return only the current colorspace if
13892           the hardware can't blit for one colorspace to another.
13893         * sys/directsound/gstdirectsoundsink.c:
13894           Add some debugs.
13895         * win32/MANIFEST:
13896           Add VS7 project files and solution.
13897         * win32/vs6/gst_plugins_bad.dsw:
13898         * win32/vs6/libgstdirectdraw.dsp:
13899         * win32/vs6/libgstdirectsound.dsp:
13900         * win32/vs6/libgstqtdemux.dsp:
13901           Update project files.
13902
13903 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13904
13905         * ext/faad/gstfaad.c:
13906           Also update the comment that describes the hack.
13907
13908 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13909
13910         * configure.ac:
13911           Tell the code which faad it is, so that we can adjust the hacks
13912           needed.
13913
13914         * ext/faad/gstfaad.c:
13915           Make our hacks dependent on the fadd lib in use.
13916
13917 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13918
13919         * configure.ac:
13920           Fix faad detection to support also fadd with new symbol prefix.
13921           ChangeLog surgery.
13922           
13923 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
13924
13925         Patch by: Wouter Paesen <wouter@blue-gate.be>
13926
13927         * configure.ac:
13928         * ext/Makefile.am:
13929         * ext/timidity/Makefile.am:
13930         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
13931         (gst_timidity_class_init), (gst_timidity_init),
13932         (gst_timidity_set_song_options), (gst_timidity_src_convert),
13933         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
13934         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
13935         (gst_timidity_src_event), (gst_timidity_activate),
13936         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
13937         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
13938         (gst_timidity_get_buffer), (gst_timidity_loop),
13939         (gst_timidity_change_state), (gst_timidity_typefind),
13940         (plugin_init):
13941         * ext/timidity/gsttimidity.h:
13942           Add timidity midi render plugin (#403992)
13943
13944 2007-02-07  Edward Hervey  <edward@fluendo.com>
13945
13946         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
13947         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
13948         Switched to using gst_pad_get_parent().
13949
13950 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13951
13952         * gst/modplug/gstmodplug.cc:
13953           Remove superfluous gst_caps_get_structure() call.
13954
13955 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13956
13957         * configure.ac:
13958           Increase required libsndfile version to a version that's known to
13959           have the function sf_write_sync() to make the build bots happy.
13960
13961 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13962
13963         * ext/sndfile/gstsfsrc.c:
13964           Fix build (installed setup).
13965
13966 2007-02-05  Andy Wingo  <wingo@pobox.com>
13967
13968         * ext/sndfile/Makefile.am:
13969         * ext/sndfile/gstsfsrc.h:
13970         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
13971         random access woo.
13972
13973 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
13974
13975         * configure.ac:
13976         * gst/equalizer/Makefile.am:
13977         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
13978         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
13979         (setup_filter), (gst_iir_equalizer_compute_frequencies),
13980         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13981         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
13982         (plugin_init):
13983         * gst/equalizer/gstiirequalizer.h:
13984           Fix up to use the newly ported (actually working) GstAudioFilter.
13985           Bump core/base requirements to CVS for this.
13986
13987         * tests/icles/.cvsignore:
13988         * tests/icles/Makefile.am:
13989         * tests/icles/equalizer-test.c: (check_bus),
13990         (equalizer_set_band_value), (equalizer_set_all_band_values),
13991         (equalizer_set_band_value_and_wait),
13992         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13993         (main):
13994           Add brain-dead interactive test for equalizer.
13995
13996 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13997
13998         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
13999         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14000         (gst_iir_equalizer_filter_inplace):
14001           Rename "values" property to "band-values" and change type into a
14002           GValueArray, so it's more easily bindable and the range of the
14003           values passed in is defined and checked etc.; also do some
14004           locking.
14005
14006 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14007
14008         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
14009
14010         * configure.ac:
14011         * gst/equalizer/Makefile.am:
14012         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14013         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14014         (gst_iir_equalizer_compute_frequencies),
14015         (gst_iir_equalizer_set_property),
14016         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14017         (plugin_init):
14018           Port equalizer plugin to 0.10 (#403572).
14019
14020 2007-02-02  Andy Wingo  <wingo@pobox.com>
14021
14022         * configure.ac: 
14023         * ext/Makefile.am
14024         * ext/sndfile/Makefile.am:
14025         * ext/sndfile/gstsf.c:
14026         * ext/sndfile/gstsf.h:
14027         * ext/sndfile/gstsfsink.c:
14028         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
14029         push mode with interleaved float or int data.
14030
14031 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14032
14033         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
14034           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
14035           (which didn't happen previously because the klass string didn't
14036           contain anything autoaudiosink was looking for).
14037
14038 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14039
14040         * gst/real/gstrealaudiodec.c:
14041         * gst/real/gstrealvideodec.c:
14042           Fix classification in GstElementDetails.
14043
14044 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
14045
14046         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
14047         (gst_wavpack_parse_handle_seek_event),
14048         (gst_wavpack_parse_create_src_pad):
14049         Fix a off by one that leads to the duration reported as one
14050         sample less than it is
14051
14052 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14053
14054         * ext/alsaspdif/alsaspdifsink.c:
14055         * gst/nsf/gstnsf.c:
14056           Fix classification in GstElementDetails.
14057
14058         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
14059         (gst_ladspa_class_init):
14060           Improve Klassification and reduce code slighly.
14061
14062 2007-01-30  Edward Hervey  <edward@fluendo.com>
14063
14064         * configure.ac:
14065         Check for an Objective C compiler
14066         * sys/Makefile.am:
14067         * sys/osxvideo/Makefile.am:
14068         * sys/osxvideo/cocoawindow.h:
14069         * sys/osxvideo/cocoawindow.m:
14070         * sys/osxvideo/osxvideosink.h:
14071         * sys/osxvideo/osxvideosink.m:
14072         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
14073         Fixes #402470
14074
14075 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14076
14077         * gst/videocrop/gstvideocrop.c:
14078         (gst_video_crop_get_image_details_from_caps),
14079         (gst_video_crop_transform_packed_complex):
14080           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
14081
14082         * tests/icles/videocrop-test.c: (check_bus_for_errors),
14083         (test_with_caps), (main):
14084           Block streaming thread before changing filter caps while the
14085           pipeline is running so that we don't get random not-negotiated
14086           errors just because GStreamer can't handle that yet.
14087
14088 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
14089
14090         * ext/ladspa/Makefile.am:
14091         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
14092           add GstController support to ladspa
14093
14094 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14095
14096         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
14097
14098         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
14099         (gst_mythtv_src_next_program_chain):
14100           Remove sleep calls, they've been moved into the library now ...
14101           (#354451).
14102
14103 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
14104
14105         * tests/icles/videocrop-test.c: (test_with_caps):
14106           Catch errors while the test is running.
14107
14108 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14109
14110         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
14111         Fix the SEEKING query. We can seek if we are in pull mode, not the
14112         other way around. Also set the correct format in the seeking query and
14113         handle the case where the headers are not read yet and we can't say
14114         anything about our seeking capabilities.
14115         
14116 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14117
14118         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
14119         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
14120         Fix spelling in 2 places: It's called Wavpack, not WavePack.
14121
14122 2007-01-25  Edward Hervey  <edward@fluendo.com>
14123
14124         * gst/multifile/gstmultifilesink.c:
14125         (gst_multi_file_sink_class_init):
14126         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
14127         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
14128         (gst_mve_video_palette), (gst_mve_video_code_map),
14129         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
14130         (gst_mve_demux_chain):
14131         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
14132         * gst/mve/mveaudioenc.c: (mve_compress_audio):
14133         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
14134         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
14135         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
14136         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
14137         Use proper print statements.
14138         Fixes build on mac os x.
14139         <wingo> oo look at me my name is edward i'm hacking on macos wooo
14140
14141 2007-01-24  Wim Taymans  <wim@fluendo.com>
14142
14143         * gst/qtdemux/gstrtpxqtdepay.c:
14144         Fix caps on the depayloader.
14145
14146 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
14147
14148         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
14149           Use break here instead of goto.
14150
14151 2007-01-13  Andy Wingo  <wingo@pobox.com>
14152
14153         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
14154         Use fixed caps on src pads.
14155         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
14156         seem to have reverse midas disease!
14157         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
14158         and set caps on outgoing buffers. Fixes #395597, I think.
14159
14160         * gst/interleave/interleave.c (gst_interleave_init): Init the
14161         activation mode properly.
14162         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
14163         (gst_interleave_init): Set a setcaps and getcaps function on the
14164         src pad, so that we can implement pull-mode negotiation.
14165         (gst_interleave_sink_setcaps): Renamed from
14166         gst_interleave_setcaps, as it only does the sink logic now.
14167         Implement both for pull-mode and push-mode.
14168         (gst_interleave_process): Set caps on our outgoing buffer.
14169         (gst_interleave_src_activate_pull): Fix some more bogus casts.
14170         What is up with this.
14171
14172 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
14173
14174         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
14175         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
14176         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
14177         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
14178         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
14179         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
14180         (gst_mythtv_src_uri_get_type):
14181           Clean up a bit, mostly the debug statements; fix deadlock in
14182           _set_property() in the error cases; fix up query function.
14183
14184 2007-01-12  Andy Wingo  <wingo@pobox.com>
14185
14186         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
14187         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
14188         Remove fixate/ouija stuff, thankfully, due to the new
14189         part-negotiation.txt pull-mode negotiation scheme.
14190         (gst_signal_processor_setcaps_pull)
14191         (gst_signal_processor_setcaps): Implement upstream set_caps pull
14192         proxying for pull mode. Now this works: ladspa-sine-fcac !
14193         audioconvert ! alsasink.
14194
14195 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
14196
14197         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
14198
14199         * configure.ac:
14200         * gst-plugins-bad.spec.in:
14201         * ext/Makefile.am:
14202         * ext/mythtv/Makefile.am:
14203         * ext/mythtv/gstmythtvsrc.c:
14204         * ext/mythtv/gstmythtvsrc.h:
14205         MythTV client source plugin created (#354451).
14206
14207 2007-01-12  Wim Taymans  <wim@fluendo.com>
14208
14209         * gst/qtdemux/Makefile.am:
14210         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
14211         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
14212         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
14213         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
14214         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
14215         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
14216         * gst/qtdemux/gstrtpxqtdepay.h:
14217         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
14218         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
14219         (qtdemux_parse_moov), (qtdemux_parse_container),
14220         (qtdemux_parse_node), (gst_qtdemux_add_stream),
14221         (qtdemux_parse_trak), (qtdemux_audio_caps):
14222         * gst/qtdemux/qtdemux.h:
14223         * gst/qtdemux/quicktime.c: (plugin_init):
14224         Add X-QT depayloader that will eventually share code with the demuxer.
14225         Make new plugin entry point with quicktime releated stuff.
14226
14227 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
14228
14229         * gst/qtdemux/Makefile.am:
14230           Dist all new files.
14231
14232 2007-01-12  Wim Taymans  <wim@fluendo.com>
14233
14234         * docs/plugins/Makefile.am:
14235         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14236         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14237         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14238         * docs/plugins/gst-plugins-bad-plugins.signals:
14239         * docs/plugins/inspect/plugin-qtdemux.xml:
14240         Activate docs for jack, sdl and qtdemux.
14241
14242 2007-01-12  Wim Taymans  <wim@fluendo.com>
14243
14244         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
14245         (jack_buffer_size_cb), (jack_shutdown_cb),
14246         (gst_jack_ring_buffer_acquire):
14247         * ext/jack/gstjackaudiosink.h:
14248         Improve docs.
14249
14250 2007-01-12  Wim Taymans  <wim@fluendo.com>
14251
14252         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
14253         Fix typo in docs.
14254
14255 2007-01-12  Wim Taymans  <wim@fluendo.com>
14256
14257         * gst/qtdemux/Makefile.am:
14258         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14259         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
14260         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14261         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
14262         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
14263         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
14264         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
14265         (qtdemux_parse_samples), (qtdemux_parse_segments),
14266         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
14267         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
14268         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
14269         (qtdemux_process_redirects), (qtdemux_parse_redirects),
14270         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
14271         (qtdemux_video_caps), (qtdemux_audio_caps):
14272         * gst/qtdemux/qtdemux.h:
14273         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
14274         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14275         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14276         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14277         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14278         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14279         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
14280         (qtdemux_node_dump):
14281         * gst/qtdemux/qtdemux_dump.h:
14282         * gst/qtdemux/qtdemux_fourcc.h:
14283         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
14284         * gst/qtdemux/qtdemux_types.h:
14285         * gst/qtdemux/qtpalette.h:
14286         Cleanup and refactor to make the code more readable.
14287         Move debugging/tables into separate files.
14288         Add 2/4/16 color palletee support.
14289         Fix raw 15 bit RGB handling.
14290         Use more FOURCC constants.
14291         Add some docs.
14292
14293 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14294
14295         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14296
14297         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14298         (gst_wavpack_enc_correction_mode_get_type),
14299         (gst_wavpack_enc_joint_stereo_mode_get_type):
14300           Minor clean-up: use enum values instead of hardcoded constants (#395536).
14301
14302 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14303
14304         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
14305         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
14306         (gst_mve_add_stream):
14307           Support SEEKING query (bad news now delivered properly!); add event
14308           function to source pads to make sure seeks aren't propagated
14309           upstream, even if they aren't handled.
14310
14311 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14312
14313         Patch by: Jens Granseuer  <jensgr at gmx net>
14314
14315         * configure.ac:
14316         * gst/mve/Makefile.am:
14317         * gst/mve/TODO:
14318         * gst/mve/gstmve.c:
14319         * gst/mve/gstmvedemux.c:
14320         * gst/mve/gstmvedemux.h:
14321         * gst/mve/gstmvemux.c:
14322         * gst/mve/gstmvemux.h:
14323         * gst/mve/mve.h:
14324         * gst/mve/mveaudiodec.c:
14325         * gst/mve/mveaudioenc.c:
14326         * gst/mve/mvevideodec16.c:
14327         * gst/mve/mvevideodec8.c:
14328         * gst/mve/mvevideoenc16.c:
14329         * gst/mve/mvevideoenc8.c:
14330           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
14331           doesn't support seeking yet, but seems to work fine otherwise.
14332           Closes #348973.
14333
14334 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14335
14336         * gst/real/Makefile.am:
14337           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
14338
14339 2007-01-07  Andy Wingo  <wingo@pobox.com>
14340
14341         * configure.ac: 
14342         * gst/interleave/Makefile.am: 
14343         * gst/interleave/plugin.h: 
14344         * gst/interleave/plugin.c: 
14345         * gst/interleave/interleave.c: 
14346         * gst/interleave/deinterleave.c: New elements interleave and
14347         deinterleave, implement channel interleaving and deinterleaving.
14348         The interleaver can operate in pull or push mode but the
14349         deinterleaver is more like a demuxer and can only operate in push
14350         mode.
14351         
14352 2007-01-06  Edward Hervey  <edward@fluendo.com>
14353
14354         * configure.ac:
14355         Properly detect the two architectures on which the real plugin can be
14356         built.
14357         Fixes #393622
14358
14359 2007-01-06  Andy Wingo  <wingo@pobox.com>
14360
14361         * ext/ladspa/gstsignalprocessor.c
14362         (gst_signal_processor_ouija_caps): Move around in the source
14363         file...
14364         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
14365         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
14366         This allows us to have caps when we do the pad_alloc_buffer().
14367         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
14368         pad caps, which might not be set yet.
14369
14370         * ext/ladspa/gstsignalprocessor.c: 
14371         (gst_signal_processor_add_pad_from_template)
14372         (gst_signal_processor_fixate): Add a fixate function, to assist in
14373         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
14374         cases.
14375         (gst_signal_processor_prepare, gst_signal_processor_process): Add
14376         nframes args so that getrange can tell ladspa how many frames to
14377         process.
14378         (gst_signal_processor_ouija_caps): setcaps needs to be called
14379         before processing, which normally happens when chaining a buffer
14380         to a pad. However in getrange mode with no sinks we need to check
14381         explicitly for this condition, guess some caps to use, and use
14382         those to setcaps(). Hence this mystical function.
14383         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
14384         Divine the caps if necessary.
14385         (gst_signal_processor_getrange): Interpret the length as bytes,
14386         not samples.
14387         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
14388         by incoming buffer sizes.
14389
14390 2007-01-06  Edward Hervey  <edward@fluendo.com>
14391
14392         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
14393         Don't call the RAFreeDecoder since it randomly causes segfaults.
14394         * gst/real/gstrealaudiodec.h:
14395         indent properly.
14396
14397 2007-01-06  Edward Hervey  <edward@fluendo.com>
14398
14399         Patch by: Lutz Mueller <lutz@topfrose.de>
14400         
14401         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
14402         (gst_real_video_dec_setcaps), (open_library), (close_library),
14403         (gst_real_video_dec_finalize):
14404         * gst/real/gstrealvideodec.h:
14405         Implement error recovery on setcaps failure.
14406
14407 2007-01-06  Edward Hervey  <edward@fluendo.com>
14408
14409         Patch by: Lutz Mueller <lutz@topfrose.de>
14410         
14411         * gst/real/Makefile.am:
14412         * gst/real/gstreal.c: (plugin_init):
14413         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14414         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14415         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14416         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14417         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14418         * gst/real/gstrealaudiodec.h:
14419         Added RealAudio wrapper elementfactory.
14420         Modified structures so it can also work on x86_64 using the
14421         adequate .so .
14422
14423 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14424
14425         * configure.ac:
14426         * gst/qtdemux/Makefile.am:
14427         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14428           Check for zlib and if available pass it explicitly to the linker
14429           when linking qtdemux. If not available (or --disable-external has
14430           been specified!), disable the bits in qtdemux that use it. Fixes
14431           build on MingW (#392856).
14432
14433 2007-01-05  Edward Hervey  <edward@fluendo.com>
14434
14435         * configure.ac:
14436         Real video .so are now also available for x86_64, so we can build the
14437         Real plugin on i386 AND x86_64.
14438         * gst/real/Makefile.am:
14439         * gst/real/gstreal.c: (plugin_init):
14440         New plugin file for real .so wrapper plugins.
14441         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14442         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14443         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14444         (open_library), (close_library), (gst_real_video_dec_init),
14445         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14446         (gst_real_video_dec_set_property),
14447         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14448         * gst/real/gstrealvideodec.h:
14449         Moved RealVideo element to separate file
14450         Cleaned up code some more.
14451         Make it work on x86_64.
14452         Try several possible locations for .so
14453         Separate opening/closing libraries in separate functions.
14454
14455 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14456
14457         * tests/icles/videocrop-test.c: (main):
14458           Call g_thread_init() right at the beginning. Remove superfluous
14459           gst_init() - we've already been inited via the GOption stuff.
14460
14461 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14462
14463         * configure.ac:
14464           Don't compile rfbsource if we don't have sys/socket.h.
14465           Should fix compilation on MingW.
14466
14467 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14468
14469         * configure.ac:
14470         * ext/amrwb/Makefile.am:
14471         * ext/amrwb/amrwb-code/Makefile.am:
14472         * ext/amrwb/amrwb-code/run.sh:
14473         * gst-libs/Makefile.am:
14474         * gst-libs/ext/Makefile.am:
14475         * gst-libs/ext/amrwb/Makefile.am:
14476         * gst-libs/ext/amrwb/README:
14477           Move amrwb code getting and building to gst-libs/ext/amrwb
14478           Adapt everything else to match.
14479
14480 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14481
14482         * ext/directfb/dfbvideosink.c:
14483         (gst_dfbvideosink_navigation_send_event),
14484         (gst_dfbvideosink_get_type):
14485         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14486         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14487         (gst_sdlvideosink_show_frame),
14488         (gst_sdlvideosink_navigation_send_event):
14489         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14490         reveal potential bugs.
14491
14492 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14493
14494         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14495
14496         * configure.ac:
14497         * sys/Makefile.am:
14498         * sys/directsound/Makefile.am:
14499         * sys/directsound/gstdirectsoundsink.c:
14500         (gst_directsoundsink_reset):
14501           Add directsoundsink to build and dist it, so it gets built when
14502           compiling with MingW on win32 and the required headers and libraries
14503           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14504
14505         * tests/check/elements/.cvsignore:
14506           Fix CVS ignore for neonhttpsrc test binary.
14507
14508 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14509
14510         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14511
14512         * configure.ac:
14513         * sys/Makefile.am:
14514         * sys/directdraw/Makefile.am:
14515           Add directdrawsink to build and dist it, so it gets built when
14516           compiling with MingW on win32 and the required headers and libraries
14517           are available (fixes: #392313).
14518
14519         * sys/directdraw/gstdirectdrawsink.c:
14520         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14521         (gst_directdrawsink_setup_ddraw),
14522         (gst_directdrawsink_surface_create):
14523           Comment out some unused things and fix some printf format issues in
14524           order to avoid warnings when buildling with MingW (#392313).
14525
14526 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14527
14528         Patch by: Jens Granseuer  <jensgr at gmx net>
14529
14530         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14531         (gst_xvidenc_get_property):
14532         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14533         * gst/filter/gstfilter.c: (plugin_init):
14534         * gst/filter/gstiir.c: (iir_transform_ip):
14535         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14536         * gst/modplug/gstmodplug.cc:
14537         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14538         (gst_nuv_demux_stream_extend_header):
14539           Fix build with gcc-2.x (declare variables at the beginning of a
14540           block etc.). Fixes #391971.
14541
14542 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14543
14544         reviewed by: Edward Hervey  <edward@fluendo.com>
14545
14546         * gst/real/gstreal.c:
14547         (gst_realdec_setcaps): Use codec_data supplied in caps.
14548         (gst_realdec_get_property): Correctly return default path.
14549         (gst_realdec_class_init): Remove unused state_change method.
14550
14551 2007-01-01  Edward Hervey  <edward@fluendo.com>
14552
14553         * configure.ac:
14554         Only build the plugin on 32bit x86 architectures.
14555
14556 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14557
14558         reviewed by: Edward Hervey  <edward@fluendo.com>
14559
14560         * configure.ac:
14561         * gst/real/Makefile.am:
14562         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14563         (gst_realdec_decode), (gst_realdec_chain),
14564         (gst_realdec_activate_push), (gst_realdec_setcaps),
14565         (gst_realdec_init), (gst_realdec_base_init),
14566         (gst_realdec_change_state), (gst_realdec_finalize),
14567         (gst_realdec_set_property), (gst_realdec_get_property),
14568         (gst_realdec_class_init), (plugin_init):
14569         New plugin for decoding RealVideo Streams using the x86 32bit
14570         shared libraries.
14571         Closes #354174
14572
14573 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14574
14575         * tests/check/elements/videocrop.c: (GST_START_TEST),
14576         (videocrop_test_cropping_init_context):
14577           When we can't create an element needed for the test, print a message
14578           detailing which element it actually is that's missing (#390673).
14579
14580 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14581
14582         * ext/neon/gstneonhttpsrc.c:
14583         * ext/neon/gstneonhttpsrc.h:
14584         Added seek support.
14585         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14586         Fixes: #375264.
14587
14588 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
14589
14590         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14591         (cleanup_mpeg2enc):
14592         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14593         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14594         (cleanup_wavpackdec):
14595         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14596         (cleanup_wavpackenc):
14597         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14598           reapply consistent pad (de)activation
14599
14600 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14601
14602         * configure.ac:
14603         Back to CVS
14604
14605         * gst-plugins-bad.doap:
14606         Add release section for 0.10.4
14607
14608 === release 0.10.4 ===
14609
14610 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
14611
14612         * configure.ac:
14613           releasing 0.10.4, "Black Bugs"
14614
14615 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14616
14617         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14618         (cleanup_mpeg2enc):
14619         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14620         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14621         (cleanup_wavpackdec):
14622         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14623         (cleanup_wavpackenc):
14624         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14625           revert my freeze breakage
14626
14627 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14628
14629         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14630         (cleanup_mpeg2enc):
14631         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14632         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14633         (cleanup_wavpackdec):
14634         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14635         (cleanup_wavpackenc):
14636         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14637           consistent pad (de)activation
14638
14639 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14640
14641         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
14642         (gst_qtdemux_chain):
14643           Don't post BUFFERING messages in streaming mode if the stream
14644           headers are behind the movie data; instead, post "progress" element
14645           messages as a temporary solution. Apps might get confused and do
14646           silly things to the pipeline state if they see buffering messages
14647           from different sources and don't realize they come from different
14648           sources (#387160).
14649
14650 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14651
14652         * configure.ac:
14653         * ext/Makefile.am:
14654         * ext/ladspa/*:
14655           Move LADPSA plugin from -good for the release, as it's not quite
14656           ready to be enabled by default in the -good module yet.
14657
14658 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14659
14660         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
14661         (gst_qtdemux_add_stream):
14662           Don't output g_warning for an unsupported format, just send a
14663           GST_ELEMENT_WARNING and don't add the pad.
14664           Fix the case where it doesn't check for a NULL pad in streaming mode.
14665           Fixes #387137
14666
14667 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14668
14669         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14670           Fix crash dereferencing NULL pointer if there's no stco atom.
14671           Fixes #387122.
14672
14673 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14674
14675         * ext/wavpack/gstwavpackenc.h:
14676         Use local copy of md5.h, as it disappeared in recent wavpack
14677         installs.
14678         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
14679         Fixes: #387076
14680
14681 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14682
14683         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
14684         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
14685           We don't support seeking in streaming mode, so don't even try.
14686           Implement seeking query so apps can query seekability properly
14687           (see #365414). Fix duration query.
14688
14689 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14690
14691         * Makefile.am:
14692         * gst-plugins-bad.doap:
14693         * gst-plugins-bad.spec.in:
14694           add doap file
14695
14696 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14697
14698         * ext/libmms/gstmms.c: (gst_mms_create):
14699           These debug statements should be using LOG level.
14700
14701 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14702
14703         * gst/modplug/libmodplug/sndfile.cpp:
14704           Fix potential buffer overflow (CVE-2006-4192) (#385788).
14705
14706 2006-12-13  Wim Taymans  <wim@fluendo.com>
14707
14708         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14709         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14710         (qtdemux_audio_caps):
14711         Add AMR-WB to the list of supported formats.
14712
14713 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14714
14715         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14716         (send_request_and_redirect):
14717           Fix minor mem leak in redirect code.
14718
14719         * tests/check/Makefile.am:
14720         * tests/check/elements/.cvsignore:
14721         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
14722         (GST_START_TEST), (neonhttpsrc_suite):
14723         * tests/check/gst-plugins-bad.supp:
14724           Add super-basic unit test for #384140.
14725
14726 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14727
14728         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14729         (send_request_and_redirect):
14730           Set offset on buffers pushed out (id3demux gets confused if the
14731           first buffer does not have an offset of 0). Fixes #384140.
14732
14733 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14734
14735         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14736         (gst_neonhttp_src_create), (send_request_and_redirect),
14737         (gst_neonhttp_src_start), (oom_callback):
14738          Minor clean-ups; remove newlines at end of debug statements.
14739
14740 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14741
14742         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
14743           Fix non-working redirects from inetfilm.com (handle 'alis' reference
14744           data type as well). Fixes #378613.
14745
14746 2006-12-11  Wim Taymans  <wim@fluendo.com>
14747
14748         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
14749
14750         * gst/modplug/gstmodplug.cc:
14751         Fix modplug duration query. Fixes #384294.
14752
14753 2006-12-08  Wim Taymans  <wim@fluendo.com>
14754
14755         Patch by: René Stadler  <mail at renestadler de>
14756
14757         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14758         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14759         (qtdemux_audio_caps):
14760         Fix caps for 24 bit raw PCM audio (2).
14761         Fixes #383471.
14762
14763 2006-12-07  Wim Taymans  <wim@fluendo.com>
14764
14765         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14766         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14767         (qtdemux_video_caps):
14768         Handle more H263 variants.
14769
14770 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14771
14772         * ext/jack/.cvsignore:
14773         Ignore old files as requested by the build slave.
14774
14775 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14776
14777         * configure.ac:
14778         Update the Jack requirement to the version where I think options_t
14779         appeared
14780
14781 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
14782
14783         * win32/MANIFEST:
14784         Fix compilation on win32 under VS8
14785         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
14786         Partially fixes #381175
14787
14788 2006-11-30  Wim Taymans  <wim@fluendo.com>
14789
14790         Patch by: René Stadler  <mail at renestadler de>
14791
14792         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
14793           Call the base class handler.  Fixes #380610.
14794
14795 2006-11-30  Wim Taymans  <wim@fluendo.com>
14796
14797         * ext/Makefile.am:
14798         Fix build.
14799
14800         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
14801         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14802         (gst_jack_ring_buffer_acquire):
14803         Small cleanups.
14804
14805 2006-11-30  Wim Taymans  <wim@fluendo.com>
14806
14807         * configure.ac:
14808         * ext/Makefile.am:
14809         * ext/jack/Makefile.am:
14810         * ext/jack/gstjack.c: (plugin_init):
14811         * ext/jack/gstjack.h:
14812         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
14813         (gst_jack_ring_buffer_class_init), (jack_process_cb),
14814         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14815         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
14816         (gst_jack_ring_buffer_finalize),
14817         (gst_jack_ring_buffer_open_device),
14818         (gst_jack_ring_buffer_close_device),
14819         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
14820         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
14821         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
14822         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
14823         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
14824         (gst_jack_audio_sink_set_property),
14825         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
14826         (gst_jack_audio_sink_create_ringbuffer):
14827         * ext/jack/gstjackaudiosink.h:
14828           Added fully functional jackaudiosink.
14829
14830 2006-11-27  Wim Taymans  <wim@fluendo.com>
14831
14832         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14833         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14834           Remove some asserts and replace them with a proper error
14835           message. Fixes #379261.
14836
14837 2006-11-26  Michael Smith  <msmith@fluendo.com>
14838
14839         * ext/theora/theoradec.c: (theora_dec_src_query),
14840         (theora_dec_src_event), (theora_handle_data_packet),
14841         (theora_dec_chain):
14842           Send events on the right pads, since they don't work very well if
14843           you send them in the wrong direction.
14844
14845 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
14846
14847         * ext/audiofile/gstafsink.c:
14848         * ext/polyp/plugin.c: (plugin_init):
14849         * ext/polyp/polypsink.c:
14850         * ext/polyp/polypsink.h:
14851         * sys/dxr3/dxr3audiosink.h:
14852         * sys/dxr3/dxr3spusink.h:
14853         * sys/dxr3/dxr3videosink.h:
14854           remove obsolete _factory_init protos and functions
14855
14856 2006-11-19  Michael Smith  <msmith@fluendo.com>
14857
14858         * gst/librfb/Makefile.am:
14859           Compile with appropriate cflags. Fixes build.
14860
14861 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14862
14863         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
14864         Actually set the TONE parameter for DVB-S when we should.
14865
14866 2006-11-16  David Schleef  <ds@schleef.org>
14867
14868         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
14869
14870 2006-11-16  David Schleef  <ds@schleef.org>
14871
14872         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
14873
14874 2006-11-16  David Schleef  <ds@schleef.org>
14875
14876         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14877
14878         * configure.ac:
14879         * gst/librfb/Makefile.am:
14880         * gst/librfb/gstrfbsrc.c:
14881         * gst/librfb/rfb.c:
14882         * gst/librfb/rfb.h:
14883         * gst/librfb/rfbbuffer.c:
14884         * gst/librfb/rfbbuffer.h:
14885         * gst/librfb/rfbbytestream.c:
14886         * gst/librfb/rfbbytestream.h:
14887         * gst/librfb/rfbcontext.h:
14888         * gst/librfb/rfbdecoder.c:
14889         * gst/librfb/rfbdecoder.h:
14890         * gst/librfb/rfbutil.h:
14891           Port librfb to 0.10 (#376106).
14892
14893 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
14894
14895         * ext/spc/gstspc.c: (spc_play):
14896           Fix build with disabled gst-debug.
14897
14898 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14899
14900         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14901
14902         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
14903         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
14904         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
14905         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
14906         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
14907         (gst_wavpack_enc_change_state):
14908         * ext/wavpack/gstwavpackparse.c:
14909           Some small clean-ups: use enums instead of hard-coded numbers,
14910           const-ify element details, re-factor some code into _reset()
14911           functions (#352605).
14912
14913 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14914
14915         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
14916         * sys/dvb/gstdvbsrc.h:
14917           Fix minor printf format issue; remove overly paranoid checks in
14918           create function; fix GObject boilerplate macros.
14919
14920 2006-11-14  Wim Taymans  <wim@fluendo.com>
14921
14922         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14923         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14924         Don't parse extra sample params for raw pcm. Fixes #374914.
14925
14926 2006-11-14  Wim Taymans  <wim@fluendo.com>
14927
14928         * tests/check/elements/.cvsignore:
14929         Add cdaudio to ignore.
14930
14931 2006-11-14  Wim Taymans  <wim@fluendo.com>
14932
14933         * ext/Makefile.am:
14934         dist cdaudio dir.
14935
14936 2006-11-14  Wim Taymans  <wim@fluendo.com>
14937
14938         * configure.ac:
14939         * ext/Makefile.am:
14940         Fix cdaudio build.
14941
14942 2006-11-14  Wim Taymans  <wim@fluendo.com>
14943
14944         Patch by: Mark Nauwelaerts <manauw at skynet be>
14945
14946         * tests/check/Makefile.am:
14947         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
14948         (GST_START_TEST), (y4menc_suite), (main):
14949         Added y4m test. Fixes #372243.
14950
14951 2006-11-13  Wim Taymans  <wim@fluendo.com>
14952
14953         Patch by: Mark Nauwelaerts <manauw at skynet be>
14954
14955         * configure.ac:
14956         Enable cdaudio and y4m.
14957
14958         * gst/y4m/Makefile.am:
14959         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
14960         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
14961         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
14962         (gst_y4m_encode_get_stream_header),
14963         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
14964         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
14965         (gst_y4m_encode_change_state), (plugin_init):
14966         * gst/y4m/gsty4mencode.h:
14967         Port of y4mencode to 0.10. 
14968
14969 2006-11-10  David Schleef  <ds@schleef.org>
14970
14971         * configure.ac:
14972         * gst/videoparse/Makefile.am:
14973         * gst/videoparse/gstvideoparse.c:
14974           A little pluggy to make sense out of the random chunks we get
14975           from multifilesrc.
14976
14977 2006-11-10  David Schleef  <ds@schleef.org>
14978
14979         * gst/multifile/Makefile.am:
14980           Let's not depend on a file that doesn't exist.
14981
14982 2006-11-10  David Schleef  <ds@schleef.org>
14983
14984         * gst/multifilesink/Makefile.am:
14985         * gst/multifilesink/gstmultifilesink.c:
14986         * gst/multifilesink/gstmultifilesink.h:
14987         * gst/multifilesink/multifilesink.vcproj:
14988           Remove the old one.
14989
14990 2006-11-10  David Schleef  <ds@schleef.org>
14991
14992         * configure.ac:
14993         * gst/multifile/Makefile.am:
14994         * gst/multifile/gstmultifile.c:
14995         * gst/multifile/gstmultifilesink.c:
14996         * gst/multifile/gstmultifilesrc.c:
14997         * gst/multifile/multifile.vproj:
14998           Revive multifile[src|sink].
14999
15000 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15001
15002         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
15003         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15004         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
15005         Rename set_pes_filter to set_pes_filters for consistency.
15006         Do run-time pid filtering.
15007
15008 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15009
15010         * sys/dvb/gstdvbsrc.c: (read_device):
15011         Do not call output_frontend_stats from a method that does not
15012         have the gstdvbsrc object.
15013         This fixes the build, sorry guys!
15014
15015 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15016
15017         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
15018         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
15019         (gst_dvbsrc_set_pes_filter):
15020         * sys/dvb/gstdvbsrc.h:
15021         Force PAT to always be in the filter.
15022         Try to continue reading after failing 10 times.
15023
15024 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15025
15026         * po/POTFILES.in:
15027           add dvbsrc
15028         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
15029         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
15030         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
15031         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
15032         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
15033         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
15034         (gst_dvbsrc_set_pes_filter):
15035         * sys/dvb/gstdvbsrc.h:
15036           adapter-prefix is a terrible name for a device, so replace it.
15037           strerror should be used immediately after the syscall related to it.
15038           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
15039           (pretty easy to trigger by opening the same device twice).
15040           Use _OBJECT macros where it makes sense.
15041           This element is going to need some work before it moves.
15042
15043 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15044
15045         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15046
15047         * configure.ac:
15048         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
15049         (gst_wavpack_enc_correction_mode_get_type),
15050         (gst_wavpack_enc_joint_stereo_mode_get_type),
15051         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
15052           Fix enum nicks; only emit no-more-pads once; add support for very
15053           fast encoding mode in upcoming 4.40.0 release (#369539).
15054
15055 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15056
15057         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
15058
15059         * sys/directdraw/gstdirectdrawsink.c:
15060         (gst_directdrawsink_window_thread),
15061         (gst_directdrawsink_create_default_window):
15062         * sys/directdraw/gstdirectdrawsink.h:
15063         * sys/directsound/gstdirectsoundsink.c:
15064           Wait until the window is created before using it; guard unistd.h
15065           includes with HAVE_UNISTD_H. (#366523)
15066
15067         * win32/vs8/libgstdirectdraw.vcproj:
15068         * win32/vs8/libgstdirectsound.vcproj:
15069           Update project files.
15070
15071 2006-10-31  Wim Taymans  <wim@fluendo.com>
15072
15073         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15074         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
15075         (qtdemux_parse_trak):
15076         Handle unbounded length streams a bit better. Fixes #367696.
15077
15078 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15079
15080         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
15081           Fix flow handling and buffer refcounting (gst_pad_push() takes
15082           ownership of the buffer passed to it, the buffer does not have
15083           to be unreffed no matter what flow value gst_pad_push() returns).
15084
15085 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
15086
15087         Patch by: Renato Filho <renato.filho@indt.org.br> 
15088
15089         * gst/nuvdemux/gstnuvdemux.c:
15090         * gst/nuvdemux/gstnuvdemux.h:
15091         Fixed bug for files with timestamps less than 0.
15092         
15093 2006-10-21  David Schleef  <ds@schleef.org>
15094
15095         * configure.ac:
15096         * gst/multifilesink/Makefile.am:
15097         * gst/multifilesink/gstmultifilesink.c:
15098         * gst/multifilesink/gstmultifilesink.h:
15099           I copied over filesink a while ago and modified it to work
15100           as multifilesink.  Might as well check it in.  This could
15101           use some work before being declared useful.
15102
15103 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15104
15105         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
15106         * ext/wavpack/gstwavpackparse.c:
15107         (gst_wavpack_parse_create_src_pad):
15108         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
15109         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
15110           Activate pads before adding them to running element.
15111
15112 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15113
15114         Patch by: Josep Torra Valles  <josep at fluendo com>
15115
15116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15117         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
15118         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
15119         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
15120         (qtdemux_tag_add_gnre):
15121           Make compile with Forte compiler, mostly don't do pointer arithmetic
15122           with void pointers (#362626).
15123
15124 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15125
15126         * gst/nuvdemux/gstnuvdemux.c:
15127         Just a cast to make it compile oos big_endian systems.
15128
15129 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15130
15131         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
15132         <rosfran.borges@indt.org.br>
15133
15134         * configure.ac:
15135         * gst/nuvdemux/:
15136         * gst/nuvdemux/Makefile.am:
15137         * gst/nuvdemux/gstnuvdemux.c:
15138         * gst/nuvdemux/gstnuvdemux.h:
15139         Created new element nuvdemux.
15140         
15141 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15142
15143         Patch by: Josep Torra Valles  <josep at fluendo com>
15144
15145         * gst/nsf/fds_snd.c:
15146         * gst/nsf/mmc5_snd.c:
15147         * gst/nsf/nsf.c:
15148         * gst/nsf/vrc7_snd.c:
15149         * gst/nsf/vrcvisnd.c:
15150           Fix some things the Forte compiler warns about (#362626).
15151
15152 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15153
15154         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
15155         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
15156         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
15157         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
15158         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
15159         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
15160         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
15161         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
15162         (qtdemux_tree_get_sibling_by_type):
15163         * gst/qtdemux/qtdemux.h:
15164           Avoid void pointer usage, better use guint8 * instead.
15165
15166 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
15167
15168         * configure.ac:
15169         * gst/deinterlace/Makefile.am:
15170         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
15171         (gst_deinterlace_class_init), (gst_deinterlace_init),
15172         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
15173         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
15174         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
15175         * gst/deinterlace/gstdeinterlace.h:
15176           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
15177           me for anything it does or does not do to your precious pictures.
15178
15179 2006-10-11  Edward Hervey  <edward@fluendo.com>
15180
15181         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15182         Add some fourcc for DV format.
15183
15184 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
15185
15186         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
15187         (gst_qtdemux_loop_state_header):
15188           Printf format fixes.
15189
15190         * sys/dvb/gstdvbsrc.c:
15191           Use "_stdint.h".
15192
15193 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15194
15195         * sys/dvb/Makefile.am:
15196         * sys/dvb/dvb-api/Makefile.am:
15197         * sys/dvb/dvb-api/audio.h:
15198         * sys/dvb/dvb-api/ca.h:
15199         * sys/dvb/dvb-api/dmx.h:
15200         * sys/dvb/dvb-api/frontend.h:
15201         * sys/dvb/dvb-api/net.h:
15202         * sys/dvb/dvb-api/osd.h:
15203         * sys/dvb/dvb-api/version.h:
15204         * sys/dvb/dvb-api/video.h:
15205         Remove these files, not needed use system files.
15206         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
15207         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15208         (gst_dvbsrc_tune):
15209         Fix warnings, uint16_t etc. is in stdint.h.
15210         Use system includes not our local ones.
15211
15212 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15213
15214         * configure.ac:
15215         * sys/Makefile.am:
15216         Add dvb detection and allow dvbsrc to be built.
15217
15218 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15219         
15220         * configure.ac:
15221         * sys/Makefile.am:
15222         * sys/dvb/AUTHORS:
15223         * sys/dvb/Makefile.am:
15224         * sys/dvb/README:
15225         * sys/dvb/dvb-api/Makefile.am:
15226         * sys/dvb/dvb-api/audio.h:
15227         * sys/dvb/dvb-api/ca.h:
15228         * sys/dvb/dvb-api/dmx.h:
15229         * sys/dvb/dvb-api/frontend.h:
15230         * sys/dvb/dvb-api/net.h:
15231         * sys/dvb/dvb-api/osd.h:
15232         * sys/dvb/dvb-api/version.h:
15233         * sys/dvb/dvb-api/video.h:
15234         * sys/dvb/gstdvbsrc.c: 
15235         * sys/dvb/gstdvbsrc.h:
15236         Initial import of dvbsrc.
15237         Currently won't be built.
15238
15239 2006-10-10  Wim Taymans  <wim@fluendo.com>
15240
15241         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15242         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
15243         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
15244         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
15245         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
15246         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
15247         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
15248         (qtdemux_parse_tree), (qtdemux_parse_trak):
15249         Reorganise some stuff.
15250         Parse RTSP redirection URLS.
15251
15252 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15253
15254         * docs/plugins/gst-plugins-bad-plugins.args:
15255         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15256         * docs/plugins/gst-plugins-bad-plugins.interfaces:
15257         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
15258         * docs/plugins/inspect/plugin-dtsdec.xml:
15259         * docs/plugins/inspect/plugin-mms.xml:
15260         * docs/plugins/inspect/plugin-mpeg2enc.xml:
15261         * docs/plugins/inspect/plugin-neon.xml:
15262         * docs/plugins/inspect/plugin-replaygain.xml:
15263         * docs/plugins/inspect/plugin-soundtouch.xml:
15264         * docs/plugins/inspect/plugin-spcdec.xml:
15265         * docs/plugins/inspect/plugin-swfdec.xml:
15266         * docs/plugins/inspect/plugin-videocrop.xml:
15267         * docs/plugins/inspect/plugin-wavpack.xml:
15268           Add/update docs stuff.
15269
15270 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15271
15272         Patch by: René Stadler  <mail at renestadler de>
15273
15274         * configure.ac:
15275         * docs/plugins/Makefile.am:
15276         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15277         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15278         * gst/replaygain/Makefile.am:
15279         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
15280         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
15281         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
15282         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
15283         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
15284         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
15285         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
15286         (gst_rg_analysis_album_result), (plugin_init):
15287         * gst/replaygain/gstrganalysis.h:
15288         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
15289         (apply_filters), (reset_filters), (accumulator_add),
15290         (accumulator_clear), (accumulator_result), (rg_analysis_new),
15291         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
15292         (rg_analysis_analyze_mono_float),
15293         (rg_analysis_analyze_stereo_float),
15294         (rg_analysis_analyze_mono_int16),
15295         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
15296         (rg_analysis_track_result), (rg_analysis_album_result),
15297         (rg_analysis_reset_album), (rg_analysis_reset):
15298         * gst/replaygain/rganalysis.h:
15299           Add ReplayGain analysis element (#357069).
15300
15301         * tests/check/Makefile.am:
15302         * tests/check/elements/.cvsignore:
15303         * tests/check/elements/rganalysis.c: (get_expected_gain),
15304         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
15305         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
15306         (fail_unless_track_gain), (fail_unless_track_peak),
15307         (fail_unless_album_gain), (fail_unless_album_peak),
15308         (fail_if_track_tags), (fail_if_album_tags),
15309         (fail_unless_num_tracks), (test_buffer_const_float_mono),
15310         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
15311         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
15312         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
15313         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
15314         (rganalysis_suite), (main):
15315           Unit tests for the new replaygain element.
15316
15317 2006-10-06  Wim Taymans  <wim@fluendo.com>
15318
15319         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
15320         (gst_faad_close_decoder):
15321         Some cleanups.
15322         Added some more debugging.
15323         Don't ever ignore unlinked, we're not a demuxer.
15324
15325         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
15326         Activate pad before adding it to the element.
15327
15328 2006-10-06  Michael Smith  <msmith@fluendo.com>
15329
15330         * ext/theora/theoradec.c: (gst_theoradec_reset),
15331         (theora_get_query_types), (theora_dec_src_query),
15332         (theora_dec_src_event), (theora_dec_sink_event),
15333         (theora_handle_comment_packet), (theora_handle_type_packet),
15334         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
15335         (theora_handle_422_image), (theora_handle_420_image),
15336         (theora_handle_data_packet), (theora_dec_chain),
15337         (theora_dec_change_state):
15338         * ext/theora/theoradec.h:
15339           Port lots of changes from theoradec to theoraexpdec.
15340           This catches this plugin up to theoradec. Note that duplicate frames
15341           are broken in theoradec at the moment.
15342
15343 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15344
15345         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15346           Fix mem leak, avoid unnecessary memcpy.
15347
15348 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
15349
15350         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15351         (gst_spectrum_transform_ip):
15352           Removed cruft code that was just commented out. Removed some obsolete
15353           debug logs statements.
15354
15355 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15356
15357         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
15358         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
15359         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
15360         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
15361         (qtdemux_parse_trak):
15362         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15363           Another batch of printf format fixes.
15364
15365 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15366
15367         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15368         (gst_video_crop_init),
15369         (gst_video_crop_get_image_details_from_caps),
15370         (gst_video_crop_transform_packed_complex),
15371         (gst_video_crop_transform_packed_simple),
15372         (gst_video_crop_transform), (gst_video_crop_transform_caps),
15373         (gst_video_crop_set_caps),
15374         (gst_videocrop_clear_negotiated_caps_locked),
15375         (gst_video_crop_set_property):
15376         * gst/videocrop/gstvideocrop.h:
15377           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
15378           passthrough mode; lastly, clear negotiated basetransform caps when
15379           the cropping changes in order to force renegotiation.
15380
15381 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15382
15383         * tests/icles/.cvsignore:
15384         * tests/icles/Makefile.am:
15385         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
15386         (test_with_caps), (video_crop_get_test_caps), (main):
15387           Visual test for videocrop, shows that packed yuv doesn't work right
15388           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
15389           reasons (another basetransform issue?)
15390
15391 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15392
15393         * po/POTFILES.in:
15394         * sys/v4l2/.cvsignore:
15395           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
15396
15397 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15398
15399         * docs/plugins/Makefile.am:
15400         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15401         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15402         * docs/plugins/inspect/plugin-video4linux2.xml:
15403         * gst-plugins-bad.spec.in:
15404           removed v4l2
15405
15406 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15407
15408         * configure.ac:
15409         * sys/Makefile.am:
15410         * sys/v4l2/Makefile.am:
15411         * sys/v4l2/README:
15412         * sys/v4l2/gstv4l2.c:
15413         * sys/v4l2/gstv4l2colorbalance.c:
15414         * sys/v4l2/gstv4l2colorbalance.h:
15415         * sys/v4l2/gstv4l2object.c:
15416         * sys/v4l2/gstv4l2object.h:
15417         * sys/v4l2/gstv4l2src.c:
15418         * sys/v4l2/gstv4l2src.h:
15419         * sys/v4l2/gstv4l2tuner.c:
15420         * sys/v4l2/gstv4l2tuner.h:
15421         * sys/v4l2/gstv4l2vidorient.c:
15422         * sys/v4l2/gstv4l2vidorient.h:
15423         * sys/v4l2/gstv4l2xoverlay.c:
15424         * sys/v4l2/gstv4l2xoverlay.h:
15425         * sys/v4l2/v4l2_calls.c:
15426         * sys/v4l2/v4l2_calls.h:
15427         * sys/v4l2/v4l2src_calls.c:
15428         * sys/v4l2/v4l2src_calls.h:
15429           moved to gst-plugins-good
15430
15431 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15432
15433         * sys/v4l2/gstv4l2object.c:
15434         (gst_v4l2_object_install_properties_helper):
15435           comment out the properties that are already part of the tuner
15436           interface.
15437
15438 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15439
15440         * sys/v4l2/gstv4l2src.c:
15441         Improve docs.
15442
15443 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15444
15445         * ext/xvid/gstxvid.c: (plugin_init):
15446           Set rank of xviddec to NONE until someone fixes it (too many crasher
15447           bug reports against totem, people should use gst-ffmpeg).
15448
15449 2006-09-28  Wim Taymans  <wim@fluendo.com>
15450
15451         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15452         (gst_v4l2src_get_caps):
15453         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15454         Framerate can be 0/1 too.
15455         Init framerate to 0/1 before querying it so that we can detect
15456         devices that don't know about a framerate.
15457         Add some more debugging info.
15458
15459 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15460
15461         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15462           Add support for 'yv12' fourcc.
15463
15464 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15465
15466         * sys/v4l2/gstv4l2src.c:
15467         * sys/v4l2/gstv4l2src.h:
15468         * tests/icles/v4l2src-test.c:
15469         Removed set-undef-fps.
15470
15471 2006-09-27  Wim Taymans  <wim@fluendo.com>
15472
15473         * sys/v4l2/gstv4l2object.c:
15474         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15475         (gst_v4l2_object_set_property_helper),
15476         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15477         * sys/v4l2/gstv4l2object.h:
15478         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15479         (gst_v4l2src_create):
15480         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15481         (gst_v4l2_tuner_list_channels),
15482         (gst_v4l2_tuner_set_channel_and_notify),
15483         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15484         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15485         (gst_v4l2_tuner_get_norm):
15486         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15487         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15488         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15489         Renamed some properties to match the tuner interface naming.
15490
15491 2006-09-27  Wim Taymans  <wim@fluendo.com>
15492
15493         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15494         (gst_v4l2_set_defaults):
15495         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15496         (gst_v4l2src_create):
15497         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15498         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15499         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15500         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15501         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15502         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15503         (gst_v4l2_set_input):
15504         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15505         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15506         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15507         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15508         (gst_v4l2src_buffer_new):
15509         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15510         Small cleanups.
15511         Fix error messages.
15512         Use locks when getting timestamps.
15513         Fix leaks in test.
15514         Add licensing header to tests.
15515
15516 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15517
15518         * sys/v4l2/gstv4l2colorbalance.c:
15519         * sys/v4l2/gstv4l2object.c:
15520         * sys/v4l2/gstv4l2src.c:
15521         * sys/v4l2/gstv4l2src.h:
15522         * sys/v4l2/gstv4l2tuner.c:
15523         * sys/v4l2/v4l2_calls.c:
15524         * sys/v4l2/v4l2src_calls.c:
15525         * tests/icles/v4l2src-test.c:
15526         Some cleanups and comments.
15527
15528 2006-09-26  Wim Taymans  <wim@fluendo.com>
15529
15530         * docs/plugins/Makefile.am:
15531         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15532         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15533         Add v4l2 plugin to the docs.
15534
15535         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15536         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15537         * sys/v4l2/gstv4l2src.h:
15538         * sys/v4l2/gstv4l2vidorient.c:
15539         Fix docs.
15540         Remove some more externs.
15541
15542 2006-09-26  Wim Taymans  <wim@fluendo.com>
15543
15544         * sys/v4l2/Makefile.am:
15545         Fix makefile, list libs in stack order.
15546
15547         * sys/v4l2/gstv4l2colorbalance.c:
15548         * sys/v4l2/gstv4l2colorbalance.h:
15549         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15550         (gst_v4l2_object_install_properties_helper):
15551         * sys/v4l2/gstv4l2object.h:
15552         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15553         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15554         * sys/v4l2/gstv4l2src.h:
15555         * sys/v4l2/gstv4l2tuner.h:
15556         * sys/v4l2/gstv4l2vidorient.h:
15557         * sys/v4l2/gstv4l2xoverlay.h:
15558         * sys/v4l2/v4l2_calls.h:
15559         * sys/v4l2/v4l2src_calls.h:
15560         Fix coding style:
15561         - Remove extern from functions.
15562         - Fix header indentation.
15563         Fix Flags, add defaults for properties.
15564         Remove unused enums.
15565         Fix TOO_LAZY in error messages.
15566
15567 2006-09-26  Wim Taymans  <wim@fluendo.com>
15568
15569         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15570         (gst_v4l2_probe_needs_probe),
15571         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15572         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15573         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15574         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15575         * sys/v4l2/gstv4l2object.h:
15576         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15577         (gst_v4l2src_init), (gst_v4l2src_dispose),
15578         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15579         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15580         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15581         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15582         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15583         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15584         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15585         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15586         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15587         (gst_v4l2_get_input), (gst_v4l2_set_input):
15588         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15589         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15590         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15591         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15592         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15593         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15594         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15595         (gst_v4l2src_buffer_new):
15596         Fix pass at code cleanups, move errors cases out of the normal
15597         flow for additional code clarity.
15598
15599 2006-09-23  Wim Taymans  <wim@fluendo.com>
15600
15601         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15602         (gst_cdaudio_init), (gst_cdaudio_set_property),
15603         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15604         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15605         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15606         Port to 0.10.
15607
15608 2006-09-22  David Schleef  <ds@schleef.org>
15609
15610         * sys/glsink/glimagesink.c:
15611           Fix problems when the element cannot open the display.
15612           (fixes #357212)
15613
15614 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15615
15616         * configure.ac:
15617           Up requirements to -base CVS and core CVS (the format for the
15618           video orientation interface used by v4l2src and the latter
15619           since that's what -base CVS requires).
15620
15621 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15622
15623         * ext/directfb/dfbvideosink.c: (plugin_init):
15624           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
15625           be autoplugged shouldn't trump plugins in -base, -good or -ugly
15626           (in this case ximagesink).
15627
15628         * sys/glsink/glimagesink.c: (plugin_init):
15629           Set rank to NONE to prevent it from being autoplugged until
15630           errors are handled properly (see #357212).
15631
15632 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
15633
15634         * ext/neon/Makefile.am:
15635         * ext/neon/gstneonhttpsrc.c:
15636         * ext/neon/gstneonhttpsrc.h:
15637         Reverted previous commit (2006-09-19 - Allow internal codes from
15638         last.fm). As dicussed on #gstreamer it should be done in separete
15639         element.
15640
15641 2006-09-21  Wim Taymans  <wim@fluendo.com>
15642
15643         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
15644         (gst_faac_chain):
15645         Add decoder specific info on the caps.
15646         Some cleanups here and there.
15647
15648 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
15649
15650         Patch by: Milosz Derezynski <internalerror@gmail.com> and
15651                   Rosfran Borges <rosfran.borges@indt.org.br>
15652
15653         * ext/neon/Makefile.am:
15654         * ext/neon/gstneonhttpsrc.c:
15655         * ext/neon/gstneonhttpsrc.h:
15656         Allow internal codes from last.fm
15657         
15658
15659 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15660
15661         * tests/icles/v4l2src-test.c:
15662         Just a small fix to the app options.
15663
15664 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15665
15666         * sys/v4l2/Makefile.am:
15667         * sys/v4l2/gstv4l2src.c:
15668         * sys/v4l2/gstv4l2vidorient.c:
15669         * sys/v4l2/gstv4l2vidorient.h:
15670         * tests/icles/v4l2src-test.c:
15671         Add Video Orientation interface support to v4l2src.
15672         
15673 2006-09-19  Wim Taymans  <wim@fluendo.com>
15674
15675         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15676         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
15677         (gst_gsmdec_chain):
15678         * ext/gsm/gstgsmdec.h:
15679         Handle WAV49 variant (GSM in WAV).
15680         Some small cleanups.
15681
15682 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
15683
15684         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
15685         Fix GST_BUFFER_DURATION.
15686
15687 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
15688
15689         * ext/hermes/gsthermescolorspace.c:
15690         * ext/ivorbis/vorbisfile.c:
15691         * ext/lcs/gstcolorspace.c:
15692         * ext/wavpack/gstwavpackenc.h:
15693         * ext/xine/xineaudiodec.c:
15694         * ext/xine/xineaudiosink.c:
15695         * ext/xine/xineinput.c:
15696         * gst/chart/gstchart.c:
15697         * gst/equalizer/gstiirequalizer.c:
15698         * gst/games/gstpuzzle.c:
15699         * gst/librfb/gstrfbsrc.c:
15700         * gst/mixmatrix/mixmatrix.c:
15701         * gst/nsf/gstnsf.h:
15702         * gst/vbidec/gstvbidec.c:
15703         * gst/virtualdub/gstxsharpen.c:
15704           More G_OBJECT macro fixing.
15705
15706 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
15707
15708         * sys/v4l2/gstv4l2src.c:
15709         * sys/v4l2/gstv4l2src.h:
15710         * sys/v4l2/gstv4l2xoverlay.c:
15711         * sys/v4l2/v4l2_calls.c:
15712         * sys/v4l2/v4l2src_calls.c:
15713         * tests/icles/v4l2src-test.c:
15714         The test application and the plgind error messages has been improved.
15715         
15716 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
15717
15718         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
15719         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
15720           Implements stop() to clear the adapter and event() to clear the
15721           adapter on FLUSH_STOP and EOS.
15722
15723 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15724
15725         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15726         (gst_spectrum_set_property):
15727         * gst/spectrum/gstspectrum.h:
15728           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
15729           René Stadler
15730
15731 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15732
15733         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
15734           Use more defines
15735
15736         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15737         (gst_spectrum_dispose), (gst_spectrum_set_caps),
15738         (gst_spectrum_transform_ip):
15739         * gst/spectrum/gstspectrum.h:
15740           Apply some of the spectrum cleanup changes suggested in #348085.
15741
15742 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15743
15744         * configure.ac:
15745           Bump requirements of -base (videocrop test case needs this).
15746
15747         * gst/videocrop/gstvideocrop.c:
15748           Document sloppy handling of subsampled chroma planes if
15749           left/top cropping is an odd number.
15750
15751         * tests/check/elements/videocrop.c: (handoff_cb),
15752         (videocrop_test_cropping_init_context),
15753         (videocrop_test_cropping_deinit_context),
15754         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
15755         (videocrop_suite), (main):
15756           Add another unit test that crops the input to 1x1 (and checks
15757           that that pixel has the expected values in a number of formats).
15758
15759 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15760
15761         * gst/videocrop/Makefile.am:
15762         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15763         (gst_video_crop_transform_packed),
15764         (gst_video_crop_transform_planar):
15765           Some quick tests indicate that it doesn't make a great deal
15766           of sense to use liboil here, at least not for the memcpy()s
15767           we do, so remove liboil usage until there is clear evidence
15768           it actually makes a positive difference somewhere.
15769
15770 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
15771
15772         * tests/check/elements/videocrop.c: (handoff_cb),
15773         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
15774         (notgst_value_list_get_nth_int), (videocrop_suite):
15775           More tests: check passthrough mode and caps transform in
15776           both directions with fixed values, ranges and lists.
15777
15778 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15779
15780         * docs/plugins/Makefile.am:
15781         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15782         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15783         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15784           Add videocrop to docs.
15785
15786         * gst/videocrop/Makefile.am:
15787         * gst/videocrop/gstvideocrop.c:
15788         * gst/videocrop/gstvideocrop.h:
15789           Move boilerplate stuff and structures into a header file.
15790
15791         * tests/check/Makefile.am:
15792         * tests/check/elements/.cvsignore:
15793         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
15794         (test_unit_sizes), (videocrop_test_cropping_init_context),
15795         (videocrop_test_cropping_deinit_context),
15796         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
15797           Add unit tests for videocrop.
15798
15799 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15800
15801         * configure.ac:
15802         * gst/videocrop/Makefile.am:
15803         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
15804         (gst_video_crop_class_init), (gst_video_crop_init),
15805         (gst_video_crop_get_image_details_from_caps),
15806         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
15807         (gst_video_crop_transform_planar), (gst_video_crop_transform),
15808         (gst_video_crop_transform_dimension),
15809         (gst_video_crop_transform_dimension_value),
15810         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
15811         (gst_video_crop_set_property), (gst_video_crop_get_property),
15812         (plugin_init):
15813           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
15814           it support all formats videoscale supports (#345653).
15815
15816 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15817
15818         * sys/v4l2/gstv4l2.c:
15819         * sys/v4l2/gstv4l2colorbalance.c:
15820         * sys/v4l2/gstv4l2object.c:
15821         (gst_v4l2_object_install_properties_helper):
15822         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15823         * sys/v4l2/gstv4l2src.h:
15824           Whitespace cleanups, dashify property-names.
15825
15826 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15827
15828         * sys/v4l2/gstv4l2.c:
15829         * sys/v4l2/gstv4l2colorbalance.c:
15830         * sys/v4l2/gstv4l2colorbalance.h:
15831         * sys/v4l2/gstv4l2object.c:
15832         * sys/v4l2/gstv4l2object.h:
15833         * sys/v4l2/gstv4l2src.c:
15834         * sys/v4l2/gstv4l2src.h:
15835         * sys/v4l2/gstv4l2tuner.c:
15836         * sys/v4l2/gstv4l2tuner.h:
15837         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15838         * sys/v4l2/gstv4l2xoverlay.h:
15839         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15840         (gst_v4l2_open):
15841         * sys/v4l2/v4l2_calls.h:
15842         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
15843         (gst_v4l2src_capture_init):
15844         * sys/v4l2/v4l2src_calls.h:
15845           Cleanup error messages and unify header comments
15846
15847 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
15848
15849         * gst/nsf/Makefile.am:
15850         Add missing GST_LIBS
15851
15852 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15853
15854         * sys/v4l2/gstv4l2src.c:
15855         Another small fix to set_caps function (sucks copy/paste error).
15856         
15857 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15858
15859         * sys/v4l2/gstv4l2src.c:
15860         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
15861
15862 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15863
15864         * sys/v4l2/gstv4l2src.c:
15865         A small fix to set_caps function.
15866
15867 2006-08-30  Edward Hervey  <edward@fluendo.com>
15868
15869         * gst/qtdemux/qtdemux.c:
15870         (gst_qtdemux_do_seek):
15871         Reset each streams last_flow to GST_FLOW_OK.
15872         (gst_qtdemux_activate_segment):
15873         Removing mystic modifications for good.
15874
15875 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15876
15877         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15878         (qtdemux_parse_tree):
15879           put back 'segment start<=stop' change that was mystically reverted by
15880           the last commit
15881
15882 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15883
15884         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15885         (qtdemux_parse_tree):
15886         Fix the build for disabled debug
15887
15888 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
15889
15890         * sys/v4l2/gstv4l2src.c:
15891         * sys/v4l2/v4l2src_calls.c:
15892         * sys/v4l2/v4l2src_calls.h:
15893         Fixed framerate negotiation.
15894         
15895 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
15896
15897         Patch by: Andrew Andkjar  <enki at goodship net>
15898
15899         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
15900         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
15901         (gst_sdlvideosink_deinitsdl):
15902           Only de-init the subsystem we previously initialised. Avoids
15903           borkage when both sdlvideosink and sdlaudiosink are used
15904           at the same time and one is shut down.
15905
15906 2006-08-28  Wim Taymans  <wim@fluendo.com>
15907
15908         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15909         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
15910         (qtdemux_video_caps):
15911         Make sure segment start<=stop in weird quicktime files.
15912
15913 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
15914
15915         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15916           add comments and more debug logging
15917
15918 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
15919
15920         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15921
15922         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
15923         (gst_wavpack_dec_chain):
15924           Post audio codec and average bitrate tags on bus (#344472).
15925
15926         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
15927         (gst_wavpack_parse_src_query):
15928           Forward queries in other formats (BYTE format in particular)
15929           upstream; add Sebastian to authors.
15930
15931 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
15932
15933         * sys/v4l2/gstv4l2src.c:
15934         * sys/v4l2/v4l2src_calls.c:
15935         * sys/v4l2/v4l2src_calls.h:
15936         Fix set_caps to set width and height to the values the driver is
15937         really working with.
15938
15939 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15940
15941         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
15942           Fix mem leak, send newsegment event on correction pad
15943           as well (#352476).
15944
15945         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
15946           Restore original author (on Sebastian's request).
15947
15948         * tests/check/Makefile.am:
15949         * tests/check/gst-plugins-bad.supp:
15950           Add (so far empty) suppression file for -bad. Remove
15951           wavpackenc test from VALGRIND_TO_FIX now that the leak
15952           is fixed.
15953
15954 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15955
15956         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15957
15958         * tests/check/Makefile.am:
15959         * tests/check/elements/.cvsignore:
15960         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
15961         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
15962         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
15963         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
15964         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
15965         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
15966         (wavpackparse_suite), (main):
15967           Add unit tests for wavpack elements (#352476).
15968
15969 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15970
15971         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15972
15973         * docs/plugins/Makefile.am:
15974         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15975         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15976         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15977         * docs/plugins/inspect/plugin-wavpack.xml:
15978         * ext/wavpack/gstwavpackdec.c:
15979         * ext/wavpack/gstwavpackdec.h:
15980         * ext/wavpack/gstwavpackenc.c:
15981         * ext/wavpack/gstwavpackenc.h:
15982         * ext/wavpack/gstwavpackparse.c:
15983         * ext/wavpack/gstwavpackparse.h:
15984           Add docs for wavpack elements (#352476).
15985
15986 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
15987
15988         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
15989         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
15990         Fixed query size to work with drivers that uses intermediate step
15991         like "width * height" to find closest size.
15992         
15993 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15994
15995         * configure.ac:
15996         * docs/plugins/Makefile.am:
15997         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15998         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15999         * gst/gdp/Makefile.am:
16000         * gst/gdp/gstgdp.c:
16001         * gst/gdp/gstgdpdepay.c:
16002         * gst/gdp/gstgdpdepay.h:
16003         * gst/gdp/gstgdppay.c:
16004         * gst/gdp/gstgdppay.h:
16005         * tests/check/Makefile.am:
16006         * tests/check/elements/gdpdepay.c:
16007         * tests/check/elements/gdppay.c:
16008           move gdp plugin to good.
16009
16010 2006-08-21  Wim Taymans  <wim@fluendo.com>
16011
16012         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16013         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
16014         (qtdemux_video_caps), (qtdemux_audio_caps):
16015         Some more constification.
16016         Fix some paletted data formats again.
16017         Fix ulaw/alaw in qt.
16018         Set correct caps for raw RGB.
16019         Add support for yuv2, which is like Yuv2.
16020         Add support for raw audio with the NONE fourcc, which is like raw.
16021
16022 2006-08-21  Wim Taymans  <wim@fluendo.com>
16023
16024         * ext/gsm/gstgsm.c: (plugin_init):
16025         Make rank PRIMARY now that GSM seems to work fine.
16026
16027 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16028
16029         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16030         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
16031         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
16032         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
16033         (gst_wavpack_enc_rewrite_first_block),
16034         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16035         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16036         * ext/wavpack/gstwavpackenc.h:
16037         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16038         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
16039         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
16040         (gst_wavpack_parse_loop):
16041           More clean-ups: use shorter variable names to make code easier to
16042           read; prefix structures we define with 'Gst' to make it clearer
16043           where they come from.
16044
16045 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16046
16047         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16048         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
16049         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16050         (gst_wavpack_enc_sink_event):
16051           Fix caps set on buffers and template caps (output is framed)
16052           and make them match (#351663); use GST_WARNING_OBJECT instead of
16053           GST_ELEMENT_WARNING; simplify push_block(); do some small
16054           clean-ups here and there; fix memleak (#351663).
16055
16056 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
16057
16058         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
16059
16060         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
16061         (gst_wavpack_parse_get_upstream_length),
16062         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
16063         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
16064           Fix resyncing in push mode not stopping re-syncing at embedded
16065           zeroes; skip garbage between frames in pull mode as well if
16066           necessary; use gst_pad_query_peer_duration(); push EOS and
16067           NEWSEGMENT event in right direction (#351659).
16068
16069 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
16070
16071         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16072
16073         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
16074         * ext/wavpack/gstwavpackparse.c:
16075         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
16076           In push mode, re-sync to next wavpack header if sync is lost
16077           (#351557). Also use hyphens instead of underscores in
16078           GObject property names.
16079
16080 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16081
16082         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16083
16084         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
16085         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
16086         (gst_wavpack_parse_src_query),
16087         (gst_wavpack_parse_handle_seek_event),
16088         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16089         (gst_wavpack_parse_create_src_pad),
16090         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
16091         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
16092         (gst_wavpack_parse_sink_activate_pull):
16093         * ext/wavpack/gstwavpackparse.h:
16094           Make wavpackparse also work in push-mode (not seekable yet though);
16095           some small clean-ups along the way; add support for SEEKING query
16096           and query types function. (#351495).
16097
16098 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16099
16100         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
16101         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
16102           Fix leaks (#351502).
16103
16104 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
16105
16106         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
16107         (qtdemux_process_redirects), (qtdemux_parse_tree):
16108           Extract all references/redirections if there is more
16109           than one and sort them; also extract minimum required
16110           bitrate information if available. (#350399)
16111           
16112 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
16113
16114         Patch by: Michal Benes  <michal.benes at itonis tv>
16115
16116         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
16117           Bitrate in the faac structure is per output channel,
16118           not total bitrate (#350741).
16119
16120 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16121
16122         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
16123           Fix GST_ELEMENT_ERROR usage.
16124
16125 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16126
16127         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16128           Fix silly typo.
16129
16130 2006-08-08  Edward Hervey  <edward@fluendo.com>
16131
16132         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16133         I forgot to include the file containing the #define :)
16134         Now includes "config.h"
16135
16136 2006-08-08  Edward Hervey  <edward@fluendo.com>
16137
16138         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16139         Ignore test known to fail on PPC64. See #348114.
16140
16141 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
16142
16143         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
16144         br>
16145
16146         * ext/neon/gstneonhttpsrc.c:
16147         * ext/neon/gstneonhttpsrc.h:
16148         Allow HTTP redirect (HTTP status code 302).
16149
16150 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16151
16152         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16153         Fix event parsing by gdpdepay.  Fixes #349916.
16154
16155 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
16156
16157         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
16158         com>
16159
16160         * ext/Makefile.am:
16161           Use right variables when USE_SPC is defined.
16162
16163 2006-08-02  Wim Taymans  <wim@fluendo.com>
16164
16165         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16166         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
16167         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
16168         (gst_gdp_depay_change_state):
16169         Disable seeking.
16170         Small cleanups.
16171         Clear adapter on disconts.
16172         Clear caps when going to READY instead of NULL
16173
16174         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16175         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
16176         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16177         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16178         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16179         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
16180         (gst_gdp_pay_change_state):
16181         * gst/gdp/gstgdppay.h:
16182         Reset payloader when going to READY.
16183         Fix leaked buffers in ->queue on push errors.
16184         Disable seeking.
16185         Code cleanups.
16186         Create packetizer in _init, free in _finalize.
16187
16188 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16189
16190         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16191         (gst_dfbvideosink_buffer_alloc): Post an error message.
16192
16193 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16194
16195         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16196         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
16197         setup yet. Fail changing state if setup fails.
16198
16199 2006-07-31  Wim Taymans  <wim@fluendo.com>
16200
16201         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16202         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
16203         Consume all events except EOS because we generate events from
16204         the gdp payload instead. Fixes #349204
16205
16206 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16207
16208         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
16209         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
16210         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
16211         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16212         (gst_xviddec_setcaps), (gst_xviddec_change_state):
16213         * ext/xvid/gstxviddec.h:
16214           Clean-ups and code reflows. Pass return value from
16215           gst_pad_alloc_buffer() upstream among other things. Also check
16216           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
16217           Mass rename of xviddec -> dec variable for better
16218           code readability.
16219
16220 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16221
16222         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
16223           Fix size calculation for I420/YV12. Fixes #348976.
16224
16225 2006-07-27  Wim Taymans  <wim@fluendo.com>
16226
16227         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16228         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
16229         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
16230         Fix negotiation.
16231
16232 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16233
16234         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
16235           proxying get/set caps is the wrong thing to do, since we really
16236           do change caps quite fundamentally
16237         * tests/check/elements/gdpdepay.c:
16238         * tests/check/elements/gdppay.c:
16239           remove declaration of buffers, it's already done in gstcheck.h
16240
16241 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
16242
16243         * sys/directsound/gstdirectsoundsink.h:
16244         * sys/directsound/gstdirectsoundsink.c:
16245         Add an attenuation property that will directly attenuate the 
16246         directsound buffer.
16247         Change the size of the directsound secondary buffer to a half second.
16248         Add more debug logs.
16249         Add a lock to protect dsound buffer write access.
16250         Fix a bad implementation of reset.
16251         * sys/directsound/gstdirectdrawsink.c:
16252         * sys/directsound/gstdirectdrawsink.h:
16253         Add a keep_aspect_ratio property.
16254         Do not use overlay if not supported.
16255         Add more debug logs.
16256         Remove overwrite of WM_ERASEBKGND message handling. It was not
16257         redrawing border when keep_aspect_ratio was enabled.
16258         * win32/common/config.h:
16259         update version waiting an auto-generated config.h
16260
16261 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
16262
16263         Patch by: Chris Lee  <clee at kde org>
16264
16265         * configure.ac:
16266         * ext/Makefile.am:
16267         * ext/spc/Makefile.am:
16268         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
16269         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
16270         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
16271         (gst_spc_dec_src_query), (spc_play), (spc_setup),
16272         (gst_spc_dec_change_state), (plugin_init):
16273         * ext/spc/gstspc.h:
16274           Add libopenspc-based SPC decoder element (#348220).
16275
16276 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16277
16278         Patch by: Martin Szulecki
16279
16280         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
16281           If "device-name" is requested and the device is not
16282           open, try to temporarily open it to obtain this
16283           information (#342494).
16284
16285 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16286
16287         * gst/nsf/nsf.c: (nsf_load):
16288           Really fix compilation. Apparently it's not enough to
16289           just check the return value for errors, but we need to
16290           check for short reads as well (now if only we handled
16291           them too ...). Fixes #347935.
16292
16293 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16294
16295         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
16296           Fix caps after previous change to byte order endianness.
16297
16298         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16299         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16300         (gst_wavpack_parse_loop):
16301         * ext/wavpack/gstwavpackparse.h:
16302           Queue incoming events if there's no source pad yet and
16303           send them downstream later when the pad is there.
16304
16305 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16306
16307         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
16308         (gst_wavpack_dec_format_samples),
16309         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16310         (gst_wavpack_dec_change_state):
16311         * ext/wavpack/gstwavpackdec.h:
16312           Output audio in native byte order (which is also how we get
16313           samples from wavpack); output samples with 21-24 bit depth
16314           with 32 bit width (makes things easier for us).
16315
16316 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16317
16318         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16319         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16320         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16321         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16322         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
16323         * ext/wavpack/gstwavpackdec.h:
16324           More clean-ups: remove most of the disfunctional correction
16325           pad stuff for now, if it ever gets implemented a lot of stuff
16326           will have to be rewritten anyway; redo chain function, move
16327           errors to end, error out instead of g_assert()ing. Also rename
16328           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
16329           other small stuff.
16330
16331 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16332
16333         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16334
16335         * configure.ac:
16336           Check for wavpack version and define WAVPACK_OLD_API if
16337           necessary.
16338
16339         * ext/wavpack/Makefile.am:
16340         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
16341         (gst_wavpack_read_metadata):
16342         * ext/wavpack/gstwavpackcommon.h:
16343         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16344         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16345         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16346         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16347         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
16348         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
16349         * ext/wavpack/gstwavpackdec.h:
16350         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
16351         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
16352         (gst_wavpack_enc_set_wp_config):
16353         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16354         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
16355         (gst_wavpack_parse_index_get_entry_from_sample),
16356         (gst_wavpack_parse_scan_to_find_sample),
16357         (gst_wavpack_parse_handle_seek_event),
16358         (gst_wavpack_parse_create_src_pad):
16359         * ext/wavpack/gstwavpackstreamreader.c:
16360         * ext/wavpack/gstwavpackstreamreader.h:
16361           Port to new/official wavpack API, don't use API that was exported
16362           in wavpack header files and in the lib but meant to be private, at
16363           least not for recent wavpack versions; misc. 'cleanups' (#347443).
16364
16365 2006-07-18  Wim Taymans  <wim@fluendo.com>
16366
16367         * gst/nsf/nsf.c: (nsf_load):
16368         Fix compilation by not ignoring return values of fread.
16369
16370 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16371
16372         * docs/plugins/inspect/plugin-alsaspdif.xml:
16373         * docs/plugins/inspect/plugin-filter.xml:
16374         * docs/plugins/inspect/plugin-h264parse.xml:
16375         * docs/plugins/inspect/plugin-musepack.xml:
16376         * docs/plugins/inspect/plugin-nsfdec.xml:
16377         * docs/plugins/inspect/plugin-sdl.xml:
16378         * docs/plugins/inspect/plugin-spectrum.xml:
16379           adding more inspect docs
16380
16381 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16382
16383         * docs/plugins/inspect/plugin-gdp.xml:
16384           actually commit inspectation of gdp element
16385
16386 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16387
16388         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
16389         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16390           remove parent_class setting, BOILERPLATE does this
16391         (gst_gdp_pay_reset_streamheader):
16392           fix typo in comment
16393
16394 2006-07-17  Wim Taymans  <wim@fluendo.com>
16395
16396         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16397         (gst_qtdemux_prepare_current_sample),
16398         (gst_qtdemux_loop_state_movie):
16399         Store duration in uint64 too instead of clipping.
16400         When we do a keyframe seek and the requested time is at the
16401         keyframe, don't seek back to the beginning of the keyframe.
16402         Fixes #347439.
16403
16404 2006-07-16  Wim Taymans  <wim@fluendo.com>
16405
16406         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16407         Don't crash on small buffers.
16408
16409 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16410
16411         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16412         Reset adapter.
16413
16414 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16415
16416         * gst/spectrum/demo-audiotest.c: (main):
16417         * gst/spectrum/demo-osssrc.c: (main):
16418         Do not use deprecated gtk functions.
16419
16420 2006-07-14  Wim Taymans  <wim@fluendo.com>
16421
16422         * gst/nsf/Makefile.am:
16423         * gst/nsf/memguard.c:
16424         * gst/nsf/memguard.h:
16425         * gst/nsf/types.h:
16426         Remove crack malloc/free replacement.
16427
16428 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16429
16430         * docs/plugins/Makefile.am:
16431         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16432         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16433           add more plugins and elements to docs
16434         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16435           fix segfaults due to wrong g_free
16436           add example
16437         * gst/gdp/gstgdppay.c:
16438           add example
16439
16440 2006-07-13  Wim Taymans  <wim@fluendo.com>
16441
16442         * gst/nsf/Makefile.am:
16443         Fix build.
16444
16445 2006-07-13  Wim Taymans  <wim@fluendo.com>
16446
16447         Based on patches by: Johan Dahlin <johan at gnome dot org>
16448                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16449
16450         * configure.ac:
16451         * gst/nsf/Makefile.am:
16452         * gst/nsf/dis6502.h:
16453         * gst/nsf/fds_snd.c:
16454         * gst/nsf/fds_snd.h:
16455         * gst/nsf/fmopl.c:
16456         * gst/nsf/fmopl.h:
16457         * gst/nsf/gstnsf.c:
16458         * gst/nsf/gstnsf.h:
16459         * gst/nsf/log.c:
16460         * gst/nsf/log.h:
16461         * gst/nsf/memguard.c:
16462         * gst/nsf/memguard.h:
16463         * gst/nsf/mmc5_snd.c:
16464         * gst/nsf/mmc5_snd.h:
16465         * gst/nsf/nes6502.c:
16466         * gst/nsf/nes6502.h:
16467         * gst/nsf/nes_apu.c:
16468         * gst/nsf/nes_apu.h:
16469         * gst/nsf/nsf.c:
16470         * gst/nsf/nsf.h:
16471         * gst/nsf/osd.h:
16472         * gst/nsf/types.h:
16473         * gst/nsf/vrc7_snd.c:
16474         * gst/nsf/vrc7_snd.h:
16475         * gst/nsf/vrcvisnd.c:
16476         * gst/nsf/vrcvisnd.h:
16477         Added NSF decoder plugin. Fixes 151192. 
16478
16479 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16480
16481         * tests/check/Makefile.am:
16482           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16483
16484 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16485
16486         * configure.ac:
16487           Don't error out in configure if mjpegtools dev is not there.
16488
16489 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16490
16491         Patch by: Mark Nauwelaerts <manauw at skynet be>
16492
16493         * configure.ac:
16494         * ext/Makefile.am:
16495         * ext/mpeg2enc/Makefile.am:
16496         * ext/mpeg2enc/gstmpeg2enc.cc:
16497         * ext/mpeg2enc/gstmpeg2enc.hh:
16498         * ext/mpeg2enc/gstmpeg2encoder.cc:
16499         * ext/mpeg2enc/gstmpeg2encoder.hh:
16500         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16501         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16502         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16503         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16504         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16505           Port mpeg2enc to 0.10 (#343184).
16506
16507         * tests/check/Makefile.am:
16508         * tests/check/elements/.cvsignore:
16509         * tests/check/elements/mpeg2enc.c:
16510           Add unit test for mpeg2enc.
16511
16512         * tests/icles/.cvsignore:
16513           Ignore pitch-test.
16514
16515 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16516
16517         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16518           Fix typo in property nick.
16519
16520 2006-07-10  Wim Taymans  <wim@fluendo.com>
16521
16522         * gst/filter/gstbpwsinc.h:
16523         * gst/filter/gstiir.h:
16524         * gst/filter/gstlpwsinc.h:
16525         Don't forget new files.
16526
16527 2006-07-10  Wim Taymans  <wim@fluendo.com>
16528
16529         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16530
16531         * configure.ac:
16532         * gst/filter/Makefile.am:
16533         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16534         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16535         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16536         (bpwsinc_set_property), (bpwsinc_get_property):
16537         * gst/filter/gstfilter.c: (plugin_init):
16538         * gst/filter/gstfilter.h:
16539         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16540         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16541         (iir_transform_ip), (iir_set_property), (iir_get_property):
16542         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16543         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16544         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16545         (lpwsinc_set_property), (lpwsinc_get_property):
16546         Ported the gstfilter plugin to GStreamer 0.10.
16547         Fixes #346853.
16548
16549 2006-07-10  Wim Taymans  <wim@fluendo.com>
16550
16551         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16552           Extract comment information!!
16553
16554 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16555
16556         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16557         (qtdemux_tag_add_date):
16558           Extract year/date information (fixes #347079).
16559
16560 2006-07-07  Wim Taymans  <wim@fluendo.com>
16561
16562         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16563         Don't crash on twos/sowt/raw audio. #345830.
16564
16565 2006-07-07  Wim Taymans  <wim@fluendo.com>
16566
16567         Patch by: Lutz Mueller <lutz at topfrose dot de>
16568
16569         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16570         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16571         (request_dispatch), (gst_neonhttp_src_create),
16572         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16573         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16574         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16575         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16576         * ext/neon/gstneonhttpsrc.h:
16577         Remove unlock function. start/stop will do everything needed
16578         Removed code that was never called.
16579         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16580         Do not escape path. Fixes #346723.
16581         Additional code cleanups.
16582
16583 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16584
16585         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16586         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16587           Fix silly crasher in state change function; add
16588           IV41 fourcc (see bug #171111); don't output confusing
16589           debug message when skipping atoms.
16590
16591 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16592
16593         * ext/directfb/dfbvideosink.c:
16594         * ext/gsm/gstgsmdec.c:
16595         * ext/gsm/gstgsmenc.c:
16596         * ext/libmms/gstmms.c:
16597         * ext/neon/gstneonhttpsrc.c:
16598         * ext/theora/theoradec.c:
16599         * gst/freeze/gstfreeze.c:
16600         * gst/gdp/gstgdpdepay.c:
16601         * gst/gdp/gstgdppay.c:
16602         * sys/glsink/glimagesink.c:
16603           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16604           and fix one GObject boilerplate macro.
16605
16606 2006-06-20  Wim Taymans  <wim@fluendo.com>
16607
16608         * gst/modplug/libmodplug/stdafx.h:
16609         Fix modplug on AMD64. Fixes #345336.
16610
16611 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
16612
16613         * configure.ac:
16614           Fix check so that future libneon API changes won't break the build.
16615
16616         * ext/neon/gstneonhttpsrc.c:
16617           Fix build with libneon-0.26.x (#345182).
16618
16619 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
16620
16621         * configure.ac:
16622           Fix --disable-external (can't set conditionals conditionally,
16623           #343602).
16624           
16625 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16626
16627         * gst/spectrum/Makefile.am:
16628         Fix build.
16629
16630 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
16631
16632         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
16633         (draw_spectrum), (message_handler), (main):
16634         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
16635         (message_handler), (main):
16636         port to use message to get results, cleanly exit when closing the window
16637         
16638         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16639         (gst_spectrum_init), (gst_spectrum_dispose),
16640         (gst_spectrum_set_property), (gst_spectrum_get_property),
16641         (gst_spectrum_set_caps), (gst_spectrum_start),
16642         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
16643         * gst/spectrum/gstspectrum.h:
16644         port to derive from basetransform and send results via messages
16645         (like level element)
16646
16647 2006-06-15  Wim Taymans  <wim@fluendo.com>
16648
16649         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16650         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
16651         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
16652         Combine return values from src pad pushes.
16653
16654 2006-06-15  Wim Taymans  <wim@fluendo.com>
16655
16656         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
16657         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
16658         (gst_qtdemux_add_stream):
16659         Don't crash on files with 0 samples, EOS immediatly instead.
16660         Fixes #344944.
16661
16662 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16663
16664         Patch by: Wouter Paesen  <wouter at kangaroot net>
16665
16666         * ext/soundtouch/Makefile.am:
16667         * ext/soundtouch/gstpitch.cc:
16668           Make pitch element controllable via GstController interface
16669           (#344821).
16670           
16671         * configure.ac:
16672           Up core requirements to 0.10.8.1/CVS because earlier
16673           GstControllers can't handle float properties correctly.
16674           Check for GstController CFLAGS and LIBS.
16675
16676         * tests/icles/Makefile.am:
16677         * tests/icles/pitch-test.c: (main):
16678           Add small test program for the above (welcome to the 80s!).
16679
16680 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16681
16682         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
16683
16684         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
16685         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
16686         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
16687         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16688         * ext/wavpack/gstwavpackenc.h:
16689           Use bitrate property solely for bitrates and add new
16690           bits-per-sample property for the other stuff. Set duration
16691           to 'unknown' in initial header and resend header with proper
16692           duration on EOS; update Sebastian's e-mail address.
16693
16694 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16695
16696         * examples/directfb/.cvsignore:
16697         * ext/directfb/.cvsignore:
16698           #define red green
16699
16700 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16701
16702         * gst/spectrum/.cvsignore:
16703           Ignore more.
16704
16705 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16706
16707         * ext/libmms/gstmms.c: (gst_mms_create):
16708           Set caps on outgoing buffers.
16709
16710         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
16711           Comment out unused global instance variable.
16712
16713 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
16714
16715         Patch by: Sebastian Dröge  <mail at slomosnail de>
16716
16717         * ext/wavpack/Makefile.am:
16718         * ext/wavpack/gstwavpack.c: (plugin_init):
16719         * ext/wavpack/gstwavpackcommon.h:
16720         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
16721         (gst_wavpack_enc_correction_mode_get_type),
16722         (gst_wavpack_enc_joint_stereo_mode_get_type),
16723         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
16724         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
16725         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
16726         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
16727         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16728         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16729         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
16730         (gst_wavpack_enc_plugin_init):
16731         * ext/wavpack/gstwavpackenc.h:
16732         * ext/wavpack/md5.c:
16733         * ext/wavpack/md5.h:
16734           Add wavpack encoder element (#343131).
16735
16736 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16737
16738         * configure.ac:
16739           Check for X before using X_CFLAGS in the check for opengl (#343866).
16740           
16741         * ext/musepack/Makefile.am:
16742         * ext/wavpack/Makefile.am:
16743         * gst/speed/Makefile.am:
16744           Add missing GST_LIBS, fixes build on cygwin (#343866).
16745
16746 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16747
16748         * configure.ac:
16749           enable building of GDP elements
16750         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16751         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16752         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16753         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16754         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
16755         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
16756         (gst_gdp_pay_change_state):
16757         * gst/gdp/gstgdppay.h:
16758           add version 1.0
16759
16760 2006-06-02  Michael Smith  <msmith@fluendo.com>
16761
16762         * ext/theora/theoradec.c: (theora_dec_src_convert),
16763         (theora_handle_type_packet), (theora_handle_422_image),
16764         (theora_handle_444_image), (theora_handle_420_image),
16765         (theora_handle_data_packet):
16766           Theora 4:4:4 pixel format support.
16767
16768 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16769
16770         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16771         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16772         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16773         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
16774         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
16775         (gst_gdp_pay_get_property):
16776           add crc-header and crc-payload properties
16777           don't error out on some things that are recoverable
16778         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
16779           add test for crc
16780
16781 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
16782
16783         * ext/alsaspdif/alsaspdifsink.h:
16784         * ext/amrwb/gstamrwbdec.h:
16785         * ext/amrwb/gstamrwbenc.h:
16786         * ext/amrwb/gstamrwbparse.h:
16787         * ext/arts/gst_arts.h:
16788         * ext/artsd/gstartsdsink.h:
16789         * ext/audiofile/gstafparse.h:
16790         * ext/audiofile/gstafsink.h:
16791         * ext/audiofile/gstafsrc.h:
16792         * ext/audioresample/gstaudioresample.h:
16793         * ext/bz2/gstbz2dec.h:
16794         * ext/bz2/gstbz2enc.h:
16795         * ext/dirac/gstdiracdec.h:
16796         * ext/directfb/dfbvideosink.h:
16797         * ext/divx/gstdivxdec.h:
16798         * ext/divx/gstdivxenc.h:
16799         * ext/dts/gstdtsdec.h:
16800         * ext/faac/gstfaac.h:
16801         * ext/gsm/gstgsmdec.h:
16802         * ext/gsm/gstgsmenc.h:
16803         * ext/ivorbis/vorbisenc.h:
16804         * ext/libfame/gstlibfame.h:
16805         * ext/nas/nassink.h:
16806         * ext/neon/gstneonhttpsrc.h:
16807         * ext/polyp/polypsink.h:
16808         * ext/sdl/sdlaudiosink.h:
16809         * ext/sdl/sdlvideosink.h:
16810         * ext/shout/gstshout.h:
16811         * ext/snapshot/gstsnapshot.h:
16812         * ext/sndfile/gstsf.h:
16813         * ext/swfdec/gstswfdec.h:
16814         * ext/tarkin/gsttarkindec.h:
16815         * ext/tarkin/gsttarkinenc.h:
16816         * ext/theora/theoradec.h:
16817         * ext/wavpack/gstwavpackdec.h:
16818         * ext/wavpack/gstwavpackparse.h:
16819         * ext/xine/gstxine.h:
16820         * ext/xvid/gstxviddec.h:
16821         * ext/xvid/gstxvidenc.h:
16822         * gst/cdxaparse/gstcdxaparse.h:
16823         * gst/cdxaparse/gstcdxastrip.h:
16824         * gst/colorspace/gstcolorspace.h:
16825         * gst/festival/gstfestival.h:
16826         * gst/freeze/gstfreeze.h:
16827         * gst/gdp/gstgdpdepay.h:
16828         * gst/gdp/gstgdppay.h:
16829         * gst/modplug/gstmodplug.h:
16830         * gst/mpeg1sys/gstmpeg1systemencode.h:
16831         * gst/mpeg1videoparse/gstmp1videoparse.h:
16832         * gst/mpeg2sub/gstmpeg2subt.h:
16833         * gst/mpegaudioparse/gstmpegaudioparse.h:
16834         * gst/multifilesink/gstmultifilesink.h:
16835         * gst/overlay/gstoverlay.h:
16836         * gst/playondemand/gstplayondemand.h:
16837         * gst/qtdemux/qtdemux.h:
16838         * gst/rtjpeg/gstrtjpegdec.h:
16839         * gst/rtjpeg/gstrtjpegenc.h:
16840         * gst/smooth/gstsmooth.h:
16841         * gst/smoothwave/gstsmoothwave.h:
16842         * gst/spectrum/gstspectrum.h:
16843         * gst/speed/gstspeed.h:
16844         * gst/stereo/gststereo.h:
16845         * gst/switch/gstswitch.h:
16846         * gst/tta/gstttadec.h:
16847         * gst/tta/gstttaparse.h:
16848         * gst/videodrop/gstvideodrop.h:
16849         * gst/xingheader/gstxingmux.h:
16850         * sys/directdraw/gstdirectdrawsink.h:
16851         * sys/directsound/gstdirectsoundsink.h:
16852         * sys/dxr3/dxr3audiosink.h:
16853         * sys/dxr3/dxr3spusink.h:
16854         * sys/dxr3/dxr3videosink.h:
16855         * sys/qcam/gstqcamsrc.h:
16856         * sys/vcd/vcdsrc.h:
16857         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16858
16859 2006-05-31  Edward Hervey  <edward@fluendo.com>
16860
16861         * ext/faad/gstfaad.h:
16862         Forgot to commit the header file too.
16863
16864 2006-05-31  Edward Hervey  <edward@fluendo.com>
16865
16866         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
16867         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
16868         (gst_faad_chain), (gst_faad_change_state):
16869         Added GstSegment to control segments.
16870         Added clipping/dropping of outgoing buffers in order to have accurate
16871         seeking working properly.
16872
16873 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16874
16875         Patch by: Lutz Müller  <lutz at topfrose de>
16876
16877         * ext/bz2/Makefile.am:
16878         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
16879         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
16880           Use gst_type_find_helper_* functions for typefinding; use
16881           correct caps with gst_pad_alloc_buffer(); add state change
16882           function and reset decoder in it; don't unref buffer if
16883           pad_push fails; use fixed caps on source pad. (#341524).
16884
16885 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
16886
16887         * gst/spectrum/Makefile.am:
16888         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
16889         (spectrum_chain), (main):
16890         * gst/spectrum/demo-osssrc.c:
16891         added another example
16892         
16893         * sys/v4l2/gstv4l2src.c:
16894         fix typo
16895
16896 2006-05-26  Edward Hervey  <edward@fluendo.com>
16897
16898         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
16899         Clip the outputed NEWSEGMENT stop time to the configured segment stop
16900         time.
16901
16902 2006-05-26  Wim Taymans  <wim@fluendo.com>
16903
16904         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
16905         Don't clear the running variable in the seek code.
16906
16907 2006-05-24  Wim Taymans  <wim@fluendo.com>
16908
16909         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
16910         Detect QCELP in mp4a descriptors.
16911
16912 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16913
16914         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
16915           po/POTFILES.in:
16916           Throw an error when the file is encrypted. Move plugin_init stuff
16917           to the end of the file, add stuff for i18n, make debug category
16918           static.
16919
16920 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16921
16922         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16923
16924         * configure.ac:
16925         * gst/h264parse/Makefile.am:
16926         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
16927         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
16928         (gst_h264_parse_init), (gst_h264_parse_chain),
16929         (gst_h264_parse_handle_event), (plugin_init):
16930         * gst/h264parse/gsth264parse.h:
16931           New plugin: h264parse (#340638)
16932
16933 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16934
16935         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
16936         (gst_gdp_depay_change_state):
16937         * gst/gdp/gstgdpdepay.h:
16938         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
16939         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
16940         (gst_gdp_pay_change_state):
16941         * gst/gdp/gstgdppay.h:
16942           Handle error cases when calling functions
16943           do downwards state change after parent's change_state
16944         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
16945         * tests/check/elements/gdppay.c: (GST_START_TEST):
16946           clean up more
16947
16948 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16949
16950         * gst/gdp/Makefile.am:
16951         * gst/gdp/gstgdp.c: (plugin_init):
16952         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
16953         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
16954         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
16955         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
16956         * gst/gdp/gstgdpdepay.h:
16957         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
16958         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
16959         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
16960         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16961         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16962         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16963         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
16964         (gst_gdp_pay_plugin_init):
16965         * gst/gdp/gstgdppay.h:
16966         * tests/check/Makefile.am:
16967         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
16968         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
16969         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
16970         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
16971         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
16972         (main):
16973           adding GDP payloader and depayloader.  Build integration will
16974           follow later when the GDP issues for core are sorted out.
16975
16976 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16977
16978         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16979         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
16980         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
16981           Use boilerplate macro, fix strings to match plugin-moval-requirements
16982
16983 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16984
16985         * gst/spectrum/Makefile.am:
16986           Link to base libraries
16987
16988         * gst/spectrum/demo-osssrc.c: (main):
16989           use new threshhold property
16990
16991         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16992         (gst_spectrum_init), (gst_spectrum_dispose),
16993         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
16994         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
16995         (gst_spectrum_change_state):
16996         * gst/spectrum/gstspectrum.h:
16997         Use gst_adapter, support multiple-channels, add threshold property for
16998         result, add docs, fix resulting spectrum range (was including mirrored
16999         results)
17000
17001 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17002
17003         * configure.ac:
17004         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
17005         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
17006         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
17007         (gst_spectrum_base_init), (gst_spectrum_class_init),
17008         (gst_spectrum_init), (gst_spectrum_dispose),
17009         (gst_spectrum_set_property), (gst_spectrum_chain):
17010         * gst/spectrum/gstspectrum.h:
17011         Initial port of the spectrum element
17012
17013 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
17014
17015         * sys/v4l2/gstv4l2.c:
17016         * sys/v4l2/gstv4l2object.c:
17017         * sys/v4l2/gstv4l2object.h:
17018         * sys/v4l2/gstv4l2src.c:
17019         * sys/v4l2/gstv4l2xoverlay.c:
17020         Some clean-ups requested by wingo in bug #338818.       
17021
17022 2006-05-19  Michael Smith  <msmith@fluendo.com>
17023
17024         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17025         (alsaspdifsink_class_init), (alsaspdifsink_init),
17026         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17027         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
17028         (alsaspdifsink_get_time), (alsaspdifsink_open),
17029         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17030         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17031         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17032         (generate_iec958_zero_frame), (alsaspdifsink_render),
17033         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17034         * ext/alsaspdif/alsaspdifsink.h:
17035           Use sampling rate from set_caps. Comment out some more unused code.
17036
17037 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
17038
17039         * configure.ac:
17040           Check for X11
17041         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
17042         * sys/v4l2/gstv4l2object.h:
17043         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
17044         * sys/v4l2/gstv4l2src.h:
17045         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
17046         * sys/v4l2/gstv4l2xoverlay.h:
17047           Code cleanups, fix debug macros
17048
17049 2006-05-18  Michael Smith  <msmith@fluendo.com>
17050
17051         * ext/Makefile.am:
17052           Fix distcheck?
17053
17054 2006-05-18  Michael Smith  <msmith@fluendo.com>
17055
17056         * configure.ac:
17057         * ext/Makefile.am:
17058         * ext/alsaspdif/Makefile.am:
17059         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17060         (alsaspdifsink_class_init), (alsaspdifsink_init),
17061         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17062         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
17063         (alsaspdifsink_get_time), (alsaspdifsink_open),
17064         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17065         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17066         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17067         (generate_iec958_zero_frame), (alsaspdifsink_render),
17068         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17069         * ext/alsaspdif/alsaspdifsink.h:
17070           Add an alsa plugin to output IEC958 frames over S/PDIF
17071
17072 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
17073
17074         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
17075           Remove unused caps cruft from chain function altogether.
17076
17077 2006-05-17  Edward Hervey  <edward@fluendo.com>
17078
17079         * ext/faad/gstfaad.c: (gst_faad_chain): 
17080         There's no guarantee that caps was set to something, and if it did, the
17081         function called to fill that variable actually sets the caps on the
17082         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
17083         GST_PAD_CAPS(faad->srcpad).
17084
17085 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
17086
17087         Patch by: Young-Ho Cha  <ganadist chollian net>
17088
17089         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
17090         (gst_faad_change_state):
17091         * ext/faad/gstfaad.h:
17092           If we encounter a decoding error, don't error out immediately,
17093           but try to resync (or see if we have better luck with the next
17094           buffer in case of framed input). Only error out after five
17095           consecutive errors. Fixes #341563.
17096
17097 2006-05-12  Wim Taymans  <wim@fluendo.com>
17098
17099         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
17100         (gst_xvidenc_init), (gst_xvidenc_finalize),
17101         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
17102         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
17103         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
17104         (gst_xvidenc_get_property):
17105         Compile fixes.
17106
17107 2006-05-12  Wim Taymans  <wim@fluendo.com>
17108
17109         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17110
17111         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
17112         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
17113         (gst_xvid_image_fill):
17114         * ext/xvid/gstxvid.h:
17115         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
17116         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
17117         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
17118         (gst_xviddec_add_par), (gst_xviddec_negotiate),
17119         (gst_xviddec_decode), (gst_xviddec_chain),
17120         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
17121         (gst_xviddec_src_link), (gst_xviddec_setcaps),
17122         (gst_xviddec_change_state):
17123         * ext/xvid/gstxviddec.h:
17124         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
17125         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
17126         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
17127         (gst_xvidenc_class_init), (gst_xvidenc_init),
17128         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
17129         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
17130         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
17131         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
17132         (gst_xvidenc_change_state):
17133         * ext/xvid/gstxvidenc.h:
17134         xvid plugin to support more capabilities of XviD codec.
17135         Fixes #339462.
17136         Some more cleanups here and there.
17137
17138 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
17139
17140         * sys/v4l2/Makefile.am:
17141         * sys/v4l2/gstv4l2.c:
17142         * sys/v4l2/gstv4l2colorbalance.c:
17143         * sys/v4l2/gstv4l2colorbalance.h:
17144         * sys/v4l2/gstv4l2element.c:
17145         * sys/v4l2/gstv4l2element.h:
17146         * sys/v4l2/gstv4l2object.c:
17147         * sys/v4l2/gstv4l2object.h:
17148         * sys/v4l2/gstv4l2src.c:
17149         * sys/v4l2/gstv4l2src.h:
17150         * sys/v4l2/gstv4l2tuner.c:
17151         * sys/v4l2/gstv4l2tuner.h:
17152         * sys/v4l2/gstv4l2xoverlay.c:
17153         * sys/v4l2/gstv4l2xoverlay.h:
17154         * sys/v4l2/v4l2_calls.c:
17155         * sys/v4l2/v4l2_calls.h:
17156         * sys/v4l2/v4l2src_calls.c:
17157         * sys/v4l2/v4l2src_calls.h:
17158         Changes proposed by Wingo in bug #338818.
17159
17160 2006-05-11  Wim Taymans  <wim@fluendo.com>
17161
17162         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
17163         (gst_qtdemux_handle_esds):
17164         Figure out the real audio type in mp4a boxes by parsing the
17165         optional descriptors in the optional esds box. Promote the
17166         default AAC to mp3 when indicated. Fixes #330632.
17167
17168 2006-05-10  Wim Taymans  <wim@fluendo.com>
17169
17170         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
17171         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
17172         Parse version 2 sample descriptions. Fixes #341231
17173         Don't #define gst_util_dump_mem(), use something more
17174         specific instead to avoid confusion.
17175
17176 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
17177
17178         * sys/v4l2/gstv4l2src.c:
17179         * sys/v4l2/v4l2src_calls.c:
17180         Fix fourcc name printed out. Patch from Martin Rubli.
17181
17182 2006-05-08  Wim Taymans  <wim@fluendo.com>
17183
17184         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
17185         (qtdemux_dump_mvhd):
17186         Don't cause side effects in a debugging function.
17187         Also report duration in push mode since we can.
17188
17189 2006-05-08  Edward Hervey  <edward@fluendo.com>
17190
17191         * autogen.sh: (CONFIGURE_DEF_OPT): 
17192         libtoolize on Darwin/MacOSX is called glibtoolize
17193
17194 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
17195
17196         * ext/amrwb/gstamrwbdec.c:
17197         * ext/amrwb/gstamrwbenc.c:
17198         * ext/sdl/sdlaudiosink.c:
17199         * ext/sdl/sdlvideosink.c:
17200         * ext/wavpack/gstwavpackdec.c:
17201         * ext/xine/xine.c:
17202         * ext/xine/xineaudiodec.c:
17203         * ext/xine/xineaudiosink.c:
17204         * ext/xine/xineinput.c:
17205         * gst/cdxaparse/gstcdxaparse.c:
17206         * gst/freeze/gstfreeze.c:
17207         * sys/v4l2/gstv4l2element.c:
17208         Add semicolons after GST_BOILERPLATE[_FULL] so that
17209         indent doesn't mess up following lines.
17210
17211 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
17212
17213         * sys/v4l2/gstv4l2element.c:
17214         * sys/v4l2/gstv4l2element.h:
17215         * sys/v4l2/gstv4l2src.c:
17216         * sys/v4l2/gstv4l2src.h:
17217         * sys/v4l2/gstv4l2tuner.c:
17218         * sys/v4l2/gstv4l2tuner.h:
17219         * sys/v4l2/v4l2_calls.c:
17220         * sys/v4l2/v4l2_calls.h:
17221         * sys/v4l2/v4l2src_calls.c:
17222         * sys/v4l2/v4l2src_calls.h:
17223         * tests/icles/v4l2src-test.c:
17224         Some changes proposed by wingo in bug #338818 (but not everything
17225         yet). Patch from Martin Rubli to fix framerate detection.
17226
17227 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
17228
17229         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
17230           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
17231
17232 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
17233
17234         * configure.ac:
17235           Back to CVS
17236
17237 === release 0.10.3 ===
17238
17239 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
17240
17241         * configure.ac:
17242           releasing 0.10.3, "Petition to request permission"
17243
17244 2006-05-04  Julien MOUTTE  <julien@moutte.net>
17245
17246         * tests/icles/Makefile.am: Fix build.
17247
17248 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17249
17250         * ext/musicbrainz/Makefile.am:
17251           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
17252
17253 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
17254
17255         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17256         Clean up one piece of logic slightly and remove a 
17257         dead code block.
17258
17259 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17260
17261         * docs/plugins/Makefile.am:
17262         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17263         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17264         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
17265         * docs/plugins/inspect/plugin-musicbrainz.xml:
17266         * ext/musicbrainz/gsttrm.c:
17267         * ext/musicbrainz/gsttrm.h:
17268           Everybody loves docs - add docs for musicbrainz plugin.
17269
17270 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17271
17272         * ext/Makefile.am:
17273           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
17274           
17275 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17276
17277         * ext/Makefile.am:
17278           Forgot to commit this one.
17279
17280 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17281
17282         Patch by: James "Doc" Livingston  <doclivingston gmail com>
17283
17284         * configure.ac:
17285         * ext/musicbrainz/Makefile.am:
17286         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
17287         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
17288         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
17289         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
17290         * ext/musicbrainz/gsttrm.h:
17291           Port MusicBrainz TRM plugin (#336898).
17292
17293 2006-05-03  Michael Smith  <msmith@fluendo.com>
17294
17295         * ext/faad/gstfaad.c: (gst_faad_setcaps),
17296         (looks_like_valid_header), (gst_faad_chain):
17297           Fix #334748: use fake_codec_data if the first bytes of the first
17298           buffer we process doesn't look like plausible AAC data (e.g.
17299           reserved values for rate, or channels). Fixes playback of Apple's
17300           movie trailers.
17301
17302 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
17303
17304         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
17305         Fix get_caps func to work when no framerate is available and the caps
17306         isn't simple.
17307
17308 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
17309
17310         * sys/v4l2/Makefile.am:
17311         * sys/v4l2/gstv4l2colorbalance.c:
17312         * sys/v4l2/gstv4l2xoverlay.c:
17313         * sys/v4l2/v4l2_calls.c:
17314         * tests/icles/Makefile.am:
17315         * tests/icles/v4l2src-test.c:
17316         Few improvements to move to good.
17317
17318 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17319
17320         * configure.ac:
17321         * docs/plugins/Makefile.am:
17322         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17323         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17324         * docs/plugins/inspect/plugin-taglib.xml:
17325         * ext/Makefile.am:
17326         * ext/taglib/Makefile.am:
17327         * ext/taglib/gstid3v2mux.cc:
17328         * ext/taglib/gstid3v2mux.h:
17329         * ext/taglib/gsttaglib.cc:
17330         * ext/taglib/gsttaglib.h:
17331         * tests/check/Makefile.am:
17332         * tests/check/elements/tagid3v2mux.c:
17333           moved to good.  Closes #336110
17334
17335 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17336
17337         * docs/plugins/Makefile.am:
17338         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17339         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17340         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17341         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17342         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17343           Fix up docs for taglib plugin
17344           Also scan .cc files
17345
17346 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17347
17348         * ext/taglib/gsttaglib.cc:
17349           Post an error message on the bus in the (extremely unlikely)
17350           case of an error.
17351
17352 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17353
17354         * ext/taglib/Makefile.am:
17355         * ext/taglib/gstid3v2mux.cc:
17356         * ext/taglib/gstid3v2mux.h:
17357         * ext/taglib/gsttaglib.cc:
17358         * ext/taglib/gsttaglib.h:
17359           Split the actual ID3v2 tag rendering code into
17360           its own subclass.
17361
17362 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
17363
17364         * ext/neon/gstneonhttpsrc.c:
17365         * ext/neon/gstneonhttpsrc.h:
17366           added iradio-mode support as in gnomevfssrc to enable 
17367           connections with icydemux that will send title tag messages on 
17368           shoutcast/icecast streams. I've also added iradio properties
17369           iradio-name, iradio-genre, iradio-url.
17370           added user-agent property because some shoutcast streams don't return 
17371           data if the GET requests don't have a User-Agent.
17372         * win32/common/libgstneon.dsp:
17373           use debug version of libneon in debug mode
17374 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17375
17376         * configure.ac:
17377         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17378         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17379         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17380         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17381         * sys/Makefile.am:
17382         * sys/ximagesrc/Makefile.am:
17383         * sys/ximagesrc/ximagesrc.c:
17384         * sys/ximagesrc/ximagesrc.h:
17385         * sys/ximagesrc/ximageutil.c:
17386         * sys/ximagesrc/ximageutil.h:
17387         * tests/Makefile.am:
17388         * tests/icles/.cvsignore:
17389         * tests/icles/Makefile.am:
17390         * tests/icles/ximagesrc-test.c:
17391           moved ximagesrc to good (See #336756)
17392
17393 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
17394
17395         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
17396         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
17397         (gst_faad_close_decoder), (gst_faad_change_state):
17398         * ext/faad/gstfaad.h:
17399           If we run into a decoding error, try re-opening the decoder
17400           with faacDecInit2() using fake codec data created from the
17401           data the demuxer gave us. Should fix a whole bunch of
17402           GStreamer-faad problems incl. 'channel coupling not
17403           implemented', 'maximum number of scalefactor bands exceeded'
17404           etc. (#173007, #332892).
17405
17406 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17407
17408         * ext/amrwb/gstamrwbdec.c:
17409         * ext/amrwb/gstamrwbenc.c:
17410         * ext/amrwb/gstamrwbparse.c:
17411         * ext/arts/gst_arts.c:
17412         * ext/artsd/gstartsdsink.c:
17413         * ext/audiofile/gstafparse.c:
17414         * ext/audiofile/gstafsink.c:
17415         * ext/audiofile/gstafsrc.c:
17416         * ext/audioresample/gstaudioresample.c:
17417         * ext/bz2/gstbz2dec.c:
17418         * ext/bz2/gstbz2enc.c:
17419         * ext/cdaudio/gstcdaudio.c:
17420         * ext/directfb/dfbvideosink.c:
17421         * ext/divx/gstdivxdec.c:
17422         * ext/divx/gstdivxenc.c:
17423         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17424         * ext/faac/gstfaac.c: (gst_faac_base_init):
17425         * ext/faad/gstfaad.c:
17426         * ext/gsm/gstgsmdec.c:
17427         * ext/gsm/gstgsmenc.c:
17428         * ext/hermes/gsthermescolorspace.c:
17429         * ext/ivorbis/vorbisfile.c:
17430         * ext/lcs/gstcolorspace.c:
17431         * ext/libfame/gstlibfame.c:
17432         * ext/libmms/gstmms.c: (gst_mms_base_init):
17433         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17434         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17435         * ext/nas/nassink.c: (gst_nassink_base_init):
17436         * ext/neon/gstneonhttpsrc.c:
17437         * ext/sdl/sdlaudiosink.c:
17438         * ext/sdl/sdlvideosink.c:
17439         * ext/shout/gstshout.c:
17440         * ext/snapshot/gstsnapshot.c:
17441         * ext/sndfile/gstsf.c:
17442         * ext/swfdec/gstswfdec.c:
17443         * ext/tarkin/gsttarkindec.c:
17444         * ext/tarkin/gsttarkinenc.c:
17445         * ext/theora/theoradec.c:
17446         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17447         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17448         * ext/xvid/gstxviddec.c:
17449         * ext/xvid/gstxvidenc.c:
17450         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17451         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17452         * gst/chart/gstchart.c:
17453         * gst/colorspace/gstcolorspace.c:
17454         * gst/deinterlace/gstdeinterlace.c:
17455         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17456         * gst/festival/gstfestival.c:
17457         * gst/filter/gstbpwsinc.c:
17458         * gst/filter/gstiir.c:
17459         * gst/filter/gstlpwsinc.c:
17460         * gst/freeze/gstfreeze.c:
17461         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17462         * gst/librfb/gstrfbsrc.c:
17463         * gst/mixmatrix/mixmatrix.c:
17464         * gst/mpeg1sys/gstmpeg1systemencode.c:
17465         * gst/mpeg1videoparse/gstmp1videoparse.c:
17466         * gst/mpeg2sub/gstmpeg2subt.c:
17467         * gst/mpegaudioparse/gstmpegaudioparse.c:
17468         * gst/multifilesink/gstmultifilesink.c:
17469         * gst/overlay/gstoverlay.c:
17470         * gst/passthrough/gstpassthrough.c:
17471         * gst/playondemand/gstplayondemand.c:
17472         * gst/qtdemux/qtdemux.c:
17473         * gst/rtjpeg/gstrtjpegdec.c:
17474         * gst/rtjpeg/gstrtjpegenc.c:
17475         * gst/smooth/gstsmooth.c:
17476         * gst/smoothwave/gstsmoothwave.c:
17477         * gst/spectrum/gstspectrum.c:
17478         * gst/speed/gstspeed.c:
17479         * gst/stereo/gststereo.c:
17480         * gst/switch/gstswitch.c:
17481         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17482         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17483         * gst/vbidec/gstvbidec.c:
17484         * gst/videocrop/gstvideocrop.c:
17485         * gst/videodrop/gstvideodrop.c:
17486         * gst/virtualdub/gstxsharpen.c:
17487         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17488         * gst/y4m/gsty4mencode.c:
17489         * sys/cdrom/gstcdplayer.c:
17490         * sys/directdraw/gstdirectdrawsink.c:
17491         * sys/directsound/gstdirectsoundsink.c:
17492         * sys/glsink/glimagesink.c:
17493         * sys/qcam/gstqcamsrc.c:
17494         * sys/v4l2/gstv4l2src.c:
17495         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17496         * sys/ximagesrc/ximagesrc.c:
17497           Define GstElementDetails as const and also static (when defined as
17498           global)
17499
17500 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17501
17502         * ext/musepack/gstmusepackdec.c:
17503         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17504           Add support for segment seeks.
17505
17506 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17507
17508         * sys/v4l2/gstv4l2src.c:
17509         Added a couple of ifdefs to make it compile with other kernels.
17510         
17511 2006-04-20  Wim Taymans  <wim@fluendo.com>
17512
17513         Patch by: j^ <j at bootlab dot org>
17514
17515         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17516         (qtdemux_video_caps):
17517         Never treat video streams as an audio stream.
17518         Add qtdrw mime type.
17519         Fixes #339041
17520
17521 2006-04-19  Wim Taymans  <wim@fluendo.com>
17522
17523         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17524         For VBR audio, don't try to calculate the samples_per_frame.
17525         Fixes #338935.
17526
17527 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17528
17529         * sys/v4l2/gstv4l2src.c:
17530         Just added a gtk-doc comment.
17531
17532 2006-04-17  Michael Smith  <msmith@fluendo.com>
17533
17534         * ext/theora/theoradec.c: (theora_dec_src_convert),
17535         (theora_handle_type_packet), (theora_handle_422_image),
17536         (theora_handle_420_image), (theora_handle_data_packet):
17537         * ext/theora/theoradec.h:
17538           Apply fix from j^ for API change in libtheoradec.
17539
17540           Implement 4:2:2 pixel format. Untested at the moment.
17541
17542 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17543
17544         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17545         (gst_musepack_stream_init):
17546           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17547           gst_pad_new_from_static_template().
17548
17549 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17550
17551         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17552         (gst_v4l2src_dispose):
17553         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17554         Fixed some memory leaks.
17555
17556 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17557
17558         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17559         Fix to work in read mode.
17560
17561 2006-04-10  Wim Taymans  <wim@fluendo.com>
17562
17563         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17564         Fix parsing of newer stsd chunks again.
17565
17566 2006-04-10  Wim Taymans  <wim@fluendo.com>
17567
17568         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17569         (qtdemux_parse_trak):
17570         Fix framerate calculation.
17571
17572 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17573
17574         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17575           Fix build (class_init declaration/definition mismatch).
17576
17577 2006-04-10  Wim Taymans  <wim@fluendo.com>
17578
17579         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17580         force mono 8000 Hz on AMR samples.
17581
17582 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17583
17584         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17585           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17586         * sys/directdraw/gstdirectdrawsink.c:
17587         * sys/directsound/gstdirectsoundsink.c:
17588           done some cleans in sources
17589         * win32/vs6:
17590           add project files for neon, qtdemux
17591           
17592 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17593
17594         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17595         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17596         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17597         * ext/arts/gst_arts.c: (gst_arts_class_init):
17598         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17599         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17600         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17601         * ext/audioresample/gstaudioresample.c:
17602         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17603         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17604         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17605         * ext/hermes/gsthermescolorspace.c:
17606         (gst_hermes_colorspace_class_init):
17607         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17608         * ext/jack/gstjack.c: (gst_jack_class_init):
17609         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17610         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
17611         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
17612         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17613         * ext/nas/nassink.c: (gst_nassink_class_init):
17614         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
17615         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17616         * ext/sndfile/gstsf.c: (gst_sf_class_init):
17617         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
17618         (gst_swfdec_class_init):
17619         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
17620         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
17621         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
17622         * gst/chart/gstchart.c: (gst_chart_class_init):
17623         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
17624         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
17625         * gst/festival/gstfestival.c: (gst_festival_class_init):
17626         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
17627         * gst/filter/gstiir.c: (gst_iir_class_init):
17628         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
17629         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
17630         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
17631         * gst/mpeg1sys/gstmpeg1systemencode.c:
17632         (gst_system_encode_class_init):
17633         * gst/mpeg1videoparse/gstmp1videoparse.c:
17634         (gst_mp1videoparse_class_init):
17635         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
17636         * gst/mpegaudioparse/gstmpegaudioparse.c:
17637         (gst_mp3parse_class_init):
17638         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
17639         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
17640         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
17641         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
17642         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
17643         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
17644         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
17645         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
17646         * gst/stereo/gststereo.c: (gst_stereo_class_init):
17647         * gst/switch/gstswitch.c: (gst_switch_class_init):
17648         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
17649         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
17650         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
17651         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
17652         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
17653         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
17654         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17655         * sys/directsound/gstdirectsoundsink.c:
17656         (gst_directsoundsink_class_init):
17657         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
17658         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17659         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
17660         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
17661         * sys/v4l2/gstv4l2colorbalance.c:
17662         (gst_v4l2_color_balance_channel_class_init):
17663         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
17664         (gst_v4l2_tuner_norm_class_init):
17665         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
17666         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17667
17668 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17669
17670         * gst/colorspace/gstcolorspace.h:
17671         * gst/deinterlace/gstdeinterlace.h:
17672         * gst/passthrough/gstpassthrough.h:
17673         * gst/y4m/gsty4mencode.h:
17674         Fix more broken GObject macros
17675
17676 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17677
17678         * ext/xine/gstxine.h:
17679         * gst-libs/gst/play/play.h:
17680         * sys/v4l2/gstv4l2element.h:
17681         * sys/ximagesrc/ximageutil.h:
17682         Fix broken GObject macros
17683
17684 2006-04-08  Wim Taymans  <wim@fluendo.com>
17685
17686         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
17687         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
17688         (qtdemux_dump_stco), (qtdemux_parse_trak):
17689         Don't make rounding errors in timestamp/duration calculations.
17690         Fix timestamps for AMR and IMA4.  Fixes (#337436).
17691         Create a dummy segment even when there is no edit list.
17692
17693 2006-04-07  Julien MOUTTE  <julien@moutte.net>
17694
17695         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
17696         * examples/directfb/Makefile.am: Add example resource files to
17697         dist.
17698
17699 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17700
17701         * ext/amrwb/amrwb-code/Makefile.am:
17702         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17703         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17704         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
17705         25fps
17706
17707 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17708
17709         * tests/icles/ximagesrc-test.c: (main):
17710         Actually assert that pipeline goes to playing
17711
17712 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17713
17714         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17715         (composite_pixel), (gst_ximagesrc_ximage_get),
17716         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17717         Fix typo, C++ style comments and other small cleanups
17718         
17719 2006-04-06  Wim Taymans  <wim@fluendo.com>
17720
17721         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17722         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
17723         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
17724         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
17725         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
17726         (gst_qtdemux_activate_segment),
17727         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17728         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17729         (qtdemux_parse_trak):
17730         Added full edit list support.
17731         Avoid overflows in prologue image detection code.
17732         Avoid roundoff errors in timestamp calculations.
17733
17734 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17735
17736         * configure.ac:
17737           clean up so report properly on missing stuff
17738           fix modplug detection
17739
17740 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17741
17742         * ext/Makefile.am:
17743         * ext/amrwb/amrwb-code/Makefile.am:
17744           don't dist amr wb source code
17745
17746 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17747
17748         Patch by: j^  <j at bootlab dot org>
17749
17750         * ext/amrwb/gstamrwbdec.c:
17751         * ext/amrwb/gstamrwbenc.c:
17752         * ext/amrwb/gstamrwbparse.c:
17753         * ext/arts/gst_arts.c:
17754         * ext/artsd/gstartsdsink.c:
17755         * ext/audiofile/gstafparse.c:
17756         * ext/audiofile/gstafsink.c:
17757         * ext/audiofile/gstafsrc.c:
17758         * ext/cdaudio/gstcdaudio.c:
17759         * ext/directfb/dfbvideosink.c:
17760         * ext/divx/gstdivxdec.c:
17761         * ext/divx/gstdivxenc.c:
17762         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17763         * ext/faac/gstfaac.c: (gst_faac_base_init):
17764         * ext/faad/gstfaad.c:
17765         * ext/gsm/gstgsmdec.c:
17766         * ext/gsm/gstgsmenc.c:
17767         * ext/hermes/gsthermescolorspace.c:
17768         * ext/ivorbis/vorbisfile.c:
17769         * ext/lcs/gstcolorspace.c:
17770         * ext/libfame/gstlibfame.c:
17771         * ext/libmms/gstmms.c: (gst_mms_base_init):
17772         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17773         * ext/nas/nassink.c: (gst_nassink_base_init):
17774         * ext/neon/gstneonhttpsrc.c:
17775         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
17776         * ext/sdl/sdlaudiosink.c:
17777         * ext/sdl/sdlvideosink.c:
17778         * ext/shout/gstshout.c:
17779         * ext/snapshot/gstsnapshot.c:
17780         * ext/sndfile/gstsf.c:
17781         * ext/tarkin/gsttarkindec.c:
17782         * ext/tarkin/gsttarkinenc.c:
17783         * ext/theora/theoradec.c:
17784         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17785         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17786         * ext/xvid/gstxviddec.c:
17787         * ext/xvid/gstxvidenc.c:
17788         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17789         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17790         * gst/chart/gstchart.c:
17791         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17792         * gst/festival/gstfestival.c:
17793         * gst/filter/gstiir.c:
17794         * gst/filter/gstlpwsinc.c:
17795         * gst/freeze/gstfreeze.c:
17796         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17797         * gst/mixmatrix/mixmatrix.c:
17798         * gst/mpeg1sys/gstmpeg1systemencode.c:
17799         * gst/mpeg1videoparse/gstmp1videoparse.c:
17800         * gst/mpeg2sub/gstmpeg2subt.c:
17801         * gst/mpegaudioparse/gstmpegaudioparse.c:
17802         * gst/multifilesink/gstmultifilesink.c:
17803         * gst/overlay/gstoverlay.c:
17804         * gst/passthrough/gstpassthrough.c:
17805         * gst/playondemand/gstplayondemand.c:
17806         * gst/qtdemux/qtdemux.c:
17807         * gst/rtjpeg/gstrtjpegdec.c:
17808         * gst/rtjpeg/gstrtjpegenc.c:
17809         * gst/smooth/gstsmooth.c:
17810         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17811         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17812         * gst/videocrop/gstvideocrop.c:
17813         * gst/videodrop/gstvideodrop.c:
17814         * gst/virtualdub/gstxsharpen.c:
17815         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17816         * gst/y4m/gsty4mencode.c:
17817           Unify the long descriptions in the plugin details (#337263).
17818
17819 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17820
17821         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
17822         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
17823           Add back "uri" property and mark it as deprecated; undoes
17824           API/ABI breakage from 2006-02-24.
17825
17826 2006-04-05  Wim Taymans  <wim@fluendo.com>
17827
17828         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
17829         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
17830         (gst_qtdemux_loop):
17831         Use duration as segment stop position if none is
17832         explicitly configured.
17833         Also perform EOS when we run past the segment stop.
17834
17835 2006-04-04  Wim Taymans  <wim@fluendo.com>
17836
17837         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
17838         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17839         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17840         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
17841         More cleanups, added comments.
17842         Mark discontinuities on outgoing buffers.
17843         Post better errors when something goes wrong.
17844         Handle EOS and segment end properly.
17845
17846 2006-04-04  Wim Taymans  <wim@fluendo.com>
17847
17848         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17849         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
17850         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17851         (gst_qtdemux_handle_src_event), (plugin_init),
17852         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
17853         (gst_qtdemux_loop), (gst_qtdemux_chain),
17854         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
17855         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
17856         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17857         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
17858         * gst/qtdemux/qtdemux.h:
17859         Handle stss boxes so we can mark and find keyframes.
17860         Implement correct accurate and keyframe seeking.
17861         Use _DEBUG_OBJECT when possible.
17862         Fixes #332155
17863
17864 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17865
17866         * tests/check/Makefile.am:
17867           Only run the id3v2mux check if taglib is available and
17868           the taglib plugin has been built.
17869
17870 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17871
17872         * ext/swfdec/Makefile.am:
17873           Don't set plugindir.
17874
17875         * ext/swfdec/gstswfdec.c:
17876           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
17877
17878 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17879
17880         * configure.ac:
17881           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
17882           the dts plugin.
17883
17884 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17885
17886         * ext/soundtouch/gstpitch.cc:
17887         * ext/theora/theoradec.c:
17888         * gst/modplug/gstmodplug.cc:
17889           GST_ORIGIN => GST_PACKAGE_ORIGIN
17890           GST_PACKAGE => GST_PACKAGE_NAME
17891
17892 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17893
17894         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17895         * docs/plugins/inspect/plugin-bz2.xml:
17896         * docs/plugins/inspect/plugin-cdxaparse.xml:
17897         * docs/plugins/inspect/plugin-freeze.xml:
17898         * docs/plugins/inspect/plugin-glimagesink.xml:
17899         * docs/plugins/inspect/plugin-modplug.xml:
17900         * docs/plugins/inspect/plugin-neon.xml:
17901         * docs/plugins/inspect/plugin-sdl.xml:
17902         * docs/plugins/inspect/plugin-video4linux2.xml:
17903         * docs/plugins/inspect/plugin-ximagesrc.xml:
17904         * docs/plugins/inspect/plugin-xingheader.xml:
17905           add more plugins to docs
17906
17907 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17908
17909         * sys/dxr3/ac3_padder.h:
17910           fix up doc strings
17911         * docs/plugins/Makefile.am:
17912         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17913         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17914         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17915         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17916         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17917         * docs/plugins/inspect/plugin-qtdemux.xml:
17918         * docs/plugins/inspect/plugin-speed.xml:
17919         * docs/plugins/inspect/plugin-taglib.xml:
17920         * docs/plugins/inspect/plugin-tta.xml:
17921           commit updates
17922         * configure.ac:
17923         * ext/taglib/gsttaglib.cc:
17924         * tests/Makefile.am:
17925         * tests/check/.cvsignore:
17926         * tests/check/Makefile.am:
17927         * tests/check/elements/.cvsignore:
17928         * tests/check/elements/tagid3v2mux.c:
17929         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
17930         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
17931         (test_taglib_id3mux_check_output_buffer),
17932         (test_taglib_id3mux_with_tags), (GST_START_TEST),
17933         (tagid3v2mux_suite), (main):
17934            add the tagid3v2mux check from #336110
17935
17936 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17937
17938         * configure.ac:
17939           rework like the other configure.ac files
17940         * Makefile.am:
17941         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17942         * ext/amrwb/gstamrwb.c:
17943         * ext/arts/gst_arts.c:
17944         * ext/artsd/gstartsdsink.c:
17945         * ext/audiofile/gstaf.c:
17946         * ext/audioresample/gstaudioresample.c:
17947         * ext/bz2/gstbz2.c:
17948         * ext/cdaudio/gstcdaudio.c:
17949         * ext/directfb/dfbvideosink.c:
17950         * ext/dts/gstdtsdec.c:
17951         * ext/faac/gstfaac.c:
17952         * ext/faad/gstfaad.c:
17953         * ext/hermes/gsthermescolorspace.c:
17954         * ext/ivorbis/vorbis.c:
17955         * ext/jack/gstjack.c:
17956         * ext/lcs/gstcolorspace.c:
17957         * ext/musepack/gstmusepackdec.c:
17958         * ext/musicbrainz/gsttrm.c:
17959         * ext/nas/nassink.c:
17960         * ext/sdl/gstsdl.c:
17961         * ext/snapshot/gstsnapshot.c:
17962         * ext/sndfile/gstsf.c:
17963         * ext/swfdec/gstswfdec.c:
17964         * ext/tarkin/gsttarkin.c:
17965         * ext/xine/xine.c:
17966         * ext/xvid/gstxvid.c:
17967         * gst/cdxaparse/gstcdxaparse.c:
17968         * gst/chart/gstchart.c:
17969         * gst/colorspace/gstcolorspace.c:
17970         * gst/deinterlace/gstdeinterlace.c:
17971         * gst/equalizer/gstiirequalizer.c:
17972         * gst/festival/gstfestival.c:
17973         * gst/filter/gstfilter.c:
17974         * gst/freeze/gstfreeze.c:
17975         * gst/games/gstpuzzle.c:
17976         * gst/librfb/gstrfbsrc.c:
17977         * gst/mixmatrix/mixmatrix.c:
17978         * gst/mpeg1sys/gstmpeg1systemencode.c:
17979         * gst/mpeg1videoparse/gstmp1videoparse.c:
17980         * gst/mpeg2sub/gstmpeg2subt.c:
17981         * gst/mpegaudioparse/gstmpegaudioparse.c:
17982         * gst/multifilesink/gstmultifilesink.c:
17983         * gst/overlay/gstoverlay.c:
17984         * gst/passthrough/gstpassthrough.c:
17985         * gst/playondemand/gstplayondemand.c:
17986         * gst/qtdemux/qtdemux.c:
17987         * gst/rtjpeg/gstrtjpeg.c:
17988         * gst/smooth/gstsmooth.c:
17989         * gst/smoothwave/gstsmoothwave.c:
17990         * gst/spectrum/gstspectrum.c:
17991         * gst/speed/gstspeed.c:
17992         * gst/stereo/gststereo.c:
17993         * gst/switch/gstswitch.c:
17994         * gst/vbidec/gstvbidec.c:
17995         * gst/videocrop/gstvideocrop.c:
17996         * gst/videodrop/gstvideodrop.c:
17997         * gst/virtualdub/gstvirtualdub.c:
17998         * gst/xingheader/gstxingmux.c:
17999         * gst/y4m/gsty4mencode.c:
18000         * sys/cdrom/gstcdplayer.c:
18001         * sys/directdraw/gstdirectdrawplugin.c:
18002         * sys/directsound/gstdirectsoundplugin.c:
18003         * sys/dxr3/dxr3init.c:
18004         * sys/glsink/glimagesink.c:
18005         * sys/qcam/gstqcamsrc.c:
18006         * sys/v4l2/gstv4l2.c:
18007         * sys/vcd/vcdsrc.c:
18008         * sys/ximagesrc/ximagesrc.c:
18009           update to use correct defines
18010         * po/POTFILES.in:
18011         * po/af.po:
18012         * po/az.po:
18013         * po/cs.po:
18014         * po/en_GB.po:
18015         * po/hu.po:
18016         * po/it.po:
18017         * po/nb.po:
18018         * po/nl.po:
18019         * po/or.po:
18020         * po/sq.po:
18021         * po/sr.po:
18022         * po/sv.po:
18023         * po/uk.po:
18024         * po/vi.po:
18025           v4l2 has translations, pick them up
18026
18027 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18028
18029         * sys/ximagesrc/ximagesrc.c: 
18030           Add docs to ximagesrc
18031
18032 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18033
18034         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
18035         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
18036         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
18037         * sys/ximagesrc/ximagesrc.h:
18038         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
18039         * sys/ximagesrc/ximageutil.h:
18040           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
18041           yellow rectangles with the cursor
18042
18043 2006-03-31  Michael Smith  <msmith@fluendo.com>
18044
18045         * configure.ac:
18046           Add autoconfery for theoradec.
18047         * ext/Makefile.am:
18048           Add theora directory.
18049         * ext/theora/Makefile.am:
18050         * ext/theora/theoradec.c: (gst_theoradec_base_init),
18051         (gst_theoradec_class_init), (gst_theoradec_init),
18052         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
18053         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
18054         (theora_dec_sink_convert), (theora_dec_src_query),
18055         (theora_dec_sink_query), (theora_dec_src_event),
18056         (theora_dec_sink_event), (theora_handle_comment_packet),
18057         (theora_handle_type_packet), (theora_handle_header_packet),
18058         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
18059         (theora_dec_change_state), (plugin_init):
18060         * ext/theora/theoradec.h:
18061           Add theora plugin for theora-exp decoder. Very heavily based on the
18062           existing theora decoder plugin.
18063
18064 2006-03-29  Wim Taymans  <wim@fluendo.com>
18065
18066         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
18067         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
18068         * ext/gsm/gstgsmdec.h:
18069         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
18070         (gst_gsmenc_finalize), (gst_gsmenc_chain):
18071         Cleanups, fix leaks.
18072         Handle events and DISCONT.
18073         Use adapter in the decoder.
18074
18075 2006-03-29  Wim Taymans  <wim@fluendo.com>
18076
18077         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
18078
18079         * configure.ac:
18080         * ext/Makefile.am:
18081         * ext/amrwb/Makefile.am:
18082         * ext/amrwb/README:
18083         * ext/amrwb/amrwb-code/Makefile.am:
18084         * ext/amrwb/amrwb-code/run.sh:
18085         * ext/amrwb/gstamrwb.c: (plugin_init):
18086         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
18087         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
18088         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
18089         (gst_amrwbdec_state_change):
18090         * ext/amrwb/gstamrwbdec.h:
18091         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
18092         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
18093         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
18094         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
18095         * ext/amrwb/gstamrwbenc.h:
18096         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
18097         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
18098         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
18099         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
18100         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
18101         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
18102         * ext/amrwb/gstamrwbparse.h:
18103         Added new plugin amrwb parse.
18104         Renamed audio/AMR to audio/AMR-WB as per spec.
18105         Fixes #333307
18106
18107 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
18108
18109         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
18110         Small fix, now pwc driver can tell about its buffers.
18111
18112 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
18113
18114         * configure.ac:
18115           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
18116           did for -good and -ugly. Fixes build on some systems
18117           and doesn't seem to be required for C++ code.
18118
18119 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
18120
18121         * ext/taglib/gsttaglib.cc:
18122         * ext/taglib/gsttaglib.h:
18123           Fix newsegment event handling a bit. We need to
18124           cache the first newsegment event, because we can't
18125           adjust offsets yet when we get it, as we don't
18126           know the size of the tag yet for sure at that point.
18127           Also do some minor cleaning up here and there and add
18128           some debug statements.
18129
18130 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18131
18132         * ext/taglib/gsttaglib.cc:
18133           We do not want to proxy the caps on the sink pad; our 
18134           source pad should have application/x-id3 caps; also,
18135           don't use already-freed strings in debug messages;
18136           finally, adjust buffer offsets on buffers sent out.
18137
18138 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18139
18140         * sys/v4l2/gstv4l2src.c:
18141           Older kernels don't seem to have this particular v4l2 format,
18142           so comment out until this gets fixed properly (and make
18143           buildbots happy).
18144
18145 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
18146
18147         * sys/v4l2/gstv4l2colorbalance.c:
18148         * sys/v4l2/gstv4l2colorbalance.h:
18149         * sys/v4l2/gstv4l2element.c:
18150         * sys/v4l2/gstv4l2src.c:
18151         * sys/v4l2/gstv4l2src.h:
18152         * sys/v4l2/gstv4l2tuner.c:
18153         * sys/v4l2/v4l2_calls.c:
18154         * sys/v4l2/v4l2src_calls.c:
18155         * sys/v4l2/v4l2src_calls.h:
18156         Just make few things more robust and also some identation.
18157
18158 2006-03-23  Wim Taymans  <wim@fluendo.com>
18159
18160         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
18161
18162         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
18163         (gst_xvidenc_chain):
18164         Patch to mark outgoing encoded buffers as delta-units (or not).
18165         Note that this patch also patches:
18166         - the setting of fincr and fbase in xvid-encoder creation based on
18167           caps framerate
18168         - makes 0, rather than 2, the default max_b_frames, as the current
18169           xvidenc does not seem "fully prepared" to handle b-frame 
18170           "effects", such as encoder returning 0 encoded bytes, etc.
18171         Fixes #335585
18172
18173 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18174
18175         * gst/modplug/libmodplug/Makefile.am:
18176         * gst/modplug/libmodplug/load_it.cpp:
18177           Try that again (not only should it be MODPLUG_ instead
18178           of MODFILE, also that define is already set in stdafx.h;
18179           what we really need is some more #ifndefs).
18180
18181 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18182
18183         * gst/modplug/libmodplug/Makefile.am:
18184           More gcc-4.1 fixes (we don't need file saving, so just
18185           define MODPLUG_NO_FILESAVE. That way, the compiler won't
18186           complain about modplug ignoring the return value of fwrite
18187           any longer and we might even save a few bytes as well).
18188
18189 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18190
18191         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
18192
18193         * configure.ac:
18194         * ext/Makefile.am:
18195         * ext/soundtouch/Makefile.am:
18196         * ext/soundtouch/gstpitch.cc:
18197         * ext/soundtouch/gstpitch.hh:
18198           Add new libsoundtouch-based pitch plugin (#331335).
18199
18200 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
18201
18202         * gst/modplug/libmodplug/load_ptm.cpp:
18203           Fix compilation with gcc-4.1 and -Werror (#327355).
18204
18205 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
18206
18207         * ext/taglib/gsttaglib.h:
18208           Fix left-over gst_my_filter_get_type.
18209
18210 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18211
18212         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
18213         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18214         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
18215         Have a show mouse pointer property and use it if we can
18216
18217 2006-03-15  Edward Hervey  <edward@fluendo.com>
18218
18219         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
18220         Let's not forget to chain up to the parent dispose.
18221
18222 2006-03-15  Edward Hervey  <edward@fluendo.com>
18223
18224         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
18225         (gst_qtdemux_init), (gst_qtdemux_dispose),
18226         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18227         Series of memleak fixes:
18228         - Unref the GstAdapter in finalize.
18229         - Use gst_pad_new_from_static_template(), shorter and safer.
18230         - Free unused QtDemuxStream when not used.
18231
18232 2006-03-14  Edward Hervey  <edward@fluendo.com>
18233
18234         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
18235         (gst_v4l2src_class_init):
18236         Initialization of the debugging category should be as early as possible,
18237         moving it from _class_init() to beginning of _base_init().
18238
18239 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18240
18241         * ext/taglib/gsttaglib.cc:
18242           Add gtk-doc blurb (unused for the time being); match registered
18243           plugin name to the filename of the plugin (taglibmux => taglib)
18244
18245 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18246
18247         Patch by: Mikhail Zabaluev  <mhz altlinux org>
18248
18249         * autogen.sh:
18250           Don't check for file that only exists in CVS but isn't
18251           disted (#334417)
18252
18253 2006-03-13  Julien MOUTTE  <julien@moutte.net>
18254
18255         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18256         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
18257
18258 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18259
18260         * Makefile.am:
18261         * configure.ac:
18262           Fix distcheck.
18263
18264 2006-03-12  Edward Hervey  <edward@fluendo.com>
18265
18266         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
18267         (gst_v4l2src_buffer_pool_free):
18268         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
18269         instead.
18270
18271 2006-03-12  Edward Hervey  <edward@fluendo.com>
18272
18273         * sys/v4l2/gstv4l2element.h:
18274         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
18275         buildbot happy.
18276         I will just use the same comment Ronald used when he added these lines:
18277         Yet Another Hack (tm) for kernel header borkedness.
18278
18279 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18280
18281         * ext/taglib/Makefile.am:
18282         * ext/taglib/gsttaglib.cc:
18283         * ext/taglib/gsttaglib.h:
18284           Add support for writing MusicBrainz IDs.
18285
18286 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18287
18288         * sys/v4l2/gstv4l2element.h:
18289           Include "_stdint.h" in an attempt to make the
18290           PPC-buildbot happy.
18291
18292 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
18293
18294         * configure.ac:
18295         * sys/Makefile.am:
18296         * sys/v4l2/Makefile.am:
18297         * sys/v4l2/gstv4l2.c:
18298         * sys/v4l2/gstv4l2colorbalance.h:
18299         * sys/v4l2/gstv4l2element.c:
18300         * sys/v4l2/gstv4l2element.h:
18301         * sys/v4l2/gstv4l2src.c:
18302         * sys/v4l2/gstv4l2src.h:
18303         * sys/v4l2/gstv4l2tuner.c:
18304         * sys/v4l2/gstv4l2tuner.h:
18305         * sys/v4l2/gstv4l2xoverlay.c:
18306         * sys/v4l2/gstv4l2xoverlay.h:
18307         * sys/v4l2/v4l2_calls.c:
18308         * sys/v4l2/v4l2_calls.h:
18309         * sys/v4l2/v4l2src_calls.c:
18310         * sys/v4l2/v4l2src_calls.h:
18311         V4L2 ported to 0.10.
18312         
18313 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
18314
18315         * configure.ac:
18316           Only compile the taglib plugin if a C++ compiler is
18317           present. Use GST_DEFAULT_ELEMENTS macro from common/
18318           for all the defaults stuff.
18319
18320 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18321
18322         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18323
18324         * configure.ac:
18325         * gst/xingheader/Makefile.am:
18326         * gst/xingheader/gstxingmux.c: 
18327         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
18328         to MP3 files (this allows decoder to figure out the length of VBR
18329         files) 
18330
18331 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18332         
18333         Patch by: Alex Lancaster
18334         
18335         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
18336         and add support for TCOP (copyright)
18337
18338 2006-03-10  Julien MOUTTE  <julien@moutte.net>
18339
18340         * gst/modplug/Makefile.am:
18341         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
18342
18343 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18344
18345         * configure.ac:
18346         * gst/modplug/Makefile.am:
18347         * gst/modplug/gstmodplug.cc:
18348         * gst/modplug/gstmodplug.h:
18349         * gst/modplug/libmodplug/sndfile.cpp:
18350         * gst/modplug/libmodplug/sndfile.h:
18351           modplug plugin ported to 0.10 (#332598, patch by:
18352           Jonathan Matthew <jonathan at kaolin wh9 net>).
18353
18354 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18355
18356         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
18357         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
18358         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
18359         (gst_mms_set_property), (gst_mms_get_property),
18360         (gst_mms_uri_get_uri):
18361         * ext/libmms/gstmms.h:
18362           Some clean-ups; more debug output; use blocksize property
18363           of GstBaseSrc instead of re-registering our own; make debug
18364           category actually be used.
18365
18366 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
18367
18368         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
18369           Fix build with gcc-4.1 (#327355).
18370
18371 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
18372
18373         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18374
18375         * configure.ac:
18376         * ext/Makefile.am:
18377         * ext/taglib/Makefile.am:
18378         * ext/taglib/gsttaglib.cc:
18379         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
18380
18381 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
18382
18383         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
18384           Extract disc number and count from files that use
18385           'disk' instead of 'disc' as node identifier for that
18386           (fixes #332066).
18387
18388 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18389
18390         * ext/musepack/gstmusepackdec.h:
18391         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
18392           Forgot those two.
18393
18394 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18395
18396         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18397         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
18398         (gst_musepackdec_handle_seek_event),
18399         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
18400         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
18401         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
18402         (gst_musepackdec_change_state):
18403           Some cleanups; pause task when push fails.
18404
18405 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
18406
18407         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18408           Add support for '3IVD' fourcc (#333403).
18409
18410 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18411
18412         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18413         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18414         (gst_faad_sink_event), (gst_faad_src_convert),
18415         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18416           Add query function for position/duration querying (mostly for
18417           raw AAC streams); make seeking in raw AAC streams work; post
18418           tags with codec name if this is a raw AAC stream.
18419
18420 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18421
18422         * sys/directdraw:
18423         * sys/directsound:
18424           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18425         * win32/vs6:
18426           project files updated to fix some bugs
18427         * win32/vs7:
18428         * win32/vs8:
18429           vs7 and vs8 project files added
18430         
18431 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18432
18433         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18434           Declare variable at the beginning of the block and make gcc-2.9x
18435           happy (fixes #333283; patch by: Jens Granseuer).
18436
18437 2006-03-03  Edward Hervey  <edward@fluendo.com>
18438
18439         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18440         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18441         when parsing.
18442         Also let's be a bit less vulgar in our warning messages :)
18443
18444 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18445
18446         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18447           Can't divide through zero (suppress warning in case of
18448           stream with one single still picture) (see #327083)
18449
18450 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18451
18452         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18453
18454 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18455
18456         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18457         (qtdemux_parse_trak), (qtdemux_video_caps):
18458           Add support for palettised Apple SMC videos (#327075, based on
18459           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18460
18461 2006-02-24  Michael Smith  <msmith@fluendo.com>
18462
18463         * autogen.sh:
18464           Allow automake 1.9
18465
18466 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18467
18468         * ext/neon/gstneonhttpsrc.c:
18469         Changed property name from "uri" to "location" 
18470
18471 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18472
18473         * configure.ac:
18474         * sys/glsink/Makefile.am:
18475         Merge patch from #317048 for building on Cygwin. Patch by 
18476         Cygwin Ports maintainer.
18477         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18478         Move normal debug output to LOG level not ERROR.
18479
18480 2006-02-19  Jan Gerber  <j@bootlab.org>
18481
18482         Reviewed by : Edward Hervey <edward@fluendo.com>
18483
18484         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18485           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18486           Add image/png for fourcc 'png '
18487  
18488 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18489
18490         * configure.ac:
18491           Surely this is supposed to be >= a.b, not == a.b
18492
18493 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18494
18495         * configure.ac:
18496         * sys/Makefile.am:
18497         * sys/ximagesrc/Makefile.am:
18498         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18499         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18500         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18501         (gst_ximagesrc_recalc), (composite_pixel),
18502         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18503         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18504         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18505         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18506         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18507         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18508         (gst_ximagesrc_init), (plugin_init):
18509         * sys/ximagesrc/ximagesrc.h:
18510         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18511         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18512         (ximageutil_xcontext_clear),
18513         (ximageutil_calculate_pixel_aspect_ratio),
18514         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18515         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18516         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18517         (gst_ximageutil_ximage_destroy):
18518         * sys/ximagesrc/ximageutil.h:
18519
18520         Port ximagesrc to 0.10 (Closes #304795)
18521
18522 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18523
18524         * gst/freeze/gstfreeze.c:
18525         * gst/freeze/gstfreeze.h:
18526         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18527
18528 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18529
18530         * configure.ac:
18531         Back to CVS nano
18532
18533 === release 0.10.1 ===
18534
18535 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18536
18537         * configure.ac:
18538           releasing 0.10.1, "Slimy - yet satisfying"
18539
18540 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18541
18542         * configure.ac:
18543           Release 0.10.0.3 - pre-release for 0.10.1
18544
18545 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18546
18547         * ext/bz2/gstbz2.c:
18548         * ext/bz2/gstbz2dec.c:
18549         * ext/bz2/gstbz2dec.h:
18550         * ext/bz2/gstbz2enc.c:
18551         * ext/bz2/gstbz2enc.h:
18552           Add proper copyright headers identifying Lutz Müller
18553           as the author and copyright holder (#331600).
18554
18555 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18556
18557         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18558           Don't GST_LOG timestamps from nonexistent index
18559           entries (#331582).
18560
18561 2006-02-17  Edward Hervey  <edward@fluendo.com>
18562
18563         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18564         Check that the size of the returned buffer is of the correct size
18565         because the parser assumes that.
18566         Fixes #331543.
18567
18568 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18569
18570         * configure.ac:
18571           Release 0.10.0.2 - pre-release for 0.10.1
18572
18573 2006-02-16  Edward Hervey  <edward@fluendo.com>
18574
18575         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18576         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18577         Don't stop the task if the pad isn't linked.
18578
18579 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18580
18581         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18582           It appears 100% equals 1/1 and not 100/1 ...
18583
18584 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18585
18586         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18587         (gst_qtdemux_chain):
18588           When buffering MDAT data, show the user something is
18589           happening by posting 'buffering' messages on the bus.
18590
18591 2006-02-14  Edward Hervey  <edward@fluendo.com>
18592
18593         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18594         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18595         (next_entry_size), (gst_qtdemux_chain):
18596         * gst/qtdemux/qtdemux.h:
18597         Make push-based work if mdat atom is before moov atom.
18598         Don't answer duration query. This should be transformed into replying
18599         FALSE to seek events.
18600
18601 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18602
18603         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18604         (gst_mms_start):
18605           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18606           push our own EOS event on EOS, the base class will do that for us;
18607           fix bogus query code; post semi-decent errors on the bus when an
18608           error occurs in ::start(), otherwise the user will get to see
18609           whatever cryptic default message GstBaseSrc comes up with.
18610
18611 2006-02-14  Andy Wingo  <wingo@pobox.com>
18612
18613         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
18614         schleef, don't break me gst-inspect -a.
18615
18616 2006-02-14  Edward Hervey  <edward@fluendo.com>
18617
18618         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
18619         Handle the case where data atoms are before moov atoms in push-based mode.
18620         Errors out gracefully.
18621
18622 2006-02-13  Edward Hervey  <edward@fluendo.com>
18623
18624         * gst/qtdemux/Makefile.am:
18625         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18626         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18627         (extract_initial_length_and_fourcc),
18628         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
18629         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
18630         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
18631         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
18632         * gst/qtdemux/qtdemux.h:
18633         QtDemux can now work push-based.
18634         It still needs some love for seeking.
18635
18636 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
18637
18638         * configure.ac:
18639         * gst/freeze/Makefile.am:
18640         * gst/freeze/gstfreeze.c:
18641         * gst/freeze/gstfreeze.h:
18642         * gst/freeze/FAQ:
18643         freeze plugin ported to 0.10 by
18644         Renato Filho <renato.filho@indt.org.br>
18645
18646 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18647
18648         * configure.ac:
18649         * gst/cdxaparse/Makefile.am:
18650         * gst/cdxaparse/gstcdxaparse.c:
18651         * gst/cdxaparse/gstcdxaparse.h:
18652           Port cdxaparse, makes VCD playback work.
18653
18654 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18655
18656         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18657         (qtdemux_parse_trak):
18658           use the correct variable to check if we can calculate
18659           the last chunk.  Looks like an obvious bug, and makes
18660           the dump of offsets comparable to other tools
18661
18662 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18663
18664         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18665         (qtdemux_parse_trak):
18666           clean up some debugging, using _OBJECT, moving recurring
18667           messages to LOG level
18668
18669 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
18670
18671         * configure.ac:
18672         * ext/neon/gstneonhttpsrc.c:
18673         Now it uses libneon 0.25.5 that supports shoutcast.
18674
18675 2006-02-06  Lutz Mueller <lutz@topfrose.de>
18676
18677         Reviewed by: Edward Hervey <edward@fluendo.com>
18678         
18679         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
18680         "x-bz2".
18681         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
18682         caps are "ANY".
18683         (gst_bz2dec_chain): Configure the source pad if we can figure out
18684         the mime type of the decompressed data.
18685         (gst_bz2dec_[get,set]_property):
18686         (gst_bz2dec_class_init: New property "first_buffer_size".
18687         
18688
18689 2006-02-06  Wim Taymans  <wim@fluendo.com>
18690
18691         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
18692         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
18693         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
18694         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18695         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
18696         (qtdemux_video_caps), (qtdemux_audio_caps):
18697         * gst/qtdemux/qtdemux.h:
18698         Some QT demux loving.
18699         Handle seeking in a less broken way.
18700         Fix AMR caps to match the AMR decoder.
18701         Set first timestamp on AMR samples to 0 for now.
18702         Remove some \n in DEBUG strings.
18703         Use _scale_int for maximum precision.
18704
18705 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18706
18707         * gst/apetag/Makefile.am:
18708         * gst/apetag/apedemux.c:
18709         * gst/apetag/apedemux.h:
18710         * gst/apetag/apetag.c:
18711           Remove old files, apetag is in gst-plugins-good now.
18712
18713 2006-02-06  Andy Wingo  <wingo@pobox.com>
18714
18715         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
18716         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
18717         parent_class, the boilerplate does it for you.
18718
18719 2006-02-05  Lutz Mueller <lutz@topfrose.de>
18720
18721         reviewed by: Andy Wingo <wingo@pobox.com>
18722
18723         * configure.ac:
18724         * ext/Makefile.am: Hook it up.
18725         * ext/bz2/gstbz2.c:
18726         * ext/bz2/gstbz2dec.h:
18727         * ext/bz2/gstbz2dec.c:
18728         * ext/bz2/gstbz2enc.h:
18729         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
18730         decoding (#303167).
18731         
18732 2006-01-30  Andy Wingo  <wingo@pobox.com>
18733
18734         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
18735         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
18736
18737 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
18738
18739         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
18740         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18741         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
18742         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
18743         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
18744           Add debug category, use boilerplate macros, fix handling
18745           of widths of 32 bits.
18746
18747         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
18748         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
18749         (gst_wavpack_parse_index_get_last_entry),
18750         (gst_wavpack_parse_index_get_entry_from_sample),
18751         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
18752         (gst_wavpack_parse_src_query),
18753         (gst_wavpack_parse_scan_to_find_sample),
18754         (gst_wavpack_parse_send_newsegment),
18755         (gst_wavpack_parse_handle_seek_event),
18756         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
18757         (gst_wavpack_parse_get_upstream_length),
18758         (gst_wavpack_parse_pull_buffer),
18759         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
18760         (gst_wavpack_parse_change_state),
18761         (gst_wavepack_parse_sink_activate),
18762         (gst_wavepack_parse_sink_activate_pull),
18763         (gst_wavpack_parse_plugin_init):
18764         * ext/wavpack/gstwavpackparse.h:
18765           Rewrite a bit, mostly to fix flow logic and to make seeking work.
18766           Fix buffer/event refcounting. Add some debug statements. Add
18767           width of 32 to source pad template caps. Use boilerplate macros.
18768
18769 2006-01-28  Edward Hervey  <edward@fluendo.com>
18770
18771         * sys/glsink/Makefile.am:
18772         glimagesink.h is dead, long live glimagesink.h
18773
18774 2006-01-27  David Schleef  <ds@schleef.org>
18775
18776         * configure.ac:
18777         * sys/Makefile.am:
18778         * sys/glsink/Makefile.am:
18779         * sys/glsink/glimagesink.c:
18780         * sys/glsink/glimagesink.h:
18781           revival of glimagesink.  Kind of works.
18782
18783 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
18784
18785         * ext/faad/gstfaad.c: (gst_faad_setcaps),
18786         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
18787           Handle 'framed' field in caps; Port syncing for raw streams
18788           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
18789
18790 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18791
18792         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
18793         (gst_sdlvideosink_xoverlay_set_xwindow_id),
18794         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
18795         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
18796         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18797         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
18798         (gst_sdlvideosink_change_state),
18799         (gst_sdlvideosink_navigation_send_event):
18800         * ext/sdl/sdlvideosink.h:
18801           Fix output stride copying, so that it displays correctly on 
18802           framebuffer devices that don't match our implict GStreamer stride
18803           arrangement.
18804
18805           Fix locking things. Offer XOverlay only when SDL is running against
18806           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
18807           actually match the embedded window size because there's no way to
18808           figure out what size that should be from the XOverlay interface.
18809           See comment in sdlvideosink.c
18810
18811 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18812
18813         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18814           Fix wrong memcpy source pointer.
18815
18816 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18817
18818         * ext/libmms/gstmms.c: (gst_mms_finalize):
18819         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
18820         Just chain up finalize calls (calling parent_class->finalize).
18821
18822 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18823
18824         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
18825         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
18826         Finalize method has been created and others small changes.
18827
18828 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18829
18830         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18831         (gst_musepackdec_class_init), (gst_musepackdec_init),
18832         (gst_musepackdec_send_newsegment),
18833         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
18834         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18835         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
18836         (gst_musepackdec_loop), (gst_musepackdec_change_state):
18837         * ext/musepack/gstmusepackdec.h:
18838         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18839         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
18840         (gst_musepack_reader_get_size):
18841         * ext/musepack/gstmusepackreader.h:
18842           Fix seeking in musepack files (it's still incredibly slow, but I
18843           don't think that is our plugin's fault). Clean up code and get
18844           rid of old cruft. Post tags with all kind of neat information like
18845           replay gain and such on the bus, if it is available. Add a
18846           'musepackdec' debug category.
18847
18848 2006-01-24  Edward Hervey  <edward@fluendo.com>
18849
18850         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18851         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18852         More coherent framerate setting on caps.
18853         If sample_size is available, use that for the samples' duration in
18854         the index. This enables single frame streams to work (and I imagine
18855         fixes some other cases).
18856         Tested on testsuite, no regression.
18857
18858 2006-01-23  Edward Hervey  <edward@fluendo.com>
18859
18860         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18861         (qtdemux_video_caps), (qtdemux_audio_caps):
18862         Added codec recognition for:
18863         _ VP31 : video/x-vp3
18864         _ AVDJ : image/jpeg
18865         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
18866         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
18867
18868 2006-01-21  David Schleef  <ds@schleef.org>
18869
18870         * configure.ac:
18871         * ext/swfdec/gstswfdec.c: Update from swfdec.
18872
18873 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
18874
18875         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18876         (qtdemux_audio_caps):
18877           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
18878           Fix 8bit case (#327133, based on patch by: Fabrizio
18879           Gennari <fabrizio dot ge at tiscali dot it>).
18880           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
18881           valid literals for endianness in caps strings,
18882           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
18883
18884 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
18885
18886         * ext/ivorbis/vorbisfile.c:
18887         * ext/neon/gstneonhttpsrc.c:
18888         Fixed state transictions PLAYING->NULL->PLAYING.
18889         
18890 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
18891
18892         * ext/tremor/vorbisfile.c:
18893         Some minor improvements on log messages.
18894
18895 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
18896
18897         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
18898         Ronald's patch applied. see bug #326318.
18899
18900 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
18901
18902         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18903         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
18904         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
18905         * gst/qtdemux/qtdemux.h:
18906           Fix seeking for quicktime files. Could still use some more
18907           love and sophistication.
18908
18909 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
18910
18911         * ext/libmms/gstmms.c: gst_mms_init:
18912         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
18913         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
18914         Removed gst_base_src_set_live from mms and neon, and now calling
18915         parent_class->dispose in dispose on sdlaudio.
18916         
18917 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18918
18919         * ext/sdl/sdlvideosink.c:
18920         Now implementing navigation interface and using
18921         GST_BOILER_PLATE_FULL.
18922         
18923 2006-01-11  Christian Schaller  <christian@fluendo.com>
18924
18925         Remove SunAudio plugin as Brian's new one is in -good
18926
18927         * sys/Makefile.am:
18928         * sys/sunaudio/Makefile.am:
18929         * sys/sunaudio/gstsunaudio.c:
18930         * sys/sunaudio/gstsunaudiosrc.c:
18931         * sys/sunaudio/gstsunaudiosrc.h:
18932         * sys/sunaudio/gstsunelement.c:
18933         * sys/sunaudio/gstsunelement.h:
18934         * sys/sunaudio/gstsunmixer.c:
18935         * sys/sunaudio/gstsunmixer.h:
18936
18937 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18938
18939         * ext/sdl/sdlaudiosink.c:
18940         Replaced wrong style code by GST_BOILERPLATE.
18941         
18942 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
18943
18944         reviewed by: Edward Hervey  <edward@fluendo.com>
18945
18946         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18947         Add support for Indeo3 video in Quicktime files.
18948         Closes #326524
18949
18950 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
18951
18952         * configure.ac:
18953         * ext/sdl/Makefile.am:
18954         * ext/sdl/gstsdl.c:
18955         * ext/sdl/sdlaudiosink.c:
18956         * ext/sdl/sdlaudiosink.h:
18957         * ext/sdl/sdlvideosink.c:
18958         Created new element, sdlaudiosink.
18959         
18960 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
18961
18962         * added sys/directdraw
18963         * added sys/directsound
18964         * added win32/vs6/gst_plugins_bad.dsw
18965         * added win32/vs6/libgstdirectsound.dsp
18966         * added win32/vs6/libgstdirectdraw.dsp
18967         * added win32/common/config.h
18968         
18969 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18970
18971         * gst/games/gstpuzzle.c: (plugin_init):
18972           call oil_init() when using liboil
18973
18974 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18975
18976         * ext/neon/gstneonhttpsrc.c:
18977         * ext/neon/gstneonhttpsrc.h:
18978         Some improvements in cancellation and debug messages.
18979                         
18980 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18981
18982         * ext/neon/gstneonhttpsrc.c:
18983         * ext/neon/gstneonhttpsrc.h:
18984         Removed not need thread and changed to push out blocksize bytes.
18985         
18986 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
18987
18988         * configure.ac:
18989         * ext/Makefile.am
18990         * ext/neon:
18991         * ext/neon/Makefile.am:
18992         * ext/neon/gstneonhttpsrc.c:
18993         * ext/neon/gstneonhttpsrc.h:
18994         Created new element neonhttpsrc.
18995
18996 2005-12-19  Edward Hervey  <edward@fluendo.com>
18997
18998         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
18999         (gst_swfdec_chain), (gst_swfdec_render):
19000         Add debugging category and return GstFlowReturn in the right places
19001         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19002         Get something from the peer pad once we've checked if there is a peer pad.
19003         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19004         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
19005         (qtdemux_video_caps):
19006         Couple of fixes
19007
19008 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19009
19010         * ext/divx/Makefile.am:
19011         just a small fix. I have to pay more attention when commiting ;-)
19012
19013 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19014
19015         * configure.ac:
19016         * ext/Makefile.am:
19017         * ext/divx/Makefile.am:
19018         * ext/divx/gstdivxdec.c:
19019         * ext/divx/gstdivxdec.h:
19020         * ext/divx/gstdivxenc.c:
19021         * ext/divx/gstdivxenc.h:
19022         divxdec and divxenc ported to 0.10
19023         
19024 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19025
19026         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19027         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19028         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19029         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19030         (gst_dfbvideosink_can_blit_from_format),
19031         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19032         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19033         (gst_dfbsurface_finalize),
19034         (gst_dfbvideosink_navigation_send_event),
19035         (gst_dfbvideosink_update_colorbalance),
19036         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
19037         more refactoring, handle exotic DirectFB row stride.
19038
19039 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19040
19041         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19042         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
19043         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19044         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19045         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19046         (gst_dfbvideosink_can_blit_from_format),
19047         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19048         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19049         (gst_dfbsurface_finalize),
19050         (gst_dfbvideosink_navigation_send_event),
19051         (gst_dfbvideosink_update_colorbalance),
19052         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19053         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19054         (gst_dfbvideosink_class_init):
19055         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
19056         This should work both for hardware accelerated scaling and
19057         reverse caps negotiation with a scaling element.
19058
19059 2005-12-17  Julien MOUTTE  <julien@moutte.net>
19060
19061         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19062         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19063         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19064         * docs/plugins/gst-plugins-bad-plugins.args:
19065         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19066         * docs/plugins/gst-plugins-bad-plugins.signals:
19067         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19068         * docs/plugins/inspect/plugin-qtdemux.xml:
19069         * docs/plugins/inspect/plugin-sdlvideosink.xml:
19070         * docs/plugins/inspect/plugin-speed.xml:
19071         * docs/plugins/inspect/plugin-tta.xml: Updates.
19072         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19073         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
19074         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
19075         (gst_dfbvideosink_cleanup),
19076         (gst_dfbvideosink_can_blit_from_format),
19077         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19078         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
19079         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19080         (gst_dfbvideosink_interface_supported),
19081         (gst_dfbvideosink_navigation_send_event),
19082         (gst_dfbvideosink_update_colorbalance),
19083         (gst_dfbvideosink_colorbalance_list_channels),
19084         (gst_dfbvideosink_colorbalance_set_value),
19085         (gst_dfbvideosink_colorbalance_get_value),
19086         (gst_dfbvideosink_colorbalance_init),
19087         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19088         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
19089         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
19090         color balance interface.
19091
19092 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19093
19094         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
19095         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
19096         * gst/vbidec/vbidata.c:
19097         * gst/vbidec/vbidata.h:
19098         * gst/vbidec/vbiscreen.c:
19099         * sys/dxr3/ac3_padder.c:
19100           don't use doc comments for non-docs
19101           change some char* into char[]
19102
19103 2005-12-16  Julien MOUTTE  <julien@moutte.net>
19104
19105         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19106         (gst_dfbvideosink_init): Always prefer the primary layer.
19107
19108 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19109
19110         * ext/wavpack/gstwavpackdec.c:
19111           Oops, remove trailing comma from caps string.
19112
19113 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19114
19115         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19116         * ext/wavpack/gstwavpackparse.c:
19117           Wavpack supports samplerates from 6-192kHz, fix pad template
19118           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
19119           remove buffer-frames from caps, they are gone in 0.10.
19120
19121 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
19122
19123         * ext/xvid/Makefile.am:
19124         * ext/xvid/gstxviddec.c:
19125         * ext/xvid/gstxvidenc.c:
19126         Fixed some mem-leaks in xvid.
19127
19128 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19129
19130         * configure.ac:
19131         * ext/Makefile.am:
19132         * ext/xvid/gstxvid.c:
19133         * ext/xvid/gstxvid.h:
19134         * ext/xvid/gstxviddec.c:
19135         * ext/xvid/gstxviddec.h:
19136         * ext/xvid/gstxvidenc.c:
19137         * ext/xvid/gstxvidenc.h:
19138         xviddec and xvideenc ported to 0.10
19139                 
19140
19141 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19142
19143         * configure.ac:
19144         * ext/Makefile.am:
19145         * ext/dts/Makefile.am:
19146         * ext/dts/gstdtsdec.c:
19147         * ext/dts/gstdtsdec.h:
19148         dtsdec ported to 0.10
19149
19150 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19151
19152         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19153         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
19154         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
19155         (gst_musepackdec_loop):
19156         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
19157         (gst_swfdec_src_query):
19158         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
19159           GstObjects must be unref'ed with gst_object_unref() instead of
19160           g_object_unref(), otherwise things break for GLib-2.6 users.
19161
19162 2005-12-12  David Schleef  <ds@schleef.org>
19163
19164         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
19165         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
19166         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
19167         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
19168         because the video buffers previously never got freed.
19169
19170 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19171
19172         * ext/libmms/gstmms.c:
19173         Just removed a weird printf ;-)
19174
19175 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19176
19177         * configure.ac:
19178         * ext/libmms/gstmms.c:
19179         * ext/libmms/gstmms.h:
19180         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
19181         PREROOL..." to be fixed.
19182
19183 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
19184
19185         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
19186         (gst_faad_update_caps):
19187           Assume that an unknown channel mapping with 2 channels
19188           is stereo and play it that way instead of erroring.
19189
19190         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19191         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19192           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
19193           Debug fixes. Some 64 bit variable fixes
19194
19195 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
19196
19197         * configure.ac:
19198         * ext/Makefile.am:
19199         * ext/swfdec/Makefile.am:
19200         * ext/swfdec/gstswfdec.c:
19201         * ext/swfdec/gstswfdec.h:
19202         swfdec Ported to 0.10.
19203
19204 2005-12-07  Edward Hervey  <edward@fluendo.com>
19205
19206         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19207         (gst_qtdemux_add_stream):
19208         Memleak fixes.
19209         Send out EOS for valid reasons (couldn't pull_range() from upstream
19210         for example).
19211
19212 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19213
19214         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19215         * ext/audiofile/gstafparse.h:
19216         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
19217         * ext/audiofile/gstafsink.h:
19218         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
19219         * ext/audiofile/gstafsrc.h:
19220         * ext/cdaudio/gstcdaudio.c:
19221         * ext/divx/gstdivxenc.c:
19222         * ext/dts/gstdtsdec.h:
19223         * ext/faac/gstfaac.h:
19224         * ext/ivorbis/vorbisenc.h:
19225         * ext/ivorbis/vorbisfile.c:
19226         * ext/musepack/gstmusepackdec.h:
19227         * ext/nas/nassink.c:
19228         * ext/snapshot/gstsnapshot.c:
19229         * ext/sndfile/gstsf.h:
19230         * ext/tarkin/gsttarkindec.h:
19231         * ext/tarkin/gsttarkinenc.h:
19232         * ext/xine/gstxine.h:
19233         * ext/xine/xinecaps.c:
19234         * ext/xvid/gstxvid.h:
19235         * gst-libs/gst/play/play.h:
19236         * gst/apetag/apedemux.h:
19237         * gst/cdxaparse/gstcdxaparse.h:
19238         * gst/cdxaparse/gstcdxastrip.h:
19239         * gst/colorspace/yuv2rgb.c:
19240         * gst/colorspace/yuv2rgb.h:
19241         * gst/equalizer/gstiirequalizer.c:
19242         * gst/festival/gstfestival.h:
19243         * gst/games/gstpuzzle.c:
19244         * gst/games/gstvideoimage.c:
19245         * gst/games/gstvideoimage.h:
19246         * gst/modplug/gstmodplug.h:
19247         * gst/modplug/libmodplug/it_defs.h:
19248         * gst/modplug/libmodplug/modplug.h:
19249         * gst/modplug/libmodplug/sndfile.h:
19250         * gst/modplug/libmodplug/stdafx.h:
19251         * gst/mpeg1sys/buffer.c:
19252         * gst/mpeg1sys/gstmpeg1systemencode.h:
19253         * gst/mpeg1sys/main.h:
19254         * gst/mpeg1sys/systems.c:
19255         * gst/mpeg1videoparse/gstmp1videoparse.h:
19256         * gst/mpeg2sub/gstmpeg2subt.h:
19257         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19258         * gst/mpegaudioparse/gstmpegaudioparse.h:
19259         * gst/multifilesink/gstmultifilesink.h:
19260         * gst/overlay/gstoverlay.h:
19261         * gst/qtdemux/qtdemux.c:
19262         * gst/qtdemux/qtdemux.h:
19263         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
19264         * gst/rtjpeg/RTjpeg.h:
19265         * gst/tta/crc32.h:
19266         * gst/tta/filters.h:
19267         * gst/tta/ttadec.h:
19268         * gst/videodrop/gstvideodrop.h:
19269         * sys/cdrom/gstcdplayer.h:
19270         * sys/cdrom/gstcdplayer_ioctl.c:
19271         * sys/cdrom/gstcdplayer_ioctl.h:
19272         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
19273         * sys/cdrom/gstcdplayer_ioctl_irix.h:
19274         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
19275         * sys/dxr3/dxr3audiosink.c:
19276         * sys/dxr3/dxr3audiosink.h:
19277         * sys/dxr3/dxr3spusink.c:
19278         * sys/dxr3/dxr3spusink.h:
19279         * sys/dxr3/dxr3videosink.c:
19280         * sys/dxr3/dxr3videosink.h:
19281         * sys/qcam/dark.c:
19282         * sys/qcam/gstqcamsrc.c:
19283         * sys/v4l2/gstv4l2colorbalance.h:
19284         * sys/v4l2/gstv4l2element.h:
19285         * sys/v4l2/gstv4l2src.h:
19286         * sys/v4l2/gstv4l2tuner.h:
19287         * sys/v4l2/gstv4l2xoverlay.h:
19288         * sys/v4l2/v4l2_calls.c:
19289         * sys/v4l2/v4l2_calls.h:
19290         * sys/v4l2/v4l2src_calls.c:
19291         * sys/v4l2/v4l2src_calls.h:
19292         * sys/vcd/vcdsrc.h:
19293           expand tabs
19294
19295 === release 0.10.0 ===
19296
19297 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19298
19299         * configure.ac:
19300           releasing 0.10.0, "Camembert"
19301
19302 2005-12-05  Andy Wingo  <wingo@pobox.com>
19303
19304         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
19305         * ext/faad/gstfaad.c: (gst_faad_chain):
19306         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
19307         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
19308         * ext/xine/xineinput.c: (gst_xine_input_get):
19309         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
19310         * gst/speed/gstspeed.c: (speed_chain):
19311         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
19312         alloc_buffer changes.
19313
19314 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19315
19316         * ext/Makefile.am:
19317           Add missing $(WAVPACK_DIR) (#322962).
19318
19319 === release 0.9.7 ===
19320
19321 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19322
19323         * configure.ac:
19324           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
19325
19326 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
19327
19328         * PORTED_09:
19329         * configure.ac:
19330         * ext/Makefile.am:
19331         * ext/libmms/Makefile.am:
19332         * ext/libmms/gstmms.c:
19333         * ext/libmms/gstmms.h:
19334         libmm ported to 0.9. It works fine, but print some error messages. I
19335         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
19336         
19337 2005-11-28  Edward Hervey  <edward@fluendo.com>
19338
19339         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19340         Handle gracefully the consequence of "Maximum number of scalefactor
19341         bands exceeded", which results in 0 channels with samplerates of 0.
19342         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
19343         Do upward transitions, then call parent state_change, then do
19344         downward transitions.
19345
19346 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19347
19348         * ext/Makefile.am:
19349           alphabets, so hard to master.  Should fix distcheck.
19350
19351 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
19352
19353         * configure.ac:
19354         * PORTED_09:
19355         * ext/Makefile.am:
19356         * ext/wavpack/Makefile.am:
19357         * ext/wavpack/gstwavpackdec.c:
19358         * ext/wavpack/gstwavpackdec.h:
19359         * ext/wavpack/gstwavpackparse.c:
19360         * ext/wavpack/gstwavpackparse.h:
19361         Wavpack ported to 0.9. No support for correction file yet.
19362
19363 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19364
19365         * ext/wavpack/Makefile.am:
19366         * ext/wavpack/gstwavpack.c: (plugin_init):
19367         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
19368         * ext/wavpack/gstwavpackcommon.h:
19369         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
19370         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
19371         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19372         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
19373         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
19374         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
19375         (gst_wavpack_dec_plugin_init):
19376         * ext/wavpack/gstwavpackdec.h:
19377         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
19378         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
19379         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
19380         (gst_wavpack_parse_src_event), (find_header), (find_sample),
19381         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
19382         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
19383         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
19384         * ext/wavpack/gstwavpackparse.h:
19385           put back wavpack - still needs porting
19386
19387 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19388
19389         * configure.ac: back to HEAD
19390
19391 === release 0.9.6 ===
19392
19393 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19394
19395         * configure.ac:
19396           releasing 0.9.6, "Hot Tea"
19397
19398 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19399
19400         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19401         * ext/directfb/dfb-example.c: (main):
19402         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
19403         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
19404         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19405         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
19406         (gst_dfbvideosink_bufferpool_clear),
19407         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19408         (gst_dfbvideosink_navigation_send_event),
19409         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19410         (gst_dfbvideosink_class_init):
19411         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19412         fixes.
19413
19414 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19415
19416         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19417         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19418         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19419         * ext/sdl/sdlvideosink.h:
19420         Updates for fractional framerates and XOverlay interface changes
19421
19422 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19423
19424         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19425         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19426         (qtdemux_parse_trak):
19427         Convert to fractional framerates
19428
19429 2005-11-23  Edward Hervey  <edward@fluendo.com>
19430
19431         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19432         Fix for latest API changes
19433
19434 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19435         * configure.ac:
19436         * PORTED_09:
19437         * extt/Makefile.am:
19438         * ext/musepack/gstmusepackdec.c:
19439         * ext/musepack/gstmusepackdec.h:
19440         * ext/musepack/gstmusepackreader.c:
19441         * ext/musepack/gstmusepackreader.h:
19442         Musepackdec ported to 0.9. There is still a small problem to be
19443         solved, after the end of file, the pipeline doens't stop.
19444
19445 2005-11-22  Andy Wingo  <wingo@pobox.com>
19446
19447         * ext/faad/gstfaad.c (gst_faad_event)
19448         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19449         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19450         * gst/speed/gstspeed.c (speed_sink_event)
19451         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19452         (gst_tta_parse_parse_header): Run update-funcnames.
19453
19454 2005-11-21  Michael Smith <msmith@fluendo.com>
19455
19456         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19457           Don't take STREAM_LOCK in sink event handlers any more.
19458
19459 2005-11-21  Wim Taymans  <wim@fluendo.com>
19460
19461         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19462         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19463         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19464         Fix for stream lock updates.
19465
19466 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19467
19468         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19469           Add DX50, DIVX and DIV3 fourccs (patch by
19470           j@bootlab.org, #321903).
19471
19472 2005-11-21  Andy Wingo  <wingo@pobox.com>
19473
19474         * *.h:
19475         * *.c: Ran scripts/update-macros. Oh yes.
19476
19477 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19478
19479         * ext/directfb/dfbvideosink.c:
19480         (gst_dfbvideosink_get_format_from_caps):
19481         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19482         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19483         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19484         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19485         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19486         (qtdemux_audio_caps):
19487         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19488         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19489         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19490           Update for GST_FOURCC_FORMAT API change.
19491
19492 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19493
19494         * ext/audioresample/gstaudioresample.c:
19495         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19496         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19497         * gst/modplug/gstmodplug.cc:
19498         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19499         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19500         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19501         (#322027)
19502
19503 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19504
19505         * ext/Makefile.am:
19506         * ext/ivorbis/vorbisfile.c:
19507         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19508         ! tremor ! alsasink. Some issues to be solved yet:
19509         1- set correct timestamps
19510         2- seek is forced to disabled in pull-mode
19511         
19512 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19513
19514         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19515         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19516         (gst_faac_chain):
19517           Set proper caps on source pad (#320532).
19518
19519         * ext/faad/gstfaad.c:
19520           Don't use gtk-doc markers for comment block.
19521
19522 2005-11-14  Andy Wingo  <wingo@pobox.com>
19523
19524         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19525         debugging, allows dll builds on windows. Fixes #316076.
19526
19527 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19528
19529         * configure.ac: back to HEAD
19530
19531 === release 0.9.5 ===
19532
19533 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19534
19535         * configure.ac:
19536           releasing 0.9.5, "Thrice Belgian Bar"
19537
19538 2005-11-11  Michael Smith <msmith@fluendo.com>
19539
19540         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19541           Make this compile on systems with broken headers. 
19542
19543 2005-11-11  Michael Smith <msmith@fluendo.com>
19544
19545         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19546           Call functions with the correct API. Unfortunately, unless your
19547           distribution patches upstream, the public header file for FAAD
19548           doesn't actually declare the API accurately. So, some nastiness
19549           ensues...
19550
19551 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19552
19553         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19554
19555         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19556           Add support for custom genre tags.
19557
19558 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19559
19560         * ext/tarkin/wavelet.c:
19561         * ext/tarkin/wavelet.h:
19562         * gst/mpegaudioparse/gstmpegaudioparse.c:
19563         * gst/vbidec/vbidata.c:
19564         * gst/vbidec/vbiscreen.h:
19565         * sys/dxr3/ac3_padder.c:
19566         * sys/dxr3/dxr3audiosink.c:
19567         * sys/dxr3/dxr3spusink.c:
19568         * sys/dxr3/dxr3videosink.c:
19569         * sys/qcam/dark.c:
19570           Don't use gtk-doc markers for normal comments. Fix
19571           gtk-doc formatting where required.
19572
19573 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19574
19575         * configure.ac:
19576         * PORTED_09:
19577         * ext/Makefile.am:
19578         * ext/ivorbis/vorbis.c:
19579         * ext/ivorbis/vorbisfile.c:
19580         Ported to 0.9. Some issues to be solved yet:
19581         1- set correct timestamps
19582         2- seg fault when eos
19583         3- seek is now disabled
19584
19585 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19586
19587         * examples/Makefile.am: Cleanup non existing
19588         examples.
19589
19590 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19591
19592         * docs/plugins/inspect.stamp: Add missing files.
19593
19594 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19595
19596         * examples/Makefile.am: Make buildbot happy.
19597
19598 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19599
19600         * Makefile.am: examples in dist subdirs.
19601         * configure.ac: enable parameter for building 
19602         examples.
19603         * docs/plugins/gst-plugins-bad-plugins.args:
19604         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19605         * examples/Makefile.am: Updates.
19606
19607 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19608
19609         * Makefile.am:
19610         * autogen.sh:
19611         * configure.ac:
19612         * docs/Makefile.am:
19613         * docs/plugins/.cvsignore:
19614         * docs/plugins/Makefile.am:
19615         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
19616         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19617         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19618         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
19619         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19620         * docs/plugins/gst-plugins-bad-plugins.args:
19621         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
19622         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19623         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
19624         * docs/plugins/gst-plugins-bad-plugins.signals:
19625         * docs/plugins/gst-plugins-bad-plugins.types:
19626         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19627         * docs/version.entities.in: Enable documentation.
19628         * examples/Makefile.am:
19629         * examples/directfb/Makefile.am:
19630         * examples/directfb/decker.ttf:
19631         * examples/directfb/dfblogo.png:
19632         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
19633         (size_changed), (setup_dynamic_link), (main): Add an example
19634         application for DirectFB.
19635
19636 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19637
19638         * ext/directfb/Makefile.am: Add the example application.
19639         * ext/directfb/dfb-example.c: (get_me_out), (main):
19640         Here is an example application that runs videotestsrc for 20
19641         seconds. It's included in the documentation.
19642         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19643         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19644         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
19645         More fixes, calculate new size of the buffer when renegotiating.
19646         This completely breaks ffmpegcolorspace but i need to discuss 
19647         that with Wim on monday. Add documentation.
19648
19649 2005-11-05  Julien MOUTTE  <julien@moutte.net>
19650
19651         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19652         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19653         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
19654         better, add safety checks and ARGB support for cards that
19655         support it.
19656
19657 2005-11-04  Julien MOUTTE  <julien@moutte.net>
19658
19659         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19660         (gst_dfbvideosink_surface_destroy),
19661         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19662         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
19663         (gst_dfbvideosink_buffer_alloc):
19664         * ext/directfb/dfbvideosink.h: Now does clipping when surface
19665         is too small, handles upstream elements that are not calling
19666         gst_pad_alloc_buffer, fixes a lot of bugs.
19667
19668 2005-11-03  Julien MOUTTE  <julien@moutte.net>
19669
19670         * ext/directfb/Makefile.am: Prepare for liboil usage.
19671         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
19672         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
19673         rendering in external surface correctly. Will commit a neat
19674         example soon.
19675
19676 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
19677
19678         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
19679         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19680         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
19681         * ext/sdl/sdlvideosink.h:
19682         Add support to exit when 'Esc' key is pressed.
19683
19684 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19685
19686         * configure.ac: Requires DirectFB 0.9.24
19687
19688 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19689
19690         * configure.ac:
19691         * ext/Makefile.am:
19692         * ext/directfb/Makefile.am:
19693         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
19694         (gst_dfbvideosink_surface_create),
19695         (gst_dfbvideosink_surface_destroy),
19696         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
19697         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
19698         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19699         (gst_dfbvideosink_get_format_from_caps),
19700         (gst_dfbvideosink_get_caps_from_format),
19701         (gst_dfbvideosink_can_blit_from_format),
19702         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19703         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
19704         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
19705         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
19706         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19707         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
19708         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
19709         (gst_dfbvideosink_interface_init),
19710         (gst_dfbvideosink_navigation_send_event),
19711         (gst_dfbvideosink_navigation_init),
19712         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19713         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
19714         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
19715         (plugin_init):
19716         * ext/directfb/dfbvideosink.h:
19717         * ext/directfb/directfbvideosink.c:
19718         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
19719         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
19720         scaling, navigation, buffer allocation from video memory etc...
19721
19722 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19723
19724         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
19725         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
19726         gst_sdlvideosink_create:
19727         Changed property full-screen to fullscreen, using SDL_SWSURFACE
19728         instead of SDL_HWSURFACE when in full screen mode.
19729         
19730 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19731
19732         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
19733         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
19734         gst_sdlvideosink_init, gst_sdlvideosink_create:
19735         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
19736         Added a property that allows full-screen.
19737
19738 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
19739
19740         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19741         (gst_sdlvideosink_class_init),
19742         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
19743         (gst_sdlvideosink_show_frame):
19744         * ext/sdl/sdlvideosink.h:
19745           Fix I420 output on some machines (not very nice, but should work).
19746           Add an 'sdlvideosink' debug category. Disable formats that do
19747           not work. Fix some vararg function issues.
19748
19749 2005-10-27  Wim Taymans  <wim@fluendo.com>
19750
19751         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19752         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
19753         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
19754         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
19755         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
19756         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
19757         Fix SDL videosink and did some cleanups.
19758
19759 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
19760
19761         * ext/sdl/sdlvideosink.c:
19762         * ext/sdl/sdlvideosink.h:
19763         Trying to fix videos out of sync (not fixed yet)
19764         
19765 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19766
19767         * gst/qtdemux/qtdemux.h:
19768           Remove got_redirect from class structure as well.
19769
19770 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19771
19772         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
19773         (qtdemux_parse_tree):
19774           Remove 'got-redirect' signal and post element message
19775           on the bus instead.
19776
19777 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19778
19779         * ext/gsm/gstgsm.c:
19780         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19781         * ext/gsm/gstgsmdec.h:
19782         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19783         (gst_gsmenc_chain):
19784         Fixing stuff as wingo pointed out.
19785
19786 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19787
19788         * ext/gsm/gstgsm.c: (plugin_init):
19789         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
19790         (gst_gsmdec_chain):
19791         * ext/gsm/gstgsmdec.h:
19792         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19793         (gst_gsmenc_chain):
19794         * ext/gsm/gstgsmenc.h:
19795         Over-writing Wim's gsm plugins (currently not working) with that from the 
19796         farsight repo. Also made sure that they work with the RTP (de)payloader.
19797
19798 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19799
19800         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
19801         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
19802         * ext/gsm/gstgsmenc.h:
19803         Fixed event handling
19804
19805 2005-10-24  Christian Schaller  <christian@fluendo.com>
19806
19807         * configure.ac: port over thomas's plugin listing from base
19808
19809 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19810
19811         * configure.ac:
19812           back to HEAD
19813
19814 === release 0.9.4 ===
19815
19816 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19817
19818         * NEWS:
19819         * RELEASE:
19820         * configure.ac:
19821           Releasing 0.9.4, "Utahraptor"
19822
19823 2005-10-23  Julien MOUTTE  <julien@moutte.net>
19824
19825         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
19826
19827 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19828
19829         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
19830         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
19831         (gst_faad_chain), (gst_faad_change_state):
19832         * ext/faad/gstfaad.h:
19833           Do some timestamp smoothing (matroskademux apparently sends
19834           multiple buffers in a row with the same timestamp); fix
19835           duration on outgoing buffers; fix change state function; use
19836           GST_DEBUG_FUNCPTR for pad functions.
19837
19838 2005-10-19  Wim Taymans  <wim@fluendo.com>
19839
19840         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
19841         (gst_qtdemux_handle_src_query):
19842         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
19843         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19844         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
19845         API change fix.
19846
19847 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19848
19849         * configure.ac:
19850           All the cool kids use GST_DOCBOOK_CHECK now.
19851
19852 2005-10-18  Julien MOUTTE  <julien@moutte.net>
19853
19854         * gst/speed/Makefile.am: Fix build of speed. 
19855
19856 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
19857
19858         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
19859         (speed_parse_caps), (speed_src_event), (speed_sink_event),
19860         (speed_src_query), (speed_init), (speed_set_property),
19861         (speed_change_state), (gst_speed_convert):
19862         Fixed speed - the previous version, 1.38, has been ported to 0.9
19863         from a wrong version, 1.37 (from 1.36). That fix already includes
19864         the changes done in 1.36.2.4.
19865
19866 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
19867
19868         * configure.ac:
19869           Fix glib check
19870
19871 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19872
19873         * examples/stats/mp2ogg.c:
19874         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
19875         (tarkin_synthesis_packetin):
19876           and more typos fixed
19877
19878 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19879
19880         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
19881         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
19882         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
19883         (gst_faac_get_property), (gst_faac_change_state):
19884           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
19885           move event handling from chain function into an event function,
19886           add some locks here and there, do some cleanups; disable 32-bit
19887           integer and float input formats until we're sure that those 
19888           actually work (couldn't play back the produced files with 
19889           anything).
19890
19891 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19892
19893         * examples/indexing/indexmpeg.c: (main):
19894         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
19895         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
19896         * ext/artsd/gstartsdsink.h:
19897         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
19898         (gst_afparse_close_file):
19899         * ext/audiofile/gstafparse.h:
19900         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19901         (gst_afsink_close_file), (gst_afsink_chain),
19902         (gst_afsink_change_state):
19903         * ext/audiofile/gstafsink.h:
19904         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19905         (gst_afsrc_close_file), (gst_afsrc_change_state):
19906         * ext/audiofile/gstafsrc.h:
19907         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
19908         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
19909         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
19910         * ext/jack/gstjack.h:
19911         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
19912         (gst_jack_bin_change_state):
19913         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
19914         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
19915         * ext/nas/nassink.c: (gst_nassink_open_audio),
19916         (gst_nassink_close_audio), (gst_nassink_change_state):
19917         * ext/nas/nassink.h:
19918         * ext/polyp/polypsink.c: (gst_polypsink_init):
19919         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19920         * ext/sdl/sdlvideosink.h:
19921         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19922         * ext/sndfile/gstsf.c: (gst_sf_set_property),
19923         (gst_sf_change_state), (gst_sf_release_request_pad),
19924         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
19925         * ext/sndfile/gstsf.h:
19926         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
19927         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
19928         * gst/apetag/apedemux.c: (gst_ape_demux_init):
19929         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
19930         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
19931         * gst/festival/gstfestival.c: (gst_festival_change_state):
19932         * gst/festival/gstfestival.h:
19933         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19934         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
19935         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
19936         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
19937         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
19938         (gst_multifilesink_chain), (gst_multifilesink_change_state):
19939         * gst/multifilesink/gstmultifilesink.h:
19940         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
19941         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
19942         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
19943         (dxr3audiosink_open), (dxr3audiosink_close),
19944         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
19945         (dxr3audiosink_change_state):
19946         * sys/dxr3/dxr3audiosink.h:
19947         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
19948         (dxr3spusink_close), (dxr3spusink_chain),
19949         (dxr3spusink_change_state):
19950         * sys/dxr3/dxr3spusink.h:
19951         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
19952         (dxr3videosink_open), (dxr3videosink_close),
19953         (dxr3videosink_write_data), (dxr3videosink_change_state):
19954         * sys/dxr3/dxr3videosink.h:
19955         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
19956         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19957         (gst_qcamsrc_open), (gst_qcamsrc_close):
19958         * sys/qcam/gstqcamsrc.h:
19959         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
19960         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
19961         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19962         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
19963         * sys/vcd/vcdsrc.h:
19964         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19965         moved bitshift from macro to enum definition
19966
19967 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19968
19969         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19970
19971         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
19972           Fix depth/width handling for float audio (#318659).
19973
19974 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19975
19976         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19977
19978         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
19979         (gst_faac_src_setcaps), (gst_faac_chain):
19980           Refcount fixes (#318660)
19981
19982 2005-10-12  Julien MOUTTE  <julien@moutte.net>
19983
19984         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
19985         automake-1.7 happy again.
19986
19987 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
19988
19989         * ext/faad/gstfaad.c: (gst_faad_event):
19990           newsegment API update
19991
19992 2005-10-11  Wim Taymans  <wim@fluendo.com>
19993
19994         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19995         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19996         (gst_tta_parse_parse_header):
19997         newsegment API update.
19998
19999 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20000
20001         * configure.ac:
20002           back to development
20003
20004 === release 0.9.3 ===
20005
20006 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20007
20008         * configure.ac:
20009           Releasing 0.9.3, "Porthos"
20010
20011 2005-09-28  Wim Taymans  <wim@fluendo.com>
20012
20013         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20014         No need to take stream lock here.
20015
20016 2005-09-26  Christian Schaller  <uraeus@gnome.org>
20017
20018         * configure.ac: add speed and rfb where needed
20019         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
20020
20021 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
20022
20023         * ext/gsm/Makefile.am:
20024         * ext/gsm/gstgsm.c:
20025         * ext/gsm/gstgsmdec.c:
20026         * PORTED_09:
20027         Gsmdec ported to 0.9.
20028
20029 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
20030
20031         * configure.ac:
20032         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
20033         (gst_tta_dec_chain):
20034         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
20035         (gst_tta_parse_class_init), (gst_tta_parse_reset),
20036         (gst_tta_parse_init), (gst_tta_parse_src_event),
20037         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
20038         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
20039         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
20040         (gst_tta_parse_loop), (gst_tta_parse_change_state):
20041         * gst/tta/gstttaparse.h:
20042           Ported tta plugin to 0.9.
20043
20044
20045 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20046
20047         * ext/gsm/gstgsmenc.c:
20048           Setting caps on the outgoing buffers.
20049           Need to fix: rtpencoder does not know what it is handling and
20050           errors out
20051
20052 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
20053
20054         * configure.ac:
20055         * ext/sdl/Makefile.am:
20056           Fixed Makefile.am - removed hard coded flags from Makefile.am.
20057           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
20058
20059 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
20060
20061         * Makefile.am:
20062         * configure.ac:
20063         * ext/sdl/Makefile.am:
20064         * ext/sdl/sdlvideosink.c:
20065         * PORTED_09:
20066           Ported to 0.9.
20067
20068 === release 0.9.1 ===
20069
20070 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20071
20072         * configure.ac:
20073         * gst/speed/Makefile.am:
20074         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
20075         * PORTED_09:
20076
20077 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20078
20079         * NEWS:
20080         * README:
20081         * RELEASE:
20082         * configure.ac:
20083         * autogen.sh:
20084           releasing 0.9.1, "Angel Eyes"
20085
20086 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
20087         * examples/gstplay/player.c: (main):
20088         * examples/stats/mp2ogg.c: (main):
20089         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
20090         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
20091         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
20092         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
20093         * ext/dirac/gstdiracdec.cc:
20094         * ext/directfb/directfbvideosink.c:
20095         (gst_directfbvideosink_change_state):
20096         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
20097         * ext/faac/gstfaac.c: (gst_faac_change_state):
20098         * ext/hermes/gsthermescolorspace.c:
20099         (gst_hermes_colorspace_change_state):
20100         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
20101         * ext/jack/gstjack.c: (gst_jack_change_state):
20102         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
20103         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
20104         * ext/libmms/gstmms.c: (gst_mms_change_state):
20105         * ext/mpeg2enc/gstmpeg2enc.cc:
20106         * ext/mplex/gstmplex.cc:
20107         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
20108         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
20109         * ext/nas/nassink.c: (gst_nassink_change_state):
20110         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
20111         (context_state_callback), (gst_polypsink_link):
20112         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20113         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
20114         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
20115         * ext/sndfile/gstsf.c: (gst_sf_change_state):
20116         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20117         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
20118         * ext/xine/xine.c: (gst_xine_change_state):
20119         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
20120         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
20121         * ext/xine/xineinput.c: (gst_xine_input_change_state):
20122         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
20123         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
20124         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
20125         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
20126         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
20127         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
20128         * gst/festival/gstfestival.c: (gst_festival_change_state):
20129         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
20130         * gst/modplug/gstmodplug.cc:
20131         * gst/mpeg1videoparse/gstmp1videoparse.c:
20132         (gst_mp1videoparse_change_state):
20133         * gst/mpegaudioparse/gstmpegaudioparse.c:
20134         (gst_mp3parse_change_state):
20135         * gst/multifilesink/gstmultifilesink.c:
20136         (gst_multifilesink_change_state):
20137         * gst/speed/gstspeed.c: (speed_change_state):
20138         * gst/switch/gstswitch.c: (gst_switch_change_state):
20139         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
20140         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
20141         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
20142         * po/af.po:
20143         * po/az.po:
20144         * po/cs.po:
20145         * po/en_GB.po:
20146         * po/hu.po:
20147         * po/it.po:
20148         * po/nb.po:
20149         * po/nl.po:
20150         * po/or.po:
20151         * po/sq.po:
20152         * po/sr.po:
20153         * po/sv.po:
20154         * po/uk.po:
20155         * po/vi.po:
20156         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
20157         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
20158         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
20159         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
20160         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
20161         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
20162         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
20163         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
20164         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
20165         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
20166         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
20167         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
20168           Fix up all the state change functions.
20169
20170 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20171
20172         * created gst-plugins-bad
20173
20174 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20175
20176         * configure.ac:
20177         * ext/Makefile.am:
20178         * ext/gsm/Makefile.am:
20179         * ext/gsm/gstgsm.c: 
20180         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
20181         * PORTED_09:
20182
20183 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20184
20185         * configure.ac:
20186         * ext/Makefile.am:
20187         * ext/faac/Makefile.am:
20188         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.